@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/

/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  position: relative;
  z-index: 1;
  padding-top: 110px;
  width: 100%;
}
.mv_img {
  width: 100%;
  height: 635px;
	background: url("../img/mv.webp") no-repeat top right;
	background-size: cover;
}
.mv_text {
	justify-content: space-between;
  position: absolute;
	top: 155px;
	left: 63px;
  width: 1160px;
}
.mv_l {
	padding-bottom: 40px;
}
.mv_l h2 img {
	display: block;
	max-width: 100%;
	margin-bottom: 20px;
}
.mv_l  h3 {
	margin-top: 40px;
}
.mv_l  h3 span {
	display: inline-block;
	margin-bottom: 14px;
	padding: 0 10px 5px;
	font-size: 60px;
	font-weight: 500;
  background: #fff;
	line-height: 1.1;
	color: #00B5F0;
}
.circle {
	align-items: flex-end;
	gap: 6px;
	padding-left: 12px;
}
.circle_child {
  position: relative;
  width: 190px;
  height: 190px;
	border: 4px solid #fff;
  border-radius: 50%;
  background: #00B5F0;
}
.circle_child p {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.circle_child p span {
  font-size: 26px;
  color: #FFF200;
}
.circle_child p span.tax {
  font-size: 20px;
}
@media screen and (min-width: 1301px) {
	.mv_text {
		width: calc(100% - 100px);
	}
}
@media screen and (max-width: 1300px) {
	.mv_text {
		top: 210px;
		left: 0;
		width: 100%;
	}
	.mv_l {
		padding-left: 30px;
	}
	.mv_l img {
		width: 80%;
	}
	.mv_l  h3 {
		margin-top: 40px;
	}
	.mv_l  h3 span {
		font-size: 40px;
	}
	.circle {
		padding-right: 20px;
		padding-left: 20px;
	}
	.circle_child {
		width: 150px;
		height: 150px;
	}
	.circle_child p {
		font-size: 15px;
	}
	.circle_child p span {
		font-size: 19px;
	}
	.circle_child p span.tax {
		font-size: 13px;
	}
}
@media screen and (max-width: 750px) {
	#mv {
		padding-top: 94px;
	}
	.mv_img {
		width: 100%;
		height: 89.067vw;
		background: url("../img/sp_mv.webp") no-repeat top center;
		background-size: cover;
	}
	.mv_text {
		top: 48vw;
	}
	.mv_l {
		padding-bottom: 0;
	}
	.mv_l h2 picture:nth-of-type(1) img {
		width: 44.8vw;
		margin-bottom: 1.867vw;
	}
	.mv_l h2 picture:nth-of-type(2) img {
		width: 82.667vw;
		margin-bottom: 0;
	}
	.mv_l  h3 {
		margin-top: 2.667vw;
	}
	.mv_l  h3 span {
		margin-bottom: 1.867vw;
		font-size: 8vw;
	}
	.circle {
		justify-content: space-between;
		gap: 0;
		padding-right: 0;
		padding-left: 0;
	}
	.circle_child {
		width: 32.333vw;
		height: 32.333vw;
		margin-left: -2.667vw;
		border: none;
	}
	.circle_child:first-of-type {
		margin-left: 2.033vw;
	}
	.circle_child p {
		font-size: 3.333vw;
	}
	.circle_child p span {
		font-size: 4vw;
	}
	.circle_child p span.tax {
		font-size: 2.667vw;
	}
}

/*-----------------------------------------------------
	sec_01
------------------------------------------------------*/
#sec_01 {
	padding: 20px 0 70px;
}
.slider-wrap{
	position: relative;
	width: 940px;
	margin: 0 auto;
}
.slider-viewport {
	overflow: hidden;
	width: 940px;
}
#slider5 {
	overflow: visible;
}
#slider5 .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.slider-wrap .nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border: 1px solid #00B5F0;
	border-radius: 9999px;
	background: #fff;
	cursor: pointer;
}
.slider-wrap .prev {
	left: -84px;
}
.slider-wrap .next {
	right: -84px;
}
.slider-wrap .nav::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 auto;
	border-top: 2px solid #00B5F0;
	border-right: 2px solid #00B5F0;
	transform: rotate(45deg);
}
.slider-wrap .prev::before {
	transform: rotate(-135deg);
}
.slider-wrap .next::before {
	transform: rotate(45deg);
}
.sec_01_bottom {
	margin-top: 70px;
	text-align: center;
}
.sec_01_bottom h3 {
	margin-bottom: 30px;
}
.sec_01_bottom h3 span {
	display: inline-block;
	margin: 0 5px;
	padding: 5px 10px 8px;
	background: #00B5F0;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}
.sec_01_bottom p {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
}
@media screen and (max-width: 1140px) {
	.slider-wrap {
		width: calc(100% - 60px);
	}
	.slider-viewport {
		width: 100%;
	}
	.slider-wrap .nav {
		z-index: +1;
	}
	.slider-wrap .prev {
		left: 20px;
	}
	.slider-wrap .next {
		right: 20px;
	}
}

@media screen and (max-width: 926px) {
	#sec_01 {
		padding-top: 80px;
	}
}
@media screen and (max-width: 750px) {
	#sec_01 {
		padding-top: 40vw;
		padding-bottom: 40px;
	}
	.sec_01_bottom {
		margin-top: 40px;
	}
	.sec_01_bottom h3 {
		margin-bottom: 30px;
	}
	.sec_01_bottom h3 span {
		padding: 5px 5px 8px;
		font-size: 20px;
	}
	.sec_01_bottom p {
		font-size: 16px;
	}
}
/*-----------------------------------------------------
	.cv
------------------------------------------------------*/
.cv {
	position: relative;
  padding: 60px 0;
  background: #A8DDEE;
  text-align: center;
}
.cv .wrap {
	gap: 40px;
	position: relative;
  width: 1100px;
}
.cv h2 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 4px solid #00B5F0;
	font-size: 41px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #00B5F0;
}
.cv h2 span {
	font-size: 60px;
}
.cv h3 {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	color: #F07400;
}
.cv h3 span.mid {
	font-size: 40px;
}
.cv h3 span.sm {
	font-size: 24px;
}
.cv ul {
	margin-top: 10px;
}
.cv ul li a {
  display: block;
	position: relative;
	width: 340px;
	padding: 28px 10px 28px 36px;
	border-radius: 100px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.cv ul li.web a {
	margin-bottom: 10px;
  background: #00B5F0;
}
.cv ul li.web a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 97px;
	transform: translateY(-50%);
	width: 32px;
	height: 31px;
	background: url("../img/web_icon.svg") no-repeat center center;
	background-size: cover;
}
.cv ul li.tel a {
	margin-bottom: 20px;
  background: #A1CF74;
}
.cv ul li.tel a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 97px;
	transform: translateY(-50%);
	width: 32px;
	height: 31px;
	background: url("../img/tel_icon.svg") no-repeat center center;
	background-size: cover;
}
.cv ul li.web a:hover {
  background: #35D3FF;
  opacity: 1;
  transition: all 0.3s ease;
}
.cv p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.cv_r {
	position: absolute;
	bottom: -61px;
	right: 0;
}
.sp_il {
	display: none;
}
@media screen and (max-width: 1130px) {
	.cv .wrap {
		justify-content: center;
		z-index: 1;
    width: calc(100% - 50px);
  }
	.cv_r {
		display: none;
	}
	.sp_il {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 0;
		width: 100%;
	}
	.sp_il .flex {
		justify-content: space-between;
		align-items: flex-end;
	}
	.sp_il_l {
		width: 50%;
		text-align: left;
	}
	.sp_il_r {
		width: 50%;
		text-align: right;
	}
}
@media screen and (max-width: 750px) {
	.cv {
		padding: 40px 0;
	}
	.cv_l, .cv_c {
		width: 100%;
		text-align: center;
	}
	.cv h2 {
		display: inline-block;
		font-size: 26px;
	}
	.cv h2 span {
		font-size: 34px;
	}
	.cv h3 {
		font-size: 36px;
	}
	.cv h3 span.mid {
		font-size: 30px;
	}
	.cv h3 span.sm {
		font-size: 18px;
	}
	.cv ul {
		margin-top: 0;
	}
	.cv ul li a {
		width: 230px;
		margin: 0 auto;
		padding: 20px 10px 20px 36px;
		border-radius: 67px;
		font-size: 16px;
	}
	.cv ul li.web a {
		margin-bottom: 7px;
	}
	.cv ul li.web a::before {
		left: 68px;
		width: 22px;
		height: 21px;
	}
	.cv ul li.tel a {
		margin-bottom: 12px;
	}
	.cv ul li.tel a::before {
		left: 68px;
		width: 22px;
		height: 21px;
	}
	.cv p {
		font-size: 12px;
	}
}
/*-----------------------------------------------------
	#information
------------------------------------------------------*/
#information {
  padding-top: 60px;
}
#information h2 {
	margin-bottom: 30px;
  font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}
#information h2 a {
  color: #00B5F0;
}
#information p {
	margin-bottom: 60px;
  font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}
.information_l {
  width: 50%;
}
.information_l img {
  width: 100%;
	height: 50%;
	object-fit: cover;
}
.information_l iframe {
  width: 100%;
	height: 50%;
}
.information_r {
  width: 50%;
	background: #E7F4F8;
	padding: 40px 100px 40px 80px;
}
.information_r dl {
  justify-content: space-between;
  margin-bottom: 30px;
}
.information_r dl dt {
  width: 100px;
  padding: 12px 10px;
  border-bottom: 1px solid #B6B3B0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.information_r dl dd {
  width: calc(100% - 120px);
  padding: 12px 10px;
  border-bottom: 1px solid #B6B3B0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.hour table {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}
.hour th {
  width: auto !important;
  padding: 8px;
  background: #A8DDEE;
  border-top: 1px solid #B6B3B0;
  border-bottom: 1px solid #B6B3B0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  vertical-align: middle;
}
.hour tbody tr th:first-of-type {
  width: 22% !important;
  font-size: 16px;
  text-align: center;
}
.hour tbody tr td:first-of-type {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.hour td {
  padding: 10px;
  border-bottom: 1px solid #B6B3B0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  vertical-align: middle;
}
@media screen and (max-width: 1330px) {
  .information_l {
    width: 40%;
  }
  .information_r {
    width: 60%;
    padding-right: 25px;
		padding-left: 25px;
  }
}
@media screen and (max-width: 900px) {
  .information_l {
    width: 100%;
  }
  .information_r {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #information {
    padding-top: 40px;
  }
	#information h2 {
		font-size: 16px;
	}
	#information p {
		margin-bottom: 40px;
		font-size: 12px;
	}
  .information_l img, .information_l iframe {
    height: 63.467vw;
  }
}
@media screen and (max-width: 600px) {
	#information p {
		text-align: left;
	}
  .information_r dl dt {
    width: 100%;
    background: #E7F4F8;
  }
  .information_r dl dd {
    width: 100%;
  }
  .hour th {
    width: auto !important;
    padding: 8px 5px;
    font-size: 14px;
  }
  .hour tbody tr th:first-of-type {
    width: 27% !important;
    font-size: 14px;
  }
  .hour tbody tr td:first-of-type {
    font-size: 14px;
  }
  .hour td {
    padding: 10px 5px;
    font-size: 14px;
  }
}
/*-----------------------------------------------------
	#reason
------------------------------------------------------*/
#reason {
  padding-top: 70px;
}
#reason h2 {
  margin-bottom: 60px;
  text-align: center;
}
.reason_inner, .reason_inner2 {
  margin-bottom: 20px;
}
.reason_l {
  position: relative;
  width: 50%;
}
.reason_l_inner {
  position: absolute;
	top: 50%;
	right: 73px;
	transform: translateY(-50%);
  width: 460px;
  padding-left: 60px;
}
.reason_title {
  position: relative;
}
.reason_02 {
  position: absolute;
  top: 125px;
  left: -84px;
  transform: rotate(-90deg);
  transform-origin: left top;
}
.reason_02 span {
  padding: 0 15px;
  border: 2px solid #00B5F0;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #00B5F0;
}
.reason_l h4 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
  color: #00B5F0;
}
.reason_l p {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.8;
}
.reason_r {
  width: 50%;
}
.reason_r img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 300px 0 0 300px;
}
.reason_inner2 .reason_l_inner {
	right: auto;
  left: 60px;
}
.reason_inner2 .reason_r img {
  border-radius: 0 300px 300px 0;
}
@media screen and (max-width: 1160px) {
  .reason_l_inner {
    right: auto;
    left: 50px;
  }
}
@media screen and (max-width: 1120px) {
  .reason_inner, .reason_inner2 {
    margin-bottom: 40px;
  }
  .reason_l {
    order: 2;
    width: 100%;
  }
  .reason_l_inner {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    padding: 0 60px;
  }
  .reason_02 {
    position: relative;
    top: auto;
    left: auto;
    transform: rotate(0);
    margin-bottom: 40px;
  }
  .reason_02 span {
    padding: 0 15px;
    border: 2px solid #00B5F0;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #00B5F0;
  }
  .reason_r {
    order: 1;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  #reason {
    padding-top: 60px;
  }
	#reason h2 {
		margin-bottom: 40px;
	}
  .reason_l_inner {
    width: 100%;
    padding: 0 25px;
  }
  .reason_l h3 {
    font-size: 28px;
  }
  .reason_l p {
    font-size: 16px;
  }
  .reason_r img {
    height: 82.667vw;
  }
}

/*-----------------------------------------------------
	#mission
------------------------------------------------------*/
#mission {
  padding-top: 65px;
}
#mission h2 {
  margin-bottom: 50px;
}
#mission img {
	width: calc(100vw - ((100vw - 920px) / 2));
	border-radius: 300px 0 0 0;
}
#mission h3 {
	position: relative;
	margin-top: -222px;
  margin-bottom: 40px;
	line-height: 1.8;
}
#mission h3 span {
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 10px;
	background: #fff;
  font-size: 30px;
	font-weight: 500;
	color: #00B5F0;
}
#mission p {
	padding: 0 20px;
  font-size: 16px;
	font-weight: 500;
	line-height: 2;
}
@media screen and (max-width: 1130px) {
	#mission img {
		width: 93%;
		height: 480px;
		object-fit: cover;
	}
}
@media screen and (max-width: 750px) {
	#mission {
		padding-top: 40px;
	}
	#mission h2 {
		margin-bottom: 40px;
	}
	#mission img {
		width: 93%;
		height: 335px;
		border-radius: 200px 0 0 0;
	}
	#mission h3 {
		margin-top: -127px;
		margin-bottom: 40px;
	}
	#mission h3 span {
		margin-bottom: 10px;
		padding: 0 5px;
		font-size: 17px;
	}
	#mission p {
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	#price
------------------------------------------------------*/
#price {
  padding-top: 100px;
	padding-bottom: 70px;
}
.price_top {
	width: 780px;
	margin: 0 auto 40px;
	padding: 40px 60px;
	background: #fff;
	border: 3px solid #F2B67D;
	border-radius: 30px;
}
.price_top h3 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500;
	color: #F2B67D;
	text-align: center;
}
.price_top p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}
#price table {
  width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.2em;
}
.green {
	background: #ECF9E0;
}
#price table tr th {
  width: 75%;
	padding: 10px 25px;
	border: 1px solid #999999;
	text-align: left;
}
#price table tr td {
  width: 25%;
	padding: 10px 25px;
	border: 1px solid #999999;
	font-weight: 700;
	vertical-align: middle;
	text-align: center;
}
#price table tr td span {
  font-size: 12px;
}
#price table tr td.blue {
  background: #E7F4F8;
	color: #00B5F0;
}
@media screen and (max-width: 1080px) {
	.price_top {
		width: 100%;
		padding: 40px 30px;
	}
	#price table tr th {
		width: 63%;
	}
	#price table tr td {
		width: 37%;
	}
}
@media screen and (max-width: 750px) {
	#price {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.price_top {
		padding: 40px 20px;
	}
	.price_top h3 {
		font-size: 18px;
	}
	.price_top p {
		font-size: 14px;
	}
	#price table tr th {
		display: block;
		width: 100%;
		padding: 10px 20px;
		border-bottom: none;
		text-align: center;
	}
	#price table tr td {
		display: block;
		width: 100%;
		padding: 10px 20px;
		border-bottom: none;
		font-weight: 700;
		vertical-align: middle;
		text-align: center;
	}
	#price table tr:last-of-type td {
		border-bottom: 1px solid #999999;
	}
	#price table tr td span {
		font-size: 12px;
	}
}
/*-----------------------------------------------------
	#flow
------------------------------------------------------*/
#flow {
  padding-top: 60px;
}
#flow h2 {
  margin-bottom: 60px;
}
#flow .wrap.flex {
  gap: 26px;
}
.flow_child {
	width: calc((100% - 78px) / 4);
	padding: 40px 10px;
	background: #00B5F0;
	border-radius: 30px;
	color: #fff;
	text-align: center;
}
.flow_child h3 {
	margin-top: 19px;
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 700;
}
.flow_child p {
	margin-top: 25px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}
@media screen and (max-width: 1000px) {
	#flow .wrap.flex {
		gap: 30px;
	}
	.flow_child {
		width: calc((100% - 30px) / 2);
	}
}
@media screen and (max-width: 750px) {
	#flow h2 {
		margin-bottom: 40px;
	}
	#flow .wrap.flex {
		gap: 20px;
	}
	.flow_child {
		width: calc((100% - 20px) / 2);
		padding: 25px 10px;
	}
	.flow_child h3 {
		margin-top: 12px;
		margin-bottom: 20px;
		font-size: 18px;
	}
	.flow_child p {
		margin-top: 20px;
		font-size: 12px;
	}
}
/*-----------------------------------------------------
	#motimono
------------------------------------------------------*/
#motimono {
  padding-top: 60px;
}
#motimono h2 {
  margin-bottom: 60px;
}
#motimono .wrap.flex {
  gap: 40px;
}
.motimono_child {
	width: calc((100% - 40px) / 2);
	padding: 40px 10px;
	border: 4px solid #00B5F0;
	border-radius: 30px;
	text-align: center;
}
.motimono_child:last-of-type {
	border: 4px solid #F2B67D;
}
.motimono_child:last-of-type h3 {
	color: #F2B67D;
}
.motimono_child h3 {
	font-size: 28px;
	font-weight: 700;
	color: #00B5F0;
}
.motimono_child img {
	margin-top: 24px;
	margin-bottom: 24px;
}
.motimono_child p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}
@media screen and (max-width: 1000px) {
	#motimono .wrap.flex {
		gap: 20px;
	}
	.motimono_child {
		width: calc((100% - 20px) / 2);
	}
}
@media screen and (max-width: 750px) {
	#motimono h2 {
		margin-bottom: 40px;
	}
	#motimono .wrap.flex {
		gap: 16px;
	}
	.motimono_child {
		width: 100%;
		padding: 40px 20px;
	}
	.motimono_child img {
		margin-top: 28px;
		margin-bottom: 28px;
	}
}
@media screen and (max-width: 500px) {
	.motimono_child p {
		text-align: left;
	}
}
/*-----------------------------------------------------
	#doctor
------------------------------------------------------*/
#doctor {
	padding-top: 80px;
  text-align: center;
}
#doctor .wrap {
  justify-content: space-between;
  padding: 80px 100px;
  background: #fff;
  border: 1px solid #A8DDEE;
}
.doctor_l {
  width: 58%;
  padding-left: 104px;
  text-align: left;
}
.doctor_l .midasi_02 {
  top: 15px;
  left: -104px;
}
.doctor_l h3 {
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  color: #00B5F0;
}
.doctor_l ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.doctor_r {
  width: 35%;
}
.doctor_r img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #doctor .wrap {
    padding: 80px 25px;
  }
	.doctor_l {
		width: 60%;
		padding-left: 0;
	}
	.doctor_l .midasi_02 {
		top: 0;
		left: 0;
	}
	.doctor_r {
		width: 35%;
	}
}
@media screen and (max-width: 850px) {
  #doctor .wrap {
    padding: 80px 40px;
  }
  .doctor_l {
    width: 100%;
		margin-bottom: 30px;
  }
  .doctor_r {
    width: 100%;
  }
  .doctor_r img {
		width: auto;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  #doctor {
    padding-top: 60px;
  }
  #doctor .wrap {
    padding: 40px 30px;
  }
  .doctor_l {
    margin-bottom: 40px;
  }
  .doctor_l h3 {
    font-size: 28px;
  }
  .doctor_r {
    width: 100%;
  }
  .doctor_r img {
    max-width: 300px;
    height: auto;
  }
}

/*-----------------------------------------------------
	#faq
------------------------------------------------------*/
#faq {
	padding-top: 80px;
	padding-bottom: 80px;
  text-align: center;
}
#faq h2 {
	margin-bottom: 60px;
}
.faq_inner {
	width: 800px;
	margin: 0 auto 30px;
}
.faq_inner h3 {
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 20px;
	background: #00B5F0;
	border-radius: 30px 30px 0 0;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.faq_inner p {
	padding: 25px;
	background: #fff;
	border-radius: 0 0 30px 30px;
	border: 3px solid #00B5F0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
	.faq_inner {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	#faq {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#faq h2 {
		margin-bottom: 40px;
	}
	.faq_inner {
		margin: 0 auto 20px;
	}
	.faq_inner h3 {
		gap: 10px;
		padding: 26px;
		font-size: 16px;
	}
	.faq_inner p {
		padding: 30px 20px;
		font-size: 16px;
	}
}

/*-----------------------------------------------------
	#access
------------------------------------------------------*/
.access_l {
	width: 40%;
}
.access_l iframe {
	width: 100%;
	height: 100%;
}
.access_r {
	width: 60%;
	padding: 60px 80px 80px;
	background: #fff;
}
.access_r .center {
	text-align: left;
}
.access_r h2 {
	margin-bottom: 30px;
}
.access_r h3 {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.8;
	color: #00B5F0;
}
.access_r ul {
	width: 535px;
	margin-bottom: 30px;
}
.access_r ul li {
	align-items: center;
	gap: 17px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #A8DDEE;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}
.access_r p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	color: #00B5F0;
}
@media screen and (max-width: 1200px) {
	.access_l {
		width: 35%;
	}
	.access_r {
		width: 65%;
		padding: 60px 10px 80px 40px;
	}
}
@media screen and (max-width: 950px) {
	.access_l {
		position: relative;
		order: 2;
		width: 100%;
	}
	.access_l iframe {
		height: 400px;
	}
	.access_r {
		position: relative;
		order: 1;
		width: 100%;
		padding: 60px 40px 80px 40px;
	}
	.access_r .center {
		text-align: center;
	}
	.access_r ul {
		width: 100%;
	}

}
@media screen and (max-width: 750px) {
	.access_l iframe {
		height: 80vw;
	}
	.access_r {
		margin-bottom: 40px;
		padding: 0 25px;
		background: none;
	}
	.access_r h3 {
		font-size: 18px;
	}
	.access_r ul li img {
		width: 24px;
	}
	.access_r ul li span {
		width: calc(100% - 41px);
	}
}

/*-----------------------------------------------------
	#end
------------------------------------------------------*/
#end {
	background: #fff;
}
.end_l {
	width: 55%;
}
.end_l img {
	width: 100%;
	height: 721px;
	object-fit: cover;
}
.end_r {
	width: 45%;
	padding: 180px 20px;
}
.end_r h2 {
	margin-bottom: 50px;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.6;
	color: #00B5F0;
}
.end_r p {
	font-size: 24px;
	font-weight: 700;
	line-height: 2;
}
.end_r p span {
	margin-right: 10px;
	padding: 3px 10px;
	background: #00B5F0;
	color: #fff;
}
@media screen and (max-width: 1080px) {
	.end_l {
		width: 100%;
	}
	.end_l img {
		width: 100%;
		height: auto;
	}
	.end_r {
		position: relative;
		width: 100%;
		margin-top: -400px;
		padding: 0 25px 60px;
		text-align: center;
	}
}
@media screen and (max-width: 750px) {
	.end_r {
		margin-top: -53.333vw;
	}
	.end_r h2 {
		margin-bottom: 30px;
		font-size: 30px;
	}
	.end_r p {
		font-size: 20px;
	}
}






