 
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Helvetica Neue", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Arial", "メイリオ", "Meiryo", "sans-serif";
  background: white;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: 700;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

section {
  width: 100%;
  margin: 0 auto;
}

/*
[ data-aos ] {
  visibility: hidden ;
}
 [ data-aos ] .animated {
  visibility: visible;
}
*/



[data-aos=fade-up] {
  transform: translate3d(0,100px,0);
}


/* ////////// Header ////////// */
header {
  width: 100%;
  position: fixed;
  height: 65px;
  z-index: 1000;
  /*border-top: 1px solid red;*/
  top: 0;
  left: 0;
  transition: all 400ms ease-out 0s;
}
header .header-base {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
/*.sp header {*/
header {
  height: 15vw;
}

/*
header .header-base .site-logo {
  width: 12rem;
  height: calc(12rem * 84 / 433);

  filter: brightness(100%);
  left: 1rem;
  background: url(../images/pc/logo_header.png) no-repeat;
  background-size: cover;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 400ms ease-out 0s;
  margin: 0.2rem auto;
}
*/
header .header-base .site-logo {
  /* 433x 84 */
  width: 50vw;
  height: calc(50vw * 84 / 433);
  display: inline-block;
  background: url(../images/pc/logo_header_c.png) no-repeat;
  background-size: cover;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 4vw;
  bottom: 0;
  margin: auto;
  /*filter: brightness(200); */
  transition: all 400ms ease-out 0s;
    z-index: 10000;
}

@media screen and (min-width:768px){
header .header-base nav {
  top: 0;
  bottom: 0;
  background: none;
  text-align: right;
  margin: auto 0;
  right: 0;
  left: auto;
  padding-right: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 3.2rem;
  height: auto;
  transition: all 300ms ease-out 0s;
}

header .header-base nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%; 
  background: #32C1D0;
  height: 100%;
  transition: all 300ms ease-out 0s;
  z-index: 1505;
  padding: 0
}

header .header-base nav.active {
  left: 0;
}

header .header-base nav:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1500;
}
}

header .header-base nav .inner-site-logo,
header .header-base nav .sns-link,
header .header-base nav .btn-campaign {
  display: none;
}

@media screen and (min-width:768px){
header nav > ul {
  width: 100%;
  padding-top: 0;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-evenly;

}
header nav > ul > li {
  display: inline-block;
  text-align: right;
  background: none;
  border-bottom: none;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0;
}
header nav > ul > li a {
  font-size: 1rem;
  width: 100%;
  padding: 0;
  display: block;
  text-decoration: none;
  color: black;
  transition: all 400ms ease-out 0s;
}
    

    
}

header.expantion {
  background:rgba(255,255,255,0.8);
  height: 15vw;
}


/*
header.expantion {
  background:rgba(255,255,255,0.8);
  opacity: 0.8;
  height: 80px;
}


header.expantion {
  height: 15vw;
}
header.expantion .header-base .site-logo {
    filter: brightness(1);
	background-size: cover;
  
}

header.expantion .header-base .site-logo {
  margin-left: 0;
}

header.expantion .header-base nav {
  right: 0;
}


header.expantion .menu-trigger span {
  background-color: #fff ;
}
*/

@media screen and (min-width:768px){
ul.menu {
  width: 100%;
  padding-top: 0;
  margin-bottom: 3vh;
  display: block;
}

ul.menu  > li {
  display: block;
  background: #32C1D0;
}

ul.menu  > li a {
  text-align: center;
  font-size: 1.4rem;
  width: 100%;
  padding: 3vh 0;
  display: block;
  text-decoration: none;
  color: white!important;
  transition: all 400ms ease-out 0s;
}

header .header-base nav {
  overflow-x: hidden;
  overflow-y: auto;
}
}

/*
header .header-base nav .inner-site-logo {
  width: 50vw;
  height: calc(50vw * 84 / 433);
  top: 4.5vw;
  left: 5vw;
  bottom: auto;
  right: auto;
  filter: brightness(100%);
  display: block;
  background: url(../images/pc/logo_header_w.png) no-repeat;
  background-size: cover;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  margin: auto;

}

header .header-base nav .sns-link-base {
  width: 100%;
  display: block;
}

header .header-base nav .sns-link-base .sns-link {
  text-align: center;
  display: block;
}

header .header-base nav .sns-link-base .sns-link > ul {
  display: block;
}

header .header-base nav .sns-link-base .sns-link > li{
  display: inline-block;
  height: 1.2rem;
  vertical-align: middle;
  margin-right: 1rem;
}

header .header-base nav .sns-link-base .sns-link > li:last-child {
  margin-right: 0;
}

header .header-base nav .sns-link-base .sns-link > li a {
  display: block;
  width: 100%;
  height: auto;
}

header .header-base nav .sns-link-base .sns-link > li img{
  display: block;
  width: auto;
  height: 1.4rem;
  object-fit: cover;
}

header .header-base nav .sns-link-base .sns-link  li .link{
    text-align: center;
    font-size: 1.4rem;
    width: 100%;
    padding: 0 0;
    display: block;
    text-decoration: none;
    color: white!important;
    transition: all 400ms ease-out 0s;
}

header .header-base nav .btn-campaign {
  width: 30vw;
  height: 30vw;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: block;
}

header .header-base nav .btn-campaign a{
  width: 100%;
  height: 100%;
  background: url(../images/pc/plan_button_2001.png);
  background-size: cover;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
}
*/

/*
.btn-menu {
  display: none;
}
*/
/*.sp .btn-menu {*/
.btn-menu {
  position: absolute;
  right: 0.3rem;
  bottom: 0;
  margin: auto;
  transform: scale(0.6);
  display: block;
  width: 50px;
  height: 55px;
  z-index: 1600;
  top: 1vw;

}

/* ハンバーガー 基本 */
/* TODO: バーガーメニューデザイン調整 */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #32C1D0 !important;
  border-radius: 4px;
  transition: background-color 300ms ease-out 0s;
}
.lowerpage .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff !important;
  border-radius: 4px;
  transition: background-color 300ms ease-out 0s;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.sp header.expantion .btn-menu.active .menu-trigger span {
  background: white !important;
}

/* ハンバーガーアニメーション */
.btn-menu.active .menu-trigger {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.btn-menu.active .menu-trigger span {
  background: #fff;
}
.btn-menu.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.btn-menu.active .menu-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.btn-menu.active .menu-trigger span:nth-of-type(3) {
  opacity: 0;
}


/* ////////// Footer ////////// */
footer {
  width: 100%;
  padding: 7vw 0 3vw;
  background: #32C1D0;
  color: white;
  position: relative;
}

footer .foot-logo {
  /* 433x84 */
  display: block;
  width: 60vw;
  height: calc(60vw * 84 / 433);
  margin: 0 auto 7vw;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/pc/logo_header_w.png) no-repeat center top;
  background-size: cover;
}
footer ul {
  display: block;
  width: 100%;
  text-align: center;
}
footer ul.sns-link {
  margin-bottom: 10vw;
}
footer ul.sns-link > li{
  display: inline-block;
  height: 1.2rem;
  vertical-align: middle;
  margin-right: 1rem;
}
footer ul.sns-link > li:last-child {
  margin-right: 0;
}
footer ul.sns-link > li a {
  display: block;
  width: 100%;
  height: auto;
}
footer ul.sns-link > li img{
  display: block;
  width: auto;
  height: 1.4rem;
  object-fit: cover;
}
footer ul.foot-link {
  margin-bottom: 10vw;
}
footer ul.foot-link > li {
  width: 100%;
  padding: 2vw 0;
  margin-bottom: 3vw;
}
footer ul.foot-link > li.sep {
  display: none;
}
footer ul.foot-link > li a {
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
}
footer ul.foot-link > li a.disable {
  color: #ADE6EC;
}
footer .copy {
  display: block;
  width: 100%;
  text-align: center;
}


@media screen and (min-width:480px) and ( max-width:600px) {
  header {
    /*border-top: 1px solid blue;*/
  }
  header .header-base{
    width: 100%;
  }
  section {
    width: 100%;
  }

  /*.sp header .header-base .site-logo {*/
  header .header-base .site-logo {
    width: 40vw;
    height: calc(40vw * 84 / 433);
  }
  /*.sp header .header-base nav .inner-site-logo {*/
  header .header-base nav .inner-site-logo {
    width: 40vw;
    height: calc(40vw * 84 / 433);
  }
}

@media screen and (min-width:600px) and ( max-width:960px) {
  header {
    /*border-top: 1px solid mediumpurple;*/
    background: rgba(0,0,0,0);
  }
  header .header-base{
    width: 100%;
  }
  section{
    width: 100%;
  }
}

/* @media screen and (min-width:960px) and ( max-width:1280px) { */
@media screen and (min-width:960px) {
  header {
    /*border-top: 1px solid yellowgreen;*/
    height: 65px;
  }
  header .header-base{
    width: 960px;
    margin: 0 auto;
  }
  section{
    width: 960px;
  }

}
@media screen and (min-width:480px){
  header .header-base nav {
    /*height: 100vh;*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
  }
  header .header-base nav .btn-campaign {
    position: static;
    margin-top: 4rem;
    width: 100%;
    text-align: right;
  }
  header .header-base nav .btn-campaign a {
    height: 8rem;
    width: 8rem;
    margin-right: 2rem;
    display: inline-block;
  }
}


@media screen and (min-width:800px){
  [data-aos=fade-up] {
    transform: translate3d(0,0,0);
  }

  header .header-base .site-logo {
    /* 433x 84 */
    width: 15.2rem;
    height: calc(15rem * 84 / 433);

    /*filter: brightness(500%);*/
    margin: 12px 0 0;
    left: 0;
  }
	
	
  header .header-base nav {
    position: absolute;
    top: 0;
    bottom: 0;
    background: none;
    text-align: right;
    margin: auto 0;
    height: auto;
    width: auto;
    right: 2rem;
    left: auto;
    padding: 0;
    overflow: hidden;
  }
    
  header .header-base nav .inner-site-logo,
  header .header-base nav .sns-link,
  header .header-base nav .btn-campaign {
    display: none;
  }
  ul.menu {
    padding-top: 0;
  }
  ul.menu > li {
    display: inline-block;
    text-align: right;
    background: none;
    border-bottom: none;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 0;
    margin-left: 1rem;
  }
  ul.menu > li a {
    padding: 0;
    color: #32C1D0 !important;
    font-size: 1rem;
  }
	
.lowerpage ul.menu > li a {
    padding: 0;
    color: #fff !important;
    font-size: 1rem;
  }
	
  .btn-menu {
    display: none;
  }
  header.expantion {
    /*background: rgba(255,255,255,0.8); 
    opacity: 0.7;*/
      background: none;
      height: 220px;
  }
  header.expantion .header-base .site-logo {
    filter: brightness(1);
    /* 433x 84 */
    width: 15.2rem;
    height: calc(15rem * 84 / 433);
    margin-left: 0;
    left: 1rem;
	background-image: url(../images/pc/logo_header_c.png) ;
  }
  header.expantion .header-base nav {
    padding-right: 0;
    right: 2rem;
  }
  /*header.expantion nav > ul > li a {
    color: #fff !important;
  }*/
  footer {
    padding-top: 2rem;
  }
  footer .inner {
    width: 100%;
  }
  footer .foot-logo{
    width: 12rem;
    height: calc(12rem * 84 / 433);
    position: absolute;
    top: 3rem;
    left: 3rem;
    margin: 0;
  }
  footer ul.sns-link {
    position: absolute;
    top: 8rem;
    left: 3.5rem;
    display: inline-block;
    width: auto;
    margin: 0;
  }
  footer ul.sns-link > li img {
    height: 1rem;
  }
  footer ul.foot-link {
    text-align: right;
    margin-bottom: 2rem;
  }
  footer ul.foot-link > li {
    width: auto;
    display: inline-block;
    padding: 0 1rem 0 0;
    margin-bottom: 1rem;
  }
  footer ul.foot-link > li:before {
    content: "|";
    margin-right: 1rem;
  }
  footer ul.foot-link > li a {
    font-size: 0.9rem;
  }
  footer ul.foot-link > li.sep {
    display: block;
    margin: 0;
    padding: 0;
    height: 0;
  }
  footer ul.foot-link > li:first-child:before,
  footer ul.foot-link > li:nth-child(8):before,
  footer ul.foot-link > li.sep:before{
    display: none;
  }
  footer .copy {
    text-align: right;
    padding-right: 1rem;
  }
}


/*
@media screen and (min-width:1280px) {
  header {
    border: 1px solid yellow;
    background: rgba(0,0,0,0);
  }
  header .header-base{
    width: 960px;
    margin: 0 auto;
  }
  header .header-base .site-logo {
    filter: brightness(100%);
  }
  header nav {
    position: absolute;
    top: 0;
    bottom: 0;
    background: none;
    text-align: right;
    margin: auto 0;
    height: 1.2rem;
    width: auto;
    right: 1rem;
  }
  header nav > ul > li {
    display: inline-block;
    text-align: right;
    background: none;
    border-bottom: none;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 0;
    margin-left: 1rem;
  }
  header nav > ul > li a {
    padding: 0;
    color: white;
  }
  .btn-menu {
    display: none;
  }
  section {
    width: 1000px;
  }
}
*/


/* ########################################################### */
/* ##                     瀬戸口指定                       ## */
/* ########################################################### */

.sp-only{display: none !important ;}
@media (max-width: 767px) {
.sp-only{display: block !important;}
.pc-only{display: none !important ;}
}



@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


@media screen and (min-width: 768px){	
  .image-pc { display:block; }
  .image-sp { display:none; }
}
@media screen and (max-width: 767px){	
  .image-pc { display:none; }
  .image-sp { display:block; }
}

footer {
  padding: 10vw 0 32vw;
}

footer .foot-logo {
  margin: 0 auto 10vw;
}

footer ul.sns-link {
  margin-bottom: 20vw;
}

footer ul.foot-link {
  margin-bottom: 20vw;
}
footer ul.foot-link > li {
  margin-bottom: 1.0vw;
  letter-spacing: 0.1rem;
}


footer .copy {
	font-size: 0.7rem;
	letter-spacing: 0.1rem;
}

/* @media screen and (min-width:960px) and ( max-width:1280px) { */
@media screen and (min-width:960px) {
  header {
	  height: 220px;
  }

}

@media screen and (min-width:800px){
  ul.menu > li {
    margin-left: 2.0rem;
  }
  ul.menu > li a {
	letter-spacing: 0.1rem;
  }  

	
  footer {
  padding: 3rem 3rem 13rem;
  }
  footer .foot-logo{
    margin: 0;
  }
  footer ul.sns-link {
    margin: 0;
  }
  footer ul.foot-link {
    margin-bottom: 2rem;
  }
  footer ul.foot-link > li {
    margin-bottom: 1rem;
  }
  footer .copy {
    text-align: right;
    padding-right: 1rem;
  }
	
}



/* ボタンアニメ矢印 */

.sec-campaign .animated_arrow,
.sec-campaign2 .animated_arrow,
.sec-plans .animated_arrow,
.sec-con .animated_arrow{
  display: block;
  width: 12%;
}

.sec-campaign .animated_arrow img,
.sec-campaign2 .animated_arrow img,
.sec-plans .animated_arrow img,
.sec-con .animated_arrow img{display: block; width: 100%;}

.animated_arrow {
  display: block;
  padding-left: 17px;

  -webkit-animation-name: kf_animated_arrow;
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: kf_animated_arrow;
  -moz-animation-duration: 500ms;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: both;
  -moz-animation-direction: alternate;
  -moz-animation-iteration-count: infinite;

  animation-name: kf_animated_arrow;
  animation-duration: 500ms;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@-webkit-keyframes  kf_animated_arrow{
  from{
    transform: translate(0, 0);
  }
  to {
    transform: translate(-1rem, 0);
  }
}
@-moz-keyframes  kf_animated_arrow{
  from{
    transform: translate(0, 0);
  }
  to {
    transform: translate(-1rem, 0);
  }
}
@keyframes  kf_animated_arrow{
  from{
    transform: translate(0, 0);
  }
  to {
    transform: translate(-1rem, 0);
  }
}


/* ########################################################### */
/* ##                     header                  ## */
/* ########################################################### */

.w-line{display: none  ;}
header.expantion .w-line{
    display: block;
    height: 80px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8); 
    opacity: 0.7;
}

@media (max-width: 767px) {
.w-line{display: none !important  ;}
}



/*==================================================
ナビゲーションメニュー
================================================== */

@media screen and (min-width: 960px){
header,
header.expantion{
    height: auto;
}
}

.sns-link-base,
.inner-site-logo{
    display: none;
}

#navi-pc{
    display: block !important;
    margin-bottom: 0 !important;
    width: auto !important;
    position: absolute;
    top: 0;
    right: 0;
}


#navi-pc > #global-nav{
    display: inline-block;
    margin: 25px 0 0;
}

#navi-pc > #global-nav > ul{
    display: flex;  
    margin: 0 auto; 
    list-style: none; 
    justify-content: space-between;
}

#navi-pc > #global-nav > ul > li{
    display: inline-block;
    text-align: left;
    background: none;
    border-bottom: none;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 0;
    margin: 0 1rem;
    position: relative;
}
#navi-pc > #global-nav > ul > li > a{
    padding: 0;
    color: #32C1D0 !important;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    text-decoration: none;
}

.lowerpage header #navi-pc > #global-nav > ul > li > a{
    color: #fff !important;
}

#dropmenu > li > ul{
    list-style: none;
    position: absolute;
    display: block;
    width: 200px;
    text-align: center;
    top: 28px;
    left: 50%;
    margin: 0 0 0 -100px;
    padding: 0;
    height: 0 !important;
}

#dropmenu > li > ul > li{
  overflow: hidden;
  display: block;
  height: 0;
  transition: .2s;
  z-index:1000;
}

#dropmenu > li > ul > li > a{
    display: block;
    background: #32C1D0;
    color: #fff !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 75%;
    border-bottom: 1px solid #59cbd7;
    text-decoration: none;
}

#dropmenu > li > ul > li > a:hover{
    background: #59cbd7;
    color: #fff !important;
}

#dropmenu > li:hover > ul > li{
  overflow: visible;
  height: 40px;
}

#dropmenu > li:hover > ul:before{
    position: absolute;
    content: "▲";
    left: 45%;
    top: -8px;
    color: #32C1D0;
    z-index: 1;
}


/* --------------- SP--------------- */
@media (max-width: 767px) {

    #navi-pc{
        display: none !important;
    }    
}


/*---------------------------------------------
  Hamburger Nav
  ---------------------------------------------*/
@media (max-width: 767px) {
/* header */

    
#top-head,
.inner {
        width: 100%;
        padding: 0;
        position: relative;
        height: 100%;
    }
    
#top-head {
    top: 0;
    position: fixed;
    width: 100%;
    height: auto;
    margin:0 auto 0;
    padding: 0;
    z-index: 999;
    height: 70px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
}

#top-head .contents-area{width: 100%;}
#top-head .site-logo, #top-head #mobile-head{display: block;}    
#nav-toggle p{position: absolute; bottom:1px; text-align: center; font-size: 10px; font-weight: bold; margin: 0; color: #fc7248; width: 100%; }
    

    
/* Toggle Button */
#nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 101;
    display: flex; 
    align-items: center; 
    justify-content: center; 

}


#nav-toggle div {
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 26px;
    left: 50%;
    margin-left: -11px;
    background: #32C1D0; /*ハンバーガーメニュー三本線カラー*/
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
    
.open #nav-toggle span,
.lowerpage #nav-toggle span{
    background: #fff;
}

#nav-toggle span:nth-child(1) {
    top: 16px;
}
#nav-toggle span:nth-child(2) {
    top: 25px;
}
#nav-toggle span:nth-child(3) {
    top: 34px;
}
    
  /* #nav-toggle 切り替えアニメーション */


  .open #nav-toggle span:nth-child(1) {
      top: 27px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
}
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 27px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(960px);
      -webkit-transform: translateY(960px);
      transform: translateY(960px);
  }   



  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -960px;
      left: 0;
      background-color:#32C1D0 !important ;
      width: 100%;
      height: 100vh;
      box-sizing: border-box;
      text-align: left;
      padding: 60px 0 20px;
      box-sizing: border-box;
      float: none;
      transition: .5s ease-in-out;
      border: none;
      overflow-y: auto;
  }
    
    .lowerpage #global-nav{}   
  #global-nav ul {
      display: block;
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      height: auto;
      border:none;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      justify-content:inherit;
  border-bottom: 1px solid #59cbd7;
  }
  #global-nav ul li {
      display: block; width: 100%; float: none; margin: 0;
  }

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
  display: block;
  position: relative;
  padding:0 15px; 
  border-top: 1px solid #59cbd7;
  color: #fff;
  height: 60px;
  line-height: 60px;
  text-align: left;
  border-radius: 0 !important;
  margin: 0;
  text-align: left;
  text-decoration: none;
  }
    #top-head #global-nav ul li ul li a,
    #top-head.fixed #global-nav ul li ul li a{
        padding: 0 15px 0 25px;
    }
    
#global-nav > ul > li > a:after,
.accordion > dd > ul > li > a:after{
    font-family: "Font Awesome 5 Free";
    content: '\f105';   
    position: absolute;
    right: 20px;
}
	
	.accordion > dd > ul > li{
		width: 50% !important;
		float: left !important;
		border-right: 1px solid #59cbd7;
	}
	.accordion > dd > ul > li > a{
		border-top: none !important;
		border-bottom: 1px solid #59cbd7;
	}
	.accordion > dd > ul > li:nth-child(even){
		border-right: none !important;
	}
	.accordion > dd > ul{
	}	

    
}

/*
.menu-box {
  position: fixed;
  top: 0;
    left: 0;
  width: 100%;
  box-sizing: border-box;
}

.menu-box .menu-btn {
  width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
.menu-box > ul {
  display: none;
  width: 100%;
  background-color: #32C1D0;
    padding-top: 55px;
}
.menu-box > ul > li > a,
.accordion > dd > ul > li > a{
    display: block;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    text-decoration: none;
    border-top: 1px solid #59cbd7;
    position: relative;
}

.accordion > dd > ul > li > a{
    padding-left: 25px;
}


.menu-box > ul > li > a:after,
.accordion > dd > ul > li > a:after{
    font-family: "Font Awesome 5 Free";
    content: '\f105';   
    position: absolute;
    right: 20px;
}




.menu-btn:before {
  content: '\f0c9';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #32C1D0;
  font-size: 2.0rem;
    position: absolute;
    top: 10px;
    right: 12px;
}
.menu-btn.active:before {
  content: '\f00d';
    color: #fff;
    right: 15px;
}

.lowerpage .menu-btn:before{
    color: #fff;
}

*/


dl.accordion {margin: 0; }
dl.accordion dt{
    cursor:pointer; 
    height: auto; 
    position: relative; 
    padding: 15px;
    color: #fff;
    border-top: 1px solid #59cbd7;
    text-align: left;
}

dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f067';  
    position: absolute;
    right: 19px;
    font-size: 85%;
}
dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
  content: '\f068';
  font-weight: 900;
}

 
dl.accordion dd {display:none; margin: 0;  }





