@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	line-height: 1.8;
}

/*------------ 全体 ------------*/
html {
}
body {
  color: #4c4948;
}
._hover{
	transition: opacity 0.3s linear;
	opacity: 1;
  cursor: pointer;
}
._hover:hover{
	opacity: 0.7;
}
*{
  box-sizing: border-box;
}
img{
  max-width: 100%;
  height: auto;
}

.bg-color-deep-blue{
  background-color: #00348a;
}
.bg-color-light-blue{
  background-color: #8eaff2;
}
.bg-color-light-blue--2{
  background-color: #c2d1fc;
}
.bg-color-blue{
  background-color: #3171c8;
}
.bg-color-white{
  background-color: #FFF;
}
.bg-color-light-yellow{
  background-color: #ffefc2;
}
.bg-color-yellow{
  background-color: #ffd561;
}
.font-bold{
  font-weight: 700;
}
.font-black{
  font-weight: 900;
}
.flex-center{
  display: flex;
  justify-content: center;
}
.flex-start{
  display: flex;
  justify-content: flex-start;
}
.text-color-blue{
  color: #00348a;
}
.text-color-yellow{
  color: #ffb300;
}
.text-color-white{
  color: #FFF;
}
.text-align-c{
  text-align: center;
}
.padding-top-50{
  padding-top: 50px;
}
.padding-top-70{
  padding-top: 70px;
}
.padding-top-80{
  padding-top: 80px;
}
.padding-top-90{
  padding-top: 80px;
}
.padding-top-100{
  padding-top: 100px;
}
.padding-top-110{
  padding-top: 110px;
}
.padding-bottom-60{
  padding-bottom: 60px;
}
.padding-bottom-80{
  padding-bottom: 80px;
}
.padding-bottom-90{
  padding-bottom: 90px;
}
.padding-bottom-100{
  padding-bottom: 100px;
}
.padding-bottom-110{
  padding-bottom: 110px;
}

/*------------ WRAPPER ------------*/
#wrapper {
  max-width: 1191px;
  margin: 0 auto;
}
.content-inner{
	max-width:951px;
	margin:0 auto;
}
.content-inner-1200{
	max-width:1191px;
	margin:0 auto;
}

/*------------ TOP ------------*/
.ttl-content{
  display: flex;
  justify-content: center;
  font-size: 33px;
  letter-spacing: .3em;
  margin-bottom: 40px;
}
.ttl-content .wrap{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 30px;
}
#concept p{
  font-size: 14px;
}
#concept p + p{
  margin-top: 30px;
}
.news-inner{
  padding: 50px;
  border-radius: 20px;
}
.list-news{
  padding: 0 50px;
}
.list-news>li{
  padding: 45px 40px 40px;
  background-position: left top;
  background-repeat: repeat-x;
  background-image: url("/wp-content/themes/mfc_cpta/assets/images/thanksgiving2020/bg_dots_h.png");
}
.list-news>li:first-child{
  background: none;
  padding-top: 0;
}
.list-news>li:nth-child(n+4){
  display: none;
}
.list-news>li:last-child{
  padding-bottom: 0;
}
.list-news a{
  text-decoration: none;
  color: inherit;
}
.flex-news{
  display: flex;
}
.flex-news-li:nth-child(1){
  width: 278px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 60px;
}
.flex-news-li:nth-child(2){
  flex-grow: 1;
  flex-shrink: 1;
}
.flex-news-li .ttl{
  font-size: 20px;
  line-height: 1.7;
}
.flex-news-li .ttl.new{
  font-size: 20px;
  line-height: 1.2;
}
.flex-news-li .ttl.new:after{
  content: "";
  width: 78px;
  height: 30px;
  display: inline-block;
  background: url("/wp-content/themes/mfc_cpta/assets/images/thanksgiving2020/icon_news.svg") no-repeat center center;
  background-size: 100% auto;
  margin-left: 10px;
  position: relative;
  top: .3em;
}
.flex-news-li .body{
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.7;
}
.flex-news-li .date{
  font-size: 13px;
  margin-top: 10px;
}
#benefits{
  padding: 36px;
}
.benefits-inner{
  padding: 75px 0;
  position: relative;
}
#benefits.finished{
  pointer-events: none;
}
#benefits.finished .notes-finished{
  display: block;
}
.notes-finished{
  display: none;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #3171c8;
}
.flex-finished{
  display: flex;
  align-content: center;
  align-items: center;
  height: 267px;
}
.flex-finished-li:nth-child(1){
  font-size: 58px;
  padding: 8px 67px 8px 60px;
  margin-right: 56px;
  background: url("/wp-content/themes/mfc_cpta/assets/images/thanksgiving2020/bg_dots.png") repeat-y right center;
}
.flex-finished-li:nth-child(2){
  font-size: 26px;
  letter-spacing: .2em;
  line-height: 1.8;
}
.flex-benefits{
  display: flex;
  align-content: center;
  align-items: center;
}
.flex-benefits-li:nth-child(1){
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 50px;
  margin-right: 40px;
}
.flex-benefits-li:nth-child(2){
  flex-grow: 0;
  flex-shrink: 0;
  width: 492px;
}
.flex-benefits-li .ttl{
  font-size: 33px;
  letter-spacing: .2em;
  position: relative;
}
.flex-benefits-li .ttl span{
  position: relative;
  display: inline-block;
  line-height: 1;
}
.flex-benefits-li .ttl span span{
  position: relative;
  z-index: 2;
}
.flex-benefits-li .ttl span:before{
  content: "";
  display: block;
  background-color: #ffb100;
  height: 15px;
  width: 110%;
  position: absolute;
  left: -5%;
  bottom: -5px;
  z-index: -1;
}
.flex-benefits-li .lead{
  margin-top: 25px;
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1.7;
}
.flex-benefits-li .lead span{
  font-size: 20px;
}
.flex-benefits-li .body{
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.8;
}
.flex-benefits-li .notes{
  margin-top: 15px;
  font-size: 8.5px;
}
.list-indent>li{
  padding-left: 1em;
  text-indent: -1em;
}
.btn-apply>a{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 255px;
  height: 43px;
  font-size: 17px;
  text-decoration: none;
  border-radius: 20px;
  letter-spacing: .2em;
}
.btn-color-yellow>a{
  background-color: #ffb100;
  color: #00348A;
}
.btn-color-blue>a{
  background-color: #00348a;
  color: #FFF;
}
.icon-free{
  padding-top: 60px;
  position: relative;
}
.icon-free>a{
  position: relative;
  z-index: 2;
}
.icon-free:before{
  content: "\7121\6599";
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .2em;
  position: absolute;
  top: 0;
  right: -65px;
}
.icon-free.icon-color-blue:before{
  color: #FFF;
  background-image: url("/wp-content/themes/mfc_cpta/assets/images/thanksgiving2020/icon_bg_free.svg");
}
.icon-free.icon-color-white:before{
  color: #00348a;
  background-image: url("/wp-content/themes/mfc_cpta/assets/images/thanksgiving2020/icon_bg_free_w.svg");
}
#participation .btn-wrap{
  margin-top: 40px;
}
.btn-participation>a{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 464px;
  height: 80px;
  font-size: 26px;
  text-decoration: none;
  border-radius: 40px;
  letter-spacing: .2em;
}
#participation .body{
  max-width: 630px;
  margin: 35px auto 0;
  line-height: 2;
}
.timetable-inner{
  padding-top: 10px;
}
.icon-arrow{
  position: relative;
}
.icon-arrow:before{
  content: "";
  display: block;
	width: 0;
	height: 0;
	border: 33px solid transparent;
	border-top: 33px solid #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.icon-arrow.icon-arrow-color-blue:before{
  border-top-color: #3171c8;
}
.icon-arrow.icon-arrow-color-light-blue:before{
  border-top-color: #8eaff2;
}
.icon-arrow.icon-arrow-color-deep-blue:before{
  border-top-color: #00348a;
}
.icon-arrow.icon-arrow-color-white:before{
  border-top-color: #FFF;
}
.icon-arrow.icon-arrow-color-light-yellow:before{
  border-top-color: #ffefc2;
}
.lead-ttl{
  font-size: 17px;
  margin-top: -20px;
  letter-spacing: .2em;
  margin-bottom: 30px;
}
.ttl-border{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.lead-ttl + .ttl-border{
  margin-top: 65px;
}
.ttl-border>span{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 27px;
  border: 3px solid #FFF;
  padding: 15px 30px;
  letter-spacing: .2em;
}
.ttl-border.text-color-blue>span{
  border-color: #00348a;
}
.body-discription{
  font-size: 13px;
  margin-bottom: 40px;
}
.body-discription>div{
  max-width: 800px;
}
.list-programs{
  margin-bottom: 50px;
}
.list-programs>li{
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.list-programs>li:nth-child(n+2){
  margin-top: 30px;
}
.flex-programs{
  display: flex;
  align-content: center;
  align-items: center;
  padding: 45px 40px;
}
.flex-programs-li:nth-child(1){
  flex-grow: 0;
  flex-shrink: 0;
  width: 380px;
  margin-right: 40px;
}
.flex-programs-li:nth-child(2){
  flex-grow: 1;
  flex-shrink: 1;
}
.flex-programs-li .time{
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: .1em;
}
.flex-programs-li .ttl{
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: .1em;
}
.flex-programs-li .name{
  font-size: 20px;
  margin-bottom: 7px;
  letter-spacing: .1em;
}
.flex-programs-li .time{
  font-size: 13px;
}
.flex-programs-soon{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 293px;
}
.list-programs-column2{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.list-programs-column2>li{
  width: calc((100% - 44px) / 2);
  margin-left: 44px;
}
.list-programs-column2>li:nth-child(2n+1){
  margin-left: 0;
}
.list-programs-column2>li:nth-child(n+3){
  margin-top: 44px;
}
.flex-programs-column2{
  display: flex;
  border-radius: 20px;
  padding: 50px;
  height: 100%;
}
.flex-programs-column2-li:nth-child(1){
  flex-grow: 0;
  flex-shrink: 0;
  width: 131px;
  margin-right: 25px;
}
.flex-programs-column2-li:nth-child(2){
  flex-grow: 1;
  flex-shrink: 1;
}
.flex-programs-column2-li .ttl{
  font-size: 22px;
  letter-spacing: .1em;
  /*min-height: 3em;*/
}
.flex-programs-column2-li .name{
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: .2em;
}
.flex-programs-column2-li .body{
  font-size: 12px;
  margin-top: 12px;
  line-height: 1.9;
}
.list-qa>li{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}
.list-qa>li:nth-child(n+2){
  margin-top: 18px;
}
.flex-qa{
  display: flex;
  padding: 30px 40px;
}
.flex-qa-li:nth-child(1){
  width: 30px;
  margin-right: 60px;
  flex-grow: 0;
  flex-shrink: 0;
}
.flex-qa-li:nth-child(2){
  flex-grow: 1;
  flex-shrink: 1;
}
.flex-qa-li .ttl{
  position: relative;
  font-size: 20px;
  padding-top: .1em;
  letter-spacing: .2em;
}
.flex-qa-li .ttl .icon-plus{
  display: flex;
  justify-content: center;
  align-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffb100;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -.1em;
  transition: transform .3s;
  transform: rotate(0deg);
}
.list-qa>li.active .flex-qa-li .ttl .icon-plus{
  transform: rotate(180deg);
}
.list-qa>li.active .flex-qa-li .ttl .icon-plus>span:after{
  opacity: 0;
}
.flex-qa-li .ttl .icon-plus>span:before,
.flex-qa-li .ttl .icon-plus>span:after{
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
}
.flex-qa-li .ttl .icon-plus>span:before{
  transform: translate(-50%,-50%);
}
.flex-qa-li .ttl .icon-plus>span:after{
  transform: translate(-50%,-50%) rotate(90deg);
  transition: opacity .3s;
  opacity: 1;
}
.flex-qa-li .body{
  position: relative;
  font-size: 15px;
  padding-top: 50px;
  padding-bottom: 20px;
  display: none;
}
.list-outline>li:nth-child(n+2){
  margin-top: 25px;
}
.flex-outline{
  display: flex;
}
.flex-outline-li:nth-child(1){
  flex-grow: 0;
  flex-shrink: 0;
  width: 140px;
  margin-right: 40px;
}
.flex-outline-li:nth-child(1)>span{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  background-color: #00539f;
  letter-spacing: .2em;
  font-size: 15px;
  border-radius: 20px;
}
.flex-outline-li .body{
  font-size: 16px;
  padding-top: .1em;
}
.lead-matching{
  font-size: 24px;
  letter-spacing: .2em;
  margin-bottom: 50px;
}
.flex-matching{
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
}
.flex-matching-li{
  width: 195px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.flex-matching-li .illust{
  position: relative;
}
.flex-matching-li .illust:before{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0054ac;
  position: absolute;
  top: 50%;
  left: 99%;
  transform: translateY(-50%);
}
.flex-matching-li:last-child .illust:before{
  display: none;
}
.flex-matching-li .ttl{
  font-size: 18px;
  margin-top: 25px;
}
.flex-matching-li .body{
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.8;
}
.howto-wrap{
  padding: 80px 160px 0;
}
.ttl-border-b .wrap {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 37px;
  margin-bottom: 10px;
}
.lead-border-b{
  font-size: 14px;
  letter-spacing: .2em;
  margin-bottom: 50px;
}
.list-howto>li:nth-child(n+2){
  padding-top: 40px;
  margin-top: 10px;
  background: url("/wp-content/themes/mfc_cpta/assets/images/thanksgiving2020/icon_arrow_more.svg") no-repeat center top;
  background-size: 30px auto;
}
.flex-howto{
  display: flex;
  align-content: center;
  align-items: center;
}
.flex-howto-li:nth-child(1){
  flex-grow: 0;
  flex-shrink: 0;
  width: 122px;
  margin-right: 45px;
}
.flex-howto-li:nth-child(2){
  flex-grow: 1;
  flex-shrink: 1;
}
.flex-howto-li .ttl{
  font-size: 24px;
  letter-spacing: .2em;
}
.flex-howto-li .body{
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.8;
}
.bg-top-wave-by{
  background-image: url("/wp-content/themes/mfc_cpta/assets/images/thanksgiving2020/bg_top_wave_by.png");
  background-repeat: repeat-x;
  background-position: center top;
}
.bg-top-wave-ylb{
  background-image: url("/wp-content/themes/mfc_cpta/assets/images/thanksgiving2020/bg_top_wave_ylb.png");
  background-repeat: repeat-x;
  background-position: center top;
}
.bg-top-wave-lbly{
  background-image: url("/wp-content/themes/mfc_cpta/assets/images/thanksgiving2020/bg_top_wave_lbly.png");
  background-repeat: repeat-x;
  background-position: center top;
}

.profile-wrap {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.7);
    z-index: 1100;
}
.profile-wrap.active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-item {
    width: 840px;
    height: auto;
    background-color: #fff;
    z-index: 1110;
    padding: 20px;
    box-sizing: border-box;
    margin: auto;
    animation: toRightShort 0.2s both;
}
button {
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s, width 0.3s, height 0.3s;
}
.profile-item .btn-close {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    background: #fff;
    padding: 0;
}
.profile-item .btn-close i {
    position: absolute;
    left: 0;
    width: 60%;
    height: 2px;
    background-color: #666;
    border-radius: 4px;
}
.profile-item .btn-close i:first-child {
    transform: translateY(8px) rotate(-45deg);
    top: 13px;
    left: 10px;
}
.profile-item .btn-close i:last-child {
    transform: translateY(8px) rotate(45deg);
    top: 13px;
    left: 10px;
}
.profile-item .profile-inner {
    display: block;
}
@keyframes toRightShort{0%{opacity:0;transform:translate(-10px, 5px)}100%{opacity:1;transform:translate(0)}}
.coming-soon{
  padding: 80px 0 100px;
}

/*------------ FOOTER ------------*/

.list-footer-link{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.list-footer-link a{
  color: inherit;
  text-decoration: none;
  font-size: 17px;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #00539f;
}
.list-footer-link>li:nth-child(n+2){
  margin-left: 55px;
}
#footer-address address{
  font-size: 19px;
  padding: 30px 0;
}



@media (min-width:769px) {
  .sp{
    display:none !important;
  }
}
@media (max-width:768px) {
  .pc{
    display:none !important;
  }
  body{
    -webkit-text-size-adjust: 100%;
  }
  img{
    max-width:100%;
    height:auto;
  }
  .padding-top-50{
    padding-top: 8vw;
  }
  .padding-top-70{
    padding-top: 10vw;
  }
  .padding-top-80{
    padding-top: 12vw;
  }
  .padding-top-90{
    padding-top: 12vw;
  }
  .padding-top-100{
    padding-top: 12vw;
  }
  .padding-top-110{
    padding-top: 12vw;
  }
  .padding-bottom-60{
    padding-bottom: 10vw;
  }
  .padding-bottom-80{
    padding-bottom: 10vw;
  }
  .padding-bottom-90{
    padding-bottom: 12vw;
  }
  .padding-bottom-100{
    padding-bottom: 12vw;
  }
  .padding-bottom-110{
    padding-bottom: 12vw;
  }

/*------------ WRAPPER ------------*/
  #wrapper {
    max-width: none;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content-inner{
    max-width: none;
    width: 100%;
    padding: 0 6vw;
  }
  .content-inner-1200{
    max-width: none;
    width: 100%;
  }

/*------------ TOP ------------*/
  #mv img{
    width: 100%;
  }
  .ttl-content{
    font-size: 6vw;
    margin-bottom: 8vw;
  }
  .ttl-content .wrap{
    height: 6vw;
  }
  .ttl-content .wrap img{
    height: 6vw;
    width: auto;
  }
  #concept p{
    font-size: 3.6vw;
  }
  #concept p + p{
    margin-top: 6vw;
  }
  .news-inner{
    padding: 8vw 6vw;
    border-radius: 4vw;
  }
  .list-news{
    padding: 0;
  }
  .list-news>li{
    padding: 6vw 0;
    background-size: 1vw auto;
  }
  .flex-news{
    flex-direction: column;
  }
  .flex-news-li:nth-child(1){
    width: 100%;
    margin-right: 0;
  }
  .flex-news-li:nth-child(1) img{
    width: 100%;
  }
  .flex-news-li:nth-child(2){
    flex-grow: 1;
    flex-shrink: 1;
    margin-top: 4vw;
  }
  .flex-news-li .ttl,
  .flex-news-li .ttl.new{
    font-size: 4.4vw;
    line-height: 1.5;
  }
  .flex-news-li .ttl.new:after{
    width: 14vw;
    height: 5vw;
    margin-left: 2vw;
    top: .2em;
  }
  .flex-news-li .body{
    font-size: 3.6vw;
    margin-top: 3vw;
  }
  .flex-news-li .date{
    font-size: 3.6vw;
    margin-top: 2vw;
  }
  .btn-more img{
    width: 16vw;
  }
  #benefits{
    padding: 10vw 6vw 12vw;
  }
  .benefits-inner{
    padding: 6vw 0;
  }
  .notes-finished{
    z-index: 10;
  }
  .flex-finished{
    flex-direction: column;
    height: auto;
    padding: 8vw 0;
  }
  .flex-finished-li:nth-child(1){
    font-size: 8vw;
    padding: 0 0 7vw;
    margin-right: 0;
    margin-bottom: 6vw;
    background: none;
    border-bottom: 1vw dotted #FFF;
  }
  .flex-finished-li:nth-child(2){
    font-size: 5vw;
  }
  .flex-benefits{
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
  }
  .flex-benefits-li:nth-child(1){
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 0;
    margin-right: 0;
    margin-top: 6vw;
  }
  .flex-benefits-li:nth-child(2) img{
    width: 100%;
  }
  .flex-benefits-li:nth-child(2){
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
  }
  .flex-benefits-li .ttl-wrap{
    display: flex;
    justify-content: center;
  }
  .flex-benefits-li .ttl{
    font-size: 8vw;
  }
  .flex-benefits-li .ttl span:before{
    height: 3vw;
    width: 106%;
    left: -3%;
  }
  .flex-benefits-li .lead{
    margin-top: 5vw;
    font-size: 5.7vw;
  }
  .flex-benefits-li .lead span{
    font-size: 4.7vw;
  }
  .flex-benefits-li .body{
    margin-top: 3vw;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .flex-benefits-li .notes{
    margin-top: 3vw;
    font-size: 2.8vw;
  }
  .btn-apply>a{
    width: 50vw;
    height: 12vw;
    font-size: 4.6vw;
    border-radius: 6vw;
  }
  .icon-free{
    padding-top: 14vw;
    position: relative;
  }
  .icon-free:before{
    width: 22vw;
    height: 22vw;
    font-size: 4.2vw;
    right: -15vw;
  }
  .flex-benefits-li .btn-more.flex-start{
    justify-content: center;
  }
  #participation .btn-wrap{
    margin-top: 8vw;
  }
  .btn-participation{
    width: 100%;
  }
  .btn-participation>a{
    width: 100%;
    height: 12vw;
    font-size: 4.6vw;
    border-radius: 6vw;
  }
  #participation .body{
    max-width: none;
    margin: 4vw auto 0;
  }
  .timetable-inner{
    padding-top: 0;
  }
  .icon-arrow:before{
    border-width: 5vw;
  }
  .lead-ttl{
    font-size: 3.6vw;
    margin-top: -4vw;
    margin-bottom: 6vw;
  }
  .ttl-border{
    display: flex;
    justify-content: center;
    margin-bottom: 8vw;
  }
  .lead-ttl + .ttl-border{
    margin-top: 8vw;
  }
  .ttl-border>span{
    font-size: 6vw;
    border-width: .8vw;
    padding: 3vw 6vw;
  }
  .body-discription{
    font-size: 3.4vw;
    margin-bottom: 8vw;
  }
  .body-discription>div{
    max-width: none;
  }
  .list-programs{
    margin-bottom: 8vw;
  }
  .list-programs>li{
    border-radius: 4vw;
  }
  .list-programs>li:nth-child(n+2){
    margin-top: 6vw;
  }
  .flex-programs{
    flex-direction: column;
    padding: 6vw;
  }
  .flex-programs-li:nth-child(1){
    width: 100%;
    margin-right: 0;
  }
  .flex-programs-li:nth-child(1) img{
    width: 100%;
  }
  .flex-programs-li:nth-child(2){
    flex-grow: 1;
    flex-shrink: 1;
    margin-top: 4vw;
  }
  .flex-programs-li .time{
    font-size: 4vw;
    margin-bottom: 1.2vw;
  }
  .flex-programs-li .ttl{
    font-size: 6vw;
    margin-bottom: 2.2vw;
  }
  .flex-programs-li .name{
    font-size: 4vw;
    margin-bottom: 1vw;
  }
  .flex-programs-li .time{
    font-size: 3.4vw;
  }
  .flex-programs-soon{
    height: 45vw;
  }
  .flex-programs-soon img{
    width: 60vw;
  }
  .list-programs-column2{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8vw;
  }
  .list-programs-column2>li{
    width: 100%;
    margin-left: 0;
  }
  .list-programs-column2>li:nth-child(n+2){
    margin-top: 6vw;
  }
  .flex-programs-column2{
    display: flex;
    align-content: center;
    align-items: center;
    border-radius: 4vw;
    padding: 6vw;
    flex-wrap: wrap;
  }
  .flex-programs-column2-li:nth-child(1){
    width: 35%;
    margin-right: 0;
    padding-right: 4vw;
  }
  .flex-programs-column2-li:nth-child(1) img{
    width: 100%;
  }
  .flex-programs-column2-li:nth-child(2){
    width: 65%;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .flex-programs-column2-li:nth-child(3){
    width: 100%;
    margin-top: 4vw;
  }
  .flex-programs-column2-li .ttl{
    font-size: 5vw;
    min-height: 0;
  }
  .flex-programs-column2-li .name{
    font-size: 4vw;
    margin-top: 2vw;
    letter-spacing: .1em;
  }
  .flex-programs-column2-li .body{
    font-size: 3.2vw;
    margin-top: 0;
    line-height: 1.9;
  }
  .list-qa>li{
    border-radius: 4vw;
  }
  .list-qa>li:nth-child(n+2){
    margin-top: 6vw;
  }
  .flex-qa{
    padding: 6vw;
  }
  .flex-qa-li:nth-child(1){
    width: 6vw;
    margin-right: 6vw;
  }
  .flex-qa-li:nth-child(1) img{
    width: 100%;
  }
  .flex-qa-li .ttl{
    font-size: 4vw;
    padding-top: .1em;
    letter-spacing: .2em;
    padding-right: 2em;
  }
  .flex-qa-li .ttl .icon-plus{
    width: 8vw;
    height: 8vw;
    top: -.1em;
  }
  .flex-qa-li .ttl .icon-plus>span:before,
  .flex-qa-li .ttl .icon-plus>span:after{
    width: 4vw;
    height: .8vw;
  }
  .flex-qa-li .body{
    font-size: 3.6vw;
    padding-top: 6vw;
    padding-bottom: 0;
  }
  .list-outline>li:nth-child(n+2){
    margin-top: 6vw;
  }
  .flex-outline{
    display: flex;
    flex-direction: column;
  }
  .flex-outline-li:nth-child(1){
    width: 100%;
    margin-right: 0;
  }
  .flex-outline-li:nth-child(1)>span{
    width: 100%;
    height: 8vw;
    font-size: 3.6vw;
    border-radius: 4vw;
  }
  .flex-outline-li:nth-child(2){
    margin-top: 4vw;
    display: flex;
    justify-content: center;
  }
  .flex-outline-li .body{
    font-size: 3.6vw;
  }
  .lead-matching{
    font-size: 5vw;
    margin-bottom: 8vw;
  }
  .flex-matching{
    padding: 0;
  }
  .flex-matching-li{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .flex-matching-li .illust{
    position: relative;
  }
  .flex-matching-li .illust img{
    height: 22vw;
    width: auto;
  }
  .flex-matching-li .illust:before{
    width: 20%;
    height: .6vw;
  }
  .flex-matching-li .ttl{
    font-size: 3.8vw;
    margin-top: 4vw;
  }
  .flex-matching-li .body{
    font-size: 3vw;
    margin-top: 2vw;
  }
  .howto-wrap{
    padding: 8vw 0 0;
  }
  .ttl-border-b .wrap {
    height: 6vw;
    margin-bottom: 2vw;
  }
  .ttl-border-b .wrap img{
    height: 6vw;
    width: auto;
  }
  .lead-border-b{
    font-size: 3.4vw;
    margin-bottom: 6vw;
  }
  .list-howto>li:nth-child(n+2){
    padding-top: 7vw;
    margin-top: 4vw;
    background-size: 6vw auto;
  }
  .flex-howto{
    display: flex;
    align-content: center;
    align-items: center;
  }
  .flex-howto-li:nth-child(1){
    width: 20vw;
    margin-right: 4vw;
  }
  .flex-howto-li:nth-child(2){
    flex-grow: 1;
    flex-shrink: 1;
  }
  .flex-howto-li .ttl{
    font-size: 5vw;
    letter-spacing: .2em;
  }
  .flex-howto-li .body{
    font-size: 3.3vw;
    margin-top: 2vw;
  }
  .bg-top-wave-by{
    background-size: 8vw auto;
  }
  .bg-top-wave-ylb{
    background-size: 8vw auto;
  }
  .bg-top-wave-lbly{
    background-size: 8vw auto;
  }
  .profile-item {
    width: 80%;
    height: auto;
    top: 20px;
    bottom: inherit;
  }
  .coming-soon{
    padding: 8vw 0 10vw;
  }
  .coming-soon img{
    width: 70vw;
  }

/*------------ FOOTER ------------*/

  .logo-footer img{
    width: 70vw;
  }
  .list-footer-link{
    margin-top: 8vw;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .list-footer-link a{
    font-size: 4vw;
    padding-bottom: 1vw;
    border-bottom: .4vw solid #00539f;
  }
  .list-footer-link>li:nth-child(n+2){
    margin-left: 0;
    margin-top: 6vw;
  }
  #footer-address address{
    font-size: 4vw;
    padding: 6vw 0;
  }
}










