@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&display=swap");
body {
  color: #0C1F48;
}

/* -------------------------------------------- */
/* ----------------  Poppins  ----------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* ------------- Noto Sans CJK JP ------------- */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* ----------------- YuGothic ----------------- */
/* -------------------------------------------- */
body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以下で非表示*/
@media screen and (max-width: 780px) {
  .pc-only {
    display: none;
  }
}

/*モバイルのみ表示*/
.sp-only {
  display: none;
}
@media screen and (max-width: 780px) {
  .sp-only {
    display: block;
  }
}

/*画像の縦横比設定*/
img {
  width: 100%;
  height: auto;
  display: block;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.8;
}

/* 電話発信しない */
@media screen and (max-width: 780px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 1080px) {
  html {
    font-size: 1.4814814815vw;
  }
}
@media screen and (max-width: 780px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  max-width: 1130px;
  padding-right: 25px;
  padding-left: 25px;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
    max-width: 37.5rem;
  }
}

.inner2 {
  width: 100%;
  max-width: 898px;
  margin-inline: auto;
}

.footer {
  margin-top: 10.4375rem;
  padding-bottom: 11.875rem;
}
@media screen and (max-width: 780px) {
  .footer {
    margin-top: 2.875rem;
    padding-bottom: 1.75rem;
  }
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 780px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.25rem;
  }
}

@media screen and (max-width: 780px) {
  .footer__contents-contact {
    text-align: center;
  }
}

.footer__logo {
  width: 17rem;
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .footer__logo {
    margin-inline: auto;
  }
}

.footer__text {
  margin-top: 1.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .footer__text {
    margin-top: 1.25rem;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: initial;
  }
}

@media screen and (max-width: 780px) {
  .footer__list:nth-of-type(2) {
    margin-top: 3.4375rem;
  }
}

@media screen and (max-width: 780px) {
  .footer__list:nth-of-type(3) {
    margin-top: 0.9375rem;
  }
}

.footer__item:not(:first-of-type) {
  margin-top: 1.3125rem;
}
@media screen and (max-width: 780px) {
  .footer__item:not(:first-of-type) {
    margin-top: 0.9375rem;
  }
}

.footer__item-link {
  font-size: 1.125rem;
  color: #414141;
  font-weight: 500;
}

.footer__item-link:hover {
  color: #9D9D9D;
}

.footer__item.footer__item--sub {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 1rem;
}

.footer__item-lin--sub {
  font-weight: 300;
}

.footer__item.footer__item--function {
  margin-top: 1.5rem;
}
@media screen and (max-width: 780px) {
  .footer__item.footer__item--function {
    margin-top: 0.9375rem;
  }
}

.footer__item.footer__item--privacy {
  margin-top: 2.25rem;
}
@media screen and (max-width: 780px) {
  .footer__item.footer__item--privacy {
    margin-top: 0.9375rem;
  }
}

.footer__flight-logo {
  display: block;
  width: 29.6875rem;
  margin-inline: auto 0;
  margin-top: 3.75rem;
}
@media screen and (max-width: 780px) {
  .footer__flight-logo {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.header {
  height: initial;
  position: fixed;
  z-index: 9;
  width: 100%;
  max-width: 100vw;
  top: 0;
  left: 0;
  background-color: #EFFCFF;
}
.header::before {
  content: "";
  background-color: #FFF;
  position: absolute;
  width: 100%;
  height: inherit;
  top: 0;
  left: 0;
  -webkit-filter: blur(22px);
          filter: blur(22px);
  z-index: -1;
  opacity: 0.9;
}
@media screen and (max-width: 780px) {
  .header::before {
    content: none;
  }
}

.header__inner,
.header__right,
.header__nav,
.menu,
.menu-item,
.menu-item a {
  height: inherit;
}

.header__inner {
  width: 100%;
  padding: 25px 20px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .header__inner {
    display: block;
    background-color: #EFFCFF;
    padding-left: initial;
    padding-right: initial;
    padding-bottom: 0;
  }
}

.primo-obi {
  background-color: #ED7986;
  padding: 5px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.primo-obi a {
  color: #fff;
  text-decoration: underline;
}
.primo-obi a:hover {
  text-decoration: none;
}

.header__logo {
  width: 14.6875rem;
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .header__logo {
    width: 10.875rem;
    padding-top: 0;
    padding-bottom: 10px;
    margin-left: -0.3125rem;
    padding-left: 1.25rem;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 780px) {
  .header__right {
    background-color: #FFF;
    margin-inline: calc(50% - 50vi);
  }
}

.header__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.625rem;
}

.menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0C1F48;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.menu-item a:hover {
  color: #2458CF;
}

.header__contact {
  width: 20em;
}
.header__contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 780px) {
  .header__contact {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-block: 0.375rem;
    padding-inline: 1.25rem 0.625rem;
    background-color: #d6d6d6;
  }
}
.header__contact .btn-download {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  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;
  gap: 10px;
  padding: 8px 20px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  border-radius: 4px;
  background-color: #19A791;
}
.header__contact .btn-download span {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 3px;
  line-height: 1;
  color: #19A791;
  background-color: #fff;
  border-radius: 3px;
}

.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .header__tel {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header__tel img {
  width: 1.8125rem;
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .header__tel img {
    width: 2.625rem;
  }
}

.header__tel-dial {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .header__tel-dial {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.header__tel-dial span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
}

.header__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.125rem;
}

.header__contact-text {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .header__contact-text {
    width: 100%;
  }
}

.header__contact-text--white {
  color: #324E8D;
  border: 1px solid #80B6D3;
  border-radius: 0.8125rem 0 0 0.8125rem;
  padding: 0.625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  letter-spacing: 0.06em;
}

.header__contact-text--navy {
  background-color: #324E8D;
  color: #FFF;
  text-align: center;
  padding-block: 0.875rem;
  border-radius: 0 0.8125rem 0.8125rem 0;
  border: 1px solid #324E8D;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .header__contact-text--navy {
    border-radius: 0.625rem;
    padding-block: 0.625rem;
    padding-inline: 0.625rem 1.5rem;
    font-size: 1rem;
    position: relative;
  }
}

@media screen and (max-width: 780px) {
  .header__contact-text--navy::after {
    content: "";
    position: absolute;
    background-image: url(../image/icon/arrow-white.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 0.5rem;
    height: 0.6875rem;
    top: 50%;
    right: 0.3125rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.header__contact-link:hover .header__contact-text--white {
  background-color: #324E8D;
  color: #FFF;
  opacity: 1;
}

.header__contact-link:hover .header__contact-text--navy {
  background-color: white;
  color: #324E8D;
  border-radius: 0 0.625rem 0.625rem 0;
  opacity: 1;
}

.anchor {
  padding-top: 6.25rem;
  margin-top: -6.25rem;
}

.top-back {
  display: none;
}
@media screen and (max-width: 780px) {
  .top-back {
    display: block;
    background-color: #2458CF;
    text-align: center;
    color: #FFF;
    padding-block: 0.9375rem;
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.top-back:hover {
  color: #A8C3FF;
}

main {
  overflow: hidden;
}

.copyright {
  text-align: right;
  margin-top: 0.75rem;
}
@media screen and (max-width: 780px) {
  .copyright {
    text-align: center;
    margin-top: 1.625rem;
  }
}

.copyright-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #9D9D9D;
  letter-spacing: 0.02em;
  line-height: 2.8571428571;
}
@media screen and (max-width: 780px) {
  .copyright-text {
    font-size: 0.75rem;
    line-height: 3.3333333333;
  }
}

.floating {
  position: fixed;
  bottom: 9.375rem;
  right: 1.25rem;
  z-index: 10;
  width: 15em;
}
@media screen and (max-width: 780px) {
  .floating {
    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;
    width: initial;
    bottom: 0;
  }
}

.floating__close {
  position: absolute;
  top: -0.875rem;
  left: -0.5625rem;
  z-index: 11;
  width: 2.4375rem;
  height: 2.4375rem;
}

.floating-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  background-color: #DDDDDD;
  padding: 20px;
  border-radius: 10px;
}

.floating__link {
  -webkit-box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 0 2px 0 rgba(0, 0, 0, 0.25);
}

.floating__link.contact-menu__link {
  margin-top: 0;
}

.floating__link.contact-menu__link--download,
.floating__link.contact-menu__link--contact,
.floating__link.contact-menu__link--quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0.625rem;
  padding: 0 10px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.floating__link.contact-menu__link--download img,
.floating__link.contact-menu__link--contact img,
.floating__link.contact-menu__link--quote img {
  display: inline;
  width: inherit;
  height: 30px;
}
.floating__link.contact-menu__link--download::after,
.floating__link.contact-menu__link--contact::after,
.floating__link.contact-menu__link--quote::after {
  display: none;
}

.floating__link.contact-menu__link--download {
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  padding-bottom: 3px;
}

#js-floating-menu .floating__link.contact-menu__link--quote,
#js-floating-menu .floating__link.contact-menu__link--contact {
  width: calc(50% - 5px);
  background-color: #2458CF;
}
#js-floating-menu .floating__link.contact-menu__link--quote {
  background-color: #02A791;
}
#js-floating-menu .floating-text {
  width: 100%;
  text-align: center;
  color: #324E8D;
  font-size: 1rem;
}

#js-floating-menu,
#js-page-top {
  display: none;
}

.page-top {
  position: fixed;
  bottom: 3.125rem;
  right: 3.125rem;
  z-index: 99;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #2458CF;
  background-color: #FFF;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 780px) {
  .page-top {
    width: 2.25rem;
    height: 2.25rem;
    bottom: 4.5rem;
    right: 1rem;
  }
}

.page-top__link {
  color: #2458CF;
  text-transform: uppercase;
  display: block;
  margin-top: 0.625rem;
  margin-inline: auto;
  text-align: center;
  font-size: 0.75rem;
  -webkit-transition: color 0.3s ease, margin-top 0.3s ease;
  transition: color 0.3s ease, margin-top 0.3s ease;
}
@media screen and (max-width: 780px) {
  .page-top__link {
    margin-top: 0.3125rem;
  }
}

.page-top__link-img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-inline: auto;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
@media screen and (max-width: 780px) {
  .page-top__link-img {
    -webkit-transition: top 0.3s ease 0.3s;
    transition: top 0.3s ease 0.3s; /* 0.3秒の遅延を追加 */
  }
}

.page-top__link-img g {
  fill: #2458CF;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease; /* 色変更のトランジション */
}

.page-top:hover {
  background-color: #2458CF;
  overflow: hidden;
  cursor: pointer;
}

.page-top:hover .page-top__link {
  color: #FFF;
  margin-top: initial;
}

.page-top:hover .page-top__link-img g {
  fill: #FFF; /* 矢印の色を変更 */
}

.page-top:hover .page-top__link-img {
  top: -1.5625rem; /* 矢印を上に移動 */
}

.feature {
  margin-top: 9.375rem;
}
@media screen and (max-width: 780px) {
  .feature {
    margin-top: 2.5rem;
  }
}

.feature__wrapper {
  text-align: center;
}

.feature__title-sub1 {
  background-color: #324E8D;
  color: #FFF;
  border-radius: 1.875rem;
  position: relative;
  display: inline-block;
  min-width: 10rem;
  max-width: 100%;
  padding: 0.5625rem 1.625rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 780px) {
  .feature__title-sub1 {
    font-size: 1rem;
  }
}

.feature__title-sub1::before {
  content: "";
  position: absolute;
  top: 85%;
  left: 50%;
  margin-left: -0.9375rem;
  border: 0.9375rem solid transparent;
  border-top: 0.9375rem solid #324E8D;
}

.feature__title {
  margin-top: 1rem;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #324E8D;
}
@media screen and (max-width: 780px) {
  .feature__title {
    margin-top: 1.375rem;
    font-size: 1.875rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}

.feature__title-sub2 {
  position: relative;
  display: inline-block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  padding-inline: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .feature__title-sub2 {
    font-size: 1.125rem;
    line-height: 2.2222222222;
    letter-spacing: 0.03em;
    margin-bottom: initial;
  }
}

.feature__title-sub2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1875rem;
  height: 100%;
  background-color: #0C1F48;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media screen and (max-width: 780px) {
  .feature__title-sub2::before {
    left: 0.375rem;
    top: 0.6875rem;
    height: 60%;
    -webkit-transform: rotate(-36deg);
            transform: rotate(-36deg);
  }
}

.feature__title-sub2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.1875rem;
  height: 100%;
  background-color: #0C1F48;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (max-width: 780px) {
  .feature__title-sub2::after {
    right: 0.375rem;
    top: 0.6875rem;
    height: 60%;
    -webkit-transform: rotate(36deg);
            transform: rotate(36deg);
  }
}

.feature__message {
  text-align: center;
  color: #324E8D;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
}
@media screen and (max-width: 780px) {
  .feature__message {
    font-size: 1rem;
    line-height: 1.875;
    margin-top: 0.875rem;
  }
}

.feature__message-sub {
  margin-top: 2.375rem;
  color: #0C1F48;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .feature__message-sub {
    margin-top: 1.3125rem;
    display: block;
    margin-bottom: 0.8125rem;
  }
}

.feature__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3.625rem;
}
@media screen and (max-width: 780px) {
  .feature__list {
    grid-template-columns: 1fr;
    gap: 1.5625rem;
    margin-top: 2.375rem;
  }
}

.feature__item {
  border: 0.25rem solid #A2B5DE;
  border-radius: 3.625rem;
  padding: 0.3125rem 0.4375rem 2.125rem;
}
@media screen and (max-width: 780px) {
  .feature__item {
    border-radius: 0.9375rem;
    padding-block: 1.3125rem;
    padding-inline: 1.4375rem 1.1875rem;
  }
}

.feature__item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 9.375rem;
}
@media screen and (max-width: 780px) {
  .feature__item-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.875rem;
    height: initial;
  }
}

.feature__item-number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  color: #324E8D;
  position: relative;
  margin-left: 2.5rem;
}
@media screen and (max-width: 780px) {
  .feature__item-number {
    font-size: 1.6875rem;
    margin-left: 1.25rem;
  }
}

.feature__item-number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.375rem;
  height: 4.375rem;
  background-color: #324E8D;
  border-radius: 50%;
  z-index: -3;
}
@media screen and (max-width: 780px) {
  .feature__item-number::before {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.feature__item-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  background-color: #FFF;
  border-radius: 50%;
  z-index: -2;
}
@media screen and (max-width: 780px) {
  .feature__item-number::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.feature__item-title {
  color: #324E8D;
  font-size: 1.25rem;
}

.feature__item-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}

.feature__desc {
  margin-top: 2.9375rem;
  text-align: center;
  color: #324E8D;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}
@media screen and (max-width: 780px) {
  .feature__desc {
    margin-top: 2.4375rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.feature__image {
  margin-top: 4rem;
  width: 25.125rem;
  max-width: 100%;
  margin-inline: auto;
  background-color: #EFEFEF;
  padding: 1.625rem;
  border: 1px solid #777777;
  border-radius: 0.5625rem;
}
@media screen and (max-width: 780px) {
  .feature__image {
    margin-top: 2.5625rem;
    padding: 1.625rem 0.625rem;
  }
}

.feature__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 780px) {
  .feature__image-container {
    -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;
  }
}

.feature__image-logo-ec {
  width: 11.1875rem;
}

.feature__image-logo-yt {
  width: 9.4375rem;
}

.feature__image-link-text {
  margin-top: 0.4375rem;
  font-size: 1.125rem;
  color: #414141;
  position: relative;
}
@media screen and (max-width: 780px) {
  .feature__image-link-text {
    font-size: 1.0625rem;
  }
}

.feature__image-link-text::after {
  content: "";
  position: absolute;
  background: url(../image/icon/arrow-black.svg);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 780px) {
  .feature__image-link-text::after {
    right: -0.5rem;
  }
}

.problem {
  margin-top: 10.625rem;
}
@media screen and (max-width: 780px) {
  .problem {
    margin-top: 6.0625rem;
  }
}

.problem__bg {
  background-image: url(../image/img/problem-bg.jpg);
  padding-bottom: 31.25rem;
}
@media screen and (max-width: 780px) {
  .problem__bg {
    background-image: none;
    background-color: #EFEFEF;
    padding-bottom: initial;
  }
}

@supports (background-image: url(../image/img/problem-bg.webp)) {
  .problem__bg {
    background-image: url(../image/img/problem-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@supports (background-image: url(../image/img/problem-bg.webp)) {
  @media screen and (max-width: 780px) {
    .problem__bg {
      background-image: none;
    }
  }
}
.problem__title {
  color: #324E8D;
  font-size: 1.875rem;
  letter-spacing: 0.06em;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9.1875rem;
}
@media screen and (max-width: 780px) {
  .problem__title {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5rem;
    padding-top: 2.25rem;
  }
}

.problem__list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 780px) {
  .problem__list-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 1.875rem;
  }
}

.problem__items-left {
  display: grid;
  gap: 2.625rem;
  width: 50%;
}
@media screen and (max-width: 780px) {
  .problem__items-left {
    width: 100%;
    gap: 1.875rem;
  }
}

.problem__item {
  background-color: #FFF;
  border-radius: 2.3125rem;
  padding: 1.9375rem 1.3125rem 2.125rem 6.25rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.5;
  position: relative;
  color: #324E8D;
}
@media screen and (max-width: 780px) {
  .problem__item {
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 1.0625rem 1.0625rem 1.625rem 4.6875rem;
    border-radius: 0.9375rem;
  }
}

.problem__item::before {
  content: "";
  position: absolute;
  background-image: url(../image/icon/check.png);
  top: 20%;
  left: 1.875rem;
  width: 4.6875rem;
  height: 3.875rem;
}
@media screen and (max-width: 780px) {
  .problem__item::before {
    left: 0.75rem;
    width: 4rem;
  }
}

@supports (background-image: url(../image/icon/check.webp)) {
  .problem__item::before {
    background-image: url(../image/icon/check.webp);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.problem__items-right {
  display: grid;
  gap: 2.625rem;
  width: 50%;
}
@media screen and (max-width: 780px) {
  .problem__items-right {
    width: 100%;
    gap: 1.875rem;
  }
}

.problem__content {
  margin-top: -21.875rem;
  background-color: #FFF;
  border-radius: 2.3125rem;
}
@media screen and (max-width: 780px) {
  .problem__content {
    padding-top: 1.875rem;
    border-radius: initial;
    background-color: #EFEFEF;
    margin-top: initial;
  }
}

.problem__content-wrapper {
  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 (max-width: 780px) {
  .problem__content-wrapper {
    border-radius: 0.9375rem 0.9375rem 0 0;
    background-color: #FFF;
  }
}

.problem__content-img {
  width: 15.9375rem;
  height: 15.9375rem;
  max-width: 100%;
  position: relative;
  top: -2.625rem;
}
@media screen and (max-width: 780px) {
  .problem__content-img {
    width: 84%;
    height: initial;
    position: initial;
  }
}

.problem__content-title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .problem__content-title {
    font-size: 1.6875rem;
    letter-spacing: initial;
    padding-top: 0.625rem;
  }
}

.problem__content-title-ec {
  color: #324E8D;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-size: 2.25rem;
}

.problem__content-title span {
  font-size: 1.875rem;
}
@media screen and (max-width: 780px) {
  .problem__content-title span {
    font-size: 1.6875rem;
  }
}

.problem__content-title span.pc-only {
  font-size: 2.25rem;
}
@media screen and (max-width: 780px) {
  .problem__content-title span.pc-only {
    font-size: 1.6875rem;
  }
}

.problem__message {
  margin-top: 4rem;
  text-align: center;
  color: #777777;
  font-size: 1.625rem;
  line-height: 1.5384615385;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .problem__message {
    margin-top: initial;
    background-color: #FFF;
    font-size: 1.5rem;
    line-height: 1.4166666667;
    padding-top: 1.5rem;
    text-align: left;
    padding-inline: 1rem;
  }
}

.problem__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 62.5rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 6.9375rem;
}
@media screen and (max-width: 780px) {
  .problem__content-block {
    margin-top: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 2.5rem;
    background-color: #FFF;
  }
}

.problem__text {
  width: 28.6875rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
}
@media screen and (max-width: 780px) {
  .problem__text {
    margin-top: 2.3125rem;
    margin-inline: calc(50% - 50vi);
    background-color: #FFF;
    font-size: 1rem;
    width: initial;
    padding-inline: 2.125rem;
    line-height: 1.5;
  }
}

.problem__text-bold {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}

.problem__text-navy {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  color: #324E8D;
}

.problem__content-block-img {
  width: 41.5rem;
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .problem__content-block-img {
    width: 19.1875rem;
  }
}

.case-study {
  margin-top: 5.125rem;
}
@media screen and (max-width: 780px) {
  .case-study {
    margin-top: 3rem;
  }
}

.case-study__wrapper {
  background-color: #324E8D;
  border-radius: 2.8125rem;
  padding-block: 5.0625rem 6.0625rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 780px) {
  .case-study__wrapper {
    border-radius: initial;
    padding-block: 2.8125rem 3.8125rem;
  }
}

.case-study__title {
  color: #FFF;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 780px) {
  .case-study__title {
    font-size: 1.375rem;
    line-height: 1.8181818182;
    text-align: center;
  }
}

.case-study__text {
  margin-top: 2.125rem;
  color: #FFF;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
@media screen and (max-width: 780px) {
  .case-study__text {
    margin-top: 2.3125rem;
    font-size: 1.0625rem;
    line-height: 1.5882352941;
    padding-inline: 1rem;
  }
}

.case-study__item {
  background-color: #FFF;
  padding: 0.9375rem 1.5625rem 2.1875rem;
  border-radius: 1.875rem;
}
.case-study__image {
  width: 17rem;
  height: 13.75rem;
}

.case-study__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.case-study__body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 780px) {
  .case-study__body {
    margin-top: 1.125rem;
  }
}

.case-study__body-title {
  width: 12.75rem;
  margin-inline: auto;
  font-size: 1.25rem;
  color: #000;
  height: 4.375rem;
}
@media screen and (max-width: 780px) {
  .case-study__body-title {
    font-size: 1rem;
    text-align: center;
    width: initial;
  }
}

.case-study__body-title-sub {
  color: #324E8D;
}

.case-study__body-text {
  margin-top: 1.875rem;
  color: #777777;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 780px) {
  .case-study__body-text {
    margin-top: 0.3125rem;
  }
}

.case-study__btn {
  width: 25.75rem;
  background-color: #324E8D;
  color: #FFF;
  border: 1px solid #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 3.5625rem;
  margin-inline: auto;
  font-size: 1.125rem;
  padding-block: 1.25rem;
  border-radius: 2.0625rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  .case-study__btn {
    margin-top: 2.4375rem;
    width: 20.9375rem;
  }
}

.case-study__btn::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/arrow-navy.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
}

.case-study__btn:hover {
  background-color: #FFF;
  color: #324E8D;
}

.case-study__btn:hover::after {
  background-image: url(../image/icon/arrow-navy-hover.svg);
}

.section-title {
  font-size: 5rem;
  line-height: 0.825;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  .section-title {
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

.section-title.section-title--right {
  text-align: right;
}
@media screen and (max-width: 780px) {
  .section-title.section-title--right {
    text-align: center;
  }
}

@media screen and (max-width: 780px) {
  .section-title.section-title--center {
    text-align: center;
  }
}

.casestudy-slider {
  margin-top: 2.5rem;
}

.casestudy-slider__container {
  position: relative;
}

.casestudy-slider__arrows {
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.casestudy-slider__arrows button img {
  width: 0.5625rem;
  height: 1.25rem;
}

.casestudy-slider__wrapper {
  width: 100%;
  max-width: 62.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .casestudy-slider__wrapper {
    padding-inline: 1.125rem;
  }
}

.btn {
  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;
  font-size: 1.25rem;
  border-radius: 1.875rem;
}
@media screen and (max-width: 780px) {
  .btn {
    font-size: 1rem;
  }
}

.point {
  margin-top: 11.6875rem;
}
@media screen and (max-width: 780px) {
  .point {
    margin-top: 2.5625rem;
  }
}

.point__title {
  text-align: center;
  font-size: 2.125rem;
  letter-spacing: 0.1em;
  color: #324E8D;
}
@media screen and (max-width: 780px) {
  .point__title {
    text-align: left;
    font-size: 1.875rem;
    line-height: 1.4333333333;
    letter-spacing: -0.03em;
  }
}

.point__title span {
  color: #24A8B5;
}

.point__subtitle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.1875rem;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 780px) {
  .point__subtitle-wrapper {
    margin-top: 2.3125rem;
    gap: 1.125rem;
  }
}

.point__subtitle {
  font-size: 1.5rem;
  line-height: 1.125;
  letter-spacing: 0.05em;
  position: relative;
  color: #324E8D;
}
@media screen and (max-width: 780px) {
  .point__subtitle {
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
  }
}

.point__subtitle::before {
  content: "";
  position: absolute;
  background-image: url(../image/icon/pass.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 4.125rem;
}
@media screen and (max-width: 780px) {
  .point__subtitle::before {
    height: 3.625rem;
    top: 79%;
  }
}

.point__bg {
  padding-bottom: 9.6875rem;
  background-image: url(../image/img/point-bg.jpg);
}
@media screen and (max-width: 780px) {
  .point__bg {
    background-image: none;
    padding-bottom: initial;
  }
}

@supports (background-image: url(../image/img/point-bg.webp)) {
  .point__bg {
    background-image: url(../image/img/point-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@supports (background-image: url(../image/img/point-bg.webp)) {
  @media screen and (max-width: 780px) {
    .point__bg {
      background-image: none;
    }
  }
}
.point__container {
  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;
  color: #324E8D;
  gap: 10.3125rem;
  padding-top: 9.875rem;
}
@media screen and (max-width: 780px) {
  .point__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.6875rem;
    padding-top: initial;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-inline: initial;
    gap: initial;
  }
}

.point__container-title {
  font-size: 2.125rem;
  width: 60%;
}
@media screen and (max-width: 780px) {
  .point__container-title {
    font-size: 1.625rem;
    line-height: 1.3461538462;
    width: 100%;
    padding-left: 1.25rem;
  }
}

.point__text {
  font-size: 1.25rem;
  padding-left: 2.125rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  width: 50%;
}
@media screen and (max-width: 780px) {
  .point__text {
    background-color: #EFEFEF;
    padding-top: 2.25rem;
    font-size: 1.0625rem;
    line-height: 1.5882352941;
    margin-inline: calc(50% - 50vi);
    padding-inline: 20px;
    width: initial;
  }
}

.point__list {
  display: grid;
  gap: 3.625rem;
  margin-top: 5.9375rem;
  width: 78.125rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .point__list {
    margin-top: initial;
    background-color: #EFEFEF;
    margin-inline: calc(50% - 50vi);
    padding-inline: 20px;
    width: initial;
    max-width: initial;
    padding-top: 2rem;
    gap: 1.6875rem;
    padding-bottom: 3rem;
  }
}

.point__item {
  padding-block: 2.1875rem 2.4375rem;
  padding-inline: 7.1875rem 5.3125rem;
  background-color: #324E8D;
  color: #FFF;
  border-radius: 1.8125rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  .point__item {
    padding-block: 0.6875rem 1.5rem;
    padding-inline: 1.4375rem 1rem;
    border-radius: 0.9375rem;
  }
}

.point__item::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 5.1875rem;
  height: 5.1875rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 780px) {
  .point__item::before {
    width: 4.0625rem;
    height: 4.375rem;
  }
}

.point__item:nth-of-type(1):before {
  background-image: url(../image/img/point01.png);
}

@supports (background-image: url(../image/img/point01.webp)) {
  .point__item:nth-of-type(1):before {
    background-image: url(../image/img/point01.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.point__item:nth-of-type(2):before {
  background-image: url(../image/img/point02.png);
}

@supports (background-image: url(../image/img/point02.webp)) {
  .point__item:nth-of-type(2):before {
    background-image: url(../image/img/point02.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.point__item:nth-of-type(3):before {
  background-image: url(../image/img/point03.png);
}

@supports (background-image: url(../image/img/point03.webp)) {
  .point__item:nth-of-type(3):before {
    background-image: url(../image/img/point03.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.point__item-title {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .point__item-title {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: 4.25rem;
  }
}

.point__item-text {
  margin-top: 1.9375rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 780px) {
  .point__item-text {
    margin-top: 1.0625rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.function__bg {
  background-image: url(../image/img/function-bg.jpg);
  padding-bottom: 5rem;
}
@media screen and (max-width: 780px) {
  .function__bg {
    background-image: none;
    padding-bottom: initial;
  }
}

@supports (background-image: url(../image/img/function-bg.webp)) {
  .function__bg {
    background-image: url(../image/img/function-bg.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  @media screen and (max-width: 780px) {
    .function__bg {
      background-image: none;
    }
  }
}
.function__container {
  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;
  gap: 10.3125rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 780px) {
  .function__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.375rem;
    gap: initial;
    padding-top: initial;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.function__container-title {
  font-size: 2.125rem;
  color: #24A8B5;
  width: 60%;
}
@media screen and (max-width: 780px) {
  .function__container-title {
    font-size: 1.625rem;
    line-height: 1.3461538462;
    width: 100%;
  }
}

.function__text {
  font-size: 1.25rem;
  color: #324E8D;
  font-weight: 500;
  width: 50%;
}
@media screen and (max-width: 780px) {
  .function__text {
    background-color: #CCE9EB;
    padding-top: 2.25rem;
    font-size: 1.0625rem;
    line-height: 1.5882352941;
    margin-inline: calc(50% - 50vi);
    padding-inline: 20px 0.9375rem;
    width: initial;
  }
}

.function__list {
  display: grid;
  gap: 0.625rem;
  margin-top: 6.0625rem;
}
@media screen and (max-width: 780px) {
  .function__list {
    gap: 1.3125rem;
    background-color: #CCE9EB;
    margin-top: initial;
    margin-inline: calc(50% - 50vi);
    padding-inline: 20px;
    padding-top: 2.125rem;
    padding-bottom: 3.0625rem;
  }
}

.function__list.function__list--under {
  gap: 4.375rem;
}
@media screen and (max-width: 780px) {
  .function__list.function__list--under {
    background-color: #FFF;
    gap: 1.3125rem;
  }
}

.function__item {
  background-color: #FFF;
  border-radius: 8.125rem 7.1875rem 7.1875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 17.0625rem;
}
@media screen and (max-width: 780px) {
  .function__item {
    border-radius: 0.9375rem;
    padding: 1.6875rem 0.6875rem 2.5625rem 1.25rem;
    height: initial;
  }
}

.function__list--under .function__item {
  background-color: #F5F5F5;
}

.function__item-img {
  width: 17.0625rem;
  max-width: 100%;
  height: 17.0625rem;
}

.function__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.function__item-text {
  padding-top: 2rem;
  padding-left: 2.4375rem;
  width: 70%;
}
@media screen and (max-width: 780px) {
  .function__item-text {
    padding-top: initial;
    padding-left: initial;
    width: 100%;
  }
}

.function__item-title {
  color: #324E8D;
  font-size: 1.5rem;
}

.function__item-desc {
  margin-top: 0.3125rem;
  color: #777777;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.8333333333;
}
@media screen and (max-width: 780px) {
  .function__item-desc {
    margin-top: 0.9375rem;
    line-height: 1.5;
    font-size: 1rem;
  }
}

.function__btn {
  display: block;
  margin-top: 0.625rem;
  color: #FFF;
  border-radius: 1.4375rem;
  padding: 0.5625rem 0 0.75rem 1.5rem;
  font-size: 0.75rem;
  position: relative;
  width: 20.8125rem;
}
@media screen and (max-width: 780px) {
  .function__btn {
    margin-top: 1.5625rem;
    width: initial;
  }
}

.function__btn::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/arrow-white.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  right: 1.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 1.25rem;
}

.function__btn.function__btn--orange {
  background-color: #D69C77;
}

.function__btn.function__btn--orange:hover {
  color: #863910;
}

.function__btn.function__btn--orange:hover.function__btn--orange::after {
  background-image: url(../image/icon/function/arrow-orange.svg);
}

.function__btn.function__btn--yellow {
  background-color: #BEBB6F;
}

.function__btn.function__btn--yellow:hover {
  color: #6A6600;
}

.function__btn.function__btn--yellow:hover.function__btn--yellow::after {
  background-image: url(../image/icon/function/arrow-yellow.svg);
}

.function__btn.function__btn--skyblue {
  background-color: #8DC9D6;
}

.function__btn.function__btn--skyblue:hover {
  color: #04738D;
}

.function__btn.function__btn--skyblue:hover.function__btn--skyblue::after {
  background-image: url(../image/icon/function/arrow-skyblue.svg);
}

.function__btn.function__btn--purple {
  background-color: #7890C6;
}

.function__btn.function__btn--purple:hover {
  color: #2C4683;
}

.function__btn.function__btn--purple:hover.function__btn--purple::after {
  background-image: url(../image/icon/function/arrow-purple.svg);
}

.function__btn.function__btn--pink {
  background-color: #CCB7CB;
}

.function__btn.function__btn--pink:hover {
  color: #9F376C;
}

.function__btn.function__btn--pink:hover.function__btn--pink::after {
  background-image: url(../image/icon/function/arrow-pink.svg);
}

.function__btn.function__btn--gray {
  background-color: #C1B7B5;
}

.function__btn.function__btn--gray:hover {
  color: #746664;
}

.function__btn.function__btn--gray:hover.function__btn--gray::after {
  background-image: url(../image/icon/function/arrow-gray.svg);
}

.function__btn.function__btn--light-yellow {
  background-color: #CDDDAA;
}

.function__btn.function__btn--light-yellow:hover {
  color: #538112;
}

.function__btn.function__btn--light-yellow:hover.function__btn--light-yellow::after {
  background-image: url(../image/icon/function/arrow-light-yellow.svg);
}

.function__btn.function__btn--green {
  background-color: #8FC4A4;
}

.function__btn.function__btn--green:hover {
  color: #378155;
}

.function__btn.function__btn--green:hover.function__btn--green::after {
  background-image: url(../image/icon/function/arrow-green.svg);
}

.function__btn.function__btn--red {
  background-color: #E2B3B3;
}

.function__btn.function__btn--red:hover {
  color: #7E4141;
}

.function__btn.function__btn--red:hover.function__btn--red::after {
  background-image: url(../image/icon/function/arrow-red.svg);
}

.function__btn.function__btn--light-yellow .sp-only {
  display: inline;
}

.function__back {
  color: #324E8D;
  display: block;
  text-align: right;
  margin-top: 2.25rem;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 780px) {
  .function__back {
    text-align: center;
  }
}

.function__back:hover {
  color: #2458CF;
}

.function__back::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/arrow-blue.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 0.625rem;
  height: 0.625rem;
  top: 50%;
  right: -2.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .function__back::after {
    right: 5.625rem;
  }
}

.function__btn-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 10.3125rem;
}
@media screen and (max-width: 780px) {
  .function__btn-list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 4.5625rem;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 780px) {
  .function__btn-list .function__btn {
    margin-top: initial;
  }
}

.column {
  margin-top: 7.125rem;
}
@media screen and (max-width: 780px) {
  .column {
    margin-top: 1.75rem;
  }
}

.column__wrapper {
  margin-top: 0.3125rem;
  border-radius: 2.8125rem;
  padding-block: 4.375rem 6.875rem;
  border: 0.375rem solid #0C1F48;
}
@media screen and (max-width: 780px) {
  .column__wrapper {
    border-radius: initial;
    padding-block: 2.3125rem 4.625rem;
  }
}

.column__title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .column__title {
    font-size: 1.375rem;
    line-height: 1.5;
    text-align: center;
  }
}

.column__text {
  margin-top: 2.125rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 780px) {
  .column__text {
    margin-top: 2.3125rem;
    font-size: 1.0625rem;
    line-height: 1.5882352941;
  }
}

.column__item {
  padding: 0.9375rem 1.5625rem 2.1875rem;
  border-radius: 1.875rem;
  background-color: #EFEFEF;
}
@media screen and (max-width: 780px) {
  .column__item {
    background-color: #E2EBFF;
    border-radius: 0.9375rem;
    padding: 1.9375rem 1rem 2.5rem;
  }
}

.column__image {
  width: 17rem;
  height: 13.75rem;
}

.column__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.column__body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 780px) {
  .column__body {
    margin-top: initial;
  }
}

.column__body-title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  width: 12.75rem;
  margin-inline: auto;
  font-size: 1.25rem;
  color: #000;
  height: 4.375rem;
}
@media screen and (max-width: 780px) {
  .column__body-title {
    width: initial;
    text-align: center;
    font-size: 1rem;
    height: initial;
  }
}

.column__body-text {
  margin-top: 1.875rem;
  color: #777777;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (max-width: 780px) {
  .column__body-text {
    margin-top: 2.125rem;
  }
}

.column__btn {
  width: 25.75rem;
  background-color: #0C1F48;
  color: #FFF;
  border: 1px solid #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 3.5625rem;
  margin-inline: auto;
  font-size: 1.125rem;
  padding-block: 1.25rem;
  border-radius: 2.0625rem;
  position: relative;
  border: 0.125rem solid #0C1F48;
}
@media screen and (max-width: 780px) {
  .column__btn {
    margin-top: 5.3125rem;
    width: 20.9375rem;
  }
}

.column__btn::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/arrow-navy.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  right: 3.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 780px) {
  .column__btn::after {
    right: 2.375rem;
  }
}

.column__btn:hover {
  background-color: #FFF;
  color: #324E8D;
}

.column__btn:hover::after {
  background-image: url(../image/icon/arrow-navy-hover.svg);
}

.column-slider {
  margin-top: 2.5rem;
}

.column-slider__container {
  position: relative;
}

.column-slider__arrows {
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.column-slider__arrows button img {
  width: 0.5625rem;
  height: 1.25rem;
}

.column-slider__wrapper {
  width: 100%;
  max-width: 75rem;
  margin-inline: auto;
}

.top-news {
  margin-top: 12.5rem;
}
@media screen and (max-width: 780px) {
  .top-news {
    margin-top: 3.5rem;
  }
}

.top-news__guide {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 780px) {
  .top-news__guide {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 1.9375rem;
  }
}

.top-news__guide span {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
}

.news-table {
  margin-top: 3.75rem;
}
@media screen and (max-width: 780px) {
  .news-table {
    margin-top: 2.625rem;
  }
}

.news-table__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: 1.5rem;
  padding-left: 2.375rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 2.3125rem;
}
@media screen and (max-width: 780px) {
  .news-table__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem;
    border-radius: 0.9375rem;
  }
}

.news-table__link:nth-child(odd) {
  background-color: #F5F5F5;
}

.news-table__link:nth-child(even) {
  background-color: #E0E0E0;
}

.news-table__time {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #0C1F48;
}

.news-table__title {
  margin-left: 8.125rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #0C1F48;
}
@media screen and (max-width: 780px) {
  .news-table__title {
    margin-left: initial;
    font-size: 1.0625rem;
  }
}

.news-table__title:hover {
  color: #1B3F93;
}

.contact {
  margin-top: 15.25rem;
  background-color: #0C1F48;
  border-radius: 2.8125rem;
  padding-block: 5.625rem 7.4375rem;
  margin-inline: 1.25rem;
}
@media screen and (max-width: 780px) {
  .contact {
    margin-top: 5rem;
    border-radius: initial;
    padding-block: 2.25rem 3.3125rem;
    margin-inline: initial;
  }
}

.contact__inner {
  max-width: 77.5rem;
}
@media screen and (max-width: 780px) {
  .contact__inner {
    max-width: initial;
  }
}

.contact__title {
  text-align: center;
  color: #FFF;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .contact__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.contact__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8125rem;
  margin-top: 5.75rem;
}
@media screen and (max-width: 780px) {
  .contact__list {
    grid-template-columns: 1fr;
    gap: 1.3125rem;
    margin-top: 2.5625rem;
  }
}

.contact__item {
  background-color: #FFF;
  border-radius: 2.1875rem;
  border: 0.0625rem solid #FFF;
}

.contact__item-title {
  text-align: center;
  color: #FFF;
  padding-block: 1.5rem;
  border-radius: 2.1875rem 2.1875rem 0 0;
}
@media screen and (max-width: 780px) {
  .contact__item-title {
    font-size: 1.375rem;
    line-height: 1.8181818182;
    letter-spacing: 0.05em;
    padding-block: 1.1875rem;
  }
}

.contact__item-title.contact__item-title--download {
  background-color: #294177;
}

.contact__item-title.contact__item-title--tel {
  background-color: #48619A;
}

.contact__item-title.contact__item-title--mail {
  background-color: #6F86BC;
}

.contact__item-title.contact__item-title--estimate {
  background-color: #9EB3E5;
}

.contact__item-body {
  padding: 1.75rem 0.5rem 1.875rem;
  margin-inline: auto;
  height: 19.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .contact__item-body {
    height: initial;
  }
}

.contact__item-desc {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  color: #324E8D;
  font-size: 1rem;
}
@media screen and (max-width: 780px) {
  .contact__item-desc {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

@media screen and (max-width: 780px) {
  .contact__item-desc.contact__item-desc--tel {
    width: 13rem;
    margin-inline: auto;
  }
}

.contact__item-attention {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  color: #324E8D;
  font-size: 0.875rem;
}

.contact__item-btn {
  background-color: #324E8D;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding: 1.25rem;
  text-align: center;
  display: block;
  width: 100%;
  margin-inline: auto;
  border-radius: 1.75rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  .contact__item-btn {
    margin-top: 1.625rem;
    font-size: 1.125rem;
    padding-block: 0.9375rem;
  }
}

.contact__item-btn:hover {
  background-color: #6283CC;
}

.contact__item-btn::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/arrow-white.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  right: 0.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 1.25rem;
}
@media screen and (max-width: 780px) {
  .contact__item-btn::after {
    right: 1.8125rem;
  }
}

.contact__item-tel {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  border: 0.0625rem solid #324E8D;
  color: #324E8D;
  text-align: center;
  padding-block: 1.625rem 0.9375rem;
}
@media screen and (max-width: 780px) {
  .contact__item-tel {
    margin-top: 1.875rem;
    border-radius: 1.25rem;
    padding-block: 1.3125rem 0.9375rem;
  }
}

.contact__item-tel span {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
}

.fv {
  color: #000;
  margin-top: 1.9375rem;
}

.fv__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 5.625rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  .fv__title {
    font-size: 3.75rem;
    letter-spacing: 0.02em;
    padding-inline: 0.375rem;
  }
}

@media screen and (max-width: 780px) {
  .fv__title.fv__title--flow {
    text-align: center;
    color: #000;
  }
}

.fv__title span {
  display: block;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 780px) {
  .fv__title span {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    padding-left: 0.375rem;
  }
}

@media screen and (max-width: 780px) {
  .fv__title.fv__title--flow span {
    margin-top: 0.9375rem;
  }
}

.fv__title .fv__title-column {
  display: inline;
  font-size: 5.625rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 780px) {
  .fv__title .fv__title-column {
    font-size: 2.9375rem;
  }
}

.fv__sub-title {
  margin-top: 7.5625rem;
  font-size: 1.875rem;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .fv__sub-title {
    font-size: 1.375rem;
    letter-spacing: initial;
    margin-top: 2.0625rem;
  }
}

.fv__text {
  margin-top: 4.1875rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 780px) {
  .fv__text {
    margin-top: 2.5625rem;
    font-size: 1rem;
    letter-spacing: initial;
  }
}

@media screen and (max-width: 780px) {
  .fv__text.fv__text--center {
    text-align: center;
  }
}

@media screen and (max-width: 780px) {
  .fv__text.fv__text--price {
    margin-top: 5.625rem;
  }
}

.fv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.25rem;
  gap: 3.125rem;
}
@media screen and (max-width: 780px) {
  .fv__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.125rem;
  }
}

.fv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem 3.5rem;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #324E8D;
  color: #FFF;
  height: 5.75rem;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .fv__item {
    width: 100%;
  }
}

.fv__item::before {
  position: absolute;
  top: 50%;
  left: 1.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fv__item::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/plus.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  right: -2.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.75rem;
  height: 3.625rem;
}
@media screen and (max-width: 780px) {
  .fv__item::after {
    top: 93%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.fv__item:last-child:after {
  content: none;
}

.fv__item:nth-child(1):before {
  content: "➀";
  top: 30%;
}

.fv__item:nth-child(2):before {
  content: "➁";
}

.fv__item:nth-child(3):before {
  content: "➂";
}

.fv__desc {
  margin-top: 2.25rem;
}
@media screen and (max-width: 780px) {
  .fv__desc {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 3.375rem;
  }
}

.fv__note-items {
  margin-top: 3.5rem;
}
@media screen and (max-width: 780px) {
  .fv__note-items {
    margin-top: 0.9375rem;
  }
}

.fv__note {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  padding-left: 3.5rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  .fv__note {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    padding-left: 2.6875rem;
  }
}

.fv__note::before {
  position: absolute;
  top: 0;
  left: 0;
}

.fv__note:nth-of-type(1)::before {
  content: "（※1）";
}

.fv__note:nth-of-type(2)::before {
  content: "（※2）";
}

.fv__notice {
  font-size: 0.875rem;
  vertical-align: top;
}

.fv__post-title {
  font-size: 2.625rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 780px) {
  .fv__post-title {
    text-align: left;
  }
}

.fv-top {
  background-image: url(..image/fv/fv.jpg);
  height: 62.5rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  .fv-top {
    background-image: none;
    background-color: #A4CFE6;
    margin-inline: calc(50% - 50vi);
    padding-inline: 20px;
    height: 56.25rem;
  }
}

@supports (background-image: url(../image/fv/fv.webp)) {
  .fv-top {
    background-image: url(../image/fv/fv.webp);
    background-size: cover;
    background-position: 50px center;
    background-repeat: no-repeat;
  }
}
@supports (background-image: url(../image/fv/fv.webp)) {
  @media screen and (max-width: 780px) {
    .fv-top {
      background-image: none;
    }
  }
}
.fv-top__content {
  position: absolute;
  top: 13.75rem;
  right: 3.125rem;
  color: #000;
}
@media screen and (max-width: 780px) {
  .fv-top__content {
    position: initial;
    text-align: center;
    margin-top: 7.875rem;
  }
}

.fv-top__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 2.625rem;
}
@media screen and (max-width: 780px) {
  .fv-top__text {
    font-size: 1rem;
  }
}

.fv-top__text-sub {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: block;
  color: #20B1FF;
  margin: 10px 0 30px;
}
@media screen and (max-width: 780px) {
  .fv-top__text-sub {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.fv-top__title {
  font-size: 2.9375rem;
  line-height: 1.2553191489;
  letter-spacing: 0.15em;
  margin-top: 0.9375rem;
}

.fv-top__title-sub {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2727272727;
  letter-spacing: 0.1em;
  margin-top: 1.625rem;
}
@media screen and (max-width: 780px) {
  .fv-top__title-sub {
    font-size: 1.25rem;
    line-height: 2.5;
    letter-spacing: initial;
    margin-top: 0.9375rem;
  }
}

.fv-top__title-sub2 {
  font-size: 2.25rem;
  line-height: 1.25;
  letter-spacing: 0.012em;
  display: block;
}
@media screen and (max-width: 780px) {
  .fv-top__title-sub2 {
    display: none;
  }
}

.fv-top__img {
  display: block;
  width: 25.0625rem;
}

.fv-top__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-top__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 780px) {
  .fv-top__title-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.625rem;
  }
}

.fv-top__sp-image {
  margin-inline: calc(-120px - 8.4375rem);
}

.fv-top__sp-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/* 規模や戦略選べるBtoB EC構築製品ラインナップ */
.fv-lineup {
  margin: 0;
  padding-block: 2rem 3rem;
  background-color: #324E8D;
}
.fv-lineup .contact-menu__link {
  font-weight: 700;
  font-size: 18px;
}
.fv-lineup .contact__title {
  margin-bottom: 1em;
}
.fv-lineup .fv-lineup-inner {
  padding: 25px;
}
.fv-lineup .fv-lineup-box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media screen and (max-width: 780px) {
  .fv-lineup .fv-lineup-box-wrap {
    grid-template-columns: 1fr;
  }
}
.fv-lineup .fv-lineup-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 40px 25px;
  color: #324E8D;
}
.fv-lineup .fv-lineup-box .fv-lineup-flex {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1010px) {
  .fv-lineup .fv-lineup-box .fv-lineup-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .fv-lineup .fv-lineup-box .fv-lineup-flex > div {
    width: 100%;
    font-size: 16px !important;
  }
  .fv-lineup .fv-lineup-box .fv-lineup-flex > div span {
    margin: 0 2px;
  }
  .fv-lineup .fv-lineup-box .fv-lineup-flex > div br {
    display: none;
  }
}
.fv-lineup .fv-lineup-box .fv-lineup-flex > div {
  height: 100%;
  line-height: 1.2;
  color: #20B1FF;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  border: 2px solid #20B1FF;
  padding: 10px;
  border-radius: 5px;
}
.fv-lineup .fv-lineup-box .fv-lineup-flex > div span {
  font-size: 25px;
}

.fv-lineup .fv-lineup-box:last-child .fv-lineup-flex > div {
  color: #ED7986;
  border-color: #ED7986;
}

.fv-function__feature {
  margin-top: 4.3125rem;
  color: #777777;
  max-width: 75rem;
  width: 100%;
}

.fv-feature__feature-title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1.65;
}

.fv-function__feature-item {
  border: 0.0625rem solid #777777;
  display: inline-block;
  padding: 0.5625rem 0.9375rem;
  margin: 0.625rem;
  border-radius: 1.3125rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
}

.customize-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-top: 1.875rem;
  background-color: #FFF;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.875rem;
}

.customize-item__title {
  color: #FFF;
  padding-left: 1.25rem;
  padding-block: 0.625rem;
  font-size: 1.5rem;
}

.customize-item__title.customize-item__title--light-blue {
  background-color: #71b9e0;
}

.customize-item__title.customize-item__title--blue {
  background-color: #30b1ff;
}

.customize-item__title.customize-item__title--dark-blue {
  background-color: #3c90be;
}

.customize-item__text {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  padding-left: 1.25rem;
}

.customize-item__description {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: gray;
  padding-left: 1.25rem;
}

.flow {
  margin-top: 14.75rem;
}
@media screen and (max-width: 780px) {
  .flow {
    margin-top: 3.5625rem;
  }
}

.flow__list {
  margin-block: 8.6875rem 1.75rem;
}
@media screen and (max-width: 780px) {
  .flow__list {
    margin-block: 2.1875rem 1.875rem;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
@media screen and (max-width: 780px) {
  .flow__item {
    margin-top: 0.625rem;
  }
}

.flow__item-arrow {
  color: #FFF;
  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;
  width: 30%;
  background-image: url(../image/icon/flow-arrow-blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1.4375rem;
}
@media screen and (max-width: 780px) {
  .flow__item-arrow {
    color: #324E8D;
    background-image: none;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1rem;
  }
}

.flow__item-arrow.flow__item-arrow--green {
  background-image: url(../image/icon/flow-arrow-green.svg);
}
@media screen and (max-width: 780px) {
  .flow__item-arrow.flow__item-arrow--green {
    background-image: none;
    color: #24A8B5;
  }
}

.flow__item-arrow-img {
  display: none;
}
@media screen and (max-width: 780px) {
  .flow__item-arrow-img {
    display: block;
  }
}

.flow__item-wrapper {
  width: 100%;
}

.flow__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 780px) {
  .flow__item-header {
    gap: 0.25rem;
    margin-bottom: 0.625rem;
  }
}

.flow__item-header-title {
  width: 50%;
  text-align: center;
  padding-block: 0.9375rem;
  border-radius: 0.9375rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.0588235294;
  color: #00206A;
}
@media screen and (max-width: 780px) {
  .flow__item-header-title {
    font-size: 1.0625rem;
    line-height: 0.7058823529;
    padding-block: 0.5rem;
  }
}

.flow__item-header-title.flow__item-header-title--pink {
  background-color: #E2B3B3;
}

.flow__item-header-title.flow__item-header-title--blue {
  background-color: #80B6D3;
}

.flow__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .flow__item-content {
    gap: 0.25rem;
  }
}

.flow__item-block {
  padding: 2rem 1rem;
  width: 50%;
  border-radius: 0.9375rem;
  min-height: 19.375rem;
}
@media screen and (max-width: 780px) {
  .flow__item-block {
    padding: 1.25rem 0.9375rem;
    min-height: initial;
    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;
  }
}

.flow__item-block--pink {
  background-color: #FFEFEF;
}

.flow__item-block--blue {
  background-color: #D9ECF7;
}

.flow__item-block--purple {
  background-color: #DFD5E5;
  width: 100%;
}

.flow__item-block-heading {
  text-align: center;
  margin-bottom: 1.75rem;
  font-size: 1.625rem;
  line-height: 1.3846153846;
  color: #00206A;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .flow__item-block-heading {
    margin-bottom: initial;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.flow__item-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.375rem;
}
@media screen and (max-width: 780px) {
  .flow__item-block-content {
    display: none;
  }
}

.flow__item-block-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.7;
  position: relative;
  padding-left: 1rem;
  color: #00206A;
}
@media screen and (max-width: 780px) {
  .flow__item-block-text {
    display: none;
  }
}

.flow__item-block-text::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.flow__item-block--release {
  width: 16rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .flow__item-block--release {
    width: 100%;
  }
}

.flow__note {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: #00206A;
  margin-left: 45%;
}
@media screen and (max-width: 780px) {
  .flow__note {
    margin-left: initial;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

.industry {
  margin-top: 16.0625rem;
}
@media screen and (max-width: 780px) {
  .industry {
    margin-top: 4.25rem;
  }
}

.industry__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 780px) {
  .industry__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
  }
}

.industry__item {
  width: 50%;
  background-color: #EFEFEF;
  border-radius: 2.1875rem;
}
@media screen and (max-width: 780px) {
  .industry__item {
    width: 100%;
    border-radius: 0.9375rem;
  }
}

.industry__title {
  margin-top: 2.875rem;
  text-align: center;
  color: #414141;
  font-size: 2.5rem;
  line-height: 0.675;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .industry__title {
    margin-top: 1.6875rem;
    font-size: 1.375rem;
    line-height: 0.5454545455;
  }
}

.industry__content {
  margin-top: 2.8125rem;
  margin-inline: auto;
  height: 14.875rem;
  padding-inline: 1.125rem;
}
@media screen and (max-width: 780px) {
  .industry__content {
    margin-top: 1.75rem;
    padding-inline: 0.8125rem;
    height: initial;
  }
}

.industry__feature {
  border: 0.0625rem solid #777777;
  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;
  padding-block: 1.0625rem 1.3125rem;
  border-radius: 2.1875rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7727272727;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .industry__feature {
    padding-block: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}

.industry__feature.industry__feature--main {
  width: 18.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .industry__feature.industry__feature--main {
    width: 9.375rem;
  }
}

.industry__feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem;
  margin-top: 0.875rem;
}
@media screen and (max-width: 780px) {
  .industry__feature-list {
    gap: 0.1875rem 0.625rem;
    margin-top: 0.375rem;
  }
}

.industry__link {
  color: #FFF;
  padding-block: 2.0625rem;
  border-radius: 0 0 2.1875rem 2.1875rem;
  background-color: #578AFF;
  font-size: 1.125rem;
  line-height: 1.0384615385;
  margin-top: 9.0625rem;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .industry__link {
    margin-top: 1.1875rem;
    padding-block: 0.9375rem;
    border-radius: 0 0 0.9375rem 0.9375rem;
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media screen and (max-width: 780px) {
  .industry__link.industry__link--retail {
    margin-top: 4.6875rem;
  }
}

.industry__link:hover {
  background-color: #2458CF;
}

.industry__link::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/arrow-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.9375rem;
  height: 1.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.industry__link.industry__link--manufacturing::after {
  right: 3.25rem;
}
@media screen and (max-width: 780px) {
  .industry__link.industry__link--manufacturing::after {
    right: 2.375rem;
  }
}

.industry__link.industry__link--retail::after {
  right: 0.75rem;
}

.manufacturing {
  margin-top: 13.375rem;
}
@media screen and (max-width: 780px) {
  .manufacturing {
    margin-top: 7.625rem;
  }
}

.manufacturing__title {
  text-align: center;
  width: 62.5rem;
  max-width: 100%;
  color: #FFF;
  border-radius: 7.5rem;
  margin-inline: auto;
  background-image: url(../image/img/manufacturing.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-block: 5.6875rem;
  font-size: 2.5rem;
  line-height: 0.675;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .manufacturing__title {
    margin-inline: calc(50% - 50vw);
    background-image: none;
    border-radius: initial;
    padding-block: 12.625rem 3.75rem;
    background-color: #000;
    position: relative;
    max-width: initial;
    width: 100vw;
  }
}

@supports (background-image: url(../image/img/manufacturing.webp)) {
  .manufacturing__title {
    background-image: url(../image/img/manufacturing.webp);
  }
  @media screen and (max-width: 780px) {
    .manufacturing__title {
      background-image: none;
    }
  }
}
@media screen and (max-width: 780px) {
  .manufacturing__title::before {
    content: "";
    position: absolute;
    background-image: url(../image/img/manufacturing-sp.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15rem;
    height: 15rem;
    top: -6.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@supports (background-image: url(../image/img/manufacturing-sp.webp)) {
  @media screen and (max-width: 780px) {
    .manufacturing__title::before {
      background-image: url(../image/img/manufacturing-sp.webp);
    }
  }
}
.manufacturing__image {
  margin-top: 3.1875rem;
  width: 5.9375rem;
  height: 5.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .manufacturing__image {
    margin-top: 2.4375rem;
  }
}

.manufacturing__content {
  margin-top: 6.25rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  row-gap: 5.3125rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 780px) {
  .manufacturing__content {
    margin-top: 2.5625rem;
    row-gap: 1.25rem;
    -webkit-column-gap: initial;
       -moz-column-gap: initial;
            column-gap: initial;
  }
}

.manufacturing__item {
  border: 0.1875rem solid #1E51C6;
  border-radius: 1.3125rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 780px) {
  .manufacturing__item {
    border-radius: 0.9375rem;
    padding-bottom: 2.5rem;
  }
}

.manufacturing__item-title {
  color: #1E51C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 1.5625rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.9230769231;
  border-bottom: 3px solid #1E51C6;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-title {
    padding-block: 0.5625rem 0.8125rem;
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.manufacturing__item-text {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #000;
  height: 21.375rem;
  padding-inline: 1.25rem;
  padding-top: 2.25rem;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-text {
    font-size: 1rem;
    line-height: 1.5;
    height: initial;
    padding-inline: 0.9375rem;
    padding-top: 1.3125rem;
  }
}

.manufacturing__item-links {
  margin-top: 2.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6875rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-links {
    margin-top: 1.8125rem;
    gap: 1.3125rem;
  }
}

.manufacturing__item-link-single {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 19.9375rem;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link-single {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: initial;
  }
}

.manufacturing__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  border-radius: 8.125rem;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  background-color: rgba(0, 0, 0, 0.4);
  border: 3px solid rgba(0, 0, 0, 0);
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    text-align: center;
    padding-block: 1.3125rem;
  }
}

@media screen and (max-width: 780px) {
  .manufacturing__item-link.manufacturing__item-link--organization {
    background-color: #7890C6;
  }
}

@media screen and (max-width: 780px) {
  .manufacturing__item-link.manufacturing__item-link--cooperation {
    background-color: #CCB7CB;
  }
}

@media screen and (max-width: 780px) {
  .manufacturing__item-link.manufacturing__item-link--supplier {
    background-color: #8DC9D6;
  }
}

@media screen and (max-width: 780px) {
  .manufacturing__item-link.manufacturing__item-link--stock {
    background-color: #8FC4A4;
  }
}

@media screen and (max-width: 780px) {
  .manufacturing__item-link.manufacturing__item-link--quotation {
    background-color: #CDDDAA;
  }
}

@media screen and (max-width: 780px) {
  .manufacturing__item-link.manufacturing__item-link--column {
    background-color: #979797;
  }
}

@media screen and (max-width: 780px) {
  .manufacturing__item-link-icon {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .manufacturing__item-link.manufacturing__item-link--quotation {
    text-align: left;
    padding-inline: 2.875rem;
  }
}

.manufacturing__item-link:hover {
  background-color: #FFF;
}

.manufacturing__item-link--organization:hover {
  color: #7890C6;
  border: 3px solid #7890C6;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link--organization:hover {
    color: #FFF;
    background-color: #7890C6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: initial;
  }
}

.manufacturing__item-link--organization:hover .manufacturing__item-link-icon {
  background-color: #7890C6;
}

.manufacturing__item-link--cooperation:hover {
  color: #CCB7CB;
  border: 3px solid #CCB7CB;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link--cooperation:hover {
    color: #FFF;
    background-color: #CCB7CB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: initial;
  }
}

.manufacturing__item-link--cooperation:hover .manufacturing__item-link-icon {
  background-color: #CCB7CB;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link--cooperation:hover .manufacturing__item-link-icon {
    display: block;
  }
}

.manufacturing__item-link--supplier:hover {
  color: #8DC9D6;
  border: 3px solid #8DC9D6;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link--supplier:hover {
    color: #FFF;
    background-color: #8DC9D6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: initial;
  }
}

.manufacturing__item-link--supplier:hover .manufacturing__item-link-icon {
  background-color: #8DC9D6;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link--supplier:hover .manufacturing__item-link-icon {
    display: block;
  }
}

.manufacturing__item-link--stock:hover {
  color: #8FC4A4;
  border: 3px solid #8FC4A4;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link--stock:hover {
    color: #FFF;
    background-color: #8FC4A4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: initial;
  }
}

.manufacturing__item-link--stock:hover .manufacturing__item-link-icon {
  background-color: #8FC4A4;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link--stock:hover .manufacturing__item-link-icon {
    display: block;
  }
}

.manufacturing__item-link--quotation:hover {
  color: #CDDDAA;
  border: 3px solid #CDDDAA;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link--quotation:hover {
    color: #FFF;
    background-color: #CDDDAA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: initial;
    padding-inline: initial;
  }
}

.manufacturing__item-link--quotation:hover .manufacturing__item-link-icon {
  background-color: #CDDDAA;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link--quotation:hover .manufacturing__item-link-icon {
    display: block;
  }
}

.manufacturing__item-link--column:hover {
  color: #81756A;
  border: 3px solid #81756A;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link--column:hover {
    background-color: #FFC400;
    border: 3px solid #FFC400;
    color: #FFF;
  }
}

.manufacturing__item-link--column:hover .manufacturing__item-link-icon {
  background-color: #81756A;
}

.manufacturing__item-link-icon {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link-icon {
    width: 4.375rem;
    height: 4.375rem;
  }
}

.manufacturing__item-link-icon img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.manufacturing__item-link-text {
  width: 8.125rem;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link-text {
    width: 100%;
  }
}

.manufacturing__more-link {
  background-color: #578AFF;
  color: #FFF;
  border-radius: 0;
  padding-block: 2.0625rem;
  width: 46.25rem;
  margin-inline: auto;
  margin-top: 11.25rem;
  border-radius: 3.125rem;
  font-size: 1.625rem;
  line-height: 1.0384615385;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .manufacturing__more-link {
    width: 100%;
    margin-top: 3.625rem;
    font-size: 1rem;
    line-height: 1.5;
    padding-block: 1.6875rem;
    padding-inline: 2.8125rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.manufacturing__more-link::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/arrow-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.8125rem;
  height: 1.3125rem;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .manufacturing__more-link::after {
    right: 2.4375rem;
  }
}

.manufacturing__more-link:hover {
  background-color: #2458CF;
}

.retail {
  margin-top: 13.375rem;
}
@media screen and (max-width: 780px) {
  .retail {
    margin-top: 9.875rem;
  }
}

.retail__title {
  text-align: center;
  width: 62.5rem;
  max-width: 100%;
  color: #FFF;
  border-radius: 7.5rem;
  margin-inline: auto;
  background-image: url(../image/img/retail.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-block: 5.6875rem;
  font-size: 2.5rem;
  line-height: 0.675;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .retail__title {
    margin-inline: calc(50% - 50vw);
    background-image: none;
    width: 100%;
    border-radius: initial;
    padding-block: 12.625rem 3.75rem;
    background-color: #000;
    position: relative;
    max-width: initial;
    width: 100vw;
  }
}

@supports (background-image: url(../image/img/retail.webp)) {
  .retail__title {
    background-image: url(../image/img/retail.webp);
  }
  @media screen and (max-width: 780px) {
    .retail__title {
      background-image: none;
    }
  }
}
@media screen and (max-width: 780px) {
  .retail__title::before {
    content: "";
    position: absolute;
    background-image: url(../image/img/retail-sp.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15rem;
    height: 15rem;
    top: -6.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@supports (background-image: url(../image/img/retail-sp.webp)) {
  @media screen and (max-width: 780px) {
    .retail__title::before {
      background-image: url(../image/img/retail-sp.webp);
    }
  }
}
.retail__image {
  margin-top: 3.1875rem;
  width: 5.9375rem;
  height: 5.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .retail__image {
    margin-top: 2.4375rem;
  }
}

.retail__content {
  margin-top: 6.25rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  row-gap: 5.3125rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 780px) {
  .retail__content {
    margin-top: 2.5625rem;
    row-gap: 1.25rem;
    -webkit-column-gap: initial;
       -moz-column-gap: initial;
            column-gap: initial;
    grid-template-columns: 1fr;
  }
}

.retail__content-child {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2.5rem;
  margin-top: 5.3125rem;
  width: 51rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .retail__content-child {
    margin-top: 1.25rem;
    width: 100%;
    grid-template-columns: 1fr;
  }
}

.retail__item {
  border: 0.1875rem solid #1E51C6;
  border-radius: 1.3125rem;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 780px) {
  .retail__item {
    border-radius: 0.9375rem;
    padding-bottom: 2.5rem;
  }
}

.retail__item-title {
  color: #1E51C6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 1.5625rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.9230769231;
  border-bottom: 3px solid #1E51C6;
}
@media screen and (max-width: 780px) {
  .retail__item-title {
    padding-block: 0.5625rem 0.8125rem;
    font-size: 1.375rem;
    line-height: 1.4545454545;
  }
}

.retail__item-text {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #000;
  height: 21.375rem;
  padding-inline: 1.25rem;
  padding-top: 2.25rem;
}
@media screen and (max-width: 780px) {
  .retail__item-text {
    font-size: 1rem;
    line-height: 1.5;
    height: initial;
    padding-inline: 0.9375rem;
    padding-top: 1.3125rem;
  }
}

.retail__item-links {
  margin-top: 2.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6875rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 780px) {
  .retail__item-links {
    margin-top: 1.8125rem;
    gap: 1.3125rem;
  }
}

.retail__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  border-radius: 8.125rem;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  background-color: rgba(0, 0, 0, 0.4);
  border: 3px solid rgba(0, 0, 0, 0);
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .retail__item-link {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    text-align: center;
    padding-block: 1.3125rem;
  }
}

@media screen and (max-width: 780px) {
  .retail__item-link.manufacturing__item-link--organization {
    background-color: #7890C6;
  }
}

@media screen and (max-width: 780px) {
  .retail__item-link.retail__item-link--market {
    background-color: #BEBB6F;
  }
}

@media screen and (max-width: 780px) {
  .retail__item-link.manufacturing__item-link--cooperation {
    background-color: #CCB7CB;
  }
}

@media screen and (max-width: 780px) {
  .retail__item-link.retail__item-link--multilingual {
    background-color: #C1B7B5;
  }
}

@media screen and (max-width: 780px) {
  .retail__item-link.manufacturing__item-link--column {
    background-color: #979797;
  }
}

.retail__item-link.manufacturing__item-link--column:hover {
  color: #81756A;
  border: 3px solid #81756A;
}
@media screen and (max-width: 780px) {
  .retail__item-link.manufacturing__item-link--column:hover {
    background-color: #FFC400;
    border: 3px solid #FFC400;
    color: #FFF;
  }
}

@media screen and (max-width: 780px) {
  .retail__item-link-icon {
    display: none;
  }
}

.retail__item-link:hover {
  background-color: #FFF;
}

@media screen and (max-width: 780px) {
  .manufacturing__item-link--organization:hover {
    color: #FFF;
    background-color: #7890C6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: initial;
  }
}

.manufacturing__item-link--organization:hover .retail__item-link-icon {
  background-color: #7890C6;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link--organization:hover .retail__item-link-icon {
    display: block;
  }
}

.retail__item-link--market:hover {
  color: #BEBB6F;
  border: 3px solid #BEBB6F;
}
@media screen and (max-width: 780px) {
  .retail__item-link--market:hover {
    color: #FFF;
    background-color: #BEBB6F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: initial;
  }
}

.retail__item-link--market:hover .retail__item-link-icon {
  background-color: #BEBB6F;
}
@media screen and (max-width: 780px) {
  .retail__item-link--market:hover .retail__item-link-icon {
    display: block;
  }
}

@media screen and (max-width: 780px) {
  .manufacturing__item-link--cooperation:hover {
    color: #FFF;
    background-color: #CCB7CB;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: initial;
  }
}

.manufacturing__item-link--cooperation:hover .retail__item-link-icon {
  background-color: #CCB7CB;
}
@media screen and (max-width: 780px) {
  .manufacturing__item-link--cooperation:hover .retail__item-link-icon {
    display: block;
  }
}

.retail__item-link--multilingual:hover {
  color: #C1B7B5;
  border: 3px solid #C1B7B5;
}
@media screen and (max-width: 780px) {
  .retail__item-link--multilingual:hover {
    color: #FFF;
    background-color: #C1B7B5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: initial;
  }
}

.retail__item-link--multilingual:hover .retail__item-link-icon {
  background-color: #C1B7B5;
}
@media screen and (max-width: 780px) {
  .retail__item-link--multilingual:hover .retail__item-link-icon {
    display: block;
  }
}

.retail__item-link-icon {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .retail__item-link-icon {
    width: 4.375rem;
    height: 4.375rem;
  }
}

.retail__item-link-icon img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.retail__item-link-text {
  width: 8.125rem;
}
@media screen and (max-width: 780px) {
  .retail__item-link-text {
    width: 100%;
  }
}

.retail__more-link {
  background-color: #578AFF;
  color: #FFF;
  border-radius: 0;
  padding-block: 2.0625rem;
  width: 46.25rem;
  margin-inline: auto;
  margin-top: 11.25rem;
  border-radius: 3.125rem;
  font-size: 1.625rem;
  line-height: 1.0384615385;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .retail__more-link {
    width: 100%;
    margin-top: 3.625rem;
    font-size: 1rem;
    line-height: 1.5;
    padding-block: 1.6875rem;
    padding-inline: 4.1875rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.retail__more-link::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/arrow-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.8125rem;
  height: 1.3125rem;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .retail__more-link::after {
    right: 4.0625rem;
  }
}

.retail__more-link:hover {
  background-color: #2458CF;
}

.casestudy {
  margin-top: 8.25rem;
}
@media screen and (max-width: 780px) {
  .casestudy {
    margin-top: 5rem;
  }
}

.casestudy__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.625rem;
     -moz-column-gap: 1.625rem;
          column-gap: 1.625rem;
  row-gap: 3.375rem;
}
@media screen and (max-width: 780px) {
  .casestudy__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.casestudy__pagination {
  margin-top: 8.3125rem;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .casestudy__pagination {
    margin-top: 2.5rem;
  }
}

.casestudy__more {
  background-color: #578AFF;
  color: #FFF;
  padding-block: 2.0625rem;
  width: 31.25rem;
  margin-inline: auto;
  margin-top: 10.625rem;
  border-radius: 3.125rem;
  font-size: 1.625rem;
  line-height: 1.0384615385;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .casestudy__more {
    width: 100%;
    margin-top: 3.125rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.casestudy__more::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/arrow-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.8125rem;
  height: 1.3125rem;
  top: 50%;
  right: 5.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .casestudy__more::after {
    right: 4.375rem;
  }
}

.casestudy__more:hover {
  background-color: #2458CF;
}

.card__item {
  background-color: #EFEFEF;
  border-radius: 1.5625rem;
}
@media screen and (max-width: 780px) {
  .card__item {
    border-radius: 0.9375rem;
  }
}

.card__item-image {
  padding: 0.8125rem;
}
@media screen and (max-width: 780px) {
  .card__item-image {
    display: none;
  }
}

.card__item-img {
  display: block;
  border-radius: 0.9375rem;
  height: 203px;
}

.card__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.card__item-content {
  margin-top: 3.125rem;
  padding-inline: 1.125rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 780px) {
  .card__item-content {
    margin-top: 1.5rem;
    padding-inline: 1.8125rem;
    padding-bottom: 1.6875rem;
  }
}

.card__item-title {
  text-align: center;
  font-size: 1.3125rem;
  line-height: 1.125;
  color: #414141;
  height: 1.875rem;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .card__item-title {
    font-size: 1.1875rem;
    line-height: 1;
    height: initial;
  }
}

.card__item-text {
  margin-top: 3.0625rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .card__item-text {
    margin-top: 1.5625rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.b2bec {
  margin-top: 12.5rem;
}
@media screen and (max-width: 780px) {
  .b2bec {
    margin-top: 4.1875rem;
  }
}

.b2bec__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 780px) {
  .b2bec__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.b2bec__pagination {
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .b2bec__pagination {
    margin-top: 2.3125rem;
  }
}

.b2bec__pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.b2bec__pagination-item {
  border: 1px solid black;
  padding-inline: 0.625rem;
  margin-top: 1.25rem;
  display: inline-block;
}

.faq-index {
  margin-top: 22.375rem;
}
@media screen and (max-width: 780px) {
  .faq-index {
    margin-top: 4.5rem;
  }
}

.faq-index__title {
  color: #20B1FF;
  background-color: #414141;
  border-radius: 0.9375rem 0.9375rem 0 0;
  display: inline-block;
  padding: 1.125rem 5.5625rem;
  width: 18.8125rem;
  text-align: center;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.375rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .faq-index__title {
    display: block;
    width: 18.75rem;
    margin-inline: auto;
    font-size: 1.25rem;
    padding-block: 0.6875rem;
  }
}

.faq-index__content {
  margin-top: 0.3125rem;
  background-color: #414141;
  border-radius: 0 1.1875rem 1.1875rem 1.1875rem;
  padding: 1.875rem 2.3125rem;
  display: grid;
  gap: 3.625rem;
}
@media screen and (max-width: 780px) {
  .faq-index__content {
    margin-inline: calc(50% - 50vi);
    padding-inline: 0.625rem;
    border-radius: initial;
    padding-block: 0.625rem;
    gap: 0.6875rem;
  }
}

.faq-index__section {
  background-color: #EFEFEF;
  padding-bottom: 4.3125rem;
}
@media screen and (max-width: 780px) {
  .faq-index__section {
    padding-bottom: 1.5625rem;
    border-radius: 0.9375rem;
  }
}

.faq-index__section-title {
  color: #FFF;
  font-size: 1.625rem;
  line-height: 2.1538461538;
  background-color: #414141;
  display: inline-block;
  padding: 1.125rem 3.6875rem 1.3125rem 1.4375rem;
  border-radius: 0 0 1.1875rem 0;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .faq-index__section-title {
    font-size: 1.25rem;
    line-height: 2.8;
    padding: 0 4.625rem 0.25rem 1.4375rem;
    border-radius: 0 0 0.9375rem 0;
  }
}

.faq-index__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 780px) {
  .faq-index__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.3125rem;
    margin-top: 1.25rem;
    padding-inline: 0.625rem;
  }
}

.faq-index__wrapper.faq-index__wrapper--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4rem;
}
@media screen and (max-width: 780px) {
  .faq-index__wrapper.faq-index__wrapper--start {
    margin-top: initial;
  }
}

.faq-index__list {
  display: grid;
  gap: 0.9375rem;
  width: 45%;
}
@media screen and (max-width: 780px) {
  .faq-index__list {
    width: 100%;
    gap: 1.3125rem;
  }
}

.faq-index__item {
  background-color: #FFF;
  padding-block: 0.875rem;
  padding-inline: 0.75rem 1rem;
  line-height: 1.35;
  position: relative;
}

.faq-index__item::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/arrow-skyblue.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.9375rem;
  height: 1.25rem;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-index__link {
  color: #777777;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 500;
}

.faq-index__link:hover {
  color: #20B1FF;
}

.faq {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 780px) {
  .faq {
    margin-top: 2.8125rem;
  }
}

.faq__title {
  background-color: #F5F5F5;
  border-radius: 0.9375rem 0.9375rem 0 0;
  display: inline-block;
  padding: 2rem 3.1875rem 1.75rem;
  width: 30rem;
  text-align: center;
  color: #414141;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .faq__title {
    display: block;
    width: 18.75rem;
    margin-inline: auto;
    font-size: 1.25rem;
    padding: 0.625rem 0;
  }
}

.faq__list {
  margin-top: 0.3125rem;
  background-color: #F5F5F5;
  padding: 4.75rem 3.75rem 4.4375rem;
  border-radius: 0 1.1875rem 1.1875rem 1.1875rem;
  display: grid;
  gap: 0.9375rem;
}
@media screen and (max-width: 780px) {
  .faq__list {
    margin-top: initial;
    margin-inline: calc(50% - 50vi);
    padding-inline: 20px;
    padding-block: 1.375rem 1.9375rem;
    border-radius: initial;
  }
}

.faq__question {
  background-color: #FFF;
  padding-block: 1.75rem;
  padding-left: 5.3125rem;
  position: relative;
  border-radius: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.125;
  color: #777777;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .faq__question {
    padding-block: 1.25rem;
    padding-inline: 3.9375rem 1.0625rem;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}

.faq__question::before {
  content: "Q";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.875rem;
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .faq__question::before {
    left: 1.125rem;
  }
}

.faq__question::after {
  content: "";
  position: absolute;
  background-color: #20B1FF;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.25rem;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .faq__question::after {
    width: 2.375rem;
    height: 2.375rem;
    left: 0.6875rem;
  }
}

.faq__answer {
  margin-top: 1.125rem;
  background-color: #FFF;
  padding-block: 1.75rem;
  padding-inline: 5.3125rem 0.625rem;
  position: relative;
  border-radius: 0.9375rem;
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #777777;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .faq__answer {
    margin-top: 0.9375rem;
    padding-block: 1rem;
    padding-inline: 3.9375rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.faq__answer::before {
  content: "A";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.875rem;
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .faq__answer::before {
    left: 1.125rem;
  }
}

.faq__answer::after {
  content: "";
  position: absolute;
  background-color: #ED939A;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.6875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.25rem;
  z-index: 1;
}
@media screen and (max-width: 780px) {
  .faq__answer::after {
    width: 2.375rem;
    height: 2.375rem;
    left: 0.6875rem;
  }
}

.faq__link {
  display: block;
  background-color: #414141;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.9375rem;
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1.5;
  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;
  padding-block: 0.625rem;
  padding-inline: 2.375rem 4.375rem;
  margin-top: 1.4375rem;
  border: 1px solid #414141;
  position: relative;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 780px) {
  .faq__link {
    padding-inline: 0.875rem 2.1875rem;
  }
}

.faq__link::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/arrow-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 50%;
  right: 2.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .faq__link::after {
    right: 0.875rem;
  }
}

.faq__link:hover {
  color: #414141;
  background-color: #FFF;
}

.faq__link:hover.faq__link::after {
  background-image: url(../image/icon/arrow-black2.svg);
}

.news {
  margin-top: 10.9375rem;
}
@media screen and (max-width: 780px) {
  .news {
    margin-top: 4.5rem;
  }
}

.news__list {
  display: grid;
  gap: 1.25rem;
  width: 88.75rem;
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .news__list {
    gap: 0.9375rem;
    width: 100%;
  }
}

.news__item {
  border-radius: 0.9375rem;
  padding: 2rem 2.5rem;
}
@media screen and (max-width: 780px) {
  .news__item {
    padding: 1.5rem 2.1875rem 1.1875rem 1rem;
  }
}

.news__item:nth-child(odd) {
  background-color: #F0F0F0;
}

.news__item:nth-child(even) {
  background-color: #D9D9D9;
}

.news__link {
  position: relative;
}

.news__link::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/arrow-navy.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .news__link::after {
    width: 1.6875rem;
    height: 1.6875rem;
    right: -1.625rem;
    top: 60%;
  }
}

.news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.375rem;
}
@media screen and (max-width: 780px) {
  .news__meta {
    gap: 0.75rem;
  }
}

.news__category-name {
  background-color: #000;
  border-radius: 0.8125rem;
  width: 11.875rem;
  text-align: center;
  color: #FFF;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6875;
}
@media screen and (max-width: 780px) {
  .news__category-name {
    width: 9.5625rem;
  }
}

.news__date {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.875;
}

.news__title {
  margin-top: 1.125rem;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #0C1F48;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .news__title {
    margin-top: 0.8125rem;
    font-size: 1.0625rem;
  }
}

.news_pagination {
  margin-top: 8.3125rem;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .news_pagination {
    margin-top: 1.875rem;
  }
}

.news__link:hover .news__title {
  color: #2458CF;
}

.partner {
  margin-top: 19.375rem;
}
@media screen and (max-width: 780px) {
  .partner {
    margin-top: 7.0625rem;
  }
}

.partner__item {
  display: grid;
  grid-template-columns: 50% 50%;
  -webkit-column-gap: 3.875rem;
     -moz-column-gap: 3.875rem;
          column-gap: 3.875rem;
  grid-template-areas: "partner-title partner-image" "partner-text partner-image" "partner-desc partner-image";
}
@media screen and (max-width: 780px) {
  .partner__item {
    grid-template-columns: 100%;
    grid-template-areas: "partner-title" "partner-text" "partner-image" "partner-desc";
  }
}

.partner__item:nth-child(2) {
  margin-top: 5.4375rem;
}

.partner__content.partner__content--third {
  width: 100%;
  margin-top: 5.4375rem;
}
@media screen and (max-width: 780px) {
  .partner__content.partner__content--third {
    margin-top: 4rem;
  }
}

.partner__title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 0.9117647059;
  color: #000;
}
@media screen and (max-width: 780px) {
  .partner__title {
    font-size: 2.0625rem;
  }
}

.partner__title-number {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 2.625rem;
  line-height: 0.7380952381;
  grid-area: partner-title;
  margin-right: 0.625rem;
}

.partner__text {
  margin-top: 4.5rem;
  color: #000;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.5;
  grid-area: partner-text;
}
@media screen and (max-width: 780px) {
  .partner__text {
    margin-top: 3.125rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding-inline: 0.875rem 0.75rem;
  }
}

.partner__desc {
  margin-top: 2.8125rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  color: #000;
  grid-area: partner-desc;
}
@media screen and (max-width: 780px) {
  .partner__desc {
    margin-top: 1.75rem;
    font-size: 1rem;
    line-height: 1.3333333333;
  }
}

.partner__image {
  background-color: #F5F5F5;
  padding: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: partner-image;
  border-radius: 2.1875rem;
}
@media screen and (max-width: 780px) {
  .partner__image {
    margin-top: 2.0625rem;
    margin-inline: calc(50% - 50vi);
    padding: 3.375rem 1.25rem 1.25rem;
    border-radius: initial;
  }
}

.partner__heading {
  text-align: center;
  margin-top: 7.3125rem;
  font-size: 1.5rem;
  line-height: 1.25;
}
@media screen and (max-width: 780px) {
  .partner__heading {
    margin-top: 3.8125rem;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.partner__solution {
  margin-inline: calc(50% - 50vi);
  background-color: #F5F5F5;
  padding-top: 5.3125rem;
  margin-top: 3.6875rem;
}
@media screen and (max-width: 780px) {
  .partner__solution {
    margin-top: 0.375rem;
    padding-top: 2.3125rem;
  }
}

.partner__solution-title {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  color: #414141;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .partner__solution-title {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}

.partner__solution-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 4.125rem;
  padding-inline: 3.375rem;
}
@media screen and (max-width: 780px) {
  .partner__solution-list {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    margin-top: 2.25rem;
    padding-inline: initial;
  }
}

.partner__solution-item {
  background-color: #FFF;
  border-radius: 1.5625rem;
  border: 0.0625rem solid #9D9D9D;
}
@media screen and (max-width: 780px) {
  .partner__solution-item {
    border-radius: 0.9375rem;
  }
}

.partner__solution-header {
  text-align: center;
  padding: 1.25rem;
}

.partner__solution-logo {
  display: block;
  margin-inline: auto;
  height: 5rem;
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .partner__solution-logo {
    height: 3.875rem;
  }
}

@media screen and (max-width: 780px) {
  .partner__solution-logo.partner__solution-logo--gmo {
    width: 100%;
  }
}

.partner__solution-logo.partner__solution-logo--portia {
  width: 20.5rem;
}
@media screen and (max-width: 780px) {
  .partner__solution-logo.partner__solution-logo--portia {
    width: 14rem;
  }
}

.partner__solution-logo.partner__solution-logo--paypal {
  width: 16.25rem;
}
@media screen and (max-width: 780px) {
  .partner__solution-logo.partner__solution-logo--paypal {
    width: 100%;
    height: 6.4375rem;
  }
}

.partner__solution-logo.partner__solution-logo--sbi {
  width: 13rem;
}
@media screen and (max-width: 780px) {
  .partner__solution-logo.partner__solution-logo--sbi {
    width: 8.875rem;
  }
}

.partner__solution-company {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 780px) {
  .partner__solution-company {
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}

.partner__solution-body {
  border-top: 0.0625rem solid #9D9D9D;
  padding: 1.6875rem;
}
@media screen and (max-width: 780px) {
  .partner__solution-body {
    padding: 1.875rem 0.9375rem;
  }
}

.partner__solution-text {
  height: 13.0625rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 780px) {
  .partner__solution-text {
    height: initial;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.partner__solution-link {
  display: block;
  text-align: center;
  color: #2458CF;
  margin-top: 3.8125rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .partner__solution-link {
    margin-top: 1.5625rem;
  }
}

.partner__other {
  margin-inline: calc(50% - 50vi);
  background-color: #F5F5F5;
  padding-block: 10rem;
}
@media screen and (max-width: 780px) {
  .partner__other {
    padding-block: 3.375rem 7.1875rem;
  }
}

.partner__other-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.6875rem;
  padding-inline: 3.375rem;
}
@media screen and (max-width: 780px) {
  .partner__other-wrapper {
    grid-template-columns: 1fr;
    gap: 3.75rem;
    padding-inline: 20px;
  }
}

.partner__other-title {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  color: #414141;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .partner__other-title {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}

.partner__other-content {
  margin-top: 4.125rem;
  background-color: #FFF;
  border-radius: 1.5625rem;
  border: 0.0625rem solid #9D9D9D;
}
@media screen and (max-width: 780px) {
  .partner__other-content {
    margin-top: 2.625rem;
    border-radius: 0.9375rem;
  }
}

.partner__other-header {
  text-align: center;
  padding: 1.25rem;
}

.partner__other-logo {
  display: block;
  height: 6.0625rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .partner__other-logo {
    height: initial;
  }
}

.partner__other-logo.partner__other-logo--oneslogi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partner__other-logo.partner__other-logo--unisearch {
  width: 17.125rem;
}
@media screen and (max-width: 780px) {
  .partner__other-logo.partner__other-logo--unisearch {
    width: 10.875rem;
  }
}

.partner__other-company {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  color: #000;
}
@media screen and (max-width: 780px) {
  .partner__other-company {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.partner__other-body {
  border-top: 0.0625rem solid #9D9D9D;
  padding: 3.125rem 4.125rem;
}
@media screen and (max-width: 780px) {
  .partner__other-body {
    padding: 1.875rem 0.9375rem;
  }
}

.partner__other-text {
  height: 13.0625rem;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 780px) {
  .partner__other-text {
    height: initial;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.partner__other-link {
  display: block;
  text-align: center;
  color: #2458CF;
  margin-top: 3.8125rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .partner__other-link {
    margin-top: 1.6875rem;
  }
}

.form {
  margin-top: 2.9375rem;
}
@media screen and (max-width: 780px) {
  .form {
    margin-top: 3.3125rem;
  }
}

.form__links {
  display: grid;
  gap: 0.3125rem;
}
@media screen and (max-width: 780px) {
  .form__links {
    gap: 1.25rem;
  }
}

.form__link-item {
  text-align: right;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.8888888889;
  letter-spacing: 0.04em;
  color: #000;
}
@media screen and (max-width: 780px) {
  .form__link-item {
    text-align: left;
    font-size: 1rem;
    line-height: 2.125;
    padding-left: 2.25rem;
  }
}

.form__link {
  color: #1B3F93;
  border: 1px solid #2458CF;
  border-radius: 0.9375rem;
  padding-block: 1rem;
  padding-right: 0.5rem;
  display: inline-block;
  width: 16.9375rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .form__link {
    width: 100%;
    margin-left: -1.375rem;
    padding-right: 2.8125rem;
  }
}

.form__link::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/arrow-blue.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.8125rem;
  height: 1.3125rem;
  top: 50%;
  right: 0.6875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}

.form__link:hover {
  color: #FFF;
  background-color: #2458CF;
}

.form__link:hover.form__link::after {
  background-image: url(../image/icon/arrow-white.svg);
}

.form__content {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .form__content {
    display: none;
  }
}

.form__message {
  background-color: #D9D9D9;
  padding: 1rem 1.25rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #414141;
  width: 40%;
  height: 8.125rem;
  border-radius: 1.5625rem 0 0 1.5625rem;
}

.form__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form__step {
  color: white;
  padding-inline: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6875;
  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;
  height: 8.125rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form__step:not(:first-child) {
  padding-left: 2.5rem;
}

.form__step:last-child {
  border-radius: 0 1.5625rem 1.5625rem 0;
}

.form__step.form__step--green1 {
  background-color: #79CBBE; /* 左端のカラー */
}

.form__step.form__step--green2 {
  background-color: #36AD9B; /* 真ん中のカラー */
}

.form__step.form__step--green3 {
  background-color: #118473; /* 右端のカラー */
}

.form__step.form__step--brown1 {
  background-color: #C9B19D; /* 左端のカラー */
}

.form__step.form__step--brown2 {
  background-color: #A58367; /* 真ん中のカラー */
}

.form__step.form__step--brown3 {
  background-color: #79512F; /* 右端のカラー */
}

.form__step.form__step--purple1 {
  background-color: #BCADE5; /* 左端のカラー */
}

.form__step.form__step--purple2 {
  background-color: #9984D3; /* 真ん中のカラー */
}

.form__step.form__step--purple3 {
  background-color: #7B61C4; /* 右端のカラー */
}

.form__step:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 3.75rem solid transparent;
  border-bottom: 3.75rem solid transparent;
}

.form__step.form__step--green2::before {
  border-left: 30px solid #79CBBE;
}

.form__step.form__step--green3::before {
  border-left: 30px solid #36AD9B;
}

.form__step.form__step--brown2::before {
  border-left: 30px solid #C9B19D;
}

.form__step.form__step--brown3::before {
  border-left: 30px solid #A58367;
}

.form__step.form__step--purple2::before {
  border-left: 30px solid #BCADE5;
}

.form__step.form__step--purple3::before {
  border-left: 30px solid #9984D3;
}

.form__note {
  margin-top: 2.9375rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .form__note {
    margin-top: 1.25rem;
    font-size: 0.9375rem;
    line-height: 1.5333333333;
  }
}

.form__table {
  border-collapse: separate;
  border-spacing: 10px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 780px) {
  .form__table {
    margin-top: 4.3125rem;
  }
}

@media screen and (max-width: 780px) {
  .form__table tbody {
    display: grid;
    gap: 1.25rem;
  }
}

@media screen and (max-width: 780px) {
  .form__row {
    display: block;
  }
}

.form__heading {
  background-color: #F5F5F5;
  width: 30%;
  padding: 1.5625rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #585858;
  border-radius: 0.9375rem;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .form__heading {
    display: block;
    width: 100%;
    padding: 0.4375rem 1.5625rem 0.6875rem;
    border-radius: 0.9375rem 0.9375rem 0 0;
  }
}

.form__required {
  color: #FFF;
  background-color: #DD5C36;
  margin-left: 0.8125rem;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  padding-inline: 0.4375rem;
  font-weight: 500;
}

.form__cell {
  width: 60%;
  padding: 1.0625rem 1.375rem;
  border-radius: 0.9375rem;
  color: #414141;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .form__cell {
    display: block;
    width: 100%;
    border-radius: 0 0 0.9375rem 0.9375rem;
    padding: 1.0625rem 0.9375rem;
  }
}

.form__cell--green {
  background-color: #DFF0EE;
}

.form__cell--brown {
  background-color: #F4ECE6;
}

.form__cell--purple {
  background-color: #E4DEF7;
}

.form__input {
  background-color: #FFF;
  padding: 0.5625rem 1.25rem;
  width: 70%;
  border-radius: 0.625rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .form__input {
    width: 100%;
    padding: 0.5625rem 0.3125rem;
    font-size: 0.875rem;
  }
}

.form__input-note {
  margin-left: 1.4375rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .form__input-note {
    margin-left: initial;
    text-align: right;
  }
}

@media screen and (max-width: 780px) {
  .form__input-note.form__input-note--textarea {
    display: block;
  }
}

.form__checkbox-group .wpcf7-checkbox {
  display: grid;
  gap: 0.875rem;
}

.form__checkbox-group input {
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0.1875rem;
  border: 1px solid #777777;
}

.form__checkbox-label {
  color: #414141;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}

.form__checkbox {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #ccc;
  margin-top: 0.25rem;
}

.form__input-checkbox-text {
  margin-top: 1.75rem;
}

.form__textarea {
  background-color: #FFF;
  padding: 0.5625rem 1.25rem;
  width: 70%;
}
@media screen and (max-width: 780px) {
  .form__textarea {
    width: 100%;
    border-radius: 0.625rem;
  }
}

.form__privacy {
  display: grid;
  gap: 1.125rem;
}

.form__privacy-text {
  color: #414141;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form__privacy-agree {
  margin-top: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .form__privacy-agree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    margin-top: 3.75rem;
  }
}

.form__privacy-agree-inner {
  border: 1px solid #DD5C36;
  padding-block: 0.625rem;
  padding-inline: 1.25rem 4.375rem;
  background-color: #FFF;
  border-radius: 0.625rem;
}
@media screen and (max-width: 780px) {
  .form__privacy-agree-inner {
    padding-inline: 1.375rem 2.625rem;
  }
}

.form__checkbox-text.form__checkbox-text--privacy {
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 0.1875rem;
  vertical-align: middle;
  margin: initial;
}

.form__privacy-notice {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .form__privacy-notice {
    width: 100%;
    text-align: right;
  }
}

.form__action-box input {
  display: block;
  margin-top: 6.75rem;
  width: 31.25rem;
  background-color: #DD5C36;
  border: 0.1875rem solid #DD5C36;
  text-align: center;
  margin-inline: auto;
  padding-block: 1.375rem;
  font-size: 1.5625rem;
  line-height: 0.9230769231;
  border-radius: 0.9375rem;
  color: #FFF;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .form__action-box input {
    width: 100%;
    margin-top: 3.625rem;
    padding-block: 1.125rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.form__action-box input:hover {
  background-color: #FFF;
  color: #DD5C36;
}

.wpcf7-list-item {
  display: block;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .wpcf7-list-item {
    margin-left: initial;
  }
}

.wpcf7 input::-webkit-input-placeholder {
  color: #B7B7B7;
}

.wpcf7 input::-moz-placeholder {
  color: #B7B7B7;
}

.wpcf7 input:-ms-input-placeholder {
  color: #B7B7B7;
}

.wpcf7 input::-ms-input-placeholder {
  color: #B7B7B7;
}

.wpcf7 input::placeholder {
  color: #B7B7B7;
}

@media screen and (max-width: 780px) {
  .wpcf7-list-item-label {
    font-size: 1rem;
  }
}

.post {
  margin-top: 2.5rem;
  color: #414141;
}

.post__inner {
  width: 38.75rem;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 780px) {
  .post__inner {
    width: initial;
    padding-inline: 1.25rem;
  }
}

.post p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  margin-inline: auto;
  margin-top: 2.25rem;
  line-height: 2.25rem;
  letter-spacing: 0.04em;
}

.post .wp-block-heading {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  margin-block: 1.875rem 0.9375rem;
}

.post table {
  width: 100%;
}

.post table td {
  padding: 1.25rem;
  border: none;
}

.post table td:nth-child(1) {
  background-color: #F5F5F5;
  border-radius: 0.9375rem;
}

.post table td:nth-child(2) {
  background-color: #DFF0EE;
  border-radius: 0.9375rem;
}

.post ul {
  list-style: disc;
  list-style-position: inside;
}

.post table {
  border-collapse: separate;
  border-spacing: 10px;
}

.post img {
  width: initial;
}
@media screen and (max-width: 780px) {
  .post img {
    width: 100%;
  }
}

.post .wp-block-image .aligncenter {
  display: block;
}

.post .wp-block-image figcaption {
  display: block;
  text-align: center;
}

.achievement {
  background-color: #EDF9FF;
  padding-block: 3.3125rem 3.0625rem;
  text-align: center;
  margin-top: 3.375rem;
}
@media screen and (max-width: 780px) {
  .achievement {
    margin-top: initial;
    margin-inline: calc(50% - 50vi);
    padding-block: 2.25rem 2.8125rem;
  }
}

.achievement__number {
  color: #24A8B5;
  position: relative;
  display: inline-block;
  padding-inline: 1.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 2.3076923077;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .achievement__number {
    padding-inline: 3.125rem;
    font-size: 1.375rem;
    line-height: 2.7272727273;
  }
}

.achievement__number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.375rem;
  height: 100%;
  background: #24A8B5;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media screen and (max-width: 780px) {
  .achievement__number::before {
    left: 0.1875rem;
    top: 0.6875rem;
    height: 61%;
  }
}

.achievement__number::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.375rem;
  height: 100%;
  background: #24A8B5;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media screen and (max-width: 780px) {
  .achievement__number::after {
    right: 0.1875rem;
    top: 0.6875rem;
    height: 61%;
  }
}

.achievement__title {
  margin-top: 1.3125rem;
  color: #C32E02;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 2.875rem;
  letter-spacing: 0.07em;
  position: relative;
  line-height: 1.3043478261;
}
@media screen and (max-width: 780px) {
  .achievement__title {
    margin-top: 0.1875rem;
    padding-inline: 2.875rem;
    letter-spacing: 0.04em;
  }
}

.achievement__title::before {
  content: "";
  position: absolute;
  background-image: url(../image/icon/laurel-emblem-left.png);
  top: 0;
  left: 24%;
  width: 3rem;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .achievement__title::before {
    top: 4.1875rem;
    left: -3%;
    height: 58%;
  }
}

@supports (background-image: url(../image/icon/laurel-emblem-left.webp)) {
  .achievement__title::before {
    background-image: url(../image/icon/laurel-emblem-left.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.achievement__title::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/laurel-emblem-right.png);
  top: 0;
  right: 24%;
  width: 3rem;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .achievement__title::after {
    top: 4.1875rem;
    right: -3%;
    height: 58%;
  }
}

@supports (background-image: url(../image/icon/laurel-emblem-right.webp)) {
  .achievement__title::after {
    background-image: url(../image/icon/laurel-emblem-right.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.achievement__title-year {
  color: #171C61;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5625rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .achievement__title-year {
    margin-bottom: 0.9375rem;
  }
}

.achievement__message {
  margin-top: 1.875rem;
  color: #171C61;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .achievement__message {
    margin-top: 2.8125rem;
    width: 61.3333333333%;
    margin-inline: auto;
    letter-spacing: 0.04em;
    text-align: center;
  }
}

.price-plan {
  padding-inline: initial;
}

.price-plan__section {
  margin-top: 4.5625rem;
}
@media screen and (max-width: 780px) {
  .price-plan__section {
    margin-top: 2.875rem;
  }
}

.price-plan__header {
  background-color: #324E8D;
  color: #FFF;
}

.price-plan__title {
  text-align: center;
  padding-block: 1.5625rem;
  border-bottom: 0.1875rem solid #FFF;
  font-size: 1.875rem;
  line-height: 0.8;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .price-plan__title {
    text-align: left;
    padding-inline: 20px;
    padding-block: 0.75rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 780px) {
  .price-plan__title.price-plan__title--pbl {
    padding-block: 1.75rem 2rem;
  }
}

.price-plan__price {
  padding-block: 1.25rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .price-plan__price {
    padding-block: 0.625rem 0.875rem;
    padding-left: 1.25rem;
    text-align: left;
  }
}

.price-plan__price-number {
  font-size: 2.75rem;
  font-weight: 500;
  margin-inline: 0.9375rem;
}
@media screen and (max-width: 780px) {
  .price-plan__price-number {
    margin-inline: 0.625rem 1.1875rem;
  }
}

.price-plan__sub-title {
  width: 64.6875rem;
  max-width: 100%;
  margin-inline: auto;
  padding-block: 2.5rem 2rem;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .price-plan__sub-title {
    padding-inline: 1.125rem;
    width: 100%;
    padding-block: 1.75rem 1.9375rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.price-plan__body {
  background-color: #0B162E;
  padding-block: 8.25rem;
}
@media screen and (max-width: 780px) {
  .price-plan__body {
    padding-block: 1.3125rem;
  }
}

.price-plan__model-case {
  color: #FFF;
  background-color: #71B9E0;
  border-radius: 0.9375rem;
  text-align: center;
  padding-block: 1.5625rem;
  font-size: 1.25rem;
  line-height: 1.9;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .price-plan__model-case {
    text-align: left;
    padding-block: 0.3125rem;
    padding-inline: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.price-plan__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-top: 3.1875rem;
}
@media screen and (max-width: 780px) {
  .price-plan__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.price-plan__specs {
  width: 44%;
  padding-block: 2.875rem;
  display: grid;
  gap: 1.8125rem;
}
@media screen and (max-width: 780px) {
  .price-plan__specs {
    width: 100%;
    padding-block: initial;
  }
}

.price-plan__spec-list {
  width: 80%;
  margin-inline: auto;
  display: grid;
  gap: 0.625rem;
}
@media screen and (max-width: 780px) {
  .price-plan__spec-list {
    width: 100%;
  }
}

.price-plan__spec-title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  color: #FFF;
}

.price-plan__note {
  font-size: 0.75rem;
  vertical-align: top;
}

.price-plan__spec-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price-plan__spec-item {
  text-transform: uppercase;
  padding-left: 2.25rem;
  position: relative;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 2;
  border-radius: 0.9375rem;
  width: 66%;
}
@media screen and (max-width: 780px) {
  .price-plan__spec-item {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.price-plan__spec-value {
  width: 30%;
  border-radius: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .price-plan__spec-value {
    font-size: 1rem;
  }
}

.price-plan__spec-item.price-plan__spec-item--web {
  background-color: #E3F5FF;
}

.price-plan__spec-value.price-plan__spec-value--web {
  background-color: #E3F5FF;
}

.price-plan__spec-item.price-plan__spec-item--db {
  background-color: #B4D6E8;
}

.price-plan__spec-value.price-plan__spec-value--db {
  background-color: #B4D6E8;
}

.price-plan__spec-item.price-plan__spec-item--batch {
  background-color: #8CBCD5;
}

.price-plan__spec-value.price-plan__spec-value--batch {
  background-color: #8CBCD5;
}

.price-plan__spec-item.price-plan__spec-item--site {
  background-color: #DEDEDE;
}

.price-plan__spec-value.price-plan__spec-value--site {
  background-color: #DEDEDE;
}

.price-plan__spec-item.price-plan__spec-item--request {
  background-color: #C7C7C7;
}

.price-plan__spec-value.price-plan__spec-value--request {
  background-color: #C7C7C7;
}

.price-plan__spec-item.price-plan__spec-item--storage {
  background-color: #A8A8A8;
}

.price-plan__spec-value.price-plan__spec-value--storage {
  background-color: #A8A8A8;
}

.price-plan__spec-item::before {
  content: "●";
  position: absolute;
  top: 50%;
  left: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.price-plan__spec-value-number {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 780px) {
  .price-plan__spec-value-number {
    font-size: 1.1875rem;
    line-height: 1.6842105263;
  }
}

.price-plan__image {
  width: 50%;
  background-color: #F2FDFF;
  border-radius: 0.9375rem;
  padding-block: 5.1875rem 4.25rem;
  padding-inline: 1.8125rem;
}
@media screen and (max-width: 780px) {
  .price-plan__image {
    display: none;
  }
}

.price-plan__total {
  margin-top: 3.1875rem;
  color: #FFF;
  border: 0.125rem solid #FFF;
  text-align: right;
  border-radius: 0.9375rem;
  padding-right: 2.5625rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .price-plan__total {
    margin-top: 3.0625rem;
    padding-right: initial;
    padding-block: 1.1875rem 1.3125rem;
  }
}

.price-plan__total-label {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.9;
  padding-right: 2.8125rem;
}
@media screen and (max-width: 780px) {
  .price-plan__total-label {
    text-align: center;
    padding-right: initial;
    display: block;
  }
}

.price-plan__total-price {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  letter-spacing: 0.09em;
  margin-left: 1.3125rem;
  margin-right: 0.9375rem;
}

.price-plan__notice {
  color: #FFF;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  text-align: right;
  margin-top: 1.125rem;
}
@media screen and (max-width: 780px) {
  .price-plan__notice {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.2857142857;
    text-align: left;
  }
}

@media screen and (max-width: 780px) {
  .price-customize {
    margin-top: 3.3125rem;
  }
}

.price-customize__body {
  background-color: #F5F5F5;
  padding-block: 8.75rem 12.25rem;
}
@media screen and (max-width: 780px) {
  .price-customize__body {
    padding-block: 2.875rem 3rem;
  }
}

.price-customize__types {
  display: grid;
  gap: 4.375rem;
}
@media screen and (max-width: 780px) {
  .price-customize__types {
    gap: 3rem;
  }
}

.price-customize-type {
  background-color: #FFF;
  border-radius: 2.1875rem;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "title note" "text image" "desc image";
  row-gap: 0;
  -webkit-column-gap: 2.75rem;
     -moz-column-gap: 2.75rem;
          column-gap: 2.75rem;
  padding-bottom: 4.875rem;
}
@media screen and (max-width: 780px) {
  .price-customize-type {
    border-radius: 0.9375rem 0.9375rem 0 0;
    grid-template-columns: 100%;
    grid-template-areas: "title" "text" "note" "image";
    row-gap: 0.875rem;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding-bottom: 2rem;
  }
}

.price-customize-type__title {
  color: #FFF;
  border-radius: 1.875rem 0 0 0;
  padding-block: 1.75rem;
  padding-left: 3.0625rem;
  font-size: 1.875rem;
  line-height: 0.9;
  grid-area: title;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .price-customize-type__title {
    border-radius: 0.9375rem 0.9375rem 0 0;
    padding-block: 1rem 1.1875rem;
    font-size: 1.5rem;
    line-height: 1.125;
    text-align: center;
    padding-left: initial;
  }
}

.price-customize-type__title.price-customize-type__title--light-blue {
  background-color: #71B9E0;
}

.price-customize-type__title.price-customize-type__title--blue {
  background-color: #20B1FF;
}

.price-customize-type__title.price-customize-type__title--dark-blue {
  background-color: #3C90BE;
}

.price-customize-type__note {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5882352941;
  color: #000;
  grid-area: note;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 780px) {
  .price-customize-type__note {
    margin-left: initial;
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 0.6875rem;
    margin-top: initial;
  }
}

.price-customize-type__text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.4375rem;
  line-height: 1.5;
  color: #000;
  grid-area: text;
  margin-top: 2.25rem;
  margin-left: 3.0625rem;
}
@media screen and (max-width: 780px) {
  .price-customize-type__text {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: initial;
    margin-left: 0.8125rem;
  }
}

.price-customize-type__description {
  margin-top: 2rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.1875rem;
  color: #777777;
  grid-area: desc;
  margin-left: 3.0625rem;
}
@media screen and (max-width: 780px) {
  .price-customize-type__description {
    display: none;
  }
}

.price-customize-type__image {
  grid-area: image;
}

.price-customize-type__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 25rem;
}

.price-option__body {
  background-color: #A0A8BA;
  color: #FFF;
  padding-block: 6.9375rem 6.6875rem;
}
@media screen and (max-width: 780px) {
  .price-option__body {
    padding-block: 1rem;
  }
}

.price-option__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 780px) {
  .price-option__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
    row-gap: 1.4375rem;
    padding-inline: 0.75rem;
  }
}

.price-option__item {
  color: #FFF;
  border: 0.125rem solid #FFF;
  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;
  padding-block: 1.4375rem;
  border-radius: 2.5rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7916666667;
}
@media screen and (max-width: 780px) {
  .price-option__item {
    padding-block: 0.25rem;
  }
}

@media screen and (max-width: 780px) {
  .price-option__item.price-option__item--big {
    grid-column: 1/3;
  }
}

.company {
  margin-top: 6.25rem;
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}

.company__heading {
  background-color: #f5f5f5;
  border-radius: 0.625rem;
  text-align: left;
  padding-left: 1.25rem;
  padding-block: 3%;
}

.company__cell {
  background-color: #f5f5f5;
  border-radius: 0.625rem;
  padding-left: 1.875rem;
  padding-block: 3%;
}

.company__position {
  width: 12.5rem;
  display: inline-block;
}

.company__map {
  margin-top: 2.5rem;
}

.contact-menu {
  position: absolute;
  top: 34.375rem;
  right: 1.875rem;
  width: 31em;
}

.contact-menu__link {
  color: #FFF;
  display: block;
  padding: 1.5625rem 2.125rem;
  margin-top: 1rem;
  position: relative;
  font-weight: 400;
  border-radius: 10px;
}
@media screen and (max-width: 780px) {
  .contact-menu__link {
    padding: 0.8125rem;
    font-size: 0.875rem;
  }
}

.contact-menu__link.contact-menu__link--download {
  background-color: #20B1FF;
}

.contact-menu__link.contact-menu__link--contact {
  background-color: #ED7986;
}

.contact-menu__link::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .contact-menu__link::after {
    top: 50%;
    right: 0.6875rem;
  }
}

.contact-menu__link.contact-menu__link--download::after {
  background-image: url(../image/renew/right-arrow.svg);
}

.contact-menu__link.contact-menu__link--contact::after {
  background-image: url(../image/renew/right-arrow.svg);
}

.contact-menu__link.contact-menu__link--quote {
  background-color: #324E8D;
}

.contact-menu__link.contact-menu__link--quote::after {
  background-image: url(../image/icon/arrow-navy.svg);
}

.contact-menu__title {
  font-size: 1.25rem;
  line-height: 1.5882352941;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-weight: 700;
}

.contact-menu__title-sub {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.35;
}

.bread-crumb {
  margin-top: 10rem;
}
@media screen and (max-width: 780px) {
  .bread-crumb {
    margin-top: 7.9375rem;
  }
}

.bread-crumb a, .bread-crumb span {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  color: #324E8D;
  font-size: 0.875rem;
  padding-inline: 0.3125rem;
}
@media screen and (max-width: 780px) {
  .bread-crumb a, .bread-crumb span {
    padding-inline: initial;
  }
}

.wp-pagenavi .pages {
  display: block;
  margin-top: 1rem;
  border: none;
  margin-bottom: 1.25rem;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border: 2px solid #000;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 10px 15px;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #777777;
  margin: 2px;
}

.error-title {
  font-size: 2.5rem;
  color: #414141;
  text-align: center;
}

.error__btn {
  margin-top: 1.875rem;
  color: #FFF;
  width: 25rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 1rem;
  border-radius: 1.25rem;
  background-color: #324E8D;
}

.column-slider {
  margin-top: 2.5rem;
}

.column-slider__container {
  position: relative;
}

.column-slider__arrows {
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.column-slider__arrows button img {
  width: 0.5625rem;
  height: 1.25rem;
}

.column-slider__wrapper {
  width: 100%;
  max-width: 62.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .column-slider__wrapper {
    padding-inline: 1.125rem;
  }
}

.thanks {
  text-align: center;
  color: #414141;
}

.thanks__title {
  margin-top: 1.875rem;
}

.thanks__text {
  margin-top: 1.25rem;
}

.open-btn {
  width: 1.5625rem;
  padding: 0;
  z-index: 9999;
  position: absolute;
  top: 24px;
  right: 20px;
}

.open-btn span {
  display: block;
  background: #2458CF;
  width: 1.5625rem;
  height: 0.125rem;
  border-radius: 0.625rem;
  -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;
  position: relative;
  z-index: 11;
}

.open-btn span:nth-of-type(2) {
  margin-block: 0.5rem;
}

.open-btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.4375rem;
}

.open-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.open-btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -0.8125rem;
}

.sp-menu {
  position: fixed;
  z-index: 5;
  top: -100%;
  left: 0;
  width: 100%;
  height: 50vh;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  overflow-y: scroll;
  max-width: 100vi;
  background-color: #0C1F48;
}

.sp-menu.active {
  top: 7.8125rem;
}

.sp-menu__list {
  margin-top: 2.5rem;
  padding-inline: 20px;
  display: grid;
  gap: 1.875rem;
}

.sp-menu__item {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sp-menu__item-link {
  font-weight: 400;
  color: #FFF;
}

.sp-menu__item:hover .sp-menu__item-link {
  color: #20B1FF;
}

.page-function__list {
  margin-top: 8.125rem;
  background-color: #EFEFEF;
}
@media screen and (max-width: 780px) {
  .page-function__list {
    margin-top: 2.125rem;
  }
}

.page-function__title {
  text-align: center;
  padding-block: 2.4375rem 2.1875rem;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #000;
}
@media screen and (max-width: 780px) {
  .page-function__title {
    padding-block: 0.5rem;
  }
}

.page-function__content {
  padding-block: 2rem 2.25rem;
}
@media screen and (max-width: 780px) {
  .page-function__content {
    padding-block: 1.0625rem 2.1875rem;
  }
}

.page-function__content--ec {
  background-color: #CCE9EB;
}

.page-function__content-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
}
@media screen and (max-width: 780px) {
  .page-function__content-title {
    font-size: 1.125rem;
    text-align: center;
  }
}

@media screen and (max-width: 780px) {
  .page-function__content-title.page-function__content-title--cms {
    font-size: 1.5rem;
  }
}

.page-function__content-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 1.25rem;
  -webkit-column-gap: 1.375rem;
     -moz-column-gap: 1.375rem;
          column-gap: 1.375rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 780px) {
  .page-function__content-wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.4375rem;
    -webkit-column-gap: 1.625rem;
       -moz-column-gap: 1.625rem;
            column-gap: 1.625rem;
    margin-top: 1.125rem;
  }
}

.page-function__content-item {
  display: inline-block;
  background-color: #FFF;
  text-align: center;
  padding-block: 1rem;
  border-radius: 1.75rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  color: #000;
}
@media screen and (max-width: 780px) {
  .page-function__content-item {
    padding-block: 0.375rem;
    font-size: 0.8125rem;
  }
}

.page-function__content--management {
  background-color: #A2CED1;
}

.page-function__content--cms {
  background-color: #8DB1B4;
}

.page-function__feature {
  margin-top: 10.8125rem;
}
@media screen and (max-width: 780px) {
  .page-function__feature {
    margin-top: 1.875rem;
  }
}

.page-function__feature-container {
  text-align: center;
}

.page-function__feature-label {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #000;
}

.page-function__feature-title {
  margin-top: 4.625rem;
  font-size: 2.125rem;
  letter-spacing: 0.06em;
  line-height: 1.4705882353;
  color: #24A8B5;
}
@media screen and (max-width: 780px) {
  .page-function__feature-title {
    margin-top: 2.0625rem;
    font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: initial;
  }
}

.page-function__feature-text {
  margin-top: 2.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #324E8D;
}
@media screen and (max-width: 780px) {
  .page-function__feature-text {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.page-function__feature-text-emphasis {
  display: inline-block;
  color: #FFF;
  background-color: #324E8D;
  padding-inline: 2.625rem;
  margin-top: 1.375rem;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .page-function__feature-text-emphasis {
    margin-top: 0.875rem;
    padding-block: 1.1875rem;
    font-size: 1.375rem;
    line-height: 1.5;
    padding-inline: 0.6875rem;
  }
}

.page-function__fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 34.75rem;
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 780px) {
  .page-function__fv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.625rem;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.page-function__fv::after {
  content: "";
  position: absolute;
  top: -14.625rem;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 49.375rem;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .page-function__fv::after {
    top: 9.0625rem;
    background-size: contain;
    height: 100%;
  }
}

.page-function__fv-title-wrapper {
  text-align: right;
}
@media screen and (max-width: 780px) {
  .page-function__fv-title-wrapper {
    margin-top: 0.6875rem;
  }
}

.page-function__fv-title {
  font-size: 3.75rem;
  color: #324E8D;
}
@media screen and (max-width: 780px) {
  .page-function__fv-title {
    font-size: 2.5rem;
  }
}

.page-function__fv-title-arrow {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0C1F48;
  background-image: url(../image/icon/arrow-function.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-inline: 1.4375rem 11.75rem;
  margin-left: 6.25rem;
}
@media screen and (max-width: 780px) {
  .page-function__fv-title-arrow {
    font-size: 2.1875rem;
    line-height: 1.5142857143;
    padding-inline: initial;
    background-position: center;
    padding-block: 1.3125rem;
    margin-left: -20px;
    width: 289px;
    padding-left: 1.125rem;
  }
}

@supports (background-image: url(../image/icon/arrow-function.webp)) {
  .page-function__fv-title-arrow {
    background-image: url(../image/icon/arrow-function.webp);
  }
}
.page-function__fv-sub-title {
  margin-top: 2.3125rem;
  font-size: 1.3125rem;
  color: #0C1F48;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .page-function__fv-sub-title {
    margin-top: 1.375rem;
  }
}

.page-function__fv-text {
  margin-top: 2.3125rem;
  width: 23.5rem;
  margin-inline: auto 0;
  text-align: left;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #324E8D;
}

.page-function__fv--customize.page-function__fv::after {
  background-image: url(../image/fv/fv-customize.jpg);
}
@media screen and (max-width: 780px) {
  .page-function__fv--customize.page-function__fv::after {
    background-image: url(../image/fv/fv-customize-sp.jpg);
    left: -0.4375rem;
  }
}

@supports (background-image: url(../image/fv/fv-customize.webp)) {
  .page-function__fv--customize.page-function__fv::after {
    background-image: url(../image/fv/fv-customize.webp);
  }
  @media screen and (max-width: 780px) {
    .page-function__fv--customize.page-function__fv::after {
      background-image: url(../image/fv/fv-customize-sp.webp);
    }
  }
}
.page-function__fv--e-market.page-function__fv::after {
  background-image: url(../image/fv/fv-e-market.jpg);
}
@media screen and (max-width: 780px) {
  .page-function__fv--e-market.page-function__fv::after {
    background-image: url(../image/fv/fv-e-market-sp.jpg);
    left: -1.625rem;
  }
}

@supports (background-image: url(../image/fv/fv-market.webp)) {
  .page-function__fv--e-market.page-function__fv::after {
    background-image: url(../image/fv/fv-e-market.webp);
  }
  @media screen and (max-width: 780px) {
    .page-function__fv--e-market.page-function__fv::after {
      background-image: url(../image/fv/fv-e-market-sp.webp);
    }
  }
}
.page-function__fv--supplier.page-function__fv::after {
  background-image: url(../image/fv/fv-supplier.jpg);
}
@media screen and (max-width: 780px) {
  .page-function__fv--supplier.page-function__fv::after {
    background-image: url(../image/fv/fv-supplier-sp.jpg);
    left: -2.25rem;
  }
}

@supports (background-image: url(../image/fv/fv-supplier.webp)) {
  .page-function__fv--supplier.page-function__fv::after {
    background-image: url(../image/fv/fv-supplier.webp);
  }
  @media screen and (max-width: 780px) {
    .page-function__fv--supplier.page-function__fv::after {
      background-image: url(../image/fv/fv-supplier-sp.webp);
    }
  }
}
.page-function__fv--organization.page-function__fv::after {
  background-image: url(../image/fv/fv-organization.jpg);
}
@media screen and (max-width: 780px) {
  .page-function__fv--organization.page-function__fv::after {
    background-image: url(../image/fv/fv-organization-sp.jpg);
    left: -1.25rem;
  }
}

@supports (background-image: url(../image/fv/fv-organization.webp)) {
  .page-function__fv--organization.page-function__fv::after {
    background-image: url(../image/fv/fv-organization.webp);
  }
  @media screen and (max-width: 780px) {
    .page-function__fv--organization.page-function__fv::after {
      background-image: url(../image/fv/fv-organization-sp.webp);
    }
  }
}
.page-function__fv--cooperation.page-function__fv::after {
  background-image: url(../image/fv/fv-cooperation.jpg);
}
@media screen and (max-width: 780px) {
  .page-function__fv--cooperation.page-function__fv::after {
    background-image: url(../image/fv/fv-cooperation-sp.jpg);
    left: 0;
  }
}

@supports (background-image: url(../image/fv/fv-cooperation.webp)) {
  .page-function__fv--cooperation.page-function__fv::after {
    background-image: url(../image/fv/fv-cooperation.webp);
  }
  @media screen and (max-width: 780px) {
    .page-function__fv--cooperation.page-function__fv::after {
      background-image: url(../image/fv/fv-cooperation-sp.webp);
    }
  }
}
.page-function__fv--multilingual.page-function__fv::after {
  background-image: url(../image/fv/fv-multilingual.jpg);
}
@media screen and (max-width: 780px) {
  .page-function__fv--multilingual.page-function__fv::after {
    background-image: url(../image/fv/fv-multilingual-sp.jpg);
    left: -2.625rem;
  }
}

@supports (background-image: url(../image/fv/fv-multilingual.webp)) {
  .page-function__fv--multilingual.page-function__fv::after {
    background-image: url(../image/fv/fv-multilingual.webp);
  }
  @media screen and (max-width: 780px) {
    .page-function__fv--multilingual.page-function__fv::after {
      background-image: url(../image/fv/fv-multilingual-sp.webp);
    }
  }
}
.page-function__fv--quotation.page-function__fv::after {
  background-image: url(../image/fv/fv-quotation.jpg);
}
@media screen and (max-width: 780px) {
  .page-function__fv--quotation.page-function__fv::after {
    background-image: url(../image/fv/fv-quotation-sp.jpg);
    left: -1.125rem;
  }
}

@supports (background-image: url(../image/fv/fv-quotation.webp)) {
  .page-function__fv--quotation.page-function__fv::after {
    background-image: url(../image/fv/fv-quotation.webp);
  }
  @media screen and (max-width: 780px) {
    .page-function__fv--quotation.page-function__fv::after {
      background-image: url(../image/fv/fv-quotation-sp.webp);
    }
  }
}
.page-function__fv--stock.page-function__fv::after {
  background-image: url(../image/fv/fv-stock.jpg);
}
@media screen and (max-width: 780px) {
  .page-function__fv--stock.page-function__fv::after {
    background-image: url(../image/fv/fv-stock-sp.jpg);
    left: -0.625rem;
  }
}

@supports (background-image: url(../image/fv/fv-stock.webp)) {
  .page-function__fv--stock.page-function__fv::after {
    background-image: url(../image/fv/fv-stock.webp);
  }
  @media screen and (max-width: 780px) {
    .page-function__fv--stock.page-function__fv::after {
      background-image: url(../image/fv/fv-stock-sp.webp);
    }
  }
}
.page-function__fv--security.page-function__fv::after {
  background-image: url(../image/fv/fv-security.jpg);
}
@media screen and (max-width: 780px) {
  .page-function__fv--security.page-function__fv::after {
    background-image: url(../image/fv/fv-security-sp.jpg);
    left: -0.6875rem;
  }
}

@supports (background-image: url(../image/fv/fv-security.webp)) {
  .page-function__fv--security.page-function__fv::after {
    background-image: url(../image/fv/fv-security.webp);
  }
  @media screen and (max-width: 780px) {
    .page-function__fv--security.page-function__fv::after {
      background-image: url(../image/fv/fv-security-sp.webp);
    }
  }
}
.cookie {
  color: #000;
  margin-top: 9.375rem;
}

.cookie h2 {
  margin-top: 1.875rem;
}

.cookie p {
  margin-top: 0.9375rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}

.cookie a {
  text-decoration: underline;
}

.e-market__about {
  margin-top: 5.6875rem;
  background-color: #324E8D;
  color: #FFF;
  padding-block: 5.8125rem 7.125rem;
  border-radius: 2.8125rem;
}
@media screen and (max-width: 780px) {
  .e-market__about {
    margin-top: 4.8125rem;
    margin-inline: calc(50% - 50vi);
    padding-inline: 20px;
    border-radius: initial;
    padding-block: 2.25rem;
  }
}

.e-market__about-title {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .e-market__about-title {
    font-size: 1.4375rem;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}

.e-market__about-text {
  margin-top: 3.25rem;
  width: 50.75rem;
  max-width: 100%;
  margin-inline: auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.6818181818;
}
@media screen and (max-width: 780px) {
  .e-market__about-text {
    margin-top: 1.8125rem;
    font-size: 1.125rem;
    width: 100%;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}

.e-market__features {
  margin-top: 9.0625rem;
}
@media screen and (max-width: 780px) {
  .e-market__features {
    margin-top: 2.375rem;
  }
}

.e-market__features-title {
  text-align: center;
  color: #324E8D;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .e-market__features-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.e-market__features-list {
  margin-top: 4.0625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 3rem;
  -webkit-column-gap: 3.1875rem;
     -moz-column-gap: 3.1875rem;
          column-gap: 3.1875rem;
}
@media screen and (max-width: 780px) {
  .e-market__features-list {
    margin-top: 2.6875rem;
    grid-template-columns: 1fr;
    gap: 0.8125rem;
  }
}

.e-market__features-item {
  padding: 2.25rem;
  border-radius: 0.8125rem;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
  position: relative;
  color: #000;
}
@media screen and (max-width: 780px) {
  .e-market__features-item {
    padding: 1.0625rem 0.5rem 1.3125rem 3.125rem;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.e-market__features-item::before {
  position: absolute;
  color: #CECB88;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.375rem;
  top: -1.875rem;
  left: 0.9375rem;
}
@media screen and (max-width: 780px) {
  .e-market__features-item::before {
    top: 0.875rem;
    left: 1.1875rem;
    font-size: 1.875rem;
  }
}

.e-market__features-item:nth-child(1):before {
  content: "1";
}

.e-market__features-item:nth-child(2):before {
  content: "2";
}

.e-market__features-item:nth-child(3):before {
  content: "3";
}

.e-market__features-item:nth-child(4):before {
  content: "4";
}

.e-market__features-item:nth-child(5):before {
  content: "5";
}

.e-market__features-item:nth-child(6):before {
  content: "6";
}

.e-market__features-item:nth-child(odd) {
  background-color: #EFF9FF;
}

.e-market__features-item:nth-child(even) {
  background-color: #F5F5F5;
}

.e-market__image {
  margin-top: 5rem;
}
@media screen and (max-width: 780px) {
  .e-market__image {
    margin-top: 3rem;
  }
}

.e-market__image-title {
  color: #FFF;
  background-color: #CECB88;
  text-align: center;
  border-radius: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 2.875rem;
  padding-block: 0.3125rem;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .e-market__image-title {
    font-size: 1.0625rem;
    line-height: 1.4117647059;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 780px) {
  .e-market__usage {
    margin-top: 1.6875rem;
  }
}

.e-market__usage-intro {
  color: #FFF;
  background-color: #9D9D9D;
  text-align: center;
  border-radius: 1.25rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.15;
  padding-block: 0.3125rem;
}
@media screen and (max-width: 780px) {
  .e-market__usage-intro {
    font-size: 1.0625rem;
    line-height: 1.4117647059;
    padding-block: 0.6875rem;
    text-align: left;
    padding-inline: 1rem 0.8125rem;
  }
}

.e-market__usage-content {
  margin-top: 5.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 780px) {
  .e-market__usage-content {
    margin-top: 3.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.75rem;
  }
}

.e-market__usage-block {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .e-market__usage-block {
    width: 100%;
  }
}

.e-market__usage-title {
  text-align: center;
  color: #000;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4090909091;
}

.e-market__usage-title-accent {
  color: #989200;
  position: relative;
  display: inline-block;
  padding-inline: 1.5625rem;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 780px) {
  .e-market__usage-title-accent {
    padding-inline: 1rem;
  }
}

.e-market__usage-title-accent:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1875rem;
  height: 100%;
  background: #989200;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.e-market__usage-title-accent:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.1875rem;
  height: 100%;
  background: #989200;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.e-market__usage-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
  text-align: center;
  padding-block: 0.75rem 0.9375rem;
  border-block: 0.125rem solid #CECB88;
  margin-top: 0.875rem;
  color: #000;
}

.e-market__usage-image {
  width: 4.4375rem;
  height: 3.25rem;
  margin-inline: auto;
  margin-top: 1.625rem;
}

.e-market__usage-examples {
  background-color: #A2B5DE;
  border-radius: 2rem;
  padding: 2.5rem 0.8125rem 3.1875rem;
  text-align: center;
  color: #FFF;
  margin-top: 0.875rem;
  font-size: 1.5rem;
  line-height: 1.125;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .e-market__usage-examples {
    margin-top: 1.25rem;
    border-radius: 0.9375rem;
    padding: 1.3125rem 0.9375rem 2.25rem;
    font-size: 1.25rem;
    line-height: 1.35;
  }
}

.e-market__usage-example {
  background-color: #FFF;
  border-radius: 0.9375rem;
  padding: 2.5625rem 2.25rem;
  color: #324E8D;
  margin-top: 2.3125rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .e-market__usage-example {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    padding: 1.25rem 0.75rem 1.25rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 780px) {
  .e-market__usage-example:nth-of-type(1) {
    margin-top: 1.625rem;
  }
}

@media screen and (max-width: 780px) {
  .e-market__usage-example:nth-of-type(2) {
    margin-top: 0.875rem;
  }
}

.e-market__usage-img {
  display: block;
  height: 28.9375rem;
}
@media screen and (max-width: 780px) {
  .e-market__usage-img {
    height: initial;
  }
}

.e-market__usage-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.e-market__usage-desc {
  margin-top: 1.125rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 780px) {
  .e-market__usage-desc {
    margin-top: 0.5625rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.e-market__combination {
  margin-top: 5.6875rem;
  background-color: #EFEFEF;
  border-radius: 2.8125rem;
  padding-inline: 1.75rem;
  padding-bottom: 5.9375rem;
}
@media screen and (max-width: 780px) {
  .e-market__combination {
    margin-top: 2.625rem;
    border-radius: initial;
    margin-inline: calc(50% - 50vi);
    padding-inline: 20px;
    padding-bottom: 2.75rem;
  }
}

.e-market__combination-header {
  width: 64.625rem;
  text-align: center;
  max-width: 100%;
  margin-inline: auto;
  color: #000;
  padding-top: 2.5rem;
  background-image: url(../image/icon/arrow-e-market.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 6.4375rem;
}
@media screen and (max-width: 780px) {
  .e-market__combination-header {
    background-image: url(../image/icon/arrow-e-market-sp.png);
    padding-bottom: initial;
    background-size: contain;
    background-position: top;
    padding-top: 1.125rem;
  }
}

@supports (background-image: url(../image/icon/arrow-e-market.webp)) {
  .e-market__combination-header {
    background-image: url(../image/icon/arrow-e-market.webp);
  }
  @media screen and (max-width: 780px) {
    .e-market__combination-header {
      background-image: url(../image/icon/arrow-e-market-sp.webp);
    }
  }
}
.e-market__combination-head {
  font-size: 1.375rem;
}
@media screen and (max-width: 780px) {
  .e-market__combination-head {
    font-size: 1.25rem;
  }
}

.e-market__combination-text {
  width: 32.5rem;
  max-width: 100%;
  text-align: left;
  margin-inline: auto;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  margin-top: 2.0625rem;
}
@media screen and (max-width: 780px) {
  .e-market__combination-text {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 5.1875rem;
  }
}

.e-market__combination-emphasis {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  color: #BA2B00;
}

.e-market__combination-list {
  margin-top: 4.0625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.125rem;
}
@media screen and (max-width: 780px) {
  .e-market__combination-list {
    margin-top: 1.25rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.e-market__combination-item {
  background-color: #FFF;
  border-radius: 0.8125rem;
  padding: 1.4375rem 1.875rem;
  font-weight: 300;
  font-size: 1.125rem;
  color: #000;
}
@media screen and (max-width: 780px) {
  .e-market__combination-item {
    font-size: 1.0625rem;
    line-height: 1.5294117647;
  }
}

.organization__intro {
  margin-top: 5.5625rem;
}
@media screen and (max-width: 780px) {
  .organization__intro {
    margin-top: 4.5625rem;
  }
}

.organization__intro-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .organization__intro-text {
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: left;
  }
}

.organization__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3125rem;
  margin-top: 3.0625rem;
}
@media screen and (max-width: 780px) {
  .organization__features {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2.0625rem;
  }
}

.organization__feature {
  background-color: #EDF2FF;
  border-radius: 1.125rem;
  padding-block: 1.9375rem 2.0625rem;
  padding-inline: 2.0625rem 1.5625rem;
}
@media screen and (max-width: 780px) {
  .organization__feature {
    border-radius: 0.9375rem;
    padding-block: 1.0625rem 1.625rem;
    padding-inline: 1.0625rem;
  }
}

.organization__feature-title {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.6363636364;
  letter-spacing: 0.05em;
  color: #7890C6;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .organization__feature-title {
    font-size: 1.125rem;
    line-height: 1.6111111111;
  }
}

.organization__feature-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #00206A;
  margin-top: 1.25rem;
}
@media screen and (max-width: 780px) {
  .organization__feature-text {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1.125rem;
  }
}

.organization__workflow {
  margin-top: 5.5rem;
  border: 0.25rem solid #7890C6;
  border-radius: 2.8125rem;
  padding: 3.75rem 5.375rem 2.625rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  .organization__workflow {
    margin-top: 2rem;
    border: none;
    padding: initial;
  }
}

.organization__workflow-title {
  position: absolute;
  top: 3.125rem;
  left: 3.25rem;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  color: #7890C6;
  font-weight: 500;
}

.organization__workflow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 780px) {
  .organization__workflow-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.9375rem;
  }
}

.organization__workflow-desc {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .organization__workflow-desc {
    width: 100%;
  }
}

.organization__workflow-desc-title {
  color: #FFF;
  background-color: #7890C6;
  text-align: center;
  border-radius: 1.4375rem;
  padding-block: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .organization__workflow-desc-title {
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}

.organization__workflow-desc-text {
  font-weight: 300;
  margin-top: 1.625rem;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
@media screen and (max-width: 780px) {
  .organization__workflow-desc-text {
    margin-top: 1.125rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.organization__workflow-diagram {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .organization__workflow-diagram {
    margin-right: 3.875rem;
  }
}

.organization__hierarchy {
  margin-top: 5.5rem;
  background-color: #F5F5F5;
  margin-inline: calc(50% - 50vi);
  padding-block: 3.3125rem 3.625rem;
}

.organization__hierarchy-content {
  width: 83.3125rem;
  max-width: 100%;
  padding-inline: 5.3125rem;
  margin-inline: auto;
}

.organization__hierarchy-title {
  text-align: center;
  font-size: 1.25rem;
  color: #000;
}

.organization__hierarchy-list {
  display: grid;
  gap: 0.3125rem;
}

.organization__hierarchy-item {
  font-weight: 300;
  font-size: 0.9375rem;
  color: #000;
  line-height: 1.4;
}

.organization__hierarchy-label {
  width: 6.25rem;
  display: inline-block;
  padding-inline: 0.625rem;
  border-radius: 0.5625rem;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
}

.organization__hierarchy-label.organization__hierarchy-label--blue {
  background-color: #AFE4E9;
}

.organization__hierarchy-label.organization__hierarchy-label--yellow {
  background-color: #E1DC54;
}

.organization__hierarchy-label.organization__hierarchy-label--purple {
  background-color: #D7C4E3;
}

.organization__hierarchy-label.organization__hierarchy-label--pink {
  background-color: #E6A0A0;
}

.stock__intro {
  margin-top: 5.6875rem;
  background-color: #849ED0;
  border-radius: 2.8125rem;
  padding: 4.125rem;
  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;
}
@media screen and (max-width: 780px) {
  .stock__intro {
    margin-top: 4.9375rem;
    border-radius: initial;
    margin-inline: calc(50% - 50vi);
    padding-inline: 20px;
    padding-block: 2.375rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.stock__intro-text {
  color: #FFF;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .stock__intro-text {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: initial;
  }
}

.stock__intro-highlight-text {
  display: block;
  background-color: #FFF;
  color: #324E8D;
  border-radius: 1.8125rem;
  margin-top: 0.5625rem;
  padding-inline: 2.5rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .stock__intro-highlight-text {
    font-size: 1.625rem;
    line-height: 1.7692307692;
  }
}

.stock__management {
  margin-top: 8.8125rem;
}
@media screen and (max-width: 780px) {
  .stock__management {
    margin-top: 3.3125rem;
  }
}

.stock__management-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.5384615385;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .stock__management-text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.stock__management-text.stock__management-text--center {
  text-align: center;
}
@media screen and (max-width: 780px) {
  .stock__management-text.stock__management-text--center {
    text-align: left;
  }
}

.stock__management-text-highlight {
  color: #324E8D;
}

.stock__management-img {
  display: block;
  margin-top: 2.8125rem;
}

.stock__management-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.625rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 780px) {
  .stock__management-features {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    margin-top: 1.8125rem;
  }
}

.stock__management-feature {
  background-color: #D9D9D9;
  padding: 0.9375rem 0.625rem 1.4375rem;
  border-radius: 0.625rem;
  color: #000;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.5384615385;
}
@media screen and (max-width: 780px) {
  .stock__management-feature {
    padding: 1rem 3.125rem 0.6875rem;
    border-radius: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 780px) {
  .stock__management-feature.stock__management-feature--padding {
    padding: 1rem 1.5rem 0.6875rem;
  }
}

.multilingual__intro {
  margin-top: 9.375rem;
  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;
  color: #324E8D;
}
@media screen and (max-width: 780px) {
  .multilingual__intro {
    margin-top: 4.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.multilingual__intro-text {
  font-size: 1.5rem;
  line-height: 1.5384615385;
  letter-spacing: 0.07em;
  font-weight: 500;
  width: 40%;
}
@media screen and (max-width: 780px) {
  .multilingual__intro-text {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .multilingual__intro-text span {
    font-size: 1.25rem;
    line-height: 1.8181818182;
  }
}

.multilingual__intro-desc {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.7916666667;
  margin-left: 2.5rem;
  width: 60%;
}
@media screen and (max-width: 780px) {
  .multilingual__intro-desc {
    margin-left: initial;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-top: 2.625rem;
    width: 100%;
  }
}

.multilingual__content {
  background-color: #F5F5F5;
  margin-inline: calc(50% - 50vi);
  padding-block: 8.25rem 6.6875rem;
  margin-top: 11.0625rem;
}
@media screen and (max-width: 780px) {
  .multilingual__content {
    margin-top: 3.875rem;
    padding-block: 0 3.25rem;
  }
}

.multilingual__feature {
  position: relative;
}

.multilingual__feature-text {
  position: absolute;
  top: -9.375rem;
  left: 0;
  display: inline;
}
@media screen and (max-width: 780px) {
  .multilingual__feature-text {
    position: relative;
    top: 0;
    display: block;
    background-color: #DDD8D7;
    margin-inline: calc(50% - 50vi);
    padding-inline: 20px;
    padding-block: 0.75rem;
  }
}

.multilingual__feature-text-highlight {
  background-color: #DDD8D7;
  padding-inline: 1.8125rem;
  font-size: 1.625rem;
  line-height: 1.9230769231;
  letter-spacing: 0.05em;
  padding-block: 0.9375rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .multilingual__feature-text-highlight {
    background-color: initial;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-inline: initial;
  }
}

.multilingual__feature-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.25rem;
}
@media screen and (max-width: 780px) {
  .multilingual__feature-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.9375rem;
    margin-top: 1.8125rem;
  }
}

.multilingual__feature-detail-text {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .multilingual__feature-detail-text {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.multilingual__feature-example-title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .multilingual__feature-example-title {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.multilingual__feature-example-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  margin-top: 2.375rem;
}
@media screen and (max-width: 780px) {
  .multilingual__feature-example-img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.0625rem;
  }
}

.cooperation__merit {
  margin-top: 5.0625rem;
}
@media screen and (max-width: 780px) {
  .cooperation__merit {
    margin-top: 4.625rem;
  }
}

.cooperation__merit-title {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #324E8D;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .cooperation__merit-title {
    font-size: 1.4375rem;
    line-height: 1.5652173913;
    letter-spacing: initial;
  }
}

.cooperation__merit-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 3.625rem;
}
@media screen and (max-width: 780px) {
  .cooperation__merit-list {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    margin-top: 1.8125rem;
  }
}

.cooperation__merit-item {
  background-color: #EBEAEB;
  border-radius: 0.8125rem;
  padding: 1.8125rem 1.625rem 1.375rem;
}
@media screen and (max-width: 780px) {
  .cooperation__merit-item {
    padding: 1.875rem 1.625rem 2.0625rem;
  }
}

.cooperation__merit-item-title {
  text-align: center;
  color: #9A6197;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.4230769231;
  height: 4.625rem;
}
@media screen and (max-width: 780px) {
  .cooperation__merit-item-title {
    height: initial;
    font-size: 1.375rem;
    line-height: 1.6818181818;
  }
}

.cooperation__merit-item-text {
  margin-top: 1.0625rem;
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.5882352941;
}
@media screen and (max-width: 780px) {
  .cooperation__merit-item-text {
    margin-top: 1.1875rem;
    font-size: 1.0625rem;
    line-height: 1.5294117647;
  }
}

.cooperation__merit-desc {
  margin-top: 3.8125rem;
  color: #324E8D;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.65;
}
@media screen and (max-width: 780px) {
  .cooperation__merit-desc {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.cooperation__csv {
  margin-top: 5.6875rem;
  background-color: #F8F2F8;
  border-radius: 2.8125rem;
  padding-block: 4rem 4.5rem;
  padding-inline: 3rem;
}
@media screen and (max-width: 780px) {
  .cooperation__csv {
    margin-top: 3.9375rem;
    border-radius: 0.9375rem;
    padding-block: 1.8125rem 2.5625rem;
    padding-inline: 1.625rem;
  }
}

.cooperation__title {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.4090909091;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .cooperation__title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.cooperation__text {
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 2.625rem;
}
@media screen and (max-width: 780px) {
  .cooperation__text {
    margin-top: 1.125rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    text-align: left;
  }
}

.cooperation__csv-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .cooperation__csv-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.375rem;
    margin-top: 2.4375rem;
  }
}

.cooperation__csv-img {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .cooperation__csv-img {
    width: 100%;
  }
}

.cooperation__csv-detail-text {
  width: 50%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .cooperation__csv-detail-text {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.cooperation__api {
  margin-top: 6rem;
  background-color: #F5F5F5;
  margin-inline: calc(50% - 50vi);
  padding-block: 6.3125rem 7.875rem;
}
@media screen and (max-width: 780px) {
  .cooperation__api {
    margin-top: 4rem;
    padding-block: 1.9375rem;
  }
}

.cooperation__api-content .cooperation__text {
  text-align: center;
}

.cooperation__api-list {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 2.5rem;
  -webkit-column-gap: 1.375rem;
     -moz-column-gap: 1.375rem;
          column-gap: 1.375rem;
}
@media screen and (max-width: 780px) {
  .cooperation__api-list {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    margin-top: 2.5rem;
  }
}

.cooperation__api-item-title {
  text-align: center;
  background-color: #FFF;
  border-radius: 1.3125rem;
  border: 2px solid #CCB7CB;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 780px) {
  .cooperation__api-item-title {
    text-align: left;
    line-height: 1.4375;
    padding-left: 1.625rem;
  }
}

.cooperation__api-item-text {
  margin-top: 1.4375rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .cooperation__api-item-text {
    margin-top: 0.5625rem;
    font-size: 0.875rem;
    line-height: 1.5;
    padding-inline: 1.625rem 1.5rem;
  }
}

.cooperation__partner {
  margin-top: 6.25rem;
}
@media screen and (max-width: 780px) {
  .cooperation__partner {
    margin-top: 2.875rem;
  }
}

.cooperation__partner-main-title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 500;
}

.cooperation__partner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.4375rem;
  gap: 1.875rem;
}
@media screen and (max-width: 780px) {
  .cooperation__partner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 2.6875rem;
  }
}

.cooperation__partner-payment {
  border: 0.0625rem solid #D9D9D9;
  padding-inline: 3.625rem;
  padding-block: 1.75rem 5.6875rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 780px) {
  .cooperation__partner-payment {
    border-radius: 0.9375rem;
    padding-inline: 1.3125rem;
    padding-block: 1.75rem;
  }
}

.cooperation__partner-title {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #414141;
  font-weight: 500;
}

.cooperation__partner-payment-text {
  margin-top: 1.75rem;
  color: #414141;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .cooperation__partner-payment-text {
    margin-top: 1.0625rem;
    font-size: 0.9375rem;
    line-height: 1.375;
  }
}

.cooperation__partner-payment-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.3125rem;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 780px) {
  .cooperation__partner-payment-logos {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    margin-top: 1.125rem;
  }
}

.cooperation__partner-payment-logo {
  min-width: 12.375rem;
}

.cooperation__partner-others {
  display: grid;
  gap: 2.5rem;
}
@media screen and (max-width: 780px) {
  .cooperation__partner-others {
    gap: 2rem;
  }
}

.cooperation__partner-item {
  border: 0.0625rem solid #D9D9D9;
  padding-inline: 2.5rem;
  padding-block: 1.8125rem 2.1875rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 780px) {
  .cooperation__partner-item {
    border-radius: 0.9375rem;
    padding-inline: 1.3125rem;
    padding-block: 1.75rem;
  }
}

.cooperation__partner-item-content {
  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;
  gap: 0.625rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 780px) {
  .cooperation__partner-item-content {
    margin-top: 1.125rem;
    gap: 1.25rem;
  }
}

.cooperation__partner-item-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}
@media screen and (max-width: 780px) {
  .cooperation__partner-item-text {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}

.cooperation__partner-item-logo.cooperation__partner-item-logo--unisearch {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .cooperation__partner-item-logo.cooperation__partner-item-logo--unisearch {
    width: 70%;
  }
}

.quotation__intro {
  margin-top: 8.75rem;
  margin-top: 4.25rem;
}

.quotation__intro-title {
  text-align: center;
  color: #324E8D;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .quotation__intro-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.quotation__intro-text {
  margin-top: 3rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
@media screen and (max-width: 780px) {
  .quotation__intro-text {
    margin-top: 1.8125rem;
    color: #0C1F48;
  }
}

.quotation__customize {
  margin-top: 6rem;
}
@media screen and (max-width: 780px) {
  .quotation__customize {
    margin-top: 3.625rem;
  }
}

.quotation__customize-heading {
  background-color: #324E8D;
  color: #FFF;
  margin-inline: calc(50% - 50vi);
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.375;
  padding-block: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .quotation__customize-heading {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-inline: 2.375rem 2.25rem;
    text-align: left;
    padding-block: 1.25rem;
  }
}

.quotation__customize-subhead {
  display: block;
  margin-top: 5.375rem;
  font-size: 1.375rem;
  line-height: 1.8181818182;
}
@media screen and (max-width: 780px) {
  .quotation__customize-subhead {
    text-align: center;
    margin-top: 1.1875rem;
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.quotation__customize-image {
  margin-top: 0.6875rem;
  border-block: 0.0625rem solid #0C1F48;
  padding-block: 2.625rem 2.0625rem;
}
@media screen and (max-width: 780px) {
  .quotation__customize-image {
    margin-inline: calc(50% - 50vi);
    padding-inline: 20px;
    padding-block: 1.25rem 1rem;
    margin-top: initial;
  }
}

.quotation__customize-description {
  margin-top: 0.75rem;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.65;
}
@media screen and (max-width: 780px) {
  .quotation__customize-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.quotation__customize-case {
  margin-top: 5.125rem;
}
@media screen and (max-width: 780px) {
  .quotation__customize-case {
    margin-top: 1.9375rem;
  }
}

.quotation__customize-case-header {
  border-radius: 2.8125rem;
  padding-block: 3.9375rem 4.4375rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 780px) {
  .quotation__customize-case-header {
    border-radius: 0.9375rem;
    padding: 0.75rem 1.625rem 1.875rem;
    margin-bottom: 0.8125rem;
  }
}

.quotation__customize-case-header.quotation__customize-case-header--pink {
  background-color: #F7EFEF;
}

.quotation__customize-case-header.quotation__customize-case-header--blue {
  background-color: #EFF8FD;
}

.quotation__customize-case-title {
  font-size: 1.375rem;
  line-height: 2.5454545455;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .quotation__customize-case-title {
    font-size: 1.125rem;
    line-height: 3.1111111111;
  }
}

.quotation__customize-case-image {
  display: block;
  margin-top: 2.6875rem;
}
@media screen and (max-width: 780px) {
  .quotation__customize-case-image {
    margin-top: 0.875rem;
  }
}

.quotation__customize-case-item {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  padding-left: 1.25rem;
  position: relative;
  margin-left: 4.75rem;
}
@media screen and (max-width: 780px) {
  .quotation__customize-case-item {
    margin-left: initial;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.quotation__customize-case-item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.customize__intro {
  margin-top: 5.6875rem;
  background-color: #324E8D;
  border-radius: 2.8125rem;
  color: #FFF;
  padding: 5.8125rem 2rem 4.875rem;
}
@media screen and (max-width: 780px) {
  .customize__intro {
    margin-top: 5.1875rem;
    margin-inline: calc(50% - 50vi);
    padding-inline: 20px;
    border-radius: initial;
    padding-block: 2.25rem 2.6875rem;
  }
}

.customize__intro-title {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .customize__intro-title {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: initial;
  }
}

.customize__intro-text {
  margin-top: 3.25rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.6818181818;
}
@media screen and (max-width: 780px) {
  .customize__intro-text {
    margin-top: 1.0625rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.customize__extension {
  margin-top: 8.5rem;
}
@media screen and (max-width: 780px) {
  .customize__extension {
    margin-top: 3.1875rem;
  }
}

.customize__title {
  text-align: center;
  color: #324E8D;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .customize__title {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.customize__extension-text {
  margin-top: 3rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6818181818;
}
@media screen and (max-width: 780px) {
  .customize__extension-text {
    margin-top: 1.625rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
}

.customize__extension-example {
  margin-top: 5.9375rem;
  background-color: #F8F6F0;
  border-radius: 2.8125rem;
  padding: 6.375rem 8.1875rem 6.125rem;
}
@media screen and (max-width: 780px) {
  .customize__extension-example {
    margin-top: 1.9375rem;
    padding: 2.5625rem 1.625rem 2.4375rem;
    border-radius: 0.9375rem;
  }
}

.customize__extension-wrapper {
  position: relative;
}

.customize__extension-title {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  line-height: 2.375;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .customize__extension-title {
    bottom: 0.875rem;
    left: 0.625rem;
    top: initial;
    right: initial;
    width: 5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.customize__extension-desc {
  margin-top: 4.25rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.6818181818;
}
@media screen and (max-width: 780px) {
  .customize__extension-desc {
    margin-top: 2.75rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.customize__cloud {
  margin-top: 9rem;
}
@media screen and (max-width: 780px) {
  .customize__cloud {
    margin-top: 4.9375rem;
  }
}

.customize__cloud-feature {
  position: relative;
  margin-top: 5.9375rem;
  border: 0.1875rem solid #D69C77;
  border-radius: 1.5625rem;
  text-align: center;
  padding-block: 4.3125rem 2.125rem;
  width: 78.4375rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .customize__cloud-feature {
    margin-top: 3.625rem;
    border-radius: 0.9375rem;
    padding-block: 4.3125rem;
    width: 100%;
    padding-inline: 1.5625rem;
  }
}

.customize__cloud-feature-title {
  position: absolute;
  top: -1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #D69C77;
  color: #FFF;
  border-radius: 1.125rem;
  text-align: center;
  width: 30.625rem;
  font-size: 1.375rem;
  line-height: 1.6818181818;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .customize__cloud-feature-title {
    border-radius: initial;
    width: calc(100% + 6px);
    font-size: 1.125rem;
    line-height: 2.0555555556;
    padding-block: 0.3125rem;
  }
}

.customize__cloud-feature-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #324E8D;
  margin-bottom: 1.6875rem;
}

.customize__cloud-feature-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #D69C77));
  background: linear-gradient(transparent 90%, #D69C77 0%);
  display: inline;
  color: #324E8D;
  font-size: 1.75rem;
  line-height: 1.5357142857;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .customize__cloud-feature-highlight {
    letter-spacing: -0.01em;
  }
}

.customize__cloud-feature-note {
  margin-top: 3.4375rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2;
  color: #414141;
}
@media screen and (max-width: 780px) {
  .customize__cloud-feature-note {
    font-size: 1rem;
    line-height: 2;
  }
}

.customize__faq {
  background-color: #F5F5F5;
  margin-inline: calc(50% - 50vi);
  padding-block: 6.75rem 8.0625rem;
  margin-top: 10.375rem;
}
@media screen and (max-width: 780px) {
  .customize__faq {
    margin-top: 5.5rem;
    padding-block: 2.3125rem 4.0625rem;
    padding-inline: 20px;
  }
}

.customize__faq-wrapper {
  width: 78.4375rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .customize__faq-wrapper {
    width: 100%;
  }
}

.customize__faq-item {
  background-color: #FFF;
  border-radius: 1.875rem;
  padding: 4.5625rem 5.625rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 780px) {
  .customize__faq-item {
    margin-top: 1.8125rem;
    padding: 1.9375rem 1.625rem 1.625rem 1.5rem;
  }
}

.customize__faq-question {
  color: #24A8B5;
  font-size: 1.5rem;
  line-height: 1.125;
  position: relative;
  padding-left: 1.5rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .customize__faq-question {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.customize__faq-question::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}

.customize__faq-answer {
  margin-top: 2.125rem;
  margin-left: 1.875rem;
  color: #D69C77;
  font-size: 1.5rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.5rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .customize__faq-answer {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 1rem;
    margin-left: initial;
  }
}

.customize__faq-answer::after {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
}

.customize__faq-price {
  margin-top: 2.0625rem;
  width: 29.5rem;
  max-width: 100%;
  margin-left: 1.875rem;
  color: #D69C77;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .customize__faq-price {
    margin-left: initial;
    margin-top: 1.3125rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.625;
  }
}

.customize__faq-price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 780px) {
  .customize__faq-price-item {
    gap: initial;
  }
}

.customize__faq-price-cost {
  text-align: right;
}

.customize__faq-link {
  margin-top: 9rem;
  background-color: #777777;
  color: #FFF;
  font-size: 1.4375rem;
  width: 33.0625rem;
  margin-inline: auto;
  border: 0.1875rem solid #777777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  padding-block: 0.75rem;
}
@media screen and (max-width: 780px) {
  .customize__faq-link {
    margin-top: 2.625rem;
    font-size: 1.125rem;
    width: 100%;
  }
}

.customize__faq-link::after {
  content: "";
  position: absolute;
  background-image: url(../image/icon/arrow-white.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 0.75rem;
  height: 1.0625rem;
  top: 50%;
  right: 3.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 780px) {
  .customize__faq-link::after {
    right: 0.3125rem;
  }
}

.customize__faq-link:hover {
  color: #777777;
  background-color: #FFF;
}

.customize__faq-link:hover.customize__faq-link::after {
  background-image: url(../image/icon/arrow-gray.svg);
}

.security__intro {
  margin-top: 8.8125rem;
}
@media screen and (max-width: 780px) {
  .security__intro {
    margin-top: 5rem;
    padding-inline: 1.0625rem;
  }
}

.security__intro-title {
  text-align: center;
  color: #324E8D;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .security__intro-title {
    font-size: 1.375rem;
    line-height: 1.5;
    letter-spacing: initial;
  }
}

.security__intro-text {
  margin-top: 2.8125rem;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.6818181818;
}
@media screen and (max-width: 780px) {
  .security__intro-text {
    margin-top: 1.75rem;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}

.security__features {
  margin-top: 11rem;
  margin-bottom: 24rem;
}
@media screen and (max-width: 780px) {
  .security__features {
    margin-top: 3.0625rem;
    margin-bottom: 8.125rem;
  }
}

.security__features-title {
  text-align: center;
  color: #A55151;
  font-size: 1.75rem;
  line-height: 1.4642857143;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .security__features-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.security__features-list {
  margin-top: 7.5625rem;
  position: relative;
}
@media screen and (max-width: 780px) {
  .security__features-list {
    margin-top: 1.375rem;
    display: grid;
    gap: 1.125rem;
  }
}

.security__features-list-img {
  display: block;
  width: 30.3125rem;
  height: 30.3125rem;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .security__features-list-img {
    display: none;
  }
}

.security__features-item {
  border-radius: 1.25rem;
  border: 0.1875rem solid #C78D8D;
  width: 29.1875rem;
  max-width: 100%;
}
@media screen and (max-width: 780px) {
  .security__features-item {
    width: 100%;
    border-radius: 0.9375rem;
  }
}

.security__features-item--upper-left {
  position: absolute;
  top: -5.625rem;
  left: -5.625rem;
}
@media screen and (max-width: 780px) {
  .security__features-item--upper-left {
    position: initial;
  }
}

.security__features-item--upper-left::after {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 2.5rem;
  background-color: #C78D8D;
  bottom: -33px;
  right: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 780px) {
  .security__features-item--upper-left::after {
    content: none;
  }
}

.security__features-item--upper-right {
  position: absolute;
  top: -5.625rem;
  right: -5.625rem;
}
@media screen and (max-width: 780px) {
  .security__features-item--upper-right {
    position: initial;
  }
}

.security__features-item--upper-right::before {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 2.5rem;
  background-color: #C78D8D;
  bottom: -33px;
  left: -8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 780px) {
  .security__features-item--upper-right::before {
    content: none;
  }
}

.security__features-item--lower-left {
  position: absolute;
  bottom: -5.625rem;
  left: -5.625rem;
}
@media screen and (max-width: 780px) {
  .security__features-item--lower-left {
    position: initial;
  }
}

.security__features-item--lower-left::after {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 2.5rem;
  background-color: #C78D8D;
  top: -33px;
  right: -8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 780px) {
  .security__features-item--lower-left::after {
    content: none;
  }
}

.security__features-item--lower-right {
  position: absolute;
  bottom: -5.625rem;
  right: -5.625rem;
}
@media screen and (max-width: 780px) {
  .security__features-item--lower-right {
    position: initial;
  }
}

.security__features-item--lower-right::before {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 2.5rem;
  background-color: #C78D8D;
  top: -33px;
  left: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 780px) {
  .security__features-item--lower-right::before {
    content: none;
  }
}

.security__features-item--bottom {
  position: absolute;
  bottom: -19.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 780px) {
  .security__features-item--bottom {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}

.security__features-item--bottom::before {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 8.4375rem;
  background-color: #C78D8D;
  top: -8.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 780px) {
  .security__features-item--bottom::before {
    content: none;
  }
}

.security__features-item-title {
  padding-block: 1.5rem;
  text-align: center;
  color: #4C8BAD;
  font-size: 1.375rem;
  line-height: 1.3846153846;
  font-weight: 500;
  background-color: #FFF;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 780px) {
  .security__features-item-title {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    padding-block: 0.75rem;
  }
}

.security__features-item-text {
  border-top: 1px solid #C78D8D;
  padding: 1.6875rem 1rem 2.0625rem;
  color: #414141;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0 0 1.25rem 1.25rem;
  background-color: #FFF;
}
@media screen and (max-width: 780px) {
  .security__features-item-text {
    padding: 0.9375rem 1.125rem 1.1875rem;
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}

.supplier__about {
  margin-top: 7.75rem;
}
@media screen and (max-width: 780px) {
  .supplier__about {
    margin-top: 4.625rem;
  }
}

.supplier__about-text {
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .supplier__about-text {
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.supplier__about-content {
  margin-top: 5.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.125rem;
}
@media screen and (max-width: 780px) {
  .supplier__about-content {
    margin-top: 1.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.supplier__about-list {
  width: 62%;
}
@media screen and (max-width: 780px) {
  .supplier__about-list {
    width: 100%;
    display: grid;
    gap: 1.125rem;
  }
}

.supplier__about-item {
  background-color: #F4FFD1;
  color: #324E8D;
  border-radius: 2.25rem;
  padding-left: 4.1875rem;
  border: 0.25rem solid #324E8D;
  position: relative;
  font-size: 1.375rem;
  padding-block: 0.8125rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .supplier__about-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.9375rem;
    padding-left: 3.375rem;
    font-size: 1.0625rem;
    padding-block: initial;
    height: 4.5rem;
    margin-bottom: initial;
  }
}

.supplier__about-item::before {
  position: absolute;
  top: 50%;
  left: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
}
@media screen and (max-width: 780px) {
  .supplier__about-item::before {
    left: 1.0625rem;
    font-size: 1.75rem;
  }
}

.supplier__about-item:nth-child(1)::before {
  content: "A";
}

.supplier__about-item:nth-child(2)::before {
  content: "B";
}

.supplier__about-item:nth-child(3)::before {
  content: "C";
}

.supplier__about-desc {
  width: 50%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.8181818182;
}
@media screen and (max-width: 780px) {
  .supplier__about-desc {
    width: 100%;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
  }
}

.supplier__about-emphasis {
  color: #1F90CC;
  display: block;
  position: relative;
  font-size: 1.625rem;
  line-height: 1.5384615385;
  margin-top: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .supplier__about-emphasis {
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: left;
    padding-left: 1.25rem;
    margin-top: 1.25rem;
  }
}

.supplier__about-emphasis:nth-child(3) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 780px) {
  .supplier__about-emphasis:nth-child(3) {
    margin-bottom: 1.3125rem;
  }
}

.supplier__about-emphasis::before {
  content: "●";
  position: absolute;
  top: 0;
  left: -1.5625rem;
}
@media screen and (max-width: 780px) {
  .supplier__about-emphasis::before {
    left: 0;
  }
}

.supplier__features {
  background-color: #F5F5F5;
  margin-inline: calc(50% - 50vi);
  margin-top: 9.25rem;
  padding-block: 7.375rem;
}
@media screen and (max-width: 780px) {
  .supplier__features {
    margin-top: 3.625rem;
    padding-inline: 20px;
    padding-block: 0.25rem 6.125rem;
  }
}

.supplier__feature-wrapper {
  width: 83.3125rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .supplier__feature-wrapper {
    width: 100%;
  }
}

.supplier__features-title {
  text-align: center;
  color: #324E8D;
  font-size: 1.875rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .supplier__features-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.supplier__features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.1875rem;
  margin-top: 4.25rem;
}
@media screen and (max-width: 780px) {
  .supplier__features-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8125rem;
    margin-top: 2.6875rem;
  }
}

@media screen and (max-width: 780px) {
  .supplier__features-list:nth-of-type(2) {
    margin-top: 0.8125rem;
  }
}

.supplier__features-item {
  background-color: #CFF3FC;
  border-radius: 0.8125rem;
  padding: 2.1875rem 2.75rem;
  position: relative;
  max-width: 25.625rem;
  font-weight: 300;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  .supplier__features-item {
    padding: 1.0625rem 1.9375rem 1.3125rem 3.125rem;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.supplier__features-item::before {
  position: absolute;
  color: #FFF;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
  font-size: 2.375rem;
  top: -1.875rem;
  left: 0.9375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 780px) {
  .supplier__features-item::before {
    font-size: 1.875rem;
    top: 0.875rem;
    left: 1.1875rem;
  }
}

.supplier__features-item.supplier__features-item--one:before {
  content: "1";
}

.supplier__features-item.supplier__features-item--two:before {
  content: "2";
}

.supplier__features-item.supplier__features-item--three:before {
  content: "3";
}

.supplier__features-item.supplier__features-item--four:before {
  content: "4";
}

.supplier__features-item.supplier__features-item--five:before {
  content: "5";
}

.supplier__summary {
  margin-top: 9.375rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 780px) {
  .supplier__summary {
    margin-top: 1.875rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.supplier__summary-text {
  text-align: center;
}

.supplier__summary-img {
  display: block;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 780px) {
  .supplier__summary-img {
    margin-top: 2.5rem;
  }
}/*# sourceMappingURL=styles.css.map */