@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
.l-index-information {
  padding: 60px 20px;
  background-image: url(../img/information_bg.png);
  background-size: 105%;
  background-position: bottom right;
}
@media screen and (min-width: 768px) {
  .l-index-information {
    padding: 100px 40px;
    background-size: contain;
    background-position: bottom -5% right;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-information {
    padding: 130px 40px;
    background-position: bottom -15% right;
  }
}
.l-index-information-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.l-index-information .m-recruit-section-ttl {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .l-index-information .m-recruit-section-ttl {
    margin-bottom: 100px;
  }
}
.l-index-information-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 4%;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-index-information-items {
    gap: 40px 4%;
    margin-bottom: 70px;
  }
}
.l-index-information-items li {
  width: 100%;
  position: relative;
  padding: 30px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(214, 94, 53, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(214, 94, 53, 0.15);
}
@media screen and (min-width: 768px) {
  .l-index-information-items li {
    padding: 55px 45px 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-information-items li {
    width: 48%;
  }
}
.l-index-information-item-ttl {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0;
  z-index: 2;
  margin-bottom: 20px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-index-information-item-ttl {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
.l-index-information-items li::before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 50px;
  background-image: url(../img/information_img01.png);
  background-size: cover;
  position: absolute;
  top: 40px;
  left: 15px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-index-information-items li::before {
    width: 153px;
    height: 70px;
    top: 65px;
    left: 30px;
  }
}
.l-index-information-items li:nth-of-type(3)::before,
.l-index-information-items li:nth-of-type(4)::before {
  top: 23px;
}
@media screen and (min-width: 768px) {
  .l-index-information-items li:nth-of-type(3)::before,
  .l-index-information-items li:nth-of-type(4)::before {
    top: 45px;
  }
}
.l-index-information-item-ttl span {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .l-index-information-item-ttl span {
    font-size: 2rem;
    line-height: 2;
  }
}
.l-index-information-item-naiyou {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.75;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-index-information-item-naiyou {
    font-size: 2rem;
  }
}
.l-index-information-item-desc {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  margin-bottom: 15px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-index-information-item-desc {
    font-size: 1.6rem;
  }
}
.l-index-information-item-desc span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, rgba(207, 178, 89, 0.3)));
  background: linear-gradient(transparent 65%, rgba(207, 178, 89, 0.3) 35%);
}

.l-index-information-item-attention {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  text-indent: -12px;
  padding-left: 12px;
  margin-bottom: 5px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .l-index-information-item-attention {
    font-size: 1.4rem;
    text-indent: -14px;
    padding-left: 14px;
  }
}
.l-index-information-part {
  margin: 0 20px 50px;
}
@media screen and (min-width: 768px) {
  .l-index-information-part {
    margin: 0 50px 100px;
  }
}
.l-index-information-part-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-index-information-part-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-information-part-ttl {
    margin-bottom: 40px;
  }
}
.l-index-information-part-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1000px) {
  .l-index-information-part-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-index-information-part-head {
  width: 150px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  border: 2px solid #f4552a;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-index-information-part-head {
    width: 200px;
    font-size: 1.8rem;
    line-height: 2;
  }
}
.l-index-information-part-desc {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.2;
  padding-left: 0;
}
@media screen and (min-width: 1000px) {
  .l-index-information-part-desc {
    width: calc(100% - 200px);
    padding-left: 40px;
  }
}
.l-index-information-tab-wrap {
  margin: 0 0 70px;
}
@media screen and (min-width: 1000px) {
  .l-index-information-tab-wrap {
    margin: 0 50px 110px;
  }
}
.l-index-information-tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer; /* カーソルポインターに */
  border-bottom: 2px solid #f4552a;
}
@media screen and (min-width: 768px) {
  .l-index-information-tab-area {
    border-bottom: 4px solid #f4552a;
  }
}
.l-index-information-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 49%;
  height: 55px;
  text-align: center;
  border: 2px solid #000;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #525252;
}
@media screen and (min-width: 768px) {
  .l-index-information-tab {
    font-size: 2rem;
    height: 75px;
  }
}
.l-index-information-tab:nth-child(n+2) {
  border-left: 2px solid;
}

.l-index-information-tab.active {
  background-color: #f4552a;
  color: #fff;
  border: none;
}

.l-index-information-tab-panel {
  display: none;
  background-color: #fff;
  padding: 20px 20px 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(214, 94, 53, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(214, 94, 53, 0.15);
}
@media screen and (min-width: 768px) {
  .l-index-information-tab-panel {
    padding: 50px 40px 60px;
  }
}
@media screen and (min-width: 1000px) {
  .l-index-information-tab-panel {
    padding: 70px 40px 80px;
  }
}
.l-index-information-tab-panel.active {
  display: block;
}

.l-index-information-tab-panel dl {
  max-width: 800px;
  margin: 0 auto;
}

.l-index-information-tab-panel div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #a2a2a2;
  padding: 22px 0;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .l-index-information-tab-panel div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-index-information-tab-panel div::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #f4552a;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.l-index-information-tab-panel dt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .l-index-information-tab-panel dt {
    font-size: 1.8rem;
    width: 220px;
    padding-left: 10px;
  }
}
.l-index-information-tab-panel dd {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .l-index-information-tab-panel dd {
    font-size: 1.6rem;
    width: calc(100% - 220px);
  }
}
.l-index-information-tab-panel dd p {
  margin-bottom: 5px;
}

.l-index-information-tab-panel dd span {
  color: #f4552a;
}

.l-index-information-contact-box {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-index-information-contact-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.l-index-information-contact {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .l-index-information-contact {
    width: 310px;
    font-size: 2rem;
  }
}
.l-index-information-contact a {
  position: relative;
  display: block;
  padding: 20px 20px 20px 30px;
  background-color: #f4552a;
  color: #fff;
  border: 1px solid #f4552a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-index-information-contact a {
    padding: 20px 20px 20px 40px;
  }
}
.l-index-information-contact a:hover {
  background-color: #f4552a;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-index-information-contact a:hover {
    background-color: #fff;
    color: #f4552a;
  }
}
.l-index-information-contact a::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 36px;
  background-image: url(../../common/img/cmn_btn_hexagon_white.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-index-information-contact a:hover::before {
  background-image: url(../../common/img/cmn_btn_hexagon_white.png);
}
@media screen and (min-width: 768px) {
  .l-index-information-contact a:hover::before {
    background-image: url(../../common/img/cmn_btn_hexagon_red.png);
  }
}
.l-index-information-contact a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 15px;
  background-image: url(../../common/img/cmn_ico_arrow_red.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 39px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-index-information-contact a:hover::after {
  background-image: url(../../common/img/cmn_ico_arrow_red.png);
}
@media screen and (min-width: 768px) {
  .l-index-information-contact a:hover::after {
    background-image: url(../../common/img/cmn_ico_arrow_white.png);
  }
}