@charset "UTF-8";
/*
変数
*/
img {
	height: auto;
	max-width: 100%;
}

/*
レイアウト上書き
*/
html {
	/* ルートのフォントサイズを10pxに設定しておく */
	font-size: 62.5%;
	font-family: "Montserrat", "Noto", sans-serif;
}
@media screen and (max-width: 767px) {
	html {
		font-size: 56.5%;
	}
}

body {
	font-size: 1.6rem;
	background:#f5ebd7;
	color:#4d260b;
	/* 	background-image: url('/assets/img/02-heavy-paper.png');
	background-repeat: repeat;

	/* 背景色（テクスチャの下に見える色） */
	background-color: #f5ebd7;

	/* 画像の位置を調整（必要に応じて） */
	background-position: top left;

	/* 背景画像のサイズ（繰り返しなので通常はauto） */
	background-size: auto; */
}

/*
パーツ
*/
.mincho {
	font-family: "Shippori Mincho", serif;
}

.pc-hide,
br.pc-hide {
	display: none;
}

br.sp-hide {
	display: inline;
}

@media screen and (max-width: 767px) {
	.pc-hide {
		display: block;
	}
	.sp-hide {
		display: none;
	}
	br.pc-hide {
		display: inline;
	}
	br.sp-hide {
		display: none;
	}
}
.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

/* スマホボタン消す */
.vk-mobile-nav-menu-btn {
	display: none;
}

.cont1140 {
	width: 96%;
	max-width: 114rem;
	margin: 0 auto;
}

.cont1280 {
	width: 96%;
	max-width: 128rem;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
}

.head_t1 {
	margin: 0;
	text-align: center;
}
.head_t1 p.en {
	font-size: 4.2rem;
	font-weight: bold;
	color: #1b421b;
	line-height: 1;
	padding-bottom: 0.3em;
	position: relative;
}
.common_kv .head_t1 p.en {
	color: #fff;
}

/* .head_t1 p.en:after {
content: "";
display: block;
width: 7.2rem;
height: 0.2rem;
background: #007ccf;
position: absolute;
bottom: 0;
left: 0;
} */
.common_kv .head_t1 p.en:after {
	background: #fff;
}

.head_t1 .ttl {
	margin: 0;
	font-size: 2.2rem;
	font-weight: bold;
	border: none;
	/* 	padding: 0.6em 0 0 0; */
}
.common_kv .head_t1 .ttl {
	color: #fff;
}

.pic_set {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.pic_set__item {
	width: 42rem;
}
.pic_set__item .pic ,
.page-id-30 .calendar{
	margin-bottom: 6rem;
}
.pic_set__item .txt {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
}
.pic_set__item .txt.ttl {
	font-weight: bold;
}
.pic_set.pic_set--2 {
	justify-content: center;
}
.pic_set.pic_set--2 .pic_set__item {
	margin: 0 1rem;
}
.pic_set.pic_set--2 .pic_set__item:nth-of-type(2 + n) {
	margin: 2rem 1rem 0;
}
.pic_set.pic_set--3 {
	justify-content: flex-start;
}
.common_kv__container {
	min-height: 24rem;
	display: flex;
	align-items: center;
	justify-content:center;
}
@media screen and (max-width: 767px) {
	.pic_set.pic_set--3 {
		justify-content: center;
	}
	.head_t1 p.en{
		font-size:3rem;
	}
	.head_t1 .ttl{
		font-size:2rem;
		line-height:3rem;
	}
	.common_kv__container{
		min-height:none;
		max-height:19rem!important;
	}
}
.pic_set.pic_set--3:after {
	content: "";
	display: block;
	opacity: 0;
	width: 1px;
	height: 1px;
}
.pic_set.pic_set--3 .pic_set__item {
	margin: 0 1.25% 0 0;
	width: 32.03125%;
}
.pic_set.pic_set--3 .pic_set__item:nth-of-type(n + 3) {
	margin: 0 0.78125% 0 0;
}
.pic_set.pic_set--3 .pic_set__item:nth-of-type(3n) {
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.pic_set.pic_set--3 .pic_set__item {
		width: 42%;
		margin-right: 2%;
		margin-left: 2%;
	}
	.pic_set.pic_set--3 .pic_set__item:nth-of-type(n + 3) {
		margin: 2rem 0 0 0;
	}
	.pic_set.pic_set--3 .pic_set__item:nth-of-type(3n) {
		margin-right: 2%;
	}
}

.flex-pt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.flex-pt {
		flex-direction: column-reverse;
	}
}
.flex-pt__pic {
	width: 35%;
	aspect-ratio: 300/200;
	background: #444;
}
@media screen and (max-width: 767px) {
	.flex-pt__pic {
		width: 84%;
		margin: 5% auto 0 auto;
	}
}
.flex-pt__txt {
	width: 62%;
}
@media screen and (max-width: 767px) {
	.flex-pt__txt {
		width: 94%;
		margin: 0 auto;
	}
}
.flex-pt__txt__ttl {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
	.flex-pt__txt__ttl {
		font-size: 2.6rem;
	}
}
.flex-pt__txt p {
	line-height: 1.7;
	font-size: 1.6rem;
}
.flex-pt__txt p + p {
	padding-top: 1em;
}
.flex-pt + .flex-pt {
	margin-top: 5rem;
}
.flex-pt--reverse {
	flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.flex-pt--reverse {
		flex-direction: column-reverse;
	}
}

/*
リンク
*/
a,
a:link,
a:visited,
a:active {
	color: #333;
}

a.b_grade {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	min-width: 21.2rem;
	height: 5.4rem;
	border-radius: 0.7rem;
	padding-left: 2.6rem;
	border: solid #fff 1px;
	background: #1b421b;
	color: #fff;
	transition-duration: 0.3s;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0.08em;
}
a.b_grade:visited {
	color: #fff;
}
a.b_grade span {
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	a.b_grade {
		min-width: 14.4rem;
	}
	a.b_grade span {
		display: none;
	}
}
a.b_grade:after {
	content: "";
	display: block;
	margin-left: 0.3rem;
	height: 2.6rem;
	width: 2.6rem;
	background: url(./assets/img/arrow_maru_white_right.svg) no-repeat;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	a.b_grade:after {
		height: 2.4rem;
		width: 2.4rem;
		margin-left: 0.4rem;
	}
}
a.b_grade:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

a.b_arrow_r:after {
	content: ">";
	display: inline-block;
	margin-left: 0.4em;
	color: #007ccf;
	font-weight: bold;
}

a.b_kakomi {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #007ccf;
	color: #007ccf;
	font-weight: bold;
	padding: 1em 2em;
	font-size: 1.6rem;
	transition-duration: 0.3s;
}
a.b_kakomi--rounded {
	border-radius: 3em;
}
a.b_kakomi:hover {
	background: #007ccf;
	color: #fff;
}

/*
site-header
*/
.site-header,
.site-header-spacer {
	height: 8rem;
	background: #fff;
}
@media screen and (max-width: 782px) {
	.site-header,
	.site-header-spacer {
		height: 9rem;
	}
}

.site-header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
.admin-bar .site-header {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}
}

.site-header-logo {
	margin-right: 0;
	width: 20rem;
	padding: 20px;
	margin: 0;
	display: flex !important;
	align-items: center;
}
@media screen and (max-width: 979px) {
	.site-header-logo {
		width: 38.6rem;
	}
}
@media screen and (max-width: 767px) {
	.site-header-logo {
		width: 18rem;
	}
	.l-nav__contact a{
		font-size:10px;
		color:#FFF;
	}
}

#site-header-container {
	display: flex !important;
	justify-content: space-between;
	position: relative;
	height: 100%;
	margin: 0 auto;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/*
.site-footer
*/
.site-footer {
	background: #f5ebd7;
	margin-top: 20rem;
}
.site-footer__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 20rem;
	padding: 3rem 0 0 0;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.site-footer__top {
		flex-direction: column-reverse;
		justify-content: flex-end;
	}
	.site-footer__top{
		padding:0;
		text-align:center;
	}
	.site-footer__top{
		min-height:auto;
	}
}
.site-footer__top__info {
	color: #4d260b;
	font-weight:bold;
	line-height: 1.5;
}
.site-footer__top__info p:last-of-type {
	margin-top: 0.3em;
}
.site-footer__top__info a {
	color: #733C04 !important;
	display: inline;
	text-decoration: underline;
}
.site-footer__top__info a.pc-hide {
	display: none;
}

.footer-contact-section {
	position: relative;
	margin-top: 80px;
}

.map-area iframe {
	display: block;
	width: 100%;
	height: 330px;
	filter: grayscale(100%);
}

.contact {
	background-color: #234113;
	color: #fff;
	text-align: center;
	padding: 60px 20px;
	position: relative;
}

.contact h2 {
	font-size: 1.8em;
	margin-bottom: 15px;
	font-weight: bold;
}

.contact p {
	font-size: 1em;
	margin-bottom: 30px;
}

.btn-contact {
	background-color: #FDF1D6;
	color: #4d260b;
	text-decoration: none;
	padding: 12px 30px;
	border-radius: 5px;
	display: inline-block;
	font-weight: bold;
	transition: background-color 0.3s;
}
.btn-contact a{
	color:#4d260b;
}

.btn-contact:hover {
	background-color: #f5e7c0;
}
@media screen and (max-width: 767px) {
	.site-footer__top__info a.pc-hide {
		display: inline;
	}
}
@media screen and (max-width: 767px) {
	.site-footer__top__info {
		margin-top: 1.5rem;
	}
}
.site-footer__top__navi .gmenu li:nth-of-type(-n + 7):after {
	background: #733C04;
}
.site-footer__top__navi .gmenu li a {
	font-size: 1.4rem;
	color: #4d260b;
}
@media screen and (max-width: 767px) {
	.site-footer__top__navi {
		width: 100%;
		margin-bottom: 2rem;
	}
	.site-footer__top__navi .gmenu {
		justify-content: center;
	}
}
.site-footer .site-footer-copyright {
	max-width: 100%;
	background: #1b421b;
	text-align: center;
	font-size: 1.2rem;
	padding: 1em 0;
	color: #fff;
}
.site-footer .site-footer-copyright a {
	color: #fff;
}

/*
.フッターの求人バナー
*/
.footer_recruit_bnr {
	max-width: 72rem;
	width: 80%;
	margin: 15rem auto 0;
}
@media screen and (max-width: 767px) {
	.footer_recruit_bnr {
		max-width: 46rem;
	}
}

/*
.gmenu
*/
ul.gmenu {
	display: flex;
	align-items: center;
	list-style: none;
	/*   height: 100%; */
	font-size: 1.6rem;
	flex-wrap: wrap;
	justify-content: flex-end;
}
@media screen and (max-width: 979px) {
	.site-header ul.gmenu {
		padding-right: 7.4rem;
	}
}
ul.gmenu li {
	position: relative;
	padding: 0 1.2em;
	margin: 0;
}
.site-footer__top ul.gmenu li{
	padding:0 1.2em 1.2em;
}
ul.gmenu li a{
	color:#1b421b;
}
ul.gmenu li:nth-of-type(-n + 7):after {
	content: "";
	background: #aaa;
	width: 1px;
	height: 1.2em;
	position: absolute;
	right: 0;
}
ul.gmenu .l-nav__contact a{
	color:#FFF;
}

@media screen and (max-width: 979px) {
	ul.gmenu li._hide {
		display: none;
	}
}
ul.gmenu li.no_border:after {
	display: none;
}
/* ul.gmenu li:last-of-type {
padding-right: 0;
} */
@media screen and (max-width: 599px) {
	ul.gmenu li .b_grade {
		font-size: 1.5rem;
		min-width: 13rem;
		height: 4.8rem;
		border-radius: 4.8rem;
		padding-left: 2rem;
	}
}

/*
b_smp
*/
.b_smp {
	display: none;
	width: 3.6rem;
	height: 2.6rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.8rem;
	border-top: solid 1px #222;
	border-bottom: solid 1px #222;
	cursor: pointer;
}
.b_smp:before {
	content: "";
	background: #222;
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50%;
}
@media screen and (max-width: 979px) {
	.b_smp {
		display: block;
	}
}
/*
spmenu_modal
*/
.spmenu_modal {
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.3s;
	position: fixed;
}
.spmenu_modal.show {
	opacity: 1;
	visibility: visible;
	top: 0px;
	left: 0px;
}
.spmenu_modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
}
.admin-bar .spmenu_modal__bg {
	padding-top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar .spmenu_modal__bg {
		padding-top: 46px;
	}
}

.spmenu_modal__bg__nav {
	position: relative;
	height: 10.4rem;
}
.spmenu_modal__bg__nav .b_close {
	width: 3.6rem;
	height: 2.6rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.8rem;
}
@media screen and (min-width: 768px) {
	.spmenu_modal__bg__nav .b_close {
		width: 3.6rem;
		height: 2.6rem;
		right: 1.8rem;
	}
}
.spmenu_modal__bg__nav .b_close:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(45deg);
	background: #fff;
}
.spmenu_modal__bg__nav .b_close:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(-45deg);
	background: #fff;
}
.spmenu_modal__bg__cont {
	padding-top: 9.1264667536vw;
}
.spmenu_modal__bg__cont ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	list-style: none;
}
.spmenu_modal__bg__cont ul li {
	/* 	padding: 0 2em; */
	min-width: 28rem;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
	.spmenu_modal__bg__cont ul li {
		padding:0;
		width: 300px;
		font-size: 1.8rem;
	}
}
.spmenu_modal__bg__cont ul li a {
	display: flex;
	justify-content: center;
	color: #fff;
	padding: 0.5em 0;
	border-bottom: solid 1px transparent;
	transition-duration: 0.3s;
	background: #3a5058;
	border: solid 1px #444;
	transition-duration: 0.3s;
}
.spmenu_modal__bg__cont ul li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.common_kv {
	/* 	background: #006993; */
	background-image:url('/assets/img/kv-page.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;  

}

.arrow {
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -0.1em;
	display: inline-block;
	transform: scaleX(1.2);
	color: #888;
	margin-left: 0.25em;
}

.contact-form {
	max-width: 600px;
	margin: 0 auto;
	padding: 1em;
}

.contact-form .form-group {
	margin-bottom: 1.5em;
}

.contact-form label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.contact-form .form-control,
.contact-form textarea {
	width: 100%;
	padding: 0.75em;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 1em;
}

.contact-form .radio-group label {
	display: block;
	margin-bottom: 0.5em;
	font-weight: normal;
}

.contact-form .submit-btn {
	background-color: #c62828;
	color: white;
	padding: 0.75em 2em;
	border: none;
	border-radius: 6px;
	font-size: 1em;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.contact-form .submit-btn:hover {
	background-color: #45a049;
}

.wpcf7-list-item {
	display: block;
	line-height: 1;
}
.wpcf7-list-item + .wpcf7-list-item {
	margin-top: 8px;
}
input[type="radio"] {
	display: none;
}
.wpcf7-list-item-label {
	position: relative;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	display: inline-block;
}
.wpcf7-list-item-label::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}
input[type="radio"]:checked + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #3d8582;
	position: absolute;
	left: 5px;
	top: 5px;
}


/*スライド */
.slideshow {
	position: relative;
	overflow: hidden;
	height: 100vh;任意に調整 */
}

.slides {
	position: relative;
	width: 100%;
	height: 100%;
	background:#f5ebd7;
	/* 	margin-left: 150px; */

}

.slide {
	position: absolute;
	width: 100%;
	height: 80%;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1s ease;
}

.slide.active {
	opacity: 1;
	z-index: 1;
}

.caption {
	position: absolute;
	font-weight:bold;
	letter-spacing:0.1em;
	top: 40%;
	color: #733C04;
	color: #FFF;
	/* 	background:#FFEFCE; */
	padding: 20px;
	padding-left:100px;
	font-size: 2em;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
	z-index: 9;
}


.pankuzu {
	background:#1b421b;
	color:#FFF;
	padding: 0.9em;
	font-size: 1.5rem;
	margin-bottom: 8rem;
}
.pankuzu a{
	color:#FFF;
}
@media screen and (max-width: 767px) {
	.pankuzu {
		margin-bottom: 6rem;
	}
}
@media screen and (max-width: 599px) {
	.pankuzu {
		margin-bottom: 4rem;
	}
}
.pankuzu ul {
	max-width: 128rem;
	width: 96%;
	margin: 0 auto;
	display: flex;
}
.pankuzu ul li:not(:last-of-type) {
	margin-right: 0.8em;
	position: relative;
}
.pankuzu ul li:not(:last-of-type):after {
	content: "";
	display: inline-block;
	width: 8px;
	height:8px;
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	transform: rotate(45deg);
	margin: 0 8px;
}
@media screen and (max-width: 767px){
	.pankuzu ul{
		flex-wrap:wrap;
		line-height:1.7rem;
	}
} 
/*
.conts_nav
*/
.conts_nav {
	margin-bottom: 15rem;
}
.conts_nav .ttl {
	font-size: 2.4rem;
	margin-bottom: 6rem;
	letter-spacing: 0em;
	font-weight: bold;
}
.conts_nav__container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.conts_nav__container .conts_nav__item {
	width: 24.5614035088%;
	max-width: 28rem;
	height: 10rem;
	margin: 0 1.7543859649%;
	border: solid 1px #444;
	position: relative;
}
.conts_nav__container .conts_nav__item:nth-of-type(n + 4) {
	margin-top: 2rem;
}
.conts_nav__container .conts_nav__item:before {
	content: "";
	height: 0.5rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #006993;
}
@media screen and (max-width: 899px) {
	.conts_nav__container .conts_nav__item {
		width: 34%;
		max-width: 50%;
		height: 8rem;
		margin: 0 2%;
	}
	.conts_nav__container .conts_nav__item:nth-of-type(n + 3) {
		margin-top: 2rem;
	}
}
.conts_nav__container .conts_nav__item a {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #333;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.conts_nav__container .conts_nav__item a:hover {
	color: #007ccf;
}

/*
.common_sect
*/
.common_sect {
	margin-bottom: 9.6rem;
}
.common_sect__ttl {
	color:#1b421b;
	font-weight: bold;
	border-bottom: 2px solid #1b421b;
	font-size: 3.2rem;
	line-height: 1.4;
	margin-bottom: 6rem;
}
.page-id-30 .common_sect__ttl{
	margin-bottom:2rem;
}
@media screen and (max-width: 767px) {
	.common_sect__ttl {
		font-size: 3rem;
	}
}
.common_sect .body_txt {
	font-size: 1.6rem;
	line-height: 1.7;
}
.common_sect .body_txt + .pic_single {
	text-align: center;
	margin-top: 3rem;
}
.common_sect .body_txt + .pic_single img {
	max-width: 80rem;
	width: 90%;
}

/*---------------------------------
HOME
---------------------------------*/
/*
.home_kv
*/
.home_kv {
	/* 	margin-bottom: 7.5rem; */
	/* 	background:#1b421b; */
}

/*
.home_msg
*/
.home_msg {
	text-align: center;
	margin-bottom: 7rem;
}
.home_msg__ttl {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 0.6em 1.1em;
	position: relative;
	margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
	.home_msg__ttl {
		font-size: 2.5rem;
	}
}
.home_msg__ttl:after {
	content: "";
	display: block;
	background: #007ccf;
	width: 12rem;
	height: 0.4rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.home_msg__txt {
	font-size: 2.4rem;
	line-height: 1.9;
	padding: 0 0.6em;
}
@media screen and (max-width: 599px) {
	.home_msg__txt {
		font-size: 2rem;
	}
}

/*
.home_greeting
*/
.home_greeting {
	padding-top: 100px;
}
.home_greeting__container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.home_greeting__container {
		display: block;
	}
	.home_greeting{
		padding-top:30px;
	}
	.home_greeting__pic{
		margin: 0 2rem 2rem 2rem;
	}
	.home_greeting__links{
		margin-bottom:100px;
	}
}
.home_greeting__pic {
	width: 46.4912280702%;
}
@media screen and (max-width: 767px) {
	.home_greeting__pic {
		width: 90%;
		max-width: 530px;
		margin: 0 auto 2rem;
	}
	.home_greeting__links{
		flex-direction: column;
	}
}
.home_greeting__txt {
	flex: 1;
	max-width: 57.5rem;
	padding-left: 3.0701754386%;
}
.home_greeting__txt.second{
	padding-right: 3.0701754386%;
	padding-left:0;
}
.home_greeting__txt p {
	font-size: 1.8rem;
	line-height: 1.6;
}
.home_greeting__txt p.catch {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
	.home_greeting__txt {
		width: 90%;
		max-width: 630px;
		padding: 0;
		margin: 0 auto;
		text-align: justify;
	}
}
.home_greeting__links {
	display: flex;
	justify-content:center;
	gap:1;
	margin-top: 2em;
}
.home_greeting__links li {
	margin-right: 2em;
}
.home_greeting__links li a{
	font-size:1.3em;
	color:#FFF;
	background:#1b421b;
	padding:10px 50px;
	border-radius:8px;
}
.home_greeting__txt.second  .home_greeting__links{
	justify-content:flex-start;
}

@media screen and (max-width: 767px) {
	.home_greeting__links {
		align-items: center;
	}
	.home_greeting__links li {
		margin:20px 0;
	}
	.site-footer__top{
		justify-content:flex-start;
	}
	.home_greeting__links li a{
		font-size:1.2em;
	}
}

/*
.home_items
*/
.home_items {
	margin-bottom: 9.6rem;
}
.home_items .head_t1 {
	margin-bottom: 4.6rem;
	text-align:center;
}
.home_items .head_lead {
	margin-bottom: 4rem;
	font-size: 1.8rem;
	line-height: 2;
	margin-top: -1rem;
}
.home_items__pics {
	margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
	.home_items__pics {
		margin-bottom: 4rem;
	}
}
.home_items__bottom_msg {
	font-size: 1.8rem;
	margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
	.home_items__bottom_msg {
		line-height: 1.6;
	}
}
.home_items .b_kakomi {
	width: 31rem;
	margin: 0 auto;
}

/*
.home_news
*/
.home .home_news{
	background:#FFF;
	padding:10px 10px 10px 50px;
	position: absolute;
	color:#4d260b;
	width: 85%;
	right: 0;
	bottom: 30px;
	z-index: 9;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.home .home_news a{
	color:#4d260b;
}
.front-page .home_news {
	background: #F8F8F5;
	padding: 6rem 0;
}

.home_news .head_t1 {
	/* 	margin-bottom: 4rem; */
	/* 	text-align:center; */
	display: flex;
	align-items: center;
	width:20%;
}
.home_news__list {
	width:100%;
	height:91px;
	overflow-y:auto;
}
.home_news__list__item {
	/* 	border-bottom: solid 1px #333; */
	padding: 1rem 0;
}
.home_news__list__item a{
	display:flex;
	align-content:center;
}
.home_news__list__item a .news_summary {
	font-size: 1.5rem;
	display: flex;
	align-items: center;
}
.home_news__list__item a .news_summary time {
	padding-right: 0.7em;
	font-weight: bold;
}
.home_news__list__item a .news_summary .cat {
	/* 	padding-left: 0.7em; */
}


.cat-uncategorized,
.cat-news,
.cat-products{
	border-radius:0.5rem;
	color:#FFF;
	padding:5px 30px;
	margin: 0 20px;
}
.cat-uncategorized,
.cat-news{
	background:#1b421b;
}
.cat-products{
	background:#c62828;
}
.single_article .cat-product{
	padding:10px 20px!important;
}
.home_news__list__item a .news_ttl {
	/* 	padding-top: 0.4em; */
	font-size: 1.5rem;
	line-height: 1.7;
}
.home_news__list__item a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.home_news .b_grade {
	width: 25rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.home_news .b_grade {
		width: 18.4rem;
	}
	.home .home_news{
		width:100%;
		bottom:0;
		padding:10px;
		text-align:center;
	}
	.cont1280{
		width:90%;
		display:flex;
		flex-direction: column;
		align-items: center;
	}
	.home_news__list{
		height:100%;
		padding:0 30px;
	}
	.home_news__list__item a{
		flex-direction:column;
	}
	.home_news .head_t1{
		width:100%;
		padding: 9px 0;
		display: flex;
		justify-content: center;
	}
	.home_news__list__item a .news_ttl{
		text-align:left;
		font-size:1.7rem;
	}
	.caption{
		font-size:2.5rem;
		width:100%;
		padding:20px 0;
		padding-left:0;
		top:0;
		line-height:3.7rem;
		text-align:center;
		background: linear-gradient(
			rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0)
		) no-repeat;
	}
	.slide{
		height:70%;
	}
	.cat-uncategorized, .cat-news, .cat-products{
		margin:0;
	}
}
.home_news__year_arch {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: -4rem auto 1rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.home_news__year_arch {
		margin: -1.6rem auto 0.7rem;
	}
}
.home_news__year_arch li {
	margin: 0.3em 0.4em 0.3em;
	font-size: 1.5rem;
	text-align: center;
}
.home_news__year_arch li:first-of-type {
	font-weight: bold;
}
.home_news__year_arch li a {
	padding: 0.4em;
	display: inline-block;
	background: #eee;
	border-radius: 0.2em;
}
.home_news__year_arch li a:hover {
	text-decoration: underline;
}

.l-nav__contact {
	display: flex;
	/* 	gap: 10px; */
	height:100%;
}
.sns-btn {
	display: flex;
	flex-direction:column;
	align-items: center;
	/* 	gap: 5px; */
	color: #fff;
	padding: 8px 12px;
	/* 	border-radius: 3px; */
	font-size: 13px;
	text-decoration: none;
	justify-content:center;
}
.sns-btn img{
	width:30px;
}
.sns-btn.insta {
	background-color: #c62828;
}
.sns-btn.cart {
	background-color: #1b421b;
}

/*---------------------------------
aboutus
---------------------------------*/
/*
.common_sect
*/
.common_sect.aboutus.aboutus__rinen .common_sect__body p {
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.common_sect.aboutus.aboutus__shakun .common_sect__body ul li {
	font-size: 2.2rem;
	font-weight: bold;
}
.common_sect.aboutus.aboutus__shakun .common_sect__body ul li:not(:last-of-type) {
	margin-bottom: 1em;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt {
	width: 100%;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt .catch {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.5;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt .msg {
	font-size: 1.6rem;
	line-height: 1.7;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt .president {
	padding-top: 2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt .president__yakushoku {
	font-size: 1.6rem;
	margin-bottom: 0.6em;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body .aisatsu_wrapper .aisatsu_wrapper__txt .president__namae {
	font-size: 2.6rem;
	font-weight: bold;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body ul li {
	font-size: 2.2rem;
}
.common_sect.aboutus.aboutus__aisatsu .common_sect__body ul li:not(:last-of-type) {
	margin-bottom: 1em;
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table {
	width: 100%;
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr {
		display: block;
	}
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr th {
	width: 20rem;
	border: solid 1px #444;
	height: 2.5em;
	vertical-align: middle;
	text-align: left;
	padding-left: 1em;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr th {
		display: block;
		width: 100%;
		padding: 0.8em 0 0.8em 1em;
		height: auto;
	}
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr td {
	background: #F8F8F5;
	height: 2.5em;
	vertical-align: middle;
	margin-left: 1rem;
	text-align: left;
	padding-left: 1.4em;
}
@media screen and (max-width: 767px) {
	.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr td {
		display: block;
		width: 100%;
		padding: 0.8em 0 0.8em 1em;
		margin: 0;
		height: auto;
		line-height: 1.5;
	}
}
.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr.void th, .common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr.void td {
	opacity: 0;
	height: 1.5em;
	border: none;
	background: none;
}
@media screen and (max-width: 767px) {
	.common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr.void th, .common_sect.aboutus.aboutus__outline .common_sect__body .tbl_info table tr.void td {
		height: 0.5em;
		padding: 0;
	}
}
.common_sect.aboutus.aboutus__outline .map {
	margin-top: 4rem;
}
.common_sect.aboutus.aboutus__outline .map__ttl {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 0.6em;
}
.common_sect.aboutus.aboutus__outline .map__box iframe {
	width: 100%;
	aspect-ratio: 1000/400;
}
.common_sect.aboutus__history .history_list {
	border-top: solid 1px #444;
}
.common_sect.aboutus__history .history_list li {
	border-bottom: solid 1px #444;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 1.6rem;
	padding: 0.9em 0;
}
.common_sect.aboutus__history .history_list li time {
	padding-right: 1.4em;
	display: block;
}
.common_sect.aboutus__history .history_list li p {
	flex: 1;
}
.common_sect.aboutus__history .history_list.time-y li time {
	width: 5em;
}
.common_sect.aboutus__history .history_list.time-ym li time {
	width: 7em;
}
.common_sect.aboutus__history .history_list.time-ymd li time {
	width: 9em;
}



/*---------------------------------
business
---------------------------------*/
/*
.common_sect
*/
.common_sect.business.business__intro {
	text-align: center;
	margin-bottom: 12rem;
}
.common_sect.business.business__intro .business__intro__catch {
	font-size: 3.2rem;
	margin-bottom: 1.4em;
	line-height: 1.6;
	font-weight: bold;
}
@media screen and (max-width: 599px) {
	.common_sect.business.business__intro .business__intro__catch {
		font-size: 3rem;
		text-align: left;
	}
	.common_sect.business.business__intro .business__intro__catch br {
		display: none;
	}
}
.common_sect.business.business__intro .business__intro__lead {
	font-size: 2rem;
	line-height: 1.8;
}
.common_sect.business.business__intro .business__intro__lead a {
	color: #007ccf;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.common_sect.business.business__intro .business__intro__lead {
		text-align: left;
	}
}
@media screen and (max-width: 599px) {
	.common_sect.business.business__intro .business__intro__lead {
		font-size: 1.8rem;
	}
}
.common_sect.business.business__hinmoku .pic_single {
	text-align: center;
}
.common_sect.business.business__client .body_txt {
	margin-bottom: 4rem;
}
.common_sect.business.business__client .client_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
	.common_sect.business.business__client .client_list {
		justify-content: space-between;
	}
}
@media screen and (max-width: 600px) {
	.common_sect.business.business__client .client_list {
		display: block;
		width: 90%;
		margin: 0 auto 2rem;
	}
}
.common_sect.business.business__client .client_list__item {
	margin: 0 1.3628620102% 2rem 0;
	width: 32.3679727428%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: solid 1px #007ccf;
	padding-bottom: 1.6rem;
}
.common_sect.business.business__client .client_list__item:nth-of-type(3n) {
	margin-right: 0;
}
@media screen and (max-width: 899px) {
	.common_sect.business.business__client .client_list__item {
		width: 48%;
		margin: 0 0 2rem;
		align-items: flex-start;
	}
	.common_sect.business.business__client .client_list__item:nth-of-type(3n) {
		margin: 0 0 2rem;
	}
}
@media screen and (max-width: 600px) {
	.common_sect.business.business__client .client_list__item {
		width: 100%;
		justify-content: flex-start;
	}
}
.common_sect.business.business__client .client_list__item .pic {
	width: 34.7368421053%;
	margin-right: 14px;
}
@media screen and (max-width: 600px) {
	.common_sect.business.business__client .client_list__item .pic {
		width: 13rem;
		margin-right: 1.4rem;
	}
}
.common_sect.business.business__client .client_list__item .txt {
	width: 63.1578947368%;
	font-size: 1.6rem;
	line-height: 1.5;
}
.common_sect.business.business__client .client_list__item .txt .ttl {
	line-height: 1.3;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 0.2em;
}
@media screen and (max-width: 599px) {
	.common_sect.business.business__client .client_list__item .txt .ttl {
		font-size: 2rem;
	}
}
@media screen and (max-width: 599px) {
	.common_sect.business.business__client .client_list__item .txt {
		flex: 1;
	}
}
.common_sect.business.business__client .b_grade {
	width: 29rem;
	margin: 0 auto;
}
.common_sect.business.business__items .business__items__wrapper {
	padding-top: 5rem;
}
.common_sect.business.business__items .business__items__wrapper .flex-pt + .flex-pt {
	margin-top: 4rem;
	padding-top: 4rem;
	border-top: dotted 1px #ddd;
}

/*---------------------------------
contactus
---------------------------------*/
/*
.common_sect
*/
.common_sect.contactus.contactus__intro {
	text-align: center;
	margin-bottom: 12rem;
}
.common_sect.contactus.contactus__intro.thanks {
	height: 30dvh;
}
.common_sect.contactus.contactus__intro .contactus__intro__catch {
	max-width: 1280;
	width: 96%;
	margin: 0 auto;
	font-size: 2.8rem;
	line-height: 1.6;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.common_sect.contactus.contactus__intro .contactus__intro__catch a {
		color: #007ccf;
		display: inline !important;
	}
}
@media screen and (max-width: 599px) {
	.common_sect.contactus.contactus__intro .contactus__intro__catch {
		font-size: 2.4rem;
		text-align: left;
	}
}
.common_sect.contactus.contactus__table .common_sect__body {
	width: 94%;
	max-width: 980px;
	margin: 0 auto;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form {
	text-align: left;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form table {
	width: 100%;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form th {
	width: 21.6rem;
	vertical-align: middle;
	font-size: 1.6rem;
	padding-bottom: 3rem;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form th .required {
	color: #f44;
	font-size: 70%;
	vertical-align: super;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td {
	width: 78.4rem;
	vertical-align: middle;
	padding-bottom: 3rem;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td input[type=text],
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td input[type=email],
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td textarea {
	border: solid 1px #555;
	padding: 1em;
	font-size: 1.6rem;
}
.common_sect.contactus.contactus__table .common_sect__body .tbl_form td .wpcf7-not-valid-tip {
	padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
	.common_sect.contactus.contactus__table .common_sect__body .tbl_form th, .common_sect.contactus.contactus__table .common_sect__body .tbl_form td {
		display: block;
		width: 100%;
		padding: 1em;
	}
	.common_sect.contactus.contactus__table .common_sect__body .tbl_form th {
		background: #F8F8F5;
	}
	.common_sect.contactus.contactus__table .common_sect__body .tbl_form td {
		padding-bottom: 2rem;
	}
}
.common_sect.contactus.contactus__table .btn_wrapper {
	padding-top: 3rem;
}
.common_sect.contactus.contactus__table .btn_wrapper input[type=submit] {
	font-size: 1.8rem;
	width: 16rem;
	height: 3.4rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #006993;
	border: none;
}



/* page設定 */
.page .cont1280{
	display:block;
}
.page-id-87 .cont1280{
	display:flex;
}
.page .site-footer__top{
	display:flex;
}
.page .common_kv .cont1280{
	display:flex;
	justify-content: center;
}
.page-id-23 .cont1140{
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:100px;
}
.page .rinen_text{
	font-weight:bold;
	font-size:1.5em;
	line-height:1.8em;
	/* 	text-align: center; */
}
.page .rinen_ttl{
	font-size:1.1em;
	margin-top:20px;
	text-align:center;
}
.page  .rinen_ttl span{
	font-size:1.3em;
}

.rinen-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*   gap: 20px; */
	margin: 60px 0;
}
.rinen-box > div{
	font-size:0.7em;
	line-height:1.8em;
}
.rinen-box {
	width: 32%;
	background: white;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.history-box{
	display:flex;
	justify-content:space-between;
}
.history-box .table_design02 tr{
	background:none;
	/* 	border-bottom: 1px solid #4d260b; */
}
/* .history-box .table_design02{
border-top:1px solid #4d260b;
} */
.table_design02 th, .table_design02 td {
	padding: 3em 0;
	vertical-align:middle;
}
.history-left{
	width:70%;
	padding-right:10px;
}
.history-right{
	width:30%;
	text-align:center;
}
.history-right img{
	width:300px;
	margin:0 20px 20px;
	border:10px solid #FFF;
	box-shadow: 5px 5px 5px #deb887;
}

@media screen and (max-width: 767px) {
	.rinen-section{
		flex-direction:column;
	}
	.rinen-box{
		width:100%;
		margin-bottom:20px;
	}
	.page .rinen_ttl{
		margin-top:0;
	}
	.table_design02 th{
		width:36%;
	}
	.history-box{
		display:block;
	}
	.history-left{
		width:100%;
		padding-right:10px;
	}
	.history-right{
		width:100%;
		/* 	display:flex;
		justify-content:center; */
	}
	.table_design02 th{
		width:40%!important;
	}
	.history-box .table_design02 {
		padding: 1em 0;
		margin-bottom:30px;
	}
}

.table_design02 {
	border-collapse: collapse;
	width: 100%;
	/*   max-width: 700px; */
}
.table_design02 tr {
	background-color: #FFF;
	/* 	border-bottom:1px solid #f5ebd7; */
}
.history-box .table_design02 th,
.history-box .table_design02 td{
	padding: 4.5rem 0;
}
.history-box .table_design02 td{
	padding-left: 4.5rem;
}
.history-box .table_design02 th{
	color:#1b421b;
	border-right:1px solid #4d260b;
}

.table_design02 th, .table_design02 td {
	padding: 1em;
}
.table_design02 th {
	font-weight: bold;
	text-align: center;
	width: 20%;
	min-width: 4em;
}


/* 事業内容ページ */
.works-box{
	width: 100%;
	display:flex;
	gap:20px;
}
.works-box p{
	width:70%;
}
.works-box img{
	width:30%;
	height:100%;
}
.works_txt{
	font-size:1.3em;
	line-height:1.7em;
	margin-bottom:50px;
}
@media screen and (max-width: 767px) {
	.works-box{
		flex-direction: column-reverse;
	}
	.works-box img,
	.works-box p{
		width:100%;
	}

}

/* フルーツたち */

.peach-header {
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
	justify-content: space-between;
	align-items: stretch; /* ← これを追加 */
}

.peach-left {
	background: white;
	padding: 30px;
	flex: 1;
	min-width: 300px;
	text-align: center;

	display: flex;               /* ← Flex化 */
	flex-direction: column;      /* ← 縦方向に並べる */
	justify-content: center;     /* ← 上下中央に配置 */
}
.peach-label {
	background-color: #4b2e1e;
	color: white;
	padding: 5px 15px;
	font-weight: bold;
	font-size:1.5em;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.peach-left h1 {
	font-size: 5rem;
	margin: 30px 0;
}

.peach-description {
	font-size: 1.6rem;
	line-height: 1.8;
}

.peach-right {
	flex: 1;
	min-width: 300px;
}

.peach-right img {
	width: 100%;
}

.variety-section {
	padding: 0 40px 40px;
	text-align: center;
	margin-bottom:100px;
}

.variety-section h2 {
	font-size: 1.4em;
	font-weight:bold;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}

.variety-section h2::after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background-color: #4b2e1e;
	margin: 10px auto 0;
}

.variety-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
}

.variety-box {
	background-color: #FFF;
	width: 32%;
	box-sizing: border-box;
	padding: 20px;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	text-align: left;
}



.variety-header span {
	font-weight: bold;
	font-size: 1.5em;
}

.variety-box p {
	font-size: 0.9em;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.peach-header{
		padding:0;
		margin-bottom:20px;
	}
	.variety-section{
		padding:0;
	}
		.works_txt{
		font-size:100%;
	}
	.peach-label{
		font-size:120%;
	}
	.peach-left h1{
		font-size:240%;
	}
	.peach-description{
		text-align:left;
	}
}

/* Responsive */
@media screen and (max-width: 768px) {
	.variety-box {
		width: 100%;
	}

	.peach-header {
		flex-direction: column;
	}

	.peach-left,
	.peach-right {
		width: 100%;
	}
}

.variety-header {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.variety-header img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 10px;
}

.variety-info {
	display: flex;
	flex-direction: column;
}

.variety-info .mincho {
	font-weight: bold;
	font-size: 1.4em;
	color: #4b2e1e;
	margin-bottom: 4px;
}

.harvest-period {
	background-color: #4b2e1e;
	color: white;
	padding: 5px;
	margin-bottom:8px;
	font-size: 0.85em;
	text-align:center;
}

/* お知らせ */

.home_news__list__item{
	font-size:1.3em;
}

.home_news__list.mincho a{
	color:#4d260b;
}

.poricy-box{
	display:flex;
	justify-content:center;
	text-decoration: underline;
	flex-wrap:wrap;
}

/* プライバシーポリシー */
.privacy-ttl{
	font-size:1.7em;
	font-weight:bold;
}
.privacy-txt{
	font-size:1.2em;
	line-height:1.3em;
}

/*---------------------------------
404
---------------------------------*/
/*
.common_sect
*/
.common_sect.page_404 {
	height: 30dvh;
}
.common_sect.page_404 .body_txt {
	padding-top: 1em;
	text-align: center;
	font-size: 1.8rem;
}
.common_sect.page_404 .body_txt a {
	color: #007ccf;
	text-decoration: underline;
}/*# sourceMappingURL=overwrite.css.map */