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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

section {
  width: calc(100% - 120px);
  padding-top: 100px;
  padding-bottom: 80px;
  margin-left: auto;
}
@media (width < 1100px) {
  section {
    width: 100%;
    margin: 0;
  }
}
section .section__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 50px;
  margin-bottom: 35px;
}
section .section__title .jp {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #01203a;
}
section .section__title .en {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
  color: #e39b3c;
}
section .section__title:before, section .section__title:after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
}
section .section__title:before {
  top: 50%;
  left: 10px;
  background: #1a226b;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
section .section__title:after {
  top: 50%;
  left: 20px;
  border: 1px solid #e39b3c;
  -webkit-transform: translate(0, calc(-50% + 10px));
          transform: translate(0, calc(-50% + 10px));
}

.contents-wrapper {
  width: calc(100% - 100px);
  max-width: 1000px;
  margin: 0 auto;
}
@media (width < 1100px) {
  .contents-wrapper {
    width: calc(100% - 40px);
  }
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrapper.x-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-wrapper.y-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@-webkit-keyframes scrollDown {
  0%, 100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes scrollDown {
  0%, 100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 200% 0%;
  }
  100% {
    background-position: -50% 0%;
  }
}
@keyframes shine {
  0% {
    background-position: 200% 0%;
  }
  100% {
    background-position: -50% 0%;
  }
}
/* Common */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #01203a;
}
body.fixed {
  overflow: hidden;
}

main {
  overflow: hidden;
}

.sp {
  display: none;
}
@media (width < 1100px) {
  .sp {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media (width < 800px) {
  .sp-only {
    display: block;
  }
}

@media (width < 800px) {
  .pc-only {
    display: none;
  }
}

.jp {
  font-family: "Noto Serif JP", serif;
}

.en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.15em;
}

/* Drawer */
.drawer {
  position: fixed;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 100vh;
  background: #1a226b;
}
@media (width < 1100px) {
  .drawer {
    display: none;
  }
}
.drawer .logo-link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40px;
  display: inline-block;
}
.drawer .hamburger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
.drawer .hamburger span {
  display: block;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.drawer .hamburger span:nth-child(1) {
  width: 100%;
}
.drawer .hamburger span:nth-child(2) {
  width: 70%;
}
.drawer .hamburger.open span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.drawer .hamburger.open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-300%);
          transform: translateX(-300%);
}
.drawer__content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  visibility: hidden;
  width: 70%;
  height: 100%;
  color: white;
  background: #1a226b;
  opacity: 0;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer__content::before {
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: -1;
  display: block;
  width: 80%;
  height: 100%;
  content: "";
  background-image: url("../assets/icons/logo.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  opacity: 0.25;
}
@media (width < 1100px) {
  .drawer__content::before {
    top: 50%;
    bottom: 0;
    left: 50%;
    width: calc(100% - 40px);
    max-width: 450px;
    background-position: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.drawer__content.open {
  visibility: visible;
  padding: 40px;
  opacity: 100;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (width < 1100px) {
  .drawer__content.open {
    padding: 0;
  }
}
@media (width < 1100px) {
  .drawer__content {
    width: 100%;
    height: 90vh;
    height: 90dvh;
    padding: 0;
    clip-path: none;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .drawer__content.open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.drawer__content .logo-link {
  position: absolute;
  top: 40px;
  left: 40px;
  display: inline-block;
}
@media (width < 1100px) {
  .drawer__content .logo-link {
    top: 20px;
    left: 20px;
    height: 30px;
  }
}
.drawer__content .logo-link .logo-img {
  width: 100%;
  height: 100%;
}
.drawer__content .contents-wrapper {
  display: contents;
}
@media (width < 1100px) {
  .drawer__content .contents-wrapper {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.drawer__content .drawer-menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20%;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: repeat(2, 200px);
  grid-auto-flow: column;
  gap: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (width < 1100px) {
  .drawer__content .drawer-menu {
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0px;
    margin: auto;
    margin-bottom: 40px;
  }
}
.drawer__content .drawer-menu__item__title {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
}
.drawer__content .drawer-menu__item__title.en {
  margin-bottom: 4px;
  font-size: 10px;
}
.drawer__content .drawer-menu__item__title.jp {
  font-size: 18px;
  font-weight: 500;
}
@media (width < 1100px) {
  .drawer__content .drawer-menu__item__title.jp {
    font-size: 16px;
  }
}
@media (width < 1100px) {
  .drawer__content .drawer-menu {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.drawer__content .btn-contact {
  display: none;
}
@media (width < 1100px) {
  .drawer__content .btn-contact {
    position: relative;
    display: block;
    width: 100%;
    max-width: 400px;
    height: 50px;
    margin: auto;
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    color: #1a226b;
    text-align: center;
    background: #fff;
    border-radius: 32px;
  }
  .drawer__content .btn-contact::before {
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    content: "";
    border: 1px solid #1a226b;
    border-radius: 32px;
  }
  .drawer__content .btn-contact .learge {
    font-size: 18px;
  }
}
.drawer__content .btn-close {
  position: absolute;
  top: 15%;
  right: 15%;
  width: 40px;
  height: 40px;
}
@media (width < 1100px) {
  .drawer__content .btn-close {
    top: 5px;
    right: 25px;
  }
}
.drawer__content .btn-close:before, .drawer__content .btn-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
}
.drawer__content .btn-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
}
.drawer__content .btn-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
}
.drawer .overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  visibility: hidden;
  background: rgba(26, 34, 107, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer .overlay.open {
  visibility: visible;
  opacity: 1;
}

/* Header */
.header {
  position: absolute;
  top: 40px;
  right: 80px;
  z-index: 50;
}
@media (width < 1100px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    background: #1a226b;
  }
}
.header .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 1100px) {
  .header .inner-wrapper {
    display: none;
  }
}
.header .btn-contact {
  display: block;
  height: 40px;
  padding: 0 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
  line-height: 40px;
  color: #fff;
  letter-spacing: 0.12em;
  background: #1a226b;
  border: 1px solid #fff;
  border-radius: 32px;
}
.header .btn-contact .large {
  padding-right: 0.12em;
  font-size: 15px;
}
.header__logo {
  display: none;
}
.header__logo .logo-link {
  display: block;
  height: 30px;
}
.header__logo .logo-link .logo-img {
  width: 100%;
  height: 100%;
}
@media (width < 1100px) {
  .header__logo {
    display: block;
  }
}
.header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
.header__hamburger span {
  display: block;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__hamburger span:nth-child(1) {
  width: 100%;
}
.header__hamburger span:nth-child(2) {
  width: 70%;
}
.header__hamburger.open span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.header__hamburger.open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-300%);
          transform: translateX(-300%);
}
@media (width < 1100px) {
  .header__hamburger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header-menu__item__title {
  color: #fff;
}
.header-menu__item__title.jp {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.header-menu__item__title.en {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
}

/* Fisrt View */
.fv {
  position: relative;
  width: calc(100% - 120px);
  height: 100vh;
  height: 100dvh;
  margin-left: auto;
  background-image: url("../assets/images/fv.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (width < 1100px) {
  .fv {
    width: 100%;
    height: calc(100dvh - 50px);
    margin-top: 50px;
    margin-left: 0;
    background-position-x: 65%;
  }
}
@media (width < 800px) {
  .fv {
    background-position-x: 70%;
  }
}
.fv .contents-wrapper {
  position: absolute;
  top: 40%;
  left: 10%;
}
@media (width < 1100px) {
  .fv .contents-wrapper {
    top: 60%;
  }
}
.fv__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.fv__title .skew-box {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  font-family: "Noto Serif JP", serif;
  color: #1a226b;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.fv__title .skew-box.top {
  padding-right: 0;
  padding-left: 30px;
}
.fv__title .skew-box.bottom {
  padding-right: 35px;
  padding-left: 20px;
}
@media (width < 800px) {
  .fv__title .skew-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px;
  }
  .fv__title .skew-box.top {
    padding-left: 15px;
  }
  .fv__title .skew-box.bottom {
    padding-right: 15px;
    padding-left: 10px;
  }
}
.fv__title .skew-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px #1a226b solid;
  -webkit-transform: translate(-8px, -8px);
          transform: translate(-8px, -8px);
}
@media (width < 1100px) {
  .fv__title .skew-box::before {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
  }
}
.fv__title__text {
  font-size: clamp(36px, 8vw, 80px);
  font-weight: 700;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}
.fv .scroll-down {
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 2px;
  height: 100px;
  letter-spacing: 0.1em;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scrollDown 3s infinite;
          animation: scrollDown 3s infinite;
}
.fv .scroll-down > span {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

/* Mission */
.mission {
  position: relative;
  overflow-y: hidden;
}
.mission .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mission .contents-wrapper .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mission .contents-wrapper .left__sentence {
  font-family: "Noto Sans JP", sans-serif;
}
.mission .contents-wrapper .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  justify-items: center;
}
@media (width < 800px) {
  .mission .contents-wrapper .right {
    justify-items: center;
  }
}
.mission .contents-wrapper .right .skew-wrapper {
  position: relative;
  width: clamp(280px, 38vw, 380px);
  margin: auto;
}
.mission .contents-wrapper .right .skew-wrapper .skew-bg {
  position: absolute;
  top: 30px;
  left: -30px;
  width: 100%;
  aspect-ratio: 19/20;
  overflow: hidden;
  background-color: #1a226b;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media (width < 800px) {
  .mission .contents-wrapper .right .skew-wrapper .skew-bg {
    top: 20px;
    left: -20px;
    width: clamp(280px, 50vw, 380px);
  }
}
.mission .contents-wrapper .right .skew-wrapper .skew-box {
  position: relative;
  width: 100%;
  aspect-ratio: 19/20;
  overflow: hidden;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.mission .contents-wrapper .right .skew-wrapper .skew-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: skewX(10deg) scale(1.5);
          transform: skewX(10deg) scale(1.5);
}
@media (width < 800px) {
  .mission .contents-wrapper .right .skew-wrapper .skew-box {
    width: clamp(280px, 50vw, 380px);
  }
}
@media (width < 800px) {
  .mission .contents-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.mission .scroll-down {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 2px;
  height: 100px;
  letter-spacing: 0.1em;
  background: #1a226b;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scrollDown 3s infinite;
          animation: scrollDown 3s infinite;
}
.mission .scroll-down > span {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #1a226b;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.mission .scroll-down:before, .mission .scroll-down:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 2px;
  height: 12px;
  content: "";
  background: #1a226b;
}
.mission .scroll-down:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.mission .scroll-down:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

/* Service */
.service {
  position: relative;
}
@media (width < 800px) {
  .service {
    padding-block: 0;
  }
}
.service .section__title > .jp {
  color: #fff;
}
.service .subtitle {
  margin-bottom: 44px;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  word-break: keep-all;
  white-space: nowrap;
}
@media (width < 800px) {
  .service .subtitle {
    font-size: 28px;
    color: #1a226b;
  }
  .service .subtitle .line-break {
    display: block;
  }
}
.service .swiper-container {
  position: relative;
  margin-left: calc((100% - min(100% - 100px, 1000px)) / 2);
}
@media (width < 800px) {
  .service .swiper-container {
    width: calc(100% - 40px);
    margin: auto;
  }
  .service .swiper-container .swiper-pagination {
    display: none;
  }
}
.service .swiper-container .swiper-button-prev {
  left: -25px;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #1a226b;
  border-radius: 50%;
}
@media (width < 800px) {
  .service .swiper-container .swiper-button-prev {
    display: none;
  }
}
.service .swiper-container .swiper-button-prev::before, .service .swiper-container .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 1px;
  content: "";
  background-color: #1a226b;
  -webkit-transform-origin: 0px 50%;
          transform-origin: 0px 50%;
}
.service .swiper-container .swiper-button-prev:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.service .swiper-container .swiper-button-prev:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.service .swiper-container .swiper-button-next {
  right: 15%;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #1a226b;
  border-radius: 50%;
}
@media (width < 800px) {
  .service .swiper-container .swiper-button-next {
    display: none;
  }
}
.service .swiper-container .swiper-button-next::before, .service .swiper-container .swiper-button-next::after {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 1px;
  content: "";
  background-color: #1a226b;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.service .swiper-container .swiper-button-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.service .swiper-container .swiper-button-next:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.service .swiper-container .swiper-pagination-bullet-active {
  background: #1a226b;
}
.service .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -15%;
}
.service .swiper-container .service-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (width < 800px) {
  .service .swiper-container .service-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service .swiper-container .service-list__item {
  width: 300px;
  overflow: hidden;
  border: 1px solid #1a226b;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.service .swiper-container .service-list__item .top {
  padding: 20px 30px;
  text-align: center;
  background: #1a226b;
}
.service .swiper-container .service-list__item .top .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
}
.service .swiper-container .service-list__item .top .icon.a {
  background-image: url("../assets/icons/hands_and_question.svg");
}
.service .swiper-container .service-list__item .top .icon.b {
  background-image: url("../assets/icons/two_people.svg");
}
.service .swiper-container .service-list__item .top .icon.c {
  background-image: url("../assets/icons/shield.svg");
}
.service .swiper-container .service-list__item .top .icon.d {
  background-image: url("../assets/icons/many_people.svg");
}
.service .swiper-container .service-list__item .top .icon.e {
  background-image: url("../assets/icons/lens.svg");
}
.service .swiper-container .service-list__item .top .title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.service .swiper-container .service-list__item .top .title .small {
  font-size: 18px;
}
.service .swiper-container .service-list__item .bottom {
  padding: 20px 30px;
  background: #fff;
}
.service .swiper-container .service-list__item .bottom .sentence {
  color: #1a226b;
}
.service .bg-block {
  position: absolute;
  top: -25%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 600px;
  background: #757dc4;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, 0) skewY(-10deg);
          transform: translate(-50%, 0) skewY(-10deg);
}
@media (width < 800px) {
  .service .bg-block {
    top: -10%;
    height: 400px;
  }
}

/* Features */
.features {
  position: relative;
  padding-top: 0;
  margin-top: 80px;
}
@media (width < 800px) {
  .features {
    padding-bottom: 0;
  }
}
.features .features-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.features .features-card__item {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
.features .features-card__item .outer-box {
  width: 290px;
  height: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.87);
}
.features .features-card__item .outer-box .inner-box {
  width: 100%;
  height: 100%;
  padding: 40px 20px 20px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #e39b3c;
}
.features .features-card__item .bg-image {
  position: absolute;
  top: -80px;
  right: 0;
  z-index: -1;
  width: 110%;
  height: 260px;
}
.features .features-card__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #1a226b;
  text-align: center;
}
.features .features-card .line {
  display: block;
  width: 200px;
  height: 2px;
  margin: auto;
  margin-bottom: 24px;
  background: #1a226b;
}
.features .bg-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 93px);
  clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
  background-image: url("../assets/images/blue_bg.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.features .bg-block:last-child {
  display: none;
}
@media (width < 800px) {
  .features .bg-block {
    height: 40%;
  }
  .features .bg-block:last-child {
    top: 100px;
    display: block;
  }
}

/* Flow */
.flow {
  position: relative;
}
@media (width < 800px) {
  .flow {
    padding-bottom: 0;
  }
}
.flow .flow-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: calc((100% - min(100% - 100px, 1000px)) / 2);
  overflow-x: scroll;
}
.flow .flow-container::-webkit-scrollbar {
  height: 10px;
}
.flow .flow-container::-webkit-scrollbar-thumb {
  background: #1a226b;
  background-clip: padding-box;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 16px;
}
@media (width < 800px) {
  .flow .flow-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.flow .flow-container .flow-content__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  counter-reset: step;
}
@media (width < 800px) {
  .flow .flow-container .flow-content__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow .flow-container .flow-content__top .dot-line {
  position: absolute;
  top: 68px;
  left: 10px;
  width: calc(100% - 20px);
  height: 2px;
  background-image: linear-gradient(to right, rgba(26, 34, 107, 0.3), rgba(26, 34, 107, 0.3) 6px, transparent 2px, transparent 5px);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 10px 2px;
}
.flow .flow-container .flow-content__top .dot-line::before, .flow .flow-container .flow-content__top .dot-line::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  background: rgba(26, 34, 107, 0.3);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flow .flow-container .flow-content__top .dot-line::before {
  left: -10px;
}
.flow .flow-container .flow-content__top .dot-line::after {
  right: -10px;
}
@media (width < 800px) {
  .flow .flow-container .flow-content__top .dot-line {
    top: 0;
    left: 50%;
    width: 2px;
    height: calc(100% - 220px + 43px);
    background-image: linear-gradient(to bottom, rgba(26, 34, 107, 0.3), rgba(26, 34, 107, 0.3) 6px, transparent 2px, transparent 5px);
    background-repeat: repeat-y;
    background-size: 2px 14px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .flow .flow-container .flow-content__top .dot-line:before, .flow .flow-container .flow-content__top .dot-line::after {
    width: 0px;
  }
}
.flow .flow-container .flow-content__top .dot-line__mask {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.flow .flow-container .flow-content__top__item {
  width: 230px;
  margin-bottom: 12px;
  text-align: center;
  counter-increment: step;
}
@media (width < 800px) {
  .flow .flow-container .flow-content__top__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 220px;
    margin-bottom: 0;
  }
}
.flow .flow-container .flow-content__top__item .step-circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 136px;
  height: 136px;
  margin: auto;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #1a226b;
  border-radius: 50%;
}
.flow .flow-container .flow-content__top__item .step-circle__text {
  font-size: 18px;
  word-break: keep-all;
}
@media (width < 800px) {
  .flow .flow-container .flow-content__top__item .step-circle__text {
    font-size: 14px;
  }
}
.flow .flow-container .flow-content__top__item .step-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 64px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  content: counter(step, decimal-leading-zero);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (width < 800px) {
  .flow .flow-container .flow-content__top__item .step-circle:before {
    font-size: 35px;
  }
}
@media (width < 800px) {
  .flow .flow-container .flow-content__top__item .step-circle {
    width: 85px;
    height: 85px;
  }
}
.flow .flow-container .flow-content__top__item .summary-text {
  font-weight: bold;
  color: #1a226b;
}
.flow .flow-container .flow-content__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (width < 800px) {
  .flow .flow-container .flow-content__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow .flow-container .flow-content__bottom__item {
  width: 230px;
}
@media (width < 800px) {
  .flow .flow-container .flow-content__bottom__item {
    height: 220px;
    padding-top: 20px;
  }
}
.flow .flow-container .flow-content__bottom__item .summary-text {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: bold;
  color: #1a226b;
  text-align: center;
}
@media (width < 800px) {
  .flow .flow-container .flow-content__bottom__item .summary-text {
    text-align: left;
  }
}
.flow .flow-container .flow-content__bottom__item .detail-wrap {
  padding: 20px;
}
@media (width < 800px) {
  .flow .flow-container .flow-content__bottom__item .detail-wrap {
    padding: 0;
  }
}
.flow .flow-container .flow-content__bottom__item .detail-wrap .detail-text {
  position: relative;
  display: block;
  padding-left: 12px;
  color: #fff;
}
.flow .flow-container .flow-content__bottom__item .detail-wrap .detail-text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(0.7em);
          transform: translateY(0.7em);
}
@media (width < 800px) {
  .flow .flow-container .flow-content__bottom__item .detail-wrap .detail-text:before {
    background-color: #1a226b;
  }
}
@media (width < 800px) {
  .flow .flow-container .flow-content__bottom__item .detail-wrap .detail-text {
    color: #1a226b;
  }
}
.flow .bg-block {
  position: absolute;
  bottom: 90px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 20px;
  background: #757dc4;
}
@media (width < 800px) {
  .flow .bg-block {
    display: none;
  }
}

/* Message */
.message {
  position: relative;
}
.message .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 450px) {
  .message .flex-wrapper {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 1fr 1fr;
    gap: 0;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding: 12px 0;
  }
}
.message .flex-wrapper .representative-director {
  min-width: 180px;
  max-width: 300px;
}
@media (max-width: 450px) {
  .message .flex-wrapper .representative-director {
    grid-row: 1/span 2;
    width: 140px;
    min-width: auto;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.message .flex-wrapper .message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 460px;
  color: #fff;
}
@media (max-width: 450px) {
  .message .flex-wrapper .message-content {
    display: contents;
  }
}
.message .flex-wrapper .message-content__title {
  margin-bottom: clamp(12px, 3vw, 24px);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 2vw, 24px);
}
@media (max-width: 450px) {
  .message .flex-wrapper .message-content__title {
    padding-bottom: 12px;
    margin-bottom: 0;
    font-size: 20px;
    color: #1a226b;
  }
}
.message .flex-wrapper .message-content__sentence {
  margin-bottom: clamp(12px, 3vw, 24px);
}
@media (max-width: 450px) {
  .message .flex-wrapper .message-content__sentence {
    grid-row: 2/span 2;
    align-self: flex-end;
    padding-top: 12px;
    margin-bottom: 0;
  }
}
.message .flex-wrapper .message-content__company-name {
  display: block;
  padding-right: 20px;
  font-size: 20px;
  text-align: right;
}
.message .flex-wrapper .message-content__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 450px) {
  .message .flex-wrapper .message-content__profile {
    margin: auto;
  }
}
.message .flex-wrapper .message-content__profile .company-name {
  margin-bottom: clamp(12px, 2vw, 24px);
  font-size: clamp(16px, 2vw, 24px);
}
@media (max-width: 450px) {
  .message .flex-wrapper .message-content__profile .company-name {
    margin: 12px 0 6px;
    font-size: 16px;
  }
}
.message .flex-wrapper .message-content__profile .role-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .message .flex-wrapper .message-content__profile .role-name {
    display: contents;
  }
}
@media (max-width: 450px) {
  .message .flex-wrapper .message-content__profile .role {
    font-size: 15px;
  }
}
.message .flex-wrapper .message-content__profile .name {
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 500;
}
@media (max-width: 450px) {
  .message .flex-wrapper .message-content__profile .name {
    font-size: 24px;
  }
}
.message .bg-block {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 450px;
  background: #757dc4;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, 0) skewY(-10deg);
          transform: translate(-50%, 0) skewY(-10deg);
}
@media (max-width: 450px) {
  .message .bg-block {
    bottom: 80px;
    height: 180px;
    -webkit-transform: translate(-50%, 0) skewY(0deg);
            transform: translate(-50%, 0) skewY(0deg);
  }
}

/* Company */
@media (width < 800px) {
  .company {
    padding-top: 0;
  }
}
.company .company-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 48px;
}
@media (width < 1100px) {
  .company .company-info {
    grid-template-columns: repeat(1, 1fr);
  }
}
.company .company-info__item {
  padding: 16px 40px;
  border-top: 1px solid rgba(26, 34, 107, 0.3);
}
.company .company-info__item:nth-last-child(-n+2) {
  border-bottom: 1px solid rgba(26, 34, 107, 0.3);
}
@media (width < 1100px) {
  .company .company-info__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media (width < 1100px) {
  .company .company-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    border: none;
    border-top: 1px solid rgba(26, 34, 107, 0.3);
  }
  .company .company-info__item:last-child {
    border-bottom: 1px solid rgba(26, 34, 107, 0.3);
  }
}
.company .company-info__item .label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 15px;
  color: #1a226b;
  word-break: keep-all;
}
@media (width < 1100px) {
  .company .company-info__item .label {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 76px;
    margin-bottom: 0;
  }
}
.company .company-info__item .content {
  font-weight: 500;
}
.company .company-info__item .content-list__item:before {
  content: "・";
}
@media (width < 1100px) {
  .company .company-info__item .content-list__item {
    font-size: 15px;
  }
}
.company .access {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  padding: 0 40px;
  margin-bottom: 80px;
}
@media (width < 1100px) {
  .company .access {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding: 0;
  }
}
.company .access .access-info__title {
  margin-bottom: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}
@media (width < 800px) {
  .company .access .access-info__title {
    margin-bottom: 20px;
  }
}
.company .access .access-info__address {
  margin-bottom: 20px;
}
@media (width < 1100px) {
  .company .access .access-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.company .access .helper-text {
  position: relative;
  display: block;
  padding-left: 12px;
}
.company .access .helper-text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background: #1a226b;
  border-radius: 50%;
  -webkit-transform: translateY(0.7em);
          transform: translateY(0.7em);
}
.company .access .access-map {
  justify-items: center;
  aspect-ratio: 16/9;
}
@media (width < 1100px) {
  .company .access .access-map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.company .access .access-map iframe {
  width: 100%;
  height: 100%;
}
.company .related-link {
  text-align: center;
}
.company .related-link__title {
  margin-bottom: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}
.company .related-link__thumbnail {
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 24px auto 12px;
  border: 6px solid red;
  border-radius: 8px;
}
.company .youtube-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.company .youtube-link__text {
  font-weight: bold;
  text-decoration: underline;
}

/* 関連会社 */
.related-company {
  background-image: url("../assets/images/blue_bg.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.related-company .inner-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width < 1100px) {
  .related-company .inner-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.related-company__title {
  margin-bottom: 48px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.related-company__img {
  position: relative;
  justify-items: center;
  justify-self: center;
  width: auto;
  height: 240px;
  height: 100%;
  /* stylelint-disable-next-line no-descending-specificity */
}
@media (width < 1100px) {
  .related-company__img {
    max-width: 400px;
  }
}
@media (width < 800px) {
  .related-company__img {
    max-width: none;
    height: auto;
  }
}
.related-company__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-company__img .sand-gravel-link {
  position: absolute;
  right: 2%;
  bottom: 2%;
  color: #fff;
}
.related-company__img .sand-gravel-link::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  content: "";
  background: url("../assets/icons/square_to_arrow.svg") no-repeat center center/cover;
}
.related-company__content {
  justify-self: center;
  max-width: 400px;
  color: #fff;
}
@media (width < 800px) {
  .related-company__content {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.related-company__content .top-sentence {
  margin-bottom: 32px;
  font-size: 19.5px;
  font-weight: bold;
}
.related-company__content .bottom-sentence {
  font-size: 16.5px;
}

.middle {
  height: clamp(230px, 40vw, 450px);
  background-image: url("../assets/images/middle_image.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: 50% 70%;
  background-size: cover;
}

/* FAQ */
.faq .qa-list__item summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  font-size: 18px;
  font-weight: bold;
  color: #002255;
  cursor: pointer;
  border-top: 1px solid rgba(26, 34, 107, 0.3);
}
.faq .qa-list__item summary::before {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "Prata", serif;
  font-size: 18px;
  font-weight: bold;
  color: #e39b3c;
  content: "Q";
}
.faq .qa-list__item summary .icon-toggle {
  position: relative;
  display: block;
  width: 24px;
  -webkit-transform-origin: center 43%;
          transform-origin: center 43%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq .qa-list__item summary .icon-toggle::before, .faq .qa-list__item summary .icon-toggle::after {
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  content: "";
  background-color: #e39b3c;
}
.faq .qa-list__item summary .icon-toggle::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq .qa-list__item summary .icon-toggle::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.faq .qa-list__item .answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
}
.faq .qa-list__item .answer__content {
  padding-right: 44px;
  padding-bottom: 24px;
}
.faq .qa-list__item .answer::before {
  font-family: "Prata", serif;
  font-size: 18px;
  content: "A";
}
.faq .qa-list__item.is-open .icon-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Contact */
.contact .intro-text {
  display: inline-block;
  margin-bottom: 24px;
  word-break: keep-all;
}
.contact .wpcf7-form .form-item:not(:last-of-type) {
  margin-bottom: 24px;
}
.contact .wpcf7-form .form-item label {
  display: inline-block;
  margin-bottom: 4px;
  color: #1a226b;
}
.contact .wpcf7-form .form-item.required label::after {
  color: red;
  content: "*";
}
.contact .wpcf7-form .form-item input,
.contact .wpcf7-form .form-item textarea {
  display: block;
  width: 100%;
  padding: 10px 36px;
  background: rgba(2, 54, 99, 0.1);
  border: 1px solid rgba(2, 54, 99, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 5px rgba(2, 54, 99, 0.14);
          box-shadow: 0 4px 5px rgba(2, 54, 99, 0.14);
}
.contact .wpcf7-form .form-item input::-webkit-input-placeholder, .contact .wpcf7-form .form-item textarea::-webkit-input-placeholder {
  color: rgba(26, 34, 107, 0.2);
}
.contact .wpcf7-form .form-item input::-moz-placeholder, .contact .wpcf7-form .form-item textarea::-moz-placeholder {
  color: rgba(26, 34, 107, 0.2);
}
.contact .wpcf7-form .form-item input:-ms-input-placeholder, .contact .wpcf7-form .form-item textarea:-ms-input-placeholder {
  color: rgba(26, 34, 107, 0.2);
}
.contact .wpcf7-form .form-item input::-ms-input-placeholder, .contact .wpcf7-form .form-item textarea::-ms-input-placeholder {
  color: rgba(26, 34, 107, 0.2);
}
.contact .wpcf7-form .form-item input::placeholder,
.contact .wpcf7-form .form-item textarea::placeholder {
  color: rgba(26, 34, 107, 0.2);
}
.contact .wpcf7-form .form-item input {
  height: 50px;
}
.contact .wpcf7-form .form-item textarea {
  height: 150px;
}
.contact .wpcf7-form [type=submit] {
  display: block;
  width: 100px;
  height: 30px;
  margin-top: 24px;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #1a226b;
  border-radius: 5px;
}

/* Footer */
.footer {
  background: #1a226b;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 100px);
  max-width: 1000px;
  padding: 40px 0;
  margin: auto;
}
@media (width < 1100px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(100% - 40px);
    padding: 130px 0 60px;
  }
}
.footer__content__left .logo-link {
  display: inline-block;
  margin-bottom: 16px;
}
.footer__content__left .company-info {
  color: #fff;
}
.footer__content__left .company-info.address {
  word-break: keep-all;
}
.footer__content__left .company-info:not(:last-of-type) {
  margin-bottom: 8px;
}
.footer__content__right .footer-menu {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: repeat(3, auto);
  grid-auto-flow: column;
  gap: 20px 30px;
  color: #fff;
}
.footer__content__right .footer-menu__item__title {
  color: #fff;
}
.footer__content__right .footer-menu__item__title.jp {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.footer__content__right .footer-menu__item__title.en {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
}
.footer__content__right .footer-menu__item:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}
.footer__content__right .footer-menu__item:nth-child(5) {
  grid-row: 1;
  grid-column: 2;
}
.footer__content__right .footer-menu__item:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}
.footer__content__right .footer-menu__item:nth-child(6) {
  grid-row: 2;
  grid-column: 2;
}
.footer__content__right .footer-menu__item:nth-child(3) {
  grid-row: 3;
  grid-column: 1;
}
.footer__content__right .footer-menu__item:nth-child(7) {
  grid-row: 1;
  grid-column: 3;
}
.footer__content__right .footer-menu__item:nth-child(4) {
  grid-row: 4;
  grid-column: 1;
}
.footer__content__right .footer-menu__item:nth-child(8) {
  grid-row: 2;
  grid-column: 3;
}
@media (width < 1100px) {
  .footer__content__right .footer-menu {
    grid-template-columns: repeat(2, auto);
  }
  .footer__content__right .footer-menu__item:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }
  .footer__content__right .footer-menu__item:nth-child(5) {
    grid-row: 1;
    grid-column: 2;
  }
  .footer__content__right .footer-menu__item:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
  .footer__content__right .footer-menu__item:nth-child(6) {
    grid-row: 2;
    grid-column: 2;
  }
  .footer__content__right .footer-menu__item:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }
  .footer__content__right .footer-menu__item:nth-child(7) {
    grid-row: 3;
    grid-column: 2;
  }
  .footer__content__right .footer-menu__item:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
  }
  .footer__content__right .footer-menu__item:nth-child(8) {
    grid-row: 4;
    grid-column: 2;
  }
}
.footer hr {
  height: 1px;
  background: #fff;
  opacity: 0.3;
}
.footer__bottom {
  padding: 12px 0;
}
.footer__bottom .contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__bottom small,
.footer__bottom .privacy-policy {
  font-size: 10px;
  color: white;
}

/* Privacy-policy */
.privacy-policy section {
  width: 100%;
  margin: auto;
}
.privacy-policy .pp__fv {
  position: relative;
  height: 450px;
  background-image: url("../assets/images/middle_image.avif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position-y: 65%;
  background-size: cover;
}
.privacy-policy .pp__fv .logo-link {
  position: absolute;
  top: 40px;
  left: 80px;
  display: block;
}
@media (width < 1100px) {
  .privacy-policy .pp__fv .logo-link {
    display: none;
  }
}
.privacy-policy .pp__content {
  position: relative;
  max-width: min(1100px, 80%);
  padding-bottom: 40px;
  margin-top: -250px;
  margin-bottom: 80px;
  background: rgba(255, 255, 255, 0.95);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (width < 800px) {
  .privacy-policy .pp__content {
    width: calc(100% - 40px);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.privacy-policy .pp__content .contents-wrapper {
  max-width: 800px;
}
.privacy-policy .pp__content .intro-text {
  margin-bottom: 60px;
}
.privacy-policy .pp__content__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 16px;
  margin: 0 auto 40px;
  border-bottom: 2px solid #1a226b;
}
.privacy-policy .pp__content__title .en,
.privacy-policy .pp__content__title .jp {
  display: block;
}
.privacy-policy .pp__content__title .en {
  font-size: 12px;
  text-align: center;
}
.privacy-policy .pp__content__title .jp {
  font-size: 24px;
}
.privacy-policy .pp__content__list {
  margin-bottom: 60px;
  counter-reset: policy-item;
}
.privacy-policy .pp__content__list__item {
  counter-increment: policy-item;
}
.privacy-policy .pp__content__list__item:not(:last-of-type) {
  margin-bottom: 24px;
}
.privacy-policy .pp__content__list__item .policy-title {
  margin-bottom: 24px;
}
.privacy-policy .pp__content__list__item .policy-title:before {
  content: counter(policy-item) ".";
}
.privacy-policy .pp__content__list__item .purpose-of-use::before {
  content: "- ";
}
.privacy-policy .pp__content .contact-info__label {
  margin-bottom: 24px;
}
.privacy-policy .pp__content .contact-info__date-of-enactment {
  margin-top: 24px;
}

/*# sourceMappingURL=main.css.map */