@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure,
strong,
address {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

[type=text],
[type=email],
[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
  vertical-align: bottom;
}

button,
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

[type=radio],
[type=checkbox] {
  display: none;
}

select,
[type=date] {
  box-shadow: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
  border: 0;
}

/* 全ページ共有ベースコードリスタイル */
body {
  min-width: unset;
  padding-top: 108px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}
body #breadCrumbs,
body #headerArea,
body #footerArea {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 2;
}
// body.t-f #breadCrumbs {
//  background-color: #BC2A2C;
//}

@media screen and (max-width: 767px) {
  .logoDaigas img {
    display: inline;
  }
}

#headerArea, #footerArea {
  min-width: unset;
}

body header, body footer {
  min-width: unset;
}

@media screen and (min-width: 768px) {
  #headerArea .logoMain {
    width: 22.3611111111%;
    max-width: 322px;
  }
  .logoDaigas {
    width: 11.875%;
    max-width: 171px;
  }
  #footerNavi > .logoMain img {
    width: 100%;
    max-width: 322px;
  }
}
@media screen and (min-width: 1024px) {
  .naviGlobal {
    font-size: min(1.13vw, 14px);
  }
  .naviGlobal > li {
    margin-left: min(2.2vw, 30px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #headerArea .logoMain {
    width: 150px;
    margin-left: 10px;
  }
  .logoDaigas {
    width: 110px;
    margin-inline: 10px;
  }
  .lineSet {
    margin-right: 10px;
  }
  .naviLocal {
    font-size: 12px;
  }
  .naviLocal > li {
    margin-left: 14px;
  }
  .naviLocal > li:first-child {
    margin-left: 0;
  }
  .naviGlobal {
    font-size: 12px;
  }
  .naviGlobal > li {
    margin-left: 12px;
  }
  .naviGlobal > li:first-child {
    margin-left: 0;
  }
  .btnSearch > span {
    width: 25px;
    height: 25px;
    background-size: 9px auto;
  }
  .btnSearch > form {
    width: 260px;
    padding: 16px 20px;
  }
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/effort/vitality/noby/assets/fonts/work-sans-v24-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/effort/vitality/noby/assets/fonts/work-sans-v24-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/effort/vitality/noby/assets/fonts/work-sans-v24-latin-700.woff2") format("woff2");
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  html {
    font-size: calc(1000 / 1240 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(1000 / 375 * 1vw);
  }
}
@media screen and (max-width: 1180px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

body.no-scroll {
  overflow: hidden;
}

body main {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-size: max(1.6rem, 15px);
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  body main {
    font-size: 1.4rem;
    line-height: 1.58;
  }
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #333;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1360px;
  height: inherit;
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 3rem;
  }
}
.l-inner.is-narrow {
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .l-inner.is-narrow {
    max-width: 100%;
  }
}
.l-inner.is-short {
  max-width: 1060px;
}
@media screen and (max-width: 767px) {
  .l-inner.is-short {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner.is-sp-wide {
    padding-inline: 2rem;
  }
}

.c-section__title {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.c-section__title .en {
  font-size: max(12.8rem, 76.8px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-section__title .en {
    font-size: 4.2rem;
  }
}
.c-section__title .ja {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-section__title .ja {
    font-size: 1.8rem;
  }
}
.c-section__title .ja::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-section__title .ja::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__title .ja.is-sp-small {
    font-size: 1.6rem;
  }
}
.c-section__title .lead {
  font-size: max(2.4rem, 14.4px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-section__title .lead {
    font-size: 1.8rem;
  }
}
.c-section__title.is-center {
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section__title.is-sp-center {
    align-items: center;
    text-align: center;
  }
}
.c-section__title.is-blue .en {
  color: #0066B5;
}
.c-section__title.is-blue .ja {
  color: #0066B5;
}
.c-section__title.is-blue .ja::before {
  background-color: #0066B5;
}
.c-section__title.is-blue .lead {
  color: #0066B5;
}
.c-section__title.is-red .en {
  color: #BC2A2C;
}
.c-section__title.is-red .ja {
  color: #BC2A2C;
}
.c-section__title.is-red .ja::before {
  background-color: #BC2A2C;
}
.c-section__title.is-red .lead {
  color: #BC2A2C;
}
.c-section__title.is-white .en {
  color: #fff;
}
.c-section__title.is-white .ja {
  color: #fff;
}
.c-section__title.is-white .ja::before {
  background-color: #fff;
}
.c-section__title.is-white .lead {
  color: #fff;
}
.c-section__title.is-small .en {
  font-size: max(8rem, 48px);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-section__title.is-small .en {
    font-size: 4.2rem;
    letter-spacing: 0;
  }
}

.c-card__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-card__list {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }
}

.c-card__link.is-2col {
  display: flex;
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .c-card__link.is-2col {
    display: block;
    grid-column: span 1;
  }
}
.c-card__link.is-2col .c-card__img {
  aspect-ratio: 382/426;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-card__link.is-2col .c-card__img {
    aspect-ratio: 315/212;
  }
}
.c-card__link.is-2col .c-card__detail {
  width: 54.9528301887%;
  padding: 4rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-card__link.is-2col .c-card__detail {
    width: 100%;
    padding: 1.6rem 0.6rem;
  }
}
.c-card__link.is-2col .c-card__title .main::before {
  width: max(1.1rem, 7px);
  height: max(1.1rem, 7px);
}
@media screen and (max-width: 767px) {
  .c-card__link.is-2col .c-card__title .main::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-card__link.is-3col {
  display: flex;
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .c-card__link.is-3col {
    display: block;
    grid-column: span 1;
  }
}
.c-card__link.is-3col .c-card__img {
  aspect-ratio: 673/268;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-card__link.is-3col .c-card__img {
    aspect-ratio: 315/212;
  }
}
.c-card__link.is-3col .c-card__detail {
  width: 47.34375%;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .c-card__link.is-3col .c-card__detail {
    width: 100%;
    padding: 1.6rem 0.6rem;
  }
}
.c-card__link.is-3col .c-card__title .main::before {
  width: max(1.1rem, 7px);
  height: max(1.1rem, 7px);
}
@media screen and (max-width: 767px) {
  .c-card__link.is-3col .c-card__title .main::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.c-card__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  height: 100%;
}
.c-card__link.is-red {
  box-shadow: 4px 4px 0 #BC2A2C;
}
@media screen and (max-width: 767px) {
  .c-card__link.is-red {
    box-shadow: 0.4rem 0.4rem 0 #BC2A2C;
    border: 0.2rem solid #BC2A2C;
  }
}
.c-card__link.is-red .c-card__title .main {
  color: #BC2A2C;
}
.c-card__link.is-red .c-card__title .main::before {
  background-color: #BC2A2C;
}
.c-card__link.is-red .c-card__title .sub {
  color: #BC2A2C;
}
.c-card__link.is-blue {
  box-shadow: 4px 4px 0 #0066B5;
}
@media screen and (max-width: 767px) {
  .c-card__link.is-blue {
    box-shadow: 0.4rem 0.4rem 0 #0066B5;
    border: 0.2rem solid #0066B5;
  }
}
.c-card__link.is-blue .c-card__title .main {
  color: #0066B5;
}
.c-card__link.is-blue .c-card__title .main::before {
  background-color: #0066B5;
}
.c-card__link.is-blue .c-card__title .sub {
  color: #0066B5;
}
@media (hover: hover) {
  .c-card__link:hover.is-red .c-card__img {
    opacity: 0.8;
  }
  .c-card__link:hover.is-red .c-card__detail {
    background-color: #F8EFEF;
  }
  .c-card__link:hover.is-blue .c-card__img {
    opacity: 0.8;
  }
  .c-card__link:hover.is-blue .c-card__detail {
    background-color: #EFF3F8;
  }
}

.c-card__img {
  aspect-ratio: 416/268;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-card__img {
    aspect-ratio: 315/212;
  }
}
.c-card__img.is-high {
  aspect-ratio: 416/300;
}
@media screen and (max-width: 767px) {
  .c-card__img.is-high {
    aspect-ratio: 315/212;
  }
}

.c-card__detail {
  padding: 1.6rem 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-card__detail {
    padding: 1.6rem 0.6rem;
    align-items: center;
  }
}

.c-card__title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    text-align: center;
    gap: 1.2rem;
  }
}
.c-card__title .main {
  font-size: max(2.4rem, 14.4px);
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-card__title .main {
    font-size: 2rem;
    justify-content: center;
  }
}
.c-card__title .main::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-card__title .main::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-card__title .main.en {
  font-size: max(2.8rem, 16.8px);
  font-weight: 700;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-card__title .main.en {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__title .main.is-sp-left {
    text-align: left;
  }
}
.c-card__title .sub {
  font-size: max(1.8rem, 10.8px);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-card__title .sub {
    font-size: 1.6rem;
  }
}

.c-card__more {
  margin-top: 1.4rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-card__more {
    margin-left: 0;
  }
}

.c-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  padding: 2.2rem;
  border-radius: 100vmax;
  width: 100%;
  max-width: 300px;
  border: 1px solid #fff;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
    max-width: 29.5rem;
  }
}
.c-btn:link {
  color: #fff !important;
}
.c-btn::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-color: #fff;
  mask: url("/effort/vitality/noby/assets/images/common/icon_arrow.svg") no-repeat center/contain;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn::after {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.c-btn.is-blue {
  background-color: #0066B5;
  border-color: #0066B5;
}
@media (hover: hover) {
  .c-btn.is-blue:hover {
    background-color: #fff;
    color: #0066B5 !important;
  }
  .c-btn.is-blue:hover::after {
    background-color: #0066B5;
  }
}
.c-btn.is-red {
  background-color: #BC2A2C;
  border-color: #BC2A2C;
}
@media (hover: hover) {
  .c-btn.is-red:hover {
    background-color: #fff;
    color: #BC2A2C !important;
  }
  .c-btn.is-red:hover::after {
    background-color: #BC2A2C;
  }
}
.c-btn.is-green {
  background-color: #00B588;
  border-color: #00B588;
}
@media (hover: hover) {
  .c-btn.is-green:hover {
    background-color: #fff;
    color: #00B588 !important;
  }
  .c-btn.is-green:hover::after {
    background-color: #00B588;
  }
}
.c-btn.is-facebook {
  background-color: #0866FF;
  border-color: #0866FF;
  max-width: 320px;
  padding: 2.6rem 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-btn.is-facebook {
    max-width: 27.5rem;
  }
}
.c-btn.is-facebook::after {
  mask: url("/effort/vitality/noby/assets/images/common/icon_facebook.svg") no-repeat center/contain;
}
@media (hover: hover) {
  .c-btn.is-facebook:hover {
    background-color: #fff;
    color: #0866FF !important;
  }
  .c-btn.is-facebook:hover::after {
    background-color: #0866FF;
  }
}
.c-btn.c-btn--wire {
  background-color: #fff;
}
.c-btn.c-btn--wire.is-blue {
  color: #0066B5 !important;
}
.c-btn.c-btn--wire.is-blue::after {
  background-color: #0066B5;
}
@media (hover: hover) {
  .c-btn.c-btn--wire.is-blue:hover {
    background-color: #0066B5;
    color: #fff !important;
  }
  .c-btn.c-btn--wire.is-blue:hover::after {
    background-color: #fff;
  }
}
.c-btn.c-btn--wire.is-red {
  color: #BC2A2C !important;
}
.c-btn.c-btn--wire.is-red::after {
  background-color: #BC2A2C;
}
@media (hover: hover) {
  .c-btn.c-btn--wire.is-red:hover {
    background-color: #BC2A2C;
    color: #fff !important;
  }
  .c-btn.c-btn--wire.is-red:hover::after {
    background-color: #fff;
  }
}
.c-btn.c-btn--contact {
  max-width: 326px;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn.c-btn--contact {
    max-width: 31.5rem;
  }
}
.c-btn.c-btn--contact::after {
  mask: url("/effort/vitality/noby/assets/images/common/icon_contact.svg") no-repeat center/contain;
}

.c-btn__more {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Work Sans", sans-serif;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn__more {
    font-size: 1.4rem;
    gap: 0.8rem;
  }
}
.c-btn__more::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  mask: url("/effort/vitality/noby/assets/images/common/icon_arrow.svg") no-repeat center/contain;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn__more::before {
    width: 2rem;
    height: 2rem;
  }
}
.c-btn__more.is-blue::before {
  background-color: #0066B5;
}
.c-btn__more.is-red::before {
  background-color: #BC2A2C;
}
@media (hover: hover) {
  .c-btn__more:hover::before {
    transform: translateX(2px);
  }
  .c-btn__more:hover.is-red {
    color: #BC2A2C !important;
  }
  .c-btn__more:hover.is-blue {
    color: #0066B5 !important;
  }
}

.c-btn__moreWrap .c-btn__more {
  pointer-events: none;
}
@media (hover: hover) {
  .c-btn__moreWrap:hover .c-btn__more::before {
    transform: translateX(2px);
  }
  .c-btn__moreWrap:hover .c-btn__more.is-red {
    color: #BC2A2C !important;
  }
  .c-btn__moreWrap:hover .c-btn__more.is-blue {
    color: #0066B5 !important;
  }
}

.c-video__wrap {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .c-video__wrap {
    padding-top: 6rem;
  }
}
.c-video__wrap.is-bg {
  position: relative;
}
.c-video__wrap.is-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 103.1rem;
  clip-path: polygon(0 0, 100% 25.1rem, 100% 100%, 0 calc(100% - 25.1rem));
}
@media screen and (max-width: 767px) {
  .c-video__wrap.is-bg::before {
    display: none;
  }
}
.c-video__wrap.is-bg.is-blue::before {
  background-color: #EFF3F8;
}
.c-video__wrap.is-bg.is-red::before {
  background-color: #F8EFEF;
}

.c-video {
  max-width: 1060px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .c-video {
    max-width: 100%;
    padding-inline: 0;
  }
}

.c-video__inner {
  aspect-ratio: 16/9;
  position: relative;
}
.c-video__inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.c-img__accentWrap {
  padding: 1.9rem 1.4rem 1.5rem 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-img__accentWrap {
    padding: 1.1rem 0 0.9rem;
  }
}
.c-img__accentWrap::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 0.8rem;
  width: 16.5rem;
  height: 10.8rem;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-img__accentWrap::before {
    top: 0.6rem;
    right: -0.4rem;
    width: 9.6rem;
    height: 6.3rem;
  }
}
.c-img__accentWrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16.5rem;
  height: 10.8rem;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  pointer-events: none;
  z-index: 2;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .c-img__accentWrap::after {
    top: 0;
    right: -0.8rem;
    width: 9.6rem;
    height: 6.3rem;
  }
}
.c-img__accentWrap.is-red::before {
  background-color: #E6C2C2;
}
.c-img__accentWrap.is-red::after {
  background-color: #BC2A2C;
}
.c-img__accentWrap.is-blue::before {
  background-color: #BFD9ED;
}
.c-img__accentWrap.is-blue::after {
  background-color: #0066B5;
}
.c-img__accentWrap.is-deco-none {
  padding: 0 0 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-img__accentWrap.is-deco-none {
    padding: 0 0 0.9rem;
  }
}
.c-img__accentWrap.is-deco-none::before, .c-img__accentWrap.is-deco-none::after {
  display: none;
}
.c-img__accentWrap:has(.c-img__accent.is-deco-none) {
  padding: 1.9rem 1.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-img__accentWrap:has(.c-img__accent.is-deco-none) {
    padding: 1.1rem 0 0;
  }
}

.c-img__accent {
  position: relative;
}
.c-img__accent::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: -2rem;
  width: 14rem;
  height: 10rem;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-img__accent::before {
    bottom: -0.9rem;
    left: -1.2rem;
    width: 8.1rem;
    height: 5.8rem;
  }
}
.c-img__accent.is-red::before {
  background-color: #E6C2C2;
}
.c-img__accent.is-blue::before {
  background-color: #BFD9ED;
}
.c-img__accent.is-deco-none::before {
  display: none;
}

.p-mv {
  position: relative;
  padding-bottom: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-bottom: 2rem;
  }
}
.p-mv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 24.9rem;
  height: 28.3rem;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  opacity: 0.5;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    width: 7.9rem;
    height: 9rem;
  }
}
.p-mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50.2rem;
  height: 38.4rem;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-mv::after {
    width: 8.1rem;
    height: 6.2rem;
  }
}
.p-mv.is-blue::before {
  background-color: #0066B5;
}
.p-mv.is-blue::after {
  background-color: #CCE0F0;
  opacity: 0.81;
}
.p-mv.is-blue .p-mv__scrollText {
  color: #0066B5;
}
.p-mv.is-blue .p-mv__scrollArrow {
  background-color: #0066B5;
}
.p-mv.is-red::before {
  background-color: #BC2A2C;
}
.p-mv.is-red::after {
  background-color: #D77F80;
  opacity: 0.37;
}
.p-mv.is-red .p-mv__scrollText {
  color: #BC2A2C;
}
.p-mv.is-red .p-mv__scrollArrow {
  background-color: #BC2A2C;
}

.p-mv__video {
  width: 100%;
  aspect-ratio: 1440/810;
  position: relative;
}
.p-mv__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-mv__video .js-mvVideo {
  opacity: 0;
  transition: opacity 1s;
}
.p-mv__video .js-mvVideo.is-active {
  opacity: 1;
}

.p-mv__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  width: 100%;
  height: calc(100% - 6.6rem);
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    height: calc(100% - 2rem);
  }
}

.p-mv__title {
  color: #fff;
  font-size: max(9rem, 54px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 2.6rem;
  }
}

.p-mv__scroll {
  position: absolute;
  bottom: 1.2rem;
  right: 8rem;
  width: 18rem;
  height: 18rem;
  overflow: hidden;
  transition: opacity 0.3s;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-mv__scroll {
    width: 6.5rem;
    height: 6.5rem;
    bottom: 0;
    right: 1.4rem;
  }
}
@media (hover: hover) {
  .p-mv__scroll:hover {
    opacity: 0.7;
  }
}

.p-mv__scrollText {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: rotate 20s linear infinite;
}
.p-mv__scrollText span {
  font-size: max(1.92rem, 11.52px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  left: 50%;
  transform-origin: 0 9rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-mv__scrollText span {
    font-size: 0.7rem;
    transform-origin: 0 3.25rem;
  }
}
.p-mv__scrollText span:nth-of-type(11) {
  margin: 0.5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv__scrollText span:nth-of-type(11) {
    margin: -0.1rem 0 0 0.1rem;
    rotate: 5deg;
  }
}
.p-mv__scrollText span:nth-of-type(23) {
  margin: -0.3rem 0 0 -0.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv__scrollText span:nth-of-type(23) {
    margin: 0 0 0 -0.1rem;
    rotate: 1deg;
  }
}
.p-mv__scrollText span:nth-of-type(35) {
  margin: -0.3rem 0 0 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv__scrollText span:nth-of-type(35) {
    margin: -0.1rem 0 0 0.1rem;
  }
}

.p-mv__scrollArrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.7rem;
  height: 4.6rem;
  mask: url("/effort/vitality/noby/assets/images/common/icon_scroll.svg") no-repeat center/contain;
  animation: scrollDown 3s infinite;
}
@media screen and (max-width: 767px) {
  .p-mv__scrollArrow {
    width: 2.1rem;
    height: 1.7rem;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scrollDown {
  0% {
    transform: translate(-50%, -50%) translateY(-8px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(8px);
    opacity: 0;
  }
}
.p-topAbout {
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-topAbout {
    padding-top: 6rem;
  }
}
.p-topAbout::before {
  content: "";
  position: absolute;
  top: 8.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 112.4rem;
  background-color: #EFF3F8;
  clip-path: polygon(0 25.1rem, 100% 0%, 100% calc(100% - 25.1rem), 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-topAbout::before {
    top: 5.2rem;
    height: 63.2rem;
    clip-path: polygon(0 6.6rem, 100% 0%, 100% calc(100% - 6.6rem), 0% 100%);
  }
}

.p-topAbout__head {
  max-width: 1080px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__head {
    flex-direction: column;
    gap: 0;
  }
}

.p-topAbout__picture {
  width: 48.1481481481%;
}
@media screen and (max-width: 767px) {
  .p-topAbout__picture {
    margin-top: 3.2rem;
    width: 100%;
    order: 2;
  }
}
.p-topAbout__picture img {
  aspect-ratio: 520/346;
}
.p-topAbout__picture figcaption {
  margin-top: 1.6rem;
  font-size: max(1.8rem, 10.8px);
  font-weight: 600;
  line-height: 1;
  color: #333;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topAbout__picture figcaption {
    font-size: 1.6rem;
  }
}

.p-topAbout__headDetail {
  padding-top: 3.2rem;
  width: 44.4444444444%;
}
@media screen and (max-width: 767px) {
  .p-topAbout__headDetail {
    padding-top: 0;
    width: 100%;
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-topAbout__title {
    order: 1;
  }
}

.p-topAbout__text {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__text {
    margin-top: 2.4rem;
    order: 3;
  }
}
.p-topAbout__text p:nth-child(n+2) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__text p:nth-child(n+2) {
    margin-top: 1lh;
  }
}

.p-topAbout__list {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__list {
    padding-top: 6rem;
  }
}

.p-topAbout__bottom {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__bottom {
    padding-top: 6rem;
  }
}

.p-topAbout__video {
  margin-top: 12rem;
  margin-bottom: -1px;
  aspect-ratio: 16/9;
  position: relative;
}
.p-topAbout__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-topAbout__video {
    margin-top: 6rem;
  }
}

.p-philosophy {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-philosophy::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50rem;
  height: 20.6rem;
  background-color: #BFD9ED;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-philosophy::before {
    width: 25.3rem;
    height: 7.9rem;
  }
}
.p-philosophy::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40.9rem;
  height: 16.9rem;
  background-color: rgba(0, 102, 181, 0.5);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-philosophy::after {
    width: 20.1rem;
    height: 6.3rem;
  }
}

.p-philosophy__wrap {
  padding-block: 19rem 31.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-philosophy__wrap {
    padding-block: 8rem;
  }
}
.p-philosophy__wrap::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 25.1rem;
  background-color: #EFF3F8;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-philosophy__wrap::before {
    display: none;
  }
}
.p-philosophy__wrap::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 52.9rem;
  height: 21.8rem;
  background-color: #BFD9ED;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-philosophy__wrap::after {
    width: 22.3rem;
    height: 8.2rem;
  }
}

.p-philosophy__inner {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  padding-inline: 14rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__inner {
    padding-inline: 0;
  }
}

.p-philosophy__title {
  position: absolute;
  top: -10.4rem;
  left: 0;
  font-size: max(12.8rem, 76.8px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  writing-mode: sideways-lr;
  color: #0066B5;
}
@media screen and (max-width: 767px) {
  .p-philosophy__title {
    font-size: 4.2rem;
    top: auto;
    left: auto;
    bottom: -8rem;
    right: 1.3rem;
    z-index: 1;
  }
}

.p-philosophy__lead {
  margin-top: 1rem;
  font-size: max(3.6rem, 21.6px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-philosophy__lead {
    margin-top: 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-philosophy__lead .is-blue {
  color: #0066B5;
}
.p-philosophy__lead .is-red {
  color: #BC2A2C;
}

.p-philosophy__text {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__text {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__text p {
    line-height: 1.5;
  }
}
.p-philosophy__text p:nth-child(n+2) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__text p:nth-child(n+2) {
    margin-top: 2.4rem;
  }
}

.p-philosophy__img {
  position: absolute;
  top: -1rem;
  right: 4rem;
  width: 50rem;
  height: auto;
  aspect-ratio: 500/654;
}
@media screen and (max-width: 1023px) {
  .p-philosophy__img {
    top: 3rem;
    right: -6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__img {
    position: unset;
    margin-top: 3.2rem;
    width: 100%;
    aspect-ratio: 312/299;
  }
}

.p-instruction {
  padding-top: 12rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-instruction {
    padding-top: 6rem;
  }
}
.p-instruction::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 25.1rem;
  background-color: #EFF3F8;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-instruction::before {
    right: auto;
    left: 0;
    height: calc(100% - 23rem);
    clip-path: polygon(0 0, 100% 6.6rem, 100% 100%, 0% calc(100% - 6.6rem));
  }
}

.p-instruction__list {
  padding-top: 6.4rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4.8rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-instruction__list {
    padding-top: 3.2rem;
    grid-template-columns: 1fr;
  }
}

.p-instruction__item {
  background-color: #fff;
  border: 1px solid #0066B5;
  padding: 1.9rem 1.5rem;
}
.p-instruction__item:nth-child(n+2) {
  position: relative;
}
.p-instruction__item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.3rem;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  mask: url("/effort/vitality/noby/assets/images/common/icon_arrow.svg") no-repeat center/contain;
  background-color: #0066B5;
}
@media screen and (max-width: 767px) {
  .p-instruction__item:nth-child(n+2)::before {
    top: -3.9rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.p-instruction__item:nth-child(2) .p-instruction__heading {
  background-color: #00A6B5;
}
.p-instruction__item:nth-child(3) .p-instruction__heading {
  background-color: #0088B5;
}
.p-instruction__item:nth-child(4) .p-instruction__heading {
  background-color: #0066B5;
}

.p-instruction__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  color: #fff;
  text-align: center;
  border-radius: 0.4rem;
  padding-block: 2.4rem;
  background-color: #00B588;
}
@media screen and (max-width: 767px) {
  .p-instruction__heading {
    padding-block: 1rem;
  }
}
.p-instruction__heading .en {
  font-size: max(3rem, 18px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-instruction__heading .en {
    font-size: 3rem;
  }
}
.p-instruction__heading .ja {
  line-height: 1;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-instruction__heading .ja {
    font-size: 1.6rem;
  }
}

.p-instruction__text {
  margin-top: 1.6rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.52;
  padding-inline: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-instruction__text {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.48;
  }
}

.p-instruction__noteList {
  margin-top: 3.2rem;
}

.p-instruction__note {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.p-instruction__bottom {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-instruction__bottom {
    padding-top: 6rem;
  }
}

.p-class {
  padding-block: 10rem 12rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-class {
    padding-block: 6rem;
  }
}
.p-class::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 89.3rem;
  clip-path: polygon(0 0, 100% 25.1rem, 100% 100%, 0% 100%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-class::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-class.is-sp-pt-short {
    padding-top: 4rem;
  }
}
.p-class.is-bg-none::before {
  display: none;
}
.p-class.is-red::before {
  background-color: #F8EFEF;
}
.p-class.is-blue::before {
  background-color: #EFF3F8;
}

.p-class__list {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-class__list {
    margin-top: 3.2rem;
  }
}

.p-class__video {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-class__video {
    margin-top: 6rem;
  }
}

.p-features {
  padding-bottom: 14rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-features {
    padding-block: 6rem;
  }
}
.p-features::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  height: 38.9rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 25.1rem));
}
@media screen and (max-width: 767px) {
  .p-features::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-features.is-red {
    background-color: #F8EFEF;
  }
}
.p-features.is-red::before {
  background-color: #F8EFEF;
}
@media screen and (max-width: 767px) {
  .p-features.is-blue {
    background-color: #EFF3F8;
  }
}
.p-features.is-blue::before {
  background-color: #EFF3F8;
}
.p-features.is-page {
  padding-block: 12rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-features.is-page {
    padding-block: 6rem;
  }
}
.p-features.is-page::before {
  height: 29.6rem;
}
.p-features.is-page .p-features__wrap {
  padding-block: 6rem;
}
@media screen and (max-width: 767px) {
  .p-features.is-page .p-features__wrap {
    padding-block: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-features.is-page .p-features__lead {
    order: 3;
    margin-top: 3.2rem;
  }
}
.p-features.is-page .p-features__text p:nth-child(n+2) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-features.is-page .p-features__imgWrap {
    order: 1;
  }
}
.p-features.is-pt {
  padding-block: 4rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-features.is-pt {
    padding-block: 3.2rem 6rem;
  }
}
.p-features.is-bg-high::before {
  top: -11.1rem;
  height: 145.5rem;
  clip-path: polygon(0 0, 100% 25.1rem, 100% 100%, 0% calc(100% - 25.1rem));
}
.p-features.is-bg-none::before {
  display: none;
}

.p-features__wrap {
  padding-top: 6rem;
  background-color: #fff;
  border-radius: 0 3rem 3rem 0;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
@media screen and (max-width: 767px) {
  .p-features__wrap {
    padding: 4rem 2rem;
    border-radius: 3rem;
    margin-left: 0;
  }
}

.p-features__inner {
  max-width: 1080px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-features__inner {
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
}
.p-features__inner:not(:has(.p-features__title)) .p-features__text {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-features__inner:not(:has(.p-features__title)) .p-features__text {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-features__inner:has(.p-features__title) .p-features__detail {
    margin-top: 3.2rem;
  }
}

.p-features__title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-features__title {
    margin-bottom: 3.2rem;
    order: 1;
  }
}

.p-features__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-features__content {
    display: contents;
  }
}
.p-features__content.is-center {
  justify-content: center;
  gap: 8rem;
}
.p-features__content:not(:has(.p-features__detail .p-features__lead)) {
  margin-top: 3.2rem;
}
.p-features__content.is-reverse {
  flex-direction: row-reverse;
}
.p-features__content.is-reverse:nth-of-type(n + 2) {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-features__content.is-reverse:nth-of-type(n + 2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-features__content.is-reverse {
    order: 4;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.p-features__content.is-reverse .p-features__detail {
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .p-features__content.is-reverse .p-features__detail {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-features__content.is-reverse .p-features__detail:has(.p-features__lead) {
    margin-top: 3.2rem;
  }
}

.p-features__detail {
  max-width: 432px;
  width: 56%;
}
@media screen and (max-width: 767px) {
  .p-features__detail {
    max-width: 100%;
    width: 100%;
    order: 3;
  }
}
.p-features__detail:not(:has(.p-features__lead)) {
  max-width: 478px;
}
@media screen and (max-width: 767px) {
  .p-features__detail:not(:has(.p-features__lead)) {
    max-width: 100%;
    margin-top: 3.2rem;
  }
}
.p-features__detail:not(:has(.p-features__lead)) .p-features__text {
  margin-top: 0;
}
.p-features__detail.is-wide {
  max-width: 510px;
}
@media screen and (max-width: 767px) {
  .p-features__detail.is-wide {
    max-width: 100%;
  }
}

.p-features__lead {
  font-size: max(3.6rem, 21.6px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-features__lead {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-features__lead .is-red {
  color: #BC2A2C;
}
.p-features__lead .is-blue {
  color: #0066B5;
}

.p-features__text {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-features__text {
    margin-top: 2.4rem;
  }
}
.p-features__text p {
  font-size: clamp(12px, 1.2vw, 16px);
}
@media screen and (max-width: 767px) {
  .p-features__text p {
    font-size: 1.4rem;
    line-height: 1.48;
  }
}
.p-features__text p:nth-child(n+2) {
  margin-top: 1lh;
}

.p-features__imgWrap {
  width: 50%;
  max-width: 540px;
}
@media screen and (max-width: 1200px) {
  .p-features__imgWrap {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__imgWrap {
    width: 100%;
    order: 2;
    margin-right: 0;
  }
}
.p-features__imgWrap.is-narrow {
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .p-features__imgWrap.is-narrow {
    max-width: 100%;
  }
}

.p-features__bottom {
  position: relative;
}

.p-method {
  padding-top: 12rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-method {
    padding-top: 6rem;
  }
}

.p-method__wrap {
  margin-top: 6rem;
  padding: 4rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-method__wrap {
    margin-top: 3.2rem;
    padding: 2.4rem 2rem;
    gap: 1.6rem;
  }
}
.p-method__wrap.is-red {
  background-color: #F8EFEF;
}
.p-method__wrap.is-red .p-method__title {
  background-color: #BC2A2C;
}
.p-method__wrap.is-blue {
  background-color: #EFF3F8;
}
.p-method__wrap.is-blue .p-method__title {
  background-color: #0066B5;
}

.p-method__title {
  padding: 1.6rem;
  font-size: max(2.8rem, 16.8px);
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-method__title {
    padding: 1rem;
    font-size: 2rem;
    line-height: 1.2;
  }
}

.p-method__text {
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-method__text {
    text-align: left;
    line-height: 1.52;
  }
}

.p-method__list {
  padding: 2.4rem;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-method__list {
    padding: 2.4rem 3rem;
    grid-template-columns: 1fr;
  }
}

.p-method__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-method__item {
    gap: 0.8rem;
  }
}
.p-method__item:nth-child(2) .p-method__itemTitle {
  background-color: #1A96B5;
}
.p-method__item:nth-child(2) .p-method__itemText {
  color: #1A96B5;
}
.p-method__item:nth-child(2) .p-method__subItem {
  border-color: #1A96B5;
}
.p-method__item:nth-child(3) .p-method__itemTitle {
  background-color: #E9537D;
}
.p-method__item:nth-child(3) .p-method__itemText {
  color: #E9537D;
}
.p-method__item:nth-child(3) .p-method__subItem {
  border-color: #E9537D;
}
.p-method__item:nth-child(4) .p-method__itemTitle {
  background-color: #F8B500;
}
.p-method__item:nth-child(4) .p-method__itemText {
  color: #F8B500;
}
.p-method__item:nth-child(4) .p-method__subItem {
  border-color: #F8B500;
}
.p-method__item:nth-child(5) .p-method__itemTitle {
  background-color: #9C5EA3;
}
.p-method__item:nth-child(5) .p-method__itemText {
  color: #9C5EA3;
}
.p-method__item:nth-child(5) .p-method__subItem {
  border-color: #9C5EA3;
}

.p-method__itemTitle {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  padding-block: 0.8rem;
  border-radius: 100vmax;
  text-align: center;
  background-color: #6FBA2C;
}
@media screen and (max-width: 767px) {
  .p-method__itemTitle {
    font-size: 1.7rem;
  }
}

.p-method__itemText {
  margin-top: 1.2rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.48;
  color: #6FBA2C;
}
@media screen and (max-width: 767px) {
  .p-method__itemText {
    font-size: 1.4rem;
  }
}

.p-method__subList {
  width: 100%;
}

.p-method__subItem {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.48;
  padding-block: 0.8rem 0.7rem;
  border-bottom: 1px solid #6FBA2C;
}
@media screen and (max-width: 767px) {
  .p-method__subItem {
    font-size: 1.4rem;
  }
}
.p-method__subItem.is-2row {
  padding-block: 1.6rem 1.5rem;
}

.p-method__bottom {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-method__bottom {
    margin-top: 6rem;
  }
}

.p-cta {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-block: 6rem;
  }
}
.p-cta.is-red {
  background-color: #BC2A2C;
}
.p-cta.is-blue {
  background-color: #0066B5;
}

.p-cta__lead {
  margin-top: 3.2rem;
  font-size: max(2.8rem, 16.8px);
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__lead {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.p-cta__list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-cta__list {
    margin-top: 2.4rem;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.p-cta__item {
  padding: 3.2rem;
  border-radius: 1rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__item {
    padding: 2rem;
  }
}

.p-cta__text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 1.7rem;
  }
}
.p-cta__text .is-red {
  color: #BC2A2C;
}
.p-cta__text .is-blue {
  color: #0066B5;
}
.p-cta__text .is-green {
  color: #00B588;
}

.p-cta__btn {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
}

.p-cta__note {
  margin-top: 1.3rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__note {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
  }
}

.p-contact {
  padding-top: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
}
.p-contact.is-red .p-contact__wrap {
  background-color: #BC2A2C;
}
@media screen and (max-width: 767px) {
  .p-contact.is-red .p-contact__inner {
    background-color: #BC2A2C;
  }
}
.p-contact.is-red .p-contact__infoLabel {
  background-color: #BC2A2C;
}
.p-contact.is-red .p-contact__infoLink {
  border-color: #BC2A2C;
}
.p-contact.is-blue .p-contact__wrap {
  background-color: #0066B5;
}
@media screen and (max-width: 767px) {
  .p-contact.is-blue .p-contact__inner {
    background-color: #0066B5;
  }
}
.p-contact.is-blue .p-contact__infoLabel {
  background-color: #0066B5;
}
.p-contact.is-blue .p-contact__infoLink {
  border-color: #0066B5;
}

.p-contact__inner {
  max-width: 1220px;
  margin-inline: auto;
  padding-inline: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    max-width: 100%;
    padding: 4.8rem 3rem;
    order: 2;
  }
}

.p-contact__wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: min(8vw, 8rem);
  padding-block: 7.3rem 6.7rem;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  width: 88.1944444444vw;
  clip-path: polygon(0 0, calc(100% - 16rem) 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1023px) {
  .p-contact__wrap {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__wrap {
    flex-direction: column;
    gap: 3.2rem;
    clip-path: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.p-contact__head {
  max-width: 53.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 3.2rem;
  }
}

.p-contact__lead {
  font-size: max(2.8rem, 16.8px);
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.p-contact__detail {
  padding-top: 0.7rem;
  width: 29.1071428571%;
}
@media screen and (max-width: 1023px) {
  .p-contact__detail {
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__detail {
    padding-top: 0;
    width: 100%;
  }
}

.p-contact__text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 1.4rem;
  }
}

.p-contact__btn {
  margin-top: 1.6rem;
}

.p-contact__noteList {
  margin-top: 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__noteList {
    margin-top: 1.6rem;
    gap: 0;
  }
}

.p-contact__note {
  font-size: 12px;
  line-height: 1.48;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__note {
    font-size: 1.2rem;
  }
}

.p-contact__img {
  margin-top: -11.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__img {
    order: 1;
    margin-top: 0;
  }
}

.p-contact__bottom {
  background-color: #F6F6F6;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom {
    padding-block: 6rem;
    order: 3;
  }
}

.p-contact__bottomList {
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #B1B2B7;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__bottomList {
    padding-bottom: 2.4rem;
    gap: 0.4rem;
  }
}

.p-contact__bottomItem {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
@media screen and (max-width: 767px) {
  .p-contact__bottomItem {
    font-size: 1.4rem;
    line-height: 1.54;
  }
}
.p-contact__bottomItem a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.p-contact__bottomItem a:link {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-contact__bottomItem a:hover {
    opacity: 0.8;
  }
}

.p-contact__info {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__info {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__infoTitle {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
}

.p-contact__infoItem {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__infoItem {
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-contact__infoMail {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-contact__infoMail {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}

.p-contact__infoLabel {
  background-color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  padding: 0.8rem 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-contact__infoLabel {
    font-size: 1.4rem;
    padding: 0.8rem;
  }
}

.p-contact__infoLink {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: underline;
  padding: 0.7rem 0.9rem;
  border: 1px solid #333;
  border-left: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact__infoLink {
    font-size: 1.4rem;
    padding: 0.7rem;
    border: 0.1rem solid #333;
    border-top: none;
  }
}
.p-contact__infoLink:link {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-contact__infoLink:hover {
    opacity: 0.8;
  }
}

.p-contact__infoTime {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact__infoTime {
    font-size: 1.4rem;
  }
}

.p-contact__infoText {
  margin-top: 1rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact__infoText {
    font-size: 1.4rem;
  }
}

.p-contact__sns {
  margin-top: 6rem;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__sns {
    padding: 3.2rem 2rem;
  }
}

.p-contact__snsWrap {
  max-width: 750px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__snsWrap {
    flex-direction: column;
    gap: 2.4rem;
    max-width: 100%;
  }
}

.p-contact__snsTitle {
  padding-left: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border-left: 1rem solid #0066B5;
}
@media screen and (max-width: 767px) {
  .p-contact__snsTitle {
    padding-left: 1rem;
  }
}
.p-contact__snsTitle .main {
  font-size: max(4.4rem, 26.4px);
  font-weight: 600;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  color: #0066B5;
}
@media screen and (max-width: 767px) {
  .p-contact__snsTitle .main {
    font-size: 3rem;
  }
}

.p-contact__snsBtn {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__snsBtn {
    max-width: 100%;
  }
}

.p-concept {
  padding-block: 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding-block: 4rem;
  }
}
.p-concept::before {
  content: "";
  position: absolute;
  top: 8.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 112.4rem;
  background-color: #EFF3F8;
  clip-path: polygon(0 25.1rem, 100% 0%, 100% calc(100% - 25.1rem), 0% 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-concept::before {
    top: 5.2rem;
    height: 151.1rem;
    clip-path: polygon(0 6.6rem, 100% 0%, 100% calc(100% - 6.6rem), 0% 100%);
  }
}

.p-concept__wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(6, auto);
}
@media screen and (max-width: 767px) {
  .p-concept__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.p-concept__title {
  font-size: max(3.6rem, 21.6px);
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  grid-column: 1/2;
}
@media screen and (max-width: 767px) {
  .p-concept__title {
    order: 2;
    margin-top: 2.4rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-concept__title .is-blue {
  color: #0066B5;
}

.p-concept__list {
  display: contents;
}

.p-concept__item {
  margin-top: 3.2rem;
  width: 52rem;
}
@media screen and (max-width: 767px) {
  .p-concept__item {
    margin-top: 2.4rem;
    width: 100%;
  }
  .p-concept__item:nth-child(1) {
    order: 3;
  }
  .p-concept__item:nth-child(2) {
    order: 4;
  }
  .p-concept__item:nth-child(3) {
    order: 6;
  }
  .p-concept__item:nth-child(4) {
    order: 7;
  }
  .p-concept__item:nth-child(5) {
    order: 8;
  }
}
.p-concept__item:nth-child(1), .p-concept__item:nth-child(2) {
  grid-column: 1/2;
}
.p-concept__item:nth-child(3) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-concept__item:nth-child(3) {
    margin-top: 3.2rem;
  }
}

.p-concept__subtitle {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: max(2.2rem, 13.2px);
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-concept__subtitle {
    font-size: 1.8rem;
    gap: 1rem;
  }
}
.p-concept__subtitle .subtitle-number {
  margin-top: -0.4rem;
  font-size: max(4.2rem, 25.2px);
  line-height: 1;
  color: #0066B5;
  font-family: "Work Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-concept__subtitle .subtitle-number {
    margin-top: 0;
    font-size: 3.6rem;
    letter-spacing: 0.02em;
  }
}

.p-concept__text {
  margin-top: 1.6rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-concept__text {
    margin-top: 1.1rem;
    line-height: 1.52;
  }
}

.p-concept__img1 {
  width: 48rem;
  grid-row: 1/4;
  grid-column: 2/3;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-concept__img1 {
    order: 1;
    width: 100%;
    margin-left: 0;
    grid-row: auto;
    grid-column: auto;
  }
}

.p-concept__img2 {
  width: 48.2rem;
  margin-top: 6rem;
  grid-row: 4/7;
  grid-column: 1/2;
  margin-right: 8rem;
}
@media screen and (max-width: 767px) {
  .p-concept__img2 {
    order: 5;
    margin-top: 4.8rem;
    width: 100%;
    margin-right: 0;
    grid-row: auto;
    grid-column: auto;
  }
}

.p-about {
  padding-top: 8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 6rem;
  }
}
.p-about::before {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 124.6rem;
  clip-path: polygon(0 0, 100% 25.1rem, 100% 100%, 0% calc(100% - 25.1rem));
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about::before {
    top: -2.7rem;
    height: 49rem;
    clip-path: polygon(0 0, 100% 6.6rem, 100% 100%, 0% calc(100% - 6.6rem));
  }
}
.p-about.is-blue::before {
  background-color: #EFF3F8;
}
.p-about.is-red::before {
  background-color: #F8EFEF;
}

.p-about__item {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__item {
    margin-top: 3.2rem;
  }
}

.p-about__video {
  margin-top: 6rem;
  aspect-ratio: 16/9;
  position: relative;
}
.p-about__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__video {
    margin-top: 3.2rem;
  }
}

.p-access {
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-block: 6rem;
  }
}
.p-access.is-blue {
  background-color: #EFF3F8;
}
.p-access.is-blue .p-access__name {
  background-color: #0066B5;
}
.p-access.is-red {
  background-color: #F8EFEF;
}
.p-access.is-red .p-access__name {
  background-color: #BC2A2C;
}

.p-access__wrap {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-access__wrap {
    margin-top: 3.2rem;
  }
}

.p-access__content:nth-child(n+2) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-access__content:nth-child(n+2) {
    margin-top: 3.2rem;
  }
}

.p-access__name {
  padding: 1.6rem;
  font-size: max(2.8rem, 16.8px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-access__name {
    padding: 1rem 0.4rem;
    font-size: 2rem;
    line-height: 1.2;
  }
}

.p-access__detail {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-access__detail {
    margin-top: 1.6rem;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.p-access__img img {
  aspect-ratio: 510/400;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-access__img img {
    aspect-ratio: 315/247;
  }
}

.p-access__caption {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-access__caption {
    text-align: center;
  }
}
.p-access__caption address {
  font-weight: 300;
}

.p-access__map {
  position: relative;
  aspect-ratio: 510/400;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    aspect-ratio: 315/247;
  }
}
.p-access__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.p-access__mapLink {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 300;
  text-decoration: underline !important;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-access__mapLink:hover {
    opacity: 0.8;
  }
}

.p-pageMv {
  position: relative;
  overflow: hidden;
}

.p-pageMv__bg {
  width: 100%;
  aspect-ratio: 1440/312;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pageMv__bg {
    aspect-ratio: 375/200;
  }
}
.p-pageMv__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0.4) 23.44%, rgba(0, 0, 0, 0) 54.46%);
  pointer-events: none;
}
.p-pageMv__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.p-pageMv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  padding-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-pageMv__inner {
    padding-top: 0;
    padding-inline: 1rem;
  }
}

.p-pageMv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  color: #fff;
  text-align: center;
}
.p-pageMv__title .main {
  font-size: max(5rem, 30px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-pageMv__title .main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pageMv__title .main.is-sp-small {
    font-size: 2.7rem;
  }
}
.p-pageMv__title .sub {
  font-size: max(2rem, 12px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-pageMv__title .sub {
    font-size: 2rem;
  }
}
.p-pageMv__title .sub::before, .p-pageMv__title .sub::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-pageMv__title .sub::before, .p-pageMv__title .sub::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pageMv__title .sub.is-sp-small {
    font-size: 1.6rem;
  }
}

.p-pageMv__img {
  width: 17.9rem;
  aspect-ratio: 179/86;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-pageMv__img {
    width: 11.9rem;
  }
}
.p-pageMv__img.is-soccer {
  width: 20.3rem;
  aspect-ratio: 203/88;
}
@media screen and (max-width: 767px) {
  .p-pageMv__img.is-soccer {
    width: 13.2rem;
  }
}

.p-pageConcept {
  position: relative;
  padding-top: 10rem;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-pageConcept {
    padding-top: 6rem;
  }
}
.p-pageConcept.is-blue {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-pageConcept.is-blue {
    background-color: #EFF3F8;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pageConcept.is-red {
    background-color: #F8EFEF;
  }
}

.p-pageConcept__title {
  font-size: max(4rem, 24px);
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-pageConcept__title {
    font-size: 3.2rem;
  }
}
.p-pageConcept__title .is-red {
  color: #BC2A2C;
}
.p-pageConcept__title .is-blue {
  color: #0066B5;
}
@media screen and (max-width: 767px) {
  .p-pageConcept__title.is-sp-left {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-pageConcept__title.is-sp-small {
    font-size: 2.8rem;
  }
}

.p-pageConcept__lead {
  margin-top: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-pageConcept__lead {
    text-align: left;
    line-height: 1.5;
  }
}

.p-pageConcept__img {
  margin-top: 4rem;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-pageConcept__img {
    margin-top: 3.2rem;
  }
}

.p-pageConcept__video {
  margin-top: 4rem;
  position: relative;
  aspect-ratio: 16/9;
}
.p-pageConcept__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-pageConcept__video {
    margin-top: 3.2rem;
    margin-inline: calc(50% - 50vw);
  }
}

.p-pageClass {
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .p-pageClass {
    padding-block: 6rem;
  }
}
.p-pageClass.is-pt-short {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-pageClass.is-pt-short {
    padding-top: 6rem;
  }
}

.p-pageClass__wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-pageClass__wrap {
    margin-top: 3.2rem;
  }
}
.p-pageClass__wrap .scrollNote {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-pageClass__inner {
    overflow: auto;
  }
}

.p-pageClass__table {
  width: 100%;
  border-collapse: collapse;
}
.p-pageClass__table.is-red thead td {
  background-color: #F8EFEF;
}
.p-pageClass__table.is-blue thead td {
  background-color: #EFF3F8;
}
.p-pageClass__table thead td {
  font-weight: 600;
  text-align: center;
}
.p-pageClass__table th, .p-pageClass__table td {
  border: 1px solid #C7C7CB;
  padding: 1.6rem;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-pageClass__table th, .p-pageClass__table td {
    font-size: 1.4rem;
  }
}
.p-pageClass__table th {
  text-align: center;
  font-weight: 600;
  width: 32.6530612245%;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .p-pageClass__table th {
    width: 31.746031746%;
    padding: 1.6rem 0.8rem;
  }
}
.p-pageClass__table td {
  text-align: left;
  font-weight: 300;
  width: 67.3469387755%;
}
@media screen and (max-width: 767px) {
  .p-pageClass__table td {
    width: 68.253968254%;
    padding: 1.6rem 1rem;
  }
}
.p-pageClass__table a {
  text-decoration: underline !important;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-pageClass__table a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-pageClass__table.is-col3 {
    min-width: 42rem;
  }
}
.p-pageClass__table.is-col3 td {
  width: 33.6734693878%;
}
@media screen and (max-width: 767px) {
  .p-pageClass__table.is-col3 td {
    width: 38.0952380952%;
  }
}
@media screen and (max-width: 767px) {
  .p-pageClass__table.is-col3 th {
    width: 23.8095238095%;
  }
}

.p-pageClass__note {
  margin-top: 1.6rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-pageClass__note {
    font-size: 1.4rem;
  }
}

.p-pageCoach {
  padding-block: 8rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-pageCoach {
    padding-block: 6rem;
  }
}
.p-pageCoach.is-pt-high {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-pageCoach.is-pt-high {
    padding-top: 6rem;
  }
}

.p-pageCoach__btn {
  margin-top: 4.8rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-pageCoach__btn {
    margin-top: 3.2rem;
  }
}

.p-pagePrivacy {
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrivacy {
    padding-block: 4rem;
  }
}

.p-pagePrivacy__title {
  padding: 1.4rem 1.6rem;
  font-size: max(2.8rem, 16.8px);
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-pagePrivacy__title {
    padding: 1rem 1.6rem;
    font-size: 2rem;
  }
}
.p-pagePrivacy__title.is-red {
  background-color: #F8EFEF;
}
.p-pagePrivacy__title.is-blue {
  background-color: #EFF3F8;
}

.p-pagePrivacy__text {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-pagePrivacy__text {
    margin-top: 1.6rem;
  }
}
.p-pagePrivacy__text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-pagePrivacy__text p {
    font-size: 1.4rem;
  }
}
.p-pagePrivacy__text p:nth-child(n+2) {
  margin-top: 0.6rem;
}
.p-pagePrivacy__text p a {
  text-decoration: underline !important;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-pagePrivacy__text p a:hover {
    opacity: 0.8;
  }
}

.p-program {
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .p-program {
    padding-block: 6rem;
  }
}
.p-program.is-blue {
  background-color: #EFF3F8;
}
.p-program.is-blue .p-program__title {
  background-color: #0066B5;
}
.p-program.is-blue .p-program__subtitle {
  border-color: #0066B5;
}
.p-program.is-red {
  background-color: #F8EFEF;
}
.p-program.is-red .p-program__title {
  background-color: #BC2A2C;
}
.p-program.is-red .p-program__subtitle {
  border-color: #BC2A2C;
}

.p-program__wrap {
  margin-top: 6rem;
  background-color: #fff;
  padding: 4rem 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-program__wrap {
    margin-top: 3.2rem;
    padding: 2.4rem 2rem;
  }
}

.p-program__title {
  font-size: max(2.1rem, 12.6px);
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  padding: 1.2rem 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-program__title {
    font-size: 1.6rem;
    padding: 1rem 2.4rem;
  }
}

.p-program__subtitle {
  margin-top: 2.4rem;
  font-size: max(2.2rem, 13.2px);
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 0.3rem solid #333;
  padding: 1.4rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-program__subtitle {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    padding: 1.6rem 1.6rem 1.3rem;
  }
}

.p-program__text {
  margin-top: 2.4rem;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-program__text {
    margin-top: 1.6rem;
    line-height: 1.5;
  }
}

.p-coach {
  padding-block: 8rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-coach {
    padding-block: 6rem;
  }
}
.p-coach.is-blue .p-coach__title {
  background-color: #EFF3F8;
}
.p-coach.is-blue .p-coach__name {
  border-color: #0066B5;
}
.p-coach.is-blue .p-coach__class {
  color: #0066B5;
}
.p-coach.is-blue .p-coach__heading {
  background-color: #EFF3F8;
}
.p-coach.is-red .p-coach__title {
  background-color: #F8EFEF;
}
.p-coach.is-red .p-coach__name {
  border-color: #BC2A2C;
}
.p-coach.is-red .p-coach__class {
  color: #BC2A2C;
}
.p-coach.is-red .p-coach__heading {
  background-color: #F8EFEF;
}

.p-coach__wrap:nth-child(n+2) {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-coach__wrap:nth-child(n+2) {
    margin-top: 6rem;
  }
}

.p-coach__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding: 1.4rem 1.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-coach__title {
    font-size: 2rem;
    padding: 1.6rem;
  }
}

.p-coach__content {
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-coach__content {
    max-width: 100%;
  }
}
.p-coach__content.is-2column {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6.4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-coach__content.is-2column {
    grid-template-columns: 1fr;
    gap: 4.8rem;
  }
}
.p-coach__content.is-2column .p-coach__itemInner {
  max-width: 100%;
}
.p-coach__content.is-2column .p-coach__class {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-coach__content.is-2column .p-coach__class {
    font-size: 1.8rem;
  }
}
.p-coach__content.is-2column .p-coach__detail {
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-coach__content.is-2column .p-coach__detail {
    gap: 2.4rem;
  }
}

.p-coach__name {
  margin-bottom: 2.4rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  padding: 1.6rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 0.3rem solid #333;
}
@media screen and (max-width: 767px) {
  .p-coach__name {
    font-size: 2.2rem;
  }
}
.p-coach__name .en {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #94959E;
  font-family: "Work Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-coach__name .en {
    font-size: 1.2rem;
  }
}

.p-coach__itemInner {
  max-width: 740px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-coach__itemInner {
    max-width: 100%;
  }
}

.p-coach__class {
  margin-bottom: 4rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-coach__class {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
}

.p-coach__detail {
  display: flex;
  align-items: flex-start;
  gap: 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-coach__detail {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.p-coach__img {
  width: 24rem;
  aspect-ratio: 24/32;
  margin-inline: auto;
}

.p-coach__info {
  flex: 1;
  width: 100%;
  font-weight: normal;
}

.p-coach__heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  padding: 0.6rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-coach__heading {
    font-size: 1.6rem;
  }
}
.p-coach__heading:nth-of-type(n + 2) {
  margin-top: 1.6rem;
}

.p-coach__infoItem ul li {
    border-bottom: solid 1px #b2b2b2;
    line-height: 2;
    font-size: 12px;
}
.p-coach__infoItem {
    padding: 1rem;
}
.p-coach__img img {
	object-position: top;
}

.p-coach__infoItem.is-history {
  padding: 1rem 1.6rem;
}
.p-coach__infoItem.is-history .p-coach__text {
  border-bottom: none;
  padding: 0;
}
.p-coach__infoItem.is-history .p-coach__text:nth-child(n+2) {
  margin-top: 0.8rem;
}

.p-coach__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  padding: 1rem 1.6rem 0.9rem;
  border-bottom: 1px solid #94959E;
}
@media screen and (max-width: 767px) {
  .p-coach__text {
    border-width: 0.1rem;
    font-size: 1.4rem;
  }
}

.p-pageTable {
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .p-pageTable {
    padding-block: 6rem;
  }
}
.p-pageTable .tableContents thead th, .p-pageTable .tableContents tbody th {
  background-color: #F3F3F3;
}
.p-pageTable .tableContents th, .p-pageTable .tableContents td {
  font-size: 14px;
  font-weight: 300;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-pageTable .tableContents th, .p-pageTable .tableContents td {
    font-size: 12px;
    white-space: unset;
  }
}
.p-pageTable .tableContents th.c-back-red {
  background-color: #F8EFEF;
}
.p-pageTable .tableContents th.c-back-blue {
  background-color: #EFF3F8;
}
.p-pageTable .tableContents th:not(.c-back-red):not(.c-back-blue) {
  width: 140px;
}
.p-pageTable .tableWrap {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-pageTable .tableWrap {
    position: unset !important;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pageTable .tableContents {
    min-width: 770px;
  }
}
@media screen and (max-width: 767px) {
  .p-pageTable .scrollNote {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 4rem);
    top: 0;
  }
}
.p-pageTable .p-pageTable__inner {
  position: relative;
}
.p-pageTable .p-link-text {
  text-decoration: underline !important;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-pageTable .p-link-text:hover {
    opacity: 0.8;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp--inline {
    display: inline-block !important;
  }
}

.u-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .u-pc {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */