@charset "UTF-8";
/* ************************************************************************
*	#container
************************************************************************ */
#container {
    min-width: 1000px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width : 600px){
    #container {
        min-width: 100%;
        border: none;
        background-size: 10%;
    }

}

/* ************************************************************************
*	#common parts
************************************************************************ */
#container .row{
  display: flex;
}
@media screen and (max-width : 600px){
  #container .row{
    flex-direction: column;
  }
  #header{
    border-bottom: 1px solid #cccccc;
  }
}

#container a{
  transition: all 0.3s 0s ease;
}
#container a:hover{
  opacity: 0.8;
}

#container img{
  -webkit-backface-visibility: hidden;
}

#container h2{
  position: relative;
  padding-bottom: 50px;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.13em;
}
#container h2 span{
  display: inline-block;
  margin-bottom: 14px;
  font-size: 23px;
  letter-spacing: 0.14em;
  color: #0077bf;
}
#container h2:before{
  content: "";
  display: block;
  position: absolute;
  top: -106px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
#container .lead{
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 1.85;
}
@media screen and (max-width : 600px){
  #container h2{
    padding-bottom: 9.07vw;
    font-size: 6vw;
    letter-spacing: 0.1em;
  }
  #container h2:before{
    top: -27vw;
  }
  #container .lead{
  font-size: 3.73vw;
  text-align: left;
  line-height: 1.42;
  letter-spacing: 0.1em;
}
}

#container .btn-area{
  text-align: center;
}
#container .btn-area a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  border-radius: 200px;
  width: 400px;
  height: 80px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s 0s ease;
}
#container .btn-area a span{
  font-size: 15px;
  letter-spacing: 0.05em;
}
#container .btn-area a:after{
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent #fff #fff transparent;
}
#container .btn-area a.btn-blue{
  background-color: #0077bf;
}
#container .btn-area a.btn-pink{
  background-color: #e94007;
}
@media screen and (max-width : 600px){
  #container .btn-area a{
    width: 80vw;
    height: 18.67vw;
    font-size: 4.27vw;
  }
  #container .btn-area a:after{
    right: 5vw;
  }
  #container .btn-area a span{
    font-size: 3.47vw;
  }
}

/* ************************************************************************
*	#mv-area
************************************************************************ */
#mv-area{
  position: relative;
}
#mv-area h1 {
  position: absolute;
  bottom: 36px;
  left: 36px;
  width: 34vw;
  z-index: 2;
}
#mv-area img{
  margin: 0 auto;
}
#mv-area .mv_slider{
  background-color: #666;
}
#mv-area .mv-btn{
  position: absolute;
  right: 32px;
  top: 27px;
  width: 15vw;
  height: auto;
  transition: all 0.7s 0s ease;
  z-index: 2;
}
#mv-area .mv-btn:hover{
  opacity: 0.8;
}
#mv-area .mv-btn .mv-btn-top{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #e94007;
  border-bottom: none;
  border-radius: 15vw 15vw 0 0;
  padding-top: 1vw;
  width: 15vw;
  height: 7.5vw;
  background: #e94007;
  font-size: 1.25vw;
  text-align: center;
  color: #fff;
}
#mv-area .mv-btn .mv-btn-link{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 2px solid #e94007;
  border-top: none;
  border-radius: 0 0 15vw 15vw;
  padding-bottom: 2.2vw;
  width: 15vw;
  height: 7.5vw;
  background: #fff;
  font-size: 1.53vw;
  color: #e94007;
}
#mv-area .mv-btn .mv-btn-link:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 22%;
  transform: translateX(-50%) rotate(-45deg);
  width: 1.3vw;
  height: 1.3vw;
  border-bottom: 2px solid #e94007;
  border-left: 2px solid #e94007;
}
#mv-area .mv-btn .mv-btn-link a:hover{
  opacity: 1;
}

@media screen and (max-width : 600px){
  /* #mv-area{
    padding-bottom: 4.93vw;
  } */
  #mv-area h1 {
    bottom: 5.13vw;
    left: 4.5vw;
    width: 67vw;
  }
  #mv-area .mv-btn{
    position: relative;
    right: 0;
    top: 0;
    margin: 2.67vw auto 0;
    width: 94%;
  }
  #mv-area .mv-btn .mv-btn-top{
    padding: 2.67vw 0;
    border: none;
    border-radius: 7px 7px 0 0;
    border-bottom: none;
    width: 100%;
    height: auto;
    font-size: 3.73vw;
  }
  #mv-area .mv-btn .mv-btn-link{
    padding: 2.67vw 0;
    border: none;
    border-radius: 0 0 7px 7px;
    border: 2px solid #e94007;
    border-top: none;
    width: 100%;
    height: auto;
    font-size: 4vw;
  }
  #mv-area .mv-btn .mv-btn-link:after{
    content: "";
    position: absolute;
    right: 5%;
    left: auto;
    bottom: 41%;
    transform: rotate(-45deg);
    width: 3.3vw;
    height: 3.3vw;
    border-bottom: 1px solid #e94007;
    border-left: 1px solid #e94007;
  }
}

/* ************************************************************************
*	#sec01
************************************************************************ */
#sec01{
  padding: 170px 0 70px;
  background-color: #f0f8fc;
}
#sec01 .floating-btn{
  position: fixed;
  bottom: 30px;
  right: -73px;
  padding: 18px 80px 18px 82px;
  border: 4px solid #3ca7e4;
  border-radius: 80px;
  background-color: #0077bf;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  z-index: 4;
  transition: all 0.3s 0s ease;
}
#sec01 .floating-btn:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 44px;
  height: 47px;
  background-image: url(../images/icon_btn.svg);
}
#sec01 .floating-btn:hover{
  right: -53px;
  opacity: 1;
}
#sec01 h2:before{
  top: -92px;
  width: 202px;
  height: 72px;
  background-image: url(../images/icon_what.svg);
}
#sec01 .img-area{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
#sec01 .img-area .txt-box{
  position: absolute;
  left: calc(50% - 533px);
  top: 50%;
  transform: translateY(-50%);
}
#sec01 .img-area h3{
  font-size: 31px;
  line-height: 1.5;
  letter-spacing: 0.16em;
  color: #fff;
  text-shadow: 0 0 6px rgba(0,0,0,1);
}
#sec01 .img-area p{
  margin-top: 7px;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.18em;
  color: #fff;
  text-shadow: 0 0 6px rgba(0,0,0,1);
}

@media screen and (max-width : 600px){
  #sec01{
    /* padding: 6.13vw 0 9.33vw; */
    padding: 30.13vw 0 9.33vw;
  }
  #sec01 .floating-btn{
    position: relative;
    bottom: 0;
    right: 0;
    display: block;
    margin: 0 auto 31vw;
    padding: 8vw 0;
    width: 88%;
    border: 3px solid #3ca7e4;
    border-radius: 150px;
    font-size: 3.73vw;
    text-align: center;
    font-weight: bold;
  }
  #sec01 .floating-btn:hover{
    right: 0;
  }
  #sec01 h2:before{
    top: -23vw;
    width: 43.47vw;
    height: 17.87vw;
  }
  #sec01 .img-area .txt-box{
    top: 70%;
    left: 0;
    padding-left: 7.73vw;
  }
  #sec01 .img-area h3{
    font-size: 5.07vw;
    line-height: 1.4;
  }
  #sec01 .img-area p{
    margin-top: 5.33vw;
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

/* number-area */
#sec01 .number-area{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 113px auto 0;
  width: 90%;
  max-width: 1146px;
}
#sec01 .number-box{
  position: relative;
  padding: 120px 35px 48px;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}
#sec01 .number-box:not(:first-of-type){
  margin-left: 5px;
}
#sec01 .number-box:after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
#sec01 .number-box:first-of-type:after{
  width: 118px;
  height: 126px;
  top: -41px;
  background-image: url(../images/icon_history.svg);
}
#sec01 .number-box:nth-of-type(2):after{
  width: 119px;
  height: 130px;
  top: -41px;
  background-image: url(../images/icon_achievement.svg);
}
#sec01 .number-box:nth-of-type(3):after{
  width: 150px;
  height: 112px;
  top: -30px;
  background-image: url(../images/icon_total.svg);
}
#sec01 .number-ttl{
  padding: 10px 0;
  border-radius: 5px;
  background-color: #0077bf;
  font-size: 24px;
  letter-spacing: 0.11em;
  font-weight: 500;
  color: #fff;
}
#sec01 .number{
  margin-top: 56px;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
#sec01 .number span{
  font-family: din-2014, sans-serif;
  padding: 0 8px 0 1px;
  font-size: 5.6vw;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #e94007;
}
#sec01 .number-blue{
  margin-top: 45px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.55;
  font-weight: 600;
  color: #0077bf;
}
#sec01 .number-blue.lines{
  margin-top: 34px;
}
@media screen and (max-width : 600px){
  #sec01 .number-area{
    display: block;
    margin: 15.73vw auto 0;
    max-width: none;
  }
  #sec01 .number-box{
    position: relative;
    margin: 0 10.67vw;
    padding: 22.67vw 6.67vw 10vw;
    border-radius: 7px;
  }
  #sec01 .number-box:not(:first-of-type){
    margin:  15.53vw 10.67vw;
  }
  #sec01 .number-box:first-of-type:after{
    width: 23.6vw;
    height: 25.07vw;
    top: -41px;
    background-image: url(../images/icon_history.svg);
  }
  #sec01 .number-box:nth-of-type(2):after{
    width: 24.53vw;
    height: 26vw;
    top: -41px;
    background-image: url(../images/icon_achievement.svg);
  }
  #sec01 .number-box:nth-of-type(3):after{
    width: 33.73vw;
    height: 21.87vw;
    top: -30px;
    background-image: url(../images/icon_total.svg);
  }
  #sec01 .number-ttl{
    padding: 2.13vw 0;
    font-size: 4.49vw;
  }
  #sec01 .number{
    margin-top: 10.67vw;
    font-size: 4.49vw;
  }
  #sec01 .number span{
    padding: 0 2vw 0 1vw;
    font-size: 17.97vw;
  }
  #sec01 .number-blue{
    margin-top: 6.8vw;
    font-size: 3.47vw;
    letter-spacing: 0.05em;
  }
  #sec01 .number-blue.lines{
    margin-top: 6.8vw;
  }
}

/* text-area */
#sec01 .text-area{
  margin: 77px 0 70px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.15em;
  line-height: 2.35;
}
#sec01 .text-area .marker{
  display: inline;
  background: linear-gradient(transparent 70%, #ffe58a 0%);
}
@media screen and (max-width : 600px){
  #sec01 .text-area{
    margin: 7.2vw 0;
    font-size: 4.27vw;
    line-height: 2.18;
    font-weight: 500;
  }
}


/* ************************************************************************
*	#sec02
************************************************************************ */
#sec02{
  padding: 156px 0 51px;
}
#sec02 h2:before{
  width: 143px;
  height: 109px;
  background-image: url(../images/icon_story.svg);
}

#sec02 .experience-area{
  margin: 60px auto 40px;
  padding: 70px 0 48px;
  width: 90%;
  /* max-width: 1300px; */
  background-color: #0077bf;
}

@media screen and (max-width : 600px){
  #sec02{
    padding: 33.33vw 6vw 9.73vw;
  }
  #sec02 h2:before{
    top: -25vw;
    width: 35vw;
    height: 26vw;
  }
  #sec02 > p{
    font-size: 3.73vw;
    line-height: 1.4;
    letter-spacing: 0.18em;
  }

  #sec02 .experience-area{
    margin: 6.13vw auto 5.07vw;
    padding: 7.6vw 0;
    width: 100%;
    max-width: none;
  }
}
/* slide */
#sec02 .slide_container {
  width: 100vw;
  height: 270px;
  position: absolute;
  left: 0;
  overflow: hidden;
}
#sec02 .slide_container .slider {
  width: 100%;
  height: 236px;
}
#sec02 .slide_container .slider_item {
  opacity: 0;
  transition: .5s ease-out;
}
#sec02 .slide_container .slick-slide {
  opacity: 1;
  width: 604px;
}
#sec02 .slide_container .slick-slide.slick-current img,
#sec02 .slide_container .slick-slide.is-active-next img{
  transform: scale(1);
  opacity: 1;
  transition: .5s ease-out;
}
#sec02 .slide_container .slick-slide img {
  transform: scale(.801324503);
  /* opacity: .5; */
  transition: .5s ease-out;
}
#sec02 .slide_container .slick-slide.slick-current img:hover {
  opacity: .7;
  transition: .5s ease-out;
}
#sec02 .slide_container .slick-slide:not(.slick-current) a {
  display: block;
  pointer-events: none;
}
#sec02 .slide_container .slick_prev {
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/btn_prev.png') center center no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index:10;
  margin: -20px 0 0 -370px;
  cursor: pointer;
}
#sec02 .slide_container .slick_next {
  display: block;
  width: 40px;
  height: 40px;
  background: url('../images/btn_next.png') center center no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index:10;
  margin: -20px -370px 0 0;
  cursor: pointer;
}
#sec02 .slide_container .slick-dots {
  bottom: -35px;
}
#sec02 .slide_container .slick-dots li button:before {
  content: '○';
  color: #fff;
  opacity: 1;
  font-size: 14px;
}
@-moz-document url-prefix() {
#sec02 .slide_container .slick-dots li button:before {
  font-size: 16px;
}
}
_:lang(x)+_:-webkit-full-screen-document, #sec02 .slide_container .slick-dots li button:before {
  font-size: 24px;
}
#sec02 .slide_container .slick-dots li.slick-active button:before {
  content: '●';
  font-size: 19px;
  opacity: 1;
}
_:lang(x)+_:-webkit-full-screen-document, #sec02 .slide_container .slick-dots li.slick-active button:before {
  font-size: 28px;
}
@media screen and (max-width : 600px){
  #sec02 .slide_container{
    min-width: auto;
    height: auto;
  }
  #sec02 .slide_container .slider {
    margin: 0 auto;
    width: 78vw;
    height: 78vw;
  }
  #sec02 .slide_container .slick-slide {
    width: 74.4vw;
  }
  #sec02 .slide_container .slick-slide img{
  transform: scale(.88);
  }
  #sec02 .slide_container .slick_prev {
    width: 8vw;
    height: 8.67vw;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    margin: 0;
    background-size: contain;
  }
  #sec02 .slide_container .slick_next {
    width: 8vw;
    height: 8.67vw;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    margin: 0;
    background-size: contain;
  }
}

#sec02 .story-area{
  margin: 310px auto 0;
  padding: 104px 40px 38px;
  border-radius: 15px;
  width: 850px;
  background-color: #fff;
  text-align: center;
}
#sec02 .story-lead{
  margin: 20px 0 -13px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
#sec02 .story-ttl{
  display: inline-block;
  position: relative;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.18em;
  color: #0077bf;
}
#sec02 .story-ttl:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -12px;
  background-color: #0077bf;
}
#sec02 .story-ttl:after{
  content: "";
  position: absolute;
  top: -76px;
  left: 50%;
  transform: translateX(-50%);
  width: 116px;
  height: 62px;
  background-image: url(../images/icon_story_02.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#sec02 .story-contents{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 44px;
  text-align: left;
}
#sec02 .story-contents .story{
  width: 32%;
}
#sec02 .story-contents .name{
  margin: 15px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#sec02 .story-contents .profile{
  font-size: 13px;
  letter-spacing: 0.15em;
}
#sec02 .story-contents .profile .tit{
  display: inline-block;
  margin-right: 8px;
  border: 1px solid #0077bf;
  width: 61px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  color: #0077bf;
}

@media screen and (max-width : 600px){
#sec02 .story-area{
  margin: 75.33vw auto 0;
  padding: 22.67vw 5.33vw 7.73vw;
  border-radius: 10px;
  width: 86.7%;
}
#sec02 .story-lead{
  margin: 8vw 0 -5vw;
  font-size: 3.5vw;
  letter-spacing: 0.1em;
}
#sec02 .story-ttl{
  font-size: 4.53vw;
  letter-spacing: 0.1em;
}
#sec02 .story-ttl:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4.53vw;
}
#sec02 .story-ttl:after{
  top: -17.13vw;
  left: 50%;
  transform: translateX(-50%);
  width: 25.87vw;
  height: 13.87vw;
}
#sec02 .story-contents{
  display: block;
  margin-top: 9.93vw;
}
#sec02 .story-contents .story{
  display: block;
  width: 100%;
}
#sec02 .story-contents .story:not(:first-of-type){
  margin-top: 7.2vw;
}
#sec02 .story-contents .name{
  margin: 4.67vw 0;
  font-size: 4.53vw;
}
#sec02 .story-contents .profile{
  margin-bottom: 1.3vw;
  font-size: 3.47vw;
  letter-spacing: 0.1em;
}
#sec02 .story-contents .profile .tit{
  margin-right: 2.53vw;
  width: 15.2vw;
  height: 6.67vw;
  line-height: 6.67vw;
}
}

/* ************************************************************************
*	#sec03
************************************************************************ */
#sec03 {
  padding: 182px 0 70px;
  background-size: auto auto;
  background-color: rgba(240, 248, 252, 1);
  background-image: repeating-linear-gradient(-67deg, transparent, transparent 10px, rgba(255, 255, 255, 1) 10px, rgba(255, 255, 255, 1) 12px );
}
#sec03 h2:before {
  width: 140px;
  height: 107px;
  background-image: url(../images/icon_faq.svg);
}
@media screen and (max-width : 600px){
  #sec03 {
    padding: 33.47vw 6vw 13.07vw;
  }
  #sec03 h2:before {
    width: 37vw;
    height: 28vw;
  }
}

/* card */
#sec03 .card-box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: 73vw;
  /* max-width: 1300px; */
}
#sec03 .card{
  display: inline-block;
  position: absolute;
  width: 37.6%;
  /* height: 342px; */
  height: 28vw;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  /* transform: translateZ(-100px); */
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  perspective: 1000px;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(0.76, 0.76);
}
#sec03 .card01{
  top: 0;
  left: 0;
}
#sec03 .card02{
  top: 0;
  left: 31.25%;
}
#sec03 .card03{
  top: 0;
  right: 0;
}
#sec03 .card04{
  top: 24vw;
  left: 0;
}
#sec03 .card05{
  top: 24vw;
  left:  31.25%;
}
#sec03 .card06{
  top: 24vw;
  right: 0;
}
#sec03 .card07{
  top: 48vw;
  left: 0;
}
#sec03 .card08{
  top: 48vw;
  left:  31.25%;
}
#sec03 .card09{
  top: 48vw;
  right: 0;
}
#sec03 .card:not(:nth-of-type(3n)){
  margin-right: 17px;
}
#sec03 .card.active{
  transform: scale(1, 1);
  z-index: 3;
}
#sec03 .card:hover{
  z-index: 2;
}
#sec03 .card .side{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 4.5vw;
  border-radius: 50px;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sec03 .card .qa{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.06em;
  color: #fff;
}
#sec03 .card:nth-of-type(odd) .qa{
  background-color: #3ca7e4;
}
#sec03 .card:nth-of-type(even) .qa{
  background-color: #0077bf;
}
#sec03 .card:hover .side{
  /* box-shadow: 0 0 14px rgba(18,84,122,0.6); */
  /* -webkit-filter:drop-shadow(0 0 8px rgba(18,84,122,0.6)); */
}
#sec03 .card .front{
  /* border: 8px solid #0077bf; */
  transform: rotateY(0deg);
  /* background-color: #f0f8fc; */
  background-color: transparent;
  transition: all 0.3s 0s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#sec03 .card01 .front{
  background-image: url(../images/balloon_01-r.png);
}
#sec03 .card02 .front{
  background-image: url(../images/balloon_02-l.png);
}
#sec03 .card03 .front{
  background-image: url(../images/balloon_01-c.png);
}
#sec03 .card04 .front{
  background-image: url(../images/balloon_02-l.png);
}
#sec03 .card05 .front{
  background-image: url(../images/balloon_01-l.png);
}
#sec03 .card06 .front{
  background-image: url(../images/balloon_02-l.png);
}
#sec03 .card07 .front{
  background-image: url(../images/balloon_01-r.png);
}
#sec03 .card08 .front{
  background-image: url(../images/balloon_02-c.png);
}
#sec03 .card09 .front{
  background-image: url(../images/balloon_01-r.png);
}
/* #sec03 .card .front:before{
  content: "";
  position: absolute;
  left: 60%;
  bottom: -55px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55px 55px 0;
  border-color: transparent #3ca7e4 transparent transparent;
}
#sec03 .card .front:after{
  content: "";
  position: absolute;
  left: 59%;
  bottom: -39px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 54px 54px 0;
  border-color: transparent #f0f8fc transparent transparent;
  transition: all 0.3s 0s ease;
  display: inline-block;
} */
#sec03 .card .front:hover:before{
  /* box-shadow: 0 0 14px rgba(18,84,122,0.4); */
  -webkit-filter:inherit;
}
#sec03 .card:nth-of-type(odd) .front{
  border-color: #3ca7e4;
}
#sec03 .card.active .front{
  transform: rotateY(-180deg);
}
/* #sec03 .card .front .open{
  content: "";
  position: absolute;
  right: 3vw;
  bottom: 6vw;
  width: 4vw;
  height: 4vw;
  border: 4px solid #0077bf;
  border-radius: 50%;
}
#sec03 .card:nth-of-type(odd) .front .open{
  border-color: #3ca7e4;
}
#sec03 .card .front .open:before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-65%,-50%) rotate(45deg);
  border-top: 4px solid #0077bf;
  border-right: 4px solid #0077bf;
  width: 1.5vw;
  height: 1.5vw;
}
#sec03 .card:nth-of-type(odd) .front .open:before{
  border-color: #3ca7e4;
} */
#sec03 .card .front p{
  margin-top: 3.1vw;
  font-size: 1.7vw;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: bold;
  color: #0077bf;
}
#sec03 .card .front p.lines{
  margin-top: 1.5vw;
}
#sec03 .card:nth-of-type(odd) .front p{
  color: #3ca7e4;
}
#sec03 .card .front .qa{
  width: 6vw;
  height: 6vw;
  font-size: 2.8vw;
}
#sec03 .card .back{
  position: relative;
  transform: rotateY(180deg);
  /* box-shadow: 0 0 16px rgba(18,84,122,0.6); */
  -webkit-filter:drop-shadow(2px 2px 2px rgba(18,84,122,0.6));
  padding: 33px 34px 0;
  /* background-color: #0077bf; */
  background-color: transparent;
  background-image: url(../images/balloon_01-bgr.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#sec03 .card01 .back{
  background-image: url(../images/balloon_01-bgl.png);
}
#sec03 .card02 .back{
  background-image: url(../images/balloon_02-bgr.png);
  padding-top: 22px;
}
#sec03 .card03 .back{
  background-image: url(../images/balloon_01-bgc.png);
}
#sec03 .card04 .back{
  background-image: url(../images/balloon_02-bgr.png);
}
#sec03 .card05 .back{
  background-image: url(../images/balloon_01-bgr.png);
}
#sec03 .card06 .back{
  background-image: url(../images/balloon_02-bgr.png);
}
#sec03 .card07 .back{
  background-image: url(../images/balloon_01-bgl.png);
}
#sec03 .card08 .back{
  background-image: url(../images/balloon_02-bgc.png);
}
#sec03 .card09 .back{
  background-image: url(../images/balloon_01-bgl.png);
}

#sec03 .card.active .back{
  transform: rotateY(0deg);
}
#sec03 .card .back .qa{
  width: 4vw;
  height: 4vw;
  background-color: #fff;
  font-size: 2.1vw;
  color: #0077bf;
}
#sec03 .card:nth-of-type(odd) .back .qa{
  color: #3ca7e4;
}
#sec03 .card .back p{
  margin-top: 1vw;
  width: 100%;
  font-size: 1.4vw;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  word-break: break-all;
}
#sec03 .card .back p span{
  display: block;
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 1.7;
}
#sec03 .card .back .card-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 30px;
  padding: 6px 0;
  border-radius: 100px;
  border: 2px solid #fff;
  width: 256px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
  transition: all 0.3s 0s ease;
}
#sec03 .card:nth-of-type(odd) .back .card-btn:hover{
  background-color: #fff;
  color: #3ca7e4;
  opacity: 1;
}
#sec03 .card:nth-of-type(even) .back .card-btn:hover{
  background-color: #fff;
  color: #0077bf;
  opacity: 1;
}
#sec03 .card .back .card-btn:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#sec03 .card:nth-of-type(odd) .back .card-btn:hover:after{
  border-color: #3ca7e4;
}
#sec03 .card:nth-of-type(even) .back .card-btn:hover:after{
  border-color: #0077bf;
}

@media screen and (max-width : 600px){
  #sec03 .card-area{
    padding: 0;
  }
  #sec03 .card-area h3{
    font-size: 6.67vw;
    line-height: 1.4;
    letter-spacing: 0.15em;
  }
  #sec03 .card-area .lead{
    margin: 8vw auto 7.33vw;
    width: 88%;
    font-size: 3.73vw;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.18em;
  }
  #sec03 .card-box{
    flex-wrap: wrap;
    margin: -12vw 0 0 -5vw;
    width: 98vw;
    height: 440vw;
  }
  #sec03 .card{
    position: relative;
    width: 100%;
    height: 80.9vw;
    perspective: 1000px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  #sec03 .card02{
    top: -35vw;
    left: 0;
  }
  #sec03 .card03{
    top: -70vw;
  }
  #sec03 .card04{
    top: -105vw;
    left: 0;
  }
  #sec03 .card05{
    top: -140vw;
    left:  0;
  }
  #sec03 .card06{
    top: -175vw;
    right: 0;
  }
  #sec03 .card07{
    top: -210vw;
    left: 0;
  }
  #sec03 .card08{
    top: -245vw;
    left:  0;
  }
  #sec03 .card09{
    top: -280vw;
    right: 0;
  }
  #sec03 .card:not(:last-of-type){
    margin-right: 0;
  }
  #sec03 .card .side{
    padding-top: 6.4vw;
    border-radius: 25px;
    box-shadow: none;
  }
  #sec03 .card:hover .side{
    box-shadow: none;
  }
  #sec03 .card01 .front{
    background-image: url(../images/balloon_01-c_sp.png);
  }
  #sec03 .card02 .front{
    background-image: url(../images/balloon_02-c_sp.png);
  }
  #sec03 .card03 .front{
    background-image: url(../images/balloon_01-c_sp.png);
  }
  #sec03 .card04 .front{
    background-image: url(../images/balloon_02-c_sp.png);
  }
  #sec03 .card05 .front{
    background-image: url(../images/balloon_01-c_sp.png);
  }
  #sec03 .card06 .front{
    background-image: url(../images/balloon_02-c_sp.png);
  }
  #sec03 .card07 .front{
    background-image: url(../images/balloon_01-c_sp.png);
  }
  #sec03 .card08 .front{
    background-image: url(../images/balloon_02-c_sp.png);
  }
  #sec03 .card09 .front{
    background-image: url(../images/balloon_01-c_sp.png);
  }
  /* #sec03 .card .front .open{
    right: 4.5vw;
    bottom: 24.2vw;
    width: 8vw;
    height: 8vw;
    border: 2px solid #0077bf;
  }
  #sec03 .card .front .open:before{
    right: 0.5vw;
    bottom: 0.3vw;
    border-top: 2px solid #0077bf;
    border-right: 2px solid #0077bf;
    width: 3vw;
    height: 3vw;
  } */
  #sec03 .card p{
    margin-top: 5.07vw;
    text-align: center;
  }
  #sec03 .card .front{
    padding-top: 18.4vw;
    background-position: center;
  }
  #sec03 .card .front .qa{
    width: 13.7vw;
    height: 13.7vw;
    font-size: 7vw;
  }
  #sec03 .card .front p{
    font-size: 5.39vw;
    line-height: 1.3;
    margin-top: 3vw;
  }
  #sec03 .card .front p.lines{
    margin-top: 2vw;
  }
  /* #sec03 .card .back{
    padding: 33px 30px 0;
  } */
  /* #sec03 .card .back:before{
    right: 5.8vw;
    bottom: 14.7vw;
    width: 7.67vw;
    height: 7.67vw;
    border: 1px solid #0077bf;
  } */
  #sec03 .card01 .back{
    background-image: url(../images/balloon_01-bgc.png);
  }
  #sec03 .card02 .back{
    background-image: url(../images/balloon_02-bgc.png);
  }
  #sec03 .card03 .back{
    background-image: url(../images/balloon_01-bgc.png);
  }
  #sec03 .card04 .back{
    background-image: url(../images/balloon_02-bgc.png);
  }
  #sec03 .card05 .back{
    background-image: url(../images/balloon_01-bgc.png);
  }
  #sec03 .card06 .back{
    background-image: url(../images/balloon_02-bgc.png);
  }
  #sec03 .card07 .back{
    background-image: url(../images/balloon_01-bgc.png);
  }
  #sec03 .card08 .back{
    background-image: url(../images/balloon_02-bgc.png);
  }
  #sec03 .card09 .back{
    background-image: url(../images/balloon_01-bgc.png);
  }
  #sec03 .card03 .back .side{
    padding: 4.5vw 26px 0;
  }
  /* #sec03 .card .back .close:before{
    right: 9.2vw;
    bottom: 16.2vw;
    width: 2px;
    height: 4.6vw;
  }
  #sec03 .card .back .close:after{
    right: 9.2vw;
    bottom: 16.2vw;
    width: 2px;
    height: 4.6vw;
  } */
  #sec03 .card .back .qa{
    width: 13.33vw;
    height: 13.33vw;
    font-size: 5.52vw;
  }
  #sec03 .card .back p{
    margin-top: 5.47vw;
    font-size: 3.73vw;
  }
  #sec03 .card .back .card-btn{
    margin-top: 5vw;
  }
}

#sec03 .btn-area{
  margin-top: 52px;
}
#sec03 .btn-area .btn-white{
  margin-bottom: 32px;
  border: 5px solid #006fbc;
  width: 560px;
  height: 100px;
  border-radius: 100px;
  color: #006fbc;
}
#sec03 .btn-area .btn-white:after{
  content: "";
  width: 15px;
  height: 15px;
  border-color: transparent #006fbc #006fbc transparent;
  border-width: 3px;
}
@media screen and (max-width : 600px){
  #sec03 .btn-area{
    margin-top:10vw ;
  }
  #sec03 .btn-area .btn-white{
    border-width: 3px;
    width: 100%;
    height: 22.67vw;
    font-size: 4.1vw;
    letter-spacing: 0;
  }
  #sec03 .btn-area .btn-white:after{
    border-width: 2px;
    width: 12px;
    height: 12px;
  }
}

/* ************************************************************************
*	#sec04
************************************************************************ */
#sec04{
  padding: 178px 0 100px;
  text-align: center;
}
#sec04 h2:before{
  width: 116px;
  height: 78px;
  background-image: url(../images/icon_registration.svg);
}
#sec04 > p{
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.18em;
}
#sec04 > p span{
  background-color: #ffe58a;
}

@media screen and (max-width : 600px){
  #sec04{
    padding: 29.07vw 6vw 6.8vw;
  }
  #sec04 h2:before{
    top: -21vw;
    width: 28vw;
    height: 18vw;
  }
  #sec04 > p{
    font-size: 3.73vw;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.16em;
  }
}

/* .merit */
#sec04 .ttl-merit{
  display: inline-block;
  position: relative;
  margin-top: 47px;
  font-size: 32px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #0077bf;
}
#sec04 .ttl-merit:before{
  content: "";
  position: absolute;
  top: 65%;
  left: -7px;
  transform: translateY(-50%) rotate(-30deg);
  width: 3px;
  height: 100%;
  background-color: #0077bf;
}
#sec04 .ttl-merit:after{
  content: "";
  position: absolute;
  top: 65%;
  right: -21px;
  transform: translateY(-50%) rotate(30deg);
  width: 3px;
  height: 100%;
  background-color: #0077bf;
}
#sec04 .merit{
  width: clamp(730px,70vw,1000px);
  margin: 60px auto;
  align-items: stretch;
  justify-content: center;
}
#sec04 .merit li{
  padding: 5px 25px 0 25px;
}
#sec04 .merit li:first-of-type{
  padding-left: 0;
}
#sec04 .merit li:nth-of-type(3n){
  padding-right: 0;
}
#sec04 .merit li:not(:last-of-type){
  border-right: 1px dashed #cecece;
}
#sec04 .merit .merit-content img:first-of-type{
  display: block;
  margin: 0 auto 20px;
  width: 30%;
  height: auto;
}
#sec04 .merit .merit-content img:nth-of-type(2){
  width: 100%;
  max-width: 300px;
}
#sec04 .merit li p{
  margin: 15px 0 0 0;
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width : 600px){
  #sec04 .ttl-merit{
    position: relative;
    margin-top: 6.67vw;
    font-size: 4.67vw;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #0077bf;
  }
  #sec04 .ttl-merit:before{
    content: "";
    position: absolute;
    top: 0;
    left: -5%;
    width: 2px;
    height: 100%;
    transform: rotate(-30deg);
    background-color: #0077bf;
  }
  #sec04 .ttl-merit:after{
  content: "";
    position: absolute;
    top: 0;
    right: -5%;
    width: 2px;
    height: 100%;
    transform: rotate(30deg);
    background-color: #0077bf;
  }
  #sec04 .merit{
    margin: 0 auto 6.67vw;
    width: 100%;
  }
  #sec04 .merit li{
    padding: 6.67vw 0;
    border-bottom: 1px dashed #cecece;
  }
  #sec04 .merit li:not(:last-of-type){
    border-right: none;
  }
  #sec04 .merit .merit-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sec04 .merit .merit-content img:first-of-type{
    margin: 0;
    width: 27%;
    height: auto;
  }
  #sec04 .merit .merit-content img:nth-of-type(2){
    width: 60%;
    max-width: none;
  }
  #sec04 .merit li p{
    margin: 6.67vw 0 0 0;
    font-size: 4.27vw;
  }
  #container #sec04 .sec01-reservation .btn-area a{
    width: 100%;
  }
}
#sec04 .btn-area > div:not(:first-of-type) {
  margin-top: 48px;
}
@media screen and (max-width : 600px){
  #sec04 .btn-area > div:not(:first-of-type) {
    margin-top: 8.93vw;
  }
}


/* ************************************************************************
*	0520更新
************************************************************************ */

#mv-area .floating-btn{
  position: fixed;
  bottom: 30px;
  right: -300px;
  padding: 18px 80px 18px 39px;
  border: 4px solid #ff8a62;
  border-radius: 80px;
  background-color: #e94007;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  z-index: 4;
  transition: all 0.3s 0s ease;
}
#mv-area .floating-btn.active{
  right: -73px;
}
#mv-area .floating-btn:hover{
  right: -53px;
  opacity: 1;
}

.mv-btn_0520 a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 4px solid #ff8a62;
  border-radius: 50%;
  /*width: 15vw;
  height: 15vw;
  max-width: 190px;
  max-height: 190px;*/
  width: 190px;
  height: 190px;
  background-color: #e94007;
  /*font-size: 1.4vw;*/
  font-size: 20px;
  letter-spacing: 0.07em;
  font-weight: 700;
  color: #fff;
  transition: all 0.5s 0s ease;
}
.mv-btn_0520 a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
}
.mv-btn_0520 a:hover{
  color: #fff;
  opacity: 0.7;
}

#mv-entry-bnr div {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  background-color: #e94007;
}
#mv-entry-bnr .left {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5px 5px 5px 11px;
  color: #e94007;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12rem;
  background: #fff;
}
#mv-entry-bnr .left:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 19.4px solid transparent;
  border-bottom: 19.4px solid transparent;
  position: absolute;
  top: 0;
  right: -16px;
  z-index: 1;
}
#mv-entry-bnr .right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 34px;
  font-size: 20px;
  letter-spacing: 0.12rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width : 600px){
  #mv-area .floating-btn{
    display: none;
  }
  .floating-btn{
    position: relative;
    bottom: 0;
    right: 0;
    display: block;
    margin: 5.6vw auto 5.6vw;
    padding: 4.57vw 0;
    width: 90.67%;
    border: 3px solid #ff8a62;
    border-radius: 100px;
    background-color: #e94007;
    font-size: 4vw;
    text-align: center;
    font-weight: bold;
    color: #fff !important;
  }
  .floating-btn:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) rotate(45deg);
    width: 2.67vw;
    height: 2.67vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #mv-entry-bnr div {
    padding: 2.67vw 0;
  }
  #mv-entry-bnr .left {
    padding: 1.33vw 1.33vw 1.33vw 2.27vw;
    height: 8.3vw;
    font-size: 4vw;
  }
  #mv-entry-bnr .left:after {
    border-left: 3.29vw solid #fff;
    border-top: 4.21vw solid transparent;
    border-bottom: 4.21vw solid transparent;
    right: -3.16vw;
  }
  #mv-entry-bnr .right {
    padding-left: 5vw;
    font-size: 4.53vw;
    letter-spacing: 0.02rem;
  }
}