body {
	color: #333333;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 400;
	overflow-x: hidden;
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #333333;
	display: inline-block;
}

li {
	list-style: none;
}

section {
	margin-bottom: 48px;
}

main {
	max-width: 375px;
	position: absolute;
	top: 0;
	left: 50vw;
	background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
	main {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 375px) {
	main {
		position: relative;
		left: 0;
		transform: translateX(0);
		width: 100%;
		max-width: none;
	}
}

.wrapper {
	max-width: 345px;
	margin: 0 auto;
}

.cta-btn {
	/* width: calc(100% - 30px); */
	min-width: 280px;
	background-color: #00BB57;
	border: 5px solid #B4F0BD;
	border-radius: 100px;
	aspect-ratio: 345/55
}

.cta-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: 18px;
}

.bg {
	background: url(../img/bg.png);
	background-size: cover;
	background-position: left top;
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: -1;
}

@media screen and (max-width: 375px) {
	.bg {
		display: none;
	}
}

.bg .bglogo {
	width: 35vw;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.bg .bglogo {
		display: none;
	}
}

header {
	height: 70px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo {
	line-height: 1;
}

header .logo img {
	height: 31px;
	width: 106px;
}

header .header-text {
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.04em;
}

.fv .fv-1 {
	position: relative;
}

.fv .fv-1 img {
	width: 100%;
}

.fv .fv-1 .fv-cta {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.fv .fv-1 .fv-cta .cta-btn {
	margin: 0 20px 4px 20px;
}

.fv .fv-1 .fv-cta .fv-text {
	text-align: right;
	font-size: 8px;
	color: #FFFFFF;
	margin: 0 15px 5px 0;
}

.fv .fv-2 {
	background-image: url(../img/fv-2.png);
	background-size: cover;
	background-position: bottom center;
	/* height: 520px; */
	aspect-ratio: 75 / 104;
}


.fv .fv-2 .fv-2-text {
	padding: 0 15px;
	color: #FFFFFF;
}

.fv .fv-2 .fv-2-text .fv-2-text-small {
	padding-top: 40px;
	line-height: 1.5;
}

.fv .fv-2 .fv-2-text .fv-2-text-big {
	padding-top: 40px;
	font-family: BIZ UDPMincho;
	font-size: 36px;
	line-height: 1.33;
	letter-spacing: 0.05em;
	text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.4);
}

.factor {
	text-align: center;
}

.factor .section-title-factor {
	text-align: center;
	margin-bottom: 24px;
}

.factor .section-title-factor .dia {
	width: 16px;
	height: 8px;
}

.factor .section-title-factor h2 {
	font-size: 24px;
	line-height: 1.3em;
}

.factor .section-title-factor .title-factor-blue {
	color: #0057A5;
}

.factor .section-title-factor .section-title-en {
	font-size: 12px;
	background: linear-gradient(180deg, #013880, #1BA0F0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: italic;
}

.factor .factor-image {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 24px;
}

.factor .factor-image img {
	width: calc((100% - 8px) / 2);
	max-width: 168.5px;
	max-height: 168.5px;
	-o-object-fit: cover;
	object-fit: cover;
	box-shadow: 0px 0px 12px 0px rgba(0, 87, 165, 0.1019607843);
}

.factor .factor-text-before,
.factor .arrow {
	margin-bottom: 24px;
}

.factor .factor-text-after p {
	font-weight: bold;
}

.factor .factor-text-after .after-gradation {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	background: linear-gradient(180deg, #013880, #1BA0F0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.aboutus {
	position: relative;
	text-align: center;
}

.aboutus .section-title {
	margin: 0 15px;
	width: calc(100% - 30px);
	height: 82px;
	border-radius: 4px;
	background-color: #EAF6FF;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.aboutus .section-title .dia {
	width: 16px;
	height: 8px;
}

.aboutus .section-title h2 {
	font-size: 18px;
	font-weight: bold;
}

.aboutus .section-title .section-title-en {
	font-size: 12px;
	background: linear-gradient(180deg, #013880, #1BA0F0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: italic;
}

.aboutus .aboutus-text {
	position: relative;
	z-index: 1;
	padding: 89px 15px 15px 15px;
	margin-top: -37px;
	color: #FFFFFF;
	background: linear-gradient(180deg, #013880, #1BA0F0);
	text-align: left;
}

.aboutus .aboutus-text .aboutus-text-big {
	font-family: BIZ UDPMincho;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 4%;
}

.aboutus .aboutus-text .aboutus-text-big .bg-blue {
	font-size: 30px;
	background-color: #0395ff;
	padding: 5px 0;
}

.aboutus .aboutus-text .aboutus-text-big .aboutus-text-span {
	font-size: 14px;
}

.aboutus .aboutus-text .aboutus-text-small {
	margin-bottom: 20px;
}

.aboutus .aboutus-text .aboutus-text-small .underline {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.aboutus .aboutus-text .aboutus-text-bg-white {
	margin-bottom: 24px;
}

.aboutus .aboutus-text .aboutus-text-bg-white p {
	display: inline-block;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #0057A5;
	padding: 4px;
	margin-bottom: 4px;
}

.aboutus .aboutus-text .aboutus-text-bg-white p:last-child {
	margin-bottom: 0;
}

.aboutus .aboutus-text .aboutus-img {
	width: 100%;
}

.pass {
	text-align: center;
	margin-bottom: 72px;
}

.pass .section-title {
	margin-bottom: 24px;
}

.pass .section-title .dia {
	margin-bottom: 4px;
	width: 16px;
	height: 8px;
}

.pass .section-title h2 {
	font-size: 14px;
	line-height: 1.5;
}

.pass .section-title .title-blue-gradation {
	font-size: 24px;
	background: linear-gradient(180deg, #013880, #1BA0F0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pass .slider-wrapper {
	margin-bottom: 24px;
	margin: 0 auto;
}

.pass .slider-wrapper .slider .slide {
	width: 80%;
	padding: 0 8px;
	margin-bottom: 24px;
	position: relative;
}

.pass .slider-wrapper .slider .slide .slide-header .slide-video {
	aspect-ratio: 16 / 9;
}

.pass .slider-wrapper .slider .slide .slide-header .slide-video iframe {
	border-radius: 4px 4px 0 0;
}

.pass .slider-wrapper .slider .slide .slide-header .youtube-container {
	position: relative;
	cursor: pointer;
	width: 100%;

}

.pass .slider-wrapper .slider .slide .slide-header .youtube-container img,
.pass .slider-wrapper .slider .slide .slide-header .youtube-container iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.pass .slider-wrapper .slider .slide .slide-header .youtube-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	background-color: #333333;
	border-radius: 50%;
	opacity: 0.8;
	transition: opacity 0.2s;
}

.pass .slider-wrapper .slider .slide .slide-header .youtube-play-button:hover {
	opacity: 1;
}

.pass .slider-wrapper .slider .slide .slide-header .youtube-play-button.youtube-play-button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-35%, -50%);
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent #fff;
}

.pass .slider-wrapper .slider .slide .slide-header .slide-student {
	width: 100%;
	height: 115px;
	background: #0057A5;
	padding: 12px 12px 24px 12px;
	color: #FFFFFF;
	text-align: left;
	border-radius: 0 0 4px 4px;
}

.pass .slider-wrapper .slider .slide .slide-header .slide-student .slide-university {
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 10px;
}

.pass .slider-wrapper .slider .slide .slide-header .slide-student .slide-university span {
	font-size: 16px;
	font-weight: bold;
}

.pass .slider-wrapper .slider .slide .slide-header .slide-student .slide-name {
	font-size: 10px;
}

.pass .slider-wrapper .slider .slide .slide-header .v-btn {
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	height: 36px;
	width: 36px;
	border-radius: 50%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1019607843);
	cursor: pointer;
}

.pass .slider-wrapper .slider .slide .slide-header .v-btn ::before {
	content: "";
	background: url(../img/triangle.png);
	width: 18px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pass .slider-wrapper .slider .slide.active .slide-student {
	border-radius: 0;
	height: 90px;

}

.pass .slider-wrapper .slider .slide.active .v-btn ::before {
	top: 42%;

	transform: translate(-50%, -50%) rotate(180deg);
}

.pass .slider-wrapper .slider .slide .slide-detail {
	width: 100%;
	background: #0057A5;
	padding: 0 12px 24px 12px;
	border-radius: 0 0 4px 4px;
}

.pass .slider-wrapper .slider .slide .slide-detail .slide-detail-text {
	background: #EAF6FF;
	padding: 10px;
	font-size: 10px;
	text-align: left;
	line-height: 1.5;
	border-radius: 4px;
	letter-spacing: 0.05em;
}

.pass .slider-wrapper .slider .slide .slide-detail .slide-detail-text span {
	font-weight: bold;
	color: #0057A5;
}

.pass .slider-wrapper .slider .hidden {
	display: none;
}

.pass .slider-wrapper .slick-dots li {
	margin: 0 2px;
	width: 10px;
	height: 10px;
}

.pass .slider-wrapper .slick-dots li button::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #D9D9D9;
	opacity: 1;
	border-radius: 50%;
}

.pass .slider-wrapper .slick-dots li.slick-active button::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #0057A5;
	opacity: 1;
	border-radius: 50%;
}

.consultation {
	position: relative;
}

.consultation .consultation-img {
	width: 100%;
}

.consultation .cta {
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translateX(-50%);
}

.consultation .cta .cta-btn {
	width: calc(100% - 40px);
	margin: 0 20px 0 20px;
}

.consultation .cta .cta-text {
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 6px;
    background: #fff;
    color: #000;
    position: relative;
    width: 176px;
    margin: 0 auto 10px;
    padding: 4px;
    border-radius: 4px;
}
.consultation .cta .cta-text::before {
content: "";
position: absolute;
	left: 50%;
    bottom: -6px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    width: 0;
height: 0;
border-style: solid;
border-color: #fff transparent transparent transparent;
border-width: 8.66px 5px 0px 5px;
}

.promises {
	margin: 0 15px;
}

.promises .section-title {
	width: 100%;
	height: 90px;
	border-radius: 4px;
	background-color: #EAF6FF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.promises .section-title .dia {
	width: 16px;
	height: 8px;
}

.promises .section-title h2 {
	font-size: 18px;
	font-weight: bold;
}

.promises .section-title .section-title-en {
	font-size: 12px;
	background: linear-gradient(180deg, #013880, #1BA0F0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: italic;
}

.promises .promises-wrapper {
	margin: 24px 0 48px 0;
}

.promises .promises-wrapper .promises-no {
	margin-bottom: 8px;
	width: 59px;
	height: 50px;
}

.promises .promises-wrapper .promises-no-title {
	margin-bottom: 24px;
}

.promises .promises-wrapper .promises-no-title p {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	background: linear-gradient(141.96deg, #013880 4.17%, #1BA0F0 96.73%);
	color: #FFFFFF;
	padding: 0 8px 2px 8px;
	margin-bottom: 4px;
}

.promises .promises-wrapper .promises-no1-img {
	text-align: center;
	margin-bottom: 24px;
}

.promises .promises-wrapper .promises-no-text {
	margin-bottom: 24px;
	font-weight: 500;
}

.promises .promises-wrapper .promises-no-text span {
	font-weight: bold;
	color: #0057A5;
	background: linear-gradient(transparent 60%, #ccddee 40%);
}

.promises .promises-wrapper .promises-content {
	background-color: #EAF6FF;
	margin-bottom: 24px;
	border-radius: 4px;
}

.promises .promises-wrapper .promises-content .promises-item {
	text-align: center;
}

.promises .promises-wrapper .promises-content .promises-item .promises-item-title {
	padding: 10px 0;
	background-color: #0057A5;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
}

.promises .promises-wrapper .promises-content .promises-item .item-plan,
.promises .promises-wrapper .promises-content .promises-item .item-textbook {
	padding: 24px 0;
}

.promises .promises-wrapper .promises-content .promises-item .item-plan .promises-item-img,
.promises .promises-wrapper .promises-content .promises-item .item-textbook .promises-item-img {
	margin-bottom: 8px;
}

.promises .promises-wrapper .promises-content .promises-item .item-plan .promises-item-img1 {
	width: 182px;
}

.promises .promises-wrapper .promises-content .promises-item .item-textbook .promises-item-img2 {
	width: 186px;
}

.promises .promises-wrapper .promises-content .promises-item .item-plan .promises-item-img3 {
	width: 186px;
}

.promises .promises-wrapper .promises-content .promises-item .item-plan .promises-item-img4 {
	width: 152px;
}

.promises .promises-wrapper .promises-content .promises-item .item-plan .promises-item-img5 {
	width: 124px;
}

.promises .promises-wrapper .promises-content .promises-item .item-plan .promises-item-text p,
.promises .promises-wrapper .promises-content .promises-item .item-textbook .promises-item-text p {
	display: inline-block;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0057A5;
	padding: 4px 8px;
	margin-bottom: 4px;
}

.promises .promises-wrapper .promises-content .promises-item .item-plan .promises-item-text p:last-child,
.promises .promises-wrapper .promises-content .promises-item .item-textbook .promises-item-text p:last-child {
	margin-bottom: 0;
}

.promises .promises-wrapper .promises-content .case-card {
	margin: 0 10px 36px 10px;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1019607843);
	position: relative;
}

.promises .promises-wrapper .promises-content .case-card .case-card-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0 20px 0;
	background-color: #FFFFFF;
	border-radius: 4px;
}

.promises .promises-wrapper .promises-content .case-card .case-card-header .case-no {
	background-color: #0057A5;
	width: 60px;
	text-align: center;
	line-height: 13px;
	padding-bottom: 2px;
	color: #FFFFFF;
	border-radius: 30px;
	font-size: 10px;
	margin-bottom: 10px;
}

.promises .promises-wrapper .promises-content .case-card .case-card-header .case-name {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.promises .promises-wrapper .promises-content .case-card .case-card-header .v-btn {
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	height: 36px;
	width: 36px;
	border-radius: 50%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1019607843);
	cursor: pointer;
}

.promises .promises-wrapper .promises-content .case-card .case-card-header .v-btn ::before {
	content: "";
	background: url(../img/triangle.png);
	width: 18px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.promises .promises-wrapper .promises-content .case-card.active .v-btn ::before {
	top: 42%;
	transform: translate(-50%, -50%) rotate(180deg);
}

.promises .promises-wrapper .promises-content .case-card .case-detail {
	padding: 0 15px 24px 15px;
	background-color: #FFFFFF;
	border-radius: 0 0 4px 4px;
}

.promises .promises-wrapper .promises-content .case-card .case-detail .case-table {
	margin-bottom: 24px;
}

.promises .promises-wrapper .promises-content .case-card .case-detail .case-table .case-table-item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 55px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1019607843);
	text-align: center;
	font-weight: 500;
}

.promises .promises-wrapper .promises-content .case-card .case-detail .case-table .case-table-item:last-child {
	border-bottom: none;
	height: 90px;
}

.promises .promises-wrapper .promises-content .case-card .case-detail .case-table .case-table-item dt {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid rgba(51, 51, 51, 0.1019607843);
}

.promises .promises-wrapper .promises-content .case-card .case-detail .case-table .case-table-item dd {
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EAF6FF;
	color: #0057A5;
}

.promises .promises-wrapper .promises-content .case-card .case-detail .case-table .case-table-item dd.basic-info {
	background: linear-gradient(120.6deg, #013880 20.07%, #0067A5 81.42%);
	color: #FFFFFF;
}

.promises .promises-wrapper .promises-content .case-card .case-situation {
	margin-bottom: 24px;
}

.promises .promises-wrapper .promises-content .case-card .case-situation .case-situation-title {
	text-align: center;
	font-weight: bold;
}

.promises .promises-wrapper .promises-content .case-card .case-situation .case-situation-title span {
	font-size: 12px;
}

.promises .promises-wrapper .promises-content .case-card .case-situation .case-situation-text {
	background-color: #F1F1F1;
	padding: 24px 14px 0 14px;
	margin-top: -8px;
}

.promises .promises-wrapper .promises-content .case-card .case-situation .case-situation-text .situation-subject {
	padding-top: 16px;
	color: #0057A5;
}

.promises .promises-wrapper .promises-content .case-card .case-situation .case-situation-text .situation-subject:first-child {
	padding-top: 0;
}

.promises .promises-wrapper .promises-content .case-card .case-situation .case-situation-text .situation-subject-detail {
	padding-bottom: 16px;
	font-size: 12px;
	font-weight: 500;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1019607843);
}

.promises .promises-wrapper .promises-content .case-card .case-situation .case-situation-text .situation-subject-detail:last-child {
	border-bottom: none;
}

.promises .promises-wrapper .promises-content .case-card .case-measures {
	margin-bottom: 16px;
}

.promises .promises-wrapper .promises-content .case-card .case-measures .case-measures-title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65px;
	background-color: #0057A5;
	border-radius: 4px 4px 0 0;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
}

.promises .promises-wrapper .promises-content .case-card .case-measures .case-measures-text {
	background-color: #EAF6FF;
	padding: 24px 10px 0 10px;
}

.promises .promises-wrapper .promises-content .case-card .case-measures .case-measures-text .measures-subject {
	width: 100%;
	padding: 3px 0;
	margin-bottom: 12px;
	background-color: #FFFFFF;
	color: #0057A5;
	font-weight: bold;
	text-align: center;
}

.promises .promises-wrapper .promises-content .case-card .case-measures .case-measures-text .measures-subject-detail {
	color: #333333;
	font-size: 12px;
	font-weight: 500;
	padding-bottom: 24px;
}

.promises .promises-wrapper .promises-content .case-card .case-measures .case-measures-text .measures-subject-detail span {
	color: #0057A5;
	font-size: 14px;
}

.promises .promises-wrapper .promises-content .case-card .case-measures .case-measures-text .measures-subject-detail.tendency {
	padding-bottom: 12px;
}

.promises .promises-wrapper .promises-content .case-card .case-measures .case-measures-text .measures-subject-detail-blue {
	color: #0057A5;
	font-weight: bold;
}

.promises .promises-wrapper .promises-content .case-card .case-measures .case-measures-text .measures-subject-detail-blue span {
	font-weight: normal;
}

.promises .promises-wrapper .promises-content .case-card .textbook-ex .textbook-ex-title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1019607843);
}

.promises .promises-wrapper .promises-content .case-card .textbook-ex .textbook-ex-text .textbook-subject {
	margin-bottom: 4px;
	font-weight: 500;
}

.promises .promises-wrapper .promises-content .case-card .textbook-ex .textbook-ex-text .textbook-content {
	border: 1px solid #0057A5;
	padding: 10px;
	margin-bottom: 14px;
	border-radius: 4px;
	font-size: 12px;
}

.promises .promises-wrapper .promises-content .case-card .textbook-ex .textbook-ex-text .textbook-content:last-child {
	margin-bottom: 0;
}

.promises .promises-wrapper .promises-content .case-card .textbook-ex .textbook-ex-text .textbook-content .textbook-link {
	color: #0057A5;
	font-weight: bold;
	text-decoration: underline;
}

.promises .promises-wrapper .promises-content .case-card .textbook-ex .textbook-ex-text .textbook-content .textbook-link span {
	font-size: 10px;
}

.promises .promises-wrapper .promises-content .case-card .textbook-ex .textbook-ex-text .textbook-content p {
	margin-bottom: 14px;
	font-weight: 500;
}

.promises .promises-wrapper .promises-content .case-card .textbook-ex .textbook-ex-text .textbook-content p:last-child {
	margin-bottom: 0;
}

.promises .promises-wrapper .promises-content .hidden {
	display: none;
}

.promises .promises-wrapper .promises-content .promises-after {
	text-align: center;
}

.promises .promises-wrapper .promises-content .promises-after .arrow {
	margin-bottom: 24px;
}

.promises .promises-wrapper .promises-content .promises-after .promises-after-text {
	font-weight: bold;
	padding-bottom: 24px;
	line-height: 1.3rem;
}

.promises .promises-wrapper .promises-content .promises-after .promises-after-text span {
	font-size: 16px;
	color: #0057A5;
}

.promises .promises-no2 .promises-no2-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.promises .promises-no2 .promises-no2-wrapper .promises-no-text {
	margin-bottom: 0;
}

.promises .promises-no2 .promises-content .promises-item .item-plan {
	padding: 16px 0;
}

.promises .promises-no2 .promises-content .promises-item .item-plan .promises-coach-text {
	background-color: #FFFFFF;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3rem;
	color: #0057A5;
	padding: 12px 0;
	margin: 0 10px;
}

.promises .promises-no2 .promises-content .promises-after .arrow {
	margin-bottom: 16px;
}

.promises .promises-no2 .promises-content .promises-after .promises-after-text span {
	background: linear-gradient(transparent 60%, #ccddee 40%);
}

.promises .promises-no2 .mbcc {
	padding-bottom: 50px;
}

.promises .promises-no2 .mbcc .promises-item .item-plan {
	padding: 24px 0 16px 0;
}

.promises .promises-no2 .mbcc .promises-item .item-plan .promises-item-img {
	margin-bottom: 24px;
	width: 163px;
}

.mission {
	margin: -120px 0 0 0;
}

.mission img {
	width: 100%;
}

.mission .mission-text {
	background: url(../img/mission-bg.png);
	background-size: cover;
	height: 390px;
	margin-top: -100px;
	padding: 100px 15px 0 15px;
	color: #FFFFFF;
}

.mission .mission-text .mission-text-small {
	margin-bottom: 40px;
	line-height: 1.5;
	font-weight: 300;
}

.mission .mission-text .mission-text-small:last-child {
	margin-bottom: 0;
}

.mission .mission-text .mission-text-big {
	margin-bottom: 40px;
	font-family: BIZ UDPMincho;
	font-size: 22px;
	line-height: 1.33;
	text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.4);
}

.difference .difference-title {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 48px;
}

.difference .difference-title .difference-title-text {
	font-weight: bold;
	font-size: 20px;
	color: #0057A5;
}

.difference .difference-title .dia {
	width: 23px;
	aspect-ratio: 17 / 8;
}

.difference .difference-school {
	margin: 0 15px;
}

.difference .difference-school .difference-table dl .difference-table-item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	font-weight: 500;
	height: 56px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1019607843);
}

.difference .difference-school .difference-table dl .difference-table-item:nth-child(4) {
	height: 85px;
}

.difference .difference-school .difference-table dl .difference-table-item:nth-child(5) {
	border-bottom: none;
}

.difference .difference-school .difference-table dl .difference-table-item dt {
	width: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.difference .difference-school .difference-table dl .difference-table-item dd {
	width: calc(100% - 95px);
	display: flex;
	justify-content: center;
	align-items: center;
	background: #EAF6FF;
	color: #0057A5;
}

.difference .difference-school .difference-table dl .difference-table-item .school {
	background: linear-gradient(120.6deg, #013880 20.07%, #0067A5 81.42%);
	color: #FFFFFF;
	font-weight: bold;
}

.difference .difference-school .difference-table dl .difference-table-item .school-lower {
	background: #0057A5;
	color: #FFFFFF;
	font-weight: bold;
}

.difference .difference-school .difference-table-upper {
	margin-bottom: 24px;
}

.difference .difference-school .difference-table-upper dl dt {
	border-right: 1px solid #0057A5;
}

.difference .difference-school .difference-table-upper dl dd {
	border-right: 1px solid #0057A5;
}

.difference .difference-school .difference-table-upper dl .bottom-line {
	border-bottom: 1px solid #0057A5;
}

.difference .difference-school .difference-table-lower {
	margin-bottom: 48px;
}

.difference .difference-school .difference-table-lower dl .difference-table-item:nth-child(2) {
	height: 80px;
}

.difference .difference-school .difference-table-lower dl .difference-table-item:nth-child(4) {
	height: 56px;
}

.difference .difference-school .difference-table-lower dl .difference-table-item dt {
	width: 95px;
}

.difference .difference-school .difference-table-lower dl .difference-table-item dd {
	width: calc((100% - 95px) / 2);
	background: rgba(51, 51, 51, 0.0509803922);
}

.difference .difference-school .difference-table-lower dl .difference-table-item dd.school-private {
	border-right: 1px solid #FFFFFF;
}

.difference .difference-school .difference-table-lower dl .difference-table-item dd.column1 {
	width: calc(100% - 95px);
}

.difference .difference-school .difference-table-lower dl .difference-table-item dd.group {
	background: rgba(51, 51, 51, 0.1);
}

.difference .difference-speed {
	background-color: #EAF6FF;
	padding: 50px 15px;
}

.difference .difference-speed .difference-title .difference-title-text {
	color: #0057A5;
}

.difference .difference-speed .difference-speed-img {
	width: 100%;
	margin-bottom: 24px;
}

.difference .difference-speed .difference-after {
	text-align: center;
}

.difference .difference-speed .difference-after .arrow {
	margin-bottom: 16px;
}

.difference .difference-speed .difference-after .difference-after-text {
	text-align: center;
	font-weight: bold;
}

.difference .difference-speed .difference-after .difference-after-text span {
	color: #0057A5;
	background: linear-gradient(transparent 60%, #ccddee 40%);
	font-size: 16px;
}

.interview {
	margin: 0 15px;
}

.interview .interview-item {
	padding: 16px 10px;
	border-radius: 8px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1215686275);
}


.interview .interview-item {
	margin-bottom: 8px;
}

.interview .interview-item .interviewee {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 24px;
}

.interview .interview-item .interviewee .interviewee-img {
	border-radius: 8px;
}

.interview .interview-item .interviewee .interviewee-text {
	font-weight: 500;
}

.interview .interview-item .interviewee .interviewee-text .interviewee-post {
	font-size: 12px;
	margin-bottom: 12px;
}

.interview .interview-item .interviewee .interviewee-text .interviewee-name {
	font-size: 16px;
	font-weight: bold;
}

.interview .interview-item .interview-content .interview-title {
	font-family: BIZ UDPMincho;
	font-size: 28px;
	color: #0057A5;
	margin-bottom: 24px;
	line-height: 1.3;
}

.interview .interview-item .interview-content .interview-text {
	line-height: 1.6;
	letter-spacing: 0.03em;
}

.interview .interview-item-2 {
	margin-bottom: 34px;
}

.interview .interview-item-2 .interview-content {
	margin-bottom: 24px;
}

.interview .interview-item-2 .interviewee-profile .profile-title {
	color: #0057A5;
}

.interview .interview-item-2 .interviewee-profile .profile-text {
	color: #919191;
	font-weight: 500;
	line-height: 1.6;
}

.greeting .manager {
	width: 100%;
}

.greeting .greeting-content {
	background: linear-gradient(141.96deg, #013880 4.17%, #1BA0F0 96.73%);
	border-radius: 4px;
	margin: -57px 15px 48px 15px;
	padding: 48px 10px 10px 10px;
	color: #FFFFFF;
	position: relative;
	z-index: 10;
}

.greeting .greeting-content .section-title {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 48px;

}

.greeting .greeting-content .section-title {
	font-size: 20px;
}


.greeting .greeting-content .dia {
	width: 23px;
	aspect-ratio: 17 / 8;
}


.greeting .greeting-content .greeting-title {
	font-family: BIZ UDPMincho;
	font-size: 30px;
	text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.4);
	line-height: 1.3;
	margin-bottom: 48px;
}

.greeting .greeting-content .greeting-text {
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 48px;

}

.greeting .greeting-content .manager-name {
	line-height: 1.5;
	text-align: right;
	font-weight: 500;
	margin-bottom: 48px;
}

.greeting .greeting-content .youtube-container {
	/* height: 203px; */
	aspect-ratio: 325 / 203;
	position: relative;
	cursor: pointer;
}

.greeting .greeting-content .youtube-container img,
.greeting .greeting-content .youtube-container iframe {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.greeting .greeting-content .youtube-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	background-color: #333333;
	border-radius: 50%;
	opacity: 0.8;
	transition: opacity 0.2s;
}

.greeting .greeting-content .youtube-play-button:hover {
	opacity: 1;
}

.greeting .greeting-content .youtube-play-button.youtube-play-button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-35%, -50%);
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent #fff;
}

.schoolhouse {
	margin: 0 15px 48px 15px;
}

.schoolhouse .section-title {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 48px;
}

.schoolhouse .section-title .section-title-text {
	font-weight: bold;
	color: #0057A5;
	font-size: 18px;
}

.schoolhouse .section-title .dia {
	width: 23px;
	aspect-ratio: 17 / 8;
}


.schoolhouse .schoolhouse-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 24px;
}

.schoolhouse .schoolhouse-items .schoolhouse-item {
	width: 160px;
}

.schoolhouse .schoolhouse-items .schoolhouse-item .schoolhouse-img {
	margin-bottom: 12px;
	width: 100%;
}

.schoolhouse .schoolhouse-items .schoolhouse-item .school-name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.schoolhouse .schoolhouse-items .schoolhouse-item .schoolhouse-text,
.schoolhouse .schoolhouse-items .schoolhouse-item .schoolhouse-tel {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 500;
}

.schoolhouse .schoolhouse-items .schoolhouse-item .schoolhouse-text img,
.schoolhouse .schoolhouse-items .schoolhouse-item .schoolhouse-tel img {
	height: 12px;
	margin-top: 3px;
}

.schoolhouse .schoolhouse-items .schoolhouse-item .schoolhouse-text .address {
	line-height: 1.3;
}

.schoolhouse .schoolhouse-items .schoolhouse-item .close {
	font-size: 12px;
	font-weight: 500;
}


.schoolhouse-azamino .schoolhouse-items {
	flex-wrap: nowrap;
	gap: 8px;
}

.schoolhouse-azamino .azamino {
	margin-bottom: 30px;
}

.schoolhouse-azamino .azamino .schoolhouse-img {
	width: 100%;
	margin-bottom: 12px;
}


.schoolhouse-azamino .azamino .school-name-azamino {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.schoolhouse-azamino .azamino .schoolhouse-text,
.schoolhouse-azamino .azamino .schoolhouse-tel {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 500;
}

.schoolhouse-azamino .azamino .schoolhouse-text img,
.schoolhouse-azamino .azamino .schoolhouse-tel img {
	height: 12px;
	margin-top: 3px;
}


.schoolhouse-azamino .schoolhouse-items .schoolhouse-item .school-name {
	font-size: 12px;
}


.faq {
	margin-bottom: 0px;
}

.faq .section-title {
	margin: 0 15px;
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 16px;
}

.faq .section-title .dia {
	width: 17px;

}

.faq .section-title .section-title-text {
	font-weight: bold;
	color: #0057A5;
}

.faq .faq-title {
	font-family: "Josefin Sans", sans-serif;
	font-size: 42px;
	font-weight: 600;
	font-style: italic;
	margin: 0 15px;
	margin-bottom: 36px;
}

.faq .faq-bg {
	background: #f2f2f2;
	position: relative;
	overflow: hidden;
}

.faq .faq-bg .faq-bg-logo {
	position: absolute;
	height: 265px;
	width: 375px;
	top: -10px;
	right: -100px;
}

.faq .faq-bg .faq-items {
	margin: 0 15px;
	padding: 48px 0;
	position: relative;
	z-index: 10;
}

.faq .faq-bg .faq-items .faq-item {
	/* max-width: 345px; */
	width: 100%;
	margin-bottom: 18px;
	background: #FFFFFF;
	border-radius: 3px;
}

.faq .faq-bg .faq-items .faq-item summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 20px 55px 20px 18px;
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

.faq .faq-bg .faq-items .faq-item summary::-webkit-details-marker {
	display: none;
}

.faq .faq-bg .faq-items .faq-item summary::before,
.faq .faq-bg .faq-items .faq-item summary::after {
	width: 2px;
	height: 18px;
	border-radius: 5px;
	background-color: #0057A5;
	content: "";
}

.faq .faq-bg .faq-items .faq-item summary::before {
	position: absolute;
	right: 2em;
	rotate: 90deg;
}

.faq .faq-bg .faq-items .faq-item summary::after {
	transition: rotate 0.3s;
	position: absolute;
	right: 2em;
}

.faq .faq-bg .faq-items .faq-item[open] summary::after {
	rotate: 90deg;
}

.faq .faq-bg .faq-items .faq-item p {
	transform: translateY(-10px);
	opacity: 0;
	margin: 0;
	padding: 0 20px 20px 18px;
	font-size: 11.5px;
	line-height: 1.3;
	color: #333333;
	transition: transform 0.5s, opacity 0.5s;
}

.faq .faq-bg .faq-items .faq-item[open] p {
	transform: none;
	opacity: 1;
}

.consultation-footer {
	margin-bottom: 0;
}

footer {
	background: #012F59;
}

footer .footer-wrapper {
	padding: 0 15px 96px 15px;
}

footer .footer-wrapper .footer-link {
	padding: 48px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer .footer-wrapper .footer-link a {
	color: #FFFFFF;
	position: relative;
	text-decoration: underline;
	margin-bottom: 4px;
}


footer .footer-wrapper .footer-logo {
	width: 130px;
	margin-bottom: 48px;
}

footer .footer-wrapper .footer-address {
	color: #FFFFFF;
	font-size: 10px;
	margin-bottom: 20px;
}

footer .footer-wrapper .googlemap {
	margin-bottom: 30px;
	display: inline-block;
	display: flex;
	align-items: center;
}

footer .footer-wrapper .googlemap a {
	color: #FFFFFF;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
}

footer .footer-wrapper .googlemap a img {
	height: 21px;
	margin-right: 8px;
}

footer .footer-wrapper .footer-close {
	color: #FFFFFF;
	font-size: 10px;
}

footer .footer-wrapper .footer-close a {
	color: #FFFFFF;
}

.fixedbtn {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 99;
	bottom: 10px;
	width: 100%;
	padding: 0 20px;
	max-width: 390px;
}

@media screen and (min-width: 769px) {
	.fixedbtn {
		width: 390px;
		left: calc(50vw - 7px);
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
}


/*# sourceMappingURL=style.css.map */