/* --------------------------- */
/* kv
/* --------------------------- */
#bg-video{
  position: absolute;
  z-index: -100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100vh;
  min-width: 100vw;
}
.kv-wrapper{
  position: relative;
  width: 100vw;
  height: 100vh;
  }
.kv-img-wrapper{
  position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
.kv-copy-wrapper{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.kv-copy{
  font-size: 2.4rem;
  font-weight: lighter;
  color: #333;
  margin-bottom: 10px;
  margin-top: 20vh;
}
.kv-subcopy{
  font-size: 1.8rem;
  color: #333;
}
.kv-title{
  font-size: 5.6rem;
}
.kv-title::before{
  margin: 0 -50px 0 0;
  content: "";
  background: #D0F0E8;
  padding: 5px 25px;
  font-size: 1.2rem;
}
.kv-subtitle{
  font-size: 3rem;
  margin: 0px auto 20px auto;
}
/* 立体ボタン要素(半透明の白いボタン） */
.button09 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0.5em 5em;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
  backdrop-filter: blur( 8.0px );
  -webkit-backdrop-filter: blur( 8.0px );
  box-shadow: 0 8px 15px 0 rgba(120, 120, 121, 0.1);
}
.button09 a:hover::before {
  top: 0;
  left: 0;
}

.button09 a:hover {
  text-decoration: none;
  background-color: #fff;
}
.button09{
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  max-width: 50%;
  margin: auto 0;
  align-items: center;
}
.btntitle09{
  font-size: 1.8rem;
  color: #333;
}
/* --------------------------- */
/* Message
/* --------------------------- */
.section-wrapper#message{
  height: 100vh;
  background-image: url(../images/bg_chisa01.jpg);
  background-size: cover;
  padding-top: 0;
}
.message-wrapper{
  width: 25vw;
  height: 100vh;
  padding: 50px;
  margin-top: 20%;
  margin-left: 50%;
}
.message-title{
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.message-ja{
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.message-name{
  font-size: 1.3rem;
  margin-bottom: 30px;
}
/* 半分矢印 */
.stickarrow {
  width: 40px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: skew(45deg);
  margin: 10px;
  margin-bottom: 20px;
  margin-left: 0;
}
.feature-link:hover{
  color: #999;
}
.sns-icon{
  max-width: 150px;
  margin-left: 0;
  height: 30px;
}
.gm04{
  background: rgba( 255, 255, 255, 0.10 );
  box-shadow: 0 8px 32px 0 rgba(58, 58, 58, 0.37);
  backdrop-filter: blur( 10.0px );
  -webkit-backdrop-filter: blur( 10.0px );
  border: 1px solid rgba( 255, 255, 255, 0.03 );
}
/* --------------------------- */
/* fee
/* --------------------------- */
.section-wrapper#fee{
  position: relative;
  top: 0;
  background-image: url(../images/bg01.jpg);
  background-size: contain;
  margin-top: 0;
}
.inter-title{
  font-size: 3.5rem;
  margin-bottom: 15px;
}
.inter-title::before{
  margin: 0 -40px 0 0;
  content: "";
  background: #fff;
  padding: 4px 22px;
  font-size: 1.2rem;
}
.inter-title-wrapper{
  margin-bottom: 30px;
}
.inter-title-ja{
  margin-bottom: 30px;
}
.inter-title-pic{
  margin-left: 20px;
}
.interpreting-wrapper{
  width: 100%;
  background-color: #D0F0E8;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.box{
  width: 100%;
  height: 100%;
  padding: 5px;
  background-color: #fff;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: -2;
}
.fee-wrapper{
  padding: 50px;
}
.fee-title-en{
  font-size: 2.6rem;
}
.fee-title-ja{
  font-size: 1.3rem;
  margin-bottom: 50px;
}
.fee{
  padding-left: 50px;
  margin-bottom: 50px;
}
.fee-kind{
  font-size: 1.6rem;
  padding-left: 50px;
  margin-bottom: 20px;
}
.fee-interpreting{
  font-size: 2rem;
  margin-bottom: 20px;
}
.fee-interpreting::before{
  margin: 0 -30px 0 0;
  content: "";
  background: #D0F0E8;
  padding: 3px 18px;
  font-size: 1rem;
}
.price{
  font-size: 2.2rem;
}
.flow-title{
  font-size: 2rem;
  margin-bottom: 30px;
}
.flow-color{
  font-size: 1.6rem;
  background: linear-gradient(transparent 60%, #D0F0E8 30%);
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
}
.flow-detail{
  font-size: 1.2rem;
}
/* --------------------------- */
/* voice
/* --------------------------- */
.section-wrapper#voice{
  position: relative;
  top: 0;
  background: linear-gradient(rgba(235, 224, 240, 0.5), rgba(235, 224, 240, 0.5)), url(../images/bg01.jpg);
  background-size: contain;
  margin-top: 0;
}
.voice-list{
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.voice-item{
  position: relative;
  width: 340px;
  background-color: #fff;
  padding: 40px 50px;
  margin: 20px;
}
.voice-title{
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.voice{
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.voice-name{
  font-size: 1.3rem;
  font-weight: bold;
}
.mark-icon {
  position: absolute;
  top: -15px; /* Adjust as needed */
  left: 10px; /* Adjust as needed */
  width: 35px; /* Set the desired size */
  height: auto;
}
/* --------------------------- */
/* lesson
/* --------------------------- */
.section-wrapper#lesson{
  padding-top: 0;
  padding-bottom: 0;
}
.lesson-wrapper{
  position: relative;
}
.lesson-copy-wrapper{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60vw;
  transform: translate(-50%,-50%);
}
.lesson-copy{
  font-size: 2rem;
  letter-spacing: 0.5rem;
  margin-bottom: 30px;
}

.lesson-title-en{
  font-size: 4rem;
  margin-bottom: 5px;
}
.lesson-title-en::before{
  color: solid #fff;
  margin: 0 -40px 0 0;
  content: "";
  color: #fff;
  background: #fff;
  padding: 5px 20px;
  font-size:12px;

}
.lesson-title-ja{
  margin-bottom: 15px;
}
.lesson-name{
  font-size: 3rem;
  margin-bottom: 30px;
}
.lesson-sub-name{
  font-size: 1.3rem;
  margin-bottom: 40px;
}
.lesson-detail{
  margin-bottom: 40px;
}
/* 立体ボタン要素(半透明の白いボタン） */
.button08 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0.5em 5em;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  backdrop-filter: blur( 8.0px );
  -webkit-backdrop-filter: blur( 8.0px );
  box-shadow: 0 8px 15px 0 rgba(120, 120, 121, 0.1);
}
.button08 a:hover::before {
  top: 0;
  left: 0;
}

.button08 a:hover {
  text-decoration: none;
  background-color: #fff;
}
.button08{
  margin: 0 auto;
  max-width: 40%;
}
.btntitle08{
  font-size: 1.5rem;
  color: #333;
}
/* --------------------------- */
/* coaching
/* --------------------------- */
.section-wrapper#coaching{
  padding-top: 0;
  padding-bottom: 0;
}
/* --------------------------- */
/* Q&A
/* --------------------------- */
.section-wrapper#faq{
  position: relative;
  top: 0;
  background-image: url(../images/bg01.jpg);
  background-size: contain;
  margin-top: 0;
}
.section-title.faq{
  font-size: 1.8rem;
}
/* アコーディオンメニュー */
.ac-menu-wrapper{
  margin-bottom: 60px;
}
.ac-menu input {
  display: none;
}
.ac-menu label {
  color: #333; /* 文字色 */
  font-size: 1.5rem; /* 文字サイズ */
  line-height: 2; /* 行間 */
  text-align: left; /* 文字列 */
  background: #fff; /*背景色 */
  padding: 15px 50px 15px 50px; /* 内側の余白 */
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.ac-menu label:after {
  position: absolute;
  right: 20px; /* 左からの距離 */
  top: 50%; /* 上下中央配置 */
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  content: "＋"; /* アイコン */
  color: #DDECE8;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.ac-menu input:checked ~ label::after {
  content: "−"; /* クリック後のアイコン */
}
.ac-menu div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s; /* 開閉スピード */
}
.ac-menu input:checked ~ div {
  height: auto;
  opacity: 1;
  padding: 20px 50px; /* 中身の枠内の余白 */
  background: #DDECE8; /* 中身の背景色 */
  margin-bottom: 10px;
}
.ac-menu-inside {
  color: #333; /* 中身の文字色 */
  font-size: 1.3rem; /* 中身の文字サイズ */
  line-height: 2; /* 行間 */
}
/* --------------------------- */
/* bio
/* --------------------------- */
.section-wrapper#bio{
  padding-top: 0;
  padding-bottom: 0;
}
.bio-wrapper{
  position: relative;
}
.bio-text{
  position: absolute;
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba( 255, 255, 255, 0.10 );
  box-shadow: 0 8px 32px 0 rgba(58, 58, 58, 0.37);
  backdrop-filter: blur( 10.0px );
  -webkit-backdrop-filter: blur( 10.0px );
  border: 1px solid rgba( 255, 255, 255, 0.03 );
  padding: 100px;
}
.bio-name{
  font-size: 2.2rem;
  margin-bottom: 5px;
}
.bio-name-ja{
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.bio-name-ja1{
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.bio{
  margin-bottom: 20px;
}
/* --------------------------- */
/* contact
/* --------------------------- */
.section-wrapper#contact{
  background-image: url(../images/bg01.jpg);
  background-size: contain;
}
/* --------------------------- */
/* news
/* --------------------------- */
.section-wrapper#news{
  background-image: url(../images/bg01.jpg);
  background-size: contain;
  margin-top: 0;
  padding-top: 0;
}
.news-title{
  font-size: 2.2rem;
  text-align: center;
}
.section-inner.note{
  max-width: 600px;
  padding: 20px;
}
.news-title{
  margin: 0 auto;
  margin-top: 50px;
  padding: 20px;
}
ul.note{
  /* display: flex;
  flex-direction: column;
  justify-content: space-around; */
  text-align: center;
}
.div#js-rssfeed{
  width: 600px;
  margin: 0 auto;
}
.note_wrap{
  display: flex;
  align-items: flex-start;
  /* width: 60%; */
  max-width: 600px;
  max-height: 250px;
  border: solid;
  border-width: 1px;
  border-color: #333;
  margin-bottom: 20px;
  padding: 20px;
  }
  .note_thumb img{
  width: 100px;
  height: 100px;
  object-fit: cover;
  padding: 10px;
  }
  .note_thumb img a:hover{
    opacity: .7;
  }
  .note_detail{
    padding: 10px;
  }
  .note_detail a:hover{
    color: #777;
  }
.note_title{
  font-size: 1.4rem;
  font-family: "游明朝体", "YuMincho", "游明朝", serif;
  }
  
.note_date{
  font-size: 0.9rem;
  font-family: "游明朝体", "YuMincho", "游明朝", serif;
  }
  
.note_content{
  font-size: 1.0rem;
  font-family: "游明朝体", "YuMincho", "游明朝", serif;
  }
/* インスタ */
  .insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}
.insta_list li{
    position: relative;
    width: calc((100% - 40px)/3);
}
@media screen and (max-width: 750px){
    .insta_list li{
        width: calc((100% - 20px)/2);
    }
}
.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.insta_list a{
	position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.insta_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insta_btn{
    background-color: #444;
    padding: .5em 1em;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 50px;
}
.insta_btn a{
    color: #fff;
    text-decoration: none;
}
.insta_btn:hover{
    background-color: #999;
}
/* --------------------------- */
/* iPad
/* --------------------------- */
@media screen and (max-width:820px){
/* --------------------------- */
/* kv
/* --------------------------- */
.kv-copy{
  font-size: 2.3rem;
}
.kv-subcopy{
  font-size: 1.6rem;
}
.kv-title{
  font-size: 4.7rem;
}
.kv-subtitle{
  font-size: 2.8rem;
}
/* --------------------------- */
/* Message
/* --------------------------- */
.section-wrapper#message{
  height: 100vh;
  background-image: url(../images/bg_chisa01_tb.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 0;
}
.message-wrapper{
  width: 30vw;
  height: 100vh;
  padding: 40px;
  margin-top: 30%;
  margin-left: 50%;
}
}
/* --------------------------- */
/* SP_iphone_maxpro
/* --------------------------- */
@media screen and (max-width:438px){
/* --------------------------- */
/* kv
/* --------------------------- */
.kv-copy-wrapper{
  width: 80vw;
}
.kv-copy{
  font-size: 2rem;
}
.kv-subcopy{
  font-size: 1.6rem;
}
.kv-title{
  font-size: 3.6rem;
}
.kv-subtitle{
  font-size: 2.8rem;
}
.button09{
  top: 80%;
  max-width: 70vw;
}
.btntitle09{
  font-size: 1.4rem;
}
/* --------------------------- */
/* Message
/* --------------------------- */
.section-wrapper#message{
  height: 100vh;
  background-image: url(../images/bg_chisa01_sp.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 0;
}
.message-wrapper{
  width: 75vw;
  height: 100vh;
  padding: 40px;
  margin-top: 30%;
  margin-left: 0;
}
/* --------------------------- */
/* fee
/* --------------------------- */
.inter-title{
  font-size: 3rem;
  margin-bottom: 15px;
}
.interpreting-wrapper{
  width: 75vw;
  background-color: #D0F0E8;
  padding: 20px;
  position: relative;
  z-index: 1;
  left: 20px;
}
.inter-title-word{
  padding: 10px;
}
.inter-title-pic{
  margin-left: 0;
}
.fee-wrapper{
  padding: 20px;
}
.fee{
  padding-left: 0;
  margin-bottom: 50px;
}
.voice-wrapper{
  margin-top: 100px;
  width: 75vw;
  background-color: #fff;
  padding: 30px;
}
.voice-item{
  margin: 0 auto;
  width: 80%;
  margin-bottom: 40px;
}
/* --------------------------- */
/* lesson
/* --------------------------- */
.lesson-copy{
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
  margin-bottom: 30px;
}

.lesson-title-en{
  font-size: 2.8rem;
  margin-bottom: 5px;
}
.lesson-title-en::before{
  color: solid #fff;
  margin: 0 -40px 0 0;
  content: "";
  color: #fff;
  background: #fff;
  padding: 5px 20px;
  font-size:12px;

}
.lesson-title-ja{
  margin-bottom: 15px;
}
.lesson-name{
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.lesson-detail{
  margin-bottom: 40px;
}
.button08 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0.5em 2em;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  backdrop-filter: blur( 8.0px );
  -webkit-backdrop-filter: blur( 8.0px );
  box-shadow: 0 8px 15px 0 rgba(120, 120, 121, 0.1);
}
.button08{
  margin: 0 auto;
  max-width: 80%;
}
/* --------------------------- */
/* coaching
/* --------------------------- */
.lesson-wrapper.coaching{
  height: 120vh;
}
.img-coaching{
  height: 120vh;
  /* width: fit-content; */
  object-fit: cover;
  object-position: 100% 100%;
}
/* --------------------------- */
/* Q&A
/* --------------------------- */
.ac-menu label {
  color: #333; /* 文字色 */
  font-size: 1.3rem; /* 文字サイズ */
  line-height: 2; /* 行間 */
  text-align: left; /* 文字列 */
  background: #fff; /*背景色 */
  padding: 15px 50px 15px 50px; /* 内側の余白 */
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
/* --------------------------- */
/* bio
/* --------------------------- */
.bio-wrapper{
  position: relative;
  height: 140vh;
}
.bio-text{
  position: absolute;
  width: 80%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba( 255, 255, 255, 0.10 );
  box-shadow: 0 8px 32px 0 rgba(58, 58, 58, 0.37);
  backdrop-filter: blur( 10.0px );
  -webkit-backdrop-filter: blur( 10.0px );
  border: 1px solid rgba( 255, 255, 255, 0.03 );
  padding: 50px;
}
}