@charset "utf-8";
/* CSS Document */

:root {
	--color-text: #252525;
	--color-green: #38a01c;
	--color-light-green: #aae2aa;
	--color-pale-green: #eaf9ea;
	--color-dark-green: #207f5d;
	--gradient-green: linear-gradient(135deg, #cbdd6e, #009e4c 50%, #cbdd6e);
}

* {
	font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 500;
	color: var(--color-text);
	line-height: 1.8;
    letter-spacing: 0.04em;
	box-sizing: border-box;
}
::selection {
    background: var(--color-light-green);
    color: var(--color-text);
}
html {
	font-size: 10px;/* 1rem=10px */
	font-feature-settings: "palt";
	overflow-x: hidden;
}
body {
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
}
p {
	font-size: 1.6rem;
	line-height: 1.8em;
	margin-bottom: 2.4em;
/*	word-break: auto-phrase;*/
}
div {
	font-size: 1.6rem;
	line-height: 1.8em;
}
@media (max-width:640px){
	p {
		line-height: 1.8em;
		margin: 0 0 2em;
	}
}
body {
	overflow-x: hidden;
	position: relative;
}
body::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/home/contents-deco01.png) no-repeat center left -80px / 600px;
	z-index: -1;
}
/********* header *********/
#header-contents {
	width: calc(240px + 1rem);
	position: fixed;
	left: 4rem;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
}
.sp-header-inner {
	display: contents;
}
#sp-header-logo {
	display: none;
}
#header {
	padding: 4rem 1rem 4rem 0;
}
#header-logo {
	width: 100%;
	display: block;
}
.header-menu {
	padding: 2.5rem 1.5rem;
	background-color: rgb(255 255 255 / 80%);
    backdrop-filter: blur(4px);
    border: 1px solid #ededed;
	box-shadow: inset 0 0 8px 4px rgb(255 255 255 / 50%);
    border-radius: 8px;
}
nav #global-menu {
	display: block;
	margin: 1.5rem 2rem 0;
}
nav #global-menu li a {
	display: block;
    font-size: 1.6rem;
	padding: 0.5rem 0 0.5rem;
}
nav #global-menu li a:hover {
	opacity: 0.4;
}
.header-menu .round-banner a {
	margin-top: 1rem;
	padding: 0.5rem 1rem;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	border: 1px solid;
	border-radius: 99px;
	border-color: #ff5757;
}
.header-menu .round-banner i {
	width: 24px;
	height: 24px;
	background-color: #ff5757;
}
.header-menu .round-banner span {
	max-width: 140px;
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
}
.header-menu .round-banner a:hover {
	background-color: #ff5757;
}
.header-menu .round-banner a:hover span {
	color: #FFF; 
}

.header-menu .round-banner a:hover i {
	background-color: #FFF; 
}
#header .banner a {
	display: block;
	margin-top: 1rem;
	padding: 1rem;
	background-color: rgb(255 255 255 / 90%);
    backdrop-filter: blur(4px);
    border: 1px solid #ededed;
	box-shadow: inset 0 0 8px 4px rgb(255 255 255 / 50%);
    border-radius: 8px;
}
#header .banner a:hover {
	opacity: 0.5;
}
#header .banner a img {
	height: 25px;
	display: block;
	margin: auto;
}
#header .contact-box {
	display: block;
	margin-top: 1rem;
	padding: 1rem;
	background-color: rgb(255 255 255 / 80%);
    backdrop-filter: blur(4px);
    border: 1px solid #ededed;
	box-shadow: inset 0 0 8px 4px rgb(255 255 255 / 50%);
    border-radius: 8px;
}
.contact-box p {
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 1.2;
	word-break: auto-phrase;
}
.color-text.green {
	color: var(--color-green);
}
.contact-box .color-text.green small {
	display: block;
	color: var(--color-green);
}
.contact-box .address {
	margin-top: 0.5rem;
	font-size: 1.2rem;
	line-height: 1.4;
}
.contact-box .btn,
.in-page .contact-box .btn {
	min-width: auto;
	margin: 1rem auto 0;
}
.contact-box .btn a {
	margin-top: 1rem;
	padding: 1rem;
	display: flex;
	gap: 1.2rem;
	justify-content: center;
	border: 2px solid var(--color-light-green);
}
.contact-box .btn a::before,
.contact-box .btn a::after {
	display: none;
}
.contact-box .btn a:first-of-type {
	pointer-events: none;
}
.contact-box .btn a .detail {
	max-width: 168px;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.4;
}
.contact-box .btn a:first-of-type .detail {
	font-size: 2rem;
}
.contact-box .btn a .detail small {
	display: block;
	font-size: 1.1rem;
	color: var(--color-green);
}
#sp-btn {
	display: none;
}
/********* main-visual *********/
.main-visual {
    min-height: 520px;
	position: relative;
}
.main-visual .main-copy {
	padding: 0 4rem 0 calc(8rem + 240px);
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	margin: auto;
    z-index: 2;
}
.main-visual .main-copy img {
	max-width: 640px;
	width: 100%;
	display: block;
	margin: auto auto auto 10vw;
}
.swiper-wrapper {
	transition-timing-function: linear;
}
.swiper-slide {
	padding: 0;
	width: max-content;
	height: 400px; /* 高さを揃えたい値 */
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide img {
	height: 100%;       /* 高さをスライドにフィットさせる */
    width: auto;        /* 比率を維持して横は可変 */
    display: block;
}
/********* section *********/
.section {
    padding: 8rem 4rem 6rem calc(8rem + 240px);
	position: relative;
}
#news.section,
.section.bottom-section {
    padding: 8rem 4rem 8rem calc(8rem + 240px);
	position: relative;
}
.section-inner {
	max-width: 1040px;
	display: block;
	margin: auto;
}
/********* title *********/
.contents-title {
	margin-bottom: 2.4rem;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	text-shadow: 0 0 4px #FFF;
	z-index: 1;
}
.contents-title::before {
	content: "";
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
	left: -24px;
    top: -16px;
    background: url(../images/common/title-deco.png) no-repeat center / contain;
    z-index: -1;
}
.contents-title .inline {
	max-width: 400px;
	width: 100%;
	margin-left: 1rem;
	vertical-align: baseline;
}
.contents-sub-title {
	margin-bottom: 2rem;
	font-size: 2.4rem;
	color: var(--color-green);
	position: relative;
}
.contents-mini-title {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}
.middle-border-title {
	margin-bottom: 1.6rem;
	position: relative;
	z-index: 1;
}
.middle-border-title span {
	display: block;
	width: fit-content;
	padding-right: 1rem;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #FFF;
}
.middle-border-title::after {
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: var(--color-light-green);
	z-index: -1;
}
.home-section-title,
#contact .contents-title {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	text-shadow: 0 0 4px #FFF;
	z-index: 1;
}
#link .home-section-title {
	width: fit-content;
	margin: 0 auto 4rem;
	text-align: center;
	line-height: 1;
}
.home-section-title span,
#contact .contents-title span {
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--color-green);
}
#link .home-section-title span {
	display: block;
}
.home-section-title::before {
	content: "";
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
	left: -24px;
    top: -16px;
    background: url(../images/common/title-deco.png) no-repeat center / contain;
    z-index: -1;
}
/********* home *********/
#main-contents {
	position: inherit;
}
.contents-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.contents-list > .list-item {
	width: calc((100% - 4rem)/3);
	background: var(--gradient-green);
	border-radius: 8px;
	box-shadow: 0 0 10px 4px rgb(0 0 0 / 10%);
	position: relative;
}
.contents-list > .list-item.new::before {
	content: "NEW";
    padding: 0.1rem 1.5rem;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF;
    line-height: 1.8;
    border-radius: 0 8px 0 8px;
    background-color: #FF0000;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
}
.contents-list > .list-item::after {
	content: "";
	width: 100%;
	height: 100%;
    margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	border-radius: 6px;
	transition: all .1s ease;
}
.contents-list > .list-item:hover::after {
	width: calc(100% - 6px);
    height: calc(100% - 5px);
}
.contents-list > .list-item a {
	height: 100%;
	display: flex;
	padding: 2rem;
	flex-direction: column;
	gap: 2rem;
    position: relative;
	z-index: 1;
}
.contents-list > .list-item .img {
	width: 100%;
	max-height: 160px;
	overflow: hidden;
	border: 1px solid #ddd;
}
.contents-list > .list-item .img img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}
.contents-list > .list-item .detail {
	height: calc(100% - 160px - 2rem);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.contents-list > .list-item .detail .mini-text {
	text-align: center;
	display: block;
	line-height: 1.2;
}
.contents-list > .list-item .detail .title {
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--color-green);
	text-align: center;
	line-height: 1.2;
}
#link.section {
	background: url(../images/home/link-bk.png) no-repeat center / cover;
}
.link-box {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}
.link-box .list-item {
	width: calc((100% - 2rem)/3);
}
.link-box .list-item a {
	display: block;
	border: 1px solid #ddd;
}
.link-box .list-item a:hover {
	opacity: 0.5;
}
.link-box .list-item a img {
	width: 100%;
}
/********* news *********/
#news::before {
	content: "";
	display: block;
	position: absolute;
	top: -120px;
	left: 0;
	right: 0;
	bottom: 40px;
	background-color: #eaf9ea;
}
.title-box {
	margin-bottom: 2rem;
	display: flex;
	gap: 4rem;
	align-items: center;
}
.title-box .btn a {
	padding: 0.5rem 4rem 0.5rem 1rem;
    font-size: 1.4rem;
}
#news-list {
	margin-bottom: 8rem;
}
.news-item {
    border-bottom: 2px solid var(--color-light-green);
    padding: 2.4rem;
    background: rgb(255 255 255 / 80%);
	display: flex;
	gap: 3.2rem;
}
.news-item:first-of-type {
    border-top: 2px solid var(--color-light-green);
}
.news-item .date {
    width: 90px;
	text-align-last: justify;
}
.news-item .news-detail {
    width: calc(100% - 90px - 3.2rem);
	clear: both;
	overflow: hidden;
}
.news-detail .news-item-title {
	color: var(--color-green);
    font-weight: bold;
}
.news-detail .img-box {
    width: 240px;
	float: right;
	margin: 0 0 1rem 1.6rem;
}
.news-detail .img-box img {
    width: 100%;
}
.news-detail p {
	margin-bottom: 1rem;
}
.news-detail p:last-of-type {
	margin-bottom: 0;
}
.news-detail p a {
	color: #a3b420;
	text-decoration: underline;
}
.news-detail p a:hover {
	text-decoration: none;
}
.news-detail a.link {
	display: inline-block;
	margin-bottom: 1rem;
	position: relative;
}
.news-detail a.link:last-of-type {
	margin-bottom: 0;
}
.news-detail a.link.pdf {
	padding-right: 0.2rem;
}
.news-detail a.link.pdf::after {
    content: "";
	display: inline-block;
	width: 18px;
    height: 24px;
	vertical-align: text-bottom;
	background-image: url(../images/common/pdf-icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: auto auto auto 0.5rem;
	position: relative;
}
/********* page-head *********/
.page-head {
    padding: 6.4rem 4rem 6.4rem calc(8rem + 240px);
    background: url('../images/title/page-header.jpg') no-repeat center / cover;
	border-bottom: 1px solid var(--color-green);
    position: relative;
}
.page-head::before {
    content: "";
    background-color: rgb(234 249 234 / 80%);;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.page-head .inner {
	max-width: 1040px;
	margin: auto;
    position: relative;
    z-index: 1;
}
.page-head h1 {
    width: fit-content;
    font-size: 3.2rem;
    font-weight: bold;
	text-shadow: 0 0 4px #FFF;
    position: relative;
}
.page-head h1::after {
	content: "";
    display: block;
	width: 60px;
    height: 80px;
    position: absolute;
    right: -64px;
    bottom: 8px;
    background: url(../images/common/contents-deco03.png) no-repeat center / contain;
    z-index: -1;
}
.page-head h1 span {
    width: fit-content;
    display: block;
    margin-top: 1rem;
    margin-left: 0.5rem;
    font-size: 1.2rem;
    color: var(--color-text);
}
/********* breadcrumbs-list *********/
.breadcrumbs-list {
    padding: 1rem 1rem 0 .5rem;
}
.breadcrumbs-list > div {
    max-width: 1040px;
    display: flex;
    column-gap: 1rem;
    align-items: center;
    margin: auto;
}
.breadcrumbs-list > div > div {
    font-size: 1.2rem;
}
.breadcrumbs-list > div > div:not(:last-of-type) {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    justify-content: flex-start;
}
.breadcrumbs-list > div > div:not(:last-of-type)::after {
    content: ">";
    display: block;
    font-size: 1.2rem;
}
/********** in-page **********/
dl.border {
	border-bottom: 1px solid #ddd;
	display: flex;
	gap: 2rem;
}
dl.border:first-of-type {
	border-top: 1px solid #ddd;
}
dl.border dt {
	width: 160px;
	padding: 1rem;
}
dl.border dd {
	width: calc(100% - 160px - 1rem);
	padding: 1rem;
}
.medical-list {
    margin-bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.medical-list > div {
    width: calc((100% - 3rem)/3);
}
.medical-list > div.none {
    display: block;
    padding: 1rem;
    text-align: center;
    border: 2px solid #ddd;
    background-color: #ddd;
    border-radius: 4px;
}
.medical-list > div a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 1rem;
    padding: 1rem;
    text-align: center;
    border: 2px solid var(--color-light-green);
	background-color: var(--color-pale-green);
    border-radius: 4px;
}
.medical-list > div a.target {
    text-align: left;
	position: relative;
}
.medical-list > div a.target::after {
    content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: var(--color-green);
	mark: url('../images/common/arrow-up-right-from-square-solid-full.svg') no-repeat center;
	mask-size: contain;
    -webkit-mask: url('../images/common/arrow-up-right-from-square-solid-full.svg') no-repeat center;
    -webkit-mask-size: contain;
	margin: auto 0 auto auto;
}
.medical-list > div a.pdf::after {
    content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url('../images/common/pdf-icon.png') no-repeat center / contain;
}
.medical-list > div a:hover {
    background-color: var(--color-light-green);
}
.flow-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.flow-box .sotsugo.flow01 {
	width: 100%;
}
.flow-box .sotsugo.flow01 a {
	width: 100%;
	display: block;
	padding: 1rem;
	font-size: 2.4rem;
	text-align: center;
	border: 1px solid #85ba2a;
	background-color: #f2ffd9;
	border-radius: 8px;
}
.flow-box .senmon.flow02 {
	padding: 0 2rem;
	background-color: var(--color-pale-green);
	border: 1px solid var(--color-green);
	border-radius: 8px;
}
.flow-box .senmon.flow02 > .title {
	display: block;
	padding: 1rem;
	font-size: 2.4rem;
	text-align: center;
	color: var(--color-green);
}
.flow-box .senmon.flow02 .basic-box .title {
	display: block;
	padding: 1rem;
	color: #FFF;
	font-size: 2.4rem;
	text-align: center;
	border-radius: 8px 8px 0 0;
	background-color: var(--color-green);
}
.flow-box .senmon.flow02 .basic-box .title span {
	display: inline-block;
	font-size: 1.5rem;
	margin-left: 1rem;
	padding: 0.25rem 0.5rem;
	background-color: #FFF;
	border-radius: 2px;
	vertical-align: text-bottom;
}
.flow-box .senmon.flow02 .basic-box .box-detail {
	padding: 2rem;
	background-color: #FFF;
	border-radius: 0 0 8px 8px;
}
.flow-box .medical-list {
	margin-bottom: 0;
}
.flow-box .senmon.flow02 .subspecialty-box .title {
	margin-bottom: 2rem;
	display: block;
	padding: 1rem;
	color: #FFF;
	font-size: 2.4rem;
	text-align: center;
	border-radius: 8px;
	background-color: var(--color-green);
}
.flow-box .senmon.flow02 .subspecialty-box .title span {
	display: inline-block;
	font-size: 1.5rem;
	margin-left: 1rem;
	padding: 0.25rem 0.5rem;
	background-color: #FFF;
	border-radius: 2px;
	vertical-align: text-bottom;
}
.flow-box .arrow {
	width: 80px;
	height: 60px;
	background: url('../images/common/flow-arrow.png') no-repeat center / contain;
	margin: 2rem auto;
}
/********** normal-table **********/
.normal-table th,
.normal-table td {
	padding: 1rem;
	border: 1px solid var(--color-green);
	vertical-align: middle;
} 
.normal-table thead th {
	background-color: var(--color-light-green);
	text-align: center;
} 
.normal-table th {
	background-color: var(--color-pale-green);
	text-align: center;
} 
/********** border-table **********/
.border-table {
	border-collapse: separate;
	border-spacing: 4px;
}
.border-table th {
	min-width: 160px;
	width: fit-content;
	padding: 1rem 1.5rem;
	border: 2px solid var(--color-light-green);
	border-radius: 4px;
	vertical-align: middle;
}
.border-table td {
	padding: 1rem 1.5rem;
}
.border-table td a {
	display: block;
	width: fit-content;
}
/********** circle-list **********/
.circle-list > li {
	position: relative;
	padding-left: 2.4rem;
}
.circle-list > li::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background-color: var(--color-green);
	position: absolute;
	top: 0.75rem;
	left: 0;
}
/********* btn *********/
.btn a {
	display: block;
    width: auto; 
    padding: 1rem 4rem 1rem 1rem;
    border-radius: 4px;
	color: #FFF;
    border: 2px solid var(--color-green);
	background-color: var(--color-green);
    position: relative;
}
.btn a::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid #FFF;
	border-radius: 24px;
	position: absolute;
	top: 0;
	right: 0.5rem;
	bottom: 0;
	margin: auto;
}
.btn a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	rotate: 45deg;
	position: absolute;
	top: 0;
	right: 1.5rem;
	bottom: 0;
	margin: auto;
}
.btn.border a {
	color: var(--color-text);
	background-color: #FFF;
}
.btn a:hover {
	opacity: 0.5;
}

/********* contact *********/
#contact {
    padding: 4rem 4rem 4rem calc(8rem + 240px);
	border-top: 1px solid var(--color-green);
	background: url(../images/common/contact-bk.jpg) no-repeat center / cover;
}
#contact .contents-title {
	min-width: fit-content;
    margin: auto;
    line-height: 1;
}
#contact .contents-title span {
	display: block;
}
#contact .contents-title + div {
	flex: 1 0 0;
}
#contact .contact-info {
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
}
#contact .contact-info > * {
	flex: auto;
}
#contact .contact-info .title {
	padding: 1rem 2rem 1rem 1rem;
	display: flex;
	justify-content: center;
	align-content: center;
}
#contact .contact-info .detail {
	padding: 1rem 1rem 1rem 2rem;
	border-left: 2px solid #ddd;
	font-size: 1.2rem;
}
#contact .contact-info .detail {
	text-align: center;
}
#contact .contact-info .detail img {
	display: block;
    max-width: 320px;
    margin: 0 auto 1rem;
}
#contact p {
    margin-bottom: 2.4rem;
}
#contact-box {
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.box-item {
	width: calc((100% - 2rem)/2);
}
.box-item a {
	width: 100%;
	height: 100%;
	padding: 2rem;
	display: flex;
	gap: 2rem;
	justify-content: center;
	align-items: center;
	background-color: var(--color-pale-green);
    border: 1px solid #ededed;
    border-radius: 8px;
}
.box-item a:hover {
	opacity: 0.6;
}
.box-item:first-of-type a {
	pointer-events: none;
}
.box-item a .detail {
	max-width: 210px;
	width: 100%;
	font-size: 2.2rem;
	line-height: 1.4;
}
.box-item:first-of-type a .detail {
	font-size: 2.4rem;
}
.box-item a .detail small {
	display: block;
	font-size: 1.1rem;
	color: var(--color-green);
}
/********* footer *********/
#footer .copyright {
	margin-bottom: 0;
    padding: 2.4rem 2.4rem 2.4rem calc(8rem + 240px);
	display: block;
	font-size: 1.2rem;
	text-align: center;
	color: #ccc;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
/********** etc **********/
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.inline {
	display: inline-block;
}
.space {
	margin-bottom: 8rem;
}
.mini-space {
	margin-bottom: 4rem;
}
.img-box a {
    display: block;
}
.img-box img:nth-of-type(n+2) {
    margin-top: 1rem;
}
img.border {
    border: 1px solid #ddd;
}
.max-img {
	width: 100%;
	display: block;
	margin: auto;
}
.w720 {
	max-width: 720px;
	width: 100%;
}
.flex {
	display: flex;
	gap: 2rem;
	column-gap: 4rem; 
}
.flex.half > div {
	width: calc((100% - 4rem)/2);
}
.flex.column2 > div {
	flex: 1 0 0;
}
.flex.column2 > div.small-img {
	flex: 0 0 400px;
}
div.small-img a {
	display: block;
}
.link {
	color: var(--color-green);
	text-decoration: underline;
	position: relative;
}
.link:hover {
	text-decoration: none;
}
.link[target="_blank"],
.link.word {
	position: relative;
	padding-right: 2.5rem;
}
.link[target="_blank"]:not(.pdf)::after {
	content: "";
    width: 16px;
	height: 16px;
	background-color: var(--color-green);
	mark: url('../images/common/arrow-up-right-from-square-solid-full.svg') no-repeat center;
	mask-size: contain;
    -webkit-mask: url('../images/common/arrow-up-right-from-square-solid-full.svg') no-repeat center;
    -webkit-mask-size: contain;
    position: absolute;
    top: 0.4rem;
    right: 0.25rem;
}
.link.pdf[target="_blank"]::after {
    content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url('../images/common/pdf-icon.png') no-repeat center / contain;
    position: absolute;
    top: 0.4rem;
    right: 0.25rem;
}
.link.word::after {
    content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url('../images/common/word-icon.png') no-repeat center / contain;
    position: absolute;
    top: 0.4rem;
    right: 0.25rem;
}
i {
	width: 32px;
	height: 32px;
	background-color: var(--color-green);
}
.fa-mobile-screen {
	mark: url('../images/common/mobile-screen-solid-full.svg') no-repeat center;
	mask-size: contain;
    -webkit-mask: url('../images/common/mobile-screen-solid-full.svg') no-repeat center;
    -webkit-mask-size: contain;
}
.fa-envelope {
	mark: url('../images/common/envelope-solid-full.svg') no-repeat center;
	mask-size: contain;
    -webkit-mask: url('../images/common/envelope-solid-full.svg') no-repeat center;
    -webkit-mask-size: contain;
}
.fa-tooth {
	mark: url('../images/common/tooth-solid-full.svg') no-repeat center;
	mask-size: contain;
    -webkit-mask: url('../images/common/tooth-solid-full.svg') no-repeat center;
    -webkit-mask-size: contain;
}
.fa-location-dot {
	mark: url('../images/common/location-dot-solid-full.svg') no-repeat center;
	mask-size: contain;
    -webkit-mask: url('../images/common/location-dot-solid-full.svg') no-repeat center;
    -webkit-mask-size: contain;
}

.fade-target,
.fade-target-contact {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out!important;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

#header-contents::-webkit-scrollbar,
.sp-header-inner::-webkit-scrollbar {
  	width: 2px;
}

#header-contents::-webkit-scrollbar-track,
.sp-header-inner::-webkit-scrollbar-track {
	margin-top: 4rem;
    background: transparent;
    border-radius: 4px;
}
.sp-header-inner::-webkit-scrollbar-track {
	margin-top: 0;
}

#header-contents::-webkit-scrollbar-thumb,
.sp-header-inner::-webkit-scrollbar-thumb {
	background: #009e4c;
    border-radius: 4px;
}
@supports not selector(::-webkit-scrollbar) {
	#header-contents,
	.sp-header-inner {
	  scrollbar-color: #009e4c transparent;
	}
}

/********** 以下、タブレット・スマートフォン・レスポンシブ対応 **********/
@media screen and (max-width: 1300px) {
	.main-visual {
		min-height: 500px;
	}
}
@media screen and (max-width: 1200px) {
	#contact .section-inner {
		display: flex;
		gap: 0;
		flex-direction: column;
	}
	#contact .contents-title {
		width: fit-content;
		margin: 0 auto 1rem;
		text-align: center;
		line-height: 1.2;
	}
	#contact .contact-info {
		justify-content: center;
	}
	#contact .contact-info img,
	#contact .contact-info .detail {
		width: fit-content;
	}
}
@media screen and (max-width: 1040px) {
	.swiper-slide {
    	height: 320px;
	}
	.main-visual {
    	min-height: 410px;
	}
	.flex.column2 {
		flex-direction: column;
	}
	.flex.column2 > div {
		width: 100%;
	}
	.flex.column2 > div.small-img {
		flex: 0 0 400px;
		max-width: 400px;
		margin: auto;
	}
}
/* タブレットサイズ */
@media screen and (max-width: 980px) {
/*
	body.stop {
		height: 100vh;
	}
*/
	#header-contents {
		position: relative;
		overflow-y: visible;
	}
	#header {
		width: 100%;
		position: fixed;
		left: 0;
		padding: 1rem 1rem 0.5rem;
		background-color: #FFF;
		border-bottom: 1px solid #ededed;
		z-index: 9998;
	}
	#header-logo {
		opacity: 0;
		height: 40px;
	}
	#sp-btn{
		display: block;
        height: 40px;
        position: fixed;
        top: 2.4rem;
        right: 2.4rem;
        transition: all .4s;
        cursor: pointer;
        z-index: 9999;
	}
	#sp-btn div {
		width: 30px;
		height: 100%;
		position: relative;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	#sp-btn div::after {
		content: "MENU";
		position: absolute;
		top: 24px;
		left: -2px;
		font-size: 0.7em;
		line-height: 1.6;
	}
	#sp-btn span{
		display: block;
		height: 3px;
		position:absolute;
		width: 100%;
		left: 0;
		background-color: var(--color-green);
		border-radius: 3px;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
	}
	#sp-btn span:nth-child(1){
		top:0px;
	}
	#sp-btn span:nth-child(2){
		top:9px;
	}
	#sp-btn span:nth-child(3){
		top:18px;
	}

	#sp-btn.open div::after {
		content: "CLOSE";
		left: -3px;
	}
	#sp-btn.open span:nth-child(1) {
		top: 6px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#sp-btn.open span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#sp-btn.open span:nth-child(3) {
		top: 6px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.sp-header-inner {
		display: block;
		width: 300px;
		position: fixed;
		top: 0;
		right: -300px;
		bottom: 0;
		padding: 2.5rem 2rem;
		background-color: rgb(255 255 255 / 80%);
		backdrop-filter: blur(4px);
		border: 1px solid #ededed;
		box-shadow: inset 0 0 8px 4px rgb(255 255 255 / 50%);
		overflow-y: auto;
		transition: all .3s ease-out;
	}
	#header.open .sp-header-inner {
		right: 0;
	}
	.header-menu,
	#header .banner a,
	#header .contact-box {
		background-color: transparent;
		backdrop-filter: none;
		box-shadow: none;
		border: 1px solid #dddddd;
	}
	.header-menu,
	#header .contact-box {
		padding: 0;
		border: none;
	}
	#header .banner a {
		background-color: rgb(255 255 255 / 90%);
	}
	#header .contact-box {
		margin-top: 2rem;
	}
	#contact-box  {
		margin-top: 2rem;
		gap: 2rem;
	}
	#contact-box .box-item {
		width: calc((100% - 2rem) / 2);
	}
	.box-item:first-of-type a,
	.contact-box .btn a:first-of-type {
		pointer-events: all;
	}
	#sp-header-logo {
		max-height: 64px;
		display: block;
	}
	.main-visual {
		min-height: 410px;
		margin-top: 80px;
	}
	.main-visual .main-copy {
		padding: 0 4rem;
	}
	.page-head {
		margin-top: 80px;
		padding: 6.4rem 4rem;
	}
    .breadcrumbs-list {
        padding: 1rem 4rem 1rem 4rem;
    }
	#news.section,
	#link.section,
	.section {
		padding: 8rem 4rem 4rem;
	}
	#contact {
		padding: 4rem;
	}
	#footer .copyright {
		margin-bottom: 0;
		padding: 2.4rem;
	}
}
/* スマホサイズ */
@media screen and (max-width: 768px) {
	.main-visual .main-copy {
        padding: 0 2rem;
    }
	.main-visual .main-copy img {
        max-width: 50vw;
    }
	#news.section,
	#link.section,
	.section {
        padding: 8rem 2rem 4rem;
    }
	#contact {
		padding: 4rem 2rem;
	}
	.contact-box .btn, .in-page .contact-box .btn {
		width: auto;
	}
	.news-item {
		flex-direction: column;
		gap: 0.5rem;
	}
	.news-item .date,
	.news-item .news-detail {
		width: 100%;
	}
	.contents-list > .list-item a {
		flex-direction: column;
		align-items: center;
	}
	.contents-list > .list-item .img {
		max-height: 80px;
	}
	.contents-list > .list-item .img img {
		height: 80px;
	}
	.contents-list > .list-item .detail {
		width: 100%;
        height: calc(100% - 80px - 2rem);
	}
	.contents-list > .list-item .detail .title {
		font-size: 2rem; 
		text-align: center;
	}
	.contents-list > .list-item .detail .title small {
		display: block;
	}
	.link-box .list-item {
		width: calc((100% - 1rem) / 2);
	}
	dl.border {
		flex-direction: column;
		gap: 0.5rem;
	}
	dl.border dt {
		width: 100%;
		padding-bottom: 0;
	}
	dl.border dd {
		width: 100%;
		padding-top: 0;
	}
	.medical-list > div {
		width: calc((100% - 1.5rem) / 2);
	}
	.flow-box .medical-list > div {
        width: 100%;
    }
	.border-table th,
	.border-table td {
		min-width: auto;
		width: 100%;
		display: block;
	}
	.link[target="_blank"], .link.word {
		padding: 0;
	}
	.link.pdf[target="_blank"]::after,
	.link.word::after {
		display: inline-block;
		margin-left: 0.5rem;
		position: relative;
		top: auto;
		right: auto;
	}
	.normal-table th, .normal-table td {
        font-size: 1.3rem;
        padding: 0.6rem;
    }
}
@media screen and (max-width: 580px) {
	.contents-title {
		margin-bottom: 2rem;
		font-size: 2.4rem;
	}
	.contents-sub-title {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	p {
		font-size: 1.4rem;
	}
	.main-visual {
        min-height: 380px;
        margin-top: 80px;
    }
	.sp-header-inner {
		width: 100%;
		right: -100%;
	}
	#center .contents-title.txt-center {
		text-align: left;
	}
	.contents-list > .list-item {
		flex-direction: column;
	}
	.contents-list > .list-item {
		width: 100%;
	}
	.contents-list > .list-item a {
        flex-direction: row;
        align-items: center;
    }
	.contents-list > .list-item .img {
		width: 100%;
		max-width: 120px;
		max-height: 100px;
	}
	.contents-list > .list-item .img img {
		height: 100px;
	}
	.contents-list > .list-item .detail {
		height: auto;
	}
	.contents-list > .list-item .detail .mini-text,
	.contents-list > .list-item .detail .title {
		text-align: left;
		justify-content: flex-start;
	}
	#contact .contact-info {
		flex-direction: column;
	}
	#contact .contact-info .detail {
		border-left: none;
	}
	#contact-box {
		flex-direction: column;
		gap: 1rem;
	}
	#contact-box .box-item {
		width: 100%;
	}
	#contact-box .box-item a .detail {
		font-size: 2rem;
	}
	#contact-box .box-item:first-of-type a .detail {
		font-size: 2.2rem;
	}
}