@charset "utf-8";
/* CSS Document */

:root {
	--color-text: #252525;
	--color-green: #82ae40;
	--color-light-green: #d8e5bd;
	--color-pale-green: #f2ffd9;
	--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;
}
/********* 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;
}
.header-menu .round-banner i {
	width: 24px;
	height: 24px;
}
.header-menu .round-banner span {
	max-width: 140px;
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
}
.header-menu .round-banner a:hover span {
	color: #FFF; 
}
.header-menu .round-banner a:first-of-type { border-color: #70c6e1; }
.header-menu .round-banner a:first-of-type:hover { background-color: #70c6e1; }
.header-menu .round-banner a:first-of-type i { background-color: #70c6e1; }
.header-menu .round-banner a:nth-of-type(2) { border-color: #ff5757; }
.header-menu .round-banner a:nth-of-type(2):hover {  background-color: #ff5757; }
.header-menu .round-banner a:nth-of-type(2) i { background-color: #ff5757; }

.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: 400px;
	width: 100%;
	display: block;
	margin: auto;
}
.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);
}
.section-inner {
	max-width: 1040px;
	display: block;
	margin: auto;
}
/********* title *********/
.contents-title {
    padding-left: 1.5rem;
	margin-bottom: 4rem;
    border-left: 6px solid var(--color-green);
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 4rem;
}
.contents-sub-title {
	margin-bottom: 2rem;
    padding: 1rem 1.5rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 2.4rem;
	font-weight: bold;
    border-radius: 4px;
    background-color: var(--color-light-green);
}
.contents-sub-title .required {
    width: fit-content;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    background-color: #FFB1B1;
    border-radius: 2px;
}
.color-title {
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--color-green);
}
.home-section-title,
#contact .contents-title {
	font-size: 4rem;
	color: var(--color-green);
	line-height: 1.5;
	position: relative;
	text-shadow: 0 0 4px #FFF;
}
.home-section-title span,
#contact .contents-title span {
	display: block;
	font-size: 1.8rem;
	color: var(--color-text);
}
#pickup .home-section-title {
	width: fit-content;
	margin-bottom: 2rem;
}
#pickup .home-section-title::before {
	content: "";
    display: block;
	width: 80px;
    height: 110px;
    position: absolute;
    right: -84px;
    bottom: 8px;
    background: url(../images/common/contents-deco03.png) no-repeat center / contain;
    z-index: -1;
}
#contact .contents-title::before {
	content: "";
    display: block;
    width: 104px;
    height: 40px;
    position: absolute;
    left: -54px;
    top: 0;
    background: url(../images/common/contents-deco04.png) no-repeat center / contain;
    z-index: -1;
}
/********* home *********/
#main-contents::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../images/common/bk-repeat.jpg) repeat center / 30px;
	z-index: -1;
}
#main-contents::after {
	content: "";
    display: block;
    width: 100px;
    height: 72px;
    position: absolute;
    right: 2rem;
    bottom: -40px;
    background: url(../images/common/contents-deco02.png) no-repeat center / contain;
    z-index: -1;
	transform: rotateY(180deg);
}
.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-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 *********/
#pickup.section {
	position: relative;
}
#pickup.section::before {
	content: "";
    display: block;
    width: 100px;
    height: 72px;
    position: absolute;
    left: 240px;
    top: -32px;
    background: url(../images/common/contents-deco02.png) no-repeat center / contain;
    z-index: -1;
}
#news .home-section-title::before {
	content: "";
    display: block;
    width: 80px;
    height: 140px;
    position: absolute;
    left: -54px;
    bottom: 8px;
    background: url(../images/common/contents-deco01.png) no-repeat center / contain;
    z-index: -1;
}
.title-box {
	margin-bottom: 2rem;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	align-items: center;
}
.news-list {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}
.news-item {
    border: 2px solid var(--color-light-green);
    padding: 2.4rem;
    margin-bottom: 1rem;
    border-radius: 0.8rem;
    background: #fff;
	display: flex;
	gap: 3.2rem;
}
.news-item.top {
    border: 2px solid var(--color-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;
	padding-left: 0.5rem;
	margin-bottom: 1rem;
	position: relative;
}
.news-detail a.link.pdf::after {
    content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(../images/common/pdf-icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: auto auto auto 0.5rem;
}
/********* page-head *********/
.page-head {
    padding: 6.4rem 4rem 6.4rem calc(8rem + 240px);
    background: url('../images/title/page-header.jpg') no-repeat center / cover;
    position: relative;
}
.page-head::before {
    content: "";
    background-color: rgb(249 255 237 / 60%);;
    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;
    color: var(--color-green);
    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 4rem 1rem calc(8rem + 240px);
}
.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 **********/
#contents02,
#contents04 {
	background: url(../images/common/bk-repeat.jpg) repeat center / 30px;
}
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: 240px;
	padding: 1rem;
}
dl.border dd {
	width: calc(100% - 240px - 1rem);
	padding: 1rem;
}
.video-box {
    max-width: 480px;
    width: 100%;
    display: block;
    margin: 0 auto 4rem;
}
.video-box iframe {
    width: 100%;
}
.in-page .contents-list {
    margin-bottom: 4rem;
}
.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;
	gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    text-align: center;
    border: 2px solid var(--color-light-green);
    border-radius: 4px;
}
.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);
}
/********** 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;
}
.in-page .btn {
    min-width: 320px;
    width: fit-content;
    display: block;
    margin: 2rem auto;
}

/********* contact *********/
#contact {
    padding: 4rem 4rem 4rem calc(8rem + 240px);
	border-top: 1px solid var(--color-green);
}
#contact .section-inner {
    display: flex;
	gap: 4rem;
}
#contact .contents-title {
	padding-left: 0;
	min-width: fit-content;
    margin-bottom: 2rem;
	border: none;
}
#contact .contents-title + div {
	flex: 1 0 0;
}
#contact .contact-info {
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
}
#contact .contact-info img {
	max-width: 240px;
	margin-right: 2rem;
}
#contact .contact-info .detail {
	width: calc(100% - 240px);
	padding: 1rem 0 1rem 2rem;
	border-left: 2px solid #ddd;
	font-size: 1.2rem;
}
#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 {
	background-color: rgb(255 255 255 / 100%);
}
.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 {
    display: block;
	margin-bottom: 8rem;
}
.mini-space {
    display: block;
	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;
}
.link:hover {
	text-decoration: none;
}
.link.target {
	position: relative;
	padding-right: 2.5rem;
}
.link.target:not(.pdf)::before {
	content: "";
    width: 10px;
    height: 10px;
    border: 1px solid var(--color-green);
    position: absolute;
    top: 0.5rem;
    right: 0.8rem;
}
.link.target:not(.pdf)::after {
	content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid var(--color-green);

    border-right: 1px solid var(--color-green);
    position: absolute;
    top: 0.1rem;
    right: 0.4rem;
}
.link.pdf::after {
    content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/common/pdf-icon.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: auto auto auto 0.5rem;
    vertical-align: text-bottom;
}
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;
	}
	.main-visual .image-tree {
		max-width: 320px;
	}
}
@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;
	}
	.main-visual .image-tree {
    	max-width: 300px;
	}
	.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,
	#pickup.section,
	.section {
		padding: 8rem 4rem 4rem;
	}
	#pickup.section::before {
		left: 32px;
	}
	#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;
    }
	.main-visual .image-tree {
        max-width: 30vw;
        bottom: 0;
        right: -2rem;
        z-index: 1;
    }
	#news.section,
	#pickup.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%;
	}
	.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);
	}
}
@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;
    }
	.main-visual .image-over {
		height: 160px;
		bottom: 0;
	}
	.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.new a {
        padding: 4rem 2rem 2rem;
    }
	.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;
	}
}