@charset "utf-8";

/* 共通
------------------------------------------------------------------*/
.content_low .inner, .main_page .inner {
	max-width: calc(1000px + 10%);
}
.content_low {
	padding: 100px 0 200px;
}
.medical .content_low {
	padding: 0;
}
.main_page {
	padding: 120px 0 125px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6), 0px 0px 15px rgba(0, 0, 0, 0.6), 0px 0px 15px rgba(0, 0, 0, 0.8), 0px 0px 30px rgba(0, 0, 0, 0.6);
}
.main_clinic {
	background: url(../img/fv_2.png) no-repeat center / cover;
}
.main_profile {
	background: url(../img/fv_2.png) no-repeat center / cover;
}
.main_access {
	background: url(../img/fv_2.png) no-repeat center / cover;
}
.main_medical {
	background: url(../img/fv_2.png) no-repeat center / cover;
}
.main_recruit {
	background: url(../img/fv_2.png) no-repeat center / cover;
}
.page_main section:not(:last-child) {
	margin-bottom: 100px;
}
.hdg2 {
	padding: 0 5%;
}
.hdg2 .ja {
	font-size: 312.5%;
	letter-spacing: .1em;
	color: #fff;
	display: block;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 25px;
}
.hdg2 .en {
	font-size: 200%;
	letter-spacing: .2em;
	color: #fff;
	display: block;
	line-height: 1;
}
.hdg3 {
	font-size: 250%;
	letter-spacing: .1em;
	line-height: 1.4;
	font-weight: 500;
	position: relative;
	color: #049B78;
	padding: 48px 0 16px;
}
.hdg3:before {
	content: "";
	position: absolute;
	background: url(../img/icn_hdg3.svg) no-repeat center / cover;
	width: 52px;
	height: auto;
	aspect-ratio: 86 / 61;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.hdg3:after {
	content: "";
	position: absolute;
	background: #049B78;
	width: 90px;
	height: 5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.hdg4 {
	position: relative;
	color: #049B78;
	font-size: 137.5%;
	letter-spacing: .1em;
	font-weight: 500;
	line-height: 1.3;
	padding-left: 28px;
}
.hdg4:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 40px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.hdg4.dark:before {
	background: #049B78;
}
.hdg4.light:before {
	background: #9e9eb7;
}
.hdg5 {
	width: 100%;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 5px #049B78 solid;
	text-align: center;
	color: #049B78;
	font-size: 187.5%;
	line-height: 1;
	letter-spacing: .1em;
	font-weight: 500;
}
.bg_common01 {
	padding: 40px 0;
}
.bg_common02 {
	position: relative;
	z-index: 0;
}
.bg_common02:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 80%;
	margin: auto;
	background-color: #C2F0E5;
	z-index: -1;
}
.bg_common02.light:after {}
.bg_common02.dark:after {}
.copy_common01 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-top: 55px;
	color: #049B78;
	font-size: 150%;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.5;
}
.row_common01 .copy {
	color: #049B78;
	font-size: 150%;
	letter-spacing: .1em;
	margin-bottom: 20px;
}
.row_common02 .col_img {
	width: 23%;
}
.row_common02 .col_txt {
	width: 72.5%;
	padding-top: 10px;
}
.row_common02 .col_txt p {
	text-shadow: 0px 0px 5px rgba(255,255,255,.8), 0px 0px 5px rgba(255,255,255,.8), 0px 0px 10px rgba(255,255,255,.8), 0px 0px 10px rgba(255,255,255,.8), 0px 0px 15px rgba(255,255,255,.8), 0px 0px 5px rgba(255,255,255,.8);
}
.row_common03 {
	padding-bottom: 30px;
	border-bottom: 1px solid #049B78;
}
.row_common03 .hdg4 {
	margin-bottom: 30px;
}
.flow_common01 {
	background: #f4f5fa;
	padding: 50px 5% 45px;
}
.flow_common01.arw_flow {
	margin-bottom: 55px;
}
.flow_common01.arw_flow:before {
	border-top: 16px solid #049B78;
	border-right-width: 23px;
	border-left-width: 23px;
	bottom: -36px;
}
.flow_common01 .col_txt {
	width: 100%;
}
.flow_common01 .col_txt dt {
	color: #049B78;
	font-weight: 500;
	margin-bottom: 20px;
}
.flow_common01 .col_txt dt span {
	background: #049B78;
}
.box_common01 {
	border: 1px solid #049B78;
}
.box_common01 h4 {
	background: #049B78;
	color: #fff;
	font-size: 137.5%;
	letter-spacing: .1em;
	font-weight: 500;
	padding: 11px 5%;
}
.box_common01 .box {
	padding: 30px 5% 45px;
}
.box_common01 dt {
	color: #049B78;
	font-size: 125%;
	letter-spacing: .1em;
	font-weight: 500;
	line-height: 1.33;
	margin-bottom: 8px;
}
.box_common01 dd:not(:last-of-type) {
	margin-bottom: 20px;
}
.box_common01 li {
	margin-left: 1.1em;
	text-indent: -1.1em;
}
.btn_common01 {
	max-width: 300px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.btn_common01 a {
	display: block;
	background: #fff;
	border: 5px solid #049B78;
	color: #049B78;
	font-family: "Open Sans", sans-serif;
	font-size: 150%;
	letter-spacing: .1em;
	position: relative;
	padding: 13px 10px 14px;
	transition: .3s;
}
.btn_common01 a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 40px solid #049B78;
	/* border-top: 15px solid transparent;
	border-bottom: 15px solid transparent; */
	border-radius: 100%;
	right: -45px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
	z-index: 0;
}
.btn_common01 a span {
	position: relative;
	z-index: 1;
}
.btn_common02 {
	max-width: 320px;
	width: 100%;
	border: 3px solid #049B78;
	overflow: hidden;
}
.btn_common02 a {
	display: block;
	background: #049B78;
	color: #fff;
	font-size: 125%;
	letter-spacing: .1em;
	position: relative;
	padding: 23px 10px 22px;
	transition: .3s;
}
.btn_common02 a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-right: 14px solid #fff;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: .3s;
	z-index: 0;
}
.btn_common02 a span {
	position: relative;
	z-index: 1;
}
.btn_common03 {
	max-width: 700px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.btn_common03 a {
	display: block;
	border: 1px solid #049B78;
	position: relative;
	padding: 23px 10px 21px;
}
.btn_common03 a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-right: 28px solid #049B78;
	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn_common03 a span {
	color: #049B78;
	font-size: 187.5%;
	letter-spacing: .1em;
	font-weight: 500;
	line-height: 1.33;
	display: block;
	margin-bottom: 7px;
}
.tbl_common01 table {
	border: 1px solid #049B78;
}
.tbl_common01 th {
	background: #eaecf6;
	color: #049B78;
	padding: 17px 18px 18px;
	vertical-align: middle;
}
.tbl_common01 td {
	padding: 17px 18px 18px;
}
.tbl_common01 tr:not(:last-child) th, .tbl_common01 tr:not(:last-child) td {
	border-bottom-color: #049B78;
}
.tbl_common01 .require span:after {
	background: #049B78;
	color: #fff;
	right: 0;
}
.copy_common02{
	background: #9e9eb7;
	color: #fff;
	font-size: 150%;
	line-height: 1.7;
	letter-spacing:.1em;
	padding: 10px 5%;
}
.row_common04 .col{
	max-width: 235px;
	width: 24%;
	color: #fff;
	font-size: 125%;
	background: #049B78;
	height: 90px;
}
.row_common04 .col:nth-child(-n + 4){
	margin-bottom:20px;
}
.row_common04 .col a{
	width: 100%;
	height: 100%;
	position: relative;
	padding-bottom: 10px;
}
.row_common04 .col a:after {
    content: "";
    position: absolute;
    border-left: 14px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    transform: rotate(90deg);
}
.row_common05 .col_l{
	max-width: 140px;
	width: 14%;
}
.row_common05 .col_r{
	max-width: 810px;
	width: 81%;
	background: #eeeeee;
	padding: 28px 4%;
	border-radius: 20px;
	font-size: 112.5%;
	line-height: 2.2;
	position: relative;
}
.row_common05 .col_r:after {
	content: "";
	position: absolute;
    top: 65px;
    left: -30px;
    width: 30px;
    height: 30px;
}
.list_common01 li{
	width: 48%;
}
.ttl_common01 {
    color: #fff;
    font-size: 150%;
    padding: 9px 0;
    letter-spacing: .1em;
}
.row_common06.no_bdr {
	padding-bottom:0;
	border: none;
}
.row_common06 .col_txt{
	width:49.4%;
}
.row_common06 .col_img{
	width: 38%;
}
.row_common07.bdr{    
	padding-bottom: 30px;
    border-bottom: 1px solid #049B78;
}
.row_common07 .col{
	width:38%;
}
.row_common07 .col:first-child{
	margin-right:5%;
}
.row_common07 .col .ttl{
	font-size: 125%;
	color: #fff;
	background: #049B78;
	padding: 10px 5% 8px;
}
.box_common02{
	padding:38px 4% 40px;
    border: 1px solid #049B78;
}
.box_common02 .ttl{
    color: #049B78;
    font-size:137.5%;
    letter-spacing: .1em;
    font-weight: 500;
}
.row_common08 .col{
	width: 49%;
    max-width: 475px;
}
.row_common08 .col .ttl{
    font-size: 137.5%;
    letter-spacing: .1em;
    line-height: 1.64;
    padding: 12px 10px;
    background: #049B78;
	color: #fff;
}
.row_common08 .col .box{
	border: 1px solid #049B78;
    padding: 25px 40px 42px;
	font-size: 112.5%;
	line-height: 2;
}
.box_common03{
	padding:50px 5% 130px;
	position: relative;
}
.box_common03 .ccl{
	position: absolute;
	background: #049B78;
	color: #fff;
	font-size: 112.5%;
    line-height: 1.4;
	width: 140px;
	height: 140px;
    top: 17px;
    right: -18.5%;
	left: 0;
	margin: auto;
	border-radius: 50%;
}
.box_common03 .ccl02{
	top: -45px;
	right: -48%;
	left: 0;
}
.box_common03 .ttl{
	position: absolute;
    left: 4%;
    top: -10%;
}
.box_common03 .txt{
	max-width: 330px;
	margin-left: 11%;
}
@media only screen and (min-width: 961px){
	.btn_common01 a:hover {
		color: #fff;
		transition: .3s;
		opacity: 1;
	}
	.btn_common01 a:hover:after {
		border-right-width: 1000px;
		border-top-width: 1000px;
		border-bottom-width: 1000px;
		transition: .3s;
	}
	.btn_common02 a:hover {
		color: #049B78;
		transition: .3s;
		opacity: 1;
	}
	.btn_common02 a:hover:after {
		border-right-width: 950px;
		border-top-width: 60px;
		border-bottom-width: 60px;
		transition: .3s;
	}
}
@media only screen and (min-width: 768px) and (max-width:1200px){
	.row_common04 .col{
		font-size: 112.5%;
		letter-spacing: .05em;
	}
	.list_common01 li{
		margin-left:0;
		text-indent: 0;
	}
}
@media(min-width: 768px) and (max-width:1100px){
	.box_common03{
		padding: 60px 5% 75px;
	}
	.box_common03 .ttl{
		width: 7%;
	    left: 3%;
	}
	.box_common03 .ccl {
		width: 120px;
		height: 120px;
		font-size: 100%;
	}
	.box_common03 .txt{
		text-shadow: 0 0 5px #eaecf6, 0 0 5px #eaecf6, 0 0 10px #eaecf6, 0 0 10px #eaecf6, 0 0 15px #eaecf6, 0 0 15px #eaecf6;
	    margin-left: 8%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	.hdg2 .ja {
		font-size: 281.25%;
	}
	.row_common04 .col{
		font-size: 100%;
	}
	.row_common05 .col_r:after {
		top: 40px;
		left: -25px;
		width: 25px;
		height: 25px;
	}
	.box_common03 {
		padding: 50px 5% 130px;
		background-position: center right 20%;
	}
	.box_common03 .ccl {
		width: 120px;
		height: 120px;
		right: -9.5%;
		top: -35px;
	}
	.box_common03 .ccl02{
		right:calc(-6.5% + -300px);
		top: -60px;
	}
	.box_common03 .txt{
		max-width: 100%;
		margin-left: 13%;
	}
	.box_common03 {
		padding: 95px 5% 238px;
		background-color: #eaecf6;
		background-position: left -210% bottom;
		background-size: 92%;
	}
	.box_common03 .ttl {
		width: 9%;
		left: 4%;
	}
}

@media only screen and (max-width: 767px) {
	.content_low {
		padding: 13.5vw 0 25vw;
	}
	.page_main section:not(:last-child) {
		margin-bottom: 20vw;
	}
	.main_page {
		padding: 16vw 0;
	}
	.col_img {
		text-align: center;
	}
	.hdg2 .ja {
		font-size: 156.25%;
		margin-bottom: 3.5vw;
	}
	.hdg2 .en {
		font-size: 75%;
		letter-spacing: .1em;
	}
	.hdg3 {
		font-size: 125%;
		line-height: 1.5;
		padding: 9vw 0 3vw;
		margin-bottom: 6.5vw;
	}
	.hdg3:before {
		width: calc(78 / 750 * 100vw);
	}
	.hdg3:after {
		width: calc(78 / 750 * 100vw);
	}
	.hdg4 {
		font-size: 106.25%;
		padding-left: 5vw;
	}
	.hdg4:before {
		height: calc(50 / 750 * 100vw);
		width: calc(10 / 750 * 100vw);
	}
	.bg_common01 {
		padding: 8vw 0 7vw;
	}
	.bg_common02:after {
		height: calc(100 / 750 * 100vw);
	}
	.row_common01 .copy {
		font-size: 112.5%;
		letter-spacing: 0;
		line-height: 1.4;
		margin-bottom: 2vw;
	}
	.row_common01 .col_txt {
		margin-top: 6vw;
	}
	.row_common02 {
		display: block;
	}
	.row_common02 .col_img {
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 5vw;
	}
	.row_common02 .col_txt {
		padding-top: 0;
		width: 100%;
	}
	.row_common03 {
		padding-bottom: 5vw;
	}
	.row_common03 .hdg4 {
		margin-bottom: 4vw;
	}
	.copy_common01 {
		flex-direction: column;
		margin-top: calc( 55 / 750 * 100vw);
		font-size: 112.5%;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.box_common01 h4 {
		font-size: 125%;
		padding: 2vw 2vw 2.5vw;
	}
	.box_common01 .box {
		padding: 5vw;
	}
	.box_common01 dt {
		font-size: 112.5%;
		letter-spacing: 0;
		margin-bottom: 2vw;
	}
	.box_common01 dd:not(:last-of-type) {
		margin-bottom: 5vw;
	}
	.flow_common01 {
		padding: 6vw 5% 7vw;
		margin-bottom: 11vw;
	}
	.flow_common01.arw_flow {
		margin-bottom: 8vw;
	}
	.flow_common01.arw_flow:before {
		border-top-width: calc(20 / 750 * 100vw);
		border-right-width: calc(28 / 750 * 100vw);
		border-left-width: calc(28 / 750 * 100vw);
		bottom: -5.5vw;
	}
	.flow_common01 .col_txt {
		margin-top: 0;
	}
	.flow_common01 .col_txt dt {
		margin-bottom: 3vw;
	}
	.btn_common01 {
		max-width: calc(450 / 750 * 100vw);
	}
	.btn_common01 a {
		font-size: 100%;
		padding: 3.2vw 3vw 2.5vw;
	}
	.btn_common01 a:after {
		border: 24px solid #049B78;
		right: -24px;
	}
	.btn_common02 {
		max-width: calc(480 / 750 * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.btn_common02 a {
		font-size: 93.75%;
		padding: 3.2vw 3vw 2.5vw;
	}
	.btn_common02 a:after {
		border-right-width: calc(22 / 750 * 100vw);
		border-top-width: calc(22 / 750 * 100vw);
		border-bottom-width: calc(22 / 750 * 100vw);
	}
	.btn_common03 {
		max-width: calc(600 / 750 * 100vw);
	}
	.btn_common03 a {
		font-size: 75%;
		padding: 4vw;
	}
	.btn_common03 a span {
		font-size: 133.33%;
		margin-bottom: 1vw;
	}
	.btn_common03 a:after {
		border-right-width: calc(32 / 750 * 100vw);
		border-top-width: calc(32 / 750 * 100vw);
		border-bottom-width: calc(32 / 750 * 100vw);
	}
	.tbl_common01 th, .tbl_common01 td {
		padding: 3vw;
	}
	.copy_common02 {
		font-size: 112.5%;
		line-height: 1.6;
		padding: 2vw 5%;
	}
	.row_common04 .col {
		width: 48%;
		font-size: 100%;
		height: calc(150 / 750* 100vw);
		margin-bottom: 0!important;
	}
	.row_common04 .col a:after{
		border-left-width: calc(25 / 750*100vw);
		border-top-width:calc(25 / 750*100vw);
		border-bottom-width:calc(25 / 750*100vw);
	    bottom: -1vw;
	}
	.row_common04 .col:not(:nth-child(-n + 2)){
		margin-top: 4vw;
	}
	.row_common05 .col_l {
		max-width: calc(280 / 750* 100vw);
		width: 100%;
		margin: 0 auto 7vw;
	}
	.row_common05 .col_r {
		max-width: 100%;
		width: 100%;
		padding:4vw 4%;
		border-radius: calc(20 / 750*100vw);
		font-size:100%;
		line-height:1.7;
	}
	.row_common05 .col_r:after {
		top: -4vw;
		left: 0;
		right: 0;
		margin: auto;
		width: calc(40 / 750*100vw);
		height: calc(40 / 750*100vw);
	    transform: rotate(90deg);
	}
	.row_common06 {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 9vw;
	}
	.row_common06 .col_txt{
		width:100%;
		margin-top: 0;
	}
	.row_common06 .col_img{
		width: 100%;
	}
	.list_common01 li{
		width: 100%;
		margin-left: 0;
		text-indent: 0;
	}
	.row_common07 .col {
		width: 46%;
	}
	.row_common07 .col:first-child {
		margin-right: 4%;
	}
	.row_common07.bdr{
		padding-bottom: 5vw;
	}
	.row_common07 .col .ttl{
		font-size: 100%;
		padding: 1vw;
	}
	.box_common02{
		padding: 5vw 4% 6vw;
	}
	.box_common02 .ttl{
		font-size: 112.5%;
	}
	.row_common08 .col{
		width: 100%;
		max-width: 100%;
	}
	.row_common08 .col .ttl {
		font-size: 112.5%;
		padding: 2vw;
	}
	.row_common08 .col .box{
		font-size: 100%;
		padding: 3vw 5% 4vw;
	}
	.row_common08 .col:not(:last-child){
		margin-bottom: 6vw;
	}
	.ttl_common01 {
		font-size: 112.5%;
		text-shadow: 0 0 calc(5 / 750*100vw) #9e9eb7, 0 0 calc(5 / 750*100vw) #9e9eb7, 0 0 calc(10 / 750*100vw) #9e9eb7, 0 0 calc(10 / 750*100vw) #9e9eb7, 0 0 calc(15 / 750*100vw) #9e9eb7, 0 0 calc(15 / 750*100vw) #9e9eb7;
		padding: 1vw 0;
	}
	.box_common03 .ccl{
		width: calc(195 / 750* 100vw);
		height: calc(195 / 750* 100vw);
		font-size: 87.5%;
	    top: -7vw;
		right: 20vw;
	}
	.box_common03 .ccl02 {
		top: -7vw;
		right: -41vw;
	}
	.box_common03{
		padding: 22vw 5% 47vw;
		background-color: #eaecf6;
		background-position:right -20% bottom;
		background-size: calc(1000/ 750*100vw) calc(300/ 750*100vw);
	}
	.box_common03 .ttl{
		width: 14%;
		top: -5%;
	}
	.box_common03 .txt {
		max-width: 100%;
		margin-left: 20%;
		text-shadow: 0 0 calc(5/ 750*100vw) #eaecf6, 0 0 calc(5/ 750*100vw) #eaecf6, 0 0 calc(10/ 750*100vw) #eaecf6, 0 0 calc(10/ 750*100vw) #eaecf6, 0 0 calc(15/ 750*100vw) #eaecf6, 0 0 calc(15/ 750*100vw) #eaecf6;
	}
}

/* FV下
------------------------------------------------------------------*/
.accordion-001 {
	margin-top: 5%;
	margin-bottom: 5%;
}
.accordion-001 summary {
	display: flex;
    flex-direction: column;
	justify-content: center;
    align-items: center;
	gap: 4px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
	text-align: center;
    font-size: 150%;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5;
	color: #049B78;
    cursor: pointer;
}
.accordion-001 summary::after {
	/* position: absolute;
	bottom: 0;
	left: 50%; */
	/* transform: translate(-50%, 0) rotate(45deg); */
	transform: rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #049B78;
    border-right: 3px solid #049B78;
    content: "";
    transition: transform 0.3s;
}
.accordion-001[open] summary::after {
	transform: rotate(225deg);
}
.accordion-open {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2em;
	width: 100%;
	margin: 0 auto 0;
    opacity: 1;
    margin: 0;
    padding: 1em 0;
    transition: transform 0.5s, opacity 0.5s;
}
.accordion-open > * {
	width: 100%;
}

/* クリニック紹介 clinic
------------------------------------------------------------------*/
.row_clinic01 .col_img {
	width: 54%;
}
.row_clinic01 .col_txt {
	width: 45%;
}
.row_clinic02 {
	align-items: center;
	gap: 24px;
}
.row_clinic02 .col_img {
	flex: 4;
}
.row_clinic02 .col_txt {
	gap: 24px;
	flex: 6;
}
.row_clinic02 .col_txt.r_reverse .txt {
	text-align: right;
}
.row_clinic02 .copy_common01 {
	flex: 2;
	margin: 0;
}
.row_clinic02 .txt {
	flex: 8;
	margin: 0;
}
.row_clinic03 .col_img {
	width: 54%;
}
.row_clinic03 .col_txt {
	width: 39%;
}
.row_clinic01 .col_txt .copy .icn {
	width: 60px;
}
.row_clinic01 .col_txt .copy .txt, .row_clinic02 .col_txt .copy .txt, .row_clinic03 .col_txt .copy .txt {
	width: calc(100% - 75px);
	line-height: 1.5;
}
.row_clinic01 .col_txt > .txt, .row_clinic03 .col_txt > .txt {
	text-shadow: 0px 0px 5px rgba(255,255,255,.8), 0px 0px 5px rgba(255,255,255,.8), 0px 0px 10px rgba(255,255,255,.8), 0px 0px 10px rgba(255,255,255,.8), 0px 0px 15px rgba(255,255,255,.8), 0px 0px 15px rgba(255,255,255,.8);
}
.slide_clinic01 .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slide_clinic01 .slick-slide {
	position: relative;
}
.slide_clinic01 .slick-slide img {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.slide_clinic01 .slick-slide .name {
	position: absolute;
	font-size: 125%;
	letter-spacing: .1em;
	color: #049B78;
	text-shadow: 0px 0px 5px rgba(255,255,255,.8), 0px 0px 5px rgba(255,255,255,.8), 0px 0px 10px rgba(255,255,255,.8), 0px 0px 10px rgba(255,255,255,.8), 0px 0px 15px rgba(255,255,255,.8), 0px 0px 15px rgba(255,255,255,.8);
	z-index: 1;
	top: 12px;
	right: 17px;
}
.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
	width: 27px;
	height: 27px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	top: -4px;
	bottom: 0;
	margin: auto;
	left: 31%;
	z-index: 1;
}
.slide_clinic01 .slick-next {
	left: auto;
	right: 31%;
	transform: rotate(-45deg) scaleX(-1);
}
.slide_clinic01 .slick-prev:before, .slide_clinic01 .slick-next:before {
	display: none;
}
.slide_clinic01 .slick-dots {
	bottom: 21px;
}
.slide_clinic01 .slick-dots li {
	margin: 0 5px;
	width: 13px;
	height: 13px;
}
.slide_clinic01 .slick-dots li button {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	padding: 0;
	margin: auto;
}
.slick-dots li.slick-active button {
	background: #049B78;
}
.slide_clinic01 .slick-dots li button:before {
	display: none;
}
@media(min-width: 961px) and (max-width:1349px) {
	.slide_clinic01 .slick-prev {
		left: 22%;
	}
	.slide_clinic01 .slick-next {
		right: 22%;
	}
}
@media(min-width: 961px) and (max-width:1049px) {
	.copy_clinic01 {
		font-size: 137.5%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.slide_clinic01 .slick-prev {
		left: 16%;
	}
	.slide_clinic01 .slick-next {
		right: 16%;
	}
}
@media(max-width: 767px) {
	.img_clinic01 {
		max-width: calc(391 / 750 * 100vw);
		margin-right: auto;
		margin-left: auto;
	}
	.row_clinic01, .row_clinic02, .row_clinic03 {
		display: block;
	}
	.row_clinic01 .col_img, .row_clinic02 .col_img, .row_clinic03 .col_img {
		width: 100%;
		margin-bottom: 6vw;
	}
	.row_clinic01 .col_txt, .row_clinic02 .col_txt, .row_clinic03 .col_txt {
		width: 100%;
	}
	.row_clinic02 .col_txt {
		flex-direction: row;
	}
	.row_clinic01 .col_txt .copy .icn, .row_clinic02 .col_txt .copy .icn, .row_clinic03 .col_txt .copy .icn {
		width: calc(60 / 750 * 100vw);
	}
	.row_clinic02 .col_txt .copy .icn {
		width: 100%;
	}
	.row_clinic01 .col_txt .copy .txt, .row_clinic02 .col_txt .copy .txt, .row_clinic03 .col_txt .copy .txt {
		width: calc(100% - calc(75 / 750 * 100vw));
	}
	.row_clinic02 .col_txt.r_reverse .txt {
		text-align: left;
	}
	.slide_clinic01 {
		overflow: hidden;
	}
	.slide_clinic01 .slick-slide .name {
		font-size: 112.5%;
	}
	.slide_clinic01 .slick-prev, .slide_clinic01 .slick-next {
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
	}
	.slide_clinic01 .slick-prev {
		left: 3%;
	}
	.slide_clinic01 .slick-next {
		right: 3%;
	}
}


/* 院長・スタッフ紹介 profile
------------------------------------------------------------------*/
.profile01 .top_profile {
	gap: 84px;
	padding: 2.5% 20%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	background-color: #C2F0E5;
}
.profile01 .top_profile .name_dr {
	margin-left: auto;
	margin-right: auto;
	font-size: 187.5%;
	font-weight: 700;
	color: #049B78;
}
.profile01 .top_profile_sub {
	padding: 0 30%;
	margin-left: auto;
	margin-right: auto;
}
.profile01 .top_profile_sub * {
	width: 100%;
}
.profile02 .top_profile {
	gap: 36px;
	padding: 0 20%;
	margin-left: auto;
	margin-right: auto;
}
/* アコーディオン ↓ */
.profile02 details {
	width: 100%;
}
.profile02 details:not(:last-child) {
    /* margin-bottom: 20px; */
}
.profile02 details summary {
	position: relative;
    list-style: none;
    cursor: pointer;
    padding: 24px 72px 24px 36px;
    background: #049B78;
    color: #fff;
    font-size: 187.5%;
    font-weight: bold;
}
.profile02 details summary::-webkit-details-marker {
    display: none;
}
.profile02 details summary::before {
    content: '';
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translate(0, -50%);
	width: 1em;
	height: 0.25em;
	background-color: #fff;
}
.profile02 details summary::after {
    content: '';
	position: absolute;
	top: 50%;
	right: 36px;
	transform: translate(0, -50%);
	width: 0.25em;
	height: 1em;
	background-color: #fff;
}
.profile02 details[open] summary::before {
    content: '';
}
.profile02 details[open] summary::after {
    content: '';
	opacity: 0;
}
.profile02 details div {
    margin: 0;
    padding: 24px 36px;
}
/* アコーディオン ↑ */
.row_profile01 {
	gap: 84px;
	width: 100%;
}
.row_profile01 .col_img {
	flex: 5;
}
.row_profile01 .col_img img {
	width: 100%;
}
.row_profile01 .col_txt {
	flex: 5;
}
.box_profile01 {
	border: 1px solid #98a2d1;
	padding: 55px 5% 40px;
}
.row_profile03 .box_profile01 {
	width: 47.5%;
}
.ttl_profile01 {
	margin-bottom: 35px;
}
.row_profile02 .list_profile01 {
	width: 50%;
}
.list_profile01 li {
	line-height: 2.25;
}
.row_profile02 .list_profile01 li {
	padding-right: 1em;
}
.list_profile01 dt {
	width: 170px;
}
.list_profile01 dd {
	width: calc(100% - 210px);
}
.list_profile02 li {
	position: relative;
	padding-left: 30px;
}
.list_profile02 li:before {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background: #d0d0dc;
	left: 0;
	top: .5em;
}
.list_profile03 li {
	position: relative;
	padding-left: 30px;
}
.list_profile03 li:not(:last-child) {
	margin-bottom: 28px;
}
.list_profile03 li:before {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background: #333;
	border-radius: 50%;
	left: 0;
	top: .5em;
}
.list_profile04 li:not(:last-child) {
	margin-bottom: 8px;
}
.list_profile05 li {
	width: 47.5%;
}
.list_profile05 li:nth-child(3) {
	width: 50.4%;
}
.list_profile05 li:nth-child(-n + 2) {
	margin-bottom: 70px;
}
.bg_profile01 {
	position: relative;
	z-index: 0;
}
.bg_profile01:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 230px;
	left: 0;
	right: 0;
	top: 0;
	bottom: -30px;
	margin: auto;
	z-index: -1;
}
@media(min-width: 768px) and (max-width:1299px) {
	.profile01 .top_profile {
		gap: 48px;
		padding: 2.5% 10%;
	}
	.profile01 .row_profile01 {
		gap: 48px;
	}
	.profile02 .top_profile {
		padding: 0 10%;
	}
	.profile02 details summary {
		font-size: 120%;
	}
	.profile02 details summary::after {
		right: 31px;
	}
}
@media(min-width: 768px) and (max-width:960px) {}
@media(max-width: 767px) {
	.profile01 .top_profile {
		gap: 24px;
		padding: 5% 5%;
	}
	.profile01 .top_profile_sub {
		padding: 0 5%;
	}
	.profile02 .top_profile {
		gap: 24px;
		padding: 0 5%;
	}
	.profile02 details summary {
		padding: 24px 48px 24px 24px;
		font-size: 100%;
	}
	.profile02 details summary::after {
		right: 30px;
	}
	.profile02 details div {
		padding: 24px;
	}
	.row_profile01 {
		flex-direction: column;
		gap: 24px;
	}
	.row_profile01 .col_img {
		width: 100%;
	}
	.row_profile01 .col_txt {
		width: 100%;
	}
	.box_profile01 {
		padding: 6vw 5% 7vw;
	}
	.ttl_profile01 {
		margin-bottom: 5vw;
	}
	.list_profile01 li {
		line-height: 1.56;
	}
	.list_profile01 li:not(:last-child) {
		margin-bottom: 4vw;
	}
	.list_profile01 dl {
		display: block;
	}
	.list_profile01 dt {
		width: 100%;
	}
	.list_profile01 dd {
		width: 100%;
	}
	.row_profile02 {
		display: block;
	}
	.row_profile02 .list_profile01 {
		width: 100%;
	}
	.row_profile02 .list_profile01:first-child {
		margin-bottom: 2vw;
	}
	.row_profile02 .list_profile01 li:not(:last-child) {
		margin-bottom: 2vw;
	}
	.row_profile03 {
		display: block;
	}
	.row_profile03 .box_profile01 {
		width: 100%;
	}
	.list_profile02 li, .list_profile03 li {
		padding-left: 6vw;
	}
	.list_profile02 li:not(:last-child), .list_profile03 li:not(:last-child) {
		margin-bottom: 2vw;
	}
	.list_profile05 li:nth-child(-n + 2) {
		margin-bottom: 5vw;
	}
	.bg_profile01:after {
		height: calc(230 / 750 * 100vw);
		bottom: -15vw;
	}
}


/* 診療時間・アクセス access
------------------------------------------------------------------*/
.access01 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.access01 .content01 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
}
.access01 .content01 img {
	width: 100%;
}
.access01 .content02 {
	gap: 60px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
}
.access01 .content02 > * {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.access01 .content02 .inner01 {
	display: block;
	width: 70%;
	text-align: center;
}
.access01 .content02 .inner01 * {
	width: 100%;
}
.access01 .content02 .inner02 {}
.access01 .content02 .inner03 {
	width: 90%;
}
.access01 .content02 .tbl_caption {
	width: 100%;
}
.access02 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.row_access01 {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.row_access01 .col_l {
	width: 100%;
}
.address_access {
	background: #ececf1;
	color: #049B78;
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
	padding: 15px 5px 17px;
}
.tel_access {
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
}
.tel_access a {
	background: #049B78;
	color: #fff;
	font-size: 187.5%;
	display: block;
	padding: 4px 5px;
	letter-spacing: 0;
}
.tel_access a span {
	margin-right: 15px;
}
.list_access01 li {
	position: relative;
	padding-left: 30px;
}
.list_access01 li:not(:last-child) {
	margin-bottom: 30px;
}
.list_access01 li:before {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background: #d0d0dc;
	left: 0;
	top: .5em;
}
#map_access {
	position: relative;
    width: 70%;
	margin-left: auto;
	margin-right: auto;
    padding: 540px 0 0 0;
}
#map_access iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.row_access02 .col_l {
	width: 35%;
}
.row_access02 .col_l dt {
	color: #049B78;
	font-size: 137.5%;
	letter-spacing: .1em;
	position: relative;
	font-weight: 500;
	padding-left: 60px;
}
.row_access02 .col_l dt:before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	margin: auto;
}
.row_access02 .col_r {
	width: 61.5%;
}
.btn_access01 a {
	padding: 15px 10px 10px;
}
.btn_access01 a span {
	font-size: 100%;
	margin-top: 10px;
}
@media(min-width: 768px) and (max-width:1299px) {
	#map_access {
		width: 70%;
		padding: 360px 0 0 0;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.access01 .content02 {
		gap: 36px;
		width: 80%;
		margin-bottom: 5%;
	}
	.access01 .content02 .inner02 {
		flex-direction: column;
	}
	.access01 .content02 .inner02 > * {
		width: 100%;
	}
	.row_access01 {
		display: block;
	}
	.row_access01 .col_l {
		width: 100%;
		margin-bottom: 40px;
	}
	.row_access01 .col_r {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
	}
	.row_access03 {
		max-width: 660px;
		margin: 0 auto;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content:space-between;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
	.address_access, .tel_access {
		width: 50%;
	}
	.row_access02 .col_l {
		width: 42%;
	}
	.row_access02 .col_r {
		width: 55%;
	}
	#map_access {
		width: 70%;
		padding: 240px 0 0 0;
	}
}
@media(max-width: 767px) {
	.access01 .content02 {
		gap: 36px;
		width: 100%;
		margin-bottom: 5%;
	}
	.access01 .content02 .inner03 {
		width: 100%;
	}
	.row_access01 {
		display: block;
	}
	.row_access01 .col_l {
		width: 100%;
		margin-bottom: 8vw;
	}
	.logo_access img {
		max-width: calc(275 / 750 * 100vw);
	}
	.logo_access p {
		font-size: 75%;
	}
	.row_access01 .col_r {
		width: 100%;
	}
	.list_access01 li {
		padding-left: 6vw;
	}
	.list_access01 li:not(:last-child) {
		margin-bottom: 2vw;
	}
	#map_access {
		width: 100%;
		padding: 0;
		aspect-ratio: 1 / 1;
	}
	.row_access02 {
		display: block;
	}
	.row_access02 .col_l {
		width: 100%;
		margin-bottom: 5vw;
	}
	.row_access02 .col_l dt {
		font-size: 106.25%;
		padding-left: 8vw;
	}
	.row_access02 .col_l dt:before {
		width: calc(40 / 750 * 100vw);
		height: calc(40 / 750 * 100vw);
		bottom: 0;
	}
	.row_access02 .col_r {
		width: 100%;
	}
}


/* 内視鏡検査 naishikyo
------------------------------------------------------------------*/
.row_naishikyo02 {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.row_naishikyo04 .col{
	border: 1px solid #049B78;
}
.box_naishikyo03{
	padding:20px 11% 40px;
}
.row_naishikyo04 .ttl{
	background: #eaecf6;
	padding: 10px 0;
	font-size: 137.5%;
	font-weight: 500;
}
.btn_naishikyo02 {
	margin: 0 auto;
}
.btn_naishikyo02 a{
	padding: 19px 10px 19px;
}
.box_naishikyo04{
	padding: 45px 4% 55px;
}
.box_naishikyo04 dt{
	font-size:137.5%;
	line-height: 2.1;
	margin-bottom: 20px;
}
.btn_naishikyo03{
	max-width: 475px;
	width: 48%;
	margin: 0;
}
.btn_naishikyo03 a span{
	font-size: 125%;
}
.btn_naishikyo03 a{
	padding-top: 33px;
}
.ttl_naishikyo01{
	color: #fff;
	font-size: 150%;
    padding: 9px 0;
    letter-spacing: .1em;
}
.row_naishikyo05 .col_l{
	max-width: 650px;
	width: 65%;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff;
}
.row_naishikyo05 .col_r{
	max-width: 300px;
	width:30%;
}
.row_naishikyo05 .col_r .name{
	font-size: 112.5%;
	background: #fff;
    line-height: 1.5;
	padding: 12px 0 15px;
}
.row_naishikyo05 .col_r .name span{
	font-size: 133.33%;
}
.bg_naishikyo02{
	padding: 60px 0;
}
.box_naishikyo04 dt .adjust{
	display: none;
}
@media(min-width: 768px) and (max-width:1200px){
	.box_naishikyo04 dt .adjust{
		display: block;
	}
	.btn_naishikyo03 a span {
		font-size: 112.5%;
	}
}
@media(min-width: 768px) and (max-width:1000px) {
	.row_naishikyo05 {
		max-width: 790px;
		margin: 0 auto;
	}
	.row_naishikyo05 .col_r{
		width: 33%;
		max-width: 225px;
	}
	.row_naishikyo05 .col_l{
		width: 63%;
	}
	.row_naishikyo05 .col_r .name{
		font-size: 87.5%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.box_naishikyo04 dt{
		font-size: 125%;
	}
}
@media(max-width: 767px) {
	.btn_naishikyo01 {
		margin-bottom: 3vw;
	}
	.row_naishikyo05 .col_r{
		width: 80%;
		margin: 0 auto;
	}
	.row_naishikyo05 .col_r .name {
		font-size: 100%;
		padding: 2vw 0 3vw;
	}
	.row_naishikyo05 .col_l{
		width: 100%;
	    margin-bottom: 5vw;
	}
	.bg_naishikyo02{
		padding: 7vw 0;
	}
	.ttl_naishikyo01{
		font-size: 112.5%;
		padding: 2vw 0;
		text-shadow: 0 0 calc(5 / 750*100vw) #049B78, 0 0 calc(5 / 750*100vw) #049B78, 0 0 calc(10 / 750*100vw) #049B78, 0 0 calc(10 / 750*100vw) #049B78, 0 0 calc(15 / 750*100vw) #049B78, 0 0 calc(15 / 750*100vw) #049B78;
	}
	.box_naishikyo03 {
		padding: 3vw 4% 4vw;
	}
	.btn_naishikyo02 a {
		padding:2.5vw 3vw 2.5vw;
	}
	.list_naishikyo01{
		text-align: left;
		max-width: calc(500/ 750*100vw);
		margin: 0 auto calc( 35 / 750 * 100vw);
	}
	.row_naishikyo04 .ttl {
		padding: 2vw 0;
		font-size: 112.5%;
	}
	.box_naishikyo04 {
		padding: 5vw 4% 5vw;
	}
	.box_naishikyo04 dt {
		font-size: 112.5%;
		line-height: 1.7;
		margin-bottom: 3vw;
	}
	.btn_naishikyo03 a {
		padding: 4vw 2vw;
	}
	.btn_naishikyo03 {
		max-width:100%;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.btn_naishikyo03:first-of-type{
		margin-bottom: 3vw;
	}
}


/* 炎症性腸疾患 ibd
------------------------------------------------------------------*/
.row_ibd02 {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.btn_ibd01 {
		margin-bottom: 3vw;
	}
}


/* 肝臓疾患 liver_desease
------------------------------------------------------------------*/
.txt_liver01 {
	font-size: 187.5%;
	letter-spacing: .1em;
	font-weight: 500;
	line-height: 1;
}
.row_liver02 {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.row_liver03 .btn {
	width: 24%;
	max-width: 235px;
}
.row_liver03 .btn a {
	padding: 18px 10px 21px;
}
.ttl_liver01 {
	margin-bottom: 30px;
}
.txt_liver02 {
	padding-bottom: 23px;
	border-bottom: 1px solid #049B78;
}
.list_liver01 {
	width: 50%;
}
.list_liver01 li {
	padding-right: 1em;
	margin-left: 0;
	text-indent: 0;
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.btn_liver01 {
		margin-bottom: 3vw;
	}
	.txt_liver01 {
		font-size: 112.5%;
		margin-bottom: 5vw;
		letter-spacing: 0;
	}
	.row_liver03 {
		margin-bottom: 5vw;
	}
	.row_liver03 .btn {
		width: 48%;
		max-width: 100%;
	}
	.list_liver01 {
		width: 100%;
	}
	.list_liver01 li {
		padding-right: 0;
	}
	.list_liver01 li:not(:last-child) {
		margin-bottom: 2vw;
	}
	.row_liver05 {
		display: block;
	}
}


/* 胃・腸の疾患 gastroenterology
------------------------------------------------------------------*/
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.btn_gastroenterology02 {
		margin-left: 0;
	}
}


/* 診療案内 medical
------------------------------------------------------------------*/
.medical05 .content_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 60px;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 20%;
}
.medical05 .medical_content01,
.medical05 .medical_content02 {
	flex: 5;
	margin: 0;
	padding: 0;
}
.medical05 .medical_content02 img {
	width: 100%;
	height: auto;
}
.medical_content01 {
    padding: 0 15%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}
.medical_hd_1 {
	width: 70%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 40px;
	font-weight: 700;
	color: #049B78;
}
.medical05 .medical_hd_1 {
	width: 100%;
}
.medical_hd_2 {
	margin-left: auto;
    margin-right: auto;
	margin-top: 2.5%;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #049B78;
}
.medical_hd_3 {
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 2.5%;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	font-weight: 700;
	color: #049B78;
}
.medical_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
	margin-top: 1.25%;
	padding: 5% 2.5%;
	background-color: #049B78;
}
.medical_box > * {
	width: 100%;
}
.medical_box ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}
.medical_box ul li {
	/* width: calc((100% - (24px * 6)) / 7); */
	width: fit-content;
	border-bottom: 1px #fff solid;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
}
.medical_box_2 {
	margin-left: auto;
    margin-right: auto;
	margin-top: 2.5%;
	padding: 1.25% 2.5%;
	border: 3px #049B78 solid;
	background-color: #C2F0E5;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #049B78;
}
.medical_box_3 {
	margin-left: auto;
    margin-right: auto;
	border: 3px #049B78 solid;
}
.medical_box_3 span {
	display: block;
	margin-left: auto;
    margin-right: auto;
	padding: 5%;
	background-color: #C2F0E5;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}
.medical_box_3 p {
	display: block;
	margin-left: auto;
    margin-right: auto;
	padding: 5%;
	font-size: 20px;
}
.medical_box_4 {
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	border: 3px #049B78 solid;
	background-color: #C2F0E5;
}
.medical_box_4 span {
	display: block;
	margin-left: auto;
    margin-right: auto;
	padding: 5%;
	background-color: #fff;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	color: #049B78;
}
.medical_box_4 p {
	display: block;
	margin-left: auto;
    margin-right: auto;
	padding: 5%;
	text-align: center;
	font-size: 20px;
}
.medical_flex_1 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 60px;
	width: fit-content;
	margin: 0 auto 0;
	margin-top: 2.5%;
	font-size: 30px;
	font-weight: 700;
	color: #049B78;
}
.medical_flex_1 * {
	display: block;
}
.medical_flex_1 > * > *:nth-of-type(2) {
	font-size: 20px;
	color: #042921;
}
.medical_flex_2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	gap: 60px;
	width: 70%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 2.5%;
}
.medical_flex_2 > * {
	flex: 5;
}
.medical_flex_3 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	gap: 24px;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 2.5%;
}
.medical_flex_3 > * {
	flex: calc(100 / 3);
}
.medical_text {
	margin-left: auto;
    margin-right: auto;
	font-size: 20px;
	color: #042921;
}
.medical_text_cen {
	text-align: center;
}
.medical_text_w {
	width: fit-content;
}
.medical_text_w1 {
	width: 40%;
}
.medical_text_w2 {
	width: 42.5%;
}
.medical_text_mg1 {
	margin-top: 2.5%;
}
.medical_text_mg2 {
	margin-top: 1.25%;
}
.medical_img_2 {
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top: 2.5%;
	width: 60%;
}
.medical_img_3 {
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top: 2.5%;
	width: 60%;
}
.medical09 table {
	border-collapse: collapse;
	width: 100%;
}
.medical09 th,
.medical09 td {
	border: 3px solid #009879;
	padding: 0.5em;
	text-align: left;
}
.medical09 thead th {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	background-color: #009879;
	color: white;
}
.medical09 thead th:nth-of-type(2) {
	font-size: 20px;
	font-weight: 700;
}
.medical09 tbody td {
	font-size: 20px;
}
/* チェックボックスを白黒でカスタマイズ */
.medical09 input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 24px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;
	background-color: white;
	cursor: pointer;
	position: relative;
}
.medical09 input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	left: 25%;
	top: 0px;
	width: 50%;
	height: 75%;
	border: solid black;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
@media(min-width: 768px) and (max-width:1599px) {
	.medical_content01 {
		padding: 0 10%;
	}
}
@media(min-width: 768px) and (max-width:1299px) {
	.medical05 .content_inner {
		padding: 0 10%;
	}
	.medical_hd_1 {
		width: 100%;
	}
	.medical_text_w1 {
		width: 100%;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.medical_flex_2 {
		width: 100%;
	}
	.medical_text_w2 {
		width: 100%;
	}
	.medical_img_2 {
		width: 80%;
	}
	.medical_img_3 {
		width: 80%;
	}
}
@media(max-width: 767px) {
	.medical05 .content_inner {
		flex-direction: column;
		gap: 12px;
		padding: 0 5%;
	}
	.medical_content01 {
		padding: 0 5%;
	}
	.medical_box ul {
		flex-direction: column;
		gap: 12px;
	}
	.medical_box ul li {
		font-size: 100%;
	}
	.medical_box_2 {
		font-size: 110%;
	}
	.medical_box_3 span {
		font-size: 110%;
	}
	.medical_box_3 p {
		font-size: 100%;
	}
	.medical_box_4 span {
		font-size: 125%;
	}
	.medical_box_4 p {
		font-size: 100%;
	}
	.medical_flex_1 {
		flex-direction: column;
		gap: 0;
		width: 100%;
		margin-top: 5%;
		font-size: 110%;
	}
	.medical_flex_1 > * > *:nth-of-type(2) {
		font-size: 80%;
	}
	.medical_flex_2 {
		flex-direction: column;
		gap: 12px;
		width: 100%;
		margin-top: 5%;
	}
	.medical_flex_3 {
		flex-direction: column;
		gap: 12px;
		margin-top: 10%;
		width: 100%;
	}
	.medical_hd_1 {
		width: 100%;
		font-size: 125%;
	}
	.medical_hd_2 {
		font-size: 110%;
	}
	.medical_hd_3 {
		font-size: 110%;
	}
	.medical_text {
		font-size: 100%;
	}
	.medical_text_w1 {
		width: 100%;
	}
	.medical_text_w2 {
		width: 100%;
	}
	.medical_text_mg1 {
		margin-top: 5%;
	}
	.medical_text_mg2 {
		margin-top: 5%;
	}
	.medical_img_2 {
		width: 100%;
		margin-top: 5%;
	}
	.medical_img_3 {
		width: 100%;
		margin-top: 5%;
	}
	.medical09 thead th {
		font-size: 110%;
	}
	.medical09 thead th:nth-of-type(2) {
		font-size: 105%;
	}
	.medical09 tbody td {
		font-size: 100%;
	}
}


/* よくあるご質問 qa
------------------------------------------------------------------*/
.box_qa01 {
	background: #f4f5fa;
	padding: 50px 5% 45px;
}
.box_qa01 dt .icn {
	width: 60px;
}
.box_qa01 dt .txt {
	width: calc(100% - 75px);
	line-height: 1.5;
}
.box_qa02 {
	max-width: 700px;
	width: 100%;
	border: 1px solid #049B78;
	padding: 43px 20px 25px;
	margin: 0 auto;
}
.box_qa02 .wrap {
	max-width: 335px;
	margin-right: 0;
	margin-left: auto;
}
.box_qa02 .wrap .tel {
	color: #049B78;
	font-size: 300%;
	letter-spacing: 0;
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	.box_qa01 {
		padding: 6vw 5% 7vw;
	}
	.box_qa01 dt .icn {
		width: calc(60 / 750 * 100vw);
	}
	.box_qa01 dt .txt {
		width: calc(100% - calc(75 / 750 * 100vw));
	}
	.box_qa02 .wrap .tel {
		font-size: 250%;
	}
	.box_qa02 {
		background-position: right 100% bottom;
		background-size: 140% auto;
		padding: 6vw 5% 59.5vw;
	}
}


/* 採用情報 recruit
------------------------------------------------------------------*/
.recruit01 .recruit_content01 {
	padding: 5% 15%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    background-color: #C2F0E5;
}
.recruit01 .step {
	flex-direction: column;
}
.recruit01 .step_inner {
	position: relative;
	flex-direction: column;
	/* background-image: url(../img/recruit_arrow.png);
	background-position: 55% top;
	background-size: contain; */
	width: 100%;
	z-index: 1;
}
.recruit01 .step_inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(25%, 0);
	display: inline-block;
	width: 60px;
	height: 100%;
	background: #049b78;
	clip-path: polygon(0 95%, 30% 95%, 30% 0, 70% 0, 70% 95%, 100% 95%, 50% 100%);
	z-index: -1;
}
.recruit01 .step_content {
	width: 100%;
	padding-bottom: 60px;
}
.recruit01 .step_content:not(:last-child) {
	/* padding-bottom: 60px; */
}
.recruit01 .step_content_inner {
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	border: 5px #049B78 solid;
	border-radius: 94.5px;
	background-color: #fff;
	font-size: 30px;
	font-weight: 700;
	color: #049B78;
}
.recruit01 .step_content_inner .num {
	flex: 1;
	width: auto;
	height: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 94.5px;
	background: linear-gradient(90deg, #049B78 0%, #049B78 50%, transparent 50%, transparent 100%);
}
.recruit01 .step_content_inner .num img {
	width: 100%;
	height: auto;
}
.recruit01 .step_content_inner .flex {
	flex: 9;
	justify-content: center;
	align-items: center;
	gap: 0.5em;
}
.recruit01 .step_content_inner .flex img {
	width: auto;
	height: 1.2em;
}
.recruit02 .recruit_content01 {
	padding: 0 15%;
	margin-left: auto;
	margin-right: auto;
}
.recruit02 .recruit_content01 table {
	width: 100%;
	border-collapse: collapse;
	font-size: 20px;
	font-weight: 500;
}
.recruit02 .recruit_content01 th,
.recruit02 .recruit_content01 td {
	border: 2px solid #00A48E;
	padding: 12px;
	text-align: center;
	vertical-align: middle;
}
.recruit02 .recruit_content01 th {
	background-color: #D1F2EB;
	color: #00A48E;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.recruit02 .recruit_content01 th:first-child {
	width: 20%;
	font-size: 1em;
	color: inherit;
}
.recruit02 .recruit_content01 td[colspan="2"] {
	background-color: #F8FCFB;
}
.recruit02 .recruit_content01 td:first-child {
	background-color: #D1F2EB;
	font-weight: bold;
	width: 15%;
}
.recruit02 .recruit_content01 td:nth-child(2),
.recruit02 .recruit_content01 td:nth-child(3) {
	width: 42.5%;
}
.tbl_recruit01 {
	margin-bottom: 160px;
}
.tbl_recruit03 th {
	width: 30%;
}
.tbl_recruit03 td {
	width: 70%;
}
.btn_submit {
	max-width: 320px;
	overflow: hidden;
	border: 3px solid #049B78;
	position: relative;
	transition: .3s;
}
.btn_submit:before {
	display: none;
}
.btn_submit .wrap {
	background: #049B78;
}
.btn_submit .wrap:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-right: 14px solid #fff;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: .3s;
	z-index: 0;
}
.btn_submit input {
	position: relative;
	z-index: 1;
	background: none;
	padding: 23px 10px 22px;
	color: #fff;
	font-size: 125%;
	letter-spacing: .1em;
}
@media(min-width: 768px) and (max-width:1299px) {
	.recruit01 .recruit_content01 {
		padding: 5% 10%;
	}
	.recruit01 .step_content_inner {
		font-size: 24px;
	}
	.recruit02 .recruit_content01 {
		padding: 0 10%;
	}
	.recruit02 .recruit_content01 table {
		font-size: 18px;
	}
}
@media only screen and (min-width: 961px){
	.btn_submit:hover input {
		color: #049B78;
		transition: .3s;
		opacity: 1;
	}
	.btn_submit:hover .wrap:before {
		border-right-width: 950px;
		border-top-width: 60px;
		border-bottom-width: 60px;
		transition: .3s;
	}
}
@media(min-width: 768px) and (max-width:960px) {
	.recruit01 .step_content_inner {
		font-size: 18px;
	}
	.recruit01 .step_inner::after {
		top: 0;
		left: 50%;
		transform: translate(-5%, 0);
	}
	.tbl_recruit03 th {
		width: 40%;
	}
	.tbl_recruit03 td {
		width: 60%;
	}
}
@media(max-width: 767px) {
	.recruit01 .recruit_content01 {
		padding: 5%;
	}
	.recruit01 .step_inner::after {
		transform: translate(-50%, 0);
	}
	.recruit01 .step_content_inner {
		flex-direction: column;
		gap: 12px;
		padding: 5%;
		border-radius: 24px;
		font-size: 16px;
	}
	.recruit01 .step_content_inner .num {
		flex: auto;
		width: auto;
		height: 48px;
		background: none;
	}
	.recruit02 .recruit_content01 {
		padding: 0 5%;
	}
	.recruit02 .recruit_content01 table {
		font-size: 16px;
	}
	.tbl_recruit03 th, .tbl_recruit03 td {
		width: 100%;
	}
	.btn_submit {
		max-width: calc(480 / 750 * 100vw);
	}
	.btn_submit input {
		font-size: 93.75%;
		padding: 3.2vw 3vw 2.5vw;
	}
	.btn_submit .wrap:before {
		border-right-width: calc(22 / 750 * 100vw);
		border-top-width: calc(22 / 750 * 100vw);
		border-bottom-width: calc(22 / 750 * 100vw);
	}
}

/* お問い合わせ contact
------------------------------------------------------------------*/
.inv-recaptcha-holder {
	display: none!important;
}
@media(min-width: 768px) and (max-width:960px) {
	
}
@media(max-width: 767px) {
	
}

/* ブログ blog
------------------------------------------------------------------*/
#sidebar {
	width: 24%;
	float: left;
}
#sidebar h4 {
	background: #959595;
	color: #fff;
	font-weight: 500;
	font-size: 87.5%;
	line-height: 30px;
	margin-bottom: 7px;
	text-align: center;
}
#sidebar caption {
	margin-bottom: 8px;
}
#wp-calendar {
	width: 100%;
	margin-bottom: 25px;
}
#wp-calendar thead th {
	background: #eee;
	border: 1px solid #eee;
	border-right-color: #eee;
	font-size: 81.25%;
	font-weight: normal;
}
#wp-calendar tbody td {
	border: 1px solid #eee;
	text-align: center;
	font-size: 87.5%;
	line-height: 1.8;
}
#wp-calendar tbody td a {
	color: #959595;
	text-decoration: underline;
}
#wp-calendar tfoot td {
	font-size: 81.25%;
}
#wp-calendar tfoot td#prev {
	padding-top: 8px;
	padding-left: 10px;
}
#wp-calendar tfoot td#next {
	padding-top: 8px;
	padding-right: 10px;
	text-align: right;
}
#wp-calendar tfoot td a {
	padding-bottom: 3px;
	border-bottom: 1px solid #333;
}
#sidebar ul {
	margin-bottom: 25px;
	font-size: 87.5%;
}
#sidebar ul li {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar ul li a {
	border-bottom: 1px solid #333;
	padding-bottom: 4px;
	line-height: 2.1;
}
.post_main {
	width: 71%;
	float: right;
}
.navigation {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content:space-between;
	margin-bottom: 30px;
}
.navigation li {
	width: 125px;
	font-size: 87.5%;
}
.navigation .navitop {
	text-align: center;
}
.navigation .naviright {
	text-align: right;
}
.navigation li a {
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
}
.post_content img {
	max-width: 100%;
	height: auto;
}
.date_single {
	display: block;
	text-align: right;
	font-size: 13px;
	margin-top: -30px;
	margin-bottom: 40px;
}
.post_content {
	line-height: 1.75;
}
.img_thmb {
	width: 120px;
	height: 120px;
	display: block;
	border: 1px solid #959595;
}
.thmb {
	float: left;
}
.thmb a:hover .img_thmb {
	opacity: .75;
}
.txt_post {
	padding-left: 140px;
}
.page_main section.blog_archive {
	padding-bottom: 40px;
	border-bottom: 1px solid #959595;
}
.post_main section.blog_archive:not(:last-child) {
	margin-bottom: 40px;
}
.txt_post a {
	color: inherit;
}
.txt_post a:hover {
	text-decoration: underline;
}
.txt_post h4 {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1.7;
}
.txt_post .date {
	font-size: 75%;
	color: #959595;
}
.txt_post .txt_excerpt {
	font-size: 87.5%;
	line-height: 1.75;
	margin-top: 10px;
}
.txt_post .txt_excerpt a {
	color: #aaa;
	text-decoration: underline;
}
.page_main .wp-pagenavi {
	margin-top: 65px;
	text-align: center;
	font-size: 87.5%;
}
.page_main .wp-pagenavi a, .page_main .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #959595;
	color: #959595;
	padding: 4px 10px;
	margin: 2px;
}
.page_main .wp-pagenavi span.pages {
	padding: 4px 11px;
}
.page_main .wp-pagenavi a:hover, .page_main .wp-pagenavi span.current {
	border-color: #959595;
	background: #959595;
	color: #fff;
}
.page_main .wp-pagenavi span.current {
	font-weight: normal;
}
@media(min-width: 768px) and (max-width:960px) {
	#sidebar {
		width: 100%;
		float: none;
	}
	.post_main {
		width: 100%;
		float: none;
		margin-bottom: 100px;
	}
}
@media(max-width: 767px) {
	#sidebar {
		width: 100%;
		float: none;
	}
	.post_main {
		width: 100%;
		float: none;
		margin-bottom: 20vw;
	}
	.thmb {
		width: 30%;
	}
	.img_thmb {
		display: block;
		width: 100%;
		height: auto;
		padding-top: 100%;
	}
	.txt_post {
		padding-left: 34%;
	}
	.page_main section.blog_archive {
		padding-bottom: 6vw;
	}
	.post_main section.blog_archive:not(:last-child) {
		margin-bottom: 6vw;
	}
	.post_main .wp-pagenavi {
		margin-top: 12vw;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	}
}
/* 胃内視鏡検査の流れと費用 fee-stomach
------------------------------------------------------------------*/
.tbl_fee_stomach01{
	font-size: 112.5%;
}
.tbl_fee_stomach01 thead{
	background: #049B78;
	color: #fff;
}
.tbl_fee_stomach01 thead th{
	background: #049B78;
}
.tbl_fee_stomach01 table{
	border-color: #049B78;
}
.tbl_fee_stomach01 th{
	width: 38%;
	color: #049B78!important;
	padding: 15px;
}
.tbl_fee_stomach01 td{
	width: 30%;
}
.tbl_fee_stomach01 tbody{
	color: #049B78!important;
}
.tbl_fee_stomach01 tbody th{
	background: #eeeeee!important;
}
.tbl_fee_stomach01 tr:not(:last-child) td {
    border-bottom-color: #049B78;
}
.tbl_fee_stomach01 tbody tr td:last-child{
	border-left: 1px solid #049B78;
}
.tbl_fee_stomach01 thead tr td:last-child{
	border-left: 1px solid #fff;
}
.box_fee_stomach01 .box{
	padding-bottom: 32px;
}
.txt_fee_stomach01{
	font-size: 125%;
}
@media(min-width: 768px) and (max-width:960px) {
	.tbl_fee_stomach01{
		font-size: 100%;
	}
	.tbl_fee_stomach01 td {
		padding: 15px 10px;
	}
}
@media(max-width: 767px) {
	.box_fee_stomach01 .box {
		padding-bottom: 5vw;
	}
	.tbl_fee_stomach01{
		font-size: 100%;
	}
	.txt_fee_stomach01{
		font-size: 100%;
	}
	.tbl_fee_stomach01 table {
		width: calc(1200 / 750 * 100vw);
	}
	.tbl_fee_stomach01 th{
		padding: 2vw 3vw 3vw;
	}
}
/* 大腸内視鏡検査で診断可能な疾患 diagnosis-colon
------------------------------------------------------------------*/
.row_diagnosis_colon01{
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}
.row_diagnosis_colon01 .col{
	width: 28%
}
@media(min-width: 768px) and (max-width:960px) {

}
@media(max-width: 767px) {
	.row_diagnosis_colon01 .col{
		width: 48%
	}
	.row_diagnosis_colon01 .col:last-child{
		margin-left: auto;
		margin-right: auto;
	}
}
/* 当院の胃内視鏡検査の特徴 stomach
------------------------------------------------------------------*/
.btn_stomach01 a{
	pointer-events:none;
	font-size: 125%;
	padding-top:20px;
}
.btn_stomach01 a span{
	font-size: 140%;
	margin:7px 0 0;
}
.wrap_stomach01{
	width: 50%;
}
.wrap_stomach01 .copy{
	font-size: 175%;
	letter-spacing: .1em;
	color:  #049B78;
}
.wrap_stomach01 .dr{
	background: #049B78;
	color: #fff;
	width: 50px;
	height: 40px;
	line-height: 40px;
	font-weight: 500;
	margin-right: 20px;
}
.wrap_stomach01 .ja{
	font-size: 125%;
	color: #049B78;
	font-weight: 500;
	letter-spacing: .1em;
	margin-right:15px;
}
.wrap_stomach01 .en{
	font-size: 125%;
	letter-spacing:.05em;
	color: #9e9eb7;
}
.bg_stomach01{
	padding: 80px 0 110px;
}

@media(min-width: 768px) and (max-width:960px) {
	.bg_stomach01{
		padding: 50px 0 60px;
	}
}
@media(max-width: 767px) {
	.btn_stomach01 a {
		font-size: 75%;
		padding-top: 4vw;
	}
	.btn_stomach01 a span {
		font-size: 133.33%;
		margin: 1vw 0 0;
	}
	.bg_stomach01{
		padding: 0 0 73vw;
		background-position:right bottom;
		background-size: calc(1000 / 750*100vw) calc(500 / 750*100vw);
	    margin-bottom: 20vw;
	}
	.wrap_stomach01 .copy{font-size: 125%;}
	.wrap_stomach01{width: 100%;}
	.wrap_stomach01 .dr {
		width: calc(100 / 750* 100vw);
		height: calc(55 / 750* 100vw);
		line-height: calc(55 / 750* 100vw);
		margin-right: 3vw;
		font-size: 87.5%;
	}
	.wrap_stomach01 .ja{
		font-size: 112.5%;
		margin-right: 2vw;
	}
	.wrap_stomach01 .en{
		font-size: 112.5%;
	}
}
