@charset "utf-8";

/* 投稿・アーカイブ・固定ページ記述CSSファイル */


/* 投稿がない場合
--------------------------------------------*/
.archive-non {
	text-align: center;
	margin: 5em 0 10em;
}

/* #archive-block
--------------------------------------------*/
.post-block {
	background: #fff;
	border-radius: 30px;
	padding: 35px 20px 50px;
}
.a-list {
	margin-top: -15px;
}
.arcbox {
	line-height: 1.6;
	border-bottom: 1px dashed #133F03;
}
.arcbox a:hover {
	color: #333;
}
.arcbox-content {
	position: relative;
	padding: 25px 5px;
}
.arcbox-content::after {
	content: '\f30b';
	font-family: "Font Awesome 7 Free";
	color: #133F03;
	font-weight: 900;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 28px;
}
.arcbox-post,
.arcbox-content::after {
	transition: .3s;
}
.arcbox a:hover .arcbox-content::after {
	color: #D3342E;
}
.arcbox-date {
	padding: 0 0 10px;
}
@media screen and (min-width: 768px) {
	.post-block {
		max-width: 850px;
		margin: auto;
		padding: 50px;
	}
	.arcbox {
		font-size: 18px;
	}
	.arcbox a:hover .arcbox-post {
		color: #D3342E;
	}
	.arcbox-content {
		display: grid;
		grid-template-columns: 135px 1fr auto;
		align-items: baseline;
		padding: 25px 100px 25px 0;
	}
	.arcbox-content::after {
		font-size: 1.8em;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	.arcbox-date {
		padding: 0 0 0 10px;
	}
}



/* #archive-nav
--------------------------------------------*/
.a-nav {
	padding: 45px 0 0;
}
.a-nav ul.page-numbers {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.a-nav li {
	list-style: none;
	margin: 0 !important;
}
.a-nav li .page-numbers {
	text-decoration: none;
	padding: 10px 15px;
}
.a-nav .page-numbers.current {
	text-decoration: underline #D3342E;
}
.a-nav .page-numbers.current:hover {
	color: #333;
}
.a-nav .prev.page-numbers,
.a-nav .next.page-numbers {
	padding: 0;
}
.a-nav .prev.page-numbers {
	margin: 0 15px 0 0;
}
.a-nav .next.page-numbers {
	margin: 0 0 0 15px;
}
.a-nav .prev.page-numbers::before,
.a-nav .next.page-numbers::before {
	font-family: "Font Awesome 7 Free";
	color: #D3342E;
	font-weight: 900;
	font-size: 1.2em;
}
.a-nav .prev.page-numbers::before {
	content: '\f359';
}
.a-nav .next.page-numbers::before {
	content: '\f35a';
}
@media screen and (min-width: 768px) {
	.a-nav li .page-numbers {
		padding: 5px 10px;
	}
	.a-nav .prev.page-numbers {
		margin: 0 10px 0 0;
	}
	.a-nav .next.page-numbers {
		margin: 0 0 0 10px;
	}
}


/* #single
--------------------------------------------*/
.s-head {
	border-bottom: 1px dashed #133F03;
	margin: 0 0 30px;
	padding: 0 0 20px;
}
.s-head-date {
	margin: 0 0 5px;
}
.s-cont-main .wp-block-heading {
	color: #133F03;
	margin: 1.5em 0 1em;
}
.s-cont-main h2.wp-block-heading {
	font-size: 22px;	
	border-bottom: 2px solid;
	padding: 0 0 .5em;	
}
.s-cont-main h3.wp-block-heading {
	font-size: 20px;
}
.s-cont-main h4.wp-block-heading {
	font-size: 18px;
}
.s-cont-main .wp-block-list {
	margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
	.s-head-date {
		font-size: 18px;
	}
}

/* #single-nav
--------------------------------------------*/
.s-nav {
	margin: 35px 0 0;
}
.s-nav-list li {
	text-align: center;
	margin: 25px 0 0 !important;
}
.s-nav-list i {
	font-size: 1.1em;
	color: #D3342E;
}
.s-nav-list a {
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.s-nav {
		max-width: 850px;
		margin: 60px auto 0;
	}
	.s-nav-list {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
	}
	.s-nav-list li {
		min-width: 90px;
		margin: 0!important;
	}
}


/* ページ共通
--------------------------------------------*/
/* .main-img */
.main-img img {
	width: 100%;
	height: 52vw;
	object-fit: cover;
	object-position: center;
}
.main-img-curve {
	margin-top: -16vw;
}
.main-img-title {
	font-size: 7.5vw;
	margin: -1em 0 0;
	padding: 0 8vw;
}
.main-img-eng {
	font-size: 50%;
	letter-spacing: 10%;
	line-height: 1.5;
	margin: 0 0 .3em;
}
@media screen and (min-width: 768px) {
	.main-img img {
		height: 20.8vw;
	}
	.main-img-curve {
		margin-top: -12vw;
	}
	.main-img-title {
		font-size: 2.3vw;
		margin: -8.5vw auto 0;
		padding: 0 0 1.2em;
		max-width: 30.5em;
	}
	.main-img-title .inner {
		width: 13em;
	}
	.main-img-eng {
		font-size: 45%;
	}
}
@media screen and (min-width: 1500px) {
	.main-img-title {
		font-size: 36px;
	}
}
@media screen and (min-width: 1900px) {
	.main-img-title {
		font-size: 1.88vw;
		margin: -4.5em auto 0;
	}
}

/* base-ttl */
.base-ttl {
	font-size: 6.5vw;
	margin: 0 0 25px;
}
.base-ttl-jp {
	letter-spacing: 5%;
	line-height: 1.6;
}
.base-ttl-eng {
	font-size: 45%;
	letter-spacing: 5%;
	padding-left: 5.6em;
	margin-top: -.3em;
}
.base-ttl-wave {
	display: block;
	width: 5.9em;
	height: 1.15em;
	margin: -.28em 0 0 -.45em;
}
.base-ttl-wave path {
	fill: none;
	stroke: #133F03;
	stroke-width: 5;
	vector-effect: non-scaling-stroke;
}
@media screen and (min-width: 340px) {
	.base-ttl {
		font-size: 22px;
	}
}
@media screen and (min-width: 1000px) {
	.base-ttl {
		margin: 0;
	}
}

/* inner-wrap */
@media screen and (min-width: 1000px) {
	.inner-wrap {
		max-width: 1010px;
		margin: 0 0 0 auto;
	}
}

/* base-wrap */
.base-wrap {
	margin: 0 0 0 10px;
}
@media screen and (min-width: 870px) {
	.base-wrap {
		max-width: 800px;
		margin: 0 0 0 auto;
	}
}

/* .p-section */
.p-section {
	position: relative;
	margin: 0 0 100px;
}
@media screen and (min-width: 768px) {
	.p-section {
		position: relative;
		margin: 0 0 120px;
	}
}

/* .dl-table */
.dl-table {
	line-height: 1.8;
	border-top: 1px solid #133F03;
	border-bottom: 1px solid #133F03;
}
.dl-table dl {
	padding: 15px 0;
}
.dl-table dl:not(:last-of-type) {
	border-bottom: 1px dashed #133F03;	
}
.dl-table dt {
	font-family: "NotoSans Medium", "sans-serif";
}
.dl-table dd {
	padding: 5px 15px 0;
}
@media screen and (min-width: 768px) {
	.dl-table dl {
		display: grid;
		grid-template-columns: 200px 1fr;
		padding: 0;
	}
	.dl-table dt,
	.dl-table dd {
		padding: 15px;
	}
}


/* #ft-ctt
--------------------------------------------*/
.ft-ctt {
	background: rgba(249,227,185,.6);
	padding: 60px 0 16vw;
}
.ft-ctt-main {
	width: fit-content;
	margin: auto;
}
.ft-ctt-ttl {
	font-size: 22px;
}
.ft-ctt-form {
	margin: 30px 0 0;
}
#p-contact .ft-ctt-form {
	display: none;
}
.ft-ctt-box {
	margin: 25px 0 50px;
}
.ft-ctt-telnum {
	font-size: 11vw;
	line-height: 1;
	margin: 15px 0 0;
}
.ft-ctt-telnum a::before {
	content: '\f095';
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-size: 90%;
	margin: 0 10px 0 0;
}
.ft-ctt-info {
	border-left: 1px solid;
	padding: 0 0 0 12px;
	margin: 25px 0 0 20px;
}
.ft-ctt-info dl {
	display: grid;
	grid-template-columns: 90px 1fr;
	line-height: 1.5;
	padding: 5px 0;
}
.ft-ctt-time {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}
.ft-ctt-recruit {
	width: fit-content;
	margin: 30px 0 70px auto;
}
@media screen and (min-width: 450px) {
	.ft-ctt-telnum {
		font-size: 50px;
	}
}
@media screen and (min-width: 768px) {
	.ft-ctt {
		padding: 120px 0 12vw;
	}
	.ft-ctt-main {
		margin: 0 0 0 auto;
		max-width: 800px;
		width: 100%;
	}
	.ft-ctt-box {
		display: grid;
		grid-template-columns: auto 1fr;
		margin: 25px 0 70px;
	}
	.ft-ctt-info {
		margin: 0 0 0 30px;
	}
	.ft-ctt-recruit {
		margin: 30px 0 0 auto;
	}
}


/* 菱富のこだわり
--------------------------------------------*/
.story-main {
	padding: 0!important;
	margin-top: -20vw;
}
@media screen and (min-width: 768px) {
	.story-main {
		margin-top: 0;
	}
}

/* #sty-fv */
.sty-fv {
	padding: 0 0 80px;
}
.sty-fv .daikon::before {
	bottom: 1.2em;
	right: -.7em;
}
.sty-fv-txt {
	font-size: 56%;
	letter-spacing: 15%;
	text-align: right;
	padding: 7.8em .8em 0 0;
}
.sty-deco {
	position: relative;
}
.sty-deco::after {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #EDD3A1;
	position: absolute;
	border-radius: 50%;
}
.sty-fv-img1 {
	margin: 0 -10% 0 auto;
	width: 43%;
}
.sty-fv-img1::after,
.sty-cls-img1 .sty-deco::after {
	top: 2%;
	left: 2%;
}
.sty-fv-img2 {
	width: 25%;
	margin: -13% auto 0 -4%;
}
.sty-fv-img2::after {
	top: -1%;
	right: -3%;	
}
.sty-fv-img3 {
	width: 40%;
	margin: -15% 0 0 11%;
}
.sty-fv-img3::after {
	top: -2%;
	left: -2%;	
}
@media screen and (max-width: 767px) {
	.sty-fv-photo {
		width: 100%;
		overflow: hidden;
		margin: 0 0 -40vw;
	}
	.sty-fv-main .idx-ttl {
		transform: translateX(-50%);
		left: 50%;
		padding: 13vw 0 0;
	}
}
@media screen and (min-width: 768px) {
	.sty-fv {
		padding: 0 0 120px;
	}
	.sty-fv-block {
		grid-template-columns: 1fr 64%;
		display: grid;
		align-items: flex-end;
		justify-content: center;
		gap: 8%;
	}
	.sty-fv-photo {
		position: relative;
		margin-top: -4vw;
		order: 2;
	}
	.sty-fv-img1 {
		z-index: 2;	
		margin: 0 0 0 auto;
		width: 75%;
	}
	.sty-fv-img2 {
		width: 44%;
		margin: 26% 9% 0 auto;
	}
	.sty-fv-img3 {
		width: 54%;
		position: absolute;
		top: 38%;
		left: 0;
		margin: 0;
	}
}

/* #sty-read */
.sty-read.hakusai::before {
	width: 100px;
	height: 120px;
	right: 90px;
	bottom: -30px;
}
.sty-read.nasu::after {
	width: 60px;
	height: 70px;
	right: 30px;
	bottom: 50px;
}
@media screen and (min-width: 768px) {
	.sty-read.hakusai::before {
		width: 13vw;
		height: 16vw;
		top: 10px;
		right: 13vw;
	}
	.sty-read.nasu::after {
		width: 8vw;
		height: 9.5vw;
		top: -30px;
		right: 5vw;
	}
}
@media screen and (min-width: 1100px) {
	.sty-read.hakusai::before {
		width: 140px;
		height: 170px;
		top: 102px;
		left: 50%;
		transform: translateX(200%);
	}
	.sty-read.nasu::after {
		width: 90px;
		height: 105px;
		top: 70px;
		left: 50%;
		transform: translateX(480%);
	}
	.sty-read.hakusai::before,
	.sty-read.nasu::after {
		right: auto;
		bottom: auto;
	}
}
.sty-read-bg {
	padding-top: 5vw;
}
.sty-read-contents {
	padding: 0 0 35vw;
}
.sty-read-main {
	margin-top: -11vw;
}
.sty-read-title {
	margin: 0 auto;
	width: fit-content;
}
.sty-read-hl {
	font-size: 6vw;
}
.sty-read-hl .block {
	color: #fff;
	background: #133F03;
	width: fit-content;
	padding: .5em 1em .6em;
	transform: rotate(-3deg);
}
.sty-read-hl .line2 {
	margin: .4em 0 0 1.5em;
}
@media screen and (min-width: 768px) {
	.sty-read-contents {
		padding: 0 0 13vw;
	}
	.sty-read-main {
		margin-top: -15.5vw;
	}
	.sty-read-title {
		margin: 0 0 75px;
	}
	.sty-read-hl {
		font-size: 32px;
	}
	.sty-read-hl .line2 {
		margin: .4em 0 0 4.5em;
	}
}

.sty-read-block1 {
	margin: -20px 0 50px;
}
.sty-read-block1 .txt {
	margin: 40px 0 0;
}
.sty-read-block1 .big {
	font-size: 1.1em;
}
.sty-read-block2 .box1 {
	margin: 40px 0;
}
.sty-read-block2 .title {
	margin: 0 0 20px;
}
.sty-read-block2 .big {
	font-size: 1.3em;
}
.sty-read-block2 .img2 {
	width: 80%;
	margin: 40px auto;
}
@media screen and (min-width: 768px) {
	.sty-read-block1 {
		display: grid;
		grid-template-columns: 28% 1fr;	
		margin: 0 0 70px;
		gap: 5%;
	}
	.sty-read-block1 img {
		height: 100%;
		object-fit: cover;
	}
	.sty-read-block1 .txt {
		margin: 20px 0 0;
	}
	.sty-read-block2 .main,
	.sty-read-block2 .btm {
		display: grid;
		grid-template-columns: 1fr 41%;
		column-gap: 4%;
	}
	.sty-read-block2 .img1 {
		order: 2;
		margin: 0 0 10%;
	}
	.sty-read-block2 .img1 img {
		height: 95%;
		object-fit: cover;
	}
	.sty-read-block2 .box1 {
		margin: 15px 0 60px;
	}
	.sty-read-block2 .box2 {
		margin: 0 0 20px;
	}
	.sty-read-block2 .img2 {
		order: 2;
		width: 90%;
		margin: -8% auto 0;
	}
	.sty-read-block2 .box3 {
		margin: 0 0 50px;
	}
}
@media screen and (min-width: 1100px) {
	.sty-read-block2 .img1 img {
		height: auto;
	}
}
.sty-middle-curve {
	position: relative;
	margin-top: -16vw;
}
@media screen and (min-width: 768px) {
	.sty-middle-curve {
		margin-top: -13vw;
	}
}


/* .sty-prm */
.sty-prm {
	padding: 80px 0 30px;
}
.sty-prm-sub {
	position: relative;
}
.sty-prm-sub::before {
	content: '';
	width: 450px;
	height: 450px;
	position: absolute;
	top: 30px;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.sty-prm-sub .base-ttl {
	position: relative;
	margin: 0;
}
.sty-prm-sub .big {
	font-size: 1.8em;
	padding: 0 0 0 .2em;
}
.sty-prm-sub .main {
	display: block;
	padding: .1em .1em .1em 0;
}
.sty-prm-head {
	position: relative;
	margin: 0 0 65px;
}
.sty-prm-head .title {
	font-size: 28px;
	margin: 0 0 50px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.sty-prm {
		width: 100%;
		overflow: hidden;
	}
	.sty-prm-sub {
		width: fit-content;
		margin: 0 auto 15px;
	}
	.sty-prm-sub .base-ttl-jp {
		line-height: 1.2;
		text-align: center;
	}
	.sty-prm-head .txt {
		width: 85%;
		margin: 0 auto;
	}
}
@media screen and (min-width: 768px) {
	.sty-prm {
		padding: 50px 0 150px;
	}
	.sty-prm-sub::before {
		width: 230px;
		height: 230px;
		top: -50px;
		left: 20px;
		transform: none;
	}
	.sty-prm-sub .main {
		display: inline;
		padding: 0 0 0 .5em;
	}
	.sty-prm-wrap {
		max-width: 1015px;
		margin: 20px 0 0 auto;
		padding: 0 0 0 30px;
	}
	.sty-prm-head .title {
		font-size: 32px;
		margin: 0 0 25px;
		text-align: left;
	}
}

/* .sty-prm-fc */
.sty-prm-fc {
	margin: 0 0 90px;
}
.sty-prm-fc .head {
	position: relative;
	padding: 0 0 80px;
}
.sty-prm-fc .hl-base {
	padding: 1.4em 0 0;
}
.sty-prm-fc .hl-base::after {
	content: '';
	width: 10.5em;
	height: 10.5em;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.sty-prm-fc .hl-base .inner {
	position: relative;
	z-index: 2;
}
.sty-prm .icon::before {
	content: '';
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto .8em;
}
.sty-prm-fc .icon::before {
	width: 5.4em;
	height: 4.4em;	
}
.sty-prm-fc .cts {
	margin: 30px 0;
}
.sty-prm-fc .cts-box {
	background: #fff;
	border-radius: 15px;
	padding: 22px;
	margin: 45px 0 30px;
}
.sty-prm-fc .cts-box-name::after {
	content: '';	
	background-size: cover;
	display: block;
	margin: -40px auto 15px;
}
.sty-prm-fc .cts-box dl {
	align-items: baseline;
}
.sty-prm-fc .cts-box dt {
	padding: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
	.sty-prm-fc .cts-box-name {
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
		margin: 0 0 20px;
	}
}
@media screen and (min-width: 768px) {
	.sty-prm-fc .hl-base {
		font-size: 30px;
	}
	.sty-prm-fc .hl-base::after {
		width: 8.6em;
		height: 8.6em;
	}
	.sty-prm-fc .icon::before {
		width: 4em;
		height: 3.2em;	
	}
	.sty-prm-fc .area {
		position: relative;
	}
	.sty-prm-fc .cts {
		width: 65%;
		margin: 0 0 0 auto;
		padding: 0 0 0 4%;
	}
	.sty-prm-fc .img {
		position: absolute;
		width: 30.5%;
	}
	.sty-prm-fc .img img {
		height: 100%;
		object-fit: cover;
	}
	.sty-prm-fc .img1 {
		top: 0;
		left: 0;
		z-index: 2;
	}
	.sty-prm-fc .img2 {
		left: 4.5%;
	}
	.sty-prm-fc .cts-box {
		position: relative;
		padding: 20px 25px;
		margin: 40px 0;
	}
	.sty-prm-fc .cts-box-name {
		width: fit-content;
		margin: -35px 0 10px;
	}
	.sty-prm-fc .cts-box-name::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
	}
}

/* .sty-prm-column */
.sty-prm-box {
	position: relative;
	border-radius: 30px;
	padding: 15px;
	margin: 80px 0 0;
}
.sty-prm-box::before {
	content: '';
	width: 130px;
	height: 6px;
	background: #fff6e5;
	position: absolute;
	top: -4px;
	left: 50%;
	transform: translateX(-50%);
}
.sty-prm-box .head {
	margin: -70px 0 20px;
}
.sty-prm-box .img {
	margin: 25px 0 0;
}
.sty-prm-box .icon::before {
	width: 100px;
	height: 107px;
}
.sty-prm-box .title {
	font-size: 5.5vw;
}
@media screen and (min-width: 400px) {
	.sty-prm-box .title {
		font-size: 22px;
	}
}
@media screen and (min-width: 768px) {
	.sty-prm-column {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: flex-start;
		gap: 5%;
		padding: 40px 0 0;
	}
	.sty-prm-box {
		padding: 25px 6%;
		margin: 0;
	}
	.sty-prm-box .title {
		font-size: 2.2vw;
	}
}
@media screen and (min-width: 1100px) {
	.sty-prm-column {
		gap: 7%;
	}
	.sty-prm-box {
		padding: 25px;
	}
	.sty-prm-box .title {
		font-size: 25px;	
	}
}

/* #nature */
.p1-color,
#nature .color,
#nature .base-ttl-eng {
	color: #50A150;
}
#nature .base-ttl-wave path {
	stroke: #50A150;
}
#nature .sty-prm-sub::before {
	background: rgba(204,235,204,.4);
}
#nature .sty-prm-fc .icon::before {
	background-image: url('../image/story/p1_icon1.png');
}
#nature .sty-prm-fc .hl-base::after {
	border: 1px solid #CCEBCC;
}
.sty-daikon::after {
	background-image: url('../image/story/p1_daikon.png');
	width: 78px;
	height: 50px;
	right: -85px;
}
.sty-kyuri::after {
	background-image: url('../image/story/p1_kyuri.png');
	width: 70px;
	height: 44px;
	right: -85px;
}
.sty-renkon::after {
	background-image: url('../image/story/p1_renkon.png');
	width: 55px;
	height: 46px;
	right: -70px;
}
#nature .sty-prm-fc .img1::after {
	content: '';
	background: url('../image/icon/kaga.png') center/cover;
	width: 33vw;
	height: 33vw;
	position: absolute;
	top: -10px;
	right: 10vw;
	transform: rotate(22deg);
}
@media screen and (max-width: 767px) {
	#nature .sty-prm-fc .img1 {
		position: relative;
	}
}
@media screen and (min-width: 768px) {
	#nature .sty-prm-fc .img1 {
		height: 36%;
	}
	#nature .sty-prm-fc .img1::after {
		width: 168px;
		height: 168px;
		top: -15px;
		right: -15px;
	}
	#nature .sty-prm-fc .img2 {
		top: 32%;
		height: 34%;
	}
	#nature .sty-prm-fc .img3 {
		top: 70%;
		height: 29%;
	}
}
#nature .sty-prm-box {
	border: 3px solid #50A150;
}
#nature .sty-prm-box.box1 .icon::before {
	background-image: url('../image/story/p1_icon2.png');
}
#nature .sty-prm-box.box2 .icon::before {
	background-image: url('../image/story/p1_icon3.png');
}

/* #health */
.p2-color,
#health .color,
#health .base-ttl-eng {
	color: #4CAABA;
}
#health .base-ttl-wave path {
	stroke: #4CAABA;
}
#health .sty-prm-sub::before {
	background: rgba(193,231,238,.4);
}
#health .sty-prm-fc .icon::before {
	background-image: url('../image/story/p2_icon1.png');
}
#health .sty-prm-fc .hl-base::after {
	border: 1px solid #C1E7EE;
}
.sty-rakkyo::after {
	background-image: url('../image/story/p2_rakkyo.png');
	width: 47px;
	height: 46px;
	right: -62px;
}
@media screen and (min-width: 768px) {
	#health .sty-prm-fc .img1 {
		height: 60%;
	}
	#health .sty-prm-fc .img2 {
		top: 53%;
		height: 47.3%;
	}
}
#health .sty-prm-box {
	border: 3px solid #4CAABA;
}
#health .sty-prm-box.box1 .icon::before {
	background-image: url('../image/story/p2_icon2.png');
}
#health .sty-prm-box.box2 .icon::before {
	background-image: url('../image/story/p2_icon3.png');
}

/* #secury */
.p3-color,
#secury .color,
#secury .base-ttl-eng {
	color: #E8A168;
}
#secury .base-ttl-wave path {
	stroke: #E8A168;
}
#secury .sty-prm-sub::before {
	background: rgba(248,223,204,.5);
}
#secury .sty-prm-fc .icon::before {
	background-image: url('../image/story/p3_icon1.png');
}
#secury .sty-prm-fc .hl-base::after {
	border: 1px solid #F8DFCC;
}
@media screen and (min-width: 768px) {
	#secury .sty-prm-fc .img1 {
		height: 101%;
		width: 34%;
	}
}
#secury .sty-prm-box {
	border: 3px solid #E8A168;
}
#secury .sty-prm-box.box1 .icon::before {
	background-image: url('../image/story/p3_icon2.png');
}
#secury .sty-prm-box.box2 .icon::before {
	background-image: url('../image/story/p3_icon3.png');
}
@media screen and (min-width: 768px) {
	#secury .sty-prm-box.box2 .title {
		letter-spacing: 0;
	}
}

/* #sty-cls */
.sty-cls {
	padding-top: calc(18vw + 80px);
}
.sty-cls-bg {
	padding-top: 2.7vw;
}
.sty-cls-block {
	margin-top: -37vw;
}
.sty-cls-title.kabu::before {
	width: 2.9em;
	height: 3.3em;
}
.sty-cls-title.kyuri::after {
	width: 2.5em;
	height: 2.6em;
}
.sty-cls-title .line2 {
	padding-top: 2em;
}
.sty-cls-txt {
	margin: 30px 0 45px;
}
.sty-cls-img2 .sty-deco::after {
	top: -3%;
	left: 2%;
}
.sty-cls-txt .big {
	font-size: 1.1em;
}
@media screen and (max-width: 767px) {
	.sty-cls {
		width: 100%;
		overflow: hidden;
	}
	.sty-cls-title {
		margin: 0 8vw 0 auto;
		width: 33vw;
	}
	.sty-cls-title.kabu::before {
		left: -5em;
		top: .8em;
	}
	.sty-cls-title.kyuri::after {
		top: 3.7em;
		left: -3.4em;
	}
	.sty-cls-img1,
	.sty-cls-img2 {
		width: 100%;
		overflow: hidden;
		padding: 3% 0 2%;
	}
	.sty-cls-img1 {
		margin-top: -60vw;
	}
	.sty-cls-img1 .sty-deco {
		width: 67%;
		left: -15%;
	}
	.sty-cls-img2 .sty-deco {
		width: 88%;
		margin: 0 -7% -15% auto;
	}
}
@media screen and (min-width: 768px) {
	.sty-cls {
		padding-top: 30px;
	}
	.sty-cls-contents {
		padding: 0 0 19vw;
	}
	.sty-cls-block {
		margin-top: -17vw;
		display: grid;
		grid-template-columns: 38% 55%;
		justify-content: space-between;
	}
	.sty-cls-title {
		padding: 0 0 1em 2.7em;
	}
	.sty-cls-title.kabu::before {
		right: -4em;
		bottom: 2em;
	}
	.sty-cls-title.kyuri::after {
		bottom: 0;
		right: -5.5em;
	}
	.sty-cls-main {
		display: grid;
		margin: 18% 0 0;
	}
	.sty-cls-txt {
		margin: 33% 0 0;
		order: 2;
	}
	.sty-cls-img2 {
		width: 80%;
		margin: 0 5% 0 auto;
	}
}


/* 会社概要
--------------------------------------------*/
/* #cmp-grt */
.cmp-grt-block {
	display: grid;
	grid-template-columns: 1fr 120px;
	align-items: center;
	grid-column-gap: 25px;
	margin: 1.2em 0 0;
}
.cmp-grt-img {
	grid-column: 2 / 3;
}
@media screen and (max-width: 767px) {
	.cmp-grt-block .txt1,
	.cmp-grt-block .txt2 {
		grid-column: 1 / 3;
	}
	.cmp-grt-block .txt2 {
		margin: 0 0 1.5em;
	}
}
@media screen and (min-width: 768px) {
	.cmp-grt-block {
		grid-template-columns: 1fr 200px;
		grid-template-rows: auto auto 1fr;
		align-items: flex-end;
		grid-column-gap: 45px;
	}
	.cmp-grt-img {
		grid-row: 1 / 4;
	}
}

/* #cmp-prf */
.cmp-prf-table .map {
	height: 62vw;
	margin: 1.2em 0 0;
}
.cmp-prf-photo {
	margin: 40px 0 0;
}
.cmp-prf-photo .img {
	margin: 30px 0 0;
}
.cmp-prf-photo .caption {
	display: block;
	text-align: center;
	margin: .5em 0 0;
}
@media screen and (min-width: 768px) {
	.cmp-prf-table .map {
		height: 160px;
	}
	.cmp-prf-photo {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 35px;
		margin: 30px 0 0;
	}
}

/* #cmp-his */
.cmp-his-timeline {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px;
	margin: 0 0 20px;
}
.cmp-his-side {
	position: relative;
	background: #FAECD1;
	padding: 25px 9px 25px 10px;
	font-size: 18px;
}
.cmp-his-side::after {
	content: '';
	background: #FAECD1;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -19px;
	left: 0;
	clip-path: polygon(0 0,100% 0, 50% 100%);
}
.cmp-his-ttl {
	position: sticky;
	top: 100px;
	line-height: 1.2;
}
.cmp-his-main {
	padding: 0 0 20px;
}
.cmp-his-main dl {
	padding: 15px 0 20px;
}
.cmp-his-main dd {
	padding: 0 0 0 1em;
	line-height: 1.8;
}
.cmp-his-main dl:not(:last-of-type) {
	border-bottom: 1px dashed #133F03;
}
.cmp-his-main .img {
	margin: 1.2em 0 0;
}
@media screen and (min-width: 768px) {
	.cmp-his-timeline {
		gap: 25px;
		margin: 0 0 30px;
	}
	.cmp-his-side {
		padding: 25px 18px;
		font-size: 23px;
	}
	.cmp-his-side::after {
		height: 30px;
		bottom: -29px;
	}
	.cmp-his-ttl {
		top: 140px;
	}
	.cmp-his-main {
		padding: 20px 0 30px;
	}
	.cmp-his-main dl {
		padding: 15px 0;
	}
	.cmp-his-main .photo {
		display: grid;
		grid-template-columns: 1fr 200px;
		grid-template-rows: auto 1fr;
	}
	.cmp-his-main .img {
		grid-column: 2 / 3;
		grid-row: 1 / 3;
		margin: 0 15px 0 0;
	}
}


/* 店舗・購入案内
--------------------------------------------*/
/* #store-ava */
.store-ava-box {
	position: relative;
	background: #fff;
	border-radius: 15px;
	padding: 25px 30px;
	margin: 40px 0 0;
}
.store-ava-ttl {
	font-size: 20px;
	position: absolute;
	top: -15px;
	left: 30px;
}
.store-ava-btn {
	margin: 15px 0 0 auto;
	width: fit-content;
}
@media screen and (min-width: 768px) {
	.store-ava-btn {
		margin: 10px 0 0;
	}
}
/* #store-ofc */
.store-ofc-block {
	margin-top: -20px;
}
.store-ofc-box {
	border-bottom: 1px dashed #133F03;
	padding: 40px 0;
}
.store-ofc-main {
	line-height: 1.8;
}
.store-ofc-img {
	margin: 0 0 30px;
}
.store-ofc-img img {
	width: 100%;
}
.store-ofc-info {
	padding: .8em 0;
}
@media screen and (min-width: 768px) {
	.store-ofc-block {
		margin-top: -40px;
	}
	.store-ofc-box {
		display: grid;
		grid-template-columns: 280px 1fr;
		gap: 35px;
	}
	.store-ofc-box.no-photo {
		grid-template-columns: auto;
	}
	.store-ofc-img {
		margin: 0;
	}
}


/* お問い合わせ
--------------------------------------------*/
.ctt-form {
	padding: 50px 0;
}
.back-btn {
	width: fit-content;
	margin: 70px auto 0;
}
@media screen and (min-width: 768px) {
	.ctt-form {
		padding: 50px 0 20px;
	}
	.ctt-form .base-ttl {
		padding: 0 0 20px;
	}
}

/* form-box */
.form-box {
	background: #fff;
	border-radius: 30px;
	padding: 45px 23px;
}
.form-main p {
	line-height: 1.7;
}
.form-main .first-txt {
	padding: 0 0 20px;
}
.form-main dl {
	margin: 25px 0;
}
.form-main dt {
	display: flex;
	align-items: first baseline;
	padding: 0 0 10px;
	line-height: 1.5;
	font-size: 18px;
}
.form-main dt::before {
	content: '必須';
	color: #fff;
	background: #D3342E;
	font-size: 12px;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin: 0 1em 0 0;
}
.form-main .free dt::before {
	content: '任意';
	background: #B7B7B7;
}
.form-main input[type="text"],
.form-main input[type="email"],
.form-main input[type="tel"] {
	width: 100%;
}
.form-main .wpcf7-list-item {
	margin: 0;
}
.form-main .gender label {
	font-size: 18px;
	padding: 4px 20px 0 0;
	display: block;
}
.form-main .age input {
	width: 100px;
}
.form-main .after::after {
	position: absolute;
	top: 5px;
	font-size: 18px;
}
.form-main .age::after {
	content: '歳';
	left: 110px;	
}
.form-main .small {
	font-size: 13px;
	margin: 10px 0 0;
	line-height: 1.3;
}
.form-main .work textarea {
	min-height: 7em;
}
.form-main .zip {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin: 0 0 15px;
}
.form-main .zip input {
	width: 180px;
	margin-left: 25px;
}
.form-main .zip::after {
	content: '〒';
	left: 0;
}
.form-main .check {
	padding: 10px 0;
}
.form-main .check dt {
	width: auto;
	padding: 0 8px 0 0;
}
.form-main .check label {
	display: flex;
	align-items: first baseline;
}
::placeholder {
	color: #D9D9D9;
	opacity: 1;
}
.submit-btn {
	position: relative;
	width: 200px;
	height: 70px;
	margin: 30px auto 0;
}
.submit-btn::after {
	content: '\f35a';
	font-family: "Font Awesome 7 Free";
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	font-size: 150%;
}
.submit-btn input {
	width: 100%!important;
	height: 100%;
	padding: 0 2em 0 0 !important;
}
.wpcf7-not-valid-tip {
	font-size: 16px;
}
@media screen and (max-width: 400px) {
	select[name="job-type"] {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.form-main .check {
		display: flex;
		align-items: flex-start;
	}
	::placeholder {
		font-size: 13px;
		letter-spacing: 0;
	}
}
@media screen and (min-width: 768px) {
	.form-box {
		max-width: 800px;
		margin: auto;
		padding: 40px;
	}
	.form-main {
		max-width: 670px;
		margin: auto;
	}
	.form-main dl {
		display: flex;
		align-items: flex-start;
	}
	.form-main dt {
		width: 220px;
		padding: 7px 15px 0 0;
		flex-shrink: 0;
	}
	.submit-btn {
		margin: 30px auto;
	}
}


/* 採用情報
--------------------------------------------*/
/* 共通 */
@media screen and (max-width: 767px) {
	.rec-wrap {
		margin: 0 0 0 10px;
	}
}
@media screen and (min-width: 768px) {
	.rec-ttl {
		margin: 0 0 25px -15px;
	}
}

/* #rec-fv */
.rec-fv-inner {
	position: relative;
	padding: 0 0 100px;
}
.rec-fv-title,
.rec-fv-title .hl-base {
	position: unset;
}
.rec-fv .kabu::before {
	width: 65px;
	height: 75px;
	left: -10px;
	bottom: 20px;
}
.rec-fv .renkon::before {
	width: 2.2em;
	height: 2.1em;
	top: -.8em;
	right: 2.8em;
}
.rec-fv .kyuri::after {
	width: 2.8em;
	height: 3em;
	top: -.5em;
	right: 1em;
}
.rec-fv-txt {
	margin: 35px 0;
}
.rec-fv-btn {
	margin: 0 0 0 auto;
	width: fit-content;
}
.more .main-btn::after {
	content: '\f358';
}
@media screen and (min-width: 768px) {
	.rec-fv-inner {
		margin: 0 0 120px;
		padding: 0;
	}
	.rec-fv .kabu::before {
		width: 130px;
		height: 145px;
		left: 20px;
		bottom: -80px;
	}
	.rec-fv .renkon::before {
		width: 4em;
		height: 3.8em;
		right: 3.2em;
		bottom: -1.7em;
		top: auto;
	}
	.rec-fv .kyuri::after {
		width: 5em;
		height: 5.3em;
		right: 0;
		bottom: -3.7em;
		top: auto;
	}
	.rec-fv-txt {
		margin: 45px 0 50px;
	}
	.rec-fv-btn {
		margin: 0 auto;
	}
}
@media screen and (min-width: 1050px) {
	.rec-fv .kabu::before {
		bottom: 200px;
	}
	.rec-fv .renkon::before {
		bottom: 2.5em;
	}
	.rec-fv .kyuri::after {
		bottom: .5em;
	}
}

.rec-fv-img {
	position: relative;
	z-index: 2;
}
.rec-fv-curve {
	margin-top: -50vw;
}
@media screen and (min-width: 768px) {
	.rec-fv-curve {
		margin-top: -28vw;
	}
}

/* #rec-inv */
.rec-inv {
	padding: calc(33vw + 60px) 0 21vw;
}
.rec-inv-head {
	margin: 0 0 80px;
}
@media screen and (min-width: 768px) {
	.rec-inv {
		padding: calc(15vw + 90px) 0 8.3vw;
	}
	.rec-inv-head {
		margin: 0 0 110px;
	}
	.rec-inv-wrap {
		padding: 30px 0 0 20px;
	}
}

.inv-section {
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 145px 0 100px;
}
.mfc-bg {
	background-image: url('../image/recruit/bg_mfc__sp.jpg');
}
.sales-bg {
	background-image: url('../image/recruit/bg_sales__sp.jpg');
}
.mng-bg {
	background-image: url('../image/recruit/bg_mng__sp.jpg');
}
.log-bg {
	background-image: url('../image/recruit/bg_log__sp.jpg');
}
.inv-job {
	font-size: 70px;
	text-shadow: 2px 2px 0 #FAECD1;
	line-height: 1;
	text-align: center;
}
.inv-block {
	background: #FFF6E5;
	padding: 40px 20px;
}
.inv-prf {
	font-size: 14px;
	width: 14.3em;
	height: 33.5em;
	background-size: 100%;
	margin: -145px auto 0;
}
@media screen and (max-width: 767px) {
	.inv-wrap {
		position: unset !important;
	}
	.inv-job {
		position: absolute;
		top: -20px;
		left: 8vw;
	}
	.invert .inv-job {
		left: auto;
		right: 8vw;
	}
	.inv-main {
		margin-top: -40px;
	}
}
@media screen and (min-width: 768px) {
	.inv-section {
		padding: 0 0 120px;
	}
	.mfc-bg {
		background-image: url('../image/recruit/bg_mfc.jpg');
	}
	.sales-bg {
		background-image: url('../image/recruit/bg_sales.jpg');
	}
	.mng-bg {
		background-image: url('../image/recruit/bg_mng.jpg');
	}
	.log-bg {
		background-image: url('../image/recruit/bg_log.jpg');
	}
	.inv-wrap,
	.inv-block {
		display: grid;
		grid-template-columns: auto 1fr;
	}
	.invert .inv-wrap,
	.invert .inv-block {
		grid-template-columns: 1fr auto;
	}
	.inv-wrap {
		max-width: 1230px!important;
		gap: 20px;
	}
	.inv-job {
		font-size: 10.7vw;
		line-height: 1.1;
		text-shadow: 4px 4px 0 #FAECD1;
		margin: -.38em 0 0;
	}
	.invert .inv-job {
		order: 2;
	}
	.inv-block {
		padding: 45px 30px;
		gap: 30px;
		max-width: 1020px;
		margin: 120px 0 0;
	}
	.invert .inv-block {
		order: 1;
		margin-left: auto;
	}
	.inv-prf {
		font-size: 12px;
		margin: 0;
		position: sticky;
		top: 140px;
	}
	.invert .inv-main {
		order: 1;
	}
}
@media screen and (min-width: 1000px) {
	.inv-prf {
		font-size: 14px;
	}
}
@media screen and (min-width: 1200px) {
	.inv-job {
		font-size: 130px;
	}
}

.inv-prf.type-a {
	background-image: url('../image/recruit/sil_type_a.png');
}
.inv-prf.type-b {
	background-image: url('../image/recruit/sil_type_b.png');
}
.inv-prf-block {
	text-align: center;
	padding-top: 9em;
}
.inv-prf-basic {
	display: flex;
	justify-content: center;
	gap: 1.2em;
	padding: 0 0 .5em;
}
.inv-prf.type-b .inv-prf-basic {
	padding: 0 0 1em;
}
.inv-prf-item {
	font-size: 85%;
	color: #fff;
	line-height: 1.3;
}
.inv-prf-item.circle {
	background: #EDD3A1;
	width: 3.8em;
	height: 3.8em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inv-prf-cts {
	font-size: 1.7em;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	.invert .inv-prf {
		order: 2;
	}
}

.inv-prf-role {
	width: fit-content;
	margin: 0 auto;
	max-width: 11.8em;
}
.inv-prf-box {
	overflow: hidden;
	border: 1px solid #EDD3A1;
	background: #fff;
	border-radius: .7em;
	margin: .8em 0 0;
}
.inv-prf-head {
	background: #EDD3A1;
	padding: .3em 0;
}
.inv-prf-txt {
	padding: .6em .8em;
	line-height: 1.3;
}
.inv-prf-txt ul {
	width: fit-content;
	margin: auto;
	padding-left: .9em;
}
.inv-prf-txt li {
	margin: 0 !important;
	text-align: left;
	line-height: 1.3;
}

.inv-box:not(:last-of-type) {
	margin: 0 0 30px;
}
.inv-q {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 15px;
	line-height: 1.7;
	align-items: baseline;
	border-bottom: 1px dashed;
	padding: 0 0 10px;
	margin: 0 0 15px;
}
.inv-q::before {
	content: 'Q';
	color: #fff;
	background: #133F03;
	width: 2.2em;
	height: 2.1em;
	border-radius: 50%;
	text-align: center;
	padding: .1em 0 0;
}

/* もっと見るボタン */
.inv-more-btn {
	display: none;
}
@media screen and (max-width: 767px) {
	.inv-more {
		display: none;
	}
	.inv-more-btn {
		display: block;
	}
	.inv-more-btn .main-btn {
		margin: 0 auto;
	}
}

/* #rec-info */
.rec-info {
	margin-top: -16vw;
}
.rec-info-head {
	margin-top: -27vw;
}
.rec-info-txt {
	margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
	.rec-info {
		margin-top: -12vw;
	}
	.rec-info-head {
		margin-top: -7.3vw;
	}
	.rec-info-txt {
		margin: 25px 0 0;
	}
}

/* #rec-guide */
.rec-guide {
	margin: 0 0 90px;
	padding: 60px 0 0;
}
.rec-guide-table {
	margin: 15px 0 10px;
}
@media screen and (min-width: 768px) {
	.rec-guide {
		padding: 100px 0 0;
	}
	.rec-guide-btm {
		text-align: right;
	}
}

/* #rec-form */
.rec-form-block {
	margin: 0 0 120px;
}


/* 特定商取引法
--------------------------------------------*/
@media screen and (min-width: 768px) {
	#p-law .wrap {
		max-width: 1020px;
	}
}


/* プライバシーポリシー
--------------------------------------------*/
#p-privacy h2 {
	font-size: 20px;
	border-bottom: 1px solid #133F03;
	margin: 0 0 20px;
	padding: 0 0 10px;
}










/* 
--------------------------------------------*/
@media screen and (max-width: 767px) {
	
}
@media screen and (min-width: 768px) {
	
}


/* 
--------------------------------------------*/
@media screen and (max-width: 767px) {
	
}
@media screen and (min-width: 768px) {
	
}


