@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&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: #323232;
	line-height: 1.75;
	letter-spacing: 0.04em;
}
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.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: 5rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top: 0rem;
  margin-bottom: 0rem;
}
h2.h2-1::before{
  content: "";
  width: 0rem;
  height: 0rem;
  background: #A3D72A;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
h2.h2-2{
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
}
h2.h2-2 span{
  display: block;
  font-size: 1.2rem;
  margin-top: 0.8em;
}
h2.h2-3{
  font-size: 4rem;
  color: #003267;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top:40px;
}
h2.h2-3 span{
  display: block;
  font-size: 1.2rem;
  margin-top: 0.8em;
}

h4.h4-1 {
  font-size: 2.4rem;
  color: #003267;
  font-weight: 700;
  text-align: left;
}
h4.h4-1 span{
    color: #fff;
    padding:2px 8px 2px;
    border-radius:5px;
    margin-right:10px;
    background-color: #003267;
}
h4.h4-2 {
  font-size: 2.4rem;
  color: #3bbbb9;
  font-weight: 700;
  text-align: left;
}
h4.h4-2 span{
    color: #fff;
    font-size:90%;
    padding:2px 8px 2px;
    border-radius:5px;
    margin-right:10px;
    background-color: #3bbbb9;
}
h4.h4-3 {
  font-size: 2.2rem;
  color: #2993c5;
  font-weight: 700;
  text-align: left;
  padding-bottom:10px;
}
h4.h4-4 {
  font-size: 2.4rem;
  color: #2993c5;
  font-weight: 700;
  text-align: left;
  padding-bottom:10px;
}
h4.h4-4 span{
    color: #abd9e0;
    font-size:80%;
    padding:0;
    border-radius:5px;
    margin-right:10px;
}
h4.h4-5 {
  font-size: 3.2rem;
  color: #003267;
  font-weight: 700;
  line-height:3rem;
  text-align: left;
  padding-bottom:0px;
}
h4.h4-5 span{
    color: #003267;
    font-size:50%;
    padding:0;
    border-radius:5px;
    margin-right:10px;
}


.box-shabow{
  max-width: 92rem;
  margin: 0 auto;
  background: #fff;
  border-radius:15px;
  box-shadow: 0 0 7rem rgba(0,0,0,0.1);
}

.box-shabow .h2-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 19.6rem;
}
.box-shabow .h2-wrap h2.h2-1{
  margin-bottom: 0;
}
.cta .box-shabow .h2-wrap{
  background: url(../images/cta-h2-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sec-1 .box-shabow .h2-wrap{
  background: url(../images/sec-1-h2-bg.jpg) center center no-repeat;
  background-size: cover;
}
.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.item1{
  background: url(../images/sec-4-h2-1-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sec-4 .box-shabow .h2-wrap.item2{
  background: url(../images/sec-4-h2-2-bg.jpg) center center no-repeat;
  background-size: cover;
}

.inner{
  padding: 5rem 8rem 6rem;
}
.inner strong{
  font-size: 120%;
  font-weight: 700;
}
em{
  color: #dd2f49;
  font-style: normal;
  font-weight: 700;
}
.big{
  font-size:180%;
}
.small{
  font-size:80%;
}
.mark{
    background: linear-gradient(transparent 60%, #fffa6f 40%);
}

header h1 img,
.interval img{
  width: 100%;
}


.cta{
  background: #fff;
  padding: 0 0 4rem;
  text-align: center;
}
.cta h2 img{
  width: 69.3rem;
  margin: 0 auto 4rem;
}
.cta img.cta-txt{
  width: 27.2rem;
  margin: 0 auto 3rem;
}
.cta input[type="email"]{
  display: block;
  width: 60rem;
  margin: -2rem auto 2rem;
  border-radius: 0.8rem;
  border: 2px solid #C1C1C1;
  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;
    animation: pulse 1s infinite;

}
.cta button:hover{
  opacity: 0.7;
}
.cta p.attention{
  display: inline-block;
  text-align: left;
  font-size: 1.2rem;
  margin-bottom:40px;
  padding:0 2rem;
}
@media (max-width: 768px){
.cta p.attention{
  font-size: 1rem;
  }
}
.color{
  color: #29abe2;
}
.cta .btn{
  display: block;
  border: none;
  background: none;
  width: 50rem;
  margin: 0 auto 3rem;
  transition: 0.2s;
    animation: pulse 1s infinite;
}
.cta .btn:hover{
  opacity: 0.7;
}


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

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


.sec-2,
.sec-4{
  background: #F0F4F7;
  padding: 4rem 0;
}
.sec-2 .sec-2-img{
  width:100%;
  margin: 4rem 0;
}


.sec-3{
  background: url(../images/sec-3-bg.png) center center;
  background-size: 15rem auto;
  padding: 11rem 0 8rem;
}
.sec-3 ul{
  margin-top: 9rem;
}
.sec-3 ul li{
  display: block;
  width: 100%;
  height: 29.7rem;

  margin-bottom: 6rem;
  overflow: hidden;
   border-radius:30px;
}
.sec-3 ul li .h3-wrap{
  width: 49.6rem;
  background: #fff;

  box-shadow: 0 0 0rem rgba(0,0,0,0.2);
  text-align: center;
  height: 29.7rem;
  padding: 8rem 0 4rem;
}
.sec-3 ul li .h3-wrap h3{
  font-size: 2.8rem;
  margin-bottom: 1.2rem;
}
.sec-3 ul li .h3-wrap h3 b{
  font-size: 120%;
  font-weight: 700;
  color: #FF2C57;
}
.sec-3 ul li .h3-wrap .note{
  font-size: 1.2rem;
}
.sec-3 ul li:nth-child(2n-1) .h3-wrap{
  float: right;
}
.sec-3 ul li.li-1{
  background: url(../images/sec-3-img1.jpg) left center no-repeat;
  background-size: contain;
}
.sec-3 ul li.li-2{
  background: url(../images/sec-3-img2.jpg) right center no-repeat;
  background-size: contain;
}
.sec-3 ul li.li-3{
  background: url(../images/sec-3-img3.jpg) left center no-repeat;
  background-size: contain;
  margin-bottom: 6rem;
}
.sec-3 p{
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}


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


footer{
  background: #222;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  padding: 2.5rem 0;
}
footer a{
  color: #fff;
}




/* ボタン用アニメーション */
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: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #172C57;
  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;
}

.fl {
    float:left;
    width:220px;
    padding-right:30px;
    padding-bottom:20px;
}

.fr {
    float:right;
    width:500px;
    padding-left:30px;
    padding-bottom:20px;
}

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




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

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

.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.55vw; }
body{ font-size: 15px; }

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


h2.h2-1 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  padding-top: 0rem;
}
h2.h2-1::before {
  width: 0rem;
  height: 0rem;
}
h2.h2-2 {
  font-size: 2rem;
  line-height:2.6rem;
  padding-top: 0.8rem;
}
h2.h2-2 span {
    font-size: 1rem;
    margin-top: 0.1em;
}
h2.h2-3{
  font-size: 2rem;
  color: #003267;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-top:40px;
}
h2.h2-3 span{
  display: block;
    font-size: 0.8rem;
  margin-top: 0.2em;
}
h4.h4-1 {
  font-size: 1.7rem;
  color: #003267;
  font-weight: 700;
  text-align: left;
}
h4.h4-1 span{
    color: #fff;
    font-size:90%;
    padding:2px 6px 2px;
    border-radius:3px;
    margin-right:6px;
    background-color: #003267;
}
h4.h4-2 {
  font-size: 1.7rem;
  color: #3bbbb9;
  font-weight: 700;
  text-align: left;
}
h4.h4-2 span{
    color: #fff;
    font-size:90%;
    padding:2px 6px 2px;
    border-radius:3px;
    margin-right:6px;
    background-color: #3bbbb9;
}
h4.h4-3 {
  font-size: 1.7rem;
  color: #2993c5;
  font-weight: 700;
  text-align: left;
  padding-bottom:10px;
}
h4.h4-4 {
  font-size: 1.6rem;
  color: #2993c5;
  font-weight: 700;
  text-align: left;
  padding-bottom:10px;
}
h4.h4-4 span{
    color: #abd9e0;
    font-size:80%;
    padding:0;
    border-radius:5px;
    margin-right:10px;
}
h4.h4-5 {
  font-size: 2rem;
  color: #003267;
  font-weight: 700;
  line-height:2rem;
  text-align: left;
  padding-bottom:0px;
}
h4.h4-5 span{
    color: #003267;
    font-size:50%;
    padding:0;
    border-radius:5px;
    margin-right:10px;
}




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

.inner {
  padding: 2rem 5% 3rem;
}


.cta {
  padding: 0 0 2rem;
}
.cta h2 img {
  width: 30.6rem;
  margin: 0 auto 3rem;
}
.cta img.cta-txt {
  width: 18.6rem;
  margin: 0 auto 1.5rem;
}
.cta input[type="email"] {
  width: 90%;
  margin: -1rem auto 1rem;
  border-radius: 6px;
  font-size: 16px;
  line-height: 3.5em;
}
.cta button {
  width: 90%;
  margin: 0 auto 2rem;
    animation: pulse 1s infinite;

}

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

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

.cta .box-shabow .h2-wrap{
  background: url(../images/sp/cta-h2-bg.jpg) center center no-repeat;
  background-size: cover;
}

.sec-1 .box-shabow .h2-wrap{
  background: url(../images/sp/sec-1-h2-bg.jpg) center center no-repeat;
  background-size: cover;
}
.sec-2,
.sec-4 {
  padding: 2rem 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-3 {
  background: #172C57;
  padding: 5rem 0;
}
.sec-3 ul {
  margin-top: 0;
}
.sec-3 ul li {
  height: auto;
  width: 100%;
  padding: 13rem 0 0;
  margin-bottom: 3rem;
}
.sec-3 ul li .h3-wrap {
  width: 100%;
  padding: 1.4rem 0 2rem;
  height: auto;
}
.sec-3 ul li .h3-wrap h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.sec-3 ul li.li-1{
  background: url(../images/sp/sec-3-img1.jpg) left top no-repeat;
  background-size: 100% auto;
}
.sec-3 ul li.li-2{
  background: url(../images/sp/sec-3-img2.jpg) right top no-repeat;
  background-size: 100% auto;
}
.sec-3 ul li.li-3{
  background: url(../images/sp/sec-3-img3.jpg) left top no-repeat;
  background-size: 100% auto;
  margin-bottom: 3rem;
}
.sec-3 p {
  font-size: 1.6rem;
  text-align: left;
}

.fl {
    float:right;
    width:40%;
    padding-left:20px;
    padding-right:0px;
    padding-top:22px;
    padding-bottom:20px;
}

.fr {
    float:right;
    width:100%;
    padding-left:0px;
    padding-bottom:20px;
}

.step {
  padding: 4.5rem 0 3.5rem;
}


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




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



