@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

.fontNotoSerif {
	font-family: "Noto Serif JP", serif;
}

@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
	color: #333333;

	font-family: 'Noto Sans JP', sans-serif;

	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/

	font-size: 13px;
	*font-size: small;
	*font: x-small;
	text-align: center;
	text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}

#top {
	/*overflow: hidden;*/
}

#wrap {
	overflow: hidden;
	/*width: 640px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	min-width: 1200px;
}


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

.relative-wrap {
	position: relative;
}

.contDispN {
	display: none;
}

p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
	max-height: 999999px;
	background-image: url(../img/spacer.gif);
}


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

.anc {
	position: relative;
}

.ancIn {
	position: absolute;
	top: -100px;
}

#top {
	/*padding-top: 69px;*/
}

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

.pc {
	display: block;
}

.sp {
	display: none;
}

.pcBr {
	display: inline;
}

.spBr {
	display: none;
}

.pcTable {
	display: table !important;
}

.spTable {
	display: none !important;
}

.contIn1040 {
	width: 1040px;
	margin: 0px auto;
	position: relative;
}

.contIn1100 {
	width: 1100px;
	margin: 0px auto;
	position: relative;
}


.radius200 {
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-o-border-radius: 200px;
	-ms-border-radius: 200px;
	border-radius: 200px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	body {

		/* font-family:	"HiraginoKaku-W3-90msp-RKSJ-H", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック",  Verdana, Osaka, "MS PGothic", Sans-Serif;*/

	}

	#wrap {
		overflow: hidden;
		width: auto;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
		min-width: 200px;
	}

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

	.anc {
		position: relative;
	}

	.ancIn {
		position: absolute;
		top: -60px;
	}

	#top {
		/*padding-top: 79px;*/
	}

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

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.pcBr {
		display: none;
	}

	.spBr {
		display: inline;
	}

	.pcTable {
		display: none !important;
	}

	.spTable {
		display: table !important;
	}

	.contIn1040 {
		width: auto;
	}

	.contIn1100 {
		width: auto;
	}


}


/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

.headerWrap01 {
	height: 100px;
}

.header01 {
	background-color: #ffffff;
	box-sizing: border-box;
	border-bottom: 5px solid #2B6360;
	padding: 0px 0px 0px 40px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.mainLogo01 img {
	width: 374px;
	height: auto;
}

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

.mainLogo01 {
	padding-bottom: 22px;
}

.headerNaviFlex01 {
	display: flex;
}

.headerNaviFlex01 li {
	position: relative;
	padding: 20px 25px 20px 25px;
	/*border-left: 1px solid #2B6360;*/
}

.headerNaviFlex01 li::before {
	content: "";
	width: 1px;
	height: 26px;
	background-color: #2B6360;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -13px;
}

.headerNaviFlex01 li:first-child::before {
	display: none;
}

.headerNaviFlex01 li a {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
}

.headerNaviFlex01 li a:link {
	color: #222222;
	text-decoration: none;
}

.headerNaviFlex01 li a:visited {
	color: #222222;
	text-decoration: none;
}

.headerNaviFlex01 li a:hover {
	color: #222222;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.headerNaviFlex01 li a:active {
	color: #222222;
	text-decoration: none;
}

.headerNaviFlex01 li a .s01 {
	color: #FF7A33;
	font-size: 18px;
}

.headerNaviFlex01 li a .s02 {
	color: #0765C3;
	font-size: 18px;
}

.inB01 {
	display: inline-block;
}

.headerBtn01 {
	padding: 10px;
}

.headerBtn01 a {
	position: relative;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	height: 75px;
	padding: 10px 68px 10px 42px;
	background-color: #FAF00F;
	border-radius: 100px;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: 500;
	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	transition-duration: 0.3s;
}

.headerBtn01 a:link {
	color: #222222;
	text-decoration: none;
}

.headerBtn01 a:visited {
	color: #222222;
	text-decoration: none;
}

.headerBtn01 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #E56AA7;
	transition-duration: 0.3s;
}

.headerBtn01 a:active {
	color: #222222;
	text-decoration: none;
}

.headerBtn01 a .s03 {
	font-size: 26px;
	font-weight: bold;
}

.headerBtn01 a::after {
	content: "";
	background-image: url("../img/btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 35px auto;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -18px;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.headerWrap01 {
		height: 60px;
	}

	.header01 {
		box-sizing: border-box;
		border-bottom: 5px solid #2B6360;
		padding: 0px 15px 0px 15px;
		display: flex;
		align-items: center;
		height: 60px;
	}

	.mainLogo01 img {
		width: 230px;
		height: auto;
	}

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

	.mainLogo01 {
		padding-bottom: 0px;
	}

	.headerNaviFlex01 {
		display: flex;
	}

	.headerNaviFlex01 li {
		position: relative;
		padding: 20px 25px 20px 25px;
		/*border-left: 1px solid #2B6360;*/
	}

	.headerNaviFlex01 li::before {
		content: "";
		width: 1px;
		height: 26px;
		background-color: #2B6360;
		position: absolute;
		left: 0px;
		top: 50%;
		margin-top: -13px;
	}

	.headerNaviFlex01 li:first-child::before {
		display: none;
	}

	.headerNaviFlex01 li a {
		font-size: 16px;
		line-height: 1.3em;
		font-weight: bold;
	}

	.headerNaviFlex01 li a:link {
		color: #222222;
		text-decoration: none;
	}

	.headerNaviFlex01 li a:visited {
		color: #222222;
		text-decoration: none;
	}

	.headerNaviFlex01 li a:hover {
		color: #222222;
		text-decoration: underline;
		text-underline-offset: 5px;
	}

	.headerNaviFlex01 li a:active {
		color: #222222;
		text-decoration: none;
	}

	.headerNaviFlex01 li a .s01 {
		color: #FF7A33;
		font-size: 18px;
	}

	.headerNaviFlex01 li a .s02 {
		color: #0765C3;
		font-size: 18px;
	}

	.inB01 {
		display: inline-block;
	}

	.headerBtn01 {
		padding: 10px;
	}

	.headerBtn01 a {
		position: relative;
		display: inline-flex;
		align-items: center;
		box-sizing: border-box;
		height: 75px;
		padding: 10px 68px 10px 42px;
		background-color: #FAF00F;
		border-radius: 100px;
		font-size: 22px;
		line-height: 1.3em;
		font-weight: 500;
		box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-o-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-ms-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		transition-duration: 0.3s;
	}

	.headerBtn01 a:link {
		color: #222222;
		text-decoration: none;
	}

	.headerBtn01 a:visited {
		color: #222222;
		text-decoration: none;
	}

	.headerBtn01 a:hover {
		color: #ffffff;
		text-decoration: none;
		background-color: #E56AA7;
		transition-duration: 0.3s;
	}

	.headerBtn01 a:active {
		color: #222222;
		text-decoration: none;
	}

	.headerBtn01 a .s03 {
		font-size: 26px;
		font-weight: bold;
	}

	.headerBtn01 a::after {
		content: "";
		background-image: url("../img/btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 35px auto;
		width: 35px;
		height: 35px;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -18px;
	}

	.naviSpWrap01 {
		/*display: none;*/
	}

	.naviBg01 {
		background-color: rgba(255, 255, 255, 0.6);
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0px;
		left: 0px;
		display: none;
		z-index: 1;
	}

	.panelactive .naviBg01 {
		display: block;
	}

	.naviSpCont01 {
		background-color: #ffffff;
		box-sizing: border-box;
		width: 80%;
		height: 100vh;
		padding: 75px 15px 40px 15px;
		margin: auto 0px auto auto;
		position: relative;
		z-index: 2;
	}

	/*========= ナビゲーションのためのCSS ===============*/

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

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

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

	/*ナビゲーション*/
	#g-nav ul {
		/*ナビゲーション天地中央揃え*/
	}

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

	#g-nav li {
		list-style: none;
		text-align: center;
	}

	#g-nav li a {
		color: #333;
		text-decoration: none;
		padding: 10px;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight: bold;
	}

	.openbtn1 {
		position: fixed;
		z-index: 9999;
		/*ボタンを最前面に*/
		top: 20px;
		right: 20px;
		cursor: pointer;
		width: auto;
		height: auto;
	}

	.openbtn1 img {
		width: auto;
		height: 23px;
	}

	.menuBtn01 {
		display: block;
	}

	.menuBtn02 {
		display: none;
	}

	.active .menuBtn01 {
		display: none;
	}

	.active .menuBtn02 {
		display: block;
	}

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

	.headerBtn01Sp01 {
		margin-bottom: 30px;
	}

	.headerBtn01Sp01 a {
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: 60px;
		width: 100%;
		padding: 5px;
		border-radius: 100px;
		background-color: #FAF00F;
		font-size: 14px;
		line-height: 1.3em;
		font-weight: 500;
		box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-o-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-ms-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	}

	.headerBtn01Sp01 a:link {
		color: #222222;
		text-decoration: none;
	}

	.headerBtn01Sp01 a:visited {
		color: #222222;
		text-decoration: none;
	}

	.headerBtn01Sp01 a:hover {
		color: #222222;
		text-decoration: none;
	}

	.headerBtn01Sp01 a:active {
		color: #222222;
		text-decoration: none;
	}

	.headerBtn01Sp01 a .s03 {
		font-size: 18px;
		font-weight: bold;
	}

	.menuNaviSp01 li {
		text-align: left;
		border-top: 1px solid #2B6360;
	}

	.menuNaviSp01 li:first-child {
		border-top: none;
	}

	.menuNaviSp01 li a {
		display: flex !important;
		align-items: center;
		box-sizing: border-box;
		height: 65px;
		padding: 10px 5px;
		text-align: left;
		font-size: 15px;
		line-height: 1.2em;
		font-weight: bold;
	}

	.menuNaviSp01 li a .s01 {
		font-size: 18px;
		color: #FF7A33;
	}

	.menuNaviSp01 li a .s02 {
		font-size: 18px;
		color: #0765C3;
	}



}



/* -------------------------------------------------------------------- 
 main
-------------------------------------------------------------------- */

.contBgCol01 {
	background-color: #E6FAFF;
}

.mainvisualWrap01 {
	background-color: #E6FAFF;
}

.mainvisual01 {
	position: relative;
	z-index: 0;
	animation-delay: 0.1s;
}

.mainTitWrap01 {
	padding: 55px 0px 22px 0px;
	position: relative;
	z-index: 1;
}

.mainH101 {
	margin-bottom: 25px;
	animation-delay: 1.0s;
}

.mainH101 img {
	width: 410px;
	height: auto;
}

.mainBg01 {
	width: 251px;
	position: absolute;
	top: 42px;
	right: 50%;
	margin-right: 298px;
	animation-delay: 1.6s;
}

.mainBg02 {
	width: 154px;
	position: absolute;
	top: 83px;
	right: 50%;
	margin-right: 504px;
	animation-delay: 1.6s;
}

.mainBg03 {
	width: 233px;
	position: absolute;
	top: 244px;
	right: 50%;
	margin-right: 352px;
	animation-delay: 1.6s;
}

.mainUl01 {}

.mainUl01 .li01 {
	width: 207px;
	position: absolute;
	top: 58px;
	left: 50%;
	margin-left: 249px;
	animation-delay: 2.2s;
}

.mainUl01 .li02 {
	width: 173px;
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: 380px;
	animation-delay: 2.2s;
}

.mainText01 {
	animation-delay: 2.8s;
}

.mainText01 img {
	width: 502px;
	height: auto;
}

.mainText02 {
	font-size: 18px;
	line-height: 2.0em;
	font-weight: bold;
	text-align: center;
}

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

.contWrap01 {
	padding: 114px 0px 80px 0px;
}

.contH301 {
	text-align: center;
}

.contH301 .s01 {
	display: block;
}

.contH301 .s01 img {
	width: 592px;
	height: auto;
}

.contH301 .s02 {
	display: block;
	font-size: 26px;
	line-height: 1.6em;
	font-weight: bold;
	margin-top: 5px;
}

.contH301 .s02 .s0202 {
	color: #FF7A33;
	font-size: 36px;
}

.contH301 .s02 .s0203 {
	color: #0765C3;
	font-size: 36px;
}

.wrap01Bg01 {
	width: 374px;
	position: absolute;
	top: -34px;
	right: 50%;
	margin-right: 275px;
}

.wrap01Flex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 28px auto auto auto;
}

.wrap01Flex01 li {
	width: 320px;
	margin-bottom: 29px;
	border: 4px solid #ffffff;
	border-radius: 10px;
	overflow: hidden;
}

.wrap01Flex01 li .boxIn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 60px;
	padding: 4px 10px 6px 10px;
	background-color: #FFAD33;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.22em;
	font-weight: bold;
}

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

.contWrap02 {
	padding: 0px 0px 50px 0px;
}

.wrap02Bg01 {
	width: 346px;
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: 317px;
}

.wrap01Flex01.flex02 {
	width: 710px;
	margin: 25px auto auto auto;
}

.wrap01Flex01.flex02 li {
	width: 320px;
}

.wrap01Flex01.flex02 li .boxIn01 {
	background-color: #51C1EA;
}

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

.contWrap03 {
	background-color: #D9BF90;
	padding: 26px 0px 33px 0px;
}

.contH302 {
	text-align: center;
}

.contH302 .s01 {
	display: inline-block;
	width: 341px;
	position: relative;
}

.contH302 .s01::before {
	content: "";
	background-image: url("../img/cont03_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 117px auto;
	width: 117px;
	height: 74px;
	position: absolute;
	left: -137px;
	top: 50%;
	margin-top: -37px;
}

.slickSnapWrap01 {
	max-width: 1500px;
	width: 100%;
	margin: 40px auto auto auto;
	overflow: hidden;
}

.slickSnap01 {
	width: 1500px;
}

.slickSnap01 li {
	box-sizing: border-box;
	width: 300px;
	padding: 0px 15px;
}

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

.contWrap04 {
	padding: 60px 0px 120px 0px;
	background-image: url("../img/cont05_bg01.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 40px;
	background-color: #E6FAFF;
}

.wrap04Box01 {
	position: relative;
	background-color: #ffffff;
	padding: 85px 120px 20px 120px;
	border-radius: 10px;
	box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	-webkit-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	-moz-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	-o-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	-ms-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
}

.wrap04Box01::before {
	content: "";
	background-image: url("../img/cont04_top_ring01.png");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 55px;
	width: 96%;
	height: 55px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -48%;
}

.wrap04ContBox01 {
	margin-bottom: 30px;
}

.wrap04H301 {
	background-color: #FFAD33;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 40px;
	padding: 3px 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.wrap04H301 img {
	width: auto;
	height: 22px;
}

.wrap04Table01 {}

.wrap04Table01 th {
	text-align: left;
	vertical-align: top;
	padding: 10px 20px 10px 0px;
}

.wrap04Table01 th img {
	width: 128px;
	height: auto;
}

.wrap04Table01 td {
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.75em;
	font-weight: bold;
	padding: 15px 0px;
}

.wrap04Table01 .icon01 {
	color: #FFAD33;
}

.wrap04TableP01 {
	color: #2B6360;
	font-size: 22px;
	line-height: 1.45em;
	font-weight: bold;
}

.Middle .wrap04H301 {
	background-color: #51C1EA;
}

.Middle .wrap04Table01 .icon01 {
	color: #51C1EA;
}

.common .wrap04H301 {
	background-color: #2B6360;
}

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

.wrap04BtnFlex01 {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.wrap04BtnFlex01 li {
	width: 490px;
	margin: auto 18px;
}

.wrap04BtnFlex01 li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 100px;
	border-radius: 150px;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: 500;
	transition-duration: 0.3s;
}

.wrap04BtnFlex01 a:link {
	color: #222222;
	text-decoration: none;
}

.wrap04BtnFlex01 a:visited {
	color: #222222;
	text-decoration: none;
}

.wrap04BtnFlex01 a:hover {
	color: #ffffff;
	text-decoration: none;
}

.wrap04BtnFlex01 a:active {
	color: #222222;
	text-decoration: none;
}

.wrap04BtnFlex01 li.li01 a:hover {
	background-color: #FF7A33;
	transition-duration: 0.3s;
}

.wrap04BtnFlex01 li.li02 a:hover {
	background-color: #0765C3;
	transition-duration: 0.3s;
}

.wrap04BtnFlex01 li a .s01 {
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
}

.wrap04BtnFlex01 li.li01 a {
	background-color: #FFAD33;
}

.wrap04BtnFlex01 li.li02 a {
	background-color: #51C1EA;
}

.wrap04BtnFlex01 li a::after {
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 55px auto;
	width: 55px;
	height: 55px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -28px;
}

.wrap04BtnFlex01 li.li01 a::after {
	background-image: url("../img/cont_btn_ar01.png");
}

.wrap04BtnFlex01 li.li02 a::after {
	background-image: url("../img/cont_btn_ar02.png");
}

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

.contWrap05 {
	background-image: url("../img/cont08_bg01.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 40px;
	background-color: #FFF189;
	padding: 70px 0px 120px 0px;
}

.wrap05Bg01 {
	width: 258px;
	position: absolute;
	top: 20px;
	right: 50%;
	margin-right: 342px;
}

.contH301.h30102 .s01 {
	margin-bottom: 30px;
}

.contH301.h30102 .s01 img {
	width: 565px;
	height: auto;
}

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

.wrap05Box01 {
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 48px 70px 40px 70px;
	margin-top: 60px;
	box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	-webkit-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	-moz-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	-o-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	-ms-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
}

.wrap05Box01::before {
	content: "●";
	color: #FFAD33;
	font-size: 26px;
	line-height: 1.0em;
	position: absolute;
	top: 28px;
	left: 20px;
}

.wrap05Box01::after {
	content: "●";
	color: #FFAD33;
	font-size: 26px;
	line-height: 1.0em;
	position: absolute;
	top: 28px;
	right: 20px;
}

.wrap05Tit01 {
	text-align: center;
	margin-bottom: 30px;
}

.wrap05Tit01 .h401 {
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}

.wrap05Tit01 .h401.icon01::before {
	content: "";
	background-image: url("../img/cont06_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 124px auto;
	width: 124px;
	height: 84px;
	position: absolute;
	right: -144px;
	top: 50%;
	margin-top: -42px;
}

.wrap05Tit01 .h401.icon02::before {
	content: "";
	background-image: url("../img/cont07_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 130px auto;
	width: 130px;
	height: 89px;
	position: absolute;
	left: -150px;
	top: 50%;
	margin-top: -50px;
}

.wrap05Tit01 .h401.icon03::before {
	content: "";
	background-image: url("../img/cont09_icon01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 132px auto;
	width: 132px;
	height: 71px;
	position: absolute;
	left: -132px;
	top: 50%;
	margin-top: -35px;
}

.wrap05Tit01 .h401 img {
	width: auto;
	height: 63px;
}

.wrap05Tit01 .text01 {
	font-size: 14px;
	line-height: 1.15em;
	font-weight: 500;
}

.wrap05AcBox01 {
	margin-bottom: 60px;
}

.wrap05Ac01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 860px;
	height: 40px;
	margin: 0px auto;
	border-radius: 10px;
	background-color: #2B6360;
	cursor: pointer;
}

.wrap05Ac01::after {
	content: "";
	background-image: url("../img/cont05_ac01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}

.wrap05Ac01.open::after {
	background-image: url("../img/cont05_ac01_on.png");
}

.wrap05Ac01 .img01 img {
	height: 24px;
	width: auto;
}

.ac01Text01 {
	width: 77px;
	position: absolute;
	left: 48px;
	bottom: 0px;
}

.wrap05AcCont01 {
	display: none;
}

.wrap05AcContIn01 {
	padding: 34px 0px 0px 90px;
}

.swiperModalButton.modalBtn02 {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}


/* ---------------------------- */
/* --- Base --- */
/* ---------------------------- */
.swiperModalButton {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.swiperModalButton button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	background: transparent;
	height: 76px;
	width: 310px;
	background-color: #FFAD33;
	border-radius: 100px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	margin: auto 0px 20px 0px;
	cursor: pointer;
	transition-duration: 0.3s;
}

.swiperModalButton button:hover {
	background-color: #FF7A33;
	transition-duration: 0.3s;
}

/*----*/

.modalInSlider {
	background-color: rgba(43, 99, 96, 0.9);
	border-radius: 10px;
	padding: 25px 80px 75px 80px;
	box-sizing: border-box;
}

.modalTit01 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

.modalFlex01 {
	display: flex;
	justify-content: space-between;
}

.modalFlex01 .img01 {
	width: 320px;
	border-radius: 10px;
	overflow: hidden;
	flex-shrink: 0;
}

.modalFlex01 .box01 {
	background-color: #ffffff;
	box-sizing: border-box;
	width: 400px;
	border-radius: 10px;
	padding: 15px 20px;
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
	font-weight: 500;
}

.modalFlex01 .box01 dl {
	margin-top: 1.5em;
}

.modalFlex01 .box01 dt {
	color: #2B6360;
}

.modalFlex01 .box01 dd .sCol01 {
	color: #FFAD33;
}

/*2024.6.25追加*/
.modalFlex01 .box01 dd .sCol02 {
	color: #51C1EA;
}

/* モーダル */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
	pointer-events: none;
	opacity: 0;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルがactiveの時 */
.modal.is-active {
	opacity: 1;
	pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
	position: relative;
	width: 100%;
	max-width: 900px;
	padding: 0px;
	overflow: hidden;
}

/*.modal_inner {
    filter: drop-shadow(0px 0px 4px #ddd);
    background: #FFF;
    width: 90%;
    margin: 0 auto;
    border-radius: 2px;
    padding: 20px 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}*/

/* 閉じるボタン */
.modal__close-btn {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 30px;
	height: auto;
	cursor: pointer;
	z-index: 20;
}

.modal__close-btn:hover {
	opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	line-height: 1;
	width: 2rem;
	height: 0.1rem;
	background: currentColor;
	border-radius: 0.1rem;
	position: relative;
	transform: rotate(45deg);
}

.lineClose::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}

p.swiperText {
	margin: 0;
	text-align: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px auto;
}

.swiper-button-next {
	background-image: url("../img/modal_next01.png");
}

.swiper-button-prev {
	background-image: url("../img/modal_plev01.png");
}


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

.contWrap06 {
	background-image: url("../img/cont10_bg01.png");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 40px;
	background-color: #BFE4FF;
	padding: 70px 0px 120px 0px;
}

.wrap06Bg01 {
	width: 233px;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: 320px;
}

.contWrap06 .wrap05Box01::before {
	color: #51C1EA;
}

.contWrap06 .wrap05Box01::after {
	color: #51C1EA;
}

.contWrap06 .swiperModalButton button {
	background-color: #51C1EA;
}

.contWrap06 .swiperModalButton button:hover {
	background-color: #0765C3;
}

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

.contWrap07 {
	background-color: #E6FAFF;
}

.wrao07H301 {
	margin-top: -20px;
	margin-bottom: 50px;
}

.wrao07H301 img {
	width: 538px;
	height: auto;
}

.wrap07Flex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wrap07Flex01 li {
	width: 48%;
	display: flex;
	margin-bottom: 55px;
}

.wrap07Box01 {
	width: 140px;
	flex-shrink: 0;
	position: relative;
}

.wrap07Box01::before {
	content: "";
	background-image: url("../img/cont10_flag01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 76px auto;
	width: 76px;
	height: 62px;
	position: absolute;
	left: 0px;
	top: -20px;
}

.wrap07Box02 {
	margin-left: 10px;
}

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

.contactWrap01 {
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 0px;
	margin: 80px auto 80px auto;
	box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	-webkit-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	-moz-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	-o-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	-ms-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
}

.contactWrap01In {
	position: relative;
	padding: 30px;
}

.contactWrap01::before {
	content: "●";
	font-size: 26px;
	line-height: 1.0em;
	color: #2B6360;
	position: absolute;
	top: 20px;
	left: 20px;
}

.contactWrap01::after {
	content: "●";
	font-size: 26px;
	line-height: 1.0em;
	color: #2B6360;
	position: absolute;
	top: 20px;
	right: 20px;
}

.contactWrap01In::before {
	content: "●";
	font-size: 26px;
	line-height: 1.0em;
	color: #2B6360;
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.contactWrap01In::after {
	content: "●";
	font-size: 26px;
	line-height: 1.0em;
	color: #2B6360;
	position: absolute;
	bottom: 20px;
	right: 20px;
}




.contactBox01 {
	margin-bottom: 40px;
}

.contactText01 {
	font-size: 32px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
}

.contactBtn01 {}

.contactBtn01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 120px;
	width: 600px;
	margin: auto;
	background-color: #FAF00F;
	border-radius: 160px;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: 500;
	transition-duration: 0.3s;
	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
}

.contactBtn01 a:link {
	color: #222222;
	text-decoration: none;
}

.contactBtn01 a:visited {
	color: #222222;
	text-decoration: none;
}

.contactBtn01 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #E56AA7;
	transition-duration: 0.3s;
}

.contactBtn01 a:active {
	color: #222222;
	text-decoration: none;
}

.contactBtn01 a .s01 {
	font-size: 32px;
	font-weight: bold;
}

.contactBtn01 a::after {
	content: "";
	background-image: url("../img/contact_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -25px;
}

.contactBtn01 .aBtn01 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 120px;
	width: 600px;
	margin: auto;
	background-color: #FAF00F;
	border-radius: 160px;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: 500;
	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
}

.contactBtn01 .aBtn01 .s01 {
	font-size: 32px;
	font-weight: bold;
}

.contactBtn01 .aBtn01::after {
	content: "";
	background-image: url("../img/contact_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -25px;
}

.contactText02 {
	font-size: 26px;
	line-height: 1.6em;
	font-weight: bold;
}

.contactText02 .s01 {
	font-size: 24px;
	font-weight: 500;
}

.contactTel01 {
	margin-top: 5px;
}

.contactTel01 img {
	width: 443px;
	height: auto;
}

.contWrap08 {
	background-image: url("../img/cont_bottom_img02.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: #E6FAFF;
	box-sizing: border-box;
	padding: 108px 0px 0px 0px;
	height: 540px;
}


.bottomBtn01 {}

.bottomBtn01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 120px;
	width: 600px;
	margin: auto;
	background-color: #ffffff;
	border-radius: 160px;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: 500;
	transition-duration: 0.3s;
	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
}

.bottomBtn01 a:link {
	color: #222222;
	text-decoration: none;
}

.bottomBtn01 a:visited {
	color: #222222;
	text-decoration: none;
}

.bottomBtn01 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #cccccc;
	transition-duration: 0.3s;
}

.bottomBtn01 a:active {
	color: #222222;
	text-decoration: none;
}

.bottomBtn01 a .p01 {
	font-size: 32px;
	font-weight: bold;
}

.bottomBtn01 a::after {
	content: "";
	background-image: url("../img/contact_btn_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px auto;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -25px;
}





/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.contBgCol01 {
		background-color: #E6FAFF;
	}

	.mainvisualWrap01 {
		background-color: #E6FAFF;
	}

	.mainvisual01 {
		position: relative;
		z-index: 0;
		animation-delay: 0.1s;
	}

	.mainTitWrap01 {
		padding: 174px 35px 10px 35px;
		position: relative;
		z-index: 1;
	}

	.mainH101 {
		margin-bottom: 25px;
		animation-delay: 1.0s;
	}

	.mainH101 img {
		width: 410px;
		height: auto;
	}

	.mainBg01 {
		width: 164px;
		position: absolute;
		top: 59px;
		right: -8px;
		margin-right: 0px;
	}

	.mainBg02 {
		width: 100px;
		position: absolute;
		top: 6px;
		right: 50%;
		margin-right: -42px;
	}

	.mainBg03 {
		width: 148px;
		position: absolute;
		top: 59px;
		right: auto;
		margin-right: 0px;
		left: 4px;
	}

	.mainUl01 {
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}

	.mainUl01 .li01 {
		width: 145px;
		position: relative;
		top: 0px;
		left: 0px;
		margin-left: 0px;
		margin-right: 5px;
	}

	.mainUl01 .li02 {
		width: 145px;
		position: relative;
		top: 0px;
		left: 0px;
		margin-left: 5px;
	}

	.mainText01 {
		animation-delay: 2.8s;
	}

	.mainText01 img {
		width: 502px;
		height: auto;
	}

	.mainText02 {
		font-size: 16px;
		line-height: 1.85em;
		font-weight: bold;
		text-align: left;
		padding: 20px 15px 0px 15px;
	}

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

	.contWrap01 {
		padding: 30px 15px 30px 15px;
	}

	.contH301 {
		text-align: center;
	}

	.contH301 .s01 {
		display: block;
	}

	.contH301 .s01 img {
		width: 592px;
		height: auto;
	}

	.contH301 .s02 {
		display: block;
		font-size: 15px;
		line-height: 1.6em;
		font-weight: bold;
		margin-top: 15px;
		padding-right: 30px;
	}

	.contH301 .s02 .s0202 {
		color: #FF7A33;
		font-size: 21px;
	}

	.contH301 .s02 .s0203 {
		color: #0765C3;
		font-size: 21px;
	}

	.wrap01Bg01 {
		width: 100px;
		position: absolute;
		top: 64px;
		right: 0px;
		margin-right: 0px;
	}

	.wrap01Flex01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 28px auto auto auto;
	}

	.wrap01Flex01 li {
		width: 48%;
		margin-bottom: 10px;
		border: 2px solid #ffffff;
		border-radius: 10px;
		overflow: hidden;
	}

	.wrap01Flex01 li .boxIn01 {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-sizing: border-box;
		height: 42px;
		padding: 4px 10px 6px 10px;
		background-color: #FFAD33;
		color: #FFFFFF;
		font-size: 14px;
		line-height: 1.22em;
		font-weight: bold;
	}

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

	.contWrap02 {
		padding: 0px 15px 30px 15px;
	}

	.wrap02Bg01 {
		width: 80px;
		position: absolute;
		top: 50px;
		left: auto;
		margin-left: 0px;
		right: 0px;
	}

	.wrap01Flex01.flex02 {
		width: auto;
		margin: 25px auto auto auto;
	}

	.wrap01Flex01.flex02 li {
		width: 48%;
	}

	.wrap01Flex01.flex02 li .boxIn01 {
		background-color: #51C1EA;
	}

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

	.contWrap03 {
		background-color: #D9BF90;
		padding: 30px 0px 33px 0px;
	}

	.contH302 {
		text-align: center;
	}

	.contH302 .s01 {
		display: inline-block;
		width: 50%;
		position: relative;
	}

	.contH302 .s01::before {
		content: "";
		background-image: url("../img/cont03_icon01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 63px auto;
		width: 63px;
		height: 40px;
		position: absolute;
		left: -80px;
		top: 50%;
		margin-top: -20px;
	}

	.slickSnapWrap01 {
		max-width: 1500px;
		width: 100%;
		margin: 40px auto auto auto;
		overflow: hidden;
	}

	.slickSnap01 {
		width: auto;
	}

	.slickSnap01 li {
		box-sizing: border-box;
		width: 300px;
		padding: 0px 30px;
	}

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

	.contWrap04 {
		padding: 44px 20px 60px 20px;
		background-image: url("../img/cont05_bg01.png");
		background-repeat: repeat-x;
		background-position: center bottom;
		background-size: auto 40px;
		background-color: #E6FAFF;
	}

	.wrap04Box01 {
		position: relativee;
		background-color: #ffffff;
		padding: 23px 10px 20px 10px;
		border-radius: 10px;
		box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
		-webkit-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
		-moz-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
		-o-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
		-ms-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	}

	.wrap04Box01::before {
		content: "";
		background-image: url("../img/cont04_top_ring01.png");
		background-repeat: repeat-x;
		background-position: center center;
		background-size: auto 28px;
		width: 96%;
		height: 28px;
		position: absolute;
		top: -18px;
		left: 50%;
		margin-left: -48%;
	}

	.wrap04ContBox01 {
		margin-bottom: 30px;
	}

	.wrap04H301 {
		background-color: #FFAD33;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: 32px;
		padding: 3px 10px;
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.wrap04H301 img {
		width: auto;
		height: 22px;
	}

	.wrap04Table01 {
		display: block;
	}

	.wrap04Table01 th {
		display: block;
		text-align: left;
		vertical-align: top;
		padding: 10px 0px 0px 0px;
	}

	.wrap04Table01 th img {
		width: 128px;
		height: auto;
	}

	.wrap04Table01 td {
		display: block;
		text-align: left;
		vertical-align: top;
		font-size: 16px;
		line-height: 1.75em;
		font-weight: bold;
		padding: 15px 0px;
	}

	.wrap04Table01 .icon01 {
		color: #FFAD33;
	}

	.wrap04TableP01 {
		color: #2B6360;
		font-size: 22px;
		line-height: 1.45em;
		font-weight: bold;
	}

	.Middle .wrap04H301 {
		background-color: #51C1EA;
	}

	.Middle .wrap04Table01 .icon01 {
		color: #51C1EA;
	}

	.common .wrap04H301 {
		background-color: #2B6360;
	}

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

	.wrap04BtnFlex01 {
		display: block;
		margin-top: 0px;
	}

	.wrap04BtnFlex01 li {
		width: auto;
		margin: 30px auto 0px auto;
	}

	.wrap04BtnFlex01 li a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: 74px;
		border-radius: 150px;
		font-size: 20px;
		line-height: 1.3em;
		font-weight: 500;
		transition-duration: 0.3s;
	}

	.wrap04BtnFlex01 a:link {
		color: #222222;
		text-decoration: none;
	}

	.wrap04BtnFlex01 a:visited {
		color: #222222;
		text-decoration: none;
	}

	.wrap04BtnFlex01 a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	.wrap04BtnFlex01 a:active {
		color: #222222;
		text-decoration: none;
	}

	.wrap04BtnFlex01 li.li01 a:hover {
		background-color: #FF7A33;
		transition-duration: 0.3s;
	}

	.wrap04BtnFlex01 li.li02 a:hover {
		background-color: #0765C3;
		transition-duration: 0.3s;
	}

	.wrap04BtnFlex01 li a .s01 {
		display: inline-block;
		font-size: 23px;
		font-weight: bold;
	}

	.wrap04BtnFlex01 li.li01 a {
		background-color: #FFAD33;
	}

	.wrap04BtnFlex01 li.li02 a {
		background-color: #51C1EA;
	}

	.wrap04BtnFlex01 li a::after {
		content: "";
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 42px auto;
		width: 42px;
		height: 42px;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -21px;
	}

	.wrap04BtnFlex01 li.li01 a::after {
		background-image: url("../img/cont_btn_ar01.png");
	}

	.wrap04BtnFlex01 li.li02 a::after {
		background-image: url("../img/cont_btn_ar02.png");
	}

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

	.contWrap05 {
		background-image: url("../img/cont08_bg01.png");
		background-repeat: repeat-x;
		background-position: center bottom;
		background-size: auto 40px;
		background-color: #FFF189;
		padding: 20px 20px 60px 20px;
	}

	.wrap05Bg01 {
		width: 90px;
		position: absolute;
		top: 48px;
		right: auto;
		margin-right: 0px;
		left: -20px;
	}

	.contH301.h30102 .s01 {
		margin-bottom: 30px;
	}

	.contH301.h30102 .s01 img {
		width: 565px;
		height: auto;
	}

	.wrap05SpBox01 {
		margin-bottom: 20px !important;
	}

	.wrap05SpBox02 {
		text-align: left;
		margin-top: 0px !important;
		padding-left: 80px;
	}

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

	.wrap05Box01 {
		position: relative;
		background-color: #ffffff;
		border-radius: 10px;
		box-sizing: border-box;
		padding: 40px 15px 10px 15px;
		margin-top: 28px;
		box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
		-webkit-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
		-moz-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
		-o-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
		-ms-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	}

	.wrap05Box01::before {
		content: "●";
		color: #FFAD33;
		font-size: 10px;
		line-height: 1.0em;
		position: absolute;
		top: 10px;
		left: 10px;
	}

	.wrap05Box01::after {
		content: "●";
		color: #FFAD33;
		font-size: 10px;
		line-height: 1.0em;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.wrap05Tit01 {
		text-align: center;
		margin-bottom: 30px;
	}

	.wrap05Tit01 .h401 {
		display: inline-block;
		position: relative;
		margin-bottom: 20px;
	}

	.wrap05Tit01 .h401.icon01::before {
		content: "";
		background-image: url("../img/cont06_icon01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 62px auto;
		width: 62px;
		height: 42px;
		position: absolute;
		right: 0px;
		top: auto;
		margin-top: 0px;
		bottom: -60px;
	}

	.wrap05Tit01 .h401.icon02::before {
		content: "";
		background-image: url("../img/cont07_icon01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 130px auto;
		width: 130px;
		height: 89px;
		position: absolute;
		left: -150px;
		top: 50%;
		margin-top: -50px;
	}

	.wrap05Tit01 .h401.icon03::before {
		content: "";
		background-image: url("../img/cont09_icon01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 78px auto;
		width: 78px;
		height: 42px;
		position: absolute;
		left: auto;
		right: 0px;
		top: 40px;
		margin-top: 0px;
	}

	.wrap05Tit01 .h401 img {
		width: 100%;
		height: auto;
	}

	.wrap05Tit01 .text01 {
		font-size: 11px;
		line-height: 1.15em;
		font-weight: 500;
	}

	.wrap05AcBox01 {
		margin-bottom: 35px;
	}

	.wrap05Ac01 {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		width: auto;
		height: 60px;
		margin: 0px auto;
		border-radius: 10px;
		background-color: #2B6360;
		cursor: pointer;
	}

	.wrap05Ac01::after {
		content: "";
		background-image: url("../img/cont05_ac01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 20px auto;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -10px;
	}

	.wrap05Ac01.open::after {
		background-image: url("../img/cont05_ac01_on.png");
	}

	.wrap05Ac01 .img01 img {
		height: 24px;
		width: auto;
	}

	.ac01Text01 {
		width: 64px;
		position: absolute;
		left: 10px;
		bottom: 20px;
	}

	.wrap05AcCont01 {
		display: none;
	}

	.wrap05AcContIn01 {
		padding: 15px 0px 0px 0px;
	}

	.swiperModalButton.modalBtn02 {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}


	/* ---------------------------- */
	/* --- Base --- */
	/* ---------------------------- */
	.swiperModalButton {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.swiperModalButton button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 0;
		border: none;
		background: transparent;
		height: 76px;
		width: 48%;
		background-color: #FFAD33;
		border-radius: 20px;
		color: #ffffff;
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		letter-spacing: -0.05em;
		margin: auto 0px 20px 0px;
		cursor: pointer;
		transition-duration: 0.3s;
	}

	.swiperModalButton button:hover {
		background-color: #FF7A33;
		transition-duration: 0.3s;
	}

	/*----*/

	.modalInSlider {
		background-color: rgba(43, 99, 96, 0.9);
		border-radius: 10px;
		padding: 30px 35px 55px 35px;
		box-sizing: border-box;
	}

	.modalTit01 {
		color: #ffffff;
		font-size: 18px;
		line-height: 1.3em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 13px;
	}

	.modalFlex01 {
		display: block;
		justify-content: space-between;
	}

	.modalFlex01 .img01 {
		width: auto;
		border-radius: 10px;
		overflow: hidden;
		flex-shrink: 0;
		margin-bottom: 10px;
	}

	.modalFlex01 .img01 img {
		object-fit: cover;
		width: 100%;
		height: 190px;
	}

	.modalFlex01 .box01 {
		background-color: #ffffff;
		box-sizing: border-box;
		width: auto;
		border-radius: 10px;
		padding: 10px 15px;
		text-align: left;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.modalFlex01 .box01 dl {
		margin-top: 1.0em;
	}

	.modalFlex01 .box01 dt {
		color: #2B6360;
	}

	.modalFlex01 .box01 dd .sCol01 {
		color: #FFAD33;
	}

	/* モーダル */
	.modal {
		position: fixed;
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: 100%;
		height: 100vh;
		padding: 20px 0px;
		display: block;
		align-items: center;
		justify-content: center;
		transition: opacity 0.3s;
		pointer-events: none;
		opacity: 0;
		z-index: 100;
		background-color: rgba(255, 255, 255, 0.9);
	}

	/* モーダルがactiveの時 */
	.modal.is-active {
		opacity: 1;
		pointer-events: auto;
	}

	/* モーダル背景のオーバーレイ部分 */
	.modal__overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	/* モーダルのコンテンツ */
	.modal__content {
		position: relative;
		width: 100%;
		max-width: 900px;
		padding: 0px;
		overflow: hidden;
	}

	/*.modal_inner {
			filter: drop-shadow(0px 0px 4px #ddd);
			background: #FFF;
			width: 90%;
			margin: 0 auto;
			border-radius: 2px;
			padding: 20px 25px;
			display: flex;
			justify-content: flex-start;
			align-items: center;
	}*/

	/* 閉じるボタン */
	.modal__close-btn {
		width: 100%;
		text-align: center;
		position: absolute;
		left: 0px;
		bottom: 20px;
		height: auto;
		cursor: pointer;
		z-index: 20;
	}

	.modal__close-btn:hover {
		opacity: 0.8;
	}

	/* 閉じるボタンのX */
	.lineClose {
		display: inline-block;
		vertical-align: middle;
		color: #ffffff;
		line-height: 1;
		width: 2rem;
		height: 0.1rem;
		background: currentColor;
		border-radius: 0.1rem;
		position: relative;
		transform: rotate(45deg);
	}

	.lineClose::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: inherit;
		border-radius: inherit;
		transform: rotate(90deg);
	}

	p.swiperText {
		margin: 0;
		text-align: center;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		display: none;
	}

	.swiper-button-next,
	.swiper-button-prev {
		position: absolute;
		top: 190px;
		width: 40px;
		height: 40px;
		margin-top: 0px;
		z-index: 10;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		color: transparent;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 40px auto;
	}

	.swiper-button-next {
		background-image: url("../img/modal_next01.png");
	}

	.swiper-button-prev {
		background-image: url("../img/modal_plev01.png");
	}


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

	.contWrap06 {
		background-image: url("../img/cont10_bg01.png");
		background-repeat: repeat-x;
		background-position: center bottom;
		background-size: auto 40px;
		background-color: #BFE4FF;
		padding: 20px 20px 60px 20px;
	}

	.wrap06Bg01 {
		width: 101px;
		position: absolute;
		top: 60px;
		left: auto;
		margin-left: 0px;
		right: 0px;
	}

	.contWrap06 .wrap05Box01::before {
		color: #51C1EA;
	}

	.contWrap06 .wrap05Box01::after {
		color: #51C1EA;
	}

	.contWrap06 .swiperModalButton button {
		background-color: #51C1EA;
	}

	.contWrap06 .swiperModalButton button:hover {
		background-color: #0765C3;
	}

	.wrap05SpBox03 {
		margin-bottom: 20px !important;
	}

	.wrap05SpBox04 {
		text-align: left;
	}

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

	.contWrap07 {
		background-color: #E6FAFF;
		padding: 10px 20px 0px 20px;
	}

	.wrao07H301 {
		margin-top: -20px;
		margin-bottom: 50px;
	}

	.wrao07H301 img {
		width: 300px;
		height: auto;
	}

	.wrap07Flex01 {
		display: block;
	}

	.wrap07Flex01 li {
		width: auto;
		display: flex;
		margin-bottom: 34px;
	}

	.wrap07Box01 {
		width: 96px;
		flex-shrink: 0;
		position: relative;
	}

	.wrap07Box01::before {
		content: "";
		background-image: url("../img/cont10_flag01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 76px auto;
		width: 76px;
		height: 62px;
		position: absolute;
		left: 0px;
		top: -20px;
	}

	.wrap07Box02 {
		margin-left: 10px;
	}

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

	.contactWrap01 {
		background-color: #ffffff;
		border-radius: 10px;
		padding: 0px;
		margin: 40px auto 0px auto;
		box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
		-webkit-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
		-moz-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
		-o-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
		-ms-box-shadow: 6px 6px 0px 0px rgba(34, 34, 34, 0.3);
	}

	.contactWrap01In {
		position: relative;
		padding: 15px;
	}

	.contactWrap01::before {
		content: "●";
		font-size: 10px;
		line-height: 1.0em;
		color: #2B6360;
		position: absolute;
		top: 6px;
		left: 6px;
	}

	.contactWrap01::after {
		content: "●";
		font-size: 10px;
		line-height: 1.0em;
		color: #2B6360;
		position: absolute;
		top: 6px;
		right: 6px;
	}

	.contactWrap01In::before {
		content: "●";
		font-size: 10px;
		line-height: 1.0em;
		color: #2B6360;
		position: absolute;
		bottom: 6px;
		left: 6px;
	}

	.contactWrap01In::after {
		content: "●";
		font-size: 10px;
		line-height: 1.0em;
		color: #2B6360;
		position: absolute;
		bottom: 6px;
		right: 6px;
	}

	.contactBox01 {
		margin-bottom: 15px;
	}

	.contactText01 {
		font-size: 16px;
		line-height: 1.6em;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.contactBtn01 {}

	.contactBtn01 a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: 70px;
		width: 300px;
		margin: auto;
		background-color: #FAF00F;
		border-radius: 160px;
		font-size: 18px;
		line-height: 1.3em;
		font-weight: 500;
		transition-duration: 0.3s;
		box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-o-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-ms-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	}

	.contactBtn01 a:link {
		color: #222222;
		text-decoration: none;
	}

	.contactBtn01 a:visited {
		color: #222222;
		text-decoration: none;
	}

	.contactBtn01 a:hover {
		color: #ffffff;
		text-decoration: none;
		background-color: #E56AA7;
		transition-duration: 0.3s;
	}

	.contactBtn01 a:active {
		color: #222222;
		text-decoration: none;
	}

	.contactBtn01 a .s01 {
		font-size: 22px;
		font-weight: bold;
	}

	.contactBtn01 a::after {
		content: "";
		background-image: url("../img/contact_btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 32px auto;
		width: 32px;
		height: 32px;
		position: absolute;
		right: 14px;
		top: 50%;
		margin-top: -16px;
	}

	.contactBtn01 .aBtn01 {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: 70px;
		width: 300px;
		margin: auto;
		background-color: #FAF00F;
		border-radius: 160px;
		font-size: 18px;
		line-height: 1.3em;
		font-weight: 500;
		box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-o-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-ms-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	}

	.contactBtn01 .aBtn01 .s01 {
		font-size: 22px;
		font-weight: bold;
	}

	.contactBtn01 .aBtn01::after {
		content: "";
		background-image: url("../img/contact_btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 32px auto;
		width: 32px;
		height: 32px;
		position: absolute;
		right: 14px;
		top: 50%;
		margin-top: -16px;
	}

	.contactText02 {
		font-size: 14px;
		line-height: 1.6em;
		font-weight: bold;
	}

	.contactText02 .s01 {
		font-size: 12px;
		font-weight: 500;
	}

	.contactTel01 {
		margin-top: 5px;
	}

	.contactTel01 img {
		width: 164px;
		height: auto;
	}

	.bottomImgSpWrap01 {
		background-color: #E6FAFF;
	}

	.contWrap08 {
		background-image: url("../img/cont_bottom_img02_sp.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		background-color: #E6FAFF;
		box-sizing: border-box;
		padding: 38px 25px 0px 25px;
		height: 195px;
	}

	.bottomBtn01 {}

	.bottomBtn01 a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: 70px;
		width: 100%;
		margin: auto;
		background-color: #ffffff;
		border-radius: 160px;
		font-size: 14px;
		line-height: 1.6em;
		font-weight: 500;
		transition-duration: 0.3s;
		box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-o-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
		-ms-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.3);
	}

	.bottomBtn01 a:link {
		color: #222222;
		text-decoration: none;
	}

	.bottomBtn01 a:visited {
		color: #222222;
		text-decoration: none;
	}

	.bottomBtn01 a:hover {
		color: #ffffff;
		text-decoration: none;
		background-color: #cccccc;
		transition-duration: 0.3s;
	}

	.bottomBtn01 a:active {
		color: #222222;
		text-decoration: none;
	}

	.bottomBtn01 a .p01 {
		font-size: 16px;
		font-weight: bold;
	}

	.bottomBtn01 a::after {
		content: "";
		background-image: url("../img/contact_btn_ar01.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 32px auto;
		width: 32px;
		height: 32px;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -16px;
	}



}

/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

.footerWrap01 {
	background-color: #ffffff;
	padding: 25px 0px 25px 0px;
}

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

.pagetopButton {
	position: fixed;
	right: 55px;
	bottom: 30px;
}

.pagetopButton img {
	width: 40px;
	height: auto;
}

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

.footerCopy01 {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 500;
}


/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.footerWrap01 {
		background-color: #ffffff;
		padding: 25px 0px 105px 0px;
	}

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

	.pagetopButton {
		position: fixed;
		right: 12px;
		/*bottom: 84px;*/
		bottom: 95px;
	}

	.pagetopButton img {
		width: 40px;
		height: auto;
	}

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

	.footerCopy01 {
		font-size: 10px;
		line-height: 1.5em;
		font-weight: 500;
		margin-top: 15px;
	}

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

	.floatSpBtnWrap01 {
		width: 100%;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 500;
	}


}

/* 3/24追記 */
.contWrap04:nth-of-type(2) {
	background-image: none;
	padding-bottom: 0;
}


.contWrap04:nth-of-type(3) .wrap04Table01 th {
	min-width: 128px;
}

.contWrap04:nth-of-type(3) .wrap04Table01 td {
	padding-top: 10px;
}

.wrap04Table01 td .wrap04Flex01 {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 50px;
}

.wrap04Table01 td .wrap04Flex01:last-child {
	margin-bottom: 0;
}

.wrap04Flex01_right {
	letter-spacing: 0.06em;
	line-height: 1.7;
}

.wrap04H302 {
	background-color: #2B6360;
	max-width: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	/* height: 40px; */
	padding: 8px 26px;
	border-radius: 10px;
	margin: 0 auto 20px;
}

.wrap04H302 img {
	width: auto;
	height: 53px;
}

.wrap04Annotation {
	margin-bottom: 20px;
}


/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {
	.wrap04Table01 td .wrap04Flex01 {
		display: block;
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 30px;
		text-align: center;
	}

	.wrap04H302 {
		margin: 8px auto 8px;
	}

	.wrap04H302 img {
		width: auto;
		height: 32px;
	}

	.wrap04Annotation {
		margin-bottom: 16px;
	}

	.wrap04Table01 th.table-row_flex {
		display: flex;
		align-items: center;
		gap: 8px;
	}
}

.sunday {
	color: #FF4848;
}

.wrap04_medium {
	font-weight: 500;
}

.wrap04ContBox01 {
	margin-bottom: 20px;
	padding-bottom: 0;
}

.wrap04ContBox01.common {
	padding-bottom: 0;
}

.wrap01_annotation, .wrap05_annotation {
	margin-top: 15px;
}

/* 3/26追記 */
.wrap04H302 {
	max-width: 500px;
}

.wrap04Table01 td .wrap04Flex01 .wrap04Flex01_right .profile_position {
	margin-top: 8px;
	margin-bottom: 16px;
}

.wrap04Table01 td .wrap04Flex01 .wrap04Flex01_right .profile_position p {
	font-size: 12px;
	font-weight: 700;
	margin-top: 0;
	line-height: 1.5;
}

.wrap04Table01 td .wrap04Flex01 .wrap04Flex01_right p.profile_name {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.wrap04Table01 td .wrap04Flex01 .wrap04Flex01_left {
	margin-right: 30px;
	min-width: 260px;
}


.wrap04Table01 td .wrap04Flex01 .wrap04Flex01_left img {
	width: 100%;
	height: auto;
}


/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {
	.wrap04Table01 td .wrap04Flex01 .wrap04Flex01_left {
		max-width: 200px;
		margin: 0 auto;
	}

	.wrap04Table01 td .wrap04Flex01 .wrap04Flex01_right p.profile_name {
		margin-top: 8px;
		text-align: center;
	}

	.wrap04Table01 td .wrap04Flex01 .wrap04Flex01_right .profile_position p {
		text-align: center;
	}

	.wrap04Table01 td .wrap04Flex01 .wrap04Flex01_left img {
		width: 100%;
		height: auto;
	}

	.wrap04Flex01_right p.profile_desc {
		text-align: justify;
		text-justify: inter-ideograph;
		line-break: strict;
		word-break: break-word;
		overflow-wrap: break-word;
		word-wrap: break-word;
		padding: 0 12px;
	}
}

/* 3/31追記 */
.headerBtn01 a::after {
	background-image: url("../img/contact_btn_ar01.png");
}

/* 26/03/23追記 */
.wrap04Box01 {
	padding-bottom: 40px;
}

.wrap04Cont_TimeTable {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.wrap04Cont_TimeTable dt {
	padding: 8px 32px;
	background-color: #E9EFEF;
	border: 2px solid #2B6360;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.wrap04Cont_TimeTable dd {
	border: 2px solid #2B6360;
	border-top: none;
	padding: 32px 24px;
}

.wrap04Cont_TimeTable dt .annotation {
	font-size: 14px;
	margin-left: 8px;
}

.wrap04Cont_TimeTable .time {
	color: #2B6360;
	margin-right: 24px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {
	.wrap04Box01 {
		padding-bottom: 16px;
	}

	.wrap04Cont_TimeTable {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.wrap04Cont_TimeTable dt {
		padding: 8px 24px;
		background-color: #E9EFEF;
		border: 2px solid #2B6360;
		font-size: 20px;
		font-weight: bold;
		text-align: left;
	}

	.wrap04Cont_TimeTable dd {
		border: 2px solid #2B6360;
		border-top: none;
		padding: 16px 16px;
	}

	.wrap04Cont_TimeTable dt .annotation {
		font-size: 14px;
		margin-left: 8px;
	}

	.wrap04Cont_TimeTable .time {
		color: #2B6360;
		margin-right: 0px;
	}
}

/* 26/03/31追記 */
.wrap04Table01 td .sub-title {
	font-size: 14px;
	margin-left: 8px;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {
	.wrap04Table01 td .sub-title {
		margin-left: 0px;
	}
}

/*-----*/