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

html   { 
                font-size: 62.5%; 
                height: 100%;
        }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.65;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  word-break: break-all;
}
img{
	width: 100%;
}
main{
	padding-top: 60px;
}
@media screen and (max-width: 500px) {
  body {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media screen and (min-width: 500px) {
	#wrapper500{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		background-color: #fff;
		box-shadow:0px 15px 30px 20px rgba(115, 186, 217, 0.45);
	}}
@media screen and (min-width: 500px) {
	body{
		background-image: url("../img/pc-bg.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed
	}
	}
/*マージン*/
.margin-1{
  padding: 1rem 0 1rem 0;
}
.margin-2{
  padding: 2rem 0 2rem 0;
}

.margin-t1{
  padding-top: 1rem;
}

/*テキスト*/
.attention-title{
  font-size: 13px;
  color: #666;
  text-align: center;
}
.attention-textp{
  font-size: 10px;
  color:  #EC1549;
}
.attention-textw{
  font-size: 10px;
  color:  #ffffff;
}
.attention-text{
  font-size: 9px;
  color: #666;
}
.attention-textb{
  font-size: 9px;
  color: #113567;
}
.text-b{
  font-weight: bold;
  color: #689FED;
}
.text-bold{
font-weight: bold;
}
.text-b25{
  font-size: 2.5rem;
  font-weight:bold;
  line-height:2.5rem;
}
@media screen and (max-width: 500px) {
  .text-b25{
    font-size: 1.8rem;
  }}

.small-text14{
  font-size: 1.4rem;
}
.link-text{
  color: #EC1549;
  font-size: 1rem;
  text-align: center;
}

.text-n{
  color: #113567;
  font-weight: bold;
}

/*wrapper*/
.wrapper90{
  width: 90%;
  margin: 0 auto;
}
.wrapper80{
  width: 80%;
  margin: 0 auto;
}

/*-------g-nav-------*/
.headernav{
	display: flex;
	justify-content: space-between;
	position: fixed;
	max-width: 500px;
	width: 100%;
  height: 60px;
	background-color: #ffff;
  padding:10px;
  z-index:9999998!important;
}
/*CTA*/
.reserve{
  width: 195px;
}

/*ハンバーガー*/
.menu_container{
	z-index:9999999!important;
}
.openbtn4{
  position: relative;
  cursor: pointer;
    width: 50px;
    height:40px;
}
.openbtn4 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 2px;
    border-radius: 5px;
  background: #000000;
    width: 65%;
  }
.openbtn4 span:nth-of-type(1) {
  top:10px; 
}

.openbtn4 span:nth-of-type(2) {
  top:20px;
}

.openbtn4 span:nth-of-type(3) {
  top:30px;
}


.openbtn4.active span:nth-of-type(1) {
    top: 26px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
    width:60%;
}

.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn4.active span:nth-of-type(3){
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
}

.openbtn4.active span:nth-of-type(3)::after {
  content:"";/
    transform: translateY(0) rotate(-45deg);
  top:5px;
	left:4px;
 }

/*ナビゲーション*/
header{
	position: fixed;
	z-index: 9999998;
}
#g-nav{
    position:fixed;
   z-index:9999998!important;
	top:0;
    right: -120%;
	width:100%;
    height: 100vh;
	background-color: #FFF;
	transition: all 0.6s;
	
}
#g-nav.panelactive{
    right: 0;
}

#g-nav.panelactive #g-nav-list{
	position: relative;
   z-index:9999999!important;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	margin: auto;
}

#g-nav ul {
    position: relative;
    z-index:9999998!important;
	background-color: #FFF;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav li{
	list-style: none;
    text-align: center;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*-------second-------*/

#second{
  height: 100%;
  background-image: url("../img/BG-1.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
}
/*-------outline-------*/

#outline{
  height: 100%;
  background-image: url("../img/BG-1.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
}


/*-------outline2-------*/

#outline2{
  height: 100%;
  background-image: url("../img/BG-2.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
  padding-top: 5rem;
}

video {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  margin: auto;
}

/*-------point------*/
.text-box1{
  border: 3px solid #689FED;
  background: #FFF;
  padding: 3rem 0px 3rem 0px;
}
.bg-689FED{
  background-color: #689FED;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  padding:0.5rem;
}

.text-box1 p{
  line-height: 1.3;
}

/*-------CTA------*/
.cv_btn {
  margin: 4rem auto 4rem auto;
  width: 90%;
}
.cv_btn img {
  animation: anime1 0.6s ease 0s infinite alternate;
  transform-origin: center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}

/*-------case-----*/
#case{
  height: 100%;
  background-image: url("../img/BG-1.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
  color: #113567;
}

.text-box2{
  border: 3px solid #113567;
  background: #FFF;
  padding: 3rem 0px 3rem 0px;
}
/*-------flow-----*/
#flow{
  padding-top: 2rem;
}
#flow .normal-text{
  margin-top: 1rem;
}
/*-------outline3-----*/

#outline3{
  background-color: #113567;
}
.sc5-itembox{
  display: flex;
  justify-content: space-between;
}
.sc5-itembox img{
  display: block;
  width: 45%;
}

/*------- close------*/
#close{
  height: 100%;
  background-image: url("../img/BG-1.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
  padding-bottom: 4rem;
}
/*------- FAQ-------*/
.faq-list__title {
  background-color: #113567;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  padding: 25px 30px 25px 70px;
  background-image: url(../img/faq-icon-q.png);
  background-position: left 0.8rem top 1.5rem;
background-repeat:no-repeat;
}
@media screen and (max-width: 500px) {
  .faq-list__title {
    padding: 22px 10px 22px 70px;
    font-size: 1.6rem;
    background-image: url(../img/faq-icon-q.png);
  background-position: left 0.8rem top 0.5rem;
background-repeat:no-repeat;
  }

}

.faq-list__text{
padding: 25px 15px 25px 70px;
  background-image: url(../img/faq-icon-a.png);
  background-position: left 0.8rem top 2rem;
background-repeat:no-repeat;}

.faq-a{
  padding: 0px 0px 2rem 70px;

}

.faq-list__text a{
  color: #689FED;
}
/*-------footer-------*/
footer{
  background-color: #113567;
text-align: center;
font-size: 10px;
color: #FFF;
padding: 2rem 0 5rem 0;
margin-top: 2rem;
}
.footer-link{
  display: flex;
  width: 30%;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 2rem;
}
@media screen and (max-width: 500px) {
  .footer-link{
    width: 50%;
  }

}


/*-------MOVE-------*/
/* スライドイン左から */

/* 左からふわっとJQ */
.fadeInLeft {
  -webkit-animation-name: fadeInLeftAnime;
          animation-name: fadeInLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInLeftAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); 
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeftAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px); 
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeftTrigger {
  opacity: 0;
}

/* 右からふわっとJQ */
.fadeInRight {
  -webkit-animation-name: fadeInRightAnime;
          animation-name: fadeInRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInRightAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px); 
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); 
  }
}
@keyframes fadeInRightAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px); 
  }
  100% {
    opacity: 1; 
    -webkit-transform: translateX(0);
            transform: translateX(0); 
  }
}
.fadeInRightTrigger {
  opacity: 0; 
}

/* 下からふわっとJQ */

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); 
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px); 
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); 
  }
}
.fadeUpTrigger {
  opacity: 0; 
}

/* zooomin*/

.zoom-2 img {
  width: 100%;
  height: auto;
  animation: animationZoom2 10s ease-in-out infinite;
}
.zoom {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px
}

@keyframes animationZoom1 {
  100% { transform:scale(1.1)} 
}
@keyframes animationZoom2 {
  50% { transform:scale(1.1)} 
}




.renew_campaign {
  background-color: #113567;
}
.renew_campaign figure {
  margin: 0;
}
.renew_campaign p {
  text-align: left;
  margin: 0 5%;
  padding: 20px 0;
  line-height: 1.4em;
  color: #fff;
}
.renew_campaign p small {
  font-size: clamp(10px, 1.2vw, 16px);
  letter-spacing: 0.06em;
  display: inline-block;
  line-height: 1.4;
}
.renew_campaign .campaign_cta {
  margin: 0 5%;
  padding: 20px 0;
}