@charset "utf-8";

/* CSS Document */
* {
}

html {
	width: 100%;
	height: 100%;
}



/* id class */
#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.alpha a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.marginBottom40 {
	margin-bottom: 40px;
}

.marginBottom115 {
	margin-bottom: 115px;
}

.marginRight125P {
	margin-right: 1.25%;
}



/* header */
header {
	width: 100%;
	background-color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	z-index: 999;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3)
}

#headerLeft {
	height: 80px;
	margin-left: 1vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

#headerLeft p{
	color: #7B512A;
	font-weight: bold;
	margin-left: 1vw;
}

@media (min-width: 768px) {
  #headerLeft p {
    font-size: calc(0.625rem + ((1vw - 7.68px) * 1.0033));
  }
}
@media (min-width: 1366px) {
  #headerLeft p {
    font-size: 16px;
  }
}

#headerRight {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#headerRight ul{
	padding-right: 0.8vw;
}

#headerRight li{
	color: #41484D;
	padding-left: 1vw;
	padding-right: calc(1vw - 5px);
	display: inline-block;
}

#headerRight li+ li{
	border-left: 1px solid #41484D;
}

#headerRight li a{
	color: #41484D;
	text-decoration: none;
}

#headerRight li a::before {
	content: "";
	display: block;
	position: relative;
	top: 1.5em;
	left: 0;
	width: 0;
	height: 3px;
	background: #76A23D;
	transition: 0.3s;
}

#headerRight li a:hover::before {
	width: 100%;
}

@media (min-width: 768px) {
  #headerRight li {
    font-size: calc(0.75rem + ((1vw - 7.68px) * 1.0033));
  }
}
@media (min-width: 1366px) {
  #headerRight li {
    font-size: 18px;
  }
}

#headerRightEntry {
	height: 80px;
	width: 10vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #76A32D;
	transition: background-color 0.3s;
	position: relative;
}

#headerRightEntry:hover {
	background-color: #A8CF7E;
	transition: background-color 0.5s;
}

#headerRightEntry p{
	color: #FFFFFF;
	font-weight: bold;
}

#headerRightEntry a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
  #headerRightEntry p {
    font-size: calc(0.875rem + ((1vw - 7.68px) * 1.3378));
  }
}
@media (min-width: 1366px) {
  #headerRightEntry p {
    font-size: 22px;
  }
}

/* main */
#main {
	width: 100%;
}

#main hr{
	border-top: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-bottom: -1px;
}

/* footer */
footer {
	width: 100%;
}

#footerTop {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}

#footerTopLeft {
	height: 80px;
	margin-left: 1vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footerTopLeft p{
	color: #7B512A;
	font-weight: bold;
	margin-left: 1vw;
}

@media (min-width: 768px) {
  #footerTopLeft p {
    font-size: calc(0.625rem + ((1vw - 7.68px) * 1.0033));
  }
}
@media (min-width: 1366px) {
  #footerTopLeft p {
    font-size: 16px;
  }
}

#footerTopRight {
	height: 80px;
	margin-right: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footerTopRight ul{
	padding-right: 0.8vw;
}

#footerTopRight li{
	color: #41484D;
	padding-bottom: 2px;
	padding-left: 0.8vw;
	padding-right: calc(0.8vw - 5px);
	display: inline-block;
}

#footerTopRight li+ li {
	border-left: 1px solid #41484D;
}

#footerTopRight li a{
	color: #41484D;
	text-decoration: none;
}

#footerTopRight li a::before {
	content: "";
	display: block;
	position: relative;
	top: 1.5em;
	left: 0;
	width: 0;
	height: 3px;
	background: #76A23D;
	transition: 0.3s;
}

#footerTopRight li a:hover::before {
	width: 100%;
}

@media (min-width: 768px) {
  #footerTopRight li {
    font-size: calc(0.625rem + ((1vw - 7.68px) * 1.0033));
  }
}
@media (min-width: 1366px) {
  #footerTopRight li {
    font-size: 16px;
  }
}

#footerBottom {
	width: 100%;
	background-color: #76A32D;
	text-align: center;
}

#footerBottom h3 {
	font-family: Ryumin Medium KL;
	color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 40px;
}

#footerBottom h4 {
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 40px;
}

#footerBottom p {
	color: #FFFFFF;
	padding-bottom: 10px;
}

@media (min-width: 768px) {
  #footerBottom h3 {
    font-size: calc(1.25rem + ((1vw - 7.68px) * 2.0067));
  }
}
@media (min-width: 1366px) {
  #footerBottom h3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  #footerBottom h4,p {
    font-size: calc(0.75rem + ((1vw - 7.68px) * 1.0033));
  }
}
@media (min-width: 1366px) {
  #footerBottom h4,p {
    font-size: 18px;
  }
}

#footerBottom hr {
	border-top: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-bottom: -1px;
}

/* pageTop */
#pageTop {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -100px;
	right: 20px;
	width: 80px;
	height: 80px;
	background-color: #76A32D;
	border-radius: 100px;
	text-align: center;
	text-decoration: none;
	transition: 1s;
}

#pageTop:hover {
	cursor: pointer;
}

.sankakuTop {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

.sankakuTop:after {
	position: absolute;
	top: 35px;
	left: 28px;
	content: "";
	width: 20px;
	height: 20px;
	border: 2px solid;
	border-color: #FFFFFF transparent transparent #FFFFFF;
	transform: rotate(45deg);
	transition: all 0.5s;
}

.sankakuTop:hover:after {
	top: 25px;
}



/* index */
#indexTop {
	position: relative;
	background-image: url("../img/top.jpg");
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: calc(100vh - 80px);
	min-height: 400px;
	padding-top: 80px;
}

#indexTop h2{
	font-family: Ryumin Medium KL;
	color: #FFFFFF;
	letter-spacing: 0.05em;
	text-align: center;
	text-shadow: 0px 3px 15px #000000;
	padding-top: 35vh;
}

#indexTop p{
	font-family: Ryumin Medium KL;
	color: #FFFFFF;
	letter-spacing: 0.05em;
	text-align: center;
	text-shadow: 0px 1px 5px #000000;
	padding-top: 20vh;
}

@media (min-width: 768px) {
  #indexTop h2 {
    font-size: calc(4.375rem + ((1vw - 7.68px) * 6.689));
  }
}
@media (min-width: 1366px) {
  #indexTop h2 {
    font-size: 110px;
  }
}
@media (min-width: 768px) {
  #indexTop p {
    font-size: calc(1rem + ((1vw - 7.68px) * 1.3378));
  }
}
@media (min-width: 1366px) {
  #indexTop p {
    font-size: 24px;
  }
}

#indexZennbun {
	width: 100%;
	margin-top: 90px;
	text-align: center;
}

#indexZennbun h3{
	font-family: Ryumin Medium KL;
	color: #76A32D;
	padding-top: 90px;
}

#indexZennbun hr{
	width: 1px;
	border-top-style: solid;
	border-top-color: #41484D;
	border-top-width: 77px;
	margin-top: 55px;
	margin-bottom: 55px;
	margin-left: auto;
	margin-right: auto;
}

#indexZennbun h4{
	margin-bottom: 60px;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #41484D;
}

#indexZennbun p{
	margin-top: 3vh;
	max-width: 60vw;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	line-height: 2em;
	color: #41484D;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
  #indexZennbun h3 {
    font-size: calc(1.875rem + ((1vw - 7.68px) * 3.3445));
  }
}
@media (min-width: 1366px) {
  #indexZennbun h3 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  #indexZennbun h4 {
    font-size: calc(1rem + ((1vw - 7.68px) * 1.3378));
  }
}
@media (min-width: 1366px) {
  #indexZennbun h4 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  #indexZennbun p {
    font-size: calc(0.8125rem + ((1vw - 7.68px) * 1.1706));
  }
}
@media (min-width: 1366px) {
  #indexZennbun p {
    font-size: 20px;
  }
}

#indexZennbun ul{
	width: 100%;
	margin-top: 125px;
	margin-bottom: 110px;
}

#indexZennbun li{
	width: 30vw;
	padding-top: 3vh;
	padding-bottom: 3vh;
	border: 2px solid #76A32D;
	color: #76A32D;
	text-align: center;
	position: relative;
	display: inline-block;
	font-family: Ryumin Medium KL;
	overflow: hidden;
	transition: 0.5s;
	border-radius: 5px;
}

#indexZennbun li+ li{
	margin-left: 50px;
}

#indexZennbun li a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

#indexZennbun li:after {
	position: absolute;
	transition: 0.5s;
	content: "";
	width: 0;
	bottom: 0;
	background: #A8CF7E;
	height: 140%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -2;
}

#indexZennbun li:hover {
	color: #FFFFFF;
}

#indexZennbun li:hover:after {
	width: 140%;
	left: -10%;
}

.sankaku {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

.sankaku:after {
	position: absolute;
	top: 50%;
	left: 0.75vw;
	content: "";
	margin-top: -0.65vw;
	width: 1vw;
	height: 1vw;
	border: 2px solid;
	border-color: #76A32D #76A32D transparent transparent;
	transform: rotate(45deg);
	transition: all 0.5s;
	z-index: -1;
}

.sankaku:hover:after {
	left: 1.25vw;
	border-color: #FFFFFF #FFFFFF transparent transparent;
}

@media (min-width: 768px) {
  #indexZennbun li {
    font-size: calc(1.125rem + ((1vw - 7.68px) * 2.0067));
  }
}
@media (min-width: 1366px) {
  #indexZennbun li {
    font-size: 30px;
  }
}

#indexVoice {
	width: 100%;
	margin-top: 95px;
	text-align: center;
}

#indexVoice h3 {
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #41484D;
	line-height: 3vw;
}

.komojiItalic {
	font-family: georgia,"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-style: italic;
	color: #76A32D;
}

@media (min-width: 768px) {
  #indexVoice h3 {
    font-size: calc(1.5rem + ((1vw - 7.68px) * 2.6756));
  }
}
@media (min-width: 1366px) {
  #indexVoice h3 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .komojiItalic {
    font-size: calc(0.8125rem + ((1vw - 7.68px) * 1.1706));
  }
}
@media (min-width: 1366px) {
  .komojiItalic {
    font-size: 20px;
  }
}

#indexVoice hr{
	width: 1px;
	border-top-style: solid;
	border-top-color: #41484D;
	border-top-width: 77px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

#indexVoice p{
	max-width: 60vw;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック",Helvetica,Verdana,sans-serif;
	line-height: 1.75em;
	color: #41484D;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
  #indexVoice p {
    font-size: calc(0.75rem + ((1vw - 7.68px) * 1.0033));
  }
}
@media (min-width: 1366px) {
  #indexVoice p {
    font-size: 18px;
  }
}

#indexVoiceStaff {
	width: 100%;
	margin-top: 45px;
	text-align: center;
}

.indexVoiceStaffPhoto {
	width: 250px;
	height: 250px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: lightgray;
	display: inline-block;
}

#indexVoiceStaff ul {
	width: 100%;
	margin-top: 70px;
	margin-bottom: 125px;
}

#indexVoiceStaff li {
	width: 17vw;
	padding-top: 2vh;
	padding-bottom: 2vh;
	border: 2px solid #76A32D;
	color: #76A32D;
	text-align: center;
	position: relative;
	display: inline-block;
	font-family: georgia,"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	overflow: hidden;
	transition: 0.5s;
	border-radius: 10vh;
}

#indexVoiceStaff li a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

#indexVoiceStaff li:after {
	position: absolute;
	transition: 0.5s;
	content: "";
	width: 0;
	bottom: 0;
	background: #A8CF7E;
	height: 140%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -2;
}

#indexVoiceStaff li:hover {
	color: #FFFFFF;
}

#indexVoiceStaff li:hover:after {
	width: 140%;
	left: -10%;
}

@media (min-width: 768px) {
  #indexVoiceStaff li {
    font-size: calc(0.8125rem + ((1vw - 7.68px) * 1.1706));
  }
}
@media (min-width: 1366px) {
  #indexVoiceStaff li {
    font-size: 20px;
  }
}

.sankakuMini {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

.sankakuMini:after {
	position: absolute;
	top: 50%;
	left: 0.75vw;
	content: "";
	margin-top: -0.55vw;
	width: 0.8vw;
	height: 0.8vw;
	border: 2px solid;
	border-color: #76A32D #76A32D transparent transparent;
	transform: rotate(45deg);
	transition: all 0.5s;
	z-index: -1;
}

.sankakuMini:hover:after {
	left: 1.25vw;
	border-color: #FFFFFF #FFFFFF transparent transparent;
}

.indexIntroduction {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
}

.indexIntroductionText {
	width: 50%;
	float: left;
	margin-top: auto;
	margin-bottom: auto;
}

.indexIntroductionText h3 {
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #41484D;
	line-height: 3vw;
}

.indexIntroductionText p {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック",Helvetica,Verdana,sans-serif;
	margin-top: 5%;
	line-height: 2vw;
	color: #41484D;
}

.indexIntroductionText ul {
	width: 100%;
	margin-top: 6vh;
}

.indexIntroductionText li{
	width: 17vw;
	padding-top: 2vh;
	padding-bottom: 2vh;
	border: 2px solid #76A32D;
	color: #76A32D;
	text-align: center;
	position: relative;
	display: inline-block;
	font-family: georgia,"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	overflow: hidden;
	transition: 0.5s;
	border-radius: 10vh;
}

.indexIntroductionText li a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

.indexIntroductionText li:after {
	position: absolute;
	transition: 0.5s;
	content: "";
	width: 0;
	bottom: 0;
	background: #A8CF7E;
	height: 140%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -2;
}

.indexIntroductionText li:hover {
	color: #FFFFFF;
}

.indexIntroductionText li:hover:after {
	width: 140%;
	left: -10%;
}

@media (min-width: 768px) {
  .indexIntroductionText li {
    font-size: calc(0.8125rem + ((1vw - 7.68px) * 1.1706));
  }
}
@media (min-width: 1366px) {
  .indexIntroductionText li {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .indexIntroductionText h3 {
    font-size: calc(1.5rem + ((1vw - 7.68px) * 2.6756));
  }
}
@media (min-width: 1366px) {
  .indexIntroductionText h3 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .indexIntroductionText p {
    font-size: calc(0.75rem + ((1vw - 7.68px) * 1.0033));
  }
}
@media (min-width: 1366px) {
  .indexIntroductionText p {
    font-size: 18px;
  }
}

.indexIntroductionPhoto {
	width: 50%;
	float: left;
}

.indexIntroductionPhoto img {
	width: 100%;
	height: auto;
	display: block;
}

/*
#indexAdoptionLink {
	width: 100%;
	margin-top: 85px;
	margin-bottom: 85px;
	text-align: center;
}

#indexAdoptionLink ul{
	width: 100%;
	margin-top: 125px;
	margin-bottom: 110px;
}

#indexAdoptionLink li{
	width: 30vw;
	padding-top: 3vh;
	padding-bottom: 3vh;
	border: 2px solid #41484D;
	color: #41484D;
	text-align: center;
	position: relative;
	display: inline-block;
	font-family: Ryumin Medium KL;
	overflow: hidden;
	transition: 0.5s;
	border-radius: 5px;
}

#indexAdoptionLink li+ li{
	margin-left: 50px;
}

#indexAdoptionLink li a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

#indexAdoptionLink li:after {
	position: absolute;
	transition: 0.5s;
	content: "";
	width: 0;
	bottom: 0;
	background: #707070;
	height: 140%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -2;
}

#indexAdoptionLink li:hover {
	color: #FFFFFF;
}

#indexAdoptionLink li:hover:after {
	width: 140%;
	left: -10%;
}

.sankakuBK {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

.sankakuBK:after {
	position: absolute;
	top: 50%;
	left: 0.75vw;
	content: "";
	margin-top: -0.65vw;
	width: 1vw;
	height: 1vw;
	border: 2px solid;
	border-color: #41484D #41484D transparent transparent;
	transform: rotate(45deg);
	transition: all 0.5s;
	z-index: -1;
}

.sankakuBK:hover:after {
	left: 1.25vw;
	border-color: #FFFFFF #FFFFFF transparent transparent;
}

@media (min-width: 768px) {
  #indexAdoptionLink li {
    font-size: calc(1.125rem + ((1vw - 7.68px) * 2.0067));
  }
}
@media (min-width: 1366px) {
  #indexAdoptionLink li {
    font-size: 30px;
  }
}
*/

#indexInformation {
	width: 100%;
	height: 100%;
	display: flex;
	margin-top: 30px;
	margin-bottom: 30px;
}

#indexInformation h3 {
	color: #76A32D;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック",Helvetica,Verdana,sans-serif;
	width: 10%;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
}

#indexInformation ul {
	width: 90%;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 1vh;
	padding-bottom: 1vh;
	padding-left: 2.6%;
	list-style: none;
	border-left: 1px solid #CCCCCC;
}

#indexInformation li {
	color: #41484D　;
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
  #indexInformation h3,li {
    font-size: calc(0.75rem + ((1vw - 7.68px) * 1.0033));
  }
}
@media (min-width: 1366px) {
  #indexInformation h3,li {
    font-size: 18px;
  }
}



/* パンくずリスト */
#pankuzu {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5vw;
	margin-right: 5vw;
}

#pankuzu ul{
}

#pankuzu li{
	color: #41484D;
	display: inline-block;
}

#pankuzu li:not(:last-child):after {
    content: ">";
	padding-left: 0.5vw;
	padding-right: 0.5vw;
}

#pankuzu li a{
	color: #41484D;
	text-decoration: none;
	transition: 0.3s;
}

#pankuzu li a:hover {
	color: #CCCCCC;
}

@media (min-width: 768px) {
  #pankuzu li {
    font-size: calc(0.625rem + ((1vw - 7.68px) * 1.0033));
  }
}
@media (min-width: 1366px) {
  #pankuzu li {
    font-size: 16px;
  }
}



/* recruit index 採用情報　人材 */
#recruitIndexTop {
	position: relative;
	background-image: url("../recruit/img/top.jpg");
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 350px;
	padding-top: 80px;
}

#recruitIndexTop h2{
	font-family: Ryumin Medium KL;
	color: #FFFFFF;
	letter-spacing: 0.05em;
	text-align: center;
	text-shadow: 0px 3px 15px #000000;
	padding-top: 110px;
	line-height: 3.5vw;
}

.komojiItalicWhite {
	font-family: georgia,"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-style: italic;
	color: #FFFFFF;
	letter-spacing: normal;
}

@media (min-width: 768px) {
  #recruitIndexTop h2 {
    font-size: calc(2.1875rem + ((1vw - 7.68px) * 4.1806));
  }
}
@media (min-width: 1366px) {
  #recruitIndexTop h2 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .komojiItalicWhite {
    font-size: calc(0.8125rem + ((1vw - 7.68px) * 1.1706));
  }
}
@media (min-width: 1366px) {
  .komojiItalicWhite {
    font-size: 20px;
  }
}

#recruitIndexNavi {
	width: 80vw;
	margin-top: 60px;
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#recruitIndexNavi ul{
	width: 100%;
}

#recruitIndexNavi li{
	width: calc((80vw / 3) - 2px);
	padding-top: 2vh;
	padding-bottom: 2vh;
	border: 1px solid #76A32D;
	color: #76A32D;
	text-align: center;
	position: relative;
	display: inline-block;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック",Helvetica,Verdana,sans-serif;
	overflow: hidden;
	transition: 0.5s;
}

.recruitIndexNaviGyaku {
	color: #FFFFFF !important;
	background: #A8CF7E !important;
}

#recruitIndexNavi li+ li{
	margin-left: -1px;
}

#recruitIndexNavi li a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}

#recruitIndexNavi li:after {
	position: absolute;
	transition: 0.5s;
	content: "";
	width: 0;
	bottom: 0;
	background: #A8CF7E;
	height: 140%;
	left: -10%;
	transform: skewX(15deg);
	z-index: -2;
}

#recruitIndexNavi li:hover {
	color: #FFFFFF;
}

#recruitIndexNavi li:hover:after {
	width: 140%;
	left: -10%;
}

.sankakuGyaku {
	position: absolute;
	top: 50%;
	left: 0.75vw;
	content: "";
	margin-top: -0.65vw;
	width: 1vw;
	height: 1vw;
	border: 2px solid;
	border-color: #FFFFFF #FFFFFF transparent transparent;
	transform: rotate(45deg);
	display: block;
}

@media (min-width: 768px) {
  #recruitIndexNavi {
    font-size: calc(0.8125rem + ((1vw - 7.68px) * 1.1706));
  }
}
@media (min-width: 1366px) {
  #recruitIndexNavi {
    font-size: 20px;
  }
}

.recruitIndexMain {
	width: 80vw;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.recruitIndexMainLeft {
	width: 30%;
	float: left;
}

.recruitIndexMainLeft h3 {
	width: 100%;
	font-family: Ryumin Medium KL;
	color: #76A32D;
	padding-top: 1vw;
}

@media (min-width: 768px) {
  .recruitIndexMainLeft h3 {
    font-size: calc(1.5625rem + ((1vw - 7.68px) * 2.5084));
  }
}
@media (min-width: 1366px) {
  .recruitIndexMainLeft h3 {
    font-size: 40px;
  }
}

.recruitIndexMainRight {
	width: 70%;
	text-align: left;
	float: left;
}

.recruitIndexMainRight h4 {
	width: 100%;
	color: #41484D;
	line-height: 3.25vw;
	font-family: georgia,"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	border-top: 1px solid #76A32D;
	border-bottom: 1px solid #76A32D;
	padding-top: 5px;
	padding-bottom: 4px;
}

.recruitIndexMainRight p {
	width: 100%;
	color: #41484D;
	line-height: 2vw;
	font-family: georgia,"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	margin-top: 0.75vw;
}

@media (min-width: 768px) {
  .recruitIndexMainRight h4 {
    font-size: calc(1.375rem + ((1vw - 7.68px) * 2.3411));
  }
}
@media (min-width: 1366px) {
  .recruitIndexMainRight h4 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .recruitIndexMainRight p {
    font-size: calc(0.8125rem + ((1vw - 7.68px) * 1.1706));
  }
}
@media (min-width: 1366px) {
  .recruitIndexMainRight p {
    font-size: 20px;
  }
}



/* recruit welfare 採用情報　福利厚生 */
.recruitWelfareMain {
	width: 80vw;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.recruitWelfareMainBoundary {
	width: 32.5%;
	background-color: #F1F0EC;
	margin-bottom: 1.1vw;
}

.recruitWelfareMainBoundary img {
	width: 90%;
	height: auto;
	margin-top: 1.1vw;
	margin-bottom: 1vw;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.recruitWelfareMainBoundary h3 {
	width: 90%;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック",Helvetica,Verdana,sans-serif;
	color: #41484D;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.recruitWelfareMainBoundary p {
	width: 90%;
	color: #41484D;
	margin-top: 0.4vw;
	margin-bottom: 0.5vw;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 2vw;
}

@media (min-width: 768px) {
  .recruitWelfareMainBoundary h3 {
    font-size: calc(0.8125rem + ((1vw - 7.68px) * 1.1706));
  }
}
@media (min-width: 1366px) {
  .recruitWelfareMainBoundary h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .recruitWelfareMainBoundary p {
    font-size: calc(0.75rem + ((1vw - 7.68px) * 1.0033));
  }
}
@media (min-width: 1366px) {
  .recruitWelfareMainBoundary p {
    font-size: 18px;
  }
}