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


  ！！！！！注意！！！！！

  index.cssはSassから生成されていますので、
  直接編集しないようご注意ください

  ！！！！！注意！！！！！


  
--------------------*/
/* -------------------
  VARIABLES
--------------------*/
.font-a {
  font-family: "Oswald", sans-serif; }

.font-b {
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-style: normal; }

/* -------------------
  MIXIN
--------------------*/
/*タブレット*/
/* 
.example {
  font-size: vw(12);
}
*/
/* 
.example {
  font-size: fs(12); <- 12px quite
}
*/
/* 
.example {
  @include mq() {
    width: 100%;
  }
}
*/
/* -------------------
  COMMON
--------------------*/
html {
  scroll-behavior: smooth; }

a {
  transition: all 0.3s ease 0s;
  cursor: pointer; }
  a[href^="tel:"] {
    pointer-events: none; }
    @media screen and (max-width: 899px) {
      a[href^="tel:"] {
        pointer-events: auto; } }
  a:hover {
    opacity: 0.5; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }
  img.pc-only {
    display: inline; }
    @media screen and (max-width: 899px) {
      img.pc-only {
        display: none; } }
  img.sp-only {
    display: none; }
    @media screen and (max-width: 899px) {
      img.sp-only {
        display: inline; } }

.pc-only {
  display: block; }
  @media screen and (max-width: 899px) {
    .pc-only {
      display: none; } }

.sp-only {
  display: none; }
  @media screen and (max-width: 899px) {
    .sp-only {
      display: block; } }

.pc-only2 {
  display: inline; }
  @media screen and (max-width: 899px) {
    .pc-only2 {
      display: none; } }

.sp-only2 {
  display: none; }
  @media screen and (max-width: 899px) {
    .sp-only2 {
      display: inline; } }

.adj-10:before {
  content: "";
  display: block;
  height: 10px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -10px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-15:before {
  content: "";
  display: block;
  height: 15px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -15px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-20:before {
  content: "";
  display: block;
  height: 20px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -20px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-25:before {
  content: "";
  display: block;
  height: 25px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -25px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-30:before {
  content: "";
  display: block;
  height: 30px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -30px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-35:before {
  content: "";
  display: block;
  height: 35px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -35px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-40:before {
  content: "";
  display: block;
  height: 40px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -40px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-45:before {
  content: "";
  display: block;
  height: 45px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -45px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-50:before {
  content: "";
  display: block;
  height: 50px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -50px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-55:before {
  content: "";
  display: block;
  height: 55px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -55px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-60:before {
  content: "";
  display: block;
  height: 60px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -60px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-65:before {
  content: "";
  display: block;
  height: 65px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -65px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-70:before {
  content: "";
  display: block;
  height: 70px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -70px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-75:before {
  content: "";
  display: block;
  height: 75px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -75px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-80:before {
  content: "";
  display: block;
  height: 80px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -80px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-85:before {
  content: "";
  display: block;
  height: 85px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -85px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-90:before {
  content: "";
  display: block;
  height: 90px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -90px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-95:before {
  content: "";
  display: block;
  height: 95px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -95px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-100:before {
  content: "";
  display: block;
  height: 100px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-105:before {
  content: "";
  display: block;
  height: 105px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -105px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-110:before {
  content: "";
  display: block;
  height: 110px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -110px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-115:before {
  content: "";
  display: block;
  height: 115px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -115px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-120:before {
  content: "";
  display: block;
  height: 120px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -120px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-125:before {
  content: "";
  display: block;
  height: 125px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -125px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-130:before {
  content: "";
  display: block;
  height: 130px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -130px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-135:before {
  content: "";
  display: block;
  height: 135px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -135px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-140:before {
  content: "";
  display: block;
  height: 140px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -140px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-145:before {
  content: "";
  display: block;
  height: 145px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -145px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-150:before {
  content: "";
  display: block;
  height: 150px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -150px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-155:before {
  content: "";
  display: block;
  height: 155px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -155px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-160:before {
  content: "";
  display: block;
  height: 160px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -160px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-165:before {
  content: "";
  display: block;
  height: 165px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -165px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-170:before {
  content: "";
  display: block;
  height: 170px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -170px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-175:before {
  content: "";
  display: block;
  height: 175px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -175px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-180:before {
  content: "";
  display: block;
  height: 180px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -180px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-185:before {
  content: "";
  display: block;
  height: 185px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -185px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-190:before {
  content: "";
  display: block;
  height: 190px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -190px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-195:before {
  content: "";
  display: block;
  height: 195px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -195px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-200:before {
  content: "";
  display: block;
  height: 200px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -200px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-205:before {
  content: "";
  display: block;
  height: 205px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -205px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-210:before {
  content: "";
  display: block;
  height: 210px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -210px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-215:before {
  content: "";
  display: block;
  height: 215px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -215px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-220:before {
  content: "";
  display: block;
  height: 220px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -220px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-225:before {
  content: "";
  display: block;
  height: 225px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -225px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-230:before {
  content: "";
  display: block;
  height: 230px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -230px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-235:before {
  content: "";
  display: block;
  height: 235px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -235px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-240:before {
  content: "";
  display: block;
  height: 240px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -240px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-245:before {
  content: "";
  display: block;
  height: 245px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -245px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-250:before {
  content: "";
  display: block;
  height: 250px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -250px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-255:before {
  content: "";
  display: block;
  height: 255px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -255px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-260:before {
  content: "";
  display: block;
  height: 260px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -260px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-265:before {
  content: "";
  display: block;
  height: 265px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -265px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-270:before {
  content: "";
  display: block;
  height: 270px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -270px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-275:before {
  content: "";
  display: block;
  height: 275px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -275px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-280:before {
  content: "";
  display: block;
  height: 280px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -280px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-285:before {
  content: "";
  display: block;
  height: 285px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -285px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-290:before {
  content: "";
  display: block;
  height: 290px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -290px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.adj-295:before {
  content: "";
  display: block;
  height: 295px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -295px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden; }

.c-width {
  max-width: 79.64861vw !important;
  margin: 0 auto; }
  @media screen and (max-width: 899px) {
    .c-width {
      max-width: 84% !important; } }

.c-width-700 {
  max-width: 700px !important;
  margin: 0 auto; }

.c-width-710 {
  max-width: 710px !important;
  margin: 0 auto; }

.c-width-720 {
  max-width: 720px !important;
  margin: 0 auto; }

.c-width-730 {
  max-width: 730px !important;
  margin: 0 auto; }

.c-width-740 {
  max-width: 740px !important;
  margin: 0 auto; }

.c-width-750 {
  max-width: 750px !important;
  margin: 0 auto; }

.c-width-760 {
  max-width: 760px !important;
  margin: 0 auto; }

.c-width-770 {
  max-width: 770px !important;
  margin: 0 auto; }

.c-width-780 {
  max-width: 780px !important;
  margin: 0 auto; }

.c-width-790 {
  max-width: 790px !important;
  margin: 0 auto; }

.c-width-800 {
  max-width: 800px !important;
  margin: 0 auto; }

.c-width-810 {
  max-width: 810px !important;
  margin: 0 auto; }

.c-width-820 {
  max-width: 820px !important;
  margin: 0 auto; }

.c-width-830 {
  max-width: 830px !important;
  margin: 0 auto; }

.c-width-840 {
  max-width: 840px !important;
  margin: 0 auto; }

.c-width-850 {
  max-width: 850px !important;
  margin: 0 auto; }

.c-width-860 {
  max-width: 860px !important;
  margin: 0 auto; }

.c-width-870 {
  max-width: 870px !important;
  margin: 0 auto; }

.c-width-880 {
  max-width: 880px !important;
  margin: 0 auto; }

.c-width-890 {
  max-width: 890px !important;
  margin: 0 auto; }

.c-width-900 {
  max-width: 900px !important;
  margin: 0 auto; }

.c-width-910 {
  max-width: 910px !important;
  margin: 0 auto; }

.c-width-920 {
  max-width: 920px !important;
  margin: 0 auto; }

.c-width-930 {
  max-width: 930px !important;
  margin: 0 auto; }

.c-width-940 {
  max-width: 940px !important;
  margin: 0 auto; }

.c-width-950 {
  max-width: 950px !important;
  margin: 0 auto; }

.c-width-960 {
  max-width: 960px !important;
  margin: 0 auto; }

.c-width-970 {
  max-width: 970px !important;
  margin: 0 auto; }

.c-width-980 {
  max-width: 980px !important;
  margin: 0 auto; }

.c-width-990 {
  max-width: 990px !important;
  margin: 0 auto; }

.c-width-1000 {
  max-width: 1000px !important;
  margin: 0 auto; }

.c-width-1010 {
  max-width: 1010px !important;
  margin: 0 auto; }

.c-width-1020 {
  max-width: 1020px !important;
  margin: 0 auto; }

.c-width-1030 {
  max-width: 1030px !important;
  margin: 0 auto; }

.c-width-1040 {
  max-width: 1040px !important;
  margin: 0 auto; }

.c-width-1050 {
  max-width: 1050px !important;
  margin: 0 auto; }

.c-width-1060 {
  max-width: 1060px !important;
  margin: 0 auto; }

.c-width-1070 {
  max-width: 1070px !important;
  margin: 0 auto; }

.c-width-1080 {
  max-width: 1080px !important;
  margin: 0 auto; }

.c-width-1090 {
  max-width: 1090px !important;
  margin: 0 auto; }

.c-width-1100 {
  max-width: 1100px !important;
  margin: 0 auto; }

.c-width-1110 {
  max-width: 1110px !important;
  margin: 0 auto; }

.c-width-1120 {
  max-width: 1120px !important;
  margin: 0 auto; }

.c-width-1130 {
  max-width: 1130px !important;
  margin: 0 auto; }

.c-width-1140 {
  max-width: 1140px !important;
  margin: 0 auto; }

.c-width-1150 {
  max-width: 1150px !important;
  margin: 0 auto; }

.c-width-1160 {
  max-width: 1160px !important;
  margin: 0 auto; }

.c-width-1170 {
  max-width: 1170px !important;
  margin: 0 auto; }

.c-width-1180 {
  max-width: 1180px !important;
  margin: 0 auto; }

.c-width-1190 {
  max-width: 1190px !important;
  margin: 0 auto; }

.c-width-1200 {
  max-width: 1200px !important;
  margin: 0 auto; }

.c-width-1210 {
  max-width: 1210px !important;
  margin: 0 auto; }

.c-width-1220 {
  max-width: 1220px !important;
  margin: 0 auto; }

.c-width-1230 {
  max-width: 1230px !important;
  margin: 0 auto; }

.c-width-1240 {
  max-width: 1240px !important;
  margin: 0 auto; }

.c-width-1250 {
  max-width: 1250px !important;
  margin: 0 auto; }

.c-width-1260 {
  max-width: 1260px !important;
  margin: 0 auto; }

.c-width-1270 {
  max-width: 1270px !important;
  margin: 0 auto; }

.c-width-1280 {
  max-width: 1280px !important;
  margin: 0 auto; }

.c-width-1290 {
  max-width: 1290px !important;
  margin: 0 auto; }

.c-width-1300 {
  max-width: 1300px !important;
  margin: 0 auto; }

section > .sect-inner {
  max-width: 79.64861vw;
  margin: 0 auto; }
  @media screen and (max-width: 899px) {
    section > .sect-inner {
      max-width: 100%;
      padding: 0px 7.69231vw; } }

.cmnBtn02 {
  display: flex; }
  .cmnBtn02-inner,
  .cmnBtn02 a {
    border-bottom: 1px solid #2f2f2f;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    .cmnBtn02-inner .label,
    .cmnBtn02 a .label {
      font-size: 1.1713vw;
      font-weight: bold; }
      @media screen and (max-width: 899px) {
        .cmnBtn02-inner .label,
        .cmnBtn02 a .label {
          font-size: 4.10256vw; } }
    .cmnBtn02-inner .arrow,
    .cmnBtn02 a .arrow {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0.47584vw 0 0.47584vw 0.65886vw;
      border-color: transparent transparent transparent #4b9955;
      transform: rotate(0deg);
      position: relative;
      top: 1px; }
      @media screen and (max-width: 899px) {
        .cmnBtn02-inner .arrow,
        .cmnBtn02 a .arrow {
          border-width: 1.66667vw 0 1.66667vw 2.30769vw; } }

.pagettl__en {
  color: #a7a7a7;
  font-size: 4.39239vw;
  font-weight: 900;
  margin-bottom: 1rem; }
  @media screen and (max-width: 899px) {
    .pagettl__en {
      font-size: 8.97436vw; } }

.pagettl__jp {
  font-size: 1.46413vw;
  font-weight: 600;
  padding-left: 0.5rem;
  color: #4b9955; }
  @media screen and (max-width: 899px) {
    .pagettl__jp {
      font-size: 4.10256vw; } }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important; }

select,
button,
input,
textarea,
button {
  border: 1px solid #333; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*table,td,th {
  border: 1px solid #333;
}*/
td,
th {
  line-height: 1.5;
  padding: 0.3em 0.4em; }

th {
  font-weight: bold;
  font-size: 1.05em; }

html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word; }

body {
  min-height: 100vh;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff; }

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc; }

button:disabled {
  cursor: default; }

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
dialog,
hr,
img {
  display: block; }

audio,
canvas,
iframe,
img,
svg,
video {
  display: inline-block;
  vertical-align: middle; }

[hidden],
dialog:not([open]),
template {
  display: none; }

button,
input,
select,
textarea {
  font-family: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

audio,
canvas,
progress,
video {
  display: inline-block; }

input,
select {
  vertical-align: middle; }

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer; }

button,
select {
  text-transform: none; }

code,
kbd,
pre,
samp {
  /*  font-family: monospace, sans-serif;
  font-size: 1em;*/ }

mark {
  background-color: #ff0; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

ul {
  list-style: none; }

picture,
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  /*image-rendering: -webkit-optimize-contrast;*/ }

svg:not(:root) {
  overflow: hidden; }

a {
  color: inherit;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out; }

a:hover {
  opacity: 0.5;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out; }

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500; }

input,
select,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif; }

/*-----------------------------------------------------------
cmn
-------------------------------------------------------------*/
.ef {
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out; }

html {
  width: 100%;
  font-size: calc(100vw / 1366 * 10); }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  html {
    width: 100%;
    font-size: calc(100vw / 899 * 10); }
  a {
    color: inherit;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out; }
  a:hover {
    opacity: 0.5;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out; } }

@media only screen and (max-width: 599px) {
  html {
    width: 100%;
    font-size: calc(100vw / 390 * 10); }
  a {
    color: inherit;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out; }
  a:hover {
    opacity: 0.5;
    -moz-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out; } }

body {
  position: relative;
  width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
  background-color: #fff;
  color: #000; }

@media only screen and (min-width: 900px) {
  /*::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
  background-color: #f3f3f3;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #716046;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #716046;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}*/
  a[href^="tel:"] {
    pointer-events: none; } }

.is_pc {
  display: block !important; }

.is_pcOnly {
  display: block !important; }

.is_sp {
  display: none !important; }

.is_tb {
  display: none !important; }

.is_tbsp {
  display: none !important; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .is_tb {
    display: block !important; }
  .is_tbsp {
    display: block !important; }
  .is_pcOnly {
    display: none !important; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .is_pc {
    display: none !important; }
  .is_sp {
    display: block !important; }
  .is_tb {
    display: none !important; }
  .is_tbsp {
    display: block !important; }
  .is_pcOnly {
    display: none !important; }
  body {
    font-size: 1.4rem; } }

.f_en {
  font-family: "Barlow", sans-serif; }

/*-----------------------------------------------------------

component

-------------------------------------------------------------*/
.c_grn {
  color: #2c9943; }

.c_blue {
  color: #2097ef; }

/*-----------------------------------------------------------

cmn laypout

-------------------------------------------------------------*/
/* header */
.header.transform {
  top: 0;
  background: #fff; }

.header.headerSub {
  top: 0;
  background: #fff; }

.header {
  position: fixed;
  width: 100%;
  top: 0rem;
  transition: 0.4s ease-out;
  z-index: 100;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 3rem;
  border-bottom: 1px solid #e1e8ed; }

.h_logo {
  display: flex;
  align-items: center;
  width: 26rem;
  color: #003288; }

.gNav {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: stretch; }

.gNav_list01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-right: 4rem; }

.gNav_list01 > li {
  font-size: 1.4rem;
  font-weight: 600;
  height: 8rem;
  display: flex;
  align-items: center; }

.gNav_list02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%; }

.gNav_list02 li {
  width: 50%; }

.gNav_list02 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  height: 8.5rem; }

.gNav_list02 li a p {
  font-size: 1.4rem; }

.gNav_list02 li a p + p {
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 1rem; }

.gNav_list02 li:nth-child(1) a {
  background: #2097ef; }

.gNav_list02 li:nth-child(2) a {
  background: #f86900; }

/*gnav mega menu*/
.gNav_list01Menu {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 8.5rem;
  /*box-shadow: 0 3px 3px #00000010;*/ }

/*.gNav_list01Menu:after{
  content: "";
  width: 100%;
  height: 100vh;
  background: #00000030;
  position: absolute;
  left: 0;
  top: 0rem;
}*/
.gNav_list01Menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.3rem 2rem 1.3rem;
  border-color: transparent transparent #2c9943 transparent;
  position: absolute;
  top: -1rem;
  left: 0; }

.gNav_list01Menu01:before {
  left: 40%; }

.gNav_list01Menu02:before {
  left: 49%; }

.gNav_list01Menu03:before {
  left: 57.6%; }

.gNav_list01Menu04:before {
  left: 66%; }

.gNav_list01Menu05:before {
  left: 74.5%; }

.overlay:after {
  content: "";
  width: 100%;
  height: 100vh;
  background: #00000030;
  position: fixed;
  left: 0;
  top: 0rem; }

.gNav_list01MenuInner {
  width: 100%;
  margin: 0 auto;
  background: #009944;
  padding: 6rem 0rem 6rem;
  position: relative;
  z-index: 1; }

.gNav_list01MenuInnerBox {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; }

.gNav_list01MenuInner_en {
  font-size: 8rem;
  color: #fff;
  opacity: 0.4;
  width: auto;
  white-space: nowrap;
  margin-right: 4rem; }

.gNav_list01MenuInnerList {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.gNav_list01MenuInnerListItem {
  width: 33%;
  margin: 2rem 0; }

.gNav_list01MenuInnerListItem a {
  display: flex;
  align-items: center;
  padding-left: 4rem;
  background: url(../../assets/img/cmn_btn_arrow03.png) 0 center no-repeat;
  background-size: 2.8rem 2.8rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  height: 2.8rem;
  white-space: nowrap; }

.gNav_list01Menu01 .gNav_list01MenuInnerListItem {
  width: 33%; }

.gNav_list01Menu02 .gNav_list01MenuInner_en {
  font-size: 5rem; }

.gNav_list01Menu02 .gNav_list01MenuInnerListItem a {
  letter-spacing: 0; }

.gNav_list01Menu04 .gNav_list01MenuInner_en {
  font-size: 5rem; }

.gNav_list01MenuInner_en {
  font-size: 5rem; }

.gNav_list01Menu03 .gNav_list01MenuInnerList {
  width: auto;
  flex-wrap: nowrap; }

.gNav_list01Menu03 .gNav_list01MenuInnerList .gNav_list01MenuInnerListItem {
  width: 40%;
  margin-right: 8rem; }

.gNav_list01Menu05 .gNav_list01MenuInnerList {
  width: auto;
  flex-wrap: nowrap; }

.gNav_list01Menu05 .gNav_list01MenuInnerList .gNav_list01MenuInnerListItem {
  width: 40%;
  margin-right: 8rem; }

/* footer */
.footer {
  position: relative; }

.cmnEntry {
  padding: 8rem 0;
  background: #fff; }

.cmnEntry_ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #f86900;
  margin-bottom: 2rem; }

.cmnEntry_bnr {
  display: block;
  width: 70%;
  margin: 0 auto; }

.footerTop {
  background: url(../../assets/img/cmn_btm_bg.png) center center no-repeat;
  background-size: cover;
  padding: 8rem 0 8rem; }

.footerTopInner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

.footerTopInnerList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 53%; }

.footerTopInnerList_item {
  width: 48%;
  position: relative;
  margin-bottom: 2.5rem; }

.footerTopInnerList_itemNomb {
  margin-bottom: 0; }

.footerTopInnerList_item a {
  position: relative; }

.footerTopInnerList_item a p {
  position: absolute;
  text-align: center;
  bottom: 1rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  color: #2c9943; }

.footerTopInnerR {
  width: 44%;
  position: relative; }

.footerTopInnerRLink {
  position: relative;
  display: block; }

.footerTopInnerRLinkBox_txt01 {
  position: absolute;
  text-align: center;
  bottom: 2rem;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2097ef; }

.footerBtm {
  background: url(../../assets/img/ft_bg.png) center center no-repeat;
  background-size: cover;
  padding: 8rem 0 2rem; }

.footerBtmInner {
  width: 80%;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.footerBtmInnerBox {
  width: 25%; }

.footerBtmInnerBox05 {
  width: 100%; }

.footerBtmInnerBox04 .footerBtmInnerBoxList {
  margin-bottom: 4rem; }

.footerBtmInnerBox05 .footerBtmInnerBoxList {
  display: flex;
  justify-content: flex-start; }

.footerBtmInnerBox05 .footerBtmInnerBoxList li {
  margin-right: 8rem; }

.footerBtmInnerBoxList .parent a {
  display: flex;
  align-items: center;
  padding-left: 4rem;
  background: url(../../assets/img/cmn_btn_arrow01.png) 0 center no-repeat;
  background-size: 2.8rem 2.8rem;
  color: #2c9943;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  height: 2.8rem;
  margin-bottom: 1rem; }

.footerBtmInnerBoxList .parentBlue a {
  background: url(../../assets/img/cmn_btn_arrow02.png) 0 center no-repeat;
  background-size: 2.8rem 2.8rem;
  color: #2097ef; }

.footerBtmInnerBoxList .child {
  color: #707070;
  margin-bottom: 1rem; }

.footerBtmInnerBoxList .grandchild {
  color: #a0a0a0;
  font-size: 1.2rem;
  margin-bottom: 0.6rem; }

.footerBtmSubList {
  width: 80%;
  margin: 0 auto 6rem;
  display: flex;
  justify-content: flex-start;
  color: #707070; }

.footerBtmSubList li {
  margin-right: 0.8rem; }

.footerBtmSubList li a {
  display: flex;
  align-items: center; }

.footerBtmSubList li a img {
  width: 1.4rem; }

.footerBtmCompany {
  width: 90%;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between; }

.footerBtmCompany_logo {
  display: block;
  width: 21rem; }

.footerBtmCompany_list {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.footerBtmCompany_listItem {
  width: 30%;
  margin-bottom: 2rem; }

.footerBtmCompany_listItem_txt01 {
  font-weight: 500; }

.footerBtmCompany_listItem_txt02 {
  margin-bottom: 0.6rem; }

.copyRight {
  text-align: center;
  color: #707070; }

.fixBtn {
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  width: 5rem;
  display: none;
  z-index: 100; }

.coLink {
  color: #0d6e37;
  font-weight: 600; }

.headerNav_open,
.navBox,
.ft_tgl {
  display: none; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  /* header */
  .header.transform {
    top: 0;
    background: #fff; }
  .header.headerSub {
    top: 0;
    background: #fff; }
  .header {
    position: fixed;
    width: 100%;
    top: 0rem;
    transition: 0.4s ease-out;
    z-index: 100;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 1rem;
    padding-left: 1rem;
    padding-right: 1.6rem;
    border-bottom: 1px solid #e1e8ed; }
  .h_logo {
    display: flex;
    align-items: center;
    width: 21rem;
    color: #003288; }
  .gNav {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .gNav_list01 {
    display: none; }
  .gNav_list02 {
    display: none; }
  .headerNav_open {
    width: 4rem;
    line-height: 1;
    display: block; }
  /* humb */
  .navBox {
    visibility: hidden;
    z-index: 9999;
    position: fixed;
    top: 0rem;
    right: 0rem;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s ease;
    padding: 0rem 0rem;
    display: block;
    background: #fff;
    padding-bottom: 0rem; }
  .navBox.active {
    visibility: visible;
    opacity: 1;
    overflow: auto;
    transition: 0.5s ease;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden; }
  .navBox.active::-webkit-scrollbar {
    display: none; }
  .navBoxInner {
    background: #fff;
    background-size: 100% 161rem;
    display: flex;
    flex-direction: column;
    padding-bottom: 4rem; }
  .navBoxHeader {
    width: 100%;
    padding: 1rem;
    padding-right: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .navBoxHeader_logo {
    display: flex;
    align-items: center;
    width: 21rem;
    color: #003288; }
  .navTglClose {
    width: 4rem; }
  .navLinkInner {
    width: 85%;
    margin: 0 auto 6rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column; }
  .navLinkInnerBox {
    width: 100%; }
  .navLinkInnerBoxList {
    padding-bottom: 2rem; }
  .navLinkInnerBox04 .navLinkInnerBoxList {
    margin-bottom: 2rem; }
  .navLinkInnerBox05 .navLinkInnerBoxList {
    display: flex;
    justify-content: flex-start;
    flex-direction: column; }
  .nav_tgl {
    display: flex;
    align-items: center;
    background: url(../../assets/img/ac_on.png) right 0 no-repeat;
    background-size: 2rem 2rem;
    color: #2c9943;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 2rem; }
  .nav_tgl.on {
    background: url(../../assets/img/ac_off.png) right 0 no-repeat;
    background-size: 2rem 2rem; }
  .navLinkInnerBoxList {
    display: none;
    padding-bottom: 2rem; }
  .navLinkInnerBoxList li {
    color: #707070;
    margin-bottom: 1.4rem;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 1.4rem; }
  .navLinkInnerBoxSub {
    margin-bottom: 3rem;
    width: 100%; }
  .navLinkInnerBoxSubList li {
    width: 100%; }
  .navLinkInnerBoxSubList li a {
    display: flex;
    align-items: center;
    padding-left: 4rem;
    background: url(../../assets/img/cmn_btn_arrow01.png) 0 0 no-repeat;
    background-size: 2.8rem 2.8rem;
    color: #2c9943;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    height: auto;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 2rem;
    padding-top: 0.4rem; }
  .navLinkInnerBoxSubList li.ng a {
    background: url(../../assets/img/cmn_btn_arrow02.png) 0 0 no-repeat;
    background-size: 2.8rem 2.8rem;
    color: #2097ef; }
  .navEntry {
    margin: 0rem 0 3rem;
    width: 50%; }
  .navLinkInnerBoxSimple li {
    margin-bottom: 1rem; }
  .navLinkInnerBoxSimple a {
    display: flex;
    align-items: center;
    color: #707070; }
  .navLinkInnerBoxSimple a img {
    margin-left: 0.6rem;
    width: 1.4rem; }
  .footerTopInner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  .footerTopInnerList_item a p {
    position: absolute;
    text-align: center;
    bottom: 1rem;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c9943; }
  .footerTopInnerRLinkBox_txt01 {
    position: absolute;
    text-align: center;
    bottom: 2rem;
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    color: #2097ef; }
  .footerBtmInner {
    width: 90%;
    margin: 0 auto 4rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .footerBtmInnerBoxList .parent a {
    display: flex;
    align-items: center;
    padding-left: 4rem;
    background: url(../../assets/img/cmn_btn_arrow01.png) 0 center no-repeat;
    background-size: 2.8rem 2.8rem;
    color: #2c9943;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    height: 2.8rem;
    margin-bottom: 1rem; }
  .footerBtmInnerBoxList .child {
    color: #707070;
    margin-bottom: 1rem;
    letter-spacing: 0; }
  .footerBtmSubList {
    width: 90%;
    margin: 0 auto 6rem;
    display: flex;
    justify-content: flex-start;
    color: #707070; }
  .footerBtmCompany {
    width: 90%;
    margin: 0 auto 4rem;
    display: flex;
    justify-content: space-between; }
  .footerBtmCompany_logo {
    display: block;
    width: 16rem; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  /* header */
  .header.transform {
    top: 0;
    background: #fff; }
  .header.headerSub {
    top: 0;
    background: #fff; }
  .header {
    position: fixed;
    width: 100%;
    top: 0rem;
    transition: 0.4s ease-out;
    z-index: 100;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 1rem;
    padding-left: 1rem;
    padding-right: 1.6rem;
    border-bottom: 1px solid #e1e8ed; }
  .h_logo {
    display: flex;
    align-items: center;
    width: 21rem;
    color: #003288; }
  .gNav {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .gNav_list01 {
    display: none; }
  .gNav_list02 {
    display: none; }
  .headerNav_open {
    width: 4rem;
    line-height: 1;
    display: block; }
  /* humb */
  .navBox {
    visibility: hidden;
    z-index: 9999;
    position: fixed;
    top: 0rem;
    right: 0rem;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s ease;
    padding: 0rem 0rem;
    display: block;
    background: #fff;
    padding-bottom: 0rem; }
  .navBox.active {
    visibility: visible;
    opacity: 1;
    overflow: auto;
    transition: 0.5s ease;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden; }
  .navBox.active::-webkit-scrollbar {
    display: none; }
  .navBoxInner {
    background: #fff;
    background-size: 100% 161rem;
    display: flex;
    flex-direction: column;
    padding-bottom: 4rem; }
  .navBoxHeader {
    width: 100%;
    padding: 1rem;
    padding-right: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .navBoxHeader_logo {
    display: flex;
    align-items: center;
    width: 21rem;
    color: #003288; }
  .navTglClose {
    width: 4rem; }
  .navLinkInner {
    width: 85%;
    margin: 0 auto 6rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column; }
  .navLinkInnerBox {
    width: 100%; }
  .navLinkInnerBoxList {
    padding-bottom: 2rem; }
  .navLinkInnerBox04 .navLinkInnerBoxList {
    margin-bottom: 2rem; }
  .navLinkInnerBox05 .navLinkInnerBoxList {
    display: flex;
    justify-content: flex-start;
    flex-direction: column; }
  .nav_tgl {
    display: flex;
    align-items: center;
    background: url(../../assets/img/ac_on.png) right 0 no-repeat;
    background-size: 2rem 2rem;
    color: #2c9943;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 2rem; }
  .nav_tgl.on {
    background: url(../../assets/img/ac_off.png) right 0 no-repeat;
    background-size: 2rem 2rem; }
  .navLinkInnerBoxList {
    display: none;
    padding-bottom: 2rem; }
  .navLinkInnerBoxList li {
    color: #707070;
    margin-bottom: 1.4rem;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 1.4rem; }
  .navLinkInnerBoxSub {
    margin-bottom: 3rem;
    width: 100%; }
  .navLinkInnerBoxSubList li {
    width: 100%; }
  .navLinkInnerBoxSubList li a {
    display: flex;
    align-items: center;
    padding-left: 4rem;
    background: url(../../assets/img/cmn_btn_arrow01.png) 0 0 no-repeat;
    background-size: 2.8rem 2.8rem;
    color: #2c9943;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    height: auto;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 2rem;
    padding-top: 0.4rem; }
  .navLinkInnerBoxSubList li.ng a {
    background: url(../../assets/img/cmn_btn_arrow02.png) 0 0 no-repeat;
    background-size: 2.8rem 2.8rem;
    color: #2097ef; }
  .navEntry {
    margin: 0rem 0 3rem; }
  .navLinkInnerBoxSimple li {
    margin-bottom: 1rem; }
  .navLinkInnerBoxSimple a {
    display: flex;
    align-items: center;
    color: #707070; }
  .navLinkInnerBoxSimple a img {
    margin-left: 0.6rem;
    width: 1.4rem; }
  /* footer */
  .cmnEntry {
    padding: 6rem 0;
    background: #fff; }
  .cmnEntry_ttl {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    color: #f86900;
    margin-bottom: 2rem;
    display: none; }
  .cmnEntry_bnr {
    display: block;
    width: 85%;
    margin: 0 auto; }
  .footerTop {
    background: url(../../assets/img/sp/cmn_btm_bg@2x.png) center center no-repeat;
    background-size: cover;
    padding: 8rem 0 8rem; }
  .footerTopInner {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .footerTopInnerList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1.5rem; }
  .footerTopInnerList_item {
    width: 48%;
    position: relative;
    margin-bottom: 1.5rem; }
  .footerTopInnerList_itemNomb {
    margin-bottom: 0; }
  .footerTopInnerList_item a {
    position: relative; }
  .footerTopInnerList_item a p {
    position: absolute;
    text-align: center;
    bottom: 1rem;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c9943; }
  .footerTopInnerR {
    width: 100%;
    position: relative; }
  .footerTopInnerRLink {
    position: relative;
    display: block; }
  .footerTopInnerRLinkBox_txt01 {
    position: absolute;
    text-align: center;
    bottom: 2rem;
    width: 100%;
    font-size: 2rem;
    font-weight: 700;
    color: #2097ef; }
  .footerBtm {
    background: #f2f2f2;
    background-size: cover;
    padding: 8rem 0 2rem; }
  .footerBtmInner {
    width: 80%;
    margin: 0 auto 0rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column; }
  .footerBtmInnerBox {
    width: 100%; }
  .footerBtmInnerBox05 {
    width: 100%; }
  .footerBtmInnerBox04 .footerBtmInnerBoxList {
    margin-bottom: 2rem; }
  .footerBtmInnerBox05 .footerBtmInnerBoxList {
    display: flex;
    justify-content: flex-start;
    flex-direction: column; }
  .footerBtmInnerBox05 .footerBtmInnerBoxList li {
    margin-right: 0rem; }
  .ft_tgl {
    display: flex;
    align-items: center;
    background: url(../../assets/img/ac_on.png) right 0 no-repeat;
    background-size: 2rem 2rem;
    color: #2c9943;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 2rem; }
  .ft_tgl.on {
    background: url(../../assets/img/ac_off.png) right 0 no-repeat;
    background-size: 2rem 2rem; }
  .footerBtmInnerBoxList .parent a {
    display: flex;
    align-items: center;
    padding-left: 4rem;
    background: url(../../assets/img/cmn_btn_arrow01.png) 0 0 no-repeat;
    background-size: 2.8rem 2.8rem;
    color: #2c9943;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    height: auto;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 2rem;
    padding-top: 0.4rem; }
  .footerBtmInnerBoxList .parentBlue a {
    background: url(../../assets/img/cmn_btn_arrow02.png) 0 0 no-repeat;
    background-size: 2.8rem 2.8rem;
    color: #2097ef; }
  .footerBtmInnerBoxList .child {
    color: #707070;
    margin-bottom: 1rem; }
  .footerBtmInnerBoxList .grandchild {
    color: #a0a0a0;
    font-size: 1.2rem;
    margin-bottom: 0.6rem; }
  .footerBtmInnerBoxList {
    display: none;
    padding-bottom: 2rem; }
  .ft_acBox .parent {
    display: none; }
  .footerBtmSubList {
    width: 85%;
    margin: 0 auto 6rem;
    display: flex;
    justify-content: flex-start;
    color: #707070;
    flex-direction: column; }
  .footerBtmSubList li {
    margin-right: 0rem;
    width: 100%;
    margin-bottom: 1rem; }
  .footerBtmSubList li:nth-child(2),
  .footerBtmSubList li:nth-child(4),
  .footerBtmSubList li:nth-child(6) {
    display: none; }
  .footerBtmSubList li a {
    display: flex;
    align-items: center; }
  .footerBtmSubList li a img {
    width: 1.4rem; }
  .footerBtmCompany {
    width: 85%;
    margin: 0 auto 4rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .footerBtmCompany_logo {
    display: block;
    width: 17rem;
    margin-bottom: 2rem; }
  .footerBtmCompany_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .footerBtmCompany_listItem {
    width: 100%;
    margin-bottom: 2rem; }
  .footerBtmCompany_listItem_txt01 {
    font-weight: 500; }
  .footerBtmCompany_listItem_txt02 {
    margin-bottom: 0.6rem; }
  .copyRight {
    text-align: center;
    color: #707070;
    padding-bottom: 10rem; }
  .fixBtn {
    position: fixed;
    right: 0rem;
    bottom: 0rem;
    width: 100%;
    display: none; }
  .fixBtnList {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem; }
  .fixBtnList li {
    width: 5rem;
    margin-right: 2rem; }
  .fixBtnRecruit {
    display: flex; }
  .fixBtnRecruit li {
    width: 50%; } }

/*-----------------------------------------------------------

TOP

-------------------------------------------------------------*/
.mainContent {
  position: relative;
  overflow: hidden; }

.mainV {
  position: relative;
  padding-top: 8.5rem; }

.mainVInner {
  padding-left: 6rem;
  position: relative;
  height: 61rem; }

.mainV_txt {
  position: absolute;
  width: 47rem;
  right: 5rem;
  bottom: 7rem; }

.main_scroll {
  position: absolute;
  bottom: 8rem;
  left: 2rem;
  width: 1.7rem; }

.main_scroll div {
  display: block;
  position: relative;
  width: 1.7rem;
  color: #fff;
  padding-bottom: 2rem; }

.main_scroll div:after {
  content: "";
  display: block;
  width: 1px;
  z-index: 10;
  height: 0px;
  background: #009944;
  position: absolute;
  bottom: 0rem;
  left: 0.8rem;
  animation: pathmove 2s linear infinite;
  opacity: 0; }

@keyframes pathmove {
  0% {
    height: 0;
    bottom: -0rem;
    opacity: 0; }
  80% {
    height: 6rem;
    opacity: 1; }
  100% {
    height: 0;
    bottom: -8rem;
    opacity: 0; } }

.topPurpose {
  margin: 8rem 0 0rem; }

.topPurposeInner {
  padding: 0 10% 8rem;
  background: url(../../assets/img/top_purpose_bg.png) right bottom no-repeat;
  background-size: 59rem 59rem; }

.cmnTtl01Box {
  display: flex;
  margin-bottom: 3rem; }

.cmnTtl01 {
  display: flex;
  flex-direction: column;
  line-height: 1; }

.cmnTtl01_en {
  font-size: 9.5rem;
  margin-bottom: 1rem; }

.cmnTtl01_jp {
  font-size: 1.7rem;
  color: #2c9943;
  font-weight: 600; }

.topPurposeInner_contTtl {
  font-size: 4.5rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.topPurposeInner_contTxt {
  line-height: 2.6; }

.topPurposeSlide-wrap {
  width: 100%;
  overflow: hidden;
  /* 端の切れを柔らかくしたい場合（任意） */
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); }

.topPurposeSlide {
  display: flex;
  width: max-content;
  align-items: center;
  will-change: transform; }

.topPurposeSlide01 {
  animation: marquee-rtl var(--duration, 50s) linear infinite; }
  .topPurposeSlide01 li {
    width: calc(3084px / 2); }

.topPurposeSlide02 {
  animation: marquee-ltr var(--duration, calc(5100 / 3084 * 50s)) linear infinite; }
  .topPurposeSlide02 li {
    width: calc(5100px / 2); }

@keyframes marquee-rtl {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); }
  /* “複製して2倍” 前提 */ }

@keyframes marquee-ltr {
  from {
    transform: translateX(-50%); }
  to {
    transform: translateX(0); } }

/* ユーザーが「動き軽減」を指定している場合は止める */
@media (prefers-reduced-motion: reduce) {
  .marquee__track {
    animation: none !important; } }

.topCompany {
  background: #f2f2f2 url(../../assets/img/top_company_bg.png) 0 0 no-repeat;
  background-size: 23rem 86rem;
  padding-top: 12rem;
  margin-bottom: 12rem; }

.topCompanyInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12rem; }

.topCompanyInnerL {
  width: 45%;
  margin-left: -6rem; }

.topCompanyInnerR {
  width: 55%; }

.cmnTtl01Box--topCompany {
  margin-bottom: 2rem; }

.topCompanyInner_cont {
  margin-bottom: 3rem; }

.topCompanyInner_contTtl {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.6; }

.topCompanyInner_contTxt {
  line-height: 2.6; }

.topCompanyInnerR_list {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.topCompanyInnerR_listItem {
  width: 50%;
  margin-bottom: 2rem; }

.topCompanyInnerR_listItem a {
  display: flex;
  align-items: center;
  padding-left: 4rem;
  background: url(../../assets/img/cmn_btn_arrow01.png) 0 center no-repeat;
  background-size: 2.8rem 2.8rem;
  color: #2c9943;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  height: 2.8rem; }

.topJob {
  width: 80%;
  margin: 0 auto 12rem; }

.topJobTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem; }

.cmnTtl01Box--topJob {
  margin-bottom: 0; }

.cmnBtn01 {
  display: flex;
  align-items: center;
  padding-left: 4rem;
  background: url(../../assets/img/cmn_btn_arrow01.png) 0 center no-repeat;
  background-size: 2.8rem 2.8rem;
  color: #000000;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  height: 2.8rem; }

.topJobList {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

.topJobList_item {
  width: 32%;
  border-radius: 10px;
  overflow: hidden; }

.topJobList_itemLink {
  display: block; }

.topJobList_itemLink_img {
  width: 100%;
  height: 25.8rem;
  position: relative;
  overflow: hidden;
  display: block; }

.topJobList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto; }

.topJobList_itemLink_cont {
  padding: 2.5rem 4rem;
  background: #fff; }

.topJobList_itemLink_cont .cmnBtn01 {
  color: #2c9943;
  margin-bottom: 1rem; }

.topInt {
  width: 80%;
  margin: 0 auto 12rem; }

.topIntTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem; }

.cmnTtl01Box--topInt {
  margin-bottom: 0; }

.topIntInnerList {
  width: 90%;
  margin: 0 auto; }

.topIntInnerList .slick-prev {
  left: -5rem;
  width: 3.5rem;
  height: 3.5rem;
  top: 18rem; }

.topIntInnerList .slick-prev:before {
  content: "";
  background: url(../../assets/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 3.5rem;
  height: 3.5rem;
  display: block; }

.topIntInnerList .slick-next {
  right: -5rem;
  width: 3.5rem;
  height: 3.5rem;
  top: 18rem; }

.topIntInnerList .slick-next:before {
  content: "";
  background: url(../../assets/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 3.5rem;
  height: 3.5rem;
  display: block; }

.topIntInnerList_item {
  padding: 0 3rem; }

.topIntInnerList_itemLink {
  display: block; }

.topIntInnerList_itemLink_img {
  width: 100%;
  height: 33.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px; }

.topIntInnerList_itemLink_img:after {
  content: "";
  width: 100%;
  height: 14rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 96%, white 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 96%, white 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 96%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }

.topIntInnerList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto; }

.topIntInnerList_itemLink_txt {
  margin-left: -3rem;
  margin-top: -4rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  width: 80%; }

.topIntInnerList_itemLink_contCat {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: #f2f2f2;
  border-radius: 100px;
  padding: 1rem;
  line-height: 1;
  margin-bottom: 1rem; }

.topIntInnerList_itemLink_contCat li {
  padding: 0 1rem; }

.topIntInnerList_itemLink_contCat li.career {
  color: #f86900; }

.topIntInnerList_itemLink_contCat li.newgraduate {
  color: #2097ef; }

.topIntInnerList_itemLink_contCat li + li {
  border-left: 1px solid #acacac; }

.topIntInnerList_itemLink_contInfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #707070; }

.topIntInnerList_itemLink_contInfo_txt01 {
  margin-right: 1rem; }

.topIntInnerList_itemLink_contInfo02 {
  color: #707070; }

.topCross {
  width: 80%;
  margin: 0 auto 12rem; }

.topCrossTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem; }

.cmnTtl01Box--topCross {
  margin-bottom: 0; }

.cmnTtl01Box--topCross .cmnTtl01_en {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2c9943;
  color: #fff; }

.topCross_intro {
  margin-bottom: 6rem; }

.topCrossList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto; }

.topCrossList .slick-prev {
  left: -5rem;
  width: 3.5rem;
  height: 3.5rem;
  top: 18rem; }

.topCrossList .slick-prev:before {
  content: "";
  background: url(../../assets/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 3.5rem;
  height: 3.5rem;
  display: block; }

.topCrossList .slick-next {
  right: -5rem;
  width: 3.5rem;
  height: 3.5rem;
  top: 18rem; }

.topCrossList .slick-next:before {
  content: "";
  background: url(../../assets/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 3.5rem;
  height: 3.5rem;
  display: block; }

.topCrossList_item {
  width: 46%;
  padding: 2rem; }

.topCrossList_itemLink {
  display: block; }

.topCrossList_itemLink_bnr {
  margin-bottom: 2rem; }

.topCrossList_itemLink_bnr_en {
  margin-bottom: -1rem;
  margin-left: -2rem;
  line-height: 1;
  color: #2c9943;
  font-size: 2.5rem;
  position: relative; }

.topCrossList_itemLink_bnr_en span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2c9943;
  color: #ffffff00;
  font-size: 3.5rem;
  display: inline-block;
  margin-left: 0.5rem; }

.topCrossList_itemLinkInfoBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  background: url(../../assets/img/top_cross_ico.png) center center no-repeat;
  background-size: 2.8rem 2.8rem; }

.topCrossList_itemLinkInfoBox_rightNone {
  background: none; }

.topCrossList_itemLinkInfoBoxL {
  width: 48%;
  display: flex;
  flex-direction: column; }

.topCrossList_itemLinkInfoBox_rightNone .topCrossList_itemLinkInfoBoxL {
  width: 100%; }

.topCrossList_itemLinkInfoBoxR {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.topCrossList_itemLinkInfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #707070; }

.topCrossList_itemLinkInfo_txt01 {
  margin-right: 1rem; }

.topCrossList_itemLinkInfo02 {
  color: #707070; }

.topCrossList_itemLink_ttl {
  font-size: 2rem;
  font-weight: 600;
  text-decoration: underline; }

.topEnv {
  background: #f2f2f2;
  padding: 10rem 0; }

.topEnvInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin: 0 auto; }

.topEnvInnerL {
  width: 55%; }

.cmnTtl01Box--topEnv {
  margin-bottom: 2rem; }

.cmnTtl01Box--topEnv .cmnTtl01_en {
  font-size: 8rem; }

.topEnvInner_cont {
  margin-bottom: 3rem; }

.topEnvInner_contTtl {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.6; }

.topEnvInner_contTxt {
  line-height: 2.6; }

.topEnvInnerL_list {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.topEnvInnerL_listItem {
  width: 66.5%;
  margin-bottom: 4rem; }

.topEnvInnerL_listItem:nth-child(1),
.topEnvInnerL_listItem:nth-child(2),
.topEnvInnerL_listItem:nth-child(3),
.topEnvInnerL_listItem:nth-child(4) {
  width: 33%; }

.topEnvInnerL_listItem a {
  display: flex;
  align-items: center;
  padding-left: 4rem;
  background: url(../../assets/img/cmn_btn_arrow01.png) 0 center no-repeat;
  background-size: 2.8rem 2.8rem;
  color: #2c9943;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  height: 2.8rem; }

.topEnvInnerR {
  width: 45%; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .mainVInner {
    padding-left: 6rem;
    position: relative;
    height: 40rem; }
  .mainV {
    position: relative;
    padding-top: 6.5rem; }
  .mainV_txt {
    position: absolute;
    width: 32rem;
    left: 10rem;
    bottom: 3rem; }
  .cmnTtl01_en {
    font-size: 7.5rem;
    margin-bottom: 1rem; }
  .topPurposeInner {
    padding: 0 5% 8rem;
    background: url(../../assets/img/top_purpose_bg.png) right bottom no-repeat;
    background-size: 59rem 59rem; }
  .topPurposeSlide01 {
    animation: marquee-rtl var(--duration, 50s) linear infinite; }
    .topPurposeSlide01 li {
      width: calc(3084px / 2 * 0.6); }
  .topPurposeSlide02 {
    animation: marquee-ltr var(--duration, calc(5100 / 3084 * 50s)) linear infinite; }
    .topPurposeSlide02 li {
      width: calc(5100px / 2 * 0.6); }
  .topCompanyInnerR_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .topJob {
    width: 90%;
    margin: 0 auto 12rem; }
  .cmnBtn01Box--topJob {
    white-space: nowrap; }
  .topJobList_itemLink_img {
    width: 100%;
    height: 17.8rem;
    position: relative;
    overflow: hidden;
    display: block; }
  .topJobList_itemLink_cont {
    padding: 1.5rem 1.5rem;
    background: #fff; }
  .topInt {
    width: 95%;
    margin: 0 auto 12rem; }
  .topIntInnerList_itemLink_img {
    width: 100%;
    height: 27.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px; }
  .topCross {
    width: 95%;
    margin: 0 auto 12rem; }
  .topCrossList_itemLinkInfoBoxL {
    width: 42%;
    display: flex;
    flex-direction: column; }
  .topCrossList_itemLinkInfoBoxR {
    width: 42%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .topEnvInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto; }
  .cmnTtl01Box--topEnv .cmnTtl01_en {
    font-size: 6rem; }
  .topCompanyInner_contTtl {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.6; }
  .topEnvInnerL_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .mainContent {
    position: relative;
    overflow: hidden; }
  .mainV {
    position: relative;
    padding-top: 7rem; }
  .mainVInner {
    padding-left: 0rem;
    position: relative;
    height: auto; }
  .mainV_txt {
    position: relative;
    width: 32rem;
    left: unset;
    bottom: unset;
    right: unset;
    margin: 3rem auto 2rem; }
  .main_scroll {
    position: relative;
    bottom: unset;
    left: unset;
    width: 10rem;
    margin: 0 auto; }
  .main_scroll div {
    display: block;
    position: relative;
    width: 10rem;
    color: #fff;
    padding-bottom: 0.8rem; }
  .main_scroll div:after {
    content: "";
    display: block;
    width: 1px;
    z-index: 10;
    height: 0px;
    background: #a0a0a0;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    right: 0;
    margin: auto;
    animation: pathmove 1.6s linear infinite;
    opacity: 0; }
  @keyframes pathmove {
    0% {
      height: 0;
      bottom: -0rem;
      opacity: 0; }
    80% {
      height: 3rem;
      opacity: 1; }
    100% {
      height: 0;
      bottom: -4rem;
      opacity: 0; } }
  .topPurpose {
    margin: 4rem 0 0rem; }
  .topPurposeInner {
    padding: 10rem 8% 8rem;
    background: url(../../assets/img/sp/top_purpose_bg@2x.png) 0 top no-repeat;
    background-size: 100% 41rem; }
  .cmnTtl01Box {
    display: flex;
    margin-bottom: 3rem; }
  .cmnTtl01 {
    display: flex;
    flex-direction: column;
    line-height: 1; }
  .cmnTtl01_en {
    font-size: 4.8rem;
    margin-bottom: 1rem;
    white-space: nowrap; }
  .cmnTtl01_jp {
    font-size: 1.7rem;
    color: #2c9943;
    font-weight: 600; }
  .topPurposeInner_contTtl {
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.6; }
  .topPurposeInner_contTxt {
    line-height: 2.6; }
  .topPurposeSlide01 {
    animation: marquee-rtl var(--duration, 50s) linear infinite; }
    .topPurposeSlide01 li {
      width: calc(3084px / 2 * 0.78); }
  .topPurposeSlide02 {
    animation: marquee-ltr var(--duration, calc(5100 / 3084 * 50s)) linear infinite; }
    .topPurposeSlide02 li {
      width: calc(5100px / 2 * 0.78); }
  .topCompany {
    background: #f2f2f2 url(../../assets/img/sp/top_company_bg@2x.png) 0 0 no-repeat;
    background-size: 100% 57rem;
    padding-top: 8rem;
    margin-bottom: 12rem; }
  .topCompanyInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12rem;
    flex-direction: column; }
  .topCompanyInnerL {
    width: 110%;
    margin-left: -1rem;
    margin-bottom: 3rem; }
  .topCompanyInnerR {
    width: 85%;
    margin: 0 auto; }
  .cmnTtl01Box--topCompany {
    margin-bottom: 2rem; }
  .topCompanyInner_cont {
    margin-bottom: 3rem; }
  .topCompanyInner_contTtl {
    font-size: 2.7rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.6; }
  .topCompanyInner_contTxt {
    line-height: 2.6; }
  .topCompanyInnerR_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .topCompanyInnerR_listItem {
    width: 100%;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 2rem; }
  .topCompanyInnerR_listItem a {
    display: flex;
    align-items: center;
    padding-left: 4rem;
    background: url(../../assets/img/cmn_btn_arrow01.png) 0 center no-repeat;
    background-size: 2.8rem 2.8rem;
    color: #2c9943;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    height: 2.8rem; }
  .topJob {
    width: 85%;
    margin: 0 auto 12rem; }
  .topJobTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
    flex-direction: column; }
  .cmnTtl01Box--topJob {
    margin-bottom: 0; }
  .cmnBtn01 {
    display: flex;
    align-items: center;
    padding-left: 4rem;
    background: url(../../assets/img/cmn_btn_arrow01.png) 0 center no-repeat;
    background-size: 2.8rem 2.8rem;
    color: #000000;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    height: 2.8rem; }
  .topJobList {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column; }
  .topJobList_item {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 3rem; }
  .topJobList_itemLink {
    display: block; }
  .topJobList_itemLink_img {
    width: 100%;
    height: 20.8rem;
    position: relative;
    overflow: hidden;
    display: block; }
  .topJobList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto; }
  .topJobList_itemLink_cont {
    padding: 2rem 2rem;
    background: #fff; }
  .topJobList_itemLink_cont .cmnBtn01 {
    color: #2c9943;
    margin-bottom: 1rem; }
  .topInt {
    width: 85%;
    margin: 0 auto 12rem; }
  .topIntTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem; }
  .cmnTtl01Box--topInt {
    margin-bottom: 0; }
  .topIntInnerList {
    width: 90%;
    margin: 0 auto 2rem; }
  .topIntInnerList .slick-prev {
    left: -4rem;
    width: 3.5rem;
    height: 3.5rem;
    top: 18rem; }
  .topIntInnerList .slick-prev:before {
    content: "";
    background: url(../../assets/img/slick_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 3.5rem;
    height: 3.5rem;
    display: block; }
  .topIntInnerList .slick-next {
    right: -4rem;
    width: 3.5rem;
    height: 3.5rem;
    top: 18rem; }
  .topIntInnerList .slick-next:before {
    content: "";
    background: url(../../assets/img/slick_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 3.5rem;
    height: 3.5rem;
    display: block; }
  .topIntInnerList_item {
    padding: 0 1rem; }
  .topIntInnerList_itemLink {
    display: block; }
  .topIntInnerList_itemLink_img {
    width: 100%;
    height: 33.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px; }
  .topIntInnerList_itemLink_img:after {
    content: "";
    width: 100%;
    height: 14rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: white;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 96%, white 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 96%, white 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 96%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); }
  .topIntInnerList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto; }
  .topIntInnerList_itemLink_txt {
    margin-left: -1rem;
    margin-top: -4rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    width: 80%; }
  .topIntInnerList_itemLink_contCat {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background: #f2f2f2;
    border-radius: 100px;
    padding: 1rem;
    line-height: 1;
    margin-bottom: 1rem; }
  .topIntInnerList_itemLink_contCat li {
    padding: 0 1rem; }
  .topIntInnerList_itemLink_contCat li.career {
    color: #f86900; }
  .topIntInnerList_itemLink_contCat li.newgraduate {
    color: #2097ef; }
  .topIntInnerList_itemLink_contCat li + li {
    border-left: 1px solid #acacac; }
  .topIntInnerList_itemLink_contInfo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #707070; }
  .topIntInnerList_itemLink_contInfo_txt01 {
    margin-right: 1rem; }
  .topIntInnerList_itemLink_contInfo02 {
    color: #707070; }
  .topCross {
    width: 85%;
    margin: 0 auto 8rem; }
  .topCrossTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem; }
  .cmnTtl01Box--topCross {
    margin-bottom: 0; }
  .cmnTtl01Box--topCross .cmnTtl01_en {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2c9943;
    color: #fff; }
  .topCross_intro {
    margin-bottom: 3rem; }
  .topCrossList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    width: 90%;
    margin: 0 auto; }
  .topCrossList .slick-prev {
    left: -4rem;
    width: 3.5rem;
    height: 3.5rem;
    top: 18rem; }
  .topCrossList .slick-prev:before {
    content: "";
    background: url(../../assets/img/slick_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 3.5rem;
    height: 3.5rem;
    display: block; }
  .topCrossList .slick-next {
    right: -4rem;
    width: 3.5rem;
    height: 3.5rem;
    top: 18rem; }
  .topCrossList .slick-next:before {
    content: "";
    background: url(../../assets/img/slick_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 3.5rem;
    height: 3.5rem;
    display: block; }
  .topCrossList_item {
    width: 100%;
    margin-bottom: 4rem;
    padding: 1rem; }
  .topCrossList_itemLink {
    display: block; }
  .topCrossList_itemLink_bnr {
    margin-bottom: 2rem; }
  .topCrossList_itemLink_bnr_en {
    margin-bottom: 1rem;
    margin-left: 0rem;
    line-height: 1;
    color: #2c9943;
    font-size: 2.5rem;
    position: relative; }
  .topCrossList_itemLink_bnr_en span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2c9943;
    color: #ffffff00;
    font-size: 3.5rem;
    display: inline-block;
    margin-left: 0.5rem; }
  .topCrossList_itemLinkInfoBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    background: url(../../assets/img/top_cross_ico.png) center center no-repeat;
    background-size: 2.8rem 2.8rem; }
  .topCrossList_itemLinkInfoBox_rightNone {
    background: none; }
  .topCrossList_itemLinkInfoBoxL {
    width: 42%;
    display: flex;
    flex-direction: column; }
  .topCrossList_itemLinkInfoBox_rightNone .topCrossList_itemLinkInfoBoxL {
    width: 100%; }
  .topCrossList_itemLinkInfoBoxR {
    width: 42%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .topCrossList_itemLinkInfo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #707070; }
  .topCrossList_itemLinkInfo_txt01 {
    margin-right: 1rem; }
  .topCrossList_itemLinkInfo02 {
    color: #707070; }
  .topCrossList_itemLink_ttl {
    font-size: 2rem;
    font-weight: 600;
    text-decoration: underline; }
  .topCrossList_itemLink_ttl br {
    display: none !important; }
  .topEnv {
    background: #f2f2f2;
    padding: 8rem 0 3rem; }
  .topEnvInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 85%;
    margin: 0 auto;
    flex-direction: column; }
  .topEnvInnerL {
    width: 100%;
    margin-bottom: 3rem; }
  .cmnTtl01Box--topEnv {
    margin-bottom: 2rem; }
  .cmnTtl01Box--topEnv .cmnTtl01_en {
    font-size: 4.8rem; }
  .topEnvInner_cont {
    margin-bottom: 3rem; }
  .topEnvInner_contTtl {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.6; }
  .topEnvInner_contTxt {
    line-height: 2.6; }
  .topEnvInnerL_list {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .topEnvInnerL_listItem {
    width: 100%;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 2rem; }
  .topEnvInnerL_listItem:nth-child(1),
  .topEnvInnerL_listItem:nth-child(2),
  .topEnvInnerL_listItem:nth-child(3),
  .topEnvInnerL_listItem:nth-child(4) {
    width: 100%; }
  .topEnvInnerL_listItem a {
    display: flex;
    align-items: center;
    padding-left: 4rem;
    background: url(../../assets/img/cmn_btn_arrow01.png) 0 center no-repeat;
    background-size: 2.8rem 2.8rem;
    color: #2c9943;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    height: 2.8rem; }
  .topEnvInnerR {
    width: 100%;
    margin-bottom: 4rem; } }

/*-----------------------------------------------------------

PUNKUZ

-------------------------------------------------------------*/
.punkuz {
  width: 95%;
  margin: 0rem auto 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  z-index: 1; }

.punkuz li {
  font-size: 1rem;
  margin-right: 0.8rem;
  color: #a0a0a0; }

.punkuz li a {
  display: block; }

.punkuz li br {
  display: none; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .punkuz {
    width: 95%;
    margin: 0rem auto 2rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    padding-top: 2rem; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .punkuz {
    width: 90%;
    margin: 0rem auto 2rem;
    display: flex;
    align-items: center;
    white-space: normal;
    position: relative;
    z-index: 1;
    padding-top: 0rem;
    flex-wrap: wrap; }
  .punkuz li {
    font-size: 1rem;
    margin-right: 0.8rem;
    color: #a0a0a0; }
  .punkuz li a {
    display: block; }
  .punkuz li br {
    display: none; } }

/*-----------------------------------------------------------

COMPANY

-------------------------------------------------------------*/
.mainSub {
  padding-top: 8.4rem; }

.mainSubInner {
  background: url(../../assets/img/main_sub.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 22.8rem;
  padding-top: 1rem;
  position: relative; }

.mainSub_ttl {
  position: absolute;
  left: 10rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 11rem;
  line-height: 1;
  display: flex;
  flex-direction: column; }

.mainSub_ttl_en {
  font-size: 7.5rem;
  margin-bottom: 1.6rem; }

.mainSub_ttl_jp {
  font-size: 1.7rem;
  font-weight: 600; }

.scrollNav {
  width: 17%;
  position: fixed;
  /*display: none;*/
  left: 8rem;
  top: 16rem;
  transition: 0.5s;
  z-index: 2; }

.scrollNav.is-hidden {
  visibility: hidden;
  opacity: 0;
  top: 2rem;
  transition: 0.1s; }

.scrollNav li {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: #a0a0a0; }

.scrollNav li.current {
  color: #2c9943;
  position: relative;
  font-weight: 600; }

.scrollNav li:before {
  content: "●";
  color: #a0a0a0;
  margin-right: 0.6rem;
  font-size: 1rem; }

.scrollNav li.current:before {
  color: #2c9943; }

@media only screen and (min-width: 899px) {
  .mainContentScroll {
    position: relative; }
  .mainContentScroll:before {
    content: "";
    width: 100%;
    height: 35rem;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .mainContentScroll .mainSub {
    position: relative;
    z-index: 3; }
  .scrollNav {
    opacity: 0; }
  body.transform .scrollNav {
    opacity: 1; } }

.companyBox {
  padding-top: 10rem;
  padding-left: 25%;
  padding-right: 8%; }

.companySec {
  margin-bottom: 10rem; }

.cmnTtl01Box--companySec .cmnTtl01_en {
  font-size: 5.5rem; }

.companySec01Anch {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16rem; }

.companySec01Anch li {
  width: 32%; }

.companySec01Anch li a {
  background: #2c9943;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20rem;
  border-radius: 10px;
  box-shadow: -5px 5px 20px #00000040; }

.companySec01Anch li a p {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  position: relative;
  padding-bottom: 5rem;
  margin-top: 2rem; }

.companySec01Anch li a p:after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url(../../assets/img/company_arrow01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.companySec01Box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rem;
  padding-top: 2rem; }

.companySec01BoxRev {
  flex-direction: row-reverse; }

.companySec01BoxL {
  width: 57%; }

.companySec01Box_ttl {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem; }

.companySec01Box_ttl:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #d1d1d1;
  position: absolute;
  left: 0;
  bottom: 0; }

.companySec01Box_ttl:after {
  content: "";
  width: 10rem;
  height: 0.2rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  bottom: 0; }

.companySec01Box_ttl_num {
  position: absolute;
  font-size: 16.3rem;
  color: #f2f2f2;
  line-height: 1;
  left: -4rem;
  top: -10rem; }

.companySec01Box_ttl_jp {
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
  z-index: 1; }

.companySec01BoxL_contTtl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.companySec01BoxR {
  width: 38%; }

.companySec02 {
  padding: 10rem 0;
  position: relative; }

.companySec02:before {
  content: "";
  width: 200%;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  left: -50%;
  top: 0; }

.companySec02Inner {
  position: relative;
  z-index: 1; }

.companySec02_contTxt {
  margin-bottom: 4rem; }

.companySec02_contImg {
  width: 85%;
  margin: 0 auto; }

.companySec03Inner_ttlBox {
  background: #2c9943;
  border-radius: 10px;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem; }

.companySec03Inner_ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff; }

.companySec03Inner_ttl_txt01 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1rem; }

.companySec03Inner_ttl_txt02 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6; }

.companySec03Inner_txt {
  margin-bottom: 4rem; }

.companySec03InnerList {
  margin-bottom: 17rem; }

.companySec03InnerList_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem; }

.companySec03InnerList_itemL {
  width: 40%; }

.companySec03InnerList_itemR {
  width: 57%; }

.companySec03InnerList_itemR h4 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 600; }

.companySec03InnerList_itemR h4:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #d1d1d1;
  position: absolute;
  left: 0;
  bottom: 0; }

.companySec03InnerList_itemR h4:after {
  content: "";
  width: 10rem;
  height: 0.2rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  bottom: 0; }

.companySec04 {
  margin-bottom: 20rem; }

.companySec04_msg {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2rem; }

.companySec04_msgL {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.companySec04 .cmnTtl01Box--companySec {
  margin-bottom: 0; }

.companySec04_msgL_boxTtl {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 2rem; }

.companySec04_msgL_boxTxt02 {
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }

.companySec04_msgL_boxTxt02_01 {
  margin-right: 1rem; }

.companySec04_msgL_boxTxt02_02 {
  font-size: 1.7rem;
  font-weight: 600; }

.companySec04_msgR {
  width: 50%; }

.companySec04Anch {
  border: 2px solid #2c9943;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 6rem 0 1rem;
  margin-bottom: 8rem; }

.companySec04Anch_txt {
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: 5rem; }

.companySec04Anch_list {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

.companySec04Anch_list li {
  width: 50%;
  margin-bottom: 4rem; }

.companySec04Anch_list li a {
  position: relative;
  padding-left: 3rem;
  display: block;
  line-height: 1; }

.companySec04Anch_list li a:before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: -0.3rem;
  margin: auto;
  background: url(../../assets/img/company_arrow02.png) 0 0 no-repeat;
  background-size: 100% 100%; }

.companySec04Anch_list li a p {
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: underline; }

.companySec04Cont01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem; }

.companySec04Cont01L {
  width: 40%; }

.companySec04Cont01R {
  width: 57%; }

.companySec04Cont01R_ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 2rem; }

.companySec04Cont01Rev {
  flex-direction: row-reverse; }

.companySec04Cont01Flat {
  flex-wrap: wrap; }

.companySec04Cont01Flat .companySec04Cont01L {
  width: 100%;
  margin-bottom: 3rem; }

.companySec04Cont01Flat .companySec04Cont01R {
  width: 100%; }

.companySec05Inner {
  margin-bottom: 4rem; }

.companySec05Inner_ttl {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
  position: relative; }

.companySec05Inner_ttl:before {
  content: "";
  height: 0.3rem;
  width: 1.5rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.companySec05InnerList01 li {
  border-top: 1px solid #c4c4c4;
  padding-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.companySec05InnerList01 li h4 {
  width: 25%;
  font-weight: 600;
  line-height: 1.71; }

.companySec05InnerList01 li div {
  width: 75%; }

.companySec05InnerList01 li div p {
  text-indent: -1em;
  padding-left: 1em; }

.companySec05InnerList02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.companySec05InnerList02 li {
  width: 30%;
  border-top: 1px solid #c4c4c4;
  padding-top: 2rem;
  margin-bottom: 3rem; }

.companySec05InnerList02 li h4 {
  width: 100%;
  font-weight: 600;
  margin-bottom: 1rem; }

.companySec05InnerList02 li div {
  width: 100%; }

.companySec05InnerList03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.companySec05InnerList03 li {
  width: 100%;
  border-top: 1px solid #c4c4c4;
  padding-top: 2rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between; }

.companySec05InnerList03 li h4 {
  width: 20%;
  font-weight: 600;
  margin-bottom: 1rem; }

.companySec05InnerList03 li div {
  width: 80%; }

.companySec05InnerList03 li div p {
  margin-bottom: 2rem; }

.companySec05InnerList03 li div p:last-of-type {
  margin-bottom: 0; }

.companySec05InnerList04 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.companySec05InnerList04 li {
  width: 50%;
  border-top: 1px solid #c4c4c4;
  padding-top: 2rem;
  margin-bottom: 3rem; }

.companySec05InnerList04 li h4 {
  width: 100%;
  font-weight: 600;
  margin-bottom: 1rem; }

.companySec05InnerList04 li div {
  width: 100%; }

.companySec05InnerList04 li div > p {
  margin-bottom: 2rem; }

.companySec05InnerList04 li div div h5 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #a0a0a0; }

.companySec06 .cmnTtl01Box--companySec {
  margin-bottom: 6rem; }

.companySec06List {
  position: relative; }

.companySec06List:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #acd8bf;
  position: absolute;
  left: 13.6rem;
  top: 0.5rem; }

.companySec06List_item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
  position: relative; }

.companySec06List_item:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 4px solid #2c9943;
  border-radius: 50%;
  position: absolute;
  left: 12.65rem;
  top: 0.5rem; }

.companySec06List_item:last-child {
  padding-bottom: 0; }

.companySec06List_itemL {
  width: 15%;
  color: #8b8b8b;
  font-weight: 600; }

.companySec06List_itemR {
  width: 80%; }

.companySec06List_itemR h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0rem; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .mainSub {
    padding-top: 6.4rem; }
  .mainContentScroll {
    position: relative; }
  .mainContentScroll:before {
    content: "";
    width: 100%;
    height: 35rem;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .mainContentScroll .mainSub {
    position: relative;
    z-index: 3; }
  .scrollNav {
    opacity: 0; }
  body.transform .scrollNav {
    opacity: 1; }
  .scrollNav {
    width: 17%;
    position: fixed;
    /* display: none; */
    left: 3rem;
    top: 12rem;
    transition: 0.5s;
    z-index: 2; }
  .companySec01Anch li a {
    background: #2c9943;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15rem;
    border-radius: 10px;
    box-shadow: -5px 5px 20px #00000040; }
  .companySec01Anch li a p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    position: relative;
    padding-bottom: 5rem;
    margin-top: 2rem; }
  .companySec01BoxL_contTxt br.is_pc {
    display: none !important; }
  .companySec03Inner_ttl_txt02 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.6; }
  .companySec03InnerList_itemR p br.is_pc {
    display: none !important; }
  .companySec04_msg {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 2rem;
    flex-direction: column; }
  .companySec04_msgL {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .companySec04Anch {
    border: 2px solid #2c9943;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 3rem 0 1rem;
    margin-bottom: 8rem;
    flex-direction: column;
    align-items: center; }
  .companySec04Anch_list {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  .companySec04Anch_list li {
    width: 100%;
    margin-bottom: 4rem; }
  .companySec04Anch_txt {
    font-size: 1.7rem;
    font-weight: 600;
    margin-right: 0rem;
    margin-bottom: 3rem; }
  .companySec04Cont01R_txt br.is_pc {
    display: none !important; }
  .companySec05InnerList01 li {
    width: 100%;
    border-top: 1px solid #c4c4c4;
    padding-top: 2rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between; }
  .companySec05InnerList02 li {
    width: 100%;
    border-top: 1px solid #c4c4c4;
    padding-top: 2rem;
    margin-bottom: 3rem; }
  .companySec05InnerList04 li {
    width: 100%;
    border-top: 1px solid #c4c4c4;
    padding-top: 2rem;
    margin-bottom: 3rem; }
  .companySec06List:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #acd8bf;
    position: absolute;
    left: 13.6rem;
    top: 0.5rem;
    display: none; }
  .companySec06List_item:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: #fff;
    border: 4px solid #2c9943;
    border-radius: 50%;
    position: absolute;
    left: 12.65rem;
    top: 0.5rem;
    display: none; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .mainSub {
    padding-top: 7rem; }
  .mainSubInner {
    background: url(../../assets/img/sp/main_sub@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 20.8rem;
    padding-top: 1rem;
    position: relative; }
  .mainSub_ttl {
    position: absolute;
    left: 3rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 8rem;
    line-height: 1;
    display: flex;
    flex-direction: column; }
  .mainSub_ttl_en {
    font-size: 4.8rem;
    margin-bottom: 1rem; }
  .mainSub_ttl_jp {
    font-size: 1.7rem;
    font-weight: 600; }
  /*.scrollNav{
  width: 17%;
  position: fixed;
  left: 8rem;
  top: 16rem;
  transition: 0.5s;
  z-index: 2;
}
.scrollNav.is-hidden {
  visibility: hidden;
  opacity: 0;
  top: 2rem;
  transition: 0.1s;
}
.scrollNav li{
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: #A0A0A0;
}
.scrollNav li.current{
  color: #2C9943;
  position: relative;
  font-weight: 600;
}
.scrollNav li:before{
  content: "●";
  color: #A0A0A0;
  margin-right: 0.6rem;
  font-size: 1rem;
}
.scrollNav li.current:before{
  color: #2C9943;
}*/
  .scrollNavSP {
    width: 85%;
    margin: 4rem auto 5rem; }
  .scrollNavSP li {
    width: 100%;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 2rem; }
  .scrollNavSP li a {
    display: flex;
    align-items: center;
    background: url(../../assets/img/sp/anch_arrow@2x.png) 95% center no-repeat;
    background-size: 1.8rem 1rem;
    color: #2c9943;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1; }
  .companyBox {
    padding-top: 0rem;
    padding-left: 0%;
    padding-right: 0;
    width: 85%;
    margin: 0 auto; }
  .companySec {
    margin-bottom: 10rem; }
  .cmnTtl01Box--companySec .cmnTtl01_en {
    font-size: 4rem; }
  .companySec01Anch {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10rem;
    flex-wrap: wrap; }
  .companySec01Anch li {
    width: 100%;
    margin-bottom: 2rem; }
  .companySec01Anch li a {
    background: #2c9943;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 17rem;
    border-radius: 10px;
    box-shadow: -5px 5px 20px #00000040; }
  .companySec01Anch li a p {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    position: relative;
    padding-bottom: 4rem;
    margin-top: 0rem; }
  .companySec01Anch li a p:after {
    content: "";
    width: 3rem;
    height: 3rem;
    background: url(../../assets/img/company_arrow01.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .companySec01Box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
    padding-top: 2rem;
    flex-direction: column; }
  .companySec01BoxRev {
    flex-direction: column; }
  .companySec01BoxL {
    width: 100%; }
  .companySec01Box_ttl {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem; }
  .companySec01Box_ttl:before {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #d1d1d1;
    position: absolute;
    left: 0;
    bottom: 0; }
  .companySec01Box_ttl:after {
    content: "";
    width: 10rem;
    height: 0.2rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    bottom: 0; }
  .companySec01Box_ttl_num {
    position: absolute;
    font-size: 12rem;
    color: #f2f2f2;
    line-height: 1;
    left: unset;
    right: 0;
    top: -6rem; }
  .companySec01Box_ttl_jp {
    font-size: 2.5rem;
    font-weight: 600;
    position: relative;
    z-index: 1;
    line-height: 1.6; }
  .companySec01BoxL_contTtl {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .companySec01BoxR {
    width: 100%;
    margin-bottom: 2rem; }
  .companySec02 {
    padding: 10rem 0;
    position: relative; }
  .companySec02:before {
    content: "";
    width: 200%;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    left: -50%;
    top: 0; }
  .companySec02Inner {
    position: relative;
    z-index: 1; }
  .companySec02_contTxt {
    margin-bottom: 4rem; }
  .companySec02_contImg {
    width: 85%;
    margin: 0 auto; }
  .companySec02_contImgList li {
    padding: 0 2rem; }
  .companySec02_contImgList .slick-dots {
    bottom: -3rem; }
  .companySec02_contImgList .slick-dots li {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 8px;
    margin: 0 0.7rem;
    padding: 0;
    cursor: pointer; }
  .companySec02_contImgList .slick-dots li button:before {
    font-family: unset !important;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 2rem;
    height: 8px;
    content: "•";
    text-align: center;
    color: #c3c3c3;
    background: #c3c3c3;
    border-radius: 100px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #c3c3c3; }
  .companySec02_contImgList .slick-dots li.slick-active button:before {
    color: #009944;
    border-radius: 100px;
    background: #009944;
    border: 1px solid #009944; }
  .companySec02_contImgList .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 2rem;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
  .companySec03Inner_ttlBox {
    background: #2c9943;
    border-radius: 10px;
    height: 25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem; }
  .companySec03Inner_ttl {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff; }
  .companySec03Inner_ttl_txt01 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1rem; }
  .companySec03Inner_ttl_txt02 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.6; }
  .companySec03Inner_txt {
    margin-bottom: 4rem; }
  .companySec03InnerList {
    margin-bottom: 2rem; }
  .companySec03InnerList_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    flex-direction: column; }
  .companySec03InnerList_itemL {
    width: 100%;
    margin-bottom: 2rem; }
  .companySec03InnerList_itemR {
    width: 100%; }
  .companySec03InnerList_itemR h4 {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 600; }
  .companySec03InnerList_itemR h4:before {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #d1d1d1;
    position: absolute;
    left: 0;
    bottom: 0; }
  .companySec03InnerList_itemR h4:after {
    content: "";
    width: 10rem;
    height: 0.2rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    bottom: 0; }
  .companySec04 {
    margin-bottom: 10rem; }
  .companySec04_msg {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 2rem;
    flex-direction: column; }
  .companySec04_msgL {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .companySec04 .cmnTtl01Box--companySec {
    margin-bottom: 3rem; }
  .companySec04_msgL_boxTtl {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 2rem; }
  .companySec04_msgL_boxTxt02 {
    display: flex;
    align-items: center;
    margin-bottom: 2rem; }
  .companySec04_msgL_boxTxt02_01 {
    margin-right: 1rem; }
  .companySec04_msgL_boxTxt02_02 {
    font-size: 1.7rem;
    font-weight: 600; }
  .companySec04_msgR {
    width: 100%;
    margin-bottom: 3rem; }
  .companySec04Anch {
    border: 2px solid #2c9943;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    padding: 3rem 2rem 1rem;
    margin-bottom: 8rem;
    flex-direction: column; }
  .companySec04Anch_txt {
    font-size: 1.7rem;
    font-weight: 600;
    margin-right: 0rem;
    color: #2c9943;
    margin-bottom: 2rem; }
  .companySec04Anch_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  .companySec04Anch_list li {
    width: 100%;
    margin-bottom: 3rem; }
  .companySec04Anch_list li a {
    position: relative;
    padding-left: 3rem;
    display: block;
    line-height: 1; }
  .companySec04Anch_list li a:before {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -0.3rem;
    margin: auto;
    background: url(../../assets/img/company_arrow02.png) 0 0 no-repeat;
    background-size: 100% 100%; }
  .companySec04Anch_list li a p {
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: underline; }
  .companySec04Cont01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    flex-direction: column; }
  .companySec04Cont01L {
    width: 100%;
    margin-bottom: 2rem; }
  .companySec04Cont01R {
    width: 100%; }
  .companySec04Cont01R_ttl {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 1rem; }
  .companySec04Cont01Rev {
    flex-direction: column; }
  .companySec04Cont01Flat {
    flex-wrap: wrap; }
  .companySec04Cont01Flat .companySec04Cont01L {
    width: 100%;
    margin-bottom: 3rem; }
  .companySec04Cont01Flat .companySec04Cont01R {
    width: 100%; }
  .companySec05Inner {
    margin-bottom: 4rem; }
  .companySec05Inner_ttl {
    font-size: 2rem;
    font-weight: 600;
    padding-left: 2.5rem;
    margin-bottom: 4rem;
    position: relative; }
  .companySec05Inner_ttl:before {
    content: "";
    height: 0.3rem;
    width: 1.5rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .companySec05InnerList01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .companySec05InnerList01 li {
    width: 100%;
    border-top: 1px solid #c4c4c4;
    padding-top: 2rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between; }
  .companySec05InnerList01 li h4 {
    width: 35%;
    font-weight: 600; }
  .companySec05InnerList01 li div {
    width: 65%; }
  .companySec05InnerList01 li div p {
    text-indent: -1em;
    padding-left: 1em; }
  .companySec05InnerList02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .companySec05InnerList02 li {
    width: 100%;
    border-top: 1px solid #c4c4c4;
    padding-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between; }
  .companySec05InnerList02 li h4 {
    width: 30%;
    font-weight: 600;
    margin-bottom: 0rem; }
  .companySec05InnerList02 li div {
    width: 70%; }
  .companySec05InnerList03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .companySec05InnerList03 li {
    width: 100%;
    border-top: 1px solid #c4c4c4;
    padding-top: 2rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .companySec05InnerList03 li h4 {
    width: 100%;
    font-weight: 600;
    margin-bottom: 1rem; }
  .companySec05InnerList03 li div {
    width: 100%; }
  .companySec05InnerList03 li div p {
    margin-bottom: 2rem; }
  .companySec05InnerList03 li div p:last-of-type {
    margin-bottom: 0; }
  .companySec05InnerList04 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .companySec05InnerList04 li {
    width: 100%;
    border-top: 1px solid #c4c4c4;
    padding-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .companySec05InnerList04 li h4 {
    width: 100%;
    font-weight: 600;
    margin-bottom: 1rem; }
  .companySec05InnerList04 li div {
    width: 100%; }
  .companySec05InnerList04 li div > p {
    margin-bottom: 2rem; }
  .companySec05InnerList04 li div div h5 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #a0a0a0; }
  .companySec06 .cmnTtl01Box--companySec {
    margin-bottom: 6rem; }
  .companySec06List {
    position: relative; }
  .companySec06List:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #acd8bf;
    position: absolute;
    left: 0.85rem;
    top: 0.5rem; }
  .companySec06List_item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4rem;
    position: relative;
    flex-direction: column;
    padding-left: 4rem; }
  .companySec06List_item:before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: #fff;
    border: 4px solid #2c9943;
    border-radius: 50%;
    position: absolute;
    left: 0rem;
    top: 0.5rem; }
  .companySec06List_item:last-child {
    padding-bottom: 0; }
  .companySec06List_itemL {
    width: 100%;
    color: #8b8b8b;
    font-weight: 600; }
  .companySec06List_itemR {
    width: 100%; }
  .companySec06List_itemR h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem; } }

/*-----------------------------------------------------------

DATA

-------------------------------------------------------------*/
.dataWrapBg {
  background: #fefff8;
  padding-bottom: 2rem;
  margin-bottom: 8rem; }

.dataSec {
  width: 70%;
  margin: 0 auto 10rem; }

.dataSec01 {
  padding-top: 8rem; }

.data_ttlBox {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem; }

.data_ttl {
  font-size: 2.5rem;
  font-weight: 600;
  padding-left: 2.5rem;
  position: relative; }

.data_ttl:before {
  content: "";
  height: 0.3rem;
  width: 1.5rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.dataSecList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }

.dataSecList_item {
  width: 100%;
  border: 2px solid #2c9943;
  border-radius: 10px;
  padding: 2.5rem;
  margin-bottom: 2rem; }

.dataSecList_itemTtl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem; }

.dataSecList_itemBox {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end; }

.data01_01_img {
  width: 71rem;
  margin: 0 auto; }

.data01_01_txt01 {
  position: absolute;
  display: flex;
  align-items: baseline;
  left: 23rem;
  top: 7.3rem; }

.data01_01_txt01Num {
  font-size: 5.6rem; }

.data01_01_txt01Jp {
  font-weight: 600;
  font-size: 1.9rem; }

.data01_01_txt02 {
  position: absolute;
  display: flex;
  align-items: baseline;
  color: #fff;
  left: 48.5rem;
  top: 10.5rem; }

.data01_01_txt02Num {
  font-size: 5.6rem; }

.data01_01_txt02Jp {
  font-weight: 600;
  font-size: 1.9rem; }

.data01_02_img {
  width: 80rem;
  margin: -2.2rem auto 2rem; }

.data01_02_txt01 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 10.6rem;
  top: 12.5rem;
  letter-spacing: 0;
  line-height: 1; }

.data01_02_txt01Top {
  display: flex;
  justify-content: center;
  align-items: baseline; }

.data01_02_txt01Num {
  font-size: 4.5rem;
  color: #f86900; }

.data01_02_txt01Jp {
  font-weight: 600;
  font-size: 1.9rem; }

.data01_02_txt01Note {
  font-weight: 600;
  font-size: 1.7rem; }

.data01_02_txt02 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 36rem;
  top: 9.5rem;
  letter-spacing: 0;
  line-height: 1; }

.data01_02_txt02Top {
  display: flex;
  justify-content: center;
  align-items: baseline; }

.data01_02_txt02Num {
  font-size: 5.5rem;
  color: #f86900; }

.data01_02_txt02Jp {
  font-weight: 600;
  font-size: 1.9rem; }

.data01_02_txt02Note {
  font-weight: 600;
  font-size: 1.7rem; }

.data01_02_txt03 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 63.7rem;
  top: 6.8rem;
  letter-spacing: 0;
  line-height: 1; }

.data01_02_txt03Top {
  display: flex;
  justify-content: center;
  align-items: baseline; }

.data01_02_txt03Num {
  font-size: 7.5rem;
  color: #f86900; }

.data01_02_txt03Jp {
  font-weight: 600;
  font-size: 1.9rem; }

.data01_02_txt03Note {
  font-weight: 600;
  font-size: 1.7rem; }

.data02_04_img {
  width: 84%; }

.data01_02_txt04 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 21rem;
  top: 11.5rem;
  letter-spacing: 0;
  line-height: 1; }

.data01_02_txt05 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 5.1rem;
  top: 0.5rem;
  letter-spacing: 0;
  line-height: 1; }

.data01_03_img {
  width: 86rem;
  margin-top: 1rem;
  margin-right: 4rem; }

.data01_03_txt01 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 9.8rem;
  top: 1.5rem;
  letter-spacing: 0;
  line-height: 1; }

.data01_03_txt02 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 21rem;
  top: 3.5rem;
  letter-spacing: 0;
  line-height: 1; }

.data01_03_txt03 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 32rem;
  top: 19.5rem;
  letter-spacing: 0;
  line-height: 1; }

.data01_03_txt04 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 44rem;
  top: 25.5rem;
  letter-spacing: 0;
  line-height: 1; }

.data01_03_txt05 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 31rem;
  top: 27.5rem;
  letter-spacing: 0;
  line-height: 1; }

.data01_03_txt06 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 19rem;
  bottom: 6.5rem;
  letter-spacing: 0;
  line-height: 1; }

.data01_03_txt07 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: 9.2rem;
  bottom: 5.5rem;
  letter-spacing: 0;
  line-height: 1; }

.data01_03_txt01Num {
  font-size: 4rem;
  color: #2c9943; }

.data01_03_txt04Num {
  font-size: 4rem;
  color: #6bd182; }

.dataSec02Inner {
  border: 2px solid #2c9943;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem 4rem; }

.dataSec02_img {
  width: 100%;
  margin: 0 auto 2rem; }

.dataSecList_itemTtl span {
  color: #a0a0a0;
  font-size: 1.4rem;
  margin-left: 0.5rem; }

.dataSec02_01 .dataSecList_item {
  width: 49%; }

.data02_01_txt01 {
  display: flex;
  align-items: baseline;
  line-height: 1; }

.data02_01_txt01Num {
  font-size: 12rem;
  white-space: nowrap; }

.data02_01_txt01Num .size_s {
  font-size: 8rem; }

.data02_01_txt01Jp {
  font-size: 3rem;
  font-weight: 600; }

.dataSec02_02 .dataSecList_item {
  width: 49%; }

.data02_02 .data02_02_txt01 {
  width: 100%; }

.data02_02_txt01 {
  display: flex;
  align-items: baseline;
  line-height: 1;
  white-space: nowrap;
  flex-direction: column; }

.data02_02_txt01 + .data02_02_txt01 {
  border-right: 0;
  padding-right: 0; }

.data02_02_txt01Box02 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 2rem;
  width: 100%; }

.data02_02_txt01_txt02 {
  display: flex;
  align-items: baseline; }

.data02_02_txt01_txt02_txt01 {
  margin-right: 1rem; }

.data02_02_txt01_txt02_txt02 {
  font-size: 3.7rem;
  margin-right: 1rem; }

.data02_02_txt01_txt01 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0rem;
  width: 100%;
  line-height: 1.3;
  margin-right: 1rem; }

.data02_02_txt01_txt02 {
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%; }

.data02_02_txt01Num {
  font-size: 6.5rem;
  letter-spacing: 0; }

.data02_02_txt01Jp {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0; }

.data02_02_txt02 {
  display: flex;
  align-items: baseline;
  line-height: 1;
  flex-wrap: wrap;
  white-space: nowrap; }

.data02_02_txt02Note {
  width: 100%;
  font-weight: 600; }

.data02_02_txt02Num {
  font-size: 4rem; }

.data02_02_txt02Jp {
  font-size: 1.4rem;
  font-weight: 600; }

.data02_03_txt01 {
  display: flex;
  align-items: baseline;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  left: 6.5rem;
  top: 6.5rem;
  flex-wrap: wrap; }

.data02_03_txt01Note {
  width: 100%;
  font-weight: 600;
  padding-left: 2rem; }

.data02_03_txt01Num {
  font-size: 4.5rem; }

.data02_03_txt01Jp {
  font-size: 1.4rem;
  font-weight: 600; }

.data02_03_img {
  width: 37.5rem; }

.dataSec02_03 .dataSecList_item {
  width: 49%; }

.dataSec02_04 .dataSecList_item {
  width: 49%; }

.data02_05 {
  width: 35%; }

.data02_05_txt01 {
  display: flex;
  align-items: baseline;
  line-height: 1;
  border-right: 1px solid #a0a0a0;
  padding-right: 1.6rem;
  margin-right: 1.6rem;
  white-space: nowrap; }

.data02_05_txt01Num {
  font-size: 12rem; }

.data02_05_txt01Jp {
  font-size: 3rem;
  font-weight: 600; }

.data02_05_txt01Jp span {
  font-size: 1.4rem;
  color: #a0a0a0;
  margin: 1rem 0;
  display: block; }

.data02_05_txt02 {
  display: flex;
  align-items: baseline;
  line-height: 1;
  flex-wrap: wrap;
  white-space: nowrap;
  margin-bottom: 0.7rem; }

.data02_05_txt02Note {
  width: 100%;
  font-weight: 600; }

.data02_05_txt02Num {
  font-size: 4rem; }

.data02_05_txt02Jp {
  font-size: 1.4rem;
  font-weight: 600; }

.data02_06 {
  width: 63%; }

.data02_06 .dataSecList_itemBox {
  margin-top: -3rem; }

.data02_06_img {
  width: 31rem; }

.data02_06_box {
  width: 37%;
  margin-left: 2rem; }

.data02_06_boxNote {
  font-weight: 600; }

.data02_06_boxTxt {
  display: flex;
  align-items: baseline;
  line-height: 1; }

.data02_06_txt01Num {
  font-size: 12rem; }

.data02_06_txt01Jp {
  font-size: 3rem;
  font-weight: 600; }

.dataSec03 {
  padding: 8rem 0;
  background: #f2f2f2; }

.dataSec03_ttl {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 3rem; }

.dataSec03List {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  margin: 0 auto; }

.dataSec03List_item {
  width: 32%;
  border-radius: 10px;
  overflow: hidden; }

.dataSec03List_itemLink {
  display: block; }

.dataSec03List_itemLink_img {
  width: 100%;
  height: 20.8rem;
  position: relative;
  overflow: hidden;
  display: block; }

.dataSec03List_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto; }

.dataSec03List_itemLink_cont {
  padding: 2.5rem 4rem;
  background: #fff; }

.dataSec03List_itemLink_cont .cmnBtn01 {
  color: #2c9943;
  margin-bottom: 1rem; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .dataSec {
    width: 95%;
    margin: 0 auto 10rem; }
  .data01_01_txt01 {
    position: absolute;
    display: flex;
    align-items: baseline;
    left: 18rem;
    top: 7.3rem; }
  .data01_01_txt02 {
    position: absolute;
    display: flex;
    align-items: baseline;
    color: #fff;
    left: 43.5rem;
    top: 10.5rem; }
  .data01_02_txt01 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 5.8rem;
    top: 12.5rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_02_txt02 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 30.5rem;
    top: 9.8rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_02_txt03 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 58.4rem;
    top: 6.8rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_02_txt04 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 18.5rem;
    top: 9.5rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_02_txt05 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 4.1rem;
    top: 0rem;
    letter-spacing: 0;
    line-height: 1; }
  .data02_02_txt01Num {
    font-size: 5.5rem;
    letter-spacing: 0; }
  .data02_02_txt01_txt02_txt02 {
    font-size: 4rem; }
  .data02_03_txt01 {
    display: flex;
    align-items: baseline;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    left: 3.6rem;
    top: 5.8rem;
    flex-wrap: wrap; }
  .dataSec03List {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
    margin: 0 auto; }
  .dataSec03List_itemLink_cont {
    padding: 1.5rem 1.5rem;
    background: #fff;
    height: 19rem; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .dataSec {
    width: 85%;
    margin: 0 auto 6rem; }
  .dataSec01 {
    padding-top: 8rem; }
  .data_ttlBox {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 2rem; }
  .data_ttl {
    font-size: 2.5rem;
    font-weight: 600;
    padding-left: 2.5rem;
    position: relative;
    line-height: 1.6; }
  .data_ttl:before {
    content: "";
    height: 0.3rem;
    width: 1.5rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .dataSecList {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
  .dataSecList_item {
    width: 100%;
    border: 1px solid #2c9943;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem; }
  .dataSecList_itemTtl {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center; }
  .dataSecList_itemBox {
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
  .data01_01_img {
    width: 30rem;
    margin: 0 auto; }
  .data01_01_txt01 {
    position: absolute;
    display: flex;
    align-items: baseline;
    left: 2rem;
    top: 2.3rem; }
  .data01_01_txt01Num {
    font-size: 3.5rem; }
  .data01_01_txt01Jp {
    font-weight: 600;
    font-size: 1.2rem; }
  .data01_01_txt02 {
    position: absolute;
    display: flex;
    align-items: baseline;
    color: #fff;
    left: 16.2rem;
    top: 4.2rem; }
  .data01_01_txt02Num {
    font-size: 3.5rem; }
  .data01_01_txt02Jp {
    font-weight: 600;
    font-size: 1.2rem; }
  .data01_02_img {
    width: 21rem;
    margin: 0 auto 1rem; }
  .data01_02_txt01 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 9.8rem;
    top: 7.5rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_02_txt01Top {
    display: flex;
    justify-content: center;
    align-items: baseline; }
  .data01_02_txt01Num {
    font-size: 4.5rem; }
  .data01_02_txt01Jp {
    font-weight: 600;
    font-size: 1.9rem; }
  .data01_02_txt01Note {
    font-weight: 600; }
  .data01_02_txt02 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 9.9rem;
    top: 30.1rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_02_txt02Top {
    display: flex;
    justify-content: center;
    align-items: baseline; }
  .data01_02_txt02Num {
    font-size: 4.5rem; }
  .data01_02_txt02Jp {
    font-weight: 600;
    font-size: 1.9rem; }
  .data01_02_txt02Note {
    font-weight: 600; }
  .data01_02_txt03 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 10.2rem;
    top: 53.7rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_02_txt03Top {
    display: flex;
    justify-content: center;
    align-items: baseline; }
  .data01_02_txt03Num {
    font-size: 4.5rem; }
  .data01_02_txt03Jp {
    font-weight: 600;
    font-size: 1.9rem; }
  .data01_02_txt03Note {
    font-weight: 600; }
  .data01_02_txt04 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 6.5rem;
    top: 34.2rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_02_txt05 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 2.8rem;
    top: 45.5rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_03_img {
    width: 31rem;
    margin-top: 1rem;
    margin-right: 4rem; }
  .data01_03_txt01 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 20.8rem;
    top: 4rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_03_txt02 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 19rem;
    top: 8.2rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_03_txt03 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 12.4rem;
    top: 12.9rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_03_txt04 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 10rem;
    top: 17.9rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_03_txt05 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: unset;
    left: 9.6rem;
    top: 23rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_03_txt06 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: unset;
    left: 7.6rem;
    bottom: 8.9rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_03_txt07 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: unset;
    left: 7.2rem;
    bottom: 4.1rem;
    letter-spacing: 0;
    line-height: 1; }
  .data01_03_txt01Num {
    font-size: 3.5rem;
    color: #2c9943; }
  .data01_03_txt04Num {
    font-size: 3.5rem;
    color: #6bd182; }
  .dataSec02Inner {
    border: 1px solid #2c9943;
    border-radius: 10px;
    overflow: hidden;
    padding: 1.5rem; }
  .dataSec02_img {
    width: 100%;
    margin: 0 auto 2rem; }
  .dataSecList_itemTtl span {
    color: #a0a0a0;
    font-size: 1.4rem; }
  .dataSec02_01 .dataSecList_item {
    width: 100%; }
  .data02_01_txt01 {
    display: flex;
    align-items: baseline;
    line-height: 1; }
  .data02_01_txt01Num {
    font-size: 12rem;
    white-space: nowrap; }
  .data02_01_txt01Num .size_s {
    font-size: 8rem; }
  .data02_01_txt01Jp {
    font-size: 3rem;
    font-weight: 600; }
  .data02_02 .dataSecList_itemBox {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0; }
  .dataSec02_02 .dataSecList_item {
    width: 100%; }
  .data02_02_txt01 {
    display: flex;
    align-items: baseline;
    line-height: 1;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    white-space: nowrap;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    justify-content: center; }
  .data02_02_txt01 + .data02_02_txt01 {
    border-right: 0;
    border-bottom: none;
    padding-right: 0;
    margin-top: 1rem; }
  .data02_02_txt01Num {
    font-size: 5.7rem; }
  .data02_02_txt01Jp {
    font-size: 3rem;
    font-weight: 600; }
  .data02_02_txt02 {
    display: flex;
    align-items: center;
    line-height: 1;
    flex-wrap: nowrap;
    white-space: nowrap; }
  .data02_02_txt02Note {
    width: 100%;
    font-weight: 600; }
  .data02_02_txt02Num {
    font-size: 4rem;
    margin: 0 0.4rem; }
  .data02_02_txt02Jp {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 0.2rem; }
  .data02_02 .data02_02_txt01_txt01 {
    width: 100%;
    text-align: center; }
  .data02_02 .data02_02_txt01Box {
    width: 100%; }
  .data02_02_txt01Box02 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 2rem;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 2rem;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center; }
  .data02_02 .data02_02_txt01Jp {
    font-size: 2.5rem;
    margin-left: 0.6rem;
    position: relative;
    top: -0.5rem; }
  .data02_02 .data02_02_txt01_txt02 {
    justify-content: center; }
  .data02_02_txt01_txt02_txt02 {
    font-size: 3.7rem;
    margin-right: 0.5rem; }
  .data02_03_txt01 {
    display: flex;
    align-items: baseline;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    left: 9.5rem;
    top: 6.5rem;
    flex-wrap: wrap; }
  .data02_03_txt01Note {
    width: 100%;
    font-weight: 600;
    padding-left: 2rem; }
  .data02_03_txt01Num {
    font-size: 4.5rem; }
  .data02_03_txt01Jp {
    font-size: 1.4rem;
    font-weight: 600; }
  .data02_03_img {
    width: 37.5rem; }
  .dataSec02_03 .dataSecList_item {
    width: 100%; }
  .data02_04_img {
    width: 28rem; }
  .data02_04_img02 {
    width: 23rem; }
  .dataSec02_04 .dataSecList_item {
    width: 100%; }
  .data02_05 {
    width: 35%; }
  .data02_05_txt01 {
    display: flex;
    align-items: baseline;
    line-height: 1;
    border-right: 1px solid #a0a0a0;
    padding-right: 1.6rem;
    margin-right: 1.6rem;
    white-space: nowrap; }
  .data02_05_txt01Num {
    font-size: 12rem; }
  .data02_05_txt01Jp {
    font-size: 3rem;
    font-weight: 600; }
  .data02_05_txt01Jp span {
    font-size: 1.4rem;
    color: #a0a0a0;
    margin: 1rem 0;
    display: block; }
  .data02_05_txt02 {
    display: flex;
    align-items: baseline;
    line-height: 1;
    flex-wrap: wrap;
    white-space: nowrap;
    margin-bottom: 0.7rem; }
  .data02_05_txt02Note {
    width: 100%;
    font-weight: 600; }
  .data02_05_txt02Num {
    font-size: 4rem; }
  .data02_05_txt02Jp {
    font-size: 1.4rem;
    font-weight: 600; }
  .data02_06 {
    width: 63%; }
  .data02_06 .dataSecList_itemBox {
    margin-top: -3rem; }
  .data02_06_img {
    width: 31rem; }
  .data02_06_box {
    width: 37%;
    margin-left: 2rem; }
  .data02_06_boxNote {
    font-weight: 600; }
  .data02_06_boxTxt {
    display: flex;
    align-items: baseline;
    line-height: 1; }
  .data02_06_txt01Num {
    font-size: 12rem; }
  .data02_06_txt01Jp {
    font-size: 3rem;
    font-weight: 600; }
  .dataSec03 {
    padding: 8rem 0;
    background: #f2f2f2; }
  .dataSec03_ttl {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 3rem; }
  .dataSec03List {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 83%;
    margin: 0 auto;
    flex-wrap: wrap; }
  .dataSec03List_item {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 3rem; }
  .dataSec03List_itemLink {
    display: block; }
  .dataSec03List_itemLink_img {
    width: 100%;
    height: 20.8rem;
    position: relative;
    overflow: hidden;
    display: block; }
  .dataSec03List_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto; }
  .dataSec03List_itemLink_cont {
    padding: 2rem 2rem;
    background: #fff; }
  .dataSec03List_itemLink_cont .cmnBtn01 {
    color: #2c9943;
    margin-bottom: 1rem; } }

/*-----------------------------------------------------------

JOB

-------------------------------------------------------------*/
.jobBox {
  padding-top: 10rem;
  padding-left: 25%;
  padding-right: 8%; }

.jobSec {
  margin-bottom: 10rem; }

.cmnTtl01Box--jobSec .cmnTtl01_en {
  font-size: 5.5rem; }

.jobSec01Inner_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.jobSec01Inner_txt {
  margin-bottom: 3rem; }

.jobSec01Inner_img {
  border: 2px solid #2c9943;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem 4rem; }

.jobSec01Inner_img_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0rem; }

.jobSec01Inner_img_note {
  display: none; }

.jobSec02Inner_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.jobSec02Inner_txt {
  margin-bottom: 3rem; }

.jobSec02Inner_img {
  border: 2px solid #2c9943;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem 4rem; }

.jobSec02Inner_img_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: -5rem; }

.jobSec03Inner_txt {
  margin-bottom: 3rem; }

.jobSec03InnerList_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem; }

.jobSec03InnerList_itemL {
  width: 40%; }

.jobSec03InnerList_itemR {
  width: 57%; }

.jobSec03InnerList_itemR h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  position: relative; }

.jobSec03InnerList_itemR h3:before {
  content: "";
  height: 0.3rem;
  width: 1.5rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  top: 1.6rem; }

.jobSec03InnerList_itemR p {
  width: 80%; }

.jobSec04Inner_txt {
  margin-bottom: 3rem; }

.jobSec04Inner_img {
  border: 2px solid #2c9943;
  border-radius: 10px;
  overflow: hidden;
  padding: 4rem 6rem;
  margin-bottom: 2rem; }

.jobSec04InnerList_item {
  border: 1px solid #707070;
  margin-bottom: -1px;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

.jobSec04InnerList_itemBox01 {
  width: 25%;
  height: 10.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.28;
  font-weight: 600;
  background: #11cc6b;
  flex-direction: column;
  padding: 2rem; }

.jobSec04InnerList_itemBox01 .post {
  display: block;
  padding-top: 0.5rem; }

.jobSec04InnerList_item:nth-child(2) .jobSec04InnerList_itemBox01 {
  background: #00ac53; }

.jobSec04InnerList_item:nth-child(3) .jobSec04InnerList_itemBox01 {
  background: #028f4f; }

.jobSec04InnerList_item:nth-child(4) .jobSec04InnerList_itemBox01 {
  background: #016d42; }

.jobSec04InnerList_itemBox02 {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #707070; }

.jobSec04InnerList_itemBox02_01 {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 3rem;
  border-bottom: 1px solid #707070; }

.jobSec04InnerList_itemBox02_txt01 {
  width: 50%;
  font-weight: 600; }

.jobSec04InnerList_itemBox02_txt02 {
  width: 50%; }

.jobSec04InnerList_itemBox02_02 {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 3rem; }

.jobSec04InnerList_itemBox03 {
  width: 75%;
  padding: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  height: 10.5rem;
  line-height: 1.64;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.jobSec04InnerList_itemBox03 .jobdetail dl {
  display: flex; }

.jobSec04InnerList_itemBox03 .jobdetail dl dt {
  width: 8rem; }

.jobSec04InnerList_itemBox03 .jobdetail dl dd {
  width: calc(100% - 8rem); }

.jobSec04InnerNote {
  font-size: 1.2rem;
  padding-top: 1rem; }

.jobSec05Inner .topJobList .topJobList_item {
  border: 1px solid #707070; }

.jobSec05Inner .topJobList .topJobList_itemLink_cont {
  padding: 2.5rem 2.5rem;
  background: #fff; }

.jobSec05Inner .topJobList .topJobList_itemLink_img {
  height: 20.8rem; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .jobSec01Inner_txt br.is_pc {
    display: none !important; }
  .jobSec02Inner_txt br.is_pc {
    display: none !important; }
  .jobSec02Inner_img {
    border: 2px solid #2c9943;
    border-radius: 10px;
    overflow: hidden;
    padding: 2rem 1rem; }
  .jobSec03Inner_txt br.is_pc {
    display: none !important; }
  .jobSec03InnerList_itemR p {
    width: 100%; }
  .jobSec04Inner_txt br.is_pc {
    display: none !important; }
  .jobSec04InnerList_itemBox01 {
    width: 25%;
    height: 10.5rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    background: #11cc6b;
    flex-direction: column;
    padding: 2rem; }
  .jobSec04InnerList_itemBox01 span {
    font-size: 1.8rem;
    line-height: 1.6; }
  .jobSec04InnerList_itemBox03 {
    width: 75%;
    padding: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
    height: 10.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .jobSec05Inner .topJobList {
    flex-wrap: wrap; }
  .jobSec05Inner .topJobList .topJobList_item {
    border: 1px solid #707070;
    width: 48%;
    margin-bottom: 2rem; }
  .jobSec05Inner .topJobList .topJobList_itemLink_cont {
    padding: 1.5rem 1.5rem;
    background: #fff; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .jobBox {
    padding-top: 0rem;
    padding-left: 0%;
    padding-right: 0%; }
  .jobSec {
    margin-bottom: 10rem; }
  .cmnTtl01Box--jobSec .cmnTtl01_en {
    font-size: 4rem; }
  .jobSec01 {
    width: 85%;
    margin: 0 auto 8rem; }
  .jobSec01Inner_txt {
    margin-bottom: 3rem; }
  .jobSec01Inner_img {
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    border: none; }
  .jobSec01Inner_img-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem; }
  .jobSec01Inner_img_ttl {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0rem;
    text-align: left; }
  .jobSec01Inner_img_note {
    display: block; }
    .jobSec01Inner_img_note dl {
      display: flex;
      align-items: center;
      gap: 5px;
      line-height: 1.4; }
      .jobSec01Inner_img_note dl dt {
        width: 3rem;
        height: 1.2rem;
        background: #000; }
      .jobSec01Inner_img_note dl dd {
        width: calc(100% - 3rem);
        font-weight: 600; }
      .jobSec01Inner_img_note dl.dl-1 dt {
        background: #2c9943; }
      .jobSec01Inner_img_note dl.dl-2 dt {
        background: #6bd182; }
  .jobSec02 .cmnTtl01Box--jobSec {
    width: 85%;
    margin: 0 auto 3rem; }
  .jobSec02Inner_ttl {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    width: 85%;
    margin: 0 auto 1rem; }
  .jobSec02Inner_txt {
    width: 85%;
    margin: 0 auto 3rem;
    margin-bottom: 3rem; }
  .jobSec02Inner_img {
    border-radius: 10px;
    overflow: hidden;
    padding: 2rem 0rem;
    width: 85%;
    margin: 0 auto; }
  .jobSec02Inner_img_ttl {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 3rem;
    width: 85%;
    margin: 0 auto 1rem;
    text-align: center; }
  .jobSec03 {
    width: 85%;
    margin: 0 auto 6rem; }
  .jobSec03Inner_txt {
    margin-bottom: 3rem; }
  .jobSec03InnerList_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    flex-direction: column; }
  .jobSec03InnerList_itemL {
    width: 100%;
    margin-bottom: 2rem; }
  .jobSec03InnerList_itemR {
    width: 100%; }
  .jobSec03InnerList_itemR h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    position: relative; }
  .jobSec03InnerList_itemR h3:before {
    content: "";
    height: 0.3rem;
    width: 1.5rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    top: 1.6rem; }
  .jobSec03InnerList_itemR p {
    width: 100%; }
  .jobSec04 {
    width: 85%;
    margin: 0 auto 6rem; }
  .jobSec04Inner_txt {
    margin-bottom: 3rem; }
  .jobSec04Inner_img {
    border: 1px solid #2c9943;
    border-radius: 10px;
    overflow: hidden;
    padding: 4rem 6rem;
    margin-bottom: 2rem; }
  .jobSec04InnerList {
    background: url(../../assets/img/sp/jobSec04InnerList_bg@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    height: 99rem; }
  .jobSec04InnerList_item {
    border: none;
    margin-bottom: -1px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; }
  .jobSec04InnerList_itemBox01 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    background: none;
    padding: 1rem 3rem 0;
    align-items: baseline;
    font-size: 1.2rem; }
  .jobSec04InnerList_itemBox01 .post {
    font-size: 2rem; }
  .jobSec04InnerList_item:nth-child(2) .jobSec04InnerList_itemBox01 {
    background: none; }
  .jobSec04InnerList_item:nth-child(3) .jobSec04InnerList_itemBox01 {
    background: none; }
  .jobSec04InnerList_item:nth-child(4) .jobSec04InnerList_itemBox01 {
    background: none; }
  .jobSec04InnerList_item:nth-child(1) {
    height: 27rem;
    padding-top: 1rem; }
  .jobSec04InnerList_item:nth-child(2) {
    height: 26rem;
    padding-top: 1rem; }
  .jobSec04InnerList_item:nth-child(3) {
    height: 24rem;
    padding-top: 0.8rem; }
  .jobSec04InnerList_item:nth-child(4) {
    height: 23rem;
    padding-top: 0.3rem; }
  .jobSec04InnerList_item:nth-child(5) {
    height: 22rem;
    justify-content: center; }
  .jobSec04InnerList_item:nth-child(5) .jobSec04InnerList_itemBox01 {
    justify-content: center; }
  .jobSec04InnerList_itemBox02 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-right: none;
    border-bottom: 1px solid #707070; }
  .jobSec04InnerList_itemBox02_01 {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 3rem;
    border-bottom: none;
    flex-direction: column;
    align-items: center;
    width: 50%;
    border-right: 1px solid #707070; }
  .jobSec04InnerList_itemBox02_txt01 {
    width: auto;
    font-weight: 600; }
  .jobSec04InnerList_itemBox02_txt02 {
    width: auto; }
  .jobSec04InnerList_itemBox02_02 {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 3rem;
    flex-direction: column;
    align-items: center;
    width: 50%; }
  .jobSec04InnerList_itemBox03 {
    width: 100%;
    padding: 0.8rem 3rem 0;
    color: #fff;
    font-size: 1.6rem;
    height: auto; }
  .jobSec04InnerList_itemBox03 p {
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: 1.6; }
  .jobSec04InnerList_itemBox03 .income {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .jobSec04InnerList_itemBox03 .jobdetail dl {
    display: block;
    font-weight: 500; }
  .jobSec04InnerList_itemBox03 .jobdetail dl dt {
    width: 100%;
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 0.5rem; }
  .jobSec04InnerList_itemBox03 .jobdetail dl dd {
    width: 100%;
    line-height: 1.28;
    font-size: 1.4rem; }
  .jobLine_sp {
    position: absolute;
    width: 68%;
    height: 1px;
    background: #fff;
    top: 1.4rem;
    left: 8rem; }
  .jobSec04InnerNote {
    line-height: 1.67; }
  .jobDott {
    display: none; }
  .jobSec05 {
    width: 85%;
    margin: 0 auto 6rem; }
  .jobSec05Inner .topJobList .topJobList_item {
    border: 1px solid #707070; }
  .jobSec05Inner .topJobList .topJobList_itemLink_cont {
    padding: 2.5rem 2.5rem;
    background: #fff; }
  .jobSec05Inner .topJobList .topJobList_itemLink_img {
    height: 20.8rem; } }

/*-----------------------------------------------------------

JOB FETAIL

-------------------------------------------------------------*/
.mainContentScrollJobD .mainSub_ttl {
  height: 7.5rem; }

.mainContentScrollJobD .mainSub_ttl_en {
  font-size: 4rem;
  font-weight: 600; }

.jobDBox {
  padding-top: 10rem;
  padding-left: 25%;
  padding-right: 8%; }

.jobDSec {
  margin-bottom: 10rem; }

.cmnTtl01Box--jobDSec .cmnTtl01_en {
  font-size: 5.5rem; }

.jobDSec01Inner_img {
  margin-bottom: 2rem; }

.jobDSec01Inner_cont {
  margin-bottom: 4rem; }

.jobDSec01Inner_contTtl {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 600; }

.jobDSec01Inner_contTtl:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #d1d1d1;
  position: absolute;
  left: 0;
  bottom: 0; }

.jobDSec01Inner_contTtl:after {
  content: "";
  width: 10rem;
  height: 0.2rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  bottom: 0; }

.jobDSec01Inner_contBox_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.jobDSec01Cta {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center; }

.jobDSec01Cta_txt {
  color: #2c9943;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center; }

.jobDSec01Cta_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%; }

.jobDSec01Cta_listItem {
  width: 45%;
  margin: 0 1rem; }

.jobDSec01Cta_listItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.4rem;
  border-radius: 10px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600; }

.jobDSec01Cta_listItem:nth-child(1) a {
  background: #2c9943; }

.jobDSec01Cta_listItem:nth-child(2) a {
  background: #f86900; }

.jobDSec01Cta_listItem a p {
  padding-left: 4rem;
  background: url(../../assets/img/job_d_arrow01.png) 0 center no-repeat;
  background-size: 2.8rem 2.8rem; }

.jobDSec01Cta_listItem:nth-child(2) a p {
  background: url(../../assets/img/job_d_arrow02.png) 0 center no-repeat;
  background-size: 2.8rem 2.8rem; }

.jobDSec02Inner_txt {
  margin-bottom: 4rem; }

.jobDSec02Inner_img {
  border: 2px solid #2c9943;
  border-radius: 10px;
  overflow: hidden;
  padding: 4rem 8rem; }

.jobDSec03Inner_cont {
  margin-bottom: 4rem; }

.jobDSec03Inner_contTtl {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 600; }

.jobDSec03Inner_contTtl:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #d1d1d1;
  position: absolute;
  left: 0;
  bottom: 0; }

.jobDSec03Inner_contTtl:after {
  content: "";
  width: 10rem;
  height: 0.2rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  bottom: 0; }

.jobDSec03Inner_contBox_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.jobDSec03Inner_career {
  background: #f8fef9;
  padding: 2rem 5rem;
  border-radius: 10px; }

.jobDSec03Inner_careerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0; }

.jobDSec03Inner_careerBoxL {
  width: 25%; }

.jobDSec03Inner_careerBoxR {
  width: 70%; }

.jobDSec03Inner_careerBoxR_cont {
  margin-bottom: 2rem; }

.jobDSec03Inner_careerBoxR_contCat {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: #f2f2f2;
  border-radius: 100px;
  padding: 1rem;
  line-height: 1;
  margin-bottom: 1rem; }

.jobDSec03Inner_careerBoxR_contCat li {
  padding: 0 1rem; }

.jobDSec03Inner_careerBoxR_contCat li.career {
  color: #f86900; }

.jobDSec03Inner_careerBoxR_contCat li.newgraduate {
  color: #2097ef; }

.jobDSec03Inner_careerBoxR_contCat li + li {
  border-left: 1px solid #acacac; }

.jobDSec03Inner_careerBoxR_contInfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }

.jobDSec03Inner_careerBoxR_contInfo_txt01 {
  margin-right: 1rem;
  font-size: 1.7rem; }

.jobDSec03Inner_careerBoxR_contInfo_txt02 {
  color: #707070; }

.jobDSec03Inner_careerBoxR_contInfo02 {
  color: #707070; }

.jobDSec03Inner_careerBoxR_step {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative; }

.jobDSec03Inner_careerBoxR_step:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #2c9943;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.jobDSec03Inner_careerBoxR_stepItem {
  width: 30%;
  min-height: 11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #a0a0a0;
  background: #fff;
  border-radius: 10px;
  position: relative; }

.jobDSec03Inner_careerBoxR_stepItem:last-child {
  background: #e7f8eb;
  border: 1px solid #e7f8eb; }

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

.jobDSec03Inner_careerBoxR_stepItemBox_txt01 {
  font-weight: 600; }

.jobDSec03Inner_careerBoxR_stepItemBox_txt02 {
  font-weight: 600; }

.jobDSec03Inner_careerBoxR_stepJobNum02 .jobDSec03Inner_careerBoxR_stepItem {
  width: 48%; }

.jobDSec04Inner .topIntInnerList {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.jobDSec04Inner .topIntInnerList .topIntInnerList_item {
  padding: 0;
  width: 28%; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .jobDSec01Inner_contBox_txt br.is_pc {
    display: none !important; }
  .jobDSec01Cta_txt {
    color: #2c9943;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center; }
  .jobDSec01Cta_list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%; }
  .jobDSec03Inner_contBox_txt br.is_pc {
    display: none !important; }
  .jobDSec03Inner_careerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3rem 0;
    flex-direction: column; }
  .jobDSec03Inner_careerBoxR {
    width: 100%; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .mainContentScrollJobD .mainSub_ttl {
    height: 3.5rem; }
  .mainContentScrollJobD .mainSub_ttl_en {
    font-size: 2.5rem;
    font-weight: 600; }
  .jobDBox {
    padding-top: 0rem;
    padding-left: 0%;
    padding-right: 0%; }
  .jobDSec {
    margin-bottom: 10rem;
    width: 85%;
    margin: 0 auto 10rem; }
  .cmnTtl01Box--jobDSec .cmnTtl01_en {
    font-size: 4rem; }
  .jobDSec01Inner_img {
    margin-bottom: 2rem; }
  .jobDSec01Inner_cont {
    margin-bottom: 4rem; }
  .jobDSec01Inner_contTtl {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 600; }
  .jobDSec01Inner_contTtl:before {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #d1d1d1;
    position: absolute;
    left: 0;
    bottom: 0; }
  .jobDSec01Inner_contTtl:after {
    content: "";
    width: 10rem;
    height: 0.2rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    bottom: 0; }
  .jobDSec01Inner_contBox_ttl {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .jobDSec01Cta {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 3rem 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .jobDSec01Cta_txt {
    color: #2c9943;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
    line-height: 1.6; }
  .jobDSec01Cta_list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    flex-direction: column; }
  .jobDSec01Cta_listItem {
    width: 100%;
    margin: 1rem 0rem; }
  .jobDSec01Cta_listItem a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.4rem;
    border-radius: 10px;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600; }
  .jobDSec01Cta_listItem:nth-child(1) a {
    background: #2c9943; }
  .jobDSec01Cta_listItem:nth-child(2) a {
    background: #f86900; }
  .jobDSec01Cta_listItem a p {
    padding-left: 4rem;
    background: url(../../assets/img/job_d_arrow01.png) 0 center no-repeat;
    background-size: 2.8rem 2.8rem; }
  .jobDSec01Cta_listItem:nth-child(2) a p {
    background: url(../../assets/img/job_d_arrow02.png) 0 center no-repeat;
    background-size: 2.8rem 2.8rem; }
  .jobDSec02Inner_txt {
    margin-bottom: 4rem; }
  .jobDSec02Inner_img {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    padding: 0; }
  .jobDSec03 {
    width: 100%; }
  .jobDSec03 .cmnTtl01Box--jobDSec {
    width: 85%;
    margin: 0 auto 3rem; }
  .jobDSec03Inner_cont {
    margin-bottom: 4rem;
    width: 85%;
    margin: 0 auto 3rem; }
  .jobDSec03Inner_contTtl {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 600; }
  .jobDSec03Inner_contTtl:before {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #d1d1d1;
    position: absolute;
    left: 0;
    bottom: 0; }
  .jobDSec03Inner_contTtl:after {
    content: "";
    width: 10rem;
    height: 0.2rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    bottom: 0; }
  .jobDSec03Inner_career {
    background: #f8fef9;
    padding: 2rem 8%;
    border-radius: 10px; }
  .jobDSec03Inner_careerBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3rem 0;
    flex-direction: column; }
  .jobDSec03Inner_careerBoxL {
    width: 100%;
    margin-bottom: 2rem; }
  .jobDSec03Inner_careerBoxR {
    width: 100%; }
  .jobDSec03Inner_careerBoxR_cont {
    margin-bottom: 2rem; }
  .jobDSec03Inner_careerBoxR_contCat {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background: #f2f2f2;
    border-radius: 100px;
    padding: 1rem;
    line-height: 1;
    margin-bottom: 1rem; }
  .jobDSec03Inner_careerBoxR_contCat li {
    padding: 0 1rem; }
  .jobDSec03Inner_careerBoxR_contCat li.career {
    color: #f86900; }
  .jobDSec03Inner_careerBoxR_contCat li.newgraduate {
    color: #2097ef; }
  .jobDSec03Inner_careerBoxR_contCat li + li {
    border-left: 1px solid #acacac; }
  .jobDSec03Inner_careerBoxR_contInfo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .jobDSec03Inner_careerBoxR_contInfo_txt01 {
    margin-right: 1rem;
    font-size: 1.7rem; }
  .jobDSec03Inner_careerBoxR_contInfo_txt02 {
    color: #707070; }
  .jobDSec03Inner_careerBoxR_contInfo02 {
    color: #707070; }
  .jobDSec03Inner_careerBoxR_step {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    position: relative;
    width: 90%;
    margin: 0 auto; }
  .jobDSec03Inner_careerBoxR_step:before {
    content: "";
    height: 83%;
    width: 2px;
    background: #2c9943;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0; }
  .jobDSec03Inner_careerBoxR_stepItem {
    width: 100%;
    min-height: 9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #a0a0a0;
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin-bottom: 2rem; }
  .jobDSec03Inner_careerBoxR_stepItem:last-child {
    background: #e7f8eb;
    border: 1px solid #e7f8eb; }
  .jobDSec03Inner_careerBoxR_stepItemBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .jobDSec03Inner_careerBoxR_stepItemBox_txt01 {
    font-weight: 600; }
  .jobDSec03Inner_careerBoxR_stepItemBox_txt02 {
    font-weight: 600; }
  .jobDSec03Inner_careerBoxR_stepJobNum02 .jobDSec03Inner_careerBoxR_stepItem {
    width: 100%; }
  .jobDSec04Inner .topIntInnerList {
    display: flex;
    justify-content: space-between;
    width: 100%;
    width: 90%;
    margin: 0 auto 2rem; }
  .jobDSec04Inner .topIntInnerList .topIntInnerList_item {
    padding: 0 1rem;
    width: 28%; } }

/*-----------------------------------------------------------

INTERVIEW

-------------------------------------------------------------*/
.intBoxInner {
  width: 80%;
  margin: 8rem auto 4rem; }

.intBoxInner .topIntInnerList {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap; }

.intBoxInner .topIntInnerList .topIntInnerList_item {
  padding: 0;
  width: 30%;
  margin-bottom: 6rem; }

.intBoxInner .topIntInnerList .topIntInnerList_itemLink_img {
  height: 39.8rem; }

.intCrossBox {
  background: #f2f2f2;
  padding: 8rem 0 8rem; }

.intCrossBox .topCross {
  margin-bottom: 0; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .intBoxInner .topIntInnerList .topIntInnerList_itemLink_img {
    height: 27.8rem; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .intBoxInner {
    width: 85%;
    margin: 8rem auto 4rem; }
  .intBoxInner .topIntInnerList {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap; }
  .intBoxInner .topIntInnerList .topIntInnerList_item {
    padding: 0;
    width: 100%;
    margin-bottom: 6rem; }
  .intBoxInner .topIntInnerList .topIntInnerList_itemLink_img {
    height: 39.8rem; }
  .intCrossBox {
    background: #f2f2f2;
    padding: 8rem 0 8rem; }
  .intCrossBox .topCross {
    margin-bottom: 0; } }

/*-----------------------------------------------------------

INTERVIEW DETAIL

-------------------------------------------------------------*/
.mainSubInnerIntD {
  background: none;
  height: auto; }

.intD_main {
  padding-left: 10%;
  margin-top: -5rem;
  margin-bottom: 8rem; }

.intD_mainInner {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.intD_mainInnerL {
  width: 30%; }

.intD_mainInnerL_ttl {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #2c9943; }

.intD_mainInnerL_ttl_info {
  color: #707070;
  line-height: 1.8;
  font-size: 1.4rem;
  margin-bottom: 1rem; }

.intD_mainInnerL_ttl_name {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1; }

.intD_mainInnerL_cont_txt01 {
  font-weight: 600;
  margin-bottom: 1rem; }

.intD_mainInnerR {
  width: 65%;
  height: 50.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0 0 0 10px; }

.intD_mainInnerR img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto; }

.intD_sec01 {
  margin-bottom: 8rem; }

.intD_sec01Inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.intD_sec01InnerL {
  width: 45%;
  height: 63.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px; }

.intD_sec01InnerL img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto; }

.intD_sec01InnerR {
  width: 50%; }

.intD_sec01InnerR_cont {
  margin-bottom: 5rem; }

.intD_sec_contTopic {
  font-size: 1.7rem;
  font-weight: 600;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  position: relative; }

.intD_sec_contTopic:before {
  content: "";
  height: 0.3rem;
  width: 1.5rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.intD_sec_contTtl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.8; }

.intD_sec02 {
  padding-right: 15%;
  margin-bottom: 8rem; }

.intD_sec02Inner {
  background: #f2f2f2;
  padding: 6rem 0;
  padding-left: 11.5%;
  padding-right: 8%;
  border-radius: 0 10px 10px 0; }

.intD_sec01Rev .intD_sec01Inner {
  flex-direction: row-reverse; }

.intD_sec02Rev {
  padding-right: 0;
  padding-left: 15%; }

.intD_sec02Rev .intD_sec02Inner {
  padding-right: 11.5%;
  padding-left: 8%;
  border-radius: 10px 0 0 10px; }

.intD_sec03 {
  margin-bottom: 8rem; }

.intD_sec03_img {
  width: 100%;
  height: 35.8rem;
  position: relative;
  overflow: hidden;
  display: block; }

.intD_sec03_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto; }

.intD_sec03Inner {
  width: 80%;
  margin: -8rem auto 0;
  background: #fff;
  padding: 6rem 0;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }

.intD_sec03Inner_ttlBox {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem; }

.intD_sec03Inner_ttl {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  position: relative; }

.intD_sec03Inner_ttl:before {
  content: "";
  height: 0.3rem;
  width: 1.5rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 0;
  margin: auto; }

.intD_sec03List {
  position: relative;
  width: 60%; }

.intD_sec03List_item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
  position: relative; }

.intD_sec03List_item:before {
  content: "";
  width: 1px;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAAXNSR0IArs4c6QAAABJJREFUGFdj0Jnp/J8BQTDgAADCngYWDrvQzwAAAABJRU5ErkJggg==) repeat-y;
  position: absolute;
  left: 13.3rem;
  top: 1.2rem; }

.intD_sec03List_item:last-child:before {
  background: none; }

.intD_sec03List_itemL {
  width: 30%;
  font-size: 2rem;
  font-weight: 600; }

.intD_sec03List_itemL:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: #2c9943;
  border-radius: 50%;
  position: absolute;
  left: 12.65rem;
  top: 1.2rem; }

.intD_sec03List_itemL:last-child {
  padding-bottom: 0; }

.intD_sec03List_itemR {
  width: 70%; }

.intD_sec03List_itemR h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.intD_sec04 {
  width: 80%;
  margin: 0 auto 8rem; }

.intD_sec04 .topIntInnerList {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.intD_sec04 .topIntInnerList .topIntInnerList_item {
  padding: 0;
  width: 28%; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .intD_main {
    padding-left: 5%;
    margin-top: 1rem;
    margin-bottom: 8rem; }
  .intD_mainInnerL {
    width: 42%; }
  .intD_mainInnerR {
    width: 55%;
    height: 50.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0 0 0 10px; }
  .intD_sec01Inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .intD_sec02 {
    padding-right: 5%;
    margin-bottom: 8rem; }
  .intD_sec02Rev {
    padding-right: 0;
    padding-left: 5%; }
  .intD_sec03_img {
    width: 100%;
    height: 28.8rem;
    position: relative;
    overflow: hidden;
    display: block; }
  .intD_sec03Inner {
    width: 90%;
    margin: -8rem auto 0;
    background: #fff;
    padding: 6rem 0;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .intD_sec03List {
    position: relative;
    width: 73%; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .mainSubInnerIntD {
    background: none;
    height: auto; }
  .mainSubInnerIntD .punkuz * {
    color: #fff; }
  .intD_main {
    padding-left: 0%;
    margin-top: -5rem;
    margin-bottom: 8rem; }
  .intD_mainInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse; }
  .intD_mainInnerL {
    width: 100%;
    margin-top: 2rem; }
  .intD_mainInnerL_ttl {
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #2c9943;
    padding-left: 8%;
    width: 90%; }
  .intD_mainInnerL_ttl_info {
    color: #707070;
    line-height: 1.8;
    font-size: 1.4rem;
    margin-bottom: 1rem; }
  .intD_mainInnerL_ttl_name {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1; }
  .intD_mainInnerL_cont {
    width: 85%;
    margin: 0 auto; }
  .intD_mainInnerL_cont_txt01 {
    font-weight: 600;
    margin-bottom: 1rem; }
  .intD_mainInnerR {
    width: 100%;
    height: 42.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0 0 0 0px; }
  .intD_mainInnerR img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto; }
  .intD_sec01 {
    margin-bottom: 0rem; }
  .intD_sec01Inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column; }
  .intD_sec01InnerL {
    width: 100%;
    height: 35.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0px;
    margin-bottom: 2rem; }
  .intD_sec01InnerL img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto; }
  .intD_sec01InnerR {
    width: 85%;
    margin: 0 auto; }
  .intD_sec01InnerR_cont {
    margin-bottom: 5rem; }
  .intD_sec_contTopic {
    font-size: 1.7rem;
    font-weight: 600;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    position: relative; }
  .intD_sec_contTopic:before {
    content: "";
    height: 0.3rem;
    width: 1.5rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .intD_sec_contTtl {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.8; }
  .intD_sec02 {
    padding-right: 5%;
    margin-bottom: 8rem; }
  .intD_sec02Inner {
    background: #f2f2f2;
    padding: 6rem 0;
    padding-left: 8%;
    padding-right: 8%;
    border-radius: 0 10px 10px 0; }
  .intD_sec01Rev .intD_sec01Inner {
    flex-direction: column; }
  .intD_sec02Rev {
    padding-right: 0;
    padding-left: 5%; }
  .intD_sec02Rev .intD_sec02Inner {
    padding-right: 8%;
    padding-left: 8%;
    border-radius: 10px 0 0 10px; }
  .intD_sec03 {
    margin-bottom: 2rem; }
  .intD_sec03_img {
    width: 100%;
    height: 35.8rem;
    position: relative;
    overflow: hidden;
    display: block; }
  .intD_sec03_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto; }
  .intD_sec03Inner {
    width: 90%;
    margin: -8rem auto 0;
    background: #fff;
    padding: 3rem 0 6rem;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .intD_sec03Inner_ttlBox {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem; }
  .intD_sec03Inner_ttl {
    font-size: 2rem;
    font-weight: 600;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    position: relative; }
  .intD_sec03Inner_ttl:before {
    content: "";
    height: 0.3rem;
    width: 1.5rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    top: 0.5rem;
    bottom: 0;
    margin: auto; }
  .intD_sec03List {
    position: relative;
    width: 80%; }
  .intD_sec03List_item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4rem;
    position: relative;
    flex-direction: column; }
  .intD_sec03List_item:before {
    content: "";
    width: 1px;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAAXNSR0IArs4c6QAAABJJREFUGFdj0Jnp/J8BQTDgAADCngYWDrvQzwAAAABJRU5ErkJggg==) repeat-y;
    position: absolute;
    left: -2.3rem;
    top: 1.2rem; }
  .intD_sec03List_item:last-child:before {
    background: none; }
  .intD_sec03List_itemL {
    width: 100%;
    font-size: 2rem;
    font-weight: 600; }
  .intD_sec03List_itemL:before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: #2c9943;
    border-radius: 50%;
    position: absolute;
    left: -2.98rem;
    top: 1.2rem; }
  .intD_sec03List_itemL:last-child {
    padding-bottom: 0; }
  .intD_sec03List_itemR {
    width: 100%; }
  .intD_sec03List_itemR h3 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 0.1rem; }
  .intD_sec04 {
    width: 85%;
    margin: 0 auto 8rem; }
  .intD_sec04 .cmnTtl01_en {
    letter-spacing: 0; }
  .intD_sec04 .topIntInnerList {
    display: flex;
    justify-content: space-between;
    width: 90%; }
  .intD_sec04 .topIntInnerList .topIntInnerList_item {
    padding: 0 1rem;
    width: 28%; } }

/*-----------------------------------------------------------

CROSS TALK

-------------------------------------------------------------*/
.crossIntro {
  width: 80%;
  margin: 8rem auto 5rem;
  background: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

.crossIntroL {
  width: 50%;
  padding: 4rem 0;
  display: flex;
  align-items: center; }

.crossIntroL_inner {
  width: 85%;
  margin: 0 auto; }

.crossIntroL_inner_en {
  margin-bottom: 3rem;
  line-height: 1;
  color: #2c9943;
  font-size: 2.5rem;
  position: relative; }

.crossIntroL_inner_en span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2c9943;
  color: #ffffff00;
  font-size: 3.5rem;
  display: inline-block;
  margin-left: 0.5rem; }

.crossIntroL_inner_info {
  margin-bottom: 3rem; }

.crossIntroL_inner_info h1 {
  font-size: 2.5re;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1rem; }

.crossIntroL_inner_info time {
  display: block;
  font-weight: 600;
  color: #a0a0a0; }

.crossIntroR {
  width: 50%;
  min-height: 43.8rem;
  position: relative;
  overflow: hidden;
  display: block; }

.crossIntroR img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto; }

.crossMember {
  width: 80%;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.crossMemberBox {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 3rem 0; }

.crossMemberBoxL {
  width: 45%;
  height: 26.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px; }

.crossMemberBoxL img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto; }

.crossMemberBoxR {
  width: 50%; }

.crossMemberBoxR_cont {
  margin-bottom: 2rem; }

.crossMemberBoxR_contTtl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.crossMemberBoxR_contCat {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: #f2f2f2;
  border-radius: 100px;
  padding: 1rem;
  line-height: 1;
  margin-bottom: 1rem; }

.crossMemberBoxR_contCat li {
  padding: 0 1rem; }

.crossMemberBoxR_contCat li.career {
  color: #f86900; }

.crossMemberBoxR_contCat li.newgraduate {
  color: #2097ef; }

.crossMemberBoxR_contCat li + li {
  border-left: 1px solid #acacac; }

.crossMemberBoxR_contCat li.other {
  display: none; }

.crossMemberBoxR_contCat li.other + li {
  border-left: none; }

.crossMemberBoxR_contInfo {
  color: #707070; }

.crossMemberBoxR_contInfo02 {
  color: #707070;
  margin-bottom: 2rem; }

.crossMember_rightNone .crossMemberBox {
  width: 100%; }

.crossMember_rightNone .crossMemberBoxL {
  width: 22%; }

.crossMember_rightNone .crossMemberBoxR {
  width: 74%; }

.crossMember_ico {
  width: 4%; }

.crossSec {
  margin-bottom: 8rem; }

.crossSecMain {
  position: relative;
  margin-bottom: 4rem; }

.crossSecMain_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1; }

.crossSecMain_inner_en {
  font-size: 2.5rem; }

.crossSecMain_inner_ico {
  width: 2.6rem;
  margin: 0 2rem; }

.crossSecMain_img {
  width: 100%;
  height: 30.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0 0 0 10px; }

.crossSecMain_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto; }

.crossSecMain_img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff94;
  position: absolute;
  left: 0;
  top: 0; }

.crossSecInner {
  width: 80%;
  margin: 0 auto 8rem; }

.crossSecInner_ttl {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2rem; }

.crossSecInner_listItem {
  position: relative;
  margin-bottom: 4rem; }

.crossSecInner_listItem_ico {
  width: 9rem;
  height: 9rem;
  position: absolute;
  left: 0;
  top: 0; }

.crossSecInner_listItem_ico:after {
  content: "";
  width: 5rem;
  height: 2px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAYAAABbNsX4AAAAAXNSR0IArs4c6QAAABxJREFUGFdj1Jnp/J+BgYHhSvpeRhANAoxECwIAq3QMBPRP0JoAAAAASUVORK5CYII=) repeat-x;
  position: absolute;
  top: 4.5rem;
  right: -6rem; }

.crossSecInner_listItem_ico div {
  width: 9rem;
  height: 9rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  margin-bottom: 0.4rem; }

.crossSecInner_listItem_ico div img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto; }

.crossSecInner_listItem_ico p {
  text-align: center; }

.crossSecInner_listItem_cont {
  width: 75%;
  margin: 0 auto;
  padding: 3rem;
  background: #f2f2f2;
  border-radius: 10px; }

.crossSecInner_listItem.cl_left .crossSecInner_listItem_cont {
  background: #f2fdf5; }

.crossSecInner_listItem.cl_right .crossSecInner_listItem_ico {
  left: unset;
  right: 0; }

.crossSecInner_listItem.cl_right .crossSecInner_listItem_ico:after {
  right: unset;
  left: -6rem; }

.crossSecInner_listItem.cl_right .crossSecInner_listItem_cont {
  background: #fafded; }

.crossSecInner_listItem.cl_cmn .crossSecInner_listItem_ico div {
  border: 1px solid #2c9943; }

.crossSecLast {
  border: 1px solid #2c9943;
  border-radius: 10px;
  width: 80%;
  margin: 0 auto 8rem;
  padding: 6rem 8rem; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .crossIntro {
    width: 100%;
    margin: 3rem auto 5rem;
    background: #f2f2f2;
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
  .crossMember {
    width: 95%;
    margin: 0 auto 8rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .crossMemberBoxR_contCat li {
    padding: 0 1rem;
    font-size: 1rem; }
  .crossSecInner {
    width: 95%;
    margin: 0 auto 8rem; }
  .crossSecInner_listItem_ico:after {
    content: "";
    width: 2rem;
    height: 2px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAYAAABbNsX4AAAAAXNSR0IArs4c6QAAABxJREFUGFdj1Jnp/J+BgYHhSvpeRhANAoxECwIAq3QMBPRP0JoAAAAASUVORK5CYII=) repeat-x;
    position: absolute;
    top: 4.5rem;
    right: -3rem; }
  .crossSecInner_listItem.cl_right .crossSecInner_listItem_ico:after {
    right: unset;
    left: -3rem; }
  .crossSecLast {
    border: 1px solid #2c9943;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto 8rem;
    padding: 4rem 4rem; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .mainSubInnerIntDCross .punkuz * {
    color: #a0a0a0; }
  .crossIntro {
    width: 100%;
    margin: 2rem auto 5rem;
    background: #f2f2f2;
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column-reverse; }
  .crossIntroL {
    width: 100%;
    padding: 4rem 0;
    display: flex;
    align-items: center; }
  .crossIntroL_inner {
    width: 85%;
    margin: 0 auto; }
  .crossIntroL_inner_en {
    margin-bottom: 1rem;
    line-height: 1;
    color: #2c9943;
    font-size: 2.5rem;
    position: relative; }
  .crossIntroL_inner_en span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2c9943;
    color: #ffffff00;
    font-size: 3.5rem;
    display: inline-block;
    margin-left: 0.5rem; }
  .crossIntroL_inner_info {
    margin-bottom: 1rem; }
  .crossIntroL_inner_info h1 {
    font-size: 2.5re;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 1rem; }
  .crossIntroL_inner_info time {
    display: block;
    font-weight: 600;
    color: #a0a0a0; }
  .crossIntroR {
    width: 100%;
    min-height: 30.8rem;
    position: relative;
    overflow: hidden;
    display: block; }
  .crossIntroR img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto; }
  .crossMember {
    width: 85%;
    margin: 0 auto 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
  .crossMemberBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0rem 0 3rem;
    flex-direction: column; }
  .crossMemberBoxL {
    width: 100%;
    height: 20.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    margin-bottom: 2rem; }
  .crossMemberBoxL img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto; }
  .crossMemberBoxR {
    width: 100%; }
  .crossMemberBoxR_cont {
    margin-bottom: 2rem; }
  .crossMemberBoxR_contTtl {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .crossMemberBoxR_contCat {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background: #f2f2f2;
    border-radius: 100px;
    padding: 1rem;
    line-height: 1;
    margin-bottom: 1rem; }
  .crossMemberBoxR_contCat li {
    padding: 0 1rem; }
  .crossMemberBoxR_contCat li.career {
    color: #f86900; }
  .crossMemberBoxR_contCat li.newgraduate {
    color: #2097ef; }
  .crossMemberBoxR_contCat li + li {
    border-left: 1px solid #acacac; }
  .crossMemberBoxR_contInfo {
    color: #707070; }
  .crossMemberBoxR_contInfo02 {
    color: #707070;
    margin-bottom: 2rem; }
  .crossMember_rightNone .crossMemberBox {
    width: 100%; }
  .crossMember_rightNone .crossMemberBoxL {
    width: 100%; }
  .crossMember_rightNone .crossMemberBoxR {
    width: 100%; }
  .crossMember_ico {
    width: 4%;
    display: none; }
  .crossSec {
    margin-bottom: 8rem; }
  .crossSecMain {
    position: relative;
    margin-bottom: 4rem; }
  .crossSecMain_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    flex-direction: column; }
  .crossSecMain_inner_en {
    font-size: 2rem; }
  .crossSecMain_inner_ico {
    width: 2.6rem;
    margin: 0 2rem; }
  .crossSecMain_img {
    width: 100%;
    height: 20.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0 0 0 0px; }
  .crossSecMain_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto; }
  .crossSecMain_img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff94;
    position: absolute;
    left: 0;
    top: 0; }
  .crossSecInner {
    width: 90%;
    margin: 0 auto 4rem; }
  .crossSecInner_ttl {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem; }
  .crossSecInner_list {
    padding-top: 10rem; }
  .crossSecInner_listItem {
    position: relative;
    margin-bottom: 10rem; }
  .crossSecInner_listItem_ico {
    width: 100%;
    height: 9rem;
    position: absolute;
    left: 0;
    top: -7rem;
    display: flex;
    align-items: center; }
  .crossSecInner_listItem_ico:after {
    content: "";
    width: 5rem;
    height: 1px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAAXNSR0IArs4c6QAAABRJREFUGFdj1Jnp/P9K+l5GBiQAAEJGBAKue6ooAAAAAElFTkSuQmCC) repeat-x;
    position: absolute;
    top: 4.5rem;
    right: -6rem;
    display: none; }
  .crossSecInner_listItem_ico div {
    width: 9rem;
    height: 9rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    margin-bottom: 0.4rem; }
  .crossSecInner_listItem_ico div img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto; }
  .crossSecInner_listItem_ico p {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600; }
  .crossSecInner_listItem_cont {
    width: 100%;
    margin: 0 auto;
    padding: 3rem;
    padding-top: 4rem;
    background: #f2f2f2;
    border-radius: 10px; }
  .crossSecInner_listItem.cl_left .crossSecInner_listItem_ico {
    left: 3rem; }
  .crossSecInner_listItem.cl_left .crossSecInner_listItem_cont {
    background: #f2fdf5; }
  .crossSecInner_listItem.cl_left .crossSecInner_listItem_ico p {
    margin-left: 1rem; }
  .crossSecInner_listItem.cl_right .crossSecInner_listItem_ico {
    left: unset;
    right: 3rem;
    flex-direction: row-reverse; }
  .crossSecInner_listItem.cl_right .crossSecInner_listItem_ico:after {
    right: unset;
    left: -6rem; }
  .crossSecInner_listItem.cl_right .crossSecInner_listItem_cont {
    background: #fafded; }
  .crossSecInner_listItem.cl_right .crossSecInner_listItem_ico p {
    margin-right: 1rem; }
  .crossSecInner_listItem.cl_cmn .crossSecInner_listItem_ico {
    left: 3rem; }
  .crossSecInner_listItem.cl_cmn .crossSecInner_listItem_ico div {
    border: 1px solid #2c9943;
    background: #fff; }
  .crossSecInner_listItem.cl_cmn .crossSecInner_listItem_ico p {
    margin-left: 1rem; }
  .crossSecLast {
    border: 1px solid #2c9943;
    border-radius: 10px;
    width: 85%;
    margin: 0 auto 8rem;
    padding: 4rem 2rem; } }

/*-----------------------------------------------------------

ENVIROMENT

-------------------------------------------------------------*/
.envBox {
  padding-top: 10rem;
  padding-left: 25%;
  padding-right: 8%; }

.envSec {
  margin-bottom: 10rem; }

.cmnTtl01Box--envSec .cmnTtl01_en {
  font-size: 5.5rem; }

.envSec01Inner {
  margin-bottom: 8rem; }

.envSec01Inner_img {
  margin-bottom: 2rem; }

.envSec01Inner_cont {
  margin-bottom: 4rem; }

.envSec_contTtl {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 600; }

.envSec_contTtl:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #d1d1d1;
  position: absolute;
  left: 0;
  bottom: 0; }

.envSec_contTtl:after {
  content: "";
  width: 10rem;
  height: 0.2rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  bottom: 0; }

.envSec01Anch_list {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }

.envSec01Anch_list li {
  width: auto;
  margin-right: 5rem; }

.envSec01Anch_list li a {
  position: relative;
  padding-left: 3rem;
  display: block;
  line-height: 1; }

.envSec01Anch_list li a:before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: -0.3rem;
  margin: auto;
  background: url(../../assets/img/company_arrow02.png) 0 0 no-repeat;
  background-size: 100% 100%; }

.envSec01Anch_list li a p {
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: underline; }

.envSec01_company {
  margin-bottom: 8rem; }

.envSec_sub_ttl {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
  position: relative; }

.envSec_sub_ttl:before {
  content: "";
  height: 0.3rem;
  width: 1.5rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.envSec01_companySlide {
  padding-bottom: 5rem;
  margin-bottom: 0;
  margin: 0 -1rem; }

.envSec01_companySlide li {
  padding: 0 1rem; }

.envSec01_companySlide .slick-prev {
  right: 5rem;
  left: unset;
  width: 3.5rem;
  height: 3.5rem;
  bottom: -2rem;
  top: unset; }

.envSec01_companySlide .slick-prev:before {
  content: "";
  background: url(../../assets/img/slick_prev.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 3.5rem;
  height: 3.5rem;
  display: block; }

.envSec01_companySlide .slick-next {
  right: 0rem;
  width: 3.5rem;
  height: 3.5rem;
  bottom: -2rem;
  top: unset; }

.envSec01_companySlide .slick-next:before {
  content: "";
  background: url(../../assets/img/slick_next.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 3.5rem;
  height: 3.5rem;
  display: block; }

.envSec01_companySlide .slick-dots {
  bottom: 1rem;
  text-align: left; }

.envSec01_companySlide .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0.7rem;
  padding: 0;
  cursor: pointer; }

.envSec01_companySlide .slick-dots li button:before {
  font-family: unset !important;
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  content: "•";
  text-align: center;
  color: #c3c3c3;
  background: #c3c3c3;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #c3c3c3; }

.envSec01_companySlide .slick-dots li.slick-active button:before {
  color: #009944;
  border-radius: 50%;
  background: #009944;
  border: 1px solid #009944; }

.envSec01_companySlide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

/*.envSec02Inner_intro{
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.envSec02Inner_introL{
  width: 53%;
}
.envSec02Inner_introR{
  width: 40%;
  padding: 3rem 4rem;
  border: 1px solid #2C9943;
  border-radius: 10px;
}
.envSec02Inner_introR li{
  font-size: 1.7rem;
  font-weight: 600;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  padding-left: 3.5rem;
  position: relative;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAAXNSR0IArs4c6QAAABhJREFUGFdjXLBgwX8GBgaGhIQERhANAgBBIgQC3akYiAAAAABJRU5ErkJggg==) 0 bottom repeat-x;
}
.envSec02Inner_introR li:before{
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  background: url(../../assets/img/env_sec02_ico.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.envSec02Inner_introR li:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}*/
.envSec02Inner_cont {
  margin-bottom: 6rem; }

.envSec02Inner_contBoxWrap {
  background: #f6f6f6;
  padding: 4rem;
  border-radius: 10px; }

.envSec02Inner_contBox {
  margin-bottom: 4rem; }

.envSec02Inner_contFlex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem; }

.envSec02Inner_contFlexL {
  width: 52%; }

.envSec02Inner_contFlexR {
  width: 45%; }

.envSec02Inner_box {
  margin-bottom: 6rem; }

.envSec02Inner_box_txt {
  margin-bottom: 3rem; }

.envSec02Inner_boxList {
  display: flex;
  justify-content: space-between; }

.envSec02Inner_boxList li {
  width: 46%; }

.envSec02Inner_boxList li div {
  margin-bottom: 1rem; }

.envSec02Inner_boxList li h4 {
  font-size: 1.7rem;
  font-weight: 600; }

.envSec02Inner_voice {
  padding: 4rem 0 1rem;
  background: #e7f8eb;
  margin-bottom: 8rem;
  border-radius: 10px; }

.envSec02Inner_voiceBox {
  width: 88%;
  margin: 0 auto; }

.envSec02Inner_voiceBox_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center; }

.envSec02Inner_voiceBox_ttlSub {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center; }

.envSec02Inner_voiceBox_ttlSub p {
  position: relative; }

.envSec02Inner_voiceBox_ttlSub p:before {
  content: "";
  width: 4rem;
  height: 1px;
  background: #2c9943;
  position: absolute;
  left: -6rem;
  top: 0;
  bottom: 0;
  margin: auto; }

.envSec02Inner_voiceBox_ttlSub p:after {
  content: "";
  width: 4rem;
  height: 1px;
  background: #2c9943;
  position: absolute;
  right: -6rem;
  top: 0;
  bottom: 0;
  margin: auto; }

.envSec02Inner_voiceBox_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem; }

.envSec02Inner_voiceBox_listCenter {
  justify-content: center; }

.envSec02Inner_voiceBox_listItem {
  width: 48%;
  display: flex;
  justify-content: space-between; }

.envSec02Inner_voiceBox_listItemL {
  width: 5rem; }

.envSec02Inner_voiceBox_listItemR {
  width: 80%; }

.envSec02Inner_voiceBox_listItemR_txt01 {
  margin-bottom: 0.5rem; }

.envSec02Inner_voiceWhite {
  background: #fff;
  margin-bottom: 0; }

.envSec02Inner_voice1Col .envSec02Inner_voiceBox_listItem {
  width: 100%;
  justify-content: center; }

.envSec02Inner_voice1Col .envSec02Inner_voiceBox_listItemR {
  width: 88%;
  margin-left: 2rem; }

.envSec03Inner_cont {
  margin-bottom: 4rem; }

.envSec03Inner_img {
  border: 1px solid #2c9943;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem 6rem;
  margin-bottom: 4rem; }

.envSec03Inner_list {
  display: flex;
  justify-content: space-between; }

.envSec03Inner_list li {
  width: 46%; }

.envSec03Inner_list li h3 {
  margin-bottom: 1rem; }

.envSec04Inner {
  padding-right: 8%; }

.envSec04InnerList_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem; }

.envSec04InnerList_itemRev {
  flex-direction: row-reverse; }

.envSec04InnerList_itemL {
  width: 48%; }

.envSec04InnerList_itemR {
  width: 48%; }

.envSec04InnerList_itemR h3 {
  font-size: 1.7rem;
  font-weight: 600; }

.envSec05Inner_cont {
  margin-bottom: 4rem; }

.envSec05Inner_contTxt {
  margin-bottom: 3rem; }

.envSec05Inner_contTxt02 {
  color: #888888;
  margin-top: -2rem;
  margin-bottom: 2rem; }

.envSec05Inner_voice {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem; }

.envSec05Inner_voiceL {
  width: 53%; }

.envSec05Inner_voiceR {
  width: 40%; }

.envSec05Inner_voiceAc {
  margin-bottom: 6rem; }

.envSec05Inner_voiceAcList {
  border-top: 1px solid #d1d1d1; }

.envSec05Inner_voiceAcList_item {
  padding: 2rem 0;
  border-bottom: 1px solid #d1d1d1; }

.envSec05Inner_voiceAcList_itemTtl {
  font-size: 1.7rem;
  font-weight: 600;
  background: url(../../assets/img/ac_on.png) 95% center no-repeat;
  background-size: 2rem 2rem; }

.envSec05Inner_voiceAcList_itemTtl.on {
  background: url(../../assets/img/ac_off.png) 95% center no-repeat;
  background-size: 2rem 2rem; }

.envSec05Inner_voiceAcList_itemBox {
  padding-top: 2rem;
  width: 78%;
  display: none; }

.envSec05Inner_voiceSch_img {
  border: 1px solid #2c9943;
  border-radius: 10px;
  overflow: hidden;
  padding: 4rem;
  margin-bottom: 4rem; }

.envSec05Inner_voiceSch_txt {
  margin-bottom: 2rem; }

.envSec05Inner_voiceMember_txt {
  margin-bottom: 2rem; }

.envSec05Inner_voiceMember_img {
  border: 1px solid #2c9943;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem 12rem;
  margin-bottom: 4rem; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .envSec01Anch_list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
  .envSec02Inner_contBox_txt br.is_pc {
    display: none !important; }
  .envSec_sub_ttl {
    font-size: 1.6rem;
    font-weight: 600;
    padding-left: 2.5rem;
    margin-bottom: 2rem;
    position: relative; }
  .envSec02Inner_voiceBox_ttlSub {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    width: 67%;
    text-align: center;
    margin: 0 auto 2rem; }
  .envSec02Inner_voiceBox_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
    flex-direction: column; }
  .envSec02Inner_voiceBox_listItem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem; }
  .envSec04InnerList_itemR p br.is_pc {
    display: none !important; }
  .envSec05Inner_voice_txt br.is_pc {
    display: none !important; }
  .envSec05Inner_voiceSch_img {
    border: 1px solid #2c9943;
    border-radius: 10px;
    overflow: hidden;
    padding: 2rem;
    margin-bottom: 4rem; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .envBox {
    padding-top: 0rem;
    padding-left: 0%;
    padding-right: 0%; }
  .envSec {
    margin-bottom: 10rem; }
  .cmnTtl01Box--envSec .cmnTtl01_en {
    font-size: 4rem; }
  .envSec01 {
    width: 85%;
    margin: 0 auto 6rem; }
  .envSec01Inner {
    margin-bottom: 3rem; }
  .envSec01Inner_img {
    margin-bottom: 2rem; }
  .envSec01Inner_cont {
    margin-bottom: 4rem; }
  .envSec_contTtl {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0; }
  .envSec_contTtl:before {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #d1d1d1;
    position: absolute;
    left: 0;
    bottom: 0; }
  .envSec_contTtl:after {
    content: "";
    width: 10rem;
    height: 0.2rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    bottom: 0; }
  .envSec01Anch_list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; }
  .envSec01Anch_list li {
    width: 50%;
    margin-right: 0rem;
    margin-bottom: 2rem; }
  .envSec01Anch_list li a {
    position: relative;
    padding-left: 3rem;
    display: block;
    line-height: 1; }
  .envSec01Anch_list li a:before {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -0.3rem;
    margin: auto;
    background: url(../../assets/img/company_arrow02.png) 0 0 no-repeat;
    background-size: 100% 100%; }
  .envSec01Anch_list li a p {
    font-size: 1.7rem;
    font-weight: 600;
    text-decoration: underline; }
  .envSec01_company {
    margin-bottom: 8rem; }
  .envSec_sub_ttl {
    font-size: 1.5rem;
    font-weight: 600;
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    letter-spacing: 0; }
  .envSec_sub_ttl:before {
    content: "";
    height: 0.3rem;
    width: 1.5rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .envSec01_companySlide {
    padding-bottom: 5rem;
    margin-bottom: 0;
    margin: 0 -1rem -3rem; }
  .envSec01_companySlide li {
    padding: 0 1rem; }
  .envSec01_companySlide .slick-prev {
    right: 5rem;
    left: unset;
    width: 3.5rem;
    height: 3.5rem;
    bottom: -2rem;
    top: unset; }
  .envSec01_companySlide .slick-prev:before {
    content: "";
    background: url(../../assets/img/slick_prev.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 3.5rem;
    height: 3.5rem;
    display: block; }
  .envSec01_companySlide .slick-next {
    right: 0rem;
    width: 3.5rem;
    height: 3.5rem;
    bottom: -2rem;
    top: unset; }
  .envSec01_companySlide .slick-next:before {
    content: "";
    background: url(../../assets/img/slick_next.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 3.5rem;
    height: 3.5rem;
    display: block; }
  .envSec01_companySlide .slick-dots {
    bottom: 1rem;
    text-align: left; }
  .envSec01_companySlide .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0.7rem;
    padding: 0;
    cursor: pointer; }
  .envSec01_companySlide .slick-dots li button:before {
    font-family: unset !important;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: "•";
    text-align: center;
    color: #c3c3c3;
    background: #c3c3c3;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #c3c3c3; }
  .envSec01_companySlide .slick-dots li.slick-active button:before {
    color: #009944;
    border-radius: 50%;
    background: #009944;
    border: 1px solid #009944; }
  .envSec01_companySlide .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
  .envSec02 {
    width: 85%;
    margin: 0 auto 6rem; }
  .envSec02Inner_contBoxWrap {
    background: #f6f6f6;
    padding: 2rem;
    border-radius: 10px; }
  /*.envSec02Inner_intro{
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.envSec02Inner_introL{
  width: 53%;
}
.envSec02Inner_introR{
  width: 40%;
  padding: 3rem 4rem;
  border: 1px solid #2C9943;
  border-radius: 10px;
}
.envSec02Inner_introR li{
  font-size: 1.7rem;
  font-weight: 600;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  padding-left: 3.5rem;
  position: relative;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAYAAAAW/mTzAAAAAXNSR0IArs4c6QAAABhJREFUGFdjXLBgwX8GBgaGhIQERhANAgBBIgQC3akYiAAAAABJRU5ErkJggg==) 0 bottom repeat-x;
}
.envSec02Inner_introR li:before{
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  background: url(../../assets/img/env_sec02_ico.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.envSec02Inner_introR li:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}*/
  .envSec02Inner_cont {
    margin-bottom: 6rem; }
  .envSec02Inner_contBox {
    margin-bottom: 4rem; }
  .envSec02Inner_contFlex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    flex-direction: column-reverse; }
  .envSec02Inner_contFlexL {
    width: 100%; }
  .envSec02Inner_contFlexR {
    width: 100%;
    margin-bottom: 2rem; }
  .envSec02Inner_box {
    margin-bottom: 6rem; }
  .envSec02Inner_box_txt {
    margin-bottom: 3rem; }
  .envSec02Inner_boxList {
    display: flex;
    justify-content: space-between; }
  .envSec02Inner_boxList li {
    width: 46%; }
  .envSec02Inner_boxList li div {
    margin-bottom: 1rem; }
  .envSec02Inner_boxList li h4 {
    font-size: 1.7rem;
    font-weight: 600; }
  .envSec02Inner_voice {
    padding: 4rem 0 0.1rem;
    background: #e7f8eb;
    margin-bottom: 8rem;
    border-radius: 10px; }
  .envSec02Inner_voiceBox {
    width: 88%;
    margin: 0 auto; }
  .envSec02Inner_voiceBox_ttl {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center; }
  .envSec02Inner_voiceBox_ttlSub {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center; }
  .envSec02Inner_voiceBox_ttlSub p {
    position: relative;
    text-align: center; }
  .envSec02Inner_voiceBox_ttlSub p:before {
    content: "";
    width: 4rem;
    height: 1px;
    background: #2c9943;
    position: absolute;
    left: -6rem;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none; }
  .envSec02Inner_voiceBox_ttlSub p:after {
    content: "";
    width: 4rem;
    height: 1px;
    background: #2c9943;
    position: absolute;
    right: -6rem;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none; }
  .envSec02Inner_voiceBox_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
    flex-direction: column; }
  .envSec02Inner_voiceBox_listCenter {
    justify-content: center; }
  .envSec02Inner_voiceBox_listLine {
    padding-bottom: 0rem;
    border-bottom: none; }
  .envSec02Inner_voiceWhite .envSec02Inner_voiceBox_listLine {
    padding-bottom: 0rem;
    border-bottom: none;
    margin-bottom: 1rem; }
  .envSec02Inner_voiceBox_listItem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem; }
  .envSec02Inner_voiceBox_listItemL {
    width: 5rem; }
  .envSec02Inner_voiceBox_listItemR {
    width: 76%; }
  .envSec02Inner_voiceBox_listItemR_txt01 {
    margin-bottom: 0.5rem; }
  .envSec02Inner_voiceWhite {
    background: #fff;
    margin-bottom: 0; }
  .envSec03 {
    width: 85%;
    margin: 0 auto 6rem; }
  .envSec03Inner_cont {
    margin-bottom: 2rem; }
  .envSec03Inner_img {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    padding: 0rem;
    margin-bottom: 4rem; }
  .envSec03Inner_list {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .envSec03Inner_list li {
    width: 100%;
    margin-bottom: 4rem; }
  .envSec03Inner_list li h3 {
    margin-bottom: 1rem; }
  .envSec04 {
    width: 85%;
    margin: 0 auto 6rem; }
  .envSec04Inner {
    padding-right: 0%; }
  .envSec04InnerList_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
    flex-direction: column; }
  .envSec04InnerList_itemRev {
    flex-direction: column; }
  .envSec04InnerList_itemL {
    width: 100%;
    margin-bottom: 2rem; }
  .envSec04InnerList_itemR {
    width: 100%; }
  .envSec04InnerList_itemR h3 {
    font-size: 1.7rem;
    font-weight: 600; }
  .envSec05 {
    width: 85%;
    margin: 0 auto 6rem; }
  .envSec05Inner_cont {
    margin-bottom: 4rem; }
  .envSec05Inner_contTxt {
    margin-bottom: 3rem; }
  .envSec05Inner_contTxt02 {
    color: #888888;
    margin-top: -2rem;
    margin-bottom: 2rem; }
  .envSec05Inner_voice {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem; }
  .envSec05Inner_voiceL {
    width: 100%; }
  .envSec05Inner_voiceR {
    width: 100%;
    margin-bottom: 2rem; }
  .envSec05Inner_voiceAc {
    margin-bottom: 6rem; }
  .envSec05Inner_voiceAcList {
    border-top: 1px solid #d1d1d1; }
  .envSec05Inner_voiceAcList_item {
    padding: 2rem 0;
    border-bottom: 1px solid #d1d1d1; }
  .envSec05Inner_voiceAcList_itemTtl {
    font-size: 1.7rem;
    font-weight: 600;
    background: url(../../assets/img/ac_on.png) 95% center no-repeat;
    background-size: 2rem 2rem; }
  .envSec05Inner_voiceAcList_itemTtl.on {
    background: url(../../assets/img/ac_off.png) 95% center no-repeat;
    background-size: 2rem 2rem; }
  .envSec05Inner_voiceAcList_itemBox {
    padding-top: 2rem;
    width: 100%;
    display: none; }
  .envSec05Inner_voiceSch_img {
    border-radius: 10px;
    overflow: hidden;
    padding: 2rem;
    margin-bottom: 4rem; }
  .envSec05Inner_voiceSch_txt {
    margin-bottom: 2rem; }
  .envSec05Inner_voiceMember_txt {
    margin-bottom: 2rem; }
  .envSec05Inner_voiceMember_img {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    padding: 0rem 0rem;
    margin-bottom: 4rem; } }

/*-----------------------------------------------------------

RECRUIT

-------------------------------------------------------------*/
.mainContentRecruit .mainSub_ttl {
  height: 4rem; }

.mainContentRecruit .mainSub_ttl_en {
  font-size: 4rem;
  font-weight: 600; }

.recruitSearch {
  width: 65%;
  margin: 8rem auto 8rem; }

.recruitSearch_cat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem; }

.recruitSearch_cat li {
  width: 50%; }

.recruitSearch_cat li a {
  display: block;
  text-align: center;
  color: #a0a0a0;
  padding: 1rem 0;
  border: 1px solid #a0a0a0;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
  position: relative; }

.recruitSearch_cat_item01 a {
  border-radius: 10px 0 0 10px; }

.s_career .recruitSearch_cat_item01 a {
  background: #2c9943;
  border: 1px solid #2c9943;
  color: #fff; }

.s_career .recruitSearch_cat_item01 a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1.4rem 0 1.4rem;
  border-color: #2c9943 transparent transparent transparent;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto; }

.recruitSearch_cat_item02 a {
  border-radius: 0 10px 10px 0; }

.s_newgraduate .recruitSearch_cat_item02 a {
  background: #2097ef;
  border: 1px solid #2097ef;
  color: #fff; }

.s_newgraduate .recruitSearch_cat_item02 a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1.4rem 0 1.4rem;
  border-color: #2097ef transparent transparent transparent;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto; }

.recruitSearchForm {
  background: #f7f7f7;
  padding: 3rem 4rem;
  border-radius: 10px; }

.recruitSearchForm_check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem; }

.recruitSearchForm_ttl {
  width: 16%;
  font-size: 1.7rem;
  font-weight: 600; }

.recruitSearchForm_check01 {
  width: 84%;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.recruitSearchForm_check01 label {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2rem;
  position: relative;
  font-weight: 600; }

.recruitSearchForm_check01 label span {
  position: relative;
  color: #2c9943;
  padding: 0 2rem; }

.recruitSearchForm_check01 input {
  width: 0;
  height: 3rem;
  padding: 0 0rem;
  -webkit-appearance: none;
  border: none; }

.recruitSearchForm_check01 input[type="checkbox"]:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  border-radius: 100px; }

.recruitSearchForm_check01 input[type="checkbox"]:checked:after {
  content: "";
  background: #2c9943; }

.recruitSearchForm_check01 input[type="checkbox"]:checked + span {
  color: #fff; }

.s_newgraduate .recruitSearchForm_check01 label span {
  color: #2097ef; }

.s_newgraduate .recruitSearchForm_check01 input[type="checkbox"]:checked:after {
  background: #2097ef; }

.recruitSearchForm_check02 {
  width: 84%;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.recruitSearchForm_check02 label {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start;
  margin-right: 3rem; }

.recruitSearchForm_check02 input {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 2px;
  padding: 0;
  line-height: 1em;
  position: relative; }

.recruitSearchForm_check02 input[type="checkbox"]:checked:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  top: 0;
  bottom: 0;
  margin: auto; }

.recruitSearchForm_send {
  display: flex;
  justify-content: center; }

.recruitSearchForm_send input {
  -webkit-appearance: none;
  cursor: pointer;
  width: 25rem;
  display: block;
  padding-left: 2.5rem;
  background: #f86900 url(../../assets/img/send_arrow01.png) 3rem center no-repeat;
  background-size: 2.6rem 2.6rem;
  border: 2px solid #f86900;
  text-align: center;
  height: 5rem;
  color: #fff;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  font-weight: 600; }

.recruitBox {
  width: 65%;
  margin: 0 auto 8rem; }

.recruitBoxList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 3rem; }

.recruitBoxList_item {
  width: 49%;
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 4rem;
  background: #fff; }

.recruitBoxList_itemLink {
  display: block; }

.recruitBoxList_itemLink_img {
  width: 100%;
  min-height: 25.8rem;
  position: relative;
  overflow: hidden;
  display: block; }

.recruitBoxList_itemLink_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto; }

.recruitBoxList_itemLink_cont {
  padding: 1.6rem 2rem; }

.recruitBoxList_itemLink_contCat {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.recruitBoxList_itemLink_contCat li {
  margin: 0.4rem 0;
  margin-right: 1rem;
  background: #fff;
  padding: 0.8rem 1.4rem;
  background: #efefef;
  border-radius: 100px;
  line-height: 1;
  font-weight: 600; }

.recruitBoxList_itemLink_contCat li.job {
  color: #fff; }

.recruitBoxList_itemLink_contTtl {
  font-size: 2rem;
  font-weight: 600; }

.s_career .recruitBoxList_itemLink_contCat li.job {
  background: #2c9943; }

.s_career .recruitBoxList_itemLink_contTtl {
  color: #2c9943; }

.s_newgraduate .recruitBoxList_itemLink_contCat li.job {
  background: #2097ef; }

.s_newgraduate .recruitBoxList_itemLink_contTtl {
  color: #2097ef; }

.recruitBoxList_itemLink_contPlace {
  padding-left: 2rem;
  position: relative;
  font-weight: 600; }

.recruitBoxList_itemLink_contPlace:before {
  content: "";
  width: 1.4rem;
  height: 1.9rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
  background: url(../../assets/img/recruit_pin_ico.png) 0 0 no-repeat;
  background-size: 100% 100%; }

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto;
  position: relative;
  z-index: 1; }

.wp-pagenavi a {
  color: #2c9943; }

.wp-pagenavi a:hover {
  opacity: 0.5; }

.wp-pagenavi .first {
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center;
  font-size: 1.2rem; }

.wp-pagenavi .first:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #2c9943;
  border-right: 1px solid #2c9943;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px; }

.wp-pagenavi .first:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #2c9943;
  border-right: 1px solid #2c9943;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0.5rem; }

.wp-pagenavi .last {
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center;
  font-size: 1.2rem; }

.wp-pagenavi .last:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #2c9943;
  border-right: 1px solid #2c9943;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px; }

.wp-pagenavi .last:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #2c9943;
  border-right: 1px solid #2c9943;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0.5rem; }

.previouspostslink {
  display: flex;
  padding-left: 2rem;
  margin-right: 1rem;
  position: relative;
  align-items: center; }

.previouspostslink:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #2c9943;
  border-right: 1px solid #2c9943;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 0px; }

.nextpostslink {
  display: flex;
  padding-right: 2rem;
  margin-left: 1rem;
  position: relative;
  align-items: center; }

.nextpostslink:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #2c9943;
  border-right: 1px solid #2c9943;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0px; }

.wp-pagenavi .page {
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  color: #b2b2b2;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem; }

.wp-pagenavi .current {
  color: #2c9943;
  margin: 0 1rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0px;
  width: 3rem;
  height: auto;
  font-size: 2rem;
  padding-top: 0.2rem; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .recruitSearch {
    width: 95%;
    margin: 8rem auto 8rem; }
  .recruitBox {
    width: 95%;
    margin: 0 auto 8rem; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .mainContentRecruit .mainSub_ttl {
    height: 3rem; }
  .mainContentRecruit .mainSub_ttl_en {
    font-size: 2.5rem;
    font-weight: 600; }
  .recruitSearch {
    width: 85%;
    margin: 3rem auto 5rem; }
  .recruitSearch_cat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem; }
  .recruitSearch_cat li {
    width: 50%; }
  .recruitSearch_cat li a {
    display: block;
    text-align: center;
    color: #a0a0a0;
    padding: 1rem 0;
    border: 1px solid #a0a0a0;
    line-height: 1;
    font-size: 2rem;
    font-weight: 600;
    position: relative; }
  .recruitSearch_cat_item01 a {
    border-radius: 10px 0 0 10px; }
  .s_career .recruitSearch_cat_item01 a {
    background: #2c9943;
    border: 1px solid #2c9943;
    color: #fff; }
  .s_career .recruitSearch_cat_item01 a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1.4rem 0 1.4rem;
    border-color: #2c9943 transparent transparent transparent;
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: auto; }
  .recruitSearch_cat_item02 a {
    border-radius: 0 10px 10px 0; }
  .s_newgraduate .recruitSearch_cat_item02 a {
    background: #2097ef;
    border: 1px solid #2097ef;
    color: #fff; }
  .s_newgraduate .recruitSearch_cat_item02 a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1.4rem 0 1.4rem;
    border-color: #2097ef transparent transparent transparent;
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: auto; }
  .recruitSearchForm {
    background: #f7f7f7;
    padding: 2rem 3rem;
    border-radius: 10px; }
  .recruitSearchForm_check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-direction: column;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 2rem; }
  .recruitSearchForm_ttl {
    width: 100%;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .recruitSearchForm_check01 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .recruitSearchForm_check01 label {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    justify-content: flex-start;
    align-items: center;
    margin-right: 2rem;
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem; }
  .recruitSearchForm_check01 label span {
    position: relative;
    color: #2c9943;
    padding: 0 2rem; }
  .recruitSearchForm_check01 input {
    width: 0;
    height: 3rem;
    padding: 0 0rem;
    -webkit-appearance: none;
    border: none; }
  .recruitSearchForm_check01 input[type="checkbox"]:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    border-radius: 100px; }
  .recruitSearchForm_check01 input[type="checkbox"]:checked:after {
    content: "";
    background: #2c9943; }
  .recruitSearchForm_check01 input[type="checkbox"]:checked + span {
    color: #fff; }
  .s_newgraduate .recruitSearchForm_check01 label span {
    color: #2097ef; }
  .s_newgraduate .recruitSearchForm_check01 input[type="checkbox"]:checked:after {
    background: #2097ef; }
  .recruitSearchForm_check02 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .recruitSearchForm_check02 label {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    justify-content: flex-start;
    margin-right: 3rem; }
  .recruitSearchForm_check02 input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative; }
  .recruitSearchForm_check02 input[type="checkbox"]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    top: 0;
    bottom: 0;
    margin: auto; }
  .recruitSearchForm_send input {
    -webkit-appearance: none;
    cursor: pointer;
    width: 25rem;
    display: block;
    padding-left: 2.5rem;
    background: #f86900 url(../../assets/img/send_arrow01.png) 3rem center no-repeat;
    background-size: 2.6rem 2.6rem;
    border: 2px solid #f86900;
    text-align: center;
    height: 5rem;
    color: #fff;
    position: relative;
    border-radius: 10px;
    font-size: 1.7rem;
    font-weight: 600; }
  .recruitBox {
    width: 85%;
    margin: 0 auto 8rem; }
  .recruitBoxList {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 3rem; }
  .recruitBoxList_item {
    width: 100%;
    border: 1px solid #a0a0a0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 4rem;
    background: #fff; }
  .recruitBoxList_itemLink {
    display: block; }
  .recruitBoxList_itemLink_img {
    width: 100%;
    min-height: 20.8rem;
    position: relative;
    overflow: hidden;
    display: block; }
  .recruitBoxList_itemLink_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto; }
  .recruitBoxList_itemLink_cont {
    padding: 1.6rem 2rem; }
  .recruitBoxList_itemLink_contCat {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .recruitBoxList_itemLink_contCat li {
    margin: 0.4rem 0;
    margin-right: 1rem;
    background: #fff;
    padding: 0.8rem 1.4rem;
    background: #efefef;
    border-radius: 100px;
    line-height: 1;
    font-weight: 600; }
  .recruitBoxList_itemLink_contCat li.job {
    color: #fff; }
  .recruitBoxList_itemLink_contTtl {
    font-size: 2rem;
    font-weight: 600; }
  .s_career .recruitBoxList_itemLink_contCat li.job {
    background: #2c9943; }
  .s_career .recruitBoxList_itemLink_contTtl {
    color: #2c9943; }
  .s_newgraduate .recruitBoxList_itemLink_contCat li.job {
    background: #2097ef; }
  .s_newgraduate .recruitBoxList_itemLink_contTtl {
    color: #2097ef; }
  .recruitBoxList_itemLink_contPlace {
    padding-left: 2rem;
    position: relative;
    font-weight: 600; }
  .recruitBoxList_itemLink_contPlace:before {
    content: "";
    width: 1.4rem;
    height: 1.9rem;
    position: absolute;
    left: 0;
    top: 0.5rem;
    background: url(../../assets/img/recruit_pin_ico.png) 0 0 no-repeat;
    background-size: 100% 100%; }
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0rem auto;
    position: relative;
    z-index: 1; }
  .wp-pagenavi a {
    color: #2c9943; }
  .wp-pagenavi a:hover {
    opacity: 0.5; }
  .wp-pagenavi .first {
    display: flex;
    padding-left: 2rem;
    margin-right: 1rem;
    position: relative;
    align-items: center;
    font-size: 1.2rem; }
  .wp-pagenavi .first:before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #2c9943;
    border-right: 1px solid #2c9943;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    left: 0px; }
  .wp-pagenavi .first:after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #2c9943;
    border-right: 1px solid #2c9943;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    left: 0.5rem; }
  .wp-pagenavi .last {
    display: flex;
    padding-right: 2rem;
    margin-left: 1rem;
    position: relative;
    align-items: center;
    font-size: 1.2rem; }
  .wp-pagenavi .last:before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #2c9943;
    border-right: 1px solid #2c9943;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0px; }
  .wp-pagenavi .last:after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #2c9943;
    border-right: 1px solid #2c9943;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0.5rem; }
  .previouspostslink {
    display: flex;
    padding-left: 2rem;
    margin-right: 1rem;
    position: relative;
    align-items: center; }
  .previouspostslink:before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #2c9943;
    border-right: 1px solid #2c9943;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    left: 0px; }
  .nextpostslink {
    display: flex;
    padding-right: 2rem;
    margin-left: 1rem;
    position: relative;
    align-items: center; }
  .nextpostslink:before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-top: 1px solid #2c9943;
    border-right: 1px solid #2c9943;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0px; }
  .wp-pagenavi .page {
    margin: 0 1rem 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    letter-spacing: 0px;
    color: #b2b2b2;
    width: 3rem;
    height: auto;
    font-size: 2rem;
    padding-top: 0.2rem; }
  .wp-pagenavi .current {
    color: #2c9943;
    margin: 0 1rem 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    letter-spacing: 0px;
    width: 3rem;
    height: auto;
    font-size: 2rem;
    padding-top: 0.2rem; } }

/*-----------------------------------------------------------

RECRUIT DETAIL

-------------------------------------------------------------*/
.recruit_d_anch_list {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 8rem auto 8rem; }

.recruit_d_anch_list li {
  width: auto; }

.recruit_d_anch_list li a {
  position: relative;
  padding-left: 3rem;
  display: block;
  line-height: 1; }

.recruit_d_anch_list li a:before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: -0.3rem;
  margin: auto;
  background: url(../../assets/img/company_arrow02.png) 0 0 no-repeat;
  background-size: 100% 100%; }

.recruit_d_anch_list li a p {
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: underline; }

.recruitD_main {
  width: 70%;
  margin: 8rem auto 8rem; }

.recruitD_main_img {
  width: 100%;
  min-height: 37.8rem;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  margin-bottom: 2rem; }

.recruitD_main_img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto; }

.recruitDSec_contTtl {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 600; }

.recruitDSec_contTtl:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #d1d1d1;
  position: absolute;
  left: 0;
  bottom: 0; }

.recruitDSec_contTtl:after {
  content: "";
  width: 10rem;
  height: 0.2rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  bottom: 0; }

.recruitD_aboutCont {
  margin-bottom: 3rem; }

.recruitD_aboutPoint {
  margin-bottom: 8rem; }

.recruitDSec_sub_ttl {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
  position: relative; }

.recruitDSec_sub_ttl:before {
  content: "";
  height: 0.3rem;
  width: 1.5rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.recruitD_aboutPointList {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }

.recruitD_aboutPointList_item {
  padding: 3rem 3rem;
  border: 2px solid #2c9943;
  border-radius: 10px;
  width: 31%; }

.recruitD_aboutPointList_item div h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1rem; }

.recruitD_info {
  width: 70%;
  margin: 0 auto 8rem; }

.recruitD_infoList {
  border-top: 1px solid #c4c4c4;
  margin-bottom: 8rem; }

.recruitD_infoList_item {
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between; }

.recruitD_infoList_item h3 {
  width: 20%;
  font-weight: 600;
  font-size: 1.4rem; }

.recruitD_infoList_item div {
  width: 80%; }

.recruitD_point {
  width: 70%;
  margin: 0 auto 8rem; }

.recruitD_pointList_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem; }

.recruitD_pointList_itemNum {
  width: 15%;
  font-size: 2rem;
  display: flex;
  align-items: baseline;
  line-height: 1;
  margin-top: 0.6rem; }

.recruitD_pointList_itemNum span {
  font-size: 3rem;
  margin-left: 0.5rem; }

.recruitD_pointList_itemCont {
  width: 85%; }

.recruitD_pointList_itemCont .recruitDSec_sub_ttl {
  margin-bottom: 1rem; }

.recruitD_reason {
  width: 70%;
  margin: 0 auto 8rem; }

.recruitD_reasonList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem; }

.recruitD_reasonList_item {
  width: 31%; }

.recruitD_reasonList_itemImg {
  margin-bottom: 1rem; }

.recruitD_reasonList_itemCont h3 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 1rem; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .recruitD_main {
    width: 90%;
    margin: 8rem auto 8rem; }
  .recruitD_info {
    width: 90%;
    margin: 0 auto 8rem; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .recruit_d_anch_list {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 8rem auto 8rem; }
  .recruit_d_anch_list li {
    width: auto; }
  .recruit_d_anch_list li a {
    position: relative;
    padding-left: 3rem;
    display: block;
    line-height: 1; }
  .recruit_d_anch_list li a:before {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -0.3rem;
    margin: auto;
    background: url(../../assets/img/company_arrow02.png) 0 0 no-repeat;
    background-size: 100% 100%; }
  .recruit_d_anch_list li a p {
    font-size: 1.7rem;
    font-weight: 600;
    text-decoration: underline; }
  .recruitD_main {
    width: 85%;
    margin: 3rem auto 8rem; }
  .recruitD_main_img {
    width: 100%;
    min-height: 56.8rem;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    margin-bottom: 2rem; }
  .recruitD_main_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: auto; }
  .recruitDSec_contTtl {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 600; }
  .recruitDSec_contTtl:before {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #d1d1d1;
    position: absolute;
    left: 0;
    bottom: 0; }
  .recruitDSec_contTtl:after {
    content: "";
    width: 10rem;
    height: 0.2rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    bottom: 0; }
  .recruitD_aboutCont {
    margin-bottom: 3rem; }
  .recruitD_aboutPoint {
    margin-bottom: 8rem; }
  .recruitDSec_sub_ttl {
    font-size: 2rem;
    font-weight: 600;
    padding-left: 2.5rem;
    margin-bottom: 2rem;
    position: relative; }
  .recruitDSec_sub_ttl:before {
    content: "";
    height: 0.3rem;
    width: 1.5rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .recruitD_aboutPointList {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column; }
  .recruitD_aboutPointList_item {
    padding: 2rem 2rem;
    border: 1px solid #2c9943;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 2rem; }
  .recruitD_aboutPointList_item div h4 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 1rem; }
  .recruitD_info {
    width: 85%;
    margin: 0 auto 8rem; }
  .recruitD_infoList {
    border-top: 1px solid #c4c4c4;
    margin-bottom: 8rem; }
  .recruitD_infoList_item {
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .recruitD_infoList_item h3 {
    width: 100%;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 1rem; }
  .recruitD_infoList_item div {
    width: 100%; }
  .recruitD_point {
    width: 85%;
    margin: 0 auto 8rem; }
  .recruitD_pointList_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem; }
  .recruitD_pointList_itemNum {
    width: 15%;
    font-size: 2rem;
    display: flex;
    align-items: baseline;
    line-height: 1;
    margin-top: 0.6rem; }
  .recruitD_pointList_itemNum span {
    font-size: 3rem;
    margin-left: 0.5rem; }
  .recruitD_pointList_itemCont {
    width: 85%; }
  .recruitD_pointList_itemCont .recruitDSec_sub_ttl {
    margin-bottom: 1rem; }
  .recruitD_reason {
    width: 85%;
    margin: 0 auto 8rem; }
  .recruitD_reasonList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    flex-direction: column; }
  .recruitD_reasonList_item {
    width: 100%;
    margin-bottom: 3rem; }
  .recruitD_reasonList_itemImg {
    margin-bottom: 1rem; }
  .recruitD_reasonList_itemCont h3 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1rem; } }

/*-----------------------------------------------------------

ENTRY

-------------------------------------------------------------*/
.contactBox {
  width: 50%;
  margin: 8rem auto 16rem; }

.contactBox_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem; }

.contactBox_topTxt01 {
  font-weight: 700;
  font-size: 1.4rem; }

.contactBox_topTxt02 {
  font-size: 1.2rem;
  color: #292929; }

.formSec {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.formSecList_item {
  margin-bottom: 4rem;
  font-size: 1.4rem; }

.formSecList_itemTtl {
  margin-bottom: 1rem;
  position: relative;
  font-weight: 500; }

.formSecList_itemTtl.hissu {
  padding-left: 6rem; }

.formSecList_itemTtl.hissu:after {
  content: "必須";
  color: #fff;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.6rem 1rem; }

.formSecList_itemInput2col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.formSecList_itemInput2col div {
  width: 48%; }

.formSecList_itemInput input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  font-size: 1.4rem; }

.formSecList_itemInput select {
  width: 100%;
  background: #fff url(../../assets/img/select_arrow.png) 98% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem; }

.formSecList_itemName {
  display: flex;
  justify-content: space-between; }

.formSecList_itemNameCol {
  width: 49%; }

.formSecList_itemInputRadio .wpcf7-radio {
  display: flex; }

.formSecList_itemInputRadio .wpcf7-radio label {
  display: flex;
  align-items: center;
  margin-right: 2rem; }

.formSecList_itemInputRadio input[type="radio"] {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  position: relative; }

.formSecList_itemInputRadio input[type="radio"]:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0;
  transition: 0.3s ease; }

.formSecList_itemInputRadio input[type="radio"]:checked:after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1; }

.formSecList_itemBirth {
  display: flex;
  align-items: flex-start;
  width: 75%;
  justify-content: space-between; }

.formSecList_itemBirthYear {
  width: 33%;
  position: relative;
  padding-right: 0.7rem;
  display: flex;
  align-items: flex-start; }

.formSecList_itemBirthYear span {
  width: 100%;
  margin-right: 0.7rem; }

.formSecList_itemBirthYear input {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #212121;
  border: 1px solid #707070; }

.formSecList_itemBirthYear:after {
  content: "年";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem; }

.formSecList_itemBirthMonth {
  width: 33%;
  position: relative;
  padding-right: 0.7rem;
  display: flex;
  align-items: flex-start; }

.formSecList_itemBirthMonth span {
  width: 100%;
  margin-right: 0.7rem; }

.formSecList_itemBirthMonth:after {
  content: "月";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem; }

.formSecList_itemBirthDay {
  width: 33%;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
  display: flex;
  align-items: flex-start; }

.formSecList_itemBirthDay span {
  width: 100%;
  margin-right: 0.7rem; }

.formSecList_itemBirthDay:after {
  content: "日";
  margin-left: 1rem;
  position: relative;
  top: 1.2rem; }

.formSecList_itemBirth select {
  width: 100%;
  background: #fff url(../../assets/img/select_arrow.png) 93% center no-repeat;
  background-size: 1.6rem;
  padding: 1.5rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  color: #707070;
  font-size: 1.4rem; }

.formSecList_itemBirth p {
  width: 100%; }

.formSecList_itemTextArea textarea {
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  color: #707070;
  border: 1px solid #707070;
  height: 34rem;
  font-size: 1.4rem; }

.formSecList_itemCheck {
  margin: 2rem 0 6rem;
  text-align: left; }

.formSecList_itemCheck label {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  justify-content: flex-start; }

.formSecList_itemCheck input {
  margin-right: 1rem;
  -webkit-appearance: none;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 2px;
  padding: 0;
  line-height: 1em;
  position: relative; }

.formSecList_itemCheck input[type="checkbox"]:checked:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #000;
  font-size: 2.2rem;
  line-height: 1;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  top: 0;
  bottom: 0;
  margin: auto; }

.formSecList_itemInput input.addFormBtn {
  background: #fff;
  border: 1px solid #2c9943;
  color: #2c9943;
  cursor: pointer; }

.formSecList_itemCheck a {
  color: #000;
  border-bottom: 1px solid #f86900;
  font-weight: 500; }

.sendBtn {
  position: relative;
  width: 27rem;
  margin: 0 auto;
  overflow: hidden; }

.sendBtn .button {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  display: block;
  padding-left: 2.5rem;
  background: #f86900 url(../../assets/img/send_arrow01.png) 3rem center no-repeat;
  background-size: 2.6rem 2.6rem;
  border: 2px solid #f86900;
  text-align: center;
  height: 6rem;
  color: #fff;
  position: relative;
  border-radius: 10px;
  font-size: 1.7rem;
  font-weight: 600; }

.sendBtn .button:hover {
  opacity: 0.6; }

.wpcf7-not-valid-tip {
  font-size: 1.2rem !important; }

.wpcf7-spinner {
  display: none !important; }

::placeholder {
  color: #cbcbcb; }

.formSecList_itemCheck .wpcf7-list-item {
  margin: 0; }

.codedropz-upload-handler {
  border: 1px solid #707070 !important;
  border-radius: 0 !important; }

.formSecList_itemInputFileTxt01 {
  margin-bottom: 1rem; }

.formSecList_itemInputFileTxt01 span {
  color: #a31c1b;
  display: inline-block;
  font-weight: 500; }

.formSecList_itemInputFileTxt02 {
  margin-top: 1rem; }

.cd-upload-btn {
  display: inline-block;
  padding: 1rem 1rem;
  background: #000000;
  border: 2px solid #000000;
  color: #fff;
  border-radius: 100px;
  width: 18rem;
  line-height: 1;
  margin-top: 0.6rem; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .contactBox {
    width: 80%;
    margin: 8rem auto 16rem; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .contactBox {
    width: 88%;
    margin: 6rem auto 10rem; }
  .contactBox_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5rem; }
  .contactBox_topTxt01 {
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center; }
  .contactBox_topTxt02 {
    font-size: 1.2rem;
    color: #292929;
    text-align: center; }
  .formSec {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  .formSecList_item {
    margin-bottom: 4rem;
    font-size: 1.4rem; }
  .formSecList_itemTtl {
    margin-bottom: 1rem;
    position: relative;
    font-weight: 500; }
  .formSecList_itemTtl.hissu {
    padding-left: 6rem; }
  .formSecList_itemTtl.hissu:after {
    content: "必須";
    color: #fff;
    background: #ff0000;
    position: absolute;
    left: 0;
    top: 0.2rem;
    font-size: 1.3rem;
    line-height: 1;
    padding: 0.6rem 1rem; }
  .formSecList_itemInput2col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .formSecList_itemInput2col div {
    width: 48%; }
  .formSecList_itemInput input {
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    -webkit-appearance: none;
    color: #707070;
    border: 1px solid #707070;
    font-size: 1.4rem; }
  .formSecList_itemInput select {
    width: 100%;
    background: #fff url(../../assets/img/select_arrow.png) 98% center no-repeat;
    background-size: 1.6rem;
    padding: 1.5rem;
    border: 1px solid #707070;
    -webkit-appearance: none;
    color: #707070;
    font-size: 1.4rem; }
  .formSecList_itemName {
    display: flex;
    justify-content: space-between; }
  .formSecList_itemNameCol {
    width: 49%; }
  .formSecList_itemInputRadio .wpcf7-radio {
    display: flex; }
  .formSecList_itemInputRadio .wpcf7-radio label {
    display: flex;
    align-items: center;
    margin-right: 2rem; }
  .formSecList_itemInputRadio input[type="radio"] {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2rem;
    height: 2rem;
    border: 1px solid #707070;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    line-height: 1;
    position: relative; }
  .formSecList_itemInputRadio input[type="radio"]:after {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    opacity: 0;
    transition: 0.3s ease; }
  .formSecList_itemInputRadio input[type="radio"]:checked:after {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1; }
  .formSecList_itemBirth {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between; }
  .formSecList_itemBirthYear {
    width: 43%;
    position: relative;
    padding-right: 0rem;
    display: flex;
    align-items: flex-start; }
  .formSecList_itemBirthYear span {
    width: 100%;
    margin-right: 0.4rem; }
  .formSecList_itemBirthYear input {
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    -webkit-appearance: none;
    color: #212121;
    border: 1px solid #707070; }
  .formSecList_itemBirthYear:after {
    content: "年";
    margin-left: 0.4rem;
    position: relative;
    top: 1.2rem; }
  .formSecList_itemBirthMonth {
    width: 28%;
    position: relative;
    padding-right: 0rem;
    display: flex;
    align-items: flex-start; }
  .formSecList_itemBirthMonth span {
    width: 100%;
    margin-right: 0.4rem; }
  .formSecList_itemBirthMonth:after {
    content: "月";
    margin-left: 0.4rem;
    position: relative;
    top: 1.2rem; }
  .formSecList_itemBirthDay {
    width: 28%;
    padding-right: 0rem;
    margin-right: 0rem;
    display: flex;
    align-items: flex-start; }
  .formSecList_itemBirthDay span {
    width: 100%;
    margin-right: 0.7rem; }
  .formSecList_itemBirthDay:after {
    content: "日";
    margin-left: 0.4rem;
    position: relative;
    top: 1.2rem; }
  .formSecList_itemBirth select {
    width: 100%;
    background: #fff url(../../assets/img/select_arrow.png) 93% center no-repeat;
    background-size: 1.6rem;
    padding: 1.5rem;
    border: 1px solid #707070;
    -webkit-appearance: none;
    color: #707070;
    font-size: 1.4rem; }
  .formSecList_itemBirth p {
    width: 100%; }
  .formSecList_itemTextArea textarea {
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    -webkit-appearance: none;
    color: #707070;
    border: 1px solid #707070;
    height: 34rem;
    font-size: 1.4rem; }
  .formSecList_itemCheck {
    margin: 2rem 0 6rem;
    text-align: left; }
  .formSecList_itemCheck label {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    justify-content: flex-start; }
  .formSecList_itemCheck input {
    margin-right: 1rem;
    -webkit-appearance: none;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #aaa;
    background: #fff;
    border-radius: 2px;
    padding: 0;
    line-height: 1em;
    position: relative; }
  .formSecList_itemCheck input[type="checkbox"]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    width: 2.2rem;
    height: 2.2rem;
    top: 0;
    bottom: 0;
    margin: auto; }
  .formSecList_itemAddCol01 {
    width: 35%; }
  .formSecList_itemAddCol01 .formSecList_itemTtl {
    white-space: nowrap; }
  .formSecList_itemAddCol02 {
    width: 60%; }
  .formSecList_itemInput input.addFormBtn {
    background: #fff;
    border: 1px solid #2c9943;
    color: #2c9943;
    cursor: pointer; }
  .formSecList_itemCheck a {
    color: #000;
    border-bottom: 1px solid #f86900;
    font-weight: 500; }
  .sendBtn {
    position: relative;
    width: 32rem;
    margin: 0 auto;
    overflow: hidden; }
  .sendBtn .button {
    -webkit-appearance: none;
    cursor: pointer;
    width: 100%;
    display: block;
    background: #f86900 url(../../assets/img/send_arrow01.png) 3rem center no-repeat;
    background-size: 2.6rem 2.6rem;
    border: 2px solid #f86900;
    text-align: center;
    height: 6rem;
    color: #fff;
    position: relative;
    border-radius: 10px;
    font-size: 1.7rem;
    font-weight: 600; }
  .sendBtn .button:hover {
    opacity: 0.6; }
  .wpcf7-not-valid-tip {
    font-size: 1.2rem !important; }
  .wpcf7-spinner {
    display: none !important; }
  ::placeholder {
    color: #cbcbcb; }
  .formSecList_itemCheck .wpcf7-list-item {
    margin: 0; }
  .codedropz-upload-handler {
    border: 1px solid #707070 !important;
    border-radius: 0 !important; }
  .formSecList_itemInputFileTxt01 {
    margin-bottom: 1rem; }
  .formSecList_itemInputFileTxt02 {
    margin-top: 1rem;
    font-size: 1.2rem;
    letter-spacing: 0; }
  .cd-upload-btn {
    display: inline-block;
    padding: 1rem 1rem;
    background: #000000;
    border: 2px solid #000000;
    color: #fff;
    border-radius: 100px;
    width: 18rem;
    line-height: 1;
    margin-top: 0.6rem; } }

/*-----------------------------------------------------------

ENTRY CONFIRM

-------------------------------------------------------------*/
.contactBoxConfirm .formSecList {
  margin-bottom: 5rem; }

.contactBoxConfirm .formSecList_itemTtl.hissu {
  padding-left: 0;
  margin-bottom: 0; }

.contactBoxConfirm .formSecList_itemTtl.hissu:after {
  display: none; }

.contactBoxConfirm .formSecList_item {
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  margin-bottom: 0; }

.contactBoxConfirm .formSecList_item .formSecList_itemTtl {
  width: 100%;
  border-bottom: 1px solid #dedede;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: 600; }

.contactBoxConfirm .formSecList_item .formSecList_itemInput {
  width: 100%; }

.contactBoxConfirm .buttonBack {
  background: #eaeaea url(../../assets/img/send_arrow02.png) 3rem center no-repeat;
  background-size: 2.6rem 2.6rem;
  margin-top: 2rem;
  color: #a0a0a0;
  border: 2px solid #eaeaea; }

.contactBoxConfirm .sendBtn {
  margin-top: 4rem; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */ }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .contactBoxConfirm .contactBox_top {
    margin-bottom: 2rem; }
  .contactBoxConfirm .formSecList {
    margin-bottom: 5rem; }
  .contactBoxConfirm .formSecList_itemTtl.hissu {
    padding-left: 0;
    margin-bottom: 0; }
  .contactBoxConfirm .formSecList_itemTtl.hissu:after {
    display: none; }
  .contactBoxConfirm .formSecList_item {
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
    margin-bottom: 0; }
  .contactBoxConfirm .formSecList_item .formSecList_itemTtl {
    width: 100%;
    border-bottom: 1px solid #dedede;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-weight: 600; }
  .contactBoxConfirm .formSecList_item .formSecList_itemInput {
    width: 100%; }
  .contactBoxConfirm .buttonBack {
    background: #eaeaea url(../../assets/img/send_arrow02.png) 3rem center no-repeat;
    background-size: 2.6rem 2.6rem;
    margin-top: 2rem;
    color: #8d8d8d;
    border: 2px solid #eaeaea; }
  .contactBoxConfirm .sendBtn {
    margin-top: 2rem; } }

/*-----------------------------------------------------------

THANKS

-------------------------------------------------------------*/
.thanksBox {
  padding-top: 8.6rem; }

.thanksBoxInner {
  background: #f2f2f2;
  padding: 1rem 0 2rem; }

.thanksBoxInnerBox {
  height: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.cmnTtl01Box--thanksBox .cmnTtl01 {
  align-items: center; }

.cmnTtl01Box--thanksBox .cmnTtl01 .cmnTtl01_en {
  font-size: 7.5rem; }

.thanksBoxInnerBox_txt {
  text-align: center;
  margin-bottom: 5rem; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .thanksBox {
    padding-top: 6.6rem; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .thanksBox {
    padding-top: 8rem; }
  .thanksBoxInner {
    background: #f2f2f2;
    padding: 1rem 0 2rem; }
  .thanksBoxInnerBox {
    height: 50rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .cmnTtl01Box--thanksBox .cmnTtl01 {
    align-items: center; }
  .cmnTtl01Box--thanksBox .cmnTtl01 .cmnTtl01_en {
    font-size: 4.8rem; }
  .thanksBoxInnerBox_txt {
    text-align: center;
    margin-bottom: 5rem; } }

/*-----------------------------------------------------------

NEWS

-------------------------------------------------------------*/
.postSelectBox {
  width: 30%;
  margin-bottom: 6rem;
  display: flex;
  align-items: center; }

.postSelectBox select {
  width: 100%;
  background: #fff url(../../assets/img/select_arrow.png) 95% center no-repeat;
  background-size: 1.6rem 1rem;
  padding: 1rem 2rem;
  border: 1px solid #707070;
  -webkit-appearance: none;
  font-size: 1.4rem;
  line-height: 1;
  height: 4.5rem;
  border-radius: 10px; }

.postSelectBox select.selected {
  color: #aaa; }

.newsBox {
  width: 70%;
  margin: 8rem auto 8rem; }

.newsBoxList {
  border-top: 1px solid #d1d1d1;
  margin-bottom: 6rem; }

.newsBoxList_item {
  border-bottom: 1px solid #d1d1d1;
  padding: 3rem 0; }

.newsBoxList_item a {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.newsBoxList_item a time {
  width: 12%;
  font-weight: 600;
  color: #a0a0a0;
  line-height: 1;
  margin-top: 0rem; }

.newsBoxList_item a ul {
  width: 15%;
  margin-right: 2rem; }

.newsBoxList_item a ul li {
  background: #f4f4f4;
  line-height: 1;
  padding: 0.6rem 2rem;
  border-radius: 100px;
  text-align: center;
  margin: 0.3rem 0; }

.newsBoxList_item a p {
  width: 60%;
  line-height: 1.6;
  margin-top: 0rem;
  font-weight: 600; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .postSelectBox {
    width: 62%;
    margin-bottom: 6rem;
    display: flex;
    align-items: center; }
  .newsBox {
    width: 90%;
    margin: 8rem auto 8rem; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .postSelectBox {
    width: 100%;
    margin-bottom: 6rem;
    display: flex;
    align-items: center; }
  .postSelectBox select {
    width: 100%;
    background: #fff url(../../assets/img/select_arrow.png) 95% center no-repeat;
    background-size: 1.6rem 1rem;
    padding: 1rem 2rem;
    border: 1px solid #707070;
    -webkit-appearance: none;
    font-size: 1.4rem;
    line-height: 1;
    height: 4.5rem;
    border-radius: 10px; }
  .postSelectBox select.selected {
    color: #aaa; }
  .newsBox {
    width: 85%;
    margin: 8rem auto 8rem; }
  .newsBoxList {
    border-top: 1px solid #d1d1d1;
    margin-bottom: 6rem; }
  .newsBoxList_item {
    border-bottom: 1px solid #d1d1d1;
    padding: 3rem 0; }
  .newsBoxList_item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
  .newsBoxList_item a time {
    width: 32%;
    font-weight: 600;
    color: #a0a0a0;
    line-height: 1;
    margin-top: 0rem; }
  .newsBoxList_item a ul {
    width: 50%;
    margin-right: 0rem;
    margin-left: 2rem; }
  .newsBoxList_item a ul li {
    background: #f4f4f4;
    line-height: 1;
    padding: 0.6rem 2rem;
    border-radius: 100px;
    text-align: center;
    margin: 0.3rem 0; }
  .newsBoxList_item a p {
    width: 100%;
    line-height: 1.6;
    margin-top: 1rem;
    font-weight: 600; } }

/*-----------------------------------------------------------

NEWS DETAIL

-------------------------------------------------------------*/
.mainSubInnerNewsD {
  background: none;
  height: auto; }

.newsDBox {
  width: 60%;
  margin: 8rem auto 8rem; }

.newsDBox_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d1d1d1; }

.newsDBox_top time {
  width: 12%;
  font-weight: 600;
  color: #a0a0a0;
  line-height: 1;
  margin-top: 0rem; }

.newsDBox_top ul {
  width: auto;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.newsDBox_top ul li {
  background: #f4f4f4;
  line-height: 1;
  padding: 0.6rem 2rem;
  border-radius: 100px;
  text-align: center;
  margin: 0.3rem; }

.newsDBox_top h1 {
  width: 100%;
  line-height: 1.6;
  font-weight: 600;
  font-size: 2rem;
  margin-top: 1rem; }

.newsDBox_cont {
  margin-bottom: 7rem; }

.cmnBtn01Box--newsDBox {
  display: flex;
  justify-content: center; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .newsDBox {
    width: 90%;
    margin: 8rem auto 8rem; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .mainSubInnerNewsD {
    background: none;
    height: auto; }
  .newsDBox {
    width: 85%;
    margin: 8rem auto 8rem; }
  .newsDBox_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #d1d1d1; }
  .newsDBox_top time {
    width: 33%;
    font-weight: 600;
    color: #a0a0a0;
    line-height: 1;
    margin-top: 0.4rem; }
  .newsDBox_top ul {
    width: auto;
    margin-right: 0rem; }
  .newsDBox_top ul li {
    background: #f4f4f4;
    line-height: 1;
    padding: 0.6rem 2rem;
    border-radius: 100px;
    text-align: center;
    margin: 0.3rem; }
  .newsDBox_top h1 {
    width: 100%;
    line-height: 1.6;
    font-weight: 600;
    font-size: 2rem;
    margin-top: 1rem; }
  .newsDBox_cont {
    margin-bottom: 7rem; }
  .cmnBtn01Box--newsDBox {
    display: flex;
    justify-content: center; } }

/*-----------------------------------------------------------

FAQ

-------------------------------------------------------------*/
.faqBox {
  padding-top: 10rem;
  padding-left: 25%;
  padding-right: 8%; }

.faqSec {
  margin-bottom: 10rem; }

.faqSec_contTtl {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
  font-size: 2.5rem;
  font-weight: 600; }

.faqSec_contTtl:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #d1d1d1;
  position: absolute;
  left: 0;
  bottom: 0; }

.faqSec_contTtl:after {
  content: "";
  width: 10rem;
  height: 0.2rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  bottom: 0; }

.faqSecInner {
  margin-bottom: 8rem; }

.faqSec_sub_ttl {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
  position: relative; }

.faqSec_sub_ttl:before {
  content: "";
  height: 0.3rem;
  width: 1.5rem;
  background: #2c9943;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.faqSecList {
  border-top: 1px solid #d1d1d1; }

.faqSecList_item {
  padding: 2rem 0;
  border-bottom: 1px solid #d1d1d1; }

.faqSecList_itemTtl {
  font-size: 1.7rem;
  font-weight: 600;
  background: url(../../assets/img/ac_on.png) 95% center no-repeat;
  background-size: 2rem 2rem; }

.faqSecList_itemTtl.on {
  background: url(../../assets/img/ac_off.png) 95% center no-repeat;
  background-size: 2rem 2rem; }

.faqSecList_itemBox {
  padding-top: 2rem;
  width: 78%;
  display: none; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */ }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .faqBox {
    padding-top: 0rem;
    padding-left: 0%;
    padding-right: 0%; }
  .faqSec {
    margin-bottom: 10rem;
    width: 85%;
    margin: 0 auto 8rem; }
  .faqSec_contTtl {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 4rem;
    font-size: 2.5rem;
    font-weight: 600; }
  .faqSec_contTtl:before {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #d1d1d1;
    position: absolute;
    left: 0;
    bottom: 0; }
  .faqSec_contTtl:after {
    content: "";
    width: 10rem;
    height: 0.2rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    bottom: 0; }
  .faqSecInner {
    margin-bottom: 8rem; }
  .faqSec_sub_ttl {
    font-size: 2rem;
    font-weight: 600;
    padding-left: 2.5rem;
    margin-bottom: 3rem;
    position: relative; }
  .faqSec_sub_ttl:before {
    content: "";
    height: 0.3rem;
    width: 1.5rem;
    background: #2c9943;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .faqSecList {
    border-top: 1px solid #d1d1d1; }
  .faqSecList_item {
    padding: 2rem 0;
    border-bottom: 1px solid #d1d1d1; }
  .faqSecList_itemTtl {
    font-size: 1.7rem;
    font-weight: 600;
    background: url(../../assets/img/ac_on.png) 95% center no-repeat;
    background-size: 2rem 2rem; }
  .faqSecList_itemTtl.on {
    background: url(../../assets/img/ac_off.png) 95% center no-repeat;
    background-size: 2rem 2rem; }
  .faqSecList_itemBox {
    padding-top: 2rem;
    width: 78%;
    display: none; } }

/*-----------------------------------------------------------

NEWGRADUATE

-------------------------------------------------------------*/
.ngBox {
  padding-top: 10rem;
  padding-left: 25%;
  padding-right: 8%; }

.ngNav.scrollNav li.current {
  color: #2097ef; }

.ngNav.scrollNav li.current:before {
  color: #2097ef; }

.ngSec {
  margin-bottom: 10rem;
  position: relative; }

.cmnTtl01Box--ngSec .cmnTtl01_en {
  font-size: 5.5rem; }

.cmnTtl01Box--ngSec .cmnTtl01_jp {
  color: #2097ef; }

.ngSec01 {
  position: relative;
  margin-bottom: 15rem; }

.ngSec01:after {
  content: "";
  width: 104rem;
  height: 56rem;
  background: url(../../assets/img/ng_message_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: fixed;
  right: -11rem;
  bottom: 0; }

.ngSec01Inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1; }

.ngSec01InnerL {
  width: 58%; }

.ngSec01InnerL_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.ngSec01InnerL_txt {
  line-height: 2.4; }

.ngSec01InnerR {
  width: 38%; }

.ngSec01InnerR_img {
  margin-bottom: 1rem; }

.ngSec01InnerR_txt02 span {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  margin-left: 1rem; }

.ngSec02 {
  padding: 10rem 0;
  position: relative; }

.ngSec02:before {
  content: "";
  width: 200%;
  height: 100%;
  background: #f2fdfd;
  position: absolute;
  left: -50%;
  top: 0;
  mix-blend-mode: multiply; }

.ngSec02Inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  margin-bottom: 5rem; }

.ngSec02InnerL {
  width: 60%; }

.ngSec02InnerL_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.ngSec02InnerL_txt {
  line-height: 2.4; }

.ngSec02InnerR {
  width: 35%; }

.ngSec02_cont {
  position: relative; }

.ngSec03_img {
  margin-top: -4rem;
  padding-right: 3rem; }

.ngSec04 {
  margin-bottom: 17rem; }

.ngSec04_img {
  margin-bottom: 6rem; }

.ngSec04_bnr {
  display: flex;
  justify-content: center; }

.ngSec04_bnr li {
  width: 48%; }

.ngSec04_bnr li a {
  display: block;
  filter: drop-shadow(0px 5px 20px #00000020); }

.ngSec05Inner .topIntInnerList {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.ngSec05Inner .topIntInnerList .topIntInnerList_item {
  padding: 0;
  width: 28%; }

.ngSec_postTtlBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem; }

.ngSec_postTtl {
  font-size: 3.5rem;
  font-weight: 600; }

.cmnBtn01Box--ngSec .cmnBtn01 {
  background: url(../../assets/img/cmn_btn_arrow02.png) 0 center no-repeat;
  background-size: 2.8rem 2.8rem; }

.ngSec07 {
  margin-bottom: 20rem; }

.ngSec07List {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

.ngSec07List:after {
  content: "";
  display: block;
  width: 30%; }

.ngSec07List_item {
  border: 1px solid #d1d1d1;
  padding: 3rem;
  width: 32%;
  border-radius: 10px; }

.ngSec07List_item a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

.ngSec07List_item a time {
  width: 40%;
  font-weight: 600;
  color: #a0a0a0;
  line-height: 1;
  margin-top: 0.5rem; }

.ngSec07List_item a ul {
  width: 55%; }

.ngSec07List_item a ul li {
  background: #f4f4f4;
  line-height: 1;
  padding: 0.6rem 0.6rem;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 0.4rem; }

.ngSec07List_item a p {
  width: 100%;
  line-height: 1.6;
  margin-top: 1rem;
  font-weight: 600; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .ngSec01InnerL_txt br.is_pc {
    display: none !important; }
  .ngSec02InnerL_txt br.is_pc {
    display: none !important; }
  .ngSec03_img {
    margin-top: -4rem;
    padding-right: 0rem; }
  .ngSec04_img {
    margin-bottom: 6rem;
    overflow: scroll; }
  .ngSec04_img img {
    width: 170%;
    max-width: unset; }
  .ngSec05Inner .topIntInnerList .topIntInnerList_item {
    padding: 0;
    width: 31%; }
  .ngSec07List_item {
    border: 1px solid #d1d1d1;
    padding: 3rem;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 2rem; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .ngBox {
    padding-top: 0rem;
    padding-left: 0%;
    padding-right: 0%; }
  .ngNav.scrollNav li.current {
    color: #2097ef; }
  .ngNav.scrollNav li.current:before {
    color: #2097ef; }
  .scrollNavSP_ng {
    position: relative;
    z-index: 1; }
  .scrollNavSP.scrollNavSP_ng li a {
    background: url(../../assets/img/sp/anch_arrow02@2x.png) 95% center no-repeat;
    background-size: 1.8rem 1rem;
    color: #2097ef; }
  .ngSec {
    margin-bottom: 10rem; }
  .cmnTtl01Box--ngSec .cmnTtl01_en {
    font-size: 4rem; }
  .cmnTtl01Box--ngSec .cmnTtl01_jp {
    color: #2097ef; }
  .ngSec01 {
    position: relative;
    margin-bottom: 6rem;
    margin-top: 10rem; }
  .ngSec01:after {
    content: "";
    width: 100%;
    height: 26rem;
    background: url(../../assets/img/sp/ng_message_bg@2x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: fixed;
    right: 0;
    top: unset;
    bottom: 0; }
  .ngSec01Inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    width: 85%;
    margin: 0 auto;
    flex-direction: column; }
  .ngSec01InnerL {
    width: 100%; }
  .ngSec01InnerL_txt {
    line-height: 2.4; }
  .ngSec01InnerR {
    width: 100%;
    margin-bottom: 2rem; }
  .ngSec01InnerR_img {
    margin-bottom: 1rem; }
  .ngSec01InnerR_txt02 span {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 600;
    margin-left: 1rem; }
  .ngSec02 {
    padding: 10rem 0 1rem;
    position: relative; }
  .ngSec02:before {
    content: "";
    width: 200%;
    height: 100%;
    background: #f2fdfd;
    position: absolute;
    left: -50%;
    top: 0; }
  .ngSec02Inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    margin-bottom: 5rem;
    width: 100%;
    margin: 0 auto 5rem;
    flex-direction: column; }
  .ngSec02InnerL {
    width: 100%;
    width: 85%;
    margin: 0 auto 3rem; }
  .ngSec02InnerL_ttl {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .ngSec02InnerL_txt {
    line-height: 2.4; }
  .ngSec02InnerR {
    width: 100%;
    width: 85%;
    margin: 0 auto 3rem; }
  .ngSec02_cont {
    position: relative; }
  .ngSec02_contSP {
    padding-left: 8%;
    overflow-x: scroll;
    padding-bottom: 1rem;
    margin-bottom: 2rem; }
  .ngSec02_contSP div {
    width: 250%;
    margin-right: 2rem; }
  .ngSec03 .cmnTtl01Box--ngSec {
    width: 85%;
    margin: 0 auto 3rem; }
  .ngSec03_img {
    margin-top: 0rem;
    padding-right: 0rem; }
  .ngSec04 {
    width: 85%;
    margin: 0 auto 6rem; }
  .ngSec04_img {
    margin-bottom: 6rem; }
  .ngSec04_bnr {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .ngSec04_bnr li {
    width: 100%;
    margin-bottom: 2rem; }
  .ngSec04_bnr li a {
    display: block;
    filter: drop-shadow(0px 5px 20px #00000020); }
  .ngSec05 {
    width: 85%;
    margin: 0 auto; }
  .ngSec05Inner .topIntInnerList {
    display: flex;
    justify-content: space-between;
    width: 90%; }
  .ngSec05Inner .topIntInnerList .topIntInnerList_item {
    padding: 0 1rem;
    width: 28%; }
  .ngSec_postTtlBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem; }
  .ngSec_postTtl {
    font-size: 3.5rem;
    font-weight: 600; }
  .cmnBtn01Box--ngSec {
    display: flex;
    justify-content: center; }
  .cmnBtn01Box--ngSec .cmnBtn01 {
    background: url(../../assets/img/cmn_btn_arrow02.png) 0 center no-repeat;
    background-size: 2.8rem 2.8rem; }
  .ngSec06 {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 10rem; }
  .ngSec07 {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 10rem; }
  .ngSec07List {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column; }
  .ngSec07List:after {
    content: "";
    display: block;
    width: 100%; }
  .ngSec07List_item {
    border: 1px solid #d1d1d1;
    padding: 3rem;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 2rem; }
  .ngSec07List_item a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  .ngSec07List_item a time {
    width: 40%;
    font-weight: 600;
    color: #a0a0a0;
    line-height: 1;
    margin-top: 0.5rem; }
  .ngSec07List_item a ul {
    width: 55%; }
  .ngSec07List_item a ul li {
    background: #f4f4f4;
    line-height: 1;
    padding: 0.6rem 0.6rem;
    border-radius: 100px;
    text-align: center; }
  .ngSec07List_item a p {
    width: 100%;
    line-height: 1.6;
    margin-top: 1rem;
    font-weight: 600; } }

/*-----------------------------------------------------------

POLICY

-------------------------------------------------------------*/
.policyBox {
  width: 80%;
  margin: 8rem auto 12rem; }

.policyBoxCont {
  margin-bottom: 8rem; }

.ggLink {
  font-weight: 600;
  color: #2c9943; }

.policyBoxCompany_ttl {
  font-weight: 600;
  margin-bottom: 2rem; }

.policyBoxCompany_box {
  margin-bottom: 2rem; }

.policyBoxCompany_box_txt01 {
  font-weight: 600; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */ }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .policyBox {
    width: 85%;
    margin: 8rem auto 12rem; }
  .policyBoxCont {
    margin-bottom: 8rem; }
  .ggLink {
    font-weight: 600;
    color: #2c9943; }
  .policyBoxCompany_ttl {
    font-weight: 600;
    margin-bottom: 2rem; }
  .policyBoxCompany_box {
    margin-bottom: 2rem; }
  .policyBoxCompany_box_txt01 {
    font-weight: 600; } }

/*-----------------------------------------------------------

SITEMAP

-------------------------------------------------------------*/
.sitemapBox {
  width: 70%;
  margin: 8rem auto 12rem; }

.sitemapBoxInner {
  width: 100%;
  margin: 0 auto 8rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.sitemapBoxInnerBox {
  width: 33.333%; }

.sitemapBoxInnerBox04 .sitemapBoxInnerBoxList {
  margin-bottom: 4rem; }

.sitemapBoxInnerBox05 .sitemapBoxInnerBoxList {
  display: flex;
  justify-content: flex-start; }

.sitemapBoxInnerBox05 .sitemapBoxInnerBoxList li {
  margin-right: 8rem; }

.sitemapBoxInnerBoxList .parent a {
  display: flex;
  align-items: center;
  padding-left: 4rem;
  background: url(../../assets/img/cmn_btn_arrow01.png) 0 center no-repeat;
  background-size: 2.8rem 2.8rem;
  color: #2c9943;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  height: 2.8rem;
  margin-bottom: 1rem; }

.sitemapBoxInnerBoxList .parentBlue a {
  background: url(../../assets/img/cmn_btn_arrow02.png) 0 center no-repeat;
  background-size: 2.8rem 2.8rem;
  color: #2097ef; }

.sitemapBoxInnerBoxList .child {
  color: #707070;
  margin-bottom: 1rem; }

.sitemapBoxInnerBoxList .grandchild {
  color: #a0a0a0;
  font-size: 1.2rem;
  margin-bottom: 0.6rem; }

.sitemapBoxInnerBoxList .parent a img {
  width: 1.8rem;
  margin-top: 0.2rem;
  margin-left: 0.4rem; }

@media screen and (max-width: 899px) and (min-width: 599px) {
  /* ============== TABLET LAYOUT ============== */
  .sitemapBox {
    width: 90%;
    margin: 8rem auto 12rem; } }

@media only screen and (max-width: 599px) {
  /* ============== SP LAYOUT ============== */
  .sitemapBox {
    width: 85%;
    margin: 8rem auto 12rem; }
  .sitemapBoxSP_innerList {
    margin-bottom: 4rem; }
  .sitemapBoxSP_innerList_ttl {
    font-size: 1.7rem;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    font-weight: 700;
    border-bottom: 2px solid #009944; }
  .sitemapBoxSP_innerList_item {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid #707070; }
  .sitemapBoxSP_innerList_item a {
    color: #707070; }
  .sitemapBoxSP_innerList02_item {
    padding-bottom: 1.6rem;
    margin-bottom: 3.6rem;
    font-weight: 700;
    border-bottom: 2px solid #009944; }
  .sitemapBoxSP_innerList02_item a {
    display: flex;
    align-items: center;
    padding-left: 4rem;
    background: url(../../assets/img/cmn_btn_arrow01.png) 0 center no-repeat;
    background-size: 2.8rem 2.8rem;
    color: #2c9943;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1;
    line-height: 2.8rem; }
  .sitemapBoxSP_innerList02_item a img {
    width: 1.6rem;
    margin-top: 0.5rem;
    margin-left: 1rem; } }

/*-----------------------------------------------------------

EFFECT

-------------------------------------------------------------*/
/*------------- section全体　---------------*/
.ivSec {
  opacity: 0;
  transform: translateY(4rem); }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(4rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/*------------- fadeIN　---------------*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*------------- top　---------------*/
.fadeR {
  opacity: 0; }

.fadeR.on {
  animation-name: fadeRAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s; }

@keyframes fadeRAnime {
  from {
    opacity: 0;
    transform: translateX(-4rem); }
  to {
    opacity: 1;
    transform: translateX(0); } }

.fadeL {
  opacity: 0; }

.fadeL.on {
  animation-name: fadeLAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s; }

@keyframes fadeLAnime {
  from {
    opacity: 0;
    transform: translateX(4rem); }
  to {
    opacity: 1;
    transform: translateX(0); } }

/* =========================== 

	2026.02　追加分

=========================== */
/* -------------------
  VARIABLES
--------------------*/
/* =========================== */
.topPurposeInner {
  background: url(../../assets/img/top_purpose_bg.png) right top no-repeat;
  background-size: 59rem 59rem; }
  @media screen and (max-width: 899px) {
    .topPurposeInner {
      background: url(../../assets/img/top_purpose_bg.png) left 10vw top no-repeat;
      background-size: 108vw auto;
      padding: 10rem 8% 4rem; } }

.topPurpose__purpose {
  margin-bottom: 3rem; }
  .topPurpose__purpose .ttl {
    color: #2c9943;
    font-size: 2.5rem;
    font-weight: bold; }
  .topPurpose__purpose .cont {
    font-size: 4.5rem;
    font-weight: bold; }
    @media screen and (max-width: 899px) {
      .topPurpose__purpose .cont {
        font-size: 3.5rem;
        line-height: 1.7; } }

.topPurpose__statement .ttl {
  color: #2c9943;
  font-size: 2.5rem;
  font-weight: bold; }

.topPurpose__statement .cont {
  font-weight: bold; }
  .topPurpose__statement .cont p {
    margin-bottom: 1.8rem; }

/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== */
/* =========================== 

	2026.02　追加分

=========================== */
.company26-group-inner {
  margin: 0 auto;
  background: #fff;
  padding: 2rem 5rem 4rem;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 3.66032vw;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  @media screen and (max-width: 899px) {
    .company26-group-inner {
      width: 100%;
      max-width: 100% !important;
      display: block;
      padding: 5.12821vw 5.12821vw 7.69231vw; } }

.company26-group__list {
  width: calc(100% - 215px); }
  @media screen and (max-width: 899px) {
    .company26-group__list {
      width: 100%;
      margin-bottom: 5.12821vw; } }

.company26-group__item {
  border-bottom: 1px solid #d9d9d9; }
  .company26-group__item a {
    display: flex;
    align-items: flex-start;
    gap: 0.73206vw;
    font-size: 1.0981vw;
    font-weight: bold;
    color: #2c9943;
    padding: 0.73206vw 0; }
    @media screen and (max-width: 899px) {
      .company26-group__item a {
        font-size: 3.58974vw;
        padding: 2.5641vw 0; } }
    .company26-group__item a .exlink {
      width: 1.02489vw;
      height: auto;
      display: flex;
      align-items: center;
      position: relative;
      top: 0.43924vw; }
      @media screen and (max-width: 899px) {
        .company26-group__item a .exlink {
          width: 3.58974vw;
          top: 1.53846vw; } }

.company26-group .bnr-list {
  flex: 0 0 215px; }
  @media screen and (max-width: 899px) {
    .company26-group .bnr-list {
      display: flex;
      flex-wrap: wrap;
      gap: 1.53846vw; } }
  .company26-group .bnr-list > li {
    margin-bottom: 20px;
    display: block;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
    @media screen and (max-width: 899px) {
      .company26-group .bnr-list > li {
        width: calc((100% - 1.53846vw) / 2);
        margin: 0; } }

/* =========================== */
/* =========================== */

/*# sourceMappingURL=../maps/index.css.map */
