/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./_src/sass/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:focus {
  outline: none;
}

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;
}

ul, ol {
  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-style: italic;
  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;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

address {
  font-style: normal;
}

p,
div,
span,
button,
input,
select,
textarea,
address,
i,
em,
strong,
time,
a,
dt,
dd,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

html {
  font-size: calc(14px + (200vw - 640px) / 55);
  overflow-x: hidden;
}
@media all and (min-width: 375px) {
  html {
    font-size: 16px;
  }
}
@media all and (min-width: 768px) {
  html {
    font-size: 1.166vw;
  }
}
@media all and (min-width: 1200px) {
  html {
    font-size: calc(14px + (200vw - 2400px) / 240);
  }
}
@media all and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  font-style: normal;
  font-weight: 500;
  color: #FFF;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

a[href] {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a[href^="tel:"] {
  pointer-events: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

:focus {
  outline: none;
}

:root {
  --ease-01: cubic-bezier(0,.4,.25,1);
  --ease-02: cubic-bezier(0,.8,.4,1);
  --ease-accordion: cubic-bezier(.7,0,.1,1);
  --ease-slide: cubic-bezier(.83,.28,.31,.99) ;
}

.l-flex-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 11;
}

.c-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.c-header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 1.25rem 4% 0;
}
@media not all and (max-width: 767px) {
  .c-header__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5625rem 3.6805555556% 1.5625rem 1.9444444444%;
  }
}
.c-header__logo > p {
  display: none;
}
.c-header__logo > a {
  position: relative;
  display: block;
  width: 11.083125rem;
  margin-bottom: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (max-width: 767px) {
  .c-header__logo > a {
    margin-bottom: 0;
  }
}
.c-header__logo > a > svg {
  width: 100%;
  height: auto;
}
.c-header__logo > a > svg .st0 {
  fill: #FFF;
  -webkit-transition-property: fill;
  transition-property: fill;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
[data-is-not-top] .c-header__logo > a > svg .st0, [data-is-people] .c-header__logo > a > svg .st0 {
  fill: #74A581;
}
@media not all and (max-width: 767px) {
  .c-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}
.c-header__subtitle {
  display: block;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 500;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
[data-is-not-top] .c-header__subtitle, [data-is-people] .c-header__subtitle {
  color: #74A581;
}
@media not all and (max-width: 767px) {
  .c-header__subtitle {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}
.c-header__ui-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 767px) {
  .c-header__ui-container {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
}
@media not all and (max-width: 767px) {
  .c-header__ui-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.625rem;
       -moz-column-gap: 2.625rem;
            column-gap: 2.625rem;
  }
}
.c-header__btn-entry {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  color: #92BE9D;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  width: 5.125rem;
  font-size: 0.8125rem;
  line-height: 2.2307692308;
  letter-spacing: 0.06em;
  border: 1px solid #FFF;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
[data-is-not-top] .c-header__btn-entry, [data-is-people] .c-header__btn-entry {
  border: 1px solid #74A581;
}
@media not all and (max-width: 767px) {
  .c-header__btn-entry {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    width: 8.75rem;
    font-size: 1rem;
    line-height: 2.5625;
    letter-spacing: 0.06em;
  }
}
.c-header__btn-menu {
  position: relative;
  display: block;
  width: 1.6875rem;
}
.c-header__btn-menu::before, .c-header__btn-menu::after {
  position: absolute;
  left: 0;
  background-color: #FFF;
  content: "";
  height: 1px;
}
[data-is-not-top] .c-header__btn-menu::before, [data-is-people] .c-header__btn-menu::before, [data-is-not-top] .c-header__btn-menu::after, [data-is-people] .c-header__btn-menu::after {
  background-color: #74A581;
}
.c-header__btn-menu::before {
  top: 0.4375rem;
  width: 100%;
  -webkit-transition: top 0.45s var(--ease-01) 0.45s, -webkit-transform 0.45s var(--ease-01) 0s;
  transition: top 0.45s var(--ease-01) 0.45s, -webkit-transform 0.45s var(--ease-01) 0s;
  transition: top 0.45s var(--ease-01) 0.45s, transform 0.45s var(--ease-01) 0s;
  transition: top 0.45s var(--ease-01) 0.45s, transform 0.45s var(--ease-01) 0s, -webkit-transform 0.45s var(--ease-01) 0s;
}
[data-is-menu] .c-header__btn-menu::before {
  top: 0.875rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.45s var(--ease-01) 0s, -webkit-transform 0.45s var(--ease-01) 0.45s;
  transition: top 0.45s var(--ease-01) 0s, -webkit-transform 0.45s var(--ease-01) 0.45s;
  transition: top 0.45s var(--ease-01) 0s, transform 0.45s var(--ease-01) 0.45s;
  transition: top 0.45s var(--ease-01) 0s, transform 0.45s var(--ease-01) 0.45s, -webkit-transform 0.45s var(--ease-01) 0.45s;
}
.c-header__btn-menu::after {
  bottom: 0.5rem;
  width: 100%;
  opacity: 1;
  -webkit-transition: bottom 0.45s var(--ease-01) 0.45s, opacity 0.45s var(--ease-01) 0s;
  transition: bottom 0.45s var(--ease-01) 0.45s, opacity 0.45s var(--ease-01) 0s;
}
[data-is-menu] .c-header__btn-menu::after {
  bottom: 0.9375rem;
  opacity: 0;
  -webkit-transition: bottom 0.45s var(--ease-01) 0s, opacity 0.45s var(--ease-01) 0.45s;
  transition: bottom 0.45s var(--ease-01) 0s, opacity 0.45s var(--ease-01) 0.45s;
}
.c-header__btn-menu > span {
  position: absolute;
  top: 0.875rem;
  left: 0;
  background-color: #FFF;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.45s var(--ease-01) 0s;
  transition: -webkit-transform 0.45s var(--ease-01) 0s;
  transition: transform 0.45s var(--ease-01) 0s;
  transition: transform 0.45s var(--ease-01) 0s, -webkit-transform 0.45s var(--ease-01) 0s;
}
[data-is-menu] .c-header__btn-menu > span {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.45s var(--ease-01) 0.45s;
  transition: -webkit-transform 0.45s var(--ease-01) 0.45s;
  transition: transform 0.45s var(--ease-01) 0.45s;
  transition: transform 0.45s var(--ease-01) 0.45s, -webkit-transform 0.45s var(--ease-01) 0.45s;
}
[data-is-not-top] .c-header__btn-menu > span, [data-is-people] .c-header__btn-menu > span {
  background-color: #74A581;
}
@media not all and (max-width: 767px) {
  .c-header__btn-menu {
    display: none;
  }
}

.c-header-people {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  padding: 7.6875rem 2.7777777778% 2.875rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: top 0.3s var(--ease-01) 0s, -webkit-transform 0.3s var(--ease-01) 0s;
  transition: top 0.3s var(--ease-01) 0s, -webkit-transform 0.3s var(--ease-01) 0s;
  transition: top 0.3s var(--ease-01) 0s, transform 0.3s var(--ease-01) 0s;
  transition: top 0.3s var(--ease-01) 0s, transform 0.3s var(--ease-01) 0s, -webkit-transform 0.3s var(--ease-01) 0s;
}
[data-is-not-top] .c-header-people {
  top: 5rem;
}
@media not all and (max-width: 767px) {
  [data-is-not-top] .c-header-people {
    top: 6.25rem;
  }
}
@media not all and (max-width: 767px) {
  [data-is-people] .c-header-people {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: top 0.6s var(--ease-01) 0s, -webkit-transform 0.6s var(--ease-01) 0s;
    transition: top 0.6s var(--ease-01) 0s, -webkit-transform 0.6s var(--ease-01) 0s;
    transition: top 0.6s var(--ease-01) 0s, transform 0.6s var(--ease-01) 0s;
    transition: top 0.6s var(--ease-01) 0s, transform 0.6s var(--ease-01) 0s, -webkit-transform 0.6s var(--ease-01) 0s;
  }
}
.c-header-people__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-transition: opacity 0s linear 0s, -webkit-transform 0s var(--ease-01) 0s;
  transition: opacity 0s linear 0s, -webkit-transform 0s var(--ease-01) 0s;
  transition: transform 0s var(--ease-01) 0s, opacity 0s linear 0s;
  transition: transform 0s var(--ease-01) 0s, opacity 0s linear 0s, -webkit-transform 0s var(--ease-01) 0s;
}
[data-is-people] .c-header-people__wrapper {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.6s linear 0.3s, -webkit-transform 0.6s var(--ease-01) 0.3s;
  transition: opacity 0.6s linear 0.3s, -webkit-transform 0.6s var(--ease-01) 0.3s;
  transition: transform 0.6s var(--ease-01) 0.3s, opacity 0.6s linear 0.3s;
  transition: transform 0.6s var(--ease-01) 0.3s, opacity 0.6s linear 0.3s, -webkit-transform 0.6s var(--ease-01) 0.3s;
}
@media all and (max-width: 767px) {
  .c-header-people__wrapper {
    display: none;
  }
}
.c-header-people__title {
  color: #92BE9D;
}
.c-header-people__title--en {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 2.625rem;
  line-height: 1.1428571429;
  letter-spacing: 0.06em;
  margin-bottom: 1.75rem;
}
.c-header-people__title__jp {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.c-header-people__list {
  width: 62.3529411765%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.3125rem;
}
.c-header-people__list-item {
  position: relative;
  width: 22.1698113208%;
  padding-bottom: 1.4375rem;
}
.c-header-people__list-item::before, .c-header-people__list-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
}
.c-header-people__list-item::before {
  width: 88.2978723404%;
  background-color: #4E4E4E;
  opacity: 0.14;
}
.c-header-people__list-item::after {
  width: 30.8510638298%;
  background-color: #74A581;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-header-people__list-item:hover::after {
  width: 88.2978723404%;
}
.c-header-people__photo {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.c-header-people__photo > img {
  width: 100%;
  height: auto;
}
.c-header-people__photo::after {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  width: 2.1875rem;
  height: 2.1875rem;
  background-image: url("../img/common/header_people_icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-header-people__name {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.1428571429;
  letter-spacing: 0.06em;
  color: #4E4E4E;
  margin-bottom: 0.5rem;
}
.c-header-people__name > span {
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-left: 0.375rem;
}
.c-header-people__job {
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  letter-spacing: 0.04em;
  color: #4E4E4E;
}

@media all and (max-width: 767px) {
  .c-gnav {
    display: none;
  }
}
.c-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
.c-gnav__list-item > a {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #FFF;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
[data-is-not-top] .c-gnav__list-item > a, [data-is-people] .c-gnav__list-item > a {
  color: #74A581;
}

.c-footer {
  position: relative;
  width: 100%;
  background-color: #4E4E4E;
  padding-top: 2.125rem;
  padding-bottom: 1.5rem;
}
@media not all and (max-width: 767px) {
  .c-footer {
    height: 21.5625rem;
    padding-top: 3.78125rem;
    padding-left: 6.5277777778%;
  }
}
.c-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 767px) {
  .c-footer__wrapper {
    -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;
  }
}
@media not all and (max-width: 767px) {
  .c-footer__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  .c-footer__logo {
    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;
    margin-bottom: 3.125rem;
  }
}
@media not all and (max-width: 767px) {
  .c-footer__logo {
    width: 12.5rem;
    margin-top: -0.25rem;
  }
}
.c-footer__logo-img {
  width: 11.083125rem;
  margin-bottom: 0.625rem;
}
@media not all and (max-width: 767px) {
  .c-footer__logo-img {
    width: 11.459375rem;
    margin-bottom: 1.25rem;
  }
}
.c-footer__logo-img > img {
  width: 100%;
  height: auto;
}
.c-footer__logo-label {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media not all and (max-width: 767px) {
  .c-footer__logo-label {
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}
.c-footer__nav-wrapper {
  position: relative;
  margin-bottom: 1.875rem;
}
@media not all and (max-width: 767px) {
  .c-footer__nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 68.4992570579%;
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .c-footer__nav {
    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;
  }
  .c-footer__nav:first-child {
    display: none;
  }
}
@media not all and (max-width: 767px) {
  .c-footer__nav {
    width: 24.5rem;
  }
}
.c-footer__nav-item > a {
  font-size: 0.6875rem;
  line-height: 2.5;
  letter-spacing: 0em;
  color: #FFF;
}
@media not all and (max-width: 767px) {
  .c-footer__nav-item {
    margin-bottom: 0.75rem;
  }
  .c-footer__nav-item:last-child {
    margin-bottom: 0;
  }
  .c-footer__nav-item > a {
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}
.c-footer__copyright {
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media all and (max-width: 767px) {
  .c-footer__copyright {
    text-align: center;
  }
}
@media not all and (max-width: 767px) {
  .c-footer__copyright {
    position: absolute;
    bottom: 1.25rem;
    right: 0;
    width: 64.0277777778%;
    font-size: 0.6875rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.c-video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-video-container > video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-video-container::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A6C7A5;
  mix-blend-mode: multiply;
  content: "";
}

.c-hamburger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9;
  display: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
.c-hamburger__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.c-hamburger__scroller {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-hamburger__container {
  position: relative;
}
.c-hamburger__wrapper {
  padding: 5.125rem 8% 0.625rem 4%;
}
.c-hamburger__nav {
  margin-bottom: 0.625rem;
}
.c-hamburger__nav-list-item {
  position: relative;
  border-bottom: 1px solid #FFF;
}
.c-hamburger__nav-list-item > a {
  position: relative;
  display: block;
  font-size: 1.25rem;
  line-height: 5.65;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #FFF;
}
.c-hamburger__nav-list-item:nth-child(2) > a::before, .c-hamburger__nav-list-item:nth-child(2) > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  width: 18px;
  height: 2px;
  background-color: #FFF;
  content: "";
}
.c-hamburger__nav-list-item:nth-child(2) > a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
[data-is-people-menu] .c-hamburger__nav-list-item > a::after {
  display: none;
}
.c-hamburger__people-list-container {
  position: relative;
  height: 0;
  overflow: hidden;
  margin-top: -1.125rem;
}
.c-hamburger__people-list {
  padding-bottom: 2.625rem;
}
.c-hamburger__people-list-item {
  margin-bottom: 0.9375rem;
}
.c-hamburger__people-list-item:last-child {
  margin-bottom: 0;
}
.c-hamburger__people-list-item > a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  color: #FFF;
}
.c-hamburger__people-list-item > a > span {
  display: inline-block;
}
.c-hamburger__people-list-item > a > span:nth-child(1) {
  width: 3.75rem;
}
.c-hamburger__links {
  margin-bottom: 1.875rem;
}
.c-hamburger__links-item {
  margin-bottom: 0.25rem;
}
.c-hamburger__links-item > a {
  font-size: 0.84375rem;
  line-height: 1.9259259259;
  letter-spacing: 0.02em;
  color: #FFF;
}
.c-hamburger__links-item:last-child > a:first-child {
  margin-right: 1.5rem;
}
.c-hamburger__copyright {
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #FFF;
}
@media not all and (max-width: 767px) {
  .c-hamburger {
    display: none;
  }
}

.c-rounded-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 2.375rem;
  background-color: #8CBB98;
  border-radius: 1.1875rem;
  color: #FFF;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-left: 1.5rem;
}
.c-rounded-btn__center {
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-join-us {
  position: relative;
  height: 18.625rem;
}
@media not all and (max-width: 767px) {
  .c-join-us {
    height: 22.6875rem;
  }
}
.c-join-us__photo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.c-join-us__photo {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media not all and (max-width: 767px) {
  .c-join-us__photo {
    width: 33.3333%;
  }
}
.c-join-us__photo::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #A0A0A0;
  mix-blend-mode: multiply;
}
.c-join-us__photo:nth-child(1) {
  background-image: url("../img/common/join_us_img01.jpg");
}
.c-join-us__photo:nth-child(2) {
  background-image: url("../img/common/join_us_img02.jpg");
}
.c-join-us__photo:nth-child(3) {
  background-image: url("../img/common/join_us_img03.jpg");
}
@media all and (max-width: 767px) {
  .c-join-us__photo:first-child {
    display: none;
  }
  .c-join-us__photo:last-child {
    display: none;
  }
}
.c-join-us__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.25rem;
}
@media not all and (max-width: 767px) {
  .c-join-us__container {
    padding-top: 5rem;
  }
}
.c-join-us__title {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 0.625rem;
}
@media not all and (max-width: 767px) {
  .c-join-us__title {
    margin-bottom: 3.125rem;
  }
}
.c-join-us__rounded-btn {
  width: 9.375rem;
}
@media not all and (max-width: 767px) {
  .c-join-us__rounded-btn {
    width: 20.75rem;
  }
}

@media not all and (max-width: 767px) {
  .c-alpha-btn {
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .c-alpha-btn:hover {
    opacity: 0.7;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

@media not all and (max-width: 767px) {
  .c-brightness-btn {
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-property: -webkit-filter;
    transition-property: -webkit-filter;
    transition-property: filter;
    transition-property: filter, -webkit-filter;
  }
  .c-brightness-btn:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

.p-top-main {
  background-color: #DFF4C6;
}

.p-top-fv {
  position: relative;
  width: 100%;
  padding-top: 6.25rem;
  padding-bottom: 0.8125rem;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .p-top-fv {
    padding: 6.0625rem 1.9444444444% 1.8125rem;
  }
}
.p-top-fv__video-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-top-fv__wrapper {
  position: relative;
}
@media all and (max-width: 767px) {
  .p-top-fv__sq {
    display: block;
    width: 110.4%;
    -webkit-transform: translateX(-5.2%);
            transform: translateX(-5.2%);
  }
}
.p-top-fv__contents {
  position: absolute;
  width: 100%;
  top: 2.15625rem;
  left: 8.8266666667%;
}
@media not all and (max-width: 767px) {
  .p-top-fv__contents {
    top: 2.4375rem;
    left: 5%;
  }
}
.p-top-fv__copy {
  height: auto;
  width: 82.3653333333%;
  margin-bottom: 11.6875rem;
}
@media not all and (max-width: 767px) {
  .p-top-fv__copy {
    width: 63.0057803468%;
    margin-bottom: 3.5625rem;
  }
}
.p-top-fv__en > p {
  position: relative;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.02em;
  left: -4.8%;
}
@media not all and (max-width: 767px) {
  .p-top-fv__en > p {
    left: -0.9393063584%;
  }
}
.p-top-fv__en > p:nth-child(1) {
  margin-left: 2.6666666667%;
  margin-bottom: 1.5625rem;
}
@media not all and (max-width: 767px) {
  .p-top-fv__en > p:nth-child(1) {
    margin-left: 0.6944444444%;
    margin-bottom: 1.5625rem;
  }
}
.p-top-fv__en > p:nth-child(2) {
  margin-left: 1.0666666667%;
  margin-bottom: 0.4375rem;
}
@media not all and (max-width: 767px) {
  .p-top-fv__en > p:nth-child(2) {
    margin-left: 0.2777777778%;
    margin-bottom: 0.4375rem;
  }
}

.p-top-contents {
  padding-top: 6.6875rem;
  padding-bottom: 6rem;
}
@media not all and (max-width: 767px) {
  .p-top-contents {
    padding-top: 6.125rem;
    padding-bottom: 6rem;
  }
}
.p-top-contents__message {
  position: relative;
  margin-bottom: 7.5rem;
}
@media not all and (max-width: 767px) {
  .p-top-contents__message {
    margin-bottom: 7.625rem;
  }
}
.p-top-contents__about-git {
  position: relative;
}
.p-top-contents__bg-sq {
  position: absolute;
  width: 110.3466666667%;
  opacity: 0.16;
}
.p-top-contents__message .p-top-contents__bg-sq {
  display: none;
}
.p-top-contents__about-git .p-top-contents__bg-sq {
  top: auto;
  bottom: -8.75rem;
  left: -26.6666666667%;
}
@media not all and (max-width: 767px) {
  .p-top-contents__bg-sq {
    width: 96.16875%;
  }
  .p-top-contents__message .p-top-contents__bg-sq {
    display: block;
    top: 2.8125rem;
    right: -61.6666666667%;
  }
  .p-top-contents__about-git .p-top-contents__bg-sq {
    top: auto;
    bottom: -9.3125rem;
    left: -23.4027777778%;
  }
}
.p-top-contents__bg-sq img {
  width: 100%;
  height: auto;
}
.p-top-contents__container {
  position: relative;
  z-index: 1;
}
@media not all and (max-width: 767px) {
  .p-top-contents__container {
    padding-left: 13.8888888889%;
    padding-top: 5rem;
    padding-bottom: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-contents__about-git .p-top-contents__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 4.5rem;
  }
}
.p-top-contents__container::before {
  position: absolute;
  top: 0;
  width: 96%;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: rgba(255, 255, 255, 0.65);
}
.p-top-contents__message .p-top-contents__container::before {
  top: -3.5rem;
  left: 0;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
}
@media not all and (max-width: 767px) {
  .p-top-contents__message .p-top-contents__container::before {
    width: 81.6666666667%;
    top: 0;
    border-top-right-radius: 6.25rem;
    border-bottom-right-radius: 6.25rem;
  }
}
.p-top-contents__about-git .p-top-contents__container::before {
  top: -3.5rem;
  right: 0;
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
}
@media not all and (max-width: 767px) {
  .p-top-contents__about-git .p-top-contents__container::before {
    width: 72.7777777778%;
    top: 0;
    border-top-left-radius: 6.25rem;
    border-bottom-left-radius: 6.25rem;
  }
}
.p-top-contents__contents {
  position: relative;
  padding: 0 9.0666666667% 2.625rem;
  color: #171717;
}
@media not all and (max-width: 767px) {
  .p-top-contents__contents {
    padding: 0;
    width: 55.8064516129%;
  }
  .p-top-contents__about-git .p-top-contents__contents {
    width: 41.7741935484%;
  }
}
.p-top-contents__title {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 2.625rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #92BE9D;
  margin-bottom: 1.5625rem;
}
@media not all and (max-width: 767px) {
  .p-top-contents__title {
    font-size: 3.75rem;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 3.75rem;
  }
}
.p-top-contents__body {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media not all and (max-width: 767px) {
  .p-top-contents__body {
    font-size: 1.75rem;
    line-height: 1.8571428571;
    letter-spacing: 0.04em;
  }
}
.p-top-contents__affiliation {
  font-size: 0.8125rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding-top: 1.3125rem;
}
@media not all and (max-width: 767px) {
  .p-top-contents__affiliation {
    font-size: 0.875rem;
    line-height: 1.0714285714;
    letter-spacing: 0.04em;
    padding-top: 1.375rem;
  }
}
.p-top-contents__rounded-btn {
  margin-top: 1.5rem;
}
@media not all and (max-width: 767px) {
  .p-top-contents__rounded-btn {
    width: 20.75rem;
    margin-top: 3rem;
  }
}
@media all and (max-width: 767px) {
  .p-top-contents__message .p-top-contents__photo {
    padding-left: 9.0666666667%;
  }
  .p-top-contents__about-git .p-top-contents__photo {
    padding-right: 9.0666666667%;
  }
}
@media not all and (max-width: 767px) {
  .p-top-contents__message .p-top-contents__photo {
    width: 42.9838709677%;
    padding-top: 5rem;
  }
  .p-top-contents__about-git .p-top-contents__photo {
    width: 51.2903225806%;
  }
}
.p-top-contents__photo-inner {
  overflow: hidden;
}
.p-top-contents__photo-inner img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  .p-top-contents__message .p-top-contents__photo-inner {
    border-top-left-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
  }
  .p-top-contents__about-git .p-top-contents__photo-inner {
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
}
@media not all and (max-width: 767px) {
  .p-top-contents__message .p-top-contents__photo-inner {
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
  }
  .p-top-contents__about-git .p-top-contents__photo-inner {
    border-radius: 1.875rem;
  }
}

.p-top-people {
  overflow-x: hidden;
}
.p-top-people__container {
  background-color: #99c099;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  padding: 3.5rem 8% 3.9375rem;
}
@media not all and (max-width: 767px) {
  .p-top-people__container {
    border-top-left-radius: 3.75rem;
    border-top-right-radius: 3.75rem;
    padding: 5.125rem 13.8888888889% 5.3125rem;
  }
}
.p-top-people__title {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 2.625rem;
  line-height: 1.0952380952;
  letter-spacing: 0.06em;
  padding-left: 1.2698412698%;
  margin-bottom: 0.625rem;
}
@media not all and (max-width: 767px) {
  .p-top-people__title {
    padding-left: 0;
    font-size: 3.75rem;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 2.5rem;
  }
}
.p-top-people__lead {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding-left: 1.2698412698%;
  margin-bottom: 3.25rem;
}
@media not all and (max-width: 767px) {
  .p-top-people__lead {
    padding-left: 0;
    font-size: 1.75rem;
    line-height: 1.8571428571;
    letter-spacing: 0.04em;
    margin-bottom: 4.375rem;
  }
}
.p-top-people__slider {
  position: relative;
}
.p-top-people__arrow {
  position: absolute;
  top: 0;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 1.6875rem;
  background-color: rgba(255, 255, 255, 0.73);
  background-image: url("../img/common/arrow.svg");
  background-position: center;
  background-size: 0.396875rem auto;
  background-repeat: no-repeat;
  display: none;
}
@media not all and (max-width: 767px) {
  .p-top-people__arrow {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 2.125rem;
    background-size: 0.5rem auto;
  }
}
.p-top-people__arrow.left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -1.375rem;
}
@media not all and (max-width: 767px) {
  .p-top-people__arrow.left {
    left: -2.125rem;
  }
}
.p-top-people__arrow.right {
  right: -1.375rem;
}
@media not all and (max-width: 767px) {
  .p-top-people__arrow.right {
    right: -0.5rem;
  }
}
.p-top-people__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.646090535%;
     -moz-column-gap: 1.646090535%;
          column-gap: 1.646090535%;
  width: 308.5714285714%;
}
@media not all and (max-width: 767px) {
  .p-top-people__list {
    -webkit-column-gap: 1.7543859649%;
       -moz-column-gap: 1.7543859649%;
            column-gap: 1.7543859649%;
    width: 131.5384615385%;
  }
}
.p-top-people__list-item {
  width: 23.353909465%;
}
@media not all and (max-width: 767px) {
  .p-top-people__list-item {
    width: 23.2456140351%;
  }
}
.p-top-people__photo {
  overflow: hidden;
  border-radius: 1.875rem;
  margin-bottom: 1.625rem;
}
@media not all and (max-width: 767px) {
  .p-top-people__photo {
    margin-bottom: 1.75rem;
  }
}
.p-top-people__photo img {
  width: 100%;
  height: auto;
}
@media not all and (max-width: 767px) {
  .p-top-people__photo img {
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  a:hover .p-top-people__photo img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.p-top-people__info {
  color: #3B3B3B;
}
.p-top-people__name {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.6875rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 0.625rem;
  padding-left: 1.3215859031%;
}
.p-top-people__name > span {
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-left: 0.625rem;
}
@media not all and (max-width: 767px) {
  .p-top-people__name {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 0.875rem;
    padding-left: 0;
  }
  .p-top-people__name > span {
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}
.p-top-people__job {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  padding-left: 1.7621145374%;
}
@media not all and (max-width: 767px) {
  .p-top-people__job {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    letter-spacing: 0.06em;
    padding-left: 0;
  }
}

.p-top-recruit {
  background-color: #99c099;
  margin-top: -1px;
}
.p-top-recruit__container {
  background-color: #92BE9D;
  border-top-left-radius: 3.125rem;
  border-top-right-radius: 3.125rem;
  padding: 2.375rem 9.0666666667% 5rem;
}
@media not all and (max-width: 767px) {
  .p-top-recruit__container {
    border-top-left-radius: 3.75rem;
    border-top-right-radius: 3.75rem;
    padding: 5.25rem 0 5.625rem;
  }
}
.p-top-recruit__title {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 1.5625rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 1.3125rem;
}
@media not all and (max-width: 767px) {
  .p-top-recruit__title {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 5.375rem;
  }
}
@media all and (max-width: 767px) {
  .p-top-recruit__title .space {
    display: none;
  }
}
@media not all and (max-width: 767px) {
  .p-top-recruit__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1.3888888889%;
       -moz-column-gap: 1.3888888889%;
            column-gap: 1.3888888889%;
  }
}
.p-top-recruit__item {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .p-top-recruit__item:first-child {
    margin-bottom: 0.625rem;
  }
}
@media not all and (max-width: 767px) {
  .p-top-recruit__item {
    width: 35.4166666667%;
  }
}
.p-top-recruit__item-photo {
  position: relative;
}
.p-top-recruit__item-photo::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  border-radius: 1.25rem;
  background-color: #A0A0A0;
  mix-blend-mode: multiply;
  content: "";
}
@media not all and (max-width: 767px) {
  .p-top-recruit__item-photo::after {
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  a:hover .p-top-recruit__item-photo::after {
    opacity: 0.3;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.p-top-recruit__item-photo img {
  width: 100%;
  height: auto;
}
@media not all and (max-width: 767px) {
  .p-top-recruit__item-photo img {
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  a:hover .p-top-recruit__item-photo img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.p-top-recruit__item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #FFF;
}
@media not all and (max-width: 767px) {
  .p-top-recruit__item-label {
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

.p-people-main {
  background: linear-gradient(-30deg, #FCFCFC, #F0EFF5);
}

.p-people-fv {
  position: relative;
  height: 40.625rem;
}
@media not all and (max-width: 767px) {
  .p-people-fv {
    height: 45rem;
  }
}
.p-people-fv__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-people-fv__photo::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #B4B4B4;
  mix-blend-mode: multiply;
}
.p-people-fv__photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-people-fv__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 4% 0.875rem;
}
@media not all and (max-width: 767px) {
  .p-people-fv__container {
    padding: 0 2.7777777778% 5.625rem;
  }
}
.p-people-fv__title {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}
@media not all and (max-width: 767px) {
  .p-people-fv__title {
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 0.375rem;
  }
}
@media all and (max-width: 767px) {
  .p-people-fv__group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-people-fv__job {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 767px) {
  .p-people-fv__job {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    margin-left: 0;
    margin-bottom: 2.5rem;
  }
}
.p-people-fv__separator {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 767px) {
  .p-people-fv__separator {
    display: none;
  }
}
.p-people-fv__initial {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media not all and (max-width: 767px) {
  .p-people-fv__initial {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 5.25rem;
    line-height: 0.7619047619;
    letter-spacing: 0.06em;
  }
  .p-people-fv__initial > span {
    display: inline-block;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0.08em;
    padding-left: 1.25rem;
  }
}
.p-people-fv__copy {
  width: 100%;
  pointer-events: none;
  padding-bottom: 2.875rem;
}
@media not all and (max-width: 767px) {
  .p-people-fv__copy {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    padding: 0 2.7777777778% 5.625rem;
  }
}
.p-people-fv__copy > img {
  height: auto;
}
.p-people-ah .p-people-fv__copy > img {
  width: 100%;
}
@media not all and (max-width: 767px) {
  .p-people-ah .p-people-fv__copy > img {
    width: 50.3308823529%;
    max-width: 684.5px;
  }
}
.p-people-tk .p-people-fv__copy > img {
  width: 99.6376811594%;
}
@media not all and (max-width: 767px) {
  .p-people-tk .p-people-fv__copy > img {
    width: 33.8970588235%;
    max-width: 461px;
  }
}
.p-people-ki .p-people-fv__copy > img {
  width: 81.1594202899%;
}
@media not all and (max-width: 767px) {
  .p-people-ki .p-people-fv__copy > img {
    width: 33.2705882353%;
    max-width: 453px;
  }
}
.p-people-kw .p-people-fv__copy > img {
  width: 100%;
}
@media not all and (max-width: 767px) {
  .p-people-kw .p-people-fv__copy > img {
    width: 43.6617647059%;
    max-width: 594px;
  }
}
.p-people-tb .p-people-fv__copy > img {
  width: 100%;
}
@media not all and (max-width: 767px) {
  .p-people-tb .p-people-fv__copy > img {
    width: 51.8727941176%;
    max-width: 706px;
  }
}

.p-people-qa {
  padding-top: 4.75rem;
}
@media not all and (max-width: 767px) {
  .p-people-qa {
    padding-top: 4.3125rem;
  }
}
.p-people-qa__group {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.p-people-qa__group:last-child {
  margin-bottom: 0;
}
@media not all and (max-width: 767px) {
  .p-people-qa__group {
    padding-bottom: 4.875rem;
    margin-bottom: 5.125rem;
  }
  .p-people-qa__group--left::before {
    left: auto !important;
    right: 0 !important;
    border-bottom-left-radius: 6.25rem;
  }
  .p-people-qa__group--right::before {
    left: 0 !important;
    border-bottom-right-radius: 6.25rem;
  }
}
.p-people-qa__group::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 8.375rem);
  content: "";
  background: linear-gradient(210deg, #D4FFBD, #FCF2DE);
  opacity: 0.42;
}
@media not all and (max-width: 767px) {
  .p-people-qa__group::before {
    height: calc(100% - 6.875rem);
    width: 90.2777777778%;
  }
}
.p-people-qa__photo {
  position: relative;
}
.p-people-qa__photo > img {
  width: 90.9333333333%;
  height: 15.3125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (max-width: 767px) {
  .p-people-qa__photo > img {
    width: 50%;
    height: 35.375rem;
  }
}
.p-people-qa__photo--left {
  text-align: left;
}
.p-people-qa__photo--right {
  text-align: right;
}
.p-people-qa__contents {
  position: relative;
  margin-top: -3.5625rem;
  padding: 0 4%;
}
@media not all and (max-width: 767px) {
  .p-people-qa__contents {
    margin-top: -26.375rem;
    padding: 0 4.7222222222%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-people-qa__group--left .p-people-qa__contents {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media not all and (max-width: 767px) {
  .p-people-qa__contents-inner {
    position: relative;
    width: 59.0490797546%;
  }
}
.p-people-qa__label {
  color: #171717;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
@media not all and (max-width: 767px) {
  .p-people-qa__label {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 1.25rem;
  }
  .p-people-qa__group--left .p-people-qa__label {
    text-align: right;
  }
}
.p-people-qa__question {
  width: 100%;
  height: 2.75rem;
  border-radius: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#6EB3CC), to(#92BE9D));
  background: linear-gradient(90deg, #6EB3CC, #92BE9D);
  margin-bottom: 1rem;
}
@media not all and (max-width: 767px) {
  .p-people-qa__question {
    height: 3.8125rem;
    border-radius: 1.90625rem;
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 0.375rem;
  }
}
.p-people-qa__answer {
  font-size: 1.0625rem;
  line-height: 1.9411764706;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding: 0 2.6086956522%;
  margin-bottom: 1.875rem;
  background-image: url("../img/interview/common/answer_bg_sp.png");
  background-position: left top 0.1875rem;
  background-size: 100% 2.0625rem;
  background-repeat: repeat-y;
}
@media not all and (max-width: 767px) {
  .p-people-qa__answer {
    font-size: 1.5625rem;
    line-height: 2.16;
    letter-spacing: 0.08em;
    padding: 0 2.0779220779%;
    margin-bottom: 2.9375rem;
    background-image: url("../img/interview/common/answer_bg.png");
    background-position: left top 0.1875rem;
    background-size: 100% 3.375rem;
  }
}
.p-people-qa__body {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 1.25rem 5.7971014493%;
}
@media not all and (max-width: 767px) {
  .p-people-qa__body {
    padding: 2rem 5.1948051948% 2.8125rem;
  }
}
.p-people-qa__body > p {
  color: #171717;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0em;
  margin-bottom: 1.78125rem;
}
.p-people-qa__body > p:last-child {
  margin-bottom: 0;
}
@media not all and (max-width: 767px) {
  .p-people-qa__body > p {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0em;
    margin-bottom: 1.875rem;
  }
}

.p-people-visual {
  width: 100%;
  height: 16.25rem;
  margin-bottom: 2rem;
}
.p-people-visual:last-of-type {
  height: 26.0625rem;
  margin-bottom: 0;
}
@media not all and (max-width: 767px) {
  .p-people-visual {
    height: 38.25rem;
    margin-bottom: 5.125rem;
  }
  .p-people-visual:last-of-type {
    height: 40rem;
    margin-bottom: 0;
  }
}
.p-people-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-people-others {
  overflow-x: hidden;
}
.p-people-others__container {
  padding: 6.25rem 4% 4.75rem;
}
@media not all and (max-width: 767px) {
  .p-people-others__container {
    padding: 6.25rem 7.0833333333% 6.5625rem 11.25%;
  }
}
.p-people-others__title {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 2.25rem;
  text-align: center;
  color: #171717;
}
@media not all and (max-width: 767px) {
  .p-people-others__title {
    padding-right: 5.1020408163%;
    margin-bottom: 5.75rem;
  }
}
.p-people-others__slider {
  position: relative;
}
.p-people-others__arrow {
  position: absolute;
  top: 0;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 1.6875rem;
  background-color: rgba(255, 255, 255, 0.73);
  background-image: url("../img/common/arrow.svg");
  background-position: center;
  background-size: 0.396875rem auto;
  background-repeat: no-repeat;
  display: none;
}
@media not all and (max-width: 767px) {
  .p-people-others__arrow {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 2.125rem;
    background-size: 0.5rem auto;
  }
}
.p-people-others__arrow.left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -0.5rem;
}
@media not all and (max-width: 767px) {
  .p-people-others__arrow.left {
    left: -5.875rem;
  }
}
.p-people-others__arrow.right {
  right: -0.5rem;
}
@media not all and (max-width: 767px) {
  .p-people-others__arrow.right {
    right: -2.125rem;
  }
}
.p-people-others__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.9765625%;
     -moz-column-gap: 0.9765625%;
          column-gap: 0.9765625%;
  width: 296.8115942029%;
}
@media not all and (max-width: 767px) {
  .p-people-others__list {
    -webkit-column-gap: 0.2551020408%;
       -moz-column-gap: 0.2551020408%;
            column-gap: 0.2551020408%;
    width: 100%;
  }
}
.p-people-others__list-item {
  width: 24.0234375%;
}
@media not all and (max-width: 767px) {
  .p-people-others__list-item {
    width: 24.7448979592%;
  }
}
.p-people-others__photo {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;
}
@media not all and (max-width: 767px) {
  .p-people-others__photo {
    margin-bottom: 1.125rem;
  }
}
.p-people-others__photo img {
  width: 100%;
  height: auto;
}
@media not all and (max-width: 767px) {
  .p-people-others__photo img {
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  a:hover .p-people-others__photo img {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.p-people-others__info {
  color: #4E4E4E;
}
.p-people-others__name {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 0.375rem;
}
.p-people-others__name > span {
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-left: 0.5rem;
}
@media not all and (max-width: 767px) {
  .p-people-others__name {
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 0.5rem;
  }
  .p-people-others__name > span {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}
.p-people-others__job {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.06em;
}
@media not all and (max-width: 767px) {
  .p-people-others__job {
    font-size: 0.9375rem;
    line-height: 1.8666666667;
    letter-spacing: 0.06em;
  }
}

.p-ic-main {
  background: linear-gradient(-30deg, #FCFCFC, #F0EFF5);
}

.p-ic-fv__wrapper {
  position: relative;
  height: 42.375rem;
  background-color: #92BE9D;
}
@media not all and (max-width: 767px) {
  .p-ic-fv__wrapper {
    height: 45rem;
  }
}
.p-ic-fv__photo {
  position: absolute;
  top: 6.375rem;
  left: 4%;
  width: 92%;
  height: 26.5rem;
  border-radius: 1.875rem;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .p-ic-fv__photo {
    top: auto;
    bottom: -3.5625rem;
    left: 6.5277777778%;
    width: 86.9444444444%;
    height: 42.0625rem;
  }
}
.p-ic-fv__photo::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.56;
  border-radius: 1.875rem;
  background-color: #B4B4B4;
  mix-blend-mode: multiply;
}
.p-ic-fv__photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-ic-fv__contents {
  position: relative;
  height: 100%;
  padding-top: 7.625rem;
}
@media not all and (max-width: 767px) {
  .p-ic-fv__contents {
    padding-top: 9.5rem;
  }
}
.p-ic-fv__title--en {
  display: block;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
@media not all and (max-width: 767px) {
  .p-ic-fv__title--en {
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 1.125rem;
  }
}
.p-ic-fv__title--jp {
  display: block;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media not all and (max-width: 767px) {
  .p-ic-fv__title--jp {
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}
.p-ic-fv__copy {
  position: absolute;
  bottom: 3.6875rem;
  left: 4%;
  width: 92%;
}
@media not all and (max-width: 767px) {
  .p-ic-fv__copy {
    bottom: 1.6875rem;
    left: 2.7777777778%;
    width: 46.5277777778%;
  }
}
.p-ic-fv__lead {
  color: #3B3B3B;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.01em;
  padding: 2.375rem 9.3333333333% 4.875rem;
}
@media not all and (max-width: 767px) {
  .p-ic-fv__lead {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.03em;
    padding: 5.75rem 13.8888888889% 7.75rem;
  }
}

.p-ic-ideal {
  position: relative;
  padding-top: 4.25rem;
  padding-bottom: 5rem;
}
@media not all and (max-width: 767px) {
  .p-ic-ideal {
    padding-top: 7.4375rem;
    padding-bottom: 6.5rem;
  }
}
.p-ic-ideal::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-30deg, #FCF2DE, #D4FFBD);
  opacity: 0.42;
  content: "";
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
.p-ic-ideal__title {
  position: relative;
  color: #92BE9D;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding: 0 9.3333333333%;
  text-align: center;
  margin-bottom: 3.5rem;
}
@media not all and (max-width: 767px) {
  .p-ic-ideal__title {
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.04em;
    padding: 0 6.5277777778%;
    margin-bottom: 4.25rem;
  }
}
.p-ic-ideal__list {
  position: relative;
}
@media not all and (max-width: 767px) {
  .p-ic-ideal__list {
    padding: 0 6.5277777778%;
  }
}
.p-ic-ideal__list-item {
  position: relative;
  padding: 0 5.3333333333% 0 4%;
  margin-bottom: 3.5625rem;
}
.p-ic-ideal__list-item:last-child {
  margin-bottom: 0;
}
@media not all and (max-width: 767px) {
  .p-ic-ideal__list-item {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 3.75rem;
    margin-bottom: 2.875rem;
  }
  .p-ic-ideal__list-item:last-child {
    margin-bottom: 0;
  }
}
.p-ic-ideal__list-item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 3.375rem);
  background-color: #FFF;
  content: "";
}
@media not all and (max-width: 767px) {
  .p-ic-ideal__list-item::before {
    left: auto;
    right: 0;
    width: 95.5271565495%;
    height: 100%;
  }
}
.p-ic-ideal__group {
  position: relative;
}
@media not all and (max-width: 767px) {
  .p-ic-ideal__group {
    width: 33.5463258786%;
    padding-top: 1.25rem;
  }
}
.p-ic-ideal__label {
  color: #171717;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 0.625rem;
}
@media not all and (max-width: 767px) {
  .p-ic-ideal__label {
    margin-bottom: 0.75rem;
  }
}
.p-ic-ideal__type {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-ic-ideal__type > span {
  display: block;
  padding: 0.875rem 4% 0.875rem 4%;
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 6.1333333333vw;
  font-weight: 500;
  background: -webkit-gradient(linear, right top, left top, from(#92BE9D), to(#6EB3CC));
  background: linear-gradient(-90deg, #92BE9D, #6EB3CC);
  margin-bottom: 0.4375rem;
}
.p-ic-ideal__type > span:last-child {
  margin-bottom: 0;
}
@media not all and (max-width: 767px) {
  .p-ic-ideal__type > span {
    padding: 1rem 3.3333333333%;
    font-size: 1.625rem;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 0.4375rem;
  }
  .p-ic-ideal__type > span:last-child {
    margin-bottom: 0;
  }
}
.p-ic-ideal__body {
  position: relative;
  color: #171717;
  padding: 1.875rem 4.4117647059% 2.375rem 5.8823529412%;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0em;
}
@media not all and (max-width: 767px) {
  .p-ic-ideal__body {
    padding: 2.875rem 8.4664536741% 0 0;
    width: 66.1341853035%;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-ic-message__photo {
  width: 100%;
  height: 15.75rem;
}
@media not all and (max-width: 767px) {
  .p-ic-message__photo {
    height: 28.75rem;
  }
}
.p-ic-message__photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-ic-message__contents {
  padding: 2.625rem 9.3333333333% 5.875rem;
}
@media not all and (max-width: 767px) {
  .p-ic-message__contents {
    padding: 2.75rem 13.8888888889% 8.875rem;
  }
}
.p-ic-message__title {
  margin-bottom: 1rem;
}
@media not all and (max-width: 767px) {
  .p-ic-message__title {
    margin-bottom: 2rem;
  }
}
.p-ic-message__title--label {
  display: block;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #3B3B3B;
  text-align: center;
  margin-bottom: 1.125rem;
}
@media not all and (max-width: 767px) {
  .p-ic-message__title--label {
    font-size: 0.9375rem;
    line-height: 1;
    letter-spacing: 0.052em;
    margin-bottom: 1.125rem;
  }
}
.p-ic-message__title--main {
  display: block;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #171717;
  text-align: center;
}
@media not all and (max-width: 767px) {
  .p-ic-message__title--main {
    font-size: 1.75rem;
    line-height: 1.7857142857;
    letter-spacing: 0.04em;
  }
}
.p-ic-message__body > p {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0em;
  color: #3B3B3B;
  margin-bottom: 2rem;
}
.p-ic-message__body > p:last-child {
  margin-bottom: 0;
}
@media not all and (max-width: 767px) {
  .p-ic-message__body > p {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.01em;
    margin-bottom: 1.875rem;
  }
  .p-ic-message__body > p:last-child {
    margin-bottom: 0;
  }
}

.p-about-main {
  background: linear-gradient(-30deg, #FCFCFC, #F0EFF5);
}

.p-about-fv {
  position: relative;
  background-color: #92BE9D;
}
.p-about-fv__sq {
  position: absolute;
  top: 6rem;
  left: -67.6293333333%;
  width: 159.6293333333%;
  opacity: 0.2;
}
@media not all and (max-width: 767px) {
  .p-about-fv__sq {
    top: 6.0625rem;
    left: -8.5416666667%;
    width: 96.16875%;
  }
}
.p-about-fv__sq > img {
  width: 100%;
  height: auto;
}
.p-about-fv__en {
  position: absolute;
  top: 11.375rem;
  left: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 3.875rem;
  line-height: 1;
  letter-spacing: 0.06em;
  opacity: 0.11;
}
@media all and (max-width: 767px) {
  .p-about-fv__en {
    width: 100%;
    white-space: nowrap;
    text-align: center;
  }
}
@media not all and (max-width: 767px) {
  .p-about-fv__en {
    top: 11.125rem;
    left: auto;
    right: 1.0416666667%;
    font-size: 9.875rem;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}
.p-about-fv__wrapper {
  position: relative;
  padding: 8.5625rem 4% 7.5625rem;
}
@media not all and (max-width: 767px) {
  .p-about-fv__wrapper {
    padding: 10.8125rem 6.5277777778% 5.25rem;
  }
}
.p-about-fv__title {
  display: inline-block;
  border: 1px solid #FFF;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 2.5384615385;
  letter-spacing: 0.04em;
  padding: 0 3.4782608696%;
  margin-bottom: 2.375rem;
}
@media not all and (max-width: 767px) {
  .p-about-fv__title {
    font-size: 1.125rem;
    line-height: 2.7777777778;
    letter-spacing: 0.06em;
    padding: 0 1.7571884984%;
    margin-bottom: 2.25rem;
  }
}
.p-about-fv__copy {
  width: 91.5942028986%;
  margin-bottom: 5.625rem;
}
@media not all and (max-width: 767px) {
  .p-about-fv__copy {
    width: 78.6757188498%;
    margin-bottom: 3.25rem;
  }
}
.p-about-fv__lead {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media not all and (max-width: 767px) {
  .p-about-fv__lead {
    padding-left: 0.6389776358%;
    padding-right: 24.7603833866%;
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

.p-about-detail {
  position: relative;
  background-color: #92BE9D;
  padding-bottom: 3.5rem;
}
@media not all and (max-width: 767px) {
  .p-about-detail {
    padding-bottom: 9.875rem;
  }
}
.p-about-detail__sq {
  position: absolute;
  bottom: 3.5rem;
  right: -79.816%;
  width: 159.6293333333%;
  opacity: 0.2;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media not all and (max-width: 767px) {
  .p-about-detail__sq {
    bottom: auto;
    top: 22.9375rem;
    right: -27.8402777778%;
    width: 96.16875%;
  }
}
.p-about-detail__sq > img {
  width: 100%;
  height: auto;
}
.p-about-detail__group {
  position: relative;
  margin-bottom: 3.5rem;
}
@media not all and (max-width: 767px) {
  .p-about-detail__group {
    margin-bottom: 5.875rem;
    padding: 5rem 6.5277777778% 0;
  }
  .p-about-detail__group.right {
    padding: 3.5rem 6.5277777778% 0;
  }
}
.p-about-detail__group::before {
  position: absolute;
  bottom: 0;
  width: 96%;
  height: calc(100% - 4rem);
  background-color: #FFF;
  opacity: 0.65;
  content: "";
}
@media not all and (max-width: 767px) {
  .p-about-detail__group::before {
    display: none;
  }
}
.p-about-detail__group:first-child::before {
  left: 0;
  border-bottom-right-radius: 1.875rem;
}
.p-about-detail__group:last-child {
  margin-bottom: 0;
}
.p-about-detail__group:last-child::before {
  right: 0;
  border-bottom-left-radius: 1.875rem;
}
@media all and (max-width: 767px) {
  .p-about-detail__photo {
    position: relative;
  }
  .right .p-about-detail__photo {
    text-align: right;
  }
  .p-about-detail__photo > img {
    width: 90.9333333333%;
    height: 15rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media not all and (max-width: 767px) {
  .p-about-detail__photo {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 49.3055555556%;
    height: 27.8125rem;
    left: 0;
  }
  .right .p-about-detail__photo {
    left: auto;
    right: 0;
  }
  .p-about-detail__photo > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-about-detail__contents {
  position: relative;
  color: #171717;
  padding: 1.375rem 9.3333333333% 2.375rem;
}
@media not all and (max-width: 767px) {
  .p-about-detail__contents {
    border-radius: 3.75rem;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 3.5rem 8.4664536741% 4.6875rem 59.2651757188%;
  }
  .right .p-about-detail__contents {
    padding: 3.5rem 59.2651757188% 4.6875rem 8.4664536741%;
  }
}
.p-about-detail__title {
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 1.125rem;
}
@media not all and (max-width: 767px) {
  .p-about-detail__title {
    font-size: 1.75rem;
    line-height: 1.8571428571;
    letter-spacing: 0.04em;
    margin-bottom: 1.875rem;
  }
}
.p-about-detail__body {
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0em;
}
@media not all and (max-width: 767px) {
  .p-about-detail__body {
    font-size: 1.0625rem;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-about-message__photo {
  width: 100%;
  height: 21.5625rem;
}
@media not all and (max-width: 767px) {
  .p-about-message__photo {
    height: 35rem;
  }
}
.p-about-message__photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-message__contents {
  padding: 2.375rem 9.3333333333% 3.25rem;
}
@media not all and (max-width: 767px) {
  .p-about-message__contents {
    padding: 3.625rem 13.8888888889% 6.25rem;
  }
}
.p-about-message__title {
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #92BE9D;
  text-align: center;
  margin-bottom: 1.125rem;
}
@media not all and (max-width: 767px) {
  .p-about-message__title {
    font-size: 1.75rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-bottom: 1.375rem;
  }
}
.p-about-message__body {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0em;
  color: #3B3B3B;
}
@media not all and (max-width: 767px) {
  .p-about-message__body {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}

.p-about-chance {
  position: relative;
  padding: 3.625rem 0 5rem;
}
@media not all and (max-width: 767px) {
  .p-about-chance {
    padding: 7.75rem 0 8rem;
  }
}
.p-about-chance::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#FCF2DE), to(#D4FFBD));
  background: linear-gradient(0deg, #FCF2DE, #D4FFBD);
  opacity: 0.42;
}
.p-about-chance__item {
  position: relative;
  padding: 0 4%;
  margin-bottom: 3.5rem;
}
.p-about-chance__item:last-child {
  margin-bottom: 0;
}
@media not all and (max-width: 767px) {
  .p-about-chance__item {
    padding: 0;
    width: 64.3055555556%;
    margin: 0 auto 6.25rem;
  }
  .p-about-chance__item:last-child {
    margin-bottom: 0;
  }
}
.p-about-chance__item::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 3.5rem);
  content: "";
  background-color: #FFF;
}
@media not all and (max-width: 767px) {
  .p-about-chance__item::before {
    display: none;
  }
}
.p-about-chance__title-group {
  position: relative;
}
@media not all and (max-width: 767px) {
  .p-about-chance__title-group {
    position: absolute;
    z-index: 1;
    top: -3.625rem;
    left: -6.1555075594%;
    width: 100%;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-about-chance__label {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #171717;
  margin-bottom: 0.75rem;
}
@media all and (max-width: 767px) {
  .p-about-chance__title {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-about-chance__title > span {
    display: block;
    padding: 0.875rem 4.347826087% 0.875rem;
    font-size: 1.4375rem;
    line-height: 1;
    letter-spacing: 0.04em;
    font-size: 6.1333333333vw;
    font-weight: 500;
    background: -webkit-gradient(linear, right top, left top, from(#92BE9D), to(#6EB3CC));
    background: linear-gradient(-90deg, #92BE9D, #6EB3CC);
    margin-bottom: 0.4375rem;
  }
  .p-about-chance__title > span:last-child {
    margin-bottom: 0;
  }
}
@media not all and (max-width: 767px) {
  .p-about-chance__title {
    padding: 0 1.5118790497%;
    font-size: 1.625rem;
    line-height: 2.2307692308;
    letter-spacing: 0.04em;
    font-weight: 500;
    background: -webkit-gradient(linear, right top, left top, from(#92BE9D), to(#6EB3CC));
    background: linear-gradient(-90deg, #92BE9D, #6EB3CC);
  }
}
.p-about-chance__body {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0em;
  color: #171717;
  padding: 1.875rem 5.7971014493% 2.375rem;
}
@media not all and (max-width: 767px) {
  .p-about-chance__body {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0em;
    padding: 3.625rem 5.2915766739% 3.375rem;
    background-color: #FFF;
  }
}

.p-welfare-main {
  background: linear-gradient(-30deg, #FCFCFC, #F0EFF5);
  padding-bottom: 3.5rem;
}
@media not all and (max-width: 767px) {
  .p-welfare-main {
    padding-bottom: 3.5rem;
  }
}

.p-welfare-fv {
  position: relative;
  background-color: #92BE9D;
  height: 40.625rem;
}
@media not all and (max-width: 767px) {
  .p-welfare-fv {
    height: 45rem;
  }
}
.p-welfare-fv__photo {
  position: absolute;
  top: 6.375rem;
  right: 0;
  width: 81.8666666667%;
  height: 29.6875rem;
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  overflow: hidden;
}
@media not all and (max-width: 767px) {
  .p-welfare-fv__photo {
    top: auto;
    bottom: -3.5625rem;
    width: 71.3888888889%;
    height: 42.0625rem;
  }
}
.p-welfare-fv__photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-welfare-fv__en {
  position: absolute;
  bottom: 0;
  left: 1.3333333333%;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 6.0625rem;
  line-height: 0.6391752577;
  letter-spacing: 0.06em;
  opacity: 0.11;
}
@media not all and (max-width: 767px) {
  .p-welfare-fv__en {
    left: 2.1527777778%;
    font-size: 13.4375rem;
    line-height: 0.5581395349;
    letter-spacing: 0.06em;
  }
}
.p-welfare-fv__contents {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 7.75rem;
}
@media not all and (max-width: 767px) {
  .p-welfare-fv__contents {
    padding-top: 9.625rem;
  }
}
.p-welfare-fv__title {
  text-align: center;
}
.p-welfare-fv__title--en {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
}
@media not all and (max-width: 767px) {
  .p-welfare-fv__title--en {
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
  }
}
.p-welfare-fv__title--jp {
  display: block;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media not all and (max-width: 767px) {
  .p-welfare-fv__title--jp {
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}
.p-welfare-fv__copy {
  position: absolute;
  bottom: 3.5875rem;
  left: 4%;
  width: 20.3125rem;
}
@media not all and (max-width: 767px) {
  .p-welfare-fv__copy {
    bottom: 9.6875rem;
    left: 2.1180555556%;
    width: 44.1194444444%;
    max-width: 635.32px;
  }
}

.p-welfare-system {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}
@media not all and (max-width: 767px) {
  .p-welfare-system {
    padding-top: 7.625rem;
    padding-bottom: 8.125rem;
  }
}
.p-welfare-system__lead-container {
  padding: 0 9.3333333333%;
  margin-bottom: 3rem;
}
@media not all and (max-width: 767px) {
  .p-welfare-system__lead-container {
    padding: 0 21.25%;
    margin-bottom: 6.125rem;
  }
}
.p-welfare-system__title {
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #171717;
  text-align: center;
  margin-bottom: 1rem;
}
@media not all and (max-width: 767px) {
  .p-welfare-system__title {
    font-size: 1.75rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin-bottom: 1.875rem;
  }
}
.p-welfare-system__lead {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #3B3B3B;
}
@media not all and (max-width: 767px) {
  .p-welfare-system__lead {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}
.p-welfare-system__item {
  position: relative;
  padding: 0 9.3333333333%;
  margin-bottom: 4.5rem;
}
.p-welfare-system__item:last-child {
  margin-bottom: 0;
}
@media not all and (max-width: 767px) {
  .p-welfare-system__item {
    padding: 0 13.8888888889%;
    margin-bottom: 6rem;
    overflow: hidden;
  }
  .p-welfare-system__item:last-child {
    margin-bottom: 0;
  }
}
.p-welfare-system__item::before {
  position: absolute;
  top: 1.375rem;
  left: 0;
  width: 100%;
  height: calc(100% - 3.75rem);
  background: -webkit-gradient(linear, left top, right top, from(#D4FFBD), to(#FCF2DE));
  background: linear-gradient(90deg, #D4FFBD, #FCF2DE);
  opacity: 0.4;
  content: "";
}
@media not all and (max-width: 767px) {
  .p-welfare-system__item::before {
    top: 1.75rem;
    width: 100%;
    height: calc(100% - 8.25rem);
    border-radius: 3.75rem;
  }
}
@media not all and (max-width: 767px) {
  .p-welfare-system__item:nth-child(odd)::before {
    left: 6.4583333333%;
  }
  .p-welfare-system__item:nth-child(even)::before {
    left: -6.4583333333%;
  }
}
.p-welfare-system__name {
  position: relative;
  width: 100%;
  border-radius: 1.375rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.4444444444;
  letter-spacing: 0.06em;
  font-weight: 500;
  background: -webkit-gradient(linear, right top, left top, from(#92BE9D), to(#6EB3CC));
  background: linear-gradient(-90deg, #92BE9D, #6EB3CC);
  margin-bottom: 1.125rem;
}
@media not all and (max-width: 767px) {
  .p-welfare-system__name {
    border-radius: 1.8125rem;
    font-size: 1.375rem;
    line-height: 2.6363636364;
    letter-spacing: 0.08em;
    margin-bottom: 3.25rem;
  }
}
.p-welfare-system__copy {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 1.125rem;
  color: #171717;
  text-align: center;
}
@media not all and (max-width: 767px) {
  .p-welfare-system__copy {
    font-size: 1.75rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-bottom: 1.875rem;
  }
}
.p-welfare-system__body {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.9;
  letter-spacing: 0em;
  color: #3B3B3B;
  margin-bottom: 1.75rem;
}
@media not all and (max-width: 767px) {
  .p-welfare-system__body {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-bottom: 3.125rem;
  }
}
.p-welfare-system__photo {
  position: relative;
  width: 100%;
  height: 12.5rem;
}
@media not all and (max-width: 767px) {
  .p-welfare-system__photo {
    width: 100%;
    height: 29.0625rem;
  }
}
.p-welfare-system__photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-welfare-others {
  background-color: rgba(146, 190, 157, 0.4);
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  padding: 2.25rem 4% 2rem;
}
@media not all and (max-width: 767px) {
  .p-welfare-others {
    border-top-left-radius: 3.75rem;
    border-top-right-radius: 3.75rem;
    padding: 4.375rem 0 7rem;
  }
}
.p-welfare-others__title {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: center;
  color: #74A581;
  margin-bottom: 2.25rem;
}
@media not all and (max-width: 767px) {
  .p-welfare-others__title {
    font-size: 1.4375rem;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 3.375rem;
  }
}
.p-welfare-others__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.0289855072%;
     -moz-column-gap: 2.0289855072%;
          column-gap: 2.0289855072%;
  row-gap: 0.4375rem;
}
@media not all and (max-width: 767px) {
  .p-welfare-others__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0.5555555556%;
       -moz-column-gap: 0.5555555556%;
            column-gap: 0.5555555556%;
    row-gap: 0;
  }
}
.p-welfare-others__list-item {
  width: 48.9855072464%;
  height: 9.0625rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #1A1A1A;
  text-align: center;
  padding-top: 4.6875rem;
  background-position: center top 0.1875rem;
  background-size: 4.5rem auto;
  background-repeat: no-repeat;
}
@media not all and (max-width: 767px) {
  .p-welfare-others__list-item {
    width: 12.6388888889%;
    height: 15.875rem;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
    padding-top: 8.5rem;
    background-position: center top 2.375rem;
    background-size: 5.625rem auto;
  }
}
.p-welfare-others__list-item:nth-child(1) {
  background-image: url("../img/welfare/icon01.png");
}
.p-welfare-others__list-item:nth-child(2) {
  background-image: url("../img/welfare/icon02.png");
}
.p-welfare-others__list-item:nth-child(3) {
  background-image: url("../img/welfare/icon03.png");
}
.p-welfare-others__list-item:nth-child(4) {
  background-image: url("../img/welfare/icon04.png");
}
.p-welfare-others__list-item:nth-child(5) {
  background-image: url("../img/welfare/icon05.png");
}
.p-welfare-others__list-item:nth-child(6) {
  background-image: url("../img/welfare/icon06.png");
}

/*# sourceMappingURL=style.css.map*/