/*変数の定義*/
:root{
  --color-mimmyblue: #00c1ff;
  --color-mimmypink:#FF94AE;
  --color-mimmyyellow:#FFE848;
  --font-color:#5E5E5E;
  --size-m: 16px;
}
/* 全体設定　*/
body{
    margin:0 ;
    font-family: 'Noto Sans JP', sans-serif;
    min-height:0vw;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #5E5E5E;
}
a :hover{
	opacity: 0.5 ;
}
ul {
    list-style:none
}
p {
    color: #5E5E5E;
}
.nav_list {
    list-style: none;
}
h2{
    font-size: 2rem;
    text-align: center;
    margin-top: 3rem;
    margin-bottom:2rem;
    color: #5E5E5E;
}
.marker-y{
    background: linear-gradient(transparent 70%, var(--color-mimmyyellow) 50%);
}
#top-wrapper{
  .top-toB-btn{
    position: absolute;
    top:0;
    right: 0;
    background-color: #fff;
    opacity: 0.8;
    margin: 2rem;
    padding: 0.2rem 1rem;
}
}
.thum-list{
    width:80%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;;
 .thumnail{
    width:33%;
    padding:0.6rem;
}}
#news-wrapper{
  background-color: var(--color-mimmyblue);
  padding:2rem;
  h2{
    color: #fff;
  }
}
.news{
    width:60%;
    background-color: #fff;
    padding:2rem;
    border-radius: 15px;
    margin:0 auto;
    .news-list{
      display: flex;
      flex-direction: row;
    border-bottom: #333 1px dotted;
    } 
    .date{
    font-weight: bold;
    margin-right: 2rem;
}   
}
.about-mimmy{
    width: 80%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    .about-text{
    width:50%;
    padding:1rem;
    h3{
    font-size:1.6rem;
    font-weight: bold;
    color:var(--color-mimmypink);
    }
    }
    .about-img{
    width:50%;
    padding:1rem;
    }
}
.about-mimmy:nth-child(2n+1){
    flex-direction: row-reverse;
}
#pv{
  margin:2rem 0;
}
.youtube {
  width: 60%;
  aspect-ratio: 16 / 9;
  margin:0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
#guide-wrapper{
  background-color: var(--color-mimmyyellow);
  padding:2rem;
}
.swiper{
  width:80%;
  margin: 0 auto;z-index: 100;
}
  .swiper-slide {
    /* 文字配置調整、背景色設定 */  
    color: #333;
    background-color: #dfe7fd;
  }
.guide-list{
  height:600px;
    .guide{
      display: flex;
      flex-direction: column;
      background-color: #f7f7f9;
      padding:0.8rem;
    .guide-img{
      width:100%;
    }
      .guide-name{
          text-align: center;
          font-weight: bold;
          margin-bottom: 0.6rem;
      }
      .guide-country{
        display: flex;
        font-size: 0.8rem;
        .flag{
            width:30%;
        filter: drop-shadow(2px 2px 4px #aaa);
        }
      }
    }
}
 .swiper-button-prev,
 .swiper-button-next{
  color:#fff;
  filter: drop-shadow(2px 2px 4px #aaa);
  }

#facilitator-wrapper,
#ceo-message-wrapper,
#about-wrapper,
#event-wrapper{
  padding-top:1.2rem;
}
.facilitator-list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 80%;
    margin:0 auto;
    text-align: center;
    .facilitator{
        width:20%;
        padding:0.8rem;
        color: #5E5E5E;

      .facilitator-name{
          text-align: center;
          font-weight: bold;
          font-size: 1.2rem;
          margin-bottom: 0.6rem;
       }
       .facilitator-img{
                filter: drop-shadow(2px 2px 4px #aaa);
       }
    }
}
    .facilitator-list :nth-child(1){
      order:3;
    }
    .facilitator-list :nth-child(2){
      order:1;
    }
    .facilitator-list :nth-child(3){
      order:2;
    }
    .facilitator-list :nth-child(4){
      order:4;
    }
    .facilitator-list :nth-child(5){
      order:5;
    }
#customer-voice-wrapper{
  background-color: var(--color-mimmyblue);
  padding:2rem 0;
    h2{
    color: #fff;
  }
}
.customer-voice-list{
    width: 80%;
    margin:0 auto;
    background-color: #fff;
    border-radius: 15px;
    padding:2rem;
}
.customer-voice{
    display: flex;
    justify-content: space-between;
    flex-direction: row nowrap;
    border-bottom:1px #333 dotted;
    padding:1rem;
    .customer-img{
        width:120px;
    }
    .customer-text{
        padding:1rem;
        width: 80%;;
    }
}
.ceo-message{
    width:80%;
    margin:1rem auto;
    display: flex;
    align-items:center;
    .ceo-text{
        width:50%;
        padding:1rem;
    }
    .ceo-img{
        width:48%;
        align-self:center;
    }
}
#toB-wrapper{
  position: relative;
}
.toB-text-wrap{
    width:60%;
    margin:0 auto;
    height:500px;
  padding-top:1rem;
    .toB-title{
      font-size: 1.8rem;
    }
}
.toB-button{
  position:absolute;
  bottom: 0;
  left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    opacity: 0.8;
    margin: 2rem;
    padding: 0.2rem 1rem;
}


.howtojoin{
  display: flex;
  width:80%;
  margin:0 auto;

  padding:2rem;
  .join-step{
    width:33%;
  }
}
.triangle-right {
    width: 0;
    height: 0;
    align-self:center;
    border-top: 25px solid transparent;
    border-left: 50px solid var(--color-mimmyyellow);
    border-bottom: 25px solid transparent;
}
/* faq
-----------------------------------*/
.accordion-003 {
    max-width: 80%;
    margin:0 auto;
    margin-bottom: 1rem;
    border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}



/* チェックボックスを非表示にする */
.drawer_hidden {
    display: none;
}

  
/* メニュー黒ポチを消す */
.nav_list {
    list-style: none;
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    }
}
.box{
      opacity: 0;
}
  
.delayScroll{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
}

.video-wrapper {
  position: relative;
  height: 90vh;
  width: 100%;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video-wrapper .catch-copy {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height:50%;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}
.video-wrapper .catch-copy .message{
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 10%;
  width:80%;
}
.sp .catch-copy .message{
  width: 90%;
}
.toB-btn{
    position: absolute;
    top:0;
    right: 0;
    background-color: #fff;
    opacity: 0.8;
    margin: 2rem;
    padding: 0.2rem 1rem;
}
.sp .toB-btn{
    margin:0.2rem;
    font-size: 0.8rem;
}

#toB-wrapper {
  background-image: url(img/school_sky.jpg);
  background-position: 100% 50%;
  height: auto;
  background-size: cover;
  margin-bottom:0;
}
#toB-wrapper p {
  text-align: center;
  color: #5E5E5E;
  text-shadow: white 0px 0px 6px;
}
.toB-title {
  padding-top: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.toB-link {
  font-size: 20px;
  font-weight: 400;
  padding: 30px;
  color: #fff;
  gap: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.523);
  margin: 30px;
}
#achievement-wrapper {
  background-image: url(img/school_room.jpg);
  background-position: top center;
  height: auto;
  background-size: cover;
  padding-bottom: 2.6em;
  margin-top: 0;

}
.achievement-content-wrap{
  display:flex;
  flex-direction: row;
  justify-content: space-around;
  align-items:flex-start;
  background-color: #fff;
  width:80%;
  margin:0 auto;
  border-radius: 15px;
  padding:0 2rem;
  opacity: 0.8;
  h3{
    text-align: center;
    color: #333;
    font-size: 1.6rem;
  }
  .achievement-content{
    height: 300px;
    width:33%;
  }
}
/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background-color: var(--orange-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background-color: var(--link-color);
}
.sticky-footer{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
background: rgba(255,255,255,0.4);
  z-index:1000;
}
.cv-btn{
      opacity: 1.0;
      margin:1rem;
      padding:1rem;
  a{
    background-color: var(--color-mimmypink);
    color:#fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding:0.6rem;
    border-radius: 15px;
}
  }
.title-wrapper{
  text-align: center;
}
.title {
  font-weight: 900;
  font-size: 6em;
  text-align: center;
  padding-top: 0.5em;
  text-shadow: white 0px 0px 6px;
}
.title-sub {
  font-weight: 400;
  font-size: 25px;
  margin: -80px auto 50px;
}
.title4{
  padding:1em;
}
.title4 img{
  width:80%; 
  max-width:200px;
  height: auto;
}

.plice-text {
  width: 80vw;
  margin:0 auto;
  padding: 15px 10px 10px;
  border-radius: 30px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: start;
  justify-content: center;
}
.plice-text-wrap{
  padding:1em;
}
.title2 {
  font-weight: 500;
  font-size: 35px;
  letter-spacing: 2px;
  margin: 0;
  text-align: center;
}
#company-wrapper {
  background-color: #f7f7f9;
}
.toB-btn-wrap, #company-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
.company-detail{
  padding:1.6em;
}
.company-detail p{
  margin: 0.2em 1em;
}
.company-name {
  margin-right: 20px;
}
.sent-btn {
  font-family: inherit;
  font-size: 20px;
  background: #00c1ff;
  color: #fff;
  padding: .7em 1em .7em .9em;
  display: flex;
  align-items: baseline;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: all .2s;
}
button {
  cursor: pointer;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.fa-paper-plane{
  padding-right: 6px;
}
#tokuteisho {
  text-align: center;
  font-size: 12px;
  margin: 0px auto 130px;
}
#tokuteisho p.text {
  text-align: left;
  margin: 10px auto;
  width: fit-content;
}
.message img:hover{
  opacity: 1.0;
}

/* タブレット以下 */
@media screen and (max-width:907px) {
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #fff;
}
#top-wrapper{
  .top-toB-btn{
    position: absolute;
    width:50%;
    top:0;
    left: 0;
    font-size: 0.8rem;;
    background-color: #fff;
    opacity: 0.8;
    margin: 1rem;
    padding: 0.2rem 1rem;
}
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
}
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgba(255, 255, 255, .6);
  backdrop-filter: blur(12px);

  transition: .5s;
  text-align: center;
  padding-top: 20px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;
}


/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  position: absolute;
  right: 7px;
  top: 1px;
  z-index: 100;
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #FF94AE;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}
#gl-header {
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100vw;
}
.mimmylogo{ 
  height: 50px;
  margin: 8px;

}

.icon{
  width: 25px;
  margin:auto;
}
.nav_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    width:100vw;
    height: 100%;
    margin: 0 auto;
}
.nav_list li {
    font-size: 16px;
    color: #FF94AE;
    font-weight: bold;
    margin: 10px;
}
.nav_list {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: auto;
  padding: 0;
  flex-direction: column;
  align-content: center;
}
h2{
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.thum-list{
    width:90%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
  align-content: center;
    padding-bottom: 1rem;;
 .thumnail{
    width:100%;
    padding:0.6rem;
}}
#news-wrapper{
  padding:1rem;
  h2{
    color: #fff;
  }
}
.news{
    width:90%;
    .news-list{
      flex-direction: column;
    } 
    .date{
    font-weight: bold;
    margin-right: 2rem;
}   
}
.about-mimmy{
    width: 90%;
    flex-direction: column;
    .about-text{
    width:100%;
    padding:0 1rem;
    h3{
    font-size:1.2rem;
    }}
    .about-img{
    width:100%;
    padding:1rem;
    }
}
.about-mimmy:nth-child(2n+1){
    flex-direction: column;
}
.pbr{
  display: none;
}
#guide-wrapper{
  padding:1rem;
}
.swiper{
  width:100%;
}
.guide-list{
  height:600px;
    .guide{
      display: flex;
      flex-direction: column;
      background-color: #f7f7f9;
      padding:0.8rem;
      font-size:1rem
    }
}
.facilitator-list{
    flex-direction: column;
    justify-content: center;
    width: 90%;
    margin:0 auto;
    text-align: center;
    .facilitator{
        width:90%;
        margin:0 auto;
        padding:0.8rem;
        color: #5E5E5E;

      .facilitator-name{
          text-align: center;
          font-weight: bold;
          font-size: 1.2rem;
          margin-bottom: 0.6rem;
       }
       .facilitator-img{
                filter: drop-shadow(2px 2px 4px #aaa);
       }
    }
}
    .facilitator-list :nth-child(1){
      order:1;
    }
    .facilitator-list :nth-child(2){
      order:2;
    }
    .facilitator-list :nth-child(3){
      order:3;
    }
    .facilitator-list :nth-child(4){
      order:4;
    }
    .facilitator-list :nth-child(5){
      order:5;
    }
.customer-voice-list{
      width: 90%;
      padding:1rem;
}
.customer-voice{
      flex-direction: column;
  .customer-text{
        padding:0rem;
        width: 100%;;
    }
        .customer-img{ 
          margin:0 auto;
    }
}
.ceo-message{
    width:90%;
    margin:1rem auto;
    display: flex;
    flex-direction: column;
    .ceo-text{
        width:100%;
        padding:1rem;
    }
    .ceo-img{
        width:100%;
    }
}
#toB-wrapper {
  background-image: url(img/school_sky.jpg);
  background-position: 0%;
  height: auto;
  background-size: cover;
  margin-bottom:0;
}
.toB-title {
  padding-top: 0;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.toB-button{
      margin: 0 auto;
      width:80%;
}
.achievement-content-wrap{
  flex-direction: column;
  justify-content: space-around;
  align-items:flex-start;
  background-color: #fff;
  width:90%;
  h3{
    text-align: center;
    color: #333;
    font-size: 1.2rem;
    padding:1rem;
    margin:0;
  }
  .achievement-content{
    width:100%;
    height:auto;
  }
}
.howtojoin{
  flex-direction: column;
  width:90%;
  .join-step{
    width:90%;
  }
}
.triangle-right {
      transform:rotate(90deg);
}

}
header{
  display: none;
}
/* PC表示 
@media screen and (min-width:908px) {
    .sp2,.sp{
        display: none;
    }
    header{
        backdrop-filter: blur(9px);
        background-color: rgba(255,255,255,0.8);
    }
    .nav{
      height: 60px;

    }
    #gl-header {
        height: 60px;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100vw;
        min-width: 769px;
        border-bottom: 1px solid #f8f8f8;
    }
    .mimmylogo{
        width: 140px;
    }
    .icon{
      width: 25px;
      margin: 3px  0 0 -15px;
    }
    .nav_content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
        width:100vw;
        height: 100%;
        margin: 0 auto;
    }
    .nav_list li {
        
        font-size: 12px;
        letter-spacing: normal;
        margin-right: 30px;
    }
    .nav_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        
    }

}
*/

@media screen and (max-width:480px) {
    .pc,
    .sp2{display: none;}
    .video-wrapper.sp {
      height: auto;
      aspect-ratio: 9 / 16;
      max-height: 80vh;
      width: 100vw;
      max-width: 100vw;
      overflow: hidden;
      position: relative;
      margin: 0 auto;
    }
  
    .video-wrapper.sp video {
      width: 100vw !important;
      max-width: 100vw !important;
      height: auto !important;
      object-fit: cover;
      display: block;
    }
    .video-wrapper.sp p.catch-copy {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      text-align: center;
    }
  
    .video-wrapper.sp p.catch-copy img {
      width: 80%;
      max-width: 80%;
      height: auto;
    }
    .howto-text {
      width: 90%;
      margin: auto;
     }
    .howto-text-main {
      font-size: 1.4em;
      font-weight: 700;
    }
    .toB-text-wrap {
      width: 90vw;
      text-align: center;
      margin: auto;
  }
    .toB-title {
      font-size:1.2rem;
      font-weight: 600;
      letter-spacing: 2px;
      text-shadow: none;
     }
     .toB-sub {
      font-size: 18px;
      font-weight: 400;
  }
  .title {
    font-weight: 900;
    font-size: 40px;
    width: 90vw;
    margin: auto;
}
.title-sub {
  font-weight: 400;
  font-size: 16px;
  width: 90vw;
  margin: 0 auto 50px;
}
.company-detail {
  font-size:0.8em;
}
#company-wrapper{
  padding:1em;
}

#tokuteisho {
  text-align: center;
  font-size: 12px;
  width: 90vw;
}
.title2{
  font-size: 1.4em;
}
.video-wrapper.sp {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.video-wrapper.sp video {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.video-wrapper.sp p.catch-copy {
  width: 100%;
  box-sizing: border-box;
}

.video-wrapper.sp p.catch-copy img {
  max-width: 100%;
  width: 80%;
  height: auto;
}
}


@media screen and (min-width:481px) and (max-width:769px) {
    .sp{display: none;}
}

@media screen and (min-width:769px) {
    .sp{display: none;}
}
