/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/assets/sass/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./src/assets/sass/index.scss (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* stylelint-disable */
/***
    The new CSS reset - version 1.5.1 (last updated 1.3.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* reset default text opacity of input placeholder */
::-webkit-input-placeholder {
  color: unset;
}
::-moz-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

html {
  font-size: 62.5%;
}

body {
  color: #003043;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1.4;
}

@media screen and (min-width: 1280px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
}
@media screen and (max-width: 1279px) {
  .l-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  .l-header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__inner > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.l-header__title {
  padding: 10px 32px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .l-header__title {
    background: #003043;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__title {
    position: fixed;
    padding: 0;
    top: 12px;
    left: 16px;
    z-index: 9999;
  }
}
.l-header__logo {
  fill: white;
  height: 36px;
  width: auto;
}
.l-header__title__text {
  margin-left: 16px;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  white-space: nowrap;
}
.l-header__primary {
  padding: 10px 32px;
  background: #003043;
}
@media screen and (min-width: 1280px) {
  .l-header__primary {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__primary {
    padding: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-top: 1px solid white;
  }
}
.l-header__tel {
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .l-header__tel {
    text-align: center;
  }
}
.l-header__tel__note {
  font-size: 1.2rem;
  font-weight: normal;
}
.l-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 1279px) {
  .l-header__buttons {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.l-header__buttons .c-button {
  width: 160px;
  margin: 0;
  padding: 5px 0;
}
.l-header__buttons .c-button::before, .l-header__buttons .c-button::after {
  display: none;
}
@media screen and (max-width: 1279px) {
  .l-header__buttons .c-button {
    width: 100%;
    padding: 15px;
  }
}
.l-header__buttons .c-button--document {
  border: 1px solid white;
}
.l-header__nav {
  width: 100%;
  background: #003043;
}
@media screen and (min-width: 1280px) {
  .l-header__nav {
    padding: 7px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0 24px;
    background: rgba(0, 48, 67, 0.5);
  }
}
@media screen and (max-width: 1279px) {
  .l-header__nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-header__nav__link {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .l-header__nav__link {
    display: block;
    padding: 20px;
    border-top: 1px solid #fff;
  }
}
.l-header__menu-button {
  display: none;
}
@media screen and (max-width: 1279px) {
  .l-header__menu-button {
    display: block;
    position: fixed;
    top: 12px;
    right: 16px;
    z-index: 9999;
  }
}
.l-header__menu-button span, .l-header__menu-button::before, .l-header__menu-button::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: white;
  margin: 8px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.is-opened .l-header__menu-button span {
  opacity: 0;
}
.is-opened .l-header__menu-button::before {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-opened .l-header__menu-button::after {
  top: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1279px) {
  .l-header__inner {
    position: fixed;
    width: 100%;
    top: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    z-index: 9999;
    height: 0;
  }
  .is-opened .l-header__inner {
    background: #003043;
  }
  .l-header__primary, .l-header__nav {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .is-opened .l-header__primary, .is-opened .l-header__nav {
    opacity: 1;
    visibility: visible;
  }
}

.is-opened {
  overflow: hidden;
}
.is-opened .wrapper::before {
  content: "";
  display: block;
  background: #003043;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}

@media screen and (max-width: 1279px) {
  .is-scrolled .l-header::before {
    visibility: visible;
    background: rgba(0, 48, 67, 0.7);
  }
}

.l-footer {
  padding: 16px 32px;
  background: #003043;
}
@media screen and (max-width: 1279px) {
  .l-footer {
    padding: 16px 20px;
  }
}
.l-footer__copyright {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  text-align: right;
}
@media screen and (max-width: 1279px) {
  .l-footer__copyright {
    font-size: 1.4rem;
  }
}

.c-button {
  display: inline-block;
  margin-left: 24px;
  padding: 16px 0;
  width: min(100%, 248px);
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.c-button::before, .c-button::after {
  content: "";
  display: block;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
}
.c-button::before {
  width: 48px;
  left: -24px;
}
.c-button::after {
  left: 18px;
  width: 12px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
.c-button--document {
  background: #003043;
}
@media screen and (max-width: 1279px) {
  .c-button--document {
    border: 1px solid white;
  }
}
.c-button--contact {
  background: #E60;
}
@media screen and (max-width: 1279px) {
  .c-button--contact {
    border: 1px solid #E60;
  }
}

.c-en-heading {
  color: rgba(0, 120, 165, 0.08);
  font-size: 11.5vw;
  font-weight: bold;
  position: absolute;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .c-en-heading {
    font-size: 14vw;
  }
}
.c-en-heading--proposal {
  top: 0;
  left: 0;
}
.c-en-heading--merit {
  color: #DAF3FC;
  top: 89px;
  left: 0;
}
@media screen and (max-width: 1279px) {
  .c-en-heading--merit {
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.c-en-heading--advantage {
  color: #DAF3FC;
  font-size: 10vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1279px) {
  .c-en-heading--advantage {
    top: 100px;
  }
}
.c-en-heading--contact {
  color: rgba(255, 255, 255, 0.2);
  font-size: 10vw;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.c-en-heading--field {
  color: #DAF3FC;
  font-size: 10vw;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1279px) {
  .c-en-heading--field {
    top: 20px;
  }
}
.c-en-heading--service {
  top: -25px;
  right: 0;
}
@media screen and (max-width: 1279px) {
  .c-en-heading--service {
    top: 0;
  }
}
.c-en-heading--use {
  color: #DAF3FC;
  top: 48px;
  left: 0;
}
@media screen and (max-width: 1279px) {
  .c-en-heading--use {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
}
.c-en-heading--other {
  color: rgba(218, 243, 252, 0.5);
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .c-en-heading--other {
    top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-en-heading {
    position: sticky;
    top: 8vw;
    left: auto;
    -webkit-transform: none;
            transform: none;
    text-align: right;
    font-size: 14vw;
  }
}

.c-heading {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .c-heading {
    font-size: 2.4rem;
  }
}
.c-heading--center {
  text-align: center;
}
.c-heading--strong {
  color: #E60;
}
.c-heading--small {
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 1279px) {
  .c-heading--small {
    font-size: 1.8rem;
  }
}
.c-heading--white {
  color: white;
}

.c-lower-hero {
  height: 50vh;
  height: 50dvh;
  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;
  background: rgba(0, 48, 67, 0.85);
}
@media screen and (max-width: 1279px) {
  .c-lower-hero {
    height: 40vh;
    height: 40dvh;
  }
}
.c-lower-hero__heading {
  color: white;
  font-size: min(8vw, 64px);
  font-weight: bold;
}

.c-list__item {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list__item::before {
  content: "・";
}
.c-list__item:not(:first-child) {
  margin-top: 0.5em;
}

.p-mv {
  position: relative;
  height: max(100vh, 800px);
  height: 100dvh;
  background-image: url(/assets/img/mv_bg.jpg);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .p-mv {
    padding: 45vh 20px 0;
  }
}
.p-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 171, 235, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv__en-title {
  color: rgba(255, 255, 255, 0.25);
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .p-mv__en-title {
    font-size: 10vw;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 1279px) {
  .p-mv__en-title {
    position: relative;
    font-size: 16px;
  }
}
.p-mv__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .p-mv__inner {
    padding: 0;
  }
}
.p-mv__content {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-mv__content {
    display: inline-block;
    margin-top: 40vh;
    padding: 40px;
    -webkit-backdrop-filter: blur(15px) brightness(115%);
            backdrop-filter: blur(15px) brightness(115%);
    width: min(100%, 640px);
  }
}
@media screen and (max-width: 991px) {
  .p-mv__content {
    margin: 0;
    padding: 0;
  }
}
.p-mv__heading {
  color: white;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .p-mv__heading {
    font-size: 3.6rem;
    text-align: left;
  }
  .p-mv__heading--small {
    font-size: 2.6rem;
  }
}
.p-mv__buttons {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
@media screen and (max-width: 991px) {
  .p-mv__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
}

.p-onayami {
  max-width: 1120px;
  margin: 0 auto -128px;
  padding: 80px;
  background: white;
  -webkit-filter: drop-shadow(0 15px 35px rgba(22, 51, 84, 0.08));
          filter: drop-shadow(0 15px 35px rgba(22, 51, 84, 0.08));
  position: relative;
  top: -128px;
}
@media screen and (max-width: 1279px) {
  .p-onayami {
    margin: 0;
    max-width: 50%;
    top: 0;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-onayami {
    margin: 0 20px;
    max-width: 100%;
  }
}
.p-onayami::after {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  border-top: 65px solid white;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -65px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1279px) {
  .p-onayami::after {
    border-width: 32px;
    bottom: -32px;
  }
}
.p-onayami__list {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1279px) {
  .p-onayami__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-onayami__item {
  padding: 16px 16px 0;
  width: 100%;
  background: #DAF3FC;
}
.p-onayami__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: bold;
}
.p-onayami__num {
  padding: 5px;
  color: white;
  font-size: 3.2rem;
  background: #003043;
}
.p-onayami__text {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.p-onayami__image {
  display: block;
  margin: 16px -16px 0;
  text-align: center;
}

.p-proposal {
  margin-top: 100px;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-proposal {
    margin-top: 60px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-proposal {
    padding: -20px;
  }
}
.p-proposal__content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 80px 80px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1279px) {
  .p-proposal__content {
    margin: 0;
    padding: 40px 20px;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-proposal__content {
    max-width: 100%;
    margin: 0 20px;
  }
}
.p-proposal__image {
  display: block;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .p-proposal__image {
    margin-top: 40px;
  }
}

.p-merit {
  position: relative;
  z-index: 6000;
}
@media screen and (min-width: 1280px) {
  .p-merit {
    margin: -240px 0 -80px;
  }
}
@media screen and (max-width: 1279px) {
  .p-merit {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-merit {
    padding: 40px 20px;
    background: rgba(218, 243, 252, 0.2);
  }
}
.p-merit__content {
  max-width: calc(1120px + (100% - 1120px) / 2 - 80px);
  margin-left: auto;
  padding: 80px;
  background: white;
  -webkit-box-shadow: 0 15px 35px rgba(22, 51, 84, 0.04);
          box-shadow: 0 15px 35px rgba(22, 51, 84, 0.04);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-merit__content {
    max-width: 50%;
    margin: 0;
  }
}
@media screen and (max-width: 1279px) {
  .p-merit__content {
    padding: 20px;
  }
}
.p-merit__content__inner {
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1279px) {
  .p-merit__content__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-merit__content__inner {
    gap: 20px;
  }
}
.p-merit__content__inner > * {
  -ms-flex-preferred-size: 293px;
      flex-basis: 293px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-merit__content__inner > * {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
  }
}
.p-merit .c-heading {
  letter-spacing: -0.1em;
}
.p-merit__title {
  margin-top: 16px;
  padding: 10px 0;
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  background: #003043;
  text-align: center;
}
.p-merit__text {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-advantage {
  padding: 160px 20px 80px 0;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-advantage {
    padding: 40px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-advantage {
    padding: 40px 0 40px 20px;
  }
}
.p-advantage__content {
  max-width: calc(1200px + (100% - 1200px) / 2 - 80px);
  margin-right: auto;
  padding: 80px;
  background: white;
  -webkit-box-shadow: 0 15px 35px rgba(22, 51, 84, 0.04);
          box-shadow: 0 15px 35px rgba(22, 51, 84, 0.04);
}
@media screen and (max-width: 1279px) {
  .p-advantage__content {
    padding: 80px 20px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-advantage__content {
    max-width: 50%;
  }
}
.p-advantage__content__inner {
  max-width: 1040px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-advantage .c-heading {
    text-align: center;
  }
}
.p-advantage__list {
  margin-top: 20px;
  counter-reset: count 0;
}
.p-advantage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-advantage__item::before {
  content: "0" counter(count);
  counter-increment: count 1;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .p-advantage__item::before {
    font-size: 4rem;
  }
}
.p-advantage__item:not(:first-child) {
  margin-top: 40px;
}
.p-advantage__box {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #003043;
}
@media screen and (max-width: 1279px) {
  .p-advantage__box {
    margin-left: 10px;
    padding: 0;
    border: none;
  }
}
.p-advantage__title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .p-advantage__title {
    font-size: 2rem;
    padding-left: 10px;
    border-left: 1px solid #003043;
  }
}
.p-advantage__text {
  margin-top: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .p-advantage__text {
    padding-left: 11px;
  }
}

.p-field {
  padding: 80px 0 160px;
  background-image: url(/assets/img/field_bg.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-field {
    padding: 0;
    background-attachment: fixed;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-field {
    padding: 40px 0 40px 20px;
  }
}
.p-field__content {
  margin: 0 auto;
  max-width: 1120px;
  padding: 80px;
  background: white;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-field__content {
    max-width: 50%;
    margin: 0;
    padding: 40px 20px 40px;
    position: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-field__content {
    padding: 40px 20px;
  }
}
.p-field__content__inner {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-field__content__inner {
    margin: 20px 0 0;
    gap: 20px;
  }
}
.p-field .c-heading {
  position: relative;
}
.p-field__item {
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
}
@media screen and (max-width: 1279px) {
  .p-field__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.p-field__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #DAF3FC;
  padding-left: 24px;
}
@media screen and (min-width: 1280px) {
  .p-field__title__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .p-field__title__text > * {
    display: block;
  }
}
.p-field__title__ja {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-field__title__en {
  padding: 0 1em;
  color: white;
  font-size: 1.2rem;
  background: #003043;
}
.p-field__title__image {
  margin-left: auto;
}
.p-field__title__image img {
  width: 160px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-field__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em 0;
  margin-top: 16px;
}
.p-field__list__item {
  -ms-flex-preferred-size: calc(50% - 1em);
      flex-basis: calc(50% - 1em);
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1279px) {
  .p-field__list__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.p-field__list__item::before {
  content: "・";
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.p-service {
  margin-top: -80px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-service {
    padding: 40px 20px;
    background: rgba(218, 243, 252, 0.2);
  }
}
@media screen and (max-width: 1279px) {
  .p-service {
    margin-top: 0;
  }
}
.p-service__content {
  margin: 0 auto;
  max-width: 1120px;
  padding: 80px;
  background: white;
  -webkit-box-shadow: 0 15px 35px rgba(22, 51, 84, 0.04);
          box-shadow: 0 15px 35px rgba(22, 51, 84, 0.04);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-service__content {
    width: 50%;
    margin: 0;
  }
}
@media screen and (max-width: 1279px) {
  .p-service__content {
    padding: 40px 20px;
  }
}
.p-service__lead {
  margin-top: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .p-service__lead {
    margin-top: 20px;
  }
}
.p-service__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-service__item {
  -ms-flex-preferred-size: calc(50% - 40px);
      flex-basis: calc(50% - 40px);
  counter-increment: num;
}
@media screen and (max-width: 1279px) {
  .p-service__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.p-service__title {
  margin-top: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 1279px) {
  .p-service__title {
    font-size: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.p-service__title::before {
  content: "TYPE " counter(num);
  display: inline-block;
  margin-right: 8px;
  color: white;
  font-size: 2rem;
  padding: 2px 10px;
  background: #003043;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .p-service__title::before {
    font-size: 1.6rem;
  }
}
.p-service__title span {
  font-size: 1.4rem;
}
@media screen and (max-width: 1279px) {
  .p-service__title span {
    margin: 5px 0 0 auto;
  }
}
.p-service__text {
  margin-top: 16px;
  font-size: 1.6rem;
}

.p-use {
  padding: 160px 0;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-use {
    margin: 60px 0 0;
    padding: 20px 0 40px;
  }
}
.p-use__content {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-use__content {
    width: 50%;
    margin: 0;
    padding: 0 0 0 20px;
  }
}
.p-use__list {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1279px) {
  .p-use__list {
    padding: 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.p-use__inner {
  position: relative;
}
.p-use__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 16px;
  background: #DAF3FC;
  counter-increment: num;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-use__item {
    padding: 24px 20px;
  }
}
.p-use__item::before {
  content: "0" counter(num);
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .p-use__item::before {
    font-size: 5.6rem;
  }
}
.p-use__item::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-top: 2px solid #003043;
  border-left: 2px solid #003043;
  position: absolute;
  top: -16px;
  left: -16px;
}
@media screen and (min-width: 1280px) {
  .p-use__item:not(:last-child) .p-use__item__inner::before, .p-use__item:not(:last-child) .p-use__item__inner::after {
    content: "";
    display: block;
    height: 1px;
    background: #003043;
    position: absolute;
  }
  .p-use__item:not(:last-child) .p-use__item__inner::before {
    width: 60px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .p-use__item:not(:last-child) .p-use__item__inner::after {
    width: 16px;
    right: -50px;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
.p-use__title {
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .p-use__title {
    height: 2.8em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-use__title {
    font-size: 2rem;
    padding-left: 2.5em;
  }
}
.p-use__text {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .p-use__text {
    font-size: 1.4rem;
  }
}
.p-use__label {
  display: inline-block;
  padding: 0.5em 1em;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  background: #003043;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
@media screen and (max-width: 1279px) {
  .p-use__label {
    font-size: 1.4rem;
    padding: 0.1em 1em;
    bottom: 16px;
    right: 16px;
  }
}
.p-use .c-list {
  font-size: 1.2rem;
}

.p-contact {
  padding: 160px 0 80px;
  background: rgba(0, 48, 67, 0.8);
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-contact {
    padding: 80px 20px 40px;
  }
}
.p-contact .c-heading, .p-contact__buttons {
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-contact .c-heading {
    font-size: 20px;
  }
}
.p-contact__buttons {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-contact__buttons .c-button {
  font-size: 24px;
  width: min(100%, 400px);
}
@media screen and (max-width: 767px) {
  .p-contact__buttons .c-button {
    width: calc(100% - 40px);
    font-size: 18px;
  }
}
.p-contact--bg {
  background-image: url(/assets/img/contact_bg.jpg);
  background-position: center 60%;
  background-size: cover;
}
.p-contact--bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 48, 67, 0.6);
}

.p-other {
  padding: 240px 20px 80px;
  color: white;
  background: rgba(0, 48, 67, 0.9);
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-other {
    padding: 140px 20px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-other {
    padding: 60px 20px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-other__inner {
    width: 50%;
    margin: 0;
    padding: 20px 0 40px;
  }
}
.p-other__content {
  margin: 0 auto;
  max-width: 1120px;
  padding: 80px;
}
@media screen and (max-width: 1279px) {
  .p-other__content {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 1279px) {
  .p-other__content + .c-heading {
    font-size: 2rem;
  }
}
.p-other__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  .p-other__list {
    gap: 20px;
  }
}
.p-other__item {
  padding: 16px;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
  background: white;
}
@media screen and (max-width: 1279px) {
  .p-other__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.p-other__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-other__title__image {
  font-size: 0;
}
.p-other__title__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 80px;
}
@media screen and (max-width: 1279px) {
  .p-other__title__image img {
    height: 56px;
  }
}
.p-other__logo img {
  width: auto;
  height: 20px;
}
@media screen and (max-width: 1279px) {
  .p-other__logo img {
    height: 16px;
  }
}
.p-other__overview {
  display: inline-block;
  margin-top: 1em;
  padding: 0.2em 1em;
  font-size: 1.4rem;
  font-weight: bold;
  background: #003043;
}
@media screen and (max-width: 1279px) {
  .p-other__overview {
    font-size: 1.2rem;
  }
}
.p-other__text {
  margin-top: 1em;
  color: #003043;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .p-other__text {
    font-size: 1.4rem;
  }
}
.p-other__button {
  display: block;
  margin: 40px auto 0;
  max-width: 480px;
  padding: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid white;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .p-other__button {
    margin: 20px;
    padding: 20px;
    font-size: 1.8rem;
  }
}
.p-other__button__small {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .p-other__button__small {
    font-size: 1.4rem;
  }
}
.p-other__button::before, .p-other__button::after {
  content: "";
  display: block;
  height: 1px;
  background: white;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-other__button::before {
  width: 64px;
  left: -32px;
  top: 50%;
}
.p-other__button::after {
  width: 16px;
  top: 50%;
  left: 24px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
.p-other__button:hover {
  color: #E60;
  border: 2px solid #E60;
}
.p-other__button:hover::before, .p-other__button:hover::after {
  background: #E60;
}
.p-other__button:hover::before {
  left: -20px;
}
.p-other__button:hover::after {
  left: 36px;
}

.p-background-image {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.p-background-image--01 {
  padding: 0 0 320px;
  background-image: url(/assets/img/bg_img01.jpg);
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-background-image--01 {
    padding: 40px 0 40px 20px;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  .p-background-image--01 {
    padding: 40px 0;
  }
}
.p-background-image--01::before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-background-image--02 {
  background-image: url(/assets/img/bg_img02.jpg);
  background-color: rgba(255, 255, 255, 0.55);
  background-blend-mode: lighten;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-background-image--02 {
    background-attachment: fixed;
  }
}

.p-download-form {
  padding: 80px 0;
}
.p-download-form__content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-download-form__lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

.p-document-download {
  padding: 40px 20px;
}
@media screen and (max-width: 1279px) {
  .p-document-download {
    padding: 60px 20px;
  }
}
.p-document-download__content {
  margin: 0 auto;
  max-width: 940px;
}
.p-document-download__heading {
  font-size: min(3.2rem, 40px);
  text-align: center;
}
.p-document-download__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1279px) {
  .p-document-download__list {
    margin-top: 20px;
    gap: 20px;
  }
}
.p-document-download__item {
  -ms-flex-preferred-size: calc(33.3% - 20px);
      flex-basis: calc(33.3% - 20px);
}
@media screen and (max-width: 1279px) {
  .p-document-download__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.p-document-download__item a {
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.p-document-download__item a:hover {
  opacity: 0.8;
}
.p-document-download__thumbnail {
  display: block;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 48, 67, 0.2));
          filter: drop-shadow(0 0 20px rgba(0, 48, 67, 0.2));
}
@media screen and (min-width: 1280px) {
  .p-document-download__thumbnail img {
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-document-download__title {
  margin-top: 0.5em;
  font-size: 2rem;
  font-weight: bold;
}
.p-document-download__text {
  margin-top: 0.5em;
  font-size: 1.6rem;
}

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

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

/*# sourceMappingURL=style.bundle.css.map*/