@charset "UTF-8";
/* clear
===============================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, a, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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

i, u, abbr, code, pre, address {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

input, select {
  vertical-align: middle;
}

button:hover img {
  opacity: 0.85;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

button::before, button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

button, button::before, button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover {
  cursor: pointer;
}

ul, ol, li {
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* reset
===============================================================*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
}

a {
  color: #0090d2;
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}

picture {
  display: block;
}

/*----------------------------------------------------------------------------
	base
----------------------------------------------------------------------------*/
:root {
  --font-size-text-large: 2rem;
  --font-size-text-medium: 1.8rem;
  --font-size-text-small: 1.6rem;
  --font-size-text-xsmall: 1.4rem;
}

@media screen and (max-width: 767px) {
  :root {
    --font-size-text-medium: 2.4rem;
    --font-size-text-small: 2.4rem;
    --font-size-text-xsmall: 2.2rem;
  }
}
html {
  width: 100%;
  font-size: 62.5%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
  html:has(.l-header__trigger.is-open) {
    overflow: hidden;
  }
}

body {
  padding-top: var(--header-height);
  color: #353535;
  font-size: var(--font-size-text-medium);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
}

pictrure,
figure {
  display: block;
  width: 100%;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  a:hover {
    opacity: 0.7;
  }
}

/*----------------------------------------------------------------------------
	c-link
----------------------------------------------------------------------------*/
.c-link {
  padding-right: 3.3rem;
  background: url(../images/common/icon_arrow.svg) no-repeat right center/2.4rem auto;
  -webkit-filter: brightness(0) saturate(100%) invert(5%) sepia(31%) saturate(2211%) hue-rotate(118deg) brightness(87%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(5%) sepia(31%) saturate(2211%) hue-rotate(118deg) brightness(87%) contrast(101%);
}
.c-link--white {
  -webkit-filter: none;
          filter: none;
}

/*----------------------------------------------------------------------------
	c-button
----------------------------------------------------------------------------*/
.c-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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background-color: #353535;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 100%;
    height: 12rem;
    font-size: 4.2rem;
    border-radius: 6rem;
  }
}
.c-button::after {
  display: inline-block;
  aspect-ratio: 1;
  width: 2rem;
  background: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-button::after {
    width: 4rem;
  }
}
.c-button--small {
  width: 20rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-button--small {
    width: 100%;
    height: 12rem;
    font-size: 4.2rem;
    border-radius: 6rem;
  }
}
.c-button--small::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-button--small::after {
    right: 2rem;
  }
}
.c-button--simulation {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 22rem;
  height: 5rem;
  padding: 0 1.5rem 0 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.c-button--simulation::after {
  width: 2.6rem;
}
@media screen and (max-width: 767px) {
  .c-button--simulation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    font-size: 4.2rem;
    height: 12rem;
    text-align: center;
    border-radius: 6rem;
  }
  .c-button--simulation::after {
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/*----------------------------------------------------------------------------
	c-pagetop
----------------------------------------------------------------------------*/
.c-pagetop {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  width: 8rem;
  height: 8rem;
  font: 0/0 a;
  border-radius: 50%;
  overflow: hidden;
  background: url(../images/common/btn_pagetop.svg) no-repeat center center/contain #fff;
  border: 1px solid #fff;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    width: 10rem;
    height: 10rem;
    bottom: 3rem;
  }
}

/*----------------------------------------------------------------------------
  .l-inner
----------------------------------------------------------------------------*/
.l-inner {
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.l-inner--small {
  max-width: 110rem;
}
.l-inner--xsmall {
  max-width: 98rem;
}

/*----------------------------------------------------------------------------
	.l-header
----------------------------------------------------------------------------*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.8rem 2.6rem 0 4.2rem;
}
.l-header__logo {
  width: 13.4rem;
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 17rem;
  }
}
.l-header__logo a {
  display: block;
  padding: 0.3rem 0;
  text-align: center;
  background-color: #fff;
  border-radius: 0.3rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    padding: 0.5rem 0;
    border-radius: 0.5rem;
  }
}
.l-header__logo img {
  width: 11.7rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 15rem;
  }
}
.l-header__contact {
  width: 17.4rem;
}
.l-header__contact img {
  width: 100%;
}

/*----------------------------------------------------------------------------
	.l-footer
----------------------------------------------------------------------------*/
.l-footer {
  position: relative;
  background: #fff;
}
.l-footer::before {
  display: block;
  width: 100%;
  aspect-ratio: 2800/250;
  background: url(../images/bg_contact.png) no-repeat center bottom/100% auto;
  content: "";
}
.l-footer--thanks::before {
  display: none;
}
.l-footer--thanks {
  padding: 4rem 0;
  text-align: center;
}
.l-footer--thanks .l-footer__copyright {
  margin-top: 1.5rem;
}
.l-footer__inner {
  margin-top: -0.8rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 4rem 2.5rem;
  }
}
.l-footer__pagetop {
  position: absolute;
  right: 2rem;
  top: 13rem;
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    width: 7rem;
  }
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1rem;
}
.l-footer__logo a:first-child img {
  width: 11.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo a:first-child img {
    width: 15rem;
  }
}
.l-footer__logo a:last-child img {
  width: 15rem;
}
.l-footer__link {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    font-size: 2.4rem;
  }
}
.l-footer__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
}
.l-footer__link a::after {
  width: 3.6rem;
  aspect-ratio: 1;
  background: url(../images/icon_blank.png) no-repeat center center/contain;
  content: "";
}
.l-footer__address {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5em 1.5rem 1fr;
  grid-template-columns: 5em 1fr;
  row-gap: 0.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    font-size: 2rem;
    line-height: 1.4;
  }
  .l-footer__address dt {
    margin-top: 0.5rem;
  }
}
.l-footer__address dd {
  letter-spacing: 0.05em;
}
.l-footer__copyright {
  display: inline-block;
  margin-top: 2.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1.8rem;
  }
}

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

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

@media screen and (min-width: 900px) {
  .u-hide--lg {
    display: none !important;
  }
}

@media screen and (min-width: 1240px) {
  .u-hide--xl {
    display: none !important;
  }
}

.u-inlineblock {
  display: inline-block;
}

.u-font-en {
  font-family: "Poppins", sans-serif;
}

.u-animate--fadeInUp {
  visibility: hidden;
}
.u-animate--fadeInUp.is-animated {
  -webkit-animation: animate-fadeInUp 1.5s ease 0s both 1 normal;
          animation: animate-fadeInUp 1.5s ease 0s both 1 normal;
  visibility: visible !important;
}

@-webkit-keyframes animate-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes animate-fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}