*,
*::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;
}

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;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  html {
    font-size: calc(1000 / 1080 * 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;
  }
}

body {
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
}
body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #000000;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

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: 1440px;
  height: inherit;
  padding-inline: 4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding-inline: 2rem;
  }
}
.l-inner.l-inner--narrow {
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .l-inner.l-inner--narrow {
    max-width: 100%;
  }
}
.l-inner.l-inner--middle {
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .l-inner.l-inner--middle {
    max-width: 100%;
  }
}
.l-inner.l-inner--about {
  max-width: 1386px;
}
@media screen and (max-width: 767px) {
  .l-inner.l-inner--about {
    max-width: 100%;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  z-index: 1;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-inline: 1rem;
    height: 7rem;
  }
}

.l-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}

.l-header__logo {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    gap: 1.5rem;
  }
}

.l-header__logoImg {
  width: 12.2rem;
  aspect-ratio: 122/67;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__logoImg {
    width: 6.9rem;
  }
}
@media (hover: hover) {
  .l-header__logoImg:hover {
    opacity: 0.7;
  }
}

.l-header__logoText {
  font-size: max(1.6rem, 11.2px);
  font-weight: 500;
  line-height: 1.4375;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header__logoText {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logoText {
    font-size: max(1rem, 7px);
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-header__logoText {
    font-size: 1rem;
  }
}

.l-header__logoGroup {
  width: 15rem;
  aspect-ratio: 150/61;
}
@media screen and (max-width: 767px) {
  .l-header__logoGroup {
    width: 7.5rem;
  }
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-inline: 4rem;
  padding-block: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 2rem;
    padding-block: 4rem;
  }
}

.l-footer__logoWrap {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-footer__logoWrap:hover {
    opacity: 0.7;
  }
}

.l-footer__logoImg {
  width: 22.8rem;
  aspect-ratio: 228/49;
}
@media screen and (max-width: 767px) {
  .l-footer__logoImg {
    width: 16rem;
  }
}

.l-footer__logoText {
  margin-top: 0.4rem;
  font-size: max(1.6rem, 11.2px);
  line-height: 1.7;
  color: #144EA1;
}
@media screen and (max-width: 767px) {
  .l-footer__logoText {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logoText {
    font-size: max(1.2rem, 8.4px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-footer__logoText {
    font-size: 1.2rem;
  }
}

.l-footer__list {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    margin-top: 2.8rem;
    flex-direction: column;
    gap: 1rem;
  }
}
.l-footer__list li {
  font-size: max(1.6rem, 11.2px);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .l-footer__list li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__list li {
    font-size: max(1.2rem, 8.4px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-footer__list li {
    font-size: 1.2rem;
  }
}

.l-footer__link {
  font-size: max(1.6rem, 11.2px);
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    font-size: max(1.2rem, 8.4px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-footer__link {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .l-footer__link:hover {
    opacity: 0.7;
  }
}

.l-footer__copy {
  padding-block: 4rem;
  background-color: #183065;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    padding-block: 2rem;
    max-width: 100%;
  }
}

.l-footer__text {
  font-size: max(1.2rem, 8.4px);
  line-height: 1.7;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 1.2rem;
  }
}

.l-main {
  position: relative;
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  height: 16.6rem;
  width: 61.2rem;
  border-radius: 2rem;
  background: linear-gradient(90deg, #F8B500 0%, #DF4C0F 100%);
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  transition: box-shadow 0.3s, transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    height: 9.1rem;
    width: 33.5rem;
    gap: 0.5rem;
    border-radius: 1.1rem;
    box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.25);
  }
}
.c-btn .small {
  font-size: max(2.1rem, 14.7px);
  font-weight: 500;
  line-height: 1.4285714286;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn .small {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn .small {
    font-size: max(1.2rem, 8.4px);
    line-height: 1.4166666667;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-btn .small {
    font-size: 1.2rem;
  }
}
.c-btn .large {
  font-size: max(3.5rem, 24.5px);
  font-weight: 700;
  line-height: 1.4571428571;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn .large {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn .large {
    font-size: max(2rem, 14px);
    line-height: 1.45;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-btn .large {
    font-size: 2rem;
  }
}
.c-btn .balloon {
  position: absolute;
  top: -3.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 41.8rem;
  height: 5rem;
  background: linear-gradient(90deg, #F8B500 0%, #DF4C0F 100%);
  border-radius: 100vmax;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .c-btn .balloon {
    top: -1.4rem;
    width: 25.1rem;
    height: 3rem;
  }
}
.c-btn .balloon span {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(90deg, #F8B500 0%, #DF4C0F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn .balloon span {
    font-size: 1.5rem;
  }
}
.c-btn .balloon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  border-radius: 100vmax;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn .balloon::before {
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.7rem;
  transform: translateY(-50%);
  width: 1.9rem;
  height: 3.4rem;
  background: url("/scproject/assets/images/icon_arrow_btn.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    right: 1.5rem;
    width: 0.9rem;
    height: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.sp-large {
    height: 10rem;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    box-shadow: none;
    transform: translateY(8px) !important;
  }
}

.c-section__titleEn {
  font-size: clamp(50px, 7vw, 100px);
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.3vw;
  line-height: 1;
  color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section__titleEn {
    font-size: max(4rem, 28px);
    letter-spacing: 2vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-section__titleEn {
    font-size: 4rem;
  }
}
.c-section__titleEn.blue {
  color: rgba(119, 202, 215, 0.7);
}

.p-mvWrap {
  position: relative;
  padding-top: 12rem;
  padding-inline: 4rem;
  margin-top: -50rem;
}
@media screen and (max-width: 767px) {
  .p-mvWrap {
    margin-top: 0;
    padding-top: 7rem;
    padding-inline: 2rem;
    overflow: hidden;
    padding-bottom: 15.4rem;
  }
}

.p-mvWrap__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 76.3rem;
  aspect-ratio: 763/651;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mvWrap__bg {
    width: 30.5rem;
    aspect-ratio: 305/302;
  }
}

.p-mv {
  position: relative;
}
.p-mv::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  right: -4rem;
  width: 13.2rem;
  height: 34.8rem;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 calc(100% - 13.4rem));
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .js-displayContent {
    padding-bottom: 12.3rem;
  }
}

.p-mv__img {
  width: 100%;
  aspect-ratio: 1360/761;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    aspect-ratio: 335/290;
  }
}

.p-mv__lead {
  position: absolute;
  top: 5rem;
  left: 0rem;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    top: auto;
    bottom: 2.5rem;
    line-height: 1.1;
  }
}
.p-mv__lead span {
  color: #144EA1;
  font-size: max(4.1rem, 28.7px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.03em;
  padding-inline: 1rem 0.6rem;
  background: linear-gradient(180deg, transparent 0%, transparent 10%, #fff 10%, #fff 95%, transparent 95%, transparent 100%);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-mv__lead span {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__lead span {
    font-size: max(1.4rem, 9.8px);
    padding-inline: 0.3rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__lead span {
    font-size: 1.4rem;
  }
}

.p-mv__logo {
  position: absolute;
  bottom: 0;
  right: -4rem;
  width: 34.2rem;
  aspect-ratio: 342/126;
}
@media screen and (max-width: 767px) {
  .p-mv__logo {
    bottom: -3rem;
    right: -3rem;
    width: 17.7rem;
  }
}

.p-mv__banner {
  position: sticky;
  margin-bottom: 2rem;
  top: calc(100vh - 13.4rem - 3.2rem);
  right: 0;
  width: 30.4rem;
  aspect-ratio: 304/162;
  z-index: 3;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__banner {
    position: absolute;
    top: 50.2rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    width: 100%;
    max-width: 33.5rem;
    aspect-ratio: 335/166;
  }
}

.p-mv__bannerLink {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-mv__bannerLink:hover {
    opacity: 0.8;
  }
}

.p-nav {
  margin-top: 15.4rem;
  position: sticky;
  top: 1rem;
  right: 0;
  z-index: 10;
  width: 17rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-nav {
    position: absolute;
    margin-top: 0;
    width: 100%;
    max-width: 33.5rem;
    top: 45rem;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-nav__list {
    width: 100%;
    row-gap: 0.6rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.p-nav__item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-nav__item {
    width: 52.5373134328%;
  }
  .p-nav__item:nth-child(even) {
    margin-left: -2.1rem;
  }
}

.p-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0.8rem 0.6rem 3.5rem;
  font-size: max(1.4rem, 9.8px);
  font-weight: 500;
  color: #fff;
  background: linear-gradient(90deg, #183065 34.43%, #2288CB 83.74%);
  clip-path: polygon(3.7rem 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-nav__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__link {
    font-size: max(1.2rem, 8.4px);
    padding: 0.5rem 2.8rem 0.5rem 2.9rem;
    clip-path: polygon(3.1rem 0%, 100% 0%, calc(100% - 3.1rem) 100%, 0% 100%);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-nav__link {
    font-size: 1.2rem;
  }
}
.p-nav__link::after {
  margin-top: 0.2rem;
  content: "";
  display: block;
  width: 1.7rem;
  height: 1rem;
  background: url("/scproject/assets/images/icon_arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-nav__link::after {
    width: 1.4rem;
    height: 0.8rem;
  }
}
@media (hover: hover) {
  .p-nav__link:hover {
    opacity: 0.8;
  }
}

.p-about {
  margin-top: 16rem;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about {
    margin-top: 11.5rem;
    padding-bottom: 0;
  }
}

.p-about__title {
  position: absolute;
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    top: -6rem;
  }
}

.p-about__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1440/800;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about__bg {
    position: relative;
    aspect-ratio: 375/227;
    top: 0;
  }
}
.p-about__bg::before, .p-about__bg::after {
  content: "";
  position: absolute;
  width: 30rem;
  height: 30rem;
}
.p-about__bg::before {
  top: -0.1rem;
  left: 0;
  background: url("/scproject/assets/images/about_bg_left.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-about__bg::before {
    width: 7.9rem;
    height: 7.9rem;
  }
}
.p-about__bg::after {
  bottom: 0;
  right: -1px;
  background: url("/scproject/assets/images/about_bg_right.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-about__bg::after {
    width: 12.1rem;
    height: 12.1rem;
  }
}

.p-about__wrap {
  padding-top: 7.3rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    padding-top: 0;
  }
}

.p-about__content {
  background-color: #fff;
  width: fit-content;
  padding: 4rem 2.4rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__content {
    padding: 0;
    background-color: transparent;
    width: 100%;
  }
}

.p-about__logo {
  width: 48.9rem;
  aspect-ratio: 489/122;
}
@media screen and (max-width: 1229px) {
  .p-about__logo {
    width: 41rem;
    margin-left: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__logo {
    margin-inline: auto;
    margin-top: 1.8rem;
    width: 20.4rem;
  }
}

.p-about__text {
  margin-top: 1rem;
  max-width: 48.9rem;
  font-size: max(1.8rem, 12.6px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1229px) {
  .p-about__text {
    width: 41rem;
    margin-left: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-top: 1.2rem;
    font-size: max(1.2rem, 8.4px);
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-about__text {
    font-size: 1.2rem;
  }
}

.p-about__list {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-about__list {
    margin-top: 1.6rem;
    gap: 1.1rem;
  }
}

.p-about__item {
  max-width: 25.6rem;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__item {
    max-width: 10.5rem;
  }
}
.p-about__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  border-radius: 50%;
  z-index: -1;
}
.p-about__item::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0.3rem solid #77CAD7;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-about__item::after {
    border-width: 0.1rem;
    border-color: #006EC8;
  }
}

.p-about__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about__btn {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
}

.p-features {
  padding-block: 8rem 6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-features {
    padding-block: 0;
  }
}

.p-features__item {
  padding-top: 4rem;
  position: relative;
  min-height: 54.3rem;
}
@media screen and (max-width: 767px) {
  .p-features__item {
    padding-top: 3rem;
    min-height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-features__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 48.5%;
  transform: translateX(-50%);
  width: 132.2rem;
  height: 49.8rem;
  background: url("/scproject/assets/images/features_bg.svg") no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-features__item::before {
    background: url("/scproject/assets/images/features_bg-sp.svg") no-repeat center/contain;
    width: 37.5rem;
    height: 39.1rem;
    transform: none;
    top: 13.4rem;
    left: -2rem;
  }
}
.p-features__item:nth-child(even) .p-features__detail {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-features__item:nth-child(even) .p-features__detail {
    margin-left: 0;
  }
}
.p-features__item:nth-child(even) .p-features__imgWrap {
  right: unset;
  left: 0;
}
.p-features__item:nth-child(even) .p-features__img figcaption {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-features__item:nth-child(even) .p-features__img figcaption {
    text-align: right;
  }
}
.p-features__item:nth-child(2) {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-features__item:nth-child(2) {
    margin-top: 0;
  }
}
.p-features__item:nth-child(2) .p-features__imgInfo {
  bottom: auto;
  top: 1rem;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-features__item:nth-child(2) .p-features__imgInfo {
    top: auto;
    bottom: 2.7rem;
    left: auto;
    right: 1rem;
  }
}
.p-features__item:nth-child(3) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-features__item:nth-child(3) {
    margin-top: 0;
  }
}
.p-features__item:nth-child(3) .p-features__imgInfo {
  bottom: auto;
  top: 0.9rem;
  left: auto;
  right: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-features__item:nth-child(3) .p-features__imgInfo {
    top: auto;
    bottom: 2.9rem;
    right: 1rem;
  }
}
.p-features__item:nth-child(4) {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-features__item:nth-child(4) {
    margin-top: 0;
  }
}
.p-features__item:nth-child(4) .p-features__imgInfo {
  bottom: auto;
  top: 1rem;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-features__item:nth-child(4) .p-features__imgInfo {
    top: auto;
    bottom: 2.8rem;
    left: auto;
    right: 1rem;
  }
}
.p-features__item:nth-child(4) .p-features__note {
  min-width: 48.4rem;
}
@media screen and (max-width: 767px) {
  .p-features__item:nth-child(4) .p-features__note {
    min-width: unset;
  }
}

.p-features__detail {
  position: relative;
  z-index: 2;
  padding-top: 3.1rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-features__detail {
    padding-top: 1.6rem;
    width: 100%;
  }
}

.p-features__heading {
  font-size: clamp(30px, 4vw, 57px);
  font-weight: 500;
  line-height: 1.2;
  color: #144EA1;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(180deg, transparent 0%, transparent 18%, #fff 18%, #fff 92%, transparent 92%, transparent 100%);
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-features__heading {
    font-size: 3.2rem;
  }
}
.p-features__heading .small {
  font-size: clamp(24px, 3.2vw, 45px);
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-features__heading .small {
    font-size: 2.6rem;
  }
}

.p-features__text {
  margin-top: 1.6rem;
  line-height: 2.52;
}
@media screen and (max-width: 767px) {
  .p-features__text {
    margin-top: 0rem;
    margin-right: -2rem;
    line-height: 1.7;
  }
}
.p-features__text p {
  font-size: clamp(14px, 1.7vw, 22px);
  font-weight: 500;
  line-height: 1.4545454545;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(180deg, transparent 0%, transparent 10%, #fff 10%, #fff 96%, transparent 96%, transparent 100%);
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-features__text p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    background: linear-gradient(180deg, transparent 0%, transparent 5%, #fff 5%, #fff 99%, transparent 99%, transparent 100%);
  }
}

.p-features__note {
  margin-top: 1.2rem;
  background-color: #fff;
  border: 1px solid #144EA1;
  width: fit-content;
  min-width: 41.1rem;
  padding: 1.5rem 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-features__note {
    margin-top: 1.8rem;
    padding: 1.3rem 2rem;
    width: 100%;
    min-width: unset;
  }
}
.p-features__note p {
  font-size: clamp(10px, 1.2vw, 16px);
  font-weight: 500;
  line-height: 1.3;
  color: #144EA1;
}
@media screen and (max-width: 767px) {
  .p-features__note p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-features__note p:nth-of-type(n + 2) {
  margin-top: 1lh;
}

.p-features__number {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: max(1.6rem, 11.2px);
  font-weight: 500;
  line-height: 1.3;
  color: #144EA1;
}
@media screen and (max-width: 767px) {
  .p-features__number {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-features__number {
    top: 1.5rem;
    right: 1.7rem;
    font-size: 1.2rem;
  }
}

.p-features__imgWrap {
  position: absolute;
  top: 4rem;
  right: 0;
  width: 61.4705882353%;
}
@media screen and (max-width: 767px) {
  .p-features__imgWrap {
    position: relative;
    top: 0;
    width: 100%;
  }
}

.p-features__img {
  width: 100%;
  aspect-ratio: 836/516;
}
@media screen and (max-width: 767px) {
  .p-features__img {
    aspect-ratio: 335/207;
  }
}
.p-features__img img {
  clip-path: polygon(100% 0, 100% 0, 100% calc(100% - 7.7rem), calc(100% - 7.7rem) 100%, 0 100%, 0 7.7rem, 7.7rem 0);
}
@media screen and (max-width: 767px) {
  .p-features__img img {
    clip-path: polygon(100% 0, 100% 0, 100% calc(100% - 3.1rem), calc(100% - 3.1rem) 100%, 0 100%, 0 3.1rem, 3.1rem 0);
  }
}
.p-features__img figcaption {
  margin-top: 1.4rem;
  font-size: max(1.4rem, 9.8px);
  font-weight: 400;
  line-height: 1;
  color: #7C7C7C;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-features__img figcaption {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-features__img figcaption {
    margin-top: 0.6rem;
    font-size: max(1.2rem, 8.4px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-features__img figcaption {
    font-size: 1.2rem;
  }
}

.p-features__imgInfo {
  position: absolute;
  bottom: 6rem;
  left: 5.4rem;
  width: 20.5rem;
  width: min(16vw, 20.5rem);
  height: 20.5rem;
  height: min(16vw, 20.5rem);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-features__imgInfo {
    width: 10.3rem;
    height: 10.3rem;
    bottom: 2.8rem;
    left: 1rem;
  }
}
.p-features__imgInfo::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(119, 202, 215, 0.7);
  backdrop-filter: blur(3px);
  z-index: -1;
}

.p-lineUp {
  margin-top: 4rem;
  padding-top: 12rem;
  padding-bottom: 10.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lineUp {
    margin-top: 1.4rem;
    padding-top: 6rem;
    padding-bottom: 7.8rem;
  }
}
.p-lineUp::before {
  content: "";
  position: absolute;
  top: 12rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 12rem);
  background-color: #F3F2F2;
  clip-path: polygon(100% 0, 100% 0, 100% calc(100% - 29.9rem), calc(100% - 29.9rem) 100%, 0 100%, 0 29.9rem, 29.9rem 0);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-lineUp::before {
    top: 6rem;
    height: calc(100% - 6rem);
    clip-path: polygon(100% 0, 100% 0, 100% calc(100% - 7.9rem), calc(100% - 7.9rem) 100%, 0 100%, 0 7.9rem, 7.9rem 0);
  }
}

.p-lineUp__title {
  position: absolute;
  top: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-lineUp__title {
    top: 4rem;
  }
}

.p-lineUp__wrap {
  padding-top: 12.6rem;
}
@media screen and (max-width: 767px) {
  .p-lineUp__wrap {
    padding-top: 7.2rem;
  }
}

.p-lineUp__content:nth-child(n+2) {
  margin-top: 4.7rem;
}
@media screen and (max-width: 767px) {
  .p-lineUp__content:nth-child(n+2) {
    margin-top: 2rem;
  }
}

.p-lineUp__heading {
  font-size: max(3.2rem, 22.4px);
  font-weight: 700;
  line-height: 1.4375;
  color: #144EA1;
}
@media screen and (max-width: 767px) {
  .p-lineUp__heading {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp__heading {
    font-size: max(1.8rem, 12.6px);
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-lineUp__heading {
    font-size: 1.8rem;
  }
}

.p-lineUp__text {
  margin-top: 0.4rem;
  font-size: max(1.8rem, 12.6px);
  font-weight: 500;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .p-lineUp__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp__text {
    margin-top: 0.8rem;
    font-size: max(1.4rem, 9.8px);
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-lineUp__text {
    font-size: 1.4rem;
  }
}

.p-lineUp__list {
  margin-top: 3.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-lineUp__list {
    margin-top: 1.8rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.9rem;
  }
}

.p-lineUp__item {
  background-color: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.p-lineUp__img {
  width: 100%;
  aspect-ratio: 320/166;
}

.p-lineUp__itemTitle {
  margin-top: 1.5rem;
  font-size: max(2rem, 14px);
  font-weight: 700;
  line-height: 1.45;
  color: #144EA1;
  text-align: center;
  padding-inline: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-lineUp__itemTitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp__itemTitle {
    margin-top: 0.5rem;
    font-size: max(1.2rem, 8.4px);
    line-height: 1.4166666667;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-lineUp__itemTitle {
    font-size: 1.2rem;
  }
}

.p-lineUp__itemText {
  margin-top: 0.5rem;
  font-size: max(1.8rem, 12.6px);
  font-weight: 500;
  line-height: 1.4444444444;
  color: #144EA1;
  text-align: center;
  padding-inline: 0.4rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-lineUp__itemText {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lineUp__itemText {
    margin-top: 0.3rem;
    font-size: max(1.2rem, 8.4px);
    line-height: 1.4166666667;
    padding-bottom: 0.7rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-lineUp__itemText {
    font-size: 1.2rem;
  }
}

.p-lineUp__banner {
  padding-top: 10.2rem;
  margin-inline: auto;
  max-width: 1285px;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .p-lineUp__banner {
    padding-top: 3.2rem;
    padding-inline: 2rem;
  }
}

.p-lineUp__bannerImg {
  width: 100%;
  aspect-ratio: 1205/444;
}
@media screen and (max-width: 767px) {
  .p-lineUp__bannerImg {
    aspect-ratio: 335/616;
  }
}

.p-lineUp__btn {
  margin-top: 10rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-lineUp__btn {
    margin-top: 3rem;
  }
}

.p-more {
  padding-top: 13.8rem;
}
@media screen and (max-width: 767px) {
  .p-more {
    padding-top: 5.4rem;
  }
}

.p-more__wrap {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-more__wrap {
    margin-top: 5rem;
  }
}

.p-more__content {
  padding: 8.6rem 6.5rem 9.8rem;
  border: 2px solid #77CAD7;
}
@media screen and (max-width: 767px) {
  .p-more__content {
    padding: 0;
    border: none;
  }
}
.p-more__content:nth-child(n+2) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-more__content:nth-child(n+2) {
    margin-top: 5.7rem;
  }
}

.p-more__title {
  text-align: center;
}
.p-more__title span {
  font-size: max(3.6rem, 25.2px);
  font-weight: 700;
  line-height: 1.4444444444;
  background: linear-gradient(90deg, #183065 34.43%, #2288CB 83.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-more__title span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-more__title span {
    font-size: max(1.73rem, 12.11px);
    line-height: 1.4450867052;
    gap: 0.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-more__title span {
    font-size: 1.73rem;
  }
}
.p-more__title span::before, .p-more__title span::after {
  content: "";
  margin-top: 0.4rem;
  width: 5.3rem;
  height: 3.4rem;
  background: url("/scproject/assets/images/title_left.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-more__title span::before, .p-more__title span::after {
    margin-top: 0.2rem;
    background: url("/scproject/assets/images/title_left-sp.svg") no-repeat center/contain;
    width: 2.6rem;
    height: 1.7rem;
  }
}
.p-more__title span::after {
  background: url("/scproject/assets/images/title_right.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-more__title span::after {
    background: url("/scproject/assets/images/title_right-sp.svg") no-repeat center/contain;
  }
}

.p-more__text {
  margin-top: 1.4rem;
  font-size: max(2rem, 14px);
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-more__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-more__text {
    margin-top: 0.4rem;
    font-size: max(1.2rem, 8.4px);
    line-height: 1.4166666667;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-more__text {
    font-size: 1.2rem;
  }
}

.p-more__video {
  margin: 5.4rem auto 0;
  max-width: 863px;
  width: 100%;
  aspect-ratio: 863/384;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-more__video {
    margin: 1rem auto 0;
    aspect-ratio: 335/150;
  }
}
.p-more__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.p-more__lead {
  margin-top: -0.4rem;
  font-size: max(4rem, 28px);
  font-weight: 700;
  line-height: 1.45;
  color: #144EA1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-more__lead {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-more__lead {
    margin-top: -1rem;
    font-size: max(1.92rem, 13.44px);
    line-height: 1.4583333333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-more__lead {
    font-size: 1.92rem;
  }
}
.p-more__lead .medium {
  font-size: max(8rem, 56px);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-more__lead .medium {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-more__lead .medium {
    font-size: max(3.84rem, 26.88px);
    line-height: 1.4583333333;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-more__lead .medium {
    font-size: 3.84rem;
  }
}
.p-more__lead .large {
  font-size: max(10rem, 70px);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-more__lead .large {
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-more__lead .large {
    font-size: max(4.8rem, 33.6px);
    line-height: 1.4375;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-more__lead .large {
    font-size: 4.8rem;
  }
}

.p-more__subLead {
  margin-top: 1rem;
  font-size: max(3.3rem, 23.1px);
  font-weight: 700;
  line-height: 1.2;
  color: #144EA1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-more__subLead {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-more__subLead {
    margin-top: -0.3rem;
    font-size: max(1.59rem, 11.13px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-more__subLead {
    font-size: 1.59rem;
  }
}

.p-more__imgWrap {
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-more__imgWrap {
    margin-top: 2.6rem;
    overflow-x: scroll;
  }
}

.p-more__img {
  width: 100%;
  aspect-ratio: 1066/1211;
}
@media screen and (max-width: 767px) {
  .p-more__img {
    aspect-ratio: 335/881;
  }
}

.p-award {
  padding-top: 13.2rem;
}
@media screen and (max-width: 767px) {
  .p-award {
    padding-top: 5.4rem;
  }
}

.p-award__wrap {
  margin-top: -5rem;
  padding-block: 9rem 10rem;
  background: url("/scproject/assets/images/award_bg.webp") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-award__wrap {
    padding-block: 6rem 2rem;
    background: url("/scproject/assets/images/award_bg-sp.webp") no-repeat center/cover;
    margin-top: -2rem;
  }
}

.p-award__content {
  background-color: #fff;
  padding: 6rem 6rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-award__content {
    padding: 2rem 1.2rem 1.8rem;
  }
}

.p-award__logo {
  width: 38.7rem;
  aspect-ratio: 387/165;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-award__logo {
    width: 100%;
  }
}

.p-award__list {
  margin-top: 2.6rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.6rem 6rem;
  max-width: 1047px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-award__list {
    margin-top: 1.6rem;
    padding-inline: 0.8rem;
    gap: 2.1rem;
  }
}

.p-award__heading {
  font-size: max(2rem, 14px);
  font-weight: 500;
  line-height: 1.45;
  color: #144EA1;
}
@media screen and (max-width: 767px) {
  .p-award__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-award__heading {
    font-size: max(1.4rem, 9.8px);
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-award__heading {
    font-size: 1.4rem;
  }
}

.p-award__text {
  margin-top: 0.8rem;
  font-size: max(1.6rem, 11.2px);
  font-weight: 700;
  line-height: 1.4375;
  color: #2288CB;
}
@media screen and (max-width: 767px) {
  .p-award__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-award__text {
    margin-top: 0.2rem;
    font-size: max(1.2rem, 8.4px);
    line-height: 1.4166666667;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-award__text {
    font-size: 1.2rem;
  }
}

.p-voice {
  padding-top: 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-top: 5.4rem;
  }
}

.p-voice__wrap {
  margin-top: -6rem;
  padding-block: 9rem 10rem;
  background: url("/scproject/assets/images/voice_bg.webp") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-voice__wrap {
    padding-block: 5.6rem 4rem;
    background: url("/scproject/assets/images/voice_bg-sp.webp") no-repeat center/cover;
    margin-top: -2rem;
  }
}

.p-voice__subTitle {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__subTitle {
    margin-inline: calc(50% - 50vw);
  }
}
.p-voice__subTitle span {
  font-size: max(3.6rem, 25.2px);
  font-weight: 700;
  line-height: 1.4444444444;
  background: linear-gradient(90deg, #183065 34.43%, #2288CB 83.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice__subTitle span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__subTitle span {
    font-size: max(1.5rem, 10.5px);
    line-height: 1.4666666667;
    gap: 0.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-voice__subTitle span {
    font-size: 1.5rem;
  }
}
.p-voice__subTitle span::before, .p-voice__subTitle span::after {
  content: "";
  margin-top: 0.4rem;
  width: 5.3rem;
  height: 3.4rem;
  background: url("/scproject/assets/images/title_left.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-voice__subTitle span::before, .p-voice__subTitle span::after {
    margin-top: -0.1rem;
    background: url("/scproject/assets/images/title_left-sp.svg") no-repeat center/contain;
    width: 2.6rem;
    height: 1.7rem;
  }
}
.p-voice__subTitle span::after {
  background: url("/scproject/assets/images/title_right.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-voice__subTitle span::after {
    background: url("/scproject/assets/images/title_right-sp.svg") no-repeat center/contain;
  }
}

.p-voice__list {
  margin-top: 6.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 2.57%;
}
@media screen and (max-width: 1150px) {
  .p-voice__list {
    gap: 1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    margin-top: 2.6rem;
    grid-template-columns: 1fr;
  }
}

.p-voice__item {
  background-color: #fff;
  padding: 4.8rem 3.1rem 3rem;
  border: 1px solid #77CAD7;
}
@media screen and (max-width: 1150px) {
  .p-voice__item {
    padding: 3rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    padding: 2.4rem 2.5rem 2.2rem;
  }
}

.p-voice__heading {
  font-size: max(2.5rem, 17.5px);
  font-weight: 700;
  line-height: 1.44;
  color: #144EA1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__heading {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__heading {
    font-size: max(1.95rem, 13.65px);
    line-height: 1.4358974359;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-voice__heading {
    font-size: 1.95rem;
  }
}

.p-voice__name {
  margin-top: 2.6rem;
  font-size: max(1.8rem, 12.6px);
  font-weight: 700;
  line-height: 1.4444444444;
  color: #77CAD7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__name {
    margin-top: 0.7rem;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

.p-voice__text {
  margin-top: 1.5rem;
  font-size: max(1.6rem, 11.2px);
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
}

.p-voice__btn {
  margin-top: 9.3rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-voice__btn {
    margin-top: 4rem;
  }
}

.p-drawer__btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  background: linear-gradient(90deg, #183065 34.43%, #2288CB 83.74%);
  z-index: 100;
  transition: opacity 0.3s, pointer-events 0.3s;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.p-drawer__btn.is-show {
  opacity: 1;
  pointer-events: auto;
}
.p-drawer__btn.is-active .p-drawer__btnLine1 {
  transform: translateY(0.7rem) rotate(45deg);
}
.p-drawer__btn.is-active .p-drawer__btnLine2 {
  opacity: 0;
}
.p-drawer__btn.is-active .p-drawer__btnLine3 {
  transform: translateY(-0.7rem) rotate(-45deg);
}
@media (hover: hover) {
  .p-drawer__btn:hover {
    opacity: 0.7;
  }
}

.p-drawer__btnInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.1rem;
  height: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-drawer__btnLine {
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: block;
  transition: transform 0.3s, opacity 0.3s;
}

.p-drawer {
  position: fixed;
  top: 5rem;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transition: opacity 0.3s;
}
.p-drawer.is-active {
  opacity: 1;
  pointer-events: auto;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.p-drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: max(1.2rem, 8.4px);
  font-weight: 500;
  color: #fff;
  background: linear-gradient(90deg, #183065 34.43%, #2288CB 83.74%);
  padding: 0.5rem 2.8rem 0.5rem 2.9rem;
  clip-path: polygon(3.1rem 0%, 100% 0%, calc(100% - 3.1rem) 100%, 0% 100%);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-drawer__link {
    font-size: 1.2rem;
  }
}
.p-drawer__link::after {
  margin-top: 0.2rem;
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.7rem;
  background: url("/scproject/assets/images/icon_arrow.svg") no-repeat center/contain;
}
@media (hover: hover) {
  .p-drawer__link: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;
  }
}