@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 980px;
  background: url("../img/home/mv.webp") no-repeat top center;
	background-size: cover;
}
.mv_text {
  position: absolute;
	bottom: 0;
  left: 100px;
  z-index: 1;
  width: calc(100% - 100px);
}
.mv_text h2 img {
	width: 580px;
	height: 505px;
}
.mv_circle {
	gap: 10px;
  position: absolute;
	bottom: 41px;
  right: 100px;
  z-index: 1;
  width: 500px;
}
.mv_circle .mv_circle_child {
	width: 245px;
	height: 245px;
	border-radius: 50%;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
}
.mv_circle .mv_circle_child img {
	width: 100%;
}
.mv_img_sp {
	display: none;
}
@media screen and (max-width: 1400px) {
	.mv_text {
		left: 40px;
		width: calc(100% - 40px);
	}
	.mv_text h2 img {
		width: 41.429vw;
		height: 36.071vw;
	}
	.mv_circle {
		justify-content: flex-end;
	}
	.mv_circle .mv_circle_child {
		width: 17.5vw;
		height: 17.5vw;
	}
	.mv_circle {
		right: 40px;
	}
}
@media screen and (max-width: 750px) {
	#mv {
		height: auto;
		min-height: auto;
		background: none;
	}
	.mv_img_sp {
		display: block;
	}
	.mv_img_sp img {
		width: 100%;
		height: auto;
	}
	.mv_text {
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		margin-top: -29.333vw;
	}
	.mv_text h2 img {
		width: 100%;
		height: auto;
	}
	.mv_circle {
		justify-content: center;
		gap: 10px;
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
	}
	.mv_circle .mv_circle_child {
		width: 40vw;
		height: 40vw;
	}
}
/*-----------------------------------------------------
	#campaign
------------------------------------------------------*/
#campaign {
	padding: 60px 40px;
	background: url("../img/home/bg_ill.svg") center center no-repeat;
	background-size: cover;
	text-align: center;
}
#campaign p {
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
#campaign .wrap {
	width: 1080px;
}
.campaign_list {
	gap: 40px;
	margin-bottom: 30px;
}
.campaign_list_child {
	width: calc((100% - 40px) / 2);
}
.campaign_list_child img {
	width: 100%;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
}
@media screen and (max-width: 1160px) {
	#campaign .wrap {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	#campaign {
		padding: 30px 20px 60px;
		background: none;
	}
	#campaign p {
		text-align: left;
	}
	.campaign_list {
		gap: 20px;
		margin-bottom: 20px;
	}
	.campaign_list_child {
		width: 100%;
	}
}
/*-----------------------------------------------------
	#cv
------------------------------------------------------*/
#cv {
	position: relative;
	z-index: 1;
	padding: 60px 40px 60px;
	background: #DDF2F8;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
	text-align: center;
}
#cv h2 {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: 400;
	line-height: 2.3;
	letter-spacing: 0.1em;
	text-align: center;
}
#cv h2 span {
	position: absolute;
	z-index: -1;
	top: calc(50% - 10px);
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-family: "Cormorant Garamond", serif;
	font-size: 140px;
	font-weight: 300;
	font-style: italic;
	line-height: 1;
	color: #fff;
	text-align: center;
}
#cv .wrap {
	width: 1080px;
}
.cv_link {
	gap: 17px;
}
.cv_link a {
	display: block;
	width: calc((100% - 34px) / 3);
}
.cv_link a img {
	width: 100%;
	border-radius: 10px;
	box-shadow:
	0px 3px 0px 0px #fff,
  0px 10px 30px 0px rgba(0,0,0,0.2);
}
@media screen and (max-width: 1160px) {
	#cv .wrap {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	#cv {
		padding: 40px 20px 60px;
	}
	#cv h2 {
		margin-bottom: 10px;
		font-size: 30px;
	}
	#cv h2 span {
		top: calc(50% - 10px);
		font-size: 93px;
	}
	.cv_link a {
		width: 100%;
	}
	.cv_link a img {
		width: 100%;
		max-width: 350px;
	}
}
@media screen and (max-width: 414px) {
	#cv h2 span {
		font-size: 80px;
	}
}
/*-----------------------------------------------------
	#case_study
------------------------------------------------------*/
#case_study h2 {
	margin-bottom: 40px;
	font-family: "Cormorant Garamond", serif;
  font-size: 70px;
  font-weight: 500;
	font-style: italic;
	line-height: 1.3;
	color: var(--main-color);
	text-align: center;
}
#case_study h2 span {
	display: inline-block;
	padding: 3px 10px 5px;
	background: #474747;
	font-family: var(--font-serif);
  font-size: 53px;
	font-style: normal;
  font-weight: 400;
  line-height: 1;
	color: #fff;
}
.onayami {
	width: 100%;
	height: 940px;
	padding-top: 120px;
	padding-bottom: 180px;
	background: url("../img/home/onayami_bg.webp") center center;
	background-size: cover;
	clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 160px),
    50% 100%,
    0 calc(100% - 160px)
  );
}
.onayami .wrap {
	width: 1080px;
	padding-left: 458px;
}
.onayami_ul {
	border: 3px solid transparent;
	background:
	linear-gradient(90deg, rgba(213,160,0,1) 0%, rgba(85,64,0,1) 100%) padding-box,
	linear-gradient(90deg, rgba(201,149,9,.5) 0%, rgba(240,211,22,.5) 4%, rgba(222,172,0,.5) 20%, rgba(201,149,9,.5) 50%, rgba(222,172,0,.5) 80%, rgba(240,211,22,.5) 96%, rgba(201,149,9,.5) 100%) border-box;
	border-radius: 60px;
}
.onayami .wrap ul {
	padding: 60px 40px;
	background: #fff;
	border-radius: 57px;
}
.onayami .wrap ul li {
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 5px;
	padding-left: 33px;
	border-bottom: 1px dashed #8A7226;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
	letter-spacing: 0.1em;
	color: var(--text-color);
}
.onayami .wrap ul li:last-child {
	margin-bottom: 0;
}
.onayami .wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
	top: 5px;
	left: 0;
  width: 23px;
  height: 23px;
  background: url("../img/home/check.svg") no-repeat center center;
  background-size: cover;
}
.onayami_br {
	display: block;
}
@media screen and (max-width: 1160px) {
	.onayami .wrap {
		width: 100%;
		padding-right: 40px;
		padding-left: calc(100% - 645px);
	}
}
@media screen and (max-width: 1000px) {
	#case_study h2 {
		margin-bottom: 251px;
	}
	#case_study h2 span {
		font-size: 40px;
	}
	.onayami {
		height: auto;
		background: url("../img/home/sp_onayami_bg.webp") top center;
		background-size: cover;
	}
	.onayami .wrap {
		padding-left: 40px;
	}
	.onayami .wrap ul {
		position: relative;
	}
	.onayami .wrap ul::after {
		content: "";
		display: block;
		position: absolute;
		top: -251px;
		left: 50%;
		transform: translateX(-50%);
		width: 267px;
		height: 248px;
		background: url("../img/home/onayami_photo.png") no-repeat center center;
		background-size: cover;
	}
	.onayami_br {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	#case_study {
		margin-top: 60px;
	}
	#case_study h2 {
		margin-bottom: 184px;
		font-size: 30px;
		line-height: 1.6;
	}
	#case_study h2 span {
		line-height: 1.4;
	}
	.onayami {
		padding-top: 52px;
		padding-bottom: 110px;
		clip-path: polygon( 0 0, 100% 0, 100% 93%, 50% 100%, 0 93% );
	}
	.onayami .wrap {
		padding: 0 20px;
	}
	.onayami_ul {
		border-radius: 30px;
	}
	.onayami .wrap ul {
		padding: 40px 20px;
		border-radius: 27px;
	}
	.onayami .wrap ul::after {
		top: -168px;
		width: 178px;
		height: 165px;
	}
	.onayami .wrap ul li {
		font-size: 18px;
	}
}
/*-----------------------------------------------------
	#campaign_02
------------------------------------------------------*/
#campaign_02 {
	padding: 60px 40px;
	background: url("../img/home/bg_ill.svg") bottom -170px center no-repeat;
	background-size: cover;
	text-align: center;
}
#campaign_02 h2 {
	display: inline-block;
	margin-bottom: 36px;
	padding: 22px 10px;
	background: #ffff;
	border-top: 4px solid var(--main-color);
	border-bottom: 4px solid var(--main-color);
	font-family: var(--font-sans);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	color: var(--main-color);
}
#campaign_02 h3 {
	margin-bottom: 60px;
	font-family: var(--font-serif);
	font-size: 60px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#campaign_02 h3 span {
	display: block;
	font-size: 30px;
}
#campaign_02 p {
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
#campaign_02 .wrap {
	width: 1080px;
}
.campaign_list {
	gap: 40px;
	margin-bottom: 30px;
}
.campaign_list_child {
	width: calc((100% - 40px) / 2);
}
.campaign_list_child img {
	width: 100%;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
}
@media screen and (max-width: 1160px) {
	#campaign_02 .wrap {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	#campaign_02 {
		padding: 30px 20px 60px;
		background: none;
	}
	#campaign_02 h3 {
		margin-bottom: 30px;
		line-height: 1.4;
	}
	#campaign_02 h3 span {
		font-size: 24px;
	}
	#campaign_02 p {
		text-align: left;
	}
	.campaign_list {
		gap: 20px;
		margin-bottom: 20px;
	}
	.campaign_list_child {
		width: 100%;
	}
}
@media screen and (max-width: 470px) {
	#campaign_02 h3 {
		font-size: 50px;
	}
	#campaign_02 h3 span {
		font-size: 20px;
	}
}
/*-----------------------------------------------------
	#check
------------------------------------------------------*/
#check {
	padding: 60px 0;
	background: #fff;
}
#check h2 {
	margin-bottom: 40px;
	font-family: "Cormorant Garamond", serif;
  font-size: 70px;
  font-weight: 600;
	font-style: italic;
	line-height: 1;
	color: var(--main-color);
	text-align: center;
}
#check h2 span {
	display: inline-block;
	padding: 3px 10px 5px;
	background: #9ED5EE;
	background: linear-gradient(90deg, rgba(158, 213, 238, 1) 0%, rgba(0, 152, 222, 1) 100%);
	font-family: var(--font-serif);
  font-size: 53px;
  font-weight: 400;
	font-style: normal;
  line-height: 1;
	color: #fff;
}
#check table {
	width: 100%;
	font-family: var(--font-sans);
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#check table tr th {
	padding: 15px 20px;
	background: #D9EEF8;
	border: 1px solid #474747;
	font-size: 18px;
	font-weight: 500;
	vertical-align: middle;
	text-align: left;
}
#check table tr td {
	padding: 15px 20px;
	border: 1px solid #474747;
	font-size: 16px;
	font-weight: 500;
}
#check table tr td:last-child {
	background: #fff;
}
#check table tr td.g {
	background: #EBFFE7;
}
#check table tr td.p {
	background: #E7EFFF;
}
tr.blank {
	display: none;
}
@media screen and (max-width: 750px) {
	#check h2 {
		font-size: 40px;
	}
	#check h2 span {
		font-size: 24px;
	}
	#check h2 span:first-of-type {
		margin-top: 20px;
	}
	#check table tr th {
		display: block;
		width: 100%;
		padding: 50px 20px;
		border-bottom: none;
	}
	#check table tr td {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	#check table tr:last-of-type td:last-child {
		border-bottom: 1px solid #474747;
	}
	tr.blank {
		display: block;
	}
	tr.blank td {
		background: none !important;
		border-bottom: none !important;
		border-right: none !important;
		border-left: none !important;
	}
}

/*-----------------------------------------------------
	#pico
------------------------------------------------------*/
#pico {
	padding-bottom: 100px;
}
.pico_top {
	height: 321px;
}
.pico_top img {
	width: 100%;
	height: 321px;
	object-fit: cover;
	object-position: top center;
}
#pico .wrap {
	position: relative;
	z-index: 1;
	margin-top: -130px;
	padding-top: 40px;
	border-radius: 60px 60px 0 0;
	background: #F6F3E8;
}
#pico h2 {
	margin-bottom: 90px;
	font-family: "Cormorant Garamond", serif;
  font-size: 70px;
  font-weight: 600;
	font-style: italic;
	line-height: 1;
	color: var(--main-color);
	text-align: center;
}
#pico h2 span {
	display: inline-block;
	padding: 3px 10px 5px;
	background: #9ED5EE;
	background: linear-gradient(90deg, rgba(158, 213, 238, 1) 0%, rgba(0, 152, 222, 1) 100%);
	font-family: var(--font-serif);
  font-size: 53px;
	font-style: normal;
  font-weight: 400;
  line-height: 1;
	color: #fff;
}
.pico_box {
	position: relative;
	margin-bottom: 70px;
}
.pico_box_l {
	width: 579px;
}
.pico_box_l img {
	width: 100%;
}
.pico_box_r {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 741px;
	padding: 16px;
}
.pico_box_r::before {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
  width: 113px;
  height: 113px;
  background: url("../img/home/inner_l.png") no-repeat center center;
  background-size: cover;
}
.pico_box_r::after {
  content: "";
  display: block;
  position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
  width: 113px;
  height: 113px;
  background: url("../img/home/inner_r.png") no-repeat center center;
  background-size: cover;
}
.pico_inner {
	position: relative;
	z-index: 1;
	padding: 60px 40px;
	background: #fff;
	border: 3px solid #A3D2E8;
}
.pico_inner p {
	font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 700;
  line-height: 2.3;
}
.pico_inner p span.blue {
	color: #68ACCA;
}
.pico_bottom {
	border: 1px solid transparent;
	background:
	linear-gradient(90deg, rgba(213,160,0,1) 0%, rgba(85,64,0,1) 100%) padding-box,
	linear-gradient(90deg, rgba(201,149,9,.5) 0%, rgba(240,211,22,.5) 4%, rgba(222,172,0,.5) 20%, rgba(201,149,9,.5) 50%, rgba(222,172,0,.5) 80%, rgba(240,211,22,.5) 96%, rgba(201,149,9,.5) 100%) border-box;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
}
.pico_bottom_inner {
	gap: 24px;
	padding: 40px 30px;
	background: #DEDEDE;
	background: linear-gradient(90deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 76%, rgba(222, 222, 222, 1) 100%);
}
.pico_child {
	width: calc((100% - 48px) / 3);
}
.pico_child:nth-of-type(2) {
	border: 1px solid transparent;
	background:
	linear-gradient(90deg, rgba(213,160,0,1) 0%, rgba(85,64,0,1) 100%) padding-box,
	linear-gradient(90deg, rgba(201,149,9,.5) 0%, rgba(240,211,22,.5) 4%, rgba(222,172,0,.5) 20%, rgba(201,149,9,.5) 50%, rgba(222,172,0,.5) 80%, rgba(240,211,22,.5) 96%, rgba(201,149,9,.5) 100%) border-box;
}
.img_inner {
	height: 100%;
	background: #fff;
}
.pico_child img {
	width: 100%;
}
.pico_child h3 {
  position: relative;
	margin-bottom: 30px;
  padding: 9px 10px 13px;
  background-color: #F6F3E8;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.pico_child h3 span {
  background: linear-gradient(
    90deg,
    #D5A000 0%,
    #554000 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pico_child h3::before, .pico_child h3::after {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: 0;
  width: 100%;
  height: 4px;
	background:
	linear-gradient(90deg, rgba(213,160,0,1) 0%, rgba(85,64,0,1) 100%) padding-box,
	linear-gradient(90deg, rgba(201,149,9,.5) 0%, rgba(240,211,22,.5) 4%, rgba(222,172,0,.5) 20%, rgba(201,149,9,.5) 50%, rgba(222,172,0,.5) 80%, rgba(240,211,22,.5) 96%, rgba(201,149,9,.5) 100%) border-box;
}
.pico_child h3::after {
	top: auto;
	bottom: 0;
}
.pico_child p {
	font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1300px) {
	.pico_box_l {
		width: 100%;
		height: 350px;
	}
	.pico_box_l img {
		width: 100%;
		height: 350px;
		object-fit: cover;
	}
	.pico_box_r {
		position: relative;
		top: auto;
		right: 0;
		transform: translateY(0);
		width: 90%;
		margin: -50px auto 0;
		padding: 16px;
	}
}
@media screen and (max-width: 1040px) {
	.pico_bottom_inner {
		gap: 30px;
	}
	.pico_child {
		width: 100%;
		text-align: center;
	}
	.pico_child img {
		width: 60%;
	}
	.pico_child p {
		text-align: left;
	}
}
@media screen and (max-width: 750px) {
	#pico {
		padding-bottom: 60px;
	}
	.pico_top {
		height: 80vw;
	}
	.pico_top img {
		height: 80vw;
	}
	#pico .wrap {
		margin-top: -90px;
	}
	#pico h2 {
		font-size: 40px;
	}
	#pico h2 span {
		font-size: 24px;
	}
	#pico h2 span:first-of-type {
		margin-top: 20px;
	}
	.pico_box_l {
		position: relative;
		left: -20px;
		width: calc(100% + 40px);
		height: auto;
	}
	.pico_box_l img {
		width: 100%;
		height: auto;
	}
	.pico_box_r {
		width: calc(100% - 20px);
		padding: 10px;
	}
	.pico_inner {
		padding: 40px 25px;
	}
	.pico_inner p {
		font-size: 18px;
	}
	.pico_bottom_inner {
		padding: 40px 20px;
	}
	.pico_child img {
		width: 100%;
	}
	.pico_child h3 {
		padding: 9px 10px 13px;
		font-size: 24px;
	}
	.pico_child p {
		font-size: 16px;
	}
}
/*-----------------------------------------------------
	#price
------------------------------------------------------*/
#price {
	padding-bottom: 100px;
}
.price_top {
	height: 321px;
}
.price_top img {
	width: 100%;
	height: 321px;
	object-fit: cover;
	object-position: top center;
}
#price .wrap {
	position: relative;
	z-index: 1;
	margin-top: -100px;
	border-radius: 60px;
	border: 6px solid transparent;
	background:
	linear-gradient(90deg, rgba(213,160,0,1) 0%, rgba(85,64,0,1) 100%) border-box;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.2);
}
#price .wrap .price_inner {
	padding: 60px;
	border-radius: 54px;
	background: #fff;
}
#price h2 {
	margin-bottom: 10px;
  font-size: 53px;
  font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: var(--main-color);
	text-align: center;
}
#price h3 {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--text-color);
  font-size: 36px;
  font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: left;
}
#price table {
	width: 100%;
	margin-bottom: 30px;
	font-family: var(--font-sans);
  font-size: 18px;
  font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#price table tr th {
	padding: 15px 20px;
	background: #D9EEF8;
	border: 1px solid #474747;
	font-weight: 500;
	vertical-align: middle;
}
#price table tr td {
	padding: 15px 20px;
	border: 1px solid #474747;
	vertical-align: middle;
}
#price table tr td span.pink {
	line-height: 1;
	color: #D3788C;
}
#price table tr td span.pink em {
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
}
.table_02 tr td {
	text-align: center;
}
.be {
	background: #F6F3E8 !important;
}
.icon {
	position: relative;
	z-index: 1;
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}
.icon::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
  width: 100%;
  height: 3px;
  background: #68ABCA;
}
.icon span {
	display: inline-block;
	padding: 0 30px;
	background: #fff;
}
@media screen and (max-width: 1000px) {
	#price .wrap .price_inner {
		padding: 60px 40px;
	}
}
@media screen and (max-width: 750px) {
	#price {
		padding-bottom: 60px;
	}
	.price_top {
		height: 92.933vw;
	}
	.price_top img {
		height: 92.933vw;
	}
	#price .wrap {
		margin-top: -90px;
	}
	#price .wrap .price_inner {
		padding: 60px 20px;
	}
	#price h2 {
		font-size: 40px;
	}
	#price h3 {
		font-size: 24px;
	}
	#price table tr th {
		font-size: 14px;
		border-bottom: none;
	}
	#price table tr td {
		font-size: 16px;
		text-align: center;
	}
	#price table tr:last-of-type td:last-child {
		border-bottom: 1px solid #474747;
	}
	.w50 {
		width: 50%;
	}
	table.table_02 td {
		width: 50%;
	}
	.icon {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.icon span {
		padding: 0 15px;
	}
}
/*-----------------------------------------------------
	#faq
------------------------------------------------------*/
#faq {
	padding-bottom: 100px;
}
#faq .wrap {
	padding: 60px 90px;
	background: #fff;
	border: 1px solid var(--main-color);
}
#faq .wrap h2 {
	margin-bottom: 10px;
  font-size: 53px;
  font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: var(--main-color);
	text-align: center;
}
.faq {
  display: grid;
}
.faq_item {
  border-bottom: 1px solid #9F927B;
  overflow: hidden;
}
.faq_q {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 5px 10px 5px 0;
  background: #fff;
  border: 0;
  cursor: pointer;
  text-align: left;
}
.faq_label {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
	font-family: "Cormorant Garamond", serif;
	font-size: 50px;
  font-weight: 700;
	color: var(--main-color);
}
.faq_label.is-a {
	color: #BA9148;
}
.faq_text {
  flex: 1 1 auto;
	font-family: var(--font-serif);
	font-size: 20px;
  font-weight: 500;
}
.faq_icon {
  width: 37px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_icon img {
  width: 37px;
  height: 20px;
  display: block;
  transition: transform .25s ease;
}
.faq_icon img {
  transform: rotate(180deg);
}
.faq_item.is-open .faq_icon img {
  transform: rotate(0deg);
}
.faq_a {
  background: #D9EEF8;
}
.faq_a_inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 27px 30px 27px 5px;
}
.faq_label.is-a {
  flex: 0 0 28px;
}
.faq_answer {
  flex: 1;
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 750px) {
	#faq {
		padding: 60px 0;
	}
	#faq .wrap {
		padding: 40px 20px;
	}
	#faq .wrap h2 {
		font-size: 30px;
	}
	.faq_text {
		font-size: 16px;
	}
}

/*-----------------------------------------------------
	#doctor
------------------------------------------------------*/
#doctor {
	padding-top: 107px;
	padding-bottom: 116px;
	background: url("../img/home/doctor_bg.webp") no-repeat top center;
	background-size: cover;
}
#doctor .wrap {
  position: relative;
	padding: 0 60px 114px;
	background: #fff;
}
#doctor h2 {
	position: relative;
	z-index: 0;
	top: -35px;
	width: 720px;
	max-width: 100%;
	margin: 0 auto 30px;
	padding: 0 25px 25px;
	border-bottom: 1px solid var(--sub-color);
	font-size: 18px;
	font-weight: 400;
	line-height: 2.3;
	letter-spacing: 0.1em;
	color: var(--text-color);
	text-align: center;
}
#doctor h2 span {
	display: block;
	margin-bottom: 5px;
	font-family: "Cormorant Garamond", serif;
	font-size: 70px;
	font-style: italic;
	font-weight: 300;
	line-height: 1;
	color: var(--sub-color);
}
#doctor h2::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	width: 20px;
	height: 16px;
	background: url("../img/common/midasi_icon.svg") no-repeat center center;
	background-size: cover;
}
#doctor h2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 100px;
	height: 16px;
	background: #fff;
}
.doctor_photo {
	width: 55%;
}
.doctor_photo img {
  width: 100%;
  height: auto;
}
.doctor_prof {
	position: relative;
	z-index: 1;
	width: 40%;
}
.doctor_prof h3 {
	position: relative;
	margin-bottom: 30px;
	padding-left: 80px;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}
.doctor_prof h3 span {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	padding: 7px 4px 7px 9px;
	font-size: 18px;
	border: 1px solid var(--sub-color);
	text-align: center;
}
.doctor_prof p {
  margin-bottom: 30px;
  font-size: 16px;
	font-weight: 400;
	line-height: 2.3;
	letter-spacing: 0.1em;
}
.doctor_prof h4 span {
	display: inline-block;
	margin-bottom: 20px;
	padding: 8px 10px;
	background: rgba(104, 172, 202, 0.2);
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
.doctor_prof dl {
	justify-content: space-between;
  font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.doctor_prof dl dt {
	width: 90px;
	padding: 11px 10px;
	border-top: 1px solid #dadada;
	font-weight: 400;
}
.doctor_prof dl dd {
	width: calc(100% - 99px);
	padding: 11px 10px;
	border-top: 1px solid #dadada;
}
#doctor .center {
	position: absolute;
	bottom: -31.5px;
	left: 0;
  width: 100%;
}
#doctor .center a {
	font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 1160px) {
	#doctor {
		background: url("../img/home/sp_doctor_bg.webp") no-repeat top center;
		background-size: contain;
	}
	.doctor_photo {
		position: relative;
		width: 100%;
		margin-bottom: 50px;
		text-align: center;
	}
	.doctor_photo img {
		width: 50%;
	}
	.doctor_prof {
		position: relative;
		z-index: 1;
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width: 750px) {
	#doctor {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#doctor .wrap {
		padding: 40px 20px;
	}
	#doctor h2 {
		top: 0;
		font-size: 14px;
	}
	#doctor h2 span {
		font-size: 50px;
	}
	#doctor h2::after {
		width: 70px;
	}
	.doctor_photo {
		margin-bottom: 30px;
	}
	.doctor_photo img {
		width: 80%;
	}
	.doctor_prof h3 {
		padding-left: 69px;
		font-size: 30px;
	}
	.doctor_prof h3 span {
		top: 2px;
		font-size: 14px;
	}
	.doctor_prof p {
		font-size: 14px;
	}
	.doctor_prof h4 span {
		font-size: 14px;
	}
	.doctor_prof dl {
		font-size: 13px;
	}
	.doctor_prof dl dt {
		width: 75px;
	}
	.doctor_prof dl dd {
		width: calc(100% - 84px);
	}
	#doctor .center {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
		margin-top: 30px;
	}
}
