@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Hind:wght@500&display=swap');
html,body{
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
  background-color: #f8f8f8;
	line-height: 1.8;
}
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: #777;
  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;
}

button:hover img{ opacity: 0.7;cursor: pointer; }

.clear{ clear: both; }
.overflow{ overflow: hidden; }

.big1{ font-size: 2.4rem; }
.big2{ font-size: 2rem; }
.orange{ color: #e71125; }
.maker1,.maker2,.maker3{
  color: #fff;
  padding: 0 0.15em 0.15em;
  margin: 0 0.1em;
}
.maker1{ background: #000000; }
.maker2{ background: linear-gradient(to right bottom,#FFBB00,#F07400); }
.maker3{ background: #E8451C; }
.midashi{ 
  color: #000000; }
.midashi::before{
  content:"" ;
  display: inline-flex;
  width: 0.5rem;
  height: 2.2rem;
  background-color: #203c5f;
  top: 2px;
  position: relative;
  margin-right: 0.4rem;
}

.media-grid{
  display: grid;
  grid-template-columns: 64% 1fr;
  gap:  3rem;
  align-items: flex-end;
  margin: 5rem 0;
}

.accent{
  color: #000;
  font-size: 1.5rem;
}

.small{
  color: #777;
  font-size: 1.5rem;
}


header{
  background: url(../images/header-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 3rem 0 3rem 0 ;
  position: relative;
}

header img.logo{
  width: 16.8rem;
  position: absolute;
  left: 2.4rem;
  top: 2.4rem;
}
header h1 img{
  width: 84rem;
  margin: 0 auto;
}


.cta{
  background: url(../images/cta-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 3rem 0 4rem;
  text-align: center;
}
.cta h2{
  display: inline-block;
  font-size: 3.2rem;
  margin-bottom: 4rem;
  position: relative;
}
.cta p{
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  color:#fff;
}
.cta h2::before,
.cta h2::after{
  content: "";
  display: block;
  width: 3.5rem;
  height: 3rem;
  background: url(../images/cta-h2-arrow.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.4em;
}
.cta h2::before{
  left: -6rem;
}
.cta h2::after{
  right: -6rem;
}
.cta h2 span{
  color: #216CDC;
}
.cta input[type=mail]{
  display: block;
  font-size:2.4rem;
  width: 70rem;
  line-height: 8rem;
  border: 3px solid #CCCCCC;
  border-radius: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 2.5rem auto 1rem;
}
.cta button{
  display: block;
  background: none;
  border: none;
  width: 68.4rem;
  margin: 0 auto;
}


.sec-1 h2{
  background: #061222;
  padding: 3.3rem 0 3rem;
  position: relative;
}
.sec-1 h2::before{
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  background: url(../images/sec-1-h2-arrow.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2rem;
  left: 0;
  z-index: 1;
}
.sec-1 h2 img{
  width: 48rem;
  margin: 0 auto;
}

.sec-1 .wrap{
  padding-top: 5rem;
  position: relative;
}
.sec-1 .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 52rem;
  background: url(../images/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.sec-1 .wrap img.sec-1-txt1{
  position: relative;
  z-index: 1;
}



.sec-2{
  padding: 0rem 0 6rem;
}
.sec-2 .box-1{
  background-color: #fff;
  padding: 5rem 0;
  position: relative;
}

.sec-2 h2 img{
  margin-bottom: 2rem;
}
.sec-2 .box-1 .inner{
  padding: 0 8rem;
}
.sec-2 .box-1 img.image{
  margin: 5rem 0;
}


.sec-3-1{
  background: url(../images/sec-3-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #000;
  padding-top: 8rem;
}
.sec-3-1 .content{
  position: relative;
  padding-bottom: 8.5rem;
}
.sec-3-1 .content::after{
  content: "";
  display: block;
  width: 38.5rem;
  height: 66.3rem;
  background: url(../images/sec-3-img.png) center bottom no-repeat;
  background-size: contain;
  position: absolute;
  right: 5rem;
  visibility: hidden;
  bottom: 0;
}
.sec-3-1 h2 img{
  width: 63.2rem;
  margin-bottom: 4rem;
}
.sec-3-1 .box-1{
  width: 50rem;
  padding: 3rem 0 3.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  position: relative;
}
.sec-3-1 .box-1::after{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 1.4rem);
  position: absolute;
  top: -0.8rem;
  left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.sec-3-1 .box-1 h3{
  font-family: 'Hind', sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
}


.sec-5{
  background: #002b62;
  padding: 6rem 0 5rem;
  position: relative;
}
.sec-5 h2 img{
  width: 70rem;
  margin: 0 auto 5rem;
}
.sec-5 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:6rem;
}
.sec-5 ul li{
  display: block;
  width: 31.5%;
  background-color: #fff;
  border-radius: 1rem;
  padding-bottom: 3rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  position: relative;
  filter: drop-shadow(1px 1px 3px hsla(0, 0%, 0%, 0.06));
}
.sec-5 ul li img.step{
  width: 6rem;
  position: absolute;
  left: 1.6rem;
  top: -1rem;
}
.sec-5 ul li img.image{
  border-radius: 1rem 1rem 0 0;
  margin-bottom: 2.5rem;
}
.sec-5 img.sec-5-txt1{
  width: 100rem;
  position: absolute;
  bottom: -24rem;
  left: 50%;
  transform: translateX(-50%);
}


.sec-6{
  background: url(../images/sec-6-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 24.5rem 0 4rem;
}
.sec-6 img.sec-6-img{
  width: 84rem;
  margin: 0 auto;
}


footer{
  background-color: #222;
  color: #fff;
  padding: 2.5rem 0;
  font-family: 'Hind', sans-serif;
  font-size: 1.4rem;
  text-align: center;
}

footer a{
    color: #fff;
}



/* ヘッダー動き */
.fade-1,.fade-2,.fade-3,.fade-4{
  opacity: 0;
  transition: 1s;
}
.fade-1{
  transform: translateY(2em);
  transition-delay: 0.5s;
}
.fade-2{
  transform: translateY(2em);
  transition-delay: 1s;
}
.fade-3{
  transform: scale3d(1.1);
  transition-delay: 1.5s;
}
.fade-4{
  transform: scale3d(1.1);
  transition-delay: 2s;
}

.fade-1.load,.fade-2.load,.fade-3.load,.fade-4.load{
  opacity: 1;
  transform: translate(0);
}


/* スクロールしてふわっと表示 */
.fadein,.fadeinleft,.fadeinright,.fadeinbottom,.fadeinbig {
  opacity: 0;
  transition: 1s;
}
.fadeinleft {
  transform: translateX(2em);
}
.fadeinright {
  transform: translateX(-2em);
}
.fadeinbottom {
  transform: translateY(2em);
}
.fadeinbig{
	transform: scale3d(1.05);
}

.fadein.scrollin,.fadeinleft.scrollin,.fadeinright.scrollin,.fadeinbottom.scrollin,.fadeinbig.scrollin {
  opacity: 1;
  transform: translate(0);
}

@media (min-width: 769px){
.count2.scrollin {
  transition-delay: 0.2s;
}
.count3.scrollin {
  transition-delay: 0.4s;
}
}


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


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  transition: all 0;
  background: linear-gradient(to right bottom,#0B2245,#092E61);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 20.8rem;
}
@keyframes logo-loading {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}


/* ページトップ */
#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: #203c5f;
}
#pagetop a img {
  width: 16px;
}

.blue{
    color:#1441a4;
}
.red{
    color:#ec0000;
}
.mark{
    background: #fff000;
}



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


.sp-big1{ font-size: 1.8rem;line-height: 1.5; }
.sp-big2{ font-size: 1.8rem; }
.sp-big3{ font-size: 1.6rem; }
.maker1,.maker2,.maker3{
  color: #fff;
  padding: 0 0.6rem 0.15em;
  margin: 0 0.1em 0 0;
}



img.logo {
  width: 12rem; /* 必要に応じてサイズを調整 */
  margin-left: 0.5rem;
  margin-top: 1rem;
}
header h1 img{
  width: 90%;
}


.cta{
  background: url(../images/sp/cta-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 2rem 0 3rem;
}
.cta h2{
  font-size: 2rem;
  margin-bottom: 2rem;
}
.cta p{
  font-size: 1.6rem;
  text-align: center;
}
.cta h2::before,
.cta h2::after{
  width: 2.8rem;
  height: 2.4rem;
  top: 0.1em;
}
.cta h2::before{
  left: -4.2rem;
}
.cta h2::after{
  right: -4.2rem;
}
.cta input[type=mail]{
  width: 100%;
  line-height: 6rem;
  font-size: 1.5rem;
  margin: 1.5rem auto 1rem;
}
.cta button{
  display: block;
  background: none;
  border: none;
  width: 68.4rem;
  margin: 0 auto;
}


.sec-1 h2{
  padding: 2.5rem 0 2.5rem;
}
.sec-1 h2::before{
  height: 1rem;
  bottom: -1rem;
}
.sec-1 h2 img{
  width: 28.6rem;
}

.sec-1 .wrap{
  padding-top: 2rem;
}
.sec-1 .wrap::before{
  height: 44rem;
  background: url(../images/sp/sec-1-bg.jpg) center center no-repeat;
  background-size: cover;
}


.sec-2{
  padding: 0rem 0 3rem;
}
.sec-2 .box-1{
  padding: 2rem 0 3rem;
}
.sec-2 h2 img{
  width: 100%;
  margin: 0 auto 1rem;
}
.sec-2 .box-1 .inner{
  padding: 0 1.6rem;
}
.sec-2 .box-1 img.image{
  margin: 3rem 0;
}


.sec-3-1{
  background: url(../images/sp/sec-3-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4.5rem 0 4rem;
}
.sec-3-1 .content{
  padding-bottom: 0;
}
.sec-3-1 .content::after{
  content: none;
}
.sec-3-1 h2 img{
  width: 32.4rem;

  margin-bottom: 4rem;
}
.sec-3-1 .box-1{
  width: 100%;
  padding: 2.5rem 0 3rem;
  margin-top: 0.7rem;
}
.sec-3-1 .box-1 h3{
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}

.sec-3-2{
  padding: 4.5rem 0;
}
.sec-3-2 h3{
  font-size: 1.6rem;
  padding-left: 1.6rem;
  margin: 4rem 0 1.5rem;
}
.sec-3-2 h3::after{
  width: 0.8rem;
}
.sec-5{
  padding: 3rem 0 4rem;
}
.sec-5 h2 img{
  width: 32.4rem;
  margin: 0 auto 3rem;
}
.sec-5 ul{
  display: block;
}
.sec-5 ul li{
  width: 100%;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  font-size: 1.6rem;
}
.sec-5 ul li img.image{
  margin-bottom: 1.5rem;
}
.sec-5 img.sec-5-txt1{
  width: 92%;
  bottom: -14rem;
}


.sec-6{
  background: url(../images/sp/header-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 15.5rem 0 2rem;
}
.sec-6 img.sec-6-img{
  width: 100%;
}

.media-grid {
  grid-template-columns: 100%;
}


footer{
  padding: 2rem 0;
  font-size: 1.2rem;
}
footer a{
    color: #fff;
}

#loading img {
  width: 12.6rem;
}

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


 /* レター */
.message{
  background: linear-gradient(165deg, #02092a, #041c4a, #0c2c6c, #193d90);
  padding: 4rem 0 6rem;
}
.message .bgw{
  background: #fff;
  padding: 4rem 0rem;
  text-align: center;
  font-size:2rem;
}
.message .sign{
    width:14rem;
    margin:2rem auto;
}
.message .btn{
    animation: pulse 1s infinite; 
    width: 62rem;
    margin:3rem auto 5rem;
}
.sec-5 .txt{
  background: #fff;
  padding: 8rem;
  text-align: left;
  font-size:2rem;
}

.sec-bonus .wrap{
  padding-top: 6rem;
  position: relative;
}
.sec-bonus .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 62.5rem;
  background: url(../images-letter/bonus.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.tac{
    text-align: center;
    margin: 0rem auto 3rem;
}

.sec-letter .wrap{
  padding-top: 6rem;
  position: relative;
}
.sec-letter .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 62.5rem;
  background: url(../images-letter/cta.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.sec-letter .box-1{
  background-color: #fff;
  padding: 0rem 0 7rem;
  position: relative;
}
.sec-letter .box-1::before{
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background: linear-gradient(to right bottom,#216CDC,#3231AB);
  position: absolute;
  top: 0;
  left: 0;
}
.sec-letter h2 img{
  margin-bottom: 6rem;
}
.sec-letter .box-1 .inner{
  padding: 0 8rem;
}
.sec-letter .box-1 img.image{
  margin: 5rem 0;
}
.sec-letter .btn{
    animation: pulse 1s infinite; 
    width: 62rem;
    margin:1rem auto 0rem;
}
.before .wrap{
  padding-top: 6rem;
  position: relative;
}
.before .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 82.5rem;
  background: url(../images-letter/cta.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 768px){
.message{
  background: linear-gradient(165deg, #02092a, #041c4a, #0c2c6c, #193d90);
  padding: 2rem 0 4rem;
}
.message .bgw{
  background: #fff;
  padding: 3rem 0rem;
  text-align: center;
  font-size:1.4rem;
}
.message .sign{
    width:12rem;
    margin:2rem auto 0;
}
.message .btn{
    animation: pulse 1s infinite; 
    width: 99%;
    margin:2rem auto 3rem;
}
.sec-5 .txt{
  background: #fff;
  padding: 2rem;
  text-align: left;
  font-size:1.4rem;
}
.sec-bonus .wrap{
  padding-top: 0rem;
  position: relative;
}
.sec-bonus .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 62.5rem;
  background: url(../images-letter/bonus.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.tac{
    text-align: center;
    margin: 0rem auto 3rem;
    font-size:1.1rem;
}
.sec-letter .wrap{
  padding-top: 6rem;
  position: relative;
}
.sec-letter .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 62.5rem;
  background: url(../images-letter/cta.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.sec-letter .box-1{
  background-color: #fff;
  padding: 3rem 0 3rem;
  position: relative;
}
.sec-letter .box-1::before{
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background: linear-gradient(to right bottom,#216CDC,#3231AB);
  position: absolute;
  top: 0;
  left: 0;
}
.sec-letter h2 img{
  margin-bottom: 1rem;
}
.sec-letter .box-1 .inner{
  padding: 0 2rem;
}
.sec-letter .box-1 img.image{
  margin: 5rem 0;
}
.sec-letter .btn{
    animation: pulse 1s infinite; 
    width: 90%;
    margin:1rem auto 0rem;
}
.before .wrap{
  padding-top: 2rem;
  position: relative;
}
.before .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 42.5rem;
  background: url(../images-letter/cta.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
}