@charset "utf-8";
/* CSS Document */

*{
	text-decoration: none;
	list-style: none; 
	margin: 0;
	padding: 0;
	font-family: source-han-sans-japanese, sans-serif; 
	font-style: normal; 
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.santen{
	letter-spacing: 0;
}

html,body{
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}

.contact form{
padding-top: 20px;
}

body{
	background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='60' height='30' viewBox='0 0 140 80' preserveAspectRatio='none'%3e%3cpath fill='%23ffffff' d='M-70-40v160h280v-160z'/%3e%3cpath fill='none' stroke='%23ACA42D' stroke-width='3.8' opacity='.42' d='M47 0h-47v80h47l46-80h47v80h-47zM117 40h-94l-23 40l140-80-23 40 23 40-140-80 23 40M70-5v90'/%3e%3c/svg%3e");
	z-index: -9999;
	position: relative;
	
}

.spb{
	display: none;
}

main{
	background: rgba(255,255,255,0.4);
	width: 100%;
	padding-bottom: 150px;
	display: block;
}

h1,h2, nav ul li a, #fixedc,#kyuzin,#arinsu,.kuwashiku,#news a span, h2 span,#contact_box ul li div a,.no,.gotop, .cp_cont ul li a, #breadcrumb ul li,
#breadcrumb ul li a,#menucap,.underc #contex,.cp_offcm01 .cp_menu li p,h3,#conmain label, .sousin input,form table th{
	font-family: dnp-shuei-mincho-pr6n, sans-serif; 
}

h2{
	font-size: 3.8rem;
	letter-spacing: 0.3em;
}

.cap{
	letter-spacing: 0.2em;
	line-height: 2;
	font-size: 1.6rem;
}

header{
	z-index: 9998;
}

#fn{
	position: absolute;
	top:0;
	z-index: 999;
}

#fn ul{
	overflow: hidden;
	display: block;
	margin-left: 4vw;
}

#fn ul li{
	 writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	float: right;
	margin: 3vw 20px 0 20px;
	position: relative;
	display: block;
}

#fn ul li a{
	color: white;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
}

#fn ul li a::after{
	content: '';
	display: block;
	position: absolute;
	right: -5px;
 	top: 0;
	border-right: 2px solid #fff;
	height:0;
	transition: all .5s;
}

#fn ul li a:hover::after {
  width: 100%;
	height: 100%;
  border-right: 2px solid #fff;
	
}

/*ハンバーガーメニュー装飾
*/

*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	position: fixed;
	right: 10px;
	top:20px;
	z-index: 9998;
}
.cp_offcm01 {
/*	position: absolute;
	top: 20px;
	right: 20px;*/
	display: inline-block;
	
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -260px;
	width: 260px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #4A4A4A;
	opacity: 0.9;
	
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	transition: .3s;
	font-size: 1.6rem;
}

.cp_offcm01 .cp_menu li p {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ACA42D;
	border-bottom: 1px solid #ACA42D;
	transition: .3s;
	font-size: 1.6rem;
}

.cp_offcm01  li:hover a {
	color: #ACA42D;
	font-weight: 600;
	border-bottom: 1px solid #ACA42D;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-260px);
	        transform: translateX(-260px);
			
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label,#menucap {
	display: block;
	padding: 1rem;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
/*	text-align: center;*/
	color: #4A4A4A;
	
}
.cp_offcm01 #cp_toggle01:checked ~ label,.cp_offcm01 #cp_toggle01:checked ~ #menucap {
	-webkit-transform: translateX(-260px);
	        transform: translateX(-260px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 4rem
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}
/* contents */
.cp_contents {
	color: #333333;
	text-align: center;
}


/*メインビジュアル装飾
*/#main_visual{
	background:  url("../img/hanabishi.svg");
	background-size: 150px 150px;
	height: 100vh;
	overflow:hidden;
	position: relative;
	background-attachment:fixed;
	background-repeat: repeat;
	width: 100%;
}

#black_gradient{
	height: 100%;
	background:linear-gradient( rgb(0, 0, 0),rgba(255, 255, 255,0.1));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF000000', endColorstr='#00000000');
	background:-ms-linear-gradient(top, rgb(0,0,0), rgba(255,255,255,0.1));
/*	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;*/
	background-attachment:fixed;
}

.black_gradient{
	position: absolute;
	top:0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	
}

#cloud_box{
	position: absolute;
	height: 100%;
	top: 0;
	z-index:9998;
}

@keyframes horizontal {
    0% { transform:translateX( -10px); }
  100% { transform:translateX(  0px); }
}

@keyframes horizontal2 {
    0% { transform:translateX( 10px); }
  100% { transform:translateX(  0px); }
}
.cloud{
	position: absolute;
	left: -50px;
	top: 45%;
	width: 450px;
	animation: horizontal 1.5s ease-in-out infinite alternate;
}

.cloud2{
	position: absolute;
	width: 450px;
	bottom:5%;
	right: -30px;
	animation: horizontal2 1.5s ease-in-out infinite alternate;
}

#tobita_shinko{
	height: 100%;
	width: 100%;
	background: url("../img/oiran.png");
	background-size: auto 110%;
	background-repeat: no-repeat;
	background-position: right -100px  bottom -20px;
	position: absolute;
	bottom: 0;
}


#text_box h1{
	 writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	color: white;
	font-size: 7.5rem;
	letter-spacing: 0.3rem;
	margin-top: -200px;
	margin-left: -100px;
	line-height: 1.1;
	text-shadow: 1px 1px 20px #000,1px 1px 20px #000;
	height: 500px;
}

#text_box h1 .no{
	font-size:6.5rem;
}

#text_box h1 #kyuzin{
	margin-bottom: -420px;

}

#text_box h1 #arinsu{
	font-size: 3rem;
	margin-bottom: -600px;
	line-height: 1;
}

/*固定問い合わせ*/

#fixed_wrap{
	display: none;
	width: 0;
}

#fixed_contact{
	z-index: 9998;
	display: flex;
	float: right;
	margin-top:20px;
	position: fixed;
	right: 10px;
	bottom: 6vh;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#fixed_contact #fixedc{
    writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	background: #4A4A4A;
	color: white;
	border: #ACA42D 5px solid;
	border-radius: 10px;
	padding: 10px 7px;
	letter-spacing: 0.2em;
	font-size: 1.3rem;
}

#fixed_contact #fixedc:hover, #fixed_contact #fixedl:hover, #fixed_contact .gotop:hover{
	opacity: 0.8;
}

#fixed_contact #fixedc img{
	margin-top:5px;
	
	width: 25px;
}

#fixed_contact div:hover{
	opacity: 0.8;
}

#fixed_contact  a img{
	width: 50px;
}

#fixed_contact a{
	margin-top: 10px;
}

/*はじめに装飾*/

#greeting{
	width: 1100px;
	margin: 0  auto 130px;
	position: relative;
	padding-top: 100px;
}
#greeting img{
	float:left;
	width: 50%;
}

#greeting h2{
	float: right;
	width: 3%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#greeting p{
	float:left;
	margin-top: 5%;
	max-width: 45%;
	margin-left: 2%;
}

#greeting .kuwashiku {
	position: absolute;
	bottom: 0;
	right: 0;
}

.kuwashiku{
	float: right;
	color: black;
	/*margin-bottom: 16px;*/
	font-size: 1.5rem;
	transition: .5s;
	border-bottom: 2px solid #C40E0E;
	width:180px;
	position: relative;
	height: 20px;
}

.kuwashiku::after{
	display: block;
	content:"";
	width: 50px;
	height: 20px;
	right: -1px;
	bottom:-0.5px;
	position: absolute;
	transform: rotate(45deg);
	border-top: 2px solid #C40E0E;
	
}

.kuwashiku:hover{

	transform: translateX(10px);
}

/*新着情報の装飾*/

/*#news{
	width: 1100px;
	height: 100px;
	margin: 10vh auto;
}

#news:hover{
	opacity: 0.8;
	transition: .3s;
}

#news a{
	background: url("../img/sinchaku.jpg");
	background-size: cover;
	height: 100px;
	width: 1100px;
	display: inline-block;
	color: white;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	bottom: 0;
	position: relative;
}

#news a span{
	position: absolute;
	bottom: 10px;
	left: 10px;
	padding-right: 120px;
	border-bottom: 2px solid #fff;
	padding-bottom: 3px;
}

#news a span::after{
	content:"";
	border-top: 2px solid #fff;
	width: 40px;
	height: 16px;
	transform: rotate(45deg);
	position: absolute;
	bottom: 0;
	right: 0;
}*/

#news {
	text-align: center;
}

.news2{
	width: 70%;
	margin: 0 auto;
	border: 3px solid #C40E0E;
	padding: 30px 0 20px;
	background: rgba(255,255,255,0.3);
}

.news2 dt, .news2 dd{
	text-align: left;
	font-size: 1.6rem;
}

.news2 dt{
	float:left;
	padding-right: 20px;
}

.news2 dl{
	padding: 5px 0;
	overflow: hidden;
	border-bottom: 1px solid #4A4A4A;
	width: 80%;
	margin: 0 auto 10px;
}

#news .kuwashiku{
	float: none;
	display: inline-block;
	text-align: left;
	margin-top: 20px;
}

/*飛田新地とはの装飾
*/

#tobita_shinchi{
	width: 1100px;
	margin: 130px auto;
	
	position: relative;
}

#tobita_shinchi h2{
	float: left;
	text-align: center;
	width: 3%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;	
}
#tobita_shinchi h2 span{
	font-size: 2.7rem;
}

#tobita_shinchi img{
	width: 50%;
	float: right;
}

#tobita_shinchi p{
	margin-top: 5%;
	display: inline-block;
	float: right;
	max-width: 43%;
	margin-right: 2%;
	margin-left: 2%;
}

#tobita_shinchi .kuwashiku{
	position: absolute;
	float: left;
	bottom: 0;
	left:0;
}

/*お仕事内容・お給料の装飾*/

#work{
	width: 1100px;
	margin: 130px auto;
	position: relative;
}

#work h2{
	writing-mode: vertical-rl;
	text-align: center;
	background: url("../img/ougi.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
	letter-spacing: 0.2em;
	-ms-writing-mode: tb-rl;
	text-shadow: 1px 1px 20px #fff,1px 1px 20px #fff,1px 1px 20px #fff,1px 1px 20px #fff,1px 1px 20px #fff;
}

#work #text{
	width: 100%;
	text-align: center;
}

#work p{
	margin: 0 auto;
	display: inline-block;
	text-align: left;
	margin-top: 20px;
}

#work .kuwashiku{
	display: block;
	float: right;
}

/*募集要項の装飾*/

#recruit{
	background: rgba(255,255,255,0.5);
	width: 850px;
	margin: 0 auto 130px;
	border: 5px solid #C40E0E;
	margin-top: 200px;;
	position: relative;
	padding: 50px 0;
}

#recruit h2{
	writing-mode: vertical-rl;
	background: url("../img/chochin.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	color: white;
	height: 300px;
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.3rem;
	letter-spacing: 0.2em;
	position: absolute;
	top: -100px;
	left: -120px;
	-ms-writing-mode: tb-rl;

}

#recruit h2 span{
	text-shadow: 1px 1px 10px #000,1px 1px 20px #000,1px 1px 20px #000;
}

#recruit table{
	width: 600px;
	margin: 0 auto;
}

#recruit th, #recruit td{
	border-bottom: 2px solid  #ACA42D;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 1.8rem;
}

#recruit th{
	text-align: left;
	padding-right: 30px;
	
}

#recruit td a{
	color: #C40E0E;
	text-decoration: underline;
}

#recruit td a:hover{
	text-decoration: none;
}

/*面接の装飾*/

#interview{
	width: 1000px;
	margin: 0 auto;
	display: block;
	margin-top: 130px;
	position: relative;
}

#interview h2{
	margin: 0 auto;
	font-size: 3rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#interview #ih2{
	float: left;
	overflow: hidden;
	width: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#interview #ipw{
	float: left;
	display: inline-block;
	width: 50%;
}

#interview p{
	margin-top: 60px;
	display: inline-block;
	
}

#interview div a{
	float: left;
}

#interview .kuwashiku{
	position: absolute;
	bottom: 0;
	left:0;
	text-align: left;
}

#interview img{
	width: 50%;
	max-height: 600px;
	float: right;
}

/*お問い合わせの装飾*/

#contact{
	width: 1100px;
	margin: 130px auto 0;
	text-align: center;
}

#contact h2{
	font-size: 3rem;
}

#contact h2 span{
	margin: 0 auto;
	display: block;
}

#contact #contex{
	display: inline-block;
	text-align: left;
	margin: 20px 0;
	letter-spacing: 0.2em;
	line-height: 1.8;
	font-size: 0.8vw;
}

#contact_box{
	
	border: 7px solid #ACA42D;
	background: rgba(255,255,255,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

#contact ul{
	overflow: hidden;
}

#contact_box ul li{
	float: left;
	padding: 60px 0;
}

#contact_box ul li:first-child{
	margin-right: 5vw;
}

#contact_box ul li div p{
	margin-bottom: 6px;
	font-size: 1.5rem;
}

#contact_box ul li div a{
	background: #4A4A4A;
	color: white;
	border: 4px solid #ACA42D;
	padding: 20px 0;
	display: inline-block;
	width: 250px;
	font-size: 1.6rem;
	line-height: 1.2;
	transition: 0.3s;
}

#contact_box ul li div a:hover{
	opacity: 0.8;
}
/*フッターの装飾*/

footer{
	background: #4A4A4A;
	border-top: 3px solid #ACA42D;
	text-align: center;
	height: 30px;
	width: 100%;
	position: relative;
}

footer p {
	color: white;
	padding-top: 10px;
	font-size: 1.2rem;
}

/*上へボタン装飾*/

.gotop{
	color: white;
	background-image: url("../img/top_hanabishi.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 15px;
	font-size: 1.2vw;
	
}

/*はじめにの装飾*/
/*メインビジュアル
*/
#intro_main{
	background: url("../img/intro_back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 70vh;
}

#white_filter{
	height: 100%;
	background: rgba(255,255,255,.7);
	background:-ms-rgba(255,255,255,.7);
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment:fixed;
}

#white_filter #text_box{
	display: inline-block;
	text-align: center;
}

#white_filter h1{
	 writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	color: black;
	font-size: 3rem;
	letter-spacing: 1rem;
/*	margin-top: -15vh;*/
	line-height: 1.1;
}


#white_filter h1 img{
	width: 3vw;
}

#menucap{
	writing-mode: vertical-rl;
	margin: 0 auto;
	color: #C40E0E;
	font-size: 2rem;
	letter-spacing: 0.2em;
	font-weight: 500;
	

}

/*パンくずリスト
*/

#breadcrumb{
	padding-top: 10vh;
	width: 880px;
	margin: 0 auto 4vh;
}

#breadcrumb ul li{
	float: left;
	font-size: 1.6rem;
}

#breadcrumb ul li:first-child{
	text-decoration: underline;
}

#breadcrumb ul li:first-child:hover{
	text-decoration: none;
}

#breadcrumb ul li:nth-child(2){
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
font-weight: 600;
font-style: normal;
}

/*はじめに本文*/

.minasama{
	width: 880px;
	margin: 0 auto;
	text-align: center;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.minasama h2{
	border-bottom: 3px solid #ACA42D;
	display: inline-block;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
	font-size: 2.8rem;
}

.minasama p{
	text-align: left;
	display: inline-block;
	margin-top: 3vh;
	font-size: 1.35rem;
	line-height: 2.2;
	letter-spacing: 0.05em;
}


.minasama p  a{
	color: #C40E0E;
	text-decoration: underline;
}

.minasama p a:hover{
	text-decoration: none;
}

.top{
	margin-top: 8vh;
}

#matome1{
	font-size: 2vw;
}

#matome2{
	background: #fff;
	border: 6px solid #ACA42D;
	display: block;
	padding: 2.5vh 8vw;
	margin: 2vh 0;
	font-size: 1.1vw;
}

#matome2 span{
	font-size: 0.8vw;
}

/*はじめにフッター*/

.underc{
	background: #ACA42D;
	width: 100%;
	margin: 0 auto 5vh;
    text-align: center;
}

.underc #contex{
	font-size: 1.2vw;
	padding: 5vh 0 1vh;
	font-weight: 500;
}

.underc #contact_box{
	background: none;
	border: none;
}

.underc #contact_box ul li{
	padding-top: 0;
	
}
.underc #contact_box ul li:first-child {
    margin-right: 6vw;
}

.underc #contact_box ul li a{
	border: 3px solid white;
	margin-top: .2vh;
	width: 15vw;
	font-size: 1vw;
}

#intf{
	height: auto;
	padding-bottom: 2px;
}

/*飛田新地とはの装飾
*/
/*メインビジュアル*/
#tobita_main{
	background: url("../img/tobita_back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 70vh;
}

/*本文
*/
.rekishi{
	width: 880px;
	margin: 0 auto;
}


.rekishi h2{

	border-bottom: 3px solid #ACA42D;
	display: inline-block;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
	font-size: 1.5vw;
}

.rekishi p{
	text-align: left;
	margin-top: 3vh;
	font-size: 1.35rem;
	line-height: 2.2;
	letter-spacing: 0.05em;
}

/*区切り*/

#kugiri{
	height: 80px;
	width: 880px;
	margin: 0 auto 10vh;
	border-bottom: 3px solid #ACA42D;
	background: url("../img/mari.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}

/*//お仕事内容・お給料の装飾*/
/*メインビジュアル*/

#work_main{
	background: url("../img/work_back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 70vh;
}

#work_main h1{
	font-size: 2.3rem;
	letter-spacing: .7rem;
}

/*本文*/

.work{
	width: 880px;
	margin: 0 auto;
	text-align: center;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.work h2{
	border-bottom: 3px solid #ACA42D;
	display: inline-block;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
	font-size: 2rem;
}

.work p{
	text-align: left;
	display: inline-block;
	font-size: 1.35rem;
	line-height: 2.2;
	letter-spacing: 0.05em;
	width: 95%;
	padding: 20px;
	padding-bottom: 25px;
}

.work p span{
	background: linear-gradient(transparent 60%, rgba(172,164,45,0.5) 0%);
}

.work img{
	width: 25%;
	margin: 5vh auto 10px;
}

.work div{
	background: white;
	width: 100%;
	margin-top: 20px;
	border: 4px solid #4A4A4A;
}

#top2{
	margin-top: 5vh;
}

/*面接についての装飾
*/
/*メインビジュアル
*/

#int_main{
	background: url("../img/interview_back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 70vh;
}

/*ステップバー*/
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1.5em 10px;
  padding: 0;
  text-align: center;
  width: 50%;
  overflow: hidden;
  *zoom: 1;
	float: left;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 35px;
  padding: 0 20px 0 10px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -5px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 10px;
  height: 17.5px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #ACA42D;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #ACA42D;
}

.stepBar.step3 .step {
  width: 33.333%;
	color: #fff;
}

.stepBar.step3 .step:nth-child(2) {
  background: #4A4A4A;
}

.stepBar.step3 .step:nth-child(3){
	background-color: #ACA42D;
}

/*本文
*/

.int{
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}

.int h2{
	border-bottom: 3px solid #ACA42D;
	display: inline-block;
	letter-spacing: 0.1em;
	padding-bottom: 2px;
	font-size: 2.5rem;
	float: left;
}

.int h3{
	font-size: 2.3rem;
	padding: 20px 0 10px;
	width: 95%;
	margin: 0 auto;
	font-weight: 300;
	color: #C40E0E;
}

.int p{
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.9;
	letter-spacing: 0.02em;
	margin: 0 auto;
	width: 95%;
	
}

.int p span{
	background: linear-gradient(transparent 60%, rgba(172,164,45,0.5) 0%);
}

.int .koto{
	float: right;
	width: 700px;
	margin-right: -180px;
	margin-top: -50px;
	-webkit-shape-outside: polygon(327px 185px, 306px 131px, 365px -10px, 520px 0px, 545px 519px, 320px 481px, 133px 396px, 141px 344px, 191px 328px, 247px 325px, 324px 298px, 373px 222px, 257px 227px, 236px 186px);
	shape-outside:polygon(327px 185px, 306px 131px, 365px -10px, 520px 0px, 545px 519px, 320px 481px, 133px 396px, 141px 344px, 191px 328px, 247px 325px, 324px 298px, 373px 222px, 257px 227px, 236px 186px);	
}

.int .naruhodo{
	float: right;
	width: 550px;
	margin-right: -120px;
	margin-top: -50px;
	-webkit-shape-outside: polygon(125px 179px, 211px 164px, 213px -5px, 520px 0px, 545px 519px, 334px 430px, 211px 393px, 209px 314px, 210px 257px, 213px 199px, 127px 196px);
	shape-outside: polygon(125px 179px, 211px 164px, 213px -5px, 520px 0px, 545px 519px, 334px 430px, 211px 393px, 209px 314px, 210px 257px, 213px 199px, 127px 196px);	
}

.int .moreteru{
	float: right;
	width: 550px;
	margin-right: -120px;
	margin-top: -50px;
	-webkit-shape-outside: polygon(26px 205px, 24px 172px, 175px 171px, 170px 144px, 118px 125px, 72px 49px, 168px -4px, 520px 0px, 545px 519px, 121px 424px, 139px 381px, 146px 321px, 138px 280px, 164px 252px, 170px 209px);
	shape-outside: polygon(26px 205px, 24px 172px, 175px 171px, 170px 144px, 118px 125px, 72px 49px, 168px -4px, 520px 0px, 545px 519px, 121px 424px, 139px 381px, 146px 321px, 138px 280px, 164px 252px, 170px 209px);
}

.int .sec{
	background: white;
	width: 100%;
	margin-top: 10px;
	border: 4px solid #4A4A4A;
	position: relative;
	overflow: hidden;
	height: 460px;
}

.int .sec2{
	height: 460px;
}

.int .sec3{
	height: 430px;
}



.int h3{
	text-align: left;
}


.sankaku{
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid #C40E0E;
  margin: 10px auto 0;
}

/*お問い合わせの装飾*/
/*メインビジュアル
*/


#contact_main{
	background: url("../img/contact_back.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 70vh;
}

#contact_main h1{
	font-size: 2vw;
	letter-spacing: .7rem;
}

form {
	text-align: left;
	width: 600px;
}



form label{
	width: 35%;
	display: inline-block;
	letter-spacing: 0.05em;
	font-size:1.4rem;
}
form div{
	width: 65%;
}

form textarea,#name,#mailaddress,#phone{
	width: 100%;
	background: #4A4A4A;
	color: #eee;
	resize: none;
	border: none;
}

::placeholder{
  color:#ddd;
	font-size: 1.35rem;
}

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

.contact h2{
	border-bottom: 3px solid #ACA42D;
	display: inline-block;
	letter-spacing: 0.1em;
	padding-bottom: 4px;
	font-size: 2rem;
}

.contact p{
	margin-top: 2px;
	font-size: 1.1rem;
	/*margin-bottom: 50px;*/
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.sousin{
	text-align: center;
	margin-top: 30px;
	width: 100%;
}

.sousin input{
	background: #4A4A4A;
	border: 4px solid #ACA42D;
	color: white;
	padding: 8px 50px 10px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	transition: 0.3s;
}

.sousin input:hover{
	transform: translateY(5px);
	opacity: 0.5;
}


.sousin a{
	background: #4A4A4A;
	border: 4px solid #ACA42D;
	color: white;
	padding: 8px 50px 10px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	transition: 0.3s;
	display: inline-block;
}

.sousin a:hover{
	transform: translateY(5px);
	opacity: 0.5;
}

form ul li{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contact .please{
	font-size: 1.1rem;
	color: #C40E0E;
	margin-bottom:0;
}

.none{
	display: none;
}

/*//お問い合わせ内容の確認
*/
form table{
	width: 600px;
	margin: 15px auto 0;
	border: 1px solid #000;
	background: rgba(255,255,255,0.4);

}

form table th{
	font-weight: normal;
	width: 40%;
	padding: 10px;
}

form table td{
	max-width: 350px;
	white-space: pre-wrap;
	font-size: 1.4rem;
	word-wrap: break-word;
	padding-bottom: 15px;
}

form table td#text{
	max-width: 100%;
	font-size: 1.4rem;
}



.b #breadcrumb ul li:first-child, .b #breadcrumb ul li:nth-child(2) a{
	text-decoration: underline;
	font-weight: normal;
}

.b #breadcrumb ul li:first-child:hover, .b #breadcrumb ul li:nth-child(2) a:hover{
	text-decoration: none;
}

.b #breadcrumb ul li:nth-child(3){
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
font-weight: 600;
font-style: normal;
}

.contact .capc{
	font-size: 1.3rem;
	text-align: center;
	margin-top: 20px;
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;  /* 背景カラー */
  z-index: 9999;  /* 一番手前に */
  pointer-events: none;  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .8s ease;  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease;
}

body.fadeout::after {
  opacity: 1;
}

#recruitlink{
	width:0;
}
/*レスポンシブ装飾
*/

@media screen and (max-width:1250px){
	html{
		font-size: 50%;
	}
	.cloud{
		width: 40rem;
	}
	.cloud2{
		width: 40rem;
	}
	#greeting,#tobita_shinchi,#work,#interview,#contact,#news{
		width: 880px;
	}
	#fn ul{
		margin-left: 0;
	}
	.cp_offcm01{
		right: 10px;
	}
	h2{
		/*font-size:28px;*/
	}
	#tobita_shinko{
		background-position: right -150px bottom -40px;
	}
	#text_box h1{
		/*font-size: 70px;*/
		/*margin-top: -300px;*/
	}
	#text_box h1 .no{
		/*font-size: 55px;*/
	}
	#text_box h1 #arinsu{
		/*font-size: 25px;*/
	}
	#greeting{
		padding-top: 100px;
		margin-bottom: 100px;
	}
	#greeting p, #tobita_shinchi p{
		margin-top: 0;
	}
	#news{
		margin: 100px auto;
	}
	#news a{
		/*font-size:14px;*/
	}
	#interview h2{
		/*font-size: 20px;*/
	}
	#interview p{
		margin-top: 10%;
	}
	.cap{
		/*font-size: 13px;*/
		letter-spacing: 0.1em;
		padding-bottom: 50px;
	}
	.kuwashiku{
		/*font-size: 12px;*/
	}
	#tobita_shinko{
		background-size: auto 110%;
	}
}
@media screen and (max-width: 1024px){
	#tobita_shinko{
		background-size: auto 100%;
	}
	#breadcrumb{
		width: 90%;
	}
	.minasama,.rekishi,#kugiri{
		width: 80%;
	}
	.underc #contact_box ul li div a{
		font-size: 13px;
		width: 200px;
	}
	.underc #contex{
		font-size: 15px;
	}
	.minasama h2, .rekishi h2{
		font-size: 25px;
	}
	.work{
		width: 90%;
	}
	.int .sec{
		width: 90%;
		margin: 0 auto;
		position: relative;
		height: auto;		
	}
	.stepBar{
		width: 90%;
		margin: 0 auto 10px;
		display: block;
		float: none;
	}
	.int h2{
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}

	.int .koto{
		margin-right: -120px;
		margin-top: auto;
		clear: right;
		max-width: 500px;		
		shape-outside: polygon(255px 227px, 170px 182px, 225px 88px, 270px 27px, 381px 57px, 385px 409px, 264px 409px, 105px 315px, 90px 283px);
		max-height: 400px;
		object-fit: cover;
		object-position: 0 0;		
	}
	
	.int .naruhodo{
		
		max-width: 450px;
		shape-outside: polygon(95px 139px, 164px 143px, 168px -5px, 520px 0px, 545px 519px, 348px 361px, 165px 288px, 161px 164px, 97px 159px);
	}
	
	.int .moreteru{
		max-width: 450px;
		shape-outside: polygon(99px 315px, 119px 296px, 116px 209px, 135px 162px, 22px 160px, 27px 130px, 138px 132px, 134px 102px, 93px 90px, 64px 32px, 130px -3px, 330px 0px, 330px 400px, 130px 403px);
	}
	
	.int p{
		padding-bottom: 30px;
		
	}
	
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
	#tobita_shinko{
		background-size: auto 100%;
		background-position: right -250px bottom -20px;
	}
	#text_box h1 #arinsu {
    font-size: 25px;
	}
	.a{
		display: none;
	}
	#greeting{
		padding-top: 100px;
		margin-bottom: 100px;
	}
	#greeting h2{
		padding-right:20px;
	}
	#greeting,#tobita_shinchi,#work,#interview,#recruit, #news,#contact{
		width: 85%;
	}
	#greeting p, #tobita_shinchi p{
		max-width:100%;
		margin-top: 1%;
		letter-spacing: 0.1em;
	}
	#greeting .kuwashiku, #tobita_shinchi .kuwashiku, #work .kuwashiku{
		bottom: -55px;
		right: 0;
		left:0;
		margin: auto;
		display: inline-block;
		position: absolute;
	}
	#greeting img, #tobita_shinchi img{
		width: 90%;
		height: 300px;
		object-fit: cover;
		object-position: 0 0;
	}
	#news{
		margin: 100px auto;
		
	}
	#news a{
/*		font-size:16px;
*/		/*width: 100%;*/		
	}
	#tobita_shinchi{
		margin: 100px auto;
	}
	#tobita_shinchi h2{
		padding-left: 20px;
		width: auto;
	}
	#tobita_shinchi p{
		float: left;
		margin-right: 0;
	}

	#work{
		margin: 130px auto 100px;
	}
	#work p{
		margin-top: 1%;
	}
	#recruit{
		margin-top: 300px;
	}
	#recruit h2{
		left: 0;
		right: 0;
		margin: -110px auto 0;
		font-size: 28px;
	}
	#recruit{
		padding-top: 80px;
		margin-bottom:0;
	}
	#recruit table{
		width: 90%;
	}
	#interview{
		margin-top: 100px;
		position: relative;
		
	}
	#interview img{
		float: right;
		width:90%;
		height: 300px;
		object-fit: cover;
	}
	#interview #ih2{
		width: 10%;
	}
	#interview #ipw{
		float:none;
		margin: 0 auto;
		display: flex;
		width: 100%;
		justify-content: center;
	}
	#interview p{
		text-align: left;
		margin-top: 10px;
	}
	#interview .kuwashiku{
		left: 0;
		right:0;
		margin: auto;
		bottom: -40px;
	}
	#contact h2{
		font-size: 25px;
	}
	#contact_box{
		width: 90%;
	}
	#contact_box ul li div p {
		margin-bottom: 6px;
		font-size: 13px;
	}

	
/*	はじめに装飾
	*/	
	#white_filter h1{
		font-size: 	3rem;
		letter-spacing: 0.5em;
	}
	#breadcrumb{
		width: 90%;
	}


	#matome1{
		font-size: 30px;
	}
	#matome2{
		font-size: 15px;
	}
	#white_filter h1 img{
		width: 30px;
	}
	.underc #contact_box ul li a{
		width: 200px;
	}
	.work{
		width: 90%;
	}
	.work img{
		width: 50%;
	}


	
}

@media screen and (max-width: 896px) and (orientation: landscape){
	#tobita_shinko{
		background-size: auto 100%;
		background-position: right 0px bottom -20px;
	}	
	#fn{
		display: none;
	}
	#fixed_contact{
		display: none;
	}
	
}

	
@media screen and (max-width: 767px) {
	#tobita_shinko{
		background-size: auto 100%;
		background-position: right calc(calc(50vw - 20%) * -1 ) bottom -20px;
	}
	h2{
		font-size: 25px;
	}
	#tobita_shinchi h2 span{
		font-size: 23px;
	}
	#text_box h1{
		font-size: 50px;
		margin-top: -200px;
	}
	#text_box h1 .no{
		font-size: 45px;
	}
	#text_box h1 #kyuzin{
		margin-bottom: -350px;
	}
	#text_box h1 #arinsu{
		font-size: 23px;
	}
	.cloud{
		width: 200px;
	}
	.cloud2{
		width: 200px;
	}
	#fn{
		display: none;
	}
	#fixed_contact{
		display: none;
	}
	#greeting,#tobita_shinchi,#work,#interview,#recruit, #news,#contact{
		width: 95%;
	}
	#greeting h2,#tobita_shinchi h2{
		padding-right: 0;
		padding-left: 0;
	}
	#greeting{
		padding-top: 40px;
	}
	#news a{
		/*width: 100%;*/
	}
	.news2{
		width: 90%;
	}
	#news{
		margin: 100px auto 40px;
	}
	#tobita_shinchi{
		margin-top: 40px;
	}
	.cap{
		letter-spacing: 0.1em;
		line-height: 1.5;
		padding-bottom:0;
	}
	#work{
		margin-top: 100px;
	}
	#recruit{
		padding-top: 70px;
		padding-bottom: 40px;
	}
	#recruit h2{
		width: 150px;
	}
	#recruit table{
		font-size: 14px;
		width: auto;
		max-width: 95%;
	}
	#recruit th, #recruit td{
		padding-top: 18px;
	}
	#recruit th{
		padding-right: 0;
		width: 20%;
		vertical-align: bottom;
		font-weight: normal;
	}
	#recruit td{
		padding-left: 15px;
	}
	#interview{
		margin-top: 50px;
	}
	#contact{
		margin-top: 80px;
	}
	#contact_box ul li{
		float: none;
		padding:30px;
	}
	#contact_box ul li:first-child{
		margin-right: 0;
		padding-bottom: 0;
	}
	#contact #contex{
		width:90%;
		font-size:12px;
	}
	main{
		padding-bottom: 70px;
	}
/*	はじめにの装飾
*/
	.minasama, .rekishi{
		width: 85%;
	}
	.minasama h2{
		font-size: 20px;
	}
	.minasama p, .rekishi p{
		font-size: 13px;
		line-height: 1.8;
	}
	.cp_cont{
		right: -2px;
		top: 0;
	}
	.spb{
		display: block;
	}
	#matome2{
		padding: 10px 15px;
	}
	.underc #contex{
		font-size: 12px;
	}
	.underc #contact_box ul li a{
		width: 150px;
	}
	.underc #contact_box ul li:first-child{
		margin-right: 0;
	}
	#menucap{
		font-size: 17px;
	}
	#kugiri{
		height: 50px;
	}
	.work{
		width: 95%;
	}
	.work p {
		padding: 5px;
		letter-spacing: 0;
	}
	.contact{
		width: 90%;
		margin: 0 auto;
	}
	form{
		width: 100%;
		margin: 30px auto 0;
	}
	.contact h2{
		font-size: 1.3rem;
	}
	
	.int .koto{
		margin-right: -120px;
		margin-top: auto;
		clear: right;
		max-width: 400px;		
		shape-outside: polygon(206px 202px, 206px 167px, 155px 149px, 148px 141px, 144px 128px, 172px 115px, 230px 10px, 281px 51px, 280px 300px, 187px 304px, 74px 253px, 83px 226px);
		max-height: 300px;
		object-fit: cover;
		object-position: 0 0;		
	}
	
	.int .naruhodo{
		max-width: 400px;
		shape-outside: polygon(146px 141px, 79px 137px, 80px 120px, 145px 117px, 150px -2px, 280px 0px, 281px 305px, 141px 243px);
	}
	
	.int .moreteru{
		max-width: 400px;
		shape-outside: polygon(105px 256px, 96px 195px, 116px 166px, 124px 133px, 26px 136px, 15px 125px, 43px 108px, 126px 111px, 125px 89px, 82px 77px, 53px 23px, 91px -2px, 280px 0px, 280px 350px, 116px 353px, 85px 287px);
	}
}

@media screen and (max-width: 900px) and (orientation: landscape){
	#tobita_shinko{
		background-size: auto 100%;
		background-position: right 0px bottom -20px;
	}
	#text_box h1{
		height: auto;
		margin-top: 0;
		writing-mode: inherit;
	}
	#greeting,#tobita_shinchi,#work,#interview,#recruit, #news,#contact{
		width: 95%;
	}
		#recruit{
		padding-top: 70px;
		padding-bottom: 40px;
	}
	#recruit h2{
		left: 0;
		right: 0;
		margin: -110px auto 0;
		font-size: 28px;
	}
	#recruit h2{
		width: 150px;
	}
	#news a{
		/*width: 100%;*/
	}
	#news{
		margin: 100px auto 40px;
	}

}
.wrap{
	overflow: hidden;
}