@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
font-size:100%;
}


figure {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%; }

img {
  vertical-align:bottom;
  max-width: 100%;
	height: auto;

}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
main p,main dl {

    line-height: 185%;
}

main {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	background: white;

}

.center {
	text-align: center;
}


main img {
	max-width: 100%;
}
main h1 {
	position: relative;
}

main h1 p {
	color: white;
	background: #dd3546;
	padding:1% 2%;
	font-size: 16px;
	text-align: center;
}

.pos {
	position: relative;
}
.ab {
	position: absolute;
	top: 0;
	left: 0;
}
footer {
	background:url("../images/foot_bk.png") no-repeat #004ea2;
	text-align: center;
	background-position: 98% bottom;
	padding: 5% 0;
}
footer small {
	color: white;
	font-size: 14px;
	font-weight: normal;
}
footer ul {
	margin:0 0 4%;
}

footer ul li {
	display: inline-block;
	margin: 0 3%;
}
footer ul a {
	color: white;
	font-size: 24px;
	text-decoration: none;
	font-weight: normal;
}

.ct_btn {
	text-align: center;
	margin: 0 auto;
	width: 90%;
}

.fv a {
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom:3%;
}





.tab-container.price {
    display: flex;
    flex-wrap: wrap;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 3%;
    width: 86%;
}

.price_tab {
  font-weight: 500;
  text-align:center;
  width: calc(94% / 2);
  padding:15px 10px;
	margin:0 1.5% 4.5%;
  background-color: #9f9f9f;
  cursor: pointer;
	border-radius: 5px;
box-shadow: 0 10px 0 rgba(119, 119, 119, 1);
}


.price_tab.price_active {
  background-color:#00479f;
box-shadow: 0 10px 0 rgba(0, 53, 118, 1);
}



.price_content {
  display: none; /*必須*/
}
.price_content.show {
  display: block; /*必須*/
}




.tab-container {
  display: flex;
  flex-wrap: wrap;
	margin-top: 1%;
}

.tab {
  font-weight: 500;
  text-align:center;
  width: calc(98% / 3);
  padding:25px 10px;
  background-color: #9f9f9f;
  cursor: pointer;
}

.tab:nth-of-type(2) {
	margin: 0 1%;
}

.tab img {
  filter: brightness(0) invert(1);
}


.tab.active {
  background-color:#9addff;
}

.tab.active img {
filter: none;
}


.content {
  display: none; /*必須*/
}
.content.show {
  display: block; /*必須*/
}

.feature_tp a {
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: 9%;
}


.feature ul {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: auto;
    width: 90%;
    left: 0;
    right: 0;
    top: 35%;
}

/* 各 <li> のサイズを指定（%でもpxでもOK） */
.feature ul li {
  width: 30%; /* 上3つに対して1行に収まるサイズ */
  display: flex;
  justify-content: center;
}


.more a {
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: 2.5%;
}


.flow a {
	bottom: 3.5%;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
}

.map .frame {
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
    top: 26%;
    border-radius: 15px;
	    width: 70%;
	height:470px;
}
.map .frame iframe {
	width: 100%;
	height: 68%;
}


.map a {
	bottom: 8%;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
}

.intro_btn a {
	bottom: 17%;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
}




.faq {
	background: url("../images/q_a_bk.png") repeat-y;
	background-position: center top;
	background-size: 100%;
	padding: 10% 0 3%;
}

/* 必須 */

.curriculum {
	background: url("../images/curriculum_bk.png") repeat-y;
	background-position: center top;
	background-size: cover;
	padding:0 0 3%;
}
.curriculum h3 {
	background: white;
	color: #004ea2;
	text-align: center;
	padding: 2%;
	border-radius: 50px;
	font-weight: bold;
	font-size: 32px;
	margin: 0 3% 5%;
}



.faq .accordion-content,
.curriculum .accordion-content
{
  display: none;
}


.curriculum .accordion-header {
    background:#004ea2;
    background-position: 2% center;
    background-size: 60px;
    padding: 15px 45px;
	border: 3px solid white;
	box-sizing: border-box;
    color: white;
    font-size: 40px;
	text-align: center;
	font-weight: bold;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
	line-height: 150%;
}


.curriculum .accordion-header::after {
  content: '▼';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: white;
  transition: transform 0.3s;
}

.curriculum .accordion-header.active::after {
  content: '▲';
}


.curriculum .accordion-content article {
background: white;
	padding: 5% 5% 2%;
}
.curriculum .accordion-content article dl {
	margin-bottom: 5%;
}


.curriculum .accordion-content img {
width: 100%;
}

.curriculum .accordion-header span,
.curriculum .accordion-content span{
  position: relative;
}
.curriculum .accordion-content small {
	font-size: 18px;
}

.curriculum .accordion {
	padding:0 3%;
	margin-bottom: 5%;
}

.curriculum dt {
    background:#004ea2;
    background-position: 2% center;
    background-size: 60px;
    padding: 15px 45px;
  font-size: 32px;
	text-align: center;
  color: white;
}
.curriculum table {
	width: 100%;
	box-sizing: border-box;
	 border-collapse: collapse;
}
.curriculum table th,.curriculum table td {
	border: 2px solid #004ea2;
	width: 50%;
}
.curriculum table.no_border th,.curriculum table.no_border td {
border-bottom: none;
}
.curriculum table.cols td:first-of-type {
border-right: none;
}
.curriculum table.cols td:last-of-type {
border-left: none;
}




.curriculum table th {
	background: #deedfc;
	font-weight: bold;
	padding: 10px 0;
	color:#004ea2;
	font-size: 32px;
}

.curriculum table ul {
	padding: 10px;
  list-style-type: disc;
  padding-left: 3em; /* インデント調整 */
}
.curriculum table li {
	font-size: 26px;
	line-height: 150%;
	margin: 10px 0;
}

.curriculum ul li::marker {
  color: #004ea2; /* 青い色 */
}




.faq .accordion {
	padding:0 3%;
	margin-bottom: 10%;
}


.faq .accordion-header {
    background:#004ea2;
    background-position: 2% center;
    background-size: 60px;
    padding: 15px 45px 15px 110px;
    margin: 15% 0 0;
    color: white;
    font-size: 28px;
	font-weight: bold;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
	line-height: 150%;
}

.faq .accordion-header img {
    position: absolute;
    left: 5px;
    top: -65px;
}


.faq .accordion-header::after {
  content: '▼';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: white;
  transition: transform 0.3s;
}

.faq .accordion-header.active::after {
  content: '▲';
}

.faq .accordion-content {
    background:#deedfc;
	text-align: justify;
    background-position: 4.5% 25px;
    background-size: 30px;
    padding: 25px 35px;
	    font-size: 28px;
	line-height: 160%;
}

.faq .accordion-header span,
.faq .accordion-content span{
  position: relative;
}
.faq .accordion-content small {
	font-size: 18px;
}


.slider_img {
    margin: 0 20px;
}
.slider {
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	width:90%;
}
.slider img {
	width: 100%;
}

.slick-initialized .slick-slide {
width: 450px;
}


.slick-prev {
	background: url("../images/prev.png") no-repeat;
	background-position: center;
	background-size: cover;
	width: 70px;
	height: 70px;
	left: 35px;
	z-index: 2;
}

.slick-next {
	background: url("../images/next.png") no-repeat;
	background-position: center;
	background-size: cover;
	width: 70px;
	height: 70px;
	right: 35px;
	z-index: 2;
}



@media (min-width: 1401px) {
.sp{display: none;}

main {
position: relative;
width: 32rem;
max-width: 100%;
-webkit-box-shadow: 0 0 43px rgba(63, 44, 40, 0.15);
box-shadow: 0 0 43px rgba(63, 44, 40, 0.15);
}

.pc-area {
height: 100vh;
	background: url("../images/pc_back.png") no-repeat;
	background-size: cover;
	background-position: center;
 background-attachment: fixed;
}
.pc-area:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
	background: url("../images/pc_back.png") no-repeat;
	background-size: cover;
    background-position: center top;
}

.pc-area__container {
padding-left:calc((100% - 60rem) * 0.593 + 5rem);
}

.pc-area__left {
    position: fixed;
    top: 0;
    bottom: 0;
        left: calc((100% - 102.2rem) * 0.293 + 11rem);
        width: calc((100% - 44rem) * 0.593);
        max-width: 40rem;
    padding: 0rem 0 1rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
}

	.pc_cho {
    position: fixed;
    top: 0;
		left: 0;
		width: 62vw;
	}
	.pc_left {
    position: fixed;
    top: auto;
        left: 42vw;
        width: 7%;
		bottom: 0;
	}
	.pc_right {
    position: fixed;
    top: auto;
        left: auto;
		right: 9vw;
        width: 8%;
		bottom: 0;
	}

.pc-area__right {
position: fixed;
top: 0;
bottom: 0;
right: 0;
width: calc((100% - 52.2rem) * 0.374);
padding: 4rem 1rem 1rem 2rem;
max-width: 400px;
min-width: 300px;
}

.pc-area__right a {
background: white;
display: block;
	text-align: center;
border-radius: 50px;
padding: 15px 30px;
margin-bottom: 10px;
}
.pc-area__right a:hover {
background: #00479f;
}
.pc-area__right a:hover img {
	filter: brightness(0) invert(1);
}

	
}
@media (min-width: 1801px) {
	.pc_left {
    position: fixed;
    top: auto;
        left: 48vw;
        width: 7%;
		bottom: 0;
	}
}


@media (min-width: 769px) and (max-width: 1400px)  {
	.pc-area__right,.pc-area__left,.pc_right,.pc_left,.pc_cho {
		display: none;
	}
.pc-area {
	background: url("../images/pc_back.png") no-repeat;
	background-size: cover;
	background-position: center;
 background-attachment: fixed;
}

.slider {
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	width:100%;
}
.slider img {
	width: 100%;
}

.slick-initialized .slick-slide {
width:auto;
}




}





/*---SP---*/
@media screen and (max-width: 768px){
.pc{display: none;}



main {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;

}

main img {
	max-width: 100%;
	width: 100%;
}
main h1 {
	position: relative;
}

main h1 p {
	color: white;
	background: #dd3546;
	padding:1% 2%;
	font-size: 18px;
	text-align: center;
}

.pos {
	position: relative;
}
.ab {
	position: absolute;
	top: 0;
	left: 0;
}

footer {
	background:url("../images/foot_bk.png") no-repeat #004ea2;
	text-align: center;
	background-position: 98% bottom;
	padding: 5% 0;
}
footer small {
	color: white;
	font-size: 12px;
	font-weight: normal;
}
footer ul {
	margin:0 0 4%;
}

footer ul li {
	display: inline-block;
	margin: 0 3%;
}
footer ul a {
	color: white;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

.ct_btn {
	text-align: center;
	margin: 0 auto;
	width: 90%;
}

.fv a {
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom:3%;
}





.tab-container.price {
    display: flex;
    flex-wrap: wrap;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 7%;
    width: 86%;
}

.price_tab {
  font-weight: 500;
  text-align:center;
  width: calc(94% / 2);
  padding:13px 5px;
	margin:0 1.5% 4.5%;
  background-color: #9f9f9f;
  cursor: pointer;
	border-radius: 5px;
box-shadow: 0 5px 0 rgba(119, 119, 119, 1);
}
	.price_tab img {
		width: 50%;
	}

.price_tab:first-of-type img,.price_tab:last-of-type img {
width: 30%;
}



.price_tab.price_active {
  background-color:#00479f;
box-shadow: 0 5px 0 rgba(0, 53, 118, 1);
}



.price_content {
  display: none; /*必須*/
}
.price_content.show {
  display: block; /*必須*/
}




.tab-container {
  display: flex;
  flex-wrap: wrap;
	margin-top: 1%;
}

.tab {
  font-weight: 500;
  text-align:center;
  width: calc(98% / 3);
  padding:25px 10px;
  background-color: #9f9f9f;
  cursor: pointer;
}

.tab:nth-of-type(2) {
	margin: 0 1%;
}

.tab img {
  filter: brightness(0) invert(1);
}


.tab.active {
  background-color:#9addff;
}

.tab.active img {
filter: none;
}


.content {
  display: none; /*必須*/
}
.content.show {
  display: block; /*必須*/
}

.feature_tp a {
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: 9%;
}


.feature ul {
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: auto;
    width: 90%;
    left: 0;
    right: 0;
    top: 35%;
}

/* 各 <li> のサイズを指定（%でもpxでもOK） */
.feature ul li {
  width: 28%; /* 上3つに対して1行に収まるサイズ */
  display: flex;
  justify-content: center;
}


.more a {
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
	bottom: 2.5%;
}


.flow a {
	bottom: 3.5%;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
}

.map .frame {
    overflow: hidden;
    left: 0;
    right: 0;
    margin: auto;
    top: 26%;
    border-radius: 15px;
	    width: 70%;
	height:470px;
}
.map .frame iframe {
	width: 100%;
	height:210px;
}


.map a {
	bottom: 8%;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
}

.intro_btn a {
	bottom: 17%;
	left: 0;
	right: 0;
	margin: auto;
	top: auto;
}




.faq {
	background: url("../images/q_a_bk.png") repeat-y;
	background-position: center top;
	background-size: 100%;
	padding: 10% 0 3%;
}

	.faq .center {
		width: 80%;
		margin: 0 auto 16%;
	}

/* 必須 */

.curriculum {
	background: url("../images/curriculum_bk.png") repeat-y;
	background-position: center top;
	background-size: 100%;
	padding:0 0 3%;
}
.curriculum h3 {
	background: white;
	color: #004ea2;
	text-align: center;
	padding: 2%;
	border-radius: 50px;
	font-weight: bold;
	font-size: 20px;
	margin: 0 3% 5%;
}



.faq .accordion-content,
.curriculum .accordion-content
{
  display: none;
}


.curriculum .accordion-header {
    background:#004ea2;
    background-position: 2% center;
        background-size: 60px;
        padding: 10px 25px;
        border: 1px solid white;
        box-sizing: border-box;
        color: white;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        transition: background .3s ease;
        cursor: pointer;
        position: relative;
        line-height: 150%;
}


.curriculum .accordion-header::after {
  content: '▼';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: white;
  transition: transform 0.3s;
}

.curriculum .accordion-header.active::after {
  content: '▲';
}


.curriculum .accordion-content article {
background: white;
	padding: 5% 5% 2%;
}
.curriculum .accordion-content article dl {
	margin-bottom: 5%;
}


.curriculum .accordion-content img {
width: 100%;
}

.curriculum .accordion-header span,
.curriculum .accordion-content span{
  position: relative;
}
.curriculum .accordion-content small {
	font-size: 18px;
}

.curriculum .accordion {
	padding:0 3%;
	margin-bottom: 5%;
}

.curriculum dt {
    background:#004ea2;
    background-position: 2% center;
    background-size: 60px;
    padding: 10px 25px;
  font-size: 20px;
	text-align: center;
  color: white;
}
.curriculum table {
	width: 100%;
	box-sizing: border-box;
	 border-collapse: collapse;
}
.curriculum table th,.curriculum table td {
	border: 2px solid #004ea2;
	width: 50%;
}
.curriculum table.no_border th,.curriculum table.no_border td {
border-bottom: none;
}
.curriculum table.cols td:first-of-type {
border-right: none;
}
.curriculum table.cols td:last-of-type {
border-left: none;
}




.curriculum table th {
	background: #deedfc;
	font-weight: bold;
	padding: 5px 0;
	color:#004ea2;
	font-size: 20px;
}

.curriculum table ul {
        padding: 2px;
        list-style-type: disc;
        padding-left: 2em;
}
.curriculum table li {
	font-size: 16px;
	line-height: 150%;
	margin: 5px 0;
}

.curriculum ul li::marker {
  color: #004ea2; /* 青い色 */
}






.faq .accordion {
	padding:0 3%;
	margin-bottom: 8%;
}


.faq .accordion-header {
        background: #004ea2;
        background-position: 2% center;
        background-size: 60px;
        padding: 15px 35px 15px 60px;
        margin: 12% 0 0;
        color: white;
        font-size: 22px;
        font-weight: bold;
        transition: background .3s ease;
        cursor: pointer;
        position: relative;
        line-height: 150%;
}

.faq .accordion-header img {
        position: absolute;
        left: 5px;
        top: -40px;
        width: 16%;
}


.faq .accordion-header::after {
  content: '▼';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size:15px;
  color: white;
  transition: transform 0.3s;
}

.faq .accordion-header.active::after {
  content: '▲';
}

.faq .accordion-content {
background: #deedfc;
text-align: justify;
background-position: 4.5% 25px;
background-size: 29px;
padding: 15px;
font-size: 20px;
line-height: 160%;
}

.faq .accordion-header span,
.faq .accordion-content span{
  position: relative;
}
.faq .accordion-content small {
	font-size: 13px;
}


.slider_img {
    margin: 0 20px;
}
.slider {
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	width: 100%;
}
.slick-initialized .slick-slide {
width: auto;
}

.slick-dots {
    position: absolute;
    bottom: -4%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-prev {
	background: url("../images/prev.png") no-repeat;
	background-position: center;
	background-size: cover;
	width: 30px;
	height: 30px;
	left: 15px;
	z-index: 2;
}

.slick-next {
	background: url("../images/next.png") no-repeat;
	background-position: center;
	background-size: cover;
	width: 30px;
	height: 30px;
	right: 15px;
	z-index: 2;
}


	img.sp {
		pointer-events: none;
	}


}


.fv.pos {
    position: relative;
}

.button-container {
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    z-index: 10;
    flex-wrap: nowrap; /* 常に横並び */
}
@media screen and (max-width: 499px) {
    .button-container {
        bottom: 11.8%;
    }
}

.custom-button {
    background-color: #fff;
    border: 3px solid red;
    border-radius: 10px;
    padding: 12px 8px;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
    flex: 1 1 0;           /* 均等に可変縮小 */
    min-width: 0;          /* はみ出し防止 */
    max-width: 220px;
    font-size: clamp(11px, 2.5vw, 16px); /* スマホでも文字詰まらないように */
}