html,
button,
input,
select,
textarea {
	color: #222;
}


li {
	list-style: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #f2c2c9;
	color: #a4003a;
	text-shadow: none;
}

::selection {
	background: #16a085;
	color: #a4003a;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */




.centered {
	text-align: center
}

.FL {
	float: left;
}

.FR {
	float: right;
}

.clear:after {
	content: "";
	clear: both;
	display: block;
}

@media (max-width: 414px) {
	.FL {
		float: inherit;
	}

	.FR {
		float: inherit;
	}
}

a {
	transition: all 0.5s ease;
	color: #222;
	cursor: pointer;
	text-decoration: none;
	border-bottom: thin #13a4af solid;
}

a:hover {
	opacity: 0.8;
	color: #df8c76;
	border-bottom: thin #df8c76 solid;
}



/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
	height: 100%;
}

body {
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 1px;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

p {}


h1 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	line-height: 2;
	color: #444;
	font-size: 32px;
	margin: 40px;
}

.about-h1 {
	margin: 0;
	margin-bottom: 15px;
}

.tokushoku-h1 {
	margin: 0;
}

h2 {
	font-size: 24px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: thin;
	letter-spacing: 5px;
	text-align: center;
	color: #444;
	margin: 20px 0px;
}

.wf-roundedmplus1c {
	font-family: "M PLUS Rounded 1c";
}

h3 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 22px;
	padding: 20px 50px;
	text-align: left;
	letter-spacing: 3px;
	color: #13a4af;
	text-shadow: 
    -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;  /* 縁取り白 */
	border-bottom: dashed thin #13a4af;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(../img/bg_h1.png) no-repeat;

}


"游明朝",
YuMincho,
"Hiragino Mincho ProN W3",
"ヒラギノ明朝 ProN W3",
"Hiragino Mincho ProN",
"HG明朝E",
"ＭＳ Ｐ明朝",
"ＭＳ 明朝",
serif;




h5 {
	position: relative;
	font-size: 32px;
	font-family: 'Kosugi', sans-serif;

}

section {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 40px;
}

ul {
	margin: 0;
	padding: 0;
}

.s_text {
	font-family: Helvetica, 游ゴシック, "Yu Gothic", Yu Gothic, san-serif;
	font-size: 14px;
	color: #222;
}

.flex_area {
	display: flex;
}

.flex_cover {
	justify-content: center;
	align-items: flex-start;
}

.grid_cover {
	width: 98%;
	margin: 0 auto;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}


.flex_area_wrap {
	flex-wrap: wrap;
}

.ML20 {
	margin-left: 20px;
}

.ML60 {
	margin-left: 60px;
}

.MT40 {
	margin-top: 40px;
}

.W80 {
	width: 80%;
	margin: 0 auto;
}

.kagai_img {
	margin-top: 16px;
	width: 50%;
}

.kagai_img img {
	border-radius: 15px;
	width: 100%;
	min-width: 320px;
}

@media (min-width: 769px) {

	.sp-br {
		display: none;
	}


}

@media (max-width: 768px) {


	h2 {
		font-size: 22px;
		text-shadow: none;
		text-align: center;
	}

	h3 {
		padding: 10px;
		width: 95%;
		margin: 0 auto;
		margin-bottom: 20px;
		padding-left: 30px;
	}

	.W50 {
		width: 85%;
	}


	.W80 {
		width: 95%;
		margin: 0 auto;
	}

	.grid_cover {
		gap: 15px;
	}

}


@media (max-width: 414px) {
	body {
		color: #222;
		letter-spacing: 0px;


		-webkit-font-smoothing: antialiased;
		-webkit-overflow-scrolling: touch;
	}



	h2 {
		font-size: 22px;
		text-shadow: none;
		text-align: center;
		margin-left: 0px;

	}

	h5 {
		padding: 10px 10px 10px 10px;
		font-size: 30px;
		font-weight: bolder;
	}

	section {
		margin-bottom: 20px;
	}

	table.scroll {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}


@media (min-width: 414px) {

	.sp-br-xs {
		display: none;
	}
}

/* ==========================================================================
   INDEX
   ========================================================================== */



header {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	background: url("../img/bg_header.png") no-repeat center top;
	background-color: #fff;
	z-index: 1;
	border-bottom: thin #eee solid;
	top: 0;
	padding-bottom: 15px;
}

.slide img {
	max-height: 350px;
}

.is-animation img {
	height: 105.7px;
}

#global_menu {
	display: block;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.g_menu {
	width: 100% !important;
	display: block;
	margin: 0 auto;
	padding: 0;
	height: auto;
	position: relative;
}

ul.g_menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	/* align-items: center; */
	margin-bottom: 10px;
}

ul.g_menu li {
	display: block;
	position: relative;
}

ul.g_menu li a {
	font-size: 18px;
	color: #222;
	padding: 5px;
	margin: 0px 10px;
	text-align: center;
	border: none;
}

.g_menu li a:hover {
	color: #222;
	text-decoration: none;
	border-bottom: #83ccd2 solid 1px;
}

.ul.g_menu.ue {
	margin: 0 !important;
}

@keyframes buzz {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(20deg);
	}
}

.icon img {
	margin-right: 10px;
	transform: rotate(0deg);
}

.icon:hover img {
	animation: buzz 0.2s 3;
}

/*子階層*/
.g_menu li li {
	height: 0;
	overflow: hidden;
	transition: .5s;

}

.g_menu li li a {
	display: block;
	font-size: 16px;
	padding: 5px;
	height: auto;
	width: auto;
	display: block;
	background: #ebf6f7;
	border-top: 2px dotted #83ccd2;

}

.g_menu li li a:hover {
	background: #83ccd2;
	color: #fff;
	opacity: 1;

}

.g_menu li:hover>ul>li {
	height: 40px;
	overflow: visible;

}

.ue {
	z-index: 100;
}

.sita {
	z-index: 90;
}


@media (max-width: 1024px) {

	#global_menu {
		width: 98%;
	}

	ul.g_menu {
		margin: 0 auto;
	}

	ul.g_menu li a {
		font-size: 16px;
		padding: 1px;
		margin: 0px 3px;
	}

	ul.g_menu li img {
		width: 20px;
	}

	.g_menu li:hover>ul>li {

		overflow: visible;
	}
}

@media (max-width: 550px) {
	ul.g_menu li a {
		padding: 1px;
		margin: 0px 3px;
	}

	ul.g_menu li img {
		width: 14px;
	}

	.icon img {
		margin-right: 2px;
	}
}



.contents {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	padding-top: 200px;
}



.tel_btn {
	position: fixed;
	top: 75px;
	right: 15px;
	display: flex;
}

.tel_btn a {
	text-decoration: none;
	border: none;
}

.tel_btn img {
	width: 110px;
}

@media (max-width: 607px) {

	header {
		background: none;
		background-color: #fff;

	}

	.g_menu {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 90%;
		height: auto;
		position: relative;
		background: #fff;
	}

	ul.g_menu {
		display: flex;
		justify-content: center;
	}


	.g_menu_sp {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		height: 60px;
		position: relative;
	}

	ul.g_menu_sp {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 10px;
		padding-top: 5px;
	}

	ul.g_menu_sp li {
		display: block;
		position: relative;
		width: 33%;
	}

	ul.g_menu_sp li a {
		display: block;
		height: 50px;
		vertical-align: middle;
		font-size: 14px;
		color: #222;
		padding: 8px;
		margin: 0px 0px;
		text-align: center;
		border: none;
		line-height: 1.2;
		background-color: #83ccd2;
		border-radius: 5px;
	}

	.g_menu_sp li a:hover {
		color: #222;
		text-decoration: none;
		border-bottom: #83ccd2 solid 2px;
	}


	.g_menu_sp li li {
		width: 100%;
		height: 0;
		overflow: hidden;
		transition: .8s;
	}

	.g_menu_sp li li a {
		display: block;
		font-size: 12px;
		line-height: 1.2;
		padding: 8px;
		height: auto;
		width: auto;
		display: block;
		background: #ebf6f7;
		border-top: 1px dotted #83ccd2;

	}

	.g_menu_sp li li a:hover {
		background: #83ccd2;
		color: #fff;
		opacity: 1;

	}

	.g_menu_sp li:hover>ul>li {
		height: auto;
		overflow: visible;
	}


	.tel_btn_sp1 {
		position: fixed;
		right: 0;
		z-index: 111;
	}

	#tel_btn {
		/* top: 53px; */
	}

	#tel_btn img {
		width: 55px;
		height: 55px;
	}

	.tel_btn_sp1_top {
		right: 5px;
	}

	.tel_btn_sp2 {
		width: 94px;
		height: 48px;
		position: absolute;
		right: 0px;
		top: 48px;
		z-index: 111;
	}

	.tel_btn_sp1 a {
		text-decoration: none;
		border: none;
	}

	.tel_btn_sp2 a {
		text-decoration: none;
		border: none;
	}


}


.mokuhyo {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	line-height: 2;
	color: #444;
	font-size: 18px;
}


.shikiri {
	margin: 40px auto;
}

.shikiri img {
	width: 100%;
	max-width: 420px;
}

.kakomi_blue {
	background: linear-gradient(to right, #2ca9e1 0%, #a0d8ef 100%);
	border-radius: 15px;
	width: 45%;
	padding: 8px;
	margin: 0 auto;
}

.kakomi_red {
	background: linear-gradient(to right, #e198b4 0%, #ec6d71 100%);
	border-radius: 15px;
	width: 45%;
	padding: 8px;
	margin: 0 5px;
	min-height: ;
}

.kakomi_green {
	background: linear-gradient(to right, #84C98B 0%, #CDE6C7 100%);
	border-radius: 15px;
	width: 45%;
	padding: 8px;
	margin: 0 auto;
}

.kakomi_contents {
	background: #fff;
	border-radius: 12px;
	padding: 25px;
	height: 500px;
	overflow-y: scroll;
}

.kakomi_contents ul li a {
	text-decoration: none;
	border: none;
}

.kakomi_contents ul li a:hover {
	text-decoration: none;
	border: none;
}

.past-list {
	margin-top: 20px;
	text-align: right;
}

.link-kagai {
	margin-top: 30px;
	display: flex;
	border: none;
}

.link-kagai:hover {
	border: none;
}

.link-kagai img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}

.link-kagai-text {
	display: flex;
	align-items: center;
}

.link-kagai-text img {
	margin-right: .5em;
	width: 40px;
	height: auto;
	animation: kagai 4s infinite;
	/* アニメーションを6秒ごとに無限に繰り返す（2秒の待機時間を含む） */
	animation-timing-function: ease;
}

@keyframes kagai {

	0%,
	12.5% {
		transform: rotate(20deg);
	}

	12.5%,
	25% {
		transform: rotate(0deg);
	}

	25%,
	37.5% {
		transform: rotate(20deg);
	}

	37.5%,
	100% {
		transform: rotate(0deg);
		/* 100%で待機 */
	}
}


ul.oshirase li {
	padding: 10px 10px;
	border-bottom: dotted 1px #2ca9e1;
}

ul.blog li {
	padding: 10px 10px;
	border-bottom: dotted 1px #ec6d71;
}

.kakomi_flex_area {
	display: flex;
}

@media (max-width: 435px) {
	.flex_area {
		display: inherit;
	}
}

@media (max-width: 1024px) {
	.kakomi_flex_area {
		display: inherit;
	}

	.shikiri {
		margin: 40px 0;
	}

	.kakomi_contents {
		height: auto;
	}

	.kakomi_blue {

		width: 95%;
		padding: 8px;
		margin: 20px auto;
	}

	.kakomi_red {

		width: 95%;
		padding: 8px;
		margin: 20px auto;
	}

	.kakomi_green {

		width: 95%;
		padding: 8px;
		margin: 20px auto;
	}


}



.topic_cover {
	/* background: url(../img/bg_topic.png) no-repeat left top; */
	background-position: center center;
	min-height: 794px;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.topic {
	margin: 0 10px;
	display: block;
	width: 280px;
}

.topic p {
	width: 210px;
	letter-spacing: 0rem;
	margin: 0 auto;
}

.topic h2 {
	font-family: 'Kosugi', sans-serif;
	font-size: 18px;
	margin: 5px;
	padding: 5px 5px 5px 25px;
	letter-spacing: 1px;
	text-align: left;
}

.topic a {
	text-decoration: none;
	border: none;
}

.topic a:hover h2 span {
	color: #e198b4;
	padding-bottom: 10px;
	border-bottom: 3px #e198b4 solid;
	transition: .2s
}

@keyframes buzz {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(20deg);
	}
}

img.tori-buzz {
	margin-right: 3px;
	transform: rotate(0deg);
}

.img.tori-buzz:hover {
	animation: buzz 0.2s 3;
}

.acc_text {
	width: 500px;
	margin: 0 auto;
}

.topic_saiyou {
	margin: 60px auto;
	display: block;
	max-width: 520px;
	/* width: 250px; */
}

.topic_saiyou h2 {
	font-family: 'Kosugi', sans-serif;
	font-size: 18px;
	margin: 5px;
	padding: 5px;
	letter-spacing: 1px;
	width: auto;
}

.topic_saiyou a {
	text-decoration: none;
	width: auto;
}

.topic_saiyou a:hover h2 span {
	color: #e198b4;
	padding-bottom: 10px;
	border-bottom: 3px #e198b4 solid;
	transition: .2s
}

.movie,.movie video,.video {
	width: 100%;
	max-width: 855px;
	margin: 0 auto;
	overflow: hidden;
}

.video {
	position: relative;
	border: none;
}
.video:hover {
	border: none;
	opacity: 1;
}

.video-img {
	opacity: .7;
	position: relative;
	background-image: url(../img/movie-promotion.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	aspect-ratio: 1.8/1;
	transition: 0.3s ease;
	z-index: 1;
}

.video:hover .video-img {
	transform: scale(1.1);
}

.video::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 125px;
    height: 125px;
    background-image: url(../img/playbutton.png);
    background-size: cover;
    background-position: center;
    z-index: 2;
}

@media (max-width: 768px) {



	img.topicimg {
		width: 200px;
		height: 200px;
	}


	.topic h2 {
		font-family: 'Kosugi', sans-serif;
		font-size: 18px;
		margin: 5px;
		padding: 5px;
		letter-spacing: 1px;
	}

	.topic a {
		text-decoration: none;
		color: #666;
	}

	.topic a:hover h2 span {
		color: #e198b4;
		padding-bottom: 10px;
		border-bottom: 3px #e198b4 solid;
		transition: .2s
	}


}

@media (max-width: 414px) {

	header {
		/* background: url("../img/bg_header-sp.png") no-repeat center top; */
		background: none;
		background-color: #fff;
		position: relative;

	}

	.contents {
		padding: 0;
	}

	.topic_cover {
		/* background: url(../img/bg_topic.png) no-repeat right top; */
		min-height: 794px;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.topic {
		margin: 0;
		display: block;
		width: 100%;
	}

	.topic_sp {
		display: flex;
		width: 95%;
		margin: 5px;
		background: rgba(255, 255, 255, 0.8);
		border-radius: 10px;
		padding: 15px 10px;
		box-shadow: 1px 1px 5px #eee;
	}

	.topic h2 {
		width: 100%;
		margin-top: 25px;
		text-align: left;
	}

	img.topicimg {
		width: 150px;
		height: 150px;

	}

	.topic2_cover_sp {
		/* background: url(../img/bg_topic.png) no-repeat left top; */
		text-align: center;
	}

	.acc_text {
		width: 100%;
		padding: 5px;
	}

	.topic_saiyou {
		margin: 0 20px;
		display: block;
		width: 95%;
		text-align: center;

	}

	.topic_sp_saiyou {
		width: 95%;
		margin: 5px auto;
		padding: 15px 10px;

	}

	.kakomi_contents {
		padding: 10px;
	}

	ul.oshirase li,
	ul.blog li {
		font-size: 14px;
		padding: 10px 5px;
	}

	.link-kagai {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}


.midashi_text {
	padding: 20px 20px;
	margin: 0;
	height: auto;
	font-size: 20px;
	color: #bb5548;
	border-left: dotted #bb5548 3px;
	border-right: dotted #bb5548 3px;
	border-radius: 25px;
}




.btn {
	display: block;
	margin-top: 20px;
}

.btn a {
	width: 400px;
	display: block;
	padding: 10px 30px;
	margin: 0 auto;
	height: auto;
	font-size: 18px;
	background: #df8c76;
	border-radius: 25px;
	color: #fff;
	border: #fff thin solid;
}

.btn a:hover {
	color: #df8c76;
	background: #fff;
	text-decoration: none;
	border: #df8c76 thin solid;
}



.W50 {
	width: 50%;
}


footer,.contents_second_02 {
	width: 100%;
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
	padding: 30px 10px;
	border-top: thin #eee solid;
	text-align: center;
}

footer a {
	border: none;
}

footer.line-nashi {
	border: none;
}

.line-anime-base {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 40px;
	background: url(../img/line-anime2.png)no-repeat;
	margin: 0 auto;
}

.line_anime {
	width: 100%;
	max-width: 1000px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	animation: fadein 4s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	margin: 0 auto;
}

@keyframes fadein {
	from {
		background: url(../img/line-anime.png) no-repeat;
		opacity: 0;
	}

	to {
		background: url(../img/line-anime.png) no-repeat;
		opacity: 1;

	}

}

@keyframes fadeout {
	from {
		background: url(../img/line-anime.png) no-repeat;
		opacity: 1;
	}

	to {
		background: url(../img/line-anime.png) no-repeat;
		opacity: 0;

	}

}




@media (min-width: 1400px) {}


@media (max-width: 1060px) {}


@media (max-width: 768px) {

	.pc-only {
		display: none !important;
	}

	footer {
		width: 100%;
	}



}

@media screen and (min-width: 1024px) {
	.sp-only {
		display: none !important;
	}

	.tb-only {
		display: none !important;
	}
}

@media screen and (min-width: 436px) and (max-width: 1023px) {
	.sp-only {
		display: none !important;
	}

	.pc-only {
		display: none !important;
	}
}

@media (max-width: 435px) {

	.btn a {
		width: 350px;
		font-size: 22px;
		padding: 10px 30px;
	}

	.tb-only {
		display: none !important;
	}

	.pc-only {
		display: none !important;
	}
}

/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */

.menu {
	position: fixed;
	right: -270px;
	width: 330px;
	height: 100%;
	top: 0;
	z-index: 100;
	text-align: left;

}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 50px;
	background: #ebf6f7;
	width: 280px;
	height: 100%;
	padding-top: 40px;
	margin-left: 10px;

}

#logo {
	margin: 0 auto;
	background-image: url(../img/title-logo.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.6);
	background-blend-mode: lighten;
}

#logo h1,
#logo h2 {
	margin: 0;
}

#logo h1 {
	letter-spacing: .5em;
	margin-right: -.5em;
}

#logo h2 {
	padding-top: 1em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1em;
}

#logo a,
#logo a:hover {
	text-decoration: none;
	border: none;
}

.menu h1.logo {
	position: absolute;
	left: 0px;
	top: 5px;
}

.menu h1.logo a {
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 0px;
	color: #1d54a5;
	margin-top: 0px;
}

.menu h1.logo a:hover {
	color: #640125;
}

.menu img.logo {
	margin: 0px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	margin-bottom: 20px;
	color: #1d54a5;
	display: block;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.1em;
}

.menu a:hover {
	color: #fff;
}

.menu a:active {
	color: #13a4af;
}

.menu a>i {
	float: left;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 25px;
	font-size: 28px;
	line-height: 40px;
	margin: 25px 8px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 18px;
	color: #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 10px;
	right: 20px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #fff;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.menuToggle_cover {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1100;
	display: flex;
	color: #1a4399;
	width: 100px;
	/* height: 100px; */
	padding: 5px;
}

#menuToggle {
	content: url(../img/icon_mokuji.png);
	display: none;
	text-align: center;
	color: #fff;
	margin-top: 18px;
	margin-right: 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	padding: 0px;
}

#menuToggle:hover {
	color: #83ccd2;
	background: #fff;

	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}


@media (max-width: 435px) {

	#menuToggle {
		display: block;
	}

	#logo {
		background-position: 10% 50%;
	}

	#logo h1 {
		text-align: left;
		letter-spacing: 5px;
		margin-right: -5px;
		font-size: 23px;
	}

	#logo h2 {
		text-align: left;
		margin-top: 1em;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 10px;
	}

}


/* ==========================================================================
   セカンドページ
   ========================================================================== */

.img_second {
	display: block;
	width: 100%;
	height: 350px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.contents_second {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.pan {
	font-size: 90%;
	padding: 20px;
}


.kyouchou {
	border-bottom: #ec6d71 2px solid;
	padding-bottom: 15px;
}

.text_area {
	display: block;
	width: 50%;
	margin-right: 10px;
}

.intro-movie {
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.intro-movie video,.video {
	width: 55%;
}

.intro-movie-text {
	color: #13a4af;
	font-weight: bold;
	width: 42%;
}

@media (max-width: 767px) {
	.intro-movie {
		flex-direction: column;
	}

	.intro-movie video,.video {
		width: 100%;
	}

	.intro-movie-text {
		margin-top: 20px;
		width: 98%;
	}
}

.text_area_full {
	display: block;
	width: 100%;
	margin: 0 auto;
}


.list {
	margin: 0 auto;
}


.list dt {
	float: left;
	line-height: 3;
	padding-left: 10px;
	font-weight: inherit;
	background: #ebf6f7;
	display: block;
	width: 150px;
}

.list dd {
	padding-left: 160px;
	border-bottom: #83ccd2 2px dashed;
	line-height: 3;
}

.azukari-table {
	margin: 10px 0;
}

.azukari-table table {
	border-collapse: collapse;
}

.azukari-table table th {
	background-color: #EBF6F7;
}

.azukari-table table td,
.azukari-table table th {
	border: 1px solid #444;
	padding: .5em;
	line-height: 1.5;
	text-align: center;
}


.flex_list {
	display: flex;
	justify-content: flex-start;
}

.flex_list li {
	border-bottom: #83ccd2 2px dashed;
}

.flex_list_midashi {
	display: flex;
	height: 100%;
}

.flex_list_midashi li {
	border-bottom: none;
}

.list_midashi {
	background: #bce2e8;
	padding: 15px;
	width: 120px;

}

.list_midashi_2 {
	background: #ebf6f7;
	padding: 15px;
	width: 150px;
}

.list_naiyou {
	padding: 15px;
	width: 100%;
}

.hidariue_kadomaru {
	border-radius: 12px 0 0 0;
}

.hidarisita_kadomaru {
	border-radius: 0 0 0 12px;
}




.hyou table {
	border: #83ccd2 3px dashed;
	width: 100%;

}

.hyou th {
	background: #ebf6f7;
	width: 20%;
	text-align: center;
	padding: 10px;
}

.hyou td {
	background: ;
	width: 45%;
	text-align: center;
	padding: 20px;
}

.kakomi_table {
	width: 100%;
	border: #83ccd2 3px solid;
	border-radius: 15px;
}

table.design {
	width: 100%;
}

td.hidarisita_kadomaru,
th.hidarisita_kadomaru {
	border-radius: 0 0 0 12px;
}

td.hidariue_kadomaru,
th.hidariue_kadomaru {
	border-radius: 12px 0 0 0;
}

td.migiue_kadomaru,
th.migiue_kadomaru {
	border-radius: 0 12px 0 0;
}



table.design thead {
	background: #13a4af;
	color: #fff;
	font-weight: bold;
}

table.design td,
table.design th {
	vertical-align: ;
	padding: 10px;
}

table.design th {
	background: #13a4af;
	color: #fff;
	text-align: center;
}

table.design tr {
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #83ccd2;
	text-align: left;
}

table.design tr:last-child {
	border-bottom: none;
}

.noborder {
	border: 0px none;
}

table.design2 {
	width: 100%;
	table-layout: fixed;
	border: none !important;
	border-collapse: separate;
	border-spacing: 3px 3px;
}

table.design2 td,
table.design2 th {
	border: none !important;
}

table.design2 thead td {
	background: #83ccd2;
	border-radius: 6px 6px 0 0;
}

table.design2 tbody tr {
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #83ccd2;
}

td.bg_green {
	background: #bce2e8;
}

td.bg_aishiro {
	background: #ebf6f7;
}

td.price {
	text-align: right;
}


.hyou-s table {
	width: 500px;
}

.hyou-s {
	width: 51%;
}

.page_link {
	width: 100%;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #fff;
}

.page_link li {
	text-align: center;
	margin: 4px;
	margin-bottom: 15px;
	flex: 1;
	/* 各 li 要素が等しく幅を取るようにする */
}

.page_link li a {
	display: inline-block;
	white-space: nowrap;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #444;
	text-align: left;
	caption-side: bottom;
	font-size: 90%;
}


.tori_anime {
	width: 150px;
	height: 50px;
	overflow: hidden;
	background: url(../img/tori_anime.png) no-repeat;
	animation: para 10s steps(7) 4;

}

@keyframes para {
	to {
		background-position: -1050px 0;
	}
}

@media (min-width: 767px) {
	.page_link {
		width: 60%;
	}
}

@media (max-width: 768px) {

	.img_second {
		height: 150px;
	}

	.text_area {
		display: block;
		width: 45%;
		margin-right: 10px;
	}

	.img_area img {
		width: 100%;
	}


	.list {
		width: 80%;
		margin: 0 auto;
	}


	.list dt {
		padding-left: 10px;
	}

	.list dd {
		padding-left: 160px;
	}


	.flex_list {
		display: inherit;
	}



	.flex_list_midashi {
		display: flex;
	}

	.flex_list_midashi li {
		width: 100%;
		border-bottom: none;
	}

	.list_midashi {
		background: #bce2e8;
		padding: 15px;
		width: 120px;

	}

	.list_midashi_2 {
		background: #ebf6f7;
		padding: 15px;
		width: 150px;
	}

	.list_naiyou {
		padding: 15px;
		width: 100%;
	}


	.text_area_full {
		width: 90%;
	}

}

@media (max-width: 414px) {

	.img_second {
		height: 150px;
	}

	.text_area {
		width: 90%;
		margin: 0 auto;
	}

	.text_area_full {}


	.list {
		width: 100%;
		margin: 0 auto;
	}


	.list dt {
		float: inherit;
		padding-left: 10px;
		line-height: 1.5;
		width: 100%;
	}

	.list dd {
		padding-left: 20px;
		line-height: 1.5;
	}

	.hyou-s table {
		width: 90%;
	}

	.hyou-s {
		width: 90%;
		margin: 0 auto;
	}

}


.toi {

	margin-bottom: 40px;
}

.toi dl {
	margin: 10px;
}

.toi dt {
	font-weight: 100;
	float: left;
	line-height: 1.8;
}

.toi dd {
	line-height: 1.8;
	margin-left: 0px;
	padding-left: 220px;
	border-bottom: thin dotted #222;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.chk {
	width: 30px;
}

.nyuryoku {
	margin: 5px;
	padding: 10px;
	background: rgba(160, 216, 239, 1);
	min-width: 250px;
	border: #13a4af thin solid;
}

.kakomi {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 20px 20px 10px;
	text-align: center;
	border: 3px solid #df8c76;
	background: #fef4f4;
	border-radius: 10px;
	line-height: 2;
}

.kakomi_s {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
	border: 1px solid #df8c76;
	background: #fef4f4;
	border-radius: 10px;
	line-height: 2;
}

.kakomi_s a {
	color: #df8c76;
	border-bottom: #df8c76 dashed 1px;
	padding-bottom: 10px;
}


table td {
	padding: 5px;
}

.submenu {
	margin-bottom: 20px;
}

.submenu li {
	margin: 5px;
}

.submenu li a {
	display: block;
	padding: 5px 10px;
	background: #ebf6f7;
	border-top: #13a4af thin solid;
}

/*アコーディオン*/
.accbox {
	padding: 0;
}

.accbox label {
	display: block;
	margin: 0 0 4px 0;
	padding: 15px;
	line-height: 1;
	color: #fff;
	background: #13a4af;
	cursor: pointer;
	border-radius: 10px;
	transition: all 0.5s;
}

.accbox label:hover {
	background: #85baef;
}

.accbox input {
	display: none;
}

.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

.cssacc:checked+.accshow {
	height: auto;
	padding: 5px;
	background: #ebf6f7;
	border-radius: 10px;
	opacity: 1;
	padding: 15px 30px;
	margin-bottom: 10px;
}

h4 {
	border-bottom: #83ccd2 3px dashed;
	font-size: 20px;
	margin-top: 10px;
	padding: 5px;
}

div.anchor {
	margin-top: -300px;
	padding-top: 300px;
	border: none;
}




/*先生の声*/

.box_koe {
	width: 100%;
	max-width: 400px;
	margin: 25px;
}

.box_koe1 {
	position: relative;
	background: #fff0cd;
	box-shadow: 0px 0px 0px 5px #fff0cd;
	border: dashed 2px white;
	padding: 20px;
	color: #454545;
}

.box_koe1:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #ffdb88 #fff #ffdb88;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box_koe2 {
	position: relative;
	background: #ffeaea;
	box-shadow: 0px 0px 0px 5px #ffeaea;
	border: dashed 2px white;
	padding: 20px;
	color: #454545;
}

.box_koe2:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #ffc3c3 #fff #ffc3c3;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box_koe3 {
	position: relative;
	background: #f0f8ff;
	box-shadow: 0px 0px 0px 5px #f0f8ff;
	border: dashed 2px white;
	padding: 20px;
	color: #454545;
}

.box_koe3:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #e0e7ef #fff #e0e7ef;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box_koe4 {
	position: relative;
	background: #d6e9ca;
	box-shadow: 0px 0px 0px 5px #d6e9ca;
	border: dashed 2px white;
	padding: 20px;
	color: #454545;
}

.box_koe4:after {
	position: absolute;
	content: '';
	right: -7px;
	top: -7px;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: #badcad #fff #badcad;
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box_text p {
	margin: 0;
	padding: 0;
}



@media (max-width: 768px) {

	.box_koe {
		width: 100%;
		max-width: 300px;
		margin: 10px 15px 10px 0px;

	}

	.toi {
		margin-left: 15px;
		margin-bottom: 40px;
	}

	.toi dl {
		margin: 10px;
	}

	.toi dt {
		font-weight: 100;
		float: left;
		line-height: 1.8;
	}

	.toi dd {
		line-height: 1.8;
		margin-left: 0px;
		padding-left: 220px;
		border-bottom: thin dotted #222;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	.narabi {
		display: inherit;
		text-align: center;

	}

	.kakomi {
		width: 95%;
	}


}

@media (max-width: 414px) {

	.box_koe {
		width: 100%;
		max-width: 350px;
		margin: 25px 0px;

	}

	.pan {
		display: none;
	}

	div.anchor {
		margin-top: -180px;
		padding-top: 180px;
		border: none;
	}






	.toi {
		margin-left: 15px;
		margin-bottom: 40px;
	}

	.toi dl {
		margin: 10px;
	}

	.toi dt {
		font-weight: 100;
		float: inherit;
		line-height: 1.8;
	}

	.toi dd {
		margin-left: 0px;
		padding-left: 10px;
	}

	input,
	textarea {
		width: 100%;
	}

	.chk {
		width: 30px;
	}

	.nyuryoku {
		margin: 5px;
		background: rgba(160, 216, 239, 0.5);
		width: 95%;
	}

	.narabi {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-left: 10px;
	}

	.narabi div {
		display: block;
		padding: 12px;
		border: #999 thin solid;
		margin: 1px;
	}

	.btn_2 {
		width: 200px;
		padding: 5px;
		margin: 5px;
		font-size: 14px;
		color: #fff;
		background: rgba(162, 87, 104, 0.8);
		border: none;
	}

	.btn_2:hover {
		color: #460e44;
		background: #cca6bf;
		text-decoration: none;
	}

	input {
		border: #13a4af thin solid;
	}

	textarea {
		border: #999 thin solid;
	}

}

/*seikatsu.html 課題*/
.seikatsu-cover {
	display: flex;
	flex-wrap: wrap;
}

.seikatsu-kadai {
	border: thin #7ad11b solid;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px;
	width: 48%;
	margin: 0.5%;
}

.seikatsu-kadai span.midashi {
	color: #fff;
	font-size: 1.2em;
	background-color: #7ad11b;
	padding: 5px 8px;
	margin~right: 5px;
}

.seikatsu-kadai span.small {
	font-size: 0.9em;
}

@media (max-width: 414px) {
	.seikatsu-cover {
		display: inherit;
	}

	.seikatsu-kadai {
		width: 98%;
	}
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#page-top a {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #83ccd2;
	color: #fff;
	padding: 5px 5px;
	z-index: 20000;
	text-align: center;
}

#page-top a:hover {
	background-color: #13a4af;
	color: #fff;
}



.sp-br {
	display: none;
}




/*=======================
2nd
=======================*/

/*ヘッダー*/
.second-header {
	width: 100%;
	height: auto;
	background-color: #e5f4f5;
}

.second-header a {
	display: flex;
	margin: 0 auto;
	width: 350px;
	justify-content: center;
	align-items: center;
}

.second-header img {
	width: 100px;
	height: 100px;
}

.second-header h2 {
	margin: 0 !important;
	padding-top: 10px;
}

/*サイドバー*/
.side {
	position: fixed;
	width: 70px;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: #fff;
	filter: drop-shadow(1px 1px 3px rgba(125, 125, 125, 0.8));
	z-index: 120;
}



/*バーガー*/
#g-nav {
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 10;
	/*ナビのスタート位置と形状*/
	top: 0;
	right: -100%;
	width: 60vw;
	max-width: 480px;
	height: 100vh;
	/*ナビの高さ*/
	background-color: #EEFFED;
	/*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
	right: 0;
}


/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999;
	width: 60vw;
	max-width: 400px;
	height: calc(100% - 50px);
	/*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav {
	padding: 10px 10px 35px 70px;

}

@media screen and (max-width:414px) {

	#g-nav {
		width: 100%;
		height: 100vh;
		/*ナビの高さ*/
		padding: 70px 5px 50px 5px;
	}

	#g-nav.panelactive #g-nav-list {
		width: 100%;
		height: calc(100% - 100px);
		/*表示する高さ*/
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

}

#g-nav h1 {
	margin: 0 auto;
	padding: 15px;
	padding-top: 0;
	box-sizing: border-box;
	border-bottom: thin solid #063332;
	letter-spacing: .5em;
	margin-right: -.5em;
}

#g-nav h2 {
	font-size: 1em;
	margin: 0 auto;
}

#g-nav ul {
	padding-left: 20px;
	padding-top: 20px;
	/*ナビゲーション天地中央揃え
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);*/
}

/*リストのレイアウト設定*/

#g-nav ul.main-nav li {
	list-style: none;
	text-align: left;
	line-height: 1.8;
	padding: 11px 0;
}

#g-nav ul.main-nav li a {
	padding-bottom: 10px;
}


#g-nav li a {
	border-bottom: thin dashed #999;
	font-size: 1.2rem;
	display: block;
	width: 100%;
	font-family: 'M PLUS 1p', sans-serif;
}

#g-nav .icon-cover {
	display: flex;
	align-items: center;
}

#g-nav .icon-cover i {
	margin-right: 15px;
	max-width: 40px;
}

#g-nav .icon-cover i img {
	width: 100%;
}

#g-nav ul.sub-nav {
	padding: 10px 10px 10px 40px;
}

#g-nav ul.sub-nav li a {
	font-size: 1rem;
	border: none;
	line-height: 1.5;
}


/*メニュー以外をクリックしたら閉じる動き*/
.main_cover {
	position: fixed;
	width: 100%;
	visibility: hidden;
	z-index: -1;
	-webkit-transition: .3s;
	transition: .3s;
	top: 0;
}

.main_cover.active {
	height: 100vh;
	visibility: visible;
	background: rgba(255, 255, 255, 0.4);
	z-index: 9;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
	position: fixed;
	z-index: 9999;
	/*ボタンを最前面に*/
	top: 5px;
	right: 0px;
	cursor: pointer;
	width: 70px;
	height: 70px;
	background-color: #13A4AF;
}

/*×に変化*/
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 15px;
	height: 1px;
	border-radius: 2px;
	background-color: #fff;
	width: 55%;
}

.openbtn span:nth-of-type(1) {
	top: 15px;
}

.openbtn span:nth-of-type(2) {
	top: 23px;
}

.openbtn span:nth-of-type(3) {
	top: 31px;
}

.openbtn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 50%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 50%;
}

.drawer-text {
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	writing-mode: horizontal-tb;
	position: absolute;
	top: 40px;
	left: 17px;
	color: white;
}

@media screen and (max-width:435px) {
	.second-header a {
		justify-content: flex-start;
		margin: 0;
		margin-left: 5px;
	}

	#g-nav ul.main-nav li {
		padding: 5px;
	}

	#g-nav ul.main-nav li a {
		font-size: 1rem;
	}

	#g-nav ul.main-nav li a img {
		width: 20px;
		height: 20px;
	}

	.openbtn {
		width: 52px;
		height: 52px;
	}

	.drawer-text {
		top: 30px;
		left: 15px;
	}

	.tel_btn_2nd a {
		position: absolute;
		right: 60px;
	}

	.second-header img {
		width: 70px;
		height: 70px;
	}
}

/*サイドバーの中身*/
.side-conte {
	margin-top: 150px;
	display: flex;
	justify-content: center;
	white-space: nowrap;
}

.side-tategaki {
	writing-mode: vertical-rl;
}

.side-yokogaki {
	writing-mode: horizontal-tb;
}

.side-zip {
	font-size: 0.5rem;
	text-align: center;
	writing-mode: horizontal-tb;
}

.bus img {
	width: 50%;
	min-width: 320px;
	border-radius: 15px;
}

.gyouji {
	width: 100%;
	border-radius: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.gyouji-section {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	padding: 20px 10px;
}

.gyouji-section img {
	width: 120px;
}

.gyouji-section-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.gyouji-section-title p {
	font-size: 30px;
	font-weight: bold;
}

.gyouji-section-event-cover {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.gyouji-section-event {
	display: flex;
	margin-bottom: .5em;
}

.gyouji-section-event-day {
	margin-right: .5em;
	font-size: 25px;
}

.gyouji-section-event-content {
	font-size: 1rem;
}

.gyouji-01 {
	background-color: #FBE6EF;
}

.gyouji-01 p {
	color: #E95599;
}

.gyouji-01 .gyouji-section-event {
	border-bottom: 1px dotted #E95599;
}

.gyouji-02 {
	background-color: #FFFCDB;
}

.gyouji-02 p {
	color: #F39800;
}

.gyouji-02 .gyouji-section-event {
	border-bottom: 1px dotted #F39800;
}

.gyouji-03 {
	background-color: #DFF2FC;
}

.gyouji-03 p {
	color: #00A0E9;
}

.gyouji-03 .gyouji-section-event {
	border-bottom: 1px dotted #00A0E9;
}

@media (max-width:674px) {
	.gyouji-section {
		flex-direction: column;
	}

	.gyouji-section-title {
		flex-direction: row;
	}

	.gyouji-section-title img {
		margin-left: 1em;
	}

	.gyouji-section-event-cover {
		margin-left: 20px;
	}

	.gyouji-section-event {
		flex-direction: column;
	}

	.gyouji-section-event-day {
		margin-right: 0;
	}
}



/*=======================
202410デザインリニューアル
=======================*/
.renewal-content-top-bg {
	background-image: url(../img/renewal/content-top-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	aspect-ratio: 2.112/1;
	z-index: -3;
	margin-bottom: calc(-100% / 2.112); /* 高さ (1/2.112) に対してマイナスのmarginを設定 */
}

.renewal-content-middle-bg  {
	background-image: url(../img/renewal/content-middle-bg.png);
	background-repeat:  no-repeat;
	background-size: cover;
	width: 100%;
	aspect-ratio: 1.2/1;
	position: relative;
	top: 100%;
	z-index: -3;
	margin-bottom: calc(-100% / 1.2/1); /* 高さ (1/2.112) に対してマイナスのmarginを設定 */
}

.footer-bg {
	background-image: url(../img/renewal/footer-bg.png);
	background-repeat: no-repeat;
	background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
	background-size: cover;
	width: 100%;
	aspect-ratio: 1.2/1;
	z-index: -3;
	margin-top: calc(-100% / 1.2); /* 高さ (1/1.2) に対してマイナスのmarginを設定 */
}


@media (max-width:700px) {
	.renewal-content-top-bg {
		background-image: url(../img/renewal/content-top-bg-sp.png);
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		aspect-ratio: 1.056/1;
		z-index: -3;
		margin-bottom: calc(-100% / 1.056); /* 高さ (1/2.112) に対してマイナスのmarginを設定 */
	
	}
	.footer-bg {
		background-image: url(../img/renewal/footer-bg-sp.png);
		aspect-ratio: 0.828/1;
		margin-top: calc(-100% / 0.828); /* 高さ (1/1.2) に対してマイナスのmarginを設定 */
	}
	.renewal-content-middle-bg  {
		/* 
		background-image: url(../img/renewal/content-middle-bg-sp.png);
		aspect-ratio: 0.6/1;
		margin-bottom: calc(-100% / 0.6); /* 高さ (1/2.112) に対してマイナスのmarginを設定  */
		display: none;
	}
}