@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* 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] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


:root {
  --width-tablet: $width_tablet;
  --width-desktop: $width_desktop;
  --width-container: 1100px;
  --color-font: #181818;
  --color-primary: #FF6600;
  --color-secondary: #EA112E;
  --color-white: #ffffff;
  --color-gray: #D9D9D9;
  --color-line: #17A812;
  --color-bg-orange: #FFEDE0;
  --color-secondary-gray: #D9D9D9;
  --color-bg-gray: #F2F2F2;
  --color-circle-gray: #BEBEBE;
  --color-font-gray: #6F6F6F;
  --color-teal: #45B2C2;
  --color-light-brown: #967A5B;
  --font-family-ja: "Noto Sans JP", sans-serif;
  --font-family-en: "Tomorrow", sans-serif;
  --heading-size-xxl: 120px;
  --heading-size-xxl-mb: 56px;
  --heading-size-xl: 40px;
  --heading-size-xl-mb: 20px;
  --heading-size-l: 28px;
  --heading-size-l-mb: 18px;
  --heading-size-m: 32px;
  --heading-size-m-mb: 28px;
  --heading-size-s: 28px;
  --heading-size-s-mb: 24px;
  --heading-size-xs: 24px;
  --heading-size-xs-mb: 20px;
  --heading-size-xxs: 18px;
  --heading-size-xxs-mb: 16px;
  --font-size-l: 16px;
  --font-size-m: 14px;
  --font-size-s: 12px;
  --base-padding-block: 120px;
  --base-padding-block-sp: 100px;
  --base-padding-block-sp-s: 60px;
  --space-unit: 16px;
  --space-xxs: calc(0.25 * var(--space-unit));
  --space-xs: calc(0.50 * var(--space-unit));
  --space-sm: calc(0.75 * var(--space-unit));
  --space-md: calc(1.25 * var(--space-unit));
  --space-lg: calc(2.00 * var(--space-unit));
  --space-xl: calc(3.25 * var(--space-unit));
  --space-xxl: calc(5.25 * var(--space-unit));
}

.row {
  --gap-x: 0;
  --gap-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row__item--mobile-1 {
  width: 8.3333333333%;
}
.row__item--mobile-2 {
  width: 16.6666666667%;
}
.row__item--mobile-3 {
  width: 25%;
}
.row__item--mobile-4 {
  width: 33.3333333333%;
}
.row__item--mobile-5 {
  width: 41.6666666667%;
}
.row__item--mobile-6 {
  width: 50%;
}
.row__item--mobile-7 {
  width: 58.3333333333%;
}
.row__item--mobile-8 {
  width: 66.6666666667%;
}
.row__item--mobile-9 {
  width: 75%;
}
.row__item--mobile-10 {
  width: 83.3333333333%;
}
.row__item--mobile-11 {
  width: 91.6666666667%;
}
.row__item--mobile-12 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .row__item--tablet-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-3 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-9 {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .row__item--tablet-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
.row--std {
  margin: -8px;
}
.row--std .row__item {
  padding: 8px;
}
.row--wide {
  margin: -16px;
}
.row--wide .row__item {
  padding: 16px;
}
.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  --padding: var(--space-unit);
  width: 100%;
  padding-left: var(--padding);
  padding-right: var(--padding);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .container {
    --padding: var(--space-xl);
    max-width: calc(var(--width-container) + var(--padding) * 2);
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  position: relative;
}
.page .page__header {
  position: sticky;
  top: 0;
  background-color: var(--color-white);
}
.page .page__header .header__logo {
  margin-left: 2.5rem;
  padding-block: 2.3rem;
}
@media screen and (min-width: 768px) {
  .page .page__header .header__logo {
    margin-left: 8.2rem;
  }
}
.page .page__header .header__logo .header__img {
  width: 100%;
  max-width: 271px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page .page__header .header__logo {
    margin-left: 24px;
  }
  .page .page__header .header__logo .header__img {
    max-width: 361px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .page .page__header .header__logo {
    margin-left: 2.4rem;
  }
}
.page .page__header li a {
  color: var(--color-font);
  font-size: 15px;
  font-weight: 700;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 98;
  pointer-events: none;
}

.menu-overlay.menu-overlay--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 85%;
  height: 100dvh;
  opacity: 0;
  font-size: var(--font-size-l);
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.05em;
  visibility: hidden;
  pointer-events: none;
  padding: 12rem 2rem;
  background: var(--color-white);
  overflow-y: auto;
  z-index: 99;
}
.menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background-color: var(--color-white);
  color: var(--color-font);
}
.menu li a {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--color-gray);
}
.menu li:last-child a {
  margin-bottom: 50px;
}

.menu-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: var(--color-teal);
  border: 1px solid var(--color-teal);
  border-radius: 30px;
  width: 100%;
  max-width: 241px;
  margin: 0 auto;
  padding: 1.2rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  color: var(--color-white);
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.menu-cta:hover {
  background: var(--color-white);
  color: var(--color-teal);
}
.menu-cta__contact-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu-cta:hover .menu-cta__contact-arrow {
  border-top: 2px solid var(--color-teal);
  border-right: 2px solid var(--color-teal);
}

.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;
}
.menu-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.menu-list__link {
  position: relative;
  display: block;
  color: inherit;
}
.menu-list__child {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease;
  transition: 250ms grid-template-rows ease, 250ms -ms-grid-rows ease;
}
.menu-list__child-inner {
  overflow: hidden;
}
.trigger--open + .menu-list__child {
  grid-template-rows: 1fr;
}
.menu-list__trigger {
  position: absolute;
  top: 0;
  right: 0;
}

.trigger {
  display: grid;
  place-items: center;
  place-content: center;
  width: 4rem;
  height: 4rem;
}
.trigger::before {
  content: "+";
}
.trigger--open::before {
  content: "-";
}

.menu-btn {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
@media screen and (max-width: 1023px) {
  .menu-btn {
    position: fixed;
    right: 18px;
    top: 24px;
    z-index: 999;
  }
}
@media screen and (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 25%;
  display: block;
  width: 25px;
  height: 2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: var(--color-teal);
}
.menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.menu-btn__line:nth-child(2) {
  top: 50%;
}
.menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(2) {
  opacity: 0;
}
.menu-btn[aria-expanded=true] .menu-btn__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: relative;
  width: 100%;
  z-index: 100;
}
.header__body {
  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;
  height: 100px;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .header__contact {
    display: none;
  }
}
.header__nav {
  margin-left: auto;
  margin-right: 40px;
}
@media screen and (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
.header--fixed {
  position: fixed;
}

@media screen and (max-width: 767px) {
  .header__body {
    height: 90px;
  }
}
.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.gnav-list__item {
  position: relative;
}
.gnav-list__link {
  display: block;
  color: inherit;
}
.gnav-list__child {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gnav-list__item:hover .gnav-list__child {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.gnav-list__trigger {
  display: none;
}

/*********************/
/*  loader  */
/*********************/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--color-white);
  z-index: 9999;
}
.loader__icon {
  position: absolute;
  border-left: 2px solid var(--color-white);
  border-top: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
          animation: load 0.8s infinite linear;
}
.loader__icon, .loader__icon::after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*********************/
/*  フッター  */
/*********************/
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 2vw;
  cursor: pointer;
  z-index: 10;
  display: none;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}
.pagetop.is-groupcom {
  bottom: 160px;
}
@media screen and (max-width: 767px) {
  .pagetop.is-groupcom {
    bottom: 210px;
  }
}
.pagetop img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetop:hover img {
  opacity: 0.8;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.footer {
  background-color: #444444;
  color: #fff;
  font-size: 1rem;
}
.footer__container {
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .footer__container {
    max-width: 73.913vw;
  }
}
@media screen and (min-width: 768px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
.footer__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__left {
    width: 32%;
    text-align: left;
  }
}
.footer__left .footer__logo {
  margin: 0 auto 24px;
  width: 196px;
}
@media screen and (min-width: 768px) {
  .footer__left .footer__logo {
    margin-bottom: 2.4rem;
    margin-left: 0;
  }
}
.footer__left .footer__address {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .footer__left .footer__address {
    margin-bottom: 2.4rem;
  }
}
.footer__left .footer__address-item {
  margin-bottom: 0.4rem;
}
.footer__left .footer__address-item--tel .footer__address-number, .footer__left .footer__address-item--fax .footer__address-number {
  color: var(--color-white);
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.footer__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .footer__right {
    text-align: right;
  }
}
.footer__right .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 2.6rem 0;
}
@media screen and (min-width: 768px) {
  .footer__right .footer__nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0;
  }
}
.footer__right .footer__nav li {
  margin-left: 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .footer__right .footer__nav li {
    margin-left: 3rem;
  }
}
.footer__right .footer__nav li a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.footer__right .footer__nav li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer__right .footer__nav li a:hover::after {
  opacity: 1;
}
.footer__right .footer__nav--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem 1rem;
  margin-bottom: 1.5rem;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer__right .footer__nav--sub {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0;
  }
}
.footer__right .footer__nav--sub li {
  margin-left: 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__right .footer__nav--sub li {
    margin-left: 2rem;
    font-size: 1.4rem;
  }
}
.footer__right .footer__nav--sub li a {
  font-weight: 400;
  position: relative;
}
.footer__right .footer__nav--sub li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer__right .footer__nav--sub li a:hover::after {
  opacity: 1;
}
.footer__font-en {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer__copyright {
  font-size: 0.9rem;
}

.group-com {
  background-color: #333333;
  padding: 40px 0;
  fill: #fff;
}
.group-com .inner_1020 {
  max-width: 1020px;
  margin: 0 auto;
}

.group-com .desvg path, .group-com .desvg polygon, .group-com .desvg rect {
  fill: #fff;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 2rem 0;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 40px;
  }
}
.flex li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 84px;
          flex: 0 0 84px;
}
.flex li:nth-child(2) {
  width: 146px;
}
.flex li:nth-child(3) {
  width: 78px;
}
.flex li:nth-child(4) {
  width: 49px;
}
.flex li a {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.flex li a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flex li a svg {
  width: 100%;
  display: block;
  height: auto;
}

.section__title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3.36px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 4.2rem;
  }
}
.section__subtitle {
  display: block;
  font-size: 1.6rem;
  color: var(--color-teal);
  letter-spacing: 1.6px;
  text-align: center;
  margin-top: 1rem;
}
.section__features {
  padding: 12rem 0;
}
.section__specification {
  background: #F4F4F4;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .section__specification {
    padding: 10rem 0;
  }
}
.section__title-sub {
  font-size: 2.1rem;
  text-align: center;
  margin-top: 4rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .section__title-sub {
    margin-top: 9rem;
  }
}
.section__qa {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .section__qa {
    padding: 10rem 0;
  }
}
.section__contact {
  background: #45B2C2;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .section__contact {
    padding: 10rem 0;
  }
}

.section__header--white .section__title,
.section__header--white .section__subtitle {
  color: var(--color-white);
}

/*********************/
/*  TOP  */
/*********************/
/*********************/
.header-btn {
  display: none;
}
.header-btn__contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-btn__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    background: var(--color-teal);
    border: 1px solid var(--color-teal);
    border-radius: 30px;
    width: 100%;
    max-width: 241px;
    margin-right: 16px;
    padding: 1.2rem;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    color: var(--color-white);
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
  }
  .header-btn__contact:hover {
    background: var(--color-white);
    color: var(--color-teal);
  }
  .header-btn__contact:hover .header-btn__contact-arrow {
    border-top: 2px solid var(--color-teal);
    border-right: 2px solid var(--color-teal);
  }
}
@media screen and (min-width: 768px) {
  .header-btn__contact-txt {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .header-btn__contact-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.mv-cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: var(--color-teal);
  border: 1px solid var(--color-teal);
  border-radius: 40px;
  width: 100%;
  max-width: 330px;
  margin: 4rem auto;
  padding: 1.8rem;
  color: var(--color-white);
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .mv-cta-btn {
    width: 308px;
    font-size: 1.8rem;
  }
}
.mv-cta-btn:hover {
  background: var(--color-white);
  color: var(--color-teal);
}
.mv-cta-btn__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mv-cta-btn:hover .mv-cta-btn__arrow {
  border-top: 2px solid var(--color-teal);
  border-right: 2px solid var(--color-teal);
}

.cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background: #CFB394;
  border-radius: 40px;
  width: 100%;
  max-width: 330px;
  margin: 4rem auto;
  padding: 1.8rem;
  color: var(--color-white);
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .cta-btn {
    width: 308px;
    font-size: 1.8rem;
  }
}
.cta-btn:hover {
  background: var(--color-white);
  color: #CFB394;
}
.cta-btn:hover .cta-btn__arrow {
  border-top: 2px solid #CFB394;
  border-right: 2px solid #CFB394;
}
.cta-btn__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.features-card-list {
  display: grid;
  gap: 3rem 2rem;
  margin-top: 3rem;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .features-card-list {
    grid-template-columns: 1fr 1fr;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .features-card-list {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }
}
.features-card-list .features-card {
  background: var(--color-white);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features-card-list .features-card__img {
  border: 1px solid #D6D6D6;
  border-radius: 6px;
  padding: 1rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features-card-list .features-card__img img {
  width: 60px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.features-card-list .features-card__box {
  padding: 0 2rem;
  display: grid;
}
.features-card-list .features-card__copy {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-light-brown);
  margin-top: 3.3rem;
}
.features-card-list .features-card__description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 1.7rem;
}

:root {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-font);
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

/* スライド調整 */
.splide__arrow {
  top: 105%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: var(--color-white);
  border: 1px solid #DDDDDD;
}
.splide__arrow--prev {
  right: 8em;
  left: auto;
}
.splide__arrow--prev svg {
  fill: #777777;
  height: 0.8em;
  width: 0.8em;
}
.splide__arrow--next {
  right: 5em;
}
.splide__arrow--next svg {
  fill: #777777;
  height: 0.8em;
  width: 0.8em;
}
.splide__pagination {
  top: 106%;
  bottom: auto;
  left: auto;
  padding: 0 1em;
  position: absolute;
  right: 17rem;
  z-index: 1;
}
.splide__pagination__page {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 5px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  line-height: 0;
  font-size: 0;
  display: inline-block;
}
.splide__pagination__page.is-active {
  background: #777777;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.splide__slide picture,
.splide__slide img {
  width: 100%;
  display: block;
}
.splide__slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .splide__slide img {
    height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mv {
  position: relative;
}
.mv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 1rem;
}
.mv__catchcopy {
  font-size: 3.2rem;
  letter-spacing: 0.96px;
  text-shadow: rgb(83, 89, 100) 0px 0px 20px;
  color: var(--color-white);
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .mv__catchcopy {
    font-size: 5.1rem;
    letter-spacing: 2.55px;
    margin-bottom: 1rem;
  }
}
.mv__subcopy {
  font-size: 1.9rem;
  letter-spacing: 0.95px;
  text-shadow: 0px 0px 30px rgba(83, 89, 100, 0.7960784314);
  color: var(--color-white);
  font-weight: bold;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .mv__subcopy {
    font-size: 2.2rem;
    letter-spacing: 1.1px;
    margin-bottom: 2rem;
  }
}

.table td {
  padding: 3rem 0;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .table td {
    padding-left: 8rem;
  }
}
.table th {
  color: #777777;
  padding: 3rem 1rem 3rem 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .table th {
    padding: 3rem 3rem 3rem 0;
  }
}
.table tr:first-child {
  border-top: 1px solid #D1D1D1;
}

.table tr:not(:last-child) {
  border-bottom: 1px solid #D1D1D1;
}

.table {
  margin: 4rem auto 0;
}
@media screen and (min-width: 768px) {
  .table {
    margin: 9rem auto 0;
  }
}

.qa {
  margin: 4rem auto;
  max-width: 789px;
}
@media screen and (min-width: 768px) {
  .qa {
    margin-top: 7.8rem;
  }
}
.qa__detail {
  border-top: 2px solid #D1D1D1;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.qa__question, .qa__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2rem;
}
.qa__question .qa__icon, .qa__answer .qa__icon {
  width: 100%;
  max-width: 34px;
  height: auto;
}
.qa__question .qa__text, .qa__answer .qa__text {
  margin: 0;
}
.qa__question .qa__text a, .qa__answer .qa__text a {
  font-weight: bold;
  color: var(--color-teal);
  text-decoration: underline;
}
.qa__question {
  font-weight: bold;
}
.qa__answer {
  margin-top: 2rem;
}

.contact__copy {
  font-size: 2.6rem;
  font-weight: bold;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 2.08px;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .contact__copy {
    margin-top: 5.4rem;
  }
}
.contact__tel {
  font-size: 2.1rem;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 2.08px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .contact__tel {
    margin-top: 4rem;
  }
}
.contact__tel-number,
.contact a.contact__tel-number {
  color: var(--color-white) !important;
  text-decoration: none !important;
}
.contact__tel-number:hover, .contact__tel-number:active, .contact__tel-number:focus,
.contact a.contact__tel-number:hover,
.contact a.contact__tel-number:active,
.contact a.contact__tel-number:focus {
  color: var(--color-white) !important;
  text-decoration: none !important;
  outline: none;
}