@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog) {
  border: none;
  background: none;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  height: 100%;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
body.is-fixed {
  overflow: visible;
}
@media (max-width: 767px) {
  body.is-fixed {
    overflow: hidden;
  }
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

a,
button,
input[type=submit] {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover,
button:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

textarea {
  resize: vertical;
}

button:disabled,
input[type=submit]:disabled {
  opacity: 0.7;
  pointer-events: none;
}

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

.is-sp {
  display: none !important;
}
@media (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.is-tab {
  display: none !important;
}
@media (max-width: 991px) {
  .is-tab {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}
@media (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.g-cursorNone {
  pointer-events: none;
}

.g-gradientMain {
  background: linear-gradient(120deg, #0077b6, #006195);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.g-marker {
  background: #ffea00;
}

.g-accordionBody {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 42px;
  height: 42px;
  margin: 0;
  background-image: url(../img/arrow_slide.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 9999px;
}
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}

.p-caseStudy__slide:not(.swiper-initialized),
.p-caseStudy__slideThumb:not(.swiper-initialized) {
  opacity: 0;
}

.g-swiperBtns {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 982px;
  width: 100%;
  height: 42px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .g-swiperBtns {
    height: 44px;
  }
}
@media (max-width: 767px) {
  .g-swiperBtns .swiper-button-prev {
    left: -17px;
  }
}
@media (max-width: 767px) {
  .g-swiperBtns .swiper-button-next {
    right: -17px;
  }
}

/* c-title */
.c-title {
  position: relative;
  width: max-content;
  margin: 0 auto 10px;
  padding: 21px 56px;
  border: 1px solid #005c8d;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #005c8d;
}
@media (max-width: 767px) {
  .c-title {
    padding: 18px 20px;
    font-size: 28px;
  }
}
.c-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #005c8d;
}
.c-title span {
  font-weight: 700;
}

/* c-btn */
/* c-ctaBtn */
.c-ctaBtn {
  display: block;
  max-width: 682px;
  width: 100%;
}
.c-ctaBtn img {
  width: 100%;
}

/* l-header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #fff;
}
@media (max-width: 767px) {
  .l-header {
    height: 48px;
  }
}
.l-header > .l-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .l-header > .l-inner {
    padding: 0 0 0 8px;
  }
}
.l-header__logo {
  width: 210px;
}
@media (max-width: 767px) {
  .l-header__logo {
    width: 142px;
  }
}
.l-header__nav {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.l-header__nav__list {
  display: flex;
  align-items: center;
  gap: 0 17px;
}
@media (max-width: 991px) {
  .l-header__nav__list {
    gap: 0 5px;
  }
}
@media (max-width: 767px) {
  .l-header__nav__item {
    display: none;
  }
}
.l-header__nav__item a {
  display: block;
  width: 90px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.64;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 991px) {
  .l-header__nav__item a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .l-header__nav__item--cta {
    display: block;
  }
}
.l-header__nav__item--cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 203px;
  height: 60px;
  background: #ff7700;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media (max-width: 991px) {
  .l-header__nav__item--cta a {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .l-header__nav__item--cta a {
    width: 143px;
    height: 48px;
    font-size: 12px;
  }
}

/* l-inner */
.l-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-inner {
    max-width: none;
  }
}

/* l-main */
.l-main {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .l-main {
    padding-top: 48px;
  }
}

/* l-cta */
.l-cta {
  padding: 70px 0 50px;
  background: #e5f7f8;
}
@media (max-width: 767px) {
  .l-cta {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .l-cta > .l-inner {
    max-width: 375px;
  }
}
.l-cta__lead {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .l-cta__lead {
    font-size: 18px;
    text-align: left;
  }
}
.l-cta .c-ctaBtn {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-cta .c-ctaBtn {
    max-width: 345px;
  }
}
.l-cta__img {
  position: absolute;
  bottom: -50px;
  right: 60px;
  width: 249px;
}
@media (max-width: 991px) {
  .l-cta__img {
    right: 0;
  }
}
@media (max-width: 767px) {
  .l-cta__img {
    bottom: -30px;
    right: 0;
    width: 127px;
  }
}
.l-cta__img img {
  width: 100%;
}
.l-cta--oneStop {
  position: relative;
}
@media (max-width: 991px) {
  .l-cta--oneStop {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .l-cta--oneStop {
    overflow-x: visible;
  }
}
@media (max-width: 1190px) {
  .l-cta--oneStop .l-cta__img {
    right: 0;
  }
}
@media (max-width: 991px) {
  .l-cta--oneStop .l-cta__img {
    width: 200px;
    right: -30px;
  }
}
@media (max-width: 767px) {
  .l-cta--oneStop .l-cta__img {
    right: 0;
    width: 127px;
  }
}
.l-cta--oneStop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 310px solid #c7eaec;
  border-right: 100vw solid transparent;
}
@media (max-width: 767px) {
  .l-cta--oneStop:before {
    border-top: 81px solid #c7eaec;
  }
}

/* l-footer */
.l-footer {
  padding: 34px 0;
  background: #fff;
  line-height: 3;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer {
    line-height: 1.7;
  }
}
.l-footer__logo {
  display: block;
  width: 335px;
  margin: 0 auto 11px;
}
@media (max-width: 767px) {
  .l-footer__logo {
    width: 277px;
  }
}
.l-footer__nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .l-footer__nav__list {
    flex-direction: column;
    gap: 5px 0;
  }
}
.l-footer__nav__item {
  position: relative;
}
.l-footer__nav__item:after {
  content: "|";
  margin: 0 10px;
}
@media (max-width: 767px) {
  .l-footer__nav__item:after {
    display: none;
  }
}
.l-footer__nav__item:last-child:after {
  display: none;
}
.l-footer__copy {
  line-height: 3;
}

.p-mv {
  position: relative;
  background: url(../img/mv.png), linear-gradient(120deg, #e8f3ff, #c6f9ff);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 634px;
}
@media (max-width: 991px) {
  .p-mv {
    background-position: 60% top;
  }
}
@media (max-width: 767px) {
  .p-mv {
    height: 141.0666666667vw;
    background-image: url(../img/mv_sp.jpg);
    background-position: center top;
  }
}
.p-mv__copy {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .p-mv__copy {
    display: none;
  }
}
.p-mv__head {
  margin-bottom: 49px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .p-mv__head {
    margin-bottom: 6.4vw;
    padding-top: 26.6666666667vw;
  }
}
.p-mv__head__title {
  max-width: 681px;
  width: 80%;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .p-mv__head__title {
    max-width: none;
    width: 100%;
    margin-bottom: 6.4vw;
  }
}
.p-mv__head__title img {
  width: 100%;
}
.p-mv__head__lead {
  line-height: 2.06;
}
@media (max-width: 767px) {
  .p-mv__head__lead {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
.p-mv__head__lead strong {
  color: #006195;
}
.p-mv .c-ctaBtn {
  margin: 0 auto;
}

.p-partners {
  position: relative;
  background-color: #fff;
  height: 112px;
  overflow: hidden;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media (max-width: 767px) {
  .p-partners {
    height: 69px;
  }
}
.p-partners__inner {
  display: flex;
  align-items: center;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  height: 100%;
}
@keyframes autoSlide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes autoSlide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.p-partners__list {
  display: flex;
  align-items: center;
  animation: autoSlide1 60s -30s linear infinite;
}
.p-partners__list:last-child {
  animation: autoSlide2 60s linear infinite;
}
.p-partners__item {
  width: 330px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .p-partners__item {
    width: 185px;
  }
}

.p-strength {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .p-strength {
    padding: 40px 0;
  }
}
.p-strength .c-title {
  margin: 0 auto 10px;
}
.p-strength__lead {
  margin-bottom: 39px;
  font-size: 21px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .p-strength__lead {
    font-size: 16px;
  }
}
.p-strength__lead strong {
  font-weight: 900;
}
.p-strength__list {
  margin-bottom: 39px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-strength__list {
    gap: 6px;
    margin: 0 -6px 40px;
  }
}
.p-strength__item {
  width: 373px;
}
@media (max-width: 767px) {
  .p-strength__item {
    width: 170px;
  }
}
.p-strength__item__img {
  width: 291px;
  margin: 0 auto 2px;
}
@media (max-width: 767px) {
  .p-strength__item__img {
    width: 164px;
    margin-bottom: 4px;
  }
}
.p-strength__item__text {
  padding: 20px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .p-strength__item__text {
    padding: 11px 2px;
    font-size: 14px;
  }
}
.p-strength__flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding: 60px min(5vw, 63px);
  background: #e8f2f5;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p-strength__flow {
    position: relative;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
    padding: 40px 35px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .p-strength__flow:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 30px;
    height: calc(100% - 200px);
    border: 5px solid #a1cee6;
    border-left: none;
    border-radius: 7px;
  }
}
@media (max-width: 767px) {
  .p-strength__flow:after {
    content: "";
    position: absolute;
    top: 93px;
    right: 21px;
    width: 14px;
    height: 19px;
    background-image: url(../img/arrow_strength-flow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #e8f2f5;
  }
}
.p-strength__flow__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 134px;
  background: #fefefe;
  border-radius: 10px;
  border: 1px solid #335d73;
}
@media (max-width: 767px) {
  .p-strength__flow__item {
    flex-direction: column;
    height: auto;
    padding: 17px;
  }
}
.p-strength__flow__item:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 22px;
  background-image: url(../img/arrow_strength.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .p-strength__flow__item:before {
    top: auto !important;
    left: 50% !important;
    right: auto !important;
    bottom: -24px !important;
    transform: translateX(-50%) rotate(90deg) !important;
  }
}
.p-strength__flow__item--01:before, .p-strength__flow__item--02:before {
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}
.p-strength__flow__item--04:before, .p-strength__flow__item--05:before {
  top: 50%;
  left: -24px;
  transform: translateY(-50%) rotate(180deg);
}
.p-strength__flow__item--03:before {
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%) rotate(90deg);
}
.p-strength__flow__item--04 {
  order: 6;
}
@media (max-width: 767px) {
  .p-strength__flow__item--04 {
    order: 4;
  }
}
.p-strength__flow__item--05 {
  order: 5;
}
.p-strength__flow__item--06 {
  order: 4;
}
@media (max-width: 767px) {
  .p-strength__flow__item--06 {
    order: 6;
  }
}
.p-strength__flow__item--06:before {
  top: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
}
@media (max-width: 767px) {
  .p-strength__flow__item--06:before {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .p-strength__flow__item--06 .head {
    gap: 0 5px !important;
  }
}
.p-strength__flow__item .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
}
@media (max-width: 767px) {
  .p-strength__flow__item .head {
    flex-direction: row;
    gap: 0 10px;
  }
}
.p-strength__flow__item .head__img {
  width: 44px;
}
@media (max-width: 767px) {
  .p-strength__flow__item .head__img {
    width: 34px;
  }
}
.p-strength__flow__item .head__text {
  font-size: min(1.7vw, 18px);
  text-align: center;
}
@media (max-width: 767px) {
  .p-strength__flow__item .head__text {
    font-size: 15px;
  }
}
.p-strength__flow__item .head__text strong {
  color: #ff7700;
  text-decoration: underline;
}
.p-strength__flow__item .body {
  display: none;
}
@media (max-width: 767px) {
  .p-strength__flow__item .body {
    display: block;
  }
}
.p-strength__flow__item .body__text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
}
.p-strength__flow__item .body__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 119px;
  height: 29px;
  margin: 12px auto 0;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(-10deg, #353535, #9b9a9a);
  border-radius: 999px;
}
.p-strength__flow__item .body__more__open, .p-strength__flow__item .body__more__close {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
.p-strength__flow__item .body__more__open span, .p-strength__flow__item .body__more__close span {
  font-size: 9px;
  font-weight: 900;
}
.p-strength__flow__item .body__more__close {
  display: none;
}
.p-strength__flow__item .body__more.is-active .body__more__open {
  display: none;
}
.p-strength__flow__item .body__more.is-active .body__more__close {
  display: flex;
}

.p-compare {
  padding: 90px 0;
  background: #e8f2f5;
}
@media (max-width: 767px) {
  .p-compare {
    padding: 40px 0 20px;
  }
}
.p-compare__title {
  width: fit-content;
  margin: 0 auto 39px;
  padding: 16px 56px;
  background: #005c8d;
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-compare__title {
    margin-bottom: 29px;
    padding: 12px 16px;
    font-size: 28px;
  }
}
.p-compare__title span {
  font-size: 48px;
}
@media (max-width: 767px) {
  .p-compare__title span {
    font-size: 28px;
  }
}
.p-compare__tableWrap {
  overflow-x: auto;
}
@media (max-width: 767px) {
  .p-compare__tableWrap {
    margin-right: -20px;
  }
}
.p-compare__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  white-space: nowrap;
  border: 1px solid #005c8d;
  background: #fff;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-compare__table {
    width: 860px;
    border-left: none;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-compare__table .sticky {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
    width: 71px;
  }
}
@media (max-width: 767px) {
  .p-compare__table .sticky:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #005c8d;
    border-right: 1px solid #dbdbdb;
    background: #fff;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .p-compare__table .sticky--first:before {
    border-radius: 5px 0 0 0;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media (max-width: 767px) {
  .p-compare__table .sticky--last:before {
    border-radius: 0 0 0 5px;
  }
}
.p-compare__table tr th,
.p-compare__table tr td {
  border-bottom: 1px solid #dbdbdb;
}
.p-compare__table tr th:nth-child(4), .p-compare__table tr th:nth-child(6),
.p-compare__table tr td:nth-child(4),
.p-compare__table tr td:nth-child(6) {
  background: #f9f9f9;
}
.p-compare__table thead th {
  width: 200px;
  padding: 28px 20px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-compare__table thead th {
    width: 155px;
    padding: 17px 14px;
  }
}
.p-compare__table thead th:first-child {
  border-radius: 5px 0 0 0;
}
@media (max-width: 767px) {
  .p-compare__table thead th:first-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .p-compare__table thead th:first-child:before {
    border-radius: 5px 0 0 0;
  }
}
.p-compare__table thead th:last-child {
  border-radius: 0 5px 0 0;
}
.p-compare__table tbody tr th {
  padding: 20px;
  color: #004f79;
}
@media (max-width: 767px) {
  .p-compare__table tbody tr th {
    padding: 13px 8px;
  }
}
.p-compare__table tbody tr td {
  padding: 20px;
}
@media (max-width: 767px) {
  .p-compare__table tbody tr td {
    padding: 13px 8px;
  }
}
.p-compare__table tbody tr td img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-compare__table tbody tr td img {
    width: 56px;
  }
}
.p-compare__table tbody tr:last-child th,
.p-compare__table tbody tr:last-child td {
  border-bottom: none;
}
.p-compare__table tbody tr:last-child th {
  border-radius: 0 0 0 5px;
}
.p-compare__table tbody tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.p-compare__table__logo {
  background: #ffe885 !important;
}
.p-compare__table__logo img {
  display: block;
  width: 160px;
  border-radius: 5px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .p-compare__table__logo img {
    width: 126px;
  }
}
.p-compare__table__focus {
  background: #fff5cb;
}
@media (max-width: 767px) {
  .p-compare__table__focus {
    position: sticky;
    top: 0;
    left: 72px;
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .p-compare__table__focus:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    background: #fff5cb;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .p-compare__table__focus--first:before {
    background: #ffe885;
  }
}
.p-compare__scroll {
  display: none;
}
@media (max-width: 767px) {
  .p-compare__scroll {
    display: block;
    max-width: 335px;
    width: 100%;
    margin: 24px auto 0;
  }
}

.p-feature {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .p-feature {
    padding: 40px 0;
  }
}
.p-feature .c-title {
  margin: 0 auto 39px;
}
@media (max-width: 767px) {
  .p-feature .c-title {
    margin-bottom: 24px;
  }
}
.p-feature__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 47px 0;
}
@media (max-width: 767px) {
  .p-feature__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
  }
}
.p-feature__item {
  display: flex;
  align-items: center;
  gap: 0 35px;
}
@media (max-width: 767px) {
  .p-feature__item {
    flex-direction: column;
    gap: 15px 0;
    height: 100%;
  }
}
.p-feature__item__title {
  width: 160px;
}
@media (max-width: 767px) {
  .p-feature__item__title {
    width: 130px;
  }
}
.p-feature__item__text {
  flex: 1;
  font-size: 20px;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .p-feature__item__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-caseStudy {
  padding: 50px 0;
  background-image: url(../img/bg_case-study.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-caseStudy {
    padding-top: 0;
    background-image: url(../img/bg_case-study_sp.svg);
  }
}
.p-caseStudy > .l-inner {
  max-width: 1140px;
}
.p-caseStudy__title {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 39px;
  padding-left: 20px;
  border-left: 9px solid #005c8d;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-caseStudy__title {
    gap: 5px 0;
    margin-bottom: 19px;
    padding-left: 10px;
    border-width: 7px;
  }
}
.p-caseStudy__title__main {
  font-size: 58px;
  font-weight: 900;
  color: #005c8d;
}
@media (max-width: 767px) {
  .p-caseStudy__title__main {
    font-size: 28px;
  }
}
.p-caseStudy__title__main span {
  font-size: 63px;
}
@media (max-width: 767px) {
  .p-caseStudy__title__main span {
    font-size: 28px;
  }
}
.p-caseStudy__title__sub {
  color: #fff;
  text-shadow: 1px 1px 0 #005c8d, -1px 1px 0 #005c8d, 1px -1px 0 #005c8d, -1px -1px 0 #005c8d;
  font-size: 54px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .p-caseStudy__title__sub {
    font-size: 28px;
  }
}
.p-caseStudy__slideWrap {
  position: relative;
  max-width: 982px;
  width: 100%;
  margin: 0 auto;
}
.p-caseStudy__slide {
  max-width: 858px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  overflow-x: hidden;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .p-caseStudy__slide {
    border-radius: 4px;
  }
}
.p-caseStudy__slideThumb {
  width: 327px;
  margin: 0 auto 39px;
}
@media (max-width: 767px) {
  .p-caseStudy__slideThumb {
    width: 312px;
    margin-bottom: 19px;
  }
}
.p-caseStudy__slideThumb .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
}
.p-caseStudy__slideThumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.p-caseStudy .g-swiperBtns {
  top: calc(50% - 112px);
}
.p-caseStudy__card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  width: 100%;
  letter-spacing: 0.02em;
  height: auto;
}
@media (max-width: 767px) {
  .p-caseStudy__card {
    border-radius: 4px;
  }
}
.p-caseStudy__card > div {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  height: 100%;
}
@media (max-width: 767px) {
  .p-caseStudy__card > div {
    border-radius: 4px;
  }
}
.p-caseStudy__card__head {
  display: flex;
  align-items: center;
  gap: 0 15px;
  padding: 8px 15px;
  background: #005c8d;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767px) {
  .p-caseStudy__card__head {
    gap: 0 6px;
    padding: 8px 10px;
    border-radius: 4px 4px 0 0;
  }
}
.p-caseStudy__card__head .label {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ebca84;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-caseStudy__card__head .label {
    font-size: 16px;
  }
}
.p-caseStudy__card__head .label span {
  font-size: 26px;
}
@media (max-width: 767px) {
  .p-caseStudy__card__head .label span {
    font-size: 29px;
  }
}
.p-caseStudy__card__head .client {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 15px;
  color: #fff;
}
@media (max-width: 767px) {
  .p-caseStudy__card__head .client {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.p-caseStudy__card__head .client__name {
  font-size: 32px;
}
@media (max-width: 767px) {
  .p-caseStudy__card__head .client__name {
    font-size: 16px;
  }
}
.p-caseStudy__card__head .client__site {
  font-size: 22px;
}
@media (max-width: 767px) {
  .p-caseStudy__card__head .client__site {
    font-size: 13px;
  }
}
.p-caseStudy__card__body .imgArea {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .p-caseStudy__card__body .imgArea {
    flex-direction: column;
    gap: 20px 0;
    padding: 7px 0 0;
  }
}
.p-caseStudy__card__body .imgArea__img {
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .p-caseStudy__card__body .imgArea__img {
    max-width: none;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .p-caseStudy__card__body .imgArea__effect {
    width: 100%;
    padding: 0 20px;
  }
}
.p-caseStudy__card__body .imgArea__effect dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 29px;
  margin-bottom: 20px;
  border: 1px solid #005c8d;
  font-size: 18px;
  font-weight: 800;
  color: #005c8d;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-caseStudy__card__body .imgArea__effect dt {
    width: 51px;
    height: 22px;
    margin-bottom: 4px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .p-caseStudy__card__body .imgArea__effect dd {
    font-size: 12px;
  }
}
.p-caseStudy__card__body .imgArea__effect dd ul {
  list-style: disc;
  margin-left: 1.5em;
}
.p-caseStudy__card__body .detail {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 30px 28px;
}
@media (max-width: 767px) {
  .p-caseStudy__card__body .detail {
    padding: 10px 20px 20px;
  }
}
.p-caseStudy__card__body .detail dl {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
@media (max-width: 767px) {
  .p-caseStudy__card__body .detail dl {
    gap: 2px 0;
    font-size: 12px;
  }
}
.p-caseStudy__card__body .detail dl dt {
  font-size: 18px;
  font-weight: 800;
  color: #005c8d;
}
@media (max-width: 767px) {
  .p-caseStudy__card__body .detail dl dt {
    font-size: 13px;
  }
}
.p-caseStudy__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 484px;
  width: 100%;
  height: 73px;
  margin: 0 auto;
  background: linear-gradient(0deg, #ddd, #f9f9f9);
  border: 1px solid #cacaca;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 700;
  color: #145578;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-caseStudy__btn {
    max-width: 315px;
    height: 47px;
    font-size: 15px;
  }
}
.p-caseStudy__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  width: 11px;
  height: 22px;
  background: url(../img/arrow_case-study.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .p-caseStudy__btn::before {
    right: 23px;
    width: 7px;
    height: 14px;
  }
}

@media (max-width: 767px) {
  .p-reason {
    overflow-x: hidden;
  }
}
.p-reason__head {
  display: flex;
  align-items: flex-end;
  height: 304px;
  background-image: url(../img/bg_reason.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .p-reason__head {
    height: 168px;
    background-image: url(../img/bg_reason_sp.jpg);
  }
}
.p-reason__head__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px 0;
  width: 392px;
  padding: 16px 20px 30px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .p-reason__head__title {
    gap: 0;
    width: 264px;
    padding: 10px;
  }
}
.p-reason__head__title img {
  width: 206px;
}
@media (max-width: 767px) {
  .p-reason__head__title img {
    width: 152px;
  }
}
.p-reason__head__title .lead {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-reason__head__title .lead {
    font-size: 17px;
    line-height: 1.3;
  }
}
.p-reason__head__title .main {
  font-size: 58px;
  font-weight: 900;
  color: #005c8d;
}
@media (max-width: 767px) {
  .p-reason__head__title .main {
    font-size: 32px;
  }
}
.p-reason__head__title .main strong {
  font-size: 71px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .p-reason__head__title .main strong {
    font-size: 39px;
  }
}
.p-reason__head__title .main span {
  font-size: 48px;
}
@media (max-width: 767px) {
  .p-reason__head__title .main span {
    font-size: 26px;
  }
}
.p-reason__sec {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .p-reason__sec {
    padding: 40px 0;
  }
}
.p-reason__sec--01 {
  padding: 80px 0 87px;
}
@media (max-width: 767px) {
  .p-reason__sec--01 {
    padding: 40px 0 50px;
  }
}
.p-reason__sec--02 {
  position: relative;
  padding-bottom: 0;
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .p-reason__sec--02 {
    padding-bottom: 20px;
  }
}
.p-reason__sec--02:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -214px;
  width: 0;
  height: 0;
  border-top: 214px solid #f9f9f9;
  border-right: 100vw solid transparent;
}
@media (max-width: 767px) {
  .p-reason__sec--02:before {
    bottom: -60px;
    border-top: 60px solid #f9f9f9;
  }
}
.p-reason__sec--03 {
  padding: 164px 0 90px;
}
@media (max-width: 767px) {
  .p-reason__sec--03 {
    padding: 60px 0 40px;
  }
}
.p-reason__sec__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-reason__sec__head {
    gap: 14px 0;
    margin-bottom: 30px;
  }
}
.p-reason__sec__head .label {
  width: 300px;
}
@media (max-width: 767px) {
  .p-reason__sec__head .label {
    width: 254px;
  }
}
.p-reason__sec__head .title {
  font-size: 44px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .p-reason__sec__head .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .p-reason__sec__head .title {
    font-size: 18px;
    line-height: 1.3;
  }
}
.p-reason__sec__head .title > span {
  position: relative;
  display: block;
  width: fit-content;
}
.p-reason__sec__head .title > span:before, .p-reason__sec__head .title > span:after {
  content: "";
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 22px;
  height: calc(100% - 20px);
  border: 9px solid #005c8d;
}
@media (max-width: 991px) {
  .p-reason__sec__head .title > span:before, .p-reason__sec__head .title > span:after {
    width: 14px;
    height: calc(100% - 10px);
  }
}
@media (max-width: 767px) {
  .p-reason__sec__head .title > span:before, .p-reason__sec__head .title > span:after {
    width: 8px;
    height: calc(100% - 10px);
    border-width: 3px;
  }
}
.p-reason__sec__head .title > span:before {
  left: -50px;
  border-right: none;
}
@media (max-width: 767px) {
  .p-reason__sec__head .title > span:before {
    left: -20px;
  }
}
.p-reason__sec__head .title > span:after {
  right: -50px;
  border-left: none;
}
@media (max-width: 767px) {
  .p-reason__sec__head .title > span:after {
    right: -20px;
  }
}
.p-reason__sec__head .title strong {
  font-size: 48px;
  color: #005c8d;
}
@media (max-width: 991px) {
  .p-reason__sec__head .title strong {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .p-reason__sec__head .title strong {
    font-size: 22px;
  }
}
.p-reason__sec__head .title .normal {
  font-size: 44px;
}
@media (max-width: 767px) {
  .p-reason__sec__head .title .normal {
    font-size: 22px;
  }
}
.p-reason__sec__lead {
  width: fit-content;
  margin: 0 auto 70px;
  padding: 17px 34px;
  border-width: 1px 3px 1px 3px;
  border-style: solid;
  border-color: #005c8d;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .p-reason__sec__lead {
    width: auto;
    margin-bottom: 20px;
    padding: 16px;
    text-align: left;
  }
}
.p-reason__sec__lead--01 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  padding: 6px 34px;
}
@media (max-width: 767px) {
  .p-reason__sec__lead--01 {
    margin-bottom: 16px;
    padding: 6px 10px;
    font-size: 16px;
    text-align: center;
  }
}
.p-reason__sec__lead--01 strong {
  color: #005c8d;
}
.p-reason__sec__lead--01 span {
  font-size: 21px;
}
@media (max-width: 767px) {
  .p-reason__sec__lead--01 span {
    font-size: 14px;
  }
}
.p-reason__sec__lpo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  max-width: 998px;
  margin: 0 auto 107px;
}
@media (max-width: 767px) {
  .p-reason__sec__lpo {
    flex-direction: column;
    gap: 10px 0;
    margin-bottom: 40px;
  }
}
.p-reason__sec__lpo .img {
  max-width: 50%;
}
@media (max-width: 767px) {
  .p-reason__sec__lpo .img {
    max-width: 100%;
  }
}
.p-reason__sec__lpo .text {
  flex: 1;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-reason__sec__lpo .text {
    font-size: 16px;
  }
}
.p-reason__sec__design {
  position: relative;
  margin-bottom: 78px;
  border: 2px solid #005c8d;
}
@media (max-width: 767px) {
  .p-reason__sec__design {
    margin-bottom: 40px;
  }
}
.p-reason__sec__design:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -61px;
  transform: translateX(-50%);
  width: 145px;
  height: 76px;
  background: url(../img/arrow_reason_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .p-reason__sec__design:before {
    display: none;
  }
}
.p-reason__sec__design .head {
  padding: 9px 20px;
  background: #005c8d;
  font-size: 36px;
  color: #ffea00;
  text-align: center;
}
@media (max-width: 767px) {
  .p-reason__sec__design .head {
    padding: 6px 20px;
    font-size: 18px;
  }
}
.p-reason__sec__design .body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 40px;
}
@media (max-width: 991px) {
  .p-reason__sec__design .body {
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 20px;
  }
}
.p-reason__sec__design .body__item__title {
  margin-bottom: 13px;
  color: #005c8d;
  text-align: center;
}
.p-reason__sec__design .body__item__title .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 35px;
  margin: 0 auto 10px;
  border-radius: 999px;
  border: 1px solid #005c8d;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-reason__sec__design .body__item__title .label {
    width: 82px;
    height: 28px;
    margin-bottom: 2px;
    font-size: 17px;
  }
}
.p-reason__sec__design .body__item__title .main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-reason__sec__design .body__item__title .main {
    min-height: auto;
    font-size: 20px;
  }
}
.p-reason__sec__design .body__item__img {
  margin: 0 auto 13px;
}
.p-reason__sec__design .body__item__text {
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-reason__sec__design .body__item__text {
    font-size: 14px;
  }
}
.p-reason__sec__proposal {
  max-width: 930px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-reason__sec__proposal {
    max-width: 335px;
  }
}
.p-reason__sec__proposal img {
  width: 100%;
}
.p-reason__sec__flow {
  max-width: 866px;
  width: 100%;
  margin: 0 auto 70px;
}
@media (max-width: 767px) {
  .p-reason__sec__flow {
    max-width: 500px;
    margin-bottom: 40px;
  }
}
.p-reason__sec__blog > .title {
  margin-bottom: 55px;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-reason__sec__blog > .title {
    margin-bottom: 25px;
    font-size: 19px;
  }
}
.p-reason__sec__blog > .title strong {
  font-size: 36px;
  color: #2c81af;
  line-height: 1.4;
  background: linear-gradient(transparent 70%, #ffea00 70%);
}
@media (max-width: 767px) {
  .p-reason__sec__blog > .title strong {
    font-size: 22px;
  }
}
.p-reason__sec__blog .blogList {
  max-width: 958px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-reason__sec__blog .blogList {
    position: relative;
    max-width: none;
  }
}
.p-reason__sec__blog .blogList .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 33px;
  height: auto;
}
@media (max-width: 900px) {
  .p-reason__sec__blog .blogList .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .p-reason__sec__blog .blogList .swiper-wrapper {
    display: flex;
    grid-template-columns: unset;
    gap: 0;
  }
}
.p-reason__sec__blog .blogList .swiper-slide {
  height: auto;
}
.p-reason__sec__blog .blogList .g-swiperBtns {
  display: none;
}
@media (max-width: 767px) {
  .p-reason__sec__blog .blogList .g-swiperBtns {
    display: block;
    top: calc(50% - 10px);
  }
}
.p-reason__sec__blog .blogList__item {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .p-reason__sec__blog .blogList__item {
    flex-direction: column;
    gap: 20px 0;
    padding: 20px;
    background: #fff;
    border-radius: 9px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
    height: 100%;
  }
}
.p-reason__sec__blog .blogList__item__img {
  width: 199px;
  aspect-ratio: 199/142;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .p-reason__sec__blog .blogList__item__img {
    width: 100%;
    aspect-ratio: 295/210;
    margin: 0;
  }
}
.p-reason__sec__blog .blogList__item__img img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.p-reason__sec__blog .blogList__item__body {
  flex: 1;
}
.p-reason__sec__blog .blogList__item__body .category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 12px;
}
.p-reason__sec__blog .blogList__item__body .category li {
  padding: 0 25px;
  background: #2c81af;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 2;
}
.p-reason__sec__blog .blogList__item__body .title {
  margin-bottom: 4px;
  font-size: 18px;
  color: #2c81af;
}
.p-reason__sec__blog .blogList__item__body .excerpt {
  font-size: 15px;
}
.p-reason__sec__system {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-reason__sec__system {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-reason__sec__system .item {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 20px;
}
@media (max-width: 767px) {
  .p-reason__sec__system .item {
    flex-direction: column;
    gap: 15px 0;
  }
}
.p-reason__sec__system .item--site {
  background: #e9f4f4;
}
.p-reason__sec__system .item--site .item__head__title,
.p-reason__sec__system .item--site .item__body__title {
  color: #007f8d;
}
.p-reason__sec__system .item--media {
  background: #e9f4ea;
}
.p-reason__sec__system .item--media .item__head__title,
.p-reason__sec__system .item--media .item__body__title {
  color: #008d47;
}
.p-reason__sec__system .item--ops {
  background: #e9f0f4;
}
.p-reason__sec__system .item--ops .item__head__title,
.p-reason__sec__system .item--ops .item__body__title {
  color: #005c8d;
}
.p-reason__sec__system .item__head {
  width: 133px;
}
@media (max-width: 767px) {
  .p-reason__sec__system .item__head {
    display: flex;
    align-items: center;
    gap: 0 10px;
    width: 100%;
  }
}
.p-reason__sec__system .item__head__title {
  display: none;
  font-size: 20px;
}
@media (max-width: 767px) {
  .p-reason__sec__system .item__head__title {
    flex: 1;
    display: block;
    line-height: 1;
  }
}
.p-reason__sec__system .item__head__img {
  width: 133px;
}
@media (max-width: 767px) {
  .p-reason__sec__system .item__head__img {
    width: 63px;
  }
}
.p-reason__sec__system .item__body {
  flex: 1;
}
@media (max-width: 767px) {
  .p-reason__sec__system .item__body {
    font-size: 14px;
  }
}
.p-reason__sec__system .item__body__title {
  margin-bottom: 5px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .p-reason__sec__system .item__body__title {
    display: none;
  }
}

.p-performance {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .p-performance {
    padding: 40px 0;
  }
}
.p-performance > .l-inner {
  max-width: 1140px;
}
.p-performance__title {
  max-width: 660px;
  width: 100%;
  margin: 0 auto 90px;
  padding: 20px 17px;
  font-size: 60px;
  font-weight: 700;
  color: #005c8d;
  border: 11px solid #005c8d;
  text-align: center;
}
@media (max-width: 767px) {
  .p-performance__title {
    margin-bottom: 33px;
    padding: 8px 12px;
    border-width: 5px;
    font-size: 30px;
  }
}
.p-performance__title span {
  font-size: 52px;
}
@media (max-width: 767px) {
  .p-performance__title span {
    font-size: 26px;
  }
}
.p-performance__title strong {
  background: linear-gradient(transparent 70%, #ffea00 70%);
  font-weight: 900;
}
@media (max-width: 767px) {
  .p-performance__title strong {
    font-size: 30px;
  }
}
.p-performance__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 48px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .p-performance__box {
    display: block;
    margin: 0 -20px 26px 0;
  }
}
.p-performance__box img {
  width: 526px;
}
@media (max-width: 767px) {
  .p-performance__box img {
    width: 100%;
  }
}
.p-performance__box__img {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .p-performance__box__img {
    display: none;
  }
}
.p-performance__text {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 767px) {
  .p-performance__text {
    font-size: 16px;
  }
}

.p-worry {
  position: relative;
  padding: 90px 0 30px;
  background: #2d2d2d;
}
@media (max-width: 767px) {
  .p-worry {
    padding: 40px 0 20px;
  }
}
.p-worry:before {
  content: "";
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 120px solid #2d2d2d;
}
@media (max-width: 767px) {
  .p-worry:before {
    bottom: -50px;
    border-top: 50px solid #2d2d2d;
  }
}
.p-worry__title {
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .p-worry__title {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
.p-worry__title span {
  position: relative;
  font-weight: 900;
  color: #768aa3;
}
.p-worry__title span:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background: #768aa3;
}
@media (max-width: 767px) {
  .p-worry__title span:before {
    top: -4px;
    width: 6px;
    height: 6px;
  }
}
.p-worry__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-worry__list {
    max-width: 335px;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 0;
  }
}
.p-worry__item {
  min-height: 210px;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .p-worry__item {
    min-height: auto;
    padding: 20px;
  }
}
.p-worry__item__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-worry__item__head {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0 10px;
  }
}
.p-worry__item__head .title {
  font-size: min(1.9vw, 18px);
  font-weight: 700;
  color: #163051;
}
@media (max-width: 767px) {
  .p-worry__item__head .title {
    font-size: 18px;
    text-align: center;
  }
}
.p-worry__item__head .img {
  height: 74px;
}
@media (max-width: 767px) {
  .p-worry__item__head .img {
    height: 49px;
  }
}
@media (max-width: 767px) {
  .p-worry__item__head .img--03 {
    height: 56px;
  }
}
.p-worry__item__head .img img {
  width: auto;
  height: 100%;
}
.p-worry__item__body {
  font-size: 14px;
  line-height: 1.57;
}

.p-solution {
  padding-top: 190px;
  background: #c6eaec;
}
@media (max-width: 767px) {
  .p-solution {
    padding-top: 80px;
  }
}
.p-solution__title {
  position: relative;
  margin-bottom: 82px;
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-shadow: 2px 2px 0 #005c8d, -1px 1px 0 #005c8d, 1px -1px 0 #005c8d, -1px -1px 0 #005c8d;
}
@media (max-width: 767px) {
  .p-solution__title {
    margin-bottom: 75px;
    font-size: 40px;
  }
}
.p-solution__title strong {
  color: #ffea00;
}
.p-solution__title:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 158px;
  height: 6px;
  background: #005c8d;
}
@media (max-width: 767px) {
  .p-solution__title:before {
    bottom: -32px;
    height: 5px;
  }
}
.p-solution__lead {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 767px) {
  .p-solution__lead {
    margin-bottom: 12px;
    font-size: 14px;
    text-align: left;
  }
}
.p-solution__cv {
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-solution__cv {
    margin-bottom: 38px;
  }
}
.p-solution__cv__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 70px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .p-solution__cv__list {
    gap: 0 35px;
    margin-bottom: 12px;
  }
}
.p-solution__cv__list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 293px;
  height: 91px;
  background: #000;
  font-size: 50px;
  font-weight: 500;
  color: #ffea00;
  text-shadow: -2px -1px 0 #fff, 0px -1px 0 #fff;
}
@media (max-width: 767px) {
  .p-solution__cv__list li {
    width: 149px;
    height: 46px;
    font-size: 25px;
  }
}
.p-solution__cv__list li:before {
  content: "×";
  position: absolute;
  top: 50%;
  right: -62px;
  transform: translateY(-50%);
  font-size: 50px;
  color: #000;
  text-shadow: none;
}
@media (max-width: 767px) {
  .p-solution__cv__list li:before {
    right: -31px;
    font-size: 25px;
  }
}
.p-solution__cv__list li:last-child:before {
  display: none;
}
.p-solution__cv__text {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-solution__cv__text {
    font-size: 14px;
  }
}
.p-solution__strategy {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px 60px;
  background: #fff;
  border: 3px solid #005c8d;
}
@media (max-width: 767px) {
  .p-solution__strategy {
    padding: 0 18px 20px;
  }
}
.p-solution__strategy__bg {
  position: absolute;
  top: -120px;
  left: 0;
  transform-origin: left bottom;
  transform: rotate(90deg);
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  color: #e0ebf1;
}
@media (max-width: 767px) {
  .p-solution__strategy__bg {
    top: -38px;
    left: -2px;
    font-size: 36px;
  }
}
.p-solution__strategy__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 30px;
  height: 149px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-solution__strategy__title {
    height: 78px;
    gap: 0 13px;
    margin-bottom: 20px;
  }
}
.p-solution__strategy__title .border {
  display: flex;
  align-items: flex-start;
  gap: 0 3px;
  height: 100%;
}
.p-solution__strategy__title .border span {
  display: block;
  width: 3px;
  height: 100%;
  background: #005c8d;
}
.p-solution__strategy__title .main {
  position: relative;
  top: 4px;
  font-size: 40px;
  font-weight: 800;
  color: #005c8d;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-solution__strategy__title .main {
    font-size: 22px;
    white-space: nowrap;
  }
}
.p-solution__strategy__title .main strong {
  display: inline-block;
  padding: 0 19px 10px;
  background: #005c8d;
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-solution__strategy__title .main strong {
    padding: 0 10px 5px;
    font-size: 32px;
  }
}
.p-solution__strategy__step {
  position: relative;
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .p-solution__strategy__step {
    margin-bottom: 64px;
  }
}
.p-solution__strategy__step:last-of-type {
  margin: 0;
}
.p-solution__strategy__step:last-of-type:before {
  display: none;
}
.p-solution__strategy__step:before {
  content: "";
  position: absolute;
  bottom: -82px;
  left: 50%;
  transform: translateX(-50%);
  width: 138px;
  height: 52px;
  background: url(../img/arrow_step.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .p-solution__strategy__step:before {
    bottom: -44px;
    width: 65px;
    height: 24px;
  }
}
.p-solution__strategy__step .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px 0;
  margin-bottom: 30px;
  color: #005c8d;
}
@media (max-width: 767px) {
  .p-solution__strategy__step .title {
    margin-bottom: 20px;
  }
}
.p-solution__strategy__step .title__step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 36px;
  font-size: 24px;
  font-weight: 700;
  border: 1px solid #005c8d;
  border-radius: 999px;
}
@media (max-width: 767px) {
  .p-solution__strategy__step .title__step {
    width: 89px;
    height: 31px;
    font-size: 18px;
  }
}
.p-solution__strategy__step .title__main {
  font-size: 40px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .p-solution__strategy__step .title__main {
    font-size: 30px;
  }
}
.p-solution__strategy__step .stepList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .p-solution__strategy__step .stepList {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-solution__strategy__step .stepList__item {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .p-solution__strategy__step .stepList__item {
    max-width: 400px;
    width: 100%;
  }
}
.p-solution__strategy__step .stepList__item__title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: 78px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #005c8d;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-solution__strategy__step .stepList__item__title {
    padding: 16px 8px;
    height: auto;
  }
}
.p-solution__strategy__step .stepList__item__title--left {
  text-align: left;
}
.p-solution__strategy__step .stepList__item__img {
  position: relative;
  top: -1px;
  width: 100%;
}
.p-solution__strategy__step .stepList__item__text {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  font-weight: 500;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .p-solution__strategy__step .stepList__item__text {
    padding: 16px;
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-oneStop {
  padding: 48px 0 0;
  background: #c6eaec;
}
@media (max-width: 767px) {
  .p-oneStop {
    padding: 38px 0 31px;
  }
}
.p-oneStop__title {
  max-width: 649px;
  margin: 0 auto 48px;
}
@media (max-width: 767px) {
  .p-oneStop__title {
    max-width: 333px;
    margin-bottom: 13px;
  }
}
.p-oneStop__title img {
  width: 100%;
}
.p-oneStop__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 0;
  font-size: 18px;
}
@media (max-width: 1190px) {
  .p-oneStop__text span:first-of-type {
    font-size: 16px;
  }
}
@media (max-width: 1190px) {
  .p-oneStop__text span:last-of-type.is-sp {
    display: inline !important;
  }
}
.p-oneStop__text div {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
@media (max-width: 1190px) {
  .p-oneStop__text div {
    flex-direction: column;
  }
}
.p-oneStop__text div ul {
  display: flex;
  gap: 8px;
}
@media (max-width: 1190px) {
  .p-oneStop__text div ul {
    flex-direction: column;
  }
}
.p-oneStop__text div ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 40px;
  background: #212121;
  font-weight: 700;
}
.p-oneStop__text div ul li:first-child {
  color: #ffb08b;
}
.p-oneStop__text div ul li:nth-child(2) {
  color: #ffb428;
}
.p-oneStop__text div ul li:last-child {
  color: #b6ff48;
}
@media (max-width: 1190px) {
  .p-oneStop__text div span {
    display: none;
  }
}
.p-oneStop__text strong {
  font-size: 24px;
  font-weight: 900;
}
@media (max-width: 1190px) {
  .p-oneStop__text strong {
    font-size: 18px;
  }
}

.p-plan {
  position: relative;
  padding: 99px 0 90px;
}
@media (max-width: 767px) {
  .p-plan {
    padding: 40px 0;
  }
}
.p-plan__bg {
  position: absolute;
  top: -157px;
  left: -8px;
  transform-origin: left bottom;
  transform: rotate(90deg);
  font-size: 155px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-shadow: 1px 1px 0 #cce2ee, -1px 1px 0 #cce2ee, 1px -1px 0 #cce2ee, -1px -1px 0 #cce2ee;
}
@media (max-width: 767px) {
  .p-plan__bg {
    top: -42px;
    left: -2px;
    font-size: 44px;
  }
}
.p-plan__title {
  position: relative;
  max-width: 811px;
  margin: 0 auto 40px;
  padding: 59px;
  font-size: 58px;
  font-weight: 900;
  color: #005c8d;
  border: 1px solid #005c8d;
  text-align: center;
}
@media (max-width: 767px) {
  .p-plan__title {
    max-width: 284px;
    margin-bottom: 24px;
    padding: 6px 28px;
    font-size: 24px;
  }
}
.p-plan__title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 159px);
  height: calc(100% + 20px);
  border: 1px solid #005c8d;
}
@media (max-width: 767px) {
  .p-plan__title:before {
    width: calc(100% - 24px);
    height: calc(100% + 10px);
  }
}
.p-plan__lead {
  margin-bottom: 40px;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .p-plan__lead {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.p-plan__menu {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  max-width: 418px;
  width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .p-plan__menu {
    gap: 5px 0;
    margin-bottom: 24px;
  }
}
.p-plan__menu__item {
  display: flex;
  align-items: center;
  gap: 0 12px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-plan__menu__item {
    gap: 0 8px;
    font-size: 12px;
  }
}
.p-plan__menu__item .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 35px;
  border-radius: 999px;
  background: #005c8d;
  font-family: "Inter", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .p-plan__menu__item .label {
    width: 74px;
    height: 25px;
  }
}
.p-plan__menu__item:first-child .label {
  color: #ffea00;
}
.p-plan__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .p-plan__list {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .p-plan__list {
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-plan__card {
  width: 460px;
  padding: 20px;
  background: #fbfbfb;
  border-radius: 7px;
  border-bottom: 7px solid #4c93b9;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .p-plan__card {
    max-width: 350px;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
  }
}
.p-plan__card__title {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 29px;
  font-size: 29px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .p-plan__card__title {
    justify-content: center;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.p-plan__card__title .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  border-radius: 9999px;
  background: #005c8d;
  color: #fff;
  font-size: 17px;
}
@media (max-width: 767px) {
  .p-plan__card__title .label {
    width: 49px;
    height: 49px;
    font-size: 12px;
  }
}
.p-plan__card__title .label--a {
  color: #ffea00;
}
.p-plan__card__title .label span {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-plan__card__title .label span {
    font-size: 17px;
  }
}
.p-plan__card__body {
  display: flex;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .p-plan__card__body {
    gap: 0 10px;
  }
}
.p-plan__card__body .breakdown {
  width: 234px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-plan__card__body .breakdown {
    width: 161px;
  }
}
.p-plan__card__body .breakdown__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: disc;
  margin-left: 1.5em;
}
@media (max-width: 767px) {
  .p-plan__card__body .breakdown__list {
    margin-left: 1.2em;
  }
}
.p-plan__card__body .breakdown__list li {
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-plan__card__body .breakdown__list li {
    font-size: 14px;
    line-height: 1.4;
  }
}
.p-plan__card__body .breakdown__items {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  margin-top: auto;
}
.p-plan__card__body .breakdown__item {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 13px 20px;
  border: 2px solid #005c8d;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-plan__card__body .breakdown__item {
    padding: 8px 12px;
  }
}
.p-plan__card__body .breakdown__item dt {
  color: #005c8d;
  font-weight: 800;
}
.p-plan__card__body .breakdown__item dd {
  font-weight: 500;
}
.p-plan__card__body .breakdown__item--a {
  background: #005c8d;
}
.p-plan__card__body .breakdown__item--a dt,
.p-plan__card__body .breakdown__item--a dd {
  color: #ffea00;
}
.p-plan__card__body .price {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 296px;
  color: #fff;
  background: #005c8d;
}
@media (max-width: 767px) {
  .p-plan__card__body .price {
    width: 144px;
    height: 296px;
  }
}
.p-plan__card__body .price--a {
  color: #ffea00;
}
.p-plan__card__body .price__main {
  display: flex;
  align-items: baseline;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-plan__card__body .price__main {
    font-size: 24px;
  }
}
.p-plan__card__body .price__main__yen {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-plan__card__body .price__main__yen {
    font-size: 14px;
  }
}
.p-plan__card__body .price__main__from {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
}
.p-plan__card__body .price__tax {
  font-size: 12px;
  text-align: right;
}
@media (max-width: 767px) {
  .p-plan__card__body .price__tax {
    font-size: 10px;
  }
}
.p-plan__note {
  font-size: 12px;
  text-align: center;
}

.p-faq {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .p-faq {
    padding: 40px 0;
  }
}
.p-faq__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 227px;
  height: 93px;
  margin: 0 auto 30px;
  background: linear-gradient(45deg, #005a8a, #00669c);
  font-size: 58px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-faq__title {
    width: 150px;
    height: 57px;
    font-size: 28px;
  }
}
.p-faq__lead {
  margin-bottom: 30px;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 767px) {
  .p-faq__lead {
    font-size: 14px;
  }
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-faq__list {
    gap: 14px 0;
  }
}
.p-faq__item__title {
  position: relative;
  padding: 14px 24px;
  border: 2px solid #015c8e;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #015c8e;
  line-height: 1.25;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-faq__item__title {
    padding: 14px 18px;
    font-size: 16px;
  }
}
.p-faq__item__title:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8.5px 0 8.5px;
  border-color: #015c8e transparent transparent transparent;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .p-faq__item__title:before {
    right: 18px;
    border-width: 7px 6.5px 0 6.5px;
  }
}
.p-faq__item__title.is-active:before {
  transform: translateY(-50%) rotate(180deg);
}
.p-faq__item__body {
  padding: 10px;
}
@media (max-width: 767px) {
  .p-faq__item__body {
    padding: 10px 0 0;
  }
}
.p-faq__item__body .childItem {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .p-faq__item__body .childItem {
    gap: 0 10px;
  }
}
.p-faq__item__body .childItem__label {
  font-family: "Oswald", sans-serif;
  font-size: 29px;
  font-weight: 700;
  color: #015c8d;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-faq__item__body .childItem__label {
    font-size: 28px;
  }
}
.p-faq__item__body .childItem__main {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
@media (max-width: 767px) {
  .p-faq__item__body .childItem__main {
    gap: 8px 0;
  }
}
.p-faq__item__body .childItem__main dt {
  font-size: 17px;
  font-weight: 700;
}
.p-faq__item__body .childItem__main dd {
  line-height: 1.75;
}
@media (max-width: 767px) {
  .p-faq__item__body .childItem__main dd {
    font-size: 14px;
    line-height: 1.7;
  }
}/*# sourceMappingURL=style.css.map */