@charset "utf-8";
.symbol {
  padding: 60px 0;
  position: relative;
}
.symbol:before {
  content: '';
  width: 188px;
  height: 18px;
  background: url(../images/symbol_top.svg) no-repeat center top / contain;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
}
.symbol:after {
  content: '';
  width: 188px;
  height: 18px;
  background: url(../images/symbol_btm.svg) no-repeat center top / contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
}

#nav {
  background: url(../images/nav-bgi.png) no-repeat center / cover;
  overflow: hidden;
}
#nav .nav_bgi {
  width: 100%;
  padding: 35px 0;
  background: url(../images/nav-cts_bgi.png) no-repeat right top -35px / calc(100% - 150px) calc(100%  + 35px);
  position: relative;
}
/* #nav .nav_bgi:before {
  content: '';
  width: 85%;
  max-width: 1000px;
  height: 100%;
  position: absolute;
  left: 15%;
  top: 0;
  background: url(../images/nav-cts_bgi.png) no-repeat left top / 100%;
  z-index: 2;
} */
#nav .wrap {
  max-width: 710px;
  padding: 50px 45px 80px;
  position: relative;
  z-index: 3;
}
#nav .wrap .bgi {
  position: absolute;
  top: -80px;
  left: -75px;
  height: 110%;
  width: 1020px;
}
#nav h2 {
  text-align: center;
  color: var(--orange);
  font-size: 40px;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0 0 20px;
}
#nav p {
  font-size: 17px;
  line-height: 1.8em;
  font-weight: 600;
  max-width: 575px;
  margin: auto;
}
#nav .index_title {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 60px 0 20px;
}
#nav h3 {
  display: inline-block;
  text-align: center;
  font-size: 22px;
  line-height: 1.8em;
  font-weight: bold;
  padding: 0 35px;
  position: relative;
}
#nav h3 .txt_orange {
  color: var(--orange);
  font-size: 26px;
}
#nav h3:before,
#nav h3:after {
  content: '';
  width: 24px;
  height: 42px;
  position: absolute;
  bottom: 10px;
}
#nav h3:before {
  background: url(../images/nav_title_bf.svg) no-repeat center / contain;
  left: 0;
}
#nav h3:after {
  background: url(../images/nav_title_af.svg) no-repeat center / contain;
  right: 0;
}
#nav .list_wrap {
  max-width: 620px;
  width: 100%;
  margin: auto;
  justify-content: center;
  gap: 10px 15px;
}
#nav .list_wrap li {
  width: calc((100% - 15px*2)/3);
}
#nav .list_wrap li img {
  width: 100%;
  height: auto;
}

/*program*/
#program {
  width: 100%;
  margin-top: 0;
  background: url(../images/nav-bgi_btm.svg) no-repeat bottom center / 100% auto;
  padding: 0 0 50px;
}
#program .inner {
  width: 90%;
  max-width: 724px;
  padding: 0;
  margin: auto;
  justify-content: center;
  align-items: flex-start;
  gap: 25px 50px;
}
#program .inner p {
  width: calc(100% - 50px - 235px);
  font-size: 17px;
  line-height: 1.8em;
  font-weight: 600;
}
#program .inner a {
  width: 235px;
}
#program .header {
  width: 100%;
  text-align: left;
  margin-bottom: -30px;
  pointer-events: none;
}
#program .header h2 {
  width: 97%;
  transform: translate(-2%,0);
}
#program .header h2 img {
  width: 100%;
}
#program .footer {
  width: 100%;
  text-align: right;
  margin-top: -80px;
  pointer-events: none;
}
#program .footer img {
  width: 88%;
  transform: translate(2%,0);
}

/*audio modal*/
/* audio.lang-mp3{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
audio.lang-mp3.is-show {
  opacity: 1;
  pointer-events: all;
} */
.audio_box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
.audio_box audio {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.audio_box .md-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 998;
}
.audio_box .md-close:before,
.audio_box .md-close:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}
.audio_box .md-close:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.audio_box .md-ovr {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0.75);
  top: 0;
  left: 0;
  z-index: 998;
}
.audio_box.is-show {
  opacity: 1;
  pointer-events: all;
}

/*country_cts*/
#country_cts {
  background: #e66e46;
}
#country_cts .layout {
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
  width: 95%;
  margin: auto 0 auto auto;
  padding: 40px 0;
  position: relative;
}
#country_cts .layout h2 {
  width: 35px;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}
#country_cts .layout h2 img {
  width: 35px;
  height: auto;
}
#country_cts .layout .cts_wrap {
  width: calc(100% - 55px);
}
#country_cts .layout .language {
  background: #fff;
  width: 100%;
  padding: 70px 10px 45px 80px;
  border-radius: 50px 0 0 50px;
  position: relative;
}
#country_cts .layout .language + .language {
  margin-top: 40px;
}
#country_cts .layout .language .stamp {
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#country_cts .layout .language .cts_box {
  width: 100%;
  max-width: 790px;
  position: relative;
  z-index: 3;
}
#country_cts .layout .language .cts_box h3 {
  color: var(--orange);
  font-size: 68px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 10px;
}
#country_cts .layout .language .cts_box .txt_img {
  justify-content: space-between;
  gap: 40px;
}
#country_cts .layout .language .cts_box .txt,
#country_cts .layout .language .cts_box .img {
  width: calc(50% - 20px);
}
#country_cts .layout .language .cts_box .txt p,
#country_cts .layout .language .cts_box .img p.pc {
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 600;
  text-align: left;
}
#country_cts .layout .language .cts_box .img p.pc {
  margin-top: 2em;
}
#country_cts .layout .language .cts_box .img p {
  display: block;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: right;
  margin-top: 3px;
}
#country_cts .layout .language .cts_box .img .inBox {
  display: block;
  width: 100%;
}
#country_cts .layout .language .cts_box .img .inBox + .inBox {
  margin-top: 15px;
}
#country_cts .layout .language .cts_box .img .inBox .caption {
  position: relative;
}
#country_cts .layout .language .cts_box .img .inBox .caption p {
  opacity: 0;
  transition: .3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 1em;
}
#country_cts .layout .language .cts_box .img .inBox .caption:hover p {
  opacity: 1;
}
#country_cts .layout .language .cts_box .audio {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
#country_cts .layout .language .cts_box .audio .btn {
  width: 42%;
  max-width: 320px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 75%);
  z-index: 2;
  cursor: pointer;
}
#country_cts .layout .language .cts_box .audio .btn img {
  width: 100%;
}
#country_cts .layout .language .cts_box .audio .btn:not(.md-btn):before {
  content: '発音を聞いてみよう';
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 40px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
#country_cts .layout .language .cts_box .audio .btn.play:before {
  content: '音声を停止する';
}


#country_cts .layout .language .cts_box .audio .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
#country_cts .layout .language .cts_box .audio .header .btn {
  width: 60%;
  max-width: 320px;
  position: relative;
  left: 0;
  bottom:0;
  transform: translate(0, 8px);
  z-index: 2;
  cursor: pointer;
}
#country_cts .layout .language .cts_box .audio .header .illust {
  width: 35%;
  max-width: 280px;
}
#country_cts .layout .language .cts_box .audio .scrl_wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  top: -1px;
}
#country_cts .layout .language .cts_box .audio .lang_list_box {
  width: 100%;
  border: 1px solid #000;
  border-radius: 20px;
  background: #feeecd;
  padding: 30px;
  text-align: center;
}



#lang_navi {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,100%);
  background: #e66e46;
  width: 100%;
  max-width: 1100px;
  padding: 25px 20px;
  z-index: 990;
  transition: .3s;
}
#lang_navi.is-show {
  transform: translate(-50%,0);
}
#lang_navi ul {
  width: 100%;
  justify-content: flex-start;
  gap: 10px 15px;
}
#lang_navi ul a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
}
#lang_navi ul a:hover,
#lang_navi ul a.is-show {
  opacity: 1;
  color: #ffff00;
  transform: scale(1.1);
}

/*manabi*/
#manabi {
  background: url(../images/manabi-bgi.png) no-repeat center / cover;
  position: relative;
}
#manabi:before {
  content: '';
  width: 100%;
  height: 40px;
  background: url(../images/nav-bgi_btm.svg) no-repeat center top / contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
#manabi .wrap {
  max-width: 880px;
  padding: 55px 0 100px;
}
#manabi h2 {
  transform: scale(1.08);
  margin: 0 0 40px;
  text-align: center;
}
#manabi .list_wrap {
  gap: 36px;
}
#manabi .list_wrap div {
  width: calc((100% - 36px)/2);
}
#manabi .list_wrap div.full {
  width: 100%;
}
#manabi .list_wrap div img {
  width: 100%;
}

/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  #nav .nav_bgi {
    background: url(../images/nav-cts_bgi.png) no-repeat right top -35px / 92% calc(100% + 35px);
  }
  #nav .wrap {
    width: 60%;
  }
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #country_cts .layout .language .cts_box .txt p .sp {
    display: inline!important;
  }
  .symbol {
    padding: 40px 0;
  }
  .symbol:before,
  .symbol:after {
    width: 150px;
  }
  #nav .wrap {
    width: 90%;
  }
  #nav h2 {
    font-size: 34px;
    margin: 0 0 10px;
  }
  #nav p {
    font-size: 15px;
    line-height: 1.6em;
  }
  #nav .wrap {
    padding: 15px 40px 80px;
  }
  #nav .list_wrap {
    justify-content: flex-start;
    gap: 10px;
  }
  #nav .list_wrap li {
    width: calc((100% - 10px) / 2);
  }
  #nav .list_wrap li:nth-child(1) { order: 1; }
  #nav .list_wrap li:nth-child(2) { order: 5; }
  #nav .list_wrap li:nth-child(3) { order: 10; }
  #nav .list_wrap li:nth-child(4) { order: 2; }
  #nav .list_wrap li:nth-child(5) { order: 6; }
  #nav .list_wrap li:nth-child(6) { order: 11; }
  #nav .list_wrap li:nth-child(7) { order: 3; }
  #nav .list_wrap li:nth-child(8) { order: 7; }
  #nav .list_wrap li:nth-child(9) { order: 12; }
  #nav .list_wrap li:nth-child(10) { order: 4; }
  #nav .list_wrap li:nth-child(11) { order: 8; }
  #nav .list_wrap li:nth-child(12) { order: 13; }
  #nav .list_wrap li:nth-child(13) { order: 9; }
  #nav .nav_bgi {
    width: 100%;
    padding: 35px 0;
    background: url(../images/nav-cts_bgi_sp.png) no-repeat right -5px top -35px / calc(100% + 10px) 100%;
  }
  #nav .index_title {
    margin: 30px 0 15px;
  }
  #nav h3 {
    font-size: 18px;
    padding: 0 20px;
  }
  #nav h3 .txt_orange {
    font-size: 25px;
  }
  #nav h3:before,
  #nav h3:after {
    width: 20px;
  }
  #program .inner {
    width: 90%;
    max-width: 724px;
    padding: 0;
    margin: auto;
    justify-content: center;
    align-items: flex-start;
    gap: 20px 50px;
    flex-direction: column;
    align-items: center;
  }
  #program .inner p {
    width: 100%;
    font-size: 15px;
    line-height: 1.6em;
  }
  #program .inner a {
    width: 88%;
  }
  #program .header {
    margin-bottom: 0;
  }
  #program .footer {
    margin-top: -7%;
  }
  #program .footer img {
    width: 100%;
    transform: translate(7%, 0);
  }
  #program {
    margin-top: -10vw;
    padding: 0 0 30px;
    background: url(../images/nav-bgi_btm.svg) no-repeat bottom center / auto 10px;
  }
  #country_cts .layout {
    gap: 10px;
  }
  #country_cts .layout h2 {
    width: 30px;
    top: 20px;
    transform: translate(-5px,0);
  }
  #country_cts .layout .cts_wrap {
    width: calc(100% - 40px);
  }
  #country_cts .layout .language {
    padding: 25px 5% 45px 25px;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
  }
  #country_cts .layout .language .cts_box h3 {
    font-size: 34px;
    letter-spacing: -2px;
  }
  #country_cts .layout .language .cts_box .txt,
  #country_cts .layout .language .cts_box .img {
    width: 100%;
  }
  #country_cts .layout .language .cts_box .txt p,
  #country_cts .layout .language .cts_box .img p.pc {
    font-size: 15px;
    line-height: 1.6em;
  }
  #country_cts .layout .language .cts_box .txt_img {
    gap: 30px;
  }
  #country_cts .layout .language .cts_box .img p {
    font-size: 11px;
  }
  #country_cts .layout .language + .language {
    margin-top: 25px;
  }
  #country_cts .layout .language .stamp {
    width: 38%;
  }
  #manabi:before {
    height: 10px;
    background: url(../images/nav-bgi_btm.svg) no-repeat center top / auto 10px;
  }
  #manabi h2 {
    transform: scale(1);
    margin: 0 0 30px;
  }
  #manabi .list_wrap {
    gap: 15px;
  }
  #manabi .list_wrap div {
    width: 100%;
  }
  #lang_navi {
    padding: 10px 70px 10px 20px;
  }
  #lang_navi ul {
    gap: 0 15px;
  }
  #lang_navi ul a {
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: -3px;
  }
  #country_cts .layout .language .cts_box .audio .btn {
    width: 60%;
    left: -10px;
    top: 0;
    transform: translate(0, 25%);
  }
  #country_cts .layout .language .cts_box .audio .btn:not(.md-btn):before {
    font-size: 3.3vw;
    width: calc(100% - 20px);
  }
  #country_cts .layout .language .cts_box .audio .scrl_wrap {
    width: 106%;
    overflow: auto;
    padding: 0 20px 0 0;
  }
  #country_cts .layout .language .cts_box .audio .lang_list_box {
    width: 480px;
    padding: 20px;
  }
  #country_cts .layout .language .cts_box .audio .header {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  #country_cts .layout .language .cts_box .audio .header .illust {
    width: 40%;
    transform: translate(8%, 0);
  }

}