@charset "UTF-8";
/* **********************************************************

	働く環境・制度・福利厚生ページ用 css
	/recruit/shinsotsu/benefit/index.html

	01.共通パーツ調整
	02.タブ
	03.汎用クラス
	04.コンテンツ共通
	05.働く環境
	06.研修制度
	07.福利厚生

	memo：
	日本語　html:lang(ja)
	英　語　html:lang(en)
	簡体字　html:lang(zh-Hans)
	繁体字　html:lang(zh-Hant)
	韓国語　html:lang(ko)

********************************************************** */
/* **********************************************************

	01.共通パーツ調整

********************************************************** */
/*
	大見出し
------------------------------------------------- */
/* 英語 */
@media only screen and (max-width: 567px) {
  html:lang(en) .bl_commonHeader2 {
    line-height: 1.3;
  }
}

/* **********************************************************

	02.タブ

********************************************************** */
.tab-menu {
  display: flex;
  margin: 80px auto 0;
  box-sizing: content-box;
  padding: 0 min(1.6666666667vw, 20px);
  max-width: 1160px;
  filter: drop-shadow(0px 5px 4px rgb(191, 191, 191));
}
@media only screen and (max-width: 567px) {
  .tab-menu {
    margin-top: 30px;
    padding: 0;
    filter: drop-shadow(0px 4px 4px rgb(191, 191, 191));
  }
}
.tab-menu > li {
  width: calc((100% - 2px) / 3);
}
.tab-menu > li:nth-of-type(n + 2) {
  margin-left: 1px;
}
@media only screen and (max-width: 567px) {
  .tab-menu > li:nth-of-type(n + 2) {
    margin-left: 2px;
  }
}
.tab-menu > li > button {
  position: relative;
  display: block;
  padding: 0.4em;
  width: 100%;
  background-color: #F3F2E8;
  font-weight: bold;
  font-size: 1.5rem;
  color: #222;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 567px) {
  .tab-menu > li > button {
    padding: 0.8em 0.4em;
    font-size: 5.3333333vw;
    transition: none;
  }
}
.tab-menu > li > button:not(.active):hover {
  background-color: #00A040;
  color: #fff;
}
.tab-menu > li > button:not(.active):hover::after {
  border-color: #00A040 transparent transparent transparent;
}
.tab-menu > li > button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #F3F2E8 transparent transparent transparent;
  width: 0;
  height: 0;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 567px) {
  .tab-menu > li > button::after {
    display: none !important;
  }
}
.tab-menu > li > button.active {
  background-color: #070203;
  color: #fff;
  cursor: default;
}
.tab-menu > li > button.active::after {
  border-color: #070203 transparent transparent transparent;
}

/* 英語 */
html:lang(en) .tab-menu > li > button {
  line-height: 1.6;
  font-size: 1rem;
}

.tab-contents {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 5em min(1.6666666667vw, 20px);
  max-width: 1160px;
  text-align: center;
}
@media only screen and (max-width: 567px) {
  .tab-contents {
    padding: 3em 15px 0;
  }
}

/* Vue.js transitionのスタイル */
.tc-enter-active {
  animation: fedeIn 0.5s ease;
}

@keyframes fedeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* **********************************************************

	03.汎用クラス

********************************************************** */
.kome {
  padding-left: 1em;
  font-size: 1rem;
}
.kome.fs15 {
  font-size: 0.938rem !important;
}
.kome > li {
  text-indent: -1em;
}

.txt-l {
  text-align: left !important;
}

.inb {
  display: inline-block !important;
}

.font-b {
  font-weight: bold !important;
}

@media print, screen and (min-width: 568px) {
  .pc-only {
    display: inline-block;
  }
  .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 567px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline-block;
  }
}
/* **********************************************************

	04.コンテンツ共通

********************************************************** */
/* 見出し */
.ttl01 {
  position: relative;
  padding: 0 0 0.4em;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 567px) {
  .ttl01 {
    font-size: 1.75rem;
  }
}
.ttl01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background-color: #399E4E;
}

.ttl02 {
  border: solid #000;
  border-width: 0 6px;
  padding: 0 1em;
  line-height: 1.4;
  font-size: 1.375rem;
  font-weight: bold;
  color: #00A040;
}
@media only screen and (max-width: 567px) {
  .ttl02 {
    font-size: 1.25rem;
  }
}
.ttl02 > span {
  margin-bottom: -0.1em;
}

.ttl03 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #00A040;
}
@media only screen and (max-width: 567px) {
  .ttl03 {
    font-size: 1rem;
  }
}
.ttl03::before {
  content: "";
  display: inline-block;
  margin-right: 0.2em;
  width: 0.9em;
  height: 0.9em;
  background-color: #00A040;
  vertical-align: -0.1em;
}

.lead-box {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 567px) {
  .lead-box {
    margin-top: 25px;
    text-align: left;
  }
}
.lead-box > p {
  font-size: 1.125rem;
}
@media only screen and (max-width: 567px) {
  .lead-box > p {
    font-size: 1rem;
  }
}
.lead-box .kome {
  font-size: 0.938rem;
}

.unit-2col {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
@media only screen and (max-width: 567px) {
  .unit-2col {
    display: block;
    margin-top: 80px;
  }
}
.unit-2col.border-box {
  margin-top: 80px;
  background-image: linear-gradient(to right, #B7B0B0 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  padding-top: 80px;
}
@media only screen and (max-width: 567px) {
  .unit-2col.border-box {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.unit-2col.reverse {
  flex-direction: row-reverse;
}
.unit-2col > .img-box {
  width: min(48.3333333333vw, 580px);
}
@media only screen and (max-width: 567px) {
  .unit-2col > .img-box {
    margin-top: 30px;
    width: 100%;
  }
}
.unit-2col > .txt-box {
  width: min(44vw, 528px);
}
@media only screen and (max-width: 567px) {
  .unit-2col > .txt-box {
    width: 100%;
  }
}
.unit-2col > .txt-box p {
  text-align: left;
  font-size: 1.125rem;
}
@media only screen and (max-width: 567px) {
  .unit-2col > .txt-box p {
    font-size: 1rem;
  }
}
.unit-2col > .txt-box p:nth-of-type(1) {
  margin-top: 30px;
}
.unit-2col > .txt-box .kome {
  text-align: left;
  font-size: 1.125rem;
}
@media only screen and (max-width: 567px) {
  .unit-2col > .txt-box .kome {
    font-size: 1rem;
  }
}

.unit-1col.border-box {
  margin-top: 80px;
  background-image: linear-gradient(to right, #B7B0B0 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  padding-top: 80px;
}
@media only screen and (max-width: 567px) {
  .unit-1col.border-box {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.unit-1col > .txt-box,
.unit-1col .layout-box > .txt-box {
  margin-top: 40px;
}
@media only screen and (max-width: 567px) {
  .unit-1col > .txt-box,
  .unit-1col .layout-box > .txt-box {
    margin-top: 50px;
  }
}
.unit-1col > .txt-box p,
.unit-1col .layout-box > .txt-box p {
  text-align: left;
  font-size: 1.125rem;
}
@media only screen and (max-width: 567px) {
  .unit-1col > .txt-box p,
  .unit-1col .layout-box > .txt-box p {
    font-size: 1rem;
  }
}
.unit-1col > .txt-box p:nth-of-type(1),
.unit-1col .layout-box > .txt-box p:nth-of-type(1) {
  margin-top: 30px;
}
@media only screen and (max-width: 567px) {
  .unit-1col > .txt-box p:nth-of-type(1),
  .unit-1col .layout-box > .txt-box p:nth-of-type(1) {
    margin-top: 15px;
  }
}
.unit-1col > .txt-box .kome,
.unit-1col .layout-box > .txt-box .kome {
  text-align: left;
  font-size: 1.125rem;
}
@media only screen and (max-width: 567px) {
  .unit-1col > .txt-box .kome,
  .unit-1col .layout-box > .txt-box .kome {
    font-size: 1rem;
  }
}

.img-2col {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 567px) {
  .img-2col {
    display: block;
  }
}
.img-2col > img {
  width: min(46vw, 570px);
}
@media only screen and (max-width: 567px) {
  .img-2col > img {
    width: 100%;
  }
  .img-2col > img:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

.item-2col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 50px;
}
@media only screen and (max-width: 567px) {
  .item-2col {
    display: block;
    margin-top: 40px;
  }
}
.item-2col > .item-box {
  display: flex;
  flex-direction: column-reverse;
  width: min(45vw, 560px);
}
@media only screen and (max-width: 567px) {
  .item-2col > .item-box {
    display: block;
    margin-top: 50px;
    width: 100%;
  }
}
.item-2col > .item-box:nth-child(even) {
  margin-left: min(3.3333333333vw, 40px);
}
@media only screen and (max-width: 567px) {
  .item-2col > .item-box:nth-child(even) {
    margin-left: 0;
  }
}
.item-2col > .item-box:nth-of-type(n + 3) {
  margin-top: 100px;
}
@media only screen and (max-width: 567px) {
  .item-2col > .item-box:nth-of-type(n + 3) {
    margin-top: 0;
  }
}
.item-2col .txt-box {
  text-align: left;
  font-size: 1.125rem;
}
@media only screen and (max-width: 567px) {
  .item-2col .txt-box {
    font-size: 1rem;
  }
}
.item-2col .txt-box .ttl03 {
  margin-top: 40px;
}
@media only screen and (max-width: 567px) {
  .item-2col .txt-box .ttl03 {
    margin-top: 40px;
  }
}
.item-2col .txt-box .ttl03 + p {
  margin-top: 30px;
}
@media only screen and (max-width: 567px) {
  .item-2col .txt-box .ttl03 + p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 567px) {
  .item-2col .img-box {
    margin-top: 30px;
  }
}

.voice-box {
  display: flex;
  margin-top: 50px;
  border-radius: 6px;
  background-color: #F3F2E8;
  padding: 28px;
}
@media only screen and (max-width: 567px) {
  .voice-box {
    display: block;
    margin-top: 30px;
    padding: 20px 12px;
  }
}
.voice-box > .ttl-box {
  width: 103px;
  flex-shrink: 0;
}
@media only screen and (max-width: 567px) {
  .voice-box > .ttl-box {
    width: 100%;
    text-align: center;
  }
}
.voice-box > .ttl-box > img {
  position: relative;
  top: -7px;
}
@media only screen and (max-width: 567px) {
  .voice-box > .ttl-box > img {
    top: 0;
    margin: 0 auto;
  }
}
.voice-box > .txt-box {
  padding: 0 0 0 40px;
  text-align: left;
  font-size: 1.125rem;
}
@media only screen and (max-width: 567px) {
  .voice-box > .txt-box {
    padding: 0;
    font-size: 1rem;
  }
}
.voice-box > .txt-box > ul {
  margin-left: 1.3em;
  padding: 0.5em 0.5em 0.5em 0;
}
@media only screen and (max-width: 567px) {
  .voice-box > .txt-box > ul {
    margin-top: 1em;
    padding: 0;
  }
}
.voice-box > .txt-box > ul > li {
  list-style-type: disc;
}
.voice-box > .txt-box > ul > li:nth-of-type(n + 2) {
  margin-top: 1em;
}

/* **********************************************************

	05.働く環境

********************************************************** */
.tab-contents.environment {
  position: relative;
}

/* **********************************************************

	06.研修制度

********************************************************** */
.tab-contents.system {
  position: relative;
}
.tab-contents.system .lead-box .ttl03 {
  margin-top: 90px;
}
@media only screen and (max-width: 567px) {
  .tab-contents.system .lead-box .ttl03 {
    margin-top: 60px;
  }
}
.tab-contents.system .unit {
  margin-top: 180px;
}

/* SP表示時のスワイプ操作ヒントは scroll-hint.min.js と scroll-hint.css を使用 */
.swipe-image-box {
  margin-top: 30px;
}
@media only screen and (max-width: 567px) {
  .swipe-image-box {
    position: relative;
    overflow-x: scroll;
    margin-top: 20px;
    margin-right: -15px;
  }
  .swipe-image-box .table-image {
    max-width: none;
    width: 910px;
  }
}

dl.example-list {
  display: flex;
  margin-top: 0.1em;
  text-align: left;
  font-size: 1.125rem;
  font-weight: bold;
}
dl.example-list.fw-normal {
  font-weight: normal;
}
@media only screen and (max-width: 567px) {
  dl.example-list {
    font-size: 1rem;
  }
}
dl.example-list > dd > ol > li {
  position: relative;
  padding-left: 4em;
}
dl.example-list > dd > ol > li > span {
  position: absolute;
  top: 0;
  left: 0;
}

/* 英語 */
html:lang(en) dl.example-list > dd > ol > li {
  padding-left: 8em;
}
html:lang(en) dl.example-list > dd > ol > li > span {
  padding-left: 0.3em;
}

/* 繁体字 */
html:lang(zh-Hant) dl.example-list > dd > ol > li {
  padding-left: 5em;
}

.training-center-box {
  margin-top: 80px;
  border-top: solid 1px #333;
  padding: 140px 0 0;
}
@media only screen and (max-width: 567px) {
  .training-center-box {
    margin-top: 60px;
    padding: 50px 0 0;
  }
}
.training-center-box .unit-1col {
  margin-top: 50px;
}
.training-center-box .unit-1col .img-2col {
  margin-top: 100px;
}
.training-center-box .unit-1col .item-2col {
  margin-top: 100px;
}
@media only screen and (max-width: 567px) {
  .training-center-box .unit-1col .item-2col {
    margin-top: 50px;
  }
}
.training-center-box .unit-1col .layout-box {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 567px) {
  .training-center-box .unit-1col .layout-box {
    display: block;
  }
  .training-center-box .unit-1col .layout-box .img-2col {
    margin-top: 30px;
  }
}

/* **********************************************************

	07.福利厚生

********************************************************** */
.tab-contents.welfare {
  position: relative;
}

.seido-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  text-align: left;
  font-size: 1.125rem;
}
@media only screen and (max-width: 567px) {
  .seido-box {
    display: block;
    margin-top: 30px;
    font-size: 1rem;
  }
}
.seido-box > dl {
  padding: 20px;
  background-color: rgba(0, 160, 64, 0.08);
}
.seido-box > dl:nth-of-type(1), .seido-box > dl:nth-of-type(2) {
  width: min(46.5vw, 569px);
}
@media only screen and (max-width: 567px) {
  .seido-box > dl:nth-of-type(1), .seido-box > dl:nth-of-type(2) {
    margin-top: 15px;
    width: 100%;
  }
}
.seido-box > dl:nth-of-type(3), .seido-box > dl:nth-of-type(4), .seido-box > dl:nth-of-type(5) {
  margin-top: min(1.8333333333vw, 22px);
  width: min(31vw, 372px);
}
@media only screen and (max-width: 567px) {
  .seido-box > dl:nth-of-type(3), .seido-box > dl:nth-of-type(4), .seido-box > dl:nth-of-type(5) {
    margin-top: 15px;
    width: 100%;
  }
}
.seido-box > dl > dd {
  margin-top: 0.5em;
}

.syutokuritsu-box {
  margin-top: 50px;
  text-align: left;
}
.syutokuritsu-box .layout-box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 567px) {
  .syutokuritsu-box .layout-box {
    display: block;
    margin-top: 15px;
  }
}
.syutokuritsu-box .layout-box .table-box {
  width: min(48.3333333333vw, 580px);
}
@media only screen and (max-width: 567px) {
  .syutokuritsu-box .layout-box .table-box {
    width: 100%;
  }
}
.syutokuritsu-box .layout-box .table-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  white-space: nowrap;
}
@media only screen and (max-width: 567px) {
  .syutokuritsu-box .layout-box .table-box table {
    font-size: 0.938rem;
  }
}
.syutokuritsu-box .layout-box .table-box table caption {
  display: none;
}
.syutokuritsu-box .layout-box .table-box table thead {
  background-color: #00a134;
  color: #fff;
}
.syutokuritsu-box .layout-box .table-box table thead th {
  padding: 0.6em 0.5em 0.5em;
  border-left: solid 1px #fff;
  width: 25%;
  text-align: center;
  line-height: 1.4;
  font-weight: normal;
}
.syutokuritsu-box .layout-box .table-box table thead th:first-child {
  border-left: none;
}
.syutokuritsu-box .layout-box .table-box table tbody {
  border-top: solid 1px #000;
  text-align: right;
  color: #000;
}
.syutokuritsu-box .layout-box .table-box table tbody th {
  border-bottom: solid 1px #000;
  padding: 1em;
  font-weight: normal;
}
.syutokuritsu-box .layout-box .table-box table tbody td {
  border: solid #000;
  border-width: 0 0 1px 1px;
  padding: 1em;
}
.syutokuritsu-box .layout-box .table-box table tbody td:last-child {
  background-color: #fffbc7;
}
.syutokuritsu-box .layout-box .txt-box {
  width: min(45.5vw, 560px);
}
@media only screen and (max-width: 567px) {
  .syutokuritsu-box .layout-box .txt-box {
    margin-top: 1em;
    width: 100%;
  }
}

/* 英語・簡体字・繁体字 */
html:lang(en) .syutokuritsu-box .layout-box .table-box table, html:lang(zh-Hans) .syutokuritsu-box .layout-box .table-box table, html:lang(zh-Hant) .syutokuritsu-box .layout-box .table-box table {
  white-space: normal;
}

.holiday-benefit-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(4.1666666667vw, 50px) min(1.6666666667vw, 20px);
  margin-top: 40px;
}
@media only screen and (max-width: 567px) {
  .holiday-benefit-list {
    grid-template-columns: repeat(2, 2fr);
    gap: 10.582010582vw 1.7636684303vw;
    margin-top: 35px;
  }
}
.holiday-benefit-list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.holiday-benefit-list .icon-box {
  padding: 26px 15px 24px;
  background-color: rgba(0, 160, 64, 0.08);
  font-size: 1.25rem;
  font-weight: bold;
  color: #00A040;
}
@media only screen and (max-width: 567px) {
  .holiday-benefit-list .icon-box {
    line-height: 1.4;
    font-size: 1.063rem;
  }
}
.holiday-benefit-list .icon-box img {
  margin: 0 auto 0.5em;
  height: 104px;
}
@media only screen and (max-width: 567px) {
  .holiday-benefit-list .icon-box img {
    height: 90px;
  }
}
.holiday-benefit-list .txt-box {
  margin-top: 1.5em;
}
@media only screen and (max-width: 567px) {
  .holiday-benefit-list .txt-box {
    margin-top: 1em;
    font-size: 0.875rem;
  }
  .holiday-benefit-list .txt-box.sp-txt-l {
    text-align: left;
  }
}
@media screen and (min-width: 567px) and (max-width: 1048px) {
  .holiday-benefit-list .txt-box .pc-only {
    display: none !important;
  }
}/*# sourceMappingURL=benefit.css.map */