@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  /*------------------------------------------------------
  System - Font
  ------------------------------------------------------*/
  --body-font-family: 'Noto Sans JP', sans-serif;
  --font-family01: 'Montserrat', 'Noto Sans JP', sans-serif;
  --body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
  --content-max-width: 1100px;
  --content-max-width-lg: 1240px;
  /*------------------------------------------------------
  Background - Color 
  ------------------------------------------------------*/
  --color-background: #fff;
  --color-background-green: #edf4ee;
  --color-font: #333;
  --color-primary: #3c643f;
  --color-primary-shade: #111;
  --color-primary-tint: #c7d9c8;
  --color-secondary: #3c643f;
  --color-secondary-tint: #eee;
  --color-table-border: rgba(60, 100, 63, 0.4);
  --color-brown: #564f3e;
  --color-green: #00b900;
  /*------------------------------------------------------
  Header
  ------------------------------------------------------*/
  --header-background: #fff;
  --header-color-font: #333;
  --header-color-primary: #3c643f;
  --header-color-primary-shade: #fff;
  --header-color-primary-tint: #fff;
  --header-line: #aeaeae;
  /*------------------------------------------------------
  Footer
  ------------------------------------------------------*/
  --footer-background: #fff;
  --footer-color-font: #333;
  --footer-color-primary: #333;
  /*------------------------------------------------------
  PX Variations
  ------------------------------------------------------*/
  --px240: min(calc(240px + (1vw - 19.2px) * 10.356), 240px); /*240px-80px (1920-375)*/
  --px200: min(calc(200px + (1vw - 19.2px) * 6.4725), 200px); /*200px-100px (1920-375)*/
  --px180: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px); /*180-120px (1920-375) */
  --px160w: min(calc(160px + (1vw - 19.2px) * 5.178), 160px); /*160px-80px (1920-375)*/
  --px160: min(calc(160px + (1vw - 19.2px) * 6.4725), 160px); /*160px-60px (1920-375)*/
  --px150: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); /*150-100px (1920-375) */
  --px140: min(calc(140px + (1vw - 19.2px) * 6.4725), 140px); /*140px-40px (1920-375)*/
  --px120: min(calc(120px + (1vw - 19.2px) * 2.589), 120px); /*120px-80px (1920-375)*/
  --px100w: min(calc(100px + (1vw - 19.2px) * 3.2362), 100px); /*100px-50px (1920-375)*/
  --px100: min(calc(100px + (1vw - 19.2px) * 3.8835), 100px); /*100px-40px (1920-375)*/
  --px96: min(calc(96px + (1vw - 19.2px) * 3.1068), 96px); /*96px-48px (1920-375)*/
  --px80w: min(calc(80px + (1vw - 19.2px) * 1.2945), 80px); /*80px-60px (1920-375)*/
  --px80: min(calc(80px + (1vw - 19.2px) * 2.589), 80px); /*80px-40px (1920-375)x*/
  --px80s: min(calc(80px + (1vw - 19.2px) * 3.8835), 80px); /*80px-20px (1920-375)x*/
  --px60w: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px); /*60px-40px (1920-375)*/
  --px60: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px); /*60px-30px (1920-375)*/
  --px50: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px); /*50px-30px (1920-375) */
  --px40w: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px); /*40px-30px (1920-375)*/
  --px40: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px); /*40px-20px (1920-375)*/
  --px30w: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px); /*30px-20px (1920-375)*/
  --px30: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px); /*30px-15px (1920-375)*/
  --px24: min(calc(24px + (1vw - 19.2px) * 0.6472), 24px); /*24px-14px (1920-375)*/
  --px20: min(calc(20px + (1vw - 19.2px) * 0.6472), 20px); /*20px-10px (1920-375)*/
  --px18: min(calc(18px + (1vw - 19.2px) * 0.2589), 18px); /*18px-14px (1920-375)*/
  --px16: min(calc(16px + (1vw - 19.2px) * 0.1294), 16px); /*16px-14px (1920-375)*/
  --px14: min(calc(14px + (1vw - 19.2px) * 0.1294), 14px); /*14px-12px (1920-375)*/
  --px12: min(calc(12px + (1vw - 19.2px) * 0.0647), 12px); /*12px-11px (1920-375)*/
  /*------------------------------------------------------
  REM Variations
  ------------------------------------------------------*/
  --rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835), 12rem); /*12rem-6rem (1920-375)*/
  --rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945), 8rem); /*8rem-6rem (1920-375)*/
  --rem80: min(calc(8rem + (1vw - 1.92rem) * 2.589), 8rem); /*8rem-4rem (1920-375)x*/
  --rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417), 7.2rem); /*7.2rem-4.2rem (1920-375)*/
  --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem); /*6rem-3.6rem (1920-375)*/
  --rem50: min(calc(5rem + (1vw - 1.92rem) * 1.5534), 5rem); /*5rem-3.6rem (1920-375)*/
  --rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472), 4.8rem); /*4.8rem-3.8rem*/
  --rem48: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534), 4.8rem); /*4.8rem-2.4rem (1920-375)*/
  --rem42w: min(calc(4.2rem + (1vw - 1.92rem) * 0.6472), 4.2rem); /*4.2rem-3.2rem (1920-375)*/
  --rem42: min(calc(4.2rem + (1vw - 1.92rem) * 1.165), 4.2rem); /*4.2rem-2.4rem (1920-375)*/
  --rem42s: min(calc(4.2rem + (1vw - 1.92rem) * 1.4887), 4.2rem); /*4.2rem-1.9rem (1920-375)*/
  --rem40w: min(calc(4rem + (1vw - 1.92rem) * 0.6472), 4rem); /*4rem-3rem (1920-375)*/
  --rem40: min(calc(4rem + (1vw - 1.92rem) * 1.2945), 4rem); /*4rem-2rem (1920-375)*/
  --rem36: min(calc(3.6rem + (1vw - 1.92rem) * 0.7767), 3.6rem); /*3.6rem-2.4rem (1920-375)*/
  --rem32: min(calc(3.2rem + (1vw - 1.92rem) * 0.3883), 3.2rem); /*3.2rem-2.4rem (1920-375)*/
  --rem30w: min(calc(3rem + (1vw - 1.92rem) * 0.3883), 3rem); /*3rem-2.4rem (1920-375)*/
  --rem30: min(calc(3rem + (1vw - 1.92rem) * 0.6472), 3rem); /*3rem-2rem (1920-375)*/
  --rem30s: min(calc(3rem + (1vw - 1.92rem) * 0.9709), 3rem); /*3rem-1.5rem (1920-375)*/
  --rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem); /*2.8rem-1.8rem (1920-375)*/
  --rem24w: min(calc(2.4rem + (1vw - 1.92rem) * 0.3883), 2.4rem); /*2.4rem-1.8rem (1920-375)*/
  --rem24: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem); /*2.4rem-1.4rem (1920-375)*/
  --rem22: min(calc(2.2rem + (1vw - 1.92rem) * 0.6472), 2.2rem); /*2.2rem-1.4rem (1920-375)*/
  --rem20w: min(calc(2rem + (1vw - 1.92rem) * 0.2589), 2rem); /*2rem-1.6rem (1920-375)*/
  --rem20: min(calc(2rem + (1vw - 1.92rem) * 0.3883), 2rem); /*2rem-1.4rem (1920-375)*/
  --rem18: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589), 1.8rem); /*1.8rem-1.4rem (1920-375)*/
  --rem16: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem); /*1.6rem-1.4rem (1920-375)*/
  --rem14: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem); /*1.4rem-1.2rem (1920-375)*/
  --rem12: min(calc(1.2rem + (1vw - 1.92rem) * 0.0647), 1.2rem); /*1.2rem-1.1rem (1920-375)*/
}

/*------------------------------------------------------
Global Style
------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: var(--rem18);
}

.bg-green {
  background-color: var(--color-background-green);
	padding: var(--px20);
}

a {
  color: var(--color-font);
}

.fs20 {
  font-size: var(--rem20);
  font-weight: bold;
}

.newsTitle p a:hover,
a:active,
a:hover {
  color: var(--color-primary);
}

.post table {
  font-size: 100%;
}

body:not(.home) .post table th,
body:not(.home) .post table td {
  padding: var(--px30) var(--px24);
  vertical-align: middle;
}

.post table th {
  background: var(--color-background-green);
  color: var(--color-font);
  font-weight: bold;
}

.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
  background: var(--color-font);
  font-weight: 500;
}

/*-------Button----------------------------------------*/
.linkBtn,
.post .linkBtn {
  width: auto;
  text-transform: uppercase;
  font-size: var(--rem16);
  font-weight: 500;
  padding: var(--px12) calc(var(--px96) - 4px);
  color: var(--color-background);
  max-width: fit-content;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-radius: 0;
}
.linkBtn.arrow,
.post .linkBtn.arrow {
	width: 100%;
	max-width: 300px;
	padding: var(--px20) var(--px40) var(--px20) var(--px20);
	text-align: center;
}
.linkBtn:not(.arrow)::after,
input.linkBtn:not(.arrow)::after,
.post .linkBtn:not(.arrow)::after {
  content: none;
}

.linkBtn:hover,
.post .linkBtn:hover {
  box-shadow: inset 0 0 0 1px var(--color-primary);
  background: var(--color-background);
  color: var(--color-primary);
  opacity: 0.8;
}

.linkBtn:hover::after,
input.linkBtn:hover::after,
.post .linkBtn:hover::after {
  border-color: var(--color-primary);
}

.postlist li {
  border-bottom: 1px solid var(--color-table-border);
}
.postlist li:first-child {
  border-color: var(--color-table-border);
}
.postlist .time {
  font-weight: 500;
}
.postlist .date,
.postlist .ttls {
  font-size: var(--rem16);
}
.postlist .post_text {
  padding: var(--px30) 0;
}

/*------------------------------------------------------
Header Style
------------------------------------------------------*/
nav#mainNav ul li a b {
  font-family: var(--font-family01);
}

/*------------------------------------------------------
  Home Page Style
  ------------------------------------------------------*/
.home .wrapper_content {
  max-width: var(--content-max-width-lg);
  padding-top: var(--px80);
  padding-bottom: var(--px80);
}
#worry {
  background: var(--color-background-green);
  /* clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  padding-bottom: var(--px160); */
}
#worry .flexbox {
  gap: var(--px40);
}
.bg-arrow {
  background: url(/wp-content/uploads/arrow.png) no-repeat center bottom;
  height: var(--px160);
}
.slogan {
  border: double var(--color-brown);
  border-width: var(--rem12) 0;
  padding: var(--px40);
  text-align: center;
  background-color: var(--color-background);
  font-size: var(--rem30);
  font-weight: 500;
  line-height: 1;
}
.home h2,
.cta02 h2 {
  font-size: var(--rem50);
  font-weight: 500;
  margin: 0 auto var(--px60);
  color: var(--color-primary-tint);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
.home h2:after,
.cta02 h2:after {
  content: none;
}
.home h2 span,
.cta02 h2 span {
  display: block;
  font-size: var(--rem30);
  font-family: var(--body-font-family);
  margin-top: var(--px14);
  color: var(--color-font);
  line-height: 1.4;
}
.home h3 {
  font-family: var(--body-font-family);
  font-size: var(--rem30);
  font-weight: 500;
  margin-bottom: var(--px30);
  line-height: calc(48 / 30);
  border-bottom: 0;
  padding-bottom: 0;
  padding-left: var(--px18);
  border-left: 1rem solid var(--color-primary);
}

body.home .post table th {
  font-weight: 500;
  padding: var(--px18) var(--px24);
  line-height: 1.4;
  vertical-align: middle;
}
body.home .post table td {
  padding: var(--px12) var(--px24);
  text-align: center;
  line-height: 1.4;
  vertical-align: middle;
}

.list_checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.post ul.list_point > li,
.post ul.list_check > li,
.post ul.caution > li,
.post ul.list_checkbox > li {
  padding: 0.6rem 1.5rem 0.6rem 5rem;
  background-color: var(--color-brown);
  color: var(--color-background);
  font-weight: 500;
  margin: 1rem 0;
  line-height: 1;
  display: flex;
  align-items: center;
}

.post ul.list_checkbox > li:before,
.post ul li.list_checkbox:before {
  content: '\f058';
  font-size: var(--rem24);
  margin-left: var(--px16);
}

.txt-lg {
  font-weight: 700;
  font-size: var(--rem60);
  line-height: 1;
  letter-spacing: 0.05em;
}

.text-desc {
  font-size: var(--rem40);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.home .home-none {
  display: none;
}

#reason {
  position: relative;
}
#reason::before {
  content: '';
  display: block;
  width: 100%;
  height: 41%;
  background: var(--color-background-green);
  position: absolute;
  left: 0;
  bottom: 0;
}

#introduce .wrapper_content {
  padding-top: var(--px180);
  padding-bottom: var(--px140);
}
#introduce p {
  line-height: 2.4;
  letter-spacing: 0.03em;
}
#introduce .txtarea {
  padding: var(--px30) var(--px50) var(--px30) var(--px30);
	box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.07);
}

#introduce .imgarea {
  aspect-ratio: 480/668;
}
#introduce .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro p {
  line-height: calc(35 / 18);
}

.intro .imgarea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-sub {
  font-size: var(--rem18);
  line-height: 2.4;
  letter-spacing: 0.03em;
}

.txt-style1 {
  font-weight: 700;
  font-size: var(--rem30);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: var(--px30);
}
.txt-style1 .txt-sup {
  font-weight: 700;
  font-size: var(--rem20);
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0 auto var(--px40);
  padding: 0 4rem;
  display: block;
  position: relative;
  width: fit-content;
}
.txt-style1 .txt-sup::before,
.txt-style1 .txt-sup::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 3rem;
  height: 0.2rem;
  background-color: var(--color-font);
}
.txt-style1 .txt-sup::before {
  left: 0;
  transform: rotate(60deg);
}
.txt-style1 .txt-sup::after {
  right: 0;
  transform: rotate(-60deg);
}

.txt-style2 {
  font-weight: 700;
  font-size: var(--rem32);
  letter-spacing: 0.1em;
  line-height: calc(46 / 32);
  margin: 0 auto var(--px20);
  background: linear-gradient(transparent 60%, #FFF855 60%);
  width: fit-content;
}
.txt-style2__lg {
  font-size: var(--rem40);
}
.txt-style2__sm {
  font-size: var(--rem22);
}
.txt-sub {
  font-weight: 700;
  font-size: var(--rem20);
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: var(--px40);
}

#about-us {
  padding-bottom: var(--px150);
}
#about-us .textarea {
  padding: var(--px100) var(--px40) var(--px50) var(--px100);
  letter-spacing: 0.03em;
  line-height: 2.4;
}

/*------------------------------------------------------------
 ナンバリング01
------------------------------------------------------------*/
.num_list01 {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
}
.num_list01 .imgarea {
  position: relative;
  margin-bottom: var(--px30);
}
.num_list01 .imgarea:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: '0' counter(number);
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-background);
  font-family: var(--font-family01);
  font-weight: 500;
  font-size: var(--rem30);
  border-radius: 50%;
  left: 50%;
  width: 6.8rem;
  height: 6.8rem;
  line-height: 6.8rem;
  text-align: center;
  bottom: -25px;
  transform: translateX(-50%);
}
.num_list01 .num_listttl {
  text-align: center;
  font-weight: bold;
  font-size: var(--rem20);
  padding: var(--px20) 1rem;
  position: relative;
  letter-spacing: 0.05em;
  margin-bottom: var(--px20);
  border-bottom: 1px solid var(--color-primary);
  line-height: 1.4;
}
.num_list01 .num_listttl + p {
  line-height: 1.8;
}

/*---------col03-----------*/
.post .col3_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--px50);
}
.post .col3_list > li {
  margin-bottom: 2%;
  line-height: 1.4;
}
@media print, screen and (max-width: 768px) {
  .post .col3_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 640px) {
  .post .col3_list {
    grid-template-columns: 1fr;
  }
}

/*----------------------------- cta02_col3_max1240 ------------------------------*/
.cta02 {
  position: relative;
  padding: var(--px120) 0;
  z-index: 0;
}
.cta02:not(.recruitment):before {
  content: '';
  background: url(/wp-content/uploads/cta.png) no-repeat center center / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.cta02 .cta02_wrap {
  max-width: 1240px;
  width: 94%;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
}

.cta02 .ctabtnlist {
    justify-content: space-between;
    max-width: 1138px;
    margin: var(--px50) auto 0 auto;
	gap: var(--px20);
}
.cta02 .ctabtnlist li {
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}
.cta02 a.item {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: calc(var(--px50) + 5px) 0;
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 10px;
    transition: all ease .15s;
}
.cta02 a.item:hover{
	opacity: 0.8;
}
@media print, screen and (max-width: 768px) {
	.cta02 .ctabtnlist li, .cta02 .ctabtnlist a.item {
		width: 100%;
	}
	.cta02 .ctabtnlist li + li {
		margin-top: 1rem;
	}
}
	
/*ボタン共通パーツ*/
	
.cta02 .btnttl {
	display: block;
	font-weight: bold;
/* 	margin-bottom: 1rem; */
}
.cta02 .infotxt {
	font-size: var(--rem16);	
	font-weight: 400;
}
	
/*電話ボタン*/
	
.cta02 .telnum {
	font-size: calc(var(--rem30) + 2px);
/* 	margin-bottom: 1rem; */
	font-weight: bold;
}
.cta02 .telbtn .btnttl {
	font-size: var(--rem20);
}
.cta02 a.telbtn {
    background: var(--color-background);
	color: var(--color-primary);
}
	
/*メールボタン*/
	
.cta02 .mailbtn .btnttl {
	font-size: var(--rem24);
}
.cta02 a.mailbtn {
    background: var(--color-primary);
	color: var(--color-background);
}
	
/*LINEボタン*/
	
.cta02 a.linebtn {
    background: #00B900;
    color: #fff;
}
.cta02 .linebtn .btnttl {
    font-size: var(--rem24);
}

/*ボタンアイコン*/
	
.cta02 .telnum::before, .cta02 .mailbtn .btnttl::before, .cta02 .linebtn .btnttl::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free', 'FontAwesome';
	font-weight: 900;
	margin-right: 1rem;
}
.cta02 .telnum::before {
	content: '\f3cd';
}
.cta02 .mailbtn .btnttl::before {
	content: '\f0e0';
}
.cta02 .linebtn .btnttl::before {
    content: '\f3c0';
	font-weight: 400;
	font-size: 1.1em;
}

/*------------------------------------------------------
  Inner Pages Style
  ------------------------------------------------------*/
header#h1Header:before {
  opacity: 0;
}

h1.title,
.post h1,
header#h1Header h1.title {
  font-size: var(--rem40w);
}

body:not(.home) .post p {
  line-height: 1.6;
}

.imgarea-about {
  aspect-ratio: 419/412;
}
.imgarea-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fw-medium {
  font-weight: 500;
}

/*--FAQ-------------------------------------------*/
.qa_list .qa_list_inner dt {
  position: relative;
  font-weight: normal;
  margin: var(--px40) 0 0 0;
  display: flex;
  align-items: stretch;
  padding: 0rem 1rem 0rem 0rem;
  background: var(--color-background);
  border: 1px solid var(--color-table-border);
  cursor: pointer;
}
.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
  color: var(--color-primary);
  background: var(--color-background);
  line-height: 1;
  padding: 1rem;
  font-size: var(--rem20);
  border-right: 1px solid var(--color-table-border);
  width: 100%;
  text-align: center;
  max-width: 117px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
  background: var(--color-primary);
  line-height: 1;
  padding: calc(var(--rem36) - 2px) 1rem;
  font-size: var(--rem20);
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--body-font-family);
  border-right: 1px solid var(--color-table-border);
  color: var(--color-background);
}
.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  line-height: 1.6;
	display: flex;
	align-items: center;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.4;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: var(--rem16);
  height: var(--rem16);
  border-right: 3px solid var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
  display: none;
  position: relative;
  padding: 0;
  margin: 0 0 1rem 0;
  border: 1px solid var(--color-table-border);
  border-top: 0;
}
@media only screen and (max-width: 959px) {
  .qa_list .qa_list_inner {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .qa_list .qa_list_inner .q_desc,
  .qa_list .qa_list_inner .a_desc {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
  .qa_list .qa_list_inner dt {
    padding: 0rem 1rem 0rem 0rem;
  }
  .qa_list .qa_list_inner .a_ico,
  .qa_list .qa_list_inner .q_ico {
    max-width: 50px;
    padding: 1.2rem 1rem;
  }
  .qa_list .qa_list_inner dt:after {
    right: 1.5rem;
    width: 6px;
    height: 6px;
  }
  .qa_list .qa_list_inner .active:after {
    right: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }
  .qa_list .qa_list_inner {
    margin-bottom: 6rem;
  }
  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}

/*--flow02--------------------------------------------*/

ul.flowlist02 {
  counter-reset: flow_list;
}
ul.flowlist02 > li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: min(calc(60px + (1vw - 19.2px) * 1.6181), 60px);
  width: 100%;
  padding: var(--px50);
  position: relative;
  border: 1px solid var(--color-primary);
}
.flowlist02 > li:not(:last-child) {
  margin-bottom: 6rem;
}
.flowlist02 .flow_img {
  width: 35%;
}
.post .flowlist02 > li > dl {
  width: calc(65% - min(calc(60px + (1vw - 19.2px) * 1.6181), 60px));
  line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
  content: '';
  border: solid transparent;
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
  border-width: 2.6rem;
  border-top-color: var(--color-primary);
}
.flowlist02 > li:not(:last-child) dl::after {
  border-width: 2.4rem;
}
.post .flowlist02 > li > dl dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: var(--rem20);
  font-weight: bold;
  padding: 0 0 var(--px16) 0;
  margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
  border-bottom: solid 1px var(--color-table-border);
}
.flowlist02 > li dl dt .icon:before {
  content: counter(flow_list, decimal-leading-zero);
  counter-increment: flow_list;
  line-height: 1;
  color: var(--color-background);
  background: var(--color-primary);
  padding: 0.8rem 10px;
  margin-right: 1rem;
  position: relative;
  z-index: 100;
}
.post .flowlist02 > li > dl dd {
  padding: 0;
}
@media print, screen and (max-width: 768px) {
  .post .flowlist02 > li > dl,
  .flowlist02 .flow_img {
    width: 100%;
  }
  .flow_img::before {
    padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
  }
}
/*------------------------------------------------------
  Contact Pages Style
  ------------------------------------------------------*/
/* .subimitarea > .linkBtn {
  width: auto;
  padding: 0;
  background: transparent;
} */
.post .subimitarea .linkBtn input[type='submit'] {
  margin-top: 0;
  width: auto;
  text-transform: uppercase;
  font-size: var(--rem16);
  font-weight: 500;
  padding: var(--px12) calc(var(--px96) - 4px);
  color: var(--color-background);
  max-width: fit-content;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-radius: 0;
  background-color: var(--color-primary);
}
/* .subimitarea > .linkBtn:hover {
  width: auto;
  padding: 0;
  background: transparent;
} */
.subimitarea > .linkBtn:after {
  content: none;
}
/* .post .subimitarea .linkBtn:hover input[type='submit'] {
  box-shadow: inset 0 0 0 1px var(--color-primary);
  background: var(--color-background);
  color: var(--color-primary);
  opacity: 0.8;
}
.wpcf7-form-control-wrap:has(input[type='number']) {
  display: inline-block;
  max-width: 180px;
}
.wpcf7-form .must_fn {
  padding-bottom: 0.4em;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--color-primary);
}
.post .subimitarea .linkBtn:hover input[type='submit']:disabled {
  opacity: 0.6;
}
.post .subimitarea .linkBtn:hover input[type='submit']:disabled:hover {
  cursor: not-allowed;
  color: var(--color-font);
  opacity: 0.6;
} */
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}

.subimitarea > .linkBtn:hover {
	box-shadow: none;
}
/*------------------------------------------------------
  Footer Style
  ------------------------------------------------------*/
#footer {
  padding: var(--px80) 0 var(--px40);
}

#footer .footer__logo a {
  display: block;
}

#footer ul li a {
  font-weight: 500;
}

#copyright {
  margin-top: 0;
  padding-top: var(--px60);
  border-top: 1px solid var(--color-table-border);
}

#footer .footer__logo a {
  display: block;
  line-height: 1;
}

/*------------------------------------------------------
  Responsive Style
  ------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
  #header {
    height: clamp(80px, calc(80px + (100vw - 1024px) * 0.3881), 180px);
  }

  #header .logo {
    padding: clamp(5px, calc(5px + (100vw - 1024px) * 0.0167410714), 20px);
  }
  #header .logo img {
    max-width: clamp(200px, calc(200px + (100vw - 1024px) * 0.3881), 492px);
    max-height: 140px;
    height: auto;
  }
  .sticky-header #header-layout img {
    max-height: 70px;
  }

  nav#mainNav ul li a {
    padding: clamp(10px, calc(5px + (100vw - 1024px) * 0.0167410714), 20px);
    font-size: clamp(14px, calc(14px + (100vw - 1024px) * 0.0089285714), 20px);
  }
  nav#mainNav ul li a b {
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 500;
  }

  .header__contact {
    margin-left: clamp(10px, calc(10px + (100vw - 1024px) * 0.0167410714), 20px);
  }

  #header a.head_btn {
    padding: clamp(5px, 1.05vw, 20px) clamp(15px, calc(15px + (100vw - 1024px) * 0.0279017857), 30px);
  }

  #header a.head_btn.tel_btn {
    padding: clamp(5px, 1.05vw, 20px) clamp(15px, calc(15px + (100vw - 1024px) * 0.0279017857), 30px);
    color: var(--header-color-primary);
    position: relative;
  }
  #header a.head_btn.tel_btn:before {
    content: '';
    width: 1px;
    height: 41%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--header-line);
  }
  #header a.head_btn.tel_btn:hover {
    background-color: var(--color-primary);
    color: var(--color-background);
    box-shadow: 0 0 1px 1px var(--header-line);
  }
  #header a.head_btn.tel_btn:hover:before {
    background-color: var(--color-primary);
  }
  .tel_number {
    font-size: clamp(20px, calc(20px + (100vw - 1024px) * 0.0133928571), 32px);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
  }
  .tel_number:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: var(--rem24);
    font-weight: 900;
    line-height: 1;
    content: '\f3cd';
    margin-right: 1rem;
    margin-top: 0.5rem;
  }
  .tel_btn .note,
  .tel_btn .note b {
    font-size: clamp(14px, calc(14px + (100vw - 1024px) * 0.0133928571), 24px);
    font-weight: 500;
  }
  #header a.head_btn.mail_btn {
    font-size: clamp(18px, calc(18px + (100vw - 1024px) * 0.0133928571), 20px);
    font-family: var(--font-family02);
    padding: clamp(5px, 1.05vw, 20px) clamp(15px, calc(55px - (1920px - 100vw) * 0.06138392857), 55px);
  }
  #header a.head_btn.mail_btn:before {
    font-size: var(--rem40);
    font-size: clamp(26px, calc(26px + (100vw - 1024px) * 0.0133928571), 40px);
    margin-bottom: 1rem;
  }
  #header a.head_btn.mail_btn:hover {
    background: var(--color-background);
    color: var(--color-primary);
    box-shadow: inset 0 0 1px 1px var(--header-line);
  }

  #worry .flexbox {
    padding: 0 var(--px24);
  }
  #worry .imgarea {
    max-width: 520px;
  }
  #worry .textarea {
    padding: 0 1rem;
  }

  #worry .imgarea {
    aspect-ratio: 520 / 350;
  }
  #worry .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .intro .imgarea {
    max-width: 419px;
    aspect-ratio: 419 / 412;
  }
  .intro .textarea {
    padding: var(--px40) 0 0 var(--px60w);
  }

  #footer .inner {
    display: flex;
    justify-content: space-between;
    max-width: var(--content-max-width-lg);
  }

  #footer .footer__logo:not(:last-child) {
    margin-bottom: 0;
  }

  #footer .footer__logo img {
    max-width: 245px;
    max-height: 64px;
  }

  .socialicon {
    width: 95%;
    max-width: var(--content-max-width);
    margin: 1rem auto 1px;
  }

  .cta02 .ctabtnlist li {
    max-width: 366px;
  }

  .socialicon {
    max-width: var(--content-max-width-lg);
  }

  #footer .socialicon ul,
  .socialicon ul {
    justify-content: flex-start;
  }

  .pc_none {
    display: none !important;
  }
}

@media print, screen and (min-width: 1920px) {
  #header a.head_btn.mail_btn {
    padding: clamp(5px, 1.05vw, 20px) clamp(15px, calc(70px - (1920px - 100vw) * 0.06138392857), 70px);
  }
}

@media print, screen and (max-width: 1023px) {
  #header .logo .mark a {
    display: block;
    line-height: 1;
  }

  nav#mainNav ul li li.current-menu-item:last-child a,
  nav#mainNav ul li li:last-child a:hover,
  nav#mainNav ul li.current-menu-item li:last-child a:hover,
  nav#mainNav ul li li a:hover,
  nav#mainNav ul li li.current-menu-item a,
  nav#mainNav ul li.current-menu-item li a:hover {
    color: var(--color-background);
  }

  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li a:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-background);
  }

  .socialicon {
    margin-top: var(--px30);
  }

  .slogan,
  .txt-lg {
    line-height: 1.4;
  }

  .intro .textarea {
    padding: var(--px40);
  }
}

@media print, screen and (max-width: 768px) {
  #introduce .txtarea {
    padding: var(--px40);
  }

  .cta02 .ctabtnlist li,
  .cta02 .ctabtnlist .item {
    width: 100%;
  }
  .cta02 .ctabtnlist li + li {
    margin-top: 1rem;
  }

  .column01 .txtarea {
    padding: var(--px80) 5%;
  }

  .cta01 .ctabtnlist li,
  .cta01 .ctabtnlist a.item {
    width: 100%;
  }
  .cta01 .ctabtnlist li + li {
    margin-top: 1rem;
  }
}

@media print, screen and (max-width: 640px) {
  .txt-lg {
    font-size: var(--rem42w);
  }

  .txt-style1 {
    font-size: var(--rem22);
  }

  .txt-style2 {
    font-size: var(--rem22);
  }
  .txt-style2__lg {
    font-size: var(--rem28);
  }
  .txt-style2__sm {
    font-size: var(--rem18);
  }
}


.table-map .imgarea {
	display: flex;
	flex-flow: column;
	
}

.table-map .imgarea iframe {
	height: 100%;
	height: -webkit-fill-available;
}

h2 > .en-ttl, .post h2 > .en-ttl,
.home h2 .en-ttl, .cta02 h2 .en-ttl{
	font-family: var(--font-family01);
	font-size: var(--rem50);
	letter-spacing: .05em;
	line-height: 1;
	color: var(--color-primary-tint);
	font-weight: 500;
}

.recruitment.cta02 h2, .post .recruitment.cta02 h2 {
	    font-size: var(--rem36);
    font-family: var(--font-family01);
    font-weight: 600;
    text-align: center;
    letter-spacing: .2rem;
    padding: 0;
    margin: var(--px120) auto var(--px50);
	color: var(--color-font) !important;
	margin-top: 0;
}

.recruitment.cta02 h2::after, .post .recruitment.cta02 h2::after {
	content: "";
}

.cta02.recruitment a.item {
	color:  var(--color-background);
	background: var(--color-primary);
	line-height: 1.5;
	font-size: var(--rem18);
	font-weight: bold;
	letter-spacing: .1em;
	border-radius: 0;
	padding: var(--px20);
}

.cta02.recruitment .ctabtnlist li:first-child a.item{
	color: var(--color-primary);
	background: var(--color-background);
}

body:not(.home) .linkBtn {
	font-size: var(--rem18);
font-weight: bold;
	padding: var(--px20);
	width: 100%;
	max-width: 375px;
}