/*
Theme Name: Themify Basic Child
Description: A child theme of Themify Basic
Template: basic
Author: shikisaiadmin (sumimoto@frvs.jp)
*/

/* Login時のヘッダーメニューを非表示（フロントHPのみ） */
#wpadminbar {
    display: none !important;
}
a.tb_turn_on{
	display:none !important;
}
.edit-button{
	display:none !important;
}

/* Woohoo! Let's customize! */
.brsp{display:none;}
a:active,
a:focus,
a:focus-visible {
    outline: none !important; /* アクティブ、フォーカス時 */
    -webkit-focus-ring-color: transparent; /* Chrome特有のリングを無効化 */
}

.font_shippori{
	font-family: "Shippori Antique B1", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font_manrope {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.font_notoserif{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
html, body {
	font-size: 16px;
}
body  {
	background: #F6F2E5;
}
#pagewrap {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
body .site {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	color: #442E1F;
	letter-spacing: 0.04em;
	background: url(../../uploads/decoration-flower-header.png) no-repeat top right;
	background-size: 528px;
}
body .site a {
	color: #442E1F;
}
h1, h2, h3, h4, h5 {
	letter-spacing: 0.04em;
}

body .pagewidth, body .row_inner {
	max-width: 100%;
	width: 100%;
}
.module_row {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
p:last-of-type{
	margin-bottom: 0;
}

#content {
	padding: 0;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.pc_off {
	display: none;
}
/* ========== HEADER ========== */
#headerwrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
#header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1440px;
	padding: 0;
	border: none;
}
#site-logo {
	max-width: 261px;
	display: block;
	line-height: 1;
	padding: 25px;
	box-sizing: border-box;
}
#site-logo * {
	display: block;
	line-height: 1;
}


/* ========== MENU ========== */
#main-nav-wrap #main-nav {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 25px;
}
#main-nav-wrap #main-nav:after {
	display: none;
}
#main-nav-wrap #main-nav li {
	display: block;
	width: auto;
	font-size: 0.9375rem;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	float: none;
	font-weight: 700;
}
#main-nav-wrap #main-nav li.nav-contact {
	margin-left: 10px;
}
#main-nav-wrap #main-nav li.nav-contact a {
	background: #D0686B;
	color: white;
	padding: 39px 37px;
	border-radius: 0 0 0 50px;
}
#main-nav-wrap #main-nav li a {
	padding: 24px 11px;
	display: block;
	margin: 0;
}
#main-nav-wrap #main-nav li .sub-menu {
	background: #FBFAF5;
    padding: 16px 20px;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: 100%;
    width: auto;
    min-width: unset;
    display: none;
}
#main-nav-wrap #main-nav li:hover .sub-menu {
	display: block;
}
#main-nav-wrap #main-nav li .sub-menu:before {
	content: '';
	width: 40px;
	height: 40px;
	background: url(../../uploads/arrow-menu-2.png) no-repeat center;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translatex(-50%);
}
#main-nav-wrap #main-nav li .sub-menu li {
	display: block;
	margin-bottom: 8px;
}
#main-nav-wrap #main-nav li .sub-menu li a {
	display: block;
	color: #442E1F;
	background: url(../../uploads/arrow-menu.png) left no-repeat;
	background-size: 5px;
	padding: 0 0 0 12px;
	width: auto;
    white-space: nowrap;
}
#main-nav .current-menu-item a, #main-nav .current_page_item a {
	background: none;
	color: #442E1F;
}

/* ========== HOME ========== */
.home_main {
	padding-top: 3.472%;
	background: url(../../uploads/decoration-flower02.png) no-repeat bottom 51px left, url(../../uploads/decoration-flower-03.png) no-repeat top 105px left;
	background-size: 52.916%, 22.5%;
}
.home_main .module-image {
	/* 	max-width: 1034px; */
	max-width: 71.8%;
	margin: 0 auto 5.763%;
}
.home_main .module-image:before {
	content: '';
	width: 137px;
	height: 142px;
	background: url(../../uploads/decoration_flower01.png);
	background-size: contain;
	position: absolute;
	bottom: -20px;
	right: 44px;
	z-index: 1;
}
.home_main .module_subrow {
	max-width: 1140px;
	border-top: 1px solid #DCD8D6;
	border-bottom: 1px solid #DCD8D6;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0 auto;
	background: #F6F2E5;
	display: flex;
	justify-content: space-between;
	gap: unset;
}
.home_main .module_subrow .module_column {
	width: 57%;
}
.home_main .module_subrow .module_column.first {
	width: 22%;
	border-right: 1px solid #DCD8D6;
}
.home_main .module_subrow .module_column.last {
	width: 16.9%;
	border-left: 1px solid #DCD8D6;
}
.title_news .main-head {
	font-size: 1.6875rem;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.title_news .sub-head {
	padding: 0;
}
.home_post {
	padding: 0 40px;
}
.home_post .list-post .post {
	margin-bottom: 8px;
	line-height: 100%;
}
.home_post .list-post .post:last-child {
	margin-bottom: 0;
}
.home_post .post .post-content {
	display: flex;
	gap: 30px;
}
.home_post .post .post-date {
	font-size: 0.875rem;
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	margin: 0;
}
.home_post .post .post-title {
	font-weight: 500;
	font-size: 1rem;
	color: #442E1F;
	margin: 0;
}
.home_post .post .post-title a {
	display: block;
	line-height: 100%;
}
.btn_simple .module-buttons-item a {
	font-size: 0.9375rem;
	color: #442E1F;
	padding: 0 88px 0 40px;
	border: none;
	background: url(../../uploads/arrow-right.png) no-repeat right 40px center;
	background-size: 38px;
	text-align: center;
}
.row_shikisai  {
	padding-top: 150px;
	background: url(../../uploads/decoration-flower03.png) no-repeat left bottom 40px;
	background-size: 400px;
	margin-bottom: 240px;
}
.row_shikisai .row_inner {
	max-width: 1050px;
}
.row_shikisai .module-image {
	max-width: 481px;
}
.title_shikisai .fancy-heading {
	margin: 0 0 -20px -20px;
}
.title_shikisai .main-head  {
	font-size: 13.75rem;
	color: #FBFAF5;
	line-height: 100%;
	font-family: "Shippori Antique B1", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.04em;
}
.title_shikisai .sub-head {
	padding: 0;
}
.txt_shikisai {
	font-size: 1.25rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 220%;
}

.visit_row {
	padding: 90px 45px 114px;
	background: linear-gradient(to right, transparent 110px, #FBFAF5 110px 1327px, transparent 1327px);
	margin-bottom: 143px;
}
.visit_row .module_subrow {
	gap: 2.2%;
}
.title_visit .fancy-heading {
	margin: 0;
}
.title_visit .main-head {
	font-size: 2.8125rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	line-height: 1;
	margin-bottom: -18px;
	z-index: 1;
	position: relative;
}
.title_visit .sub-head {
	font-size: 7.1875rem;
	color: #F6F2E5;
	font-family: "Shippori Antique B1", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 0;
	line-height: 0.75;
}
#pagewrap .img_visit .image-content {
	padding: 42px 0 0;
}
.img_visit {
	margin-bottom: 55px;
}
.img_visit .image-title {
	color: #442E1F;
	font-size: 1.625rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

#pagewrap .btn_arrow a {
	color: #442E1F;
	line-height: 100%;
	font-size: 1.5rem;
	border: 0;
	margin: 0;
	padding: 20px 6px 21px;
	display: inline-block;
	border-bottom: 2px solid #442E1F;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	background: none;
	position: relative;
	margin: 0 93px 0 0;
}
#pagewrap .btn_arrow a:before {
	content: "";
	background: url(../../uploads/arr_right.png);
	background-size: cover;
	display: block;
	width: 80px;
	height: 80.6px;
	position: absolute;
	top: -6px;
	right: -93px;
}

.recruit_row {
	padding: 177px 90px 170px 220px;
	background: url(../../uploads/decoration-flower04.png) no-repeat top right 356px;
	background-size: 536px;
}
.recruit_row .module_subrow {
	display: flex;
	gap: 65px;
}
.recruit_row .module_subrow .first {
	flex: 1;
}
.recruit_row .module_subrow .last {
	width: 54.54%;
}
#pagewrap .title_abs_left {
	position: absolute;
	left: -225px;
	top: -135px;
	z-index: 1;
}
.title_abs_left .main-head {
	font-size: 7.8125rem;
	color: #FBFAF5;
	line-height: 1;
	font-family: "Shippori Antique B1", sans-serif;
	font-weight: 400;
	font-style: normal;
	writing-mode: vertical-lr;
}
.title_45 .fancy-heading {
	margin-bottom: 30px;
}
.title_45 .main-head {
	font-size: 2.8125rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}
.title_45 .sub-head {
	padding: 0;
}
.txt_rec {
	margin-bottom: 30px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.outline_row {
	background: url(../../uploads/decoration-flower05.png) no-repeat top -67px left;
	background-size: 245px;
	padding: 0 220px 180px;
}
.outline_row .title_45 {
	margin-bottom: 25px;
}
#pagewrap .title_outline {
	top: 245px;
}
body.home .k-breadcrumb {
	position: absolute;
	bottom: 100%;
	right: 3.888%;
}
.home .p_table_recruit_1 table td strong {
	font-weight: normal;
	font-size: 1.125rem;
	padding-left: 10px;
	display: inline-block;
}

















/* ========== STORE ========== */
.k-subpage-main-row {
	padding: min(9.0278vw, 130px) 0 min(7.2917vw, 105px); 
}
.subpage-name.module-fancy-heading .fancy-heading {
	margin-bottom: 0; 
}
.subpage-name.module-fancy-heading .main-head {
	font-family: "Shippori Antique B1", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 9.0625rem; 
	line-height: 100%;
	color: #FBFAF5;
	letter-spacing: 0.04em;
}
.subpage-name.module-fancy-heading .sub-head {
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	padding: min(1.3889vw, 20px) 0 0 0; 
	font-weight: 700;
	font-size: 2.5rem;
	color: #442E1F;
	line-height: 100%;
}
.k-subpage-main-row .row_inner {
	width: min(76.39vw, 1100px);
}
.store-box.module_row > .row_inner {
	max-width: 1350px;
	width: 94%;
	background: #FBFAF5;
	padding: min(6.9444vw, 100px) min(7.6389vw, 110px); 
	margin-bottom: min(0.4861vw, 7px); 
}
.k-store-tel {
	display: flex;
	align-items: flex-end;
}
.k-store-box-title {
	margin-bottom: min(1.3889vw, 20px);
	line-height: 1;
	font-size: 2.125rem; 
	font-weight: 700;
	letter-spacing: 0.04em;
}
.k-store-address {
	margin-bottom: min(2.7778vw, 40px);
	line-height: 130%;
	font-size: 1rem; 
}
.k-store-tel {
	margin-bottom: min(1.1111vw, 16px);
}
.k-store-fax {
	font-size: 1.25rem; 
	margin-bottom: min(1.7361vw, 25px);
	font-weight: 700;
}
.k-store-tel .module-title {
	font-size: 1.75rem; 
	line-height: 1;
	margin: 0; 
}
.k-store-tel .tb_text_wrap {
	font-size: 2.5rem; 
	font-weight: bold;
	line-height: 100%;
}
.k-store-table th,
.k-store-table td {
	padding: min(0.4861vw, 7px) 0; 
	border: 0;
	text-align: left;
	vertical-align: top;
	font-size: 1rem;
	line-height: 170%;
}
.k-store-img {
	text-align: center;
	margin-bottom: min(1.3889vw, 20px);
}
.k-store-img img {
	border-radius: 10px;
}
.k-store-table {
	margin-bottom: min(2.0833vw, 30px);
}
.k-store-table th {
	width: 16.7%;
}
.k-store-table td {
	position: relative;
}
.k-store-table td:before {
	content: ":";
	display: inline-block;
	font-weight: 400;
	padding-right: min(0.8333vw, 12px);
	position: relative;
	bottom: 2px;
}
.k-store-list ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}
.k-store-list li {
	font-size: 0.8125rem; 
	line-height: 180%;
	margin-bottom: min(0.2778vw, 4px);
}
.k-store-btn .module-buttons-item {
	display: block;
}
.k-store-btn a.ui.builder_button {
	background-color: #fff;
	background-image: url(../../uploads/map-arrow-icon.png);
	background-repeat: no-repeat;
	background-position: right min(1.3889vw, 20px) center;
	background-size: 4.65% auto;
	display: block;
	width: 100%;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	color: #442E1F;
	padding: min(1.7361vw, 25px);
	transition: 0.2s all linear;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
.k-store-btn a.ui.builder_button:hover {
	opacity: 0.7;
}
.store-box .module_subrow {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	grid-column-gap: min(6.25vw, 90px);
}
.store-box .module_subrow .module_column.first {
	width: min(33.3333vw, 480px);
}
.store-box .module_subrow > .module_column.last {
	flex: 1;
	width: min(36.8056vw, 530px);
}
.k-breadcrumb {
	text-align: right;
	padding: min(3.0556vw, 44px) 0 min(3.4722vw, 50px);
}
.k-w1130 .row_inner {
	width: 100%;
    padding: 0 min(54px, 3.75vw);
}
.k-breadcrumb ul {
	margin: 0; 
	padding: 0; 
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
.k-breadcrumb ul li {
	font-size: 0.75rem; 
	line-height: 100%;
	background: url(../../uploads/breadcrumb-arrow.png) no-repeat right center;
	background-size: 5px auto;
	padding: 0 min(1.3889vw, 20px) 0 min(1.0417vw, 15px); 
}
.k-breadcrumb ul li:last-child {
	padding-right: 0;
	background: none;
}
/* ========== POLICY ========== */
.k-subpage-main-row.policy-page {
	padding-bottom: min(4.5139vw, 65px);
}
.policy-box > .row_inner {
	width: min(76.39vw, 1100px);
	background: #FBFAF5;
	padding: min(5.5556vw, 80px) min(4.8611vw, 70px) min(1.3889vw, 20px); 
	margin-bottom: min(7.6389vw, 110px);
}
.policy-title {
	font-size: 1.25rem;
	line-height: 220%;
	font-weight: 700;
	margin-bottom: min(4.5139vw, 65px);
}
.policy-description {
	font-size: 1rem;
	line-height: 190%;
	margin-bottom: min(4.8611vw, 70px);
	letter-spacing: 0.04em;
}
.policy-content .module-title {
	font-family: "Noto Serif JP", serif;
	font-size: 1.375rem;
	line-height: 190%;
	margin-bottom: min(1.6667vw, 24px);
}
.policy-content .tb_text_wrap {
	font-size: 1rem;
	line-height: 190%;
}
.policy-content {
	margin-bottom: min(4.1667vw, 60px);
}
.policy-content .tb_text_wrap ul {
	margin: min(1.9444vw, 28px) 0 0 min(1.8056vw, 26px);
}
.policy-content .tb_text_wrap ul li {
	margin-bottom: min(0.1389vw, 2px);
	line-height: 190%;
}
.policy-content .tb_text_wrap ul li:last-child {
	margin-bottom: 0; 
}
.module_row.policy-bread-row {
	padding: 0 min(3.4722vw, 50px);
}
/* ========== ENTRY & CONTACT THANK ========== */
.k-subpage-main-row.entry-cf-page {
	padding-bottom: min(2.7778vw, 40px); 
}
.entry-cf-box > .row_inner {
	background: #FBFAF5;
	padding: min(13.1944vw, 190px) min(3.4722vw, 50px); 
	width: min(76.39vw, 1100px);
	margin-bottom: min(2.7778vw, 40px); 
}
.entry-cf-text {
	text-align: center;
	font-weight: bold;
	font-size: 1.5625rem;
	line-height: 130%;
}

/* ========== NEWS ============== */
body .main-pad01 {
    padding-bottom: min(5vw, 55px);
}

#body .row1100-news .row_inner {
    width: min(76.3888vw, 1100px);
    margin: 0 auto;
}

#body .post-news .post-title {
    font-size: 1.875rem;
    color: #442E1F;
    line-height: 180%;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    width: 100%;
    order: 1;
    margin-bottom: min(1.4545vw, 16px);
}

.post-news time {
    font-size: 1rem;
    color: #442E1F;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0;
    order: 2;
}

#body .post-news .post {
    background: #FBFAF5;
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
}

#body .post-news .post-image {
    margin: 0;
    width: min(26.3888vw, 380px);
    max-width: 100%;
}

.post-news .tf_clearfix:after {
	display:none;
}

#body .post-news .post-image img {
    width: auto;
}

.post-news .entry-content {
    order: 3;
    text-align: right;
}

.post-news .entry-content p {
    display: none;
}

#body .more-link-wrap {
    padding-right: min(8.4545vw, 93px);
    display: inline-block;
    position: relative;
}

#body .more-link-wrap a {
    font-size: 1.5rem;
    color: #442E1F;
    line-height: 100%;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    text-decoration: none;
    border-bottom: 2px solid #442E1F;
    padding: min(1.4545vw, 16px) min(0.9090vw, 10px);
    margin: 11px 0;
    display: block;
}

.more-link-wrap a:after {
    content: "";
    background: url(../../uploads/arr_right.png) no-repeat center;
    background-size: 100% 100%;
    width: min(7.2727vw, 80px);
    height: min(7.2727vw, 80px);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

#body .post-news .post-content {
    width: min(47.9166vw, 690px);
    box-sizing: border-box;
    float: right;
    padding: min(2.7777vw, 32px);
	display: flex;
    flex-direction: column;
}

#body .pagenav .current, #body .pagenav a {
    font-size: 14px;
    line-height: 100%;
    font-family: "Noto Serif JP", serif;
    color: #FBFAF5;
    font-weight: 700;
    background: #D0686B;
    border-radius: 6px;
    width: 48px;
    padding: 16px 5px;
    text-decoration: none;
    min-height: 48px;
}

#body .pagenav a {
    background: #FBFAF5;
    color: #442E1F;
}

#body .post-news .pagenav {
    padding-bottom: 20px;
    padding: min(8.5454vw, 94px) 0 0;
    text-align: center;
}

.post-news.module {
    margin-bottom: min(3.8889vw, 56PX);
}


/* ========== END NEWS ========== */

/*=========== SINGLE ===========*/

.single .post-image {
    max-width: min(36.8056vw,530px);
    margin: 0 auto min(3.4722vw, 50px);
    order: 3;
}
.single .post-title {
    font-size: 1.875rem;
    color: #442E1F;
    line-height: 180%;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    margin-bottom: min(1.3194vw, 19px);
    order: 1;
}
.single time {
    font-size: 1rem;
    line-height: 130%;
    font-weight: 400;
    color: #442E1F;
    margin-bottom: min(3.4722vw, 50px);
    order: 2;
}
.single .post {
    background: #FBFAF5;
    padding: min(4.1666vw, 60px) min(10.9722vw, 158px) 0;
    width: min(76.3888vw, 1100px);
    max-width: 100%;
    margin: 0 auto min(4.8611vw, 70px);
}

.single .post-content {
    max-width: 100%;
	width:100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.single .entry-content {
    order: 4;
    font-size: 1rem;
	padding-bottom:min(4.8611vw,70px);
}
#pagewrap .history_back a {
    font-size: 1.5rem;
    color: #442E1F;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    line-height: 100%;
    border-bottom: 2px solid #442E1F;
    margin-left: 6.4583vw;
	margin-left: 93px;
    position: relative;
    text-decoration: none;
    padding: min(1.4545vw, 16px) min(0.9090vw, 10px);
}
#pagewrap .history_back a:before {
    content: "";
    background: url(../../uploads/arr_left.png) no-repeat center;
    background-size: 100% 100%;
    width: min(5.5556vw, 80px);
    height: min(5.5556vw, 80px);
	width:80px;
	height:80px;
    display: block;
    position: absolute;
    top: 0;
    left: -6.4583vw;
	left: -93px;
}
.history_back {
	text-align: center;
	display: flex;
	justify-content: center;
	padding-bottom: min(4.5833vw, 66px);
}



/*=========== END SINGLE ===========*/



/*=========== RECRUIT ===========*/

.pagewidth, .row_inner {
	width: 100%;
}

.p_page_width .row_inner{
	max-width:min(76.388vw,1100px) !important;
	width:100%;
	margin:0 auto;
}

.p-subpage-main-row_1{
	padding-bottom:0;
}

.recruit_text_0.module{
	line-height:220%;
	font-family: "Noto Serif JP", serif;
	font-weight:700;
	margin:min(3.819vw,55px) 0 min(2.77vw,40px);
	font-size:1rem;
}

.recruit_box_1.module_subrow{
	background:#FBFAF5;
	margin-bottom:7px;
	grid-template-columns:min(47.22vw,680px) min(29.166vw,420px);
	--gutter: 0;
}

.recruit_box_1 .first{
	padding:min(3.47vw,50px) min(5.55vw,80px);
	align-content: space-between;
}

.recruit_text_1.module{
	margin-bottom:0;
}
.recruit_text_1.module .module-title{
	font-family: "Noto Serif JP", serif;
	font-size:2.5rem;
	color:#442E1F;
	font-weight:700;
	line-height:100%;
	margin-bottom:min(1.04vw,15px);
}

.p-subpage-main-row_1{
	padding-bottom:0;
}

.text_recruit_detail_1.module{
	font-family: "Noto Serif JP", serif;
	font-size: 2.5rem;
	color: #442E1F;
	font-weight: 700;
	line-height: 150%;
	margin:min(0.694vw,10px) 0 min(3.33vw,48px);
}

table{
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
}

.p_table_recruit_1 table {
	border-collapse: separate;
	border-spacing: 3px;
	background:none;
}

.p_table_recruit_1 th, .p_table_recruit_1 td {
	background:#fff;
	padding: min(1.25vw,18px) min(2.77vw,40px) min(1.319vw,19px);
	font-size:1.25rem;
	line-height:220%;
}
.p_table_recruit_1 th{
	width:min(15.97vw,230px);
}
.p_table_recruit_1 td{
	line-height:200%;
}
.p_btn_recruit_2.module{
	margin:min(1.388vw,20px) 0 min(8.68vw,125px);
}
.p_btn_recruit_2.module.module-buttons .module-buttons-item{
	display:block;
}
.p_btn_recruit_2.module.module-buttons .ui:not(.transparent){
	color: #FBFAF5;
	font-size: 1.5625rem
	line-height: 180%;
	display: block;
	width:100%;
	text-align: center;
	border: 0;
	border-radius: 10px;
	background:url("../../uploads/arr_tr.png") no-repeat right 30px center, #D0686B;
	background-size:23px,auto;
	padding: min(2.22vw,32px) min(2.08vw,30px);
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	box-sizing: border-box;
}

.recruit_detail_text_1.module{
	margin-bottom:min(2.77vw,40px;)
}
.recruit_detail_text_1.module .module-title{
	font-family: "Noto Serif JP", serif;
	font-size:2.125rem;
	color:#442E1F;
	font-weight:700;
	line-height:100%;
	margin-bottom:min(0.833vw,12px);
}

.recruit_detail_ti_1.module{
	text-align:center;
	font-family: "Noto Serif JP", serif;
	font-size:2.125rem;
	font-weight:700;
	line-height:150%;
	margin-bottom:min(2.013vw,29px);
}

.recruit_detail_box_1.module_subrow {
	--gutter: 7px;
	grid-template-columns: calc((100% - 7px) / 2);
}
.recruit_detail_box_1 .sub_column {
	background:#FBFAF5;
	padding:min(3.47vw,50px) min(2.43vw,35px) min(4.23vw,61px) min(5.55vw,80px);
}

#content .p_recruit_breadcrumb_1 .k-breadcrumb{
	padding-top:min(5.625vw, 81px);
}

#content .p_recruit_breadcrumb_2 .k-breadcrumb{
	padding-top:min(5.4166vw, 78px);
}

/*=========== END RECRUIT ===========*/



/*=========== SECTION CONTACT ===========*/
.section_contact{
	background:
		linear-gradient(to bottom, rgba(246, 242, 229, 0.6), rgba(246, 242, 229, 0.6) ), 
		url(../../uploads/section_contact_bg.png) center no-repeat;
	background-size: cover;
}
#pagewrap .section_contact .row_inner{
	max-width: 1200px;
	width: 100%;
	padding-top: 190px;
	padding-bottom: 130px;
}
.section_contact .col4-2{
	background: #FBF9F3;
	border-radius: 30px;
	padding: 30px;
	position: relative;
	overflow: hidden;
}
.section_contact .col4-2.first:before{
	content: "";
	display: block;
	width: 245px;
	height: 245px;
	background: url(../../uploads/sc_bub_pink.png) bottom right no-repeat;
	position: absolute;
	top: -33%;
	left: -20%;
	transform: rotate(-30deg);
}
.section_contact .col4-2.first:after{
	content: "";
	display: block;
	width: 245px;
	height: 245px;
	background: url(../../uploads/sc_bub_pink.png) right no-repeat;
	position: absolute;
	bottom: -60px;
	right: -15%;
}
.section_contact .col4-2.last:before{
	content: "";
	display: block;
	width: 245px;
	height: 245px;
	background: url(../../uploads/sc_bub_green.png) bottom right no-repeat;
	position: absolute;
	top: -33%;
	left: -20%;
}
.section_contact .col4-2.last:after{
	content: "";
	display: block;
	width: 245px;
	height: 245px;
	background: url(../../uploads/sc_bub_green.png) right no-repeat;
	position: absolute;
	bottom: -60px;
	right: -15%;
}
.section_contact .module{
	position: relative;
	z-index: 2;
}
.sc_title{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 60px 0;
}
.sc_title.module-image .image-wrap{
	width: 60px;
	margin: 0 30px 0 0;
}
.sc_title.module-image .image-content{
	padding: 0;
}
.sc_title.module-image .image-title{
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	margin: 0 0 10px 0;
}
.sc_title.module-image .image-caption{
	color:#D0686B;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
}
.sc_btn.module{
	min-height: 180px;
	display: flex;
	flex-direction: column;
}
.sc_btn .module-buttons-item{
	flex: 1;
}
.sc_btn .module-buttons-item + .module-buttons-item{
	margin-top: 10px;
}
#pagewrap .sc_btn a{
	height: 100%;
	text-align: center;
	padding: 0;
	display: block;
	color: #442E1F;
	font-size: 24px;
	line-height: 1.8;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	background: url(../../uploads/icon_arrow_right.png) right 27px center no-repeat;
	background-color: white;
	background-size: 30px auto;
	min-height: 85px;
}
/*=========== END SECTION CONTACT ===========*/

/*=========== FOOTER ===========*/
body .back-top{
	display: none;
}

body #footer{
	border: 0;
	padding: 0;
}
.footer_txt.module{
	display: flex;
	align-items: center;
	margin-top: 57px;
}
.footer_txt.module + .footer_txt.module{
	margin-top: 16px;
}
.footer_txt.module .module-title{
	margin: 0 70px 0 0;
	line-height: 1;
	font-weight: 700;
	font-size: 16px;
	font-family: "Noto Serif JP", serif;
}
.footer_txt.module .tb_text_wrap{
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
}
#pagewrap .row_1100 .row_inner{
	max-width: 1100px;
}

.footer_btn.module{
	margin-top: 30px;
}
#pagewrap .footer_btn a{
	font-weight: 600;
	font-size: 16px;
	line-height: 60px;
	color: white;
	background: url(../../uploads/footer_arrow.png) right 60px center no-repeat #442E1F;
	background-size: 24px;
	display: block;
	padding: 0 30px 0 0;
	width: 294px;
	margin: 0 auto 0 0;
	border-radius: 100px;
	text-align: center;
}

#pagewrap .footer_privacy a{
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	margin-top: 30px;
	padding: 0;
}

.footer_copyright.module{
	margin-top: 57px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
}

.footer_row{
	padding: 80px 0;
	background: url(../../uploads/footer-bg.png) top right no-repeat;
	background-size: 486px auto;
}

/*=========== END FOOTER ===========*/





/*=========== CONTACT ===========*/
.section_contact{
    background:
        linear-gradient(to bottom, rgba(246, 242, 229, 0.6), rgba(246, 242, 229, 0.6) ), 
        url(../../uploads/section_contact_bg.png) center no-repeat;
    background-size: cover;
}
#pagewrap .section_contact .row_inner{
    /*max-width: 1200px;
    padding-top: 190px;
    padding-bottom: 130px; */
	max-width: min(83.333vw, 1200px);;
	width: 100%;
	padding-top: min(13.194vw, 190px);
    padding-bottom: min(9.027vw, 130px);
}
.section_contact .col4-2{
    background: #FBF9F3;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.section_contact .col4-2.first:before{
    content: "";
    display: block;
    width: 245px;
    height: 245px;
    background: url(../../uploads/sc_bub_pink.png) bottom right no-repeat;
    position: absolute;
    top: -33%;
    left: -20%;
    transform: rotate(-30deg);
}
.section_contact .col4-2.first:after{
    content: "";
    display: block;
    width: 245px;
    height: 245px;
    background: url(../../uploads/sc_bub_pink.png) right no-repeat;
    position: absolute;
    bottom: -60px;
    right: -15%;
}
.section_contact .col4-2.last:before{
    content: "";
    display: block;
    width: 245px;
    height: 245px;
    background: url(../../uploads/sc_bub_green.png) bottom right no-repeat;
    position: absolute;
    top: -33%;
    left: -20%;
}
.section_contact .col4-2.last:after{
    content: "";
    display: block;
    width: 245px;
    height: 245px;
    background: url(../../uploads/sc_bub_green.png) right no-repeat;
    position: absolute;
    bottom: -60px;
    right: -15%;
}
.section_contact .module{
    position: relative;
    z-index: 2;
}
.sc_title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 60px 0;
	min-height: 60px;
}
.sc_title.module-image .image-wrap{
    width: 60px;
    margin: 0 30px 0 0;
}
.sc_title.module-image .image-content{
    padding: 0;
}
.sc_title.module-image .image-title{
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 10px 0;
}
.sc_title.module-image .image-caption{
    color:#D0686B;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1;
}
.sc_btn.module{
    min-height: 180px;
    display: flex;
    flex-direction: column;
}
.sc_btn .module-buttons-item{
    flex: 1;
}
.sc_btn .module-buttons-item + .module-buttons-item{
    margin-top: 10px;
}
#pagewrap .sc_btn a{
    height: 100%;
    text-align: center;
    padding: 0;
    display: block;
    color: #442E1F;
    font-size: 1.5rem;
    line-height: 1.8;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    background: url(../../uploads/icon_arrow_right.png) right 27px center no-repeat;
    background-color: white;
    background-size: 30px auto;
    min-height: 85px;
}

.footer_txt.module{
    display: flex;
    align-items: center;
    margin-top: 57px;
}
.footer_txt.module + .footer_txt.module{
    margin-top: 16px;
}
.footer_txt.module .module-title{
	width:100px;
    margin: 0 50px 0 0;
    line-height: 1;
    font-weight: 700;
    font-size: 1rem;
    font-family: "Noto Serif JP", serif;
}
.footer_txt.module .tb_text_wrap{
    line-height: 1;
    font-size: 0.875rem;
    font-weight: 400;
}
#pagewrap .row_1100 .row_inner{
	max-width: min(76.388vw, 1100px);
}

.footer_btn.module {
    margin-top: min(2.083333333333333vw, 30px);
}

#pagewrap .footer_btn a{
    font-weight: 600;
    font-size: 1rem;
    line-height: 3.75em;
    color: white;
    background: url(../../uploads/footer_arrow.png) right 20.4% center no-repeat #442E1F;
    background-size: 8.16% auto;
    display: block;
    margin: 0 auto 0 0;
    border-radius: 100px;
    text-align: center;
	padding: 0 min(2.083333333333333vw, 30px) 0 0;
    width: min(20.416666666666668vw, 294px);
}

#pagewrap .footer_privacy a{
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1;
    margin-top: min(2.083333333333333vw, 30px);
    padding: 0;
}

.footer_copyright.module{
    margin-top: min(3.958333333333333vw, 57px);
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1;
}

.footer_row{
    padding: 80px 0;
    background: url(../../uploads/footer-bg.png) top right no-repeat, #FBFAF5;
/*     background-size: 486px auto; */
	background-size: 33.75% auto;
}

body .back-top{
    display: none;
}

body #footer{
    border: 0;
    padding: 0;
}
.contact_text{
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 220%;
    padding: 15px 0 60px 0;
}

.wpcf7 table{
    border-collapse: separate;
}

#content .wpcf7 th,
#content .wpcf7 td{
    vertical-align: middle;
    padding: 0;
    background: white;
    box-sizing: border-box;
    padding: 30px 30px 30px 40px;
    font-size: 1.125rem;
}
#content .wpcf7 th{
    width: 325px;
    font-weight: 700;
    line-height: 31px;
}
.title-contactform7{
    display: flex;
    align-items: center;
}
.required-contactform7{
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 31px;
    background: #D0686B;
    width: 61px;
    text-align: center;
    color: #FBFAF5;
    border-radius: 10px;
    margin: 0 10px 0 6px;
}
.unrequired-contactform7{
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 31px;
    background: #DCD8D6;
    width: 61px;
    text-align: center;
    color: #442E1F;
    border-radius: 10px;
    margin: 0 10px 0 6px;
}

.wpcf7-checkbox{
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-list-item{
    margin: 5px 10px 5px 0;
    background: #F7F7F7;
    display: block;
    padding: 20px;
    line-height: 1;
    font-size: 1.125rem;
}
.wpcf7 textarea{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #F7F7F7;
    border-radius: 0;
    border: 0;
    padding: 10px 20px;
    font-size: 1.125rem;
    line-height: 2;
    height: 237px;
}
.wpcf7-form-control-wrap + .wpcf7-form-control-wrap{
    margin-left: 10px;
}
.wpcf7 input[type="text"]{
    display: inline-block;
    box-sizing: border-box;
    background: #F7F7F7;
    border-radius: 0;
    border: 0;
    padding: 10px 20px;
    font-size: 1.125rem;
    line-height: 2;
}
.wpcf7 .w-210{
    width: 210px;
}
.wpcf7 .w-300{
    width: 300px;
}
.wpcf7 input[type="email"]{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #F7F7F7;
    border-radius: 0;
    border: 0;
    padding: 10px 20px;
    font-size: 1.125rem;
    line-height: 2;
}
#pagewrap .wpcf7 .wpcf7-submit{
    display: block;
    width: 100%;
    box-sizing: border-box;
    line-height: 110px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 1.5625rem;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    margin: 23px 0 0 0;
    background: url(../../uploads/btn-submit-arrow.png) right 27px center no-repeat;
    background-color: #D0686B;
    background-size: 30px auto;
    margin: 23px 0 55px 0;
}
.wpcf7-spinner{
    position: absolute;
}
.wpcf7cp-btns{
    display: flex;
}
.wpcf7 .wpcf7cp-cfm-edit-btn{
    display: block;
    min-width: 378px;
    box-sizing: border-box;
    line-height: 110px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 1.5625rem;
    text-align: center;
    padding: 0;
    border-radius: 100px;
    margin: 23px 0 0 0;
    background: url(../../uploads/btn-edit-arrow.png) left 42px center no-repeat;
    background-color: #442E1F;
    background-size: 30px auto;
    margin: 23px 23px 55px 0;
}

.wpcf7cp-form-hide {
	display: none !important;
}
div#wpcf7cpcnf {
	position: static;
}
div.wpcf7cp-btns {
		margin: 0;
}

.wpcf7-response-output{
	display:none;
}







@media screen and (max-width: 1440px) { 
	html, body {
		font-size: 1.111vw;
	}
	body .site {
		background-size: 36.66vw;
	}
	#site-logo {
		max-width: 18.125vw;
		padding: 1.736vw;
	}
	#main-nav-wrap #main-nav {
		gap: 1.736vw;
	}
	#main-nav-wrap #main-nav li a {
		padding: 1.666vw 0.7638vw;
	}
	#main-nav .child-arrow {
		display: none;
	}
	#main-nav-wrap #main-nav li .sub-menu {
		padding: 1.111vw 1.388vw;
	}
	#main-nav-wrap #main-nav li .sub-menu li {
		margin-bottom: 0.5555vw;
	}
	#main-nav-wrap #main-nav li .sub-menu li a {
		background-size: 0.347vw;
		padding: 0 0 0 0.8333vw;
	}
	#main-nav-wrap #main-nav li.nav-contact {
		margin-left: 0.694vw;
	}
	#main-nav-wrap #main-nav li.nav-contact a {
		padding: 2.708vw 2.569vw;
		border-radius: 0 0 0 3.472vw;
	}
	.home_main {
		background-position: bottom 3.541vw left, top 7.291vw left;
	}
	.home_main .module-image:before {
		width: 9.513vw;
		height: 9.861vw;
		bottom: -1.388vw;
		right: 3.05vw;
	}
	.home_main .module_subrow {
		max-width: 79.166vw;
		padding-top: 2.777vw;
		padding-bottom: 2.777vw;
	}
	.btn_simple .module-buttons-item a {
		padding: 0 6.111vw 0 2.777vw;
		background-position: right 2.777vw center;
		background-size: 2.638vw;
	}
	.home_post {
 	   padding: 0 2.77vw;
	}
	.home_post .post .post-content {
		gap: 2.083vw;
	}
	

	
	
	.row_shikisai  {
		padding-top: 10.417vw;
		background-position: left bottom 2.778vw;
		background-size: 27.778vw;
		margin-bottom: 16.667vw;
	}
	#pagewrap .row_shikisai .row_inner {
		max-width: 72.917vw;
	}
	.row_shikisai .module-image {
		max-width: 33.402vw;
	}
	.title_shikisai .fancy-heading {
		margin: 0 0 -1.389vw -1.389vw;
	}
	.visit_row {
		padding: 6.250vw 3.125vw;
		background: linear-gradient(to right, transparent 7.639vw, #FBFAF5 7.639vw 92.153vw, transparent 92.153vw);
		margin-bottom: 9.931vw;
	}
	.title_visit .main-head {
		margin-bottom: -1.250vw;
	}
	#pagewrap .img_visit .image-content {
		padding: 2.917vw 0 0;
	}
	.img_visit {
		margin-bottom: 3.819vw;
	}

	#pagewrap .btn_arrow a {
		padding: 1.389vw 0.417vw 1.458vw;
		margin: 0 6.458vw 0 0;
	}
	#pagewrap .btn_arrow a:before {
		width: 5.556vw;
		height: 5.597vw;
		top: -0.417vw;
		right: -6.458vw;
	}

	.recruit_row {
		padding: 12.292vw 6.250vw 11.806vw 15.278vw;
		background-position: top right 24.722vw;
		background-size: 37.222vw;
	}
	.recruit_row .module_subrow {
		gap: 4vw;
	}
	#pagewrap .title_abs_left {
		left: -15.625vw;
		top: -9.375vw;
	}
	.title_45 .fancy-heading {
		margin-bottom: 2.083vw;
	}
	.txt_rec {
		margin-bottom: 2.083vw;
	}

	.outline_row {
		background-position: top -4.653vw left;
		background-size: 17.014vw;
		padding: 0 15.278vw 12.500vw;
	}
	.outline_row .title_45 {
		margin-bottom: 1.736vw;
	}
	#pagewrap .title_outline {
		top: 17.014vw;
	}
	
	.home .p_table_recruit_1 table td strong {
		padding-left: 0.6944vw;
	}


	
	
	#content .wpcf7 th,
	#content .wpcf7 td{
		padding: 2.083vw 2.083vw 2.083vw 2.777vw !important;
	}
	#content .wpcf7 th{
		width: 22.569vw !important;
	}
	.wpcf7-list-item {
		padding: 1.388vw !important;
	}
	#content .required-contactform7, #content .unrequired-contactform7 {
		width: 4.23vw;
		border-radius: 0.69vw;
		margin: 0 0.69vw 0 0.41vw;
	}
	
	.wpcf7 textarea {
		padding: 0.694vw 1.3888vw;
		height: 16.458vw;
	}
	.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
		padding: 0.694vw 1.3888vw;
	}
	.wpcf7 .w-210 {
		width: 14.583vw;
	}
	.wpcf7 .w-300 {
		width: 20.833vw;
	}
	
	#pagewrap .wpcf7 .wpcf7cp-cfm-edit-btn, #pagewrap .wpcf7 .wpcf7-submit {
		min-width: 26.25vw;
		line-height: 7.6388vw;
		border-radius: 6.9444vw;
		margin: 1.597vw 0 3.47vw 0;
		background-position: right 2.9166vw center;
		background-size: 2.0833vw auto;
	}
	#pagewrap .wpcf7 .wpcf7cp-cfm-edit-btn {
		background-position: left 2.9166vw center;
		margin-right: 1.597vw;
	}
	
	.section_contact .col4-2{
		padding: 2.083333333333333vw;
	}
	#pagewrap .sc_btn a{
		min-height: 5.9vw;
	}
	.sc_btn .module-buttons-item + .module-buttons-item{
		margin-top: 0.69vw;
	}
	.sc_title {
		margin: 2.083333333333333vw 0 4.166666666666667vw 0;
		min-height: 4.166666666666667vw;
	}
	.sc_title.module-image .image-wrap {
		width: 4.166666666666667vw;
		margin: 0 2.083333333333333vw 0 0;
	}
	.sc_btn.module {
		min-height: 12.5vw;
	}
	#pagewrap .sc_btn a{
		background-size: 5.76% auto;
		background-position: right 5.76% center;
	}
	.footer_logo.module{
		width: 17.63888888888889vw;
	}
	.footer_txt.module {
		margin-top: 3.958333333333333vw;
	}
	.footer_txt.module + .footer_txt.module {
		margin-top: 1.111111111111111vw;
	}
	.contact_text {
		padding: 1.0416vw 0 4.1666vw;
	}
	
	/*=========== SINGLE ===========*/
	#pagewrap .history_back a {
		margin-left: 6.4583vw;
	}
	#pagewrap .history_back a:before {
		width: min(5.5556vw, 80px);
    	height: min(5.5556vw, 80px);
		left: -6.4583vw;
	}
	
	
	/*=========== END SINGLE ===========*/
}


