@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  -webkit-font-smoothing: antialiased;
  adding: 0 !important;
  margin: 0 !important;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

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

* {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}

/* ---------------------------------------- */
button::-moz-focus-inner {
  border: 0;
}

/* ---------------------------------------- */
a {
  background: transparent;
}

a:focus {
  outline: none;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

/* ---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: bold;
}

li {
  list-style: none;
}

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

td,
th {
  padding: 0;
}

/* ---------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ---------------------------------------- */
.map {
  position: relative;
  width: 100%;
  padding-top: 50%;
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.slideInUp {
  position: relative;
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slideInUp.active {
  opacity: 1;
  transform: translate(0, 0px);
}

/* ---------------------------------------- */
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (min-width: 768px) {
  .row-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-10 > div {
    padding-right: 5px;
    padding-left: 5px;
  }
  .row-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-20 > div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .row-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-30 > div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-40 > div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row-50 > div {
    padding-right: 25px;
    padding-left: 25px;
  }
  .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-60 > div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row-70 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row-70 > div {
    padding-right: 35px;
    padding-left: 35px;
  }
  .row-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-80 > div {
    padding-right: 40px;
    padding-left: 40px;
  }
  .row-90 {
    margin-left: -45px;
    margin-right: -45px;
  }
  .row-90 > div {
    padding-right: 45px;
    padding-left: 45px;
  }
  .row-100 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row-100 > div {
    padding-right: 50px;
    padding-left: 50px;
  }
}
html {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

p,
ul,
ol,
blockquote {
  line-height: 2;
}

ul.default {
  margin-left: 1.3em;
}
ul.default li {
  position: relative;
  padding-left: 10px;
}
ul.default li:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "・";
}

ul.box {
  margin-left: 1.3em;
}
ul.box li {
  position: relative;
  padding-left: 10px;
}
ul.box li:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "□";
}

ol.default {
  margin-left: 1.3em;
  counter-reset: li;
}
ol.default li {
  position: relative;
  padding-left: 10px;
}
ol.default li:before {
  position: absolute;
  top: 0;
  left: -1em;
  counter-increment: li;
  content: counter(li);
}

/* ---------------------------------------- */
.font-size-12 {
  font-size: 1.08rem;
}
@media (min-width: 576px) {
  .font-size-12 {
    font-size: 1.2rem;
  }
}

.font-size-13 {
  font-size: 1.17rem;
}
@media (min-width: 576px) {
  .font-size-13 {
    font-size: 1.3rem;
  }
}

.font-size-14 {
  font-size: 1.26rem;
}
@media (min-width: 576px) {
  .font-size-14 {
    font-size: 1.4rem;
  }
}

.font-size-15 {
  font-size: 1.35rem;
}
@media (min-width: 576px) {
  .font-size-15 {
    font-size: 1.5rem;
  }
}

.font-size-16 {
  font-size: 1.44rem;
}
@media (min-width: 576px) {
  .font-size-16 {
    font-size: 1.6rem;
  }
}

.font-size-18 {
  font-size: 1.62rem;
}
@media (min-width: 576px) {
  .font-size-18 {
    font-size: 1.8rem;
  }
}

.font-size-20 {
  font-size: 1.8rem;
}
@media (min-width: 576px) {
  .font-size-20 {
    font-size: 2rem;
  }
}

.font-size-22 {
  font-size: 1.98rem;
}
@media (min-width: 576px) {
  .font-size-22 {
    font-size: 2.2rem;
  }
}

.font-size-24 {
  font-size: 2.16rem;
}
@media (min-width: 576px) {
  .font-size-24 {
    font-size: 2.4rem;
  }
}

.font-size-26 {
  font-size: 2.34rem;
}
@media (min-width: 576px) {
  .font-size-26 {
    font-size: 2.6rem;
  }
}

.font-size-28 {
  font-size: 2.52rem;
}
@media (min-width: 576px) {
  .font-size-28 {
    font-size: 2.8rem;
  }
}

.font-size-32 {
  font-size: 2.88rem;
}
@media (min-width: 576px) {
  .font-size-32 {
    font-size: 3.2rem;
  }
}

.ratio-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ratio-wrap:before {
  content: "";
  display: block;
}

.ratio-wrap.ratio-1x1:before {
  padding-top: 100%;
}

.ratio-wrap.ratio-2x1:before {
  padding-top: 50%;
}

.ratio-wrap.ratio-3x1:before {
  padding-top: 33.3333%;
}

.ratio-wrap.ratio-5x2:before {
  padding-top: 40%;
}

.ratio-wrap.ratio-3x2:before {
  padding-top: 66.6666%;
}

.ratio-wrap.ratio-4x3:before {
  padding-top: 75%;
}

.ratio-wrap.ratio-16x9:before {
  padding-top: 56.25%;
}

.ratio {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.ratio.contain {
  background-size: contain;
}

/* ---------------------------------------- */
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  color: #000;
  background-color: #fff;
}

/* ---------------------------------------- */
#wrap {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
@media (min-width: 768px) {
  #wrap {
    padding-top: 120px;
  }
}

/* ---------------------------------------- */
@media (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}

/* ---------------------------------------- */
main {
  font-size: 1.28rem;
}
@media (min-width: 576px) {
  main {
    font-size: 1.36rem;
  }
}
@media (min-width: 768px) {
  main {
    font-size: 1.44rem;
  }
}
@media (min-width: 992px) {
  main {
    font-size: 1.52rem;
  }
}
@media (min-width: 1200px) {
  main {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------- */
.noto-b {
  font-weight: 700;
}

.noto-serif-r {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.barlow {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}

.barlow.it {
  font-style: italic;
}

/* ---------------------------------------- */
.max-800 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.max-900 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.max-920 {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.max-940 {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.max-1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.max-1060 {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.max-1100 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

/* ---------------------------------------- */
.r-10 {
  border-radius: 5px;
}
@media (min-width: 768px) {
  .r-10 {
    border-radius: 10px;
  }
}

.r-20 {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .r-20 {
    border-radius: 20px;
  }
}

.r-30 {
  border-radius: 15px;
}
@media (min-width: 768px) {
  .r-30 {
    border-radius: 30px;
  }
}

/* ---------------------------------------- */
.v-center {
  display: flex;
  align-items: center;
}

.overflow-hidden {
  overflow: hidden;
}

/* ---------------------------------------- */
.bg-red {
  background-color: #d73928;
}

.bg-green {
  background-color: #007143;
}

.bg-yellow {
  background-color: #f4c300;
}

.bg-light-gray {
  background-color: #f2f3f2;
}

/* ---------------------------------------- */
#transition {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: #007143;
  z-index: 10001;
}

/* ---------------------------------------- */
.section {
  padding: 40px 0;
}
@media (min-width: 576px) {
  .section {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 80px 0;
  }
}

/* ---------------------------------------- */
a,
a:link,
a:hover,
a:active,
a:visited {
  color: #000;
  background-repeat: no-repeat;
}

a:hover img {
  transition: opacity 0.3s ease-out;
  opacity: 0.7;
}

a.cancel-hover:hover {
  opacity: 1;
}

/* ---------------------------------------- */
.hover-op {
  transition: all 0.3s ease-out;
}
.hover-op:hover {
  opacity: 0.7;
}

/* ---------------------------------------- */
.black {
  color: #000 !important;
}

.white {
  color: #fff !important;
}

.red {
  color: #d73928 !important;
}

.green {
  color: #007143 !important;
}

.yellow {
  color: #f4c300 !important;
}

/* ---------------------------------------- */
.btn-1 {
  color: #007143 !important;
  background-color: #f4c300;
  text-decoration: none;
  width: 260px;
  height: 60px;
  line-height: 60px;
  border-radius: 430px;
  font-size: 2rem;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  text-align: center;
  display: inline-block;
  font-weight: 600;
  background-image: url(/recruit/assets/img/common/btn_1_ic.svg);
  background-repeat: no-repeat;
  background-position: center right 30px;
}
@media (min-width: 576px) {
  .btn-1 {
    width: 400px;
    height: 84px;
    line-height: 84px;
    border-radius: 42px;
    font-size: 2.4rem;
  }
}
.btn-1:hover {
  color: #f4c300 !important;
  background-color: #007143;
  background-image: url(/recruit/assets/img/common/btn_1_ic_yellow.svg);
}

.btn-2 {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 30px;
  color: #007143;
  background-color: #fff;
  border: solid 1px #007143;
  width: 170px;
  height: 50px;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .btn-2 {
    width: 260px;
    height: 60px;
    font-size: 1.6rem;
  }
}
.btn-2 span {
  display: inline-block;
  background-image: url(/recruit/assets/img/common/ic_btn_2.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 20px;
  background-size: 12.8px 7.2px;
}
@media (min-width: 768px) {
  .btn-2 span {
    padding-right: 30px;
    background-size: 16px 9px;
  }
}

/* ---------------------------------------- */
.title {
  position: relative;
  background-image: url(/recruit/assets/img/common/bg_title.svg);
  background-size: cover;
  aspect-ratio: 3/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .title {
    aspect-ratio: 1420/285;
  }
}
.title h1 {
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 0.6em;
  line-height: 1;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .title h1 {
    font-size: 2rem;
  }
}

.title-text-en {
  white-space: nowrap;
  display: inline-block;
  color: #007143;
  background-color: #fff;
  padding: 0.5em 1em;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .title-text-en {
    font-size: 4rem;
  }
}

/* ---------------------------------------- */
ul.pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.pagenavi li {
  margin: 7px;
}

/* ---------------------------------------- */
header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
@media (min-width: 768px) {
  header {
    height: 120px;
  }
}
header .id {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  header .id {
    left: 50px;
  }
}
header .id img {
  width: 160px;
}
@media (min-width: 768px) {
  header .id img {
    width: auto;
  }
}
header .entry {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 60px;
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  header .entry {
    right: 120px;
    width: 120px;
    height: 120px;
  }
}
header #menu {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  header #menu {
    width: 120px;
    height: 120px;
  }
}

/* ---------------------------------------- */
#sp-navi {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: auto;
}
#sp-navi #menu-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  #sp-navi #menu-close {
    width: 120px;
    height: 120px;
  }
}
#sp-navi .sp-navi-content {
  text-align: center;
  color: #007143;
}
#sp-navi .sp-navi-content a {
  color: #007143;
  text-decoration: none;
}
@media (max-width: 767px) {
  #sp-navi .sp-navi-content {
    padding-top: 60px;
    padding-bottom: 20px;
    width: 90%;
    margin-left: 5%;
  }
}
@media (min-width: 768px) {
  #sp-navi .sp-navi-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 760px;
    transform: translate(-50%, -70%);
  }
}
#sp-navi .sp-navi-en {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 0.3em;
}
@media (min-width: 768px) {
  #sp-navi .sp-navi-en {
    font-size: 3rem;
  }
}
#sp-navi .sp-navi-ja {
  font-weight: 700;
  line-height: 1;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #sp-navi .sp-navi-ja {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
#sp-navi .sp-navi-entry {
  width: 100%;
}
@media (min-width: 768px) {
  #sp-navi .sp-navi-entry {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
#sp-navi .sp-navi-entry-head {
  text-align: center;
}
#sp-navi .sp-navi-entry-head img {
  width: 180px;
}
@media (min-width: 768px) {
  #sp-navi .sp-navi-entry-head img {
    width: 240px;
  }
}
#sp-navi .sp-navi-entry-body a {
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 15px;
}
@media (min-width: 768px) {
  #sp-navi .sp-navi-entry-body a {
    padding: 30px;
  }
}
#sp-navi .sp-navi-entry-body a .sp-navi-entry-body-category {
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  #sp-navi .sp-navi-entry-body a .sp-navi-entry-body-category {
    font-size: 1.5rem;
  }
}
#sp-navi .sp-navi-entry-body a img {
  width: 140px;
}
@media (min-width: 768px) {
  #sp-navi .sp-navi-entry-body a img {
    width: 240px;
  }
}

.entry-head {
  text-align: center;
}
.entry-head img {
  margin-left: auto;
  margin-right: auto;
  width: 260px;
}
@media (min-width: 576px) {
  .entry-head img {
    width: 360px;
  }
}
@media (min-width: 768px) {
  .entry-head img {
    width: 660px;
  }
}
@media (min-width: 992px) {
  .entry-head img {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .entry-head img {
    width: auto;
  }
}

.entry-body {
  display: flex;
}

.entry-body-new,
.entry-body-carrer {
  color: #fff;
  width: 50%;
  padding: 40px 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .entry-body-new,
.entry-body-carrer {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .entry-body-new,
.entry-body-carrer {
    padding: 90px;
  }
}

.entry-body-new {
  background-color: #d73928;
}

.entry-body-carrer {
  background-color: #007143;
}
.entry-body-carrer p {
  text-align: left;
  max-width: 424px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3em;
}
@media (min-width: 768px) {
  .entry-body-carrer p {
    margin-top: 2.6em;
  }
}

.entry-h {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .entry-h {
    font-size: 3rem;
    margin-bottom: 1.5em;
  }
}

/* ---------------------------------------- */
footer .footer-navi {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 40px);
  padding: 40px 0;
}
@media (min-width: 992px) {
  footer .footer-navi {
    max-width: 820px;
    padding: 80px 0;
  }
}
footer .footer-navi-id {
  width: 30%;
}
@media (min-width: 992px) {
  footer .footer-navi-id {
    width: auto;
  }
}
footer .footer-navi-corp {
  width: 58%;
}
@media (min-width: 768px) {
  footer .footer-navi-corp {
    width: 45%;
  }
}
@media (min-width: 992px) {
  footer .footer-navi-corp {
    width: auto;
  }
}
footer .copyright {
  text-align: center;
  background-color: #eaeaea;
  line-height: 1;
  padding: 2em;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

#home-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/recruit/assets/img/home/main_bg_sp.jpg);
}
@media (min-width: 768px) {
  #home-image {
    background-image: url(/recruit/assets/img/home/main_bg_pc.jpg);
  }
}
#home-image a:hover img {
  opacity: 1;
}
#home-image:before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/recruit/assets/img/home/main_text_sp.svg);
}
@media (min-width: 768px) {
  #home-image:before {
    background-image: url(/recruit/assets/img/home/main_text_pc.svg);
  }
}

/* ---------------------------------------- */
#home-message {
  position: relative;
  padding: 40px 0;
}
@media (min-width: 768px) {
  #home-message {
    padding: 80px 0;
  }
}
#home-message:before, #home-message:after {
  position: absolute;
  content: "";
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
@media (min-width: 768px) {
  #home-message:before, #home-message:after {
    display: block;
    width: 187px;
    height: 371px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (min-width: 992px) {
  #home-message:before, #home-message:after {
    width: 261.8px;
    height: 519.4px;
  }
}
#home-message:before {
  background-image: url(/recruit/assets/img/home/message_bg_1.jpg);
  left: 0;
}
#home-message:after {
  background-image: url(/recruit/assets/img/home/message_bg_2.jpg);
  right: 0;
}
#home-message h2 {
  position: relative;
  text-align: center;
}
#home-message h2:before, #home-message h2:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -55%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 67.32px;
  height: 133.56px;
}
@media (min-width: 576px) {
  #home-message h2:before, #home-message h2:after {
    width: 78.54px;
    height: 155.82px;
  }
}
@media (min-width: 768px) {
  #home-message h2:before, #home-message h2:after {
    display: none;
  }
}
#home-message h2:before {
  background-image: url(/recruit/assets/img/home/message_bg_1.jpg);
  left: 0;
}
#home-message h2:after {
  background-image: url(/recruit/assets/img/home/message_bg_2.jpg);
  right: 0;
}
@media (max-width: 767px) {
  #home-message h2 img {
    width: 190px;
  }
}
#home-message h3 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  #home-message h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #home-message h3 {
    font-size: 2.3rem;
  }
}
#home-message h3:first-letter {
  color: #007143;
}
#home-message h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
}
@media (min-width: 576px) {
  #home-message h3 {
    max-width: 240px;
  }
}
@media (min-width: 768px) {
  #home-message h3 {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  #home-message h3 {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #home-message h3 {
    max-width: 660px;
  }
}
#home-message p {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 80px);
}
@media (min-width: 768px) {
  #home-message p {
    max-width: 360px;
  }
}
@media (min-width: 992px) {
  #home-message p {
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  #home-message p {
    max-width: 600px;
  }
}

/* ---------------------------------------- */
#home-person {
  position: relative;
  padding-top: 146px;
}
#home-person:before {
  content: "";
  position: absolute;
  top: 7%;
  bottom: 0%;
  right: 0;
  width: 70%;
  background-color: #f4c300;
}
@media (min-width: 768px) {
  #home-person:before {
    bottom: 4%;
  }
}
#home-person .person-content {
  position: relative;
  color: #fff;
  background-color: #007143;
}
#home-person .person-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #007143;
}
#home-person .person-content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/recruit/assets/img/home/person_il.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(10%, -70%);
  width: 170px;
  height: 145px;
}
@media (min-width: 576px) {
  #home-person .person-content:after {
    width: 204px;
    height: 174px;
  }
}
@media (min-width: 768px) {
  #home-person .person-content:after {
    width: 238px;
    height: 203px;
  }
}
@media (min-width: 992px) {
  #home-person .person-content:after {
    width: 272px;
    height: 232px;
  }
}
@media (min-width: 1200px) {
  #home-person .person-content:after {
    width: 340px;
    height: 290px;
  }
}
#home-person .h-en {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 50%;
}
#home-person .h-ja {
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  #home-person .h-ja {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  #home-person .h-ja {
    font-size: 1.8rem;
  }
}
#home-person h3 {
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 576px) {
  #home-person h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #home-person h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 575px) {
  #home-person ul.person-btns li {
    height: 80px;
  }
  #home-person ul.person-btns li img {
    height: 100px;
  }
}
@media (max-width: 1199px) {
  #home-person ul.person-btns {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #home-person ul.person-btns li:nth-child(1) {
    text-align: center;
  }
  #home-person ul.person-btns li:nth-child(3) {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  #home-person ul.person-btns {
    display: flex;
  }
  #home-person ul.person-btns li:nth-child(1),
#home-person ul.person-btns li:nth-child(2) {
    margin-right: 40px;
  }
}

/* ---------------------------------------- */
#home-intv {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/recruit/assets/img/home/intv_bg_sp-min.jpg);
  padding-top: 81.3333vw;
}
@media (min-width: 768px) {
  #home-intv {
    background-image: url(/recruit/assets/img/home/intv_bg_pc-min.jpg);
    padding-top: 44.366vw;
  }
}
#home-intv h2 img {
  width: 220px;
}
@media (min-width: 768px) {
  #home-intv h2 img {
    width: 320px;
  }
}
@media (min-width: 992px) {
  #home-intv h2 img {
    width: auto;
  }
}
#home-intv .swiper-slide {
  text-align: center;
}
@media (max-width: 575px) {
  #home-intv .swiper-slide img {
    width: 250px;
  }
}

/* ---------------------------------------- */
#home-bnr a {
  display: block;
  text-decoration: none;
}
#home-bnr .bnr {
  max-width: 566px;
  margin-left: auto;
  margin-rightt: auto;
}
#home-bnr .bnr.carrer p {
  margin-left: 10%;
  margin-right: 12%;
}
#home-bnr .bnr.biz p {
  margin-left: 19%;
  margin-right: 12%;
}

/* ---------------------------------------- */
#home-actv h2 {
  background-image: url(/recruit/assets/img/home/actv_bg_1.svg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#home-actv h2 img {
  width: 240px;
}
@media (min-width: 576px) {
  #home-actv h2 img {
    width: 280px;
  }
}
@media (min-width: 768px) {
  #home-actv h2 img {
    width: 320px;
  }
}
@media (min-width: 992px) {
  #home-actv h2 img {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  #home-actv h2 img {
    width: auto;
  }
}
#home-actv .actv-body {
  background-color: #e5e8e5;
}
@media (min-width: 992px) {
  #home-actv .container {
    max-width: 1000px;
  }
}
#home-actv ul.activity-btns {
  display: flex;
  flex-wrap: wrap;
}
#home-actv ul.activity-btns li {
  width: 30%;
  margin: 0 1.5% 2.5% 1.5%;
}

/* ---------------------------------------- */
#home-job {
  position: relative;
  background-color: #f4c300;
}
#home-job a:hover {
  opacity: 0.8;
}
#home-job a:hover img {
  opacity: 1;
}
#home-job .home-job-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
#home-job .home-job-text h2 {
  max-width: 65%;
}
#home-job .home-job-text h3 {
  font-weight: 700;
}
#home-job .home-job-img {
  width: 50%;
  margin-left: 50%;
}
#home-job .home-job-more {
  position: absolute;
  width: 100%;
  bottom: 10%;
  text-align: right;
}
#home-job .home-job-more img {
  width: 94px;
}
@media (min-width: 768px) {
  #home-job .home-job-more img {
    width: auto;
  }
}

/* ---------------------------------------- */
#biz h2 img {
  width: 70%;
}
@media (min-width: 768px) {
  #biz h2 img {
    width: auto;
  }
}

.biz-section {
  background-color: #fff;
  height: 100%;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .biz-section {
    padding-bottom: 20px;
  }
}
.biz-section .biz-section-head {
  position: relative;
}
.biz-section .biz-section-head:before {
  content: "";
  position: absolute;
  top: 0;
  width: 15%;
  height: 60px;
  background-color: #f2f3f2;
  z-index: 1;
}
.biz-section .biz-section-head h3 {
  position: absolute;
  z-index: 3;
  bottom: 0;
  display: block;
  font-weight: 700;
  color: #fff;
  background-color: #007143;
  letter-spacing: 0.2em;
  font-size: 2rem;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 40px;
  transform: translate(0, 50%);
}
@media (min-width: 768px) {
  .biz-section .biz-section-head h3 {
    font-size: 2.4rem;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 50px;
  }
}
.biz-section .biz-section-head .biz-section-head-img {
  margin-bottom: 30px;
}
.biz-section .biz-section-head .biz-section-head-il {
  position: absolute;
  bottom: -25px;
  width: 23%;
}
.biz-section .biz-section-head.left:before {
  right: 0;
}
.biz-section .biz-section-head.left h3 {
  left: 0;
  border-radius: 0 25px 25px 0;
}
.biz-section .biz-section-head.left .biz-section-head-img {
  margin-right: 15%;
}
.biz-section .biz-section-head.left .biz-section-head-il {
  right: 5%;
}
.biz-section .biz-section-head.right:before {
  left: 0;
}
.biz-section .biz-section-head.right h3 {
  right: 0;
  border-radius: 25px 0 0 25px;
}
.biz-section .biz-section-head.right .biz-section-head-img {
  margin-left: 15%;
}
.biz-section .biz-section-head.right .biz-section-head-il {
  left: 5%;
}
.biz-section p {
  padding: 2em 3em;
}

/* ---------------------------------------- */
#career {
  position: relative;
  background-color: #f4c300;
  margin-top: 60px;
}
#career:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 99.5%;
  width: 101%;
  aspect-ratio: 1420/183;
  background-image: url(/recruit/assets/img/works/career_bg_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#career:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(/recruit/assets/img/works/career_il_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(12%, -90%);
}
@media (max-width: 575px) {
  #career:after {
    width: 150.8px;
    height: 127.2px;
  }
}
@media (min-width: 576px) {
  #career:after {
    width: 188.5px;
    height: 159px;
  }
}
@media (min-width: 768px) {
  #career:after {
    width: 263.9px;
    height: 222.6px;
  }
}
@media (min-width: 992px) {
  #career:after {
    width: 377px;
    height: 318px;
  }
}
#career h2 img {
  width: 70%;
}
@media (min-width: 768px) {
  #career h2 img {
    width: auto;
  }
}

/* ---------------------------------------- */
#intv h2 img {
  width: 60%;
}
@media (min-width: 768px) {
  #intv h2 img {
    width: auto;
  }
}

#message h2 img {
  width: 60%;
}
@media (min-width: 768px) {
  #message h2 img {
    width: auto;
  }
}
#message h3 {
  color: #007143;
  font-weight: 700;
  font-size: 2rem;
}
@media (min-width: 768px) {
  #message h3 {
    font-size: 3.6rem;
  }
}
#message .sig {
  display: inline-block;
}
#message .sig-corp {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #message .sig-corp {
    font-size: 1.8rem;
  }
}
#message .sig-name {
  font-weight: 700;
  font-size: 2rem;
}
@media (min-width: 768px) {
  #message .sig-name {
    font-size: 2.6rem;
  }
}

/* ---------------------------------------- */
#vision .vision-head {
  text-align: center;
  background-image: url(/recruit/assets/img/about/vision_bg_2.png);
  background-size: contain;
  background-position: center bottom;
}
#vision .vision-body {
  background-color: #f4c300;
  padding-bottom: 0;
}
#vision h2 img {
  width: 40%;
}
@media (min-width: 768px) {
  #vision h2 img {
    width: auto;
  }
}
#vision h3 {
  font-weight: 700;
  font-size: 2rem;
}
@media (min-width: 768px) {
  #vision h3 {
    font-size: 3.6rem;
  }
}
#vision ul {
  position: relative;
}
@media (max-width: 767px) {
  #vision ul li {
    position: relative;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #vision ul li:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    width: 5px;
    height: 500px;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  #vision ul li:nth-child(2) {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  #vision ul li:nth-child(3) {
    margin-left: 60px;
  }
}
@media (min-width: 768px) {
  #vision ul {
    display: flex;
    padding-top: 30px;
  }
  #vision ul li {
    width: 29%;
    margin: 0 2%;
  }
}
#vision .vision {
  position: relative;
  background-color: #fff;
  padding: 12% 10% 5% 10%;
  height: 100%;
}
@media (min-width: 768px) {
  #vision .vision {
    padding: 5% 10%;
  }
}
#vision .vision h4 {
  font-weight: 700;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  #vision .vision h4 {
    font-size: 2.2rem;
  }
}
#vision .vision-num {
  line-height: 1;
  color: #f4c300;
  font-size: 4rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 767px) {
  #vision .vision-num {
    position: absolute;
    top: -0.2em;
    left: -0.05em;
  }
}
@media (min-width: 768px) {
  #vision .vision-num {
    margin-bottom: 0.5em;
  }
}
#vision .vision-il {
  position: absolute;
  right: 0%;
}
#vision .vision-il img {
  transform: scale(0.7);
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  #vision .vision-il {
    top: -50px;
  }
}
@media (min-width: 768px) {
  #vision .vision-il {
    top: -40px;
  }
}
@media (min-width: 1200px) {
  #vision .vision-il img {
    transform: scale(1);
  }
}
#vision .vision-kiban {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  background-color: #007143;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 50px;
  padding: 1em 0;
}
@media (min-width: 768px) {
  #vision .vision-kiban {
    font-size: 2.2rem;
    margin-top: 100px;
  }
}
#vision .vision-kiban:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  background-image: url(/recruit/assets/img/about/vision_bg_3.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 24px;
  background-size: 172px 24px;
}
@media (min-width: 768px) {
  #vision .vision-kiban:before {
    height: 36px;
    background-size: 258px 36px;
  }
}
#vision .vision-kiban:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 0;
  background-image: url(/recruit/assets/img/about/vision_il_4.svg);
  background-repeat: repeat-x;
  background-size: contain;
  width: 89px;
  height: 81px;
}
@media (min-width: 576px) {
  #vision .vision-kiban:after {
    width: 106.8px;
    height: 97.2px;
  }
}
@media (min-width: 768px) {
  #vision .vision-kiban:after {
    width: 142.4px;
    height: 129.6px;
  }
}
@media (min-width: 1200px) {
  #vision .vision-kiban:after {
    width: 178px;
    height: 162px;
  }
}

/* ---------------------------------------- */
#home-actv.about-actv {
  background-color: #e5e8e5;
}
#home-actv.about-actv h2 {
  background-image: none;
}
#home-actv.about-actv ul.activity-btns li {
  position: relative;
}
#home-actv.about-actv ul.activity-btns li img {
  cursor: pointer;
}

/* ---------------------------------------- */
#about-active ul.activity-content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#about-active ul.activity-content li {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #about-active ul.activity-content li {
    margin-bottom: 80px;
  }
}
#about-active ul.activity-content li h4 {
  font-weight: 700;
  color: #007143;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  #about-active ul.activity-content li h4 {
    font-size: 2rem;
  }
}
#about-active ul.activity-content li .activity-img-h {
  position: relative;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  #about-active ul.activity-content li .activity-img-h {
    margin-bottom: 90px;
  }
}
#about-active ul.activity-content li .activity-head {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  transform: translate(0, 50%);
}
#about-active ul.activity-content li .activity-head-il {
  width: 80px;
}
@media (min-width: 768px) {
  #about-active ul.activity-content li .activity-head-il {
    width: 120px;
  }
}
#about-active ul.activity-content li .activity-head-text {
  display: flex;
  align-items: center;
  padding-right: 60px;
}
@media (min-width: 768px) {
  #about-active ul.activity-content li .activity-head-text {
    padding-right: 100px;
  }
}
#about-active ul.activity-content li .activity-head-text h3 {
  font-weight: 700;
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  #about-active ul.activity-content li .activity-head-text h3 {
    font-size: 2.8rem;
  }
}
#about-active ul.activity-content li .activity-head-text-en {
  letter-spacing: 0.05em;
}
#about-active ul.activity-content li .activity-head-num {
  position: absolute;
  top: -0.2em;
  right: 0;
  color: #cce3d9;
  line-height: 1;
  font-size: 5rem;
}
@media (min-width: 768px) {
  #about-active ul.activity-content li .activity-head-num {
    font-size: 9rem;
  }
}
#about-active ul.activity-content li:nth-child(even) .activity-head {
  left: auto;
  right: 0;
}

.job-h {
  position: relative;
  font-weight: 700;
  color: #007143;
  text-align: center;
  font-size: 2.1rem;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .job-h {
    font-size: 2.8rem;
  }
}
.job-h:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 46px;
  height: 4px;
  background-color: #007143;
  transform: translate(-50%, 0);
}

table.job {
  width: 100%;
  border-top: solid 1px #c4c4c4;
  border-left: solid 1px #c4c4c4;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  table.job {
    margin-bottom: 120px;
  }
}
table.job tr th,
table.job tr td {
  padding: 1em 1.5em;
  border-bottom: solid 1px #c4c4c4;
  border-right: solid 1px #c4c4c4;
}
table.job tr th {
  font-weight: normal;
  background-color: #fdf3cc;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

/* ---------------------------------------- */
.job-entry-head {
  display: flex;
}
.job-entry-head .job-entry-head-en {
  font-size: 7rem;
  transform: translate(-5px, -15px);
  line-height: 1;
}
@media (min-width: 768px) {
  .job-entry-head .job-entry-head-en {
    font-size: 15rem;
    transform: translate(-5px, -30px);
  }
}
.job-entry-head .job-entry-head-ja {
  font-weight: 700;
  font-size: 1.3rem;
  transform: translate(0, -1.6em);
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
@media (min-width: 768px) {
  .job-entry-head .job-entry-head-ja {
    font-size: 2.4rem;
    transform: translate(0, -1.8em);
  }
}

.job-body {
  margin: 0 auto;
  max-width: 70%;
  padding: 20px 0 45px 0;
}
@media (min-width: 768px) {
  .job-body {
    max-width: 560px;
    padding: 40px 0 90px 0;
  }
}

#about-new .job-entry {
  color: #fff;
  background-color: #d73928;
}

#about-career .job-entry,
#about-parttime .job-entry {
  color: #fff;
  background-color: #007143;
}

#intv-main {
  position: relative;
  padding-bottom: 210px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  #intv-main {
    padding-bottom: 310px;
  }
}
@media (min-width: 768px) {
  #intv-main {
    padding-bottom: 240px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  #intv-main {
    padding-bottom: 250px;
  }
}
@media (min-width: 1200px) {
  #intv-main {
    padding-bottom: 270px;
  }
}

.intv-main-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.intv-main-text h1 {
  width: 70%;
}
@media (min-width: 768px) {
  .intv-main-text h1 {
    width: 48%;
  }
}
.intv-main-text .container {
  transform: translate(0, -10px);
}
@media (min-width: 768px) {
  .intv-main-text .container {
    transform: translate(0, -20px);
  }
}
.intv-main-text .intv-main-text-script {
  margin-bottom: 15px;
}
.intv-main-text .intv-main-text-script img {
  width: 56%;
}
@media (min-width: 768px) {
  .intv-main-text .intv-main-text-script img {
    width: auto;
  }
}
.intv-main-text .intv-main-text-person {
  display: flex;
}
.intv-main-text .intv-main-text-person-name h2 {
  font-weight: 700;
  line-height: 1;
  font-size: 2.6rem;
  margin-bottom: 0.3em;
}
@media (min-width: 768px) {
  .intv-main-text .intv-main-text-person-name h2 {
    font-size: 3.5rem;
  }
}
.intv-main-text .intv-main-text-person-name .intv-main-text-person-name-en {
  letter-spacing: 0.05em;
}
.intv-main-text .intv-main-text-person-info span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: solid 2px #007143;
}
@media (min-width: 768px) {
  .intv-main-text .intv-main-text-person-info span {
    margin-left: 30px;
    padding-left: 30px;
  }
}

.intv-main-ph img {
  width: 100%;
}
@media (min-width: 768px) {
  .intv-main-ph {
    margin-left: 14%;
  }
}

@media (min-width: 768px) {
  .intv-3 #intv-user .intv-user-ph {
    width: 190px;
  }
}

/* ---------------------------------------- */
#intv-c {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
#intv-c ul li {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #intv-c ul li {
    margin-bottom: 140px;
  }
}
#intv-c ul li .intv-c-text {
  position: relative;
  padding-left: 10%;
  padding-right: 10%;
}
#intv-c ul li .intv-c-text h2 {
  font-weight: 700;
  color: #007143;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  #intv-c ul li .intv-c-text h2 {
    font-size: 2.4rem;
  }
}
#intv-c ul li .intv-c-text-num {
  line-height: 1;
  text-align: center;
  color: #007143;
  font-size: 7rem;
  transform: translate(0, -30px);
}
@media (min-width: 768px) {
  #intv-c ul li .intv-c-text-num {
    font-size: 12.7rem;
  }
}
#intv-c ul li .intv-c-text.bg-yellow {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #intv-c ul li .intv-c-text.bg-yellow {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
#intv-c ul li .intv-c-text.bg-yellow .intv-c-text-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0, -55%);
}
#intv-c ul li .intv-c-text.bg-yellow p {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
#intv-c ul li .intv-c-img {
  position: relative;
}
@media (min-width: 768px) {
  #intv-c ul li .intv-c-img {
    margin-top: 10%;
  }
  #intv-c ul li .intv-c-img img {
    max-width: 105%;
    height: auto;
  }
}
#intv-c ul li .intv-c-il-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  #intv-c ul li .intv-c-il-1 {
    width: 30%;
  }
  #intv-c ul li .intv-c-il-1 img {
    transform: translate(0, 20%);
  }
}
@media (min-width: 768px) {
  #intv-c ul li .intv-c-il-1 img {
    transform: translate(25%, 40%);
  }
}
#intv-c ul li:nth-child(2) p {
  margin-left: 20px;
  margin-right: 20px;
}

/* ---------------------------------------- */
.intv-message-text {
  color: #007143;
  background-color: #f4c300;
  padding: 25px;
}
@media (min-width: 768px) {
  .intv-message-text {
    padding: 50px;
  }
}

.intv-message-text-en {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 0.2em;
}
@media (min-width: 768px) {
  .intv-message-text-en {
    font-size: 5.2rem;
  }
}

.intv-message-text-ja {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .intv-message-text-ja {
    font-size: 2.5rem;
  }
}

#intv-message .intv-message-head {
  position: relative;
  background-color: #007143;
  padding: 50px 10px 120px 10px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  #intv-message .intv-message-head {
    padding: 120px 10px 220px 10px;
    margin-bottom: 130px;
  }
}
#intv-message .intv-message-text {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 50%);
}

/* ---------------------------------------- */
#intv-user {
  position: relative;
  color: #fff;
  background-color: #007143;
  padding: 70px 30px 30px 30px;
  margin: 100px 0 100px 0;
}
@media (min-width: 768px) {
  #intv-user {
    padding: 170px 100px 100px 100px;
    margin: 200px 0 200px 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
#intv-user .intv-message-text {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
}
#intv-user .intv-user-ph {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  #intv-user .intv-user-ph {
    right: 5%;
    width: 150px;
  }
}

/* ---------------------------------------- */
#intv-others {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  #intv-others {
    margin-bottom: 150px;
  }
}

.intv-others-head {
  text-align: center;
  padding: 0 10px 100px 10px;
}
@media (min-width: 768px) {
  .intv-others-head {
    padding: 0 10px 200px 10px;
  }
}