/*
Theme Name: 中村歯科医院 求人採用サイト
Author: 9Design
Author URI: https://9design.jp/
Description: 採用パッケージテーマ7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSEbout
Text Domain: 採用パッケージ7
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Footer
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## トップページ
## インタビュー詳細
## 募集要項詳細
## サイドバー
## アーカイブ（お知らせ）
## お知らせ詳細
## 固定ページ
## よくある質問
## 99の質問
## オンライン面談
## マッチング率
## 404ページ
## 検索結果
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
# Break Point
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
html {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: employment2line;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	font-size: 1rem;
	cursor: pointer;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
}
mark {
	background-color: rgba(252, 207, 17, 0.3);
	color: var(--txt-color);
}
small {
	font-size: 75%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: employment2line;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	padding: 0;
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 1.5rem;
}
td{
	line-height: 2;
}
th{
	line-height: 1.5;
}
td a,
th a {
	font-size: clamp(0.875rem, 0.821rem + 0.24vw, 1rem);
	line-height: 2;
}
@media screen and (max-width: 824px) {
	p>a {
		background-color: transparent;
		font-size: 15px;
	}
	td,
	th {
		padding: 1.5em 1em;
	}
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size: 16px;
}
body,
button,
input,
select,
textarea {
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: var(--txt-color);
}
h1, h2, h3, h4, h5, .zenmaru {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.5;
}
h3 {
	font-size:clamp(1.2rem, 0.834rem + 0.71vw, 1.5rem);
}
h4 {
	font-size:clamp(1.2rem, 0.834rem + 0.71vw, 1.5rem);
}
h5 {
	font-size: 1rem;
}
p {
	font-size:1rem;
	line-height: 2;
	margin: 1em 0 1.5em 0;
}
a{
	color: var(--txt-color);
}
ul, li {
	line-height: 2;
}
th, td {
	font-size:1rem;
}
dt {
	font-weight:bold;
	font-size:1rem;
}
dd {
	font-size:1rem;
	line-height: 1.75em;
	margin: 0.75em 0 1.5em 0;
}
@media screen and (max-width: 824px) {
	p{
		line-height:1.8;
	}
}
@media screen and (max-width: 510px) {
	p,dt,dd,td,th{
		font-size: 0.9375rem;
	}
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
color（色）
--------------------------------------------------------------*/
:root {
	--green: #5AC30C;
	--red-orange:#F28405;
	--orange:#F29F40;
	--yellow-orange:#FCB111;
	--txt-color: #58350D;
	--light-green:#ECF5E5;
	--base-cream: #FDFBF5;
	--base-orange: #faf1e4;
	--base-green:#ECF5E5;
	--base-yellow:#fefbf1;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li,
ul.row,
ol.row {
	list-style: none;
}
li>ul,
li>ol {
	margin-bottom: 0;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	transition: all 0.3s ease-in-out;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
em {
	font-style: normal;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: block;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border-color: rgba(52, 52, 52, 0.15);
	border-radius: 3px;
	background: #fff;
	padding: 3px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"] {
	max-width: 500px;
	width: 100%;
	height: 50px;
}
select {
	border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
textarea {
	width: 100%;
	line-height: 1.3;
}
/*--------------------------------------------------------------
# animation
--------------------------------------------------------------*/
.inview {
	transform: translateY(10px);
	opacity: 0;
	transition: transform 1s, opacity 1s;
}
.inview.show {
	transform: translateY(0);
	opacity: 1;
}
@media screen and (max-width: 824px) {
	.archive .inview,
	.single-recruit .inview {
		transform: translateY(0px);
		opacity: 1;
	}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
}
@media screen and (max-width: 824px) {
	.site-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
@media screen and (max-width: 510px) {
	.site-header {
		position: sticky;
		top: 0;
		background: #fff;
		z-index: 3;
		width: 100%;
		animation: none;
	}
}
.site-branding {
	width: clamp(11.25rem, 7.021rem + 8.21vw, 16.875rem);
	margin:1rem 1.5rem -1rem 1.5rem;
}
@media screen and (max-width: 824px) {
	.site-branding {
		width: 170px;
		margin-left:1rem;
	}
}
@media screen and (max-width: 510px) {
	.site-branding {
		width: 130px;
	}
}
.site-title {
	margin: 0;
}
.site-title .site-name {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.hd-top-wrapper.row {
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	width: 100%;
	height:100px;
	z-index: 998;
	background:#fff;
	box-shadow: 0 4px 8px rgba(170, 134, 57, 0.08);
}
@media screen and (max-width: 1200px) {
	.hd-top-wrapper.row {
		height:90px;
		box-shadow:none;
		background:transparent;
	}
}
@media screen and (max-width: 970px) {
	.hd-top-wrapper.row {
		align-items: flex-start;
		background: transparent;
	}
}
@media screen and (max-width: 1199px) {
	.hd-right {
		display: none;
	}
}
.hd-right ul.gnavi__lists {
	font-size: 0.85714rem;
	font-family: "Zen Maru Gothic", serif;
	margin-right:1rem;
}
@media screen and (max-width: 980px) {
	.hd-right ul.gnavi__lists {
		display: none;
	}
}
.hd-right{
	padding-right:64px;
}
.hd-right-inner {
	justify-content: space-between;
	align-items: center;
}
.hd-button a {
	display: block;
	color: #fff;
	padding: 1rem 2rem;
	margin-left: 1.5rem;
	width: 260px;
	border-radius: 100vh;
	text-align: center;
	position: relative;
	background: var(--dark-green);
}
@media screen and (max-width:1500px) {
	.hd-button a {
		padding: 1rem 1.5rem;
		margin-left: 1rem;
	}
}
.hd-button a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	transition: 0.3s;
	background: url(./images/common/yajirushi-gr.svg) no-repeat;
}
.hd-button a:hover::before {
	left: 20px;
	transition: left 0.3s ease-in-out;
}
.site-header.fixed {
	/* ヘッダー縮小時 */
	position: fixed;
	top: 0;
	z-index: 3;
	width: 100%;
	animation: hdfix 0.8s;
}
@keyframes hdfix {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (min-width: 811px) {
	.site-header.fixed .site-branding img {
		transform-origin: top left;
	}
}
/*固定エントリーボタン*/
.fixed-btn {
	display: block;
	position: fixed;
	top: 26%;
	right: 0 !important;
	z-index: 5;
}
@media screen and (min-width: 825px) {
	@supports (-webkit-hyphens: none) {
		.fixed-btn {
			transform: translateX(-20px); /* Safariだけ横にずらす */
		}
	}
}
@media (max-width: 1200px) {
	.fixed-btn {
		top: 15%;
	}
}
@media (max-width: 824px) {
	.fixed-btn {
		width: 100%;
		position: fixed;
		top: inherit;
		bottom: 0;
		display:flex;
	}
}
.fixed-btn a {
	color: #fff;
	font-size:1.2rem;
	background:var(--green);
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	writing-mode: vertical-rl;
	border-radius: 10px 0 0 10px;
}
.fixed-btn a:nth-of-type(2){	
	background:var(--orange);
	margin-top:10px;
}
.fixed-btn a.instagram{
	background:#fff;
	border:solid 1px  #E8DBB6;
	margin-top:10px;
	padding: 14.6px;
}
.fixed-btn a.instagram img{
	width:29px;
}
@media (max-width: 824px) {/**/
	.fixed-btn a {
		font-size:1rem;
		writing-mode: horizontal-tb;
		border-radius: 0;
		width:43%;
		margin-top:0 !important;
	}
	.fixed-btn a.instagram{
		width:14%;	
	}
}
@media (max-width: 510px) {/**/
	.fixed-btn a {
		font-size:15px;
		padding:1rem 0.5rem;
		width:41%;
	}
	.fixed-btn a.instagram{
		width:18%;	
	}
}
.fixed-btn a span {
	font-family: "Zen Maru Gothic", serif;
	padding-top: 8px;
}
@media (max-width: 824px) {
	.fixed-btn a span {
		padding: 0 0 0 8px;
	}
}
@media (max-width: 824px) {
	.fixed-btn a img{
		padding-top:3px;
	}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*footer_募集要項*/
.footer-recruit-wrapper{
	background:var(--base-orange);
	border:solid 8px #EAE0D0;
	padding: 6rem 0 6rem 0;
	margin-top: 0 !important;
	margin-bottom: 0;
	margin-left: clamp(1rem, -0.364rem + 5.82vw, 4rem);
	margin-right: clamp(1rem, -0.364rem + 5.82vw, 4rem);
	border-radius: clamp(2.5rem, -0.864rem + 5.32vw, 3.125rem);
}
.footer-recruit-wrapper h2.headline{
	font-size:clamp(1.5rem, 0.586rem + 1.78vw, 2.25rem);
	margin-bottom:1em;
}
.home .footer-recruit-wrapper{
	margin-top: 4rem !important;
}
@media screen and (max-width: 824px) {
	.footer-recruit-wrapper{
		padding: 4rem 0;
	}
	.home .footer-recruit-wrapper{
		margin-top: 2.5rem !important;
	}
}
.recruit-links {
	max-width: 1000px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	margin: 4rem auto 0 auto;
}

.recruit-link {
	position: relative;
}

.recruit-link::before {
	content: "";
	position: absolute;
	border-radius: 20px;
	inset: 0;
	background: #fff;
	box-shadow: none;
}

.recruit-link__inner {
	position: relative;
	display: grid;
	grid-template-columns: 177px 1fr auto;
	align-items: center;
	gap: clamp(1rem, -1.191rem + 4.26vw, 2rem);
	padding: 0 clamp(1em, -1.191rem + 4.26vw, 2rem) 0 0;
	border-radius: 20px;
}

.recruit-link .img {
	overflow: hidden;
	border-radius: 18px 0 0 18px;
	height: 100%;
}

.recruit-link .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.recruit-link .txt {
	margin-bottom: 8px;
	text-align:left;
}

.recruit-en {
	display: block;
	font-size: clamp(0.75rem, 0.531rem + 0.43vw, 0.85rem);
	font-weight:bold;
	line-height:1.5;
	color: #FDC50F;
	margin-bottom: 6px;
}
.recruit-link:nth-of-type(2) .recruit-en {
	color:#F2A004;
}

.recruit-link:nth-of-type(3) .recruit-en {
	color: #F28405;
}

.recruit-link:nth-of-type(4) .recruit-en {
	color: #E56F32;
}

.recruit-ttl {
	display: block;
	font-family: "Zen Maru Gothic", serif;
	font-size: clamp(1.2rem, -0.005rem + 2.34vw, 1.75rem);
	line-height:1.5;
}
.recruit-link__inner .recruit-arrow {
	position: relative;
	right: 0;
	transition: right 0.3s ease-in-out;
}
.recruit-link__inner:hover .recruit-arrow {
	right: -6px;
}
@media (max-width: 1024px) {
	.recruits-wrapper {
		padding: 4rem 0;
	}
	.recruit-links {
		max-width: 400px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 1.5rem;
		margin:3rem auto 0 auto;
	}
	.recruit-link__inner {
		gap: 1.5rem;
		grid-template-columns: 140px 1fr auto;
	}
	.recruit-link .img img {
		height: 140px;
	}
	.recruit-ttl {
		font-size: 18px;
	}
	.recruit-arrow {
		width: 22px;
		height: 22px;
	}
}
@media (max-width: 510px) {
	.recruit-link__inner {
		gap: 1rem;
	}
}
/*footer_フッターメニュー*/
.f-menu-wrapper {
	max-width:1000px;
	margin-bottom: 0;
	margin:6rem auto 4rem auto;
}
@media screen and (max-width: 824px) {
	.f-menu-wrapper {
		display: none;
	}
}
.f-menu-wrapper .content {
	gap: 0 2rem !important;;
}
.f-menu-wrapper .category {
	margin-bottom: 1.75rem;
}
@media screen and (max-width: 824px) {
	.f-menu-wrapper .category {
		margin-bottom: 1rem;
	}
}
.f-menu-wrapper .category>a {
	font-family: "Zen Maru Gothic", serif;
	font-size: clamp(1rem, 0.914rem + 0.38vw, 1.2rem);
}
.f-menu-wrapper a {
	display: block;
	line-height: 2.5em;
	font-size: clamp(0.85rem, 0.786rem + 0.29vw, 1rem);
	font-weight: 500;
}
/*最下部フッター*/
.footer-info{
	border-top:solid 1px #E7DCCA;
}
@media screen and (max-width: 824px) {
	.footer-info{
		border-top:none;
	}
}
.footer-container {
	max-width:1000px;
	justify-content: space-between;
	gap: 3rem;
	margin: 5rem auto 0 auto;
}
@media screen and (max-width: 1024px) {
	.footer-container {
		flex-direction: column;
	}
}
.footer-container .site-title img {
	max-width:270px;
}
@media screen and (max-width: 824px) {
	.footer-container .site-title img {
		max-width: 220px;
	}
}
.fotter-address{
	margin-bottom:2rem;
}
.fotter-address >p{
	margin:0;
	line-height:1.75;
}
.fotter-address .footer-phone,
.fotter-address .footer-phone a{
	color: var(--orange);
	font-size:clamp(1.5rem, 0.404rem + 2.13vw, 2rem);
	font-weight:bold;
	margin:0;
}
/*インスタ用*/
.footer-container .btn a{
	width:280px;
	padding: 1.25em 3vw;
}
@media screen and (max-width: 824px) {
	.footer-container .btn a{
		width:100%;
	}
}
.footer-container .instagram-btn{
	margin-top:1rem;
}
.footer-container .instagram-btn a{
	color:var(--yellow-orange);
	background:#fff;
	border:solid 1px var(--yellow-orange);
}
.footer-container .instagram-btn a:before{
	background: url(./images/common/yajirushi-or.svg) no-repeat;
}
.footer-container .instagram-btn a:hover::before{
	right: 0.7rem;
}
.footer-container .instagram-btn img{
	width: 29px;
	margin:0 10px -5px 0;
}

.footer-schedule {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 5px;
	overflow-x: auto;
	display: block;
	border-radius:10px;
}
.footer-schedule th,
.footer-schedule td {
	padding: 13px 1rem;
	text-align: center;
	font-size: clamp(0.85rem, 0.786rem + 0.29vw, 1rem);
	white-space: nowrap;
}
.footer-schedule th {
	background-color:var(--red-orange);
	color: #fff;
}
.footer-schedule tr th:nth-of-type(1) {
	width: 100%;
}
.footer-schedule td {
	background-color: var(--base-orange);
}
.footer-schedule tbody tr:nth-of-type(1) {
	border-bottom: solid 0.5px #d1beb4;
}
.footer-schedule+p {
	font-size: 0.85rem;
}
/**/
.pagetop-wrapper {
	position: fixed;
	right: 8%;
	bottom: 50px;
	z-index: 2;
}
@media screen and (max-width: 824px) {
	.pagetop-wrapper {
		bottom: 75px;
	}
}
@media screen and (max-width: 510px) {
	.pagetop-wrapper {
		right: 5%;
	}
}
.pagetop-wrapper a {
	color: var(--red-orange);
	font-size: 0.85rem;
}
.pagetop-wrapper img {
	width: 20px;
	margin-bottom: 5px;
}
.copyright {
	padding: 1rem 0;
	margin: 7.5rem 0 0 0;
	font-size: 0.75rem;
	text-align: center;
	line-height: 1;
	color:#fff;
	background:var(--red-orange);
	box-shadow:0 0 0 100vmax var(--red-orange);
	clip-path:inset(0 -100vmax);
}
.post-type-archive-recruit .copyright,
.single-recruit .copyright{
	margin-bottom: 0 !important;
}
@media screen and (max-width: 824px) {
	.copyright {
		margin: 5rem 0 3.5rem 0;
	}
}
@media screen and (max-width: 510px) {
	.copyright {
		position: relative;
		right: 0;
		bottom: 0;
		font-size: 11px;
		line-height: 1.6;
	}
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
a:hover,
a:active {
	opacity: 0.7;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover img {
	opacity: 1;
}
@keyframes flash {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
.expansion-thumb {
	overflow: hidden;
}
.expansion-thumb img {
	width: 100%;
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.expansion-thumb a:hover img {
	transform: scale3d(1.1, 1.1, 1);
	animation: none;
	@
		}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header .drawer-nav .drawer-nav-list {
	display: flex;
	justify-content: center;
	gap: 2rem;
}
.gnavi__lists {
	display: flex;
}
.gnavi__list {
	position: relative;
	padding: 0 1.2em;
}
@media screen and (max-width:1500px) {
	.gnavi__list {
		padding: 0 0.75rem;
	}
}
.gnavi__list>a {
	display: inline-flex;
	white-space: nowrap;
	font-size: 1.2rem;
	color: var(--txt-color);
	padding: 2rem 0;
}
@media screen and (max-width:1300px) {
	.gnavi__list>a {
		font-size: 0.85rem;
	}
}
.gnavi__list>a:hover {
	opacity: 1;
}
.gnavi__list>a img {
	padding-left: 5px;
}
.dropdown__lists {
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
	position: absolute;
	top: 94px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	width: 260px;
	padding: 0 1rem;
	margin-left: 0;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 12px rgba(71, 22, 22, 0.05);
}
.gnavi__list:hover .dropdown__lists,
.gnavi__list:focus .dropdown__lists {
	visibility: visible;
	opacity: 1;
	position: absolute;
	transition: all 0.3s ease-in-out;
}
.dropdown__list {
	background-color: #fff;
	transition: all .3s;
	position: relative;
}
.dropdown__list a {
	height: 60px;
	padding: 0 5px;
	position: relative;
}
@media screen and (max-width: 1300px) {
	.dropdown__list a {
		height: 55px;
	}
}
.dropdown__list a::after {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: url(./images/common/menu-yajirushi.svg) no-repeat center / contain;
	width: 5px;
	height: 10px;
}
.dropdown__list:not(:first-child)::before {
	content: "";
	width: 100%;
	height: 0.5px;
	background-color: #ddd4ca;
	position: absolute;
	top: 0;
	left: 0;
}
.dropdown__list:hover {
	color: var(--red-orange);
}
.dropdown__list a {
	display: flex;
	justify-content: left;
	align-items: center;
	color: var(--txt-color);
	text-decoration: none;
	position: relative;
}
@media screen and (max-width: 1300px) {
	.dropdown__list a {
		font-size: 0.85rem;
	}
}
.dropdown__list a::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(135deg);
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
}
.sp-menu-wrapper.row {
	display: flex;
	align-items: center;
	justify-content: right;
	flex-basis: 120px;
}
@media screen and (min-width: 510px) {
	.sp-menu-wrapper.row {
		flex-basis: 155px;
	}
}
.gm,
.sp-menu {
	display: none;
}
/* ハンバーガーメニュー */
.menu-trigger {
	position: absolute;
	top:0;
	right:0;
	color: #fff;
	display: inline-block;
	z-index: 100001;
	background:var(--green);
	width: 100px;
	height: 100px;
	padding: 6px 24px 16px 24px;
}
@media screen and (max-width: 1200px) {
	.menu-trigger {
		width: 90px;
		height: 90px;
		border-radius:0 0 0 10px;
	}
}
@media screen and (max-width: 824px) {
	.menu-trigger {
		width: 70px;
		height: 70px;
		padding: 6px 11px 16px 11px;
	}
}
.menu-trigger span {
	display: block;
	margin: 40px auto 0 auto;
	color: #fff;
}
@media screen and (max-width: 824px) {
	.menu-trigger span {
		margin: 27px auto 0 auto;
	}
}
.drawer-hamburger-icon {
	background: #fff;
	margin-top: 0;
	height: 2px;
	width:40px;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	content: "";
	display: block;
	position: relative;
	height: 2px;
	background: #fff;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	width:40px;
}
.drawer-hamburger-icon:before {
	top: -9px;
}
.drawer-hamburger-icon:after {
	top: 7px;
}

.active .drawer-hamburger-icon {
	background: transparent;
}
.active .drawer-hamburger-icon::before {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	top: 0;
	background: #fff;
}
.active .drawer-hamburger-icon::after {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	top: -2px;
	background: #fff;
}
.menu-trigger.active span {
	color: #fff;
}
.sp-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(253, 251, 245, 0.95);
	list-style: none;
	z-index: 100000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	text-align: left;
	z-index: 10;
}
.sp-menu-inner {
	display: flex;
}
.drawer-dropdown-menu {
	display: none;
	padding-left: 20px;
	transition: max-height 0.3s ease-in-out;
}
.menu-toggle {
	display: none;
}
.menu-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	padding: 1.5rem 1rem 1.5rem 1rem;
	margin-left:30px;
}
.menu-label::before,
.sp-menu li.drawer-dropdown>a:before{
	content: "";
	background: url(./images/common/hl-cycle-orange.svg) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translatey(-50%);
	width: 15px;
	height: 15px;
}

.menu-label::after {
	content: '＋';
	margin-left: 8px;
	font-size: 18px;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	color: var(--red-orange);
}
.menu-toggle:checked+.menu-label::after {
	content: '−';
	transform: rotate(180deg);
	color: var(--red-orange);
}
.drawer-dropdown-menu {
	display: block;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition:
		max-height 0.6s ease,
		opacity 0.6s ease;
}
.menu-toggle:checked+.menu-label+.drawer-dropdown-menu {
	display: block;
	max-height: 500px;
	opacity: 1;
	transition:
		max-height 1.2s ease,
		opacity 0.6s ease 0.1s;
}
/* 閉じるとき */
.menu-toggle:not(:checked) + .menu-label + .drawer-dropdown-menu {
	max-height: 0;
	opacity: 0;
	transition:
		max-height 0.6s ease,
		opacity 0.6s ease;
}
.sp-menu-list ul {
	max-width:800px;
	margin:0 auto;
}
.sp-menu .sp-menu-list {
	width: 100%;
	height: 100vh;
	padding: 8rem 12rem 8rem 12rem;
	margin:0 auto;
	overscroll-behavior-y: contain;
	overflow-y: auto;
}
.sp-menu .sp-menu-list .row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 4rem;
}
@media screen and (max-width:900px) {
	.sp-menu .sp-menu-list {
		padding: 9rem 1.5rem 9rem 1.5rem;
	}
	.sp-menu .sp-menu-list .row {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width:510px) {
	.sp-menu .sp-menu-list {
		padding: 7rem 1.5rem 11rem 1.5rem;
	}
}
.sp-menu .sp-menu-list .default-btn{
	margin:4rem auto 0 auto;
}
.sp-menu li.drawer-dropdown {
	border-bottom: solid 1px #E5DABD;
	font-size:clamp(1.2rem, 1.091rem + 0.55vw, 1.5rem);
	font-family: "Zen Maru Gothic", serif;
}
.sp-menu li.drawer-dropdown>a {
	display: block;
	font-size:clamp(1.2rem, 1.091rem + 0.55vw, 1.5rem);
	padding: 1.5rem 1rem 1.5rem 1rem;
	position:relative;
	margin-left:30px;
}
.sp-menu li.drawer-dropdown-small {
	padding: 1.5rem 1rem;
}
.sp-menu li.drawer-dropdown-small a {
	font-size: 0.85rem;
	display: inline-block;
}
.sp-menu li.drawer-dropdown li:last-of-type{
	margin-bottom: 1rem;
}

.sp-menu li.drawer-dropdown li a {
	display: block;
	padding: 0.5em 0;
	font-size:clamp(1rem, 0.562rem + 0.85vw, 1.2rem);
	margin-left:27px;
}
.sp-menu .sp-menu-list .btn-wrapper{
	max-width: 800px;
	margin: 2rem auto 0 auto;
	gap: 1rem 2rem;
}
.sp-menu .sp-menu-list .btn a{
	font-size:1.2rem;
	width:100%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
}
.widget_archive h2,
.widget_recent_entries h2 {
	margin-bottom: 5px;
}
.widget select {
	max-width: 100%;
	margin: 15px 35px;
	font-size: 16px;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget li {
	padding: 10px 0 7px 0;
	line-height: 1.3;
	border-bottom: dotted 1px rgba(52, 52, 52, 0.15);
}
.widget li:last-child {
	border-bottom: none;
}
/* カテゴリー */
.widget li.cat-item {
	border: 1.5px solid;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.widget li.cat-item a {
	color: #343434;
}
/* アーカイブ */
.widget_archive li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f152";
	font-weight: bold;
	transform: translateY(-50%);
	margin-right: 8px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-content {
	margin: 4rem 0 0 0;
	padding: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.site-content {
	margin: 0;
}
/*row共通クラス*/
.row {
	display: flex;
}
.row.repeat-grow1-1>*,
.row.repeat-grow1-1>* {
	flex: 1;
	width: 100%;
}
.row.repeat-grow1-2>*:nth-of-type(1) {
	flex: 1;
	width: 100%;
}
.row.repeat-grow1-2>*:nth-of-type(2) {
	flex: 2;
	width: 100%;
}
.row.repeat-grow2-1>*:nth-of-type(1) {
	flex: 2;
	width: 100%;
}
.row.repeat-grow2-1>*:nth-of-type(2) {
	flex: 1;
	width: 100%;
}
.row.repeat-grow1-3>*:nth-of-type(1) {
	flex: 1;
	width: 100%;
}
.row.repeat-grow1-3>*:nth-of-type(2) {
	flex: 3;
	width: 100%;
}
.row.repeat-grow3-1>*:nth-of-type(1) {
	flex: 3;
	width: 100%;
}
.row.repeat-grow3-1>*:nth-of-type(2) {
	flex: 1;
	width: 100%;
}
.row.repeat-grow4-1>*:nth-of-type(1) {
	flex: 4;
	width: 100%;
}
.row.repeat-grow4-1>*:nth-of-type(2) {
	flex: 1;
	width: 100%;
}
.row.repeat-grow1-4>*:nth-of-type(1) {
	flex: 1;
	width: 100%;
}
.row.repeat-grow1-4>*:nth-of-type(2) {
	flex: 4;
	width: 100%;
}
.row.repeat-grow1-5>*:nth-of-type(1) {
	flex: 1;
	width: 100%;
}
.row.repeat-grow1-5>*:nth-of-type(2) {
	flex: 5;
	width: 100%;
}
@media screen and (max-width: 824px) {
	.row {
		flex-direction: column;
	}
	.row.repeat-grow1-2>*:nth-of-type(1),
	.row.repeat-grow1-2>*:nth-of-type(2),
	.row.repeat-grow2-1>*:nth-of-type(1),
	.row.repeat-grow2-1>*:nth-of-type(2),
	.row.repeat-grow1-3>*:nth-of-type(1),
	.row.repeat-grow1-3>*:nth-of-type(2),
	.row.repeat-grow3-1>*:nth-of-type(1),
	.row.repeat-grow3-1>*:nth-of-type(2),
	.row.repeat-grow1-4>*:nth-of-type(1),
	.row.repeat-grow1-4>*:nth-of-type(2),
	.row.repeat-grow4-1>*:nth-of-type(1),
	.row.repeat-grow4-1>*:nth-of-type(2),
	.row.repeat-grow1-5>*:nth-of-type(1),
	.row.repeat-grow1-5>*:nth-of-type(2) {
		flex: 1;
		display: block;
	}
}
.page .repeat-grow1-1,
.page .repeat-grow2-1 {
	gap: 1rem clamp(2rem, -0.191rem + 4.26vw, 3rem);
}
.page .repeat-grow1-1:not(:last-of-type) {
	margin-bottom: 2.5rem;
}
.home .repeat-grow1-1{
	gap: 2.5rem clamp(2rem, -1.287rem + 6.38vw, 3.5rem);
	margin-bottom: 0;
}
.main-wrapper {
	max-width: 1333px;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 824px) {
	.main-wrapper {
		width: 90%;
	}
}
.ibl {
	display: inline-block;
	vertical-align: middle;
}
.tcenter {
	text-align: center;
}
.tright {
	text-align: right;
}
.tleft {
	text-align: left;
}
.nowrap {
	white-space: nowrap;
}
.img-caption {
	margin-top: 10px;
	font-weight: bold;
}
.btn {
	margin-top: 3rem;
}
@media screen and (max-width: 824px) {
	.btn {
		margin-top: 2.5rem;
	}
}
.btn a {
	font-family: "Zen Maru Gothic", serif;
	color: #fff;
	display: inline-block;
	font-size: clamp(0.85rem, 0.521rem + 0.64vw, 1rem);
	text-align: center;
	border-radius: 100vh;
	padding: 1.25em 4.5vw;
	margin: 0 auto;
	position: relative;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width:824px) {
	.btn a {
		display: block;
		width: 100%;
	}
}
.btn a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	transition: all 0.3s ease-in-out;
}
/*緑ボタン*/
.btn.green-btn a {
	background: var(--green);
}
.btn.green-btn a:before {
	background: url(./images/common/yajirushi-gr.svg) no-repeat;
}
.btn.green-btn a:hover::before {
	right: 0.7rem;
}
.btn.orange-btn a{
	background: var(--red-orange);
}
.btn.y-orange-btn a{
	background:var(--yellow-orange);
}
.btn.orange-btn a:before ,
.btn.y-orange-btn a:before{
	background: url(./images/common/yajirushi-or.svg) no-repeat;
}
.btn.orange-btn a:hover::before,
.btn.y-orange-btn a:hover::before{
	right: 0.7rem;
}
/*ボタン横並び*/
.btn-wrapper.row {
	gap: 1rem 1.5rem;
	margin-top: 2rem;
}
.btn-wrapper.row>.btn {
	margin: 0;
}
.breadcrumb-list,
.breadcrumb-list a {
	font-weight:500;
	padding: 15px 0;
	font-size: 11px;
}
.breadcrumb-list .sep {
	margin: 0 8px;
	opacity: 0.5;
}
@media screen and (max-width: 510px) {
	.breadcrumb-list {
		line-height: 1.6;
	}
}
/*--------------------------------------------------------------
# 切り替え
--------------------------------------------------------------*/
.sp {
	display: none;
}
.tb {
	display: none;
}
.pc {
	display: block;
}
@media screen and (max-width: 824px) {
	.pc {
		display: none;
	}
	.sp {
		display: none;
	}
	.tb {
		display: block;
	}
}
@media screen and (max-width: 510px) {
	.tb {
		display: none;
	}
	.sp {
		display: block;
	}
}
/*--------------------------------------------------------------
## 共通パーツ
--------------------------------------------------------------*/
/*文字スタイル*/
/*top_文字*/
.home .headline-orange{
	font-size:clamp(1rem, 0.756rem + 0.47vw, 1.2rem);
	color: var(--red-orange);
	margin:0;
}
.home .headline-green{
	font-size:clamp(1rem, 0.756rem + 0.47vw, 1.2rem);
	color: var(--green);
}
.home .headline-orange{
	font-size:clamp(1rem, 0.756rem + 0.47vw, 1.2rem);
	color: var(--red-orange);
}
.home h3.headline,
.home h2.headline{
	font-size:clamp(1.5rem, 1.114rem + 1.21vw, 2.25rem);
}
h2.headline {
	margin-top: 0;
	margin-bottom: 2em;
}
h2.headline span {
	letter-spacing: 0;
}
p.lead {
	font-size:clamp(1rem, 0.562rem + 0.85vw, 1.2rem);
}
/*共通_文字*/
h2.headline {
	font-size:clamp(1.5rem, 0.891rem + 1.18vw, 2rem);
}
h2.headline-large {
	font-size:clamp(1.5rem, 0.985rem + 1.62vw, 2.5rem);
	margin-bottom:1.5em;
}
h2.small {
	font-size: 36px;
	font-size: 2.25rem;
}
h3.headline{
	font-size:clamp(1.2rem, 0.917rem + 0.89vw, 1.75rem);
	margin-bottom:1em;
}
h3.headline-large {
	font-size:clamp(1.5rem, 1.114rem + 1.21vw, 2.25rem);
	margin-bottom:1em;
}
.headline-orange,
.headline-green{
	margin:0;
}
.hl-en{
	position:relative;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	margin:0 0 0.25em 1em;
}
.home .hl-en{
	margin:0 0 0.5em 1em;
}
.hl-en-green{
	color: var(--green);
}
.hl-en-green::before{
	content: "";
	background: url(./images/common/hl-cycle-green.svg) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: -15px;
	transform:translatey(-50%);
	width:10px;
	height: 10px;
}
.hl-en-orange{
	color: var(--red-orange);
}
.hl-en-orange::before,
.hl-en-yellow::before{
	content: "";
	background: url(./images/common/hl-cycle-orange.svg) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: -15px;
	transform:translatey(-50%);
	width:10px;
	height: 10px;
}
.hl-en-yellow{
	color: var(--yellow-orange);
}
.hl-small{
	position:relative;
	display:inline-block;
	font-size:clamp(1.2rem, 0.834rem + 0.71vw, 22px);
	margin:0 0 0.5em 1em;
}
.hl-small-orange{
	color: var(--red-orange);
}
.hl-small-orange::before{
	content: "";
	background: url(./images/common/hl-cycle-orange.svg) no-repeat center / contain;
	position: absolute;
	top: 54%;
	left: -18px;
	transform:translatey(-50%);
	width:14px;
	height: 14px;
}
.home .hl-small-orange::before{
	width:10px;
	height: 10px;
}
/*サイト全体_独自の共通css*/
.radius-small {
	border-radius:clamp(0.938rem, 0.43rem + 1.59vw, 1.25rem);
}
.radius-medium{
	border-radius:30px;
}
.img-cover {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.inner {
	margin-top: 3.5rem;
}
@media screen and (max-width: 824px) {
	.inner {
		margin-top: 2.5rem;
	}
}
.cycle-orange {
	color: var(--red-orange);
}
.nowrap {
	white-space: nowrap;
}
@media screen and (max-width: 824px) {
	.sp-order0 {
		order: 0;
	}
	.sp-order1 {
		order: 1;
	}
}
a.wrap-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*--------------------------------------------------------------
## トップページ
--------------------------------------------------------------*/
/*メインビジュアル*/
.main-visual{
	width: 100%;
	height: 900px;
	position:relative;
}
.mv-img,
.mv-img img{
	width: 100%;
	height: 900px;
	object-fit: cover;
	object-position: 50% top;
}
.mv-content{
	text-align: center;
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
	z-index:1;
}
.mv-content .mv-point{
	display:flex;
	justify-content:center;
	margin:20px 0;
	gap:8px;
}
@media screen and (max-width: 1500px) {
	.main-visual,
	.mv-img,
	.mv-img img{
		height: 850px;
	}
	.mv-content .mv-point img{
		width:300px;
	}
}
@media screen and (max-width: 1300px) {
	.main-visual,
	.mv-img,
	.mv-img img{
		height: 700px;
	}
	.mv-content .mv-point img{
		width:clamp(16.25rem, 14.079rem + 4.21vw, 17.5rem);
	}
}
@media screen and (max-width: 1000px) {
	.main-visual,
	.mv-img,
	.mv-img img{
		height: 560px;
	}
}
@media screen and (max-width: 824px) {
	.main-visual,
	.mv-img,
	.mv-img img{
		height: clamp(20rem, 6.735rem + 41.53vw, 28.125rem);
	}
	.mv-content{
		bottom: 4%;
	}
	.mv-content .mv-point img{
		width:clamp(10rem, 5.919rem + 12.78vw, 12.5rem);
		margin:0 auto;
	}
}
@media screen and (max-width: 510px) {
	.mv-content{
		position: static;
		transform: none;
	}
	.mv-content .mv-point{
		flex-direction:column;
		margin: 12px 0 1.5rem 0;
	}
	.mv-content >img{
		width:90%;
	}
	.main-visual{
		height:650px;
		background:var(--base-orange);
	}
	.mv-content .mv-point img{
		max-width: 260px;
		width: 100%;
	}
	.mv-img,
	.mv-img img{
		height:260px;
	}
}
/*top_共通パーツ*/
/*見出し*/
.home .headline {
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 0.5px var(--thin-brown02);
	position: relative;
	margin-bottom: 1em;
	row-gap: 1rem;
}
@media screen and (max-width: 824px) {
	.home .headline {
		align-items: flex-start;
	}
}
.home .headline::before {
	content: "";
	width: 40px;
	height: 5px;
	background: var(--thin-brown01);
	display: block;
	position: absolute;
	bottom: -2.5px;
}
.headline h2 {
	font-size: clamp(1.5rem, 1.045rem + 1.94vw, 2.5rem);
	color: var(--dark-brown);
	margin: 0 0 0 clamp(2.25rem, 1.714rem + 2.38vw, 3.5rem);
	position: relative;
}
.headline h2::before {
	content: "";
	background: url(./images/common/yajirushi-bl-small.svg) no-repeat center / contain;
	position: absolute;
	top: 55%;
	transform: translatey(-50%);
	left: -55px;
	width: 35px;
	height: 35px;
	transition: left 0.3s ease-in-out;
}
.headline a:hover h2::before {
	left: -50px;
	transition: left 0.3s ease-in-out;
}
@media screen and (max-width:824px) {
	.headline h2::before {
		left: -35px;
		width: 25px;
		height: 25px;
	}
	.headline a:hover h2::before {
		left: -30px;
	}
}
/*topボタン*/
.link-area{
	border:solid 4px #EBE2D5;
	border-radius:20px;
	padding:0.5em 2.5rem 0.75em 2.5rem;
	margin-top:3rem;
}
@media screen and (max-width:824px) {
	.link-area{
		margin-top:2rem;
		padding:0 2.5rem 0.5em 2.5rem;
	}
}
.top-link a {
	font-family: "Zen Maru Gothic", serif;
	position: relative;
	gap:0 1.5rem;
	align-items:center;
	height: 100%;   
	padding: 1.5em 0 1.65em 0;
	border-bottom: 2px dotted #8A716A;
}
.top-link:last-of-type a{
	border-bottom:none;
}
.top-link a::before {
	content: "";
	background: url(./images/common/yajirushi-link-large.svg) no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	transition: right 0.3s ease-in-out;
}
.top-link a:hover::before {
	right: -7px;
	transition: right 0.3s ease-in-out;
}
.top-link a .link-txt{
	margin-right:4em;
}
.top-link a .link-num{
	font-family: 'Montserrat', sans-serif;
	font-size:1rem;
	font-weight:bold;
	color: var(--red-orange);
}
.top-link a .ttl{
	color: var(--txt-brown);
	font-size: clamp(1.2rem, 1.064rem + 0.58vw, 1.5rem);
	line-height:1.2;
}
.top-link a .sub{
	color: #8D7861;
	font-size: clamp(0.85rem, 0.782rem + 0.29vw, 1rem);
	line-height:1.5;
	display: block;
	margin-top:0.5em;
}
@media screen and (max-width:824px) {
	.link-area{
		border:solid 4px #EBE2D5;
		border-radius:20px;
		padding:0.5rem 2rem;
	}
	.top-link a {
		flex-direction:row;
		padding:1.2em 0;
	}
	.top-link a::before {
		right: -7px;
		width: 35px;
		height: 35px;
	}
	.top-link a .link-txt{
		margin-right:2em;
	}
	.top-link a .sub{
		margin-top:0.25em;
	}
}
@media screen and (max-width:510px) {
	.link-area{
		padding:0.5rem 1.5rem;
	}
	.top-link a{
		gap: 0 1rem;
	}
	.top-link a::before {
		right: 0;
		width: 25px;
		height: 25px;
	}
}
/*top_メッセージ*/
.home .message-wrapper{
	background:var(--base-cream);
	box-shadow:0 0 0 100vmax var(--base-cream);
	clip-path:inset(0 -100vmax);
	padding: 5.5rem 0 4rem 0;
	position:relative
}
.home .message-wrapper:before{
	content: "";
	background: url(./images/top/message-reaf01.png) no-repeat center / contain;
	position: absolute;
	top: -1px;
	left: 0;
	width:clamp(13.125rem, 6.042rem + 22.22vw, 26.875rem);
	height: clamp(9.063rem, 4.104rem + 15.56vw, 18.688rem);
	z-index:2;
}
.home .message {
	padding:5rem 1.5rem;
	margin-bottom:4rem;
	position:relative;
	border: 3.5px solid #E8DBB6;
	border-radius:10px;
	background:#fff;
}
@media screen and (max-width:824px) {
	.home .message-wrapper{
		padding: 3rem 0 2rem 0;
	}
	.home .message {
		padding:3rem 2rem;
		margin-bottom: 2rem;
	}
	.home .message p{
		text-align:left;
	}
}
.home .message:before {
	content: "";
	position: absolute;
	top: -17px;
	left: -17px;
	right: -17px;
	bottom: -17px;
	border: 3.5px solid #E8DBB6;
	border-radius: 10px;
}
.home .message:after{
	content: "";
	background: url(./images/top/message-reaf02.png) no-repeat center / contain;
	position: absolute;
	bottom: 20px;
	right: -40px;
	width:clamp(5.625rem, 3.223rem + 7.54vw, 8.875rem);
	height:clamp(6.25rem, 3.293rem + 9.28vw, 10.25rem);
	z-index:1;
}
.home .message h2 {
	font-size: clamp(1.2rem, 0.788rem + 1.29vw, 2rem);
	margin-bottom: 2.5rem;
}
.home .message .txt p {
	font-size: clamp(1rem, 0.909rem + 0.39vw, 1.2rem);
}
.home .message .name{
	line-height:1.1;
	margin-top:2.5rem;
}
.home .message .name span{
	font-size:clamp(1rem, -0.096rem + 2.13vw, 1.5rem);
}
.home .message .name small{
	font-size:0.85rem;
	color:#A09681;
}
.home .message .img {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
@media screen and (max-width:824px) {
	.home .message {
		border: 2px solid #E8DBB6;
	}
	.home .message:before{
		border: 2px solid #E8DBB6;
		top: -10px;
		left: -10px;
		right: -10px;
		bottom: -10px;
	}
	.home .message:after{
		right: -25px;
		bottom: -57px;
	}
}
@media screen and (max-width:510px) {
	.home .message:after{
		width: 80px;
		height: 90px;
		bottom:-40px;
		right:-10px;
	}
	.home .message .img img {
		height: 148px;
		object-fit: cover;
		object-position: 62%;
	}
}
/*メッセージスライド*/
.photo_gallery {
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
	z-index:-1;
}

.photo_gallery ul {
	display: flex;
	margin: 0;
	padding: 0;
	animation: loop-slide 50s linear infinite;
	will-change: transform;
	flex-shrink: 0;
}

.photo_gallery li {
	flex: 0 0 auto;
	width: 488px;
	margin-right: 16px;
}

@media screen and (max-width: 824px) {
	.photo_gallery li {
		width: 250px;
		margin-right: 8px;
	}
}

.photo_gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

@keyframes loop-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}


/*top_医院のこと*/
.clinic-wrapper {
	padding: 4rem 0 3rem 0;
}
.clinic-wrapper >.row{
	align-items:center;
	gap: 1rem clamp(2rem, -1.287rem + 6.38vw, 3.5rem);
}
.clinic-wrapper .link-area{
	background:#fff;
}
.clinic-wrapper .top-links {
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap:0 2.5rem;
	align-items: stretch;
}
.clinic-wrapper .top-link:nth-of-type(3) a,
.clinic-wrapper .top-link:nth-of-type(4) a{
	border-bottom:none;
}
@media screen and (max-width:824px) {
	.clinic-wrapper .top-links {
		grid-template-columns: repeat(1, 1fr);
	}
	.clinic-wrapper .top-link:nth-of-type(3) a{
		border-bottom: 2px dotted #8A716A;
	}
}
/*top_院長紹介*/
.back-doctor-dotto{
	position: relative;
	background: linear-gradient(to top,#FCF6E0,#FAF3EA);
	overflow: hidden;
}
.back-doctor-dotto::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		radial-gradient(#FCEACD 3px, transparent 1.5px),
		radial-gradient(#FCEACD 3px, transparent 1.5px);
	background-size: 40px 40px;
	background-position: 0 0, 20px 20px;
	mask-image: linear-gradient(to top, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
	-webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}
.back-doctor-white{
	background:#fff;
	border-radius: 100px;
	position:relative;
	z-index:1;
}
.doctor-wrapper {
	padding: 7.5rem 0;
	position: relative;
	overflow: hidden;
	align-items:center;
}
.doctor-wrapper .headline-orange{
	font-weight:bold;
}
.doctor-wrapper .link-area{
	background:var(--base-orange);
}
.doctor-wrapper .img-inner{
	position:relative;
}
.img-inner {
	position: relative;
	display: inline-block;
	overflow: hidden; 
}
.doctor-wrapper .img figcaption{
	position:absolute;
	bottom:0;
	background:#fff;
	border-radius:0 15px 0 0;
	padding:0 1.5rem;
}
.doctor-wrapper .img figcaption .doctor-name{
	margin: 1.5em 0 0 0;
	line-height:1.75;
}
.doctor-wrapper .img figcaption .name{
	font-size:clamp(1.2rem, -0.096rem + 2.13vw, 1.5rem);
}
.doctor-wrapper .img figcaption .name-en{
	font-size:clamp(0.781rem, 0.576rem + 0.4vw, 0.875rem);
	color: var(--yellow-orange);
}
@media screen and (max-width:824px) {
	.back-doctor-white{
		border-radius:50px;
	}
	.doctor-wrapper{
		padding: 4.5rem 0;
	}
	.doctor-wrapper figure{
		width:80% !important;
		margin:0 auto;
	}
	.doctor-wrapper .img figcaption .doctor-name{
		margin: 1em 0 0 0;	
	}
	.doctor-wrapper .img figcaption{
		padding:0 1rem;
	}
}
/*top_仕事紹介*/
.job-links {
	max-width:1000px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:2rem;
	margin:3rem auto 0 auto;
}

.job-link {
	position: relative;
}
.job-link::before {
	content: "";
	position: absolute;
	border-radius: 20px;
	border: 5px solid #FCC50F;
	inset: -5px;
	background: #fff;
	box-shadow: none;
}
.job-link:nth-child(2)::before {
	border-color:#F2A004;
}
.job-link:nth-child(3)::before {
	border-color: #F28404;
}
.job-link:nth-child(4)::before {
	border-color: #E57032;
}
.job-link__inner {
	position: relative;
	display: grid;
	grid-template-columns: 177px 1fr auto;
	align-items: center;
	gap: clamp(1rem, -1.191rem + 4.26vw, 2rem);
	padding: 0 clamp(1rem, -1.191rem + 4.26vw, 2rem) 0 0;
	border-radius: 18px;
}
.job-link .img {
	overflow: hidden;
	border-radius: 15px 0 0 15px;
}
.job-link .img img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.job-link .txt{
	margin-bottom:8px;
}
.job-en {
	display: block;
	font-size:0.85rem;
	font-weight:bold;
	line-height: 1.5;
	color: #FDC50F;
	margin-bottom: 6px;
}
.job-link:nth-of-type(2) .job-en{
	color:#F2A004;
}
.job-link:nth-of-type(3) .job-en{
	color: #F28405;
}
.job-link:nth-of-type(4) .job-en{
	color: #E56F32;
}
.job-ttl {
	display: block;
	font-family: "Zen Maru Gothic", serif;
	font-size: clamp(1.2rem, -0.005rem + 2.34vw, 1.75rem);
	line-height: 1.2;
}
.job-link__inner .job-arrow {
	transition: transform 0.3s ease;
}

.job-link:hover .job-arrow {
	transform: translateX(8px); /* 右に8px動かす */
}
@media (max-width: 824px) {
	.job-links {
		max-width:400px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap:1.5rem;
	}
	.job-link__inner {
		grid-template-columns: 140px 1fr auto;
		gap:1rem;
	}
	.job-link .img img {
		height: 140px;
	}
	.job-ttl {
		font-size: 18px;
	}
	.job-arrow {
		width: 28px;
		height: 28px;
	}
}

/*top_働く環境*/
.environment-wrapper {
	padding: 7.5rem 0;
	align-items:center;
}
.environment-wrapper .img img:nth-of-type(1){
	margin-bottom:1rem;
}
.environment-wrapper .link-area{
	background: var(--base-orange);
}
@media screen and (max-width:824px) {
	.environment-wrapper {
		padding:4rem 0;
	}
	.environment-wrapper figure{
		display:flex;
		gap:0.5rem;
	}
	.environment-wrapper figure img{	
		width: calc(50% - 0.5rem);
		height: auto;
		display: block;
		object-fit: cover;
		margin:0 !important;
		border-radius:10px;
	}
}
/*top_インタビュー*/
.home .intrview-wrapper {
	background: url(./images/top/interview-back.jpg) no-repeat;
	background-size: cover;
	padding: 7.5rem 0;
}
@media screen and (max-width:824px) {
	.home .intrview-wrapper {
		padding: 4rem 0;
	}
}
.home .intrview-content {
	background: rgba(255, 255, 255, 0.95);
	max-width:800px;
	margin:auto;
	padding:4rem 2rem;
	position:relative;
}
.home .intrview-content:before{
	content: "";
	background: url(./images/top/interview-en.svg) no-repeat center / contain;
	position: absolute;
	top: -9px;
	right: -35px;
	width:clamp(8.75rem, 3.207rem + 17.39vw, 16.25rem);
	height: clamp(3.375rem, 1.296rem + 6.52vw, 6.188rem);
}
@media screen and (max-width: 824px) {
	.home .intrview-content:before{
		right: -16px;
	}
}
/*top_働く環境*/
.home .faq-wrapper {
	background: url(./images/top/faq-back.jpg) no-repeat;
	padding: 4rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 824px) {
	.home .faq-wrapper {
		padding: 4rem 2rem;
	}
}
.home .faq-wrapper .headline {
	display: block;
}
.home .faq-wrapper .headline h2 {
	margin-left: 0;
}
.home .faq-wrapper .headline h2::before {
	content: none;
}
.faq-fukidashi {
	margin-top: clamp(2rem, -0.191rem + 4.26vw, 3rem);
}
.faq-fukidashi .faq-fukidashi-item:nth-of-type(2) {
	padding-top: 1rem;
	gap: 1rem 2rem;
}
.faq-fukidashi .faq-fukidashi-item:nth-of-type(2) div:nth-of-type(1) img {
	float: right;
}
.faq-fukidashi .faq-fukidashi-item:nth-of-type(2) div:nth-of-type(2) img {
	float: left;
}
@media screen and (max-width: 824px) {
	.faq-fukidashi .faq-fukidashi-item:nth-of-type(2) div:nth-of-type(1) img,
	.faq-fukidashi .faq-fukidashi-item:nth-of-type(2) div:nth-of-type(2) img {
		clear: both;
		float: none;
	}
}
/*top_よくある質問*/
.home .faq-wrapper {
	background: url(./images/top/faq-back.jpg) no-repeat;
	background-size: cover;
	padding: 7.5rem 0 12.5rem 0;
}
@media screen and (max-width:824px) {
	.home .faq-wrapper {
		padding: 4rem 0 9rem 0;
	}
}
.home .faq-content {
	background: rgba(255, 255, 255, 0.95);
	max-width:800px;
	margin:auto;
	padding:4rem 2rem;
	position:relative;
}
.home .faq-content:before{
	content: "";
	background: url(./images/top/faq-hukidashi.png) no-repeat center / contain;
	position: absolute;
	top: -15px;
	left: 35px;
	width:clamp(6.25rem, 3.755rem + 7.83vw, 9.625rem);
	height: clamp(4.063rem, 2.446rem + 5.07vw, 6.25rem);
}
/*応募の前に*/
.before-applying-wrapper {
	margin-top:-5rem;
	padding: 7.5rem 0;
	border-radius:100px 100px 0 0;
	z-index:1;
}
@media screen and (max-width:824px) {
	.before-applying-wrapper {
		border-radius:50px;
		padding: 4.5rem 0;
	}
}
.before-applying-content{
	max-width: 1000px;
	margin:3rem auto 0 auto;
}
.before-applying-items .img{
	position:relative;
}
.before-applying-items h3{
	position:absolute;
	left:50%;
	bottom:0;
	transform:translatex(-50%);
	background:#FCF6E0;
	border-radius:20px 20px 0 0;
	font-size:clamp(1.2rem, 1.091rem + 0.55vw, 1.5rem);
	padding:12px 2.5em 0 1.5em;
	white-space:nowrap;
}
.before-applying-items h3::before {
	content: "";
	background: url(./images/common/yajirushi-or.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 63%;
	transform: translateY(-50%);
	right: 22px;
	width: 26px;
	height: 26px;
	transition: left 0.3s ease-in-out;
}
.before-applying-items .lead{
	margin:1.5em 0 0 0;
	text-align:center;
}
@media screen and (max-width: 824px) and (min-width: 511px) {
	.before-applying-content{
		max-width: 70%;
		margin: 3rem auto 0 auto;
	}
}
@media screen and (max-width:824px) {
	.before-applying-content{
		margin:2.5rem auto 0 auto;
	}
	.before-applying-items h3::before{
		top: 63%;
		right: 17px;
		width: 22px;
		height: 22px;
	}
}
/*--------------------------------------------------------------
## 下層ページ共通ここから
--------------------------------------------------------------*/
.page-layout-out {
	margin: 7.5rem auto;
}
@media screen and (max-width:824px) {
	.page-layout-out {
		margin: 4.5rem auto;
	}
}
.page-layout-in{
	padding: 7.5rem 0;
}
@media screen and (max-width:824px) {
	.page-layout-in {
		padding: 4.5rem 0;
	}
}
.page .entry-header, .archive .entry-header, .single .entry-header, .error404 .entry-header {
	height: clamp(16rem, 4.464rem + 27.38vw, 25rem);
	margin-top: 6rem;
	position: relative;
}
.page .entry-header::before,
.archive .entry-header::before,
.single .entry-header::before,
.error404 .entry-header::before {
	content: "";
	position: absolute;
	inset: 0;
	/*background: rgba(255, 255, 255, 0.1);
	mix-blend-mode: screen;*/
	border-radius: clamp(1.25rem, 0.606rem + 2.02vw, 2.5rem);
	z-index: 1;
}
.page .entry-heading,
.archive .entry-heading,
.single .entry-heading,
.error404 .entry-heading {
	position: relative;
	top: 50%;
	transform: translatey(-50%);
	margin: 0 auto;
	padding: 0 1em;
	text-align: center;
	position: relative;
	z-index: 2;
}
.page h1.entry-title, .archive h1.entry-title, .single h1.entry-title, .error404 h1.entry-title{
	font-size: clamp(1.5rem, 0.857rem + 2.86vw, 3rem);
	color: var(--txt-color);
	text-shadow: 0px 2px 13px #fff;
	letter-spacing: 0.05em;
}
.page .entry-page-slug,
.archive .entry-page-slug,
.single .entry-page-slug,
.error404 .entry-page-slug {
	font-weight:bold;
	font-size:clamp(1rem, 0.897rem + 0.32vw, 1.2rem);
	color: var(--red-orange);
	text-transform: uppercase;
	margin-bottom: 0;
}
@media screen and (max-width:980px) {
	.page .entry-header, .archive .entry-header, .single .entry-header, .error404 .entry-header {
		margin-top:-1rem;
	}
	.page .entry-heading,
	.archive .entry-heading,
	.single .entry-heading,
	.error404 .entry-heading {
		top: 55%;
	}
}
.index-wrapper {
	margin: 4.5rem auto;
}
.index-wrapper>div {
	color: var(--yellow-orange);
	font-size:clamp(0.875rem, 0.723rem + 0.3vw, 1rem);
	font-weight:700;
	margin-bottom: 1em;
}
.index {
	display: flex;
	gap: 0.5em 1rem;
	flex-wrap: wrap;
}
.index:not(:first-of-type){
	margin-top:0.5em;
}
.index li a {
	padding:0 1.5em;
	display: flex;
	align-items: center;
	font-family: "Zen Maru Gothic", serif;
	font-size: clamp(1rem, 0.562rem + 0.85vw, 1.2rem);
	line-height: 1.5;
	position: relative;
}
.index li a:before {
	content: "";
	position: absolute;
	left: 0;
	background: url(./images/common/yajirushi-pageindex.svg) no-repeat;
	background-size: contain;
	width: 22px;
	height: 22px;
}
@media screen and (max-width: 824px) {
	.index {
		flex-direction: row;
	}
	.index li a {
		padding: 0 13px 0 30px;
	}
}
.back-yellow {
	background: var(--base-yellow);
	box-shadow: 0 0 0 100vmax var(--base-yellow);
	clip-path: inset(0 -100vmax);
	padding: 7.5rem 0;
}
.home .back-yellow {
	padding: 7.5rem 0;
}
.back-orange {
	background: var(--base-orange);
	box-shadow: 0 0 0 100vmax var(--base-orange);
	clip-path: inset(0 -100vmax);
	padding: 7.5rem 0;
}
.home .back-orange {
	padding: 7.5rem 0;
}
.back-white{
	background: #fff;
	box-shadow: 0 0 0 100vmax #fff;
	clip-path: inset(0 -100vmax);
	padding: 7.5rem 0;
}
.back-dotto{
	background-color: #FCF6E0;
	background-image:
		radial-gradient(#FCEACD 3px, transparent 1.5px),
		radial-gradient(#FCEACD 3px, transparent 1.5px);
	background-size: 40px 40px;
	background-position: 0 0, 20px 20px;
	position:relative;
	padding: 7.5rem 0;
}
@media screen and (max-width: 824px) {
	.back-yellow,
	.back-orange,
	.back-white,
	.back-dotto,
	.home .back-orange {
		padding: 4.5rem 0;
	}
}
/*下層ページ共通レイアウト*/
.point-content{
	background: #fff;
	border:solid 5px #F5E9DC;
	padding: 3rem 3.5rem;
	margin-top: 6rem;
	border-radius: clamp(1.25rem, 0.488rem + 1.48vw, 1.875rem);
	gap: 2.5rem 3rem;
}
@media screen and (max-width: 824px) {
	.point-content{
		margin-top: 2.5rem;
		padding: 2.5rem 2rem;
	}
}
.point-content .txt {
	flex: 2;
}
.point-content .txt p{
	margin-bottom:0;
}
.point-content .img {
	flex: 1.25;
	margin-top: -7rem;
}
@media screen and (max-width: 824px) {
	.point-content .img {
		margin-top: 0;
	}
}
.point-content .img img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.point-content .small-hl {
	font-size: clamp(1rem, 0.562rem + 0.85vw, 1.2rem);
	display:block;
	margin-bottom:0.5em;
	color: var(--red-orange);
}
/*吹き出し*/
.bubble-wrap {
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem 2rem;
	margin: clamp(2rem, -2.383rem + 8.51vw, 4rem);
}
@media screen and (max-width: 824px) {
	.bubble-wrap {
		flex-direction: column;
	}
}
.bubble-wrap .img {
	width: 128px;
	text-align: center;
}
@media screen and (max-width: 824px) {
	.bubble-wrap .img {
		width: 100px;
		order: 1;
	}
}
.bubble-wrap .bubble-caption{
	font-family: 'Montserrat', 'Zen Maru Gothic', sans-serif;
	margin-top:5px;
	color: var(--red-orange);
	white-space:nowrap;
}
.bubble-wrap .bubble {
	background: #fcf5eb;
	text-align: left;
	padding: 1.5rem 2rem;
	border-radius: 12px;
	position: relative;
	width: calc(100% - 128px - 32px);
	margin: 1rem 0;
}
@media screen and (max-width: 824px) {
	.bubble-wrap .bubble {
		width: 100%;
		font-size: 14px;
		padding: 1rem;
		order: 0;
	}
}
.bubble-wrap .bubble::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 10px solid transparent;
	border-right: 10px solid #fcf5eb;
	position: absolute;
	top: 50%;
	left: -21px;
	transform: translateY(-50%);
}
@media screen and (max-width: 824px) {
	.bubble-wrap .bubble::before {
		bottom: auto;
		top: 100%;
		left: 50%;
		transform: rotate(-90deg) translateY(-50%);
		text-align: center;
	}
}
.bubble-wrap .bubble::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 10px solid transparent;
	border-right: 10px solid var(--base-orange);
	position: absolute;
	top: 50%;
	left: -19.5px;
	transform: translateY(-50%);
}
@media screen and (max-width: 824px) {
	.bubble-wrap .bubble::after {
		bottom: calc(100% - 1px);
		top: calc(100% - 2px);
		left: 50%;
		transform: rotate(-90deg) translateY(-50%);
	}
}
.bubble-wrap .bubble a {
	text-decoration: underline;
}
/*白吹き出し*/
.bubble-wrap .bubble.bubble-wht {
	background: var(--white);
}
.bubble-wrap .bubble.bubble-wht::before {
	border-right: 10px solid var(--white);
}
.bubble-wrap .bubble.bubble-wht::after {
	border-right: 10px solid var(--white);
}
.point-blue {
	color: var(--blue);
	font-weight: bold;
}
/*--------------------------------------------------------------
## 固定 親ページ一覧ページ
--------------------------------------------------------------*/
.clinic .entry-header {
	background: url(./images/page/clinic-header.jpg) center / cover no-repeat;
}
.director .entry-header {
	background: url(./images/page/director-header.jpg) center / cover no-repeat;
}
.jobs .entry-header {
	background: url(./images/page/jobs-header.jpg) center / cover no-repeat;
}
.environment .entry-header {
	background: url(./images/page/environment-header.jpg) center / cover no-repeat;
}
.before-applying .entry-header {
	background: url(./images/page/before-applying-header.jpg) center / cover no-repeat;
}

/*--------------------------------------------------------------
## 医院について
--------------------------------------------------------------*/
.about .entry-header{
	background: url(./images/page/about-header.jpg) center / cover no-repeat;
}
.philosophy-section .repeat-grow1-1 {
	gap: 1rem 3rem;
}
.philosophy-content>.row {
	gap: 0 2rem;
}
@media screen and (max-width: 824px) {
	.philosophy-content>.row img {
		max-width: 150px;
		margin: 0 auto;
	}
}
.policy-section .policy-items{
	margin:1.5rem 0 5rem 0;
}
.policy-section .policy-item{
	background:var(--base-orange);
	border-radius:20px;
	padding:2em 2.5em;
}
.policy-section .policy-item:nth-of-type(1){
	margin-bottom:1.2rem;
}
.policy-section .small-hl{
	font-size: clamp(1rem, 0.562rem + 0.85vw, 1.2rem);
	display: block;
	margin-bottom: 0.5em;
	color: var(--red-orange);
}
.policy-section .policy-item h3{
	color: var(--red-orange);
	margin-bottom:0.5em;
	position: relative;
}
.policy-section .policy-item h3::before{
	content: "";
	position: absolute;
	left: -40px;
	top: 0.9em;
	transform: translateY(-50%);
	width: 18px;
	height: 3px;
	background:  var(--red-orange);
	border-radius: 3px;
}
.policy-section .policy-item p{
	margin:0;
}
.policy-content{
	gap:1rem clamp(2rem, -0.191rem + 4.26vw, 3rem);
}
.policy-content .txt{
	flex:2;
}
.policy-content .txt h3.headline{
	margin-bottom:1.5em;
}
.policy-content .img{
	flex:1.25;
}
.education-items{
	gap:1.5rem !important;
	margin-top:3rem;
}
.education-item{
	background:#fff;
	border-radius:20px;
}
.education-item img{
	border-radius:20px 20px 0 0;
}
.education-item-txt{
	padding:1.75rem 2rem 2rem 2rem;
}
.education-item h4{
	color: var(--red-orange);
}
.education-item p{
	margin-bottom:0;
}
.about .future-content{
	gap:1rem clamp(2rem, -0.191rem + 4.26vw, 3rem);
}
.future-point{
	background:var(--base-orange);
	padding:2.25rem;
	gap:2rem;
	margin-top:3rem;
	border-radius:20px;
	align-items:center;
}
.future-point p{
	margin-bottom:0;
}
@media screen and (max-width: 824px) {
	.future-point{
		flex-direction:row;
		padding:1.5rem;
		gap:1rem;
	}
}
@media screen and (max-width: 510px) {
	.future-point .icon{
		width:80px;
	}
}
/*大事にしていること*/
.important .entry-header{
	background: url(./images/page/important-header.jpg) center / cover no-repeat;
}
.important .page-layout{
	margin-bottom:0;
}
.imprtant-kw{
	margin-bottom:6rem;
}
.imprtant-kw h3.headline{
	display:inline-block;
	font-size:clamp(1rem, 0.391rem + 1.18vw, 1.5rem);
	margin: 0 0 1em 1em;
}
.imprtant-kw h3.headline::before{
	content: "";
	background: url(./images/common/hl-cycle-orange.svg) no-repeat center / contain;
	position: absolute;
	top: 54%;
	left: -18px;
	transform: translatey(-50%);
	width: 14px;
	height: 14px;
}
.imprtant-kw>h2 {
	display: inline-block;
	background:#fff;
	border-radius:10px;
	box-shadow: 0 0px 8px rgba(252, 177, 17, 0.18);
	padding: 1em;
	margin-bottom: 0;
	max-width: 740px;
	width: 100%;
}
.imprtant-kw-txt{
	margin-top:1.5em;
}
.imprtant-kw>h2 .kw-item{
	color: var(--red-orange);
	margin-bottom: 4.5rem;
}
.important .kw-explanation{
	gap:1rem clamp(2rem, -0.191rem + 4.26vw, 3rem);
}
.kw-explanation:not(:last-child) {
	margin-bottom: 4.5rem !important;
}
.kw-explanation h2{
	color: var(--red-orange);
	margin-bottom:1em;
}
.kw-explanation h3{
	font-size:clamp(1.2rem, 0.834rem + 0.71vw, 1.5rem);
}
@media screen and (max-width: 824px) {
	.imprtant-kw{
		margin-bottom:4rem;
	}
}
@media screen and (max-width: 510px) {
	.imprtant-kw>h2 {
		font-size:1.2rem;
	}
}
/*--------------------------------------------------------------
## 数字で見る
--------------------------------------------------------------*/
.numbers .entry-header {
	background: url(./images/page/numbers-header.jpg) center / cover no-repeat;
}
.clinic-num-section:not(:last-of-type) {
	margin-bottom:6rem;
}
@media screen and (max-width: 824px) {
	.clinic-num-section:not(:last-of-type) {
		margin-bottom:4rem;
	}
}
.clinic-num-section h2.headline{
	margin: 0 0 1em 22px;
	font-size:clamp(1.2rem, 0.834rem + 0.71vw, 1.5rem);
	position:relative;
}
.clinic-num-section h2.headline::before{
	content: "";
	background: url(./images/common/hl-cycle-orange.svg) no-repeat center / contain;
	position: absolute;
	top: 54%;
	left: -18px;
	transform: translatey(-50%);
	width: 14px;
	height: 14px;
}
.clinic-num-section h2.headline small {
	font-size: clamp(0.875rem, 0.821rem + 0.24vw, 1rem);
}
.numbers .num-content>div.repeat-grow1-1 {
	gap: 2rem;
	margin-bottom:2rem;
}
.num-item {
	width:50%;
	background:#fff;
	border-radius:30px;
	border:solid 5px #EFE7C5;
	text-align: center;
	padding: 3rem 2rem 2rem 2rem;
}
.num-item-ttl{
	margin-bottom:0.5em;
}
.num-item-number {
	font-size: clamp(3.75rem, 2.14rem + 5.05vw, 6.875rem);
	font-weight:700;
	line-height:1;
	color: var(--yellow-orange);
}
#staff .num-item-number{
	color: var(--red-orange);
}
.num-item-number span {
	font-family: "Zen Maru Gothic", serif;
	font-size: clamp(1.2rem, 0.843rem + 1.54vw, 2rem);
}
.num-item-img {
	margin: 1rem 0 1.5rem 0;
}
.num-item-img.ratio {
	margin: 4rem auto 3rem auto;
}
.num-item-txt {
	font-size:clamp(0.875rem, 0.479rem + 0.77vw, 1.2rem);
	border-top: solid 1px #E5DABD;
	padding-top: 1.5em;
	margin: 1.5em 0 0 0;
}
ul.num-item-txt {
	text-align:left;
}
.num-item-txt li{
	padding-left:1em;
	text-indent:-1em;
}
@media screen and (max-width: 824px) {
	.numbers .num-content>div.repeat-grow1-1{
		gap:1rem;
		margin-bottom: 1rem;
	}
	.num-item {
		width:100%;
		padding:2rem 1.5rem 1.5rem 1.5rem;
	}
	.num-item-img{
		max-width:120px;
		margin:1rem auto;
	}
	.num-item-img.ratio {
		max-width:250px;
		margin:2rem auto 2rem auto;
	}
}
/*--------------------------------------------------------------
## 院長プロフィール
--------------------------------------------------------------*/
.profile .back-dotto{
	padding:0;
}
.profile .back-white{
	box-shadow: none;
}
.profile .entry-header{
	background: url(./images/page/profile-header.jpg) left 20% center / cover no-repeat;
}
.profile-content-list li {
	margin-bottom: 0.5em;
}
.profile-section li small {
	display: block;
	line-height: 2;
}
.profile-container {
	gap:0 1rem;
	align-items: center;
	margin-bottom: clamp(2rem, -2.383rem + 8.51vw, 4rem);
}
.profile-content-list {
	font-size: clamp(1rem, 0.562rem + 0.85vw, 1.2rem);
}
.profile-img {
	flex:1;
}
.profile-img img {
	filter: drop-shadow(0 0px 8px rgba(252, 177, 17, 0.18));
}
.profile-img {
	flex:1;
}
.profile-list{
	flex:1;
	gap:0 1.5rem !important;
}
.profile-list dt{
	color:#fff;
	background:var(--red-orange);
	padding:2px 1em;
	display:inline-block;
	border-radius:100vh;
}
.profile-section .profile-containt-block {
	gap: 1.5rem !important;
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.profile-containt-block .profile-item {
	background: #fff;
	border-radius: 20px;
	padding: 2rem;
	gap: 1.5rem;
}
.profile-item .profile-img{
	margin-bottom:-3.5rem;
	text-align:center;
}
.profile-item .profile-img img{
	max-width:331px;
	width:100%;
}
.profile-containt-block .profile-item h3 {
	color: var(--red-orange);
	font-family: 'Montserrat', 'Zen Maru Gothic', sans-serif;
	font-size: clamp(1.2rem, 0.834rem + 0.71vw, 1.5rem);
	margin-bottom:1em;
}
.profile-containt-block .profile-item h4 {
	font-size: clamp(1rem, 0.756rem + 0.47vw, 1.2rem);
	margin:1.5em 0 1em 0;
}
.profile-containt-block .profile-item p:last-of-type{
	margin:0;
}
.profile-containt-block .profile-item span{
	font-weight:bold;
	color: var(--red-orange);
}
.profile-type-area{
	padding:3rem 3rem 0.5rem 3rem !important;
}
.profile .profile-type{
	flex-wrap:wrap;
	gap:0 2rem;
	margin-top:2.5rem;
}
.profile-type .type_slider{
	white-space:nowrap;
}
.profile-type .type_slider:nth-of-type(1){
	text-align:right;
}
.profile-type .type_slider:nth-of-type(2){
	text-align:left;
}
.profile-type .type_slider> li{
	margin-bottom:2.5rem;
}
.profile-type .type_slider:nth-of-type(2) li:last-of-type{
	display: flex;
	align-items: center;
}
.profile-type li .type_left,
.profile-type li .type_right{
	display: inline-block;
	width: clamp(5.938rem, 4.033rem + 3.7vw, 7.5rem);
	color: var(--txt-color);
	font-size:clamp(0.875rem, 0.723rem + 0.3vw, 1rem);
}
.profile-type li .type_left{
	text-align: right;
	padding-right: 15px;
}
.profile-type li .type_right{
	text-align: left;
	padding-left: 15px;
}
.profile-type li img{
	width:clamp(10.625rem, 0.313rem + 15vw, 14.375rem);
}
@media screen and (max-width: 1000px) {
	.profile-type-area{
		padding:2rem 1rem 0.5rem 1rem!important
	}
	.profile .profile-type{
		flex-direction:column;
		margin-top:1.5rem;
	}
	.profile-type .type_slider{
		text-align:center !important;
	}
	.profile-type .type_slider li{
		margin-bottom:1.5rem;
		justify-content: center;
	}
}
@media screen and (max-width: 810px) {
	.profile-type li img {
		width:100px;
		margin-bottom:10px;
	}
}
/*スタッフに聞いた院長*/
.profile .back-white{
	border-radius:100px
}
@media screen and (max-width: 824px) {
	.profile .back-white{
		border-radius: 50px;
	}
}
.bystaff-cards{
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}
.bystaff-card{
	background: #FDFBF5;
	border: 4px solid #EFEBE1;
	border-radius: 20px;
	padding:3rem  1.5rem 2rem 1.5rem;
	text-align:center;
	position:relative;
}
.bystaff-card__icon{
	position:absolute;
	top:-29px;
	left:50%;
	transform:translatex(-50%);	
	width:58px;
	height: 58px;
	object-fit: contain;
	display: block;
}
.bystaff-card__badge{
	display: inline-block;
	border-radius: 999px;
	padding: 2px 1em;
	margin: 0 auto 14px;
	font-family: "Zen Maru Gothic", serif;
	font-size:clamp(1rem, 0.756rem + 0.47vw, 1.2rem);
	font-weight:bold;
	line-height:1.5;
}
.bystaff-card:nth-child(even) .bystaff-card__badge {
	background: #FFF1D3;
	color: var(--yellow-orange);
}
.bystaff-card:nth-child(odd) .bystaff-card__badge {
	background: #FFF1E0;
	color: var(--red-orange);
}
.bystaff-card__value{
	font-weight: 800;
	color: #f39800;
	text-align: center;
	line-height: 1;
	margin: 4px 0 12px;
	font-size: clamp(28px, 5vw, 40px);
}
.bystaff-card__value span{
	font-size:clamp(3.313rem, 1.027rem + 4.44vw, 5.188rem);
}
.bystaff-card:nth-child(odd) .bystaff-card__value {
	color: var(--red-orange);
}
.bystaff-card:nth-child(even) .bystaff-card__value {
	color: var(--yellow-orange);
}
.bystaff-card__desc{
	margin: 0;
}
@media screen and (max-width: 824px) {
	.bystaff-cards{
		grid-template-columns: repeat(1, 1fr);
	}
}
/*院長ヒストリー*/
.history-section {
	position:relative;
}
.history-section .bubble-wrap{
	margin: 0 auto clamp(2rem, -2.383rem + 8.51vw, 4rem) auto;
	max-width: 800px;
}
.history-section .bubble{
	background:#fff;
}
.history-section .bubble::after {
	border-right: 10px solid #fff;
}
.history-list {
	list-style: none;
	margin-top: 4.5rem;
	padding: 0 0 0 4rem;
	position: relative;
}

.history-list::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 11px;
	width: 3px;
	height: 98%;
	background: repeating-radial-gradient(
		circle,
		#f39800 0,
		#f39800 3px,
		transparent 3px,
		transparent 10px
	);
}
.history-item {
	position: relative;
	margin-bottom: clamp(2.5rem, 0.672rem + 3.55vw, 4rem);
}
.history-item::before {
	content: "";
	background: url(./images/common/hl-cycle-orange.svg) no-repeat center / contain;
	position: absolute;
	top:12px;
	left: -60px;
	width: 17px;
	height: 17px;
}
.history-title {
	font-size: clamp(1.2rem, 0.225rem + 1.89vw, 1.75rem);
	margin: 0 0 0.75em;
}
.history-item:nth-child(odd) .history-title {
	color: var(--red-orange);
}
.history-item:nth-child(even) .history-title {
	color: var(--yellow-orange);
}
.history-text {
	margin: 0;
}
@media screen and (max-width: 1250px) {
	.history-section::before{
		top: 68px;
		right: 72px;
	}
	.history-section .bubble{
		text-align:center;
	}
}
@media screen and (max-width: 824px) {
	.history-section::before{
		top: 23px;
		right:0;
	}
	.history-item{
		margin-bottom:2rem;
	}
	.history-list{
		padding:0 0 0 2.5rem;
	}
	.history-list::before{
		left:10px;
	}
	.history-item::before {
		left: -35px;
		width: 12px;
		height: 12px;
	}
}
@media screen and (max-width: 510px) {
	.history-section::before{
		width:110px;
		top: 110px;
		right:0;
	}
	.history-lead {
		text-align:left;
	}
}
/*スペシャルコンテンツ*/
.profile .back-white:nth-of-type:(2){
	border-radius:100px 100px 0 0;
}
.special-content {
	display: flex;
	gap: 1.5rem 2rem;
	width: 50%;
	margin: 0 auto;
}

.special-content a {
	display: block;
	flex: 1;
	width: 100%;
}

.special-content a img {
	display: block;
	width: 100%;
	height: auto;
	margin:0 auto;
}
.profile .back-white:nth-of-type(2){
	border-radius:100px 100px 0 0;
}
@media screen and (max-width: 510px) {
	.profile .back-white:nth-of-type(2){
		border-radius:50px 50px 0 0;
	}
	.special-content {
		width: 100%;
	}
	.special-content a img {
		width: 100%;
	}
}
.profile .related-pages-wrapper{
	display:none;
}
/*--------------------------------------------------------------
## 医院概要・アクセス
--------------------------------------------------------------*/
.access .entry-header {
	background: url(./images/page/access-header.jpg) center / cover no-repeat;
}
/*--------------------------------------------------------------
## 働きやすい理由
--------------------------------------------------------------*/
.reason .entry-header {
	background: url(./images/page/reason-header.jpg) center / cover no-repeat;
}
.reason .reason-item{
	gap:1rem clamp(2rem, -0.191rem + 4.26vw, 3rem);
}
.reason .reason-item .img span{
	position:relative;
}
.reason .reason-item:nth-of-type(1) .img span::before{
	content: "";
	background: url(./images/page/leaf01.svg) no-repeat center / contain;
	position: absolute;
	bottom: -30px;
	right: -45px;
	width:clamp(5.625rem, 4.273rem + 4.24vw, 8.25rem);
	height: clamp(6.563rem, 5.114rem + 4.55vw, 9.375rem);
}
.reason .reason-item:nth-of-type(4) .img span::before{
	content: "";
	background: url(./images/page/leaf02.svg) no-repeat center / contain;
	position: absolute;
	bottom: -56px;
	left: -50px;
	width:clamp(7.813rem, 6.686rem + 3.54vw, 10rem);
	height: clamp(7.813rem, 5.72rem + 6.57vw, 11.875rem);
}
.reason .reason-item:not(:last-child) {
	margin-bottom: 6rem;
}
.reason h2.headline {
	margin-bottom: 1em;
}
@media screen and (max-width: 824px) {
	.reason .reason-item:nth-of-type(1) .img span::before{
		right: -12px;
	}
	.reason .reason-item:nth-of-type(4) .img span::before{
		left: -32px;
	}
	.reason .reason-item:not(:last-child) {
		margin-bottom: 4rem;
	}
}
/*--------------------------------------------------------------
## 福利厚生
--------------------------------------------------------------*/
.welfare .entry-header {
	background: url(./images/page/welfare-header.jpg) center / cover no-repeat;
}
.welfare-item,
.glad-point-item{
	background:#fff;
	border:solid 5px #EFEBE1;
	padding: 3rem 0 clamp(2rem, -0.191rem + 4.26vw, 3rem) clamp(2rem, -0.191rem + 4.26vw, 3rem);
	margin: 3rem 2.5rem 0 0;
	gap:2rem clamp(2rem, -0.191rem + 4.26vw, 3rem) !important;
	border-radius: clamp(1.25rem, 0.928rem + 1.01vw, 1.875rem);
	align-items: center;
	position: relative;
	overflow: visible;     
}
.glad-point-item{
	gap:1rem clamp(2rem, -0.191rem + 4.26vw, 3rem) !important;
}
.welfare-item .img,
.glad-point-item .img{
	margin-right: -2.5rem; 
}
.welfare-list li,
.glad-point-list li{
	font-weight:bold;
	display:inline-block;
	padding:2px 1em 0 1em;
	margin:0 0.5em 0.5em 0;
	border-radius:100vh;
}
.welfare-list li{
	color: var(--green);
	background:var(--light-green);
}
.glad-point-list li{
	color: var(--red-orange);
	background:var(--base-orange);
}
@media screen and (max-width: 824px) {
	.welfare-item,
	.glad-point-item{
		margin:3rem 0 0 0;
		padding: 3rem clamp(2rem, -0.191rem + 4.26vw, 3rem) clamp(2rem, -0.191rem + 4.26vw, 3rem) clamp(2rem, -0.191rem + 4.26vw, 3rem);
	}
	.welfare-item .img,
	.glad-point-item .img{
		margin-right: 0; 
	}
}
/*--------------------------------------------------------------
## 院内ギャラリー
--------------------------------------------------------------*/
.gallery .entry-header{
	background: url(./images/page/gallery-header.jpg) center / cover no-repeat;
}
.gallery .back-orange:nth-of-type(1){
	padding-bottom:0;
}
.gallery-section:not(:first-child){
	margin-top:6rem;
}
.gallery-section h2{
	margin-bottom:0.5em;
}
.gallery .gallery-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1rem, 0.571rem + 1.9vw, 2rem);
	margin-top:2rem;
}
@media screen and (max-width: 824px) {
	.gallery .gallery-content {
		grid-template-columns: repeat(2, 1fr);
		gap:1rem;
	}
}
@media screen and (max-width: 510px) {
	.gallery .gallery-content {
		gap:0.5rem;
	}
}
.gallery .gallery-item img {
	border-radius:clamp(0.625rem, -0.137rem + 1.48vw, 1.25rem);
}


/*--------------------------------------------------------------
## 99の質問 / よくある質問共通
--------------------------------------------------------------*/
.qa99 .entry-header {
	background: url(./images/page/qa99-header.jpg) right 20% center / cover no-repeat;
}
.faq .entry-header {
	background: url(./images/page/faq-header.jpg) center / cover no-repeat;
}
.qa-page-wrapper{
	gap: 0 3rem;
}
.qa-page .column-index .index{
	display:block;
	padding:1em 0;
}
.qa-page .column-index .pc {
	position: sticky;
	top: 150px;
	background: white;
	border-radius: 10px;
	margin: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	display:block;
	filter: drop-shadow(0 0px 8px rgba(252, 177, 17, 0.1));
}
.qa-page .column-index .tb {
	margin-top: 0;
	padding: 10px;
	width: 80%;
}
.qa-page .index-wrapper li a:hover,
.qa-page .index-wrapper li a.active {
	color: var(--red-orange);
}
.qa-page .index-wrapper li a {
	padding:0.5em 1em 0.75em 3em;
}
.qa-page .index-wrapper li a:before{
	left:21px;
}
@media screen and (max-width: 824px) {
	.qa-page .index-wrapper.pc {
		display: none;
	}
	.qa-page .column-index {
		position: sticky;
		top: 90px;
		z-index: 2;
	}
}
.column-content section:not(:first-of-type){
	border-top:solid 0.5px #d3c8ac;
	padding-top: 5rem;
}
.column-content section:not(:last-of-type){
	padding-bottom: 2.5rem;
}
.column-content section:last-of-type {
	padding-bottom:0;
}
.qa-page .qa-item {
	margin-top: clamp(2rem, 1.786rem + 0.95vw, 2.5rem);
	gap: 1rem 3rem;
}
.qa-page h3.headline {
	font-family: 'Montserrat', 'Zen Maru Gothic', sans-serif;
	font-size: clamp(1rem, 0.742rem + 0.81vw, 1.5rem);
	line-height: 1.5em;
	margin:5rem 0 1.5rem 0;
	color: #fff;
	background: var(--orange);
	padding: 0.5em 1.5em;
	border-radius: 10vh;padding: 0.5em 1.5em;
	border-radius:100vh;
}
.qa-page .qa-item h4 {
	font-family: 'Montserrat', 'Zen Maru Gothic', sans-serif;
	font-size: clamp(1rem, 0.742rem + 0.81vw, 1.5rem);
	line-height: 1.5em;
	margin: 1.5em 0;
	padding: 0.5em 1.5em;
	border-radius:100vh;
}
.qa-page .qa-category:nth-of-type(odd) h4{
	background:#fbead2;
}
.qa-page .qa-category:nth-of-type(even) h4{
	background:#fbefd7;
}
.qa-page .qa-category:nth-of-type(odd) h4 span{
	color: var(--red-orange);
}
.qa-page .qa-category:nth-of-type(even) h4 span{
	color: var(--yellow-orange);
}
.qa-page .qa-item p a{
	color: var(--red-orange);
	text-decoration:underline;
}
/*--------------------------------------------------------------
## 仕事紹介
--------------------------------------------------------------*/
.dental-hygienist .entry-header {
	background: url(./images/page/works-dh-header.jpg) center / cover no-repeat;
	text-align: center;
}
.dental-assistant .entry-header {
	background: url(./images/page/works-da-header.jpg) right 20% center / cover no-repeat;
	text-align: center;
}
.dental-technician .entry-header {
	background: url(./images/page/works-dt-header.jpg) center / cover no-repeat;
	text-align: center;
}
.dentist .entry-header {
	background: url(./images/page/works-dr-header.jpg) center / cover no-repeat;
	text-align: center;
}

.dental-hygienist .entry-heading,
.dentist .entry-heading,
.dental-technician .entry-heading,
.dental-assistant .entry-heading {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	padding: 0 2em;
	text-align: center;
	color: #fff;
}
.dental-hygienist h2.entry-subtitle,
.dentist h2.entry-subtitle,
.dental-technician h2.entry-subtitle,
.dental-assistant h2.entry-subtitle {
	font-size: clamp(1rem, 0.391rem + 1.18vw, 1.5rem);
	padding: 3px 1.5em 5px 1.5em;
	margin-top:0.5em;
	text-align: center;
	background: var(--red-orange);
	color: #fff;
	border-radius: 100vh;
	display: inline-block;
}
.dental-hygienist .back-yellow,
.dentist .back-yellow,
.dental-technician .back-yellow,
.dental-assistant .back-yellow {
	padding: 0;
}
.works-section h2{
	margin-bottom:1.5em;
}
.works-hours {
	max-width: 1000px;
	margin: 0 auto 4rem auto;
	padding: 3rem 4rem 1.5rem 4rem;
	background: #fff;
	border: 5px solid var(--red-orange);
	border-radius:clamp(1.875rem, 1.553rem + 1.01vw, 2.5rem);
}
.works-hours h3.headline {
	font-size:clamp(1rem, 0.391rem + 1.18vw, 1.5rem);
	color:#fff;
	background:var(--red-orange);
	border-radius:100vh;
	padding:2px 1.5em 4px 1.5em;
	margin-bottom:1.25em;
	display:inline-block;
}
.works-hours-time {
	font-size: clamp(1.5rem, 0.891rem + 1.18vw, 2rem);
	line-height:1;
	font-weight:bold;
	margin:0;
}
.works-hours-time small{
	font-size: clamp(0.875rem, 0.723rem + 0.3vw, 1rem);
	font-weight:normal;
}
.works-hours-content {
	gap: 1rem 1.5rem !important;
	margin:2rem auto;
}
.works-hours-subtitle {
	font-size:clamp(1rem, 0.756rem + 0.47vw, 1.2rem);
	color: var(--red-orange);
}
.works-hours-time-detail {
	font-size:clamp(1.2rem, 0.834rem + 0.71vw, 1.5rem);
	line-height:1.3;
	font-weight: 700;
	margin:0.5em 0 0 35px;
	display:inline-block;
	position:relative;
}
.works-hours-time-detail::before{
	content: "";
	position: absolute;
	top: 47%;
	left: -44px;
	transform: translatey(-50%);
	width: 35px;
	height: 35px;
}
.works-hours-box:nth-of-type(1) .works-hours-time-detail::before{
	background: url(./images/page/works-time-icon01.svg) no-repeat center / contain;
}
.works-hours-box:nth-of-type(2) .works-hours-time-detail::before{
	background: url(./images/page/works-time-icon02.svg) no-repeat center / contain;
}
.works-hours-box {
	border-radius: 20px;
	padding:2rem;
	background: var(--base-orange);
	border:solid 2px #f5e9d6;
}
.works-hours-note{
	margin:1.5rem auto 2rem auto;
}
@media screen and (max-width: 824px) {
	.dental-hygienist .entry-heading,
	.dentist .entry-heading,
	.dental-technician .entry-heading,
	.dental-assistant .entry-heading {
		position: relative;
		top: 55%;
	}
}
@media screen and (max-width: 510px) {
	.works-hours {
		margin: 0 auto 0rem auto;
		padding: 3rem 2rem 1.5rem 2rem;
		border: 5px solid var(--red-orange);
	}
	.works-hours-time-detail::before{
		top: 45%;
	}
}
.works-block-wrapper{
	margin-top:7rem;
}
.works-block-wrapper h2.headline-large{
	margin-bottom:1em;
}
.works-block-wrapper h2.headline-large + p{
	margin:0;
}
.works-block{
	padding:4.5rem 0;
}
.works-block:last-of-type{
	padding-bottom:0;
}
.works-block + .works-block {
	border-top: solid 1px #E5DABD;
}
.works-block h3{
	margin-bottom:1em;
	line-height:1;
}
.works-block h3 span{
	color: var(--yellow-orange);
	font-family: 'Montserrat', sans-serif;
	font-size:clamp(2rem, -0.438rem + 4.73vw, 4rem);
}
.works-lead{
	margin-bottom:2.5rem;
}
.works-content{
	gap:2.5rem !important;
}
.works-list-box{
	background:#FCF5E4;
	border:solid 4px #f5ecd7;
	padding:2.5rem;
	border-radius:30px;
}
.works-list-box .list-cols{
	row-gap:0;
}
.works-list-box h4{
	font-size:clamp(1rem, 0.675rem + 1.02vw, 1.2rem);
	color:#fff;
	background: var(--yellow-orange);
	border-radius:100vh;
	padding:4px 1.5em;
	display:inline-block;
	margin-bottom: 1em;
}
.works-list-box li{
	font-size:clamp(1rem, 0.756rem + 0.47vw, 1.2rem);
	text-indent:-1em;
	padding-left:1em;
}
.works-list-box li span{
	color: var(--yellow-orange);
}
.works-list-box img{
	margin-top: 2rem;
}
.works-list-box.row img{
	margin-top: 0;
}
@media screen and (max-width: 824px) {
	.works-content{
		gap:1rem !important;
		margin-bottom: 1rem !important;
	}
	.works-block{
		padding:2rem 0;
	}
	.works-list-box{
		padding:2rem;
	}
	.works-content:nth-of-type(1) .works-list-box{
		gap:2rem !important;
	}
	.works-list-box img{
		margin-top: 1rem;
	}
}
/*キャリアプラン*/
.career-section{
	max-width:1111px;
}
.dental-hygienist .back-dotto,
.dentist .back-dotto,
.dental-technician .back-dotto,
.dental-assistant .back-dotto {
	border-radius: 100px 100px 0 0;
	box-shadow: none;
}
.career-section h2{
	margin-bottom:1em;
}
.career-lead p{
	margin:0;
}
.career-list {
	list-style: none;
	margin-top: 4.5rem;
	padding: 0 0 0 4rem;
	position: relative;
}

.career-list::before {
	content: "";
	position: absolute;
	top: 20px;
	left: 11px;
	width: 3px;
	height: 99.3%;
	background: repeating-radial-gradient(
		circle,
		#f39800 0,
		#f39800 3px,
		transparent 3px,
		transparent 10px
	);
}
.career-item {
	position: relative;
	margin-bottom: clamp(2rem, 0.672rem + 3.55vw, 3rem);
}
.career-item::before {
	content: "";
	background: url(./images/common/hl-cycle-orange.svg) no-repeat center / contain;
	position: absolute;
	top:6px;
	left: -60px;
	width: 17px;
	height: 17px;
}
.career-title {
	font-size: clamp(1.5rem, 0.891rem + 1.18vw, 2rem);
	line-height:1;
	margin: 0 0 0.5em 0;
}
.career-item .career-title {
	color: var(--red-orange);
	font-family: 'Montserrat', 'Zen Maru Gothic', sans-serif;
}
.career-text {
	margin: 0;
	background:#fff;
	padding:2.5rem;
	border-radius:30px;
	border:solid 4px #f2e6c7;
	filter: drop-shadow(0 0px 8px rgba(252, 177, 17, 0.15));
}
.career-text >div.row{
	gap:2rem;
}
.career-text >div .row{
	gap:0 1rem;
}
.career-text >div li{
	font-size:clamp(1rem, 0.756rem + 0.47vw, 1.2rem);
	font-weight:bold;
	text-indent:-1em;
	padding-left:1em;
}
.career-text >div.repeat-grow1-2 > .img,
.career-text >div.repeat-grow1-2 > .img img{
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.career-text p{
	margin-top:0;
}
.career-text p.salary{
	margin:1em 0 0 0;
}
.career-text li span{
	color: var(--red-orange);
}
.career-text .salary span{
	color: var(--red-orange);
}
.career-text .bubble-wrap{
	margin:2rem 0 0 0 !important;
}
@media screen and (max-width: 824px) {
	.dental-hygienist .back-dotto,
	.dentist .back-dotto,
	.dental-technician .back-dotto,
	.dental-assistant .back-dotto {
		border-radius: 60px 60px 0 0;
		box-shadow: none;
	}
	.career-item{
		margin-bottom:3rem;
	}
	.career-text {
		padding:2rem;
	}
	.career-list{
		padding:0 0 0 2.5rem;
	}
	.career-list::before{
		left:10px;
	}
	.career-item::before {
		left: -35px;
		width: 12px;
		height: 12px;
	}
	.career-text .bubble-wrap {
		margin: 1.5rem 0 0 0 !important;
		gap:0.5rem !important;
	}
}
@media screen and (max-width: 510px) {
	.career-section::before{
		width:110px;
		top: 110px;
		right:0;
	}
	.career-lead {
		text-align:left;
	}
}
/*仕事紹介_募集要項*/
#job-recruit .recruit-list{
	gap: 1rem 2rem;
}

#job-recruit .recruit-list li {
	width:50%;
	margin:0 auto;
	padding: 2rem;
	background: #fff;
	text-align:left;
	border: solid 1.5px #EFEBE1;
	border-radius: 20px;
	position: relative;
	transition: all 0.3s 
		ease-in-out;
}
#job-recruit .recruit-list li:hover {
	transition: all 0.3s ease-in-out;
	opacity: 0.7;
}
#job-recruit .recruit-list li:before{
	content: "";
	background: url(./images/common/yajirushi-or.svg) no-repeat center / contain;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 1.5rem;
	width: 35px;
	height: 35px;
	transition: all 0.3s 
		ease-in-out;
}
#job-recruit .recruit-list li:hover::before {
	right: 1.25rem;
	transition: all 0.3s ease-in-out;
}
.dental-hygienist .related-pages-wrapper,
.dentist .related-pages-wrapper,
.dental-technician .related-pages-wrapper,
.dental-assistant .related-pages-wrapper{
	display:none;
}
.dental-hygienist .footer-recruit-wrapper,
.dentist .footer-recruit-wrapper,
.dental-technician .footer-recruit-wrapper,
.dental-assistant .footer-recruit-wrapper{
	display:none;
} 
@media screen and (max-width:824px) {
	#job-recruit .recruit-list li {
		width:100%;
	}
}
/*--------------------------------------------------------------
##マッチング率診断
--------------------------------------------------------------*/
.matching .entry-header {
	background: url(./images/page/matching-header.jpg) left 25% center / cover no-repeat;
}
.matching form{
	margin-top:4rem;
}
.wp-block-greentreelabs-post-snippets-block div h2 {
	font-size: 1.2rem;
	color: var(--text-color);
	margin: 3rem 0 2rem 0;
	font-size: 1.5rem;
}
@media screen and (max-width:530px) {
	.wp-block-greentreelabs-post-snippets-block div h2 {
		font-size: 1.2rem;
	}
}
.wp-block-greentreelabs-post-snippets-block div h2 span {
	color: var(--red-orange);
	font-family: 'Montserrat', sans-serif;
}
.wp-block-greentreelabs-post-snippets-block form>div .q_wrap>div {
	transition: all 0.3s ease-in-out;
}
.wp-block-greentreelabs-post-snippets-block form>div .q_wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}
@media screen and (max-width:1260px) {
	.wp-block-greentreelabs-post-snippets-block form>div .q_wrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.5rem;
	}
}
@media screen and (max-width:530px) {
	.wp-block-greentreelabs-post-snippets-block form>div .q_wrap {
		grid-template-columns: repeat(1, 1fr);
	}
}
.wp-block-greentreelabs-post-snippets-block form>div .q_wrap>div label {
	display: block;
	height: 60px;
	padding: 0 1.5rem;
	line-height: 60px;
	background: #fff;
	border-radius:8px;
	border: solid 1px #EFE7C5;
	white-space: nowrap;
}
@media screen and (max-width:530px) {
	.wp-block-greentreelabs-post-snippets-block form>div .q_wrap>div label {
		font-size: 0.85rem;
		padding: 0 1rem;
	}
}
.wp-block-greentreelabs-post-snippets-block form>div .q_wrap>div label input {
	margin-right: 1rem;
}
.wp-block-greentreelabs-post-snippets-block form button#resultbtn {
	color: #fff;
	background: var(--orange);
	display: inline-block;
	font-size: clamp(1rem, 0.914rem + 0.38vw, 1.2rem);
	font-weight: bold;
	border-radius: 100vh;
	padding: 1.25em 5vw;
	margin: 4rem auto 0 auto;
	position: relative;
	transition: 0.3s ease-in-out;
	display: block;
	max-width: 300px;
	width: 100%
}
.wp-block-greentreelabs-post-snippets-block form div.resource {
	max-width:1000px;
	background: #fff;
	padding: clamp(2.5rem, 1.404rem + 2.13vw, 3rem);
	margin: 4rem auto 0 auto;
	border-radius: clamp(0.625rem, -2.114rem + 5.32vw, 1.875rem);
}
.wp-block-greentreelabs-post-snippets-block form div.resource p#goukei {
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0 0 1rem;
	font-weight: 600;
}
@media screen and (max-width:530px) {
	.wp-block-greentreelabs-post-snippets-block form div.resource p#goukei {
		font-size: 1rem;
	}
}
.wp-block-greentreelabs-post-snippets-block form div.resource p#goukei span {
	font-size: 4rem;
	color: var(--red-orange);
}
.wp-block-greentreelabs-post-snippets-block form div.resource .btn-wrapper {
	justify-content: center;
}
.wp-block-greentreelabs-post-snippets-block form div.resource .btn {
	display: flex;
	justify-content: center;
	gap: 1rem;
}
.wp-block-greentreelabs-post-snippets-block form div.resource .main-btn:nth-of-type(2) {
	margin-top: 0;
}
.wp-block-greentreelabs-post-snippets-block form div.resource .btn a {
	width: 310px;
}
@media screen and (max-width:824px) {
	.wp-block-greentreelabs-post-snippets-block form div.resource .main-btn a {
		width: 100%;
	}
}
.wp-block-greentreelabs-post-snippets-block form div.resource .main-btn a:hover {
	opacity: 0.7;
}
#acMenu dt {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
#acMenu dd {
	background: #f2f2f2;
	width: 200px;
	text-align: center;
	display: none;
}
.mach_txt,
.resource {
	display: none;
}
.mach_txt p a{
	text-decoration:underline;
}
.error_txt {
	display: none;
	color: #f00;
}
/*--------------------------------------------------------------
##採用までの流れ
--------------------------------------------------------------*/
.flow .entry-header {
	background: url(./images/page/flow-header.jpg) center / cover no-repeat;
}
.flow .lead{
	font-size: 1rem;
}
.flow .lead a{
	text-decoration:underline;
	color: var(--red-orange);
}
.recruit-flow-item:nth-of-type(1){
	border-radius:15px 15px 0 0;
	overflow: hidden;
	margin-top:4rem;
}
.recruit-flow-item:nth-of-type(3){
	border-radius:0 0 15px 15px;
	overflow: hidden;
}
.recruit-flow-item .step {
	font-weight: bold;
	color: #fff;
	font-size: clamp(1rem, -0.096rem + 2.13vw, 1.5rem);
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
	padding:1em 0;
}
.recruit-flow-item:nth-of-type(1) .step{
	background:#F2AD5E;
}
.recruit-flow-item:nth-of-type(2) .step{
	background:#F29F3F;
}
.recruit-flow-item:nth-of-type(3) .step{
	background:#F28F1D;
}
.recruit-flow-item:nth-of-type(4) .step{
	background:#F28405;
}
.recruit-flow-item .step::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translatex(-50%);
	border-left: 15.5px solid transparent;
	border-right: 15.5px solid transparent;
	border-top: 15px solid #F2AD5E;
	z-index:1;
}
.recruit-flow-item:nth-of-type(2) .step::before{
	border-top: 15px solid #F29F3F;
}
.recruit-flow-item:nth-of-type(3) .step::before{
	border-top: 10px solid #F28F1D;
}
@media screen and (min-width: 825px) {
	.recruit-flow-item:nth-of-type(3) .step::before{
		content:none;
	}
}
.recruit-flow-item .step h3{
	font-family: 'Montserrat', 'Zen Maru Gothic', sans-serif;
	font-size:clamp(1.5rem, 1.371rem + 0.4vw, 1.75rem);
	line-height: 1.3;
	text-align:center;
}
.recruit-flow-item h3 small{
	font-size:clamp(0.75rem, 0.628rem + 0.24vw, 0.85rem);
}
.recruit-flow-item .flow-text{
	background:#fff;
	border:solid 1.5px #FDFBF5;
	padding:3rem;
	display: block;
}
.recruit-flow-item .flow-text h3:nth-of-type(2) {
	margin-top: 2rem;
}
.recruit-flow-item p {
	margin: 0;
}
.recruit-flow-item p a {
	color: var(--red-orange);
	text-decoration:underline;
}
.flow-text .btn{
	margin-top:1.5em;
}
.flow-text .noto{
	background:#F5F5F4;
	padding:1.5em;
	margin-top:1.5em;
	border-radius:8px;
}
.flow .bubble-wrap {
	margin:4rem auto 0 auto;
	max-width: 800px;
}
.flow .bubble-wrap .bubble{
	background:#fff;
}
.flow .bubble-wrap .bubble::after {
	border-right: 10px solid #ffffff;
}
@media screen and (max-width:824px) {
	.recruit-flow-item .step{
		padding:0.75em 0 1em 0;
	}
	.recruit-flow-item .step::before{
		bottom: -9px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #F2AD5E;
	}
	.recruit-flow-item .flow-text{
		padding:2rem;
	}
}
/*--------------------------------------------------------------
##見学
--------------------------------------------------------------*/
.ivent-point.repeat-grow1-1 {
	gap: 1rem 2rem;
	margin: 4rem 0 0 0!important;
}
.flow .ivent-ex {
	background: #fff;
	border:solid 4px #EFEBE1;
	padding: 2rem;
	border-radius:20px;
}
.visit-section h2.headline-large{
	margin-bottom:1em;
}
.flow .visit-content p a{
	color: var(--red-orange);
	text-decoration: underline;
}
.ivent-ex h3{
	color: var(--red-orange);
}
.ivent-point p{
	margin:0;
}
.ivent-ex p.date{
	font-weight:bold;
	font-size:clamp(1rem, 0.756rem + 0.47vw, 1.2rem);
	background:var(--base-yellow);
	padding: 1em;
	margin: 1em 0;
	text-align: center;
	border-radius:10px;
}
.visitor .btn{
	margin-top:4rem;
}
/*オンライン面談*/
#webtalk .ivent-ex {
	background: #f0f6ec;
	border:solid 4px #e7ece3;
	margin-top:4rem !important;
}
#webtalk .ivent-ex .date{
	background: #fff;
}
#webtalk .ivent-ex h3{
	color: var(--green);
}
@media (min-width: 825px) {
	#webtalk .ivent-ex{
		max-width:70%;
		width:100%;
		margin:0 auto;
	}
}
.entry-form-wrapper h2{
	margin-bottom:1.5em;
}
/*--------------------------------------------------------------
##お問い合わせ
--------------------------------------------------------------*/
.contact .entry-header {
	background: url(./images/page/contact-header.jpg) center / cover no-repeat;
}
.contact .back-orange{
	border-radius: 100px 0 0;
}
.tel-contact-section{
	padding-bottom:7rem;
}
.mail-contact-section{
	padding-top:7rem;
	border-top: solid 1px #E5DABD;
}
.contact h2.headline-large{
	margin-bottom:1.5em;
}
.contact .tel {
	font-weight:bold;
	margin:1em 0 0 0;
}
.contact .tel a {
	font-size: clamp(2rem, 1.485rem + 1.62vw, 3rem);
	color: var(--yellow-orange);
	text-decoration: underline;
}
.contact .no-recaptcha{
	background: #eee;
	display: inline-block;
	padding: 1em 2em;
	margin-top: 2rem;
	border-radius: 5px;
}
@media screen and (max-width:824px) {
	.contact .back-orange{
		border-radius:50px 50px 0 0;
	}
	.tel-contact-section{
		padding-bottom:4.5rem;
	}
}
/*--------------------------------------------------------------
##ご応募・各種申し込み
--------------------------------------------------------------*/
.entry .entry-header {
	background: url(./images/page/entry-header.jpg) center / cover no-repeat;
}

/*--------------------------------------------------------------
## インタビュー一覧
--------------------------------------------------------------*/
.post-type-archive-interview .entry-header {
	background: url(./images/page/interview-header.jpg) center / cover no-repeat;
}
.archive .interview-list.row {
	gap: 4rem 3rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:1024px) {
	.archive .interview-list.row {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width:824px) {
	.archive .interview-list.row {
		gap: 2rem 1rem;
	}
}
.archive .interview-list h2.headline {
	font-size: clamp(1.2rem, 0.543rem + 1.28vw, 1.5rem);
	margin: 1em 0;
}
@media screen and (max-width:510px) {
	.archive .interview-list h2.headline{
		margin: 0.5em 0 1em 0;
	}
}
.archive .interview-list h2.headline span{
	font-size: clamp(0.875rem, 0.708rem + 0.53vw, 1.2rem);
	line-height:1.5em;
	color:#84715b;
}
.interview-info-item-job{
	display:inline-block;
}
.interview-info .job {
	color:#fff;
	padding:2px 1.5em 4px 1.5em;
	border-radius:100vh;
}
.interview-info .dr{
	background:#FDC50F;
}
.interview-info .dh{
	background:#F2A004;
}
.interview-info .dt{
	background:#F28405;
}
.interview-info .da{
	background:#E56F32;
}
.archive .photo img{
	border-radius:clamp(0.938rem, 0.43rem + 1.59vw, 1.25rem);
}
/*--------------------------------------------------------------
## インタビュー詳細
--------------------------------------------------------------*/
.single-interview .entry-header {
	display: none;
}
.single-interview .back-yellow{
	background: url(./images/page/interview-back.jpg) no-repeat center / cover;
}
.single .interview-main {
	gap: 3rem clamp(2rem, -0.438rem + 4.73vw, 4rem);
	align-items: center;
	padding: 7.5rem 0 0 0;
}
.interview-info {
	font-family: "Zen Maru Gothic", serif;
}
.interview-info-item-name{
	display:inline-block;
}
.single-interview .interview-info .job{
	font-size: clamp(1rem, 0.543rem + 1.28vw, 1.2rem);
	margin-right:10px;
}
.single-interview .interview-info .name {
	font-size: clamp(1.2rem, 0.543rem + 1.28vw, 1.5rem);
}
.interview-info h1 {
	font-size: clamp(1.5rem, 1.071rem + 1.9vw, 2.5rem);
	margin: 1.5rem 0 3rem 0;
}
.interview-info h1 span{
	font-size: clamp(1rem, -0.219rem + 2.37vw, 1.5rem);
	margin-top: 2rem;
	color: #8D7861;
}
.interview-profile {
	background: #fff;
	border:solid 4px #EFEBE1;
	padding:2rem;
	border-radius: 20px;
	max-width: 530px;
	position:relative;
}
.postid-4615 .interview-profile::before,
.postid-4613 .interview-profile::before,
.postid-4611 .interview-profile::before{
	content: "";
	background: url(./images/page/leaf01.svg) no-repeat center / contain;
	position: absolute;
	bottom: -30px;
	right: -75px;
	width: clamp(5.625rem, 4.273rem + 4.24vw, 8.25rem);
	height: clamp(6.563rem, 5.114rem + 4.55vw, 9.375rem);
}
.postid-4614 .interview-profile::before,
.postid-4612 .interview-profile::before{
	content: "";
	background: url(./images/page/leaf03.svg) no-repeat center / contain;
	position: absolute;
	bottom: -30px;
	right: -75px;
	width: clamp(5.625rem, 2.121rem + 6.8vw, 8.5rem);
	height: clamp(6.5rem, 3.91rem + 5.03vw, 8.625rem);
}
@media screen and (max-width: 824px) {
	.postid-4615 .interview-profile::before,
	.postid-4613 .interview-profile::before,
	.postid-4611 .interview-profile::before{
		right: -23px;	
	}
	.postid-4614 .interview-profile::before,
	.postid-4612 .interview-profile::before{
		right: -23px;
		bottom:-55px;
	}
}
@media screen and (max-width: 510px) {
	.postid-4615 .interview-profile::before,
	.postid-4613 .interview-profile::before,
	.postid-4611 .interview-profile::before{
		right: -21px;
		width: 70px;
		height: 80px;
	}
	.postid-4614 .interview-profile::before,
	.postid-4612 .interview-profile::before{
		right: -24px;
		bottom:-50px;
		width: 92px;
		height: 95px;
	}
}
.interview-profile dl:not(:last-child) {
	margin-bottom:1em;
}
.interview-profile dt {
	color: var(--red-orange);
	margin-bottom:0.5em;
}
.interview-profile dd {
	margin:0;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
}
.single .interview-main .photo,
.single .interview-main .photo img {
	flex: 1;
	height: 100%;
	border-radius:clamp(1.25rem, 0.928rem + 1.01vw, 1.875rem);
}
.single .interview-qa {
	max-width:1111px;
	background:#fff;
	margin:0 auto;
	padding:4rem;
	border-radius:clamp(1.25rem, 0.488rem + 1.48vw, 1.875rem);
	filter: drop-shadow(0 0px 8px rgba(252, 177, 17, 0.18));
}
.single .interview-qa h2:not(:first-of-type){
	margin-top:2em;
}
.single .interview-qa .breadcrumb-list {
	margin-bottom: 4rem;
}
.single .interview-qa .interview-cont {
	list-style: none;
}
.interview-qa .interview-cont li+li {
	margin: 3rem 0 0;
}
.interview-cont:not(:last-of-type) .interview-qa-area{
	margin-bottom:4rem;
}
.single .interview-qa .hl-small {
	font-size: clamp(1rem, 0.562rem + 0.85vw, 1.2rem);
}
.single .interview-qa h3 {
	font-family: 'Montserrat', 'Zen Maru Gothic', sans-serif;
	font-size: clamp(1rem, 0.742rem + 0.81vw, 1.5rem);
	line-height: 1.5em;
	margin: 1em 0 1.5em 0;
	padding: 0.5em 1.5em;
	border-radius: 100vh;
	background:#FCF5E4;
}
.single .interview-qa p {
	position: relative;
	margin-left: 84px;
}
.single .interview-qa p:not(:first-of-type) {
	margin-bottom:0;
}
.single .interview-qa p:before {
	content: "";
	position: absolute;
	top:0;
	left: -80px;
	width: 60px;
	height: 60px;
}
.postid-4614 .interview-qa p:nth-of-type(1):before {
	background: url(./images/page/bubble-staff-yy.png) no-repeat center / contain;
}
.postid-4613 .interview-qa p:nth-of-type(1):before {
	background: url(./images/page/bubble-staff-ue.png) no-repeat center / contain;
}
.postid-4615 .interview-qa p:nth-of-type(1):before {
	background: url(./images/page/bubble-staff-nm.png) no-repeat center / contain;
}
.postid-4611 .interview-qa p:nth-of-type(1):before {
	background: url(./images/page/bubble-staff-te.png) no-repeat center / contain;
}
.postid-4612 .interview-qa p:nth-of-type(1):before {
	background: url(./images/page/bubble-staff-jy.png) no-repeat center / contain;
}
/*ページ送り*/
.interview-navigation {
	display: flex;
	justify-content: space-between;
	gap: 1rem 2rem;
	align-items: center;
	margin-bottom: 10px;
	margin: 4rem 0 2rem 0;
}
.interview-navigation .btn {
	margin: 0;
}
.interview-navigation .btn .tag {
	background-color: #fff;
	color: var(--red-orange);
	font-size: 14px;
	padding: 1px 1em 3px 1em;
	border-radius: 100vh;
	margin:0 5px 5px 0;
}
.interview-navigation .prev {
	margin-right: auto;
}
.interview-navigation .prev a:before {
	transform: translateY(-50%) rotate(180deg);
	left:1em;
}
.interview-navigation .prev a:hover::before {
	left: 0.75rem;
	transition: left 0.3s ease-in-out;
}
.interview-navigation .next {
	position: relative;
	margin-left: auto;
}
.interview-navigation .next:after {
	background: url(./images/common/yajirushi-or.svg) no-repeat;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	transition: 0.3s;
}
.interview-navigation .next:hover:after {
	right: 0.75em !important;
	transition: right 0.3s ease-in-out;
}
.interview-navigation .next a:before {
	content: none;
}
.interview-navigation .interview-back {
	text-align: center;
	margin-top: 10px;
}
.interview-back {
	margin-bottom:4rem;
}
.interview-back a {
	font-weight: bold;
	text-decoration: underline;
}

@media screen and (max-width:824px) {
	.single .interview-main {
		padding: 4.5rem 0 0 0;
	}
	.interview-info h1 {
		margin: 1.5rem 0 2rem 0;
	}
	.interview-profile {
		font-size: 0.85rem;
		max-width: 100%;
		padding:1.5rem;
	}
	.interview-profile::before{
		right:-30px;
	}
	.interview-info-item-name{
		margin-top:0.5em;
	}
	.single .interview-main .photo {
		width: 80%;
		margin: 0 auto;
	}
	.interview-cont:not(:last-of-type) .interview-qa-area{
		margin-bottom: 2rem;		
	}
	.single .interview-qa {
		padding:2rem;
	}
	.single .interview-qa h2:not(:first-of-type){
		margin-top:2em;
	}
	.single .interview-qa h3 {
		padding: 0.75em 1.5em;
	}
	.interview-navigation {
		flex-direction: column;
	}
	.interview-navigation .btn {
		width: 100%;
	}
}
@media screen and (max-width: 510px) {
	.single .interview-qa {
		padding:2rem 1.5rem;
	}
	.single .interview-qa p {
		margin-left: 69px;
	}
	.single .interview-qa p:before {
		left: -65px;
		width: 45px;
		height: 45px;
	}
}
/*--------------------------------------------------------------
## 募集要項一覧
--------------------------------------------------------------*/
.post-type-archive-recruit .entry-header,
.single-recruit .entry-header{
	background: url(./images/page/recruit-header.jpg) center / cover no-repeat;
}
.post-type-archive-recruit .recruit-job:not(:last-child) {
	margin-bottom:6rem;
}
@media screen and (max-width:824px) {
	.post-type-archive-recruit .recruit-job:not(:last-child) {
		margin-bottom:4rem;
	}
}
.post-type-archive-recruit .recruit-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3rem;
	gap:1rem 2rem;
}
@media screen and (max-width:824px) {
	.post-type-archive-recruit .recruit-list {
		margin-top: 2rem;
		grid-template-columns: repeat(1, 1fr);
	}
}
.post-type-archive-recruit .recruit-list li {
	padding: 2rem;
	background: #fff;
	border: solid 1.5px #EFEBE1;
	border-radius:20px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.post-type-archive-recruit .recruit-list li:hover {
	transition: all 0.3s ease-in-out;
	opacity: 0.7;
}
.post-type-archive-recruit .recruit-list li::before {
	content: "";
	background: url(./images/common/yajirushi-or.svg) no-repeat center / contain;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: 1.5rem;
	width: 35px;
	height: 35px;
	transition: all 0.3s ease-in-out;
}
.post-type-archive-recruit .recruit-list li:hover::before {
	right: 1.25rem;
	transition: all 0.3s ease-in-out;
}
.post-type-archive-recruit h3.recruit_title {
	position: relative;
}
/*--------------------------------------------------------------
## 募集要項詳細
--------------------------------------------------------------*/
.postid-3498 .entry-header{
	background: url(./images/page/recruit-dh-header.jpg) center / cover no-repeat;
}
.postid-3720 .entry-header,
.postid-3719 .entry-header{
	background: url(./images/page/recruit-dr-header.jpg) center / cover no-repeat;
}
.postid-3507 .entry-header{
	background: url(./images/page/recruit-dt-header.jpg) center / cover no-repeat;
}
.postid-3508 .entry-header{
	background: url(./images/page/recruit-da-header.jpg) center / cover no-repeat;
}
.single-recruit .recruit-wrapper {
	margin: 0 0 7.5rem 0;
}
@media screen and (max-width: 510px) {
	.recruit-wrapper {
		margin-top:4rem;
	}
	.single-recruit .recruit-wrapper{
		margin: 0 0 4rem 0;
	}
}
.recruit-updated{
	margin:1em 0 0 0;
}
.index .entry a {
	color: #fff;
	background: var(--text-color);
}
.index .entry a::before {
	background: url(./images/common/index-yajirushi-wt.svg) no-repeat center / contain;
}
.recruit-table:not(:first-of-type) {
	margin-top:6rem;
}
@media screen and (max-width: 824px) {
	.recruit-table:not(:first-of-type) {
		margin-top:4rem;
	}
}
.recruit-table,
.access-table{
	border-collapse: separate;
	border-spacing: 0;
	border-radius:15px 0 0 15px;
	overflow: hidden; 
	border-top: solid 0.8px var(--yellow-orange);
	border-bottom: solid 0.8px var(--yellow-orange);
}
.recruit-table th,
.access-table th {
	font-weight: 600;
	width: 25%;
	vertical-align: top;
	color:#fff;
	background:var(--yellow-orange);
	border-bottom: solid 1px #fff;
}
.recruit-table td,
.access-table td{
	border-bottom: solid 0.8px var(--yellow-orange);
	border-top: solid 0.8px var(--yellow-orange);
}
@media screen and (max-width: 510px) {
	.recruit-table th,
	.access-table th {
		font-weight: 600;
		width: 30%;
	}
	.recruit-table th,
	.recruit-table td {
		padding: 15px;
	}
}
.recruit-wrapper h3{
	margin-bottom:1em;
}
.single-recruit .lead small {
	display: block;
	line-height: 2;
}
.single-recruit .lead small a {
	text-decoration:underline;
}
.single-recruit .lead small,
.single-recruit .lead small a {
	font-size: 1rem;
}
.single-recruit .btn a{
	font-size:1.2rem;
}

@media screen and (max-width: 824px) {
	.single-recruit .lead small,
	.single-recruit .lead small a {
		font-size: 0.875rem;
	}
}
/*--------------------------------------------------------------
## フォーム設定
--------------------------------------------------------------*/
#entry-form {
	text-align: center;
	margin-top: 7.5rem;
}
@media screen and (max-width: 824px) {
	#entry-form {
		margin-top: 6rem;
	}
}
.entry-form {
	margin-top: 4rem;
}
.entry-form p {
	margin: 0 0 10px;
}
.entry-form a,
#mail-contact a{
	text-decoration:underline;
}
.entry-form label {
	display: inline-block;
	text-align: left;
	line-height: 1.8;
	max-width: 500px;
	width: 100%;
	margin-bottom: 1rem;
}
form label .must{
	color:#e85d09;
	font-size:0.875rem;
}
.entry-form .check-web .radio {
	margin-top: 1rem;
}
.entry-submit {
	margin: 4rem auto 0;
	position: relative;
}
.entry-submit input[type="submit"] {
	width: 100%;
	height: 100%;
	color: #fff;
	background: var(--red-orange);
	border: solid 2.5px var(--red-orange);
	border-radius: 100vh;
	padding: 1.25em 4.5vw;
	width: 280px;
	margin: 0 auto;
	font-weight: bold;
}
.entry-submit input[type="submit"]:focus,
.entry-submit input[type="submit"]:active {
	outline: none;
}
.around-link-wrap {
	margin: 3rem 0 0;
}
.entry-form .no-recaptcha{
	background: #eee;
	display: inline-block;
	padding: 1em 2em;
	margin-top: 2rem;
	border-radius:5px;
}
.form-note{
	border-top:solid 1px #E5DABD;
	padding-top:4rem;
	margin-top:4rem;
	text-align:left;
}

/*--------------------------------------------------------------
## プライバシーポリシー
--------------------------------------------------------------*/
.privacy-policy .entry-header{
	background: url(./images/page/privacy-header.jpg) center / cover no-repeat;
}
.privacy-policy section:not(:first-of-type) {
	margin-top: 4rem;
}
.privacy-policy .page-layout-in h2 {
	font-size: clamp(1.2rem, 0.543rem + 1.28vw, 1.5rem);
	margin-bottom: 1em;
	color: var(--red-orange);
}
@media screen and (max-width: 824px) {
	.privacy-policy section:not(:first-of-type) {
		margin-top: 2.5rem;
	}
}
/*--------------------------------------------------------------
## 404ページ
--------------------------------------------------------------*/
.error404 .entry-header,
.entry-thanks .entry-header{
	background: url(./images/page/404-header.jpg) center / cover no-repeat;
}
.notfound-list li {
	line-height: 2.5em;
}
.notfound-list a {
	color: var(--thin-brown01);
}
.notfound-list >li>a:nth-of-type(1) {
	font-size: clamp(1rem, 0.562rem + 0.85vw, 1.2rem);
	font-family: "Zen Maru Gothic", serif;
}
.notfound-page-list >li {
	margin: clamp(1.5rem, 0.404rem + 2.13vw, 2rem) 0;
}
.error404 h3.headline-orange {
	margin-top: 3rem !important;
}
.search-form-wrapper input[type="search"] {
	width: 80%;
}
.search-form-wrapper input[type="submit"] {
	display: inline-block;
	width: 60px;
	height: 25px;
}
/* 投稿一覧と応募完了を消す */
.page-item-7,
.page-item-121 {
	display: none;
}
/*--------------------------------------------------------------
# カテゴリ別親ページ
--------------------------------------------------------------*/
.related-pages-wrapper{
	background: #f7f6f2;
	background: url(./images/page/recommend-back.jpg) center / cover no-repeat;
	padding:6rem 0;
}
.related-pages-wrapper h3.headline{
	color: var(--yellow-orange);
	font-size: clamp(1rem, 0.756rem + 0.47vw, 1.2rem);
	margin-bottom:0.5em;
}
.child-page-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:clamp(1rem, -0.222rem + 2.37vw, 2rem);
}
.child-page-list li {
	list-style: none;
}
.child-page-list li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 100%;
	padding: 1.5rem 3.5rem 1.5rem clamp(1.5rem, 0.889rem + 1.19vw, 2rem);
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: solid 3px #EFEBE1;
	border-radius: 20px;
	position: relative;
	transition: 0.3s ease;
}

.child-page-list li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url('./images/common/yajirushi-link-page.svg') no-repeat center/contain;
	transition: right 0.3s ease;
}
.child-page-list li a:hover::after {
	right: 1rem;
}
.page-slug{
	font-size:clamp(0.875rem, 0.723rem + 0.3vw, 1rem);
	color:var(--yellow-orange);
	margin:0;
	font-weight:bold;
	text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
	.child-page-list {
		grid-template-columns: repeat(2, 1fr);
		gap:1rem;
	}
}
@media screen and (max-width:824px) {
	.related-pages-wrapper{
		padding:4rem 0;
	}
	.child-page-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.child-page-list li a::after{
		width: 22px;
		height: 22px;
		right:1rem;
	}
	.child-page-list li a:hover::after {
		right: 0.5rem;
	}
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}
/*--------------------------------------------------------------
## フォームへのボタン
--------------------------------------------------------------*/
.fix-btn2 {
	position: static;
	display: none;
}
.fix-btn2 a {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	padding: 18px 10px;
	margin: 0;
	width: 100%;
	text-align: center;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
	background: #212121;
}
@media screen and (max-width: 510px) {
	.fix-btn2 {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 3;
		width: 100%;
	}
	.fix-btn {
		display: none;
	}
}
/*編集用コメントの非表示*/
.comment {
	display: none;
}
/*リキャプチャ非表示*/
.grecaptcha-badge {
	visibility: hidden;
}

/*仕事の内容　内装飾*/
.direct-entry-notice {
    border: 2px solid var(--red-orange);
    padding: 14px;
    margin: 10px 0 0;
    border-radius: 6px;
	);
}

.recruit-note {
  font-weight: 700;  
  color: var(--red-orange);
  line-height: 1.8;
  background: linear-gradient(
    transparent 20%,
    var(--base-yellow) 20%
  );
}

.recruit-seido {
	display: inline-block;
	font-weight: 700;
	line-height: 1.8;
	padding: 0.5rem 1rem;
    border: solid 2px var(--red-orange);
    border-radius: 0.5rem;
	margin-top: 0;
}