@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* ===========
==============フォント =============== */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
/* =========================
色の変数 
========================= */
/* =========================
レスポンシブ変数 
========================= */
/* =========================
mixin 
========================= */
/* =========================
全体 
========================= */
body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 2;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

/* メニュー表示時の背景固定用スタイル */
body.menu-open {
  position: fixed;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

*:before,
*:after {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1 !important;
  }
}

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

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

/* =========================
  パンくずリスト
  ========================= */
.sub-main__header-breadcrumb {
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 140px;
}
@media screen and (max-width: 1159px) {
  .sub-main__header-breadcrumb {
    padding: 0 20px;
  }
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1159px) {
  .breadcrumb-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 15px;
  }
}

.breadcrumb-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  color: #222;
  white-space: wrap;
}

.breadcrumb-item:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
  color: #222;
  display: inline;
}

.breadcrumb-item a {
  color: #222;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: none;
}

.breadcrumb-item.current {
  color: #222;
}

.l-marquee {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
}

.l-marquee__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.l-marquee__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-marquee__item img {
  width: auto;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* =========================
色の変数 
========================= */
/* =========================
レスポンシブ変数 
========================= */
/* =========================
mixin 
========================= */
/* =========================
フォント 
========================= */
.sans-regular {
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.sans-medium {
  font-family: "Noto Sans JP";
  font-weight: 500;
}

.sans-semi {
  font-family: "Noto Sans JP";
  font-weight: 600;
}

.sans-bold {
  font-family: "Noto Sans JP";
  font-weight: 700;
}

.manrope-semi {
  font-family: "Manrope";
  font-weight: 600;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-29 {
  font-size: 29px;
}

.fs-30 {
  font-size: 30px;
}

.fs-35 {
  font-size: 35px;
}

.fs-40 {
  font-size: 40px;
}

.fs-48 {
  font-size: 48px;
}

.fs-54 {
  font-size: 54px;
}

.fs-68 {
  font-size: 68px;
}

/* =========================
  配色 
  ========================= */
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #333;
}

.bg-green {
  background-color: #52BB9E;
}

.bg-dark-green {
  background-color: #1C6A55;
}

.bg-light-green {
  background-color: #F5FBF9;
}

.bg-gray {
  background-color: #8A8D8C;
}

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

.bg-gray-dark {
  background-color: #5D6C68;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #333;
}

.text-green {
  color: #52BB9E;
}

.text-dark-green {
  color: #1C6A55;
}

.text-light-green {
  color: #F5FBF9;
}

.text-gray {
  color: #8A8D8C;
}

.text-gray-light {
  color: #ECECEC;
}

.text-gray-dark {
  color: #5D6C68;
}

.border-white {
  border-color: #fff;
}

.border-black {
  border-color: #333;
}

.border-green {
  border-color: #52BB9E;
}

.border-dark-green {
  border-color: #1C6A55;
}

.border-light-green {
  border-color: #F5FBF9;
}

.border-gray {
  border-color: #8A8D8C;
}

.border-gray-light {
  border-color: #ECECEC;
}

.border-gray-dark {
  border-color: #5D6C68;
}

/* =========================
  マージン
  ========================= */
.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-125 {
  margin-top: 125px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 1159px) {
  .mt-tb-4 {
    margin-top: 4px;
  }
}

@media screen and (max-width: 1159px) {
  .mt-tb-8 {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1159px) {
  .mt-tb-12 {
    margin-top: 12px;
  }
}

@media screen and (max-width: 1159px) {
  .mt-tb-16 {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1159px) {
  .mt-tb-20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1159px) {
  .mt-tb-24 {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1159px) {
  .mt-tb-32 {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1159px) {
  .mt-tb-40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1159px) {
  .mt-tb-48 {
    margin-top: 48px;
  }
}

@media screen and (max-width: 1159px) {
  .mt-tb-60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1159px) {
  .mt-tb-80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1159px) {
  .mb-tb-4 {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 1159px) {
  .mb-tb-8 {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 1159px) {
  .mb-tb-12 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 1159px) {
  .mb-tb-16 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1159px) {
  .mb-tb-20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1159px) {
  .mb-tb-24 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 1159px) {
  .mb-tb-32 {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1159px) {
  .mb-tb-40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1159px) {
  .mb-tb-48 {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 1159px) {
  .mb-tb-60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1159px) {
  .mb-tb-80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-4 {
    margin-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-8 {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-12 {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-16 {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-24 {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-32 {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-48 {
    margin-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mt-sp-80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp-4 {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp-8 {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp-12 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp-16 {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp-20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp-24 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp-32 {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp-40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp-48 {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp-60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mb-sp-80 {
    margin-bottom: 80px;
  }
}

/* =========================
色の変数 
========================= */
/* =========================
レスポンシブ変数 
========================= */
/* =========================
mixin 
========================= */
/* オーバーレイスタイル */
.b-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.b-header__menu-green.is-active + .b-header__overlay,
.b-header__overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.b-header {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .b-header {
    height: 60px;
    padding: 0 0 0 20px;
  }
}

.b-header__inner {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 8px;
}

.b-header__inner--left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .b-header__inner--left {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}
.b-header__inner--left a {
  width: 365px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1159px) {
  .b-header__inner--left a {
    width: 268px;
    height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .b-header__inner--left a {
    width: 166px;
    height: 44px;
  }
}

.b-header__recruit-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .b-header__recruit-title {
    font-size: 12px;
  }
}

.b-header__inner--right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
}

.b-header__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1220px) {
  .b-header__nav {
    display: none;
  }
}

.b-header__nav-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
}

.b-header__nav-item {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
.b-header__nav-item::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #52BB9E;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.b-header__nav-item:hover::after {
  width: 100%;
}

.b-header__menu-green {
  width: 100%;
  max-width: 442px;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #52BB9E;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .b-header__menu-green {
    mzx-width: 100%;
  }
}

.b-header__menu-green.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.b-header__menu-green-inner {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 100px 26px 0;
  position: relative;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .b-header__menu-green-inner {
    padding: 80px 20px;
  }
}

.b-header__menu-green-nav {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.b-header__menu-green-nav-list {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.b-header__menu-green-nav-item {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #fff;
}
.b-header__menu-green-nav-item:first-child {
  border-top: 1px solid #fff;
}

.b-header__menu-green-nav-link {
  padding: 15px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}

.b-header__menu-green-nav-link-text {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.b-header__menu-green-nav-link-arrow {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.b-header__link {
  width: 100%;
  margin-top: 30px;
  padding-left: 15px;
  display: block;
}

.b-header__link-text {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

/* =========================
色の変数 
========================= */
/* =========================
レスポンシブ変数 
========================= */
/* =========================
mixin 
========================= */
.l-footer {
  width: 100%;
  height: 100%;
  background: #5D6C68;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 40px 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 20px 0;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 1160px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 100px;
}
@media screen and (max-width: 1159px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 42px;
    padding-bottom: 60px;
  }
}

.l-footer__block--left {
  width: 340px;
  aspect-ratio: 340/28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer__block--left {
    width: 267px;
    aspect-ratio: 267/22;
  }
}

.l-footer__block--right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
@media screen and (max-width: 767px) {
  .l-footer__block--right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}

.l-footer__block-links {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
@media screen and (max-width: 767px) {
  .l-footer__block-links {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.l-footer__list--left,
.l-footer__list--right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  row-gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-footer__list--left,
  .l-footer__list--right {
    width: calc((100% - 25px) / 2);
  }
}

.l-footer__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.l-footer__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}

.l-footer__bottom {
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 21px 0;
  background-color: #fff;
  margin: 0 -40px;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    margin: 0 -20px;
    padding: 16px 0;
  }
}

.l-footer__privacy {
  font-size: 12px;
  letter-spacing: 0;
}

/* =========================
色の変数 
========================= */
/* =========================
レスポンシブ変数 
========================= */
/* =========================
mixin 
========================= */
.b-button-arrow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  color: #333;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.b-button-arrow__text {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .b-button-arrow__text {
    font-size: 14px;
  }
}

.b-button-arrow__icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .b-button-arrow__icon {
    width: 34px;
    height: 34px;
  }
}

.b-button-burger,
.b-button-close {
  width: 80px;
  height: 80px;
  background-color: #52BB9E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .b-button-burger,
  .b-button-close {
    width: 60px;
    height: 60px;
  }
}
.b-button-burger:hover,
.b-button-close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .b-button-burger:hover,
  .b-button-close:hover {
    opacity: 1;
  }
}
.b-button-burger img,
.b-button-close img {
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .b-button-burger img,
  .b-button-close img {
    width: 21px;
    height: auto;
  }
}

.b-button-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .b-button-close img {
    width: 15px;
    height: auto;
  }
}

.b-button-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 20;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  display: none;
}
@media screen and (max-width: 767px) {
  .b-button-top {
    width: 36px;
    height: 36px;
  }
}
.b-button-top:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .b-button-top:hover {
    opacity: 1;
  }
}

/* =========================
色の変数 
========================= */
/* =========================
レスポンシブ変数 
========================= */
/* =========================
mixin 
========================= */
.b-heading__h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 6px;
}
@media screen and (max-width: 767px) {
  .b-heading__h2 {
    row-gap: 14px;
  }
}

.b-heading__h2-en {
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .b-heading__h2-en {
    font-size: 40px;
  }
}

.b-heading__h2-en:not(.white) {
  background: -webkit-gradient(linear, left top, right top, from(#D0FCBB), to(#52BB9E));
  background: linear-gradient(to right, #D0FCBB, #52BB9E);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.b-heading__h2-en.white {
  color: #fff;
}

.b-heading__h2-ja {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .b-heading__h2-ja {
    font-size: 14px;
  }
}

.b-heading__h2-ja.white {
  color: #fff;
}

/* =========================
色の変数 
========================= */
/* =========================
レスポンシブ変数 
========================= */
/* =========================
mixin 
========================= */
.l-position__wrapper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-position__wrapper {
    margin-top: 30px;
  }
}

.b-position-list {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  row-gap: 100px;
}
@media screen and (max-width: 1159px) {
  .b-position-list {
    row-gap: 60px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.b-position-list__item {
  width: 100%;
  height: auto;
}

.b-position-list__link {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}

.b-position-list__block--upper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.b-position-list__block--lower {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.b-position-list__visual {
  width: 100%;
  aspect-ratio: 340/460;
}
.b-position-list__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.b-position-list__title-wrapper {
  width: 100%;
  height: 40%;
  padding: 24px 22px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .b-position-list__title-wrapper {
    padding: 18px 16px;
  }
}

.b-position-list__title {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .b-position-list__title {
    font-size: 20px;
  }
}

.b-position-list__icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.b-position-list__text {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  row-gap: 70px !important;
  -webkit-column-gap: 70px !important;
     -moz-column-gap: 70px !important;
          column-gap: 70px !important;
}
@media screen and (max-width: 1024px) {
  .splide.is-initialized:not(.is-active) .splide__list {
    -webkit-column-gap: 40px !important;
       -moz-column-gap: 40px !important;
            column-gap: 40px !important;
    row-gap: 60px !important;
  }
}
.splide.is-initialized:not(.is-active) .splide__slide {
  width: 100% !important;
  margin-right: 0 !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
}
.splide.is-initialized:not(.is-active) .splide__track {
  overflow: visible !important;
}
.splide.is-initialized:not(.is-active) .splide__arrows,
.splide.is-initialized:not(.is-active) .splide__pagination {
  display: none !important;
}

.splide.is-active .splide__list {
  gap: 0 !important;
}
.splide.is-active .splide__slide {
  width: 100% !important;
  margin-right: 0 !important;
  padding: 0 18px !important;
}
.splide.is-active .splide__arrow {
  display: block !important;
  background: transparent !important;
  z-index: 10;
  width: 36px;
  height: 36px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.splide.is-active .splide__arrow svg {
  display: none;
}
.splide.is-active .splide__arrow--next {
  background-image: url("../images/arrow-next.svg") !important;
  right: 0% !important;
}
.splide.is-active .splide__arrow--prev {
  background-image: url("../images/arrow-prev.svg") !important;
  left: 0% !important;
}
.splide.is-active .splide__arrow:disabled {
  opacity: 0 !important;
}

/* =========================
色の変数 
========================= */
/* =========================
レスポンシブ変数 
========================= */
/* =========================
mixin 
========================= */
.b-interview__list {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
}

.b-interview__list {
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: 50px;
}
@media screen and (max-width: 1159px) {
  .b-interview__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .b-interview__list {
    grid-template-columns: 1fr;
  }
}

.b-interview__item {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.b-interview__item-link {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.b-interview__item-visual {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
.b-interview__item-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b-interview__arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 22px;
  right: 22px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.b-interview__item-text {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 14px;
  padding: 0 10px;
}

.b-interview__item-title {
  font-size: 22px;
}

.b-interview__item-dept {
  font-size: 16px;
}

/* =========================
色の変数 
========================= */
/* =========================
レスポンシブ変数 
========================= */
/* =========================
mixin 
========================= */
.l-recruit {
  width: 100%;
  height: 331px;
  background: -webkit-gradient(linear, left top, right top, from(#52BB9E), to(#D0FCBB));
  background: linear-gradient(to right, #52BB9E, #D0FCBB);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .l-recruit {
    height: 230px;
    padding: 0 20px;
  }
}

.l-recruit__inner {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-recruit__arrow {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-recruit__arrow a {
  width: 100%;
  height: 100%;
  display: block;
}
.l-recruit__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================
色の変数 
========================= */
/* =========================
レスポンシブ変数 
========================= */
/* =========================
mixin 
========================= */
.b-news-list {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 50px;
}

.b-news-list__item {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.b-news-list__link {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 30px 0;
  border-bottom: 1px solid #ECECEC;
}
.b-news-list__link:first-child {
  border-top: 1px solid #ECECEC;
}

.b-news-list.news .b-news-list__link {
  padding: 50px 0;
}

.b-news-list__block--left {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 8px;
}

.b-news-list.news .b-news-list__block--left {
  width: 89.65%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 6.34%;
     -moz-column-gap: 6.34%;
          column-gap: 6.34%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.b-news-list__date {
  font-size: 15px;
  color: #8A8D8C;
}
@media screen and (max-width: 767px) {
  .b-news-list__date {
    font-size: 14px;
  }
}

.b-news-list.news .b-news-list__date {
  width: 131px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 15px;
}

.b-news-list__title {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .b-news-list__title {
    font-size: 15px;
  }
}

.b-news-list.news .b-news-list__title {
  width: 73.79%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.b-news-list__arrow {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .b-news-list__arrow {
    width: 22px;
    height: 22px;
  }
}

/* =========================
色の変数 
========================= */
/* =========================
レスポンシブ変数 
========================= */
/* =========================
mixin 
========================= */
.b-blog-list {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 50px;
}

.b-blog-list__item {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.b-blog-list__link {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 30px 0;
  border-bottom: 1px solid #ECECEC;
}
.b-blog-list__link:first-child {
  border-top: 1px solid #ECECEC;
}

.b-blog-list__block--left {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 8px;
}

.b-blog-list__date {
  font-size: 15px;
  color: #8A8D8C;
}
@media screen and (max-width: 767px) {
  .b-blog-list__date {
    font-size: 14px;
  }
}

.b-blog-list__title {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .b-blog-list__title {
    font-size: 15px;
  }
}

.b-blog-list__arrow {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .b-blog-list__arrow {
    width: 22px;
    height: 22px;
  }
}

/* =========================
色の変数 
========================= */
/* =========================
レスポンシブ変数 
========================= */
/* =========================
mixin 
========================= */
.b-environment__list {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1159px) {
  .b-environment__list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b-environment__list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.b-environment__item {
  width: 100%;
  aspect-ratio: 550/322;
  border-radius: 3px;
  overflow: hidden;
}

.b-environment__link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.b-environment__thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b-environment__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b-environment__content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 14px 18px 14px 22px;
  background: #52BB9E;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .b-environment__content {
    padding: 9px 11px 9px 20px;
  }
}

.b-environment__title {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .b-environment__title {
    font-size: 17px;
  }
}
.b-environment__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .b-environment__title span {
    width: 22px;
    height: 22px;
  }
}/*# sourceMappingURL=common.css.map */