@charset "UTF-8";
/* CSS Document */


/*
########################################################
  common
########################################################
*/

.page-second #headerArea {
	position: relative;
	background: #E1F3FC;
	padding-bottom: 49px;
}

.page-second #headerArea .header_wave {
	position: absolute;
	bottom: -46px;
	width: 100vw;
	z-index: 1;
}

.page-second #wrap_title {
	position: relative;
	z-index: 2;
	padding: 0 0 0 20%;
	background: url("../img/common/title_bg_cloud.png") center bottom no-repeat;
	background-size: 110% 100%;
}

.page-second #wrap_title h2 {
	position: absolute;
	bottom: 10%;
	left: 0;
	background: url("../img/common/title_bg.png") left center no-repeat;
	background-size: 100% 100%;
	filter: drop-shadow(5px 5px 8px #aaa);
	padding: 2.1em 3.5em;
	font-size: clamp(1.6rem, 1.273rem + 1.64vw, 2.5rem);
	color: #0071bc;
	text-align: center;
}

.page-second #wrap_title h2 span {
	font-size: 1.8rem;
	display: block;
}

.page-second #contents {
	margin-top: 5vh;
}

/*
########################################################
  beginner
########################################################
*/

#page-beginner #wrap_contact {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	width: 96%;
	margin: 0 auto 10vh auto;
	border: 1px solid #ccc;
	border-radius: 30px;
	position: relative;
}

#page-beginner #wrap_contact .box_01 {
	grid-area: 1 / 1 / 2 / 3;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}

#page-beginner #wrap_contact .box_01 div:nth-child(1) {
	font-size: clamp(2rem, 1.818rem + 0.91vw, 2.5rem);
	font-weight: 700;
	color: #0071bc;
	white-space: nowrap;
	padding-right: 2em;
}

#page-beginner #wrap_contact .box_02 {
	grid-area: 2 / 1 / 3 / 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 100%;
	padding: 30px;
}

#page-beginner #wrap_contact .box_02 div {
	background: url("../img/beginner/contact_tel.png") left center no-repeat;
	background-size: 50px auto;
	padding-left: 60px;
}

#page-beginner #wrap_contact .box_02 strong {
	color: #0071bc;
	font-size: clamp(2rem, 1.455rem + 2.73vw, 3.5rem);
	letter-spacing: 0.1em;
	line-height: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

#page-beginner #wrap_contact .box_02 span {
	letter-spacing: 0.3em;
	font-size: 1.3rem;
	padding-right: 0.5em;
	width: 100%;
}

#page-beginner #wrap_contact .box_03 {
	grid-area: 2 / 2 / 3 / 3;
}

#page-beginner #wrap_contact .box_03 a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 30px 0;
	background: #e9ad94;
	padding: 30px;
}

#page-beginner #wrap_contact .box_03 a:hover {
	background: #db7d5d;
}

#page-beginner #wrap_contact .box_03 a span {
	font-size: clamp(2rem, 1.782rem + 1.09vw, 2.6rem);
	font-weight: 700;
	color: #fff;
	background: url("../img/beginner/contact_web_epark.png") right center no-repeat;
	background-size: 65px auto;
	padding: 10px 75px 10px 0;
	display: block;
}

#page-beginner #wrap_contact .box_img {
	position: absolute;
	right: 30px;
	top: -32px;
}

@media screen and (min-width: 1025px) {
	#page-beginner #wrap_contact {
		width: 60%;
	}
}

@media screen and (max-width: 640px) {
	#page-beginner #wrap_contact {
		display: block;
	}
	
	#page-beginner #wrap_contact .box_01 {
		flex-wrap: wrap;
	}
	
	#page-beginner #wrap_contact .box_01 div:nth-child(1) {
		width: 100%;
		margin-bottom: 3vh;
	}
	
	#page-beginner #wrap_contact .box_03 a {
		border-radius: 0 0 30px 30px;
	}
}

#page-beginner #wrap_time table thead span {
	border-left: 1px solid #666;
	display: block;
}

#page-beginner #wrap_time table tbody span {
	border-left: 1px solid #ccc;
	display: block;
}

#page-beginner #wrap_time table thead tr {
	border-bottom: 1px solid #666;
}

#page-beginner #wrap_time table tbody th {
	padding-right: 60px;
}

#page-beginner #wrap_time table tr {
	border-bottom: 1px solid #ccc;
}

#page-beginner #wrap_time table th {
	vertical-align: middle;
	font-size: clamp(1.6rem, 1.455rem + 0.73vw, 2rem);
	padding: 15px 0;
}

#page-beginner #wrap_time table td {
	text-align: center;
	vertical-align: middle;
	font-size: clamp(1.6rem, 1.455rem + 0.73vw, 2rem);
	padding: 15px 0;
	width: 16%;
}

@media screen and (max-width: 767px) {
	#page-beginner #wrap_time table tbody th {
		padding-right: 10px;
	}
}

@media screen and (max-width: 640px) {
	#page-beginner #wrap_time table th {
		vertical-align: middle;
		font-size: 1.4rem;
		padding: 10px 0;
	}

	#page-beginner #wrap_time table td {
		text-align: center;
		vertical-align: middle;
		font-size: 1.4rem;
		padding: 10px 0;
	}
}

#page-beginner #wrap_time .box_holiday div {
	display: flex;
	margin-bottom: 1em;
}

#page-beginner #wrap_time .box_holiday dt {
	color: #0071bc;
	font-weight: 600;
	width: 5em;
	white-space: nowrap;
}

#page-beginner #wrap_time .box_access {
	display: flex;
	column-gap: 40px;
}

#page-beginner #wrap_time .box_access h3 {
	font-size: clamp(2rem, 1.891rem + 0.55vw, 2.3rem);
	font-weight: 600;
	color: #0071bc;
	margin-bottom: 15px;
}

#page-beginner #wrap_time .box_access .box_parking {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#page-beginner #wrap_time .box_access .box_parking dl {
	padding-left: 30px;
}

#page-beginner #wrap_time .box_access .box_parking dl dt {
	color: #e9ad94;
}

#page-beginner #wrap_time .box_access .box_parking dl div {
	padding-left: 47px;
	margin-bottom: 0.5em;
}

#page-beginner #wrap_time .box_access .box_parking dl div:nth-child(1) {
	background: url("../img/beginner/access_ic_car.png") left center no-repeat;
}

#page-beginner #wrap_time .box_access .box_parking dl div:nth-child(2) {
	background: url("../img/beginner/access_ic_bicycle.png") left center no-repeat;
}

@media screen and (max-width: 767px) {
	#page-beginner #wrap_time .box_access {
		column-gap: 20px;
	}
}

@media screen and (max-width: 640px) {
	#page-beginner #wrap_time .box_access {
		display: flex;
		flex-wrap: wrap;
	}
}

/*　wrap_flow
-------------------------------------------- */

#page-beginner #wrap_flow {
	position: relative;
	padding-top: 50px;
}

#page-beginner #wrap_flow .flow_wave {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
	z-index: -1;
}

#page-beginner #wrap_flow .flow_wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 170px;
}

#page-beginner #wrap_flow .flow_wave .shape-fill {
    fill: #fffce0;
}

#page-beginner #wrap_flow_in {
	background: #fffce0;
	padding-bottom: 7vh;
}

#page-beginner #wrap_flow_in dl {
	margin-top: 7vh;
}

#page-beginner #wrap_flow_in dl > div {
	display: flex;
	align-items: center;
	margin-top: 35px;
}

#page-beginner #wrap_flow_in dl dt {
	flex-basis: 25%;
	position: relative;
}

#page-beginner #wrap_flow_in dl dt::after {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 25px;
	border-radius: 50% / 100% 100% 0 0;
	background: #f7931e;
	position: absolute;
	top: -24px;
	left: 1px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 1.7rem;
}

#page-beginner #wrap_flow_in dl div:nth-child(1) dt::after {
	content:"1";
}
#page-beginner #wrap_flow_in dl div:nth-child(2) dt::after {
	content:"2";
}
#page-beginner #wrap_flow_in dl div:nth-child(3) dt::after {
	content:"3";
}
#page-beginner #wrap_flow_in dl div:nth-child(4) dt::after {
	content:"4";
}
#page-beginner #wrap_flow_in dl div:nth-child(5) dt::after {
	content:"5";
}

#page-beginner #wrap_flow_in dl dd {
	flex-basis: 75%;
}

#page-beginner #wrap_flow_in dl dd > div {
	background: #fff;
	padding: 30px;
}

#page-beginner #wrap_flow_in dl dd h4 {
	font-weight: 600;
	font-size: 1.8rem;
	margin-bottom: 0.8em;
}

#page-beginner #wrap_flow_in dl img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	#page-beginner #wrap_flow_in dl > div {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-top: 35px;
	}
	
	#page-beginner #wrap_flow_in dl dt {
		flex-basis: auto;
		position: relative;
	}

	#page-beginner #wrap_flow_in dl dd {
		flex-basis: 100%;
	}
}

/*　wrap_doctor
-------------------------------------------- */

#page-beginner #wrap_doctor .box_greeting {
	background: #eef0f3 url("../img/beginner/doctor_img_01.png") left center no-repeat;
	background-size: auto 100%;
	padding: 70px;
	margin-bottom: 5vh;
}

#page-beginner #wrap_doctor .box_greeting_in {
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
}

#page-beginner #wrap_doctor .box_greeting_box {
	width: 55%;
	margin: 0 0 0 auto;
}

#page-beginner #wrap_doctor .box_greeting_in h2 {
	font-size: clamp(2rem, 1.782rem + 1.09vw, 2.6rem);
	font-weight: 600;
	text-align: center;
	color: #0071bc;
	margin-bottom: 5vh;
}

#page-beginner #wrap_doctor .box_greeting_in ul {
	margin: 50px 0;
}

#page-beginner #wrap_doctor .box_greeting_in ul li {
	display: flex;
	margin-bottom: 0.7em;
}

#page-beginner #wrap_doctor .box_greeting_in ul li::before {
	content: url("../img/beginner/doctor_ic.png");
	margin-right: 5px;
}

#page-beginner #wrap_doctor .box_profile {
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

#page-beginner #wrap_doctor .box_profile .img01 {
	position: absolute;
	top: -40px;
	left: -30px;
	max-width: 358px;
	width: 30vw;
}

#page-beginner #wrap_doctor .box_profile_in {
	width: 60%;
	margin: 0 0 0 auto;
	padding: 5vh 0;
}

#page-beginner #wrap_doctor .box_profile_in h3 {
	font-size: clamp(2rem, 1.782rem + 1.09vw, 2.6rem);
	font-weight: 600;
	color: #0071bc;
	margin-bottom: 2vh;
}

#page-beginner #wrap_doctor .box_profile_in dl dt {
	color: #0071bc;
}

#page-beginner #wrap_doctor .box_profile_in dl {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(2, auto);
	gap: 10px;
}

#page-beginner #wrap_doctor .box_message h3 {
	font-size: clamp(2rem, 1.782rem + 1.09vw, 2.6rem);
	font-weight: 600;
	color: #0071bc;
	margin-bottom: 2vh;
}

@media screen and (max-width: 767px) {
	#page-beginner #wrap_doctor .box_greeting {
		background: #eef0f3 url("../img/beginner/doctor_img_sp.png") center top no-repeat;
		background-size: 100% auto;
		padding: 0;
		padding-top: 70%;
		padding-bottom: 5vh;
	}
	
	#page-beginner #wrap_doctor .box_greeting_box {
		width: 100%;
		margin: 0 0 0 0;
	}
	
	#page-beginner #wrap_doctor .box_greeting_in h2 {
		text-align: left;
		margin-bottom: 3vh;
	}
	
	#page-beginner #wrap_doctor .box_profile .img01 {
		display: none;
	}
	
	#page-beginner #wrap_doctor .box_profile_in {
		width: 96%;
		margin: 0 auto;
		padding: 5vh 0;
	}
}


/*
########################################################
  about
########################################################
*/

#page-about #wrap_lead h3 {
	font-size: clamp(2rem, 1.782rem + 1.09vw, 2.6rem);
	color: #0071bc;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 7vh;
}

#page-about #wrap_lead h3::before,
#page-about #wrap_lead h3::after {
	content:"";
	background-size: contain;
	width: 127px;
	aspect-ratio: 1 / 1;
}

#page-about #wrap_lead h3::before {
	margin-right: 1.5em;
	background: url("../img/about/lead_title_left.png") left top no-repeat;
}

#page-about #wrap_lead h3::after {
	background: url("../img/about/lead_title_right.png") right top no-repeat;
	margin-left: 1.5em;
}

#page-about #wrap_lead .text,
#page-about #wrap_informed .text {
	width: 80%;
	margin: 0 auto 5vh;
}

#page-about #wrap_lead .img,
#page-about #wrap_informed .img {
	text-align: center;
	margin-bottom: 5vh;
}

@media screen and (max-width: 767px) {
	#page-about #wrap_lead h3::before {
		margin-right: 0.5em;
	}
	
	#page-about #wrap_lead h3::after {
		margin-left: 0.5em;
	}
}

@media screen and (max-width: 640px) {
	#page-about #wrap_lead .text,
	#page-about #wrap_informed .text {
		width: 90%;
		margin: 0 auto 5vh;
	}
}

@media screen and (max-width: 480px) {
	#page-about #wrap_lead h3::before,
	#page-about #wrap_lead h3::after {
		width: 0;
	}
}

#page-about #wrap_msg {
	background-image: url("../img/about/msg_cloud.png"),url("../img/about/msg_deco_01.png"),url("../img/about/msg_bg.png");
	background-position: top center,top left 10%,top 1px center;
	background-repeat: no-repeat,no-repeat,repeat;
	background-size: 100%,auto,contain;
	margin-bottom: 10vh;
}

#page-about #wrap_msg_in {
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding-top: 160px;
	padding-left: 40px;
	padding-bottom: 30px;
}

#page-about #wrap_msg_in h3 {
	font-size: clamp(2rem, 1.782rem + 1.09vw, 2.6rem);;
	margin-bottom: 2vh;
	color: #0071bc;
}

#page-about #wrap_msg_in div:nth-child(1) {
	flex-grow: 1;
	position: relative;
}

#page-about #wrap_msg_in div:nth-child(2) {
	padding-left: 30px;
}

#page-about #wrap_msg .img_01 {
	position: absolute;
	left: -30%;
	bottom: -30%;
	width: 10vw;
}

@media screen and (max-width: 960px) {
	#page-about #wrap_msg .img_01 {
		position: absolute;
		left: -10%;
		bottom: -10%;
		width: 10vw;
	}
}

@media screen and (max-width: 767px) {
	#page-about #wrap_msg_in {
		padding-left: 0;
	}
	
	#page-about #wrap_msg_in div:nth-child(1) {
		display: none;
	}
	
	#page-about #wrap_msg_in div:nth-child(2) {
		width: 100%;
		padding-left: 0;
	}
}

#page-about #wrap_xray {
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5)),url("../img/about/informed_img_03.jpg");
	background-position: left top,center center;
	display: flex;
	column-gap: 50px;
	align-items: center;
	padding: 100px;
	border-radius: 30px;
}

#page-about #wrap_xray h3 {
	font-size: 1.8rem;
	font-weight: 600;
	color: #0071bc;
}

#page-about #wrap_xray p {
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 767px) {
	#page-about #wrap_xray {
		padding: 70px 50px;
		flex-wrap: wrap;
	}
	
	#page-about #wrap_xray h3 {
		margin-bottom: 1em;
	}
}

/*　院内・設備紹介
-------------------------------------------- */
#page-about #wrap_innai_in {
	background: #fefef4 url("../img/about/innai_bg.png") top center no-repeat;
	background-size: 100% auto;
	padding-bottom: 10px;
	margin-bottom: 10vh;
}

#page-about #wrap_innai_box {
	padding-top: 170px;
}

#page-about #wrap_innai_box.unitBlock {
	margin-bottom: 0;
}

#page-about #wrap_innai_box .lead {
	width: 60%;
	margin: 0 auto 5vh;
}

#page-about #wrap_innai_box .lead h4 {
	font-size: clamp(2rem, 1.782rem + 1.09vw, 2.6rem);
	color: #0071bc;
	text-align: center;
	margin-bottom: 3vh;
}

#page-about #wrap_innai_box .innai_box_01,
#page-about #wrap_innai_box .innai_box_02,
#page-about #wrap_innai_box .innai_box_03,
#page-about #wrap_innai_box .innai_box_04 {
	margin-bottom: 5vh;
}

#page-about #wrap_innai_box h5 {
	color: #0071bc;
	font-weight: 600;
	margin: 10px 0 5px;
}

#page-about #wrap_innai_box .comment {
	position: absolute;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #736357;
	font-size: 1.8rem;
	text-align: center;
	filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.6));
}

#page-about #wrap_innai_box .comment p {
	margin: 0;
}

#page-about #wrap_innai_box .innai_box_01 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 20px;
}

#page-about #wrap_innai_box .innai_box_01 > div:nth-child(1) {
	width: 60%;
}

#page-about #wrap_innai_box .innai_box_01 > div:nth-child(2) {
	position: relative;
	width: 40%;
}

#page-about #wrap_innai_box .innai_box_01 .comment {
	top: -130px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	background: url("../img/about/innai_cloud_02.png") center center no-repeat;
	padding: 0 30px;
	height: 162px;
	width: 239px;
}

#page-about #wrap_innai_box .innai_box_02 {
	position: relative;
}

#page-about #wrap_innai_box .innai_box_02 > h5,
#page-about #wrap_innai_box .innai_box_02 > p {
	padding-left: 250px;
}

#page-about #wrap_innai_box .innai_box_02 .comment {
	position: absolute;
	bottom: 0;
	left: 20px;
	background: url("../img/about/innai_cloud_01.png") center center no-repeat;
	padding: 0 30px;
	height: 169px;
	width: 210px;
}

#page-about #wrap_innai_box .innai_box_03 {
	position: relative;
}

#page-about #wrap_innai_box .innai_box_03 > div {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px 15px 15px 0;
	width: 60%;
	background: #fefef4;
}

#page-about #wrap_innai_box .innai_box_04 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 20px;
}

#page-about #wrap_innai_box .innai_box_04 > div:nth-child(1) {
	width: 60%;
}

#page-about #wrap_innai_box .innai_box_04 > div:nth-child(2) {
	position: relative;
	width: 40%;
}

#page-about #wrap_setsubi ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
}

#page-about #wrap_setsubi ul h4 {
	display: inline-block;
	background: #f7931e;
	padding: 10px 10px 8px;
	position: relative;
	top: -1em;
	left: 10px;
	color: #fff;
	font-size: 1.7rem;
}

#page-about #wrap_setsubi ul p {
	padding: 0 10px;
	margin-top: -0.5em;
}

@media screen and (max-width: 640px) {
	#page-about #wrap_innai_in {
		background-size: 140% auto;
	}
	
	#page-about #wrap_innai_box {
		padding-top: 100px;
	}
	
	#page-about #wrap_innai_box .lead {
		width: 80%;
		margin: 0 auto 5vh;
	}
	
	#page-about #wrap_innai_box .innai_box_01 {
		column-gap: 10px;
	}

	#page-about #wrap_innai_box .innai_box_01 > div:nth-child(1) {
		width: 70%;
	}

	#page-about #wrap_innai_box .innai_box_01 > div:nth-child(2) {
		position: relative;
		width: 30%;
	}
	
	#page-about #wrap_innai_box .comment {
		display: none;
	}
	
	#page-about #wrap_innai_box .innai_box_02 > h5,
	#page-about #wrap_innai_box .innai_box_02 > p {
		padding-left: 0;
	}
	
	#page-about #wrap_innai_box .innai_box_03 > div {
		width: 70%;
	}
	
	#page-about #wrap_innai_box .innai_box_04 {
		column-gap: 10px;
	}
	
	#page-about #wrap_setsubi ul {
		gap: 10px;
	}
}

@media screen and (max-width: 480px) {
	#page-about #wrap_innai_box h5 {
		margin: 5px 0 5px;
	}

	#page-about #wrap_innai_box .innai_box_01 > div:nth-child(1) {
		width: 100%;
	}
	
	#page-about #wrap_innai_box .innai_box_01 > div:nth-child(2) {
		display: none;
	}
	
	#page-about #wrap_innai_box .innai_box_03 > div {
		position: relative;
		left: 0;
		bottom: 0;
		padding: 0;
		width: 100%;
		background: #fefef4;
	}
	
	#page-about #wrap_innai_box .innai_box_04 {
		flex-wrap: wrap;
	}

	#page-about #wrap_innai_box .innai_box_04 > div:nth-child(1) {
		width: 100%;
		margin-bottom: 5vh;
	}

	#page-about #wrap_innai_box .innai_box_04 > div:nth-child(2) {
		position: relative;
		width: 100%;
	}
	
	#page-about #wrap_setsubi ul {
		grid-template-columns: repeat(1,1fr);
	}
}

/*　感染予防対策
-------------------------------------------- */
#page-about #wrap_kansen > p {
	width: 40%;
	margin: 0 auto 10vh;
}

#page-about #wrap_kansen #wrap_kansen_kigu {
	background-image: linear-gradient(0deg, #ffffff, #d8e1ee);
	padding: 50px;
}

#page-about #wrap_kansen #wrap_kansen_kigu > h4 {
	color: #0071bc;
	font-weight: 600;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 2vh;
}

#page-about #wrap_kansen #wrap_kansen_kigu > p {
	text-align: center;
	margin-bottom: 5vh;
}

#page-about #wrap_kansen #wrap_kansen_kigu ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
}

#page-about #wrap_kansen #wrap_kansen_kigu ul h5 {
	color: #0071bc;
	font-weight: 600;
	margin: 7px 0 5px;
}

#page-about #wrap_kansen .box_airdog {
	display: flex;
	align-items: flex-start;
}

#page-about #wrap_kansen .box_airdog div {
	margin: 100px 0 0 -100px;
	padding: 40px 30px 30px 130px;
	background: #efefef;
	position: relative;
	z-index: -1;
}

#page-about #wrap_kansen .box_airdog div h5 {
	color: #0071bc;
	font-weight: 600;
	font-size: 1.8rem;
	margin-bottom: 2vh;
}

#page-about #wrap_kansen .box_airdog div strong {
	font-weight: 600;
}

#page-about #wrap_kansen #wrap_kansen_other {
	background-image: linear-gradient(0deg, #ffffff, #d3e9db);
	padding: 50px;
}

#page-about #wrap_kansen #wrap_kansen_other > h4 {
	color: #009245;
	font-weight: 600;
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 2vh;
}

#page-about #wrap_kansen #wrap_kansen_other > p {
	text-align: center;
	margin-bottom: 5vh;
}

#page-about #wrap_kansen #wrap_kansen_other ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
	margin-bottom: 7vh;
}

#page-about #wrap_kansen #wrap_kansen_other ul h5 {
	color: #009245;
	font-weight: 600;
	margin: 7px 0 5px;
}

#page-about #wrap_kansen #wrap_kansen_other dl div {
	margin-bottom: 15px;
}

#page-about #wrap_kansen #wrap_kansen_other dl dt {
	color: #009245;
	font-weight: 600;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
}

#page-about #wrap_kansen #wrap_kansen_other dl dt::before {
	content: url("../img/about/ic_check.png");
}

#page-about #wrap_kansen #wrap_kansen_other dl dd {
	padding-left: 30px;
}

@media screen and (max-width: 960px) {
	#page-about #wrap_kansen > p {
		width: 70%;
	}
}

@media screen and (max-width: 767px) {
	#page-about #wrap_kansen .box_airdog {
	flex-wrap: wrap;
}

	#page-about #wrap_kansen .box_airdog div {
		margin: -100px 0 0 100px;
		padding: 120px 20px 20px 20px;
	}
}

@media screen and (max-width: 640px) {
	#page-about #wrap_kansen #wrap_kansen_kigu {
		padding: 30px 20px;
	}
	
	#page-about #wrap_kansen #wrap_kansen_kigu ul {
		gap: 10px;
	}
	
	#page-about #wrap_kansen #wrap_kansen_other {
		padding: 30px 20px;
	}
	
	#page-about #wrap_kansen #wrap_kansen_other ul {
		gap: 10px;
	}
}

@media screen and (max-width: 480px) {
	#page-about #wrap_kansen > p {
		width: 90%;
	}
	
	#page-about #wrap_kansen #wrap_kansen_kigu ul {
		grid-template-columns: repeat(1,1fr);
	}
	
	#page-about #wrap_kansen .box_airdog div {
		margin:  0;
		padding: 20px;
	}
	
	#page-about #wrap_kansen #wrap_kansen_other ul {
		grid-template-columns: repeat(1,1fr);
	}
}

/*
########################################################
  service
########################################################
*/

#page-service .wrap_service .detail_box {
	display: flex;
}

#page-service .wrap_service .detail_box .icon_wrap h2 {
	display: none;
}

#page-service .wrap_service .detail_box .icon {
	background: #fff;
	border-radius: 50%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	width: 150px;
	height: 150px;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 2.5vw;
}

#page-service .wrap_service .detail_box .text {
	width: 100%;
}

#page-service .wrap_service .detail_box h2 {
	color: #0071bc;
	font-size: clamp(2rem, 1.818rem + 0.91vw, 2.5rem);
	font-weight: 600;
	margin-bottom: 1em;
}

#page-service .wrap_service .detail_box .text h3 span {
	display: inline-block;
	background: #0071bc;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 2px 5px;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}

#page-service .wrap_service .qa_box {
	margin-top: 5vh;
}

#page-service .wrap_service .qa_box h3 span {
	display: inline-block;
	background: #e9ad94;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 2px 5px;
	margin-bottom: 0.5em;
}

#page-service .wrap_service .qa_box dl div {
	margin-bottom: 1em;
}

#page-service .wrap_service .qa_box dl dt {
	color: #e9ad94;
	font-size: 1.8rem;
}

#page-service .wrap_service .qa_box dl dd {
	padding-left: 1em;
}

#page-service .wrap_service .case_box {
	margin-top: 5vh;
}

#page-service .wrap_service .case_box h3 span {
	display: inline-block;
	background: #e9ad94;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 2px 5px;
	margin-bottom: 0.5em;
}

#page-service .wrap_service .case_box ul {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

@media screen and (max-width: 767px) {
	#page-service .wrap_service .detail_box .icon {
		width: 100px;
		height: 100px;
	}
	
	#page-service .wrap_service .detail_box .icon img {
		width: 50%;
	}
}

@media screen and (max-width: 640px) {
	#page-service .wrap_service .detail_box {
		flex-wrap: wrap;
	}
	
	#page-service .wrap_service .detail_box .icon {
		margin-bottom: 2.5em;
	}
	
	#page-service .wrap_service .detail_box .icon_wrap {
		display: flex;
		align-items: center;
	}
	
	#page-service .wrap_service .detail_box .icon_wrap h2 {
		display: block;
	}
	
	#page-service .wrap_service .detail_box .text h2 {
		display: none;
	}
}

/*
########################################################
  Q&amp;A
########################################################
*/

#page-qa #wrap_faq {
	background: linear-gradient(0deg, #fff 30%, transparent 80%), url(../img/beginner/qa_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	padding-top: 7vh;
	margin-top: 5vh;
}

#page-qa #wrap_faq dl {
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
}

#page-qa #wrap_faq dl div {
	margin-bottom: 40px;
}

#page-qa #wrap_faq dl dt {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

#page-qa #wrap_faq dl dt::before {
	content: url("../img/beginner/qa_img.png");
	margin-right: 5px;
}

#page-qa #wrap_faq dl dd {
	border-left: 2px solid #0071bc;
	margin-left: 40px;
	padding-left: 10px;
}

/*
########################################################
  sitemap
########################################################
*/

#page-sitemap #contents > ul {
	display: flex;
	flex-direction: column;
	height: 100vh;
	flex-wrap: wrap;
}

#page-sitemap #contents ul li {
	margin: 10px 0;
}

#page-sitemap #contents > ul > li::before {
	font-family: "Material Icons";
	content: "\e038";
	vertical-align: bottom;
	margin-right: 3px;
	color: #0071bc;
}

#page-sitemap #contents .second-content {
	padding-left: 3em;
}

#page-sitemap #contents ul a:hover {
	color: #0071bc;
}

@media screen and (max-width: 450px) {
	#page-sitemap #contents > ul {
		display: block;
	}
}

/*
########################################################
  privacy
########################################################
*/

#page-privacy #contents h3 {
	color: #0071bc;
	font-weight: 600;
	margin: 15px 0 5px;
}

#page-privacy #contents dl dt {
	font-weight: 600;
}