
/* @media screen and (min-width:1440px) {} */
/* @media screen and (min-width:1280px) and ( max-width:1439px) {} */
/* @media screen and (min-width:769px) and ( max-width:1279px) {} */
/* @media screen and (min-width:1026px) and ( max-width:1279px) {} */
/* @media screen and (min-width:769px) and ( max-width:1025px) {} */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ベース設定 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
html{
	color: #000;
	font-size: 16px;
	/*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;*/
	/*font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	/* font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana",sans-serif; */
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	line-height: 2;
}
a{
	color: #000;
	display: block;
}
#wrapper{
	width: 100%;
	height: auto;
	min-width: 1280px;
	max-width: 2560px;
	margin:0 auto;
	overflow: hidden;
}
section,
.section{
	width: 100%;
	height: auto;
	position: relative;
	max-width: 1920px;
	margin:0 auto;
}
.container{
	width: 1280px;
	padding: 0 3rem;
	margin: 0 auto;
}
@media screen and (min-width:1540px) {
	.container{max-width: 1480px;}
}
@media screen and (min-width:1280px) and ( max-width:1539px) {
	.container{max-width: 1280px;}
}
@media screen and (min-width:768px) and ( max-width:1279px) {
	.container{max-width: none;}
}
.is_sp{display: none;}
.is_tab{display: none;}
@media screen and (min-width:751px) and ( max-width:1025px) {
	.is_hidden_tab{display: none;}
	.is_tab{display: block;}
} 
:root{
	--gold_o: #f0ede6;
	--gold_t: #f6f3eb;
	--gold: #e4c96a;
	--gold_d: #c8bb8d;
}
.objectCover {
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%; 
	font-family: 'object-fit: cover;object-position: 50% 50%;'
}
.objectContain {
	width:100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%; 
	font-family: 'object-fit: contain;object-position: 50% 50%;'
}
.point_reader{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ベース設定 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 共通 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.mincho{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.logo{
	width: 22%;
}
.logo a{
	display: flex;
	align-items: center;
	height: 100%;
}
.logo a img{
	width: 100%;
	max-width: 307px;
}
.subheading{
	padding-left: 10rem;
	background: url(../images/common/subheading_bg.png) left top / auto auto no-repeat;
}
.top03 .subheading{padding-left: 12.5rem;}
.top04 .subheading{padding-left: 15rem;}
.subheading .subheading_ttl{
	font-size: 2.5rem;
	line-height: 1.5;
	letter-spacing: 0.5rem;
}
.subheading .subheading_ttl span{display: block;}
.subheading .subheading_ttl .sub_txt{
	font-size: 1.9rem;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.links{
	color: #fff;
	font-weight:bold;
	letter-spacing: 0;
	position: relative;
	padding:0.5rem 3rem;
	font-size: 1.2rem;
	display: inline-block;
	z-index: 10;
	line-height: 2;
	transition: .3s;
}
.links::before{
	position: absolute;
	top:50%;
	left:50%;
	width: 100%;
	height: 100%;
	content:'';
	background: #c8bb8d;
	background: var(--gold_d);
	transform:translate(-50%,-50%) skewX(-12deg);
	transition: .3s;
	z-index: -1;
}
.links:hover{transform:translate(-0.25rem,-0.25rem); }
.links:hover::before{box-shadow: 0.75rem 0.75rem 0 var(--gold_t);background: #b4a56c;}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 共通 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ナビ ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
header{
	display: flex;
	padding: 2rem;
	width: 90%;
	margin:0 auto;
	justify-content: space-between;
}
header nav{width: 120%;}
nav .mainnav{
	display: flex;
	justify-content: flex-end;
	justify-content: space-between;
	height: 100%;
}
footer nav .mainnav{
	margin:0 -4rem;
}
nav .mainnav li{
	position: relative;
	width: 100%;
	padding: 0 1rem;
}
footer nav .mainnav li{
	padding: 0 2rem;
}
.mainnav li::after{
	content: '/';
	position: absolute;
	top:50%;
	left:100%;
	transform: translate(-50%,-50%);
}
.mainnav li:last-of-type::after{
	content: none;
}
.mainnav li a{
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
}
footer .mainnav li a{
	padding: 0.5rem 0;
}
.mainnav li a::before,
.mainnav li a::after{
	position: absolute;
	background: #c8bb8d;
	background: var(--gold_d);
	width:0;
	height: 2px;
	content:'';
	display: block;
	transition: .3s;
}
footer .mainnav li a::before,
footer .mainnav li a::after{
	background: #000;
	height: 1px;
}
.mainnav li a::before{
	left:0;
	bottom:0;
}
.mainnav li a::after{
	right:0;
	top:0;
}
.mainnav li a:hover::before{
	width: 100%;
}
.mainnav li a:hover::after{
	width: 100%;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ ナビ ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ フッター ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
footer{
	margin:5rem 0 0;
	background: var(--gold_o);
	padding: 2.5rem 0 3rem;
}
.footer_in{ 
	display: flex;
	justify-content: space-between;
	margin:1.5rem 0 0;
}
.footer_in .item p{
	line-height: 1.5;
}
.footer_in .item img{
	width: 333px;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ フッター ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップ01 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top01{
	background: url(../images/top/top01_01.jpg) center / 85% auto no-repeat;
	height: 100vh;
	min-height: 650px;
	max-height: 1000px;
	width: 100%;
	min-width: 1280px;
}
.top01 .link{ 
	position: absolute;
	bottom:5rem;
	right:5rem;
}
.top01 .link a{
	font-size: 1.9rem;
	font-weight: bold;
	color: #c8bb8d;
	color: var(--gold_d);
	letter-spacing: 0.25rem;
	border-bottom: 0.3rem solid #c8bb8d;
	border-bottom: 0.3rem solid var(--gold_d);
	transform: scale(0.8,1);
	position: relative;
	transition: .3s;
}
.top01 .link a:hover{
	 color: #fff;
}
.top01 .link a::before{
	position: absolute;
	bottom:-0.3rem;
	left:0;
	width: 100%;
	height: 110%;
	background: #c8bb8d;
	background: var(--gold_d);
	color: #fff;
	content: '';
	transition: .3s;
	transform: scale(1.5,0);
	transform-origin: center bottom;
	z-index: -1;
}
.top01 .link a:hover::before{
	transform: scale(1.5,1);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ01 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップ02 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top02{
	margin:7rem auto;
}
.top02 .box{
	display: flex;
	align-items: center;
	position: relative;
	margin:-10rem 0 25rem;
}
.top02 .box::before{
	position: absolute;
	top:63%;
	left:50%;
	transform:translate(-50%,-50%) skewY(-8deg);
	content: '';
	background: #f6f3eb;
	width: 300%;
	height: 40%;
	z-index: -1;
}
.top02 .box .txt{
	width: 55%;
	padding: 8rem 0 0;
	margin-right: -5%;
	font-style: italic;
	z-index: 10;
}
.top02 .box .txt p{
	text-align: right;
	font-size: 1.9rem;
	position: relative;
}
.top02 .box .txt p::before{
	position: absolute;
		bottom:0;
	right:0;
	content: '';
	background: #c8bb8d;
	background: var(--gold_d);
	width: 300%;
	height: 0.25rem;
	z-index: 1;
}
.top02 .box .txt h3{
	text-align: center;
	line-height: 1.5;
	padding-right: 10%;
	margin: 3rem 0 0;
}
.top02 .box .txt h3 span{
	display: inline-block;
	text-align: left;
}
.top02 .box .txt h3 .sub_txt{
	font-size: 3rem;
}
.top02 .box .txt h3 .main_txt{
	font-size: 4.5rem;
}
.top02 .box .img{
	width: 50%;
	position: relative;
}
.top02 .box .img::before{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-46%,-46%) skewY(-8deg);
	border:0.15rem solid #c8bb8d;
	border:0.15rem solid var(--gold_d);
	width: 100%;
	height: 90%;
	content: '';
	z-index: -1;
}
.top02 .box .img a{
	position: absolute;
	bottom:2rem;
	right:-2.5rem;
	transform: skewY(-8deg);
	background: #c8bb8d;
	background: var(--gold_d);
	color: #fff;
	padding: 0.75rem 2.5rem;
	font-size: 1.2rem;
	transition: .3s;
	font-weight: bold;
}
.top02 .box .img a:hover{
	background: #b4a56c;
	box-shadow: 0.5rem 0.5rem 0 var(--gold_t);
	transform: translate(-0.5rem,-0.5rem)skewY(-8deg);
}
.top02_in{
	display: flex;
	justify-content: space-between;
	margin-top: -14%;
}
.top02_in .txt{
	width:50%;
	transform:skewY(-8deg);
	display: flex;
}
.top02_in .txt a{
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 14rem;
	height: 50%;
	transition: .3s;
}
.top02_in.first .txt a{
	background: rgba(200, 187, 141, .87);
	color: #fff;
	margin-left: -7rem;
}
.top02_in.first .txt a:hover{
	background: rgba(240, 237, 230, .87);
	color: #000;
}
.top02_in.second .txt a{
	background: rgba(240, 237, 230, .87);
	margin: auto -7rem 0 auto;
}
.top02_in.second .txt a:hover{
		background: rgba(200, 187, 141, .87);
		color: #fff;
}
.top02_in .txt a span{line-height: 1.5;}
.top02_in .txt a .main_txt{font-size: 1.5rem;}
.top02_in .txt a .sub_txt{
	font-size: 1.1rem;
	font-weight: normal;
}
.top02_in .txt a .link_txt{
	margin:1.5rem 0 0;
	font-size: 1.2rem;
}
.top02_in.first .txt p{
	margin-left: 3rem;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.5;
	position: relative;
}
.top02_in.first .txt p::before{
	position: absolute;
	top:0.9rem;
	left:110%;
	background: #000;
	content:'';
	width: 200%;
	height: 0.1rem;
}
.top02_in .img{width: 50%;}
.top02_in .img img{width: 100%;}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ02 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップ03 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top03 .intro{
	text-align: center;
	margin:3rem 0;
}
.top03 .intro h3{
	color: #c8bb8d;
	color: var(--gold_d);
	font-size: 2rem;
}
.top03 .intro p.l_size{
	font-size: 1.4rem;
	margin:0 0 0.5rem;
}
.top03 .intro p{
	/* font-size: 0.9rem; */
}
.top03_in{
	margin:4rem 0;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	background-size: 55% auto, auto auto;
	background-repeat: no-repeat;
}
.top03_in::before{
	position: absolute;
	top:50%;
	left:50%;
	z-index: -1;
	transform:translate(-50%,-50%);
	content:'';
	background: #f0ede6;
	width: 100%;
	height: 9rem;
}
.top03_in.first{
	background-image: url(../images/top/top03_01.png),url(../images/top/top03_04.png);
	background-position: left center,right center;
}
.top03_in.second{
	background-image: url(../images/top/top03_02.png),url(../images/top/top03_05.png);
	background-position: right center,left center;
}
.top03_in.third{
	background-image: url(../images/top/top03_03.png),url(../images/top/top03_06.png);
	background-position: left center,right center;
}
.top03_in .point{
	background: #fff;
	font-size: 1.3rem;
	margin-bottom: 3rem;
	width: 45%;
	padding:0.5rem 2rem;
	letter-spacing: 0.25rem;
}
.top03_in.first .point,
.top03_in.third .point{
	text-align: right;
	width: 58%;
}
.top03_in .box{
	width:45%;
	padding:2rem;
}
.top03_in .box .txt{
	width: 15rem;
	line-height: 1.5;
	letter-spacing: 0.5rem;
}
.top03_in.second .txt{
	margin-left: auto;
}
.top03_in .box .txt p{
	font-size: 1.6rem;
	font-weight: bold;
	margin:3rem 0 0;
}
.top03_in .box .txt h4{
	font-size: 2.4rem;
}
.top03_in .box .txt a.links{
	margin:3rem 0 0;
}
.top03_link{text-align: center;}
.top03_link a{
	display: inline-block;
	letter-spacing: 0.25rem;
	font-size: 1.3rem;
	font-weight: bold;
	position: relative;
	padding:0.5rem 3rem;
	transition: .3s;
}
.top03_link a::before{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	content:'';
	transform:translate(-50%,-50%) skewX(-12deg);
	border:0.15rem solid #c8bb8d;
	border:0.15rem solid var(--gold_d);
	width:100%;
	height: 100%;
	z-index: -1;
	transition: .3s;
}
.top03_link a:hover{
	color: #fff;
}
.top03_link a:hover::before{
	background: #c8bb8d;
	background: var(--gold_d);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ03 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップ04 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top04{
	margin:8rem auto 5rem;
}
.top04 .box{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin:3rem 0 0;
}
.top04 .box a{
	position: relative;
	overflow: hidden;
	width:55%;
}
.top04 .box a img{
	transition: .3s;
}
.top04 .box a:hover img{
	transform: scale(1.05);
}
.top04 .box a span{
	display: inline-block;
	position: absolute;
	bottom:0;
	right:0;
	background: #c8bb8d;
	background: var(--gold_d);
	color: #fff;
	padding:0.5rem 2rem;
	font-weight: bold;
	font-size: 1.2rem;
	transition: .3s;
}
.top04 .box a:hover span{
	background: #b4a56c;
}
.top04 .box .txt p{
	padding-right: 3rem;
	font-size: 1.3rem;
	position: relative;
}
.top04 .box .txt p::before{
	position: absolute;
	top:50%;
	right:110%;
	transform:translateY(-50%);
	content: '';
	width: 150%;
	height: 0.15rem;
	background: #c8bb8d;
	background: var(--gold_d);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ04 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ トップ05 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.top05{
	padding:5rem 0;
	background: url(../images/top/top05_02.png) center / cover no-repeat;
}
.top05 .box{
	background: rgba(255, 255, 255, .62);
	width: 60%;
	margin:0 auto;
	text-align: center;
	padding: 4rem 0;
}
.top05 .box p{
	font-weight: bold;
}
.top05 .box p.number{
	font-size: 3rem;
	line-height: 1;
	margin:2rem 0 0;
}
.top05 .link{
	margin-top: -0.5rem;
	text-align: center;
}
.top05 .link a{ 
	background: #c8bb8d;
	background: var(--gold_d);
	font-weight: bold;
	font-size: 1.4rem;
	padding:0.75rem 2.5rem;
	display: inline-block;
	transition: .3s;
}
.top05 .link a:hover{
	background: #b4a56c;
	color: #fff;
	transform:translate(1rem ,0);
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ トップ05 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 下層共通 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.lower_ttl{ 
	margin:4rem 0 3rem;
}
.lowerheading{
	padding-left: 10rem;
	background: url(../images/common/subheading_bg.png) left top / auto auto no-repeat;
}
.lower_ttl .lowerheading{
	font-size: 2.1rem;
	line-height: 1.5;
	letter-spacing: 0.25rem;
}
.lower_ttl .lowerheading span{display: block;}
.lower_ttl .lowerheading .sub_txt{
	font-size: 1.8rem;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 下層共通 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 会社概要 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.company01 .box{
	display: flex;
	align-items: flex-end;
}
.company01 .box .img{ width: 50%; }
.company01 .box .img img{ width: 100%; }
.company01 .box .txt{
	width: 64%;
	margin: 0 -5% -2rem -9%;
	background: rgba(255, 255, 255, .6);
	padding: 5rem 8rem 5rem 5rem;
	border:0.1rem solid #c8bb8d;
	border:0.1rem solid var(--gold_d);
	transform:skew(-14deg);
	text-align: center;
}
.company01 .box .txt p{
	text-align: left;
	display: inline-block;
	transform:skew(14deg);
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 3;
}
.company02{ 
	margin:8rem 0 5rem;
}
.company02 h2{
	text-align: center;
	font-size: 1.5rem;
}
.company02 h2 span{
	border-bottom: 0.25rem solid #ddd3b1;
	display: inline-block;
	padding: 0 10rem;
}
.company02 table{
	margin:3rem auto 0;
	width: 90%;
}
.company02 th,
.company02 td{
	border-bottom: 0.15rem solid #ddd3b1;
	padding: 1rem 0.25rem;
}
.company02 tr:last-of-type th,
.company02 tr:last-of-type td{
	border-bottom: none;
}
.company02 th{
	font-size: 1.3rem;
	text-align: left;
	width: 30%;
	letter-spacing: 0.25rem;
}
.company02 td,
.company02 td a{
	color: #696969;
	font-weight: bold;
}
.company02 td p{	margin-top: 1rem;}
.company02 td .ttl{ margin:1rem 0 1rem; }
.company02 td .txt{
	font-weight: normal;
	margin:0 0 1rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 会社概要 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 代表挨拶 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.greeting01 .box{
	display: flex;
	align-items: center;
	margin-top: 5rem;
}
.greeting01 .box .img{
	width:65%;
	box-shadow: 1rem 1rem 0 #edeade;
}
.greeting01 .box .img img{
	width: 100%;
}
.greeting01 .box .txt{
	width: 50%;
	margin-left:-15%;
}
.greeting01 .box .txt p{
	padding:1rem 2rem;
	border: 0.15rem solid #ddd3b1;
	border-right: none;
	font-size: 1.5rem;
	font-style: italic;
}
.greeting01 .box .txt h2{ 
	padding-left: 2rem;
	margin:3rem 0 0;
	letter-spacing: 0.25rem;
}
.greeting01 .box .txt h2 span{
	display: block;
}
.greeting01 .box .txt h2 .sub_txt{ 
	font-size: 1.6rem;
}
.greeting01 .box .txt h2 .main_txt{
	font-size: 3rem;
	font-style: italic;
	padding-left: 4rem;
}
.greeting02{ 
	margin:5rem 0 8rem;
}
.greeting02_in{ 
	margin: 6rem 0;
	
	min-width: 1000px;
	width: 95%;
	max-width: 1600px;
	border: 0.15rem solid #ddd3b1;
	position: relative;
}
.greeting02_in::before{
	position: absolute;
	width:100%;
	height: 100%;
	border: 0.15rem solid #ddd3b1;
	content:'';
}
.greeting02_in.first{
	margin-left: auto;
		border-right: none;
		/* max-width: 1500px; */
}
.greeting02_in.first::before{
	top:1rem;
	left:1rem;
	border-right: none;
}
.greeting02_in.second{
	border-left: none;
}
.greeting02_in.second::before{
	bottom:1rem;
	right:1rem;
}
.greeting02_in .box{
	padding:3rem 5rem;
	transform: translate(1rem ,1rem);
	letter-spacing: 0.1rem;
}

.greeting02_in.second .box{
		padding:2rem 5rem 4rem;
}
.greeting02_in .box .item{
	min-width: 1000px;
	width: 90%;
	max-width: 1150px;
}
.greeting02_in.second .box .item{
	margin-left: auto;
}
.greeting02_in h3{
	font-size: 1.5rem;
}
.greeting02_in p{
	font-size: 1.2rem;
	margin-top: 1rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 代表挨拶 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 仕事内容 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.work01 .box{
	position: relative;
	text-align: center;
}
.work01 .box::before{
	position: absolute;
	top:50%;
	left:50%;
	content:'';
	background: #c8bb8d;
	background: var(--gold_d);
	width: 200%;
	height: 3px;
	transform:translate(-50%,-50%);
	z-index: -1;
}
.work01 .box p{
	text-align: left;
	font-weight: bold;
	background: #fff;
	display: inline-block;
	padding: 0 2rem;
	font-size: 1.3rem;
	margin-left: 40%;
}
.works02_in{
	margin:12rem 0 10rem;
	padding: 3rem 0 0.5rem;
	position: relative;
}
.works02_in .box .img{
	position: absolute;
	width: 45%;
	bottom:5rem;
	z-index: -1;
}
.works02_in.second .box .img{
	right:-3rem;
}
.works02_in.first  .box .img,
.works02_in.third  .box .img{
	left:-5rem;
}
.works02_in .box .img img{
	width:100%;
}
.works02_in .box .img img.deco{
	position: absolute;
	width: auto;
}
.works02_in .box .img img.deco.one{
	top:55%;
	left:50%;
}
.works02_in .box .img img.deco.two{
	top:-29%;
	left:0;
}
.works02_in .box .img img.deco.three{
	top:60%;
	left:55%;
}
.works02_in .box .img img.deco.four{
	top:-20%;
	left:-20%;
}
.works02_in .box .img img.deco.six{
	top:50%;
	left:60%;
}
.works02_in .box{
	position: relative;
	padding: 4rem 3rem 4rem 0;
	z-index: 10;
}
.works02_in::before,
.works02_in .box::before,
.works02_in .box::after{
	position: absolute;
	content: '';
	display: block;
}
.works02_in::before{
	width:1180px;
	height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	background: rgba(237, 234, 222, .35);
}
.works02_in .box::before{
	background: rgba(255, 255, 255, .5);
	width:300%;
	height: 85%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
.works02_in .box::after{
	width:300%;
	height: 110%;
	top:0;
	left:3rem;
	z-index: -2;
	background: rgba(237, 234, 222, .35);
}
.works02_in.second .box::after{
	right:3rem;
	left:auto;
}
.works02_in.first .box,
.works02_in.third .box{
	padding-left: 43%;
}
.works02_in.second .box{
	padding-right: 44%;
}
.works02_in .box .item{
	position: relative;
	z-index: 100;
}
.works02_in .box h3{
	font-size: 1.8rem;
	margin:0 0 0.5rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 仕事内容 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 社員紹介 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.staff02{
	margin:0 0 8rem;
}
.staff02::before,
.staff02::after{
	position: absolute;
	background: rgba(246, 243, 235, .75);
	width: 300%;
	height: 20rem;
	content:'';
	top:60%;
	left:50%;
	z-index: -1;
}
.staff02::before{ transform: translate(-50%,-50%) translateX(16.5%) skewY(-20deg); }
.staff02::after{ transform: translate(-50%,-50%) translateX(16.5%) skewY(20deg);
}
.staff02_in{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 8rem;
	position: relative;
	margin:6rem 0;
}
.staff02_in .img{
	width: 70%;
}
.staff02_in .img p{
	position: absolute;
	bottom:-1.5rem;
	line-height: 2.8;
	font-size: 1.3rem;
	z-index: 10;
	padding:0 2rem;
}
.staff02_in.first .img p,
.staff02_in.third .img p{left:0;}
.staff02_in.second .img p{right:12%;}
.staff02_in .img p::before{
	position: absolute;
	top:0;
	right:0;
	transform: skew(-8deg);
	background:#fff;
	content:'';
	height: 100%;
	width: 500%;
	z-index: -1;
}
.staff02_in.first .img p::before,
.staff02_in.third .img p::before{right:0;}
.staff02_in.second .img p::before{left:0;}
.staff02_in .txt{
	width: 25%;
	text-align: center;
}
.staff02_in .txt p{
	margin:2rem 0 0;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0.25rem;
}
.staff02_in .txt h2{
	letter-spacing: 0.25rem;
	font-size: 2rem;
}
.staff02_in .txt a{
	margin:1rem 0 0;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 社員紹介 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 社員詳細 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.staff_in01::before,
.staff_in01::after{
	position: absolute;
	top:35%;
	left: 0;
	content:'';
	background: rgba(243, 241, 231, .5);
	transform: skewY(11deg);
	width: 100%;
	height: 110%;
	z-index: -2;
}
.staff_in01::before{
	transform: translateY(5rem) skewY(11deg);
}
.staff_in01.second::before,
.staff_in01.second::after{
	transform: skewY(-11deg);
}
.staff_in01.second::before{
		transform: translateY(5rem) skewY(-11deg);
}
.staff_in01 .box{
	padding: 8rem 0 0;
}
.staff_in_ttl{
	padding: 0 3rem;
	z-index: 10;
	position: relative;
}
.second .staff_in_ttl{
	text-align: right;
}
.staff_in_ttl p{
	font-size: 2.2rem;
	font-weight: bold;
	color: #c8bb8d;
	margin:0 0 3rem;
}
.staff_in_ttl span{
	display: block;
}
.staff_in_ttl span img{
	height: 8rem;
}
.staff_in_ttl h1{
	margin:10rem 0 0;
	background: rgba(255, 255, 255, .6);
	display: inline-block;
	line-height: 1.5;
	text-align: justify;
	padding: 2rem 3rem;
	margin-left: -3rem;
}
.staff_in_ttl h1 .sub_ttl{
	font-size: 1.6rem;
	letter-spacing: 0.5rem;
}
.staff_in_ttl h1 .main_ttl{
	font-size: 3rem;
	letter-spacing: 0.25rem;
}
.staff_in01 .box .img{
	margin-top: -33rem;
	position: relative;
}
.staff_in01 .box .img img{
	width: 100%;
}
.staff_in01 .box .img::before{
	position: absolute;
	top:81%;
	left:0;
	width: 100%;
	height: 17rem;
	background: #fff;
	content: '';
	transform: skewY(-11deg);
	box-shadow: 0 0 0.5rem #999;
}
.staff_in02{
	margin:-10% 0 0;
}
.staff_in02 h2{
	font-size: 3rem;
	line-height: 1.5;
	margin:0 0 4rem;
	padding: 0 3rem;
}
.staff_in02 h2.right{
	text-align: right;
}
.staff_in02 .box{
	display: flex;
	justify-content: space-between;
	padding: 0 3rem;
	margin: 3rem 0;
}
.staff_in02 .box.left_txt{
	flex-direction: row-reverse;
}
.staff_in02 .box .txt{
	width: 50%;
}
.staff_in02 .box .txt h3{
	font-size: 1.1rem;
}
.staff_in02 .box .txt p + h3{
	margin: 3rem 0 0;
}
.staff_in02 .box .img{
	width: 40%;
}
.staff_in03{
	margin:4rem 0 10rem;
}
.staff_in03 h3{
	text-align: center;
	color: #c8bb8d;
	font-size: 2.5rem;
	position: relative;
}
.staff_in03 .box{
	display: flex;
	justify-content: space-between;
	margin: 2rem 0 0;
	position: relative;
}
.staff_in03 .box a{
	width: 32.5%;
	position: relative;
}
.staff_in03 .box span{
	position: absolute;
	top:0;
	left:0;
	transform: translateY(-40%);
	z-index: 10;
}
.staff_in03 .box p{
	position: absolute;
	bottom:0;
	right: 0;
	color: #fff;
	font-weight: bold;
	background: #c8bb8d;
	padding: 0.25rem 1rem;
	transition: .3s;
}
.staff_in03 .box a .img{
	overflow: hidden;
}
.staff_in03 .box a img{
	transition: .3s;
}
.staff_in03 .box a:hover .img img{
	transform:scale(1.05);
}
.staff_in03 .box a:hover p{
	background: #b4a56c;
}
.staff_in03 h3::before,
.staff_in03 h3::after,
.staff_in03 .box::before,
.staff_in03 .box::after{
	position: absolute;
	content:'';
	background: rgba(221, 211, 177, .4);
}
.staff_in03 h3::before{
	top:80%;
	left:93%;
	width: 4rem;
	height: 4rem;
}
.staff_in03 h3::after{
	top:120%;
	left:96%;
	width: 6rem;
	height: 6rem;

}
.staff_in03 .box::before{
	top:50%;
	left:-5%;
	width: 10rem;
	height: 10rem;
}
.staff_in03 .box::after{	
	top:105%;
	left:6.5%;
	width: 6rem;
	height: 6rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 社員詳細 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 数字で見る ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.number02 .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.number02 .box .item{
	text-align: center;
	background: #f5f5f0;
	margin-top: 1rem;
	padding: 3rem 1rem 5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.number02 .box .full{
	width: 100%;
}
.number02 .box .one-third{width: 32.5%;}
.number02 .box .half{width: 49.25%;}
.number02 .box .item h2{
	font-size: 1.6rem;
	margin-bottom: 2rem;
}
.number02 .box .item h2.large{
	font-size: 2rem;
}
.number02 .box .item h2 span{
	display: inline-block;
	border-bottom: 3px solid #ddd3b1;
}
.number02 .box .item p{
	font-size: 1.2rem;
		margin: -1.5rem 0 auto;
}
.number02 .box .item p.large{
	font-size: 1.4rem;
}
.number02 .box .first img{
	margin-top: -5rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 数字で見る ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 募集要項 ▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.recruitment02{
	margin:3rem 0 5rem;
}
.recruitment02 table{
	width: 90%;
	margin:0 auto;
}
.recruitment02 table th{
	color: #fff;
	background: #ddd3b1;
	font-size: 1.5rem;
	width: 25%;
	padding:0.5rem 2rem;
}
.recruitment02 table td{
	background: #f4f2ec;
	font-size: 1.1rem;
	padding:1rem 2rem;
}
.recruitment02 table th,
.recruitment02 table td{
	border: 0.5rem solid #fff;
}
.recruitment02 table ol{
	margin-left: 2rem;
}
.recruitment02 table ol li{
	list-style-type: decimal;
	padding-left: 0.5rem;
}
.recruitment02 table p{
	margin:1rem 0;
}
.recruitment02 table p strong{
	display: block;
}
.recruitment02 ul{
	width: 85%;
	margin:0.5rem auto;
}
.recruitment02 ul li{
	list-style: disc;
	margin-left: 2rem;
}
.recruitment02 .box{
	margin: 2rem auto 0;
	display: flex;
	align-items: center;
	border:3px solid #c8bb8d;
	width:75%;
	color: #696969;
}
.recruitment02 .box .ttl{
	width: 25%;
	text-align: center;
	border-right:3px solid #c8bb8d;
	padding:1rem;
}
.recruitment02 .box .ttl h2{
	font-size: 1.25rem;
}
.recruitment02 .box .txt{
	width: 75%;
	padding:1rem 2rem;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ 募集要項 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

