@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

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

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* foundation > base */
body {
  font-family: "Noto Serif JP", serif;
  color: #262626;
}
body .js-no-scroll {
  overflow-y: hidden;
}

/* main */
.l-main {
  margin-top: 52px;
}
@media screen and (min-width:1024px) {
  .l-main {
    margin-top: 100px;
  }
}

/* inner */
.l-inner {
  max-width: 1170px;
  margin-inline: auto;
  padding: 0 25px;
}

/* outer */
.l-outer {
  max-width: 1440px;
  margin-inline: auto;
}

/* object > component > button */
/* リンクボタン */
.c-link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 300px;
  width: 100%;
  height: 54px;
}
.c-link-button .mark {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31px;
          flex: 0 0 31px;
  height: 100%;
  position: relative;
}
.c-link-button .mark::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  right: 9px;
  width: 10px;
  height: 16px;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, -webkit-transform 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.c-link-button .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.c-link-button.--skelton {
  border: 2px solid #fff;
}
@media (any-hover: hover) {
  .c-link-button.--skelton:hover .text {
    color: #333333;
    background-color: #fff;
  }
  .c-link-button.--skelton:hover .mark {
    background-color: transparent;
  }
}
.c-link-button.--skelton .text {
  color: #fff;
  background-color: transparent;
}
.c-link-button.--skelton .mark {
  background-color: #fff;
}
.c-link-button.--skelton.--tag-white .mark::before {
  background-color: #333333;
}
@media (any-hover: hover) {
  .c-link-button.--skelton.--tag-white:hover .mark::before {
    background-color: #fff;
  }
}
.c-link-button.--white {
  border: 2px solid #116461;
}
@media (any-hover: hover) {
  .c-link-button.--white:hover .text {
    color: #fff;
    background-color: #116461;
  }
}
.c-link-button.--white .text {
  color: #116461;
  background-color: #fff;
}
.c-link-button.--white .mark {
  background-color: #fff;
}
@media (any-hover: hover) {
  .c-link-button.--tag-green:hover .mark {
    background-color: #fff;
  }
  .c-link-button.--tag-green:hover .mark::before {
    background-color: #116461;
  }
}
.c-link-button.--tag-green .mark {
  background-color: #116461;
}
.c-link-button.--tag-green .mark::before {
  -webkit-mask-image: url(../img/common/icon-arrow-right-white.webp);
          mask-image: url(../img/common/icon-arrow-right-white.webp);
  background-color: #fff;
}
.c-link-button.--tag-white .mark {
  background-color: #fff;
}
.c-link-button.--tag-white .mark::before {
  -webkit-mask-image: url(../img/common/icon-arrow-right-gray.webp);
          mask-image: url(../img/common/icon-arrow-right-gray.webp);
  background-color: #116461;
}
.c-link-button.--color-white .text {
  color: #fff;
}

.c-link-button02 {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease, background 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, background 0.4s ease;
}
.c-link-button02::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.c-link-button02.--contact {
  padding: 10px 0 10px;
  color: #116461;
  background-color: #fff;
  border: 2px solid #116461;
}
@media (any-hover: hover) {
  .c-link-button02.--contact:hover {
    background-color: #116461;
    color: #fff;
  }
  .c-link-button02.--contact:hover::after {
    background-color: #fff;
  }
}
.c-link-button02.--contact::after {
  -webkit-mask-image: url(../img/common/icon-arrow-right-main.webp);
          mask-image: url(../img/common/icon-arrow-right-main.webp);
  background-color: #116461;
  right: 12px;
  width: 6px;
  height: 11px;
}
.c-link-button02.--contact.--footer {
  width: 211px;
  background-color: #fff;
  color: #333333;
  border: 2px solid #fff;
}
@media (any-hover: hover) {
  .c-link-button02.--contact.--footer:hover {
    background-color: transparent;
    color: #fff;
  }
  .c-link-button02.--contact.--footer:hover::after {
    background-color: #fff;
  }
}
.c-link-button02.--contact.--footer::after {
  -webkit-mask-image: url(../img/common/icon-arrow-right-gray.webp);
          mask-image: url(../img/common/icon-arrow-right-gray.webp);
  background-color: #333333;
}
.c-link-button02.--recruit {
  padding: 12px 0 12px;
  border: 2px solid #fff;
  color: #fff;
  background: linear-gradient(167deg, #0A3A39 5.22%, #116461 100%);
}
@media (any-hover: hover) {
  .c-link-button02.--recruit:hover {
    color: #116461;
    background: #fff;
    border: 2px solid #116461;
  }
  .c-link-button02.--recruit:hover::after {
    background-color: #116461;
  }
}
.c-link-button02.--recruit::after {
  -webkit-mask-image: url(../img/common/icon-arrow-right-white.webp);
          mask-image: url(../img/common/icon-arrow-right-white.webp);
  background-color: #fff;
  right: 10px;
  width: 6px;
  height: 11px;
}
.c-link-button02.--recruit.--footer {
  width: 211px;
  background: none;
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
@media (any-hover) {
  .c-link-button02.--recruit.--footer:hover {
    background-color: #fff;
    color: #333333;
  }
  .c-link-button02.--recruit.--footer:hover::after {
    background-color: #333333;
  }
}
.c-link-button02.--recruit.--footer::after {
  -webkit-mask-image: url(../img/common/icon-arrow-right-gray.webp);
          mask-image: url(../img/common/icon-arrow-right-gray.webp);
  background-color: #fff;
}
.c-link-button02.--drawer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 211px;
  padding: 13px 0 11px;
}
.c-link-button02.--drawer-white {
  border: 2px solid #fff;
}

.c-link-button03 {
  display: inline-block;
  background: linear-gradient(167deg, #0A3A39 5.22%, #116461 100%);
  color: #fff;
  width: 250px;
  padding: 12px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 500;
  position: relative;
  -webkit-transition: background 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, color 0.4s ease;
}
@media screen and (min-width:768px) {
  .c-link-button03 {
    width: 300px;
    padding: 14px 0;
    font-size: 18px;
    line-height: 1.2222222222;
  }
}
@media (any-hover: hover) {
  .c-link-button03:hover {
    background: #fff;
    color: #116461;
    outline: 2px solid #116461;
  }
  .c-link-button03:hover::before {
    background-color: #116461;
  }
}
.c-link-button03::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  display: inline-block;
  width: 10px;
  height: 17px;
  -webkit-mask-image: url(../img/common/icon-arrow-left-white.webp);
          mask-image: url(../img/common/icon-arrow-left-white.webp);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #fff;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.c-submit-button__wrap {
  display: inline-block;
  width: 250px;
  position: relative;
}
@media screen and (min-width:768px) {
  .c-submit-button__wrap {
    width: 300px;
  }
}
@media (any-hover: hover) {
  .c-submit-button__wrap:hover::before {
    background-color: #116461;
  }
  .c-submit-button__wrap:hover .c-submit-button {
    background: #fff;
    color: #116461;
    outline: 2px solid #116461;
  }
}
.c-submit-button__wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  display: inline-block;
  width: 10px;
  height: 17px;
  -webkit-mask-image: url(../img/common/icon-arrow-right-white.webp);
          mask-image: url(../img/common/icon-arrow-right-white.webp);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #fff;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.c-submit-button {
  cursor: pointer;
  display: inline-block;
  background: linear-gradient(167deg, #0A3A39 5.22%, #116461 100%);
  color: #fff;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 500;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
@media screen and (min-width:768px) {
  .c-submit-button {
    padding: 14px 0;
    font-size: 18px;
    line-height: 1.2222222222;
  }
}

/* object > component > heading */
/* セクション見出し */
.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:768px) {
  .c-section-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 18px;
  }
}
.c-section-heading.--white .c-section-heading__en,
.c-section-heading.--white .c-section-heading__jp {
  color: #fff;
}
@media screen and (min-width:768px) {
  .c-section-heading.--lg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width:900px) {
  .c-section-heading.--lg-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width:1240px) {
  .c-section-heading.--lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 18px;
  }
}
.c-section-heading.--gap-sm {
  gap: 15px;
}
@media screen and (min-width:768px) {
  .c-section-heading.--gap-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 18px;
  }
}

.c-section-heading__en {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(3.125rem, 2.465rem + 2.82vw, 5rem);
  line-height: 1;
  font-weight: 400;
  color: #116461;
}
.c-section-heading__en.--xs {
  font-size: clamp(2.5rem, 1.73rem + 3.29vw, 4.688rem);
}
.c-section-heading__en.--sm {
  font-size: clamp(2.5rem, 1.62rem + 3.76vw, 5rem);
}
.c-section-heading__en.--md {
  font-size: clamp(3.063rem, 2.38rem + 2.91vw, 5rem);
}
.c-section-heading__en .spacing01 {
  letter-spacing: -6.5px;
}
@media screen and (min-width:768px) {
  .c-section-heading__en .spacing01 {
    letter-spacing: -10.4px;
  }
}

.c-section-heading__jp {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #116461;
}
.c-section-heading__jp.--sm {
  font-size: 17px;
}

/* object > component > tag */
.c-tag {
  padding: 0 4px;
  background-color: #116461;
  color: #fff;
  min-height: 24px;
  display: inline-grid;
  place-items: center;
  font-size: 14px;
  line-height: 1;
}

/* object > project > header */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  background: #fff;
  -webkit-box-shadow: 0 5px 5px 0 rgba(72, 72, 90, 0.25);
          box-shadow: 0 5px 5px 0 rgba(72, 72, 90, 0.25);
  padding: 0 21px 0 20px;
  z-index: 999;
}
@media screen and (min-width:1024px) {
  .p-header {
    height: 100px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(38, 38, 38, 0.2);
            box-shadow: 0 5px 30px 0 rgba(38, 38, 38, 0.2);
  }
}
@media screen and (min-width:1240px) {
  .p-header {
    padding: 0 30px 0 29px;
  }
}

.p-header__inner {
  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;
}

.p-header__logo {
  width: 92px;
}
@media screen and (min-width:1024px) {
  .p-header__logo {
    width: 173px;
  }
}

.p-header__logo-link {
  display: block;
}
.p-header__logo-link img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__right {
  display: none;
}
@media screen and (min-width:1024px) {
  .p-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.p-header__nav-link {
  display: block;
  font-size: 15px;
  font-weight: 500;
}

.p-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.p-header__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.p-header__button.--contact {
  padding: 10px 0 10px;
  color: #116461;
  background-color: #fff;
  border: 2px solid #116461;
}
.p-header__button.--recruit {
  padding: 12px 0 12px;
  color: #fff;
  background: linear-gradient(167deg, #0A3A39 5.22%, #116461 100%);
}

.p-header__hamburger {
  display: inline-block;
  width: 20px;
  height: 18px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-header__hamburger {
    display: none;
  }
}
.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(2) {
  opacity: 0;
}
.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-header__hamburger-line {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #116461;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-header__hamburger-line:nth-of-type(1) {
  top: 0;
}
.p-header__hamburger-line:nth-of-type(2) {
  top: 50%;
}
.p-header__hamburger-line:nth-of-type(3) {
  top: 100%;
}

/* object > project > footer */
.p-footer {
  padding: 63px 0 10px;
  background-color: #333333;
}
@media screen and (min-width:768px) {
  .p-footer {
    padding: 53px 0 50px;
  }
}

.p-footer__inner {
  max-width: 1169px;
  margin-inline: auto;
  padding: 0 25px;
}

@media screen and (min-width:1240px) {
  .p-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width:1440px) {
  .p-footer__container {
    gap: 56px;
  }
}

@media screen and (min-width:400px) {
  .p-footer__info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (min-width:768px) {
  .p-footer__info {
    width: initial;
    margin-inline: initial;
  }
}

.p-footer__logo {
  width: 150px;
}
@media screen and (min-width:768px) {
  .p-footer__logo {
    width: 209px;
  }
}

.p-footer__logo-link {
  display: block;
}
.p-footer__logo-link img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__info-area {
  margin-top: 44px;
}
@media screen and (min-width:768px) {
  .p-footer__info-area {
    margin-top: 64px;
  }
}

.p-footer__company {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-footer__company {
    font-size: 25px;
    line-height: 1.2;
  }
}

.p-footer__address {
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 2.0833333333;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .p-footer__address {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-footer__nav {
  margin-top: 56px;
}
@media screen and (min-width:768px) {
  .p-footer__nav {
    margin-top: 0;
  }
}

.p-footer__nav-list {
  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;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .p-footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-footer__nav-link {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666666667;
}

.p-footer__buttons {
  margin-top: 47px;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .p-footer__buttons {
    justify-items: start;
  }
}
@media screen and (min-width:1240px) {
  .p-footer__buttons {
    justify-items: end;
  }
}

.p-footer__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 211px;
          flex: 0 0 211px;
  height: 40px;
}

.p-footer__bottom {
  margin-top: 46px;
  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 (min-width:768px) {
  .p-footer__bottom {
    margin-top: 40px;
  }
}

.p-footer__copyright {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4166666667;
}
@media screen and (min-width:768px) {
  .p-footer__copyright {
    font-size: 13px;
    line-height: 1.4615384615;
  }
}

.p-footer__privacy {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4166666667;
}
@media screen and (min-width:768px) {
  .p-footer__privacy {
    font-size: 13px;
    line-height: 1.4615384615;
  }
}

/* object > project > fv */
.p-fv {
  height: clamp(34.688rem, 32.025rem + 11.36vw, 42.25rem);
}
@media screen and (min-width:1600px) {
  .p-fv {
    background-image: url(../img/top/fv-lg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.p-fv__outer {
  width: 100%;
  margin-inline: auto;
  height: 100%;
  position: relative;
}
@media screen and (min-width:1600px) {
  .p-fv__outer {
    max-width: 1440px;
  }
}

.p-fv__scroll {
  position: absolute;
  left: 37px;
  bottom: 32px;
  display: none;
  -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;
  gap: 10px;
}
@media screen and (min-width:900px) {
  .p-fv__scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-fv__scroll .text {
  display: block;
  width: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv__scroll .icon {
  display: block;
  width: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__inner {
  padding: 0 25px;
  max-width: 1330px;
  height: 100%;
  margin-inline: auto;
  position: relative;
}

.p-fv__body {
  position: absolute;
  top: 249px;
  left: 23px;
}
@media screen and (min-width:600px) {
  .p-fv__body {
    left: calc(12.5% + 25px);
  }
}
@media screen and (min-width:900px) {
  .p-fv__body {
    top: 143px;
  }
}
@media screen and (min-width:1024px) {
  .p-fv__body {
    left: 128px;
  }
}
@media screen and (min-width:1440px) {
  .p-fv__body {
    left: 160px;
  }
}
.p-fv__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 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;
  gap: 6px;
}
@media screen and (min-width:900px) {
  .p-fv__title {
    gap: 11px;
  }
}
.p-fv__title span.text {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#116461), to(#0A3A39));
  background: linear-gradient(270deg, #116461 0%, #0A3A39 100%);
  padding: 0 10px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.25rem, 1.502rem + 3.19vw, 4.375rem);
}
@media screen and (max-width:375px) {
  .p-fv__title span.text {
    font-size: 34px;
  }
}
@media screen and (min-width:900px) {
  .p-fv__title span.text {
    padding: 0 19px;
    font-weight: 700;
  }
}
.p-fv__title span .space01 {
  letter-spacing: -3.451px;
}
@media screen and (min-width:900px) {
  .p-fv__title span .space01 {
    letter-spacing: -6.3px;
  }
}
.p-fv__title span .space02 {
  letter-spacing: -0.767px;
}
@media screen and (min-width:768px) {
  .p-fv__title span .space02 {
    letter-spacing: -1.4px;
  }
}
.p-fv__title span .space03 {
  letter-spacing: 0.767px;
}
@media screen and (min-width:768px) {
  .p-fv__title span .space03 {
    letter-spacing: 1.4px;
  }
}
.p-fv__title span .space04 {
  letter-spacing: 1.15px;
}
@media screen and (min-width:768px) {
  .p-fv__title span .space04 {
    letter-spacing: 2.1px;
  }
}

.p-fv__en-catch {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.875rem, 0.633rem + 1.03vw, 1.563rem);
  font-weight: 500;
  line-height: 1.2;
  color: #0A3A39;
  margin-top: 8px;
}
@media screen and (min-width:900px) {
  .p-fv__en-catch {
    margin-top: 15px;
    font-weight: 500;
    line-height: 1.2;
  }
}

.p-fv__textarea {
  margin-top: 22px;
  padding-right: 25px;
}
@media screen and (min-width:500px) {
  .p-fv__textarea {
    max-width: initial;
  }
}
@media screen and (min-width:900px) {
  .p-fv__textarea {
    margin-top: 40px;
    padding-right: 0;
  }
}

.p-fv__text {
  color: #0A3A39;
  font-size: clamp(0.688rem, 0.621rem + 0.28vw, 0.875rem);
  font-weight: 400;
  line-height: 1.8181818182;
}
@media screen and (min-width:900px) {
  .p-fv__text {
    line-height: 2.1428571429;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6), 1px -1px 2px rgba(255, 255, 255, 0.6), -1px 1px 2px rgba(255, 255, 255, 0.6), -1px -1px 2px rgba(255, 255, 255, 0.6);
  }
}
.p-fv__img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width:900px) {
  .p-fv__img {
    margin-left: auto;
    max-width: 1142px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1142/676;
  }
}
@media screen and (min-width:1600px) {
  .p-fv__img {
    display: none;
  }
}
.p-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > page-fv */
.p-page-fv01 {
  background-image: url(../img/common/page-fv01-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow-x: clip;
}
@media screen and (min-width:768px) {
  .p-page-fv01 {
    background-image: url(../img/common/page-fv01.webp);
  }
}
.p-page-fv01.--about {
  padding: 41px 0 19px;
}
@media screen and (min-width:1024px) {
  .p-page-fv01.--about {
    padding: 134px 0 49px;
  }
}
.p-page-fv01.--service {
  padding: 41px 0 19px;
}
@media screen and (min-width:1024px) {
  .p-page-fv01.--service {
    padding: 114px 0 49px;
  }
}
@media screen and (min-width:1024px) {
  .p-page-fv01.--service .p-page-fv01__container {
    gap: 24px;
  }
}
@media screen and (min-width:1024px) {
  .p-page-fv01.--service .p-page-fv01__body {
    padding-right: 0;
  }
}
@media screen and (min-width:1024px) {
  .p-page-fv01.--service .p-page-fv01__textarea {
    padding-right: 20px;
  }
}
.p-page-fv01.--recruit {
  padding: 41px 0 19px;
}
@media screen and (min-width:1024px) {
  .p-page-fv01.--recruit {
    padding: 116px 0 49px;
  }
}
@media screen and (min-width:1024px) {
  .p-page-fv01.--recruit .p-page-fv01__container {
    gap: 29px;
  }
}
@media screen and (min-width:1024px) {
  .p-page-fv01.--recruit .p-page-fv01__body {
    padding-right: 0;
  }
}

.p-page-fv01__inner {
  max-width: 1304px;
}
@media screen and (min-width:1240px) {
  .p-page-fv01__inner {
    max-width: initial;
  }
}
@media screen and (min-width:1440px) {
  .p-page-fv01__inner {
    margin-left: auto;
    max-width: 1304px;
    padding-left: 25px;
  }
}

.p-page-fv01__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 25px;
}
@media screen and (min-width:1024px) {
  .p-page-fv01__container {
    gap: 29px;
    padding: 0 128px;
    max-width: initial;
    margin-inline: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width:1240px) {
  .p-page-fv01__container {
    padding: 0;
    margin-left: calc((100% - 984px) / 2);
  }
}
@media screen and (min-width:1440px) {
  .p-page-fv01__container {
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width:1600px) {
  .p-page-fv01__container {
    gap: 45px;
  }
}

@media screen and (min-width:600px) {
  .p-page-fv01__heading-block {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-page-fv01__heading-block {
    display: contents;
  }
}

.p-page-fv01__heading {
  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-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width:1440px) {
  .p-page-fv01__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
  }
}
.p-page-fv01__heading.--white .p-page-fv01__heading-en,
.p-page-fv01__heading.--white .p-page-fv01__heading-jp {
  color: #fff;
}

.p-page-fv01__heading-en {
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .p-page-fv01__heading-en {
    font-size: 80px;
  }
}

.p-page-fv01__heading-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.p-page-fv01__contents {
  display: contents;
}
@media screen and (min-width:1024px) {
  .p-page-fv01__contents {
    display: block;
  }
}

.p-page-fv01__body {
  margin-top: 44px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
  padding-right: 25px;
}
@media screen and (min-width:600px) {
  .p-page-fv01__body {
    -ms-flex-item-align: center;
        align-self: center;
    width: 75%;
  }
}
@media screen and (min-width:1024px) {
  .p-page-fv01__body {
    width: initial;
    padding-right: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 32px;
  }
}
@media screen and (min-width:1440px) {
  .p-page-fv01__body {
    -ms-flex-item-align: initial;
        align-self: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.p-page-fv01__title {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (min-width:768px) {
  .p-page-fv01__title {
    font-size: 28px;
    line-height: 1.75;
  }
}
@media screen and (min-width:1440px) {
  .p-page-fv01__title {
    font-size: 32px;
  }
}

.p-page-fv01__message {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 2.0833333333;
}
@media screen and (min-width:768px) {
  .p-page-fv01__message {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
.p-page-fv01__message + .p-page-fv01__message {
  margin-top: 1.5em;
}

.p-page-fv01__photo {
  margin-top: 39px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width:600px) {
  .p-page-fv01__photo {
    width: 75%;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width:1024px) {
  .p-page-fv01__photo {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 0;
    margin-right: calc((50vw - 50%) * -1);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 620px;
            flex: 0 0 620px;
  }
}
@media screen and (min-width:1240px) {
  .p-page-fv01__photo {
    margin-right: auto;
  }
}
.p-page-fv01__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 02 */
.p-page-fv02 {
  padding: 37px 0 16px;
  background-image: url(../img/success/success-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .p-page-fv02 {
    padding: 102px 0 42px;
    background-image: url(../img/success/success-bg.webp);
  }
}
.p-page-fv02.--member {
  background-image: url(../img/member/fv-bg-sp.webp);
}
@media screen and (min-width:768px) {
  .p-page-fv02.--member {
    background-image: url(../img/member/fv-bg.webp);
  }
}
.p-page-fv02.--contact {
  background-image: url(../img/contact/contact-fv-bg-sp.webp);
}
@media screen and (min-width:768px) {
  .p-page-fv02.--contact {
    background-image: url(../img/contact/contact-fv-bg.webp);
  }
}
.p-page-fv02.--privacy {
  background-image: url(../img/privacy/fv-bg.webp);
}

.p-page-fv02__inner {
  max-width: 1170px;
  margin-inline: auto;
  padding: 0 25px;
}
@media screen and (min-width:1440px) {
  .p-page-fv02__inner {
    margin-inline: initial;
    margin-left: auto;
    padding-left: 25px;
    max-width: 1305px;
  }
}

/* object > project > cta */
/* CTA:Contact */
.p-cta {
  padding: 68px 0 80px;
  background-image: url(../img/common/cta-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .p-cta {
    padding: 113px 0 123px;
    background-image: url(../img/common/cta-bg.webp);
  }
}

.p-cta__inner {
  max-width: 1465px;
  padding: 0 25px;
  margin-left: auto;
}
@media screen and (min-width:500px) {
  .p-cta__inner {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-cta__inner {
    width: initial;
    margin-inline: initial;
    margin-left: initial;
    margin-inline: auto;
    padding: 0 128px;
  }
}
@media screen and (min-width:1440px) {
  .p-cta__inner {
    max-width: 1145px;
    padding: 0 25px;
  }
}

@media screen and (min-width:500px) {
  .p-cta__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width:768px) {
  .p-cta__heading {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
@media screen and (min-width:900px) {
  .p-cta__heading {
    -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;
  }
}
@media screen and (min-width:1024px) {
  .p-cta__heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 18px;
  }
}

.p-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
}
@media screen and (min-width:900px) {
  .p-cta__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-cta__textarea {
  margin-top: 37px;
}
@media screen and (min-width:500px) {
  .p-cta__textarea {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width:900px) {
  .p-cta__textarea {
    width: initial;
    margin-top: 37px;
    margin-left: initial;
    margin-right: initial;
  }
}

.p-cta__message {
  color: #fff;
  font-size: 12px;
  line-height: 2.0833333333;
  font-weight: 500;
}

.p-cta__link {
  text-align: center;
}
@media screen and (min-width:900px) {
  .p-cta__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    margin-bottom: 3px;
  }
}

/* CTA:Recruit */
.p-cta02 {
  padding: 68px 0 80px;
  background-image: url(../img/common/member-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .p-cta02 {
    padding: 128px 0 130px;
    background-image: url(../img/common/member-bg.webp);
  }
}

.p-cta02__inner {
  max-width: 1305px;
  padding: 0 22px 0 0;
  margin-right: auto;
}
@media screen and (min-width:900px) {
  .p-cta02__inner {
    padding: 0 25px 0 0;
  }
}
@media screen and (min-width:1024px) {
  .p-cta02__inner {
    padding: 0 128px 0 0;
  }
}
@media (min-width: 1300px) and (max-width: 1439px) {
  .p-cta02__inner {
    max-width: calc(100% - 128px);
    padding: 0;
  }
}
@media screen and (min-width:1440px) {
  .p-cta02__inner {
    padding: 0 25px 0 0;
  }
}

.p-cta02__content {
  display: contents;
}
@media screen and (min-width:1024px) {
  .p-cta02__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-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.p-cta02__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:600px) {
  .p-cta02__container {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-cta02__container {
    margin-inline: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 44px;
    width: initial;
  }
}
@media screen and (min-width:1240px) {
  .p-cta02__container {
    gap: 52px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-cta02__heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 22px;
}
@media screen and (min-width:500px) {
  .p-cta02__heading {
    padding-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width:1024px) {
  .p-cta02__heading {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-cta02__body {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 46px;
}
@media screen and (min-width:1024px) {
  .p-cta02__body {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 0;
    margin-top: 29px;
  }
}

.p-cta02__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  padding-left: 22px;
}
@media screen and (min-width:1024px) {
  .p-cta02__textarea {
    padding-left: 0;
  }
}
@media screen and (min-width:768px) {
  .p-cta02__textarea {
    gap: 36px;
  }
}

.p-cta02__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.563rem, 1.452rem + 0.47vw, 1.875rem);
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width:1240px) {
  .p-cta02__title {
    line-height: 1.3333333333;
  }
}

.p-cta02__message {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.0833333333;
}
@media screen and (min-width:768px) {
  .p-cta02__message {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

.p-cta02__btn-wrap {
  margin-top: 44px;
  margin-right: -25px;
  padding-top: 25px;
  text-align: center;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width:1024px) {
  .p-cta02__btn-wrap {
    text-align: right;
    padding-left: 0;
    margin-top: auto;
    margin-right: initial;
  }
}
@media screen and (min-width:1240px) {
  .p-cta02__btn-wrap {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-cta02__photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 48px;
}
@media screen and (min-width:1024px) {
  .p-cta02__photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 555px;
            flex: 0 0 555px;
  }
}
@media screen and (min-width:1024px) {
  .p-cta02__photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
    margin-top: 0;
  }
}
@media screen and (min-width:1240px) {
  .p-cta02__photo {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 580px;
            flex: 0 0 580px;
  }
}
.p-cta02__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > form */
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea {
  width: 100%;
  height: 50px;
  padding: 17px 10px;
  background-color: #EFEFEF;
}
@media screen and (min-width:768px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form textarea {
    height: 82px;
    padding: 30px 19px;
    font-size: 18px;
  }
}
.p-form input[type=text]::-webkit-input-placeholder, .p-form input[type=email]::-webkit-input-placeholder, .p-form input[type=tel]::-webkit-input-placeholder, .p-form textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
  font-size: 12px;
  font-weight: 500;
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.2);
  font-size: 12px;
  font-weight: 500;
}
.p-form input[type=text]:-ms-input-placeholder, .p-form input[type=email]:-ms-input-placeholder, .p-form input[type=tel]:-ms-input-placeholder, .p-form textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
  font-size: 12px;
  font-weight: 500;
}
.p-form input[type=text]::-ms-input-placeholder, .p-form input[type=email]::-ms-input-placeholder, .p-form input[type=tel]::-ms-input-placeholder, .p-form textarea::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.2);
  font-size: 12px;
  font-weight: 500;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form textarea::placeholder {
  color: rgba(51, 51, 51, 0.2);
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .p-form input[type=text]::-webkit-input-placeholder, .p-form input[type=email]::-webkit-input-placeholder, .p-form input[type=tel]::-webkit-input-placeholder, .p-form textarea::-webkit-input-placeholder {
    font-size: 18px;
  }
  .p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form textarea::-moz-placeholder {
    font-size: 18px;
  }
  .p-form input[type=text]:-ms-input-placeholder, .p-form input[type=email]:-ms-input-placeholder, .p-form input[type=tel]:-ms-input-placeholder, .p-form textarea:-ms-input-placeholder {
    font-size: 18px;
  }
  .p-form input[type=text]::-ms-input-placeholder, .p-form input[type=email]::-ms-input-placeholder, .p-form input[type=tel]::-ms-input-placeholder, .p-form textarea::-ms-input-placeholder {
    font-size: 18px;
  }
  .p-form input[type=text]::placeholder,
  .p-form input[type=email]::placeholder,
  .p-form input[type=tel]::placeholder,
  .p-form textarea::placeholder {
    font-size: 18px;
  }
}
.p-form textarea {
  height: 150px;
  padding: 5px 10px;
  resize: none;
}
@media screen and (min-width:768px) {
  .p-form textarea {
    height: 194px;
    padding: 24px 29px;
  }
}

.p-form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (min-width:900px) {
  .p-form__items {
    gap: 50px;
  }
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media screen and (min-width:900px) {
  .p-form__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

@media screen and (min-width:900px) {
  .p-form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 245px;
            flex: 0 0 245px;
  }
}

.p-form__label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1875;
}
@media screen and (min-width:900px) {
  .p-form__label-text {
    font-size: 18px;
    line-height: 1.2222222222;
    gap: 19px;
  }
}

.p-form__control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.p-form__radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-form__radio-item label {
  cursor: pointer;
}
.p-form__radio-item input[type=radio] {
  opacity: 0;
  position: absolute;
}
.p-form__radio-item input[type=radio] + span {
  display: inline-block;
  padding-left: 30px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1666666667;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-form__radio-item input[type=radio] + span {
    font-size: 18px;
    line-height: 1.2222222222;
  }
}
.p-form__radio-item input[type=radio] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #EFEFEF;
}
@media screen and (min-width:768px) {
  .p-form__radio-item input[type=radio] + span::before {
    width: 26px;
    height: 26px;
  }
}
.p-form__radio-item input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #116461;
}
@media screen and (min-width:768px) {
  .p-form__radio-item input[type=radio]:checked + span::after {
    top: 3px;
    left: 5px;
    width: 16px;
    height: 16px;
  }
}

.p-form__tag {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 20px;
  color: #fff;
  background-color: #116461;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .p-form__tag {
    width: 50px;
    height: 26px;
    font-size: 14px;
  }
}
.p-form__btn-wrap {
  text-align: center;
  margin-top: 50px;
}

/* object > project > member card */
.p-member-card__photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-member-card__body {
  background: linear-gradient(167deg, #0A3A39 5.22%, #116461 100%);
  padding: 23px 30px 22px;
}

.p-member-card__position {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.p-member-card__name {
  margin-top: 12px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4545454545;
}
@media screen and (min-width:768px) {
  .p-member-card__name {
    margin-top: 8px;
  }
}

/* object > project > success-card */
.p-success-card {
  min-height: 386px;
  background-color: #fff;
  padding: 24px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:768px) {
  .p-success-card {
    padding: 24px 25px 30px;
    min-height: 358px;
  }
}

.p-success-card__title {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 1.14rem + 0.47vw, 1.563rem);
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 25px;
  border-bottom: 2px solid #333333;
}
@media screen and (min-width:768px) {
  .p-success-card__title {
    line-height: 1.4;
    padding-bottom: 15px;
  }
}

.p-success-card__textarea {
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .p-success-card__textarea {
    max-width: 299px;
  }
}

.p-success-card__text {
  font-size: 14px;
  line-height: 2.1428571429;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-success-card__text .mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
}
.p-success-card__text .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.p-success-card__text.--align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-success-card__meta {
  margin-top: auto;
}

/* object > project > drawer */
.p-drawer {
  position: fixed;
  z-index: 1000;
  top: 52px;
  left: 0;
  width: 100%;
  height: calc(100dvh - 52px);
  background: linear-gradient(167deg, #0A3A39 5.22%, #116461 100%);
  padding: 24px 25px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.p-drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.p-drawer__buttons {
  margin-top: 51px;
  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;
  gap: 20px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-drawer__nav-link {
  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;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.p-drawer__nav-link .text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666666667;
}
.p-drawer__nav-link .icon {
  width: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-drawer__bottom {
  margin-top: 30px;
  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;
  gap: 26px;
}

.p-drawer__link,
.p-drawer__privacy {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4615384615;
}

/* object > project > breadcrumb */
.p-breadcrumb {
  margin-top: 29px;
  padding-left: 25px;
}
@media screen and (min-width:768px) {
  .p-breadcrumb {
    margin-top: 75px;
  }
}
@media screen and (min-width:1024px) {
  .p-breadcrumb {
    padding-left: 0;
    max-width: 984px;
    margin: 75px auto 0;
  }
}
@media screen and (min-width:1440px) {
  .p-breadcrumb {
    max-width: 1304px;
    padding-left: 0;
  }
}
.p-breadcrumb.--02 {
  margin-top: 16px;
  padding-left: 0;
}
@media screen and (min-width:768px) {
  .p-breadcrumb.--02 {
    margin-top: 43px;
  }
}
@media screen and (min-width:1024px) {
  .p-breadcrumb.--02 {
    margin: 43px 0 0 0;
  }
}
.p-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}
.p-breadcrumb li:not(:first-of-type)::before {
  content: "";
  position: relative;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  left: -8px;
  display: inline-block;
  width: 5px;
  height: 10px;
  background-image: url(../img/common/icon-arrow-right-white.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.p-breadcrumb a,
.p-breadcrumb span {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
}

/* object > project > top */
/* about */
.p-top__about {
  padding: 66px 0 80px;
  background-image: url(../img/top/about-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .p-top__about {
    background-image: url(../img/top/about-bg.webp);
    padding: 115px 0 130px;
  }
}

.p-top__about-inner {
  max-width: 1305px;
  margin-left: auto;
  padding-left: 25px;
}
@media screen and (min-width:1440px) {
  .p-top__about-inner {
    padding: 0;
    padding-left: 25px;
  }
}

.p-top__about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:600px) {
  .p-top__about-container {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-top__about-container {
    margin-top: 35px;
    margin-right: initial;
    margin-left: initial;
    width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
}
@media screen and (min-width:1440px) {
  .p-top__about-container {
    gap: 77px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: initial;
  }
}

.p-top__about-contents {
  display: contents;
}
@media screen and (min-width:1024px) {
  .p-top__about-contents {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.p-top__about-photo {
  margin-top: 42px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1024px) and (max-width: 1443px) {
  .p-top__about-photo {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }
}
@media screen and (min-width:1440px) {
  .p-top__about-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 580px;
            flex: 0 0 580px;
  }
}
.p-top__about-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__about-heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width:1024px) {
  .p-top__about-heading {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
@media (min-width: 1024px) and (max-width: 1443px) {
  .p-top__about-heading {
    display: none;
  }
}
@media screen and (min-width:1440px) {
  .p-top__about-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-top__about-heading-md {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1443px) {
  .p-top__about-heading-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width:1440px) {
  .p-top__about-heading-md {
    padding-left: 0;
  }
}

.p-top__about-body {
  margin-top: 44px;
  padding-right: 25px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 1024px) and (max-width: 1443px) {
  .p-top__about-body {
    margin-top: 0;
    padding-right: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
@media screen and (min-width:1440px) {
  .p-top__about-body {
    margin-top: 22px;
    padding-right: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-top__about-title {
  color: #fff;
  font-size: clamp(1.563rem, 1.408rem + 0.66vw, 2rem);
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
@media screen and (min-width:1024px) {
  .p-top__about-title {
    line-height: 1.75;
  }
}

.p-top__about-textarea {
  margin-top: 18px;
}
@media screen and (min-width:1024px) {
  .p-top__about-textarea {
    margin-top: 13px;
  }
}

.p-top__about-text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.0833333333;
}
@media screen and (min-width:1024px) {
  .p-top__about-text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

.p-top__about-btn-wrap {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width:1024px) {
  .p-top__about-btn-wrap {
    text-align: left;
    margin-top: 74px;
  }
}

/* service */
.p-top__service {
  padding: 68px 0 80px;
  background-image: url(../img/top/service-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .p-top__service {
    padding: 110px 0 130px;
    background-image: url(../img/top/service-bg.webp);
  }
}

.p-top__service-inner {
  max-width: 1295px;
  margin-right: auto;
  padding-right: 25px;
}
@media screen and (min-width:1024px) {
  .p-top__service-inner {
    padding: 0 128px;
  }
}
@media (min-width: 1024px) and (max-width: 1443px) {
  .p-top__service-inner {
    padding: 0 128px 0 0;
  }
}
@media screen and (min-width:1440px) {
  .p-top__service-inner {
    padding: 0;
    padding-right: 25px;
  }
}

.p-top__service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:600px) {
  .p-top__service__container {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-top__service__container {
    width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 30px;
    margin-top: 22px;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width:1440px) {
  .p-top__service__container {
    gap: 52px;
  }
}

.p-top__service-contents {
  display: contents;
}
@media (min-width: 1024px) and (max-width: 1443px) {
  .p-top__service-contents {
    display: block;
  }
}
.p-top__service-heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 23px;
}
@media screen and (min-width:500px) {
  .p-top__service-heading {
    padding-left: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1443px) {
  .p-top__service-heading {
    display: none;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width:1240px) {
  .p-top__service-heading {
    display: none;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-top__service-heading-pc {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1443px) {
  .p-top__service-heading-pc {
    display: block;
    padding-left: 25px;
  }
}
@media screen and (min-width:1440px) {
  .p-top__service-heading-pc {
    display: block;
    padding-left: 160px;
  }
}

.p-top__service-body {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding-left: 25px;
  margin-top: 45px;
}
@media screen and (min-width:1024px) {
  .p-top__service-body {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top__service-title {
  font-size: clamp(1.563rem, 1.408rem + 0.66vw, 2rem);
  line-height: 1.4;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width:1024px) {
  .p-top__service-title {
    line-height: 1.75;
  }
}

.p-top__service-textarea {
  margin-top: 18px;
}
@media screen and (min-width:1024px) {
  .p-top__service-textarea {
    margin-top: 29px;
  }
}

.p-top__service-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.0833333333;
}
@media screen and (min-width:1024px) {
  .p-top__service-text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
.p-top__service-text + .p-top__service-text {
  margin-top: 1em;
}

.p-top__service-photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 45px;
}
@media (min-width: 1024px) and (max-width: 1443px) {
  .p-top__service-photo {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
    -ms-flex-item-align: start;
        align-self: start;
  }
}
@media screen and (min-width:1440px) {
  .p-top__service-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 580px;
            flex: 0 0 580px;
    margin-top: 0;
    -ms-flex-item-align: start;
        align-self: start;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
.p-top__service-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__service-btn-wrap {
  margin-top: 44px;
  padding-top: 24px;
  text-align: center;
}
@media screen and (min-width:1024px) {
  .p-top__service-btn-wrap {
    text-align: left;
    margin-top: auto;
  }
}

/* success */
.p-top__success {
  padding: 67px 0 81px;
  background-image: url(../img/top/success-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .p-top__success {
    padding: 131px 0 130px;
    background-image: url(../img/top/success-bg.webp);
  }
}

.p-top__success-inner {
  max-width: 1326px;
  margin-inline: auto;
  padding: 0 25px;
}

.p-top__success-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:500px) {
  .p-top__success-header {
    padding-left: 78px;
  }
}
@media screen and (min-width:1024px) {
  .p-top__success-header {
    padding-left: 0;
  }
}

@media screen and (min-width:1024px) {
  .p-top__success-header-inner {
    max-width: 1326px;
    margin-inline: auto;
    padding: 0 100px;
  }
}
@media screen and (min-width:1240px) {
  .p-top__success-header-inner {
    padding: 0 120px;
  }
}
@media screen and (min-width:1440px) {
  .p-top__success-header-inner {
    padding: 0;
    max-width: 1123px;
  }
}

@media screen and (min-width:1024px) {
  .p-top__member-header-inner {
    max-width: 1326px;
    margin-inline: auto;
    padding: 0 100px;
  }
}
@media screen and (min-width:1440px) {
  .p-top__member-header-inner {
    padding: 0;
    max-width: 1123px;
  }
}

.p-top__success-header-btn {
  display: none;
}
@media screen and (min-width:1024px) {
  .p-top__success-header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-top__success-content {
  margin-top: 45px;
}
@media screen and (min-width:768px) {
  .p-top__success-content {
    margin-top: 36px;
  }
}

.p-top__success-btn-wrap {
  margin-top: 96px;
  text-align: center;
}
@media screen and (min-width:1024px) {
  .p-top__success-btn-wrap {
    display: none;
  }
}

.p-top__success-slide-container {
  position: relative;
  /* 位置のreset */
  /* デフォルトのボタンを初期化 */
  /* 各ボタンのカスタマイズ */
  /* 位置の設定 (枠組み) */
  /* それぞれのページネーション */
  /* activeな部分 */
}
@media screen and (min-width:768px) {
  .p-top__success-slide-container {
    padding: 0 78px;
  }
}
@media screen and (min-width:1240px) {
  .p-top__success-slide-container {
    padding: 0 95px;
  }
}
@media screen and (min-width:1440px) {
  .p-top__success-slide-container {
    padding: 0 78px;
  }
}
.p-top__success-slide-container .p-top__success-slide {
  width: 325px;
}
@media screen and (min-width:768px) {
  .p-top__success-slide-container .p-top__success-slide {
    width: 350px;
  }
}
.p-top__success-slide-container .swiper-button-prev,
.p-top__success-slide-container .swiper-button-next,
.p-top__success-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
.p-top__success-slide-container .swiper-button-prev::after,
.p-top__success-slide-container .swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}
.p-top__success-slide-container .swiper-button-prev::before,
.p-top__success-slide-container .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 10px;
  height: 17px;
}
.p-top__success-slide-container .swiper-button-prev::before {
  background-image: url(../img/common/icon-arrow-left-white.webp);
}
.p-top__success-slide-container .swiper-button-next::before {
  background-image: url(../img/common/icon-arrow-right-white.webp);
}
.p-top__success-slide-container .swiper-button-prev,
.p-top__success-slide-container .swiper-button-next {
  display: none;
}
@media screen and (min-width:768px) {
  .p-top__success-slide-container .swiper-button-prev,
  .p-top__success-slide-container .swiper-button-next {
    display: block;
    top: 50%;
    translate: 0 -50%;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
}
.p-top__success-slide-container .swiper-button-prev {
  left: 0;
}
.p-top__success-slide-container .swiper-button-next {
  right: 0;
}
.p-top__success-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top__success-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 11px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #D9D9D9;
  margin-inline: 10px;
}
.p-top__success-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #116461;
  -webkit-transform: scale(1.45);
          transform: scale(1.45);
}

.p-top__success-slider,
.p-top__success-slide-wrapper,
.p-top__success-slider {
  position: relative;
}

/* member */
.p-top__member {
  padding: 70px 0 80px;
  background-image: url(../img/top/member-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .p-top__member {
    padding: 130px 0 130px;
    background-image: url(../img/top/member-bg.webp);
  }
}

.p-top__member-header {
  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 (min-width:500px) {
  .p-top__member-header {
    padding-left: 78px;
  }
}
@media screen and (min-width:1024px) {
  .p-top__member-header {
    padding-left: 0;
  }
}

.p-top__member-header-btn {
  display: none;
}
@media screen and (min-width:1024px) {
  .p-top__member-header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-top__member-content {
  margin-top: 43px;
}
@media screen and (min-width:768px) {
  .p-top__member-content {
    margin-top: 35px;
  }
}

.p-top__member-btn-wrap {
  margin-top: 148px;
  text-align: center;
}
@media screen and (min-width:1024px) {
  .p-top__member-btn-wrap {
    display: none;
  }
}

.p-top__member-inner {
  max-width: 1326px;
  margin-inline: auto;
  padding: 0 25px;
}

.p-top__member-slider,
.p-top__member-slide-wrapper,
.p-top__member-slide {
  position: relative;
}

.p-top__member-slide-container {
  position: relative;
  /* 位置のreset */
  /* デフォルトのボタンを初期化 */
  /* 各ボタンのカスタマイズ */
  /* 位置の設定 (枠組み) */
  /* それぞれのページネーション */
  /* activeな部分 */
}
@media screen and (min-width:768px) {
  .p-top__member-slide-container {
    padding: 0 78px;
  }
}
.p-top__member-slide-container .p-top__member-slide {
  width: 325px;
}
@media screen and (min-width:768px) {
  .p-top__member-slide-container .p-top__member-slide {
    width: 350px;
  }
}
.p-top__member-slide-container .swiper-button-prev,
.p-top__member-slide-container .swiper-button-next,
.p-top__member-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
.p-top__member-slide-container .swiper-button-prev::after,
.p-top__member-slide-container .swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}
.p-top__member-slide-container .swiper-button-prev::before,
.p-top__member-slide-container .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 10px;
  height: 17px;
}
.p-top__member-slide-container .swiper-button-prev::before {
  background-image: url(../img/common/icon-arrow-right-gray.webp);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.p-top__member-slide-container .swiper-button-next::before {
  background-image: url(../img/common/icon-arrow-right-gray.webp);
}
.p-top__member-slide-container .swiper-button-prev,
.p-top__member-slide-container .swiper-button-next {
  display: none;
}
@media screen and (min-width:768px) {
  .p-top__member-slide-container .swiper-button-prev,
  .p-top__member-slide-container .swiper-button-next {
    display: block;
    top: 50%;
    translate: 0 -50%;
    width: 48px;
    height: 48px;
    border: 1px solid #333333;
    border-radius: 50%;
  }
}
.p-top__member-slide-container .swiper-button-prev {
  left: 0;
}
.p-top__member-slide-container .swiper-button-next {
  right: 0;
}
.p-top__member-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: calc(100% + 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-top__member-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 11px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #D9D9D9;
  margin-inline: 10px;
}
.p-top__member-slide-container .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #116461;
  -webkit-transform: scale(1.45);
          transform: scale(1.45);
}

/* object > project > about */
@media screen and (min-width:1024px) {
  .p-about__inner {
    padding: 0 128px;
    margin-inline: auto;
  }
}
@media screen and (min-width:1240px) {
  .p-about__inner {
    max-width: 984px;
    padding: 0;
  }
}
@media screen and (min-width:1440px) {
  .p-about__inner {
    max-width: 1170px;
    padding: 0 25px;
  }
}

.p-about__message-content {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
}
@media screen and (min-width:600px) {
  .p-about__message-content {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-about__message-content {
    margin-inline: initial;
    width: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 35px;
    margin-top: 50px;
  }
}
@media screen and (min-width:1240px) {
  .p-about__message-content {
    gap: 52px;
  }
}

@media screen and (min-width:600px) {
  .p-about__message-heading-block {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-about__message-heading-block {
    width: initial;
    margin-inline: initial;
  }
}

@media screen and (min-width:500px) {
  .p-about__message-heading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width:1024px) {
  .p-about__message-heading {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* Top Message */
.p-about__message {
  padding: 67px 0 75px;
  background-image: url(../img/about/message-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:1024px) {
  .p-about__message {
    padding: 109px 0 125px;
    background-image: url(../img/about/message-bg.webp);
  }
}

@media screen and (min-width:1024px) {
  .p-about__message-photo {
    -ms-flex-item-align: start;
        align-self: start;
    margin-top: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
  }
}
@media screen and (min-width:1240px) {
  .p-about__message-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
    aspect-ratio: 420/556;
  }
}
.p-about__message-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width:1024px) {
  .p-about__message-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.p-about__message-title {
  font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 1.25px;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media screen and (min-width:1024px) {
  .p-about__message-title {
    letter-spacing: 1.6px;
    line-height: 1.75;
  }
}

.p-about__message-textarea {
  margin-top: 18px;
}
@media screen and (min-width:1024px) {
  .p-about__message-textarea {
    margin-top: 28px;
  }
}

.p-about__message-text {
  font-size: 12px;
  line-height: 2.0833333333;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  letter-spacing: 1.2px;
}
@media screen and (min-width:1024px) {
  .p-about__message-text {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 1.4px;
  }
}
.p-about__message-text + .p-about__message-text {
  margin-top: 1em;
}

.p-about__message-profile {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:1024px) {
  .p-about__message-profile {
    margin-top: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1em;
  }
}
.p-about__message-profile .position {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width:1024px) {
  .p-about__message-profile .position {
    font-size: 20px;
  }
}
.p-about__message-profile .name {
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
}
@media screen and (min-width:1024px) {
  .p-about__message-profile .name {
    font-size: 30px;
  }
}

/* Philosophy */
.p-about__philosophy {
  padding: 114px 0 134px;
  background-image: url(../img/top/about-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:1024px) {
  .p-about__philosophy {
    background-image: url(../img/about/philosophy-bg.webp);
  }
}
@media (max-width: 600px) {
  .p-about__philosophy {
    padding: 80px 0;
  }
}

@media (max-width: 600px) {
  .p-about__philosophy__inner {
    padding: 0 25px;
  }
}
@media (min-width: 1024px) {
  .p-about__philosophy__inner {
    padding: 0 128px;
  }
}
@media (min-width: 1240px) {
  .p-about__philosophy__inner {
    max-width: 984px;
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .p-about__philosophy__inner {
    max-width: 1170px;
    padding: 0 25px;
  }
}

@media (max-width: 1024px) {
  .p-about__philosophy-heading-block {
    width: 75%;
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .p-about__philosophy-heading-block {
    width: initial;
    margin-inline: initial;
  }
}

@media (min-width: 600px) {
  .p-about__philosophy-items {
    width: 75%;
    margin-inline: auto;
  }
}
@media (min-width: 1024px) {
  .p-about__philosophy-items {
    width: initial;
    margin-inline: initial;
  }
}
.p-about__philosophy-items {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 50px;
}
@media (max-width: 1024px) {
  .p-about__philosophy-items {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 50px;
  }
}

.p-about__philosophy-item {
  padding: 30px 30px 30px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .p-about__philosophy-item {
    padding: 20px 15px 20px;
  }
}
.p-about__philosophy-item.--01 {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (max-width: 1024px) {
  .p-about__philosophy-item.--01 {
    grid-column: initial;
    grid-row: initial;
  }
}
.p-about__philosophy-item.--02 {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 1024px) {
  .p-about__philosophy-item.--02 {
    grid-column: initial;
    grid-row: initial;
  }
}
.p-about__philosophy-item.--03 {
  grid-column: 1/3;
  grid-row: 2/3;
  padding: 30px 30px 21px;
}
@media (max-width: 1024px) {
  .p-about__philosophy-item.--03 {
    grid-column: initial;
    grid-row: initial;
  }
}
.p-about__philosophy-item.--03 .p-about__philosophy-body {
  margin-top: 16px;
}

.p-about__philosophy-title {
  max-width: 475px;
  background-color: #116461;
  color: #fff;
  padding: 0 20px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.625rem, 1.529rem + 0.39vw, 2rem);
  font-weight: 900;
  line-height: 1.75;
}

.p-about__philosophy-body {
  margin-top: 21px;
}
.p-about__philosophy-body .text {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14286;
}

.p-about__philosophy-list {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 20px;
}
@media (max-width: 1240px) {
  .p-about__philosophy-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .p-about__philosophy-list {
    margin-top: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-about__philosophy-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-about__philosophy-list .list-item .wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.p-about__philosophy-list .list-item img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57px;
          flex: 0 0 57px;
  width: 57px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .p-about__philosophy-list .list-item img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
  }
}
.p-about__philosophy-list .list-item .title {
  color: #116461;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .p-about__philosophy-list .list-item .title {
    font-size: 18px;
  }
}
.p-about__philosophy-list .list-item .desc {
  padding-left: 49px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14286;
  position: relative;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}
@media (max-width: 600px) {
  .p-about__philosophy-list .list-item .desc {
    font-size: 12px;
  }
}

/* Media */
.p-about__media {
  padding: 67px 0 80px;
  background-image: url(../img/about/media-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow-x: hidden;
}
@media screen and (min-width:1024px) {
  .p-about__media {
    padding: 114px 0 130px;
    background-image: url(../img/about/media-bg.webp);
  }
}

.p-about__bg-wrap {
  background-image: url(../img/about/profile-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:1024px) {
  .p-about__bg-wrap {
    background-image: url(../img/about/profile-bg.webp);
  }
}

.p-about__media-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:1240px) {
  .p-about__media-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 940px;
    margin-left: auto;
  }
}
@media screen and (min-width:1240px) {
  .p-about__media-container {
    gap: 35px;
    max-width: 984px;
  }
}
@media screen and (min-width:1440px) {
  .p-about__media-container {
    padding: 0;
    max-width: initial;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1280px;
    margin-left: auto;
  }
}

.p-about__media-outer {
  max-width: 1440px;
  margin-inline: auto;
}

.p-about__media-inner {
  padding: 0 25px;
  max-width: 1170px;
}
@media screen and (min-width:1024px) {
  .p-about__media-inner {
    margin-left: auto;
    padding: 0 128px;
  }
}
@media screen and (min-width:1240px) {
  .p-about__media-inner {
    padding: 0;
    margin-right: auto;
    max-width: 984px;
  }
}
@media screen and (min-width:1440px) {
  .p-about__media-inner {
    padding: 0 0 0 25px;
    max-width: 1465px;
  }
}

.p-about__media-contents {
  display: contents;
}
@media screen and (min-width:768px) {
  .p-about__media-contents {
    display: block;
  }
}
@media screen and (min-width:1240px) {
  .p-about__media-contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width:1440px) {
  .p-about__media-contents {
    margin-right: 24px;
  }
}

@media screen and (min-width:600px) {
  .p-about__media-heading-block {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-about__media-heading-block {
    width: initial;
    margin-inline: initial;
  }
}

.p-about__media-heading {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width:768px) {
  .p-about__media-heading {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width:1024px) {
  .p-about__media-heading {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
@media screen and (min-width:1240px) {
  .p-about__media-heading {
    -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;
  }
}
@media screen and (min-width:1440px) {
  .p-about__media-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-about__media-photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 46px;
}
@media screen and (min-width:600px) {
  .p-about__media-photo {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-about__media-photo {
    width: initial;
    margin-inline: initial;
  }
}
@media screen and (min-width:1240px) {
  .p-about__media-photo {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 575px;
            flex: 0 0 575px;
    aspect-ratio: 575/359;
    max-height: 359px;
    margin-right: calc((50vw - 50%) * -1);
  }
}
@media screen and (min-width:1440px) {
  .p-about__media-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 575px;
            flex: 0 0 575px;
    margin-right: auto;
  }
}
.p-about__media-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__media-body {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 43px;
}
@media screen and (min-width:500px) {
  .p-about__media-body {
    width: 75%;
    margin: 43px auto 0;
  }
}
@media screen and (min-width:1024px) {
  .p-about__media-body {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 26px;
    margin: 43px auto 0 0;
  }
}
@media screen and (min-width:1240px) {
  .p-about__media-body {
    max-width: 619px;
    margin: 43px auto 0 0;
    width: initial;
  }
}

.p-about__media-title {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: clamp(1.563rem, 1.408rem + 0.66vw, 2rem);
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (min-width:1024px) {
  .p-about__media-title {
    line-height: 1.75;
  }
}

.p-about__media-textarea {
  margin-top: 18px;
}
@media screen and (min-width:1024px) {
  .p-about__media-textarea {
    margin-top: 35px;
  }
}

.p-about__media-text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.0833333333;
}
@media screen and (min-width:1024px) {
  .p-about__media-text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

@media screen and (min-width:1024px) {
  .p-about__media-box-wrap {
    max-width: 1280px;
    margin-left: auto;
  }
}
.p-about__media-box {
  margin-top: 41px;
  background-color: #F6F6F6;
  padding: 13px 18px 16px;
}
@media screen and (min-width:500px) {
  .p-about__media-box {
    width: 75%;
    margin: 41px auto 0;
  }
}
@media screen and (min-width:768px) {
  .p-about__media-box {
    padding: 20px 30px 35px;
  }
}
@media screen and (min-width:1024px) {
  .p-about__media-box {
    width: initial;
    max-width: 1170px;
    margin: 41px auto 0 0;
  }
}
@media screen and (min-width:1240px) {
  .p-about__media-box {
    margin: 41px 0 0 auto;
  }
}
@media screen and (min-width:1440px) {
  .p-about__media-box {
    max-width: 1170px;
    margin: 41px auto 0 0;
  }
}

.p-about__media-box-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.p-about__media-box-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 2.0833333333;
}
@media screen and (min-width:1024px) {
  .p-about__media-box-text {
    margin-top: 19px;
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

/* Company Profile */
.p-about__profile {
  padding: 74px 0 0;
}
@media screen and (min-width:1024px) {
  .p-about__profile {
    padding: 74px 128px 0;
  }
}
@media screen and (min-width:1240px) {
  .p-about__profile {
    padding: 74px 0 0;
    max-width: 984px;
    margin-inline: auto;
  }
}
@media screen and (min-width:1440px) {
  .p-about__profile {
    max-width: initial;
    margin-inline: initial;
  }
}

.p-about__profile-inner {
  max-width: 885px;
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-about__profile-inner {
    margin-inline: initial;
    margin-left: auto;
  }
}
@media screen and (min-width:1240px) {
  .p-about__profile-inner {
    max-width: initial;
    margin-right: initial;
    margin-left: initial;
  }
}
@media screen and (min-width:1440px) {
  .p-about__profile-inner {
    max-width: 885px;
    margin-left: auto;
  }
}

@media screen and (min-width:600px) {
  .p-about__profile-heading-block {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-about__profile-heading-block {
    width: initial;
    margin-inline: initial;
  }
}

.p-about__profile-heading {
  gap: 9px;
}
@media screen and (min-width:768px) {
  .p-about__profile-heading {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width:1024px) {
  .p-about__profile-heading {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    gap: 16px;
    padding: 0;
  }
}

@media screen and (min-width:600px) {
  .p-about__access-heading-block {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-about__access-heading-block {
    width: initial;
    margin-inline: initial;
  }
}

.p-about__access-heading {
  gap: 9px;
}
@media screen and (min-width:768px) {
  .p-about__access-heading {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width:1024px) {
  .p-about__access-heading {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    gap: 16px;
    padding: 0;
  }
}

.p-about__profile-content {
  margin-top: 41px;
}
@media screen and (min-width:768px) {
  .p-about__profile-content {
    margin-top: 56px;
  }
}

.p-about__profile-wrapper {
  max-width: 1170px;
  padding: 0 25px;
}
@media screen and (min-width:1240px) {
  .p-about__profile-wrapper {
    padding: 0;
  }
}

@media screen and (min-width:1240px) {
  .p-about__profile-container {
    padding: 0;
  }
}
@media screen and (min-width:1440px) {
  .p-about__profile-container {
    padding: 0 25px;
  }
}

.p-about__profile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width:500px) {
  .p-about__profile-list {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:768px) {
  .p-about__profile-list {
    gap: 16px;
  }
}
@media screen and (min-width:1024px) {
  .p-about__profile-list {
    width: initial;
  }
}

.p-about__profile-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width:768px) {
  .p-about__profile-list-item {
    padding-bottom: 16px;
  }
}
.p-about__profile-list-item.--align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-about__profile-term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 104px;
          flex: 0 0 104px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1666666667;
}
@media screen and (min-width:768px) {
  .p-about__profile-term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 144px;
            flex: 0 0 144px;
    font-size: 16px;
    line-height: 1.1875;
  }
}

.p-about__profile-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
}
@media screen and (min-width:768px) {
  .p-about__profile-desc {
    font-size: 16px;
    line-height: 1.1875;
  }
}

/* Access */
.p-about__access {
  padding: 71px 0 75px;
}
@media screen and (min-width:1240px) {
  .p-about__access {
    max-width: 960px;
    margin-inline: auto;
  }
}
@media screen and (min-width:1240px) {
  .p-about__access {
    max-width: 984px;
  }
}
@media screen and (min-width:1440px) {
  .p-about__access {
    max-width: initial;
    margin-inline: initial;
  }
}

.p-about__access-inner {
  max-width: 1170px;
  margin-inline: auto;
  padding: 0 25px;
}
@media screen and (min-width:1024px) {
  .p-about__access-inner {
    padding: 0 128px 0;
  }
}
@media screen and (min-width:1240px) {
  .p-about__access-inner {
    max-width: initial;
    padding: 0;
  }
}
@media screen and (min-width:1440px) {
  .p-about__access-inner {
    max-width: 1170px;
    padding: 0 25px;
  }
}

.p-about__access-content {
  margin-top: 45px;
}
@media screen and (min-width:500px) {
  .p-about__access-content {
    width: 75%;
    margin: 45px auto 0;
  }
}
@media screen and (min-width:1024px) {
  .p-about__access-content {
    width: initial;
  }
}

.p-about__access-map {
  aspect-ratio: 325/200;
  -webkit-filter: grayscale(0.9);
          filter: grayscale(0.9);
}
@media screen and (min-width:1024px) {
  .p-about__access-map {
    aspect-ratio: 1120/267;
  }
}
.p-about__access-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > service */
/* Feature */
.p-service__feature {
  padding: 80px 0 74px;
  background-image: url(../img/service/feature-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .p-service__feature {
    padding: 114px 0 116px;
    background-image: url(../img/service/feature-bg.webp);
  }
}
@media screen and (min-width:1024px) {
  .p-service__feature {
    padding: 114px 128px 116px;
  }
}
@media screen and (min-width:1240px) {
  .p-service__feature {
    padding: 114px 0 116px;
  }
}

@media screen and (min-width:1024px) {
  .p-service__feature-inner {
    padding: 0;
  }
}
@media screen and (min-width:1240px) {
  .p-service__feature-inner {
    max-width: 984px;
  }
}
@media screen and (min-width:1440px) {
  .p-service__feature-inner {
    max-width: 1170px;
  }
}

@media screen and (min-width:600px) {
  .p-service__reason-heading {
    width: 75%;
    margin-inline: auto;
    -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;
  }
}
@media screen and (min-width:1024px) {
  .p-service__reason-heading {
    width: initial;
    margin-inline: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-service__reason-heading .c-section-heading__en {
  line-height: 1.3;
}
@media screen and (min-width:768px) {
  .p-service__reason-heading .c-section-heading__en {
    line-height: 1.5;
  }
}
@media screen and (min-width:1024px) {
  .p-service__reason-heading .c-section-heading__en {
    line-height: 1;
  }
}

.p-service__feature-lead {
  margin-top: 37px;
}
@media screen and (min-width:600px) {
  .p-service__feature-lead {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:768px) {
  .p-service__feature-lead {
    margin-top: 42px;
  }
}
@media screen and (min-width:1024px) {
  .p-service__feature-lead {
    width: initial;
    margin-inline: initial;
  }
}

.p-service__feature-lead-main {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.563rem, 1.451rem + 0.46vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  .p-service__feature-lead-main {
    line-height: 1.75;
  }
}

.p-service__feature-lead-sub {
  margin-top: 17px;
  font-size: 12px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-weight: 500;
  line-height: 2.0833333333;
}
@media screen and (min-width:768px) {
  .p-service__feature-lead-sub {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.1428571429;
  }
}

.p-service__feature-items {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width:600px) {
  .p-service__feature-items {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-service__feature-items {
    margin-top: 44px;
    width: initial;
    margin-inline: initial;
  }
}

.p-service__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width:1024px) {
  .p-service__feature-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 35px;
  }
}
@media screen and (min-width:1240px) {
  .p-service__feature-item {
    gap: 70px;
  }
}
@media screen and (min-width:1024px) {
  .p-service__feature-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width:1024px) {
  .p-service__feature-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
            flex: 0 0 350px;
  }
}
@media screen and (min-width:1240px) {
  .p-service__feature-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 485px;
            flex: 0 0 485px;
  }
}
.p-service__feature-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width:1024px) {
  .p-service__feature-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.p-service__feature-point {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 8px;
  color: #fff;
  background: linear-gradient(167deg, #0A3A39 5.22%, #116461 100%);
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (min-width:1024px) {
  .p-service__feature-point {
    padding: 2px 12px;
    font-size: 30px;
    line-height: 1.2;
  }
}

.p-service__feature-textarea {
  margin-top: 10px;
}

.p-service__feature-title {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (min-width:1024px) {
  .p-service__feature-title {
    line-height: 1.75;
  }
}

.p-service__feature-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.0833333333;
}
@media screen and (min-width:1024px) {
  .p-service__feature-text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

/* Reason */
.p-service__reason {
  padding: 67px 0 80px;
  background-image: url(../img/service/reason-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* 削除 */
  display: none;
}
@media screen and (min-width:768px) {
  .p-service__reason {
    padding: 114px 0 130px;
    background-image: url(../img/service/reason-bg.webp);
  }
}
@media screen and (min-width:1024px) {
  .p-service__reason {
    padding: 114px 128px 130px;
  }
}
@media screen and (min-width:1240px) {
  .p-service__reason {
    padding: 114px 0 130px;
  }
}

@media screen and (min-width:1024px) {
  .p-service__reason-inner {
    padding: 0;
  }
}
@media screen and (min-width:1240px) {
  .p-service__reason-inner {
    max-width: 984px;
  }
}
@media screen and (min-width:1440px) {
  .p-service__reason-inner {
    max-width: 1170px;
    padding: 0 25px;
  }
}

@media screen and (min-width:500px) {
  .p-service__reason-heading-block {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-service__reason-heading-block {
    width: initial;
    margin-inline: initial;
  }
}

.p-service__reason-heading {
  gap: 6px;
}
@media screen and (min-width:768px) {
  .p-service__reason-heading {
    gap: 0;
  }
}
.p-service__reason-lead {
  margin-top: 37px;
}
@media screen and (min-width:500px) {
  .p-service__reason-lead {
    width: 75%;
    margin: 37px auto 0;
  }
}
@media screen and (min-width:1024px) {
  .p-service__reason-lead {
    width: initial;
  }
}

.p-service__reason-title {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  .p-service__reason-title {
    font-size: 32px;
    line-height: 1.75;
  }
}

.p-service__reason-text {
  margin-top: 17px;
  font-size: 12px;
  color: #fff;
  line-height: 2.0833333333;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media screen and (min-width:1024px) {
  .p-service__reason-text {
    margin-top: 31px;
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

.p-service__reason-content {
  margin-top: 46px;
}
@media screen and (min-width:500px) {
  .p-service__reason-content {
    width: 75%;
    margin: 46px auto 0;
  }
}
@media screen and (min-width:1024px) {
  .p-service__reason-content {
    width: initial;
  }
}

.p-service_reason-table .table-row {
  display: grid;
  grid-template-columns: 75px 1fr 1fr;
  height: 80px;
}
@media screen and (min-width:600px) {
  .p-service_reason-table .table-row {
    grid-template-columns: 175px 1fr 1fr;
  }
}
@media screen and (min-width:1440px) {
  .p-service_reason-table .table-row {
    grid-template-columns: 244px 1fr 1fr;
    height: 150px;
  }
}
.p-service_reason-table .table-row.--short {
  height: 50px;
}
@media screen and (min-width:1440px) {
  .p-service_reason-table .table-row.--short {
    height: 150px;
  }
}
.p-service_reason-table .table-row:first-of-type {
  border-right: 1px solid #333333;
}
.p-service_reason-table .table-row:first-of-type .table-head:not(.--nbsp) {
  min-width: 125px;
}
@media screen and (min-width:1440px) {
  .p-service_reason-table .table-row:first-of-type .table-head:not(.--nbsp) {
    min-width: 438px;
  }
}
.p-service_reason-table .table-row:not(:last-of-type) {
  border-bottom: 1px solid #333333;
}
.p-service_reason-table .table-row:not(:last-of-type) .table-head {
  border-bottom: 1px solid #fff;
}
.p-service_reason-table .table-row:not(:last-of-type) .table-head.--no-border-bottom {
  border-bottom: none;
}
.p-service_reason-table .table-row:last-of-type {
  border-bottom: 1px solid #333333;
}
.p-service_reason-table .table-head {
  background-color: #333333;
  color: #fff;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6666666667;
}
@media screen and (min-width:1440px) {
  .p-service_reason-table .table-head {
    font-size: 20px;
    line-height: 1.5;
  }
}
.p-service_reason-table .table-head.--nbsp {
  background-color: transparent;
}
.p-service_reason-table .table-head.--bg-white {
  background-color: #fff;
  color: #333333;
}
.p-service_reason-table .table-head.--has-img {
  display: grid;
  place-items: center;
  border-right: 1px solid #333333;
}
.p-service_reason-table .table-head.--has-img img {
  width: 80px;
}
@media screen and (min-width:1440px) {
  .p-service_reason-table .table-head.--has-img img {
    width: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-service_reason-table .table-head.--text-center {
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (min-width:1440px) {
  .p-service_reason-table .table-head.--text-center {
    font-size: 25px;
    line-height: 1.2;
  }
}
.p-service_reason-table .table-data {
  background-color: #fff;
  display: grid;
  place-items: center;
  border-right: 1px solid #333333;
}
.p-service_reason-table .table-data .wrap {
  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;
  gap: 5px;
}
@media screen and (min-width:1440px) {
  .p-service_reason-table .table-data .wrap {
    gap: 2px;
  }
}
.p-service_reason-table .table-data .icon {
  width: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:1440px) {
  .p-service_reason-table .table-data .icon {
    width: 58px;
  }
}
@media screen and (min-width:1440px) {
  .p-service_reason-table .table-data .icon.--bar {
    width: 47px;
  }
}
.p-service_reason-table .table-data .text {
  font-size: 12px;
  color: #116461;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width:1440px) {
  .p-service_reason-table .table-data .text {
    font-size: 20px;
    line-height: 1.5;
  }
}

/* Process */
.p-service__process {
  padding: 67px 0 80px;
  background-image: url(../img/top/success-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .p-service__process {
    background-image: url(../img/service/reason-bg-new.webp);
    padding: 108px 0 130px;
  }
}
@media screen and (min-width:1024px) {
  .p-service__process {
    padding: 144px 128px 130px;
  }
}
@media screen and (min-width:1240px) {
  .p-service__process {
    padding: 144px 0 130px;
  }
}
@media screen and (min-width:600px) {
  .p-service__process-heading-block {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-service__process-heading-block {
    width: initial;
    margin-inline: initial;
  }
}

@media screen and (min-width:1024px) {
  .p-service__process-inner {
    padding: 0;
  }
}
@media screen and (min-width:1240px) {
  .p-service__process-inner {
    max-width: 984px;
    margin-inline: auto;
  }
}
@media screen and (min-width:1440px) {
  .p-service__process-inner {
    padding: 0 25px;
    max-width: 1170px;
  }
}

.p-service__process-lead {
  margin-top: 37px;
}
@media screen and (min-width:500px) {
  .p-service__process-lead {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-service__process-lead {
    width: initial;
    margin-inline: initial;
    margin-top: 25px;
  }
}

.p-service__process-lead-text {
  font-size: 12px;
  line-height: 2.0833333333;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width:1024px) {
  .p-service__process-lead-text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

.p-service__process-content {
  margin-top: 24px;
}
@media screen and (min-width:768px) {
  .p-service__process-content {
    margin-top: 42px;
  }
}

.p-service__process-items {
  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;
  gap: 28px;
}
@media screen and (min-width:600px) {
  .p-service__process-items {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-service__process-items {
    width: initial;
    margin-inline: initial;
    gap: 50px;
  }
}

.p-service__process-item {
  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;
  gap: 14px;
  padding: 20px 20px 14px;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-service__process-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    min-height: 192px;
    padding: 0 33px 0 60px;
  }
}
.p-service__process-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
  display: inline-block;
  width: 70px;
  height: 25px;
  background-image: url(../img/service/process-triangle-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width:1024px) {
  .p-service__process-item:not(:last-of-type)::after {
    width: 90px;
    height: 32px;
    bottom: -24px;
  }
}
@media screen and (min-width:1024px) {
  .p-service__process-item.--01 {
    gap: 58px;
    padding: 0 33px 0 60px;
  }
}
@media screen and (min-width:1024px) {
  .p-service__process-item.--02 {
    gap: 68px;
    padding: 0 33px 0 70px;
  }
}
@media screen and (min-width:1024px) {
  .p-service__process-item.--03 {
    gap: 55px;
    padding: 0 33px 0 59px;
  }
}
@media screen and (min-width:1024px) {
  .p-service__process-item.--04 {
    gap: 89px;
    padding: 0 33px 0 89px;
  }
}
@media screen and (min-width:1024px) {
  .p-service__process-item.--05 {
    gap: 50px;
    padding: 0 33px 0 52px;
  }
}
@media screen and (min-width:1024px) {
  .p-service__process-item.--06 {
    gap: 54px;
    padding: 0 33px 0 51px;
    min-height: 251px;
  }
}

.p-service__process-img {
  margin-inline: auto;
}
@media screen and (min-width:1024px) {
  .p-service__process-img {
    width: initial;
    margin-inline: initial;
  }
}
.p-service__process-img.--01 {
  width: 112px;
}
@media screen and (min-width:1024px) {
  .p-service__process-img.--01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 147px;
            flex: 0 0 147px;
  }
}
.p-service__process-img.--02 {
  width: 100px;
}
@media screen and (min-width:1024px) {
  .p-service__process-img.--02 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 127px;
            flex: 0 0 127px;
  }
}
.p-service__process-img.--03 {
  width: 131px;
}
@media screen and (min-width:1024px) {
  .p-service__process-img.--03 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
.p-service__process-img.--04 {
  width: 65px;
}
@media screen and (min-width:1024px) {
  .p-service__process-img.--04 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87px;
            flex: 0 0 87px;
  }
}
.p-service__process-img.--05 {
  width: 150px;
}
@media screen and (min-width:1024px) {
  .p-service__process-img.--05 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 163px;
            flex: 0 0 163px;
  }
}
.p-service__process-img.--06 {
  width: 118px;
}
@media screen and (min-width:1024px) {
  .p-service__process-img.--06 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }
}
.p-service__process-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service__process-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #116461;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width:1024px) {
  .p-service__process-title {
    text-align: left;
    font-size: 30px;
    line-height: 1;
  }
}

.p-service__process-textarea {
  margin-top: 7px;
}
@media screen and (min-width:1024px) {
  .p-service__process-textarea {
    margin-top: 18px;
  }
}

.p-service__process-text {
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.0833333333;
}
@media screen and (min-width:1024px) {
  .p-service__process-text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

/* object > project > success */
.p-success__contents {
  padding: 60px 0 60px;
  background-color: #EFEFEF;
}
@media screen and (min-width:768px) {
  .p-success__contents {
    padding: 130px 0 130px;
  }
}

@media screen and (min-width:1024px) {
  .p-success__inner {
    padding: 0 128px;
  }
}
@media screen and (min-width:1240px) {
  .p-success__inner {
    max-width: 984px;
    padding: 0;
  }
}
@media screen and (min-width:1440px) {
  .p-success__inner {
    max-width: 1170px;
    padding: 0 25px;
  }
}

.p-success__cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width:500px) {
  .p-success__cards {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:900px) {
  .p-success__cards {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    row-gap: 35px;
  }
}
@media screen and (min-width:1024px) {
  .p-success__cards {
    width: initial;
    margin-inline: initial;
  }
}
@media screen and (min-width:1240px) {
  .p-success__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-success__card {
  background-color: #fff;
  padding: 10px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:1024px) {
  .p-success__card {
    min-height: 617px;
    padding: 24px 20px 30px;
  }
}

.p-success__card-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: 1px solid #333333;
}
@media screen and (min-width:1024px) {
  .p-success__card-title {
    font-size: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333333;
  }
}

.p-success__card-textarea {
  margin-top: 13px;
}
@media screen and (min-width:1024px) {
  .p-success__card-textarea {
    margin-top: 21px;
  }
}

.p-success__card-block:not(:first-of-type) {
  margin-top: 1em;
}

.p-success__card-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 2.0833333333;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
@media screen and (min-width:1024px) {
  .p-success__card-text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

.p-success__card-meta {
  padding-top: 13px;
  margin-top: auto;
}
@media screen and (min-width:768px) {
  .p-success__card-meta {
    padding-top: 22px;
  }
}

.p-success__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #116461;
  padding: 0 4px;
  min-height: 21px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width:1024px) {
  .p-success__tag {
    min-height: 24px;
    font-size: 14px;
  }
}

/* object > project > recruit */
/* Features */
.p-recruit__features {
  padding: 68px 0 74px;
  background-image: url(../img/recruit/features-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .p-recruit__features {
    padding: 108px 0 142px;
    background-image: url(../img/recruit/features-bg.webp);
  }
}
@media screen and (min-width:1024px) {
  .p-recruit__features {
    padding: 108px 128px 142px;
  }
}
@media screen and (min-width:1440px) {
  .p-recruit__features {
    padding: 108px 0 142px;
  }
}

@media screen and (min-width:1024px) {
  .p-recruit__features-inner {
    padding: 0;
  }
}
@media screen and (min-width:1240px) {
  .p-recruit__features-inner {
    max-width: 984px;
    padding: 0 25px;
  }
}
@media screen and (min-width:1440px) {
  .p-recruit__features-inner {
    max-width: 1170px;
  }
}

@media screen and (min-width:600px) {
  .p-recruit__features-heading-block {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-recruit__features-heading-block {
    width: initial;
    margin-inline: initial;
  }
}

@media screen and (min-width:1024px) {
  .p-recruit__features-heading {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-recruit__features-content {
  margin-top: 45px;
}
@media screen and (min-width:768px) {
  .p-recruit__features-content {
    margin-top: 36px;
  }
}

.p-recruit__features-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px;
}
@media screen and (min-width:600px) {
  .p-recruit__features-items {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:768px) {
  .p-recruit__features-items {
    gap: 59px;
  }
}
@media screen and (min-width:1024px) {
  .p-recruit__features-items {
    width: initial;
    margin-inline: initial;
  }
}

.p-recruit__features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 43px;
}
@media screen and (min-width:1024px) {
  .p-recruit__features-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
@media screen and (min-width:1240px) {
  .p-recruit__features-item {
    gap: 70px;
  }
}
@media screen and (min-width:1024px) {
  .p-recruit__features-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-recruit__features-photo {
  position: relative;
}
@media screen and (min-width:1024px) {
  .p-recruit__features-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 385px;
            flex: 0 0 385px;
  }
}
@media screen and (min-width:1240px) {
  .p-recruit__features-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 485px;
            flex: 0 0 485px;
  }
}
.p-recruit__features-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__features-number {
  position: absolute;
  display: inline-grid;
  place-items: center;
  top: -10px;
  left: -10px;
  color: #fff;
  background: linear-gradient(167deg, #0A3A39 5.22%, #116461 100%);
  width: clamp(3.125rem, 2.597rem + 2.25vw, 4.625rem);
  height: clamp(3.125rem, 2.597rem + 2.25vw, 4.625rem);
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.188rem, 1.747rem + 1.88vw, 3.438rem);
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (min-width:1024px) {
  .p-recruit__features-number {
    top: -20px;
    left: -20px;
  }
}
.p-recruit__features-number.--reverse {
  left: initial;
  right: -10px;
}
@media screen and (min-width:1024px) {
  .p-recruit__features-number.--reverse {
    right: -20px;
  }
}

.p-recruit__features-tile {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.563rem, 1.408rem + 0.66vw, 2rem);
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (min-width:1024px) {
  .p-recruit__features-tile {
    line-height: 1.75;
  }
}

.p-recruit__features-textarea {
  margin-top: 15px;
}
@media screen and (min-width:1024px) {
  .p-recruit__features-textarea {
    margin-top: 10px;
  }
}

.p-recruit__features-text {
  font-size: 12px;
  line-height: 2.0833333333;
  font-weight: 500;
}
@media screen and (min-width:1024px) {
  .p-recruit__features-text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

/* Person */
.p-recruit__person {
  padding: 67px 0 75px;
  background-image: url(../img/recruit/person-bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .p-recruit__person {
    padding: 108px 0 124px;
    background-image: url(../img/recruit/person-bg.webp);
  }
}
@media screen and (min-width:1024px) {
  .p-recruit__person {
    padding: 108px 128px 124px;
  }
}
@media screen and (min-width:1240px) {
  .p-recruit__person {
    padding: 108px 0 124px;
  }
}

.p-recruit__person-inner {
  max-width: 1170px;
  margin-left: auto;
  padding-left: 25px;
}
@media screen and (min-width:1024px) {
  .p-recruit__person-inner {
    margin-right: auto;
    padding-left: 0;
  }
}
@media screen and (min-width:1240px) {
  .p-recruit__person-inner {
    max-width: 984px;
  }
}
@media screen and (min-width:1440px) {
  .p-recruit__person-inner {
    padding-left: 25px;
    max-width: 1170px;
    margin-left: auto;
  }
}

@media screen and (min-width:600px) {
  .p-recruit__person-heading-block {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-recruit__person-heading-block {
    width: initial;
    margin-inline: initial;
  }
}

@media screen and (min-width:1024px) {
  .p-recruit__person-heading {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-recruit__person-content {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width:600px) {
  .p-recruit__person-content {
    width: 75%;
    margin: 14px auto 0;
  }
}
@media screen and (min-width:1024px) {
  .p-recruit__person-content {
    width: initial;
    margin: 35px auto 0;
    gap: 37px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width:1240px) {
  .p-recruit__person-content {
    gap: 47px;
  }
}
@media screen and (min-width:1440px) {
  .p-recruit__person-content {
    gap: 67px;
  }
}

@media screen and (min-width:1024px) {
  .p-recruit__person-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
@media screen and (min-width:1240px) {
  .p-recruit__person-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 485px;
            flex: 0 0 485px;
  }
}
.p-recruit__person-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit__person-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
  padding-right: 25px;
}
@media screen and (min-width:1024px) {
  .p-recruit__person-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.p-recruit__person-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.p-recruit__person-title .bg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding: 0 4px;
  background-color: #fff;
}
.p-recruit__person-title .text {
  display: inline-block;
  color: #116461;
  background: linear-gradient(167deg, #0A3A39 5.22%, #116461 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (min-width:1024px) {
  .p-recruit__person-title {
    display: none;
  }
}

.p-recruit__person-title-pc {
  display: none;
}
@media screen and (min-width:1024px) {
  .p-recruit__person-title-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .p-recruit__person-title-pc .bg {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    padding: 0 8px;
    background-color: #fff;
  }
  .p-recruit__person-title-pc .text {
    display: inline-block;
    color: #116461;
    background: linear-gradient(167deg, #0A3A39 5.22%, #116461 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-weight: 900;
    line-height: 1.75;
  }
}
@media screen and (min-width:1024px) and (min-width:1240px) {
  .p-recruit__person-title-pc .text {
    font-size: 24px;
  }
}
@media screen and (min-width:1024px) and (min-width:1440px) {
  .p-recruit__person-title-pc .text {
    font-size: 31px;
  }
}

.p-recruit__person-textarea {
  margin-top: 3px;
}
@media screen and (min-width:1024px) {
  .p-recruit__person-textarea {
    margin-top: 11px;
    max-width: 565px;
  }
}

.p-recruit__person-text {
  color: #fff;
  line-height: 2.0833333333;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width:1024px) {
  .p-recruit__person-text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

/* Recruitment */
.p-recruit__recruit {
  position: relative;
  padding: 67px 0 80px;
  background-image: url(../img/recruit/recruit-bg.webp);
  background-repeat: no-repeat;
  background-size: 540%;
  background-position: top;
}
@media screen and (min-width:500px) {
  .p-recruit__recruit {
    background-size: 390%;
  }
}
@media screen and (min-width:600px) {
  .p-recruit__recruit {
    background-size: 320%;
  }
}
@media screen and (min-width:768px) {
  .p-recruit__recruit {
    background-size: 240%;
  }
}
@media screen and (min-width:800px) {
  .p-recruit__recruit {
    background-size: 235%;
  }
}
@media screen and (min-width:900px) {
  .p-recruit__recruit {
    background-size: 210%;
  }
}
@media screen and (min-width:1024px) {
  .p-recruit__recruit {
    background-size: 165%;
    padding: 108px 128px 122px;
  }
}
@media screen and (min-width:1240px) {
  .p-recruit__recruit {
    background-size: 140%;
    padding: 108px 0 122px;
  }
}
@media screen and (min-width:1440px) {
  .p-recruit__recruit {
    background-size: 120%;
  }
}
@media screen and (min-width:1600px) {
  .p-recruit__recruit {
    background-size: 105%;
  }
}

@media screen and (min-width:1240px) {
  .p-recruit__recruit-inner {
    max-width: 984px;
  }
}
@media screen and (min-width:1440px) {
  .p-recruit__recruit-inner {
    max-width: 1170px;
  }
}

@media screen and (min-width:500px) {
  .p-recruit__recruit-heading {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-recruit__recruit-heading {
    width: initial;
    margin-inline: initial;
  }
}

.p-recruit__recruit-content {
  position: relative;
  margin-top: 46px;
  z-index: 1;
}
@media screen and (min-width:500px) {
  .p-recruit__recruit-content {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1024px) {
  .p-recruit__recruit-content {
    width: initial;
    margin-inline: initial;
    margin-top: 35px;
  }
}

.p-recruit__recruit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}
@media screen and (min-width:768px) {
  .p-recruit__recruit-list {
    gap: 56px;
  }
}

.p-recruit__recruit-list-item {
  position: relative;
  cursor: pointer;
}
.p-recruit__recruit-list-item.is-open .p-recruit__recruit-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-recruit__recruit-icon {
  position: absolute;
  top: 26px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (min-width:768px) {
  .p-recruit__recruit-icon {
    width: 48px;
    height: 48px;
  }
}
.p-recruit__recruit-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 12px;
  height: 7px;
  background-image: url(../img/common/icon-arrow-down-white.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width:768px) {
  .p-recruit__recruit-icon::after {
    width: 17px;
    height: 10px;
  }
}

.p-recruit__recruit-list-inner {
  padding-top: 24px;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width:1024px) {
  .p-recruit__recruit-list-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.p-recruit__recruit-term {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-recruit__recruit-term {
    font-size: 32px;
  }
}
@media screen and (min-width:1024px) {
  .p-recruit__recruit-term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}
@media screen and (min-width:1240px) {
  .p-recruit__recruit-term {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 314px;
            flex: 0 0 314px;
  }
}

.p-recruit__recruit-desc {
  color: #fff;
}
@media screen and (min-width:1024px) {
  .p-recruit__recruit-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.p-recruit__recruit-desc .desc-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width:768px) {
  .p-recruit__recruit-desc .desc-section {
    gap: 24px;
  }
}
.p-recruit__recruit-desc .desc-container {
  margin-top: 8px;
  padding-left: 3px;
}
@media screen and (min-width:768px) {
  .p-recruit__recruit-desc .desc-container {
    margin-top: 11px;
    padding-left: 10px;
  }
}
.p-recruit__recruit-desc .desc-item-block:not(:first-of-type) {
  margin-top: 1.5em;
}
@media screen and (min-width:1024px) {
  .p-recruit__recruit-desc .desc-item {
    padding-right: 50px;
  }
}
.p-recruit__recruit-desc .desc-item,
.p-recruit__recruit-desc .desc-sub-title {
  font-size: 12px;
  line-height: 2.0833333333;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .p-recruit__recruit-desc .desc-item,
  .p-recruit__recruit-desc .desc-sub-title {
    font-size: 14px;
    line-height: 1.5;
  }
}
.p-recruit__recruit-desc .desc-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .p-recruit__recruit-desc .desc-title {
    font-size: 19px;
  }
}

/* layout:member section */
/* member */
@media screen and (min-width:1024px) {
  .p-member__inner {
    padding: 0 78px;
  }
}
@media screen and (min-width:1440px) {
  .p-member__inner {
    padding: 0;
    max-width: 1170px;
  }
}

.p-member__contents {
  padding: 80px 0 80px;
}
@media screen and (min-width:1024px) {
  .p-member__contents {
    padding: 130px 0 127px;
  }
}

.p-member__cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
@media screen and (min-width:500px) {
  .p-member__cards {
    width: 75%;
    margin-inline: auto;
  }
}
@media screen and (min-width:768px) {
  .p-member__cards {
    width: calc(75% + 25px);
  }
}
@media screen and (min-width:900px) {
  .p-member__cards {
    width: 75%;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    row-gap: 50px;
  }
}
@media screen and (min-width:1024px) {
  .p-member__cards {
    width: initial;
    margin-inline: initial;
  }
}
@media screen and (min-width:1240px) {
  .p-member__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-member__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 461px;
}
@media screen and (min-width:1024px) {
  .p-member__card {
    min-height: 641px;
  }
}

.p-member__photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-member__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: linear-gradient(167deg, #0A3A39 5.22%, #116461 100%);
  padding: 18px 10px 14px;
}
@media screen and (min-width:1024px) {
  .p-member__body {
    padding: 26px 22px 13px;
  }
}

.p-member__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.p-member__position {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
}
@media screen and (min-width:1024px) {
  .p-member__position {
    font-size: 15px;
    line-height: 1.2;
  }
}

.p-member__name {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width:1024px) {
  .p-member__name {
    font-size: 33px;
  }
}

.p-member__textarea {
  margin-top: 10px;
}
@media screen and (min-width:1024px) {
  .p-member__textarea {
    margin-top: 12px;
  }
}

.p-member__text {
  color: #fff;
  font-size: 12px;
  line-height: 2.0833333333;
  font-weight: 400;
}
@media screen and (min-width:1024px) {
  .p-member__text {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

/* object > project > contact */
.p-contact__contents {
  padding: 80px 0 80px;
  background-color: #EFEFEF;
}
@media screen and (min-width:768px) {
  .p-contact__contents {
    padding: 130px 0 130px;
  }
}

.p-contact__content {
  background-color: #fff;
  padding: 42px 10px 50px;
}
@media screen and (min-width:768px) {
  .p-contact__content {
    padding: 38px 50px 50px;
  }
}

.p-contact__lead-text {
  text-align: center;
  font-size: 12px;
  line-height: 2.0833333333;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .p-contact__lead-text {
    font-size: 14px;
    line-height: 2.8571428571;
  }
}

.p-contact__form {
  margin-top: 42px;
}
@media screen and (min-width:768px) {
  .p-contact__form {
    margin-top: 40px;
  }
}

/* object > project > thanks */
.p-thanks__contents {
  padding: 80px 0 80px;
  background-color: #EFEFEF;
}
@media screen and (min-width:768px) {
  .p-thanks__contents {
    padding: 130px 0 130px;
  }
}

.p-thanks__content {
  background-color: #fff;
  padding: 44px 10px 50px;
}
@media screen and (min-width:768px) {
  .p-thanks__content {
    padding: 48px 50px 50px;
  }
}

.p-thanks__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .p-thanks__title {
    font-size: 30px;
    line-height: 1.0666666667;
  }
}

.p-thanks__message {
  margin-top: 36px;
}
@media screen and (min-width:768px) {
  .p-thanks__message {
    margin-top: 21px;
  }
}

.p-thanks__message-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.0833333333;
  text-align: center;
}
@media screen and (min-width:768px) {
  .p-thanks__message-text {
    font-size: 14px;
    line-height: 2.2857142857;
  }
}
.p-thanks__message-text:not(:first-of-type) {
  margin-top: 1.5em;
}
@media screen and (min-width:768px) {
  .p-thanks__message-text:not(:first-of-type) {
    margin-top: 2em;
  }
}

.p-thanks__btn-wrap {
  margin-top: 44px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .p-thanks__btn-wrap {
    margin-top: 47px;
  }
}

/* object > project > policy */
.p-privacy__contents {
  background-color: #EFEFEF;
  padding: 65px 0 65px;
}
@media screen and (min-width:768px) {
  .p-privacy__contents {
    padding: 131px 0 130px;
  }
}

.p-privacy__content {
  background-color: #fff;
  padding: 23px 25px 46px;
}
@media screen and (min-width:768px) {
  .p-privacy__content {
    padding: 46px 50px 72px;
  }
}

.p-privacy__section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
  gap: 40px;
}
@media screen and (min-width:768px) {
  .p-privacy__section-wrap {
    margin-top: 50px;
    gap: 50px;
  }
}

.p-privacy__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width:768px) {
  .p-privacy__title {
    font-size: 30px;
    line-height: 1.2;
  }
}

* .p-privacy__sub-title {
  margin-top: 14px;
}
@media screen and (min-width:768px) {
  * .p-privacy__sub-title {
    margin-top: 36px;
  }
}

.p-privacy__sub-section + .p-privacy__sub-section {
  margin-top: 18px;
}
@media screen and (min-width:768px) {
  .p-privacy__sub-section + .p-privacy__sub-section {
    margin-top: 36px;
  }
}

.p-privacy__sub-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (min-width:768px) {
  .p-privacy__sub-title {
    font-size: 19px;
    line-height: 1.7368421053;
  }
}
.p-privacy__sub-title + * {
  margin-top: 18px;
}
@media screen and (min-width:768px) {
  .p-privacy__sub-title + * {
    margin-top: 36px;
  }
}

.p-privacy__textarea {
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .p-privacy__textarea {
    margin-top: 36px;
  }
}

.p-privacy__sub-textarea {
  margin-top: 8px;
}
@media screen and (min-width:768px) {
  .p-privacy__sub-textarea {
    margin-top: 16px;
  }
}

.p-privacy__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width:768px) {
  .p-privacy__text {
    line-height: 2.1428571429;
  }
}
.p-privacy__text + .p-privacy__text {
  margin-top: 18px;
}
@media screen and (min-width:768px) {
  .p-privacy__text + .p-privacy__text {
    margin-top: 36px;
  }
}
.p-privacy__text .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.p-privacy__text .wrap.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-privacy__text .wrap .mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
}
.p-privacy__text .wrap .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.p-privacy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-privacy__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width:768px) {
  .p-privacy__list-item {
    line-height: 2.1428571429;
  }
}
.p-privacy__list-item .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
}
.p-privacy__list-item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.p-privacy__end-text {
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  .p-privacy__end-text {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

/* object > utility > display */
.u-sm-inline-display {
  display: none;
}
@media screen and (min-width:500px) {
  .u-sm-inline-display {
    display: inline;
  }
}

.u-tab-inline-display {
  display: none;
}
@media screen and (min-width:768px) {
  .u-tab-inline-display {
    display: inline;
  }
}

.u-md-inline-display {
  display: none;
}
@media screen and (min-width:900px) {
  .u-md-inline-display {
    display: inline;
  }
}

.u-xl-inline-display {
  display: none;
}
@media screen and (min-width:900px) {
  .u-xl-inline-display {
    display: inline;
  }
}

.u-900-display-inline {
  display: none;
}
@media screen and (min-width:900px) {
  .u-900-display-inline {
    display: inline;
  }
}
@media screen and (min-width:1024px) {
  .u-900-display-inline {
    display: none;
  }
}

.u-pc-inline-display {
  display: none;
}
@media screen and (min-width:1024px) {
  .u-pc-inline-display {
    display: inline;
  }
}

.u-middle-inline-display {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .u-middle-inline-display {
    display: inline;
  }
}

.u-1200-inline-display {
  display: none;
}
@media (min-width: 1200px) {
  .u-1200-inline-display {
    display: inline;
  }
}
@media screen and (min-width:1440px) {
  .u-1200-inline-display {
    display: none;
  }
}

.u-lg-inline-display {
  display: none;
}
@media screen and (min-width:1240px) {
  .u-lg-inline-display {
    display: inline;
  }
}

.u-xl-inline-display {
  display: none;
}
@media screen and (min-width:1440px) {
  .u-xl-inline-display {
    display: inline;
  }
}

.u-tab-inline-none {
  display: inline;
}
@media screen and (min-width:768px) {
  .u-tab-inline-none {
    display: none;
  }
}

.u-pc-inline-none {
  display: inline;
}
@media screen and (min-width:1024px) {
  .u-pc-inline-none {
    display: none;
  }
}

.u-400-inline-none {
  display: inline;
}
@media (max-width: 400px) {
  .u-400-inline-none {
    display: none;
  }
}