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: #021923;
	line-height: 1.7;
}
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: #021923;
  transition: 0.3s;
  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:hover img{ opacity: 0.7;cursor: pointer; }
img{
	max-width: 100%;
	display: block;
}
.clear{ clear: both; }
.overflow{ overflow: hidden; }

b{ font-weight: 600 }
.red{ color: #bd002b; }
.big{ font-size: 120%; }
.under{ text-decoration: underline; }

.white-box{
  max-width: 80rem;
  background: #fff;
  margin: 0 auto;
  padding: 6rem 0;
}
.white-box.pt0{
  padding-top: 0;
}
.inner{
  display: block;
  max-width: 70rem;
  margin: 0 auto;
}




.fv-txt{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #021923;
  height: 6rem;
}
.fv-txt img{
  width: 94.4rem;
}
.fv{
  background: url(../images/bg-1.jpg) center center no-repeat;
  background-size: cover;
  padding: 3rem 0 4rem;
}
.fv h1 img{
  width: 91.4rem;
  margin: 0 auto;
}


ul.check-li-1{
  display: inline-block;
  margin: 5rem 0;
}
ul.check-li-1 li{
  display: block;
  padding: 0 0 0.5em 4.5rem;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #c0c0c0;
  font-size: 2.6rem;
  line-height: 1.5;
  color: #003d7f;
  font-weight: 700;
  position: relative;
}
ul.check-li-1 li::before{
  content: "";
  display: block;
  width: 3rem;
  height: calc(100% - 0.5em);
  background: url(../images/check-1.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}


.cta{
  background: #021923;
  text-align: center;
  padding: 6rem 0;
}
.cta .box{
  background: #fff;
  padding: 2rem 4rem 6rem;
}
.cta .txt-1{
  font-size: 3.6rem;
  font-weight: 700;
  margin: 1.5rem 0 4rem;
}
.cta .txt-2{
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}
.cta img.arrow{
  width: 18rem;
  margin: 0 auto 3rem;
}
.cta input[type=text]{
  display: block;
  width: 70rem;
  padding: 0.8em;
  border-radius: 0.5rem;
  border: 3px solid #98804c;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 2rem;
}
.cta button{
  display: block;
  width: 70rem;
  background: none;
  border: none;
  margin: 0 auto;
}


.sec-1{
  background: url(../images/bg-2.jpg) center top repeat-y;
  background-size: 100% auto;
  padding: 7rem 0 10rem;
}
.sec-1 h2{
  width: 80rem;
  margin: 8rem auto 6rem;
}
.sec-1 h2:first-child{
  margin-top: 0;
}
.sec-1 h2.sec-1-h2-3{
  width: 47.1rem;
}
.sec-1 img.sec-1-img1{
  width: 88rem;
  margin: 0 auto;
}


.sec-2{
  padding-bottom: 8rem;
}
.sec-2 h2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20rem;
  background: #021923;
  margin-bottom: 6rem;
}
.sec-2 h2 img{
  width: 61.3rem;
}
.sec-2 .txt-1{
  font-weight: 600;
  text-align: center;
}
.sec-2 .wrap{
  display: flex;
  justify-content: center;
  margin: 6rem auto;
}
.sec-2 .wrap ul{
  margin: 0 2.5rem;
}
.sec-2 .wrap ul li{
  display: block;
  padding-left: 5rem;
  margin-bottom: 0.5em;
  font-size: 2.2rem;
  color: #003d7f;
  font-weight: 600;
  position: relative;
}
.sec-2 .wrap ul li::before{
  content: "";
  display: block;
  width: 3rem;
  height: 100%;
  background: url(../images/check-1.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-2 .txt-2{
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}


.sec-3{
  background: #021923;
  color: #fff;
  padding: 7rem 0 12rem;
}
.sec-3 h2{
  width: 70rem;
  padding-bottom: 3rem;
  margin: 0 auto 6rem;
  position: relative;
}
.sec-3 h2 img{
  width: 56.1rem;
  margin: 0 auto;
}
.sec-3 h2::before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,#98804c,#ede8b5,#98804c);
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec-3 .txt-1{
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}


ul.check-box-li{
  margin-bottom: 6rem;
}
ul.check-box-li li{
  display: block;
  width: 60rem;
  padding: 2rem 2rem 2rem 4rem;
  border: 1px solid #fff;
  background: #021923;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto 2rem;
  position: relative;
}
ul.check-box-li li span{
  color: #ffe000;
}
ul.check-box-li li::before{
  content: "";
  display: block;
  width: 3rem;
  height: 100%;
  background: url(../images/check-2.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -1.5rem;
  top: 0;
}


.sec-4{
  background: url(../images/bg-2.jpg) center top repeat-y;
  background-size: 100% auto;
  text-align: center;
  padding: 19rem 0 8rem;
  position: relative;
}
.sec-4 img.sec-4-top{
  width: 50rem;
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec-4 .txt-1{
  font-size: 3rem;
  font-weight: 600;
}
.sec-4 img.sec-4-img1{
  width: 73rem;
  margin: 7rem auto;
}
.sec-4 img.sec-4-img2{
  width: 85rem;
  margin: 8rem auto;
}
.sec-4 img.sec-4-img3{
  width: 73rem;
  margin: 8rem auto;
}
.sec-4 img.sec-4-img4{
  width: 74rem;
  margin: 8rem auto 5rem;
}
.sec-4 .txt-2{
  font-size: 2.5rem;
  color: #003d7f;
  font-weight: 600;
  margin-bottom: 1em;
}
.sec-4 .txt-2 b{
  font-weight: 800;
}
.sec-4 .txt-3{
  font-size: 3rem;
  color: #003d7f;
  font-weight: 800;
}
.sec-4 img.title{
  width: 90rem;
  margin: 1rem auto 3rem;
}


.sec-5{
  background: url(../images/bg-1.jpg) center center no-repeat fixed #edf0f2;
  background-size: cover;
  padding: 7rem 0 8rem;
}
.sec-5 h2 img{
  width: 55.3rem;
  margin: 0 auto 6rem;
}


.sec-6{
  background: url(../images/bg-1.jpg) center center no-repeat fixed #edf0f2;
  background-size: cover;
  padding: 7rem 0 8rem;
}
.sec-6 h2 img{
  width: 63rem;
  margin: 0 auto 6rem;
}
.sec-6 .h3-top{
  font-size: 2.2rem;
  font-weight: 600;
  margin: 6rem 0 1em;
}
.sec-6 h3{
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
.sec-6 h3 span{
  display: inline-block;
  padding: 0.1em 0.2em;
  margin-bottom: 0.2em;
  background: #021923;
  color: #fff;
}
.sec-6 img.img{
  margin-bottom: 6rem;
}


ul.check-li-2{
  display: flex;
  margin: 4rem 0;
}
ul.check-li-2 li{
  display: block;
  font-size: 2.6rem;
  color: #003d7f;
  padding-left: 4.5rem;
  margin-right: 1.2em;
  font-weight: 700;
  position: relative;
}
ul.check-li-2 li::before{
  content: "";
  display: block;
  width: 3rem;
  height: 100%;
  background: url(../images/check-1.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}


h2.red-h2{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16rem;
  background: #bd002b;
  margin-bottom: 6rem;
}
h2.red-h2 img{
  width: auto;
  height: 8.2rem;
}


.bg-3{
  background: url(../images/bg-3.jpg) center center no-repeat fixed #102242;
  background-size: cover;
  padding: 0 0 8rem;
}


.sec-10 img.img{
  margin: 6rem 0;
}


.sec-11{
  background: url(../images/bg-4.jpg) center center no-repeat fixed #e2e2e2;
  background-size: cover;
  padding: 7rem 0 8rem;
}
.sec-11 h3{
  background: #021923;
  color: #fff;
  padding: 0.5em;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
.sec-11 img.img{
  margin-bottom: 6rem;
}
.sec-11 ul.check-li-1{
  margin-bottom: 0;
}


.sec-12{
  background: url(../images/bg-2.jpg) center top repeat-y;
  background-size: 100% auto;
  padding: 7rem 0 8rem;
}
.sec-12 h2{
  width: 80rem;
  margin: 8rem auto 6rem;
}
.sec-12 h2:first-child{
  margin-top: 0;
}
.sec-12 .clm2,
.sec-12 .clm3{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec-12 .clm2 img{
  width: 48.5%;
}
.sec-12 .clm3 img{
  width: 31.4%;
}


footer{
  background: #021923;
  color: #fff;
  padding: 0 0 4rem;
  font-size: 1.4rem;
  text-align: center;
}
footer a{
  color: #fff;
}




/* スクロールアニメ */
.fade-b,
.fade-b-ct > *{
  opacity: 0;
  transition: 1s;
}

.fade-b,
.fade-b-ct > * { transform: translateY(3rem); }

.fade-b.load,
.fade-b-ct.load > *{
  opacity: 1;
  transform: translate(0);
}

.fade-b-ct.load > :nth-child(2) { transition-delay: 0.2s; }
.fade-b-ct.load > :nth-child(3) { transition-delay: 0.4s; }
.fade-b-ct.load > :nth-child(4) { transition-delay: 0.6s; }
.fade-b-ct.load > :nth-child(5) { transition-delay: 0.8s; }
.fade-b-ct.load > :nth-child(6) { transition-delay: 1s; }
.fade-b-ct.load > :nth-child(7) { transition-delay: 1.2s; }
.fade-b-ct.load > :nth-child(8) { transition-delay: 1.4s; }
.fade-b-ct.load > :nth-child(9) { transition-delay: 1.6s; }

@media (min-width: 769px){
.ct2-pc.load { transition-delay: 0.2s; }
.ct3-pc.load { transition-delay: 0.4s; }
}


/* ボタン用アニメーション */
.cta 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); }
}


/* ロード画面 */
#wrapper{ opacity: 0; }
#wrapper.loaded{
  opacity: 1;
  transition: all 1s;
}
#loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader008,
.loader008:after {
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
}
.loader008 {
  position: relative;
  text-indent: -9999em;
  border-top: 0.6rem solid rgba(2,25,35,0.3);
  border-right: 0.6rem solid rgba(2,25,35,0.3);
  border-bottom: 0.6rem solid rgba(2,25,35,0.3);
  border-left: 0.6rem solid #021923;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #021923;
}
#pagetop a img {
  width: 16px;
  margin-top: -2px;
}




/*　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;
}

.f20{ font-size: 2rem; }
.f16{ font-size: 1.6rem; }




/*　タブレット
------------------------------------------------------------------------------------------------*/
@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 1.6rem;
}

.white-box{
  padding: 3rem 0;
}
.inner{
  max-width: calc(100% - 3.2rem);
}




.fv-txt{
  height: 5.8rem;
}
.fv-txt picture{
  width: 84%;
}
.fv{
  background: url(../images/sp/bg-1.jpg) center top no-repeat;
  background-size: cover;
  padding: 2rem 0;
}
.fv h1 img{
  margin: 0 auto;
}


ul.check-li-1{
  margin: 3rem 0;
}
ul.check-li-1 li{
  padding: 0 0 0.5em 1.8em;
  font-size: 1.7rem;
}
ul.check-li-1 li::before{
  width: 1.2em;
}


.cta{
  padding: 3rem 0;
}
.cta .box{
  padding: 2rem 1.6rem 3rem;
}
.cta .txt-1{
  font-size: 2rem;
  margin: 2rem 0;
}
.cta .txt-2{
  font-size: 1.6rem;
}
.cta img.arrow{
  width: 9.8rem;
  margin: 0 auto 2rem;
}
.cta input[type=text]{
  width: 100%;
  border: 2px solid #98804c;
  font-size: 1.6rem;
  margin: 0 auto 1rem;
}
.cta button{
  display: block;
  width: 70rem;
  background: none;
  border: none;
  margin: 0 auto;
}


.sec-1{
  background: url(../images/sp/bg-2.jpg) center top repeat-y;
  background-size: 100% auto;
  padding: 4rem 0;
}
.sec-1 h2{
  width: 100%;
  margin: 5rem auto 3rem;
}
.sec-1 h2:first-child{
  margin-top: 0;
}
.sec-1 h2.sec-1-h2-3{
  width: 75%;
}
.sec-1 img.sec-1-img1{
  width: 90%;
}


.sec-2{
  padding-bottom: 4rem;
}
.sec-2 h2{
  height: 10rem;
  margin-bottom: 3rem;
}
.sec-2 h2 img{
  width: auto;
  height: 5.4rem;
}
.sec-2 .txt-1{
  font-size: 1.6rem;
}
.sec-2 .wrap{
  display: block;
  margin: 3rem auto;
}
.sec-2 .wrap ul{
  margin: 0;
}
.sec-2 .wrap .fade-b-ct > *{
  opacity: 1;
  transform: translate(0);
}
.sec-2 .wrap ul li{
  padding-left: 2em;
  font-size: 1.6rem;
}
.sec-2 .wrap ul li::before{
  width: 1.2em;
}
.sec-2 .txt-2{
  font-size: 2rem;
}


.sec-3{
  padding: 4rem 0 8.5rem;
}
.sec-3 h2{
  width: 100%;
  padding-bottom: 2rem;
  margin: 0 auto 3rem;
}
.sec-3 h2 img{
  width: auto;
  height: 5.4rem;
}
.sec-3 .txt-1{
  font-size: 2rem;
}


ul.check-box-li{
  margin-bottom: 3rem;
}
ul.check-box-li li{
  width: calc(100% - 1rem);
  padding: 1.5rem 1.5rem 1.5rem 2.5rem;
  font-size: 1.4rem;
  margin: 0 0 1.5rem auto;
}
ul.check-box-li li span{
  color: #ffe000;
}
ul.check-box-li li::before{
  width: 2rem;
  left: -1rem;
}


.sec-4{
  background: url(../images/sp/bg-2.jpg) center top repeat-y;
  background-size: 100% auto;
  padding: 12rem 0 4rem;
}
.sec-4 img.sec-4-top{
  width: 85%;
  top: -4.5rem;
}
.sec-4 .txt-1{
  font-size: 2rem;
}
.sec-4 img.sec-4-img1{
  margin: 4rem auto;
}
.sec-4 img.sec-4-img2{
  width: 72%;
  margin: 5rem auto;
}
.sec-4 img.sec-4-img3{
  margin: 5rem auto;
}
.sec-4 img.sec-4-img4{
  margin: 5rem auto 3rem;
}
.sec-4 .txt-2{
  font-size: 1.6rem;
}
.sec-4 .txt-3{
  font-size: 1.8rem;
}
.sec-4 img.title{
  width: 90rem;
  margin: 1.5rem auto 3rem;
}


.sec-5{
  background: url(../images/sp/bg-1.jpg) center top no-repeat #edf0f2;
  background-size: 100% auto;
  padding: 4rem 0;
}
.sec-5 h2 img{
  width: 90%;
  margin: 0 auto 3rem;
}


.sec-6{
  background: url(../images/sp/bg-1.jpg) center top no-repeat #edf0f2;
  background-size: 100% auto;
  padding: 4rem 0;
}
.sec-6 h2 img{
  margin: 0 auto 3rem;
}
.sec-6 .h3-top{
  font-size: 1.6rem;
  margin: 4rem 0 1em;
}
.sec-6 h3{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.sec-6 img.img{
  margin-bottom: 3rem;
}


ul.check-li-2{
  margin: 3rem 0;
}
ul.check-li-2 li{
  font-size: 1.7rem;
  padding-left: 1.8em;
}
ul.check-li-2 li::before{
  width: 1.2em;
}


h2.red-h2{
  height: 10rem;
  margin-bottom: 3rem;
}
h2.red-h2 img{
  height: 5.4rem;
}


.bg-3{
  background: url(../images/sp/bg-3.jpg) center top no-repeat #102242;
  background-size: 100% auto;
  padding: 0 0 4rem;
}


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


.sec-11{
  background: url(../images/sp/bg-4.jpg) center top no-repeat #e2e2e2;
  background-size: 100% auto;
  padding: 4rem 0;
}
.sec-11 h3{
  font-size: 2rem;
}
.sec-11 img.img{
  margin-bottom: 3rem;
}


.sec-12{
  background: url(../images/sp/bg-2.jpg) center top repeat-y;
  background-size: 100% auto;
  padding: 4rem 0;
}
.sec-12 h2{
  width: 100%;
  margin: 5rem auto 3rem;
}
.sec-12 .clm2,
.sec-12 .clm3{
  display: block;
}
.sec-12 .clm2 img,
.sec-12 .clm3 img{
  width: 90%;
  margin: 0 auto;
}
.sec-12 .clm2 img + img,
.sec-12 .clm3 img + img{
  margin-top: 1.5rem;
}


footer{
  padding: 0 0 3rem;
  font-size: 1.2rem;
}




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



