@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0D203E;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

body.is-locked {
  overflow: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: absolute;
  }
}

.l-header--bg {
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.l-header--white .l-header-nav__link {
  color: #fff;
}
.l-header--white .l-header-nav__list--sub::before {
  background-image: url(../imgs/pc/header_nav_arrow_white.svg);
}

.l-header__inner {
  width: 100%;
  height: 6.25rem;
  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;
  gap: 2.5rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1360px) {
  .l-header__inner {
    gap: 1.875rem;
    padding: 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 4rem;
    gap: 0rem;
    padding: 0 0.5rem;
  }
}

.l-header__logo {
  line-height: 1;
}
.l-header__logo a {
  display: block;
  width: 20.625rem;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1360px) {
  .l-header__logo a {
    width: 18.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    width: 14.5rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

.l-header__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1360px) {
  .l-header__wrapper {
    gap: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__wrapper {
    display: none;
  }
}

.l-header__button {
  position: relative;
  width: 13rem;
  height: 3rem;
  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: #fff;
  font-size: 1rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#EC6B10), to(#F3940E));
  background: linear-gradient(90deg, #EC6B10 0%, #F3940E 100%);
  overflow: hidden;
}
.l-header__button::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FF4000), to(#F56A00));
  background: linear-gradient(90deg, #FF4000 0%, #F56A00 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__button span {
  position: relative;
  z-index: 2;
}
.l-header__button:hover::after {
  left: 0%;
  opacity: 1;
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 1360px) {
  .l-header-nav__lists {
    gap: 1.25rem;
  }
}

.l-header-nav__list {
  font-size: 1rem;
  font-weight: 700;
}

.l-header-nav__list--sub {
  cursor: pointer;
  position: relative;
  padding-right: 0.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__list--sub::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.625rem;
  right: 0;
  width: 0.5rem;
  height: 0.3125rem;
  background-image: url(../imgs/pc/header_nav_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-header-nav__list--sub.is-open .l-header-navFloat {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.l-header-nav__link {
  font-size: 1rem;
  font-weight: 700;
}
.l-header-nav__link:hover {
  opacity: 0.7;
}

.l-header-navFloat {
  position: fixed;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  top: 6.25rem;
  left: 0;
  width: 100%;
  height: calc(100vh - 6.25rem);
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.l-header-navFloat::after {
  content: "";
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: #EEF1F5;
}

.l-header-navFloat__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.l-header-navFloat__aside {
  width: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header-navFloat__title {
  font-size: 2.25rem;
  font-weight: 700;
}

.l-header-navFloat__link {
  margin-top: 2.5rem;
}

.l-header-navFloat__main {
  width: 100%;
  padding-top: 0.5rem;
}

.l-header-navFloat__label {
  color: #1FAACD;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.l-header-navCard {
  width: 100%;
  margin-top: 2rem;
}
.l-header-navCard:first-of-type {
  margin-top: 0rem;
}

.l-header-navCard__title {
  color: #1FAACD;
  font-size: 1.5rem;
  font-weight: 700;
}

.l-header-navCard__column {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}

.l-header-navCard__link {
  width: 100%;
  min-height: 7.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #fff;
  border-radius: 0.9375rem;
}
.l-header-navCard__link:hover {
  opacity: 0.7;
}

.l-header-navCard__img {
  width: 100%;
  max-width: 5.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header-navCard__group {
  width: 100%;
}

.l-header-navCard__type {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
}

.l-header-navCard__label {
  color: #256CC9;
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}

.l-header-navCard__scale {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
}

.l-header-banner {
  position: fixed;
  z-index: 5;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 15rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header-banner {
    right: 1rem;
    bottom: 1rem;
  }
}
.l-header-banner img {
  width: 100%;
  display: block;
}
.l-header-banner:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.l-header-banner__close {
  position: absolute;
  top: 1.625rem;
  right: -0.625rem;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../imgs/pc/banner_close.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.l-main {
  position: relative;
  width: 100%;
  contain: paint;
}

.l-footer {
  color: #fff;
  width: 100%;
  background: #0D203E;
  padding: 3.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.5rem 1rem;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: 100%;
    display: block;
  }
}

.l-footer__info {
  width: 100%;
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    max-width: 100%;
  }
}

.l-footer__logo {
  display: block;
  width: 100%;
  max-width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 18.75rem;
    margin: 0 auto;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__name {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__name {
    margin-top: 2.5rem;
  }
}

.l-footer__address {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}

.l-footer__buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5rem;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__buttonBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

.l-footer__button {
  position: relative;
  width: 15rem;
  height: 3rem;
  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: #fff;
  font-size: 1rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#FF622E), to(#FF892E));
  background: linear-gradient(90deg, #FF622E 0%, #FF892E 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-footer__button {
    width: 100%;
    font-size: 0.875rem;
  }
}
.l-footer__button::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FF4000), to(#F56A00));
  background: linear-gradient(90deg, #FF4000 0%, #F56A00 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__button span {
  position: relative;
  z-index: 2;
}
.l-footer__button:hover::after {
  left: 0%;
  opacity: 1;
}

.l-footer__button--blue {
  background: -webkit-gradient(linear, left top, right top, from(#1669C2), to(#3484CA));
  background: linear-gradient(90deg, #1669C2 0%, #3484CA 100%);
}
.l-footer__button--blue::after {
  background: -webkit-gradient(linear, left top, right top, from(#004186), to(#1B68AB));
  background: linear-gradient(90deg, #004186 0%, #1B68AB 100%);
}

.l-footer-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
    padding: 0 1rem;
    margin-top: 2.5rem;
  }
}

.l-footer-nav__accordion {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__accordion {
    width: 100%;
  }
  .l-footer-nav__accordion::before, .l-footer-nav__accordion::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.5rem;
    right: 0rem;
    width: 1rem;
    height: 0.125rem;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer-nav__accordion::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .l-footer-nav__accordion.open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media screen and (max-width: 767px) {
  .l-footer-nav__accordionBox {
    display: none;
    padding-bottom: 0.5rem;
  }
}

.l-footer-nav__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__box {
    gap: 1.5rem;
  }
}

.l-footer-nav__group {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__group {
    padding-left: 0rem;
  }
}

.l-footer-nav__label {
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 0.75rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.l-footer-nav__label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #1FAACD;
  border-radius: 100%;
}

.l-footer-nav__spBox {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__spBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer-nav__list {
  position: relative;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.l-footer-nav__list:first-of-type {
  margin-top: 0rem;
}

.l-footer-nav__link {
  display: inline-block;
  font-size: 0.875rem;
}
.l-footer-nav__link:hover {
  opacity: 0.7;
}

.l-footer-nav__link--bold {
  font-weight: 700;
}

.l-footer-nav__sub-lists {
  padding-left: 1rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__sub-lists {
    padding-left: 0rem;
  }
}

.l-footer-nav__sub-lists--sec {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__sub-lists--sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem 0rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 1rem;
  }
  .l-footer-nav__sub-lists--sec .l-footer-nav__sub-list {
    position: relative;
    margin-top: 0rem;
  }
  .l-footer-nav__sub-lists--sec .l-footer-nav__sub-list::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 1px;
    height: 0.5625rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
    margin: 0 0.6875rem 0 0.5rem;
  }
  .l-footer-nav__sub-lists--sec .l-footer-nav__sub-list:last-of-type::after {
    display: none;
  }
}

.l-footer-nav__sub-list {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.l-footer-nav__sub-list:first-of-type {
  margin-top: 0rem;
}

.l-footer-nav__sub-link {
  font-size: 0.875rem;
}
.l-footer-nav__sub-link:hover {
  opacity: 0.7;
}

.l-footer__small {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__small {
    margin-top: 2.5rem;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    top: 1rem;
    right: 0.5rem;
    width: 4rem;
    height: 2rem;
    background: #0D203E;
    border-radius: 5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: calc(50% - 0.21875rem);
}
.c-hamburger span:nth-of-type(2) {
  top: calc(50% + 0.21875rem);
}

.c-hamburger.active span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.c-hamburger.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0rem;
  left: 0;
  width: 100%;
  background: #EEF1F5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__logo {
  width: 100%;
  min-height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5rem;
  line-height: 1;
}
.c-hamburger-nav__logo a {
  display: block;
  width: 14.5rem;
  line-height: 1;
}
.c-hamburger-nav__logo a:hover {
  opacity: 0.7;
}

.c-hamburger-nav__inner {
  width: 100%;
  height: calc(100svh - 4rem);
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.c-hamburger-nav__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1px;
  border-top: 1px solid #C1C7D0;
  border-bottom: 1px solid #C1C7D0;
  background: #C1C7D0;
}

.c-hamburger-nav__list {
  width: calc(50% - 0.5px);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1rem;
  background: #EEF1F5;
}

.c-hamburger-nav__list--wid100 {
  width: 100%;
}

.c-hamburger-nav__list--sub {
  position: relative;
  width: 100%;
}
.c-hamburger-nav__list--sub::before, .c-hamburger-nav__list--sub::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.6875rem;
  right: 1rem;
  width: 1rem;
  height: 0.125rem;
  background: #0D203E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav__list--sub::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-hamburger-nav__list--sub.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-hamburger-nav__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
.c-hamburger-nav__link:hover {
  opacity: 0.7;
}

.c-hamburger-nav__link--out {
  position: relative;
  width: 100%;
}
.c-hamburger-nav__link--out::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_outward.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-hamburger-nav__sub-box {
  display: none;
}

.c-hamburger-nav__sub-group {
  border-top: 1px solid #C1C7D0;
  padding: 1rem 1rem 0 1rem;
  margin-top: 1rem;
}

.c-hamburger-nav__sub-label {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

.c-hamburger-nav__sub-lists {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  padding-left: 1rem;
  padding-top: 1rem;
}

.c-hamburger-nav__sub-list {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
}

.c-hamburger-nav__sub-link {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 0.75rem;
}
.c-hamburger-nav__sub-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  background: #1FAACD;
  border-radius: 100%;
}

.c-hamburger-nav.active {
  z-index: 98;
  opacity: 1;
}

.c-top {
  width: 100%;
  padding: 8.75rem 2.5rem 7.5rem 2.5rem;
  background: #EEF1F5;
}
@media screen and (max-width: 767px) {
  .c-top {
    padding: 5.5rem 1rem 4rem 1rem;
  }
}

.c-top__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-top__inner {
    max-width: 100%;
  }
}

.c-top__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  line-height: 1.453125;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    font-size: 2rem;
    line-height: 1.4375;
    margin-top: 0.25rem;
  }
}
.c-top__title::before {
  content: attr(data-en);
  display: block;
  color: #256CC9;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2916666667;
  letter-spacing: 0.04em;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-top__title::before {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0rem;
  }
}

.c-breadcrumb {
  width: 100%;
}

.c-breadcrumb__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.c-breadcrumb__lists--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-breadcrumb__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: #256CC9;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  white-space: nowrap;
}
.c-breadcrumb__list::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1px;
  background: rgba(37, 108, 201, 0.5);
  border-radius: 5rem;
}

.c-breadcrumb__list--end::after {
  display: none;
}

.c-breadcrumb__link {
  display: inline-block;
  color: rgba(37, 108, 201, 0.5);
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.c-breadcrumb__link:hover {
  opacity: 0.7;
}

.c-breadcrumb__link--home {
  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: 1rem;
}

.c-breadcrumb--white {
  color: #fff;
}
.c-breadcrumb--white .c-breadcrumb__list {
  color: #fff;
}
.c-breadcrumb--white .c-breadcrumb__list::after {
  background: rgba(255, 255, 255, 0.5);
}
.c-breadcrumb--white .c-breadcrumb__link {
  color: #fff;
}

.c-breadcrumb--pozi {
  position: absolute;
  top: 0;
  right: 2rem;
}

.pagination .nav-links {
  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: 0.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    margin-top: 2.5rem;
  }
}
.pagination .page-numbers {
  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: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #0D203E;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .page-numbers:hover {
  color: #fff;
  background: #0D203E;
}
.pagination .dots {
  width: auto;
  font-size: 1rem;
  line-height: 1;
  background: none;
  border: none;
}
.pagination .dots:hover {
  color: #0D203E;
  background: none;
  border: none;
}
.pagination .current {
  color: #fff;
  background: #0D203E;
}
.pagination .prev,
.pagination .next {
  position: relative;
  background: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .pagination .prev,
  .pagination .next {
    width: 1.875rem;
  }
}
.pagination .prev::before,
.pagination .next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/pagination_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev:hover,
.pagination .next:hover {
  opacity: 0.6;
  background: none;
  border: none;
}
.pagination .next::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-button:not(:root) {
  position: relative;
  width: 100%;
  height: 4.5rem;
  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: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#FF622E), to(#FF892E));
  background: linear-gradient(90deg, #FF622E 0%, #FF892E 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-button:not(:root) {
    height: 4rem;
    font-size: 1rem;
  }
}
.c-button:not(:root)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FF4000), to(#F56A00));
  background: linear-gradient(90deg, #FF4000 0%, #F56A00 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:not(:root) span {
  position: relative;
  z-index: 2;
}
.c-button:not(:root) .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  width: 0.875rem;
  height: 0.75rem;
  overflow: hidden;
}
.c-button:not(:root) .arrow::before, .c-button:not(:root) .arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.875rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-button:not(:root) .arrow::before {
  left: -150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.c-button:not(:root):hover {
  opacity: 1;
}
.c-button:not(:root):hover::after {
  left: 0%;
  opacity: 1;
}
.c-button:not(:root):hover .arrow::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.c-button:not(:root):hover .arrow::after {
  left: 150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.c-button--min:not(:root) {
  height: 4rem;
  font-size: 1rem;
}

.c-button--blue:not(:root) {
  background: -webkit-gradient(linear, left top, right top, from(#1669C2), to(#3484CA));
  background: linear-gradient(90deg, #1669C2 0%, #3484CA 100%);
}
.c-button--blue:not(:root)::after {
  background: -webkit-gradient(linear, left top, right top, from(#004186), to(#1B68AB));
  background: linear-gradient(90deg, #004186 0%, #1B68AB 100%);
}

.c-button--black:not(:root) {
  background: #0D203E;
  border: 1px solid #0D203E;
}
.c-button--black:not(:root)::after {
  background: #fff;
}
.c-button--black:not(:root):hover {
  color: #0D203E;
}
.c-button--black:not(:root):hover .arrow::before, .c-button--black:not(:root):hover .arrow::after {
  background-image: url(../imgs/pc/arrow_black.svg);
}

.c-button--border:not(:root) {
  color: #0D203E;
  background: none;
  border: 1.5px solid #0D203E;
}
.c-button--border:not(:root)::after {
  background: #0D203E;
}
.c-button--border:not(:root) .arrow::before, .c-button--border:not(:root) .arrow::after {
  background-image: url(../imgs/pc/arrow_black.svg);
}
.c-button--border:not(:root):hover {
  color: #fff;
}
.c-button--border:not(:root):hover .arrow::before, .c-button--border:not(:root):hover .arrow::after {
  background-image: url(../imgs/pc/arrow_white.svg);
}

.c-button-block:not(:root) {
  width: 100%;
  max-width: 42.5rem;
  margin: 0rem auto;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-button-block:not(:root) {
    max-width: 20rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
  }
}

.c-button-box:not(:root) {
  width: 100%;
}

.c-button-band:not(:root) {
  line-height: 1.5;
  text-align: center;
  margin-top: 0rem;
  margin-bottom: 0.25rem;
}
.c-button-band:not(:root) span {
  position: relative;
  color: #EC6B10;
  font-size: 1rem;
  font-weight: 700;
}
.c-button-band:not(:root) span::before, .c-button-band:not(:root) span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 0.09375rem;
  height: 1.125rem;
  background: #EC6B10;
}
.c-button-band:not(:root) span::before {
  left: -0.75rem;
  -webkit-transform: translateY(-50%) rotate(-25deg);
          transform: translateY(-50%) rotate(-25deg);
}
.c-button-band:not(:root) span::after {
  right: -0.75rem;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}

.c-button-band--blue:not(:root) span {
  color: #256CC9;
}
.c-button-band--blue:not(:root) span::before, .c-button-band--blue:not(:root) span::after {
  background: #256CC9;
}

.c-button-link:not(:root) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 700;
}
.c-button-link:not(:root)::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.875rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button-link:not(:root):hover {
  color: #256CC9;
}
.c-button-link:not(:root):hover::after {
  background-image: url(../imgs/pc/arrow_blue.svg);
}

.c-article-news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-article-news {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0rem;
  }
}
.c-article-news:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-article-news:hover .c-article-news__title {
  color: #256CC9;
}

.c-article-news__thumbnail {
  width: 100%;
  max-width: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-article-news__thumbnail {
    max-width: 27.9329608939%;
  }
}

.c-article-news__thumbnail--wid200 {
  max-width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-news__thumbnail--wid200 {
    max-width: 27.9329608939%;
  }
}

.c-article-news__img {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.c-article-news__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-news__box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-article-news__box {
    max-width: 69.8324022346%;
  }
}

.c-article-news__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-article-news__group {
    gap: 0.5rem;
  }
}

.c-article-news__time {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-article-news__time {
    font-size: 0.75rem;
  }
}

.c-article-news__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-article-news__category li {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.1875rem 0.4375rem;
  border: 1px solid #0D203E;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .c-article-news__category li {
    font-size: 0.75rem;
  }
}

.c-article-news__title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-case {
  width: 100%;
}
.c-article-case:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-article-case:hover .c-article-case__title {
  color: #256CC9;
}

.c-article-case__thumbnail {
  width: 100%;
}

.c-article-case__img {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.c-article-case__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-case__box {
  width: 100%;
  margin-top: 1rem;
}

.c-article-case__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.c-article-case__category {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.1875rem 0.4375rem;
  background: #256CC9;
  border-radius: 5rem;
}

.c-article-case__robot {
  color: #256CC9;
  font-size: 0.875rem;
  font-weight: 700;
}

.c-article-case__title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-case__facility {
  color: #777777;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

.c-article-resources {
  width: 100%;
}
.c-article-resources:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-article-resources:hover .c-article-resources__title {
  color: #256CC9;
}

.c-article-resources__thumbnail {
  width: 100%;
}

.c-article-resources__img {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.c-article-resources__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-resources__box {
  width: 100%;
  margin-top: 1rem;
}

.c-article-resources__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.c-article-resources__time {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.c-article-resources__category {
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.1875rem 0.4375rem;
  border: 1px solid #0D203E;
  border-radius: 5rem;
}

.c-article-resources__title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-products {
  width: 100%;
}
.c-article-products:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.c-article-products__thumbnail {
  width: 100%;
}

.c-article-products__img {
  position: relative;
  width: 100%;
  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-top: 100%;
  background: #EDF6F7;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.c-article-products__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 73.4042553191%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-products__title {
  font-family: "Montserrat", sans-serif;
  color: #256CC9;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-article-products__title {
    font-size: 1rem;
  }
}

.c-article-products__group {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-article-products__group {
    margin-top: 0.25rem;
  }
}

.c-article-products__text {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-article-products__text {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
  }
}

.c-cta {
  width: 100%;
  padding: 5.625rem 2.5rem;
  background: linear-gradient(3.87deg, #2AAECF 4.74%, #58CFDD 51.57%, #28BFBF 98.4%);
  border-radius: 5rem 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 4rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }
}

.c-cta__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-cta__inner {
    max-width: 100%;
  }
}

.c-cta__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 0px 12px rgba(23, 123, 125, 0.5);
}
@media screen and (max-width: 767px) {
  .c-cta__title {
    font-size: 1.6875rem;
    line-height: 1.3;
  }
}

.c-cta__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-cta__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.c-cta__box {
  width: 100%;
  padding: 2.5rem 1.5rem;
  background: #fff;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__box {
    padding: 1.5rem 1rem;
    border-radius: 1.5rem;
  }
}

.c-cta__img {
  width: 100%;
  max-width: 10rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-cta__img {
    max-width: 36.8098159509%;
    margin: 0;
  }
}

.c-cta__label {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-cta__label {
    margin-top: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .c-cta__groupSp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1rem;
  }
}

.c-cta__text {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    max-width: 58.282208589%;
    margin-top: 0rem;
  }
}

.c-cta__button {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-cta__button.c-button--min {
    max-width: 20rem;
    height: 3.5rem;
    margin: 1rem auto 0 auto;
  }
}

.c-cta__column {
  width: 100%;
  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: 2.5rem;
  padding: 2.5rem;
  background: #fff;
  border-radius: 12.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-cta__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem;
    padding: 1.5rem;
    border-radius: 1.5rem;
    margin-top: 1rem;
  }
}

.c-cta__exp {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-cta__exp {
    text-align: center;
  }
}

.c-cta__tel {
  font-family: "Barlow", sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-cta__tel {
    font-size: 3rem;
  }
}

.c-cta__time {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-cta__time {
    text-align: center;
  }
}

.c-cta-products {
  width: 100%;
  padding: 6.25rem 2.5rem 5rem 2.5rem;
  background-image: url(../imgs/pc/business_item_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-cta-products {
    padding: 6rem 1rem 5.625rem 1rem;
    background-image: url(../imgs/sp/business_item_bg.webp);
  }
}

.c-cta-products__inner {
  position: relative;
  width: 100%;
  max-width: 68.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta-products__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4rem;
  }
}

.c-cta-products__box {
  position: relative;
  width: 100%;
  min-height: 21.125rem;
  background: #fff;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta-products__box {
    min-height: auto;
    padding: 3.5rem 1rem 2rem 1rem;
    border-radius: 1.5rem;
  }
}

.c-cta-products__img {
  position: absolute;
  top: -3.875rem;
  left: calc(50% + 0.3125rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18.375rem;
}
@media screen and (max-width: 767px) {
  .c-cta-products__img {
    top: -3.625rem;
  }
}

.c-cta-products__img--size {
  top: -4.75rem;
  left: calc(50% + 0rem);
  width: 10.1875rem;
}
@media screen and (max-width: 767px) {
  .c-cta-products__img--size {
    top: -3rem;
    width: 8.875rem;
  }
}

.c-cta-products__title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta-products__title {
    font-size: 1.375rem;
    margin-top: 0rem;
  }
}

.c-cta-products__text {
  min-height: 6rem;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-cta-products__text {
    min-height: auto;
    text-align: left;
  }
}

.c-cta-products__button {
  width: 100%;
  max-width: 21rem;
  margin: 2rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .c-cta-products__button {
    margin-top: 1.5rem;
  }
}

.c-solutions {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-solutions {
    max-width: 100%;
  }
}

.c-solutions__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-solutions__title {
    font-size: 2rem;
  }
}
.c-solutions__title::after {
  content: attr(data-en);
  position: absolute;
  top: 0.75rem;
  right: 0rem;
  color: rgba(13, 32, 62, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-solutions__title::after {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    display: block;
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.c-solutions__lists {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-solutions__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-top: 1.5rem;
  }
}

.c-solutions__lists--mt0 {
  margin-top: 0rem;
}

.c-solutions__list {
  width: 100%;
}

.c-solutions__link {
  position: relative;
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 6rem;
  padding-right: 1.625rem;
  background: #fff;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .c-solutions__link {
    height: 4rem;
    padding-left: 3.5rem;
  }
}
.c-solutions__link .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  width: 0.875rem;
  height: 0.75rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-solutions__link .arrow {
    right: 0.75rem;
  }
}
.c-solutions__link .arrow::before, .c-solutions__link .arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.875rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-solutions__link .arrow::before {
  left: -150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.c-solutions__link:hover {
  color: #fff;
  background: #0D203E;
}
.c-solutions__link:hover::before {
  background-image: url(../imgs/pc/solutions_icon_h.svg);
}
.c-solutions__link:hover .c-solutions__icon {
  opacity: 0;
}
.c-solutions__link:hover .c-solutions__icon-h {
  opacity: 1;
}
.c-solutions__link:hover .arrow::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../imgs/pc/arrow_white.svg);
  opacity: 1;
}
.c-solutions__link:hover .arrow::after {
  left: 150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../imgs/pc/arrow_white.svg);
  opacity: 0;
}

.c-solutions__icon,
.c-solutions__icon-h {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1rem;
  width: 4.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-solutions__icon,
  .c-solutions__icon-h {
    left: 0.6875rem;
    width: 2.625rem;
  }
}

.c-solutions__icon-h {
  opacity: 0;
}

.c-products {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-products {
    max-width: 100%;
  }
}

.c-products__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-products__title {
    font-size: 2rem;
  }
}
.c-products__title::after {
  content: attr(data-en);
  position: absolute;
  top: 0.75rem;
  right: 0rem;
  color: rgba(13, 32, 62, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-products__title::after {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    display: block;
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.c-products__wrapper {
  width: 100vw;
  margin: 2.5rem calc(50% - 50vw) 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .c-products__wrapper {
    margin-top: 1.5rem;
  }
}

.c-products__content {
  width: 100%;
}

.c-products__link {
  display: block;
  width: 100%;
  max-width: 17.5rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-products__link {
    max-width: 13.125rem;
    margin-right: 1rem;
  }
}
.c-products__link span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 0.5rem;
}
.c-products__link:hover .c-products__img {
  border: 0.25rem solid #0D203E;
}
.c-products__link:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.c-products__img {
  position: relative;
  width: 17.5rem;
  height: 17.5rem;
  background: #fff;
  border-radius: 100%;
  border: 0.25rem solid #fff;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-products__img {
    width: 13.125rem;
    height: 13.125rem;
  }
}
.c-products__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-products__button {
  width: 100%;
  max-width: 20rem;
  margin: 2.5rem auto 0rem auto;
}

.c-editor #toc_container {
  font-size: 100%;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding: 1.5rem;
  background: #fff;
  border: none;
  border-radius: 1rem;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor #toc_container {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.c-editor #toc_container li {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  margin-top: 0.5rem;
}
.c-editor #toc_container li:first-of-type {
  margin-top: 0rem;
}
.c-editor #toc_container li a {
  color: #0D203E;
  display: inline;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
.c-editor #toc_container li a:hover {
  color: #256CC9;
  text-decoration: none;
}
.c-editor #toc_container li ul {
  margin: 0;
  padding-left: 1.875rem;
  margin-top: 0.625rem;
}
.c-editor #toc_container li ul li {
  font-size: 0.875rem;
  margin: 0;
  margin-top: 0.5rem;
}
.c-editor #toc_container li ul li a {
  font-size: 0.875rem;
  font-weight: 500;
}
.c-editor #toc_container p.toc_title {
  color: #256CC9;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-editor #toc_container p.toc_title {
    text-align: left;
    margin-bottom: 0.5rem;
  }
}
.c-editor #toc_container p.toc_title + ul.toc_list {
  margin-top: 0rem;
}
.c-editor h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.75rem;
  border-bottom: 0.25rem solid #C4C4C4;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-editor h2 {
    font-size: 1.75rem;
    margin-top: 1.75rem;
    margin-bottom: 0.875rem;
  }
}
.c-editor h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 5.5rem;
  height: 0.25rem;
  background: #0D203E;
}
.c-editor h3 {
  font-size: 1.75rem;
  font-weight: 700;
  padding-left: 0.75rem;
  border-left: 0.25rem solid #0D203E;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-editor h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
.c-editor h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-editor h4 {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.c-editor h5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-editor h5 {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.c-editor h6 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-editor h6 {
    font-size: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.c-editor p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.c-editor a {
  display: inline;
  color: #256CC9;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-decoration: underline;
}
.c-editor a:hover {
  opacity: 0.7;
}
.c-editor .wp-block-button__link {
  position: relative;
  min-width: 20rem;
  height: 4.5rem;
  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: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 2.5rem;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#1669C2), to(#3484CA));
  background: linear-gradient(90deg, #1669C2 0%, #3484CA 100%);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-editor .wp-block-button__link {
    height: 4rem;
    font-size: 1rem;
  }
}
.c-editor .wp-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#004186), to(#1B68AB));
  background: linear-gradient(90deg, #004186 0%, #1B68AB 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-editor .wp-block-button__link span {
  position: relative;
  z-index: 2;
}
.c-editor .wp-block-button__link .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  width: 0.875rem;
  height: 0.75rem;
  overflow: hidden;
}
.c-editor .wp-block-button__link .arrow::before, .c-editor .wp-block-button__link .arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.875rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-editor .wp-block-button__link .arrow::before {
  left: -150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.c-editor .wp-block-button__link:hover {
  opacity: 1;
}
.c-editor .wp-block-button__link:hover::after {
  left: 0%;
  opacity: 1;
}
.c-editor .wp-block-button__link:hover .arrow::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.c-editor .wp-block-button__link:hover .arrow::after {
  left: 150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.c-editor ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor ul {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.c-editor ul li {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
.c-editor ul li ul {
  padding-left: 1rem;
  margin-bottom: 0rem;
}
.c-editor ol {
  list-style: decimal;
  padding-left: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor ol {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.c-editor ol li {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
.c-editor ol li ul {
  list-style: decimal;
  padding-left: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.c-editor ol li::marker {
  font-weight: bold;
}
.c-editor .wp-block-image {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.c-editor .wp-block-image figure {
  width: 100%;
}
.c-editor .wp-block-image figcaption {
  color: #777777;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}
.c-editor img {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.c-editor .wp-block-table.no-head {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-editor .wp-block-table.no-head {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-editor .wp-block-table.no-head table {
  width: 100%;
}
.c-editor .wp-block-table.no-head td {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  padding: 1rem;
  background: #fff;
  border: 1px solid #EEF1F5;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-editor .wp-block-table.no-head td {
    display: block;
    padding: 0.5rem 1rem;
  }
}
.c-editor .wp-block-table.no-head td:first-of-type {
  width: 15rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  background: #0D203E;
}
@media screen and (max-width: 767px) {
  .c-editor .wp-block-table.no-head td:first-of-type {
    width: 100%;
  }
}
.c-editor .wp-block-table.no-head td ul {
  padding: 0;
  margin: 0;
}
.c-editor .wp-block-table.no-head td ul li {
  position: relative;
  list-style: none;
  padding-left: 1.625rem;
}
@media screen and (max-width: 767px) {
  .c-editor .wp-block-table.no-head td ul li {
    padding-left: 1rem;
  }
}
.c-editor .wp-block-table.no-head td ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-editor .wp-block-table.no-head td ul li::before {
    left: -0.25rem;
  }
}
.c-editor .wp-block-table.head {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-editor .wp-block-table.head {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.c-editor .wp-block-table.head table {
  width: 100%;
}
.c-editor .wp-block-table.head thead {
  border: none;
}
.c-editor .wp-block-table.head thead th,
.c-editor .wp-block-table.head thead td {
  color: #fff;
  line-height: 1.3;
  background: #0D203E;
  border: 1px solid #0D203E;
  border-right: 1px solid #7E899A;
}
.c-editor .wp-block-table.head thead th:first-of-type,
.c-editor .wp-block-table.head thead td:first-of-type {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor .wp-block-table.head thead th:first-of-type,
  .c-editor .wp-block-table.head thead td:first-of-type {
    width: 7.5rem;
  }
}
.c-editor .wp-block-table.head th,
.c-editor .wp-block-table.head td {
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #7E899A;
  vertical-align: middle;
}
.c-editor .wp-block-table.head th:last-of-type,
.c-editor .wp-block-table.head td:last-of-type {
  border-right: 1px solid #0D203E;
}
.c-editor mark.has-inline-color {
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, var(--mark-bg))) !important;
  background-image: linear-gradient(transparent 75%, var(--mark-bg) 75%) !important;
  color: inherit;
  padding: 0 0.1em;
}
.c-editor .wp-block-group {
  padding: 1.5rem;
  border: 1px solid #7E899A;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor .wp-block-group {
    padding: 1.4375rem 0.9375rem;
  }
}
.c-editor .wp-block-group.has-background {
  border: none;
}
.c-editor .wp-block-group p {
  margin: 0;
}
.c-editor .c-temp-card:not(:root) {
  width: calc(100% - 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  padding: 2.5rem;
  background: #fff;
  border-radius: 1.5rem;
  margin: 2.5rem auto;
}
@media screen and (max-width: 767px) {
  .c-editor .c-temp-card:not(:root) {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    padding: 1.5rem 1rem;
    background: #fff;
    border-radius: 1rem;
    margin: 1.5rem auto;
  }
}
.c-editor .c-temp-card:not(:root) .wp-block-group {
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-editor .c-temp-card:not(:root) .wp-block-group {
    width: 100%;
  }
}
.c-editor .c-temp-card:not(:root) > .wp-block-column {
  -ms-flex-preferred-size: initial !important;
      flex-basis: initial !important;
}
.c-editor .c-temp-card:not(:root) > .wp-block-column:nth-of-type(1) {
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .c-editor .c-temp-card:not(:root) > .wp-block-column:nth-of-type(1) {
    width: 100%;
    padding: 0 0.8125rem;
  }
}
.c-editor .c-temp-card:not(:root) > .wp-block-column:nth-of-type(2) {
  width: 57.5%;
}
@media screen and (max-width: 767px) {
  .c-editor .c-temp-card:not(:root) > .wp-block-column:nth-of-type(2) {
    width: 100%;
  }
}
.c-editor .c-temp-card:not(:root) > .wp-block-column .wp-block-group-is-layout-flex {
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor .c-temp-card:not(:root) > .wp-block-column .wp-block-group-is-layout-flex {
    margin-top: 1rem;
  }
}
.c-editor .c-temp-card:not(:root) > .wp-block-column .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 0;
}
.c-editor .c-temp-card:not(:root) > .wp-block-column .wp-block-columns .wp-block-column {
  -ms-flex-preferred-size: initial !important;
      flex-basis: initial !important;
}
.c-editor .c-temp-card:not(:root) > .wp-block-column .wp-block-columns .wp-block-column:nth-of-type(1) {
  width: 26.6666666667%;
}
.c-editor .c-temp-card:not(:root) > .wp-block-column .wp-block-columns .wp-block-column:nth-of-type(2) {
  width: 68%;
}
.c-editor .c-temp-card:not(:root) p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.c-editor .c-temp-card:not(:root) a {
  display: inline;
  font-size: 0.875rem;
  line-height: 1.5;
}
.c-editor .c-temp-card:not(:root) .wp-block-image {
  padding: 0;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.c-editor .c-temp-card:not(:root) .wp-block-table.no-head {
  margin: 0;
}
.c-editor .c-temp-card:not(:root) .wp-block-table.no-head td {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 0.46875rem 0;
  background: none;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: initial;
}
@media screen and (max-width: 767px) {
  .c-editor .c-temp-card:not(:root) .wp-block-table.no-head td {
    display: table-cell;
  }
}
.c-editor .c-temp-card:not(:root) .wp-block-table.no-head td:first-of-type {
  width: 8.5rem;
  color: #0D203E;
  font-weight: 700;
  background: none;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .c-editor .c-temp-card:not(:root) .wp-block-table.no-head td:first-of-type {
    width: 8rem;
    padding-right: 0.5rem;
  }
}
.c-editor .c-temp-card:not(:root) .wp-block-table.no-head tr:first-of-type td {
  padding-top: 0rem;
}
.c-editor .c-temp-author:not(:root) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #7E899A;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor .c-temp-author:not(:root) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    padding: 1.4375rem 0.9375rem;
  }
}
.c-editor .c-temp-author:not(:root) figure {
  padding: 0;
}
.c-editor .c-temp-author__img:not(:root) {
  width: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
.c-editor .c-temp-author__content:not(:root) {
  width: 100%;
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
.c-editor .c-temp-author__name:not(:root) {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}
.c-editor .c-temp-author__post:not(:root) {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  margin-top: 0.25rem;
}
.c-editor .c-temp-author__profile:not(:root) {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  margin-top: 0.5rem;
}
.c-editor .c-temp-box:not(:root) {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0rem !important;
  border: none !important;
}
.c-editor .c-temp-box:not(:root) .wp-block-group__inner-container .wp-block-group {
  padding: 1rem 1.5rem 0.5rem 1.5rem;
  border: 1px solid #7E899A;
  margin-top: 0rem !important;
}
@media screen and (max-width: 767px) {
  .c-editor .c-temp-box:not(:root) .wp-block-group__inner-container .wp-block-group {
    padding: 1rem 1rem 0.5rem 1rem;
  }
}
.c-editor .c-temp-box:not(:root) h2,
.c-editor .c-temp-box:not(:root) h3,
.c-editor .c-temp-box:not(:root) h4,
.c-editor .c-temp-box:not(:root) p {
  padding: 0;
  margin: 0;
  border: none;
}
.c-editor .c-temp-box:not(:root) h2::before, .c-editor .c-temp-box:not(:root) h2::after,
.c-editor .c-temp-box:not(:root) h3::before,
.c-editor .c-temp-box:not(:root) h3::after,
.c-editor .c-temp-box:not(:root) h4::before,
.c-editor .c-temp-box:not(:root) h4::after,
.c-editor .c-temp-box:not(:root) p::before,
.c-editor .c-temp-box:not(:root) p::after {
  display: none;
}
.c-editor .c-temp-box:not(:root) h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-editor .c-temp-box:not(:root) h2 {
    padding: 1rem;
  }
}
.c-editor .c-temp-box:not(:root) h3 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.c-editor .c-temp-box:not(:root) p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.c-editor-privacy:not(:root) p {
  margin-bottom: 0rem;
}
.c-editor-privacy:not(:root) ul,
.c-editor-privacy:not(:root) ol {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.c-temp-intro {
  width: 100%;
  padding: 5.625rem 2.5rem 11.25rem 2.5rem;
  background: #EEF1F5;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .c-temp-intro {
    padding: 4rem 1rem 8rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}
.c-temp-intro > .wp-block-group__inner-container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-temp-intro > .wp-block-group__inner-container {
    max-width: 100%;
  }
}
.c-temp-intro h2 {
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-temp-intro h2 {
    font-size: 1.5rem;
    padding-bottom: 2.125rem;
  }
}
.c-temp-intro h2 sup {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  color: rgba(13, 32, 62, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-temp-intro h2 sup {
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    left: 0;
    bottom: 0;
    display: block;
    font-size: 1.25rem;
  }
}
.c-temp-intro h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .c-temp-intro h3 {
    font-size: 1.25rem;
    padding-bottom: 0.9375rem;
  }
}
.c-temp-intro p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-temp-intro p {
    margin-top: 1.5rem;
  }
}
.c-temp-intro ul {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-temp-intro ul {
    margin-top: 1.125rem;
  }
}
.c-temp-intro ul li {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  padding-left: 2.5rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-temp-intro ul li {
    font-size: 1rem;
    padding-left: 2.25rem;
  }
}
.c-temp-intro ul li:first-of-type {
  margin-top: 0rem;
}
.c-temp-intro ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-temp-intro ul li::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.c-temp-intro .wp-block-embed {
  width: 100%;
}
.c-temp-intro .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.25%;
}
.c-temp-intro .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-temp-intro .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .c-temp-intro .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1rem;
  }
}
.c-temp-intro .wp-block-columns .wp-block-column {
  width: 50%;
  -ms-flex-preferred-size: initial !important;
      flex-basis: initial !important;
}
@media screen and (max-width: 767px) {
  .c-temp-intro .wp-block-columns .wp-block-column {
    width: 100%;
  }
}
.c-temp-intro .c-temp-intro__box {
  padding: 2.125rem 3.5rem;
  background: #fff;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-temp-intro .c-temp-intro__box {
    padding: 1.5rem 1rem;
  }
}

.c-temp-feature {
  width: 100%;
  padding: 5.625rem 2.5rem 3.75rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .c-temp-feature {
    padding: 4rem 1rem 1.25rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}
.c-temp-feature > .wp-block-group__inner-container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-temp-feature > .wp-block-group__inner-container {
    max-width: 100%;
  }
}
.c-temp-feature h2 {
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-temp-feature h2 {
    font-size: 2rem;
    padding-bottom: 2.125rem;
    margin-bottom: 1.5rem;
  }
}
.c-temp-feature h2 sup {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  color: rgba(31, 170, 205, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-temp-feature h2 sup {
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    left: 0;
    bottom: 0;
    display: block;
    font-size: 1.25rem;
  }
}
.c-temp-feature h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-temp-feature h3 {
    font-size: 1.5rem;
  }
}
.c-temp-feature h3 sup {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-temp-feature h3 sup {
    position: absolute;
    top: 2.375rem;
    left: 0;
    font-size: 3rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
.c-temp-feature p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-temp-feature p {
    margin-top: 0.5rem;
  }
}
.c-temp-feature .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .c-temp-feature .wp-block-columns {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.c-temp-feature .wp-block-columns:first-of-type {
  border-top: 1px solid #CCCCCC;
}
.c-temp-feature .wp-block-columns:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-temp-feature .wp-block-columns:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.c-temp-feature .wp-block-columns .wp-block-column {
  width: 50%;
  -ms-flex-preferred-size: initial !important;
      flex-basis: initial !important;
}
@media screen and (max-width: 767px) {
  .c-temp-feature .wp-block-columns .wp-block-column {
    width: 100%;
  }
}

.c-temp-other {
  width: 100%;
  padding: 4rem 2.5rem 5.625rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-temp-other {
    padding: 2.5rem 1rem 4rem 1rem;
  }
}
.c-temp-other > .wp-block-group__inner-container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-temp-other > .wp-block-group__inner-container {
    max-width: 100%;
  }
}
.c-temp-other h2 {
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-temp-other h2 {
    font-size: 2rem;
    padding-bottom: 2.125rem;
  }
}
.c-temp-other h2 sup {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  color: rgba(37, 108, 201, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-temp-other h2 sup {
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    left: 0;
    bottom: 0;
    display: block;
    font-size: 1.25rem;
  }
}
.c-temp-other h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-temp-other h3 {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}
.c-temp-other p {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-temp-other p {
    margin-top: 1rem;
  }
}
.c-temp-other .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .c-temp-other .wp-block-columns {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.5rem;
  }
}
.c-temp-other .wp-block-columns figure {
  width: 100%;
}

.c-temp-case {
  width: 100%;
  padding: 5.625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-temp-case {
    padding: 4rem 1rem;
  }
}
.c-temp-case > .wp-block-group__inner-container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-temp-case > .wp-block-group__inner-container {
    max-width: 100%;
  }
}
.c-temp-case h2 {
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-temp-case h2 {
    font-size: 2.25rem;
    padding-bottom: 1.875rem;
  }
}
.c-temp-case h2 sup {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  color: rgba(37, 108, 201, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-temp-case h2 sup {
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    left: 0;
    bottom: 0;
    display: block;
    font-size: 1.25rem;
  }
}
.c-temp-case .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .c-temp-case .wp-block-columns {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.5rem;
  }
}
.c-temp-case .wp-block-button__link {
  position: relative;
  min-width: 20rem;
  height: 4.5rem;
  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: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 2.5rem;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#1669C2), to(#3484CA));
  background: linear-gradient(90deg, #1669C2 0%, #3484CA 100%);
  margin-top: 3.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-temp-case .wp-block-button__link {
    margin-top: 2.5rem;
  }
}
.c-temp-case .wp-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#004186), to(#1B68AB));
  background: linear-gradient(90deg, #004186 0%, #1B68AB 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-temp-case .wp-block-button__link span {
  position: relative;
  z-index: 2;
}
.c-temp-case .wp-block-button__link .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  width: 0.875rem;
  height: 0.75rem;
  overflow: hidden;
}
.c-temp-case .wp-block-button__link .arrow::before, .c-temp-case .wp-block-button__link .arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.875rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-temp-case .wp-block-button__link .arrow::before {
  left: -150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.c-temp-case .wp-block-button__link:hover {
  opacity: 1;
}
.c-temp-case .wp-block-button__link:hover::after {
  left: 0%;
  opacity: 1;
}
.c-temp-case .wp-block-button__link:hover .arrow::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.c-temp-case .wp-block-button__link:hover .arrow::after {
  left: 150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.c-temp-spec {
  width: 100%;
  padding: 5.625rem 2.5rem 9.375rem 2.5rem;
  background: #E3F5F7;
  border-radius: 5rem 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-temp-spec {
    padding: 4rem 1rem 6.5rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }
}
.c-temp-spec > .wp-block-group__inner-container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-temp-spec > .wp-block-group__inner-container {
    max-width: 100%;
  }
}
.c-temp-spec h2 {
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-temp-spec h2 {
    font-size: 2rem;
    padding-bottom: 2.125rem;
  }
}
.c-temp-spec h2 sup {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  color: rgba(13, 32, 62, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-temp-spec h2 sup {
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    left: 0;
    bottom: 0;
    display: block;
    font-size: 1.25rem;
  }
}
.c-temp-spec .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
  margin-top: 3.5rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-temp-spec .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.5rem;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .c-temp-spec .wp-block-columns .wp-block-image {
    margin-bottom: 1.5rem;
  }
}
.c-temp-spec .wp-block-columns .wp-block-column {
  -ms-flex-preferred-size: initial !important;
      flex-basis: initial !important;
}
.c-temp-spec .wp-block-columns .wp-block-column:nth-of-type(odd) {
  width: 29.1666666667%;
}
@media screen and (max-width: 767px) {
  .c-temp-spec .wp-block-columns .wp-block-column:nth-of-type(odd) {
    width: 100%;
    padding: 0 0.9375rem;
  }
}
.c-temp-spec .wp-block-columns .wp-block-column:nth-of-type(even) {
  width: 65.8333333333%;
  padding: 2.5rem;
  padding-top: 1.5rem;
  background: #fff;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-temp-spec .wp-block-columns .wp-block-column:nth-of-type(even) {
    width: 100%;
    padding: 1rem;
  }
}
.c-temp-spec .wp-block-columns .wp-block-column .j-open {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-temp-spec .wp-block-columns .wp-block-column .j-open::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1rem;
  height: 1rem;
  background-image: url(../imgs/pc/arrow_back.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-temp-spec .wp-block-columns .wp-block-column .j-open.open::after {
  -webkit-transform: translateY(-50%) scale(-1, -1);
          transform: translateY(-50%) scale(-1, -1);
}
.c-temp-spec .wp-block-table.no-head td {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  padding: 1rem 0rem;
}
@media screen and (max-width: 767px) {
  .c-temp-spec .wp-block-table.no-head td {
    display: block;
    line-height: 1.5;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }
}
.c-temp-spec .wp-block-table.no-head td:first-of-type {
  width: 12.25rem;
  border-bottom: 1px solid #1FAACD;
}
@media screen and (max-width: 767px) {
  .c-temp-spec .wp-block-table.no-head td:first-of-type {
    width: 100%;
    color: #256CC9;
    font-size: 1.125rem;
    font-weight: 700;
    border-bottom: none;
    padding: 0;
    padding-top: 1rem;
  }
}
.c-temp-spec .wp-block-table.no-head tr:last-of-type td {
  border-bottom: none;
  padding-bottom: 0rem;
}

.p-fv {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 10vw 0rem 10rem 0rem;
  background: linear-gradient(252.96deg, #61E1E5 29.34%, #3ECCCE 49.21%, #28BFBF 89.26%);
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding: 22.5641025641vw 0rem 5rem 0rem;
    background: linear-gradient(247.9deg, #61E1E5 0%, #3ECCCE 14.53%, #28BFBF 43.8%);
  }
}

.p-fv__item {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 81.1805555556vw;
}
@media screen and (max-width: 767px) {
  .p-fv__item {
    width: 76.9230769231vw;
  }
}

.p-fv__slider {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50vw;
  border-bottom-left-radius: 5.5555555556vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv__slider {
    position: relative;
    top: auto;
    right: -4.1025641026vw;
    width: 95.8974358974vw;
    border-bottom-left-radius: 10.2564102564vw;
    margin-top: 6.1538461538vw;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__sliderImg img {
    height: 82.0512820513vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    border-radius: 10.2564102564vw 0 0 10.2564102564vw;
    overflow: hidden;
  }
}

.p-fv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 88.8888888889vw;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    max-width: 100%;
    padding-left: 4.1025641026vw;
  }
}

.p-fv__title {
  color: #fff;
  font-size: 5.5555555556vw;
  line-height: 1.3;
  font-weight: 500;
  text-shadow: 0rem 0rem 0.75rem rgba(23, 123, 125, 0.5);
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 13.0769230769vw;
  }
}
.p-fv__title .point01 {
  position: relative;
  z-index: 1;
  top: -0.2777777778vw;
  display: inline-block;
  font-size: 5.5555555556vw;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 1.1111111111vw;
  margin-right: 0.9722222222vw;
}
@media screen and (max-width: 767px) {
  .p-fv__title .point01 {
    top: 0vw;
    font-size: 13.0769230769vw;
    margin-left: 2.5641025641vw;
    margin-right: 2.5641025641vw;
  }
}
.p-fv__title .point01::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -0.5555555556vw;
  left: -0.5555555556vw;
  width: 12.0833333333vw;
  height: 7.2222222222vw;
  background: -webkit-gradient(linear, left top, right top, from(#2CA6C4), to(#368ACB));
  background: linear-gradient(90deg, #2CA6C4 0%, #368ACB 100%);
}
@media screen and (max-width: 767px) {
  .p-fv__title .point01::before {
    top: -1.5384615385vw;
    left: -1.0256410256vw;
    width: 28.4615384615vw;
    height: 16.9230769231vw;
  }
}
.p-fv__title .point02 {
  position: relative;
  z-index: 1;
  top: 0.1388888889vw;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 6.6666666667vw;
  line-height: 1;
  letter-spacing: -0.16em;
  margin-top: 1.25vw;
  margin-left: 0.2777777778vw;
  margin-right: 1.9444444444vw;
  margin-bottom: 1.8055555556vw;
}
.p-fv__title .point02 span {
  letter-spacing: -0.32em;
}
@media screen and (max-width: 767px) {
  .p-fv__title .point02 {
    top: 0.5128205128vw;
    font-size: 15.641025641vw;
    margin-top: 2.0512820513vw;
    margin-left: 0.5128205128vw;
    margin-right: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
  }
}
.p-fv__title .point02::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0.1388888889vw;
  left: -0.1388888889vw;
  width: 32.5694444444vw;
  height: 7.2222222222vw;
  background: -webkit-gradient(linear, left top, right top, from(#2CA6C4), to(#368ACB));
  background: linear-gradient(90deg, #2CA6C4 0%, #368ACB 100%);
}
@media screen and (max-width: 767px) {
  .p-fv__title .point02::before {
    top: 0.2564102564vw;
    left: -0.2564102564vw;
    width: 76.4102564103vw;
    height: 17.1794871795vw;
  }
}

.p-fv__text {
  color: #fff;
  font-size: 1.6666666667vw;
  font-weight: 500;
  text-shadow: 0rem 0rem 0.75rem rgba(23, 123, 125, 0.5);
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 4.1025641026vw;
    margin-top: 3.5897435897vw;
  }
}

.p-fv__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5555555556vw;
  margin-top: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  .p-fv__lists {
    gap: 1.0256410256vw;
    margin-top: 3.5897435897vw;
  }
}

.p-fv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.2083333333vw;
  color: #256CC9;
  font-size: 1.6666666667vw;
  line-height: 1.24;
  font-weight: 700;
  padding: 1.0069444444vw 1.1111111111vw;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #256CC9;
}
@media screen and (max-width: 767px) {
  .p-fv__list {
    gap: 0.2564102564vw;
    font-size: 2.8205128205vw;
    padding: 1.6666666667vw 1.5384615385vw;
    border: 1px solid #256CC9;
  }
}
.p-fv__list span {
  font-family: "Barlow", sans-serif;
  font-size: 4.7222222222vw;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-fv__list span {
    font-size: 7.9487179487vw;
  }
}
.p-fv__list span.min {
  font-size: 3.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-fv__list span.min {
    font-size: 5.3846153846vw;
  }
}
.p-fv__list span .jp {
  position: relative;
  left: 0.3472222222vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2222222222vw;
  line-height: 1.24;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv__list span .jp {
    font-size: 3.5897435897vw;
  }
}

.p-fv__comment {
  color: #fff;
  font-size: 0.9722222222vw;
  font-weight: 500;
  margin-top: 0.2777777778vw;
}
@media screen and (max-width: 767px) {
  .p-fv__comment {
    font-size: 2.5641025641vw;
    margin-top: 0.5128205128vw;
  }
}

.p-fv__buttonBox {
  width: 100%;
  max-width: 42.5rem;
  margin: 5.5555555556vw auto 0 auto;
  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: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__buttonBox {
    max-width: 20rem;
    margin: 6.1538461538vw auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
  }
}

.p-fv-achieve {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-achieve {
    margin-top: 3rem;
  }
}

.p-fv-achieve__title {
  padding-left: 0.4375rem;
  text-align: center;
}
.p-fv-achieve__title span {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 0rem 0rem 0.75rem rgba(23, 123, 125, 0.5);
}
@media screen and (max-width: 767px) {
  .p-fv-achieve__title span {
    font-size: 1.25rem;
  }
}
.p-fv-achieve__title span::before, .p-fv-achieve__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 0.125rem;
  height: 1.875rem;
  background: #fff;
  -webkit-box-shadow: 0rem 0rem 0.75rem rgba(23, 123, 125, 0.5);
          box-shadow: 0rem 0rem 0.75rem rgba(23, 123, 125, 0.5);
}
@media screen and (max-width: 767px) {
  .p-fv-achieve__title span::before, .p-fv-achieve__title span::after {
    height: 1.75rem;
  }
}
.p-fv-achieve__title span::before {
  left: -1.5rem;
  -webkit-transform: translateY(-50%) rotate(-34deg);
          transform: translateY(-50%) rotate(-34deg);
}
@media screen and (max-width: 767px) {
  .p-fv-achieve__title span::before {
    left: -1.125rem;
  }
}
.p-fv-achieve__title span::after {
  right: -1.125rem;
  -webkit-transform: translateY(-50%) rotate(34deg);
          transform: translateY(-50%) rotate(34deg);
}
@media screen and (max-width: 767px) {
  .p-fv-achieve__title span::after {
    right: -0.75rem;
  }
}

.p-fv-achieve__lists {
  margin-top: 1rem;
}

.p-fv-achieve__list {
  width: 100%;
  max-width: 17.5rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-achieve__list {
    max-width: 11.25rem;
  }
}

.p-fv-campaign {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-campaign {
    padding: 2.5rem 0rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -2.5rem;
  }
}

.p-fv-campaign__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-campaign__inner {
    max-width: 100%;
  }
}

.p-fv-campaign__title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-campaign__title {
    font-size: 1.5rem;
    padding: 0 1rem;
  }
}

.p-fv-campaign__wrapper {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}

.slider-campaign {
  opacity: 0;
}
.slider-campaign.slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slider-campaign .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.slider-campaign .slick-list {
  overflow: visible;
  margin-right: -1.5rem;
}
@media screen and (max-width: 767px) {
  .slider-campaign .slick-list {
    margin-right: 0;
    overflow: hidden;
  }
}
.slider-campaign .slick-slide {
  float: left;
  height: auto;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .slider-campaign .slick-slide {
    padding-right: 0rem;
  }
}
.slider-campaign .p-fv-campaign__prev,
.slider-campaign .p-fv-campaign__next {
  position: absolute;
  top: -3.5rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.0625rem solid #256CC9;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider-campaign .p-fv-campaign__prev:hover,
.slider-campaign .p-fv-campaign__next:hover {
  background: #256CC9;
}
.slider-campaign .p-fv-campaign__prev:hover::before,
.slider-campaign .p-fv-campaign__next:hover::before {
  border-top: 0.09375rem solid #fff;
  border-right: 0.09375rem solid #fff;
}
.slider-campaign .p-fv-campaign__prev {
  right: 3rem;
}
@media screen and (max-width: 767px) {
  .slider-campaign .p-fv-campaign__prev {
    right: 4rem;
  }
}
.slider-campaign .p-fv-campaign__next {
  right: 0rem;
}
@media screen and (max-width: 767px) {
  .slider-campaign .p-fv-campaign__next {
    right: 1rem;
  }
}
.slider-campaign .p-fv-campaign__prev::before,
.slider-campaign .p-fv-campaign__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.09375rem solid #256CC9;
  border-right: 0.09375rem solid #256CC9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider-campaign .p-fv-campaign__prev::before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
          transform: translate(-25%, -50%) rotate(-135deg);
}
.slider-campaign .p-fv-campaign__next::before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}

.p-fv-campaignPost {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-campaignPost {
    margin: 0 1rem;
  }
}
.p-fv-campaignPost:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-fv-campaignPost:hover .p-fv-campaignPost__title {
  color: #256CC9;
}

.p-fv-campaignPost__thumbnail {
  width: 100%;
}

.p-fv-campaignPost__img {
  position: relative;
  overflow: hidden;
}
.p-fv-campaignPost__img::before {
  content: "";
  display: block;
  padding-top: 56.3186813187%;
}
.p-fv-campaignPost__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-campaignPost__title {
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-problem {
  width: 100%;
}

.p-fv-problem__inner {
  padding: 7.5rem 2.5rem 8.5rem 2.5rem;
  background: #EEF1F5;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__inner {
    padding: 5rem 1rem 0rem 1rem;
  }
}

.p-fv-problem__title {
  position: relative;
  z-index: 1;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.p-fv-problem__title span {
  color: #256CC9;
  font-size: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__title span {
    font-size: 2rem;
  }
}
.p-fv-problem__title::before {
  content: attr(data-en);
  position: absolute;
  top: -6.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 9.125rem;
  line-height: 1;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(rgba(22, 105, 194, 0.16)), to(rgba(52, 132, 202, 0.16)));
  background: linear-gradient(90deg, rgba(22, 105, 194, 0.16) 0%, rgba(52, 132, 202, 0.16) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__title::before {
    top: -3.4375rem;
    font-size: 5rem;
  }
}

.p-fv-problem__wrapper {
  width: 100%;
  max-width: 75rem;
  margin: 2.5rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.p-fv-problem__box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .p-fv-problem__box:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

.p-fv-problem__lists {
  width: 100%;
  height: 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 1.5rem 1rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__lists {
    height: auto;
    padding: 1rem 0.5rem;
  }
}

.p-fv-problem__list {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 700;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__list {
    font-size: 1rem;
    padding-left: 1.5rem;
  }
}
.p-fv-problem__list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0.3125rem;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 700;
}

.p-fv-problem__img {
  width: 100%;
  max-width: 10rem;
  margin: 1rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__img {
    max-width: 6.25rem;
    margin: 0;
  }
}

.p-fv-problem__exp {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-problem__exp {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
.p-fv-problem__exp span {
  display: inline-block;
  color: #fff;
  padding: 0.125rem 0.125rem 0.125rem 0.625rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #256CC9), color-stop(#256CC9), color-stop(transparent), to(transparent));
  background: linear-gradient(to right, #256CC9 0, #256CC9 calc(100% - 0.875rem), transparent calc(100% - 0.875rem), transparent 100%);
}
@media screen and (max-width: 767px) {
  .p-fv-problem__exp span {
    padding: 0rem 0.125rem 0rem 0.625rem;
  }
}

.p-fv-solution {
  position: relative;
  width: 100%;
  padding: 5.375rem 0rem 7.5rem 0rem;
  background: #EEF1F5;
}
@media screen and (max-width: 767px) {
  .p-fv-solution {
    padding: 9rem 1rem 6.5rem 1rem;
  }
}
.p-fv-solution::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.25rem;
  height: 5rem;
  background: rgba(37, 108, 201, 0.5);
}
@media screen and (max-width: 767px) {
  .p-fv-solution::before {
    top: 2rem;
    height: 2.5rem;
  }
}

.p-fv-solution__wrapper {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solution__wrapper {
    max-width: 100%;
    display: block;
  }
}

.p-fv-solution__title {
  width: 100%;
  max-width: 20rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-solution__title {
    max-width: 100%;
    font-size: 2.25rem;
  }
}
.p-fv-solution__title::before {
  content: attr(data-en);
  position: absolute;
  top: -6.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 9.125rem;
  line-height: 1;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(rgba(22, 105, 194, 0.16)), to(rgba(52, 132, 202, 0.16)));
  background: linear-gradient(90deg, rgba(22, 105, 194, 0.16) 0%, rgba(52, 132, 202, 0.16) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-fv-solution__title::before {
    top: -3rem;
    font-size: 5rem;
  }
}

.p-fv-solution__box {
  width: 100%;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solution__box {
    margin-top: 1.5rem;
  }
}

.p-fv-solution__bigText {
  font-size: 1.5rem;
  font-weight: 700;
}

.p-fv-solution__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solution__text {
    margin-top: 1rem;
  }
}

.p-fv-solution__link {
  margin-top: 1.5rem;
}

.p-fv-solution__lists {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solution__lists {
    margin-top: 2.5rem;
  }
}

.p-fv-solution__list {
  width: 2.5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solution__list {
    width: 2.0625rem;
    margin-right: 4.0625rem;
  }
}

.p-fv-reason {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5.625rem 2.5rem 11.25rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason {
    padding: 4rem 1rem 8rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-fv-reason__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__inner {
    max-width: 100%;
  }
}

.p-fv-reason__title {
  position: relative;
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__title {
    font-size: 2rem;
  }
}
.p-fv-reason__title span {
  color: #1FAACD;
}
.p-fv-reason__title::after {
  content: attr(data-en);
  position: absolute;
  top: 0.5rem;
  right: 0rem;
  width: 16.5rem;
  color: rgba(31, 170, 205, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__title::after {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    display: block;
    width: 100%;
    font-size: 1.25rem;
    text-align: left;
    margin-top: 0.5rem;
  }
}

.p-fv-reason__wrapper {
  width: 100%;
  margin-top: 3.5rem;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__wrapper {
    margin-top: 1.5rem;
  }
}

.p-fv-reasonCard {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.5rem;
  padding: 3.5rem 1.5rem;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1rem;
    padding: 1.5rem 0rem;
  }
}

.p-fv-reasonCard__box {
  width: 100%;
  padding-left: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv-reasonCard__box {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-reasonCard__box {
    padding-left: 0rem;
  }
}

.p-fv-reasonCard__title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-fv-reasonCard__title {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-reasonCard__title {
    font-size: 1.5rem;
  }
}
.p-fv-reasonCard__title .number {
  position: absolute;
  top: 0.125rem;
  left: -4.5rem;
  color: #1FAACD;
  font-family: "Barlow", sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonCard__title .number {
    top: 0.875rem;
    left: 0;
    font-size: 3rem;
  }
}

.p-fv-reasonCard__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonCard__text {
    margin-top: 0.5rem;
  }
}

.p-fv-reasonCard__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reasonCard__link {
    margin-top: 1rem;
  }
}

.p-fv-reasonCard__img {
  width: 100%;
  max-width: 32rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-fv-reason__buttonBox {
  width: 100%;
  max-width: 42.5rem;
  margin: 5rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__buttonBox {
    width: 100%;
    max-width: 20rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin: 2.5rem auto 0rem auto;
  }
}

.p-fv-reason__button {
  width: 100%;
}

.p-fv-case {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5.625rem 2.5rem 11.25rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-case {
    padding: 4rem 1rem 8rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-fv-case__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-case__inner {
    max-width: 100%;
  }
}

.p-fv-case__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-case__title {
    font-size: 2rem;
  }
}
.p-fv-case__title::after {
  content: attr(data-en);
  position: absolute;
  top: 0.75rem;
  right: 0rem;
  color: rgba(37, 108, 201, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-case__title::after {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    display: block;
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.p-fv-case__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-case__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 1.5rem;
  }
}

.p-fv-case__button {
  width: 100%;
  max-width: 20rem;
  margin: 2.5rem auto 0rem auto;
}

.p-fv-faq {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq {
    max-width: 100%;
    display: block;
  }
}

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

.p-fv-faq__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__title {
    font-size: 2rem;
  }
}
.p-fv-faq__title::after {
  content: attr(data-en);
  position: relative;
  display: block;
  color: rgba(13, 32, 62, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__title::after {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.p-fv-faq__link {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__link {
    margin-top: 1.5rem;
  }
}

.p-fv-faq__wrapper {
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__wrapper {
    margin-top: 1rem;
  }
}

.p-fv-faq__column {
  padding: 1.4375rem 1rem;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__column {
    padding: 1rem 0rem;
  }
}

.p-fv-faq__ques {
  cursor: pointer;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 3rem;
}
.p-fv-faq__ques::before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  top: 0.125rem;
  left: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}
.p-fv-faq__ques span {
  position: absolute;
  top: 0.25rem;
  right: 0.4375rem;
  width: 1.125rem;
  height: 1.125rem;
}
.p-fv-faq__ques span::before, .p-fv-faq__ques span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 0.15625rem;
  background: #0D203E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-faq__ques span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-fv-faq__ques.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.p-fv-faq__box {
  display: none;
  padding: 0 2rem;
  margin-top: 1rem;
}
.p-fv-faq__box.open {
  display: block;
}

.p-fv-faq__ans {
  font-size: 1rem;
}
.p-fv-faq__ans a {
  text-decoration: underline;
}
.p-fv-faq__ans a:hover {
  opacity: 0.7;
}

.p-fv-news {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 5rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news {
    max-width: 100%;
    display: block;
    margin-top: 2.5rem;
  }
}

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

.p-fv-news__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-news__title {
    font-size: 2rem;
  }
}
.p-fv-news__title::after {
  content: attr(data-en);
  position: relative;
  display: block;
  color: rgba(13, 32, 62, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__title::after {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.p-fv-news__link {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__link {
    margin-top: 1.5rem;
  }
}

.p-fv-news__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__wrapper {
    margin-top: 1rem;
  }
}

.p-fv-frameBlue {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5.625rem 2.5rem 11.25rem 2.5rem;
  background: #E3F5F7;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-frameBlue {
    padding: 4rem 1rem 8rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-fv-frameGray {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5.625rem 2.5rem 10.625rem 2.5rem;
  background: #EEF1F5;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-frameGray {
    padding: 4rem 1rem 8rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-fv-resources {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-resources {
    padding: 4rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-fv-resources__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-resources__inner {
    max-width: 100%;
  }
}

.p-fv-resources__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-resources__title {
    font-size: 2rem;
  }
}
.p-fv-resources__title::after {
  content: attr(data-en);
  position: absolute;
  top: 0.75rem;
  right: 0rem;
  color: rgba(37, 108, 201, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-resources__title::after {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    display: block;
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.p-fv-resources__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-resources__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.p-fv-resources__button {
  width: 100%;
  max-width: 20rem;
  margin: 2.5rem auto 0rem auto;
}

.p-news {
  width: 100%;
  padding: 5rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 2.5rem 1rem 4rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -2.5rem;
  }
}

.p-news__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    max-width: 100%;
  }
}

.p-news__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
}

.p-case {
  width: 100%;
  padding: 5rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding: 2.5rem 1rem 4rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -2.5rem;
  }
}

.p-case__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-case__inner {
    max-width: 100%;
  }
}

.p-case-search {
  width: 100%;
}

.p-case-search__label {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-case-search__label {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;
    padding-left: 2.125rem;
  }
}
.p-case-search__label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/search_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-case-search__label span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1rem;
  height: 1rem;
}
.p-case-search__label span::before, .p-case-search__label span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  height: 2px;
  background: #0D203E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-case-search__label span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-case-search__label.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

@media screen and (max-width: 767px) {
  .p-case-search__block {
    display: none;
    width: 100%;
  }
}

.p-case-search__column {
  width: 100%;
  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;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-search__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    margin-top: 0.5rem;
  }
}

.p-case-search__box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-search__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem;
    padding-left: 0rem;
  }
}
.p-case-search__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/search_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-case-search__box::before {
    display: none;
  }
}

.p-case-search__select {
  cursor: pointer;
  width: 13.75rem;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.4375rem 1.9375rem 0.4375rem 0.4375rem;
  border: 1px solid rgba(13, 32, 62, 0.2);
  border-radius: 0.25rem;
  background-image: url("../imgs/pc/search_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.4375rem center; /* 右から12px・上下中央 */
  background-size: 1rem 1rem; /* 矢印画像のサイズ */
}
@media screen and (max-width: 767px) {
  .p-case-search__select {
    width: 100%;
    height: 2.3125rem;
    font-size: 0.875rem;
  }
}

.p-case-search__button {
  position: relative;
  width: 12rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: #fff;
  font-size: 1rem;
  font-weight: 700;
  background: #0D203E;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-case-search__button {
    width: 10.875rem;
    height: 2.3125rem;
    font-size: 0.875rem;
    margin: 0rem auto;
  }
}

.p-case-searchText {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-searchText {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.p-case__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 1.5rem;
  }
}

.p-resources {
  width: 100%;
  padding: 5rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-resources {
    padding: 2.5rem 1rem 4rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -2.5rem;
  }
}

.p-resources__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-resources__inner {
    max-width: 100%;
  }
}

.p-resources__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-resources__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.p-products {
  width: 100%;
  padding: 5rem 2.5rem 7.5rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-products {
    padding: 2.5rem 1rem 4rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -2.5rem;
  }
}

.p-products__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-products__inner {
    max-width: 100%;
  }
}

.p-products__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-products__wrapper {
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}

.p-products__block {
  width: 100%;
}

.p-products-title {
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-products-title {
    font-size: 2rem;
  }
}
.p-products-title::after {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  color: rgba(37, 108, 201, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-products-title::after {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    display: block;
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.p-products__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-products__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
    margin-top: 1.5rem;
  }
}

.p-products-search {
  width: 100%;
  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;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-products-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem;
  }
}

.p-products-search__box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-products-search__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem;
  }
}

.p-products-search__select {
  cursor: pointer;
  width: 100%;
  max-width: 12.5rem;
  height: 4.5rem;
  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: 1rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid rgba(13, 32, 62, 0.2);
  border-radius: 0.3125rem;
  background-image: url("../imgs/pc/search_arrow_black.svg");
  background-repeat: no-repeat;
  background-position: right 1.5rem center; /* 右から12px・上下中央 */
  background-size: 0.75rem 0.4375rem; /* 矢印画像のサイズ */
}
@media screen and (max-width: 767px) {
  .p-products-search__select {
    max-width: 100%;
    height: 3.5rem;
    background-position: right 1rem center;
  }
}
.p-products-search__select:first-of-type {
  max-width: 15.5rem;
}
@media screen and (max-width: 767px) {
  .p-products-search__select:first-of-type {
    max-width: 100%;
  }
}
.p-products-search__select:hover {
  color: #fff;
  background: #0D203E;
  background-image: url("../imgs/pc/search_arrow_white.svg");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 0.75rem 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-products-search__select:hover {
    background-position: right 1rem center;
  }
}

.p-products-search__button {
  position: relative;
  width: 30rem;
  height: 4.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  background: #256CC9;
  border: 1px solid #777777;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-products-search__button {
    width: 100%;
    height: 3.5rem;
  }
}
.p-products-search__button span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  width: 0.875rem;
  height: 0.75rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-products-search__button span {
    right: 1rem;
  }
}
.p-products-search__button span::before, .p-products-search__button span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.875rem;
  height: 0.75rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-products-search__button span::before {
  left: -150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.p-products-search__button:hover {
  background: #0D203E;
}
.p-products-search__button:hover span::before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.p-products-search__button:hover span::after {
  left: 150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.p-products-support {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5.625rem 2.5rem 11.25rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-products-support {
    padding: 4rem 1rem 7.75rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-products-support__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-products-support__inner {
    max-width: 100%;
  }
}

.p-products-support__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-products-support__title {
    font-size: 2.25rem;
  }
}
.p-products-support__title::after {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  color: rgba(37, 108, 201, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-products-support__title::after {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    display: block;
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}

.p-products-support__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-products-support__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 1.5rem;
  }
}

.p-products-support__button {
  width: 100%;
  max-width: 20rem;
  margin: 2.5rem auto 0rem auto;
}

.p-products-supportCard {
  width: 100%;
}

.p-products-supportCard__img {
  width: 100%;
}

.p-products-supportCard__title {
  color: #256CC9;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-products-supportCard__title {
    font-size: 1.25rem;
  }
}

.p-products-supportCard__text {
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-products-supportCard__text {
    margin-top: 0.5rem;
  }
}

.p-products-flow {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5.625rem 2.5rem 11.25rem 2.5rem;
  background: #EEF1F5;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-products-flow {
    padding: 4rem 1rem 8rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-products-flow__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-products-flow__inner {
    max-width: 100%;
  }
}

.p-products-flow__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-products-flow__title {
    font-size: 2.25rem;
  }
}
.p-products-flow__title::after {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  color: rgba(37, 108, 201, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-products-flow__title::after {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    display: block;
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.p-products-flow__wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-products-flow__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.p-products-flow__wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 0.1875rem;
  background: #256CC9;
}

.p-products-flowStep {
  width: 100%;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-products-flowStep {
    padding: 1.5rem 1rem;
  }
}

.p-products-flowStep__number {
  color: #256CC9;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.p-products-flowStep__title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem;
  background: #256CC9;
  border-radius: 0.3125rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-products-flowStep__title {
    font-size: 1.125rem;
  }
}

.p-products-flowStep__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-products-flowStep__text {
    margin-top: 1rem;
  }
}

.p-products-flowCard {
  width: 100%;
  padding: 3.5rem 5rem;
  background: #fff;
  border-radius: 0.9375rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-products-flowCard {
    padding: 2.5rem 1rem 1rem 1rem;
  }
}

.p-products-flowCard__title {
  color: #256CC9;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-products-flowCard__title {
    font-size: 1.375rem;
  }
}

.p-products-flowCard__text {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 1.5rem;
}

.p-products-flowCard__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-products-flowCard__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

.p-products-flowCard__box {
  width: 100%;
  padding: 3.5rem 2.5rem 2rem 2.5rem;
  background: #EEF1F5;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-products-flowCard__box {
    padding: 2rem 1rem;
    border-radius: 1.5rem;
  }
}

.p-products-flowCard__label {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-products-flowCard__label {
    font-size: 1.375rem;
  }
}

.p-products-flowCard__exp {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}

.p-products-flowCard__button {
  width: 100%;
  max-width: 21rem;
  margin: 2rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-products-flowCard__button {
    margin-top: 1.5rem;
  }
}

.p-products-other {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5.625rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-products-other {
    padding: 4rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-products-other__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-products-other__inner {
    max-width: 100%;
  }
}

.p-products-other__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-products-other__title {
    font-size: 2rem;
  }
}
.p-products-other__title::after {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  color: rgba(37, 108, 201, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-products-other__title::after {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    display: block;
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.p-products-other__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-products-other__wrapper {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.p-products-otherCard {
  width: 100%;
}

.p-products-otherCard__title {
  position: relative;
  color: #1FAACD;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-products-otherCard__title {
    font-size: 1.5rem;
  }
  .p-products-otherCard__title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 1rem;
    height: 1rem;
    background-image: url(../imgs/pc/arrow_back_blue.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-products-otherCard__title.open::before {
    -webkit-transform: translateY(-50%) scale(-1, -1);
            transform: translateY(-50%) scale(-1, -1);
  }
}

.p-products-otherCard__column {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-products-otherCard__column {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
    margin-top: 1rem;
  }
}

.p-products-otherCard__link {
  width: 100%;
  min-height: 10.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  background: #EEF1F5;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-products-otherCard__link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0rem;
    padding: 1rem;
  }
}
.p-products-otherCard__link:hover {
  opacity: 0.7;
}

.p-products-otherCard__img {
  width: 100%;
  max-width: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-products-otherCard__img {
    max-width: 30.6748466258%;
  }
}

.p-products-otherCard__group {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-products-otherCard__group {
    max-width: 64.4171779141%;
  }
}

.p-products-otherCard__type {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
}

.p-products-otherCard__label {
  color: #256CC9;
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-products-otherCard__label {
    font-size: 1.25rem;
  }
}

.p-products-otherCard__scale {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
}

.p-single {
  width: 100%;
  padding: 8.75rem 2.5rem 7.5rem 2.5rem;
  background: #EEF1F5;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding: 5.5rem 1rem 6.5rem 1rem;
  }
}

.p-single__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    max-width: 100%;
  }
}

.p-single__wrapper {
  width: 100%;
  max-width: 60rem;
  margin: 2.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-single__wrapper {
    max-width: 100%;
  }
}

.p-single__head {
  width: 100%;
  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;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}

.p-single__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-single__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.25rem;
  }
}

.p-single__label {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__label {
    font-size: 1.25rem;
  }
}

.p-single__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-single__category {
  position: relative;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  padding: 0.1875rem 0.4375rem;
  border: 1px solid #0D203E;
  border-radius: 5rem;
}
.p-single__category::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.125rem;
  width: 1px;
  height: 0.875rem;
  background: #777777;
}
@media screen and (max-width: 767px) {
  .p-single__category::before {
    display: none;
  }
}

.p-single__category--case {
  color: #fff;
  padding: 0.25rem 0.5rem;
  background: #256CC9;
  border: none;
}

.p-single__tag {
  color: #256CC9;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

.p-single__time {
  color: #777777;
  font-size: 1rem;
  font-weight: 500;
}

.p-single__title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.5rem;
  }
}

.p-single__thumbnail {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.p-single__editor {
  width: 100%;
  margin-top: 1.5rem;
}

.p-single-related {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-single-related {
    padding: 4rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-single-related__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-single-related__inner {
    max-width: 100%;
  }
}

.p-single-related__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single-related__title {
    font-size: 2rem;
  }
}
.p-single-related__title::after {
  content: attr(data-en);
  position: absolute;
  top: 0.75rem;
  right: 0rem;
  color: rgba(37, 108, 201, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-single-related__title::after {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    display: block;
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.p-single-related__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-related__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.p-single-related__wrapper--news {
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-related__wrapper--news {
    gap: 1.5rem;
  }
}

.p-single-products {
  width: 100%;
  padding: 8.75rem 2.5rem 10.625rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-single-products {
    padding: 5.625rem 1rem 5.625rem 1rem;
  }
}

.p-single-products__inner {
  position: relative;
  width: 100%;
  max-width: 79rem;
  margin: 0 auto;
  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;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-single-products__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
  }
}

.p-single-products__thumbnail {
  width: 100%;
  max-width: 32rem;
  padding: 4.5rem 4.25rem;
  background: #EDF6F7;
  border-radius: 1.25rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single-products__thumbnail {
    max-width: 100%;
    padding: 2rem;
    margin-left: 0rem;
  }
}

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

.p-single-products__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-products__tags {
    gap: 0.5rem 1rem;
  }
}

.p-single-products__tag {
  color: #256CC9;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-single-products__tag {
    font-size: 0.875rem;
  }
}
.p-single-products__tag::before {
  content: "#";
  display: inline-block;
}

.p-single-products__title {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-products__title {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}

.p-single-products__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-products__lists {
    gap: 0.5rem 1rem;
    margin-top: 1rem;
  }
}

.p-single-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #1FAACD;
  font-size: 1rem;
  font-weight: 700;
}
.p-single-products__list::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/products_eat.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.eating-and-drinking::before {
  background-image: url(../imgs/pc/products_eating.svg);
}

.accommodation::before {
  background-image: url(../imgs/pc/products_accommodation.svg);
}

.hospital-clinic::before {
  background-image: url(../imgs/pc/products_hospital.svg);
}

.nursing-care::before {
  background-image: url(../imgs/pc/products_nursing.svg);
}

.building-maintenance::before {
  background-image: url(../imgs/pc/products_building.svg);
}

.retail::before {
  background-image: url(../imgs/pc/products_retail.svg);
}

.manufacturing::before {
  background-image: url(../imgs/pc/products_manufacturing.svg);
}

.logistics::before {
  background-image: url(../imgs/pc/products_logistics.svg);
}

.p-single-products__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-products__group {
    width: 100%;
    max-width: 20rem;
    margin: 1rem auto 0rem auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-single-products__editor {
  width: 100%;
}

.p-business {
  width: 100%;
  padding: 10.25rem 2.5rem 9rem 2.5rem;
  background: #EEF1F5;
}

.p-business__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-business__inner {
    max-width: 100%;
  }
}

.p-business__title {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
.p-business__title span {
  color: #1FAACD;
}

.p-business__img {
  width: 100%;
  max-width: 50rem;
  margin: 1.5rem auto;
}

.p-business-about {
  width: 100%;
  padding: 5rem 2.5rem 10rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-business-about {
    padding: 2.5rem 1rem 8.75rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -2.5rem;
  }
}

.p-business-about__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-business-about__inner {
    max-width: 100%;
  }
}

.p-business-about__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-business-about__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-business-about__title::before {
  content: attr(data-en);
  display: block;
  color: rgba(13, 32, 62, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}
.p-business-about__title .gradation {
  display: inline-block;
  color: #fff;
  line-height: 1.3;
  padding: 0.125rem 0.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#1669C2), to(#3484CA));
  background: linear-gradient(90deg, #1669C2 0%, #3484CA 100%);
  margin: 0 0.5rem;
}
.p-business-about__title .ml0 {
  margin-left: 0rem;
}
.p-business-about__title .blue {
  color: #1FAACD;
}

.p-business-about__text {
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  margin-top: 1.25rem;
}

.p-business-about__wrapper {
  width: 100%;
  margin-top: 5rem;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-business-about__wrapper {
    margin-top: 2.5rem;
  }
}

.p-business-aboutCard {
  width: 100%;
  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;
  gap: 3.5rem;
  padding: 3.5rem 1.5rem;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-business-aboutCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    padding: 2.5rem 0rem;
  }
}
.p-business-aboutCard:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-business-aboutCard:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-business-aboutCard__img {
  width: 100%;
}

.p-business-aboutCard__box {
  width: 100%;
}

.p-business-aboutCard__number {
  display: block;
  color: #1FAACD;
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.p-business-aboutCard__eng {
  display: block;
  font-size: 2.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-business-aboutCard__eng {
    font-size: 1.5rem;
  }
}

.p-business-aboutCard__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-business-aboutCard__title {
    font-size: 1rem;
    margin-top: 0.125rem;
  }
}

.p-business-aboutCard__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-business-aboutCard__text {
    margin-top: 1rem;
  }
}

.p-business-outcomes {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5rem 2.5rem;
  background: #F2F2F2;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-business-outcomes {
    padding: 3.75rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -3.75rem;
  }
}

.p-business-outcomes__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-business-outcomes__inner {
    max-width: 100%;
  }
}

.p-business-outcomes__title {
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
}
.p-business-outcomes__title::before {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  color: rgba(13, 32, 62, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-business-outcomes__wrapper {
  width: 100%;
}

.p-business-outcomesCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-business-outcomesCard {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-business-outcomesCard__title {
  width: 7.5rem;
  height: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: #fff;
  font-size: 2rem;
  font-weight: 700;
  background: #1FAACD;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-business-outcomesCard__title {
    width: 5.5rem;
    height: 5.5rem;
    font-size: 1.5rem;
  }
}

.p-business-outcomesCard__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.125rem;
}
@media screen and (max-width: 767px) {
  .p-business-outcomesCard__box {
    -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-flow: column;
            flex-flow: column;
    gap: 4.125rem;
  }
}

.p-business-outcomesCard__group {
  position: relative;
  width: 100%;
}
.p-business-outcomesCard__group::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -2.5rem;
  width: 0.125rem;
  height: 2.5rem;
  background: rgba(13, 32, 62, 0.2);
}
@media screen and (max-width: 767px) {
  .p-business-outcomesCard__group::before {
    top: auto;
    right: auto;
    bottom: -2.0625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 5.5rem;
    height: 0.125rem;
  }
}
.p-business-outcomesCard__group:last-of-type::before {
  display: none;
}

.p-business-outcomesCard__label {
  text-align: center;
}
.p-business-outcomesCard__label span {
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 1rem;
  background: #1FAACD;
  border-radius: 5rem;
}

.p-business-outcomesCard__number {
  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;
  text-align: center;
  color: #1FAACD;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0.25rem;
}
.p-business-outcomesCard__number span {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 600;
}

.p-business-outcomesCard__number--mt {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.p-business-outcomesCard__text {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}

.p-business-outcomesCard--blue .p-business-outcomesCard__title {
  background: #256CC9;
}
.p-business-outcomesCard--blue .p-business-outcomesCard__label span {
  background: #256CC9;
}
.p-business-outcomesCard--blue .p-business-outcomesCard__number {
  color: #256CC9;
}

.p-business-outcomes__comment {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 700;
  text-align: right;
  margin-top: 1.5rem;
}

.p-business-content {
  width: 100%;
  padding: 5.625rem 0rem 10.625rem 0rem;
  background: #E3F5F7;
}
@media screen and (max-width: 767px) {
  .p-business-content {
    padding: 4rem 1rem 8rem 1rem;
  }
}

.p-business-case {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5rem 2.5rem 10rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-business-case {
    padding: 4rem 1rem 7.75rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-business-case__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-business-case__inner {
    max-width: 100%;
  }
}

.p-business-case__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-business-case__title {
    font-size: 2rem;
  }
}
.p-business-case__title::after {
  content: attr(data-en);
  position: absolute;
  top: 0.75rem;
  right: 0rem;
  color: rgba(37, 108, 201, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-business-case__title::after {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    display: block;
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.p-business-case__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-business-case__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 1.5rem;
  }
}

.p-business-case__button {
  width: 100%;
  max-width: 20rem;
  margin: 2.5rem auto 0rem auto;
}

.p-business-support {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5rem 2.5rem 10rem 2.5rem;
  background: #EEF1F5;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-business-support {
    padding: 4rem 1rem 9rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-business-support__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-business-support__inner {
    max-width: 100%;
  }
}

.p-business-support__title {
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-business-support__title {
    font-size: 2rem;
  }
}
.p-business-support__title::after {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  color: rgba(37, 108, 201, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-business-support__title::after {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    display: block;
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.p-business-support__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-business-support__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 2.5rem;
  }
}

.p-business-support__button {
  width: 100%;
  max-width: 20rem;
  margin: 2.5rem auto 0rem auto;
}

.p-business-supportCard {
  width: 100%;
}

.p-business-supportCard__img {
  width: 100%;
}

.p-business-supportCard__title {
  color: #256CC9;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}

.p-business-supportCard__text {
  font-size: 1rem;
  margin-top: 1rem;
}

.p-business-cta {
  position: relative;
  z-index: 2;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-business-cta {
    margin-top: -4rem;
  }
}

.p-company-title {
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-company-title {
    font-size: 2rem;
  }
}
.p-company-title::after {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  color: rgba(37, 108, 201, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-company-title::after {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    display: block;
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.p-company-title--black::before {
  color: rgba(13, 32, 62, 0.2);
}

.p-company-about {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 8.125rem 2.5rem 11.25rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-company-about {
    padding: 4rem 1rem 8rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -2.5rem;
  }
}

.p-company-about__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company-about__inner {
    max-width: 100%;
  }
}

.p-company-about__wrapper {
  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;
  gap: 5rem;
  padding: 1.5rem 0;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.875rem;
    padding: 0;
    margin-top: 1.875rem;
  }
}

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

.p-company-about__box {
  width: 100%;
}

.p-company-about__label {
  color: #256CC9;
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-company-about__label {
    font-size: 1.5rem;
  }
}

.p-company-about__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__text {
    margin-top: 1rem;
  }
}

.p-company-philosophy {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5.625rem 2.5rem 11.25rem 2.5rem;
  background: #EEF1F5;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy {
    padding: 4rem 1rem 8rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-company-philosophy__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__inner {
    max-width: 100%;
  }
}

.p-company-philosophyItem {
  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;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophyItem {
    margin-top: 1.5rem;
  }
}

.p-company-philosophyItem__box {
  position: relative;
  left: 1.0625rem;
  width: 23.1875rem;
  height: 23.1875rem;
  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-flow: column;
          flex-flow: column;
  gap: 1rem;
  background: #4076BD;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-company-philosophyItem__box {
    left: 0.5rem;
    width: 11.75rem;
    min-width: 11.75rem;
    height: 11.75rem;
    gap: 0.5rem;
  }
}
.p-company-philosophyItem__box dt {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-philosophyItem__box dt {
    font-size: 1.25rem;
  }
}
.p-company-philosophyItem__box dd {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-philosophyItem__box dd {
    font-size: 0.75rem;
  }
}

.p-company-philosophyItem__box--bg {
  z-index: 2;
  left: -1.0625rem;
  background: #4EC0DE;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-company-philosophyItem__box--bg {
    left: -0.5rem;
  }
}

.p-company-philosophy__label {
  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: 0.5rem;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__label {
    display: block;
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
.p-company-philosophy__label span {
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 0.25rem 1rem;
  background: #4C6081;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__label span {
    position: relative;
    top: -0.125rem;
    padding: 0rem 0.5rem;
    border-radius: 0.3125rem;
    margin-right: 0.25rem;
  }
}

.p-company-philosophy__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.p-company-philosophyCard {
  width: 100%;
  background: #fff;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-company-philosophyCard {
    border-radius: 1.5rem;
  }
}

.p-company-philosophyCard__img {
  width: 100%;
}

.p-company-philosophyCard__box {
  width: 100%;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophyCard__box {
    padding: 1.5rem 1rem;
  }
}

.p-company-philosophyCard__title {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.p-company-philosophyCard__title::before {
  content: attr(data-en);
  display: block;
  color: #1FAACD;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.p-company-philosophyCard__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 1rem;
}

.p-company-section {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5.625rem 2.5rem 11.25rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-section {
    padding: 4rem 1rem 8rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-company-outline {
  position: relative;
  width: 100%;
  max-width: 52.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-company-outline {
    max-width: 100%;
  }
}

.p-company-outline__wrapper {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-outline__wrapper {
    margin-top: 0.5rem;
  }
}

.p-company-outline__table {
  width: 100%;
}
.p-company-outline__table th,
.p-company-outline__table td {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 1rem;
}
.p-company-outline__table th {
  width: 12.25rem;
  border-bottom: 1px solid #1FAACD;
}
@media screen and (max-width: 767px) {
  .p-company-outline__table th {
    width: 8.5rem;
  }
}
.p-company-outline__table td {
  width: calc(100% - 12.25rem);
}
@media screen and (max-width: 767px) {
  .p-company-outline__table td {
    width: calc(100% - 8.5rem);
  }
}
.p-company-outline__table td a {
  color: #256CC9;
}
.p-company-outline__table td a:hover {
  opacity: 0.7;
}
.p-company-outline__table .box {
  margin-top: 1.5rem;
}
.p-company-outline__table .box:first-of-type {
  margin-top: 0rem;
}
.p-company-outline__table .box:last-of-type {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-outline__table .groupSp {
    display: inline-block;
    margin-top: 0.5rem;
  }
  .p-company-outline__table .groupSp:first-of-type {
    margin-top: 0rem;
  }
}

.p-company-sns {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 62.5rem;
  margin: 5.625rem auto 0rem auto;
  padding: 3.5rem 2.5rem;
  background: #1F465F;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-company-sns {
    padding: 3.5rem 1rem;
    border-radius: 1.5rem;
    margin-top: 4rem;
  }
}

.p-company-sns__item {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 10.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-sns__item {
    top: -0.4375rem;
    width: 7.375rem;
  }
}

.p-company-sns__item02 {
  position: absolute;
  z-index: -1;
  bottom: 0rem;
  right: 0rem;
  width: 9.25rem;
}
@media screen and (max-width: 767px) {
  .p-company-sns__item02 {
    width: 8.3125rem;
  }
}

.p-company-sns__title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-sns__title {
    font-size: 2rem;
  }
}

.p-company-sns__box {
  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: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-sns__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
    margin-top: 1.5rem;
  }
}

.p-company-sns__link {
  width: 19.3125rem;
  height: 7.125rem;
  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-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-company-sns__link {
    height: 3.875rem;
    font-size: 1.25rem;
    border-radius: 0.3125rem;
  }
}
.p-company-sns__link:hover {
  opacity: 0.7;
}
.p-company-sns__link::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.1875rem;
  height: 2.25rem;
  background-image: url(../imgs/pc/x_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-sns__link::before {
    width: 1.4375rem;
    height: 1.5rem;
  }
}

.p-company-sns__link--youtube {
  padding-right: 1.25rem;
}
.p-company-sns__link--youtube::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 4.8125rem;
  height: 4.125rem;
  background-image: url(../imgs/pc/youtube_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-company-sns__link--youtube::before {
    width: 2.9375rem;
    height: 2.5rem;
    margin-right: 0.25rem;
  }
}

.p-company-intro {
  width: 100%;
  max-width: 62.5rem;
  margin: 7.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-company-intro {
    max-width: 100%;
    margin-top: 4rem;
  }
}

.p-company-intro__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2.5rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-intro__wrapper {
    margin-top: 1.5rem;
  }
}

.p-company-introCard {
  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;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-introCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
  }
}

.p-company-introCard__img {
  width: 17.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-company-introCard__img {
    width: 76.2569832402%;
  }
}

.p-company-introCard__box {
  width: 100%;
}

.p-company-introCard__post {
  color: #1FAACD;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}

.p-company-introCard__title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-company-introCard__title {
    font-size: 1.25rem;
  }
}

.p-company-introCard__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 1rem;
}

.p-company-history {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5.625rem 2.5rem 7.5rem 2.5rem;
  background: #EEF1F5;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-history {
    padding: 4rem 1rem 5.5rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-company-history__inner {
  width: 100%;
  max-width: 52.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-company-history__inner {
    max-width: 100%;
  }
}

.p-company-history__table {
  width: 100%;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-history__table {
    margin-top: 0.5rem;
  }
}
.p-company-history__table th,
.p-company-history__table td {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  padding: 0.96875rem 0;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
}
.p-company-history__table th {
  width: 8.125rem;
}
.p-company-history__table td {
  width: calc(100% - 8.125rem);
}

.p-company-history__lists {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company-history__lists {
    margin-top: 2.5rem;
  }
}

.p-company-history__list {
  width: 2.5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-company-history__list {
    width: 1.3125rem;
    margin-right: 2.625rem;
  }
}

.p-company-cta {
  position: relative;
  z-index: 2;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-company-cta {
    margin-top: -4rem;
  }
}

.p-recruit {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 8.25rem 0rem 7.625rem 0rem;
  background-image: url(../imgs/pc/recruit_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1441px) {
  .p-recruit {
    padding: 8.25rem 0rem 7.625rem 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 5.5rem 1rem 6.5rem 1rem;
    background-image: url(../imgs/sp/recruit_bg.webp);
  }
}

.p-recruit__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  .p-recruit__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__inner {
    max-width: 100%;
  }
}

.p-recruit__wrapper {
  margin-right: calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.9166666667vw;
}
@media screen and (min-width: 1441px) {
  .p-recruit__wrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__wrapper {
    display: block;
    margin: 0;
  }
}

.p-recruit__title {
  color: #fff;
  font-size: 3.0555555556vw;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    font-size: 7.1794871795vw;
    white-space: nowrap;
  }
}
.p-recruit__title > span {
  display: inline-block;
  margin-top: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .p-recruit__title > span {
    margin-top: 1.0256410256vw;
  }
}
.p-recruit__title > span:first-of-type {
  margin-top: 0;
}
.p-recruit__title .white {
  display: inline-block;
  color: #1FAACD;
  line-height: 1;
  padding: 0.6944444444vw 1.1111111111vw;
  background: #fff;
  margin: 0 0.5555555556vw 0 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__title .white {
    position: relative;
    top: -0.5128205128vw;
    padding: 1.2820512821vw 2.0512820513vw;
    margin-top: 1.0256410256vw;
    margin-right: 0.7692307692vw;
    margin-left: 0rem;
  }
}
.p-recruit__title .mt {
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .p-recruit__title .mt {
    margin-top: 1.5384615385vw;
  }
}

.p-recruit__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit__img {
    margin-top: 1.5rem;
  }
  .p-recruit__img img {
    border-radius: 1.25rem;
  }
}

.p-recruit-message {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 5.625rem 2.5rem 13.125rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-message {
    padding: 4rem 1rem 6.5rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-recruit-message__item {
  position: absolute;
  right: 0;
  bottom: 7.5rem;
  width: 14.8125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__item {
    display: none;
  }
}

.p-recruit-message__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  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;
  gap: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.5rem;
  }
}

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

.p-recruit-message__box {
  width: 100%;
}

.p-recruit-message__title {
  color: #1FAACD;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__title {
    font-size: 1.125rem;
  }
}

.p-recruit-message__textBig {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__textBig {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-recruit-message__text {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-message__text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-recruit-value {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 7.5rem 2.5rem 11.25rem 2.5rem;
  background: #EEF1F5;
  border-radius: 5rem 5rem 0 0;
  margin-top: -7.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-value {
    padding: 4rem 1rem 8rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-recruit-value__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-value__inner {
    max-width: 100%;
  }
}

.p-recruit-valueItem {
  width: 100%;
  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;
  gap: 2.5rem;
  padding: 3.75rem 4rem;
  background: #fff;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-valueItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
    padding: 2rem 1rem;
    border-radius: 1.5rem;
  }
}

.p-recruit-valueItem__box {
  width: 100%;
}

.p-recruit-valueItem__title {
  color: #1FAACD;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-recruit-valueItem__title {
    font-size: 1.125rem;
    letter-spacing: 0em;
  }
}

.p-recruit-valueItem__text {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-valueItem__text {
    font-size: 1.5rem;
  }
}

.p-recruit-valueItem__title--mt {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-valueItem__title--mt {
    margin-top: 1.125rem;
  }
}

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

.p-recruit-value__title {
  color: #1FAACD;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-value__title {
    font-size: 1.125rem;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 2.5rem;
  }
}

.p-recruit-value__band {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-value__band {
    font-size: 1.5rem;
    text-align: left;
    margin-top: 0.25rem;
  }
}

.p-recruit-value__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-value__wrapper {
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}

.p-recruit-valueCard {
  width: 100%;
  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;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-valueCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 0.5rem;
  }
}
.p-recruit-valueCard:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-recruit-valueCard:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.p-recruit-valueCard__box {
  width: 100%;
}

.p-recruit-valueCard__title {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-valueCard__title {
    font-size: 1.4375rem;
  }
}
.p-recruit-valueCard__title::before {
  content: attr(data-en);
  display: block;
  color: rgba(37, 108, 201, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-valueCard__title::before {
    font-size: 1rem;
  }
}

.p-recruit-valueCard__text {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-valueCard__text {
    line-height: 2;
    margin-top: 0.5rem;
  }
}

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

.p-recruit-staff {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 5.625rem 2.5rem 11.25rem 2.5rem;
  background-image: url(../imgs/pc/staff_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff {
    padding: 4rem 1rem 8rem 1rem;
    background: linear-gradient(111.45deg, #3ACACB 7.53%, #2BAFD0 95.69%), #FFFFFF;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -4rem;
  }
}

.p-recruit-staff__item {
  position: absolute;
  right: 0;
  bottom: 0rem;
  width: 10.1875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__item {
    display: none;
  }
}

.p-recruit-staff__inner {
  position: relative;
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__inner {
    max-width: 100%;
  }
}

.p-recruit-staff__title {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__title {
    font-size: 1.625rem;
  }
}

.p-recruit-staff__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
    margin-top: 1.25rem;
  }
}

.p-recruit-staffCard {
  width: 100%;
}
.p-recruit-staffCard:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-recruit-staffCard:nth-of-type(1) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-staffCard:nth-of-type(1) {
    margin-top: 0rem;
  }
}
.p-recruit-staffCard:nth-of-type(2) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-staffCard:nth-of-type(2) {
    margin-top: 0rem;
  }
}

.p-recruit-staffCard__number {
  position: relative;
  top: -0.5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-recruit-staffCard__number {
    top: -0.25rem;
  }
}
.p-recruit-staffCard__number span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
}
.p-recruit-staffCard__number span::before {
  content: "";
  display: block;
  position: relative;
  width: 2.5rem;
  height: 1px;
  background: #fff;
}

.p-recruit-staffCard__thumbnail {
  width: 100%;
}

.p-recruit-staffCard__img {
  position: relative;
  width: 100%;
  padding-top: 56.3739376771%;
  border-radius: 1rem;
  overflow: hidden;
}
.p-recruit-staffCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-recruit-staffCard__title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1rem;
}

.p-recruit-staffCard__text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 700;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-staffCard__text {
    line-height: 1.5;
  }
}

.p-recruit-company {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 5.625rem 2.5rem 11.25rem 2.5rem;
  background: #fff;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-company {
    padding: 4rem 1rem 8rem 1rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -3.625rem;
  }
}

.p-recruit-company__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-company__inner {
    max-width: 100%;
  }
}

.p-recruit-company__title {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit-company__title {
    font-size: 1.625rem;
  }
}
.p-recruit-company__title::after {
  content: attr(data-en);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  color: rgba(37, 108, 201, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-recruit-company__title::after {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    right: auto;
    display: block;
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.p-recruit-company__wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-company__wrapper {
    margin-top: 1.5rem;
  }
}

.p-recruit-info {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 5.625rem 2.5rem;
  background-image: url(../imgs/pc/recruit_info_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-info {
    padding: 4rem 1rem;
    background-image: url(../imgs/sp/recruit_info_bg.webp);
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -3.75rem;
  }
}

.p-recruit-info__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__item {
    display: none;
  }
}

.p-recruit-info__item02 {
  position: absolute;
  right: 0.3125rem;
  bottom: -3.75rem;
  width: 12.625rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__item02 {
    display: none;
  }
}

.p-recruit-info__inner {
  position: relative;
  width: 100%;
  max-width: 75rem;
  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;
  gap: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5rem;
  }
}

.p-recruit-info__img {
  width: 100%;
}

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

.p-recruit-info__title {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__title {
    font-size: 2rem;
  }
}
.p-recruit-info__title::before {
  content: attr(data-en);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__title::before {
    font-size: 1.25rem;
  }
}

.p-recruit-info__text {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__text {
    line-height: 2;
  }
}

.p-recruit-info__button {
  width: 100%;
  max-width: 20rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__button {
    max-width: 20rem;
    margin: 1.5rem auto 0rem auto;
  }
}

.p-404 {
  width: 100%;
  padding: 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 3.75rem 1.875rem;
  }
}

.p-404__text {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 1rem;
    text-align: left;
  }
}

.p-404__button {
  width: 100%;
  max-width: 20rem;
  margin: 3.75rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-404__button {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

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

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

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}/*# sourceMappingURL=style.css.map */