@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html,body{
	font-family: "Inter", 'Noto Sans JP', "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: #1a1a1a;
	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; }

.KozukaMinchoPr6N-R{
  font-family: "kozuka-mincho-pr6n", serif;
  font-weight: 400;
  font-style: normal;
}
.KozukaMinchoPr6N-B{
  font-family: "kozuka-mincho-pr6n", serif;
  font-weight: 700;
  font-style: normal;
}

.box{
    background:#f7f7f7;
    padding:2rem;
}
small{
    font-size: 60%;
    opacity:0.4;
}

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

h3{
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-bottom:1px solid #999;
}
.video{
    width: 100%;
    height: 580px;
    margin-top:3rem;
    margin-bottom:3rem;
}  
@media (max-width: 768px) {
.video{
    width: 100%;
    height: 20rem;
    margin-top:0rem;
    margin-bottom:3rem;
}  
}

.name{
    color:#fff;
    background:#00a397;
    padding:0.4rem 1rem;
    border-radius:10rem;
}

.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: bold;
  color: #004694;
}
.inner b.big{
  font-size: 200%;
}

.bank-payment{
  margin: -1rem auto 2.5rem;
  text-align: center;
  padding: 1.5rem;
  border: 1px solid #000;
  width: 55%;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.bank-payment:hover{
  background-color: #f3f3f3;
  opacity: 0.9;
}

header{
    background:#fff;
}

header h1 img,
.interval img{
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
}


.cta{
  background: #fce2eb;
  margin: 1.4rem;
  padding:4rem;
  border-radius:2rem;
  text-align: center;
  overflow: hidden;
}
.cta img.cta-txt{
  width: 78rem;
  margin: 0 auto 1rem;
}
.cta input[type="text"]{
  width: 33.7%;
  margin: 1.5rem auto 0rem;
  border-radius: 2rem;
  border:3px solid #e1e1e1;
  background:#ffffff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 7rem;
  font-family: "kozuka-mincho-pr6n", serif;
}
.cta input[type="email"]{
  display: block;
  width: 64rem;
  margin: 1.5rem auto 1rem;
  border-radius: 2rem;
  border:3px solid #e1e1e1;
  background:#ffffff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 7rem;
  font-family: "kozuka-mincho-pr6n", serif;
}
.cta button{
  display: block;
  border: none;
  background: none;
  width: 50rem;
  margin: 0 auto 3rem;
  transition: 0.2s;
}
.cta button:hover{
  opacity: 0.7;
}
.btn{
  display: block;
  border: none;
  background: none;
  width: 62rem;
  margin: 2rem auto 1rem;
  transition: 0.2s;
  animation: pulse 1s infinite;
}
.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); }
}

p.attention{
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  opacity:0.5;
  margin: 0 16%;
}

.scroll {
    overflow:auto;
    width:100%; height:300px;
    padding:20px;
    font-size:1.6rem;
    border:1px dotted #ddd;
    border-radius:1.6rem;
    background: #fafafa;
    margin-bottom:3rem;
}

.scroll2 {
  overflow: auto;
  width: 100%;
  height: 180px;
  padding: 5px 20px;
  font-size: 1.6rem;
  border: 1px dotted #ddd;
  border-radius: 1.6rem;
  background: #fafafa;
  margin-bottom: 2rem;
  text-align: left;
  letter-spacing: 0.1rem;
}

.youtube-btn{
  display: block;
  border: none;
  background: none;
  width: 52rem;
  margin: 1rem auto 2rem;
}
.youtube-btn:hover{
  opacity: 0.7;
}

.flower-bg{
  background: url(../images/bg-2.jpg) top center no-repeat !important;
  background-size: cover !important ; 
  /* color:  #ffff;
  padding:10px 20px 60px; */
}

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

/* Scoped styles — rename class if you want to avoid conflicts with other styles */
.check-list { margin: 0; padding: 0; }

.check-item {
  display: flex;
  align-items: flex-start; /* Align the icon with the first line of the text */
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea; /* Replace with hr */
  font-size: 18px;
  line-height: 1.6;
}

/* Fixed icon size so it doesn't stretch when text wraps */
.check-item i {
  flex-shrink: 0;
  width: 22px; /* Adjust icon width as needed */
  margin-top: 5px; /* Align the icon with the first line of the text */
  text-align: center;
}

.p-list {
  /* margin-top: 0; */
  margin-bottom: 10px;
}

/*------------ School grid ---------------*/
.school-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 752px;
  margin: 0 auto;
}

/* card */
.card {
  border: 1px solid #333;
  background: #fff;
}

/* full width (แถวแรก) */
.card.full {
  grid-column: span 2;
}

/* header */
.card-header {
  background: #f6eab0;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #333;
  font-size: 1.8rem;
}

/* body */
.card-body {
  padding: 12px;
  text-align: center;
  line-height: 1.8;
  font-size: 1.6rem;
}

/*---------------------------*/

.info-table-wrap {
  max-width: 800px;
  margin: 0 auto;
}

/* table */
.info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

/* line */
.info-table th,
.info-table td {
  border: 1px solid #333;
  padding: 12px;
}

/* leftside (title) */
.info-table th {
  background: #2f5fb3; 
  color: #fff;
  width: 45%;
  text-align: left;
  font-weight: bold;
}

.right-title th {
  text-align: right;
}

/* rightside */
.info-table td {
  background: #fff;
}

/* note */
.info-table .note td {
  text-align: center;
  font-size: 80%;
  /* background: #f5f5f5; */
  border-left: none;
  border-right: none;
  border-bottom: none;
}
/*---------------------------*/


/*-------- Bonus Area -------*/
.container-2 {
    max-width: 880px;
    margin: auto;
    background: #fff;
    border: 1px solid #ccc;
  }

  /* Benefit Header */
  .benefit {
    background: #0068B7;
    padding: 12px 16px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    color: #fff;
  }

  /* Bonus Section */
  .bonus {
    padding: 20px;
  }

  .title {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
  }

  .text {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
  }

  .list {
    margin: 10px 0 10px 15px;
  }

  .list li {
    margin-bottom: 5px;
  }

  hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0;
  }

/*---------------------------*/

.sec-2{
  background: #ffffff;
  padding:4rem 0 4rem;
}
.tac{
    text-align: center;
}
.sec-3{
  background: #a7d7ff;
  padding:2rem 0;
  font-size:1.6rem;
}

.sec-4{
  background: url(../images/bg_2.jpg) center top no-repeat #fff;
  background-size: cover;
  padding: 7rem 0 9rem;
  color:#ffffff;
   text-align: center;
}
.ct {text-align: center;}

.sec-5{
  background: #fff;
  padding: 2rem 0 2rem;
  position: relative;
  color:#111;
  font-size:1.6rem;
  letter-spacing: 0.1rem;
}
.sec-5 h2 img{
  width: 72.8rem;
  margin: 0 auto 5rem;
}
.sec-5 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:1rem;
}
.sec-5 ul li{
  display: block;
  width: 48%;
  border-radius: 1rem;
  padding-bottom: 0rem;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.1rem;
}
.sec-5 .name{
  color:#040b00;
  font-size:2rem;
  font-weight: bold;
  margin-bottom:2rem;
}
.sec-5 .name span{
  font-size:2rem;
  }
.sec-5 .name span small{
  font-size:1.2rem;
  }
.sec-5 .sub{
  color:#040b00;
  font-size:1.2rem;
  margin-top:2rem;
}

.waku{
   border:1px solid #fff;
    padding:2rem;
    border-radius:10px;
    margin: 3rem 0;
}
.sec-6{
  background: url(../images/bg_jec.jpg) center top no-repeat #fff;
  background-size: cover;
  padding: 7rem 0 9rem;
  color:#ffffff;
   text-align: center;
}

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


footer{
  background: #1253A4;
  color: #aaa;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  padding: 2.5rem 0 4rem;
}
footer img{
  width:64rem;
  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){ */
@media (min-width: 751px){
.sp{ display: none !important; }

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

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

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

.content-cta{
  width: 100%;
	max-width: 940px;
  padding: 50px 50px;
	margin: 0 auto;
  border-radius:18px
}

.radius-box{
  border-radius:18px;
}
.pd-center{
  padding: 6rem;
}
.pd-4{
  padding: 0rem 4rem;
}
.pd-6{
  padding: 0rem 6rem;
}
.pd-8{
  padding: 0rem 8rem;
}
.pd-14{
  padding: 0rem 16rem;
}
.pd-16{
  padding: 0rem 16rem;
}
.pd-30{
  padding: 0rem 30rem;
}

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

html{ font-size: 0.9vw; }

.content{
  padding: 0 4.54%;
}

.content-2{
  padding: 0 4.54%;
}

.content-cta{
  padding: 0 4.54%;
}


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




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

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

.content{
	width: 100%;
	padding: 0 5%;
}
.content-2{
	width: 92%;
	padding: 0 2%;
  margin: auto;
}

.content-cta{
  width: 100%;
  margin: auto;
  padding: 10px 0;
  border-radius: 2rem;
}


.bank-payment{
  margin: 2rem auto 2.5rem;
  text-align: center;
  padding: 1rem;
  border: 1px solid #000;
  width: 70%;
  font-size: 80%;
}

.radius-box{
  border-radius:10px;
}
.pd-4{
  padding: 0rem 4rem;
}
.pd-5{
  padding: 0rem 5rem;
}
.mobile-pd{
  width: 90%;
  margin: auto;
}

h2.h2-1 {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  padding-top: 1rem;
}
h2.h2-1::before {
  width: 2.7rem;
  height: 0.22rem;
}
h3{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-bottom:1px solid #999;
}

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

.inner {
  padding: 2rem 6%;
}

/* mobile-specific tweaks */
.check-item { 
  padding: 8px 0; font-size: 14px; 
}

/*------------ School grid ---------------*/
.school-grid {
  grid-template-columns: 1fr;
}

.card.full {
  grid-column: span 1;
}

.container{
  padding: 0 5%;
}
/*---------------------------*/

/*------------ table ---------------*/
/* .info-table,
.info-table tbody,
.info-table tr,
.info-table th,
.info-table td {
  font-size: 1.3rem;
} */

.info-table tr {
  margin-bottom: 12px;
  /* border: 1px solid #333; */
}

/* .info-table th {
  border-bottom: none;
}

.info-table td {
  border-top: none;
} */

.info-table .note td {
  border-left: none ; 
  border-right: none ;
  border-bottom: none ;
}
/*---------------------------*/

.container-2 {
  padding: 0 0;
}

.title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.cta{
  background: #fce2eb;
  margin: 0rem;
  padding: 1.5rem;
  border-radius:0rem;
  text-align: center;
  overflow: hidden;
}

.cta h2 img {
  width: 30.6rem;
  margin: 0 auto 3rem;
}
.cta img.cta-txt {
  width: 100%;
  margin: 0 auto 0.5rem;
}
.cta input[type="text"] {
  width: 48%;
  margin: 2rem auto -0.5rem;
  border-radius: 1rem;
  font-size: 17px;
  line-height: 2.5em;
  font-family: "kozuka-mincho-pr6n", serif;
}
.cta input[type="email"] {
  width: 98%;
  margin: 1.5rem auto -0.5rem;
  border-radius: 1rem;
  font-size: 17px;
  line-height: 2.5em;
  font-family: "kozuka-mincho-pr6n", serif;
}
.btn{
  width: 95%;
  margin: 2rem auto 1rem;
  transition: 0.2s;
  animation: pulse 1s infinite;
}
p.attention{
  display: inline-block;
  text-align: left;
  font-size: 1.2rem;
  line-height:1.8rem;
  padding:0 0rem;
  margin: 0;
}


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

.sec-2{
  background: #fff;
  padding: 4rem 0 1rem;
}
.sec-2 .sec-2-img {
  margin: 3rem 0;
}

.sec-2 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:0rem;
}
.sec-2 ul li{
  display: block;
  width: 48%;
  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.8rem;
    font-weight: bold;
    margin: 2rem 0 1rem;
}
.sec-2 ul li .name2{
    font-size: 1.8rem;
    font-weight: bold;
    line-height:1.2rem;
    margin: 2rem 0 1rem;
}
.scroll {
		overflow:auto;
		width:100%; height:300px;
		padding:8px;
        border:1px dotted #ddd;
        border-radius:8px;
        background: #fafafa;
        margin-bottom:3rem;
}

.scroll2 {
  overflow: auto;
  width: 100%;
  height: 180px;
  padding: 5px 20px;
  font-size: 1.3rem;
  border: 1px dotted #ddd;
  border-radius: 1.6rem;
  background: #fafafa;
  margin-bottom: 2rem;
  text-align: left;
  letter-spacing: 0.1rem;
}

.sec-4{
  background: url(../images/bg_2_sp.jpg) center no-repeat;
  background-size: cover;
  padding: 4.5rem 0;
  text-align: left;
}

.sec-3 {
  background: #a7d7ff;
  padding:0.1rem 0 0rem;
  font-size:1.4rem;
}
.sec-3 img{
    margin:2rem auto 2rem;
    border-radius:10px;
}

.ct {text-align: center;}

.sec-5{
  background: #fff;
  padding: 2rem 0 2rem;
  position: relative;
  color:#111;
  font-size:1.6rem;
  letter-spacing: 0.1rem;
}

.sec-5 h2 img{
  width: 72.8rem;
  margin: 0 auto 5rem;
}
.sec-5 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:1rem;
}
.sec-5 ul li{
  display: block;
  width: 48%;
  border-radius: 1rem;
  padding-bottom: 0rem;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.1rem;
}
.sec-5 .name{
  color:#040b00;
  font-size:2rem;
  font-weight: bold;
  margin-bottom:2rem;
}
.sec-5 .name span{
  font-size:2rem;
  }
.sec-5 .name span small{
  font-size:1.2rem;
  }
.sec-5 .sub{
  color:#040b00;
  font-size:1.2rem;
  margin-top:2rem;
}

.waku{
   border:1px solid #fff;
    padding:1.2rem;
    line-height:2rem;
    border-radius:10px;
    margin: 3rem 0;
}
.sec-6{
  background: url(../images/bg_jec_sp.jpg) center top no-repeat;
  background-size: cover;
  padding: 4.5rem 0;
}

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

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

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


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

/*　timer  */
.timer{
	color: #fff000;
	font-weight: bold;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: -10px;
    padding-top: 0px;
	padding: 8px 0;
  	text-align: center;
  	line-height:3.6rem;
  	background: linear-gradient(90deg, #000d80, #00a192);
}
.yycountdown-box .yyc-hou{
  font-size:1.6em;
}
.yycountdown-box .yyc-min{
  font-size:1.6em;
}
.yycountdown-box .yyc-day{
  font-size:1.6em;
}
.yycountdown-box .yyc-sec{
  font-size:1.6em;
}
@media (max-width: 768px){
.timer{
	color: #fff000;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: -10px;
    padding-top: 0px;
	padding: 6px 0;
  	text-align: center;
  	line-height:2.8rem;
  	background: linear-gradient(90deg, #000d80, #00a192);
}
.yycountdown-box .yyc-hou{
  font-size:1.6em;
}
.yycountdown-box .yyc-min{
  font-size:1.6em;
}
.yycountdown-box .yyc-day{
  font-size:1.6em;
}
.yycountdown-box .yyc-sec{
  font-size:1.6em;
}
}

.bg-txt-white{
  background-color: rgb(255, 255, 255);
}