@charset "UTF-8";


*,
::before,
::before,
::after {
	background-repeat: no-repeat;
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
:root {
	--primary: #466e4b;
	--bg-white: #ffffff;
	--bg-lg: #f6f8f7;
}


html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: default;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	background: #FFF;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
	color-scheme: only light;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

body {
	position: relative;
	margin: 0;
     font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.8;
  letter-spacing: 0.1em;
	color: #000;
	background: #FFF;
    margin:0;
    padding:0;
    border:0;
    outline:0;
  font-size: clamp(13px, 1.3vw, 16px);
    vertical-align:baseline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

figcaption,
figure,
main { 
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}

ol,
ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a, a:link, a:visited, a:active, a:focus {
	-webkit-text-decoration-skip: objects;
    color: #000;
    text-decoration: none;
	transition: .3s linear;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ffff00;
	color: #000000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

::-moz-selection {
	color: #000000;
	text-shadow: none;
}

::selection {
	color: #000000;
	text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg {
	fill: currentColor;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

[hidden] {
	display: none;
}

[aria-busy="true"] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-hidden="false"][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

[aria-disabled] {
	cursor: default;
}

div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

img {
    vertical-align: bottom;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul, ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

strong {
    font-weight: 700;
}

hr {
    display:block;
    height:1px;
    border:0; 
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input::-webkit-input-placeholder {
	color: #BBB;
    opacity: 1;
}

input::-moz-placeholder {
	color: #BBB;
    opacity: 1;
}

input:-ms-input-placeholder {
	color: #BBB;
    opacity: 1;
}

select::-webkit-input-placeholder {
	color: #BBB;
    opacity: 1;
}

select::-moz-placeholder {
	color: #BBB;
    opacity: 1;
}

select:-ms-input-placeholder {
	color: #BBB;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
	color: #BBB;
    opacity: 1;
}

textarea::-moz-placeholder {
	color: #BBB;
    opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #BBB;
    opacity: 1;
}
img {
    width: 100%;
    height: auto;
	transition: .6s linear;
}
.break {
	display: block;
}
.bold {
    font-weight: bold;
}
.en, .num {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.txtL { text-align: left; }
.txtR { text-align: right; }
.txtC { text-align: center; }

.PC {
    display: block;
}
.SP {
	display: none;
}


.-flex {
	display: flex;
}
.-flex-wrapped {
	flex-wrap: wrap;
}
.-spacebetween {
	justify-content: space-between;
}
.-reverse {
	flex-direction: row-reverse;
}


.objectfit img, img.objectfit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
	object-position: 50% 50%;
	height: 100%;
	width: 100%;
}

img.rev {
  transform: scaleX(-1);
}

/* ========== 共通ホバー背景（黒・左→右 / 右→消） ========== */
.hover-bg-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hover-bg-item span.bg {
  position: absolute;
  inset: 0;
  background-color: #000;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s ease;
  z-index: -1;
}

.hover-bg-item.is-hovered span.bg { clip-path: inset(0 0% 0 0); }
.hover-bg-item.is-leaving span.bg { clip-path: inset(0 0% 0 100%); }


/* ========== SECTION 共通 ========== */
.content {
  position: relative;
  padding: 150px 75px 150px 0;
}

.outer {
  position: relative;
  margin: 0 15px;
}

.inner {
  width: 90%;
  margin: 0 auto;
}


/* ========== h2 共通（横書きベース） ========== */
.inner h2, .page .content .inner h1 {
  writing-mode: horizontal-tb;
  display: flex;
  flex-direction: column;
  font-size: clamp(20px, 2.4vw, 36px);
  font-weight: 700;
  color: #222;
  position: relative;
  padding: 40px 0 0 60px;
  margin-bottom: 15%;
  line-height: 1.7;
  letter-spacing: .12em;
}
.page .content .inner h1 {
	margin-bottom: 5vw;
	padding-top: 35px;
}

/* 左の斜め線 */
.inner h2::before, .page .content .inner h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 92.5%;
  background: var(--primary);
  transform: skewX(-15deg);
}

/* .en小見出し */
.inner h2 .en, .page .content .inner h1 .en {
  font-size: clamp(13px, 1.3vw, 18px);
  line-height: 1;
}

/* .en右の丸 */
.inner h2 .en::after, .page .content .inner h1 .en::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 1.3em;
  margin-bottom: 1px;
  border-radius: 50%;
  background-color: var(--primary);
}



/* 縦書きh2（NEWS・MENU） */
#NEWS .inner h2,
#MENU .inner h2,
#DOCTOR .inner h2 {
  writing-mode: vertical-rl;
  padding: 0;
  margin: 0;
}

#NEWS .inner h2::before,
#MENU .inner h2::before,
#DOCTOR .inner h2::before {
  height: 100%;
  left: -4.5vw;
  top: 0;
  bottom: auto;
}

#NEWS .inner h2 .en,
#MENU .inner h2 .en,
#DOCTOR .inner h2 .en {
	position: absolute;
	top: 5%;
	right: -2.2vw;
	letter-spacing: .1em;
}
#NEWS .inner h2 .en::after,
#MENU .inner h2 .en::after,
#DOCTOR .inner h2 .en::after {
	margin: 1.3em 0 0;
}

/* 中央揃えh2（CONTACT・ACCESS） */
#CONTACT h2,
#ACCESS h2 {
  align-items: center;
  text-align: center;
  padding-left: 0;
}

#CONTACT h2::before,
#ACCESS h2::before { 
  content: "";
  display: block;
	top: -40px;
	left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
	transform: translateX(-50%);
}

#CONTACT h2 .en::after,
#ACCESS h2 .en::after { display: none; }


/* ========== フェードイン（ブラー付き） ========== */
.outer,
footer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.3s ease, transform 1.3s ease;
  transition-delay: 0.2s;
}
.page .outer {
  opacity: 1;
  transform: none;
  transition: none;
}

header,
.hero {
  transition: opacity .7s ease, transform .7s ease;
  transition-delay: 0s;
}

.outer.is-visible,
footer.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero {
  opacity: 1 !important;
  transform: none !important;
}


/* ========== h3 共通 ========== */
.inner h3, .inner .article-head h2 {
  position: relative;
  font-size: clamp(17px, 1.8vw, 20px);
  color: var(--primary);
  margin-bottom: 5.5%;
  line-height: 2;
}
.inner .article-head h2 {
	padding: 0 0 0 60px;
	font-size: clamp(18px, 1.8vw, 25px);
	margin-bottom: 3.5vw;
}

.inner h3::before, .inner .article-head h2::before {
  content: '';
  position: absolute;
  top: 1em;
  left: -150px;
  width: 130px;
  height: 1px;
  background: var(--primary);
}
.inner .article-head h2::before {
	left: calc(50% - 50vw);
    width: 10vw;
}


.inner h3 span { display: block; }




/* news */
#ARTICLE.content {
	padding-bottom: 25vw;
}
.content-article {
	padding: 0 60px;
}
.content-article p {
	margin-top: 2.5em;
}
.content-article h2, .content-article h3, .content-article h4, .content-article h5 {
	padding: 0;
	margin: 0 0 3.5vw;
}
.content-article h2 {
	text-align: center;
	font-size: clamp(16px, 1.4vw, 20px);
}
.content-article h3 {
	font-size: clamp(14px, 1.2vw, 18px);
}
.content-article h4 {
	display: inline-block;
	font-size: clamp(13px, 1vw, 16px);
	background: #000;
	color: #FFF;
	margin-bottom: 1.5vw;
}
.content-article h2::before, .content-article h3::before, .content-article h4::before, .content-article h5::before {
	display: none;
}
.content-article .wp-block-image .aligncenter {
	width: 100%;
	margin-bottom: 3.5vw;
    overflow: hidden;
    border-radius: 5px;
}
.article-head {
	position: relative;
	padding-top: 5vw;
	padding-bottom: 1vw;
	margin-bottom: 7.5vw;
}
.article-head::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 1px;
	margin: 0 calc(50% - 50vw);
	border-top: 1px dotted var(--primary);
}
.article-head::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 1px;
	margin: 0 calc(50% - 50vw);
	border-bottom: 1px dotted var(--primary);
}
.article-head-date {
	font-weight: normal;
  	font-size: clamp(11px, 1vw, 13px);
	text-align: right;
	opacity: .5;
}
.content.blog-paging {
	background: var(--bg-lg);
	padding-top: 3vw;
	padding-bottom: 3vw;
}
.pagenation {
	display: flex;
	justify-content: center;
	line-height: 1;
	padding: 3vw;
}
.pagenation a, .pagenation span {
	display: inline-block;
	padding: 10px 15px;
	opacity: .3;
	transition: .5s linear;
}
.pagenation .backtolist a {
	opacity: 1;
	text-decoration: underline;
}
.pagenation span.current {
	border-bottom: 5px solid var(--blue);
	color: #000;
	opacity: 1;
}
.pagenation a:hover {
	opacity: 1;
}
.pagenation .backtolist a:hover {
	text-decoration: none;
}
.pagenation a.next, .pagenation a.prev {
	position: relative;
	margin: 0 70px;
	opacity: 1;
}
.pagenation a.next::before, .pagenation a.prev::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	border-top: 3px solid var(--primary);
	border-right: 3px solid var(--primary);
	transition: .5s linear;
}
.pagenation .next.-emp, .pagenation .prev.-emp {
	position: relative;
	margin: 0 70px;
	width: 30px;
	opacity: 0;
}
.pagenation a.next::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.pagenation a.prev::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}
.pagenation a.next:hover::before, .pagenation a.prev:hover::before {
	opacity: .3;
}


@media (max-width: 920px) {
	.content {
	  position: relative;
	  padding: 75px 0;
	}

	.outer {
	  position: relative;
	  margin: 0 5px;
	}

	.inner {
	  width: 88%;
	  margin: 0 auto;
	}
	.inner h2, .page .content .inner h1 {
		padding: 5vw 0 0 7.5vw;
	}
	/* .en小見出し */
	.inner h2 .en, .page .content .inner h1 .en {
	  font-size: clamp(13px, 1.3vw, 18px);
	  line-height: 1;
	}

	/* .en右の丸 */
	.inner h2 .en::after, .page .content .inner h1 .en::after {
	  content: "";
	  display: inline-block;
	  width: 10px;
	  height: 10px;
	  margin-left: 1.3em;
	  margin-bottom: 1px;
	  border-radius: 50%;
	  background-color: var(--primary);
	}
	
	#MENU .inner h2 {
		padding: 5vw 0 0 0;
    	margin-bottom: 10%;
		writing-mode: horizontal-tb;
	}	
	#MENU .inner h2::before {
		height: 150%;
		left: 8em;
	}
	#MENU .inner h2 .en {
		top: -1.2em;
		right: auto;
	}
	#MENU .inner h2 .en::after {
		margin-top: 0 0 1px 1.3em;
        margin-left: 1.3em;
        margin-bottom: 1px;
    }
	
	#NEWS .inner h2 .en,
	#DOCTOR .inner h2 .en {
		right: -4.5vw;
	}
	.inner .article-head h2 {
		padding: 0 0 0 7.5vw;
		margin-bottom: 2vw;
	}
	.inner h3::before {
	  left: -7vw;
	  width: 5vw;
	}
	
	.content-article h2, .content-article h3, .content-article h4, .content-article h5 {
		padding: 0;
		margin: 0 0 3.5vw;
	}
	
	.content-article {
		padding: 0;
	}
	.content-article .wp-block-image .aligncenter {
		border-radius: 3px;
	}
	.pagenation a.next, .pagenation a.prev {
		position: relative;
		margin: 0 3vw;
		opacity: 1;
	}
	.pagenation a.next::before, .pagenation a.prev::before {
		width: 20px;
		height: 20px;
	}
	.pagenation .next.-emp, .pagenation .prev.-emp {
		position: relative;
		margin: 0 3vw;
		width: 20px;
		opacity: 0;
	}
	
}
