@charset "UTF-8";


html {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 62.5%;
}
* {
box-sizing: border-box;
margin: 0px;
padding: 0px;
}
body {
font-size: 1.6rem;/* 16px*/
line-height: 2;
-webkit-text-size-adjust: 100%;
}

a, a:link, a:visited, a:hover, a:active {
text-decoration: none;
}



.wrapper {
margin-top: auto;
margin-right: auto;
margin-left: auto;
margin-bottom: auto;
position: relative;
min-width: 360px;
display: flex;
flex-direction: column;
/* min-height: 100vh; */
}

.logo {
width: 180px;
position: static;
margin-top: -15px;
right: 0px;
left: auto;
display: block;
margin-left: auto;
margin-right: 10px;
}

.main{
	padding-top: 20px;
}


/*ハンバーガーメニュー*/
.mobile_nav {
position: fixed;
z-index: 4;
top: 0;
left: 0;

/*    background: #fff;
color: #F39800;*/

text-align: center;
transform: translateY(-100%);
transition: all 0.6s;
width: 100%;
}
.mobile_nav ul {
background: #ccc;
margin: 0 auto;
padding: 0;
width: 80%;
}
.mobile_nav ul li {
font-size: 1.2rem;
list-style-type: none;
padding: 0;
width: 100%;
border-bottom: 1px dotted #333;
font-family: "Sawarabi Mincho";
background-color: #FFFFFF;
color: #208FBC;
}

.mobile_nav ul li a:hover{
background-color: #D2E9F2;
transition: 0.5s;
}


/* 最後はラインを描かない */
.mobile_nav ul li:last-child {
padding-bottom: 0;
border-bottom: none;
}
.mobile_nav ul li a {
display: block;
color: #208FBC;
padding: 1rem 0;
}


/* このクラスを、jQueryで付与・削除する */
.mobile_nav.active {
transform: translateY(0%);
}
.navToggle {
display: block;
position: fixed;
cursor: pointer;
z-index: 5;
text-align: center;
width: 180px;
height: 80px;
background-image: url(image/triangle.svg);
top: 0px;
left: 0px;
}
.navToggle span {
display: block;
position: absolute;    /* .navToggleに対して */
width: 30px;
border-bottom: 3px solid #FFFFFF;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
margin-top: 12px;
margin-left: 20px;
}
.navToggle span:nth-child(1) {
top: 9px;
}
.navToggle span:nth-child(2) {
top: 18px;
}
.navToggle span:nth-child(3) {
top: 27Px;
}
.navToggle span:nth-child(4) {
border: none;
color: #FFFFFF;
font-size: 1rem;
font-weight: bold;
top: 30px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
top: 18px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
top: 18px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
/*ハンバーガーメニューここまで*/







.wf-sawarabimincho_title{
font-family: "sawarabi mincho";
text-align: center;
font-size: 2.3rem;
color: #0099D9;
font-weight: normal;
margin-top: 20px;
}



.recruitnav {
display: block;
margin-top: 10px;
position: static;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
left: auto;
right: auto;
text-align: center;
}

.recruitnav li{
list-style-type: none;
}

.recruitnav li a {
display: flex;
align-items: center;
justify-content: center;
width: 300px;
height: 60px;
background-color: #FFFFFF;
text-align: center;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: bold;
color: #0099D9;
font-size: 1.5rem;
background-position: right bottom;
background-size: 20px auto;
background-repeat: no-repeat;
border-width: thin;
border-style: solid;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
position: relative;
}


.recruitnav li a:hover {
background-color: #0099D9;
color: #FFFFFF;
transition: all 0.6s ease 0s;

}



.recruit_midashi{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 1.6rem;
text-align: center;
color: #FFFFFF;
margin-left: auto;
margin-right: auto;
border-bottom: medium solid #0099D9;
margin-bottom: 15px;
margin-top: 30px;
text-decoration: none;
width: 80%;
height: 50px;
display: flex;
background-color: #0099D9;
justify-content: center;
align-content: center;
padding-top: 10px;
padding-bottom: auto;
}



.recruit_detail {
font-family: Arial, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
margin-top: 20px;
margin-bottom: 10px;
margin-left: 15px;
margin-right: 15px;
/* width: calc(100% - 30px); */
border-style: none;
}

.recruit_detail tr{
margin-left: auto;
margin-right: auto;
}

.recruit_detail td {
padding-right: 5px;
padding-left: 5px;
overflow: visible;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-collapse: separate;
/* [disabled]border-spacing: 0px 0px; */
margin-bottom: 5px;
}

.recruit_detail .midashi {
background-color: #32b4dc;
color: #ffffff;
font-weight: bold;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: auto;
height: auto;
display: block;
text-align: center;
font-size: 1.6rem;

}

.recruit_detail .honbun {
background-color: #ffffff;
color: #333333;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: auto;
display: block;
text-align: justify;
font-size: 1.5rem;
line-height: 2.5rem;
}


/*問い合わせボタン*/

.toiawase a{
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	height: 60px;
	margin-top: 10px;
    margin-bottom: 40px;;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	background-color: #FFFFFF;
	transition: .4s;
	color: #32b4dc;
	text-align: center;
	border: 1px solid #32b4dc;
	font-size: 1.5rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.toiawase a:hover{
	background-color: #32b4dc;
	transition: .4s;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.5rem;
}

.toiawase a::before{
	font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
	font-weight: 900;
	content: "\f0da";
	margin-right: 10px;
}

.accshow p{
	text-align: center;
	font-size: 1.7rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #0099D9;
	position: relative;
	line-height: 2.2rem;
}

.arrow{
	width: 50px;
	height: 50px;
	background-image: url(arrow_02.svg);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	text-align: center;
	animation: fluffy1 3s ease infinite;
	margin-top: -20px;
	margin-bottom: -10px;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-10px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-10px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.abundant_toiawase {
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	background-color: #FFFFFF;
	transition: .4s;
	color: #208FBC;
	text-align: center;
	border: 1px solid #0099D9;
	font-size: 1.5rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	background-image: url(image/abundant_logo.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% auto;
	position: relative;
}



.abundant_toiawase:hover{
	background-color: #D2E9F2;
	transition: .4s;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.5rem;
}

.abundant_toiawase a{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}

/*recruit部分*/
.recruit_all{
	height: auto;
	width: auto;
	margin-bottom: 50px;
}



/*abundant部分*/

.abundant{
background-color: #EAF4DC;
justify-content: center;
align-items: center;
width: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
height: 230px;
margin-top: 0px;
}

.abundant img{
position: relative;
padding-left: auto;
padding-right: auto;
margin-left: auto;
margin-right: auto;
display: block;
width: 350px;
}

/*フッター部分*/
.footer{
margin-top: auto;
}

.arvest_footer{
padding: 20px;
background: #D2E9F2 url(image/footer_gra_01@2x.png)no-repeat;
background-blend-mode: multiply;
background-position: right bottom;
background-size: contain;
width: 100%;
height: 230px;
margin-top: 0px;
}

.footer_logo {
width: 200px;
margin-bottom: 10px;
}
.footer_text_01 {
width: 300px;
display: block;
margin-bottom: 10px;
}
.footer_text_02 {
width: 265px;
display: block;
}








@media (min-width:768px){


.wf-sawarabimincho_title{
font-size: 3.5rem;
}

.wf-sawarabimincho_lead{
font-size: 1.6rem;
line-height: 4rem;
width: 60%;
}


.footer {
display: flex;
}

.recruit_midashi{
	font-size: 2rem;
	text-align: center;
	height: 80px;
	line-height: 6rem;
}

.accbox label{
	font-size: 1.8rem;
	height: 50px;
	line-height: 4.5rem;
}

.recruit_detail td {
border-top: thin solid #000000;
border-bottom: thin solid #000000;

}

.recruit_detail{
	border-collapse: collapse;
    margin: 20px 100px 30px 100px ;
}

.recruit_detail .midashi {
	font-size: 1.5rem;
	display: table-cell;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
    width: 15%;

}

.recruit_detail .honbun {
	font-size: 1.3rem;
	line-height: 2.2rem;
	display: table-cell;
	padding-top: 20px;
	padding-bottom: 20px;
}
.br{
display: none;
}
}