@charset "UTF-8";


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.btn {
  display: inline-block;
  transition: 0.5s;
}
.btn:hover {
  opacity: 0.8;
}
.btn span {
  font-size: 80%;
}
.btn-l {
  padding: 20px 24px;
  text-align: center;
  padding: 23px 20px;
  border-radius: 25px;
  line-height: 1;
  font-size: 2.5rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.btn-l span {
  font-size: 85%;
}
@media screen and (max-width: 768px) {
  .btn-l {
    padding: 20px 20px;
    font-size: 1.7rem;
  }
}
.btn-m {
  padding: 20px 24px;
  border-radius: 20px;
  line-height: 1;
  font-size: 1.6rem;
}
.btn-m-square {
  padding: 20px 24px;
  line-height: 1;
  font-size: 1.6rem;
}
.btn-s {
  padding: 10px 16px;
  border-radius: 10px;
  line-height: 1;
  font-size: 1.6rem;
}
@media screen and (max-width: 575px) {
  .btn-s {
    font-size: 1.2rem;
  }
}
.btn-s-top {
  padding: 10px 16px;
  border-radius: 10px;
  line-height: 1;
  font-size: 1.6rem;
}
@media screen and (max-width: 575px) {
  .btn-s-top {
    font-size: 1.2rem;
    padding: 3px 10px;
  }
}
.btn-arrow::after {
  content: "＞";
  padding-left: 8px;
}
.btn-w-l {
  min-width: 430px;
}
@media screen and (max-width: 768px) {
  .btn-w-l {
    min-width: 100%;
  }
}
.btn-more {
  font-size: 1.4rem;
  background-color: #F7F9D3;
  color: #000000;
  padding: 5px 30px;
  border-radius: 13px;
  text-align: center;
}
.btn-orange {
  background-color: #F7931E;
  color: #FFFFFF !important;
}
.btn-green {
  background-color: #39B54A;
  color: #FFFFFF !important;
}
.btn-white {
  background-color: #FFFFFF;
  color: #006141 !important;
}
.btn-line-green {
  border: 1px solid #006141;
  color: #006141 !important;
  background-color: #FFFFFF;
}
.btn-mint {
  background-color: #00A89C;
  color: #FFFFFF !important;
}
.btn-main {
  background-color: #006141;
  color: #FFFFFF !important;
}
.btn-pink {
  background-color: #EA5B67;
  color: #FFFFFF !important;
}

.link-line {
  color: #006141;
  border-bottom: 1px solid #006141;
}
.link-line::after {
  content: "＞";
  display: inline-block;
}

.ttl-h2 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 50px;
  color: #006141;
  letter-spacing: 0.05em;
}
.ttl-h2 span {
  font-size: 2.4rem;
  line-height: 1;
  display: block;
  margin-top: 12px;
}
@media screen and (max-width: 575px) {
  .ttl-h2 {
    font-size: 2.6rem;
  }
  .ttl-h2 span {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
.ttl-line-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 60px;
}
.ttl-line-wrap:before {
  content: "";
  display: block;
  border-top: solid 6px #ccdfd9;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .ttl-line-wrap {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .ttl-line-wrap:before {
    border-top: solid 5px #ccdfd9;
    height: 5px;
  }
}
.ttl-line-wrap.line-half .ttl-ja-line {
  display: block;
}
.ttl-line-wrap-s {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ttl-line-wrap-s {
    margin-bottom: 20px;
  }
}
.ttl-line-wrap-s:before {
  border-top: solid 4px #ccdfd9;
  height: 4px;
}
@media screen and (max-width: 575px) {
  .ttl-line-wrap-s:before {
    border-width: 2px;
    height: 2px;
  }
}
.ttl-en-line {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  display: inline-block;
  padding: 0 20px;
  background-color: #FFFFFF;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
  .ttl-en-line {
    font-size: 2.2rem;
    padding: 0 8px;
  }
}
.ttl-en-line span {
  display: block;
  position: absolute;
  bottom: -20px;
  font-size: 1.7rem;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .ttl-en-line span {
    font-size: 1.3rem;
  }
}
.ttl-en-line.green {
  color: #39B54A;
}
.ttl-en-line.orange {
  color: #DC7461;
}
.ttl-en-line.pink {
  color: #EA5B67;
}
.ttl-ja-line {
  font-size: 3.2rem;
  display: inline-block;
  padding: 0 20px;
  background-color: #FFFFFF;
  color: #006141;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
  .ttl-ja-line {
    font-size: 2.2rem;
    padding: 0 8px;
  }
}
.ttl-ja-line span {
  display: block;
  position: absolute;
  bottom: -25px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
}
@media screen and (max-width: 575px) {
  .ttl-ja-line span {
    font-size: 1.4rem;
  }
}
.ttl-ja-line span.line-span {
  display: inline;
  position: static;
  bottom: 0;
  font-size: 80%;
}
@media screen and (max-width: 575px) {
  .ttl-ja-line span.line-span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.ttl-ja-line.green {
  color: #39B54A;
}
.ttl-ja-line.orange {
  color: #DC7461;
}
.ttl-ja-line.pink {
  color: #EA5B67;
}
.ttl-ja-line-s {
  font-size: 2.5rem;
}
@media screen and (max-width: 575px) {
  .ttl-ja-line-s {
    font-size: 1.8rem;
    padding: 0 8px;
  }
}
.ttl-ja-line-service {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4.6rem;
}
.ttl-ja-line-service span {
  font-size: 1.9rem;
}
@media screen and (max-width: 575px) {
  .ttl-ja-line-service {
    font-size: 2.7rem;
  }
  .ttl-ja-line-service span {
    font-size: 1.4rem;
  }
}
.ttl-strong-l {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 1;
  margin: 60px 0;
}
@media screen and (max-width: 575px) {
  .ttl-strong-l {
    font-size: 2.8rem;
    line-height: 1.6;
    margin: 30px 0;
  }
}
.ttl-bar {
  font-size: 2.9rem;
  color: #006141;
  padding: 10px 0;
  text-align: center;
  background-color: #ccdfd9;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ttl-bar {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.ttl-xl {
  font-size: 3.1rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
  .ttl-xl {
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}
.ttl-l {
  font-size: 2.7rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
  .ttl-l {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
}
.ttl-m {
  font-size: 2.3rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
  .ttl-m {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.ttl-s {
  font-size: 2rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
  .ttl-s {
    font-size: 1.8rem;
  }
}
.ttl-copy-underline {
  font-size: 3.2rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  padding: 5px 20px;
  min-width: 50%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 575px) {
  .ttl-copy-underline {
    font-size: 2.4rem;
    display: block;
    text-align: center;
    min-width: 100%;
    margin-bottom: 1.5rem;
    padding: 5px 5px;
  }
}
.ttl-copy-underline:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #b0d6b0 0%, #d8e266 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.ttl-copy-underline.line-green {
  color: #006141;
}
.ttl-copy-underline.line-green:before {
  background: #00A99D;
}
.ttl-copy-underline.line-orange {
  color: #006141;
}
.ttl-copy-underline.line-orange:before {
  background: #DC7461;
}
.ttl-copy-underline.line-light-green {
  color: #006141;
}
.ttl-copy-underline.line-light-green:before {
  background: #C7E2A3;
}
.ttl-copy-underline.line-ligth-blue {
  color: #006141;
}
.ttl-copy-underline.line-ligth-blue:before {
  background: #BAD5DA;
}
.ttl-copy-underline.fz-s {
  font-size: 2.7rem;
}
@media screen and (max-width: 575px) {
  .ttl-copy-underline.fz-s {
    font-size: 1.9rem;
  }
}

.data-box {
  color: #006141;
  text-align: center;
  margin-bottom: 1.5rem;
}
.data-box__ttl {
  font-size: 2.3rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 575px) {
  .data-box__ttl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.data-box__wrap {
  background: linear-gradient(to right, rgba(176, 214, 176, 0.2) 0%, rgba(216, 226, 102, 0.2) 100%);
  padding: 15px;
  margin-bottom: 1.5rem;
  line-height: 1;
  border-radius: 20px;
  height: 190px;
}
@media screen and (max-width: 575px) {
  .data-box__wrap {
    font-size: 1.8rem;
    border-radius: 17px;
    margin: 0 20px 1rem;
    height: auto;
  }
}
.data-box__wrap.h-fix {
  background: linear-gradient(to right, #F7F9D3 0%, #F7F9D3 100%);
  padding: 30px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  gap: 15px;
}
@media screen and (max-width: 575px) {
  .data-box__wrap.h-fix {
    padding: 20px 20px 20px;
  }
}
.data-box__wrap.h-large {
  background: #FEF2D8 !important;
  padding: 30px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  gap: 15px;
  height: 276px;
}
@media screen and (max-width: 575px) {
  .data-box__wrap.h-large {
    padding: 20px 20px 20px;
    height: auto;
  }
}
.data-box__icon {
  height: 70px;
  width: auto;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 575px) {
  .data-box__icon {
    height: 60px;
    margin-bottom: 1rem;
  }
}
.data-box__subttl {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 575px) {
  .data-box__subttl {
    font-size: 1.4rem;
  }
}
.data-box__subttl .kome {
  font-size: 1.2rem;
  vertical-align: text-top;
}
.data-box__data {
  font-size: 2.4rem;
  font-weight: 600;
}
.data-box__data span {
  font-size: 200%;
  margin: 0 4px;
}
.data-box__data span.m {
  font-size: 2.6rem;
}
.data-box__data span.s {
  font-size: 1.4rem;
}
.data-box__data span.kome {
  font-size: 1.6rem;
  vertical-align: text-top;
}
.data-box__data span.kome-s {
  font-size: 1.2rem;
  vertical-align: text-top;
}
@media screen and (max-width: 575px) {
  .data-box__data {
    font-size: 2rem;
  }
}

.parts-btn {
  display: inline-block;
  line-height: 54px;
  background-color: #FFFFFF;
  border-radius: 27px;
  border: 1px solid #006141;
  color: #006141;
  width: 328px;
  max-width: 100%;
  text-align: center;
  transition: 0.5s;
}
.parts-btn:hover {
  background-color: #006141;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .parts-btn {
    min-width: 100%;
  }
}
.parts-btn-arrow-r:after {
  padding-left: 20px;
  content: "＞";
}
.parts-btn-arrow-l:before {
  padding-right: 20px;
  content: "＜";
}
.parts-btn-square-b {
  background: #000000;
  color: #FFFFFF;
  padding: 20px 40px;
}
@media screen and (max-width: 575px) {
  .parts-btn-square-b {
    font-size: 1.6rem;
  }
}

.th-wrap-3x2 {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.th-wrap-3x2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

[class^=cat-] {
  display: inline-block;
  min-width: 110px;
  color: #FFFFFF;
  text-align: center;
  padding: 0 15px;
  font-size: 1.4rem;
  padding: 3px 20px;
}
@media screen and (max-width: 575px) {
  [class^=cat-] {
    font-size: 1.3rem;
  }
}

.cat-news {
  background-color: #1EAA39;
}
.cat-intern {
  background-color: #AD7F46;
}
.cat-briefing {
  background-color: #DC7461;
}
.cat-green {
  background-color: #00A99D;
}
.cat-orange {
  background-color: #DC7461;
}
.cat-main {
  background-color: #006141;
}
.cat-recruit-midcareer {
  background-color: #FFB428;
}
.cat-recruit-newgrad {
  background-color: #8CC63F;
}
.cat-movie {
  background-color: #F2AA84;
}
.cat-recruit-blog {
  background-color: #61C1BE;
}
.cat-facility {
  background-color: #00A89C;
}

.table-col2 {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.table-col2 tr {
  border-bottom: 1px dashed #666666;
}
.table-col2 tr:last-child {
  border-bottom: none;
}
.table-col2 th {
  width: 20%;
  font-weight: 400;
  padding: 5px 10px;
  text-align: left;
}
.table-col2 td {
  width: 80%;
  border-left: 1px dashed #666666;
  padding: 5px 10px;
}
@media screen and (max-width: 575px) {
  .table-col2 th,
  .table-col2 td {
    display: block;
    width: 100%;
  }
  .table-col2 tr {
    border-bottom: 1px solid #666666;
  }
  .table-col2 th {
    border-bottom: 1px dashed #666666;
    text-align: center;
  }
  .table-col2 td {
    border-left: none;
    text-align: center;
  }
}
.table-col3 {
  width: 100%;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  font-size: 1.6rem;
}
.table-col3 a {
  color: #006141;
}
.table-col3 tr {
  border-bottom: 1px solid #666666;
}
.table-col3 tr:last-child {
  border-bottom: none;
}
.table-col3 th {
  width: 43%;
  font-weight: 400;
  padding: 5px 10px;
  text-align: left;
}
.table-col3 td {
  border-left: 1px dashed #666666;
  padding: 5px 10px;
}
.table-col3__tel {
  width: 13%;
}
@media screen and (max-width: 575px) {
  .table-col3 th,
  .table-col3 td {
    display: block;
    width: 100%;
  }
  .table-col3 tr {
    border-bottom: 1px solid #666666;
  }
  .table-col3 th {
    border-bottom: 1px dashed #666666;
    text-align: left;
  }
  .table-col3 td {
    border-left: none;
    text-align: left;
  }
}
.table-color-green tr {
  border-bottom: 1px solid #666666;
}
.table-color-green tr:last-child {
  border-bottom: none;
}
.table-color-green th {
  padding: 10px 30px;
  background-color: #e5efec;
  width: 25%;
}
.table-color-green td {
  padding: 10px 30px;
  border-left: none;
}
@media screen and (max-width: 575px) {
  .table-color-green th,
  .table-color-green td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .table-color-green th {
    border: none;
  }
  .table-color-green td {
    text-align: left;
  }
}
.table-ttl {
  color: #006141;
  border-bottom: none !important;
}
.table-indent th {
  padding-left: 26px !important;
}
@media screen and (max-width: 575px) {
  .table-indent td {
    padding-left: 26px !important;
  }
}
.table-line-bottom-dot {
  border-bottom: 1px dashed #666666 !important;
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

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

.position-relative {
  position: relative;
}

.grecaptcha-badge {
  visibility: hidden;
}

.first-haihun {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.first-haihun::before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.f-ttl-ja {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

html,
body {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 575px) {
  html,
  body {
    font-weight: 400;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 1200px;
  }
}
@media screen and (max-width: 575px) {
  body {
    min-width: 100%;
    font-size: 1.5rem;
    margin-top: 60px;
  }
}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.5s;
}
a.a-txt {
  text-decoration: underline;
}
a.a-txt:visited {
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

p {
  margin-bottom: 2rem;
}

.header {
  height: 120px;
  position: relative;
  padding: 39px 150px 28px 30px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 575px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    padding: 0 10px 0 10px;
    z-index: 200;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.header__innr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header__logo img {
  height: 51px;
  width: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 575px) {
  .header__logo img {
    height: 27px;
    vertical-align: top;
  }
}
.header__l {
  display: flex;
  align-items: first baseline;
  gap: 25px;
}
@media screen and (max-width: 575px) {
  .header__l {
    gap: 20px;
    align-items: baseline;
  }
}
.header__l .btn {
  vertical-align: bottom;
}
.header__bnr {
  display: flex;
  gap: 12px;
}
.header__menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 250;
}

.gnav__btn {
  width: 120px;
  height: 120px;
  background-color: #4C907A;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 10px;
}
@media screen and (max-width: 575px) {
  .gnav__btn {
    width: 60px;
    height: 60px;
    gap: 15px;
    padding-top: 0;
  }
}
.gnav__btn__line {
  width: 60px;
  height: 30px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .gnav__btn__line {
    width: 36px;
    height: 16px;
  }
}
.gnav__btn__line span {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .gnav__btn__line span {
    width: 36px;
    margin-bottom: 8px;
  }
}
.gnav__btn__txt {
  width: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .gnav__btn__txt {
    width: 36px;
    font-size: 1rem;
    letter-spacing: 2px;
  }
}
.gnav__btn.active .gnav__btn__line span {
  position: absolute;
}
.gnav__btn.active .gnav__btn__line span:nth-of-type(1) {
  transform: rotate(30deg);
  top: 16px;
}
@media screen and (max-width: 575px) {
  .gnav__btn.active .gnav__btn__line span:nth-of-type(1) {
    top: 11px;
  }
}
.gnav__btn.active .gnav__btn__line span:nth-of-type(2) {
  display: none;
}
.gnav__btn.active .gnav__btn__line span:nth-of-type(3) {
  transform: rotate(-30deg);
  bottom: -3px;
}
@media screen and (max-width: 575px) {
  .gnav__btn.active .gnav__btn__line span:nth-of-type(3) {
    bottom: -5px;
  }
}

[id] {
  scroll-margin-top: 0px;
}
@media screen and (max-width: 575px) {
  [id] {
    scroll-margin-top: 60px;
  }
}

.nav {
  position: fixed;
  top: -120%;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 240;
  background-color: #F7F6F1;
  transition: all 0.5s;
}
.nav.panelactive {
  top: 0;
}
.nav__innr {
  margin: 140px auto 0;
  width: 960px;
  overflow: auto;
}
@media screen and (max-width: 575px) {
  .nav__innr {
    width: 100%;
    margin: 60px auto 0;
    padding: 0 20px;
  }
}
.nav__ttl {
  font-size: 3.3rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #006141;
  border-bottom: 1px solid #006141;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 5px;
}
@media screen and (max-width: 575px) {
  .nav__ttl {
    font-size: 2.2rem;
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
.nav__link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10px;
  margin-bottom: 50px;
  line-height: 20px;
}
@media screen and (max-width: 575px) {
  .nav__link-list {
    gap: 20px 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .nav__link-list__co .nav__link-list__item {
    width: auto;
  }
}
.nav__link-list__item {
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 575px) {
  .nav__link-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.nav__link-list__item a {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 15px;
}
.nav__link-list__item a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon_circle-arrow-r_green.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 575px) {
  .nav__link-list__item a {
    font-size: 1.4rem;
    gap: 10px;
  }
}
.nav__link-list__item__co {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nav__bnr-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .nav__bnr-list {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.nav__bnr-list__item {
  width: calc((100% - 50px) / 3);
}
.nav__bnr-list__item a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .nav__bnr-list__item a {
    font-size: 1.4rem;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 575px) {
  .nav__bnr-list__item {
    width: 100%;
  }
}
.nav__footer {
  border-top: 1px solid #006141;
  text-align: right;
  padding-top: 10px;
}
.nav__footer p {
  font-size: 1.2rem;
  color: #4D4D4D;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

.footer {
  border-top: 1px solid #006141;
  background-color: #F7F6F1;
}
.footer__innr {
  display: flex;
}
.footer__innr > div {
  width: 25%;
}
.footer__innr > div:first-child {
  width: 30%;
}
.footer__innr > div:last-child {
  width: 20%;
}
@media screen and (max-width: 575px) {
  .footer__innr {
    display: block;
    text-align: center;
  }
  .footer__innr > div {
    width: 100% !important;
  }
}
.footer__l__innr {
  width: 226px;
}
@media screen and (max-width: 575px) {
  .footer__l__innr {
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 10px;
}
.footer__logo img {
  width: 226px;
}
@media screen and (max-width: 575px) {
  .footer__logo img {
    width: 215px;
  }
}
.footer__homelink {
  margin-bottom: 20px;
}
.footer__address {
  font-size: 1.5rem;
}
.footer__contact {
  margin-top: 20px;
}
.footer__contact a {
  color: #006141;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
.footer__menu a {
  color: #006141;
}
.footer__menu__ttl {
  color: #006141;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 400;
}
.footer__menu__ttl:before {
  content: "－";
  margin-right: 10px;
}
.footer__menu__subttl {
  color: #006141;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 400;
}
.footer__menu__subttl:before {
  content: "■ ";
}
.footer__menu__list {
  font-size: 1.5rem;
}
.footer__menu__list li {
  margin-bottom: 5px;
}
.footer__menu__list a {
  color: #000000;
}
.footer__menu__list a:before {
  content: "- ";
  font-size: 1.4rem;
}
.footer__menu__list-box {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 37px;
}
.footer__menu__list-box li {
  border-bottom: 1px solid #cccccc;
}
.footer__menu__list-box li:first-child {
  border-top: none;
}
.footer__menu__list-box li:first-child a {
  padding-top: 0;
}
.footer__menu__list-box a {
  display: block;
  padding: 15px 10px;
  color: #006141;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .footer__bottom {
    display: block;
  }
}
.footer__bottom.cts__innr {
  padding: 0 0 20px;
}
.footer__bottom__menu__list li {
  display: inline-block;
  margin-right: 20px;
}
.footer__bottom__menu__list li a {
  display: inline-block;
}
.footer__bottom__menu__list li a:after {
  padding-left: 5px;
  content: "＞";
  font-size: 1.2rem;
}
.footer__copy {
  color: #4d4d4d;
}
@media screen and (max-width: 575px) {
  .footer__copy {
    text-align: center;
  }
}
.footer-contact {
  background-color: #F7F6F1;
}
.footer-contact__col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 54px;
}
@media screen and (max-width: 575px) {
  .footer-contact__col2 {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-contact__col2 div {
  width: calc((100% - 54px) / 2);
}
@media screen and (max-width: 575px) {
  .footer-contact__col2 div {
    width: 100%;
  }
}
.footer-contact__col2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #006141;
  background-color: #FFFFFF;
  line-height: 70px;
  font-size: 3.6rem;
}
.footer-contact__col2 a img {
  vertical-align: baseline;
  margin: 0 20px;
}
@media screen and (max-width: 575px) {
  .footer-contact__col2 a img {
    width: 30px;
    margin: 0 10px;
  }
}
.footer-contact__col2 a.btn-tel {
  font-size: 3.6rem;
}
@media screen and (max-width: 575px) {
  .footer-contact__col2 a.btn-tel {
    font-size: 2.4rem;
  }
}
.footer-contact__col2 a.btn-contact {
  font-size: 2.6rem;
}
@media screen and (max-width: 575px) {
  .footer-contact__col2 a.btn-contact {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 575px) {
  .footer-contact__col2 a.btn-contact .btn-contact__arrow {
    width: 20px;
  }
}
.footer-contact__col2 a.btn span {
  font-size: 100%;
}
.footer-contact__icon {
  height: 37px;
  width: auto;
}
@media screen and (max-width: 575px) {
  .footer-contact__icon {
    height: 30px;
    width: auto;
  }
}
.footer-entry {
  background-color: #ecf0c2;
  color: #006141;
}
.footer-entry__col2 {
  display: flex;
  justify-content: space-between;
  gap: 54px;
}
@media screen and (max-width: 575px) {
  .footer-entry__col2 {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-entry__col2 div {
  width: 100%;
  text-align: center;
}
.footer-entry__col2 a {
  width: 80%;
}
@media screen and (max-width: 575px) {
  .footer-entry__col2 a {
    width: 100%;
  }
}
.footer-link {
  background: linear-gradient(to right, rgba(176, 214, 176, 0.2), rgba(216, 226, 102, 0.2));
  color: #006141;
}
.footer-link__col3 {
  display: flex;
  gap: 50px;
}
.footer-link__col3 img {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .footer-link__col3 {
    flex-direction: column;
    gap: 28px;
    text-align: center;
  }
  .footer-link__col3 img {
    width: 80%;
  }
}

.section-cts__col2 {
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section-cts__col2 {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
  }
}
.section-cts__col2:nth-of-type(1) .section-cts__img .section-cts__img__catch {
  left: 10px;
  top: -25px;
}
@media screen and (max-width: 575px) {
  .section-cts__col2:nth-of-type(2) .section-cts__img {
    order: -1;
  }
}
.section-cts__col2:nth-of-type(2) .section-cts__img .section-cts__img__catch {
  left: 10px;
  top: -30px;
}
.section-cts__col2:nth-of-type(3) .section-cts__img .section-cts__img__catch {
  left: 10px;
  top: -25px;
}
.section-cts__col2:nth-of-type(4) {
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .section-cts__col2:nth-of-type(4) .section-cts__img {
    order: -1;
  }
}
.section-cts__col2:nth-of-type(4) .section-cts__img .section-cts__img__catch {
  left: 20px;
  top: -40px;
}
.section-cts__img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 575px) {
  .section-cts__img {
    width: 100%;
  }
}
.section-cts__img img {
  width: 100%;
}
.section-cts__img__catch {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-family: bianca, sans-serif;
  font-size: 7rem;
  color: #80B0A0;
  transform: rotate(-13deg);
}
@media screen and (max-width: 575px) {
  .section-cts__img__catch {
    font-size: 4.6rem;
  }
}
.section-cts__txt {
  width: 50%;
  padding: 0 50px;
}
@media screen and (max-width: 575px) {
  .section-cts__txt {
    width: 100%;
    padding: 0 0;
  }
}
.section-about {
  margin-bottom: 60px;
}
.section-about .cts__innr {
  background: linear-gradient(to right, rgba(176, 214, 176, 0.3), rgba(216, 226, 102, 0.3));
  border-radius: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 575px) {
  .section-about .cts__innr {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
}
.section-about__img01 {
  width: 335px;
}
@media screen and (max-width: 575px) {
  .section-about__img01 {
    width: 90%;
    margin: 20px 0;
  }
}
.section-about__img02 {
  width: 397px;
}
@media screen and (max-width: 575px) {
  .section-about__img02 {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .section-about__img {
    order: -1;
  }
}
.section-mv {
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 575px) {
  .section-mv {
    margin-bottom: 90px;
  }
}
.section-mv__ttl {
  position: absolute;
  top: 50%;
  left: 0px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  z-index: 100;
  color: #388956;
  padding: 25px 14px 25px 44px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 575px) {
  .section-mv__ttl {
    top: 60%;
    font-size: 2.2rem;
    padding: 15px 5px 15px 15px;
  }
}
.section-news {
  margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .section-news {
    margin-bottom: 40px;
  }
}
.section-news__box {
  padding: 0 58px;
}
@media screen and (max-width: 575px) {
  .section-news__box {
    padding: 0;
  }
}
.section__catch {
  position: absolute;
  left: 10px;
  top: -25px;
  z-index: 1;
  font-family: bianca, sans-serif;
  font-size: 7rem;
  color: #80B0A0;
  transform: rotate(-13deg);
}
@media screen and (max-width: 575px) {
  .section__catch {
    font-size: 4.6rem;
  }
}

.cts__innr {
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 0;
}
.cts__innr > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .cts__innr {
    width: 100%;
    max-width: none;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 575px) {
  .cts__innr-sp-pd0 {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 575px) {
  .cts__innr-sp-plr20 {
    padding: 0 20px;
  }
}
.cts__innr-s {
  margin: 0 auto 40px;
  max-width: 988px;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .cts__innr-s {
    width: 100%;
    max-width: none;
    padding: 0 20px 30px 20px;
  }
}
.cts__col__item * > :first-child {
  margin-top: 0;
}
.cts__col__item * > :last-child {
  margin-bottom: 0;
}
.cts__col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 575px) {
  .cts__col3 {
    flex-direction: column;
    gap: 30px;
  }
}
.cts__col3 .cts__col__item {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 575px) {
  .cts__col3 .cts__col__item {
    width: 100%;
  }
}
.cts__col3 .cts__col__item__th {
  margin-bottom: 1rem;
}
.cts__col3 .cts__col__item__th img {
  width: 100%;
}
.cts__col3 .cts__col__item * > :first-child {
  margin-top: 0;
}
.cts__col2 {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .cts__col2 {
    flex-direction: column;
    gap: 20px;
  }
}
.cts__col2 .cts__col__item {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 575px) {
  .cts__col2 .cts__col__item {
    width: 100%;
  }
}
.cts__col2 .cts__col__item__th {
  margin-bottom: 1rem;
}
.cts__col2 .cts__col__item__th img {
  width: 100%;
}
.cts__col2 .cts__col__item * > :first-child {
  margin-top: 0;
}
.cts__col2-l-fix {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 575px) {
  .cts__col2-l-fix {
    flex-direction: column;
    gap: 20px;
  }
}
.cts__col2-l-fix .cts__col__item:nth-of-type(1) {
  width: 40%;
}
@media screen and (max-width: 575px) {
  .cts__col2-l-fix .cts__col__item:nth-of-type(1) {
    width: 100%;
  }
}
.cts__col2-l-fix .cts__col__item:nth-of-type(2) {
  flex: 1 1;
}
@media screen and (max-width: 575px) {
  .cts__col2-l-fix .cts__col__item {
    width: 100%;
  }
}
.cts__col2-l-fix .cts__col__item__th {
  margin-bottom: 1rem;
}
.cts__col2-l-fix .cts__col__item__th img {
  width: 100%;
}
.cts__col2-l-fix .cts__col__item * > :first-child {
  margin-top: 0;
}
.cts__subttl {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 35px;
  color: #006141;
}
@media screen and (max-width: 768px) {
  .cts__subttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
.cts__line-dot-tb {
  border-top: 2px dotted #999999;
  border-bottom: 2px dotted #999999;
}
.cts__lead {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 35px;
}
@media screen and (max-width: 575px) {
  .cts__lead {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.cts__link {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .cts__link {
    margin-top: 20px;
  }
}
.cts__col2-ttl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cts__col2-ttl {
    display: block;
  }
}
.cts__col2-ttl > div:first-child {
  width: 210px;
}
.cts__col2-ttl > div:last-child {
  flex: 1 1;
}
@media screen and (max-width: 768px) {
  .cts__col2-ttl > div {
    width: 100% !important;
  }
}
.cts-w-m {
  max-width: 870px;
  margin: 0 auto;
}

.lower-mv {
  background-color: #EBF2F0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .lower-mv {
    margin-bottom: 20px;
  }
}
.lower-mv .mv__innr {
  position: relative;
  height: 400px;
  padding: 0 30px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .lower-mv .mv__innr {
    height: 510px;
    padding: 0;
  }
}
.lower-mv .mv__innr.h-s {
  height: 350px;
}
@media screen and (max-width: 575px) {
  .lower-mv .mv__innr.h-s {
    height: 375px;
  }
}
.lower-mv__catch {
  font-family: bianca, sans-serif;
  font-size: 7rem;
  color: #80B0A0;
  transform: rotate(-13deg);
  position: absolute;
  top: -140px;
  left: -15px;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .lower-mv__catch {
    font-size: 4.2rem;
    top: -80px;
    left: -5px;
  }
}
.lower-mv__circle__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #006141;
  width: 100%;
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.5rem;
}
@media screen and (max-width: 575px) {
  .lower-mv__circle__ttl {
    font-size: 2.6rem;
  }
}
.lower-mv__circle::before {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 575px) {
  .lower-mv__circle::before {
    width: 178px;
    height: 178px;
  }
}
.lower-mv__txt {
  position: absolute;
  top: 55%;
}
.lower-mv__txt__innr {
  position: relative;
}
.lower-mv__txt p {
  font-size: 1.6rem;
}
@media screen and (max-width: 575px) {
  .lower-mv__txt p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .lower-mv__txt {
    top: auto;
    bottom: -1px;
    padding: 50px 20px 0 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, rgb(255, 255, 255) 100%);
    width: 100%;
  }
  .lower-mv__txt > :last-child {
    margin-bottom: 0;
  }
}
.lower-mv__ttl {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.5rem;
  color: #006141;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .lower-mv__ttl {
    font-size: 2.6rem;
    margin-bottom: 15px;
    width: 100%;
    line-height: 1;
  }
}
.lower-mv__txt01 img {
  width: 334px;
  position: absolute;
  right: 145px;
  bottom: 30px;
}
@media screen and (max-width: 575px) {
  .lower-mv__txt01 img {
    width: 163px;
    right: 21px;
    bottom: 21px;
  }
}
.lower-mv__menu {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 575px) {
  .lower-mv__menu {
    bottom: 20px;
  }
}
.lower-mv__menu-icon {
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media screen and (max-width: 575px) {
  .lower-mv__menu-icon {
    bottom: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
}
.lower-mv.ourwork {
  background-image: url(../img/mv_ourwork.png);
}
@media screen and (max-width: 575px) {
  .lower-mv.ourwork {
    background-image: url(../img/mv_ourwork@sp.png);
  }
}
.lower-mv.about {
  background-image: url(../img/mv_about@2x.png);
}
@media screen and (max-width: 575px) {
  .lower-mv.about {
    background-image: url(../img/mv_about@sp.png);
  }
}
.lower-mv.career {
  background-image: url(../img/mv_careerplan@2x.png);
}
@media screen and (max-width: 575px) {
  .lower-mv.career {
    background-image: url(../img/mv_careerplan@sp.png);
  }
}
.lower-mv.support {
  background-image: url(../img/mv_support@2x.png);
}
@media screen and (max-width: 575px) {
  .lower-mv.support {
    background-image: url(../img/mv_support@sp.png);
  }
}
.lower-mv.voice {
  background-image: url(../img/mv_voice@2x.png);
}
@media screen and (max-width: 575px) {
  .lower-mv.voice {
    background-image: url(../img/mv_voice@sp@2x.png);
  }
}
.lower-mv.recruit-midcareer {
  background-image: url(../img/mv_midcareer@2x.png);
}
@media screen and (max-width: 575px) {
  .lower-mv.recruit-midcareer {
    background-image: url(../img/mv_midcareer@sp@2x.png);
  }
}
.lower-mv.recruit-newgrad {
  background-image: url(../img/mv_newgrad@2x.png);
}
@media screen and (max-width: 575px) {
  .lower-mv.recruit-newgrad {
    background-image: url(../img/mv_newgrad@sp@2x.png);
  }
}
.lower-lead {
  text-align: center;
}
.lower-lead__ttl {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
  color: #006141;
  margin-bottom: 40px;
}
.lower-lead__ttl span {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .lower-lead__ttl {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
  .lower-lead__ttl span {
    font-size: 1.6rem;
  }
}
.lower-lead__ttl-greet {
  font-size: 3.2rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .lower-lead__ttl-greet {
    font-size: 2.2rem;
  }
}
.lower-lead__txt01 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .lower-lead__txt01 {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.lower-lead__txt01-greet {
  font-size: 3rem;
}
@media screen and (max-width: 575px) {
  .lower-lead__txt01-greet {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .lower-lead__txt01-guidelines {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.lower-lead__txt02 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .lower-lead__txt02 {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
.lower-lead__txt03 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
}
@media screen and (max-width: 575px) {
  .lower-lead__txt03 {
    font-size: 1.8rem;
  }
}
.lower-lead__img01 {
  max-width: 1100px;
  margin: -50px auto 0;
}
.lower-lead__img01 img {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .lower-lead__img01 {
    margin: -30px auto 0;
  }
}
.lower-pagenav__list {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.lower-pagenav__list__item {
  border-bottom: 1px solid #666666;
  display: flex;
  align-items: center;
}
.lower-pagenav__list__item a {
  display: block;
  font-size: 1.6rem;
  padding: 6px;
  min-width: 137px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .lower-pagenav__list {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .lower-pagenav__list__item {
    width: calc(50% - 10px);
  }
  .lower-pagenav__list__item a {
    min-width: 100px;
    font-size: 1.4rem;
    text-align: left;
    padding: 5px 3px;
    position: relative;
  }
  .lower-pagenav__list__item a:before {
    content: "";
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    position: absolute;
    width: 12px;
    height: 6px;
    background-image: url(../img/icon_arrow_down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.news__list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 30px 40px;
  border-top: 1px dotted #666666;
  gap: 47px;
}
.news__list__item:last-child {
  border-bottom: 1px dotted #666666;
}
@media screen and (max-width: 575px) {
  .news__list__item {
    padding: 15px 0;
    gap: 10px 20px;
  }
}
.news__list__item__date {
  font-size: 1.6rem;
}
@media screen and (max-width: 575px) {
  .news__list__item__date {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 575px) {
  .news__list__item__cate {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 575px) {
  .news__list__item__ttl {
    width: 100%;
    font-size: 1.4rem;
  }
}
.news__btn-tab__list {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .news__btn-tab__list {
    gap: 10px 2%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.news__btn-tab__list__item {
  cursor: pointer;
  width: 162px;
  padding: 10px 0;
  border-radius: 5px;
  border: 1px solid #4C907A;
  text-align: center;
  color: #4C907A;
  background-color: #FFFFFF;
}
.news__btn-tab__list__item.active {
  background-color: #4C907A;
  color: #FFFFFF;
}
@media screen and (max-width: 575px) {
  .news__btn-tab__list__item {
    width: 49%;
  }
}
.news__btn-tab__panel {
  display: none;
}
.news__btn-tab__panel.active {
  display: block;
}
.news.head {
  padding-top: 85px;
}
@media screen and (max-width: 575px) {
  .news.head {
    padding-top: 100px;
  }
}
.news__article {
  margin-bottom: 60px;
}
.news__article__head {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .news__article__time {
    font-size: 1.6rem;
  }
}
.news__article__ttl {
  font-size: 2.8rem;
  margin: 10px 0 40px;
}
@media screen and (max-width: 575px) {
  .news__article__ttl {
    font-size: 2rem;
    margin: 0px 0 30px;
  }
}
.news__article__th {
  margin-bottom: 50px;
}
.news__article__th img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news__article__th {
    margin-bottom: 30px;
  }
}
.news__article__body p {
  margin-bottom: 2rem;
}
.news__article p {
  margin-bottom: 1rem;
}
.news__article a {
  color: #006141;
  text-decoration: underline;
}

.about__service__img {
  text-align: center;
  margin-bottom: 60px;
}
.about__service__img img {
  width: 480px;
}
@media screen and (max-width: 575px) {
  .about__service__img {
    margin-bottom: 38px;
  }
  .about__service__img img {
    width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .about__service__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 23px;
    justify-content: center;
  }
}
.about__service__list__item {
  display: flex;
  align-items: center;
  padding: 20px 0 20px 20px;
  background-color: #F7931E;
  border-radius: 20px;
  color: #006141;
}
@media screen and (max-width: 575px) {
  .about__service__list__item {
    padding: 5px 0 5px 10px;
    width: calc((100% - 23px) / 2) !important;
  }
}
.about__service__list__item:nth-of-type(1) {
  background-color: #99DDD8;
}
.about__service__list__item:nth-of-type(2) {
  background-color: #F1C8C0;
}
.about__service__list__item:nth-of-type(3) {
  background-color: #FBD377;
}
.about__service__list__item__ttl {
  width: 74px;
  height: 74px;
  border-radius: 37px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  color: #534741;
}
@media screen and (max-width: 575px) {
  .about__service__list__item__ttl {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    font-size: 1.1rem;
  }
}
.about__service__list__item__data {
  flex: 1 1;
  text-align: center;
  font-size: 2.6rem;
  color: #006141;
  font-weight: 600;
}
.about__service__list__item__data span {
  font-size: 184.6153846154%;
  margin-right: 3px;
}
@media screen and (max-width: 575px) {
  .about__service__list__item__data {
    font-size: 1.5rem;
  }
}
.about__data {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 40px;
  color: #006141;
  margin-bottom: 60px;
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .about__data {
    border-radius: 12px;
    padding: 30px 0px;
  }
}
.about__data.bg1 {
  background-image: url(../img/about_bg01@2x.png);
}
.about__data.bg2 {
  background-image: url(../img/about_bg02@2x.png);
}
.about__data__th img {
  width: 70px;
}
@media screen and (max-width: 575px) {
  .about__data__th img {
    width: 56px;
  }
}
.about__data__ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 575px) {
  .about__data__ttl {
    font-size: 1.9rem;
  }
}
.about__data__num {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: 600;
}
.about__data__num span {
  font-size: 214.2857142857%;
}
@media screen and (max-width: 575px) {
  .about__data__num {
    font-size: 2rem;
  }
}
.about__data__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
  .about__data__txt {
    font-size: 1.3rem;
  }
}

.career-box__head {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 2.7rem;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 575px) {
  .career-box__head {
    font-size: 1.8rem;
    padding: 5px 20px;
  }
}
.career-box__head.bg-blue {
  color: #006141;
  background-color: #BAD5DA;
}
.career-box__head.bg-orange {
  color: #006141;
  background-color: #FDD089;
}
.career-box__head.bg-green {
  color: #006141;
  background-color: #00A99D;
}
.career-box__body {
  padding: 50px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 575px) {
  .career-box__body {
    padding: 20px;
  }
}
.career-box__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.career-box__list__item {
  background-color: #F7F6F1;
  padding: 25px;
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .career-box__list__item {
    border-radius: 12px;
    padding: 15px;
  }
}
.career-box__list__item__ttl {
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .career-box__list__item__ttl {
    font-size: 1.7rem;
    gap: 10px;
  }
}
.career-box__list__item__ttl:before {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #80B0A0;
}
@media screen and (max-width: 575px) {
  .career-box__list__item__ttl:before {
    width: 15px;
    height: 3px;
  }
}
.career-box__list__item p {
  margin-left: 40px;
}
.career-box__list__item p span {
  font-size: 80%;
}
@media screen and (max-width: 575px) {
  .career-box__list__item p {
    margin-left: 25px;
  }
}

.recruit-introduction {
  background-color: rgba(252, 226, 186, 0.3);
  padding: 40px 30px;
  display: flex;
  gap: 80px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 575px) {
  .recruit-introduction {
    flex-direction: column;
    gap: 30px;
  }
}
.recruit-introduction__col1 {
  width: 327px;
  position: relative;
}
.recruit-introduction__col1 img {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .recruit-introduction__col1 {
    width: 100%;
  }
}
.recruit-introduction__col2 {
  flex: 1 1;
  text-align: center;
}
.recruit-introduction__circle {
  position: absolute;
  right: -20px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #EA5B67;
  color: #EA5B67;
  padding: 10px;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.2;
}
.recruit-introduction__circle span {
  font-size: 3.2rem;
  display: inline;
}
@media screen and (max-width: 575px) {
  .recruit-introduction__circle {
    width: 80px;
    height: 80px;
    font-size: 1.4rem;
    right: 50%;
    transform: translateX(50%);
  }
  .recruit-introduction__circle span {
    font-size: 2rem;
  }
}
.recruit-introduction__ttl {
  color: #EA5B67;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
}
.recruit-introduction__ttl::before, .recruit-introduction__ttl::after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #EA5B67;
  margin: 0 30px -3px;
  display: inline-block;
}
.recruit-introduction__ttl::before {
  transform: rotate(-45deg);
}
.recruit-introduction__ttl::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 575px) {
  .recruit-introduction__ttl {
    font-size: 1.4rem;
  }
  .recruit-introduction__ttl::before, .recruit-introduction__ttl::after {
    height: 20px;
    margin: 0 10px -3px;
  }
}
.recruit-introduction__txt {
  color: #EA5B67;
  text-align: center;
  font-weight: 600;
  font-size: 2.8rem;
}
@media screen and (max-width: 575px) {
  .recruit-introduction__txt {
    font-size: 1.4rem;
  }
}

.newgrad__img01 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.jobs-search__ttl {
  font-size: 2.5rem;
  color: #006141;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 20px 20px 0 0;
  font-weight: normal;
}
@media screen and (max-width: 575px) {
  .jobs-search__ttl {
    font-size: 1.8rem;
    padding: 16px 22px;
    border-radius: 15px 15px 0 0;
  }
}
.jobs-search__ttl.newgrad {
  background-color: #D6E780;
}
.jobs-search__ttl.midcareer {
  background-color: #FDD79D;
}
.jobs-search__box {
  margin-bottom: 80px;
  border: 4px solid #80B0A0;
  border-top: none;
  padding: 40px 30px 40px;
}
.jobs-search__box.newgrad {
  border-color: #D6E780;
}
.jobs-search__box.midcareer {
  border-color: #FDD79D;
}
@media screen and (max-width: 575px) {
  .jobs-search__box {
    padding: 20px 20px;
    margin-bottom: 30px;
  }
}
.jobs-search__box__item {
  display: flex;
  align-items: stretch;
  position: relative;
}
.jobs-search__box__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  border: 1px solid #666666;
  border-radius: 5px 0 0 5px;
  border-right: none;
}
.jobs-search__box__item__icon img {
  width: 38px;
  height: auto;
}
@media screen and (max-width: 575px) {
  .jobs-search__box__item__icon img {
    width: 28px;
  }
}
.jobs-search__box__item:after, .jobs-search__box__item:before {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}
.jobs-search__box__item:after {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url(../img/icon_loope.svg);
  background-size: 100% auto;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .jobs-search__box__item:after {
    width: 19px;
    height: 19px;
  }
}
.jobs-search__select {
  width: 100%;
  font-size: 1.8rem;
  padding: 22px 60px 22px 20px;
  border-radius: 0 5px 5px 0;
  border-color: #666666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}
@media screen and (max-width: 575px) {
  .jobs-search__select {
    font-size: 1.5rem;
    padding: 15px 15px;
  }
}
.jobs-search__btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .jobs-search__btn {
    margin-top: 20px;
  }
}
.jobs-search__btn button {
  height: 56px;
  padding: 0 30px;
  border-radius: 28px;
  background-color: #006141;
  color: #FFFFFF;
  border: none;
  font-size: 1.8rem;
}
.jobs-search__btn button:after {
  content: "ー";
  margin-left: 30px;
}
@media screen and (max-width: 575px) {
  .jobs-search__btn button {
    font-size: 1.5rem;
    width: 100%;
    height: 40px;
    padding: 0 20px;
  }
  .jobs-search__btn button:after {
    margin-left: 15px;
  }
}
.jobs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 575px) {
  .jobs-list {
    flex-direction: column;
    gap: 20px;
  }
}
.jobs-list__item {
  width: calc((100% - 100px) / 3);
  background-color: #FFFCEB;
  padding: 0 20px 20px;
}
@media screen and (max-width: 575px) {
  .jobs-list__item {
    width: 100%;
    padding: 0 20px 20px;
  }
}
.jobs-list__item a {
  display: block;
}
.jobs-list__item__recruit {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #006141;
  line-height: 1;
  padding: 8px 20px;
  border-radius: 0 0 15px 15px;
  display: inline-block;
  vertical-align: top;
}
.jobs-list__item__recruit.midcareer {
  background-color: #FDD79D;
}
.jobs-list__item__recruit.newgrad {
  background-color: #D6E780;
}
.jobs-list__item__category {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  gap: 5px;
  margin-bottom: 10px;
}
.jobs-list__item__category__item {
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #006141;
  color: #FFFFFF;
}
.jobs-list__item__category__item.location {
  background-color: #FFFFFF;
  color: #4C907A;
  border: 1px solid #4C907A;
}
.jobs-list__item__category__item.industry {
  color: #FFFFFF;
  background-color: #4C907A;
}
.jobs-list__item__data {
  margin-top: 30px;
}
.jobs-list__item__data p {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.jobs-article__type {
  color: #FFFFFF;
  background-color: #006141;
  padding: 10px 28px;
  border-radius: 15px;
  font-size: 2.2rem;
  line-height: 1;
  display: inline-block;
}
.jobs-article__data-list {
  background-color: #FFFCEB;
  padding: 50px 60px;
}
@media screen and (max-width: 575px) {
  .jobs-article__data-list {
    padding: 20px 10px;
  }
}
.jobs-article__data-list dl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #666666;
  padding: 20px 0;
}
.jobs-article__data-list dl dt {
  width: 200px;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .jobs-article__data-list dl dt {
    width: 100px;
  }
}
.jobs-article__data-list dl dd {
  flex: 1 1;
}

.voice-name {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 0px;
}
.voice__article {
  border-top: 10px solid #FFFADD;
}
@media screen and (max-width: 575px) {
  .voice__article {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.voice__article__head {
  margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .voice__article__head {
    margin-bottom: 30px;
  }
}
.voice__article__head__txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .voice__article__head__th {
    order: -1;
  }
}
.voice__article__ttl {
  font-size: 3rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .voice__article__ttl {
    font-size: 2rem;
  }
}
.voice__article__name {
  font-size: 2rem;
  font-weight: 500;
  margin: 1rem 0;
}
@media screen and (max-width: 575px) {
  .voice__article__name {
    font-size: 1.8rem;
    margin: 1rem 0 0;
  }
}
@media screen and (max-width: 575px) {
  .voice__article__dips {
    font-size: 1.5rem;
    margin: 1rem 0 0;
  }
}
.voice__article__body {
  margin-bottom: 50px;
}
.voice__article__body__ttl {
  font-size: 2.6rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #DC7461;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .voice__article__body__ttl {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}
.voice__article__body__subttl {
  font-size: 2.4rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .voice__article__body__subttl {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .voice__article__body p {
    font-size: 1.5rem;
  }
}
.voice__article__message {
  border: 2px solid #DC7461;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .voice__article__message {
    flex-direction: column;
  }
}
.voice__article__message__ttl {
  font-size: 2.6rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #DC7461;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .voice__article__message__ttl {
    width: 100%;
    font-size: 2.4rem;
    padding: 15px 0;
  }
}
.voice__article__message__body {
  flex: 1 1;
  padding: 20px 40px;
  border-left: 2px dotted #DC7461;
}
@media screen and (max-width: 575px) {
  .voice__article__message__body {
    border-top: 2px dotted #DC7461;
    border-left: none;
    padding: 20px 20px;
  }
}
.voice__article__message__body p {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .voice__article__message__body p {
    font-size: 1.5rem;
  }
}

.contact p {
  font-size: 1.8rem;
}
@media screen and (max-width: 575px) {
  .contact p {
    font-size: 1.5rem;
  }
}
.contact__text-line {
  margin-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #CCCCCC;
}
.contact__entry-data {
  background-color: #FFFDF1;
  padding: 20px 40px;
  border-radius: 20px;
}
.contact__entry-data dl {
  font-size: 1.7rem;
}
.contact__entry-data dl dt {
  color: #006141;
  margin-top: 10px;
}
.contact__entry-data dl dt:first-child {
  margin-top: 0;
}
.contact__ttl {
  font-size: 2.9rem;
  background-color: #F0F3A6;
  color: #006141;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .contact__ttl {
    font-size: 2rem;
  }
}
.contact .atn {
  color: #ff0000;
}
.contact-form {
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 575px) {
  .contact-form {
    border: none;
  }
}
.contact-form p {
  margin-bottom: 0;
}
.contact-form dl {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 575px) {
  .contact-form dl {
    display: block;
    border: none;
  }
}
.contact-form dl dt {
  width: 30%;
  padding: 25px 18px;
  background-color: #e5efec;
}
@media screen and (max-width: 575px) {
  .contact-form dl dt {
    width: 100%;
    padding: 10px 10px;
  }
}
.contact-form dl dd {
  flex: 1 1;
  padding: 25px 18px;
}
@media screen and (max-width: 575px) {
  .contact-form dl dd {
    width: 100%;
    padding: 15px 10px;
  }
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  width: 100%;
  font-size: 1.6rem;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
}
.contact-form select {
  font-size: 1.6rem;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
}
.contact-form-txt01 {
  margin-bottom: 40px;
  padding: 40px 0;
  border-bottom: 1px solid #CCCCCC;
}
.contact-form-send {
  text-align: center;
}
.contact-form-send input[type=submit] {
  background-color: #006141;
  color: #FFFFFF;
  font-size: 2rem;
  width: 550px;
  padding: 15px 0;
}
@media screen and (max-width: 575px) {
  .contact-form-send input[type=submit] {
    width: 100%;
  }
}

.qa-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 575px) {
  .qa-list {
    gap: 30px;
  }
}
.qa-list__item {
  background-color: #F7F6F1;
  padding: 26px 50px 26px 110px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .qa-list__item {
    padding: 15px 15px 15px 60px;
    border-radius: 10px;
  }
}
.qa-list__item__num {
  font-size: 2.3rem;
  color: #006141;
  position: absolute;
  left: 50px;
  top: 30px;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .qa-list__item__num {
    font-size: 1.9rem;
    left: 20px;
    top: 20px;
  }
}
.qa-list__item__q {
  font-size: 2rem;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .qa-list__item__q {
    font-size: 1.7rem;
  }
}
.qa-list__item__q__inner {
  padding-right: 50px;
}
@media screen and (max-width: 575px) {
  .qa-list__item__q__inner {
    padding-right: 30px;
  }
}
.qa-list__item__q:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-image: url(../img/icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.qa-list__item__q.active:after {
  background-image: url(../img/icon_minus.svg);
}
.qa-list__item__a {
  display: none;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 575px) {
  .qa-list__item__a {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 1.5rem;
  }
}

.breadcrumb {
  margin-top: 40px;
}
.breadcrumb .cts__innr {
  padding: 20px 0;
}
@media screen and (max-width: 575px) {
  .breadcrumb .cts__innr {
    margin-top: 30px;
    padding: 10px 20px;
  }
}
.breadcrumb__list li {
  display: inline-block;
  font-size: 1.4rem;
}
.breadcrumb__list li::after {
  content: ">";
  padding: 0 10px;
}
.breadcrumb__list li:last-child::after {
  content: "";
}
@media screen and (max-width: 575px) {
  .breadcrumb__list li {
    font-size: 1.2rem;
  }
}

.swiper {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .swiper {
    height: 510px;
  }
}

.swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -30px;
}

.swiper-pagination-bullet-active {
  background: #006141;
}

.wpcf7-response-output {
  border-color: #ff0000 !important;
  color: #ff0000;
  background-color: #f9d5d5;
}

.wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.w100 {
  width: 100%;
}

.min-w-500 {
  min-width: 500px;
}
@media screen and (max-width: 575px) {
  .min-w-500 {
    min-width: 100%;
  }
}

.mt-s {
  margin-top: 1rem;
}

.mt-m {
  margin-top: 3rem;
}

.mt-l {
  margin-top: 6rem;
}

.mt-xl {
  margin-top: 10rem;
}

.mb-s {
  margin-bottom: 1rem;
}

.mb-m {
  margin-bottom: 3rem;
}

.mb-l {
  margin-bottom: 6rem;
}

.mb-xl {
  margin-bottom: 10rem;
}

.ptb-l {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.ptb-m {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.ptb-s {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mtb-s {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mtb-m {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mtb-l {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 575px) {
  .mtb-l {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.mtb-xl {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.w100-pc {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .w100-pc {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .p0-sp {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .plr-sp-s {
    padding-left: 5px;
    padding-right: 5px;
  }
}

._pc {
  display: block;
}
@media screen and (max-width: 768px) {
  ._pc {
    display: none;
  }
}

._sp {
  display: none;
}
@media screen and (max-width: 768px) {
  ._sp {
    display: block;
  }
}
._sp-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  ._sp-inline {
    display: inline;
  }
}

.txt-big {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .txt-big {
    font-size: 1.9rem;
    letter-spacing: 0.3rem;
  }
}
.txt-l {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .txt-l {
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
  }
}
.txt-80p {
  font-size: 80%;
}
.txt-num4 {
  width: 80px !important;
}
.txt-num2 {
  width: 40px !important;
}
.txt-bold {
  font-weight: 500;
}
.txt-17 {
  font-size: 1.7rem;
}
.txt-16 {
  font-size: 1.6rem;
}
.txt-14 {
  font-size: 1.4rem;
}
.txt-13 {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .txt-sp-11 {
    font-size: 1.1rem;
  }
}

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

.color-line-green {
  color: #80B0A0;
}
.color-light-green {
  color: #00A99D;
}
.color-light-orange {
  color: #FDD089;
}
.color-light-blue {
  color: #BAD5DA;
}
.color-main {
  color: #006141;
}
.color-black {
  color: #000000;
}

.bg-gray {
  background-color: #F2F2F2;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-hilight-green {
  background-color: #C7E2A3;
}

.v-align-top {
  vertical-align: top;
}

.line-h-10 {
  line-height: 1;
}
.line-h-12 {
  line-height: 1.2;
}
/*# sourceMappingURL=maps/style.css.map */