@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  display: block;
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
}

.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: 5rem 2.5rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.8);
  -webkit-transition: background 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: background 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: background 0.3s ease-out, transform 0.3s ease-out;
  transition: background 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.l-header.is-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-inline: 1rem;
  }
}

.l-header.js-active {
  background: rgba(255, 255, 255, 0.8);
}
.l-header.js-active .header__list li a {
  color: #000;
}
.l-header.js-active .header__btn {
  background: #000;
  border: 0.0625rem solid #000;
  color: #fff;
}
@media (any-hover: hover) {
  .l-header.js-active .header__btn:hover {
    color: #000;
    background: transparent;
  }
}

.l-header__inner {
  display: grid;
  grid-template-columns: 18rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0;
  max-width: 81.25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
  }
}

.l-footer {
  padding-block: 2.75rem 3.5rem;
  background: #DAEAF6;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 3.125rem 4.5rem;
  }
}

.l-footer__inner {
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-front__fv {
  overflow: hidden;
  padding-block: 15.25rem 3.625rem;
  width: 100%;
  height: 58rem;
  border-radius: 0 0 1.5rem 1.5rem;
  background: linear-gradient(-68deg, transparent 9%, rgba(217, 217, 217, 0.25) 5.6%, rgba(217, 217, 217, 0.25) 29.2%, transparent 7%), radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 10%, transparent 10%) 0 0/34px 34px, linear-gradient(292deg, #54b7f7 6.31%, #1f4eae 97.69%);
}
@media screen and (max-width: 767px) {
  .l-front__fv {
    height: 53.1875rem;
    padding-block: 25.5625rem 7.25rem;
    background: linear-gradient(-68deg, transparent 12%, rgba(217, 217, 217, 0.25) 5.6%, rgba(217, 217, 217, 0.25) 38.2%, transparent 7%), radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 10%, transparent 10%) 0 0/34px 34px, linear-gradient(292deg, #54b7f7 6.31%, #1f4eae 97.69%);
  }
}

.l-front__fv-wrap {
  position: relative;
  height: 100%;
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-front__problem {
  padding-block: 9rem 9.375rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 237, 247, 0.84)), color-stop(45.38%, rgba(147, 193, 228, 0.79)), color-stop(63.83%, rgba(110, 171, 219, 0.44)), to(rgba(223, 237, 247, 0.61)));
  background-image: linear-gradient(180deg, rgba(223, 237, 247, 0.84) 0%, rgba(147, 193, 228, 0.79) 45.38%, rgba(110, 171, 219, 0.44) 63.83%, rgba(223, 237, 247, 0.61) 100%);
}
@media screen and (max-width: 767px) {
  .l-front__problem {
    padding-block: 4.5rem 7rem;
  }
}

.l-front__problem-inner {
  position: relative;
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-front__problem-page {
  position: absolute;
  top: 5rem;
  left: -3.5rem;
}
@media screen and (max-width: 767px) {
  .l-front__problem-page {
    display: none;
  }
}

.l-front__solution {
  position: absolute;
  top: 32.875rem;
  left: -3.5rem;
}
@media screen and (max-width: 767px) {
  .l-front__solution {
    display: none;
  }
}

.l-front__works-page {
  position: absolute;
  top: 13.125rem;
  left: -3.5rem;
}
@media screen and (max-width: 767px) {
  .l-front__works-page {
    display: none;
  }
}

.l-company {
  padding-block: 10.5rem 11.75rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 237, 247, 0.84)), color-stop(45.38%, rgba(147, 193, 228, 0.79)), color-stop(63.83%, rgba(110, 171, 219, 0.44)), to(rgba(223, 237, 247, 0.61)));
  background-image: linear-gradient(180deg, rgba(223, 237, 247, 0.84) 0%, rgba(147, 193, 228, 0.79) 45.38%, rgba(110, 171, 219, 0.44) 63.83%, rgba(223, 237, 247, 0.61) 100%);
}
@media screen and (max-width: 767px) {
  .l-company {
    padding-block: 4.75rem 6rem;
  }
}

.l-contact {
  padding-block: 10rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 237, 247, 0.84)), color-stop(45.38%, rgba(147, 193, 228, 0.79)), color-stop(63.83%, rgba(110, 171, 219, 0.44)), to(rgba(223, 237, 247, 0.61)));
  background-image: linear-gradient(180deg, rgba(223, 237, 247, 0.84) 0%, rgba(147, 193, 228, 0.79) 45.38%, rgba(110, 171, 219, 0.44) 63.83%, rgba(223, 237, 247, 0.61) 100%);
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding-block: 6rem 6.8125rem;
  }
}

.l-contact__inner {
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-contact__wrap {
  max-width: 68.75rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-contact__wrap {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-works__search-result {
  margin: 30px auto 0;
  width: min(1040px, 100%);
  padding-inline: 20px;
}

.l-works__search {
  margin: 30px auto 0;
  width: min(1040px, 100%);
  padding-inline: 20px;
}

.l-works__head-tag-list {
  margin: 30px auto 0;
  width: min(1040px, 100%);
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.l-works__list {
  margin: 32px auto 0;
  max-width: 1000px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.l-works__finish {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(64, 79, 101, 0.8);
}

.l-works__finish-body {
  position: relative;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
}

.l-works__item {
  display: contents;
}

.l-works__item-tit-wrap {
  padding-inline: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.l-works__item-tag-list {
  padding: 0px 20px 20px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.l-curriculum {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 237, 247, 0.84)), color-stop(45.38%, rgba(147, 193, 228, 0.79)), color-stop(63.83%, rgba(110, 171, 219, 0.44)), to(rgba(223, 237, 247, 0.61)));
  background-image: linear-gradient(180deg, rgba(223, 237, 247, 0.84) 0%, rgba(147, 193, 228, 0.79) 45.38%, rgba(110, 171, 219, 0.44) 63.83%, rgba(223, 237, 247, 0.61) 100%);
  padding-block: 8.75rem;
}
@media screen and (max-width: 767px) {
  .l-curriculum {
    padding-block: 5.5rem 8rem;
  }
}

.c-fv {
  overflow: hidden;
  width: 100%;
  height: 31.875rem;
  border-radius: 0 0 1.5rem 1.5rem;
  background: linear-gradient(-68deg, transparent 9%, rgba(217, 217, 217, 0.25) 5.6%, rgba(217, 217, 217, 0.25) 29.2%, transparent 7%), radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 10%, transparent 10%) 0 0/34px 34px, linear-gradient(292deg, #54b7f7 6.31%, #1f4eae 97.69%);
}
@media screen and (max-width: 767px) {
  .c-fv {
    height: 27.25rem;
  }
}

.c-fv__wrap {
  position: relative;
  height: 100%;
}

.c-fv__txt-wrap {
  width: min(77.5rem, 100%);
  padding: 14.1875rem 2.5rem 0;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-fv__txt-wrap {
    padding: 12.375rem 2rem 0;
  }
}

.c-fv__sub-tit {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-fv__sub-tit {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.c-fv__tit {
  margin: 0.5rem 0 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.084em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-fv__tit {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.07em;
  }
}

.c-fv__txt {
  margin: 2.5rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-fv__txt {
    display: none;
  }
}

.c-fv__txt-deco {
  position: absolute;
  bottom: -2.5rem;
  right: calc(50% - 45.125rem);
  color: rgba(255, 255, 255, 0.2);
  font-size: 7.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-fv__txt-deco {
    bottom: -1.5rem;
    left: 0.875rem;
    right: auto;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.c-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.625rem;
}

.c-page__number {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #03359d;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.c-page__border {
  width: 0.0625rem;
  height: 5.5rem;
  background: #03359d;
}

.c-page__txt {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #03359d;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-bottom-btn {
  overflow: hidden;
  max-width: 90rem;
  width: 100%;
  margin-inline: auto;
}

.c-bottom-btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.0625rem;
     -moz-column-gap: 0.0625rem;
          column-gap: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .c-bottom-btn__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-bottom-btn__item {
  position: relative;
  list-style: none;
  width: 50%;
  height: 22.125rem;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .c-bottom-btn__item {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .c-bottom-btn__item:hover {
    opacity: 0.7;
  }
}
.c-bottom-btn__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 10%, transparent 10%) 0 0/34px 34px, -webkit-gradient(linear, left top, left bottom, from(#1F4EAE), to(#54B7F7));
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 10%, transparent 10%) 0 0/34px 34px, linear-gradient(180deg, #1F4EAE 0%, #54B7F7 100%);
}

.c-bottom-btn__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  background: linear-gradient(-52deg, transparent 15%, rgba(217, 217, 217, 0.25) 16.6%, rgba(217, 217, 217, 0.25) 46.2%, transparent 47%), radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 10%, transparent 10%) 0 0/34px 34px, linear-gradient(180deg, #1F4EAE 0%, #54B7F7 100%);
}
@media screen and (max-width: 767px) {
  .c-bottom-btn__item:nth-child(2)::before {
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 10%, transparent 10%) 0 0/34px 34px, -webkit-gradient(linear, left top, left bottom, from(#1F4EAE), to(#54B7F7));
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 10%, transparent 10%) 0 0/34px 34px, linear-gradient(180deg, #1F4EAE 0%, #54B7F7 100%);
  }
}

.c-bottom-btn__item-link {
  position: relative;
  padding-block: 5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-bottom-btn__item-link {
    padding: 4.75rem 2rem 3.5rem;
  }
}

.c-bottom-btn__item-link-deco {
  width: 2.375rem;
  height: auto;
}
.c-bottom-btn__item-link-deco img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-bottom-btn__item:nth-child(2).c-bottom-btn__item-link-deco {
  width: 2.5rem;
}

.c-bottom-btn__item-tit {
  margin: 1.5rem 0 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-bottom-btn__item-tit {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.c-bottom-btn__item-txt {
  margin: 1.5rem 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-bottom-btn__item-txt {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: left;
  }
}

.p-header__logo {
  display: block;
  width: 15.5rem;
  height: auto;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 8.9375rem;
  }
}
.p-header__logo img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.p-header__list li {
  list-style: none;
}
.p-header__list li a {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-header__list li a.js-active {
  color: #222222;
}
@media (any-hover: hover) {
  .p-header__list li a:hover {
    opacity: 0.7;
  }
}

.p-header__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

.p-header__btn-data {
  width: 10rem;
  padding: 0.625rem 1.5rem;
  background: #ffffff;
  border-radius: 2rem;
  border: 0.0625rem solid transparent;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  color: #03359d;
  text-align: center;
}
@media (any-hover: hover) {
  .p-header__btn-data:hover {
    background: rgba(255, 255, 255, 0.8);
  }
}

.p-header__btn-contact {
  width: 10rem;
  padding: 0.625rem 1.5rem;
  background: #222;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
}
@media (any-hover: hover) {
  .p-header__btn-contact:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}

.p-drawer__head-inner {
  position: relative;
  background: #fff;
}

.p-drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(42, 66, 75, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100;
}
.p-drawer__overlay.js-show {
  opacity: 1;
  visibility: visible;
}

.p-drawer__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    position: fixed;
    z-index: 102;
    top: 1.25rem;
    right: 0.9375rem;
    width: 1.375rem;
    height: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .p-drawer__icon.is-hidden {
    -webkit-transform: translateY(-6.25rem);
            transform: translateY(-6.25rem);
  }
}

.p-drawer__icon-bar {
  width: 100%;
  height: 0.125rem;
  border-radius: 100vmax;
  background: #fff;
}

.p-drawer__icon-bar:nth-child(2) {
  width: 1.25rem;
  height: 0.125rem;
  background: #fff;
}

.p-drawer__icon.js-show .p-drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.5rem;
  background-color: #fff;
}
.p-drawer__icon.js-show .p-drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon-bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.5rem;
  background-color: #fff;
}

.p-drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    position: fixed;
    display: block;
    z-index: 101;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow-y: scroll;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 10%, transparent 10%) 0 0/44px 44px, linear-gradient(292deg, rgba(84, 183, 247, 0.9) 6.31%, rgba(31, 78, 174, 0.9) 97.69%);
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .p-drawer.js-show {
    opacity: 1;
    visibility: visible;
  }
}

.p-drawer__logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-drawer__logo {
    position: fixed;
    left: 1rem;
    z-index: 102;
    width: 8.9375rem;
    display: block;
    height: auto;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
.p-drawer__logo img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .p-drawer__logo:hover {
    opacity: 0.7;
  }
}

.p-drawer__head-inner {
  position: fixed;
  z-index: 101;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 3.75rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.8);
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 9.25rem 1.25rem 4.25rem 2rem;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  padding-left: 1rem;
}
.p-drawer__list li {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-drawer__list li a {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .p-drawer__list li a:hover {
    opacity: 0.6;
  }
}

.p-drawer__btn-list {
  margin: 3.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.5rem;
}

.p-drawer__btn-data {
  width: 20rem;
  padding: 0.625rem 1.25rem;
  background: #ffffff;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  color: #03359d;
  text-align: center;
}
@media (any-hover: hover) {
  .p-drawer__btn-data:hover {
    background: rgba(255, 255, 255, 0.8);
  }
}

.p-drawer__btn-contact {
  width: 20rem;
  padding: 0.625rem 1.25rem;
  background: #222;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
}
@media (any-hover: hover) {
  .p-drawer__btn-contact:hover {
    background: rgba(0, 0, 0, 0.5);
  }
}

.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-footer__logo {
  width: 15.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 12.5625rem;
  }
}
.p-footer__logo img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__nav {
    margin: 1.5rem 0 0;
  }
}

.p-footer__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
  }
}
.p-footer__menu-list li {
  list-style: none;
}
.p-footer__menu-list li a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-footer__menu-list li a:hover {
    opacity: 0.7;
  }
}

.p-footer__border {
  margin: 1.5rem 0 1.5rem;
  width: 100%;
  height: 0.0625rem;
  background: rgba(3, 53, 157, 0.3);
}

.p-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-footer__bottom-privacy {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
}

.p-footer__bottom-copyright {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-copyright {
    margin: 1.5rem 0 0;
  }
}

.p-footer__btn-top {
  position: fixed;
  bottom: 3.1875rem;
  right: 1.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-footer__btn-top.js-show {
  opacity: 1;
  visibility: visible;
}

.p-front__fv-page-wrap {
  position: absolute;
  top: 14.75rem;
  left: -3.5rem;
}
@media screen and (max-width: 767px) {
  .p-front__fv-page-wrap {
    display: none;
  }
}

.p-front__fv-page-border {
  margin-inline: auto;
  width: 0.0625rem;
  height: 5.5rem;
  background: #fff;
}

.p-front__fv-page-txt {
  margin: 0.9375rem 0 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-front__fv-txt-deco {
  position: absolute;
  bottom: 0;
  left: -5rem;
  white-space: nowrap;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: rgba(235, 241, 241, 0.42);
}
@media screen and (max-width: 767px) {
  .p-front__fv-txt-deco {
    bottom: -5.625rem;
    left: -0.875rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.p-front__fv-img {
  position: absolute;
  top: -4.375rem;
  right: 0;
  width: 38.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-front__fv-img {
    width: 19.5rem;
    top: -20.125rem;
    right: 1.25rem;
  }
}
.p-front__fv-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front__fv-tit {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #ffffff;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .p-front__fv-tit {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.p-front__fv-txt {
  margin: 1rem 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.03em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-front__fv-txt {
    margin: 0.5rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }
}

.p-front__fv-list {
  margin: 3.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-front__fv-list {
    margin: 1.25rem 0 0;
    -webkit-column-gap: 0.375rem;
       -moz-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }
}

.p-front__fv-item {
  list-style: none;
  width: 8.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-front__fv-item {
    width: 6.5625rem;
  }
}
.p-front__fv-item img {
  display: block;
}

.p-front__problem-head {
  text-align: center;
}

.p-front__problem-head-sub {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #03359d;
}

.p-front__problem-head-tit {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .p-front__problem-head-tit {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.0909090909em;
  }
}
.p-front__problem-head-tit .strong {
  position: relative;
  padding-bottom: 0.375rem;
  color: #03359d;
  border-bottom: dashed 0.125rem #03359d;
}

.p-front__problem-cont {
  margin: 2.5rem 0 0;
}

.p-front__problem-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-front__problem-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.375rem;
  }
}

.p-front__problem-item {
  list-style: none;
}

.p-front__problem-item:nth-child(2) {
  margin: 0.625rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-front__problem-item:nth-child(2) {
    margin: 0rem 0 0;
  }
}

.p-front__problem-item-img {
  display: block;
  width: 21.375rem;
  -webkit-filter: drop-shadow(0 0 26px rgba(72, 150, 209, 0.36));
          filter: drop-shadow(0 0 26px rgba(72, 150, 209, 0.36));
}
@media screen and (max-width: 767px) {
  .p-front__problem-item-img {
    -webkit-filter: drop-shadow(0 0 26px rgba(72, 150, 209, 0.36));
            filter: drop-shadow(0 0 26px rgba(72, 150, 209, 0.36));
  }
}
@media screen and (max-width: 767px) {
  .p-front__problem-item-img {
    margin-inline: auto;
    width: 20.4375rem;
  }
}
.p-front__problem-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front__problem-arrow {
  display: block;
  margin: 1.6875rem auto 0;
  width: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-front__problem-arrow {
    position: relative;
    z-index: 1;
    margin: 0rem auto 0;
    width: 1.25rem;
  }
}
.p-front__problem-arrow img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front__problem-box {
  margin: 1.125rem 0 0;
  position: relative;
  background-color: #ffffff;
  background-image: radial-gradient(circle, rgba(222, 232, 232, 0.16) 2px, transparent 5px);
  background-position: 0 0;
  background-size: 1.875rem 1.875rem;
  padding: 4rem 0;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-front__problem-box {
    margin: -0.625rem 0 0;
    padding: 4.5rem 2rem 9rem;
    background-image: radial-gradient(circle, rgba(222, 232, 232, 0.16) 5px, transparent 5px);
  }
}
.p-front__problem-box::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -2.8125rem;
  right: 3.5rem;
  width: 16.6875rem;
  height: 10.8125rem;
  background: url(../img/front/front-problem-deco@2x.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-front__problem-box::before {
    top: auto;
    bottom: -1.5625rem;
    width: 13rem;
    height: 8.375rem;
  }
}

.p-front__problem-box-wrap {
  margin-inline: auto;
  max-width: 37.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front__problem-box-wrap {
    max-width: 100%;
  }
}

.p-front__problem-box-tit-sub {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #F2B23F;
}

.p-front__problem-box-tit {
  margin: 0.5rem 0 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.0625em;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .p-front__problem-box-tit {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.0909090909em;
  }
}
.p-front__problem-box-tit .strong {
  color: #F2B23F;
  padding-bottom: 0.25rem;
  border-bottom: dashed 0.125rem #F2B23F;
}
@media screen and (max-width: 767px) {
  .p-front__problem-box-tit .strong {
    padding-bottom: 0.125rem;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}

.p-front__problem-box-txt {
  margin: 2.5rem 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.0777777778em;
  color: #222222;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front__problem-box-txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.0875em;
  }
}
.p-front__problem-box-txt .strong {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.0777777778em;
  color: #F2B23F;
}
@media screen and (max-width: 767px) {
  .p-front__problem-box-txt .strong {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.08125em;
  }
}

.p-front__works-left {
  margin: 0 0 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-front__works-left {
    margin: 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.625rem;
       -moz-column-gap: 1.625rem;
            column-gap: 1.625rem;
  }
}

.p-front__works-head-sub {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #03359d;
}

.p-front__works-head-tit {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .p-front__works-head-tit {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}

.p-front__works-img {
  margin: 11.1875rem 0 0;
  width: 9.4375rem;
}
@media screen and (max-width: 767px) {
  .p-front__works-img {
    margin: -4rem 0 0;
  }
}
.p-front__works-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front__works-btn {
  position: relative;
  overflow: hidden;
  margin: 2rem 0 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem;
  border-radius: 2rem;
  background: var(--gradation, linear-gradient(6deg, #ffd07b 27.15%, #eea332 64%));
}
@media screen and (max-width: 767px) {
  .p-front__works-btn {
    display: none;
  }
}
.p-front__works-btn:hover .p-front__works-btn-txt {
  background: #fff;
  color: #EEA332;
}

.p-front__works-btn-txt {
  display: block;
  width: 12rem;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 3.125rem;
  background: transparent;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-front__works-btn-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-front__works-btn-sp {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 3.5rem auto 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.125rem;
    border-radius: 2rem;
    background: var(--gradation, linear-gradient(6deg, #ffd07b 27.15%, #eea332 64%));
  }
}
.p-front__works-btn-sp:hover .p-front__works-btn-txt-sp {
  background: #fff;
  color: #EEA332;
}

.p-front__works-btn-txt-sp {
  display: block;
  width: 12rem;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 3.125rem;
  background: transparent;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-front__works-inner {
  padding-block: 10rem 9rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front__works-inner {
    padding-block: 6.5rem 5.5rem;
  }
}

.p-front__works-cont {
  position: relative;
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 48.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-front__works-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-front__works-swiper-container,
.p-front__works-swiper,
.p-front__works-swiper-wrapper,
.p-front__works-swiper-slide {
  position: relative;
}

.p-front__works-swiper-tit {
  position: absolute;
  top: 0.625rem;
  left: 2rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0303571429em;
  color: rgba(72, 150, 209, 0.14);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-front__works-swiper-tit {
    top: 1.25rem;
    left: -1.25rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.p-front__works-swiper-container {
  margin: -5.625rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-front__works-swiper-container {
    margin: 0rem 0 0;
  }
}

.p-front__works-swiper {
  padding-block: 5rem;
  overflow: unset;
  clip-path: inset(0% -50vw 0% -1%);
}
@media screen and (max-width: 767px) {
  .p-front__works-swiper {
    padding-block: 3.75rem 2.5rem;
    padding-left: 0.5rem;
  }
}

.p-front__works-swiper-slide {
  width: 20rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(60, 125, 174, 0.4);
          box-shadow: 0 0 0.625rem 0 rgba(60, 125, 174, 0.4);
  -webkit-transition: translate 0.3s ease-out;
  transition: translate 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-front__works-swiper-slide {
    width: 17.8125rem;
  }
}
@media (any-hover: hover) {
  .p-front__works-swiper-slide:hover {
    translate: 0 2.125rem;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .p-front__works-swiper-slide:hover {
    translate: 0 1.25rem;
  }
}
@media (any-hover: hover) {
  .p-front__works-swiper-slide:hover .p-front__works-swiper-slide-img-wrap {
    background: #F2F2F2;
  }
}

.p-front__works-swiper-slide-link {
  display: block;
  height: 100%;
}

.p-front__works-swiper-slide-img-wrap {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 11.25rem;
  background: #ffffff;
  border-bottom: 0.0625rem solid rgba(3, 53, 157, 0.5);
}

.p-front__works-swiper-slide-img {
  margin-inline: auto;
  width: 10.9375rem;
  height: auto;
}
.p-front__works-swiper-slide-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-front__works-swiper-slide-txt-wrap {
  position: relative;
  padding: 3rem 1.5rem 4.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-front__works-swiper-slide-txt-wrap {
    padding: 3rem 1.5rem 2.5rem;
  }
}
.p-front__works-swiper-slide-txt-wrap .p-front__works-swiper-slide-tag {
  position: absolute;
  top: -1.25rem;
  left: 0;
  padding: 0.375rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #03359D;
  border-radius: 0 1.875rem 1.875rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #ffffff;
}

.p-front__works-swiper-slide-tit {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #222222;
}

.p-front__works-swiper-slide-strong {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #03359d;
}
@media screen and (max-width: 767px) {
  .p-front__works-swiper-slide-strong {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: -0.01em;
  }
}

.p-front__works-swiper-slide-txt {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #222222;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 50%;
    width: 2.5rem;
    height: auto;
  }
}

.swiper-button-prev {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    display: block;
    left: -1rem;
  }
}

.swiper-button-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    display: block;
    right: -1rem;
  }
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 1rem;
  height: 0.3125rem;
  background: #D9D9D9;
  margin-inline: 0.375rem;
  border-radius: 0;
  border-radius: 0.625rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #03359d;
  width: 2rem;
}

.p-company__cont {
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 2.625rem;
     -moz-column-gap: 2.625rem;
          column-gap: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-company__cont {
    padding-inline: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-company__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-company__img {
    margin: 3rem auto 0;
    width: 16.5rem;
  }
}
.p-company__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.p-company__info {
  width: 52.375rem;
  background-color: #ffffff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(61, 94, 72, 0.1);
          box-shadow: 0 0 1.25rem 0 rgba(61, 94, 72, 0.1);
  background-image: radial-gradient(circle, rgba(222, 232, 232, 0.16) 3px, transparent 5px);
  background-size: 1.625rem 1.625rem;
  background-repeat: repeat;
  background-position: 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__info {
    width: 100%;
  }
}

.p-company__info-wrap {
  padding-block: 5rem;
  padding-inline: 3.125rem 2.25rem;
  width: 46.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-company__info-wrap {
    padding-inline: 1.5rem;
    width: 100%;
  }
}

.p-company__info-item {
  padding-block: 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__info-item {
    padding-block: 1.875rem 0.875rem;
  }
}

.p-company__info-item:first-child {
  padding-block: 0rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-company__info-item:first-child {
    padding-block: 0rem 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-company__info-item:nth-child(2) .p-company__info-item-txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 3;
    letter-spacing: 0.02em;
  }
}

.p-company__info-item-tit {
  position: relative;
  width: 8.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #03359d;
}
@media screen and (max-width: 767px) {
  .p-company__info-item-tit {
    width: 4.625rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
.p-company__info-item-tit::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #03359d;
}
@media screen and (max-width: 767px) {
  .p-company__info-item-tit::before {
    bottom: -0.875rem;
  }
}

.p-company__info-item-txt {
  position: relative;
  padding-left: 2.6875rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-company__info-item-txt {
    padding-left: 0rem;
  }
}
.p-company__info-item-txt::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #ddd;
}
@media screen and (max-width: 767px) {
  .p-company__info-item-txt::before {
    bottom: -0.875rem;
  }
}

.p-contact__step {
  margin: 1.75rem 0 0;
}

.p-contact__step-img {
  display: block;
  width: 23.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__step-img {
    margin: 0 auto 0;
    width: 20.4375rem;
  }
}
.p-contact__step-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contact__step-txt {
  margin: 4rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__step-txt {
    margin: 2rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -0.01em;
  }
}

.p-contact__step-deco {
  margin: 5rem auto 0;
  width: 23.375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__step-deco {
    margin: 3rem auto 0;
    width: 13.9375rem;
  }
}
.p-contact__step-deco img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contact__form {
  max-width: 36.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin: 2rem auto 0;
    max-width: 20.5rem;
  }
}

.p-contact__data.name {
  margin: -0.75rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__data.name {
    margin: 0rem 0 0;
  }
}

.p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}

.p-contact__row.name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__row.name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-contact__row:nth-of-type(n+2) {
  margin: 2rem 0 0;
}

.p-contact__head {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.p-contact__head.name {
  grid-area: 1/1/2/3;
}

input[type=text],
input[type=date],
input[type=email],
input[type=tel],
textarea {
  border-radius: 0.5rem;
  width: 100%;
  border: none;
  padding: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
input[type=text]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}
input[type=text]::placeholder,
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #999;
}

textarea {
  height: 15rem;
  resize: vertical;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-spinner {
  display: none;
}

/* 送信完了メッセージ */
.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 0.125rem);
  left: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  color: red;
}

@media screen and (max-width: 767px) {
  input[name=last_name] + .wpcf7-not-valid-tip {
    display: none;
  }
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contact__data-checkbox-acceptance {
  margin: 2rem 0 0;
}

.p-contact__acceptance {
  position: relative;
}

.p-contact__data-checkbox-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #0066A0;
}
@media (any-hover: hover) {
  .p-contact__data-checkbox-link:hover {
    opacity: 0.6;
  }
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  position: relative;
  width: 100%;
  margin-inline: auto;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.75rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    white-space: nowrap;
  }
}

.p-contact__data-checkbox-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #999;
  background: #ffffff;
}

.p-contact__data-checkbox-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.4375rem;
  width: 0.375rem;
  height: 0.75rem;
  rotate: 45deg;
  border-right: 0.125rem solid #000;
  border-bottom: 0.125rem solid #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

.p-contact__data-radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.wpcf7-form-control.wpcf7-radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 1.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: normal;
}

.p-contact__data-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #999;
  border-radius: 100vmax;
  background: #ffffff;
}

.p-contact__data-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.2625rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #000;
  opacity: 0;
  border-radius: 100vmax;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-contact__data-radio .wpcf7-list-item-label::after {
    left: 0.25rem;
  }
}

input[type=submit],
input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__btn {
  position: relative;
  overflow: hidden;
  margin: 5.5rem auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem;
  border-radius: 2rem;
  background: var(--gradation, linear-gradient(6deg, #ffd07b 27.15%, #eea332 64%));
}
.p-contact__btn:hover .p-contact__btn-txt {
  background: #fff;
  color: #EEA332;
}

.p-contact__btn-txt {
  display: block;
  width: 15rem;
  padding: 0.8125rem 1.25rem;
  border: none;
  background: transparent;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-works__item-link {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 12px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  list-style: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-works__item-link:hover {
    opacity: 0.7;
  }
}

.p-works__item-img {
  position: relative;
}

.p-works__finish-en {
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  line-height: normal;
  color: #fff;
}

.p-works__finish-jp {
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  line-height: normal;
  color: #fff;
}

.p-works__item-message {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding-inline: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.1px;
  color: #0075c1;
}

.p-works__item-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  color: #333;
}

.p-works__item-department {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.96px;
  color: #333;
}

.p-works__pagination {
  margin: 60px 0 0;
}

.p-curriculum__cont {
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-curriculum__menu {
  position: sticky;
  top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__menu {
    display: none;
  }
}

.p-curriculum__menu-item {
  list-style: none;
}

.p-curriculum__menu-item:nth-child(n+2) {
  margin: 1.5rem 0 0;
}

.p-curriculum__menu-item-link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 14.8125rem;
  border-radius: 0.5rem;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.p-curriculum__menu-item-link::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: radial-gradient(circle 0.25rem, rgba(255, 255, 255, 0.1) 50%, transparent 50%) 0 0/18px 18px, -webkit-gradient(linear, left top, right top, from(#2b86d1), to(#003c97));
  background: radial-gradient(circle 0.25rem, rgba(255, 255, 255, 0.1) 50%, transparent 50%) 0 0/18px 18px, linear-gradient(to right, #2b86d1, #003c97);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-curriculum__menu-item-link:hover::before {
    opacity: 1;
  }
  .p-curriculum__menu-item-link:hover .p-curriculum__menu-item-txt {
    color: #ffffff;
  }
}

.p-curriculum__menu-item-txt {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1.5rem 1.25rem;
  border-radius: 0.5rem;
  border: none;
  background: transparent;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #757879;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-curriculum__boxes {
  max-width: 49.6875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-curriculum__boxes {
    max-width: 100%;
  }
}

.p-curriculum__box {
  list-style: none;
  position: relative;
  padding: 4rem 2.375rem 4.5rem 3.875rem;
  border-radius: 1rem;
  background-color: #ffffff;
  background-image: radial-gradient(circle, rgba(222, 232, 232, 0.16) 3px, transparent 5px);
  background-size: 1.625rem 1.625rem;
  background-repeat: repeat;
  background-position: 0 0;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box {
    padding: 4rem 1.25rem 4rem 1.25rem;
  }
}

.p-curriculum__box:nth-child(n+2) {
  margin: 3.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box:nth-child(n+2) {
    margin: 2.5rem 0 0;
  }
}

.p-curriculum__box-wrap {
  max-width: 43.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-wrap {
    max-width: 100%;
  }
}

.p-curriculum__box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-head {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}

.p-curriculum__box-head-number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.040625em;
  color: #4896D1;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-head-number {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

.p-curriculum__box-head-tit {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.0392857143em;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-head-tit {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

.p-curriculum__box:nth-child(3) .p-curriculum__box-head-tit {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.0423076923em;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box:nth-child(3) .p-curriculum__box-head-tit {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

.p-curriculum__box-cont {
  margin: 1.75rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-cont {
    margin: 1.5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-curriculum__box-left {
  width: 25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-left {
    width: 100%;
  }
}

.p-curriculum__box:nth-child(3) .p-curriculum__box-left {
  width: 28.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box:nth-child(3) .p-curriculum__box-left {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-curriculum__box-left-top {
    width: 17.75rem;
  }
}

.p-curriculum__box-left-top-wrap {
  padding: 0.875rem 1.25rem 0.875rem 1.4375rem;
  border-radius: 0.5rem;
  border: 1px solid #6886C4;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-left-top-wrap {
    padding: 0.8125rem;
    border-radius: 0.375rem;
  }
}

.p-curriculum__box-left-top-txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #222222;
}

.p-curriculum__box-left-top-message-wrap {
  margin: 0.5rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-left-top-message-wrap {
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-curriculum__box:nth-child(1) .p-curriculum__box-left-top-message-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-curriculum__box:nth-child(3) .p-curriculum__box-left-top-message-wrap {
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box:nth-child(3) .p-curriculum__box-left-top-message-wrap {
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }
}

.p-curriculum__box-left-top-message-deco {
  width: 2.6875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-left-top-message-deco {
    margin: 0.75rem 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.25rem;
  }
}
.p-curriculum__box-left-top-message-deco img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-curriculum__box-left-top-message {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #03359d;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-left-top-message {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.0277777778em;
  }
}

.p-curriculum__box-left-info {
  margin: 2.375rem 0 0;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-left-info {
    margin: 2rem 0 0;
    width: 100%;
  }
}

.p-curriculum__box-left-info-item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-left-info-item {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
}

.p-curriculum__box-left-info-item:nth-child(n+2) {
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-left-info-item:nth-child(n+2) {
    margin: 0.5rem 0 0;
  }
}

.p-curriculum__box .p-curriculum__box-left-info-item:nth-child(n+2) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box .p-curriculum__box-left-info-item:nth-child(n+2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-curriculum__box .p-curriculum__box-left-info-item:nth-child(2) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-curriculum__box-left-info-item-tab {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.5rem;
  padding: 0.25rem 1.25rem;
  border-radius: 1.5rem;
  background: radial-gradient(circle 0.25rem, rgba(255, 255, 255, 0.16) 50%, transparent 50%) 0 0/18px 18px, -webkit-gradient(linear, left top, right top, from(#2b86d1), to(#003c97));
  background: radial-gradient(circle 0.25rem, rgba(255, 255, 255, 0.16) 50%, transparent 50%) 0 0/18px 18px, linear-gradient(to right, #2b86d1, #003c97);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-left-info-item-tab {
    width: 6.5rem;
    padding: 0.25rem 0.875rem;
  }
}

.p-curriculum__box-left-info-item-txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box-left-info-item-txt {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.0285714286em;
  }
}

.p-curriculum__box-right {
  width: 15.25rem;
}
.p-curriculum__box-right img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-curriculum__box:nth-child(1) .p-curriculum__box-right {
  margin: -2.5rem 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box:nth-child(1) .p-curriculum__box-right {
    width: 10rem;
    margin: 3.375rem auto 0;
  }
}

.p-curriculum__box:nth-child(2) .p-curriculum__box-right {
  margin: -3rem 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box:nth-child(2) .p-curriculum__box-right {
    width: 10.875rem;
    margin: 0.875rem auto 0;
  }
}

.p-curriculum__box:nth-child(3) .p-curriculum__box-right {
  width: 13.3125rem;
  margin: 0 0 0 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__box:nth-child(3) .p-curriculum__box-right {
    width: 9.0625rem;
    margin: 2.75rem auto 0;
  }
}

.p-curriculum__box-btn {
  position: relative;
  overflow: hidden;
  margin: 4rem auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem;
  border-radius: 2rem;
  background: var(--gradation, linear-gradient(6deg, #ffd07b 27.15%, #eea332 64%));
}
.p-curriculum__box-btn:hover .p-curriculum__box-txt {
  background: #fff;
  color: #EEA332;
}

@media screen and (max-width: 767px) {
  .p-curriculum__box:nth-child(1) .p-curriculum__box-btn {
    margin: 0rem auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-curriculum__box:nth-child(2) .p-curriculum__box-btn {
    margin: 1.75rem auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-curriculum__box:nth-child(3) .p-curriculum__box-btn {
    margin: 1.125rem auto 0;
  }
}

.p-curriculum__box-txt {
  display: block;
  width: 15rem;
  padding: 0.625rem 1.25rem;
  border: none;
  border-radius: 3.125rem;
  background: transparent;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-curriculum__bottom {
  margin: 8rem auto 0;
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__bottom {
    margin: 5rem auto 0;
    padding-inline: 2.5rem;
  }
}

.p-curriculum__bottom-wrap {
  max-width: 50.125rem;
  width: 100%;
  margin: 0 0 0 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__bottom-wrap {
    max-width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-curriculum__bottom-img {
  width: 12.1875rem;
}
@media screen and (max-width: 767px) {
  .p-curriculum__bottom-img {
    margin: 0 auto 0;
    width: 9.6875rem;
  }
}
.p-curriculum__bottom-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-curriculum__bottom-txt-wrap {
    margin: 2rem 0 0;
  }
}

.p-curriculum__bottom-tit {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #03359d;
}
@media screen and (max-width: 767px) {
  .p-curriculum__bottom-tit {
    text-align: center;
  }
}

.p-curriculum__bottom-txt {
  margin: 1.5rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-curriculum__bottom-txt {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}/*# sourceMappingURL=style.css.map */