@charset "UTF-8";

:root {
	scroll-padding-top: 50px;
	scroll-behavior: smooth;
}
@media screen and (max-width: 1032px) {
	html {
		font-size: 1.55vw;
	}
}
@media screen and (max-width: 750px) {
	html {
		font-size: 4.8vw;
	}
}
body {
	margin: 0;
	line-height: 1.8;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
/* ------------------------------------- */

a {
	color: #007bff;
	text-decoration: none;
}
a:hover {
	color: #0056b3;
	text-decoration: underline
}
figcaption {
	font-size: 87%;
	color: initial;
	line-height: 1.5;
	margin: 8px 3px;
}
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}


/* 共通
------------------------------------- */
.bg-gray {background-color: #ECECEC !important;}
.bg-white {background-color: #fff !important;}
.bg-c01 {background-color: #FCEFF4 !important;}

.text-c01 {color: #4EA8FF !important;}
.text-c02 {color: #FFFF02 !important;}
.text-c03 {color: #56B9E6 !important;}
.text-c04 {color: #EE80A7 !important;}

.marker01 {background:linear-gradient(transparent 65%, #FAE400 65%) !important;}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}
.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}

.text-center {
	text-align: center;
}
.font-sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.font-serif {
	font-family: 'Noto Serif JP', serif;
}
.font-bold {
	font-weight: 700;
}
.font-ita {
	font-style: italic;
}

.slash {
	position: relative;
	display: inline-block;
	padding: 0 2em;
}
.slash::before,
.slash::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 1em;
	height: 0.1em;
	background-color: #3371BE;
}
.slash::before {
	transform: rotate(65deg);
	left: 0.8em;
}
.slash::after {
	transform: rotate(-65deg);
	right: 1em;
}

.heading-1 {
	position: relative;
	display: inline-block;
	margin: 0 auto 0.4em;
	font-size: 2.2rem;
	line-height: 1.3;
	font-weight: 400;
	color: #4EA8FF;
}
.heading-1::after {
	position: absolute;
	content: '';
	top: -1em;
	right: -1em;
	width: 3em;
	height: 1.6em;
	background-image: url(../images/heading-1_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	font-family: bootstrap-icons;
}
@media screen and (max-width: 750px) {
	.heading-1 {
		font-size: 7.7vw;
	}
	.heading-1::after {
		background-image: url(../images/heading-1_deco.png);
		background-size: contain;
		background-repeat: no-repeat;
		font-family: bootstrap-icons;
	}
}
.heading-1sub {
	margin-bottom: 4.5rem;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 750px) {
	.heading-1sub {
		margin-bottom: 6vw;
		font-size: 3.6vw;
	}
}
.heading-2 {
	margin-bottom: 1.5em;
	font-size: 1.9rem;
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
}
.heading-2 span {
	color: #4EA8FF;
}
@media screen and (max-width: 750px) {
	.heading-2 {
		margin-bottom: 1em;
		font-size: 6.6vw;
	}
}


.arrow_top {
	position: relative;
}
.arrow_top::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 77px solid transparent;
	border-left: 77px solid transparent;
	border-top: 70px solid #fff;
	border-bottom: 0;
}
@media screen and (max-width: 750px) {
	.arrow_top::before {
		border-right: 10vw solid transparent;
		border-left: 10vw solid transparent;
		border-top: 9vw solid #fff;
	}
}
#pagetop {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#pagetop a {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 35px;
	right: 12px;
	background-image: url(../images/pagetop.svg);
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 999;
}
#pagetop a:hover {
	filter: brightness(110%);
}
@media screen and (max-width: 750px) {
	#pagetop a {
		bottom: 20vw;
	}
}
/* ------------------------- */

a.btn.disabled,
a.btn:disabled {
	opacity: .65
}

a.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

a.btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3px;
	padding: 0;
	border: none;
	border-radius: 0;
	font-size: 24px;
	font-family: sans-serif;
	font-weight: 700;
	line-height: 1.2;
	transition: all 0.1s;
	text-decoration: none;
	background-color: #eee;
}
/* ------------------------- */

a.btn-1 {
	padding: 0.5em 2.8em 0.5em 1.8em;
	font-size: 1rem;
	line-height: 1.3;
	color: #fff;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(54,54,54,1) 49%, rgba(75,75,75,1) 51%, rgba(149,149,149,1) 100%);
}
a.btn-1::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.5em;
	content: '';
	font-family: bootstrap-icons;
	content: '\F4F4';
	display: inline-block;
}
a.btn-1:hover {
	filter: brightness(1.2);
}
@media screen and (max-width: 750px) {
	a.btn-1 {
		width: 95%;
		font-size: 4.2vw;
	}
}

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

a.btn-2 {
	margin: 0 auto;
	padding: 0.5em 1em 0.5em 1.5em;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	color: #4EA8FF;
	background-color: #fff;
	border: 0.15rem solid #4EA8FF;
	border-radius: 100vh;
}
a.btn-2::after {
	margin-left: 0.8em;
	font-family: bootstrap-icons;
	content: '\F4F4';
	display: inline-block;
	color: #4EA8FF;
}
a.btn-2:hover {
	background-color: #ecf6ff;
}
@media screen and (max-width: 750px) {
	a.btn-2 {
		font-size: 3.8vw;
		border: 0.5vw solid #4EA8FF;
	}
}

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

a.btn-3 {
	width: 14.3rem;
	margin: 0 auto;
	padding: 0.5em 1em;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	background-color: #FAE73F;
	border: 0.15rem solid #000;
	box-shadow: 0px 0.1rem 0px 0px #000;
}
a.btn-3::after {
	margin-left: 0.3em;
	font-family: bootstrap-icons;
	content: '\F4F4';
	display: inline-block;
	color: #000;
}
a.btn-3:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	a.btn-3 {
		width: 37vw;
		padding: 1.3em 0.3em;
		font-size: 3.8vw;
		border: 0.12rem solid #000;
		box-shadow: 0px 0.2vw 0px 0px #000;
		border-radius: 1.5vw;
	}
	a.btn-3::after {
		margin-left: 0.2em;
	}
}

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

a.btn-6 {
	padding: 0.7em 3em 0.7em 2em;
	font-size: 1rem;
	line-height: 1.3;
	color: #ED7A01;
	background-color: #fff;
	border-radius: 0.5em;
	box-shadow: 0.1em 0.1em 0.2em 0 rgba(0,0,0,0.2);
}
a.btn-6::after {
	position: absolute;
	top: auto;
	bottom: auto;
	right: 0.8em;
	font-family: bootstrap-icons;
	content: '\F4F4';
}
a.btn-6:hover {
	opacity: 0.8;
}
@media screen and (max-width: 750px) {
	a.btn-6 {
		padding: 0.4em 2.5em 0.4em 1.5em;
		font-size: 3vw;
		border-radius: 0;
		box-shadow: none;
	}
}

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

.shadow-top {
	box-shadow: 0px 10px 25px -14px rgba(10,10,10,0.2) inset;
}
.shadow-bottom {
	box-shadow: 0px -10px 25px -14px rgba(10,10,10,0.2) inset;
}
.dropshadow {
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
}

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

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin: 3rem 0;
	border: 0;
	border-top: 2px solid #56B9E6;
}
hr.dashed {
	border-top: 2px dashed #56B9E6;
}
hr.dotted {
	border-top: 2px dotted #56B9E6;
}
hr.gray {
	border-top: 2px solid #666;
}
@media screen and (max-width: 750px) {
	hr {
		margin: 5vw 0;
	}
}

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

@media screen and (min-width: 751px) {
	.sp_only {
		display: none !important;
	}
}
@media screen and (max-width: 750px) {
	.pc_only {
		display: none !important;
	}
}


/* フッター
------------------------------------- */
footer {
	padding-bottom: 70px;
}
footer .ft_axis {
	background-color: #ED7A01;
	padding: 2.5rem 0;
	text-align: center;
}
footer .ft_axis .logo {
	margin-bottom: 1.8em;
	padding: 0 5rem;
}
footer .ft_axis .logo img {
	width: 100%;
	max-width: 804px;
}
footer .ft_axis .link {
	margin-bottom: 1em;
}
footer .note {
	max-width: 1120px;
	margin: 0 auto;
	font-size: 0.82rem;
	line-height: 1.4;
	color: #fff;
	font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
	footer .ft_axis .logo {
		padding: 0 8vw;
	}
}
@media screen and (max-width: 750px) {
	footer {
		padding-bottom: 20vw;
	}
	footer .ft_axis .logo {
		margin-bottom: 4vw;
	}
	footer .ft_axis {
		padding: 4vw 0 6vw;
	}
	footer .ft_axis .link {
		margin-bottom: 4vw;
	}
	footer .note {
		font-size: 3.3vw;
		text-align: left;
		padding-left: 14vw;
	}
}

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

#ftInfo .contents {
	padding: 30px 70px 30px 100px;
}
#ftInfo .contents .inner {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#ftInfo .contents .inner .logo-wao img {
	width: 360px;
}
#ftInfo .listLink {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	margin-top: 1em;
}
#ftInfo .listLink a {
	display: block;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
}
#ftInfo .listLink a:hover {
	color: #0071be;
	text-decoration: underline;
}
#ftInfo .listLink a:before {
	line-height: 1;
	color: #0071be;
	font-size: 0.8em;
	font-family: bootstrap-icons;
	content: "\F285";
	margin-right: 0.1em;
}
#ftInfo small {
	display: block;
	color: #999;
	line-height: 1;
	padding-left: 0.2em;
}
@media screen and (max-width: 1000px) {
	#ftInfo .contents {
		padding: 20px 0 30px 20px;
	}
	#ftInfo .contents .inner {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	#ftInfo .listLink {
		padding: 20px 0 10px;
	}
	#ftInfo small {
		margin-top: 1em;
	}
}
@media screen and (max-width: 750px) {
	#ftInfo .contents {
		padding: 2vw 15px;
		border-top: 1px solid #ccc;
	}
	#ftInfo .logo-wao {
		padding: 0 10vw;
	}
	#ftInfo .listLink {
		gap: 0.8em;
		margin-top: 0.3em;
	}
		#ftInfo .listLink a {
		font-size: 2.4vw;
	}
	#ftInfo small {
		font-size: 2.4vw;
	}
}
@media screen and (max-width: 500px) {
	#ftInfo .listLink {
		justify-content: flex-start;
	}
}

/* コンテンツ
------------------------------------- */
header {
	height: 7.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
header h1 {
	margin: 0;
	padding: 0;
}
header .logo img {
	width: 32.5rem;
}
@media screen and (min-width: 751px) {
	header {
		display: none;
	}	
}
@media screen and (max-width: 750px) {
	header {
		height: 13vw;
	}	
	header h1 {
		padding: 0 0 2vw;
	}
	header .logo img {
		width: 70vw;
	}
}

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

.contact_area {
	padding: 6rem 2rem;
	text-align: center;
	background-color: #71DCFF;
	color: #333;
}
.contact_area h2 {
	font-size: 1.5rem;
	margin-bottom: 1.5em;
}
.contact_area ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	max-width: 950px;
	margin: 0 auto;
	gap: 1.6rem 3.5rem;
	text-align: center;
	font-size: 0.9rem;
	line-height: 1.4;
	font-feature-settings: "palt";
}
.contact_area ul h3 {
	font-size: 1.1em;
	font-weight: 700;
}
.contact_area ul .button {
	margin-bottom: 1.2rem;
}
.contact_area ul .telnum img {
	width: 80%;
}
.contact_area ul .button a:hover img {
	opacity: 1;
	transform: translate(0, 3px);
	z-index: 1;
}
.contact_area ul .free_balloon a {
	position: relative;
}
.contact_area ul .free_balloon a::before {
	position: absolute;
	content: '';
	top: -85px;
	left: -65px;
	width: 100px;
	height: 100px;
	background-image: url(../images/contact_free_balloon.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}
@media screen and (max-width: 1100px) {
	.contact_area ul .free_balloon a::before {
		left: -35px;
	}
}
@media screen and (max-width: 1030px) {
	.contact_area ul .free_balloon a::before {
		width: 9.7vw;
		height: 9.7vw;
		top: -8.2vw;
		left: -3.4vw;
	}
}
@media screen and (max-width: 750px) {
	.contact_area {
		padding: 10vw 5vw;
	}	
	.contact_area h2 {
		font-size: 4.9vw;
		margin-bottom: 3em;
	}
	.contact_area ul {
		grid-template-columns: 1fr;
		padding: 0 5vw;
		font-size: 3.7vw;
	}
	.contact_area ul h3 {
		font-size: 1.15em;
	}
	.contact_area ul .button {
		margin-bottom: 3vw;
	}
	.contact_area ul .telnum img {
		padding-top: 1vw;
	}
	.contact_area ul .free_balloon a::before {
		background-image: url(../images/contact_free_balloon_sp.png);
		width: 31.7vw;
		height: 9.2vw;
		top: -12.2vw;
		left: 2vw;
	}
}

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

.fixcontact {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 2;
}
.fixcontact .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1000px;
	margin: 0 auto;
}

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

a.btn-fix {
	flex-direction: column;
	width: 100%;
	height: 80px;
	font-size: 1.7rem;
	line-height: 1.4;
	color: #fff;
	background-color: #ED7A01;
	border: 3px solid #ED7A01;
}
a.btn-fix span.sub {
	font-size: 0.65em;
	display: block;
}
a.btn-fix span.lsp {
	letter-spacing: 0.1em;
}
a.btn-fix.shiryo {
	color: #ED7A01;
	background-color: #fff;
}
a.btn-fix.shiryo::before {
	position: absolute;
	top: 1.3em;
	left: 6em;
	width: 1.1em;
	height: 1.2em;
	content: '';
	background-image: url(../images/icon02.png);
	background-size: contain;
	background-repeat: no-repeat;
}
a.btn-fix:hover {
	filter: brightness(105%);
}
@media screen and (max-width: 1000px) {
	a.btn-fix {
		height: 8vw;
	}
}
@media screen and (max-width: 750px) {
	a.btn-fix {
		width: 100%;
		height: 13vw;
		font-size: 4vw;
		border: 0.14rem solid #ED7A01;
	}
	a.btn-fix.shiryo::before {
		top: 1.5em;
		left: 3em;
	}
}

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

.main_visual {
	background-image: url(../images/main_visual_bg.png);
	background-repeat: repeat-x;
	background-size: contain;
}
.main_visual .inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}
.main_visual .inner .pic {
	width: 100%;        /* 横幅いっぱいに広げる */
	max-width: 1280px;  /* 元の画像の最大横幅（親要素の最大幅） */
	height: auto;       /* 縦幅を自動調整して元の比率を保つ */
	object-fit: contain; /* 元のサイズのまま全体を収める */

	display: block;
	margin: 0 auto;
}
.main_visual .inner .pic2 {
	height: 352px;
	object-fit: cover;
}
.main_visual .inner .logo {
	position: absolute;
	top: 38px;
	left: calc(50% + 45px) ;
	width: 460px;
	height: 50px;
}
.main_visual .inner .jump_btn {
	display: none;
}
@media screen and (max-width: 1100px) {
	.main_visual .inner .logo {
		top: 3.5vw;
		width: 41.8vw;
		height: 4.5vw;
	}
}
@media screen and (max-width: 1100px) {
	.main_visual .inner .pic {
		height: 56.5vw;
	}
	.main_visual .inner .pic2 {
		height: 32vw;
	}
}
@media screen and (max-width: 750px) {
	.main_visual .inner .pic {
		height: auto;
	}
	.main_visual .inner .logo {
		top: 4vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 80%;
		height: 9vw;
	}
	.main_visual .inner .jump_btn {
		display: block;
		position: absolute;
		top: 94.4%;
		left: 7%;
		width: 40vw;
		height: 8vw;
	}
}

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

.obon {
	max-width: 1280px;
	margin: 0 auto;
}
.obon .kouza {
	padding: 211.5px 0 105.5px;
	background-image: url(../images/obon_kouza_bg.webp);
	background-repeat: no-repeat;
	background-size: 1280px 1134px;
	background-position: center top;
}
.obon ul {
	width: 950px;
	margin: 0 auto;
}
.obon ul li {
	position: relative;
}
.obon ul li .button {
	position: absolute;
	top: 152px;
	left: calc( 50% - 134px );
	width: 455px;
	height: 54px;
}
@media screen and (max-width: 1120px) {
	.obon .kouza {
		padding: 18.9vw 0 9.4vw;
		background-size: 114.2vw 101.2vw;
	}
	.obon ul {
		width: 84.8vw;
	}
	.obon ul li .button {
		top: 13.6vw;
		left: calc( 50% - 11.9vw );
		width: 40.6vw;
		height: 4.8vw;
	}
}
@media screen and (max-width: 750px) {
	.obon .kouza {
		padding: 0;
		background-image: none;
	}
	.obon ul {
		width: 100%;
	}
	.obon ul li .button {
		top: auto;
		bottom: 19vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 80vw;
		height: 17vw;
	}
}

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

.note_area {
	padding: 2rem 0;
	font-size: 0.9rem;
	line-height: 1.4;
	text-align: center;
	background-color: #F0F0F1;
}
.note_area li {
	margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
	.note_area {
		padding: 2em 2em 1.5em;
		font-size: 3vw;
		line-height: 1.4;
		text-align: left;
	}
}

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

.area01 .inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.area01 .inner .pic {
	height: 17.75rem;
	object-fit: cover;
}
.area01 .inner .txt {
	position: absolute;
	top: 3.3rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 33rem;
	font-size: 1rem;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
}
.area01 .inner .txt span {
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}
.area01 .inner .txt h2 {
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 750px) {
	.area01 .inner .txt {
		top: 9vw;
		width: 87.5vw;
		font-size: 4vw;
		line-height: 1.6;
	}
	.area01 .inner .txt h2 {
		margin-bottom: 1rem;
		font-size: 4.8vw;
	}
}

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

.area02 .inner {
	max-width: 982px;
	margin: 0 auto;
}

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

.area03 {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 7rem 2rem 4rem;
	background-color: #F5F5F5;
	text-align: center;
}
.area_top_num {
	position: absolute;
	top: 0;
	left: 0;
}
.area_bottom {
	background-image: url(../images/area_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
}
.area03 .contents {
	max-width: 973px;
	margin: 0 auto 3.5rem;
	display: grid;
	grid-template-columns: 40% 1fr;
	column-gap: 2rem;
	text-align: left;
}
.area03 .iteya {
	position: relative;
	padding: 2rem;
	background-color: #fff;
	font-size: 0.93rem;
	font-feature-settings: "palt";
}
.area03 .iteya img {
	margin-bottom: 1rem;
}
.area03 .iteya .name {
	margin-top: 0.5rem;
	font-size: 0.9em;
}
.area03 .iteya h4 {
	font-size: 1.06rem;
	color: #4BA1E0;
	line-height: 1.4;
	font-feature-settings: "palt";
}
.area03 .iteya::before {
	position: absolute;
	content: '';
	bottom: -1.2rem;
	left: 0;
	width: 100%;
	height: 1.2rem;
	background-image: url(../images/area03_shadow.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.area03 ul li.fig {
	padding-top: 1.5rem;
}
.area03 ul li.fig .note {
	margin: 2rem 0.8rem 0;
	padding: 1rem 1.3rem;
	font-size: 0.9rem;
	border: 2px solid #ccc;
	font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
	.area03 {
		padding: 14vw 5vw;
	}
	.area_bottom {
		background-image: url(../images/area_bottom_sp.png);
	}
	.area03 .contents {
		grid-template-columns: 1fr;
		row-gap: 6vw;
		margin-bottom: 7vw;
	}
	.area03 .iteya {
		padding: 0;
		font-size: 3.9vw;
	}
	.area03 .iteya .txt {
		padding: 0 6vw 5.5vw;
		font-size: 3.9vw;
	}
	.area03 .iteya h4 {
		font-size: 1.1em;
		text-align: center;
	}
	.area03 .iteya::before {
		position: absolute;
		content: '';
		bottom: -4vw;
		left: 0;
		width: 100%;
		height: 4vw;
		background-image: url(../images/curve_shadow.png);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.area03 ul li.fig {
		padding: 3vw 2vw;
	}
	.area03 ul li.fig .note {
		margin: 7vw 2vw 0;
		padding: 2.5vw 1.4em;
		font-size: 3.4vw;
		background-color: #fff;
	}
}

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

.area04 {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 7rem 0 0;
	text-align: center;
}
.area04 .heading-1::after {
	right: -1.5em;
}
.area04 .heading-1sub {
	margin-bottom: 3rem;
}
.area04 h3 {
	max-width: 1000px;
	margin: 0 auto 1.2em;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #4EA8FF;
}
.area04 h3::before,
.area04 h3::after {
	margin-top: 0.2em;
	content: "";
	height: 3px;
	flex-grow: 1;
	background-color: #4EA8FF;
}
.area04 h3::before {
	margin-right: 0.8em;
}
.area04 h3::after {
	margin-left: 0.8em;
}
.area04 .teacher_pro {
	max-width: 1000px;
	margin: 0 auto 3rem;
	padding: 0 2rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.5rem 2rem;
	line-height: 1.6;
	text-align: left;
}
.area04 .teacher_pro li {
	position: relative;
	padding: 3.5rem 2.2rem 2rem;
	background-color: #F5F5F5;
}
.area04 .teacher_pro li::before {
	position: absolute;
	content: '';
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background-image: url(../images/curve_shadow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.area04 .teacher_pro .name {
	margin: 0.6em 0 1em;
	font-size: 0.9rem;
	text-align: center;
}
.area04 .teacher_pro .txt {
	padding: 1em 0.1em 0;
	font-size: 0.9rem;
	border-top: 1px solid #000;
	font-feature-settings: "palt";
}
.area04 .teacher_pro .balloon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	background-image: url(../images/balloon_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0.5em;
	padding-bottom: 0.4em;
	height: 5.5rem;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.4;
}
.area04 .teacher_pro .balloon span {
	position: absolute;
	top: -1.8em;
	left: 0.1em;
	font-size: 1.18rem;
}
.area04 .teacher_student {
	max-width: 1000px;
	margin: 0 auto 3rem;
	padding: 0 2rem;
}
.area04 .online_lesson {
	position: relative;
	margin-top: 3rem;
}
.area04 .online_lesson img {
	height: 294px;
	object-fit: cover;
}
.area04 .online_lesson .btn {
	position: absolute;
	bottom: 5rem;
	left: calc(50% + 6rem);
}
@media screen and (max-width: 1000px) {
	.area04 .online_lesson img {
		height: 29.4vw;
	}
}
@media screen and (max-width: 750px) {
	.area04 {
		padding: 14vw 0 0;
	}
	.area04 .heading-1sub {
		margin-bottom: 6vw;
	}
	.area04 h3 {
		margin: 0 auto 5vw;
		font-size: 4.9vw;
	}
	.area04 h3::before,
	.area04 h3::after {
	height: 0.5vw;
	}
	.area04 .teacher_pro {
		margin: 0 auto 10vw;
	}
	.area04 .teacher_pro li {
		padding: 9vw 6vw 7vw;
	}
	.area04 .teacher_pro li::before {
		bottom: -5vw;
		height: 5vw;
	}
	.area04 .teacher_pro .name {
		margin: 0.8em 0;
		font-size: 3.3vw;
	}
	.area04 .teacher_pro .txt {
		font-size: 4vw;
		padding: 1em 0.5em 0;
		border-top: 1px solid #000;
	}
	.area04 .teacher_pro {
		padding: 0 5vw;
		grid-template-columns: 1fr;
		font-size: 3.8vw;
	}
	.area04 .teacher_pro .balloon {
		background-image: url(../images/balloon_bg_sp.png);
		height: 24vw;
		margin: 4vw 0 2vw;
		font-size: 4.9vw;
	}
	.area04 .teacher_pro .balloon span {
		left: 0;
		right: 0;
		margin: 0 auto;
		font-size: 4.8vw;
	}
	.area04 .teacher_pro .photo {
		padding: 0 3vw;
	}
	.area04 .teacher_student {
		margin: 0 auto 8vw;
		padding: 0 10vw;
	}
	.area04 a.btn-1 {
		width: 85%;
	}
	.area04 .online_lesson img {
		height: 80vw;
	}
	.area04 .online_lesson {
		margin-top: 8vw;
	}
	.area04 .online_lesson .btn-2 {
		width: 45vw;
		bottom: 20%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

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

.area05 {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 7rem 2rem 4rem;
	background-color: #F5F5F5;
	text-align: center;
}
.area05 .pic1 {
	max-width: 1000px;
	margin: 0 auto 0.5rem;
}
.area05 .pic2 {
	max-width: 885px;
	margin: 0 auto;
	padding: 0 2rem;
}

@media screen and (max-width: 750px) {
	.area05 {
		padding: 14vw 0 0;
	}
	.area05 .pic1 {
		margin: 0;
	}
	.area05 .pic2 {
		padding: 0;
	}
}

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

.area06 {
	max-width: 1280px;
	margin: 0 auto;
	padding: 5rem 2rem 4rem;
}
.area06 .h2_sub {
	width: 19rem;
	margin: 0 auto 1rem;
}
.area06 .tbl_pc {
	margin-bottom: 2rem;
	padding: 0 3rem;
}
.area06 h3 {
	font-size: 1.4rem;
	color: #4EA8FF;
	text-align: center;
	margin-bottom: 1.2em;
}
.area06 .course {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1rem;
	font-feature-settings: "palt";
	text-align: center;
	margin-bottom: 2.5rem;
	padding: 0 3rem;
}
.area06 .course li {
	position: relative;
	padding: 1rem 1.7rem 1.3rem;
	background-color: #F6F6F6;
}
.area06 .course li::before {
	position: absolute;
	content: '';
	top: -0.8rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6.1rem;
	height: 1.7rem;
	background-image: url(../images/area06_tape.png);
	background-size: contain;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
}
.area06 .course li.rev::before {
	transform: scale(-1, 1);
}
.area06 .course li::after {
	position: absolute;
	content: '';
	bottom: -1.5rem;
	left: 0;
	width: 100%;
	height: 1.5rem;
	background-image: url(../images/curve_shadow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.area06 .course li h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	line-height: 1.4;
	font-size: 1.1rem;
}
.area06 .course li .content {
	display: grid;
	grid-template-columns: 45% 50%;
	column-gap: 1em;
	margin-bottom: 1.2rem;
	font-size: 0.9rem;
	line-height: 1.5;
	text-align: left;
}
.area06 .course li .content .pic {
padding-top: 0.3em;
}
@media screen and (max-width: 1180px) {
	.area06 .tbl_pc {
		padding: 0 2rem;
	}
	.area06 .course {
		padding: 0 2rem;
	}
}
@media screen and (max-width: 750px) {
	.area06 {
		padding: 7vw 0 0;
	}
	.area06 .h2_sub {
		width: 52vw;
		margin: 0 auto 2vw;
	}
	.area06 h3 {
		font-size: 5.3vw;
	}
	.area06 .photo_sp {
		padding: 2vw 3vw 3vw;
	}
	.area06 .course {
		grid-template-columns: 1fr;
		row-gap: 10vw;
		padding: 0 5vw;
	}
	.area06 .course li {
		padding: 5vw 5vw 6vw;
	}
	.area06 .course li .content {
		margin-bottom: 3vw;
		font-size: 4vw;
	}
}

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

.area06 .tbl_sp {
	text-align: center;
	margin-bottom: 8vw;
	font-feature-settings: "palt";
}
.area06 .tbl_sp li {
	padding: 3vw;
	font-size: 4vw;
	border-top: 0.8vw solid #4EA8FF;
}
.area06 .tbl_sp li:last-child {
	border-bottom: 0.8vw solid #4EA8FF;
}
.area06 .tbl_sp .pattern {
	font-family: Arial, sans-serif;
	margin-bottom: 1.5em;
	font-size: 4vw;
	color: #4EA8FF;
	border-bottom: 2px solid #4EA8FF;
}
.area06 .tbl_sp h4 {
	margin-bottom: 0.2em;
	font-size: 5.9vw;
	color: #4EA8FF;
}
.area06 .tbl_sp .txt {
	margin-bottom: 1em;
	font-size: 4.8vw;
}

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

.tab {
	position: relative;
	max-width: 1110px;
	margin: 0 auto;
}
.tab .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 0.3rem;
	margin: 0 auto;
}
.tab .inner>label {
	flex: 1 1;
	order: -1;
	max-width: 330px;
	margin: 0;
	padding: 0.3em 0;
	background-color: #EEEEEE;
	color: #B9B9B9;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}
.tab .inner>label:hover {
	background-color: #4EA8FF;
	color: #fff;
	opacity: 0.5;
}
.tab .inner input {
	display: none;
}
.tab .inner .tab_item {
	display: none;
	width: 100%;
	padding: 0.5rem 0 0;
	border-left: 4px solid #4EA8FF;
	border-right: 4px solid #4EA8FF;
	border-bottom: 4px solid #4EA8FF;
}
.tab .inner label:has(:checked) {
	background-color: #4EA8FF;
	color: #fff;
}
.tab .inner label:has(:checked)+.tab_item {
	display: block;
}
.tab::before {
	position: absolute;
	top: 3.5rem;
	left: 0;
	content: '';
	width: 100%;
	border-bottom: 4px solid #4EA8FF;
}
@media screen and (max-width: 750px) {
	.tab .inner>label {
		padding: 0.2em 0;
		font-size: 5vw;
	}
	.tab .inner .tab_item {
		padding: 0.5rem 0 0;
		border: none;
	}
	.tab::before {
		top: 10vw;
		border-bottom: 1.5vw solid #4EA8FF;
	}
}

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

.accordion__head {
	position: relative;
	width: 41vw;
	margin: 0 auto 6vw;
	padding: 0.5em 1em 0.5em 0em;
	text-align: center;
	font-size: 3.8vw;
	font-weight: 700;
	line-height: 1;
	color: #4EA8FF;
	background-color: #FFFF82;
	border: 0.5vw solid #4EA8FF;
	border-radius: 100vh;
	cursor: pointer;
	user-select: none;
}
.accordion__head::after {
	position: absolute;
	right: 1em;
	font-family: bootstrap-icons;
	content: '\F282';
	color: #4EA8FF;
	transition: all .2s;
}
.accordion__head:hover {
	opacity: 0.8;
}
.accordion__item.active .accordion__head::after {
	transform: rotate(-180deg);
	transition: all .2s;
}
.accordion__body {
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: all .25s ease;
}
.accordion__item.active .accordion__body {
	height: auto;
}

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

.area07 {
	background-image: url(../images/area07_bg.png);
}
.area07 .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 5rem 2rem;
}
.area07 .support {
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1rem;
	font-feature-settings: "palt";
	text-align: center;
}
.area07 .support li {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 1.5rem 0 0;
	background-color: #fff;
}
.area07 .support li::before {
	position: absolute;
	content: '';
	top: -0.8rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6.1rem;
	height: 1.7rem;
	background-image: url(../images/area06_tape.png);
	background-size: contain;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
}
.area07 .support li.rev::before {
	transform: scale(-1, 1);
}
.area07 .support li::after {
	position: absolute;
	content: '';
	bottom: -1.5rem;
	left: 0;
	width: 100%;
	height: 1.5rem;
	background-image: url(../images/curve_shadow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.area07 .support li .num {
	font-size: 0.9em;
	color: #4EA8FF;
	margin-bottom: 0.8em;
}
.area07 .support li h4 {
	height: 3em;
	font-size: 1.4em;
	line-height: 1.4;
}
.area07 .support li h4 span {
	color: #4EA8FF;
}
.area07 .support li .txt {
	flex: 1;
	text-align: left;
	padding: 0 2em 2em;
	font-size: 0.9em;
}
@media screen and (max-width: 750px) {
	.area07 .inner {
		padding: 8vw 5vw;
	}
	.area07 .support {
		grid-template-columns: 1fr;
		row-gap: 10vw;
		padding-top: 2vw;
	}
	.area07 .support li .num {
		font-size: 3.8vw;
	}
	.area07 .support li h4 {
		height: 3em;
		font-size: 5.6vw;
		line-height: 1.4;
	}
	.area07 .support li .txt {
		padding: 0 1.5em 1.5em;
		font-size: 3.8vw;
	}
}

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

.area08 .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 5rem 2rem;
}
.area08 .area_bottom {
	background-image: url(../images/area08_bottom.png);
}
.area08 .pic {
	max-width: 940px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.area08 .inner {
		padding: 8vw 5vw;
	}
	.area08 .heading-2 {
		margin-bottom: 0.7em;
	}
	.area08 .area_bottom {
		background-image: url(../images/area08_bottom_sp.png);
	}
}

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

.area09 {
	padding: 0 2rem;
}
.area09 .inner {
	max-width: 820px;
	margin: 0 auto;
	padding: 3rem 0;
	font-feature-settings: "palt";
}
.area09 .inner h2 {
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	margin-bottom: 2rem;
}
.area09 .inner .note {
	display: grid;
	grid-template-columns: 290px 1fr;
	margin-bottom: 2rem;
	align-items: center;
}
.area09 .inner .note h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	padding-right: 0.5em;
	border-right: 2px dotted #4EA8FF;
	color: #4EA8FF;
}
.area09 .inner .note1 h3 span {
	font-size: 0.6em;
	font-weight: 500;
}
.area09 .inner .note2 h3 {
	text-align: center;
}
.area09 .inner .note2 h3 span {
	display: block;
	font-size: 0.8em;
	font-weight: 500;
	text-align: left;
}
.area09 .inner .note ul {
	font-size: 14px;
	padding-left: 2.5em;
	text-indent: -1em;
	line-height: 1.4;
}
.area09 .kyotsu {
	display: grid;
	grid-template-columns: 80px 1fr;
	padding-top: 1.5rem;
	font-size: 14px;
	border-top: 1px solid #4EA8FF;
}
.area09 .kyotsu h3 {
	font-size: 22px;
	font-weight: 500;      /* 他の見出しと太さを合わせる */
	line-height: 1.3;      /* 他の見出しと行高を合わせる */
}
.area09 .kyotsu ul {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
}
@media screen and (max-width: 750px) {
	.area09 {
		padding: 0;
	}
	.area09 .inner {
		padding: 6vw 0 2vw;
	}
	.area09 .inner h2 {
		position: relative;
		margin-bottom: 0.6em;
		font-size: 4.9vw;
	}
	.area09 .inner h2::after {
		position: absolute;
		content: '';
		bottom: -0.5em;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 50vw;
		height: 1.1vw;
		background-image: linear-gradient(90deg, #69E0FF, #3D84FF);
	}
	.area09 .inner .note {
		display: grid;
		grid-template-columns: 1fr;
		margin-bottom: 0;
		padding: 6vw 5vw;
	}
	.area09 .inner .note h3 {
		margin-bottom: 0.5em;
		font-size: 6vw;
		text-align: center;
		border-right: none;
	}
	.area09 .inner .note1 {
		border-bottom: 2px solid #ccc;
	}
	.area09 .inner .note1 h3 span {
		font-size: 0.9em;
	}
	.area09 .inner .note2 h3 span {
		font-size: 0.9em;
		text-align: center;
	}
	.area09 .inner .note ul {
		font-size: 3.3vw;
	}
	.area09 .kyotsu {
		display: grid;
		grid-template-columns: 1fr;
		padding: 6vw;
		border-top: 2px solid #ccc;
	}
	.area09 .kyotsu h3 {
		margin-bottom: 0.8em;
		font-size: 3.3vw;
		text-align: center;
	}	
	.area09 .kyotsu ul {
		font-size: 3.3vw;
	}
}

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

.area10 .onlinesemi {
	padding: 4rem 0 0;
	background-color: #3371BE;
}
.area10 .onlinesemi .inner {
	max-width: 1050px;
	margin: 0 auto;
}
.area10 .onlinesemi_point {
	background-image: linear-gradient(0deg, rgb(212, 244, 255) 63%, rgb(51, 113, 190) 63%);
}
.area10 .onlinesemi_point .inner {
	max-width: 1223px;
	margin: 0 auto;
	padding: 0 1rem;
}
.area10 .onlinesemi_free {
	background-color: #D4F4FF;
}
.area10 .onlinesemi_free .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 1rem;
}
@media screen and (max-width: 750px) {
	.area10 .onlinesemi {
		padding: 0;
	}
	.area10 .onlinesemi_point .inner {
		padding: 0 0.8rem;
	}
	.area10 .onlinesemi_free .inner {
		padding: 0 0.8rem;
	}
}

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

.area11 {
	padding: 4rem 0 3rem;
	background-color: #F6F6F6;
	font-feature-settings: "palt";
}
.area11 h2 {
	margin-bottom: 4rem;
}
.area11 h2 .inner {
	max-width: 1045px;
	margin: 0 auto;
}
.area11 h3 {
	margin-bottom: 1em;
	font-size: 1.9rem;
	color: #3371BE;
	font-weight: 700;
	text-align: center;
}
.area11 .dekirukoto {
	text-align: center;
	margin-bottom: 3rem;
	padding: 0 1.5rem;
}
.area11 .dekirukoto ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1rem;
	max-width: 1000px;
	margin: 0 auto;
}
.area11 .dekirukoto ul li {
	place-content: center;
	padding: 1.5em;
	color: #fff;
	background-color: #3371BE;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	border-radius: 0.5em;
	box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.4);
}
.area11 .dekirukoto ul li .grade {
	display: block;
	width: 6em;
	margin: 0 auto 0.5em;
	background-color: #fff;
	color: #3371BE;
	border-radius: 100vh;
}
.area11 .dekirukoto ul li .small {
	display: block;
	margin-top: 0.4em;
	font-size: 0.85em;
	font-weight: 400;
}
@media screen and (max-width: 750px) {
	.area11 {
		padding: 2rem 0 0;
		background-color: #EEE;
	}
	.area11 h2 {
		margin-bottom: 2rem;
	}
	.area11 h3 {
		font-size: 6.6vw;
		margin-bottom: 0.5em;
	}
	.area11 .dekirukoto {
		padding: 0;
		margin-bottom: 2rem;
	}
	.area11 .dekirukoto h3 {
		font-weight: 400;
	}
	.area11 .dekirukoto ul {
		padding: 0 1rem;
		grid-template-columns: 1fr;
		row-gap: 0.5rem;
	}
	.area11 .dekirukoto ul li {
		padding: 0.3em;
		font-size: 5.3vw;
		line-height: 1.3;
		box-shadow: none;
		height: 6em;
	}
	.area11 .dekirukoto ul li .grade {
		margin: 0 auto 0.2em;
		font-size: 0.8em;
	}
	.area11 .dekirukoto ul li .small {
		margin-top: 0.2em;
		font-size: 0.65em;
	}
}

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

.area11 .course {
	padding: 0 1.5rem;
}
.area11 .course .grade {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2rem 1.5rem 2rem;
	background-color: #fff;
}
.area11 .course .grade::before {
	position: absolute;
	content: '';
	top: -0.8rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6.5rem;
	height: 2rem;
	background-image: url(../images/area06_tape.png);
	background-size: contain;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
}
.area11 .course .grade h4 {
	font-size: 1.5rem;
	color: #3371BE;
	text-align: center;
}
.area11 .course .grade h4 span {
	font-size: 1.5em;
}
.area11 .course .grade table {
	font-size: 1.2rem;
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	line-height: 1.4;
}
.area11 .course .grade table th {
	padding: 1em;
	background-color: #E5ECF8;
	border: 1px solid #3371BE;
	color: #3371BE;
	font-weight: 400;
	width: 10em;
	text-align: center;
}
.area11 .course .grade table td {
	padding: 1em 1.5em;
	border: 1px solid #3371BE;
	font-weight: 500;
}
.area11 .course .grade table td .small {
	display: block;
	font-weight: 400;
}
.area11 .course .recommend {
	max-width: 1000px;
	margin: 0 auto 1rem;
}
.area11 .course .note {
	max-width: 1000px;
	margin: 0 auto 3rem;
	text-align: center;
	font-size: 0.95rem;
}
.area11 .attention {
	position: relative;
	max-width: 750px;
	margin: 0 auto 1rem;
	padding: 2em 1em 1.5em;
	text-align: center;
	border: 2px solid #3371BE;
}
.area11 .attention p span {
	font-weight: 500;
}
.area11 .attention h3 {
	padding: 0 0.8em;
	display: inline-block;
	position: absolute;
	top: -0.55em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.35rem;
	line-height: 1;
	background-color: #F6F6F6;
}
.area11 .attention h4 {
	font-size: 1.45rem;
	color: #3371BE;
}
@media screen and (max-width: 750px) {
	.area11 .course {
		padding: 0 1rem 0.5rem;
	}
	.area11 .course h3 {
		margin-bottom: 1em;
	}
	.area11 .course .grade {
		padding: 1rem 0.7rem;
	}
	.area11 .course .grade::before {
		width: 5rem;
	}
	.area11 .course .grade h4 {
		font-size: 4.8vw;
	}
	.area11 .course .grade table th,
	.area11 .course .grade table td {
		display: block;
		width: 100%;
		text-align: center;
	}
	.area11 .course .grade table th {
		padding: 0.2em;
		border-bottom: none;
		font-size: 3.3vw;
	}
	.area11 .course .grade table td {
		padding: 0.6em 0.2em;
		font-size: 5vw;
	}
	.area11 .course .grade table :not(:last-child) td {
		border-bottom: none;
	}
	.area11 .course .grade table td .small {
		margin-top: 0.3em;
		font-size: 0.68em;
	}
	.area11 .course .note {
		font-size: 3.5vw;
		margin: 0 auto 1.5rem;
	}
	.area11 .course .attention {
		padding: 1.3em 0.5em;
		font-size: 4vw;
		line-height: 1.5;
	}
	.area11 .attention h3 {
		font-size: 5vw;
		background-color: #EEE;
	}
	.area11 .attention h4 {
		font-size: 5vw;
		line-height: 1.4;
	}
}

@media screen and (max-width: 750px) {
	.area11 .attention h3 {
		font-size: 4.2vw; /* 元の5vwから小さくして1行に収めます */
		white-space: nowrap; /* 絶対に途中で改行させない指定 */
	}
}

@media screen and (max-width: 750px) {
    /* 1つ目のTotalPass（bg-navyが付いた要素）の背景を濃い紺色にする */
    .area11 .recommend.bg-navy {
        background-color: #1e276a !important; /* 紺色を指定 */
        padding: 15px 0 !important;           /* 上下に少し隙間（余白）を作る */
        text-align: center !important;
    }

    /* 画像の横幅を画面にフィットさせる */
    .area11 .recommend.bg-navy img.sp_only {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 750px) {
    /* この文言（h4）だけをピンポイントで左寄せに調整 */
    .area03 .iteya h4 {
        text-align: left !important;     /* 左寄せにする */
        font-size: 3.5vw !important;     /* 1行に収まるようにサイズを縮小 */
        line-height: 1.5 !important;
        padding-left: 6vw !important;    /* 左端の適切な余白 */
        padding-right: 6vw !important;   /* 右端の適切な余白 */
        margin: 0 0 3vw 0 !important;    /* 下の文章とのすき間 */
        white-space: nowrap !important;  /* 途中で絶対に自動改行させない指定 */
    }
}
/* トータルパス ボタン調整 */
.totalpass_btn_wrap {
	text-align: center;
	margin: 1.5rem auto 2rem;
	padding: 0 1rem;
}
.totalpass_btn {
	display: inline-block;
	max-width: 420px; /* PCでのボタンの最大横幅 */
	width: 100%;
	transition: opacity 0.2s ease;
}
.totalpass_btn:hover {
	opacity: 0.8; /* マウスを乗せたときに少し明るくする */
	text-decoration: none;
}
.totalpass_btn img {
	width: 100%;
	height: auto;
	display: block;
}

/* スマホ表示のときの隙間調整 */
@media screen and (max-width: 750px) {
	.totalpass_btn_wrap {
		margin: 4vw auto 6vw;
	}
	.totalpass_btn {
		max-width: 100%; /* スマホ画面で左右に程よい余白を持たせる */
	}
}
@media screen and (max-width: 750px) {
    .totalpass_table_wrap {
        width: 100%;
        overflow-x: auto;          /* 横方向のはみ出しをスクロールさせる */
        -webkit-overflow-scrolling: touch; /* スマホでのスクロールを滑らかにする */
        margin: 4vw 0 6vw;
        padding: 0 5vw;            /* 左右の余白（サイト全体の幅に合わせる） */
        box-sizing: border-box;
    }

    .totalpass_table_wrap img.sp_only {
        /* 縮んで画面に収まるのを防ぎ、見やすい固定幅（あるいは100%以上）にする */
        width: 250% !important;     /* ★文字が読める大きさに合わせて140%〜180%程度で微調整してください */
        max-width: none !important; /* max-width:100% の制限を解除 */
        height: auto !important;
        display: block !important;
    }
}