/*!
Theme Name: peace-and-peace
Theme URI: http://underscores.me/
Author: Peace and Peace
Author URI: https://peace-kaigo.co.jp
Description: Simple responsive theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: peace-and-peace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ----------
 * 追加
 * ---------- */
:root {
	--text-color: #182133;
	--main-color: #22224c;
	--sub-color: #24a7bc;
	--focus-color: linear-gradient(to right, #ed85a7, #e63178);
	--font-jp: "BIZ UDGothic", sans-serif;
	--font-en: "Open Sans", sans-serif;
}
/* ----------
 * layout
 * ---------- */
#wrapper {
	position: relative;
	overflow: hidden;
}
.page {
	margin: 0;
}
section {
	position: relative;
	width: 100%;
	margin: 70px auto;
	padding: 0 5.3333vw;
	box-sizing: border-box;
}
section.pd {
	margin: 0 auto;
	padding: 70px 5.3333vw;
}
.inner {
	max-width: 1300px;
	margin: 0 auto;
}
/* ----------
 * common
 * ---------- */
body {
	color: var(--text-color);
	font-family: var(--font-jp);
	font-size: clamp(.875rem, calc((100vw - 375px) * (2 / 1065) + .875rem), 1rem);
}
ul, ol {
	margin: 0 0 1.5em;
	padding: 0;
}
ul.none,
ul.disc,
.single .site-main ul,
.single .site-main ol {
	list-style: none;
}
ol.decimal,
.single .site-main ol {
	counter-reset: number 0;
}
ul.disc li,
.single .site-main ul li {
	position: relative;
	padding-left: 1em;
	margin-bottom: .5em;
}
.single .site-main ol li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: .5em;
}
ul.disc li::before,
.single .site-main ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}
ol.decimal li::before,
.single .site-main ol li::before {
	counter-increment: number 1;
	position: absolute;
	top: 0;
	left: 0;
	content: counter(number) ".";  
}
img {
	display: block;
}
figure {
	margin: 0;
}
time {
	display: block;
	font-family: var(--font-en);
	letter-spacing: .2em;
}
table, tbody {
	border-collapse: collapse;
}
a.none {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	outline: none;
}
.pc, .pc2, .pc3 {
	display: none !important;
}
p {
	letter-spacing: .1em;
	text-indent: .1em;
	text-align: justify;
	line-height: 2;
}
.ct {
	text-align: center;
}
.r {
	text-align: right;
}
.l {
	text-align: left;
}
/* heading */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	line-height: 1.35;
}
.sec_title {
	letter-spacing: .1em;
	text-indent: .1em;
	text-align: center;
}
.sec_title span {
	display: inline-block;
	position: relative;
}
.sec_title span::after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 8em;
	aspect-ratio: 480 / 65;
	background: url("images/common/line-sec-title.webp") top center / contain no-repeat;
	content: "";
	transform: translateX(-50%);
}
/* button */
.btn_link a,
.cta_info li.contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 300px;
	height: 60px;
	margin: 30px auto 0;
	margin-top: clamp(30px, 8vw, 50px);
	border: 2px solid var(--main-color);
	border-radius: 30px;
	box-sizing: border-box;
	background: #fff;
	color: var(--main-color);
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: .05em;
	text-decoration: none;
	transition: all .15s ease;
}
.btn_link a::before,
.btn_link a::after,
.cta_info li.contact a::before,
.cta_info li.contact a::after {
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	content: "";
	overflow: hidden;
	transform: translateY(-50%);
}
.btn_link a::before,
.cta_info li.contact a::before {
	border-radius: 50%;
	background: var(--focus-color);
}
.btn_link a::after,
.cta_info li.contact a::after {
	background: url("images/common/arrow-link.svg") center / 20px 17.5px no-repeat;
}
.btn_link a:hover,
.cta_info li.contact a:hover {
	color: var(--sub-color);
	box-shadow: -3px -3px 0 var(--main-color);
	transform: translate(3px, 3px);
}
.btn_link a:hover::after,
.cta_info li.contact a:hover::after {
	animation: arrowSlide .3s ease;
}
.text_link a {
	display: inline-block;
	position: relative;
	padding-right: 2.5em;
	color: var(--main-color);
	text-decoration: none;
	transition: color .15s ease;
}
.text_link a::before,
.text_link a::after {
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1.5em;
	height: 1.5em;
	box-sizing: border-box;
	content: "";
	overflow: hidden;
	transform: translateY(-50%);
}
.text_link a::before {
	border-radius: 50%;
	background: var(--focus-color);
}
.text_link a::after {
	background: url("images/common/arrow-link.svg") center / 1em .875em no-repeat;
}
.text_link a:hover {
	color: var(--sub-color);
}
.text_link a:hover::after {
	animation: arrowSlide2 .3s ease;
}
@keyframes arrowSlide {
	0% { right: 15px; }
	40% { right: 0; }
	50% { opacity: 0; right: 30px; }
	100% { opacity: 1; right: 15px; }
}
@keyframes arrowSlide2 {
	0% { right: 0; }
	40% { right: -15px; }
	50% { opacity: 0; right: 15px; }
	100% { opacity: 1; right: 0; }
}
/* ----------
 * header
 * ---------- */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 0 5.3333vw;
	box-sizing: border-box;
	transition: all .5s ease;
	z-index: 100;
}
.home .site-header {
	transform: translateY(-100%);
}
.site-header.is-scroll {
	background: rgba(255, 255, 255, .8);
	box-shadow: rgba(34, 34, 76, .1) 0 10px 15px -3px, rgba(34, 34, 76, .05) 0 4px 6px -2px;
}
.home .site-header.is-scroll {
	transform: translateY(0);
}
/* logo */
.site-branding, .site-title, .site-title a {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
}
.site-title a {
	width: 180px;
}
/* fixed menu */
.fixed_menu * {
	border: none;
	appearance: none;
	outline: none;
}
.fixed_menu .fixed_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: url("images/common/bg-circle.webp") center / 100% auto repeat-y, rgba(255, 255, 255, .5);
	backdrop-filter: blur(20px);
	width: 100%;
	height: 100svh;
	z-index: 999;
}
.fixed_menu .fixed_button {
	cursor: pointer;
	display: block;
	position: fixed;
	top: 15px;
	right: 25px;
	width: 26px;
	padding: 0;
	background: none;
	z-index: 1001;
}
.fixed_menu .fixed_button.active {
	top: 15px;
	right: 20px;
}
.fixed_menu .fixed_button .fixed_bar {
	display: block;
	height: 2px;
	margin: 6px 0;
	background: var(--focus-color);
	transition: all .2s ease;
	transform-origin: center;
}
.fixed_menu .fixed_button.active .fixed_bar {
	width: 25px;
}
.fixed_menu .fixed_button.active .fixed_bar1 {
	transform: translateY(5.5px) rotate(45deg);
}
.fixed_menu .fixed_button.active .fixed_bar2 {
	opacity: 0;
}
.fixed_menu .fixed_button.active .fixed_bar3 {
	transform: translateY(-11px) rotate(-45deg);
}
.fixed_menu .fixed_nav_wrapper {
	position: fixed;
	top: 0;
	right: 0;
	background: url("images/common/bg-wood.webp") top center / auto 100% no-repeat;
	width: 100%;
	max-width: 420px;
	height: 100svh;
	padding: 50px 20px 30px;
	box-sizing: border-box;
	overflow-y: scroll;
	opacity: 0;
	transition: opacity .8s cubic-bezier(.52, .08, .18, 1);
	transform: translateX(420px);
	z-index: 1000;
}
.fixed_menu .fixed_nav_wrapper.open {
	opacity: 1;
	transform: translateX(0);
}
.fixed_logo {
	display: flex;
	align-items: center;
	width: 240px;
	margin: 0 auto;
}
/* global menu */
.global_menu {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 20px 0 30px;
}
.global_menu li {
	width: 47%;
	margin-top: 30px;
	text-align: center;
}
.global_menu li a {
	display: block;
	padding: 1em 0;
	border: 2px solid var(--main-color);
	box-sizing: border-box;
	background: rgba(255, 255, 255, .8);
	color: var(--main-color);
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-indent: .1em;
	text-decoration: none;
	box-shadow: rgba(34, 34, 76, 0.4) 0 0 0 2px, rgba(34, 34, 76, .65) 0 4px 6px -1px, rgba(255, 255, 255, .08) 0 1px 0px inset;
}
.header_info {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 1em;
	padding-top: calc(1em + 35px);
	border: 2px solid var(--main-color);
	background: rgba(255, 255, 255, .8);
	color: var(--text-color);
	box-shadow: rgba(34, 34, 76, 0.4) 0 0 0 2px, rgba(34, 34, 76, .65) 0 4px 6px -1px, rgba(255, 255, 255, .08) 0 1px 0px inset;
}
.header_info::after {
	position: absolute;
	top: -35px;
	left: 50%;
	width: 200px;
	height: 70px;
	background: url("images/common/deco-flower1.webp") center / contain no-repeat;
	content: "";
	transform: translateX(-50%);
}
.header_info p {
	margin: 0;
	font-size: .875rem;
	font-weight: 500;
	text-align: center;
}
.header_info .desc {
	margin: 0 0 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid var(--main-color);
	font-weight: 500;
}
.header_info .tel a {
	display: flex;
	justify-content: center;
}
.header_info .hour {
	margin-top: .75em;
	text-align: center;
}
/* ----------
 * footer
 * ---------- */
.footer_wrap {
	background: url("images/common/bg-wood.webp") top left / 100% auto repeat-y;
}
/* cta */
.cta {
	margin: 0;
	padding: 10px;
	background: url("images/common/bg-stripe.webp") top left / 1280px auto repeat;
}
.cta_box {
	position: relative;
	padding: 50px 5.333vw 30px;
	box-sizing: border-box;
	background: rgba(35, 35, 53, .8);
}
.cta .header {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	height: 10.5em;
	background: url("images/common/deco-contact.webp") center top / contain no-repeat;
}
.cta .header * {
	color: #fff;
	text-align: center;
}
.cta .desc {
	color: #fff;
}
.cta_info li.tel a,
.cta_info li.contact a {
	margin-top: 2em;
}
.cta_info li.tel a {
	display: flex;
	justify-content: center;
}
.cta_info li.contact a {
	background: var(--focus-color);
	color: #fff;
}
.cta_info li.contact a::before {
	background: #fff;
}
.cta_info li.contact a::after {
	background: url("images/common/arrow-link-navy.svg") center / 20px 17.5px no-repeat;
}
.cta_info li.contact a:hover {
	color: #eff3f9;
}
/* footer content */
.site-footer {
	padding: 50px 5.3333vw 0;
}
.footer_box {
	position: relative;
	margin: 0 auto 50px;
	max-width: 1300px;
	padding: 30px 6vw;
	background: rgba(255, 255, 255, .7);
	z-index: 1;
}
.footer_box::before,
.footer_box::after {
	position: absolute;
	width: 100px;
	height: 100px;
	content: "";
}
.footer_box::before {
	top: -20px;
	right: -20px;
	background: url("images/common/deco-flower3.webp") right top / contain no-repeat;
}
.footer_box::after {
	bottom: -20px;
	left: -20px;
	background: url("images/common/deco-flower4.webp") right top / contain no-repeat;
}
.footer_box .border span {
	display: block;
	position: absolute;
	background: var(--main-color);
}
.footer_box .border span:nth-child(1) {
	top: -10px;
	left: 0;
	width: 1.5px;
	height: calc(100% - 100px);
}
.footer_box .border span:nth-child(2) {
	top: 0;
	left: -10px;
	width: 70%;
	height: 1.5px;
}
.footer_box .border span:nth-child(3) {
	bottom: -10px;
	right: 0;
	width: 1.5px;
	height: calc(100% - 100px);
}
.footer_box .border span:nth-child(4) {
	bottom: 0;
	right: -10px;
	width: 70%;
	height: 1px;
}
.footer_logo {
	margin-bottom: 1.5em;
}
.footer_info p {
	margin: 0;
	color: var(--main-color);
	font-weight: 500;
	line-height: 1.65;
}
.footer_info p a {
	color: var(--main-color);
	text-decoration: none;
}
.footer_menu_list {
	display: flex;
	flex-flow: row wrap;
	margin: 1.5em 0;
}
.footer_menu_list li {
	position: relative;
	width: 50%;
	margin-bottom: 20px;
	padding-left: 1.1em;
	box-sizing: border-box;
}
.footer_menu_list li::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1em;
	height: 1.2em;
	background: url("images/common/asterisk.svg") left center / contain no-repeat;
	content: "";
	transform: translateY(-50%);
}
.footer_menu_list li a {
	color: var(--main-color);
	font-weight: 500;
	text-decoration: none;
	transition: opacity .3s ease;
}
.footer_menu_list li a:hover {
	opacity: .6;
}
.footer_menu_list li a span {
	display: inline-block;
	position: relative;
	top: .25em;
	width: 1.2em;
	height: 1.2em;
	margin: -.1em 0 0 .75em;
	background: url("images/common/icon-link.svg") center / contain no-repeat;
}
.copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.75em;
	margin: 0 -5.3333vw;
	background: #232335;
	color: #eff3f9;
	font-size: .75em;
}
.copyright a {
	color: #eff3f9;
	text-decoration: none;
}
/* ----------
 * top
 * ---------- */
.sec_title_en {
	margin: 0 0 .25em;
	color: var(--main-color);
	font-family: var(--font-en);
	font-size: clamp(2.25rem, calc((100vw - 375px) * (20 / 1065) + 2.25rem), 3.5rem);
	font-weight: 600;
	line-height: 1;
}
.top_title {
	margin: 0 0 1.5em;
	color: var(--main-color);
	font-size: clamp(1rem, calc((100vw - 375px) * (4 / 1065) + 1rem), 1.25rem);
	font-weight: 500;
}
/* main visual */
.main_visual {
	position: relative;
	height: 100svh;
	margin: 0;
	padding: 0;
	background: rgba(56, 17, 0, .1);
}
.main_visual::before,
.main_visual::after {
	position: absolute;
	content: "";
}
.main_visual::before {
	width: 100%;
	height: 100%;
	background: url("images/top/mv.webp") center / cover no-repeat;
	z-index: -1;
}
.main_visual::after {
	pointer-events: none;
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 20px);
	border-top: 3px solid var(--main-color);
	border-left: 3px solid var(--main-color);
	border-right: 3px solid var(--main-color);
	box-sizing: border-box;
}
.mv_logo {
	position: absolute;
	top: 0;
	left: 50%;
	width: 90%;
	transform: translateX(-50%);
	z-index: 1;
}
h2.copy {
	position: absolute;
	top: 50%;
	left: 8%;
	width: 90%;
	margin: 0;
	z-index: 1;
}
h2.copy div {
	margin: .75em 0;
}
/* too news */
.top_news {
	position: relative;
	margin: 0;
	padding: 30px 0;
}
.top_news::before,
.top_news::after {
	pointer-events: none;
	position: absolute;
	content: "";
}
.top_news::before {
	inset: 0;
	background: url("images/common/bg-check.webp") center top / 250% auto repeat-y;
	opacity: .3;
	z-index: -2;
}
.top_news::after {
	top: 0;
	left: 20px;
	bottom: 30px;
	width: calc(100% - 40px);
	height: calc(100% - 30px);
	border-bottom: 3px solid var(--main-color);
	border-left: 3px solid var(--main-color);
	border-right: 3px solid var(--main-color);
	box-sizing: border-box;
}
.top_news .inner {
	position: relative;
	padding: 0 40px;
	box-sizing: border-box;
}
.top_news .inner::after,
.top_recruit .text::after,
.cta_box::after {
	pointer-events: none;
	position: absolute;
	width: 125px;
	height: 69px;
	content: "";
}
.top_news .inner::after {
	top: 30px;
	right: 50px;
	background: url("images/common/peace-navy.webp") center / contain no-repeat;
}
.top_news .header {
	margin: 0 0 1.5em;
	width: 10em;
	padding: 0 2em 1.5em 0;
	border-right: 3px solid var(--sub-color);
	background: url("images/top/deco-news.webp") left top 5.5em / 80% auto no-repeat;
	text-align: right;
}
.top_news .content {
	width: 100%;
}
.top_news_list li {
	margin: 0 0 1em;
	padding: 1em;
	border-radius: .5em;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 10px rgba(27, 38, 73, .3);
}
.top_news_list li a {
	text-decoration: none;
}
.top_news_list li a time,
.top_blog_list li a time {
	color: var(--main-color);
}
.top_news_list li a h3,
.top_blog_list li a h3 {
	margin: 0;
	color: var(--text-color);
	font-size: 1em;
	font-weight: 500;
	text-align: justify;
	line-height: 1.5;
	transition: all .3s ease;
}
.top_news_list li a:hover h3,
.top_blog_list li a:hover h3 {
	color: var(--sub-color);
}
.top_news .text_link {
	margin-bottom: 20px;
	text-align: right;
}
/* top about */
.top_about, .top_service {
	margin: 0;
}
.top_about {
	padding: 70px 0;
}
.top_about::before, .top_about::after,
.top_service::before, .top_service::after {
	pointer-events: none;
	position: absolute;
	content: "";
}
.top_about::before,
.top_service::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff8f5;
	z-index: -2;
}
.top_about::after,
.top_service::after {
	left: 5.3333vw;
	width: calc(100% - 10.6666vw);
	height: calc(100% - 105px);
	border: 3px solid var(--main-color);
	box-sizing: border-box;
	z-index: -1;
}
.top_about::after {
	top: 70px;
}
.top_about figure {
	margin: -1.5em 0 1em;
}
.top_about .text,
.top_service .text {
	padding: 0 8vw 15px;
}
.top_about .header,
.top_service .header {
	border-left: 3px solid var(--sub-color);
	padding-left: 2.25vw;
	box-sizing: border-box;
	background: #fff8f5;
}
/* top service */
.top_service {
	padding: 70px 0 105px;
}
.top_service::after {
	top: 35px;
}
/* top staff */
.top_staff {
	background: url("images/common/bg-circle-sp.webp") center / 100% auto repeat-y;
}
.top_staff::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("images/common/bg-wood.webp") top left / 100% auto repeat-y;
	content: "";
	z-index: -1;
}
.top_staff .staff_box {
	position: relative;
	padding: 50px 15px;
	box-sizing: border-box;
	z-index: 1;
}
.top_staff .staff_box::before,
.top_staff .staff_box::after {
	position: absolute;
	content: "";
}
.top_staff .staff_box::before {
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	background: url("images/common/bg-stripe.webp") top left / cover repeat-y;
	z-index: -2;
}
.top_staff .staff_box::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff8f5;
	z-index: -1;
}
.staff_box .flower {
	position: absolute;
	top: -35px;
	left: 50%;
	width: 200px;
	height: 70px;
	background: url("images/common/deco-flower1.webp") center / contain no-repeat;
	transform: translateX(-50%);
}
.staff_box figure {
	margin-bottom: 1.5em;
}
.staff_box figure img {
	margin: auto;
}
.top_staff .header {
	padding-left: 2.25vw;
	border-left: 3px solid var(--sub-color);
}
/* top recruit */
.top_recruit {
	margin: 0;
	padding: 0;
	background: rgba(41, 41, 66, .8);
}
.top_recruit::after {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: "";
}
.top_recruit .sec_title_en {
	color: var(--sub-color);
}
.top_recruit .top_title,
.top_recruit p {
	color: #fff;
}
.top_recruit .text {
	position: relative;
	padding: 70px 5.3333vw 30px;
	box-sizing: border-box;
	background: url("images/top/bg-recruit.webp") center / cover no-repeat;
	box-shadow: 0 6px 18px rgba(34, 34, 76, 1);
	z-index: 1;
}
.top_recruit .text::after {
	top: 6vw;
	right: 6vw;
	background: url("images/common/peace-wh.webp") center / contain no-repeat;
}
.top_recruit .header {
	padding-left: 2.25vw;
	border-left: 3px solid var(--text-color);
}
.top_recruit figure {
	padding-bottom: 33px;
	box-sizing: border-box;
}
/* top blog */
.top_blog {
	background: url("images/common/bg-check-circle.webp") top left / 48% auto no-repeat;
}
.top_blog::before {
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 60%;
	width: 30vw;
	height: 30vw;
	background: url("images/common/deco-flower2.webp") right bottom / contain no-repeat;
	content: "";
}
.top_blog .header {
	padding-left: 2.25vw;
	border-left: 3px solid var(--sub-color);
}
.top_blog_list li {
	margin-bottom: 3em;
}
.top_blog_list li a {
	text-decoration: none;
}
.top_blog_list li a time {
	margin: 1em 0;
	text-align: right;
}
.top_blog .btn_link {
	padding-bottom: 14vw;
}
/* ----------
 * page
 * ---------- */
 /* page header */
.page_header {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 65svh;
}
.title_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 10em;
	max-width: 480px;
	background: #fff;
	text-align: center;
}
.title_box::before,
.title_box::after {
	pointer-events: none;
	position: absolute;
	left: 50%;
	width: 75%;
	height: 100%;
	content: "";
	transform: translateX(-50%);
}
.title_box::before {
	bottom: 100%;
	background: url("images/common/page-header1.webp") center bottom / contain no-repeat;
}
.title_box::after {
	top: 100%;
	background: url("images/common/page-header2.webp") center top / contain no-repeat;
}
.title_box * {
	text-align: center;
}
.page_title_en {
	margin: 0;
	font-family: var(--font-en);
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.5;
}
.page_title {
	margin: 0;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: .2em;
	text-indent: .2em;
}
/* ----------
 * about
 * ---------- */
/* ----------
 * service
 * ---------- */
/* ----------
 * staff
 * ---------- */
/* ----------
 * recruit
 * ---------- */
/* ----------
 * contact
 * ---------- */
/* form */
table.contact_form, table.contact_form tbody {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
table.contact_form tr {
	display: flex;
	flex-direction: column;
}
table.contact_form th, table.contact_form td {
	padding: 1.5em .5em;
	border-bottom: 1px solid rgba(38, 13, 7, .1);
	box-sizing: border-box;
	font-size: 1em;
}
table.contact_form th {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	color: var(--text-color);
	font-weight: 400;
	text-align: left;
}
table.contact_form th .req {
	display: inline-block;
	padding: .5em .3em .4em;
	background: #b55050;
	color: var(--focus-color);
	letter-spacing: .3em;
	text-indent: .3em;
	line-height: 1;
}
table.contact_form td {
	width: 100%;
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form textarea {
	display: block;
	width: 100%;
	padding: 5px;
	border-radius: 0;
}
.contact_form input[type="text"]:focus,
.contact_form input[type="email"]:focus,
.contact_form textarea:focus,
.contact_form input[type="text"]:focus-visible,
.contact_form input[type="email"]:focus-visible
.contact_form textarea:focus-visible {
	outline-color: var(--sub-color);
}
.btn_form {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 320px;
	margin: clamp(40px, 10.6666vw, 80px) auto 0;
}
.contact_form .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	margin: 1em auto 0;
	padding: 0;
	border: 2px solid var(--main-color);
	border-radius: .2em;
	box-sizing: border-box;
	background: var(--main-color);
	color: #fff;
	font-size: .9375rem;
	letter-spacing: .05em;
	transition: all .3s ease;
}
.contact_form .btn:hover {
	background: #fff;
	color: var(--main-color);
}
/* ----------
 * category
 * ---------- */
.post {
	margin: 0;
}
.content_post {
	margin: 0 auto;
	padding: 70px 5.3333vw;
}
.article_list.news {
	border-top: 1px solid rgba(255, 255, 255, .6);
}
.article_list.blog article {
	margin-top: 3em;
}
.article_list.blog article:first-of-type {
	margin-top: 0;
}
.article_list article a {
	display: block;
	text-decoration: none;
	transition: all .3s ease;
}
.article_list.news article a {
	padding: 2em 0;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
}
.article_list.blog article a {
	box-sizing: border-box;
	background: #fff;
	box-shadow: rgba(34, 34, 76, .2) 0 .15em .3em 0, rgba(34, 34, 76, .3) 0 .15em 1.5em 0;
}
.article_list.news article a:hover {
	background: var(--sub-color);
}
.article_list.blog article a:hover {
	box-shadow: none;
}
.article_list article a figure {
	position: relative;
	height: 0;
	margin: 0;
	padding-top: 66.6666%;
	overflow: hidden;
}
.article_list article a figure img,
.post-thumbnail img {
	position: absolute;
	inset: 0;
}
.article_list.blog article a .text {
	padding: 10px 20px;
}
.article_list article a .date {
	color: var(--main-color);
}
.article_list.blog article a .date {
	text-align: right;
}
.article_list article a h2 {
	margin-top: .5em;
	color: var(--main-color);
	font-size: 1em;
	line-height: 1.5;
	transition: all .3s ease;
}
.article_list.news article a:hover *,
.article_list.news article a:hover .more,
.article_list.news article a:hover .more::after {
	color: #fff;
}
.article_list article a .more {
	position: relative;
	padding-right: 24px;
	color: var(--main-color);
	font-family: var(--font-en);
	font-size: .75rem;
	text-align: right;
	line-height: 1;
	transition: all .3s ease;
}
.article_list.blog article a .more {
	padding-right: 5px;
}
.article_list article a .more::after {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 12px;
	height: 12px;
	content: ">";
	transition: all .3s ease;
	transform: translateY(-50%);
}
.article_list.blog article a .more::after {
	right: -10px;
}
.article_list article a:hover .more::after {
	right: 0;
}
.article_list.blog article a:hover .more::after {
	right: -15px;
}
/* pagenation */
.category .pagination {
	width: 100%;
	margin-top: 70px;
}
.category .nav-links {
	display: flex;
	justify-content: center;
}
.category .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	color: var(--main-color);
	font-weight: 500;
	line-height: 1;
	transition: all .3s ease;
}
.category .page-numbers.current, .category a.page-numbers:hover {
	border-radius: 50%;
	box-sizing: border-box;
	background: var(--main-color);
	color: #fff;
}
.category a.page-numbers {
	text-decoration: none;
}
.category .page-numbers:hover, .category a.page-numbers:hover {
	background: var(--sub-color);
}
/* ----------
 * sidebar
 * ---------- */
section.widget {
	margin: 0 auto 4em;
	padding: 0;
}
section.widget:first-of-type {
	margin-top: clamp(65px, 18.5vw, 110px);
}
section.widget:last-of-type {
	margin-bottom: 0;
}
.widget-title {
	position: relative;
	margin-bottom: 1em;
	padding: .25em 0 .25em .8em;
	border-left: 5px solid var(--sub-color);
	color: var(--main-color);
	font-family: var(--font-en);
	font-size: clamp(1.5rem, 5.7vw, 1.125rem);
	line-height: 1;
}
.widget ul {
	list-style: none;
	margin: 0;
}
.widget li:last-child {
	margin-bottom: 0;
}
.widget li {
	margin-bottom: 1.5em;
	font-size: clamp(.8rem, 2.9vw, .875rem);
	line-height: 1.5;
}
.widget li a {
	color: var(--main-color);
	text-decoration: none;
	transition: all .3s ease;
}
.widget li a:hover {
	text-decoration: underline;
}
/* ----------
 * post
 * ---------- */
.post-thumbnail {
	position: relative;
	height: 0;
	margin: 0 0 1.5em;
	padding-top: 56.25%;
	overflow: hidden;
}
.single .site-main .entry-header {
	margin-bottom: 1.8em;
}
.single .site-main time {
	color: var(--main-color);
	text-align: right;
}
.single .entry-title {
	font-size: clamp(1.125rem, 4.75vw, 1.75rem);
}
/* post content */
.single .site-main h2 {
	color: var(--main-color);
	padding: 0 0 0 .75em;
	border-left: .25em solid var(--sub-color);
}
.single .site-main h3 {
	padding-left: .6em;
	color: var(--main-color);
	border-left: .2em solid var(--sub-color);
}
.single .site-main h5 {
	color: var(--main-color);
	font-size: 1em;
}
.single .site-main p,
.single .site-main ul li,
.single .site-main ol li {
	color: var(--main-color);
}
/* pagenation */
.single .post-navigation {
	margin-top: 50px;
}
.single .nav-links {
	justify-content: space-between;
	align-items: center;
}
.single .nav-links > * {
	width: 48.5%;
}
.single .nav-links a {
	display: flex;
	align-items: center;
	color: var(--main-color);
	font-size: 93.3333%;
	text-decoration: none;
}
.single .nav-next a {
	justify-content: flex-end;
}
.single a .nav-title {
	transition: all .3s ease;
}
.single a:hover .nav-title {
	text-decoration: underline;
}
.single .nav-previous a .nav-subtitle,
.single .nav-next a .nav-subtitle {
	display: inline-block;
}
.single .nav-previous a .nav-subtitle {
	margin-right: .5em;
}
.single .nav-next a .nav-subtitle {
	margin-left: .5em;
}
/* ----------
 * responsive
 * ---------- */
@media (min-width: 768px) {
	/* ----------
	 * layout
	 * ---------- */
	section {
		margin: 80px auto;
	}
	section.pd {
		padding: 80px 5.3333vw;
	}
	/* ----------
	 * common
	 * ---------- */
	.sp {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
	/* ----------
	 * header
	 * ---------- */

	/* ----------
	 * footer
	 * ---------- */
	/* footer content */
	.footer_menu_list li {
		width: 33.3333%;
	}
	/* ----------
	 * top
	 * ---------- */
	/* top about */
	.top_about {
		padding: 80px 0;
	}
	.top_about::after,
	.top_service::after {
		height: calc(100% - 120px);
	}
	.top_about::after {
		top: 80px;
	}
	.top_about figure {
		margin: -2.5em 0 1em;
	}
	/* top service */
	.top_service {
		padding: 80px 0 120px;
	}
	.top_service::after {
		top: 40px;
	}
	/* top recruit */
	.top_recruit .text {
		padding-top: 80px;
	}
	/* ----------
	 * page
	 * ---------- */
	 /* page header */
	/* ----------
	 * 各ページ（※ページごとに区切る）
	 * ---------- */
	/* ----------
	 * contact
	 * ---------- */
	/* form */
	table.contact_form tr {
		flex-direction: row;
	}
	table.contact_form th {
		width: 27%;
	}
	table.contact_form td {
		width: 73%;
	}
	/* ----------
	 * category
	 * ---------- */
	/* pagenation */
	.category .pagination {
		margin-top: 80px;
	}
	/* ----------
	 * sidebar
	 * ---------- */
	.content_post .widget-area {
		padding: 0 2vw;
	}
}
@media (min-width: 992px) {
	/* ----------
	 * layout
	 * ---------- */
	section {
		margin: 100px auto;
	}
	section.pd {
		padding: 100px 5.3333vw;
	}
	/* ----------
	 * common
	 * ---------- */
	body {
		font-size: .9375rem;
	}
	.sp2 {
		display: none !important;
	}
	.pc2 {
		display: block !important;
	}
	/* ----------
	 * header
	 * ---------- */

	/* ----------
	 * footer
	 * ---------- */
	/* cta */
	.cta .desc {
		text-align: center;
	}
	.cta_info {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	/* footer content */
	.footer_box::before,
	.footer_box::after {
		width: 120px;
		height: 120px;
	}
	.footer_box::before {
		top: -25px;
		right: -25px;
	}
	.footer_box::after {
		bottom: -25px;
		left: -25px;
	}
	.footer_box .border span:nth-child(1) {
		top: -25px;
		height: calc(100% - 120px);
	}
	.footer_box .border span:nth-child(2) {
		left: -25px;
	}
	.footer_box .border span:nth-child(3) {
		bottom: -25px;
		height: calc(100% - 120px);
	}
	.footer_box .border span:nth-child(4) {
		right: -25px;
	}
	.footer_box .flex {
		display: flex;
		justify-content: space-between;
	}
	.footer_content {
		width: 40%;
	}
	.footer_menu {
		width: 50%;
	}
	.footer_menu_list li {
		width: 50%;
	}
	/* ----------
	 * top
	 * ---------- */
	/* main visual */
	.mv_logo {
		left: 50px;
		width: 27%;
		transform: translateX(0);
	}
	h2.copy {
		left: 50%;
		width: 43.3333%;
	}
	/* top news */
	.top_news::before,
	.page_header::before {
		background: url("images/common/bg-check.webp") center top / 150% auto repeat-y;
	}
	.top_news .inner {
		display: flex;
	}
	.top_news .inner::after {
		top: auto;
		bottom: 40px;
		right: auto;
		left: 50px;
	}
	.top_news .header {
		border-right: none;
	}
	.top_news_list {
		padding-left: 2em;
		border-left: 3px solid var(--sub-color);
	}
	.top_news_list li a {
		display: flex;
		align-items: center;
	}
	.top_news_list li a time {
		width: 9em;
	}
	/* top about */
	.top_about {
		padding: 100px 0;
	}
	.top_about::after,
	.top_service::after {
		height: calc(100% - 150px);
	}
	.top_about::after {
		top: 100px;
	}
	.top_about figure {
		margin: -2.5em 0 1em;
	}
	.top_about figure img {
		margin: 0 0 0 auto;
	}
	/* top service */
	.top_service {
		padding: 100px 0 150px;
	}
	.top_service::after {
		top: 50px;
	}
	/* top staff */
	.top_staff {
		background: url("images/common/bg-circle.webp") center / 100% auto repeat-y;
	}
	.top_staff .staff_box {
		display: flex;
		padding: 70px 50px;
	}
	.top_staff figure {
		width: 50%;
		margin: 0;
	}
	.top_staff .text {
		width: 50%;
	}
	/* top recruit */
	.top_recruit {
		display: flex;
		overflow-y: hidden;
	}
	.top_recruit::after {
		bottom: 0;
		left: auto;
		right: 13.5px;
		width: 3px;
		height: 100%;
	}
	.top_recruit .text {
		width: 50%;
		padding: 100px 5.3333vw;
		box-shadow: 6px 0 18px rgba(34, 34, 76, 1);
	}
	.top_recruit figure {
		position: relative;
		width: calc(50% - 30px);
		padding: 0 30px 0 0;
	}
	.top_recruit figure img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	/* top blog */
	.top_blog {
		background: url("images/common/bg-check-circle.webp") top left / 24% auto no-repeat;
	}
	.top_blog::before {
		left: 16%;
		width: 13vw;
		height: 13vw;
	}
	.top_blog_list {
		display: flex;
		justify-content: space-between;
	}
	.top_blog_list li {
		width: 30%;
		margin: 0;
	}
	.top_blog_list li:nth-child(2) {
		margin-top: 50px;
	}
	.top_blog .btn_link {
		padding-bottom: 0;
	}
	.top_blog .btn_link a {
		margin: 50px 0 0 auto;
	}
	/* ----------
	 * page
	 * ---------- */
	 /* page header */
	.page_header {
		height: 70vh;
	}
	.title_box {
		width: 50%;
	}
	/* ----------
	 * 各ページ（※ページごとに区切る）
	 * ---------- */
	/* ----------
	 * category
	 * ---------- */
	.content_post {
		padding: 100px 5.3333vw;
	}
	.article_list.blog {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.article_list.blog article {
		width: 46.8%;
	}
	.article_list.blog article:nth-of-type(2) {
		margin-top: 0;
	}
	.article_list.blog article a {
		height: 100%;
	}
	/* pagenation */
	.category .pagination {
		margin-top: 100px;
	}
}
@media (min-width: 1200px) {
	/* ----------
	 * layout
	 * ---------- */
	section {
		margin: 120px auto;
		padding: 0 3vw;
	}
	section.pd {
		padding: 120px 3vw;
	}
	/* ----------
	 * common
	 * ---------- */
	.sp3 {
		display: none !important;
	}
	.pc3 {
		display: block !important;
	}
	/* ----------
	 * header
	 * ---------- */
	.site-header {
		display: flex;
		justify-content: space-between;
		height: 110px;
		padding: 0 15px 0 60px;
	}
	.site-header.is-scroll {
		height: 80px;
		backdrop-filter: blur(20px);
	}
	.site-branding {
		width: 17.3%;
	}
	.site-title a {
		width: 100%;
	}
	.site-header nav {
		display: flex;
		justify-content: space-between;
		width: 77%;
		max-width: 1329px;
	}
	.fixed_menu .fixed_nav_wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: static;
		width: 100%;
		max-width: initial;
		padding: 0;
		background: none;
		overflow-y: visible;
		opacity: 1;
		transform: translateX(0);
	}
	.fixed_menu .fixed_bg,
	.fixed_menu .fixed_nav_wrapper {
		height: 100%;
	}
	/* global menu */
	.fixed_menu {
		width: 100%;
		height: 100%;
	}
	.global_menu {
		flex-flow: row nowrap;
		align-items: center;
		width: 65%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	.header_info {
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
		width: 33%;
		max-width: 340px;
		min-height: 70px;
		padding: 5px 10px;
		box-shadow: none;
	}
	.header_info::after {
		display: none;
	}
	.global_menu li {
		width: auto;
		margin: 0;
	}
	.global_menu li a {
		position: relative;
		padding: 0;
		border: none;
		background: none;
		font-size: .875rem;
		line-height: 1;
		box-shadow: none;
		transition: all .3s ease;
	}
	.global_menu li a:hover {
		padding-bottom: .75em;
	}
	.global_menu li a::after {
		display: inline-block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		border-radius: 1.5px;
		box-sizing: border-box;
		background: var(--focus-color);
		content: "";
		opacity: 0;
		transition: all .3s ease;
	}
	.global_menu li a:hover::after {
		opacity: 1;
	}
	.header_info p {
		font-size: .625rem;
		letter-spacing: 0;
	}
	.header_info .desc {
		width: 39%;
		margin: 0;
		padding: 0;
		border-bottom: none;
		text-align: left;
		line-height: 1.75;
	}
	.header_info .content {
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-grow: 2;
		width: 47%;
	}
	.header_info .hour {
		white-space: nowrap;
		line-height: 1;
	}
	/* ----------
	 * footer
	 * ---------- */
	/* cta */
	.cta .header {
		height: 15em;
	}
	.cta_info li.contact a {
		width: 320px;
	}
	/* ----------
	 * top
	 * ---------- */
	.sec_title_en {
		margin: 0 0 .25em;
		font-size: 3.75em;
	}
	.top_title {
		margin: 0 0 1.5em;
	}
	/* main visual */
	.main_visual::after {
		top: 50px;
		left: 50px;
		width: calc(100% - 100px);
		height: calc(100% - 50px);
		border-top: 5px solid var(--main-color);
		border-left: 5px solid var(--main-color);
		border-right: 5px solid var(--main-color);
	}
	/* top news */
	.top_news {
		padding: 80px 0;
	}
	.top_news::before,
	.page_header::before {
		background: url("images/common/bg-check.webp") center top / 100% auto repeat-y;
	}
	.top_news::after {
		left: 50px;
		bottom: 80px;
		width: calc(100% - 100px);
		height: calc(100% - 80px);
		border-bottom: 5px solid var(--main-color);
		border-left: 5px solid var(--main-color);
		border-right: 5px solid var(--main-color);
	}
	.top_news .inner {
		padding: 0 80px;
	}
	.top_news .header {
		width: 13.5em;
		background: url("images/top/deco-news.webp") left top 7.5em / 80% auto no-repeat;
	}
	/* top about */
	.top_about {
		padding: 120px 0;
	}
	.top_about::after,
	.top_service::after {
		height: calc(100% - 180px);
	}
	.top_about::after {
		top: 120px;
	}
	.top_about figure {
		margin: -2.5em 0 1em;
	}
	.top_about figure img {
		margin: 0 0 0 auto;
	}
	.top_about .content,
	.top_service .content {
		display: flex;
	}
	.top_about figure,
	.top_service figure {
		width: 60%;
	}
	.top_about figure {
		order: 1;
		margin: -50px 0 0;
	}
	.top_about .text,
	.top_service .text {
		width: 40%;
		padding: 100px 4vw 0;
		padding-left: calc(4vw - 30px);
	}
	/* top service */
	.top_service {
		padding: 120px 0 180px;
	}
	.top_service::after {
		top: 60px;
	}
	.top_service figure {
		align-self: end;
		margin: 0 0 -100px;
	}
	.top_service .text {
		padding-top: 50px;
	}
	/* top blog */
	.top_blog .wrap {
		display: flex;
	}
	.top_blog .header {
		padding-right: 4em;
	}
	/* ----------
	 * page
	 * ---------- */
	/* page header */
	.page_header {
		height: 60vh;
		margin-top: 110px;
	}
	/* ----------
	 * 各ページ（※ページごとに区切る）
	 * ---------- */
	/* ----------
	 * category
	 * ---------- */
	.content_post {
		display: flex;
		justify-content: space-between;
		padding: 120px 3vw;
	}
	.content_post .site-main {
		width: 72.3076%;
	}
	.content_post .widget-area {
		width: 25%;
		padding: 0 25px 0 0;
		box-sizing: border-box;
	}
	.article_list.news article a {
		padding: 2em 1em;
	}
	.article_list.news article a .text {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.article_list.news article a .date {
		width: 11%;
	}
	.article_list.news article a h2 {
		width: 75%;
		margin: .5em 0;
	}
	.article_list.news article a .more {
		width: 12%;
	}
	/* pagenation */
	.category .pagination {
		margin-top: 120px;
	}
	/* ----------
	 * sidebar
	 * ---------- */
	section.widget:first-of-type {
		margin-top: 0;
	}
}
@media (min-width: 1350px) {
	/* ----------
	 * layout
	 * ---------- */
	section {
		margin: 150px auto;
		padding: 0;
	}
	section.pd {
		padding: 150px 0;
	}
	/* ----------
	 * footer
	 * ---------- */
	/* cta */
	.cta {
		width: calc(100% - 310px);
		margin: 0 0 0 auto;
	}
	/* footer content */
	.site-footer {
		padding-top: 80px;
	}
	.footer_box {
		margin-bottom: 80px;
	}
	.footer_content {
		width: 30%;
	}
	/* ----------
	 * top
	 * ---------- */
	/* top news */
	.top_news .text_link {
		margin-bottom: 50px;
	}
	/* top about */
	.top_about {
		padding: 150px 0;
	}
	.top_about::after,
	.top_service::after {
		height: calc(100% - 225px);
	}
	.top_about::after {
		top: 150px;
	}
	.top_about figure {
		margin-top: -100px;
	}
	.top_about .header,
	.top_service .header,
	.top_staff .header,
	.top_recruit .header {
		padding-left: 30px;
	}
	/* top service */
	.top_service {
		padding: 150px 0 225px;
	}
	.top_service::after {
		top: 75px;
	}
	.top_service figure {
		margin-bottom: -150px;
	}
	/* top staff */
	.top_staff .staff_box {
		width: 80%;
		margin: 0 auto;
	}
	/* top blog */
	.top_blog.pd {
		padding-right: 6%;
		padding-left: 6%;
	}
	/* ----------
	 * category
	 * ---------- */
	.content_post {
		padding: 150px 0;
	}
	.content_post .widget-area {
		width: 21.1538%;
		padding: 0;
	}
}
@media (min-width: 1520px) {
	/* ----------
	 * layout
	 * ---------- */
	section {
		margin: 200px auto;
	}
	section.pd {
		padding: 200px 0;
	}
	/* ----------
	 * footer
	 * ---------- */
	/* cta */
	.cta_box {
		padding-right: 16.145%;
	}
	.cta_box::after {
		bottom: 6vw;
		right: 6vw;
		background: url("images/common/peace-wh.webp") center / contain no-repeat;
	}
	/* ----------
	 * top
	 * ---------- */
	/* top news */
	.top_news .inner {
		padding: 0;
	}
	.top_news .inner::after {
		left: -135px;
	}
	/* top about */
	.top_about {
		padding: 200px 0;
	}
	.top_about::after,
	.top_service::after {
		height: calc(100% - 300px);
	}
	.top_about::after {
		top: 200px;
	}
	/* top service */
	.top_service {
		padding: 200px 0 300px;
	}
	.top_service::after {
		top: 100px;
	}
	.top_service figure {
		margin-bottom: -200px;
	}
	/* top staff */
	.staff_box .flower {
		top: -52px;
		width: 300px;
		height: 103px;
	}
	/* top recruit */
	.top_recruit::after {
		right: 33.5px;
	}
	.top_recruit figure {
		width: calc(50% - 70px);
		padding: 0 70px 0 0;
	}
}