@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:wdth,wght@75..100,100..900&display=swap');

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-overflow-scrolling: touch;
	scroll-padding-top: 100px;
	scroll-behavior: smooth;
}
@media screen and (max-width:768px) {
	html {
		scroll-padding-top: 60px;
	}
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
	font-size: clamp(1.6rem, 3vw, 1.8rem);
  line-height: 1.8;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:768px) {
	body {
		line-height: 1.5;
		font-size: 1.5rem;
	}
	body:has(.door-nav) {
		margin-bottom: 38px;
	}
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
.serif  {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
/* --- [iPad]---------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body {
		width: 100%;
		min-width: 1250px;
		overflow-x: hidden;
	}
}	
img {
  max-width: 100%;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
/***********************************************************
bass
************************************************************/
@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
body.open {
	/*overflow: hidden;*/
}
main {
	position: relative;
}
.pc-none {
	display: none;
}
@media screen and (max-width:768px) {
	.pc-none {
		display: inline-block;
	}
}	
.sp-none {
	display: inline-block;
}
@media screen and (max-width:768px) {
	.sp-none {
		display: none;
	}
}	
.warp {
  width: 100%;
	max-width: calc(1200px + 30px);
  margin: 0 auto;
	padding: 0 15px;
}
@media screen and (max-width:768px) {
	.warp {
		max-width: 100%;
		padding: 0 20px;
	}
}
.sub-ttl {
	font-size: clamp(2.6rem, 3vw, 3.8rem);
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width:768px) {
	.sub-ttl {
		margin-bottom: 30px;
	}
}

/* --------- #header --------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	z-index: 1;
}	
@media screen and (max-width:768px) {
	#header {
		height: 60px;
	}	
}	
#logo {
	margin: 32px 0 0 30px;
}	
@media screen and (max-width:768px) {
	#logo {
		margin: 14px 0 0 20px;
	}	
	#logo img {
		height: 30px;
		width: auto;
	}	
}
/* --------- #navtoggle --------- */
#navtoggle {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 1000;
	background-color: #2557A8;
}
@media screen and (max-width:768px) {
	#navtoggle {
		display: block;
	}
}
#navtoggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 25px;
	background-color: #fff;
	top: 20px;
	left: 17.5px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#navtoggle span:nth-of-type(2) {
	top: 30px;
}
#navtoggle span:nth-of-type(3) {
	top: 40px;
}
/* #nav-toggle 切り替えアニメーション */
#navtoggle.open span {
	width: 40px;
	left: 11px;
}
#navtoggle.open span:nth-child(1) {
	top: calc(100% - 51.5%);
	transform: rotate(135deg);
}
#navtoggle.open span:nth-child(2) {
	visibility: hidden;
	opacity: 0;
	transform: translate(0,8px)
}
#navtoggle.open span:nth-child(3) {
	top: calc(100% - 51.5%);
	transform: rotate(-135deg);
}
/* --------- #gnav --------- */
#gnav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
}	
#gnav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100px;
}	
@media screen and (max-width:768px) {
	#gnav ul {
		flex-wrap: wrap;
		padding-top: 110px;
	}	
}	
#gnav ul li:not(:last-of-type) {
	margin-right: 55px;
}
@media screen and (max-width:1100px) {
	#gnav ul li:not(:last-of-type) {
		margin-right: 2vw;
	}
}	
@media screen and (max-width:920px) {
	#gnav ul li {
		font-size: 1.4rem;
	}
}	
@media screen and (max-width:768px) {
	#gnav ul li,
	#gnav ul li:not(:last-of-type) {
		width: 100%;
		margin: 0;
	}
}
#gnav ul li a {
	position: relative;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}	
@media screen and (max-width:768px) {
	#gnav ul li a {
		display: block;
		color: #fff;
		font-size: 1.8rem;
		padding: 10px 0px 10px 20px;
		margin: 7px 10%;
		background: url("../images/gnav_point.svg") no-repeat left center;
		word-break: keep-all;
	}	
}	
#gnav ul li:not(:last-of-type) a::after {
	position: absolute;
	left: -5px;
	content: '';
	width: calc(100% + 10px);
	height: 3px;
	background-color: #2557A8;
	bottom: -10px;
	transform: scale(0, 1);
	transform-origin: center top;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
@media screen and (max-width:768px) {
	#gnav ul li:not(:last-of-type) a::after {
		bottom: -3px;
		background-color: #fff;
		-webkit-transition: all .1s ease;
		transition: all .1s ease;
	}
}
#gnav ul li:not(:last-of-type) a.hover {
	color: #2557A8;
}
@media screen and (max-width:768px) {
	#gnav ul li:not(:last-of-type)  a.hover {
		color: #fff;
	}
}
#gnav ul li:not(:last-of-type) a.hover::after {
	transform: scale(1, 1);
}
#gnav ul li:last-of-type {
	height: 100px;
}
@media screen and (max-width:768px) {
	#gnav ul li:last-of-type {
		height: auto;
	}
}	
#gnav ul li:last-of-type a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #fff;
	background-color: #2557A8;
	border: 1px solid #2557A8;
	height: 100%;
	padding: 0 45px;
}	
@media screen and (max-width:920px) {
	#gnav ul li:last-of-type a {
		padding: 0 25px;
	}
}	
@media screen and (max-width:768px) {
	#gnav ul li:last-of-type a {
		justify-content: flex-start;
		font-weight: normal;
		background-color: transparent;
		border: none;
		height: auto;
		padding: 10px 10px 10px 24px;
	}	
	#gnav ul li:last-of-type a::after {
		position: absolute;
		left: -5px;
		content: '';
		width: calc(100% + 10px);
		height: 3px;
		background-color: #2557A8;
		bottom: -10px;
		transform: scale(0, 1);
		transform-origin: center top;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
}	
#gnav ul li:last-of-type a img {
	margin-right: 15px;
	filter: brightness(10);
}	
@media screen and (max-width:768px) {
	#gnav ul li:last-of-type a img {
		display: none;
	}	
}	
#gnav ul li:last-of-type a.hover {
	color: #2557A8;
	background-color: #fff;
}
@media screen and (max-width:768px) {
	#gnav ul li:last-of-type a.hover {
		color: #fff;
		background-color: transparent;
	}
	#gnav ul li:last-of-type a.hover::after {
		transform: scale(1, 1);
	}
}
#gnav ul li:last-of-type a.hover img {
	filter: none;
}	
@media screen and (max-width:768px) {
	#gnav {
		width: 80%;
		height: 100vh;
		display: block;
		position: fixed;
		right: -100%;
		top: 0;
		margin: 0;
		background-color: rgb(0 0 0 / 80%);
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	#gnav.open {
		right: 0;
	}
}
/* --------- #kv --------- */
#kv {
	height: 700px;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	background: url("../images/kv.png") no-repeat center center;
	background-size: auto 100%;
}
@media screen and (max-width:768px) {
	#kv {
		height: 100dvh;
		max-height: 650px;
		min-width: 100%;
		background: url("../images/kv_sp.png") no-repeat center top;
		background-size: 100%;
		margin-top: 60px;
	}
}
.kv-copy {
	padding-top: 202px;
	margin-left: calc(100% - 528px);
}
@media screen and (max-width:768px) {
	.kv-copy {
		padding-top: 90vw;
		margin: 0 auto;
		text-align: center;
	}
}
.kv-text {
	font-size: clamp(1.2rem, 3vw, 2.0rem);
	width: 550px;
	padding-top: 45px;
	margin-left: calc(100% - 528px);
}
@media screen and (max-width:768px) {
.kv-text {
		width: auto;
		padding-top: 20px;
		margin: 0 auto;
		text-align: center;
	}
}
/* --------- #overview --------- */
#overview {
	width: 100%;
	height: auto;
}
#overview::after {
	content: '';
	display: block;
	background-color: #2557a8;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	width: 100%;
	height: 90px;
}
@media screen and (max-width:768px) {
	#overview::after {
		height: 40px;
	}
}
.overview-box {
	padding: 90px 0 30px;
	text-align: center;
	background: linear-gradient(#123a79 0%, #2557a8 100%);
}
@media screen and (max-width:768px) {
	.overview-box {
		padding: 60px 0 30px;
	}
}
.overview-box h2 {
	color: #fff;
	font-size: clamp(2.2rem, 3vw, 3.8rem);
	font-weight: bold;
	line-height: 1.5;
}
.overview-list {
	width: 900px;
	margin: 35px auto 60px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:768px) {
	.overview-list {
		align-items: center;
		width: 100%;
		margin: 30px auto;
	}
	.overview-list span {
		width: 36%;
	}
	.overview-list span img {
		width: 100%;
	}
}
.overview-list ul {
	width: 684px;
}
@media screen and (max-width:768px) {	
	.overview-list ul {
		width: 60%;
	}
}
.overview-list ul li {
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	font-size: clamp(1.6rem, 3vw, 2.8rem);
	font-weight: bold;
	padding: 18px 38px;
	margin-bottom: 12px;
}
.overview-list ul li:last-of-type {
	margin-bottom: 0;
}	
@media screen and (max-width:768px) {	
	.overview-list ul li {
		width: 100%;
		padding: 8px 15px;
	}
}
.overview-list ul li img {
	margin-right: 12px;
}
@media screen and (max-width:768px) {	
	.overview-list ul li img {
		width: 24px;
		margin-right: 5px;
	}
	.overview-list ul li p {
		line-height: 1.25;
		text-align: left;
		width: calc(100% - 29px);
	}
}
.overview-list ul li strong {
	color: #B70000;
	font-weight: inherit;
}
.overview-text {
	color: #fff;
	font-size: clamp(2.2rem, 3vw, 4.0rem);
	line-height: 1.8;
}
@media screen and (max-width:768px) {	
	.overview-text {
		width: calc(100% + 40px);
		margin: 0 -20px;
	}
}
.overview-text strong {
	color: #2557A8;
	background-color: #fff;
	padding: 0 10px 4px;
	margin: 0 8px;
}
/* --------- #onestop --------- */
#onestop {
	margin-top: -90px;
	padding: 180px 0 120px;
	background: url("../images/onestop_bg.png") repeat center top;
	background-size: contain;
	text-align: center;
}
@media screen and (max-width:768px) {
	#onestop {
		margin-top: -39px;
		padding: 80px 0 65px;
		background-image:  url("../images/onestop_bg_sp.png");
	}
}
#onestop h2 {
	display: inline-block;
	font-size: clamp(2.2rem, 3vw, 3.8rem);
	font-weight: 600;
	background-image: linear-gradient(to right, #4a7ee3, #8adbca);
	background-size: 100% 8px; 
	background-position: bottom; 
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-bottom: 60px;
}
@media screen and (max-width:768px) {
	#onestop h2 {
		line-height: 1.36;
		background-size: 100% 5px; 
		padding-bottom: 10px;
		margin-bottom: 35px;
	}
}
#onestop h2 strong {
	color: #B70000;
	font-size: clamp(2.7rem, 3vw, 4.8rem);
	font-weight: 600;
}
.onestop-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 10px;
}
@media screen and (max-width:1195px) {
	.onestop-list {
		justify-content: center;
	}
}




.onestop-list li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 569px;
	width: 100%;
	height: 190px;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
}
@media screen and (max-width:768px) {	
	.onestop-list li {
		width: 100%;
		height: auto;
		padding: 20px;
		margin-bottom: 25px;
	}
}
.onestop-list li:nth-child(3) {
	margin: 0 calc((100% - 569px) / 2) 40px;
}
@media screen and (max-width:768px) {	
	.onestop-list li:nth-child(3) {
		margin: 0 0 25px;
	}
}
.onestop-list li img {
	position: absolute;
	top: -10px;
	left: -10px;
}
@media screen and (max-width:768px) {	
	.onestop-list li img {
		width: 40px;
	}
}
.onestop-list li dt {
	color: #2557A8;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 1.28;
}
@media screen and (max-width:768px) {	
	.onestop-list li dt {
		padding-bottom: 12px;
	}
}
.onestop-list li dd {
	font-size: clamp(1.6rem, 3vw, 1.7rem);
	line-height: 1.65;
}
@media screen and (max-width:768px) {	
	.onestop-list li dd {
		text-align: left;
		line-height: 1.5;
	}
}
/* --------- #flow --------- */
#flow {
	padding: 150px 0 130px;
	background: url("../images/flow_bg.png") repeat center top;
	background-size: contain;
}
@media screen and (max-width:768px) {
	#flow {
		padding: 50px 0 60px;
	}
}
#flow h2 {
	color: #2557A8;
}
.flow-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 42px;
}
@media screen and (max-width:768px) {
	.flow-list {
		column-gap: 0;
	}
}
.flow-list li {
	position: relative;
	width: 165px;
	height: 295px;
	border-radius: 10px;
	background: #fff;
	border: 2px solid #2557a8;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
@media screen and (max-width:768px) {	
	.flow-list li {
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 45px;
	}
}
.flow-list li::after {
	content: url("../images/flow_allow.svg");
	display: inline-block;
	position: absolute;
	right: -33px;
	top: 46%;
}
@media screen and (max-width:768px) {	
	.flow-list li::after {
		right: calc(50% - 7px);
		top: calc(100% + 10px);
		transform: rotate(90deg);
	}
}
.flow-list li:last-of-type::after {
	content: none;
}
.flow-list li dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 70px;
	border-radius: 7px 7px 0 0;
	background-color: #2557a8;
	color: #fff;
	font-size: clamp(2.1rem, 3vw, 2.5rem);
	line-height: 1;
}
@media screen and (max-width:768px) {	
	.flow-list li dt {
		justify-content: flex-start;
		height: 60px;
		padding: 0 20px;
	}
}
.flow-list li dt span {
	padding-left: 5px;
	font-size: clamp(3.8rem, 3vw, 4.4rem);
}
.flow-list li dt strong {
	display: none;
}
@media screen and (max-width:768px) {	
	.flow-list li dt strong {
		display: inline-block;
		font-size: 2.0rem;
		font-weight: bold;
		padding-left: 15px;
	}
}
.flow-list li dd {
	padding: 22px 12px;
}
@media screen and (max-width:768px) {	
	.flow-list li dd {
		padding: 10px 20px;
	}
}
.flow-list li dd p {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2557a8;
	font-size: clamp(2.6rem, 3vw, 2.4rem);
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 20px;
	height: 2em;
}
@media screen and (max-width:768px) {	
	.flow-list li dd p {
		display: none;
	}
}
.flow-list li dd span {
	font-size: clamp(1.6rem, 3vw, 1.7rem);
	line-height: 1.6;
	display: inline-block;
}

.flow-list li:nth-of-type(even) {
	border-color: #1B818E;
}
.flow-list li:nth-of-type(even) dt {
	background-color: #1B818E;
}
.flow-list li:nth-of-type(even) dd p {
	color: #1B818E;
}
/* --------- #example --------- */
#example {
	padding: 140px 0 120px;
	background: #94BAE0 url("../images/example_bg.png") repeat-x center top;
}	
@media screen and (max-width:768px) {
	#example {
		padding: 50px 0 70px;
		background-image: url("../images/example_bg_sp.png");
		background-size: contain;
	}	
}	
#example h2 {
	color: #fff;
}
.example-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 21px;
}
.example-list li {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
@media screen and (max-width:768px) {
	.example-list li::last-of-type {
		margin-bottom: 0;
	}
}
.example-list li p {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(2.1rem, 3vw, 2.5rem);
	font-weight: bold;
	background-color: #fff;
	height: 90px;
}
@media screen and (max-width:768px) {
	.example-list li p {
		height: 70px;
	}
}
/* --------- #equipment --------- */
#equipment {
	padding: 150px 0 70px;
}
@media screen and (max-width:768px) {
	#equipment {
		padding: 50px 0 35px;
	}
}
#equipment h2 {
	color: #2557A8;
}
.equipment-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 42px;
}
.equipment-list li {
	max-width: 372px;
	width: 100%;
	margin-bottom: 80px;
}
.equipment-list li:nth-of-type(4) {
	margin-left: 17.1%;
}
.equipment-list li:nth-of-type(5) {
	margin-right: 17.1%;
}
@media screen and (max-width:1245px) {
	.equipment-list li:nth-of-type(4) {
		margin-left: 0;
	}
	.equipment-list li:nth-of-type(5) {
		margin-right: 0;
	}
}

@media screen and (max-width:768px) {
	.equipment-list li {
		width: 100%;
		margin-bottom: 35px;
	}
	.equipment-list li img {
		width: 100%;
	}
}
.equipment-list li p {
	font-weight: bold;
	font-size: clamp(1.6rem, 3vw, 1.8rem);
	padding-top: 6px;
}
/* --------- #outline --------- */
#outline {
	background-color: #133A79;
	padding: 150px 0;
}	
@media screen and (max-width:768px) {
	#outline {
		padding: 50px 0 80px;
	}	
}	
#outline h2 {
	color: #fff;
}	
.outline-list {
	width: 100%;
	color: #fff;
	align-items: flex-start;
	justify-content: space-between;
	display: inline-grid;
	column-gap: calc(100% - (590px * 2));
	grid-auto-flow: column;
	grid-template-rows: repeat(3, auto);
}
@media screen and (max-width:1180px) {
	.outline-list {
		justify-content: center;
		column-gap: unset;
		grid-auto-flow: unset;
		grid-template-rows: unset;
	}
}
@media screen and (max-width:768px) {
	.outline-list {
		display: flex;
		flex-wrap: wrap;
	}
}
.outline-list div {
	color: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 560px;
}
@media screen and (max-width:768px) {
	.outline-list div {
		width: 100%;
	}
}
.outline-list dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 145px;
	padding: 20px;
	border-bottom: 1px solid #fff;
}	
@media screen and (max-width:768px) {
	.outline-list dt {
		width: 6.5em;
		padding: 15px 0;
	}	
}	
.outline-list dd {
	width: 404px;
	padding: 20px;
	border-bottom: 1px solid #B2C8EB;
}	
@media screen and (max-width:768px) {
	.outline-list dd {
		width: calc(100% - 6.5em - 10px);
		padding: 15px 10px;
	}	
}	
.outline-list div:first-of-type dt,
.outline-list div:nth-of-type(4) dt {
	border-top: 1px solid #fff;
}	
.outline-list div:first-of-type dd,
.outline-list div:nth-of-type(4) dd {
	border-top: 1px solid #B2C8EB;
}
@media screen and (max-width:768px) {
	.outline-list div:nth-of-type(4) dt,
	.outline-list div:nth-of-type(4) dd {
		border-top: none;
	}
}
/* --------- #inquiry --------- */
#inquiry {
	padding: 100px 0;
	background: url("../images/inquiry_bg.png") no-repeat center top;
	background-size: cover;
}	
@media screen and (max-width:768px) {
	#inquiry {
		padding: 55px 0 80px;
		background: url("../images/inquiry_bg_sp.png") no-repeat center top;
	}	
}	
#inquiry .warp {
	padding: 60px 60px 50px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}	
@media screen and (max-width:768px) {
	#inquiry .warp {
		height: auto;
		max-width: calc(100% - 40px);
		width: calc(100% - 40px);
		padding: 50px 20px 40px;
	}
}
#inquiry h2 {
	color: #2557A8;
	margin-bottom: 20px;
}	
@media screen and (max-width:768px) {
	#inquiry h2 {
		margin-bottom: 10px;
	}	
}	
.inquiry-txt {
	text-align: center;
	margin-bottom: 35px;
}
@media screen and (max-width:768px) {
	.inquiry-txt {
		font-size: 1.4rem;
	}
}
.inquiry-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 10px;
}
.inquiry-list li {
	width: calc(50% - 30px);
	max-width: 510px;
	height: 140px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: 1px solid #2557A8;
	line-height: 1;
}
@media screen and (max-width:768px) {
	.inquiry-list li {
		width: 100%;
		max-width: 100%;
		height: 90px;
	}
}
.inquiry-list li:has(p) {
	padding: 13px 10px;
}
@media screen and (max-width:768px) {
	.inquiry-list li:has(p) {
		margin-top: 20px;
		height: auto;
		padding: 20px 0;
	}
	.inquiry-list li:has(a[href*="tel:"]) p:first-of-type {
		margin-bottom: 10px;
	}
}
.inquiry-list li a[href*="mailto:"] {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2557A8;
	color: #fff;
	font-size: clamp(1.9rem, 3vw, 2.9rem);
	font-weight: bold;
	padding: 20px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.inquiry-list li a[href*="mailto:"] img {
	width: 52px;
	height: auto;
	margin-right: 25px;
	filter: brightness(10);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
@media screen and (max-width:768px) {
	.inquiry-list li a[href*="mailto:"] img {
		width: 32px;
		margin-right: 12px;
	}
}
.inquiry-list li a[href*="mailto:"].hover {
	color: #2557A8;
	background-color: #fff;
}
.inquiry-list li a[href*="mailto:"].hover img {
	filter: none;
}
.inquiry-list li p {
	font-size: clamp(2.0rem, 3vw, 3.0rem);
	width: 100%;
	color: #2557A8;
	text-align: center;
}
.inquiry-list li p strong {
	font-weight: bold;
	font-size: clamp(3.2rem, 3vw, 4.7rem);
	margin-left: 10px;
}
/* --------- footer --------- */
footer {
	text-align: center;
	padding: 55px 0 20px;
	background-color: #fff;
}
@media screen and (max-width:768px) {
	footer {
		padding-top: 40px;
	}
}	
.footer-logo img {
	width: 260px;
	margin-bottom: 25px;
}
.footer-copy small {
	font-size: clamp(1.1rem, 3vw, 1.4rem);
}

