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

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

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  font-size: 12px;
  overflow-x: hidden;
}
@media screen and (min-width: 375px) {
  html {
    font-size: 14px;
  }
}

html.is-fixed {
  overflow: hidden;
}

body {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: normal;
  overflow-x: hidden;
}
body.is-fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.l-inner {
  padding-inline: 1.4285714286rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:768px) {
  .l-inner {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1280px) {
  .l-inner {
    width: 1280px;
    max-width: 100%;
    padding-inline: 90px;
  }
}

.l-skew {
  -webkit-transform: skewY(10deg);
          transform: skewY(10deg);
}

.l-skew-reverse {
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
}

.l-content__inner {
  padding-inline: 2.8571428571rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-button--download {
  color: #023E78;
  border: 1px solid #023E78;
  background: #FFF;
  line-height: normal;
}
.c-button--download:hover {
  color: #FFFFFF;
  border: 1px solid transparent;
  background: #023E78;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-button--contact {
  color: #FFFFFF;
  border: none;
  background: #023E78;
  line-height: 1.7142857143rem;
}
.c-button--contact:hover {
  background: #002a52;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-button--register {
  width: 21.0714285714rem;
  height: 5.1428571429rem;
  color: #023E78;
  border: 1px solid currentColor;
  background: #FFF;
  line-height: 1.7142857143rem;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .c-button--register {
    width: 21.7142857143rem;
    font-size: 16px;
  }
}
.c-button--register::after {
  position: absolute;
  content: "";
  top: 2.1428571429rem;
  right: 0.8571428571rem;
  background: url(../img/c-button-arrow-sp.svg) no-repeat center right;
  width: 1.2857142857rem;
  height: 0.8575rem;
}
@media screen and (min-width: 1280px) {
  .c-button--register::after {
    top: 2.0714285714rem;
    right: 1.4285714286rem;
    background: url(../img/c-button-arrow-pc.svg) no-repeat center right;
    width: 1.4285714286rem;
    height: 1rem;
  }
}
.c-button--register:hover {
  background: #023E78;
  color: #FFFFFF;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-button--register:hover::after {
  right: 0.8571428571rem;
  background: url(../img/c-button-arrow-hover.svg) no-repeat center right;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-button-viewmore-sp {
  margin-top: 65px;
  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: flex-end;
  position: relative;
}
.c-button-viewmore-sp:hover .c-button-viewmore-arrow {
  -webkit-transform: scaleX(1.5);
          transform: scaleX(1.5);
}

.c-button-viewmore-pc {
  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: flex-end;
  position: absolute;
  top: 60px;
  right: 20px;
}
@media screen and (min-width: 1280px) {
  .c-button-viewmore-pc {
    right: 91px;
  }
}
.c-button-viewmore-pc:hover .c-button-viewmore-arrow {
  -webkit-transform: scaleX(1.5);
          transform: scaleX(1.5);
}

.c-button-viewmore--white {
  color: #fff;
}

.c-button-viewmore-pc--dark {
  color: #1A1A1A;
}
.c-button-viewmore-pc--dark .c-button-viewmore-arrow {
  background: #1A1A1A;
}
.c-button-viewmore-pc--dark .c-button-viewmore-arrow:after {
  background: #1A1A1A;
}

.c-button-viewmore-sp--dark {
  color: #023E78;
}
.c-button-viewmore-sp--dark .c-button-viewmore-arrow {
  background: #023E78;
}
.c-button-viewmore-sp--dark .c-button-viewmore-arrow:after {
  background: #023E78;
}

.c-button-viewmore-text {
  font-size: 20px;
  font-style: italic;
  line-height: normal;
  font-family: "Fira Sans", sans-serif;
}
@media screen and (min-width:768px) {
  .c-button-viewmore-text {
    font-size: 32px;
  }
}

.c-button-viewmore-arrow {
  display: inline-block;
  width: 17.0666666667vw;
  height: 2px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin: -3px 18px 0 14px;
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (min-width:768px) {
  .c-button-viewmore-arrow {
    width: 7.42vw;
    margin: 10px 26px 0 19px;
  }
}
.c-button-viewmore-arrow:after {
  position: absolute;
  content: "";
  right: 6px;
  bottom: -2px;
  height: 16px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  width: 2px;
  background: #fff;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.c-button-viewmore-circle {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  border: 2px solid #FFF400;
}
@media screen and (min-width:768px) {
  .c-button-viewmore-circle {
    width: 51px;
    height: 51px;
    top: 50%;
    border: 3px solid #FFF400;
  }
}

.c-button-viewmore-circle--dark {
  background: #FFF400;
}

.c-footer__button {
  font-style: italic;
  font-size: 16px;
  color: #FFF400;
  border: 2px solid currentColor;
  font-family: "Fira Sans", sans-serif;
  /* width: 21.0714285714rem; */
  height: 5.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .c-footer__button {
    width: 22.5rem;
    height: 7rem;
    font-size: 24px;
  }
}
.c-footer__button::after {
  position: absolute;
  content: "";
  right: 1.2857142857143rem;
  background: url(../img/c-button-arrow-yellow.svg) no-repeat center right;
  width: 1.4285714285714rem;
  height: 5.5rem;
}
@media screen and (min-width: 1280px) {
  .c-footer__button::after {
    right: 2.2857142857rem;
  }
}
.c-footer__button:hover {
  background: #FFF400;
  color: #1a1a1a;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-footer__button:hover::after {
  right: 1.1428571429rem;
  background: url(../img/c-button-arrow-yellow-hover.svg) no-repeat center right;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-button__pagetop {
  position: fixed;
  left: calc(100vw - 50px);
  bottom: 1.4285714285714rem;
  width: 2.8571428571429rem;
  max-width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 999;
}

.c-btn-pagetop:hover svg path {
  fill: #023E78;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
}

.container, .wrapper, section, div {
  box-sizing: border-box;
}

/* @media (max-width: 374px) {
  .c-button__pagetop {
    right: 50px;
  }
} */

.c-button__pagetop a {
  display: block;
}

.c-button__pagetop svg {
  width: 100%;
  max-width: 40px;
  height: auto;
  display: block;
}

.c-button__pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1280px) {
  .c-button__pagetop {
    left: calc(100vw - 60px);
    bottom: 40px;
  }
}

.c-section__title {
  color: #023E78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-section__title--en {
  font-family: "Fira Sans", sans-serif;
  font-size: 52px;
  font-style: italic;
}
@media screen and (min-width: 1280px) {
  .c-section__title--en {
    font-size: 100px;
  }
}

.c-section__title--ja {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .c-section__title--ja {
    font-size: 24px;
  }
}

.c-sectionpage__container {
  padding-block: 90px;
  padding-inline: 20px;
  -moz-text-align-last: left;
       text-align-last: left;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1280px) {
  .c-sectionpage__container {
    padding-inline: 220px;
    padding-top: 71px;
    padding-bottom: 70px;
  }
}

.c-sectionpage__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.c-sectionpage__title--en,
.c-sectionpage__title--ja {
  color: #023E78;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-sectionpage__title--en {
  font-family: "Fira Sans", sans-serif;
  font-size: 32px;
  font-style: italic;
}
@media screen and (min-width: 1280px) {
  .c-sectionpage__title--en {
    font-size: 60px;
  }
}

.c-sectionpage__title--ja {
  font-size: 1.1428571429rem;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .c-sectionpage__title--ja {
    font-size: 20px;
  }
}

.c-footer__title--en,
.c-footer__title--ja {
  color: #FFFFFF;
}

.c-footer__title--en {
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-style: italic;
}
@media screen and (min-width: 1280px) {
  .c-footer__title--en {
    font-size: 60px;
  }
}

.c-footer__title--ja {
  font-size: 16px;
  font-weight: 700;
}

.c-breadcrumb {
  margin-top: 13px;
  margin-bottom: 60px;
  font-size: 12px;
}
@media screen and (min-width: 1280px) {
  .c-breadcrumb {
    margin-bottom: 80px;
  }
}

.home {
  color: #888;
}


.c-breadcrumb-separator {
  margin: 0 8px;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.p-header__inner {
  height: 60px;
  padding-inline: 20px;
}
@media screen and (min-width: 1280px) {
  .p-header__inner {
    height: 100px;
    padding-inline: 16px;
  }
}

.p-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.p-header__logo {
  color: #023E78;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.01rem;
  text-transform: capitalize;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .p-header__logo {
    font-size: 40px;
    letter-spacing: normal;
  }
}

.p-header__contents {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-header__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-top: 1px;
  }
}

.p-header__nav-list {
  display: none;
}
@media screen and (min-width: 1280px) {
  .p-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__nav-link {
  position: relative;
  line-height: 24px;
}
.p-header__nav-link::after {
  position: absolute;
  content: "／";
  line-height: 1.714rem;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 16px;
  margin-right: 16px;
}
.p-header__nav-link:hover {
  opacity: 0.5;
}

.p-header__nav-item:last-child .p-header__nav-link::after {
  content: none;
}

.p-header__nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-header__nav-button .c-button--download,
.p-header__nav-button .c-button--contact {
  width: 12.5714285714rem;
  height: 4.8571428571rem;
}

.p-drawer-icon {
  width: 28px;
  height: 18px;
  position: relative;
  z-index: 51;
  background: transparent;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar {
  -webkit-transition: top 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(1), .p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(3) {
  opacity: 0;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(1) {
  top: 6.75px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 1;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(2) {
  opacity: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(3) {
  top: 6.75px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .p-drawer-icon {
    display: none;
  }
}

.p-drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 2.25px;
  background: #023E78;
  -webkit-transition: top 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.2s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.2s ease, -webkit-transform 0.3s ease;
}
.p-drawer-icon__bar:nth-of-type(1) {
  top: 0;
}
.p-drawer-icon__bar:nth-of-type(2) {
  top: 6.75px;
}
.p-drawer-icon__bar:nth-of-type(3) {
  top: 13.5px;
}

.p-drawer__content {
  width: 100%;
  height: calc(100vh - 60px);
  position: fixed;
  right: 0;
  background: #023E78;
  z-index: 50;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s linear;
  transition: opacity 0.2s ease, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, opacity 0.2s ease;
  transition: transform 0.2s linear, opacity 0.2s ease, -webkit-transform 0.2s linear;
  opacity: 0;
}
.p-drawer__content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .p-drawer__content {
    display: none;
  }
}

.p-drawer__inner {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 41px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.p-drawer__inner.is-checked {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}

.p-drawer__content-link {
  color: #FFFFFF;
  font-size: 16px;
}

.p-drawer__content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  margin-top: -3px;
}

.p-drawer__content-button .c-button--download {
  color: #FFFFFF;
  font-size: 16px;
  background: transparent;
  border: 1px solid currentColor;
}

.p-drawer__content-button .c-button--contact {
  color: #023E78;
  font-size: 16px;
  background: #fff;
}
.p-drawer__content-button .c-button--download,
.p-drawer__content-button .c-button--contact {
  width: 295px;
  height: 68px;
}

.p-footer__container {
  text-align: center;
}

.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:768px) {
  .p-footer__top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__download-bg,
.p-footer__contact-bg {
  position: relative;
  z-index: 2;
}

.p-footer__top-download {
  position: relative;
  background: url(../img/footer-download-sp.png) no-repeat center center;
  background-size: cover;
  z-index: 10;
}
.p-footer__top-download::after {
  position: absolute;
  content: "";
  background: rgba(0, 82, 162, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .p-footer__top-download {
    background: url(../img/footer-download-pc.png) no-repeat center center;
    background-size: cover;
  }
}

.p-footer__download-contents {
  position: relative;
  z-index: 3;
  padding-inline: 40px;
  padding-top: 45px;
  padding-bottom: 26px;
}
@media screen and (min-width: 1280px) {
  .p-footer__download-contents {
    padding-top: 55px;
    padding-right: 160px;
    padding-bottom: 48px;
    padding-left: 163px;
  }
}

.p-footer__title-download,
.p-footer__title-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .p-footer__title-download,
  .p-footer__title-contact {
    gap: 3px;
  }
}

.p-footer__title-download--en,
.p-footer__title-contact--en {
  text-transform: uppercase;
}

.p-footer__button {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 295px;
}
@media screen and (min-width: 1280px) {
  .p-footer__button {
    max-width: 315px;
  }
}

.p-footer__top-contact {
  position: relative;
  background: url(../img/footer-contact-sp.png) no-repeat center center;
  background-size: cover;
  z-index: 10;
}
.p-footer__top-contact::after {
  position: absolute;
  content: "";
  opacity: 0.8;
  background: #023E78;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .p-footer__top-contact {
    background: url(../img/footer-contact-pc.png) no-repeat center center;
    background-size: cover;
  }
}

.p-footer__bottom {
  padding-top: 69px;
  padding-bottom: 13px;
  background: #1a1a1a;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .p-footer__bottom {
    padding-top: 120px;
    padding-bottom: 17px;
  }
}

.p-footer__bottom-title {
  font-weight: 700;
  font-family: Roboto;
}
@media screen and (min-width: 1280px) {
  .p-footer__bottom-title {
    font-size: 52px;
    text-transform: capitalize;
  }
}

.p-footer__bottom-add {
  margin-top: 22px;
  line-height: 1.71429;
  -moz-text-align-last: left;
       text-align-last: left;
}

.p-footer__bottom-bottom {
  margin-top: 38px;
  font-size: 12px;
}
@media screen and (min-width: 1280px) {
  .p-footer__bottom-bottom {
    font-size: 14px;
    line-height: 1.71429;
    margin-top: 76px;
  }
}

@media screen and (min-width:768px) {
  .p-secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.27%;
            flex: 0 0 27.27%;
  }
}

.p-widget-title {
  font-size: 20px;
  font-weight: 700;
}

.p-wpost-items {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .p-wpost-items {
    gap: 16px;
    margin-top: 16px;
  }
}

.p-wpost-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-wpost-item:hover {
  opacity: 0.5;
}
.p-wpost-item:nth-child(5) .p-category-card__img {
  margin-top: -1px;
}
@media screen and (min-width:768px) {
  .p-wpost-item {
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-wpost-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.82%;
          flex: 0 0 35.82%;
}
.p-wpost-item-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width:768px) {
  .p-wpost-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .p-wpost-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1280px) {
  .p-wpost-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    aspect-ratio: 1/1;
  }
  .p-wpost-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-wpost-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .p-wpost-item-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.67%;
            flex: 0 0 66.67%;
    padding-top: 3px;
    padding-right: 10px;
    gap: 8px;
  }
}

.p-wpost-item-body-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 3px;
}
@media (max-width: 374px) {
  .p-wpost-item-body-top {
    padding-right: 0;
  }
}

.p-wpost-item-body-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-wpost-item-body-name {
  color: #E61264;
  font-size: 12px;
  border: 1px solid currentColor;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-inline: 11px;
}
@media (max-width: 374px) {
  .p-wpost-item-body-name {
    padding-inline: 0.5rem;
  }
}

.p-wpost-item-body-tag {
  color: #E61264;
}

.p-wpost-item-body-date {
  color: #888;
  margin-top: 2px;
}
@media (max-width: 374px) {
  .p-wpost-item-body-date {
    margin-top: 3px;
  }
}

.p-wpost-item-body-text {
  font-weight: 700;
  line-height: 1.42857;
}

.p-widget__category {
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .p-widget__category {
    margin-top: 81px;
  }
}

.p-widget__lists {
  margin-top: 16px;
  padding-left: 20px;
}

.p-widget__list {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding-block: 16px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-widget__list:hover {
  opacity: 0.5;
}

.p-widget__list a {
  display: block;
}

.p-widget__list-text {
  margin-left: 6px;
}

.p-mv {
  position: relative;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .p-mv {
  margin-top: 100px;
}
}

.p-mv__title {
  position: absolute;
  bottom: 21px;
  left: 19px;
  z-index: 10;
}
@media screen and (min-width: 1280px) {
  .p-mv__title {
    bottom: 60px;
    left: 50px;
  }
}

.p-mv__title--en {
  font-size: 40px;
  background: transparent;
}
@media screen and (min-width: 1280px) {
  .p-mv__title--en {
    font-size: 60px;
  }
}

.p-mv__title-linebreak {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  margin-bottom: 8px;
  padding-left: 1px;
}
@media screen and (min-width: 1280px) {
  .p-mv__title-linebreak {
    margin-bottom: 16px;
  }
}

.p-mv__title--ja {
  background: #023E78;
  color: #FFFFFF;
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .p-mv__title--ja {
    margin-top: 0;
  }
}

.mv__slider {
  margin-left: 40px;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .mv__slider {
    margin-left: 90px;
  }
}

.mv__swiper {
  overflow: hidden;
}
.mv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.mv__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.mv__slide img {
  display: block;
  width: 100%;
  height: 607px;
  object-fit: cover;
}
@media screen and (min-width:1280px) {
  .mv__slide img {
    height: 700px;
  }
}

.p-about {
  margin-top: 60px;
  position: relative;
}
.p-about::after {
  display: block;
  content: "";
  position: absolute;
  top: 106px;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 61rem;
  background-color: #EDF3F8;
  -webkit-clip-path: polygon(0% 0%, 0% 92.3%, 100% 100%, 100% 7.7%);
          clip-path: polygon(0% 0%, 0% 92.3%, 100% 100%, 100% 7.7%);
}
@media screen and (min-width:768px) {
  .p-about::after {
    height: 600px;
    top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about::after {
    -webkit-clip-path: polygon(0% 71.9%, 100% 100%, 100% 28.1%, 0% 0%);
            clip-path: polygon(0% 71.9%, 100% 100%, 100% 28.1%, 0% 0%);
    height: 800px;
    top: 45px;
  }
}
@media screen and (min-width:768px) {
  .p-about {
    margin-top: 254px;
  }
}

.p-about__title {
  padding-left: 2px;
}
.p-about__contents {
  position: relative;
  z-index: 1;
  background-size: cover;
  margin-top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
@media screen and (min-width:768px) {
  .p-about__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}

.p-about__contents-txt {
  margin-top: 41px;
  line-height: 171.429%;
  padding-right: 1px;
}
@media screen and (min-width:768px) {
  .p-about__contents-txt {
    margin-top: 79px;
    width: 45%;
    padding-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__contents-txt {
    margin-top: 79px;
    width: 34.5%;
  }
}

.p-about__contents-bg {
  position: absolute;
  display: block;
  top: -40px;
  right: -20px;
  width: 78.6666666667vw;
  height: 96.5333333333vw;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .p-about__contents-bg {
    display: none;
  }
}
.p-about__contents-bg img {
  display: block;
  height: 100%;
  width: 100%;
}
.p-about__contents-bg::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  background: rgba(2, 62, 120, 0.8);
}
@media screen and (min-width:768px) {
  .p-about__contents-bg::after {
    max-height: 800px;
  }
}

.p-about__contents-bg-pc {
  display: none;
}
@media screen and (min-width:768px) {
  .p-about__contents-bg-pc {
    position: absolute;
    width: 39%;
    display: block;
    top: -105px;
    right: 0;
    height: 78.6666666667vw;
    max-height: 800px;
    z-index: -1;
  }
  .p-about__contents-bg-pc img {
    height: 100%;
    width: 100%;
  }
  .p-about__contents-bg-pc::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    background: rgba(2, 62, 120, 0.8);
  }
}
@media screen and (min-width:768px) and (min-width: 1280px) {
  .p-about__contents-bg-pc::after {
    max-height: 800px;
  }
}

.p-about__contents-img-wrapper {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-about__contents-img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1280px) {
  .p-about__contents-img {
    width: 681px;
    height: 426px;
    margin-top: 5px;
  }
}

.p-about-button {
  position: absolute;
  bottom: -67px;
  right: 1px;
}
@media screen and (min-width:768px) {
  .p-about-button {
    top: -119px;
    right: 12px;
  }
}

.p-about-button-sp .c-button-viewmore-arrow {
  margin-top: 5px;
}

.p-about__contents-arrow {
  right: -31px;
  top: 32px;
}
@media screen and (min-width:768px) {
  .p-about__contents-arrow {
    right: -47px;
    top: 58px;
  }
}

.p-about__contents-text::after {
  right: -17px;
  top: 10px;
}
@media screen and (min-width:768px) {
  .p-about__contents-text::after {
    right: -11px;
  }
}
@media screen and (min-width: 1280px) {
  .p-about__contents-text::after {
    top: 24px;
  }
}

.p-service {
  margin-top: 307px;
  padding-bottom: 75px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47.5%, transparent), color-stop(47.5%, #edf3f8));
  background: linear-gradient(transparent 47.5%, #edf3f8 47.5%);
}
@media screen and (min-width:768px) {
  .p-service {
    margin-top: 250px;
    padding-bottom: 90px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(35%, #edf3f8));
    background: linear-gradient(transparent 35%, #edf3f8 35%);
  }
}
@media screen and (min-width: 1280px) {
  .p-service {
    margin-top: 360px;
    padding-bottom: 113px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49.5%, transparent), color-stop(49.5%, #edf3f8));
    background: linear-gradient(transparent 49.5%, #edf3f8 49.5%);
  }
}

.p-service__inner {
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
}

.p-service__container {
  padding-left: 15px;
  margin-top: 66px;
}
@media screen and (min-width:768px) {
  .p-service__container {
    padding-left: 0;
    margin-top: 88px;
  }
}

.p-service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 74px;
}
@media screen and (min-width:768px) {
  .p-service__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .p-service__cards {
    gap: 70px;
  }
}

@media screen and (min-width:768px) {
  .p-service__card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-service__card:nth-child(2) {
    margin-top: 60px;
  }
  .p-service__card:nth-child(3) {
    margin-top: 120px;
  }
}

.p-service__card-img {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-card__service-number {
  position: absolute;
  top: -54px;
  right: 4px;
  color: #023E78;
  font-family: "Fira Sans", sans-serif;
  font-size: 100px;
  font-style: italic;
  text-shadow: 4px 3px 0 #ffffff;
}

.p-service__card:nth-child(2) .c-card__service-number {
  top: -56px;
  text-shadow:4px 6px 0 #ffffff;
}

.c-card__service-title {
  position: absolute;
  bottom: 25px;
  left: -15px;
  color: #023E78;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .c-card__service-title {
    font-size: 2.6041666667vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-card__service-title {
    left: -32px;
    font-size: 28px;
  }
}
.c-card__service-title-type2 {
  bottom: 27px;
}
@media screen and (min-width: 1280px) {
  .c-card__service-title-type2 {
    bottom: 25px;
  }
}

.c-card__service-title-type3 {
  bottom: 28px;
}

@media screen and (min-width: 1280px) {
  .c-card__service-title-type3 {
    bottom: 26px;
  }
}

.p-card__service-linebreak {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  margin-bottom: 8px;
}

.p-service__card-text {
  margin-top: 14px;
  line-height: 1.71429;
  font-size: 14px;
}

.p-service-button-sp {
  margin-top: 39px;
}

.p-service-button-sp .c-button-viewmore-arrow {
  margin-top: 5px;
}

.p-case-study {
  margin-top: 91px;
  padding-top: 59px;
  padding-bottom: 63px;
  background: url(../img/casestudy-bg-sp.png) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .p-case-study {
    margin-top: -9px;
    padding-top: 100px;
    padding-bottom: 124px;
    background: url(../img/casestudy-bg-pc.png) no-repeat top center;
    background-size: cover;
  }
}
.p-case-study::after {
  position: absolute;
  content: "";
  background: rgba(2, 62, 120, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.l-inner {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}

.p-case-study__title {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.p-case-study__title--en,
.p-case-study__title--ja {
  color: #FFFFFF;
}

@media screen and (min-width:768px) {
  .p-case-study__title--ja {
    margin-top: -1px;
  }
}

.p-case-study-container {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .p-case-study-container {
    margin-top: 80px;
  }
}

.p-case-study__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px;
}
@media screen and (min-width:768px) {
  .p-case-study__boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
  }
}
@media screen and (min-width:1280px) {
  .p-case-study__boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 71px;
  }
}

.p-case-study__box:nth-child(2) .p-case-study__box-img img {
  width: 200px;
  height: 200px;

}
.p-case-study__box:nth-child(1) .p-case-study__box-img img {
  width: 160px;
  height: 160px;
}
.p-case-study__box:nth-child(3) .p-case-study__box-img img {
  width: 200px;
  height: 200px;
}
.p-case-study__box:nth-child(1) .p-case-study__box-img img {
  width: 160px;
  height: 160px;
}
.p-case-study__box:nth-child(4) .p-case-study__box-img img {
  width: 200px;
  height: 200px;
}
.p-case-study__box:nth-child(1) .p-case-study__box-img img {
  width: 160px;
  height: 160px;
}
.p-case-study__box:nth-child(5) .p-case-study__box-img img {
  width: 200px;
  height: 200px;
}
.p-case-study__box:nth-child(1) .p-case-study__box-img img {
  width: 160px;
  height: 160px;
}
.p-case-study__box:nth-child(6) .p-case-study__box-img img {
  width: 200px;
  height: 200px;
}
.p-case-study__box:nth-child(1) .p-case-study__box-img img {
  width: 160px;
  height: 160px;
}

.p-case-study__box-img {
  background: #fff;
  height: 66.9333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:768px) {
  .p-case-study__box-img {
    height: 53.3333333333vw;
    max-height: 240px;
  }
}
@media screen and (min-width: 1280px) {
  .p-case-study__box-img {
    height: 18.75vw;
  }
}

.p-case-study__box-company {
  margin-top: 13px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width:768px) {
  .p-case-study__box-company {
    margin-top: 16px;
    }
}

.p-case-study__box-category {
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #FFF;
  padding-inline: 15px;
  padding-block: 5px;
}

@media screen and (min-width:768px) {
  .p-case-study__box-category {
      padding-inline: 2px;
  }
}

@media screen and (min-width:1280px) {
  .p-case-study__box-category {
      padding-inline: 15px;
  }
}

.p-case-study__box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 11px;
}
@media screen and (min-width:768px) {
  .p-case-study__box-bottom {
    padding-right: 8px;
  }
}

.p-case-study__box-arrow {
  width: 30px;
  height: 30px;
  position: relative;
}


.p-case-study__box:hover .p-case-study__box-arrow {
  transform: translateX(4px);
  transition: all 0.3s ease;
  fill:#FFF400;
}
.p-case-study__box:hover .p-case-study__box-arrow path {
  transition: all 0.3s ease;
  fill:#FFF400;
}

.p-case-study_button {
  margin-top: 1px;
}

.p-case-study__button-arrow {
  margin: 0px 19px 0 13px;
}

@media screen and (min-width:768px) {
  .p-case-study__button-arrow {
  margin: 7px 25px 0 20px;
}
}

.p-case-study__button-circle {
  top: 30%;
}
@media screen and (min-width:768px) {
.p-case-study__button-circle {
  top: 48%;
}
}

.p-news {
  margin-top: 59px;
  padding-bottom: 74px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(20%, #edf3f8));
  background: linear-gradient(transparent 20%, #edf3f8 20%);
  margin-bottom: 134px;
}
@media screen and (min-width:768px) {
  .p-news {
    margin-top: 161px;
    padding-top: 3px;
    padding-bottom: 138px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(51%, transparent), color-stop(51%, #edf3f8));
    background: linear-gradient(transparent 51%, #edf3f8 51%);
    margin-bottom: 22px;
  }
}

@media screen and (min-width:768px) {
  .p-news__inner {
    padding-inline: 90px;
  }
}

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

.p-news__container {
  background: #FFF;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  margin-top: 60px;
  padding-inline: 20px;
  padding-bottom: 41px;
  padding-top: 24px;
}
@media screen and (min-width:768px) {
  .p-news__container {
    max-width: 768px;
    margin: 0 auto;
    margin-top: 80px;
    padding-top: 40px;
    padding-inline: 40px;
  }
}

.p-news__box {
  border-bottom: 1px solid #DDD;
  padding-top: 16px;
}
@media screen and (min-width:768px) {
  .p-news__box {
    padding-top: 21px;
  }
}

.p-news__box:hover {
  opacity: 0.5;
}

.p-news__box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news__box-tag {
  font-size: 12px;
  color: #E61264;
  border: 1px solid #E61264;
  padding-inline: 19px;
  padding-top: 5px;
  padding-bottom: 6px;
}
@media screen and (min-width:768px) {
  .p-news__box-tag {
    font-size: 14px;
    padding-inline: 23px;
    padding-block: 7px;
  }
}

.p-news__box-date {
  color: #888;
  line-height: 1.71429;
}

.p-news__box-text {
  margin-top: 16px;
  margin-bottom: 32px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-news__box-text {
    font-size: 16px;
  }
}

.p-news__button-arrow {
  margin-top: 9px;
  margin-left: 14px;
  margin-right: 20px;
}
@media screen and (min-width: 1280px) {
  .p-news__button-arrow {
    margin-left: 19px;
  }
}

.p-news-button-sp {
  margin-top: 41px;
}

@media screen and (min-width:768px) {
  .p-news-button-pc {
    padding-right: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .p-news-button-pc {
    padding-right: 6px;
  }
}

@media screen and (min-width:768px) {
  .p-news__button-circle {
    right: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .p-news__button-circle {
    right: 0;
  }
}

.p-page__mv {
  background: url(../img/page-about-mv-sp.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .p-page__mv {
    background: url(../img/page-about-mv-pc.png) no-repeat center center;
    background-size: cover;
    margin-top: 100px;
  }
}
.p-page__mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.2);
}
.p-page__mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 165.654px;
  height: 100%;
  background: rgba(2, 62, 120, 0.8);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 12% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 12% 100%, 0% 100%);
}
@media screen and (min-width:768px) {
  .p-page__mv::after {
    width: 365.654px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 60.1% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 60.1% 100%, 0% 100%);
  }
}

.p-page__mv__title--en {
  padding-left: 2px;
}

.p-page-about__mv__title--en {
  padding-left: 0;
  padding-right: 1px;
}

.p-page-about__mission {
  padding-top: 19px;
  padding-bottom: 174px;
  margin-bottom: 254px;
  background: url(../img/page-about-mission-sp.png) no-repeat top center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-page-about__mission {
    background: url(../img/page-about-mission-pc.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 178px;
    margin-bottom: 260px;
    max-width: 1100px;
    margin-inline: auto;
  }
}
.p-page-about__mission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.2);
}

.p-page-mission__inner {
  padding-inline: 20px;
}

.p-page-mission__title {
  color: #FFFFFF;
  gap: 2px;
}
@media screen and (min-width:768px) {
  .p-page-mission__title {
    gap: 1px;
  }
}

.p-page-mission__container {
  position: absolute;
  top: 221px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 89.3333333333vw;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  padding-top: 20px;
  padding-bottom: 18px;
}
@media screen and (min-width:768px) {
  .p-page-mission__container {
    padding-top: 32px;
    padding-bottom: 30px;
    width: 78.125vw;
    max-width: 688px;
    top: 230px;
  }
}
@media screen and (min-width: 1280px) {
  .p-page-mission__container {
    padding-top: 31px;
    padding-bottom: 30px;
    width: 53.75vw;
    max-width: 688px;
    top: 274px;
  }
}

.p-page-mission__container-inner {
  padding-inline: 20px;
}
@media screen and (min-width:768px) {
  .p-page-mission__container-inner {
    padding-inline: 40px;
  }
}

.p-page-mission__container-title {
  color: #023E78;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-page-mission__container-title {
    font-size: 24px;
  }
}

.p-page-mission__container-text {
  line-height: 1.71429;
  margin-top: 18px;
}
@media screen and (min-width:768px) {
  .p-page-mission__container-text {
    margin-top: 31px;
  }
}

.p-page-about__vision {
  padding-top: 19px;
  padding-bottom: 174px;
  margin-bottom: 278px;
  background: url(../img/page-about-vision-sp.png) no-repeat top center;
  background-size: cover;
  position: relative;
}
.p-page-about__vision::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: #1A1A1A;
}
@media screen and (min-width:768px) {
  .p-page-about__vision::before {
    background: rgba(26, 26, 26, 0.2);
  }
}
@media screen and (min-width:768px) {
  .p-page-about__vision {
    background: url(../img/page-about-vision-pc.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 178px;
    margin-bottom: 296px;
    max-width: 1100px;
    margin-inline: auto;
    margin-top: 120px;
  }
}

.p-page-vision__inner {
  padding-inline: 20px;
}

.p-page-vision__title {
  color: #FFFFFF;
  gap: 2px;
}
@media screen and (min-width:768px) {
  .p-page-vision__title {
    gap: 1px;
  }
}

.p-page-vision__container {
  position: absolute;
  top: 221px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 89.3333333333vw;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  padding-top: 20px;
  padding-bottom: 18px;
}
@media screen and (min-width:768px) {
  .p-page-vision__container {
    padding-top: 32px;
    padding-bottom: 30px;
    width: 78.125vw;
    max-width: 688px;
    top: 230px;
  }
}
@media screen and (min-width: 1280px) {
  .p-page-vision__container {
    padding-top: 32px;
    padding-bottom: 30px;
    width: 53.75vw;
    max-width: 688px;
    top: 274px;
  }
}

.p-page-vision__container-inner {
  padding-inline: 20px;
}
@media screen and (min-width:768px) {
  .p-page-vision__container-inner {
    padding-inline: 40px;
  }
}

.p-page-vision__container-title {
  color: #023E78;
  text-align: center;
  font-size: 1.4285714285714rem;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-page-vision__container-title {
    font-size: 24px;
  }
}

.p-page-vision__container-text {
  line-height: 1.71429;
  margin-top: 18px;
}
@media screen and (min-width:768px) {
  .p-page-vision__container-text {
    margin-top: 31px;
  }
}

.p-page-about__company {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../img/company-bg-sp.png) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .p-page-about__company {
    padding-block: 80px;
    background: url(../img/company-bg-pc.png) no-repeat top center;
    background-size: cover;
  }
}
.p-page-about__company::after {
  position: absolute;
  content: "";
  background: rgba(2, 62, 120, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-page-about__company-inner {
  max-width: 768px;
}
@media screen and (min-width:768px) {
  .p-page-about__company-inner {
    width: 60vw;
    max-width: 768px;
    padding-inline: 0;
  }
}

.p-page-about__company-container {
  color: #1a1a1a;
  border: 1px solid #707070;
  background: #FFF;
}

.p-page-about__company-container-inner {
  padding-top: 39px;
  padding-bottom: 39px;
}
@media screen and (min-width:768px) {
  .p-page-about__company-container-inner {
    padding-top: 60px;
    padding-bottom: 80px;
    padding-inline: 40px;
  }
}

.p-page-about__company-container-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.p-page-about__company-contents {
  color: #1a1a1a;
}
@media screen and (min-width:768px) {
  .p-page-about__company-contents {
    font-size: 16px;
  }
}

.p-page-about__company-table {
  margin-top: 41px;
  border-collapse: collapse;
  -moz-text-align-last: left;
       text-align-last: left;
  table-layout: fixed;
  width: 100%;
}
@media screen and (min-width:768px) {
  .p-page-about__company-table {
    margin-top: 60px;
  }
}
.p-page-about__company-table th,
.p-page-about__company-table td {
  padding-block: 16px;
  vertical-align: middle;
}
@media screen and (min-width:768px) {
  .p-page-about__company-table th,
  .p-page-about__company-table td {
    padding-block: 24px;
  }
}
.p-page-about__company-table tr {
  padding-block: 16px;
  border-top: 1px solid #E8EAEC;
  border-bottom: 1px solid #E8EAEC;
}
.p-page-about__company-table tr:nth-child(2) th,
.p-page-about__company-table tr:nth-child(2) td, .p-page-about__company-table tr:nth-child(3) th,
.p-page-about__company-table tr:nth-child(3) td {
  padding-top: 17px;
  padding-bottom: 16px;
}
.p-page-about__company-table tr:nth-child(7) th {
  padding-top: 27px;
  padding-bottom: 25px;
}
@media screen and (min-width:768px) {
  .p-page-about__company-table tr:nth-child(1) th,
  .p-page-about__company-table tr:nth-child(1) td, .p-page-about__company-table tr:nth-child(3) th,
  .p-page-about__company-table tr:nth-child(3) td, .p-page-about__company-table tr:nth-child(5) th,
  .p-page-about__company-table tr:nth-child(5) td, .p-page-about__company-table tr:nth-child(7) th,
  .p-page-about__company-table tr:nth-child(7) td {
    padding-top: 25px;
    padding-bottom: 24px;
  }
  .p-page-about__company-table tr:nth-child(2) th {
    padding-top: 49px;
    padding-bottom: 48px;
  }
  .p-page-about__company-table tr:nth-child(4) th {
    padding-top: 37px;
    padding-bottom: 36px;
  }
}
.p-page-about__company-table tr th {
  width: 26.6666666667vw;
  border-top: 1px solid #023E78;
  border-bottom: 1px solid #023E78;
}
@media screen and (min-width:768px) {
  .p-page-about__company-table tr th {
    width: 15.625vw;
    padding-left: 32px;
  }
}
.p-page-about__company-table tr td {
  width: calc(100% - 26.6666666667vw);
  padding-left: 1.7142857142857rem;
  overflow-wrap: break-word;
}
.p-page-about__company-table tr td:nth-child(2), .p-page-about__company-table tr td:nth-child(4), .p-page-about__company-table tr td:nth-child(7) {
  line-height: 1.42857;
}
@media screen and (min-width:768px) {
  .p-page-about__company-table tr td {
    width: calc(100% - 15.625vw);
    padding-left: 36px;
  }
}

.p-page-about__staff {
  padding-top: 60px;
  padding-bottom: 100px;
  margin-bottom: 54px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45.8%, transparent), color-stop(45.8%, #edf3f8));
  background: linear-gradient(transparent 45.8%, #edf3f8 45.8%);
}
@media screen and (min-width:768px) {
  .p-page-about__staff {
    padding-top: 120px;
    padding-bottom: 157px;
    margin-bottom: 32px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60.5%, transparent), color-stop(60.5%, #edf3f8));
    background: linear-gradient(transparent 60.5%, #edf3f8 60.5%);
  }
}

@media screen and (min-width:768px) {
  .p-page-about__staff__inner {
    width: 688px;
    padding-inline: 0;
  }
}

.p-page-about__staff-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.p-page-about__staff-container {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .p-page-about__staff-container {
    margin-top: 60px;
  }
}

.p-page-about__staff-container-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 58px;
}
@media screen and (min-width:768px) {
  .p-page-about__staff-container-cards {
    gap: 60px;
  }
}

@media screen and (min-width:768px) {
  .p-page-about__staff-container-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
}

.p-page-about__staff-container-card-img {
  width: 64vw;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-page-about__staff-container-card-img {
    max-width: 240px;
  }
  .p-page-about__staff-container-card-img img {
    width: 100%;
  }
}

.p-page-about__staff-container-card-contents {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media screen and (min-width:768px) {
  .p-page-about__staff-container-card-contents {
    margin-top: 0;
    gap: 30px;
  }
}

.p-staff-contents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: 700;
}

.p-staff-contents-company {
  font-weight: 700;
}

.p-staff-contents-name {
  font-size: 20px;
}

.p-staff-contents-text {
  line-height: 1.71429;
}

.p-staff-contents-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  margin-top: 3px;
}

.p-staff-contents-sns-x {
  margin-top: 2px;
  margin-left: 2px;
}

.p-page-about_footer {
  margin-top: 54px;
}
@media screen and (min-width:768px) {
  .p-page-about_footer {
    margin-top: 30px;
  }
}

.p-page-service__mv__title--en {
  margin-left: 2px;
}

.p-page-service__mv {
  background: url(../img/page-service-mv-sp.png) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width:768px) {
  .p-page-service__mv {
    background: url(../img/page-service-mv-pc.png) no-repeat center center;
    background-size: cover;
  }
}

.p-page-service-breadcrumb {
  margin-top: 12px;
}

.p-page-service__program {
  padding-bottom: 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(36%, transparent), color-stop(36%, #edf3f8));
  background: linear-gradient(transparent 36%, #edf3f8 36%);
}
@media screen and (min-width:768px) {
  .p-page-service__program {
    padding-bottom: 160px;
    background: -webkit-gradient(linear, left top, left bottom, from(#edf3f8), to(#edf3f8));
    background: linear-gradient(#edf3f8, #edf3f8);
    background-size: 100% 1105px;
    background-repeat: no-repeat;
    background-position: 0px 1365px;
  }
}

@media screen and (min-width:768px) {
  .p-page-service__program__inner {
    padding: 0 50px;
    margin-inline: auto;
  }
}

@media screen and (min-width:768px) {
  .p-page-service__program-container {
    margin-inline: auto;
  }
}

.p-page-service__program-top {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 59px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .p-page-service__program-top {
    font-size: 28px;
    margin-bottom: 133px;
  }
}

.p-page-service__program-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:768px) {
  .p-page-service__program-cards {
    gap: 100px;
  }
  .p-page-service__program-cards:nth-child(1) .p-program-card, .p-page-service__program-cards:nth-child(3) .p-program-card {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.p-program-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}
@media screen and (min-width:768px) {
  .p-program-card:nth-child(1), .p-program-card:nth-child(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1090px;
  }
}
.p-program-card:nth-child(2) .p-program-card-contents {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width:768px) {
  .p-program-card:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-program-card:nth-child(2) .p-program-card-table {
    margin-top: 59px;
  }
}
.p-program-card:nth-child(2) .p-program-card-title, .p-program-card:nth-child(3) .p-program-card-title {
  gap: 7px;
}
@media screen and (min-width:768px) {
  .p-program-card:nth-child(2) .p-program-card-title, .p-program-card:nth-child(3) .p-program-card-title {
    gap: 5px;
  }
}
.p-program-card:nth-child(2) .p-program-cardtitle--ja, .p-program-card:nth-child(3) .p-program-cardtitle--ja {
  line-height: 1.28571;
}
@media screen and (min-width:768px) {
  .p-program-card:nth-child(2) .p-program-card-contents, .p-program-card:nth-child(3) .p-program-card-contents {
    padding-top: 74px;
  }
}

@media screen and (min-width:768px) {
  .p-program-card-type1 .p-program-card-table tr:nth-of-type(2) th, .p-program-card-type1 .p-program-card-table tr:nth-of-type(2) td {
    padding-top: 29px;
  }
}

.p-program-card-type2 .p-program-card-contents {
  margin-top: -150px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: 41px;
}
@media screen and (min-width:768px) {
  .p-program-card-type2 .p-program-card-contents {
    margin-top: 163px;
  }
}
@media screen and (min-width:768px) {
  .p-program-card-type2 .p-program-card-img--left {
    margin-top: 219px;
  }
}
.p-program-card-type2 .p-program-card-table {
  margin-top: 30px;
}

.p-program-card-type3 .p-program-card-contents {
  margin-top: -150px;
  margin-bottom: 0;
  padding-top: 40px;
}
@media screen and (min-width:768px) {
  .p-program-card-type3 .p-program-card-contents {
    padding-top: 79px;
    margin-top: 164px;
    margin-bottom: 84px;
  }
}
.p-program-card-type3 .p-program-card-img--right {
  margin-top: -4px;
}
@media screen and (min-width:768px) {
  .p-program-card-type3 .p-program-card-img--right {
    margin-top: 225px;
  }
}
.p-program-card-type3 .p-program-card-number--left {
  top: -41px;
}
@media screen and (min-width:768px) {
  .p-program-card-type3 .p-program-card-number--left {
    top: -60px;
  }
}
@media screen and (min-width:768px) {
  .p-program-card-type3 .p-program-card-table tr:nth-of-type(2) th, .p-program-card-type3 .p-program-card-table tr:nth-of-type(2) td {
    padding-top: 29px;
  }
}

.p-program-card-img--right {
  width: 50.1333333333vw;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  margin-left: auto;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .p-program-card-img--right {
    margin-top: 63px;
    margin-left: -60px;
    -webkit-transform: none;
            transform: none;
    width: 60%;
  }
}

.p-program-card-img--left {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  width: 50.1333333333vw;
  margin-top: -3px;
}
@media screen and (min-width:768px) {
  .p-program-card-img--left {
    margin-right: -60px;
    -webkit-transform: none;
            transform: none;
    width: 47.46%;
    margin-top: -97px;
  }
}

.p-program-card-contents {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  padding-top: 39px;
  padding-bottom: 40px;
  margin-top: -147px;
  margin-bottom: 84px;
}
@media screen and (min-width:768px) {
  .p-program-card-contents {
    margin-top: 0;
    padding-inline: 40px;
    padding-top: 82px;
    padding-bottom: 60px;
    max-width: 590px;
    width: 70%;
    margin-inline: 0;
  }
}

.p-program-card-number {
  position: absolute;
  color: #023E78;
  font-family: "Fira Sans", sans-serif;
  font-size: 68px;
  font-style: italic;
}
.p-program-card-number--left {
  top: -44px;
  left: 20px;
}
.p-program-card-number--right {
  top: -41px;
  right: 21px;
}
@media screen and (min-width:768px) {
  .p-program-card-number {
    font-size: 100px;
  }
  .p-program-card-number--left {
    top: -53px;
    left: 58px;
  }
  .p-program-card-number--right {
    top: -66px;
    right: 44px;
  }
}

.p-program-card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media screen and (min-width:768px) {
  .p-program-card-title {
    gap: 0;
  }
}

.p-program-cardtitle--ja {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-program-cardtitle--ja {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .p-program-cardtitle--ja {
    font-size: 40px;
  }
}

.p-program-cardtitle-hidden-pc {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .p-program-cardtitle-hidden-pc {
    display: none;
  }
}

.p-program-cardtitle--en {
  color: #023E78;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
}
@media screen and (min-width:768px) {
  .p-program-cardtitle--en {
    font-size: 16px;
  }
}

.p-page-service__card-text {
  margin-top: 31px;
  line-height: 1.71429;
}
@media screen and (min-width:768px) {
  .p-page-service__card-text {
    margin-top: 59px;
  }
}

.p-program-card-table {
  margin-top: 31px;
  border-collapse: collapse;
  table-layout: fixed;
  margin-inline: auto;
  width: 100%;
  max-width: 510px;
}
@media screen and (min-width:768px) {
  .p-program-card-table {
    margin-top: 58px;
  }
  .p-program-card-table tr:nth-child(1), .p-program-card-table tr:nth-child(2) {
    padding-bottom: 29px;
  }
  .p-program-card-table tr:nth-child(3) {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
.p-program-card-table th,
.p-program-card-table td {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding-block: 18px;
  vertical-align: middle;
}
.p-program-card-table th:nth-child(1),
.p-program-card-table td:nth-child(1) {
  width: 80px;
}
@media screen and (min-width:768px) {
  .p-program-card-table th,
  .p-program-card-table td {
    padding-block: 30px;
  }
}
.p-program-card-table th {
  font-weight: 700;
  -moz-text-align-last: left;
       text-align-last: left;
}
.p-program-card-table td {
  line-height: 1.71429;
}

.p-program-card-button {
  margin-top: 32px;
  max-width: 295px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-program-card-button {
    max-width: 304px;
    margin-top: 60px;
  }
}

.p-page-service-flow {
  padding-block: 60px;
  background: url(../img/sevice-flow-bg-sp.png) no-repeat top center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-page-service-flow {
    padding-top: 80px;
    padding-bottom: 119px;
    background: url(../img/sevice-flow-bg-pc.png) no-repeat top center;
    background-size: cover;
  }
}
.p-page-service-flow::after {
  position: absolute;
  content: "";
  background: rgba(2, 62, 120, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (min-width:768px) {
  .p-page-service-flow__inner {
    margin-inline: auto;
  }
}

.p-page-service-flow__title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.p-page-service-flow__container {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .p-page-service-flow__container {
    margin-top: 60px;
  }
}

.p-page-service-flow__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:768px) {
  .p-page-service-flow__boxes {
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .p-page-service-flow__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width:768px) {
  .p-page-service-flow__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-flow-box--2 .p-flow-box__top {
  margin-top: 43px;
}
@media screen and (min-width:768px) {
  .p-flow-box--2 .p-flow-box__top {
    margin-top: 0;
  }
}
.p-flow-box--3 .p-flow-box__top {
  margin-top: 45px;
}
@media screen and (min-width:768px) {
  .p-flow-box--3 .p-flow-box__top {
    margin-top: 0;
  }
}
.p-flow-box--4 .p-flow-box__top {
  margin-top: 56px;
}
@media screen and (min-width:768px) {
  .p-flow-box--4 .p-flow-box__top {
    margin-top: 0;
  }
}
.p-flow-box--4 .p-flow-box__top-number {
  margin-left: 1px;
}
@media screen and (min-width:768px) {
  .p-flow-box {
    gap: 0;
  }
}

.p-flow-box__top {
  color: #FFF400;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 27px;
}
@media screen and (min-width:768px) {
  .p-flow-box__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    gap: 7px;
  }
}

.p-flow-box__top-step {
  font-size: 20px;
}
@media screen and (min-width:768px) {
  .p-flow-box__top-step {
    margin-top: 10px;
  }
}

.p-flow-box__top-number {
  font-size: 40px;
  margin-left: 2px;
}
@media screen and (min-width:768px) {
  .p-flow-box__top-number {
    margin-left: 0;
  }
}

.p-flow-box__contents {
  padding-inline: 20px;
  padding-top: 22px;
  padding-bottom: 23px;
  background: #EDF3F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -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;
  width: 73.3333333333vw;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-flow-box__contents {
    height: 44.572917vw;
    max-height: 250px;
    padding-left: 2.6041666667vw;
    padding-top: 5.2083333333vw;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .p-flow-box__contents {
    padding-inline: 23px;
    width: 22.265625vw;
    max-width: 275px;
    height: 16.328125vw;
    min-height: 209px;
    padding-left: 43px;
    padding-top: 46px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 18px;
  }
}
.p-flow-box__contents::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 26px 36.66667vw 0 36.66667vw;
  border-color: #EDF3F8 transparent transparent transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .p-flow-box__contents::after {
    left: 100%;
    right: -20px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-width: 126.57px 0 126.57px 20px;
    border-color: transparent transparent transparent #EDF3F8;
  }
}
@media screen and (min-width: 1280px) {
  .p-flow-box__contents::after {
    left: 100%;
    right: -20px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-width: 104.5px 0 104.5px 20px;
    border-color: transparent transparent transparent #EDF3F8;
  }
}

.p-flow-box__contents--1 {
  margin-left: 1px;
}
@media screen and (min-width:768px) {
  .p-flow-box__contents--1 {
    margin-left: 0;
  }
}

.p-flow-box__contents--2 {
  background: #DDE8F0;
  padding-top: 38px;
  gap: 6px;
}
@media screen and (min-width:768px) {
  .p-flow-box__contents--2 {
    gap: 18px;
    padding-left: 3.90625vw;
    padding-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-flow-box__contents--2 {
    padding-top: 46px;
  }
}
.p-flow-box__contents--2::after {
  border-color: #DDE8F0 transparent transparent transparent;
}
@media screen and (min-width:768px) {
  .p-flow-box__contents--2::after {
    border-color: transparent transparent transparent #DDE8F0;
  }
}

.p-flow-box__contents--3 {
  background: #C7DBE9;
  padding-top: 38px;
}
@media screen and (min-width:768px) {
  .p-flow-box__contents--3 {
    gap: 18px;
    padding-left: 3.90625vw;
    padding-top: 5.2083333333vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-flow-box__contents--3 {
    padding-top: 46px;
  }
}
.p-flow-box__contents--3::after {
  border-color: #C7DBE9 transparent transparent transparent;
}
@media screen and (min-width:768px) {
  .p-flow-box__contents--3::after {
    border-color: transparent transparent transparent #C7DBE9;
  }
}

.p-flow-box__contents--4 {
  padding-top: 37px;
  padding-bottom: 19px;
  background: #B0D0E5;
  margin-left: -1px;
}
@media screen and (min-width:768px) {
  .p-flow-box__contents--4 {
    gap: 18px;
    padding-left: 3.90625vw;
    padding-top: 5.2083333333vw;
    padding-bottom: 23px;
    margin-left: 0;
  }
  .p-flow-box__contents--4 span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .p-flow-box__contents--4 {
    padding-top: 46px;
  }
  .p-flow-box__contents--4 span {
    font-size: 14px;
  }
}
.p-flow-box__contents--4::after {
  display: none;
}

.p-flow-box__title {
  color: #023E78;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-flow-box__title {
    font-size: 20px;
    text-align: left;
  }
}

.p-flow-box__text {
  line-height: 1.71429;
}
.p-flow-box__text span {
  color: #E61264;
}

.p-page-service-faq {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-width:768px) {
  .p-page-service-faq {
    padding-block: 160px;
  }
}

.p-page-service-faq__inner {
  max-width: 868px;
}

.js-content {
  overflow: hidden;
}

.p-page-service-faq__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.p-page-service-faq__items {
  margin-top: 40px;
}
@media screen and (min-width:768px) {
  .p-page-service-faq__items {
    margin-top: 60px;
  }
}

details.is-opened .p-faq__item-head {
  color: #E61264;
}
details.is-opened .p-faq__item-head:before {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  background: #E61264;
}
details.is-opened .p-faq__item-head::after {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
  background: #E61264;
}

.p-page-service-faq__item {
  border-bottom: 1px solid #DDD;
}

.p-faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 376px) {
  details.is-opened .p-faq__item-head:before,
  details.is-opened .p-faq__item-head:after {
    top: 42%;
  }
}
@media screen and (min-width:768px) {
  details.is-opened .p-faq__item-head:before,
  details.is-opened .p-faq__item-head:after {
    top: 51%;
    right: 23px;
  }
}

@media screen and (min-width:768px) {
  details.is-opened .p-faq__item-head {
    padding-top: 33px;
    padding-bottom: 25px;
  }
}
.is-later .p-faq__item-head {
  padding-bottom: 17px;
}
@media (max-width: 376px) {
  .is-later .p-faq__item-head::before,
  .is-later .p-faq__item-head::after {
    top: 37%;
  }
}
@media screen and (min-width:768px) {
  .is-later .p-faq__item-head {
    padding-bottom: 31px;
  }
}

.p-faq__item-head {
  position: relative;
  padding-right: 65px;
  font-size: 16px;
  font-weight: 700;
  padding-block: 16px;
}
.p-faq__item-head::before, .p-faq__item-head::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 19px;
  width: 21px;
  height: 2px;
  background: #1A1A1A;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
  transition: background 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background 0.4s ease;
  transition: transform 0.4s ease, background 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (min-width:768px) {
  .p-faq__item-head::before, .p-faq__item-head::after {
    right: 22px;
  }
}
.p-faq__item-head::before {
  width: 2px;
  height: 21px;
}
.p-faq__item-head::after {
  width: 21px;
  height: 2px;
}
@media screen and (min-width:768px) {
  .p-faq__item-head {
    padding-block: 32px;
    padding-right: 73px;
    font-size: 20px;
  }
}

.p-faq__item-body {
  overflow: hidden;
}

.p-faq__item-body-inner {
  padding-top: 3px;
  padding-bottom: 15px;
  line-height: 1.71429;
}
@media screen and (min-width:768px) {
  .p-faq__item-body-inner {
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 60px;
  }
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}
@media (any-hover: hover) {
  summary:hover {
    cursor: pointer;
  }
}

.p-page-service-footer {
  margin-top: 0;
}

.p-pege-case__mv {
  background: url(../img/page-case-mv-sp.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
}
@media screen and (min-width:768px) {
  .p-pege-case__mv {
    background: url(../img/page-case-mv-pc.png) no-repeat center center;
    background-size: cover;
  }
}

.p-pege-case-breadcrumb {
  margin-top: 12px;
}

.p-pege-case {
  padding-bottom: 100px;
}
@media screen and (min-width:768px) {
  .p-pege-case {
    padding-bottom: 160px;
  }
}

.p-page-case__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:768px) {
  .p-page-case__top ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 16px;
  }
}

.p-page-case__tag {
  font-weight: 700;
  border-radius: 4px;
  background: #EEE;
  padding-block: 12px;
  width: 78.4vw;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-page-case__tag a {
  display: block;
}
.p-page-case__tag:hover {
  background: #ccc;
}
@media screen and (min-width:768px) {
  .p-page-case__tag {
    width: 27.0833333333vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-page-case__tag {
    width: 16.25vw;
  }
}

.p-page-case__categories {
  margin-top: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 62px;
}
@media screen and (min-width:768px) {
  .p-page-case__categories {
    margin-top: 81px;
    gap: 80px;
  }
}

.p-page-case__category-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  border-left: 8px solid #023E78;
  padding-left: 10px;
}
@media screen and (min-width:768px) {
  .p-page-case__category-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.p-page-case__category-title--ja {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-page-case__category-title--ja {
    font-size: 28px;
  }
}

.p-page-case__category-title--en {
  font-family: "Fira Sans", sans-serif;
  color: #023E78;
  font-style: italic;
  padding-left: 3px;
}
@media screen and (min-width:768px) {
  .p-page-case__category-title--en {
    font-size: 16px;
    padding-left: 0;
  }
}

.p-page-case__category-container {
  margin-top: 25px;
}
@media screen and (min-width:768px) {
  .p-page-case__category-container {
    margin-top: 67px;
  }
}

.p-page-case__category-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}
@media screen and (min-width:768px) {
  .p-page-case__category-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-page-case__category-cards {
    gap: 79px;
  }
}

.p-case-card {
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width:768px) {
  .p-case-card {
    position: relative;
  }
  .p-case-card:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .p-case-card {
    position: relative;
  }
  .p-case-card:nth-child(n+3) {
    margin-top: -13px;
  }
}

.p-case-card__top {
  border-radius: 12px 12px 0px 0px;
  background: #023E78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 20px;
  padding-top: 6px;
  padding-bottom: 8px;
}
@media screen and (min-width:768px) {
  .p-case-card__top {
    padding-inline: 40px;
    padding-top: 18px;
    padding-bottom: 19px;
  }
}

.p-case-card__top-name {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 3px;
}
@media screen and (min-width:768px) {
  .p-case-card__top-name {
    gap: 8px;
  }
}

.p-case-card__top-name-division {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-case-card__top-name-division {
    font-size: 14px;
  }
}

.p-case-card__top-name-company {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-case-card__top-name-company {
    font-size: 24px;
  }
}
.p-case-card__top-name-company span {
  font-size: 14px;
  font-weight: 700;
  margin-left: 12px;
}
@media screen and (min-width:768px) {
  .p-case-card__top-name-company span {
    font-size: 16px;
    margin-left: 16px;
    vertical-align: bottom;
  }
}

.p-case-card__top-img {
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24vw;
  height: 18.1333333333vw;
  padding-block: 8px;
}
.p-case-card__top-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .p-case-card__top-img {
    position: absolute;
    top: 0;
    right: 20px;
    width: 12.5vw;
    height: 8.75vw;
    min-height: 100px;
    max-height:112px;
    max-width:160px;
    padding-block: 22px;
  }
}
@media screen and (min-width:1280px) {
  .p-case-card__top-img {
    top: -6px;
  }
}

.p-case-card.u-padding-sp .p-case-card__top-img {
  padding-block: 4px;
}

@media screen and (min-width:768px) {
  .p-case-card.u-padding-sp .p-case-card__top-img {
  padding-block: 3px;
}
}
.p-case-card.u-padding-sp .p-case-card__contents  {
  padding-top: 20px;
  padding-bottom: 18px;
}

@media screen and (min-width:768px) {
  .p-case-card.u-padding-sp .p-case-card__contents {
  padding-top: 41px;
  padding-bottom: 38px;
}
}

@media screen and (min-width:768px) {
  .p-case-card.u-padding-pc .p-case-card__top-img  {
  padding-block: 12px;
}
}

.p-case-card__contents {
  padding-inline: 20px;
  padding-top: 22px;
  padding-bottom: 16px;
}
@media screen and (min-width:768px) {
  .p-case-card__contents {
    padding-inline: 40px;
    padding-top: 41px;
    padding-bottom: 38px;
  }
}

.p-case-card__contents-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDD;
}
@media screen and (min-width:768px) {
  .p-case-card__contents-course {
    font-size: 15px;
    gap: 9px;
  }
}
@media screen and (min-width: 1280px) {
  .p-case-card__contents-course {
    font-size: 16px;
    gap: 9px;
  }
}

.p-case-card__contents-boxes {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width:768px) {
  .p-case-card__contents-boxes {
    margin-top: 31px;
    gap: 28px;
  }
}

.p-case-card__contents-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (min-width:768px) {
  .p-case-card__contents-box {
    gap: 7px;
  }
}

@media screen and (min-width:768px) {
  .p-case-card__contents-box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2px;
  }
  .p-case-card__contents-box-top svg {
    width: 20px;
    height: 20px;
  }
}

.p-case-card__contents-box-title {
  margin-left: 6px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-case-card__contents-box-title {
    font-size: 18px;
    margin-left: 10px;
  }
}

.p-case-card__contents-box-text {
  line-height: 1.71429;
}

.p-page-case__category__bottom {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 295px;
}
@media screen and (min-width:768px) {
  .p-page-case__category__bottom {
    margin-top: 59px;
  }
}

@media screen and (min-width: 1280px) {
  .p-page-case__category__bottom-button--type5 {
    width: 26.25vw;
    max-width: 336px;
    margin-left: -21px;
  }
  .p-page-case__category__bottom-button--type9 {
    width: 31.25vw;
    max-width: 400px;
    margin-left: -53px;
  }
  .p-page-case__category__bottom-button--type9::after {
    right: 26px;
  }
  .p-page-case__category__bottom-button--type12 {
    width: 30vw;
    max-width: 384px;
    margin-left: -44px;
  }
  .p-page-case__category__bottom-button--type12::after {
    right: 26px;
  }
}

.page-news-mv {
  background: url(../img/news-mv-sp.png) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width:768px) {
  .page-news-mv {
    background: url(../img/news-mv-pc.png) no-repeat center center;
    background-size: cover;
  }
}

.p-page-news-breadcrumb {
  margin-top: 12px;
}

.p-news-archive {
  padding-bottom: 100px;
}
@media screen and (min-width:768px) {
  .p-news-archive {
    padding-bottom: 160px;
  }
}

.p-page-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
@media screen and (min-width:768px) {
  .p-page-news__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.p-news-archive__title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-news-archive__title {
    font-size: 32px;
    line-height: 1.25;
  }
}

@media screen and (min-width:768px) {
  .p-page-news__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media screen and (min-width: 1280px) {
  .p-page-news__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69.09%;
            flex: 0 0 69.09%;
  }
}

.p-news-archive__category-cards {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .p-news-archive__category-cards {
    margin-top: 27px;
    gap: 40px;
  }
}

.p-category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-category-card:nth-child(5) .p-category-card__img {
  margin-top: -1px;
}
@media screen and (min-width:768px) {
  .p-category-card:nth-child(5) .p-category-card__img {
    margin-top: 0;
  }
}
.p-category-card:hover {
  opacity: 0.5;
}
@media screen and (min-width:768px) {
  .p-category-card {
    gap: 20px;
  }
}

.p-category-card__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.82%;
          flex: 0 0 35.82%;
}
.p-category-card__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width:768px) {
  .p-category-card__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.89%;
            flex: 0 0 32.89%;
    aspect-ratio: 250/156;
  }
  .p-category-card__img img {
    width: 100%;
    height: 100%;
  }
}

.p-category-card__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .p-category-card__contents {
    gap: 17px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 67.11%;
            flex: 0 0 67.11%;
    margin-top: 12px;
    padding-right: 21px;
  }
}

.p-category-card__contents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 3px;
}
@media (max-width: 374px) {
  .p-category-card__contents-top {
    padding-right: 0;
  }
}
@media screen and (min-width:768px) {
  .p-category-card__contents-top {
    padding-right: 0;
  }
}

.p-category-card__contents-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:768px) {
  .p-category-card__contents-title {
    gap: 12px;
  }
}

.p-category-card__contents-name {
  color: #E61264;
  font-size: 12px;
  border: 1px solid currentColor;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-inline: 11px;
}
@media (max-width: 374px) {
  .p-category-card__contents-name {
    padding-inline: 0.5rem;
  }
}
@media screen and (min-width:768px) {
  .p-category-card__contents-name {
    font-size: 14px;
    padding-block: 7px;
    padding-inline: 23px;
  }
}

.p-category-card__contents-tag {
  color: #E61264;
}
@media screen and (min-width:768px) {
  .p-category-card__contents-tag {
    font-size: 16px;
  }
}

.p-category-card__contents-date {
  color: #888;
  margin-top: 2px;
}
@media screen and (min-width:768px) {
  .p-category-card__contents-date {
    margin-top: 8px;
  }
}

.p-category-card__contents-text {
  font-weight: 700;
  line-height: 1.42857;
}
@media screen and (min-width:768px) {
  .p-category-card__contents-text {
    font-size: 16px;
    line-height: 1.75;
  }
}

.pagination {
  margin-top: 39px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .pagination {
    margin-top: 61px;
  }
}

.pagination a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
  font-size: 16px;
  height: 40px;
  min-width: 40px;
}
@media (max-width: 374px) {
  .pagination a.next,
  .pagination a.prev {
    height: 30px;
    min-width: 30px;
    line-height: 1.7;
  }
}
@media screen and (min-width:768px) {
  .pagination a.next,
  .pagination a.prev {
    height: 50px;
    min-width: 50px;
  }
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.5;
}

.page-numbers {
  background: #F8F8F8;
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 2.714285714;
  margin-right: 3px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 374px) {
  .page-numbers {
    height: 30px;
    min-width: 30px;
    line-height: 1.7;
  }
}
@media screen and (min-width:768px) {
  .page-numbers {
    height: 50px;
    margin-right: 6px;
    min-width: 50px;
    padding-top: 2px;
    line-height: 2.714285714;
  }
}

.page-numbers:last-child {
  margin-right: 0;
}
@media screen and (min-width:768px) {
  .page-numbers:last-child {
    margin-left: 12px;
  }
}

@media screen and (min-width:768px) {
  .page-numbers:first-child {
    margin-right: 20px;
  }
}

.page-numbers.current {
  background: #023E78;
  color: #fff;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 2.857142857;
  min-width: initial;
  width: auto;
}

.pagination .page-numbers.current:first-child {
  margin-right: 6px;
}
.pagination .page-numbers.current:last-child {
  margin-left: 0;
}

@media screen and (min-width:768px) {
  .secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.27%;
            flex: 0 0 27.27%;
  }
}

.widget-title {
  font-size: 20px;
  font-weight: 700;
}

.p-widget__archive {
  margin-top: 60px;
}

.p-widget__archive-lists {
  margin-top: 16px;
  padding-left: 20px;
}

.p-widget__archive-list {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding-block: 16px;
}

.p-widget__archive-list-text {
  margin-left: 6px;
}

.p-news-details {
  padding-bottom: 100px;
}
@media screen and (min-width:768px) {
  .p-news-details {
    padding-bottom: 175px;
  }
}

.p-page-news-details-breadcrumb {
  margin-top: 14px;
}

.p-page-news-details-breadcrumb-separator {
  margin: 0 5px;
}

.p-news-details__contents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-news-details__contents-name {
  color: #E61264;
  font-size: 12px;
  border: 1px solid currentColor;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-inline: 11px;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-name {
    font-size: 14px;
    padding-block: 7px;
    padding-inline: 23px;
  }
}
.p-news-details__contents-name:hover {
  opacity: 0.5;
}

.p-news-details__contents-date {
  color: #888;
  font-size: 14px;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-date {
    margin-top: 8px;
    padding-right: 10px;
  }
}

.p-news-details__contents-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-title {
    margin-top: 22px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33333;
  }
}

.p-news-details__contents-img {
  margin-top: 24px;
}

.p-news-details__contents-img img {
  display: block;
  width: 100%;
  aspect-ratio: 335 / 209;
}

@media screen and (min-width:768px) {
  .p-news-details__contents-img {
    margin-top: 41px;
  }
}

.p-news-details__contents-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
  margin-top: 40px;
  padding-right: 1px;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-details {
    margin-top: 41px;
    gap: 37px;
  }
}

.wp-container-core-group-is-layout-8cf370e7 {
  gap: 20px;
}

@media screen and (min-width:768px) {
.wp-container-core-group-is-layout-8cf370e7 {
  gap: 19px;
}
}

.p-news-details__contents--type1-heading {
  color: #023E78;
  font-size: 1.4285714286rem;
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 9px;
  padding-left: 20px;
  background: #F8F8F8;
  border-left: 6px solid #023E78;
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .p-news-details__contents--type1-heading {
    margin-bottom: 18px;
  }
}

.p-news-details__contents--type1-text,
.p-news-details__contents--type2-text,
.p-news-details__contents--type3-text {
  line-height: 1.71429;
}

.p-news-details__contents--type2-heading {
  color: #023E78;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #023E78;
  margin-bottom: 18px;
  padding-bottom: 5px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .p-news-details__contents--type2-heading {
    padding-bottom: 6px;
  }
}

.p-news-details__contents--type3-heading {
  color: #023E78;
  font-size: 16px;
  font-weight: 700;
  /* margin-bottom: 18px; */
}
@media screen and (min-width:768px) {
  .p-news-details__contents--type3-heading {
    margin-bottom: 14px;
  }
}


.p-news-details__contents-lists {
  margin-top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-left: 20px;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-lists {
    margin-top: 0;
    width: 100%;
    max-width: 646px;
    margin-left: 40px;
    margin-right: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 16px;
  }
}

.p-news-details__contents-list {
  list-style: disc;
}

@media screen and (min-width:768px) {
  .p-news-details__contents-list {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

blockquote {
  margin: 0;
  padding: 0;
}
.p-news-details__contents-quote {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 23px;
  padding-right: 32px;
  padding-left: 27px;
  background: #F8F8F8;
  border-left: 4px solid #023E78;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-quote {
    margin-top: 0;
    padding-bottom: 33px;
    padding-top: 34px;
    padding-left: 31px;
    padding-right: 35px;
    max-width: 646px;
    margin-left: 40px;
    margin-right: auto;
  }
}
.p-news-details__contents-quote::before {
  content: "“";
  position: absolute;
  top: -52px;
  left: 10px;
  width: 100%;
  height: 100%;
  color: #E8E8E8;
  font-family: "Yu Gothic", sans-serif;
  font-size: 163px;
  font-weight: 700;
  z-index: -1;
}

.p-news-details__contents-quote-text {
  line-height: 1.71429;
  position: relative;
  z-index: 1;
}

.p-news-details__contents-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 46px;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-bottom {
    margin-top: 40px;
  }
}

.p-news-details__contents-prev,
.p-news-details__contents-next {
  color: #023E78;
  padding-block: 8px;
  padding-inline: 13px;
  border-radius: 4px;
  border: 1px solid #023E78;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-news-details__contents-prev:hover,
.p-news-details__contents-next:hover {
  background: #023E78;
  color: #fff;
}
@media screen and (min-width:768px) {
  .p-news-details__contents-prev,
  .p-news-details__contents-next {
    padding-block: 7px;
  }
}

.p-page-download__mv {
  background: url(../img/page-download-mv-sp.png) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width:768px) {
  .p-page-download__mv {
    background: url(../img/page-download-mv-pc.png) no-repeat center center;
    background-size: cover;
  }
}

.p-page-download-breadcrumb {
  margin-top: 12px;
}

.p-page-download {
  padding-bottom: 100px;
}
@media screen and (min-width:768px) {
  .p-page-download {
    padding-bottom: 120px;
  }
}

.p-page-download__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width:768px) {
  .p-page-download__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .p-page-download__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.p-page-download__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (min-width:768px) {
  .p-page-download__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (min-width:1280px) {
  .p-page-download__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.3636363636%;
            flex: 0 0 46.3636363636%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-page-download__contents-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  .p-page-download__contents-title {
    font-size: 28px;
    line-height: 1.42857;
  }
}

.p-page-download__contents-img {
  width: 80vw;
}
.p-page-download__contents-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width:768px) {
  .p-page-download__contents-img {
    width: 23.4375vw;
    max-width: 300px;
    margin-top: 2px;
  }
}

.p-page-download__content-text {
  margin-top: -6px;
  line-height: 1.71429;
}
@media screen and (min-width:768px) {
  .p-page-download__content-text {
    margin-top: -8px;
  }
}

.p-page-download__box {
  border-radius: 12px;
  background: #EDF3F8;
  padding-top: 40px;
  padding-bottom: 12px;
}
@media screen and (min-width:768px) {
  .p-page-download__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.p-page-download__inner {
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .p-page-download__inner {
    padding-inline: 40px;
  }
}

.p-page-download__title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 39px;
}
@media screen and (min-width:768px) {
  .p-page-download__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.p-page-download__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width:768px) {
  .p-page-download__form {
    gap: 32px;
  }
}

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

.p-page-download__row:nth-child(5) .p-page-download__data input {
  font-size: 15px;
}

@media screen and (min-width:768px) {
  .p-page-download__row {
    gap: 13px;
  }
  .p-page-download__row:nth-child(4) .p-page-download__data input {
    padding-top: 13px;
  }
  .p-page-download__row:nth-child(5) .p-page-download__data input {
    font-size: 17px;
    padding-top: 13px;
  }
}

.p-page-download__head {
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-page-download__head {
    font-size: 18px;
  }
}
.p-page-download__head span.--must {
  position: relative;
  display: inline-block;
}
.p-page-download__head span.--must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 8px);
  font-size: 10px;
  line-height: normal;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-inline: 8px;
  background: #E61264;
  white-space: nowrap;
  color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .p-page-download__head span.--must::after {
    top: 50%;
    left: calc(100% + 9px);
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 2px;
  }
}

.p-page-download__data input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #FFF;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 14px;
  line-height: normal;
  font-size: 14px;
}
.p-page-download__data input::-webkit-input-placeholder {
  color: #CCC;
}
.p-page-download__data input::-moz-placeholder {
  color: #CCC;
}
.p-page-download__data input:-ms-input-placeholder {
  color: #CCC;
}
.p-page-download__data input::-ms-input-placeholder {
  color: #CCC;
}
.p-page-download__data input::placeholder {
  color: #CCC;
}
@media screen and (min-width:768px) {
  .p-page-download__data input {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 10px;
  }
}

.p-page-download__data-checkbox {
  width: 100%;
  margin-top: 18px;
  text-align: center;
  white-space: nowrap;
}
.wpcf7-list-item-label {
  display: inline-block;
  padding-left: 2.7142857143rem;
  padding-block: 4px;
  height: 28px;
  position: relative;
}
.wpcf7-list-item-label a {
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
  padding-right: 0.4285714286rem;
}
.wpcf7-list-item-label a:hover {
  opacity: 0.5;
}
.wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #3E3E3E;
  background: #Fff;
}
@media screen and (min-width:768px) {
  .wpcf7-list-item-label::before {
    width: 32px;
    height: 32px;
  }
}
.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 6px;
  height: 12px;
  rotate: 45deg;
  border-right: 1px solid #3E3E3E;
  border-bottom: 1px solid #3E3E3E;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width:768px) {
  .wpcf7-list-item-label::after {
    left: 14px;
  }
}
.c-custom-checkbox {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.c-custom-checkbox:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
@media screen and (min-width:768px) {
  .p-page-download__data-checkbox {
    font-size: 16px;
    margin-top: 9px;
  }
  .wpcf7-list-item-label {
    height: 32px;
    padding-top: 3px;
    padding-bottom: 6px;
    padding-left: 42px;
  }
  .wpcf7-list-item-label a {
    padding-right: 10px;
  }
}

.p-page-download__submit {
  margin-inline: auto;
  margin-top: 19px;
}
@media screen and (min-width:768px) {
  .p-page-download__submit {
    margin-top: 8px;
  }
}

.p-page-download__submit-button {
  padding: 26px 71px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 374px) {
  .p-page-download__submit-button {
    padding: 26px 50px;
  }
}
@media screen and (min-width:768px) {
  .p-page-download__submit-button {
    font-size: 16px;
    padding-block: 23px;
    padding-inline: 79px;
    letter-spacing: normal;
  }
}

.js-form-input.error {
  background: #FFF0F7;
  border: 1px solid red;
}

.p-page-download__data-checkbox .js-form-input.error + span::before {
  background: #FFF0F7;
  border: 1px solid red;
}

.p-page-download-thanks__box {
  padding-block: 37px;
}
@media screen and (min-width:768px) {
  .p-page-download-thanks__box {
    padding-top: 38px;
    height: 69.765625vw;
    max-height: 893px;
  }
}

.p-page-download-thanks__title {
  line-height: 1.66667;
  margin-bottom: 37px;
}
@media screen and (min-width:768px) {
  .p-page-download-thanks__title {
    line-height: 1.5;
    margin-bottom: 39px;
  }
}

.p-page-download__box-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}

.p-page-download__box-contents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.p-page-download__box-contents-top-text {
  line-height: 1.71429;
}

.p-page-download__box-contents-top-link a {
  color: #023E78;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
  margin-left: 8px;
}
.p-page-download__box-contents-top-link a:hover {
  opacity: 0.5;
}

.p-page-download__box-contents-text {
  line-height: 2;
}

.p-contact__mv {
  background: url(../img/contact-mv-sp.png) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width:768px) {
  .p-contact__mv {
    background: url(../img/contact-mv-pc.png) no-repeat center center;
    background-size: cover;
  }
}

.p-contact-breadcrumb {
  margin-top: 12px;
}

.p-contact {
  padding-bottom: 74px;
}
@media screen and (min-width:768px) {
  .p-contact {
    padding-bottom: 132px;
  }
}

.p-contact__top {
  line-height: 1.71429;
  margin-bottom: 60px;
}
@media screen and (min-width:768px) {
  .p-contact__top {
    margin-bottom: 80px;
    max-width: 687px;
    margin-inline: auto;
  }
}

@media screen and (min-width:768px) {
  .p-contact__box {
    max-width: 688px;
    margin-inline: auto;
  }
}

.p-contact__title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .p-contact__title {
    margin-bottom: 60px;
  }
}

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

.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;
  gap: 8px;
}
.p-contact__row:nth-child(2) {
  margin-top: -1px;
}
.p-contact__row:nth-child(2) .p-contact__data input {
  margin-top: 1px;
}
.p-contact__row:nth-child(5) .p-contact__data input {
  font-size: 15px;
  padding-top: 13px;
}
@media screen and (min-width:768px) {
  .p-contact__row {
    gap: 12px;
  }
  .p-contact__row:nth-child(5) .p-contact__data input {
    font-size: 17px;
    padding-top: 13px;
  }
}

.p-contact__head {
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .p-contact__head {
    font-size: 18px;
  }
}
.p-contact__head span.--must {
  position: relative;
  display: inline-block;
}
.p-contact__head span.--must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 12px);
  font-size: 12px;
  line-height: normal;
  display: inline-block;
  padding-block: 2px;
  padding-inline: 8px;
  background: #E61264;
  white-space: nowrap;
  color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .p-contact__head span.--must::after {
    top: 50%;
    left: calc(100% + 9px);
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 2px;
  }
}

.p-contact__data input, .p-contact__data select, .p-contact__data textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #FFF;
  padding-top: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
  line-height: normal;
  font-size: 14px;
}
.p-contact__data input::-webkit-input-placeholder, .p-contact__data select::-webkit-input-placeholder, .p-contact__data textarea::-webkit-input-placeholder {
  color: #CCC;
}
.p-contact__data input::-moz-placeholder, .p-contact__data select::-moz-placeholder, .p-contact__data textarea::-moz-placeholder {
  color: #CCC;
}
.p-contact__data input:-ms-input-placeholder, .p-contact__data select:-ms-input-placeholder, .p-contact__data textarea:-ms-input-placeholder {
  color: #CCC;
}
.p-contact__data input::-ms-input-placeholder, .p-contact__data select::-ms-input-placeholder, .p-contact__data textarea::-ms-input-placeholder {
  color: #CCC;
}
.p-contact__data input::placeholder, .p-contact__data select::placeholder, .p-contact__data textarea::placeholder {
  color: #CCC;
}
@media screen and (min-width:768px) {
  .p-contact__data input, .p-contact__data select, .p-contact__data textarea {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 10px;
  }
}
.p-contact__data select.js-form-input {
  color: #ccc;
}
.p-contact__data select.js-form-input option[value="1"],
.p-contact__data select.js-form-input option[value="2"],
.p-contact__data select.js-form-input option[value="3"],
.p-contact__data select.js-form-input option[value="4"] {
  color: #1A1A1A;
}
.p-contact__data select.js-form-input.error {
  border: 1px solid #E61264;
  background: #FFF0F7;
}
.p-contact__data select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-contact__select-wrap {
  position: relative;
}
.p-contact__select-wrap svg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 10.69px;
  width: 21.313px;
  height: auto;
  pointer-events: none;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .p-contact__select-wrap svg {
    top: calc(50% + 3px);
  }
}

textarea {
  height: 140px;
  resize: vertical;
}
@media screen and (min-width:768px) {
  textarea {
    height: 240px;
  }
}

.p-contact__data-checkbox {
  width: 100%;
  margin-top: 17px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width:768px) {
  .p-contact__data-checkbox {
  margin-top: 4px;
  font-size: 16px;
}
}

select.wpcf7-select:invalid {
  color: #DDD;
}

select.wpcf7-select option {
  color: #1A1A1A;
}

/* 3. プレースホルダー項目（value=""）は常にグレー */
select.wpcf7-select option[value=""] {
  color: #DDD;
}

.wpcf7-list-item {
  margin: 0;
}

.p-contact__submit {
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .p-contact__submit {
    margin-top: 10px;
  }
}

.p-contact__submit-button {
  padding-block: 25px;
  padding-right: 126px;
  padding-left: 127px;
}
@media screen and (min-width:768px) {
  .p-contact__submit-button {
    font-size: 16px;
    padding-block: 23px;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: 5px;
    letter-spacing: normal;
  }
}

.js-form-input.error {
  background: #FFF0F7;
  border: 1px solid red;
}

.p-contact__data-checkbox .js-form-input.error + span::before {
  background: #FFF0F7;
  border: 1px solid red;
}

.p-contact-thanks-breadcrumb {
  margin-top: 12px;
}

.p-contact-thanks-breadcrumb-separator {
  margin: 0 5.5px;
}

.p-contact-thanks {
  padding-bottom: 100px;
}
@media screen and (min-width:768px) {
  .p-contact-thanks {
    padding-bottom: 160px;
  }
}

.p-contact-thanks-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (min-width:768px) {
  .p-contact-thanks-contents {
    max-width: 687px;
    margin-inline: auto;
  }
}

.p-contact-thanks-contents-text {
  line-height: 1.71429;
}

.p-contact-thanks-contents-top-link a {
  color: #023E78;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
  margin-left: 8px;
}
.p-contact-thanks-contents-top-link a:hover {
  opacity: 0.5;
}

.u-hidden-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width:768px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width:768px) {
  .u-hidden-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-pc-space::before {
  display: none;
}
@media screen and (min-width: 1280px) {
  .u-pc-space::before {
    content: "";
    display: inline-block;
    width: 1rem;
  }
}

.u-br {
  margin-bottom: calc(2rem - 4px);
}

.u-fine-tuning {
  margin-top: 1px;
}
@media screen and (min-width:768px) {
  .u-fine-tuning {
    margin-top: 0;
  }
}