@charset "UTF-8";
/*
Theme Name: MY THEME 
Author: Zenshin
Description: オリジナルテーマ
Version: 1.0
*/
img {
    max-width: 100%;
    height: auto;
	vertical-align: bottom;
}

.img-full img {
	width: 100%;
	height: auto;
	text-align: center;
	vertical-align: bottom;
}


@media screen and (max-width: 780px) {
	.flex_res{
		flex-direction: column;
		align-items: center;
	}
}

.flex_hanyo{
	display: flex;
	justify-content: center;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.flex-base {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3%;
}

.alignleft {
	float: left;
	margin-left: 0;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-right: 0;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
	text-align: center;
}

figure {
	margin-left: 0;
	margin-right: 0;
}

body {
	box-sizing: border-box;
}

body *,
body *::before,
body *::after {
	box-sizing: inherit;
}

ul {
	padding-inline-start: 1rem;
}

pre {
	font-family: unset;
}

/* 変数 */
:root {
	--f1: 2.44em;
	/* 39.04px */
	--f2: 1.95em;
	/* 31.2px */
	--f3: 1.56em;
	/* 24.96px */
	--f4: 1.25em;
	/* 20px */
	--f5: 1em;
	/* 16px */
	--f6: 0.8em;
	/* 12.8px */

	--f7: 0.66em;
	/* 12.8px */

	--basecolor: #63a211;
	/* 基本色 */
	--gradient: linear-gradient(81.7deg, rgba(34, 126, 34, 1) 8.1%, rgba(99, 162, 17, 1) 86.5%);

	--myfont: "Noto Sans JP", sans-serif;
	--myw: 720px;
	/*標準幅*/
}


/* フォント */
body {
	font-family: var(--myfont);
	font-size: 21px;
}

p {
	line-height: 1.8;
	font-size: var(--f5);
}


h1 {
	font-size: var(--f1);
	font-weight: 300;
}

h2 {
	font-size: var(--f3);
	margin-block-start: 0;
}

h3 {
	font-size: var(--f3);
}

h4 {
	font-size: var(--f4);
}

h5 {
	font-size: var(--f5);
}

h6 {
	font-size: var(--f6);
}

.text_item_double_L{
	width: 55%;
	padding: 30px 0;
	margin: 0 auto;
}

.text_item_double_L p{
	font-size: 18px;
}

.text_img_double_R{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	padding: 30px 0;
	margin-left: 8%;
}

.text_img_double_R img{
	vertical-align: middle;
}
.title_wrapper{
	margin-right: 50%;
}

.title_img{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}

.top_assist_text{
	font-size: 14px;
	/* margin-top: 35px; */
}

@media screen and (max-width: 780px) {
	.text_item_double_L{
		width: 100%;
		display: flex;
		flex-direction: column; /* 要素を縦方向に並べる */
		justify-content: center; /* 横方向（左右方向）の中央揃え */
		align-items: center; /* 縦方向（上下方向）の中央揃え */
		padding: 0;
	}
	.text_img_double_R{
		width: 70%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.title_img{
		width: 70%;
		margin: 20px 0 30px 0;
	}
	.text_item_double_L p{
		font-size: 14px;
	}
	.title_wrapper{
		width: 100%;
		display: flex;
		flex-direction: column; /* 要素を縦方向に並べる */
		justify-content: center; /* 横方向（左右方向）の中央揃え */
		align-items: center; /* 縦方向（上下方向）の中央揃え */
	}
	.osirase_img{
		width: 50%;
	}
}


/* 横幅 */
body {
	margin: 0;
}


.alignfull {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.alignwide {
	margin-top: 5%;
	padding-left: 25%;
	padding-right: 25%;
}

/*スマホ*/
@media (max-width: 600px) {
	.alignwide {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1320px) {}


/*配置*/
.center {
	text-align: center;
}

.space-between {
	justify-content: space-between;
}

/* ポジション */
.relative {
	position: relative;
}

.top {
	vertical-align: top;
}

/*リンク*/
a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	opacity: 0.7;
}

/*色*/
.white {
	color: white;
}

.red {
	color: red;
}

.green {
	color: green;
}

.grey {
	background-color: #F2F2F2;
	padding-bottom: 5%;
}

.white-bg {
	background-color: white;
}

/*スマホ限定/PC限定*/
/*フッターの画像切替のみに使用 bootstrapのxlに対応*/
.sp {
	display: none;
}

.sp-md {
	display: none;
}

.pc {
	display: block;
}



@media only screen and (max-width:780px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.pc_sub {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	.sp-md {
		display: block;
	}

}

/*-----マージン共通-----*/
.margin_hanyo {
	margin-top: 120px;
}

.margin_hanyo_sub2 {
	margin-top: 100px;
}

.margin_right_pc{
	margin-right: 20px;
}

.margin_hanyo_bottom {
	margin-bottom: 5%;
}

@media screen and (max-width: 780px) {
	.margin_hanyo{
		margin-top: 50px;
	}
	.margin_hanyo_sub {
		margin-top: 10px;
	}
	.margin_hanyo_sub2 {
		margin-top: 50px;
	}
	.margin_top_res{
		margin-top: 15px;
	}
	.margin_right_pc{
		margin-right: 0;
	}
}

p {
	font-size: 21px;
}

.sp {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}
}

/* header */

.w-50 {
	width: 50%;
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
}

.top-button	 {
	gap: 8%;
	padding-right: 3%;
}

.head_item {
	align-items: center;
}

.flex-evenly {
	display: flex;
	justify-content: space-evenly;
}

.myhead {
	margin: 2% 0;
}

.respo-font {
	font-size: 1.4vw;
}

.style-none,
.list-none {
	list-style: none;
	padding: 0;
	margin: 0;
}

.style-none {
	display: none;
}

.hover-item:hover .style-none {
	display: block;
}

.hover-item {
	position: relative;
}

.style-none {
	content: '';
	position: absolute;
	white-space: nowrap;
}

.style-none li {
	background-color: #81041A;
	color: #FFFFFF;
	padding: 10px;
}

.mini-pad li {
	padding: 10px 20px;
}

.z-500 {
	z-index: 500;
}

/* footer */

.myfoot {
	width: 80%;
	margin: auto;
}

.border-top	 {
	border-top: 1px solid #81041A !important;
}

.margin0 {
	margin: 0;
}

.flex-nowrap {
	display: flex;
	flex-wrap: nowrap;
	gap: 5%;
}

.footer-menu {
	display: flex;
	width: 50%;
	justify-content: center;
	gap: 10%;
	margin-top: 5%;
}

.pad0 {
	padding: 0;
	list-style: none;
}

.border-red {
	border-bottom: 1px solid #81041A;
}

.bottom5 {
	margin-bottom: 5%;
}

.ash {
	color: #898989;
	transform: translateX(20px);
}

/*-----トップ-----*/

.title {
	font-size: 30px;
	border-bottom: 2px solid #81041A;
	width: 20%;
	margin: 2% auto 5%;
	font-weight: bold;
}

.font40 {
	font-size: 40px;
}

.bold {
	font-weight: bold;
}

.white {
	color: #FFFFFF;
}

.info-container {
	background-color: #81041A;
}

.pad20 {
	padding: 20px 0;
}

.pad3 {
	padding: 3% 0;
}

.w-31 {
	width: 31%;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.point-container {
	width: 80%;
	margin: auto;
}

.gap0 {
	gap: 0;
}

.margin4 {
	margin: 4% 0 0 0;
}

.title-kakko {
	font-size: 30px;
	background: 
    linear-gradient(to right, #81041A 1px, transparent 1px) top left,
    linear-gradient(to bottom, #81041A 1px, transparent 1px) top left,
    linear-gradient(to left, #81041A 1px, transparent 1px) bottom right,
    linear-gradient(to top, #81041A 1px, transparent 1px) bottom right;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	margin: 4% auto;
}

.image-pad10 img {
	padding: 10px;
}

.border {
	border: 2px solid #81041A !important;
	border-radius: 24px;
}

.border-bigger {
	position: relative;
	padding: 15px;
	border-radius: 24px; /* 角丸の設定 */
  }
  
  .border-bigger::before,
  .border-bigger::after {
	content: '';
	position: absolute;
	width: 200px; /* ボーダーの長さ */
	height: 200px; /* ボーダーの長さ */
	border: 2px solid #81041A; /* ボーダーの色と太さ */
	border-radius: 0; /* 親要素の角丸を継承 */
  }
  
  .border-bigger::before {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
	border-top-left-radius: 24px; /* 左上の角丸 */
  }
  
  .border-bigger::after {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
	border-bottom-right-radius: 24px; /* 右下の角丸 */
  }

.pad15 {
	padding: 15px;
}

.copy-underline {
	text-decoration: underline double #81041A;
}

.button {
	margin: 3% 0;
}

.w-33 {
	width: 33%;
}

.employment-container {
	padding-bottom: 3%;
}

.bottom3 {
	margin-bottom: 3%;
}

.font16 {
	font-size: 16px;
}

.button-image img {
	width: 20%;
}

.w-65 img {
	width: 65%;
}

@media only screen and (max-width: 1600px) and (min-width: 1403px) {
	.copy-underline {
		font-size: 1.1vw;
	}
}

@media only screen and (max-width: 1402px) and (min-width: 1201px) {
	.copy-underline {
		font-size: 1.23vw;
	}
}

@media only screen and (max-width: 1200px) {
	.w12-column {
		flex-direction: column;
	}
	
	.w-33 {
		width: 100%;
		margin-bottom: 4%;
	}
}

@media only screen and (max-width: 950px) and (min-width: 769px) {
	.title {
		width: 35%;
	}

	.button-image img {
		width: 30%;
	}
}

@media only screen and (max-width: 768px) {
	.w-50,
	.footer-menu {
		width: 100% !important;
	}

	.sp-center {
		justify-content: center;
	}

	.ash {
		transform: none;
	}

	.bg-red {
		background-color: #81041A;
	}

	.w-20 {
		width: 50%;
	}

	.sp-column {
		flex-direction: column;
		display: flex;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.title {
		width: 40%;
	}

	.button-image img {
		width: 30%;
	}

	.point-container {
		width: 90%;
	}
}

@media only screen and (max-width: 560px) {
	.title {
		width: 100%;
	}

	.point-container {
		width: 95%;
	}

	.product-container,
	.employment-container {
		margin: 0 2.5%;
	}

	.button-image img {
		width: 60%;
	}

	p {
		font-size: 18px;
	}

	.font40 {
		font-size: 28px;
	}

	.title,
	.title-kakko {
		font-size: 24px;
	}

	.font16 {
		font-size: 14px;
	}
}
/* info */

.container {
	width: 80%;
	margin: 5% auto;
}

.page-top {
	margin-top: 0 !important;
}

.page-bottom {
	padding-bottom: 2% !important;
}

.left-title {
	font-weight: bold;
	position: relative;
	font-size: 30px;
	text-align: left;
	margin: 3% 0;
}

.left-title::after {
	content: '';
	position: absolute;
	left: 0;
  	bottom: -8px; /* 文字の下に配置 */
  	width: 40%;
  	height: 3px; /* 線の太さ */
  	background: linear-gradient(to right, #81041A 40%, #81041A 40%, #e6e6e6 40%, #e6e6e6 60%);
}

.font24 {
	font-size: 24px;
	font-weight: bold;
}

.f-red {
	color: #81041A;
}

.w-80 {
	width: 80%;
	margin: 3% auto;
}

.transparent {
	color: transparent;
}

.bg-red {
	background-color: #81041A;
}

.bg-ash {
	background-color: #f2f2f2;
}

.font30 {
	font-size: 30px;
}

.border-side {
	position: relative;
	display: inline-block; /* コンテンツの幅に合わせる */
}
  
.border-side::before,
.border-side::after {
	content: '';
	position: absolute;
	width: 1px; /* 線の長さ（左右合計80%） */
	height: 70%; /* 線の太さ */
	background: #4d4d4d; /* 線の色 */
}
  
.border-side::before {
	left: 0;
	top: 15%;
}
  
.border-side::after {
	right: 0;
	top: 15%;
}

.character-margin,
.ceo-margin {
	margin: 5% 0 3%;
}

.table-margin {
	margin: 5% 0;
	width: 100%;
}

.border-bottom-ash {
	border-bottom: 1px solid #000000;
}

.table-pad {
	padding: 2% 5%;
}

.w-40 {
	width: 40%;
}

.w-60 {
	width: 60%;
	padding: 0 0 0 5%;
}

.right {
	text-align: right;
}

.w-70 {
	width: 70%;
}

.w-48 {
	width: 48%;
}

.gap4 {
	gap: 4%;
}

.w-33-ex {
	width: 33%;
	padding: 2%;
}

@media only screen and (max-width: 1200px) {
	.ceo-margin {
		flex-direction: column;
	}

	.w-40 img {
		width: 100%;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 769px) {
	.w-60 {
		padding: 0;
		width: 80%;
		margin: auto;
	}

	.w-40 {
		width: 80%;
		margin: auto;
	}
}

@media only screen and (max-width: 1067px) and (min-width: 769px) {
	.font24 {
		font-size: 2.2vw;
	}
}

@media only screen and (max-width: 768px) {
	.w-33-ex {
		width: 96%;
		padding: 2%;
		margin: auto;
	}

	.border-side {
		position: static;
	}

	.w-60 {
		padding: 0;
		width: 100%;
	}

	.w-40 {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.container {
		width: 90% !important;
		margin: auto;
		max-width: 100% !important;
	}

	.font24 {
		font-size: 20px;
	}

	.font30 {
		font-size: 24px;
	}

	.left-title {
		font-size: 26px;
	}
}

@media only screen and (max-width: 560px) {
	.container {
		width: 96% !important;
		margin: auto;
		max-width: 100% !important;
	}

	.font24 {
		font-size: 18px;
	}

	.font30 {
		font-size: 20px;
	}

	.left-title {
		font-size: 22px;
		margin: 10px 0 50px;
	}

	.character-margin {
		flex-direction: column;
	}

	.sp-100 {
		width: 80% !important;
		margin: auto;
	}

	.border-bottom-ash,
	.table-bottom-sm-column {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 90%;
		margin: auto;
	}

	.table-pad {
		width: 100%;
		text-align: center;
	}

	.sm-column {
		flex-direction: column;
		display: flex;
	}

	.w-48 {
		width: 100%;
	}

	.gap4 {
		gap: 10px;
	}

	.sm-center {
		text-align: center;
	}
}

/* info-table */

.pad-1-0 {
	padding: 1% 0;
}

.m-b-15 {
	margin-bottom: 15px;
}

.font-red {
	color: #81041A;
}

.table-pad-small {
	padding: 1% 2%;
}

.w-48-extra {
	width: 48%;
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.w-48-extra {
		width: 90%;
		margin: auto;
	}

	.sp-w-80 {
		width: 90% !important;
		margin: auto;
		text-align: center;
	}

	.left img {
		width: 40%;
	}
}

@media only screen and (max-width: 768px) {
	.sp-border-none {
		border: none !important;
	}

	.sp-w-100 {
		width: 100% !important;
	}
}

@media only screen and (max-width: 560px) {
	.w-48-extra {
		width: 95%;
		margin: auto;
	}

	.sp-w-80 {
		width: 95% !important;
		margin: auto;
		text-align: center;
	}

	.left img {
		width: 50%;
	}
}

/* sustainability */

.before-square {
	position: relative;
}

.before-square::before {
	position: absolute;
	content: '';
	background: #81041A;
	width: 24px;
	height: 24px;
	top: 25%;
	left: -30px;
}

.w-82 {
	width: 82%;
	margin: 3% auto;
}

.w-84 {
	width: 84%;
	margin: 1% auto;
}

.w-24 {
	width: 24%;
}

.w-25 {
	width: 25%;
}

.w-33-esp {
	width: 33%;
	text-align: center;
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.before-square::before {
		width: 20px;
		height: 20px;
		left: -24px;
	}

	.w-33-esp {
		width: 80%;
		margin: auto;
	}

	.w-24 {
		width: 80% !important;
		margin: auto;
		text-align: center;
	}

	.w-25 {
		width: 40% !important;
	}

	.sp-gap-10 {
		gap: 10px;
	}

	.w-82 {
		width: 90% !important;
	}
}

@media only screen and (max-width: 560px) {
	.before-square::before {
		width: 9px;
		height: 9px;
		top: 40%;
		left: -10px;
	}

	.w-82 {
		width: 95% !important;
	}

	.w-33-esp,.w-24 {
		width: 90% !important;
		margin: auto;
	}

	.w-25 {
		width: 50% !important;
	}

	.sp-gap-10 {
		gap: 10px;
	}
}

/* products */
.m-l-50 {
	margin-left: 50px;
}

.underline-double-red {
	text-decoration: underline double;
	text-underline-offset: 10px;
	margin-bottom: 5%;
	line-height: 2.0;
}

.gap1 {
	gap: 1%;
}

.w-24 {
	width: 24%;
}

.m-b-30 {
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
	.sp-gap20 {
		gap: 20px;
	}
}

@media only screen and (max-width: 560px) {
	.sm-gap20 {
		gap: 20px;
	}
}

/* point */

.w-40-extra {
	width: 40%;
}

.w-60-extra {
	width: 60%;
}

.underline-double-red-long {
	display: inline-block;  /* 幅を適用できるように */
    width: fit-content;  /* 任意の幅 */
    border-bottom: 7px double #81041A; /* 二重線 */
	margin-bottom: 5%;
	line-height: 2.0;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.sp-margin0 {
		margin-left: 0 !important;
	}

	.sp-m-b-15 {
		margin-bottom: 15px;
	}

	.sp-m-b-30 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.w-40-extra {
		width: 90%;
		margin: auto;
		text-align: center;
	}

	.w-60-extra {
		width: 90%;
		margin: auto;
	}
}

@media only screen and (min-width: 561px) {
	.sm {
		display: none;
	}
}

@media only screen and (max-width: 560px) {
	.w-40-extra {
		width: 95%;
		margin: auto;
		text-align: center;
	}

	.w-60-extra {
		width: 95%;
		margin: auto;
	}

	.pc-ex {
		display: none;
	}
}

/* quality */
.margin-auto {
	margin: 0 auto 5%;
}

.d-standard {
	display: block;
}

.p-b-30 {
	padding-bottom: 30px;
}

.nowrap {
	white-space: nowrap;
	flex-wrap: nowrap;
}

.border-half {
	position: relative;
}

.border-half::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;  /* ここを1pxに */
	height: 110%;
	background: black;
}

.table-w-50 {
	width: 50%;
	padding: 0 0 0 5%;
}

.w-48-qual {
	width: 48%;
}

.w-50-table {
	width: 50%;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
	.w-48-qual {
		width: 90%;
		margin: auto;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.w-48-qual {
		width: 95%;
		margin: auto;
	}
}

@media only screen and (max-width: 560px) {
	.w-48-qual {
		width: 100%;
	}

	.table-pad {
		padding: 2% 0;
	}

	.table-w-50 {
		width: 100%;
		padding: 2% 5%;
	}

	.border-half {
		display: flex;
		flex-direction: column;
		position: static;
	}

	.border-half::before {
		background: transparent;
	}

	.w-50-table {
		width: 100%;
	}

	.sm-margin0 {
		margin: 0;
		width: 100% !important;
		border: none;
	}

	.sm-none {
		display: none;
	}

	.border-bottom-sm {
		border-bottom: 1px solid #000000;
	}
}

@media only screen and (max-width: 420px) {
	.extra-vw-420 {
		font-size: 4.76vw;
	}
}
/* tech */

.w-33-extra {
	width: 33%;
}

.padding10 {
	padding-left: 5%
}

/* .circle-number {
	border: 1px solid #81041A;
	border-radius: 50%;
	position: relative;
	width: 15vw;
	height: 15vw;
	margin: auto;
} */

.absolute {
	position: absolute;
	content: '';
}

.circle-number {
    border: 1px solid #81041A;
    border-radius: 50%;
    position: relative;
    width: 17vw;
    height: 17vw;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 数字（上部） */
.numbering {
    position: absolute;
    top: -10%; /* 円の外側に少し配置 */
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.13vw;
    background: white; /* 円のボーダーとの干渉を防ぐ */
    padding: 0 5px; /* 文字の周りに余白をつける */
}

/* 中央の文字 */
.f-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6vw;
    color: #81041A;
	white-space: nowrap;
}

.m-5-0 {
	margin: 5% 0;
}

.item-center {
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.sp-center {
		text-align: center;
	}
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.circle-number {
		border: 1px solid #81041A;
		border-radius: 50%;
		position: relative;
		width: 50vw;
		height: 50vw;
		margin: 2% auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	/* 数字（上部） */
	.numbering {
		position: absolute;
		top: -10%; /* 円の外側に少し配置 */
		left: 50%;
		transform: translateX(-50%);
		font-size: 6vw;
		background: white; /* 円のボーダーとの干渉を防ぐ */
		padding: 0 5px; /* 文字の周りに余白をつける */
	}
	
	/* 中央の文字 */
	.f-center {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 4.85vw;
		color: #81041A;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 560px) {
	
	.circle-number {
		border: 1px solid #81041A;
		border-radius: 50%;
		position: relative;
		width: 65vw;
		height: 65vw;
		margin: 20px auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	/* 数字（上部） */
	.numbering {
		position: absolute;
		top: -10%; /* 円の外側に少し配置 */
		left: 50%;
		transform: translateX(-50%);
		font-size: 8vw;
		background: white; /* 円のボーダーとの干渉を防ぐ */
		padding: 0 5px; /* 文字の周りに余白をつける */
	}
	
	/* 中央の文字 */
	.f-center {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 6vw;
		color: #81041A;
		white-space: nowrap;
	}
}

/* production */

.m-t-3 {
	margin-top: 3% !important;
}

.font12 {
	font-size: 12px;
}

.font-vw {
	font-size: 2.95vw;
	font-weight: bold;
}

.l-h {
	line-height: 1.0;
	text-align: center;
}

.under-line-red {
	position: relative;
}

.under-line-red::after {
	position: absolute;
	content: '';
	background: #81041A;
	width: 2.15vw;
	height: 1px;
	bottom: 0;
	left: 0.55vw;
}

.gap20 {
	gap: 20px;
	margin-bottom: 8%;
}

.gap10 {
	gap: 10px;
}

.gap10 img {
	width: 48%;
}

.pre-wrap {
	white-space: pre-wrap;
}

.l-h-over {
	line-height: 1.8;
}

.w-img-30 {
	width: 30% !important;
}

.w-img-60 {
	width: 60% !important;
}

.flex-start {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
}

@media only screen and (max-width: 1000px) {
	.pc-1000 {
		display: none;
	}

	.font-vw {
		font-size: 5.0vw;
	}

	.under-line-red::after {
		width: 4.0vw;
		left: 0.9vw;
	}
}

@media only screen and (min-width: 1001px) {
	.sp-1000 {
		display: none;
	}
}

@media only screen and (max-width: 560px) {
	.font-vw {
		font-size: 10.0vw;
	}

	.under-line-red::after {
		width: 8.0vw;
		left: 1.8vw;
	}
}

@media only screen and (max-width: 400px) {
	.gap10 img {
		width: 100%;
	}

	.w-img-30 {
		width: 100% !important;
	}
	
	.w-img-60 {
		width: 100% !important;
	}
}

/* recruit */
.usui {
	color: rgba(129, 4, 26, 0.2);
}

.m-t-5 {
	margin-top: 5%;
}

.m-t-8 {
	margin-top: 8%;
}

/* contact */

.policy-scrollable {
	overflow-y: scroll;
	height: 240px;
	background-color: rgba(252, 252, 252, 0.3);
	border: 2px solid #81041A;
}

.required-srt {
	color: #FF0000;
	border-radius: 5px;
	white-space: nowrap;
	margin-right: 10px;
	padding: 0 2px;
}

/* .optional-srt {
	background-color: #0083D9;
	border-radius: 5px;
	white-space: nowrap;
	margin-right: 10px;
	padding: 0 2px;
} */
.vertical-top {
	vertical-align: top;
}

.bg-form {
	
}

.border-form {
	
}

.wpcf7-form {
	width: 100%;
	margin: auto;
}

.cform {
	width: 100%;
}

.border-form input {
	width: 60%;
	border: none;
	background-color: #F2F2F2;
}

.border-form textarea {
	width: 100%;
	border: none;
	background-color: #F2F2F2;
}

.bg-form p {
	width: 60%;
	margin: 0 auto;
	font-size: 16px;
	white-space: nowrap;
}

.border-form p {
	margin: 0;
	font-size: 16px;
}

.bg-form,.border-form {
	padding: 1% 2%;
}

.sending-button {
	text-align: center;
	margin-top: 3%;
}

.btn-confirm-page {
	transform: translateY(-150px);
}

.btn-flat-border,.btn-confirm-page {
	background: url("./image/recruit/send.png") no-repeat center;
    background-size: contain;
    border: none;
    width: 200px; /* 画像の幅に合わせて調整 */
    height: 60px; /* 画像の高さに合わせて調整 */
    text-indent: -9999px; /* 文字を隠す */
    cursor: pointer;
}

.button-image-send {
	background: url("./image/recruit/confirm.png") no-repeat center;
    background-size: contain;
    border: none;
    width: 200px; /* 画像の幅に合わせて調整 */
    height: 60px; /* 画像の高さに合わせて調整 */
    text-indent: -9999px; /* 文字を隠す */
    cursor: pointer;
}

.wpcf7-spinner {
	display: none;
}

.w-20-extra {
	width: 20%;
}

@media only screen and (min-width: 769px) {
	.trigger-point {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.sp-none {
		display: none;
	}

	.cform tr {
		display: flex;
		flex-direction: column;
	}

	.bg-form p {
		text-align: center;
	}

	.border-form input {
		width: 100%;
	}	
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.cform {
		width: 90%;
		margin: auto;
	}
}

@media only screen and (max-width: 560px) {
	.sm-border {
		border-bottom: 1px solid #e6e6e6;
		padding: 5%;
	}

	.bg-form,.border-form {
		width: 100%;
	}

	.cform {
		width: 95%;
		margin: auto;
	}

	.btn-flat-border {
		width: 150px;
	}

	.sm-w-100 {
		width: 100%;
	}
}

@media only screen and (max-width: 380px) {
	.font-vw-7 {
		font-size: 7.36vw;
	}

	.font-vw-4 {
		font-size: 4.73vw;
	}
}
/* news */

.w-90-i {
	width: 95% !important;
}

.radius-30 {
	border-radius: 30px;
}

.w-28 {
	min-width: fit-content;
}

.w-68 {
	width: 68%;
	min-width: fit-content;
}

#nav-links {
	display: flex;
	list-style: none;
	gap: 30px;
	justify-content: center;
	margin-top: 5%;
	font-size: 24px;
	font-weight: bold;
}

.current {
	border-bottom: 2px solid #81041A;
}

.next,.prev {
	color: #81041A;
}

.page-numbers {
	padding: 0 5px;
}

.column {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.news-content {
	display: flex;
	gap: 30px;
	align-items: center;
	flex-wrap: nowrap;
}

.news-item {
	padding: 20px;
	margin-bottom: 15px;
}

.w-85 {
	width: 85%;
}

.w-12 {
	width: 12%;
}

.circle {
	border-radius: 50%;
	padding: 5px 10px;
}

.m-w-156 {
	min-width: 157px;
}

/* サイドメニューのスタイル */
.side-menu {
	position: fixed;
	top: 0;
	left: -300px; /* 初期状態では隠す */
	width: 300px;
	height: 100%;
	background-color: white;
	box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
	transition: left 0.3s ease-in-out;
	padding: 30% 0 0 5.1vw;
	z-index: 10;
}

/* メニューを表示するクラス */
.side-menu.open {
	left: 0;
}

/* トグルボタンのスタイル */
.toggle-btn {
	position: fixed;
	top: 26.5vw;
	left: 10px;
	font-size: 24px;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	z-index: 100;
	color: #81041A;
}

@media only screen and (max-width: 1000px) {
	.w-28 {
		/* display: none; */
	}

	.w-68 {
		width: 95%;
		margin: auto;
	}
}

@media only screen and (max-width: 768px) {
	.w-90-i {
		margin: 5% auto !important;
	}
}

@media only screen and (max-width: 560px) {
	.news-content {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 2px;
	}

	.m-w-156 {
		font-size: 16px;
		min-width: 0;
	}

	.toggle-btn {
		top: 20vw;
	}
}

/* 投稿詳細 */

.border-bottom-green-single {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 20px 0;
	font-weight: bold;
}

.border-bottom-green-single::after {
	position: absolute;
	content: '';
	background-color: #81041A;
	bottom: -25px;
	left: 25%;
	height: 2px;
	width: 25%;
	background-position: bottom center;
	background-size: 50%;
	transform: translateX(50%);
}

.post_single_content {
	margin-top: 5%;
	background-color: #FFFFFF;
	border: 2px solid #81041A;
	border-radius: 15px;
	padding: 5%;
}


.post-content {
	width: 80%;
	margin: 0 auto;
	padding: 5% 0;
}

@media only screen and (max-width: 768px) and (min-width: 561px) {
	.border-bottom-green-single::after {
		position: absolute;
		content: '';
		background-color: #81041A;
		bottom: -15px;
		left: 0;
		height: 2px;
		width: 50%;
		background-position: bottom center;
		background-size: 50%;
		transform: translateX(50%);
	}
}

@media only screen and (max-width: 560px) {
	.border-bottom-green-single::after {
		position: absolute;
		content: '';
		background-color: #81041A;
		bottom: -10px;
		left: -50%;
		height: 2px;
		width: 100%;
		background-position: bottom center;
		background-size: 50%;
		transform: translateX(50%);
	}
}

@media only screen and (max-width: 400px) {
	.trigger-single {
		display: block !important;
	}
}

.trigger-single {
	display: none;
}

/* 追加・修正 */

.w-18 {
	width: 20%;
	min-width: fit-content;
	text-align: center;
}

.m-l-3 {
	margin-left: 3%;
}

.w-45 {
	width: 45%;
}