html,body{
	font-family: "Hiragino Sans" , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #111;
	line-height: 1.75;
	letter-spacing: 0.01em;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
  color: #111;
  transition: 0.2s;
  text-decoration: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover,a img:hover{ opacity: 0.7;cursor: pointer; }
img{
	max-width: 100%;
	display: block;
}
.clear{ clear: both; }

h2.h2-1{
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top: 2rem;
  margin-bottom: 4rem;
}


.box-shabow{
  max-width: 92rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0,0,0,0.2);
}

.box-shabow .h2-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16.3rem;
}
.box-shabow .h2-wrap h2.h2-1{
  margin-bottom: 0;
}

.inner{
  padding: 4rem 8rem;
}
.inner b{
  font-size: 120%;
  font-weight: 700;
  color: #004694;
}
.inner b.big{
  font-size: 200%;
}

header{
    background: #fff;
}
header h1 img,
.interval img{
  width: 100%;
  max-width:1680px;
  margin:0 auto;
}


.cta{
  /*background: #FAFAFA;*/
  padding: 0rem 0 0rem;
  text-align: center;
  overflow: hidden;
}
.cta h2 img{
  width: 69.3rem;
  margin: 0 auto 5rem;
}
.cta img.cta-txt{
  width: 72rem;
  margin: 0 auto 1rem;
}
.cta input[type="email"]{
  display: block;
  width: 72rem;
  margin: 1rem auto 0rem;
  border-radius: 0.8rem;
  border: 3px solid #041742;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 7rem;
}
.cta button{
  display: block;
  border: none;
  background: none;
  width: 50rem;
  margin: 0 auto 3rem;
  transition: 0.2s;
}
.cta button:hover{
  opacity: 0.7;
}
.cta .btn{
  display: block;
  border: none;
  background: none;
  width: 68rem;
  margin: 1.5rem auto 1rem;
  transition: 0.2s;
  animation: pulse 1s infinite;
}
.cta .btn:hover{
  opacity: 0.7;
}
button img{ animation: pulse 1s infinite; }

@keyframes pulse {
  from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  to { transform: scale3d(1, 1, 1); }
}

.cta p.attention{
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  opacity:0.5;
  width:90rem;
}



.cta2{
  background: #fff;
  padding: 0rem 0 0rem;
  text-align: center;
  overflow: hidden;
}
.cta2 h2 img{
  width: 69.3rem;
  margin: 0 auto 5rem;
}
.cta2 img.cta-txt{
  width: 72rem;
  margin: 0 auto 1rem;
}
.cta2 input[type="email"]{
  display: block;
  width: 72rem;
  margin: 1rem auto 0rem;
  border-radius: 0.8rem;
  border: 3px solid #041742;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 7rem;
}
.cta2 button{
  display: block;
  border: none;
  background: none;
  width: 50rem;
  margin: 0 auto 3rem;
  transition: 0.2s;
}
.cta2 button:hover{
  opacity: 0.7;
}
.cta2 .btn{
  display: block;
  border: none;
  background: none;
  width: 68rem;
  margin: 1rem auto 3rem;
  transition: 0.2s;
  animation: pulse 1s infinite;
}
.cta2 .btn:hover{
  opacity: 0.7;
}
button img{ animation: pulse 1s infinite; }



.cta2 p.attention{
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  opacity:0.5;
  width:90rem;
}










.sec-1{
  background: url(../images/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 8.5rem 0;
}


.sec-2,
.sec-4{
  /*background: url(../images/sec-2-bg.png) center top no-repeat #fff;*/
  background-size: contain;
  padding: 1rem 0;
}
.sec-2 .box-shabow .h2-wrap{
 /* background: url(../images/sec-2-h2-bg.jpg) center center no-repeat;*/
  background-size: cover;
}
.sec-4 .box-shabow .h2-wrap{
  /*background: url(../images/sec-4-h2-bg.jpg) center center no-repeat;*/
  background-size: cover;
}
.sec-2 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:2rem;
}
.sec-2 ul li{
  display: block;
  width: 100%;
  padding-bottom: 0rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}
.sec-2 ul li img{
    border-radius:10px;
}
.sec-2 ul li .name{
    font-size: 3rem;
    font-weight: bold;
    margin: 0rem 0 0;
}
.sec-2 ul li .sub{
    margin: 0rem 0;
}


.sec-3{
  background: linear-gradient(165deg, #e6e6f2, #efeef2);
  background-size: cover;
  padding: 4rem 0 4rem;
}

.sec-3 .content{
  width: 100%;
	max-width: 1000px;
    padding: 50px 50px;
	margin: 0 auto;
	background:#fff;
}

.sec-3 img{
    margin:1rem auto 2rem;
    border-radius:10px;
}

.sec-5{
  background: url(../images/sec-5-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 8.5rem 0;
}


.step{
  padding: 9rem 0;
}
.step h2.h2-1{
  color: #00b68c;
}
.step img.step-img{
  width: 86rem;
  margin: 0 auto;
}


footer{
  background:linear-gradient(165deg, #e6e6f2, #efeef2);
  color: #aaa;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  padding: 2.5rem 0;
}
footer img{
  width:24rem;
  margin:2rem auto;
}
footer a{
  color: #fff;
}




/* ロード画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #00b68c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 6rem;
  height: 6rem;

  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3rem 0 0 -3rem;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
  transform: scale(0.0);
  -webkit-transform: scale(0.0);
  } 50% { 
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}


/* ページトップ */
#pagetop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 997;
  font-size: 16px;
  mix-blend-mode: multiply;
}
#pagetop i {
	padding-top: 11px;
}
#pagetop a {
	display: block;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	background-color: #00b68c;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}
#pagetop a:hover {
	text-decoration: none;
	opacity: 0.7;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.8em; }

.content{
  width: 100%;
	max-width: 1100px;
  padding: 0 50px;
	margin: 0 auto;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px){

html{ font-size: 0.9vw; }

.content{
  padding: 0 4.54%;
}




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.6vw; }
body{ font-size: 1.4em; }

.content{
	width: 100%;
	padding: 0 5%;
}


h2.h2-1 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  padding-top: 1rem;
}
h2.h2-1::before {
  width: 2.7rem;
  height: 0.22rem;
}

.box-shabow .h2-wrap {
  height: 10.8rem;
}

.inner {
  padding: 2rem 6%;
}


.cta {
  padding: 0rem 0;
}
.cta h2 img {
  width: 30.6rem;
  margin: 0 auto 0rem;
}
.cta img.cta-txt {
  width: 100%;
  margin: 0 auto 0.5rem;
}
.cta input[type="email"] {
  width: 100%;
  margin: 0 auto 0rem;
  border-radius: 6px;
  font-size: 16px;
  line-height: 3.5em;
}
.cta button {
  width: 29.5rem;
  margin: 0 auto 0rem;
}
.cta p.attention{
  display: inline-block;
  text-align: left;
  font-size: 1.2rem;
  line-height:1.8rem;
  padding:0 0rem;
  width:100%;
}


.sec-1 {
  background: url(../images/sp/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 3.5rem 0 4.5rem;
}


.sec-2,
.sec-4 {
 /* background: url(../images/sp/sec-2-bg.png) center top no-repeat;*/
  background-size: contain;
  padding: 0rem 0;
}
.sec-2 .box-shabow .h2-wrap{
 /* background: url(../images/sp/sec-2-h2-bg.jpg) center center no-repeat;*/
  background-size: cover;
}
.sec-4 .box-shabow .h2-wrap{
  /*background: url(../images/sp/sec-4-h2-bg.jpg) center center no-repeat;*/
  background-size: cover;
}
.sec-2 .sec-2-img {
  margin: 3rem 0;
}

.sec-2 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:2rem;
}
.sec-2 ul li{
  display: block;
  width: 100%;
  padding-bottom: 0rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
.sec-2 ul li img{
    border-radius:10px;
}
.sec-2 ul li .name{
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0rem 0 0;
}
.sec-2 ul li .sub{
    margin: 1rem 0;
}


.sec-3 {
  background: url(../images/sp/sec-3-bg.png) center center no-repeat;
  background-size: cover;
  padding: 2rem 1rem;
}
.sec-3 .content{
	width: 100%;
	padding: 1% 5% 5%;
	margin: 0 auto;
	background:#fff;
}
.sec-3 img{
    margin:2rem auto 2rem;
    border-radius:5px;
}

.sec-5 {
  background: url(../images/sp/sec-5-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 3.5rem 0 4.5rem;
}


.step {
  padding: 4.5rem 0 3.5rem;
}
.step img.step-img {
  width: 98%;
}


footer {
  font-size: 1rem;
  padding: 2rem 0;
}
footer img{
  width:15rem;
  margin:2rem auto 3rem;
}



}/*　スマホここまで */


.widget_wrapper {
  display: none;
}
.fancybox-content {
  padding: 0;
}

.date{
    width:18rem;
    margin:4rem 0 2rem;
}
@media (max-width: 768px){
.date{
    width:12rem;
    margin:2rem 0 2rem;
}
}


.sec-letter {
    padding:2rem 0;
  background: url(../images/collage_sp.jpg)  center center repeat-y;
  background-attachment: scroll;
  background-size: auto;
}
.sec-letter .box-1{
  background-color: #fff;
  padding: 2rem 0 3rem;
  position: relative;
}
.sec-letter h2 img{
  margin-bottom: 1rem;
}
.sec-letter .box-1 .inner{
  padding: 0 1.8rem;
}
.sec-letter .box-1 img.image{
  margin: 5rem 0;
}
.sec-letter .btn{
    width: 95%;
    margin:1rem auto 0rem;
}

.sec-letter ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:2rem;
}
.sec-letter ul li{
  display: block;
  width: 48%;
  border-radius: 1rem;
  padding-bottom: 0rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.sec-letter .name{
  color:#000;
  font-size:1.6rem;
  font-weight: bold;
  margin-bottom:2rem;
}
.sec-letter .sub{
  color:#555;
  font-size:0.8rem;
  margin-top:2rem;
}

.sec-letter .profile{
  font-size:1.1rem;
  text-align: left;
  font-weight: normal;
  line-height: 1.6;
}

.sec-5{
  padding: 1rem 0 1rem;
  font-size:1.3rem;
}
.sec-5 ul{
  display: block;
}
.sec-5 ul li{
display: inline-block;
vertical-align: top;
  width: 30%;
  margin-bottom: 0rem;
  padding-bottom: 1rem;
  padding:0.5rem;
  font-size: 1.6rem;
}
.sec-5 ul li img.image{
  margin-bottom: 1.5rem;
}
.sec-5 .name{
  color:#000;
  font-size:1.5rem;
  font-weight: bold;
  margin-bottom:1rem;
}
.sec-5 .name span{
  font-size:2rem;
  }
.sec-5 .name span small{
  font-size:1.2rem;
  }
.sec-5 .sub{
  color:#555;
  font-size:1.1rem;
  margin-top:0rem;
  margin-bottom:0rem;
}


.sec-5-sp{
  padding: 1rem 0 1rem;
  font-size:1.3rem;
}
.sec-5-sp ul{
  display: block;
}
.sec-5-sp ul li{
display: inline-block;
vertical-align: top;
  width: 70%;
  margin-bottom: 0rem;
  padding-bottom: 1rem;
  padding:0.5rem;
  font-size: 1.6rem;
}
.sec-5-sp ul li img.image{
  margin-bottom: 1.5rem;
}
.sec-5-sp .name{
  color:#000;
  font-size:1.5rem;
  font-weight: bold;
  margin-bottom:1rem;
}
.sec-5-sp .name span{
  font-size:2rem;
  }
.sec-5-sp .name span small{
  font-size:1.2rem;
  }
.sec-5-sp .sub{
  color:#555;
  font-size:1.1rem;
  margin-top:0rem;
  margin-bottom:0rem;
}








.trueModal {
  display: none;
  max-width: 94rem;
  padding: 6rem;
}
.trueModal .head {
  margin-top: 1rem;
}
.trueModal .head p {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #040B22;
}
.trueModal .head h3 {
  font-size: 3rem;
  line-height: 1.6;
  color: #040B22;
}
.trueModal .main p {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #040B22;
}
.trueModal .more-box {
  text-align: center;
}
.trueModal .more-box .btn {
  transition: all 300ms ease-in-out;
  display: inline-block;
  width: 100%;
  max-width: 20rem;
  line-height: 5rem;
  border: 2px solid #040B22;
  border-radius: 50px;
  text-align: center;
  background: #fff;
  font-size: 1.8rem;
  color: #040B22;
  font-weight: bold;
}
.trueModal .more-box .btn:hover {
  background: #040B22;
  color: #fff;
}
.sec-5 ul li img {
  transition: all 300ms ease-in-out;
}
.sec-5 ul li:hover img {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .fancybox-slide {
    padding: 2rem;
  }
  .trueModal {
    padding: 2rem 1.5rem;
  }
  .trueModal .head {
    margin-bottom: 0rem;
    font-size: 1.3rem;
  }
  .trueModal .head p {
    font-size: 1.3rem;
  }
  .trueModal .head h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .trueModal .main p {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .trueModal .more-box .btn {
    line-height: 4.5rem;
    font-size: 1.4rem;
  }
}


.intro {
    padding:2rem 0;
  background: url(../images/intro.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.intro .box-1{
  background-color: #fff;
  padding: 0rem 0 3rem;
  position: relative;
}
.intro h2 img{
  margin-bottom: 6rem;
}
.intro .box-1 .inner{
  padding: 0 1.8rem;
}
.intro .btn{
    width: 98%;
    margin:0 auto;
    animation: pulse 1s infinite;
}

.beach {
    padding:2rem 0 2rem;
  background: url(../images/beach_sp.jpg) center center no-repeat;
 background-size: cover;
  background-attachment: scroll;
}
.beach .box-1{
  background-color: #fff;
  padding: 0rem 0 7rem;
  position: relative;
}
.beach h2 img{
  margin-bottom: 6rem;
}
.beach .box-1 .inner{
  padding: 0 1.8rem;
}

.sec-4{
  padding: 6rem 0;
}
.sec-4 .box-1{
  background-color: #fff;
  padding-top: 6rem;
  position: relative;
}
.sec-4 .box-1::before{
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: linear-gradient(to right bottom,#216CDC,#3231AB);
  position: absolute;
  top: 0;
  left: 0;
}
.sec-4 h2 img{
  width: 24rem;
  margin: 0 auto 6rem;
}
.sec-4 .box-1 .inner{
  background-color: #CCE1EF;
  padding: 8.5rem 8rem 6rem;
  overflow: hidden;
}
.sec-4 img.qu{
  width: 48.3rem;
  float: left;
  margin-bottom: 2.5rem;
}
.sec-4 img.an{
  width: 57.3rem;
  float: right;
  margin-bottom: 6rem;
}
.sec-4 img.qu.q-6{
  width: 51.8rem;
}
.sec-4 img.an.a-6{
  margin-bottom: 0;
}
.box1{
	background: #f7f7f7;
padding: 2rem;
margin: 3rem 0;
border: 6px solid #f2f2f2;
line-height:2;
}

.box11{
	background: #fff;
padding: 2rem;
margin: 1rem 0;
border: 6px solid rgb(210, 209, 209);
line-height:2;
}
@media screen and (max-width: 700px) {
  .sec-2-1-1 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec-2-1-1 li {
    width: auto;
    text-align: center;
    padding-right: 2em;
  }
  .sec-2-1-1 p {
    width: auto;
    text-align: center;
    padding-right: 2em;
  }
  .need{
    margin-left: 2em
    
    ;
  }

}



.box2{
	padding: 5rem;
margin: 3rem 0;
border: 6px solid #f2f2f2;
line-height: 2;
}
.box3{
	padding: 2rem;
margin: 0rem 0;
border: 2px solid #f2f2f2;
line-height: 2;
}



.sec-2-1 .sec-2-img {
  margin: 3rem 0;
}

.sec-2-1 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:0rem;
}
.sec-2-1 ul li{
  display: block;
  width: 48%;
  padding-bottom: 0rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
.sec-2-1 ul li img{
    border-radius:10px;
}
.sec-2-1 ul li .name{
    font-size: 1.6rem;
    font-weight: bold;
    margin: 2rem 0 0;
}
.sec-2-1 ul li .sub{
    margin: 1rem 0;
}







.sec-2-1-1 .sec-2-1-1-img {
  margin: 0rem 0;

}
.sec-2-1-1 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:0rem;
}
.sec-2-1-1 ul li{
  display: block;
  width: 100%;
  padding-bottom: 0rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
.sec-2-1-1 ul li img{
    border-radius:10px;
	  width:100%;
}
.sec-2-1-1 ul li .name{
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0rem 0 0;
}
.sec-2-1-1 ul li .sub{
    margin: 1rem 0;
	font-size: 1.6rem;
	
}

.sns{
	color: blue;  
	text-decoration: underline;
}