@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'");
/* resset.dev • v5.0.2 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* # =================================================================
# Add
# ================================================================= */
* {
  line-height: 1;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000;
}

/* # =================================================================
# Common
# ================================================================= */
@media (hover: hover) {
  a {
    -webkit-transition: opacty, 0.5s;
    transition: opacty, 0.5s;
  }
  a:hover {
    opacity: 0.5;
  }
}
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  html.is-hidden {
    overflow: hidden;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #000000;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* # =================================================================
# Component
# ================================================================= */
/* -- c-arrow-button -- */
.c-arrow-button {
  position: relative;
  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%;
  border-radius: 4px;
  background-color: #171c61;
  padding: 14px 16px 14px 20px;
  overflow: hidden;
  z-index: 5;
}
.c-arrow-button::before {
  -webkit-transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
  transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
  border-radius: 4px;
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  left: -100%;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #474ea6;
  overflow: hidden;
  z-index: 0;
}
.c-arrow-button__text {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  z-index: 1;
}
.c-arrow-button__text.c-arrow-button__text--large {
  font-size: 18px;
}
.c-arrow-button__icon-wrap {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.c-arrow-button__icon-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-box-shadow: -2.828px -2.828px 5px 0px rgba(255, 255, 255, 0.2), 2.624px 3.019px 7px 0px rgba(0, 0, 0, 0.7);
          box-shadow: -2.828px -2.828px 5px 0px rgba(255, 255, 255, 0.2), 2.624px 3.019px 7px 0px rgba(0, 0, 0, 0.7);
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-arrow-button__icon-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-box-shadow: -2.828px -2.828px 5px 0px rgba(255, 255, 255, 0.2) inset, 2.624px 3.019px 7px 0px rgba(0, 0, 0, 0.7) inset;
          box-shadow: -2.828px -2.828px 5px 0px rgba(255, 255, 255, 0.2) inset, 2.624px 3.019px 7px 0px rgba(0, 0, 0, 0.7) inset;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-arrow-button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon/icon_arrow-white.svg);
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-arrow-button__icon:first-child {
  opacity: 1;
  margin-left: 0;
}
.c-arrow-button__icon:last-child {
  opacity: 0;
  margin-left: -12px;
}
.c-arrow-button:hover {
  opacity: 1;
}
.c-arrow-button:hover::before {
  left: 0;
  opacity: 1;
}
.c-arrow-button:hover .c-arrow-button__icon-wrap::before {
  opacity: 0;
}
.c-arrow-button:hover .c-arrow-button__icon-wrap::after {
  opacity: 1;
}
.c-arrow-button:hover .c-arrow-button__icon:first-child {
  opacity: 0;
  margin-left: 12px;
}
.c-arrow-button:hover .c-arrow-button__icon:last-child {
  opacity: 1;
  margin-left: 0;
}
.c-arrow-button--white {
  background-color: #ffffff;
}
.c-arrow-button--white .c-arrow-button__text {
  color: #171c61;
}
.c-arrow-button--white .c-arrow-button__icon-wrap::before {
  -webkit-box-shadow: -2.828px -2.828px 5px 0px rgba(255, 255, 255, 0.2), 2.624px 3.019px 7px 0px rgba(0, 0, 0, 0.4);
          box-shadow: -2.828px -2.828px 5px 0px rgba(255, 255, 255, 0.2), 2.624px 3.019px 7px 0px rgba(0, 0, 0, 0.4);
}
.c-arrow-button--white .c-arrow-button__icon {
  background-image: url(../img/icon/icon_arrow-blue.svg);
}
.c-arrow-button--white:hover .c-arrow-button__text {
  color: #ffffff;
}
.c-arrow-button--white:hover .c-arrow-button__icon {
  background-image: url(../img/icon/icon_arrow-white.svg);
}
.c-arrow-button.c-arrow-button--icon {
  padding: 20px 24px;
}
.c-arrow-button.c-arrow-button--icon .c-arrow-button__text {
  font-size: 18px;
}
.c-arrow-button.c-arrow-button--icon .c-arrow-button__icon {
  width: 36px;
  height: 36px;
}
.c-arrow-button__car-icon {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #2f3370;
}
.c-arrow-button__car-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 13px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/icon/icon_car.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


@media screen and (max-width: 375px) {
  .c-arrow-button.c-arrow-button--icon {
    padding: 20px 16px;
  }
  .c-arrow-button.c-arrow-button--icon .c-arrow-button__text {
    font-size: 12px;
  }
}
/* -- c-white-button -- */
.c-white-button {
  display: block;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50px;
  border: 2px solid #171c61;
  transition: background-color .3s;
  cursor: pointer;
}
.c-white-button__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
.c-white-button__text {
  color: #171c61;
  font-size: 22px;
  font-weight: bold;
}
.c-white-button__tel {
  color: #171c61;
  font-size: 22px;
  font-weight: bold;
  font-family: "Lato";
  transition: color .3s;
}
.c-white-button__tel span {
  font-size: 30px;
  font-weight: 900;
  padding-left: 5px;
}
.c-white-button__hour {
  color: #171c61;
  font-size: 14px;
  font-weight: bold;
  transition: color .3s;
}
.c-white-button__hour span {
  font-family: "Lato";
}

.c-white-button:hover {
  opacity: 1;
  background-color: #171c61;
}
.c-white-button:hover .c-white-button__text,
.c-white-button:hover .c-white-button__tel,
.c-white-button:hover .c-white-button__hour{
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-white-button__text {
    font-size: 20px;
  }
  .c-white-button__tel {
    font-size: 20px;
  }
  .c-white-button__tel span {
    font-size: 26px;
  }
  .c-white-button__hour {
    font-size: 13px;
  }
}
@media screen and (max-width: 410px) {
  .c-white-button__text {
    font-size: 18px;
  }
  .c-white-button__tel {
    font-size: 16px;
  }
  .c-white-button__tel span {
    font-size: 20px;
  }
  .c-white-button__hour {
    font-size: 11px;
  }
}
/* -- c-menu -- */
.c-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.c-menu__list-item a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.c-menu__list-item a::before {
  content: "・";
}
.c-menu__list-item a::after {
  content: "";
  display: block;
  border-bottom: 2px solid #474ea6;
  width: 0;
  margin-top: 5px;
  -webkit-transition: border-bottom, 0.5s;
  transition: border-bottom, 0.5s;
}
.c-menu__list-item a:hover::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-menu__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .c-menu__list-item a {
    font-size: 16px;
  }
}
/* -- c-tag -- */
.c-tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #171c61;
  font-weight: bold;
  border: 2px solid #171c61;
  background-color: #f4f4f4;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .c-tag {
    font-size: 14px;
  }
}
/* # =================================================================
# Project
# ================================================================= */
/* -- p-title -- */
.p-title__inner {
  padding-bottom: 70px;
}
.p-title__heading {
  font-size: 42px;
}
.p-title__en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-family: "Lato";
  background-image: url("../img/icon/icon_tool.svg");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 8px 30px;
  margin-top: 20px;
}
.p-title__text {
  width: 100%;
  max-width: 500px;
  line-height: 2;
  margin-top: 50px;
}

/* -- p-content -- */
.p-content {
  width: 100%;
}
.p-content--line {
  border-top: 4px solid #171c61;
}
.p-content__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-content__menu {
  position: sticky;
  top: 80px;
  width: 180px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 60px;
  padding-bottom: 100px;
}
.p-content__articles {
  width: calc(100% - 180px);
  padding-top: 60px;
}

@media screen and (min-width: 1025px) {
  .p-content__menu {
    width: 31.0344827586%;
  }
  .p-content__articles {
    width: 68.9655172414%;
  }
}
@media screen and (max-width: 768px) {
  .p-content__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-content__menu {
    position: static;
    width: 100%;
    padding-bottom: 0;
  }
  .p-content__articles {
    width: 100%;
  }
}
/* -- p-article -- */
.p-article {
  padding-top: 140px;
  margin-top: -140px;
}
.p-article + .p-article {
  margin-top: -20px;
}
.p-article:last-child {
  padding-bottom: 100px;
}
.p-article__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 40px;
}
.p-article__heading::before {
  content: "";
  display: block;
  width: 34px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.p-article__heading--spanner::before {
  background-image: url("../img/icon/icon_spanner.svg");
}
.p-article__heading--report::before {
  background-image: url("../img/icon/icon_report.svg");
}
.p-article__heading--car::before {
  background-image: url("../img/icon/icon_used-car.svg");
}
.p-article__heading--salutation::before {
  background-image: url("../img/icon/icon_human.svg");
}
.p-article__heading--overview::before {
  background-image: url("../img/icon/icon_pin.svg");
}
.p-article__heading--point::before {
  background-image: url("../img/icon/icon_mechanic.svg");
}
.p-article__heading--apply::before {
  background-image: url("../img/icon/icon_contact.svg");
}

@media screen and (max-width: 768px) {
  .p-article {
    font-size: 28px;
  }
  .p-article__heading {
    font-size: 30px;
  }
}


/* -- p-overview -- */
.p-overview {
  margin-top: 40px;
}
.p-overview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #363e47;
  padding: 30px 0 28px;
}
.p-overview__title {
  width: 160px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.p-overview__title .tab-only {
  display: none;
}
.p-overview__disc {
  width: calc(100% - 160px);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.p-overview__disc .pc-only {
  display: block;
}
.p-overview__disc .sp-only {
  display: none;
}
.p-overview__map {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-overview__title {
    width: 100px;
    font-size: 16px;
  }
  .p-overview__title .tab-only {
    display: block;
  }
  .p-overview__disc {
    width: calc(100% - 100px);
    font-size: 16px;
  }
  .p-overview__disc .pc-only {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .p-overview__disc .sp-only {
    display: block;
  }
}




/* # =================================================================
# Layout
# ================================================================= */
/* -- l-main -- */
.l-main {
  margin-top: 80px;
}

/* -- l-section -- */
.l-section {
  width: 100vw;
  padding: 0 20px;
}
.l-section__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.l-section--lower-page {
  padding-top: 156px;
}
.l-section--blue {
  background-color: #171c61;
}
.l-section--gray {
  background-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
  .l-section--lower-page {
    padding-top: 100px;
  }
}
/* # =================================================================
# Header
# ================================================================= */
/* -- header -- */
.header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100vw;
  z-index: 10;
}
.header__logo {
  width: 170px;
  height: 80.5px;
  background-color: #171c61;
  -webkit-transition: height 0.5s ease-out;
  transition: height 0.5s ease-out;
  -webkit-animation: 0.5s ease-out both nyu;
          animation: 0.5s ease-out both nyu;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.header__logo.is-top {
  height: 160px;
}
.header__logo.is-top .header__logo-img-wrap {
  width: 76px;
}
.header__logo-link {
  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: 100%;
  height: 100%;
}
.header__logo-img-wrap {
  width: 40px;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  -webkit-animation: 0.5s ease-out 0.3s both nyu;
          animation: 0.5s ease-out 0.3s both nyu;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 280px);
  background-color: #ffffff;
  border-bottom: 0.5px solid #3b5266;
  padding: 24px 20px 17px 10px;
}
.header__heading {
  font-size: 13px;
  line-height: 1.5;
}
.header__list-wrapper {
  margin-left: auto;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.header__list-item {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.header__list-item:nth-child(2) {
  -webkit-animation: 0.3s ease-out 0.6s both nyu;
          animation: 0.3s ease-out 0.6s both nyu;
}
.header__list-item:nth-child(3) {
  -webkit-animation: 0.3s ease-out 0.8s both nyu;
          animation: 0.3s ease-out 0.8s both nyu;
}
.header__list-item:nth-child(4) {
  -webkit-animation: 0.3s ease-out 1s both nyu;
          animation: 0.3s ease-out 1s both nyu;
}
.header__list-item:nth-child(5) {
  -webkit-animation: 0.3s ease-out 1.3s both nyu;
          animation: 0.3s ease-out 1.3s both nyu;
}
.header__list-item.sp-only {
  display: none;
}
.header__list-link:hover {
  opacity: 1;
}
.header__list-text {
  font-size: 14px;
  font-weight: 500;
}
.header__list-text::after {
  content: "";
  display: block;
  border-bottom: 2px solid #474ea6;
  width: 0;
  margin-top: 5px;
  -webkit-transition: border-bottom, 0.5s;
  transition: border-bottom, 0.5s;
}
.header__list-text:hover::after {
  width: 100%;
}
.header__contact {
  width: 110px;
  height: 80.5px;
  background-color: #171c61;
}
.header__contact-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.header__contact-text {
  color: #ffffff;
}
@-webkit-keyframes nyu {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes nyu {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.header__sp-button {
  position: relative;
  display: none;
  width: 80px;
  height: 80.5px;
  background-color: #171c61;
  overflow: hidden;
}
.header__sp-button::after {
  content: "";
  position: absolute;
  left: -80px;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e9e9f0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header__sp-button:hover::after {
  opacity: 0.5;
  left: 0;
}
.header__sp-button-text {
  position: relative;
  display: none;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  z-index: 1;
}
.header__sp-button-text.is-selected {
  display: block;
}
.header__sp-item {
  display: none;
  margin-top: 50px;
}
.header__privacy {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #e9e9f0;
  padding: 15px;
}
.header__banner {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-top: 40px;
}

@media screen and (min-width: 1025px) {
  .header__logo {
    width: 180px;
  }
  .header__main {
    width: calc(100% - 355px);
    padding: 20px 50px 15px 30px;
  }
  .header__heading {
    font-size: 15px;
  }
  .header__list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .header__list-text {
    font-size: 16px;
  }
  .header__contact {
    width: 175px;
  }
  .header__contact-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 120px;
  }
  .header__logo.is-top {
    height: 110px;
  }
  .header__logo.is-top .header__logo-img-wrap {
    width: 60px;
  }
  .header__main {
    width: calc(100% - 200px);
    padding: 24px 0 17px 30px;
  }
  .header__logo-img-wrap {
    width: 50px;
  }
  .header__list-wrapper {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: -1;
    -webkit-transition: left 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: left 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header__list-wrapper.is-open {
    left: 0;
  }
  .header__list-inner {
    height: 100%;
    padding: 150px 60px 120px;
    overflow-y: scroll;
  }
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    row-gap: 35px;
  }
  .header__list-item.sp-only {
    display: block;
  }
  .header__list-text {
    font-size: 20px;
    text-decoration: underline;
  }
  .header__contact.pc-only {
    display: none;
  }
  .header__sp-button {
    display: block;
  }
  .header__sp-item {
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .header__main {
    height: 80px;
    padding: 22px 0 22px 15px;
  }
  .header__heading {
    font-size: 12px;
  }
}
/* # =================================================================
# Footer
# ================================================================= */
/* -- information -- */
.information {
  padding-top: 74px;
  margin: 0 auto;
}
.information__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.information__heading-ja {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
}
.information__heading-ja .tab-only {
  display: none;
}
.information__heading-en {
  font-size: 13px;
  font-weight: 200;
  color: #ffffff;
}
.information__heading-en .sp-only {
  display: none;
}
.information__list {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
.information__term {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Lato";
}
.information__disc {
  font-size: 14px;
  color: #ffffff;
  margin-top: 12px;
}
.information__map {
  margin-top: 30px;
}
.information__map iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .information__heading-ja {
    font-size: 30px;
  }
  .information__heading-ja .tab-only {
    display: block;
  }
  .information__heading-en {
    font-size: 11px;
  }
  .information__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 10px;
    margin-top: 80px;
  }
  .information__item:nth-child(2n-1) {
    width: calc(53% - 5px);
  }
  .information__item:nth-child(2n) {
    width: calc(47% - 5px);
  }
  .information__map {
    margin-top: 80px;
  }
}
@media screen and (max-width: 540px) {
  .information__heading-ja {
    font-size: 24px;
    line-height: 2;
  }
}
@media screen and (max-width: 400px) {
  .information__heading-en {
    line-height: 2;
  }
  .information__heading-en .sp-only {
    display: block;
  }
}



/* -- footer -- */
.footer {
  padding: 0 30px;
  background-color: #000000;
}
.footer__inner {
  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%;
  max-width: 1300px;
  padding: 20px 0;
  margin: 0 auto;
}
.footer__logo {
  width: 35px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.footer__list-text {
  font-size: 15px;
  color: #808080;
}
.footer__privacy-text {
  font-size: 11px;
  color: #ffffff;
}

@media screen and (min-width: 1025px) {
  .footer__list {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 30px 0;
  }
  .footer__logo {
    display: none;
  }
  .footer__nav {
    display: none;
  }
}