@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[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 {
  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;
  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;
}


/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .tab-only {
    display: none;
  }
}

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

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

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .pc-none {
    display: none;
  }
}

@media screen and (min-width: 1510px) {
  .widepc-none {
    display: none;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 1rem;
  }
  .sp-mt20 {
    margin-top: 2rem;
  }
  .sp-mt30 {
    margin-top: 3rem;
  }
  .sp-mt40 {
    margin-top: 4rem;
  }
  .sp-mt50 {
    margin-top: 5rem;
  }
  .sp-mt60 {
    margin-top: 6rem;
  }
  .sp-mt70 {
    margin-top: 7rem;
  }
  .sp-mt80 {
    margin-top: 8rem;
  }
  .sp-mt90 {
    margin-top: 9rem;
  }
  .sp-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 1rem;
  }
  .tab-mt20 {
    margin-top: 2rem;
  }
  .tab-mt30 {
    margin-top: 3rem;
  }
  .tab-mt40 {
    margin-top: 4rem;
  }
  .tab-mt50 {
    margin-top: 5rem;
  }
  .tab-mt60 {
    margin-top: 6rem;
  }
  .tab-mt70 {
    margin-top: 7rem;
  }
  .tab-mt80 {
    margin-top: 8rem;
  }
  .tab-mt90 {
    margin-top: 9rem;
  }
  .tab-mt100 {
    margin-top: 10rem;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1200px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 1rem;
  }
  .pc-mt20 {
    margin-top: 2rem;
  }
  .pc-mt30 {
    margin-top: 3rem;
  }
  .pc-mt40 {
    margin-top: 4rem;
  }
  .pc-mt50 {
    margin-top: 5rem;
  }
  .pc-mt60 {
    margin-top: 6rem;
  }
  .pc-mt70 {
    margin-top: 7rem;
  }
  .pc-mt80 {
    margin-top: 8rem;
  }
  .pc-mt90 {
    margin-top: 9rem;
  }
  .pc-mt100 {
    margin-top: 10rem;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 1rem;
  }
  .sp-mb20 {
    margin-bottom: 2rem;
  }
  .sp-mb30 {
    margin-bottom: 3rem;
  }
  .sp-mb40 {
    margin-bottom: 4rem;
  }
  .sp-mb50 {
    margin-bottom: 5rem;
  }
  .sp-mb60 {
    margin-bottom: 6rem;
  }
  .sp-mb70 {
    margin-bottom: 7rem;
  }
  .sp-mb80 {
    margin-bottom: 8rem;
  }
  .sp-mb90 {
    margin-bottom: 9rem;
  }
  .sp-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 1rem;
  }
  .tab-mb20 {
    margin-bottom: 2rem;
  }
  .tab-mb30 {
    margin-bottom: 3rem;
  }
  .tab-mb40 {
    margin-bottom: 4rem;
  }
  .tab-mb50 {
    margin-bottom: 5rem;
  }
  .tab-mb60 {
    margin-bottom: 6rem;
  }
  .tab-mb70 {
    margin-bottom: 7rem;
  }
  .tab-mb80 {
    margin-bottom: 8rem;
  }
  .tab-mb90 {
    margin-bottom: 9rem;
  }
  .tab-mb100 {
    margin-bottom: 10rem;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1200px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 1rem;
  }
  .pc-mb20 {
    margin-bottom: 2rem;
  }
  .pc-mb30 {
    margin-bottom: 3rem;
  }
  .pc-mb40 {
    margin-bottom: 4rem;
  }
  .pc-mb50 {
    margin-bottom: 5rem;
  }
  .pc-mb60 {
    margin-bottom: 6rem;
  }
  .pc-mb70 {
    margin-bottom: 7rem;
  }
  .pc-mb80 {
    margin-bottom: 8rem;
  }
  .pc-mb90 {
    margin-bottom: 9rem;
  }
  .pc-mb100 {
    margin-bottom: 10rem;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row__item {
  width: 100%;
}
.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%;
}
.row__item--mobile-fifth {
  width: 20%;
}
@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: 768px) {
  .row__item--tablet-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .row__item--desktop-fifth {
    width: 20%;
  }
}
.row--std {
  margin: -20px;
}
.row--std .row__item {
  padding: 20px;
}
.row--riyuu {
  margin: -20px;
}
@media screen and (min-width: 1200px) {
  .row--riyuu {
    margin: -3.4rem -7rem;
    margin-top: 6rem;
  }
}
.row--riyuu .row__item {
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .row--riyuu .row__item {
    padding: 3.4rem 7rem;
  }
}
.row--ac {
  margin: -10px -20px;
}
@media screen and (min-width: 768px) {
  .row--ac {
    margin: -10px -24px;
    margin-top: 1rem;
  }
}
.row--ac .row__item {
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .row--ac .row__item {
    padding: 10px 24px;
  }
}
@media screen and (max-width: 767px) {
  .row--secret {
    margin: 0 -30px;
  }
}
.row--secret .row__item {
  padding: 30px;
}
.row--service {
  margin: -2.7rem -20px;
}
@media screen and (min-width: 768px) {
  .row--service {
    margin: -2.7rem -2rem;
  }
}
@media screen and (min-width: 1200px) {
  .row--service {
    margin: -2.7rem -6.5rem;
  }
}
.row--service .row__item {
  padding: 2.7rem 20px;
}
@media screen and (min-width: 768px) {
  .row--service .row__item {
    padding: 2.7rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .row--service .row__item {
    padding: 2.7rem 6.5rem;
  }
}
.row--work {
  margin: -5rem -20px;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .row--work {
    flex-direction: row-reverse;
    margin: -5rem -3.2rem;
    margin-top: 15rem;
  }
}
.row--work .row__item {
  padding: 5rem 20px;
}
@media screen and (min-width: 768px) {
  .row--work .row__item {
    padding: 5rem 3.2rem;
  }
  .row--work .row__item:nth-child(odd) {
    margin-top: -14rem;
  }
}
@media screen and (min-width: 1200px) {
  .row--work .row__item:nth-child(odd) {
    margin-top: -24rem;
  }
}
.row--staff {
  margin: -5rem -20px;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .row--staff {
    margin: 5rem -4.5rem -2.5rem;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .row--staff {
    margin: -2.5rem -4.5rem;
  }
}
.row--staff .row__item {
  padding: 5rem 20px;
}
@media screen and (min-width: 768px) {
  .row--staff .row__item {
    padding: 2.5rem 4.5rem;
  }
  .row--staff .row__item:nth-child(2) {
    margin-top: 10rem;
  }
  .row--staff .row__item:nth-child(3) {
    margin-top: -12rem;
  }
}
.row--number {
  margin-top: 4.5rem;
}
@media screen and (min-width: 1200px) {
  .row--number {
    margin-top: 0;
  }
}
.row--number .row__item {
  background: #fff;
  color: #000000;
}
.row--number .row__item + .row__item {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .row--number .row__item + .row__item {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .row--number .row__item:nth-child(2) {
    margin-top: 0;
    margin-left: 1rem;
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1200px) {
  .row--number .row__item {
    position: relative;
  }
}
.row--center {
  justify-content: center;
}
.row--align-center {
  align-items: center;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 768px) {
  .container--min {
    max-width: 900px;
  }
}
@media screen and (min-width: 768px) {
  .container--med {
    max-width: 1030px;
  }
}
@media screen and (min-width: 768px) {
  .container--wide {
    max-width: 1430px;
  }
}
@media screen and (max-width: 767px) {
  .container--spnon {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .container--sptabnon {
    padding: 0;
    margin: 0;
  }
}
.container--padmin {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .container--padmin {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: fixed;
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 100;
  font-size: 1.4rem;
  line-height: 2;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Arial, "メイリオ", Meiryo, sans-serif;
  color: #000000;
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  .header {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.header__body {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 2rem;
}
@media screen and (min-width: 1200px) {
  .header__body {
    height: 66px;
    justify-content: space-between;
  }
}
.header__logo {
  width: 200px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  .header__logo {
    transition: 0.2s ease-out;
  }
  .header__logo:hover {
    opacity: 0.6;
  }
}
.header__btn {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 22;
}
.header__fixed {
  cursor: pointer;
  z-index: 20;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .header__fixed {
    bottom: auto;
    left: auto;
    top: 150px;
    right: 0;
  }
}

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 21;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 52px 43px;
  background: #fff;
  transition: 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
}
@media screen and (min-width: 1200px) {
  .gnav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative;
    flex-direction: row;
    padding: 0;
    background: none;
  }
}
.gnav--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.gnav__sitetitle {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  padding: 22px 0;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1200px) {
  .gnav__sitetitle {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .gnav-list {
    border-top: 1px solid #000;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  .gnav-list__item {
    border-bottom: 1px solid #000;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-list__item + li {
    margin-left: 3rem;
  }
}
.gnav-list__link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-decoration: none;
  padding: 22px 0;
  color: #000;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1200px) {
  .gnav-list__link {
    font-size: 1.6rem;
    height: 100%;
  }
  .gnav-list__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1199px) {
  .gnav-list__link::before {
    font-family: "icomoon";
    font-weight: normal;
    content: "\e900";
    display: inline-block;
    margin-right: 1.5rem;
  }
}

.gnav-cv {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 3rem;
}
.gnav-cv__item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  color: #000;
  border: 1px solid #000;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 2.2rem;
}
.gnav-cv__item a::before {
  font-family: "icomoon";
  font-weight: normal;
  display: inline-block;
  margin-right: 2rem;
  font-size: 3rem;
}
.gnav-cv__item--seminar a::before {
  content: "\e905";
}
.gnav-cv__item--contact a::before {
  content: "\e904";
}
@media screen and (min-width: 1200px) {
  .gnav-cv {
    display: none;
  }
}

.header-txtlink {
  margin-top: 2.5rem;
}
.header-txtlink__link {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
}
.header-txtlink__link::before {
  font-family: "icomoon";
  font-weight: normal;
  display: inline-block;
  margin-right: 1.3rem;
  content: "\e900";
}
.header-txtlink__link--window::before {
  content: "\e901";
}
@media screen and (min-width: 1200px) {
  .header-txtlink {
    display: none;
  }
}

.fixed-cv {
  list-style: none;
  display: flex;
  width: calc(100% - 47px);
}
@media screen and (min-width: 1200px) {
  .fixed-cv {
    width: 57px;
    display: block;
  }
}
.fixed-cv__item {
  width: 50%;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 1200px) {
  .fixed-cv__item {
    width: 57px;
    border: none;
  }
  .fixed-cv__item + .fixed-cv__item {
    margin-top: 5px;
  }
}
.fixed-cv__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  color: #000;
  background: #9AC2E3;
  font-size: 1.4rem;
  font-weight: bold;
}
.fixed-cv__item a::before {
  font-family: "icomoon";
  font-weight: normal;
  display: inline-block;
  margin-right: 1.3rem;
  font-size: 2.2rem;
}
@media screen and (min-width: 1200px) {
  .fixed-cv__item a::before {
    margin: 0 0 5px 0;
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-cv__item a {
    display: block;
    height: auto;
    writing-mode: vertical-rl;
    padding: 2rem 0;
    text-align: center;
    line-height: 57px;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    border-left: #555 2px solid;
    border-bottom: #555 2px solid;
    border-top: #555 2px solid;
  }
}
.fixed-cv__item--seminar a::before {
  content: "\e905";
}
.fixed-cv__item--contact a::before {
  content: "\e904";
}
.fixed-cv--aq .fixed-cv__item a {
  color: #ffffff;
  background: #3b3b3b;
}

.menu-btn {
  display: block;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1200px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 27px;
  height: 1px;
  transition: 0.2s ease-out;
  background: #000000;
  transform-origin: 50% 50%;
}
.menu-btn__line:nth-child(1) {
  transform: translate(-50%, -4px);
}
.menu-btn__line:nth-child(2) {
  transform: translate(-50%, 4px);
}
.menu-btn--open .menu-btn__line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-btn--open .menu-btn__line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pagetop {
  width: 47px;
  height: 50px;
  background: #BAC7D2;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
@media screen and (min-width: 1200px) {
  .pagetop {
    width: 40px;
    height: 40px;
    background: none;
    display: block;
    bottom: 2.5rem;
    right: 1rem;
  }
}
.pagetop::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e908";
  color: #000;
  font-size: 27px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .pagetop::before {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .pagetop::after {
    content: "";
    display: inline-block;
    width: 39px;
    height: 39px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 15px);
    border-radius: 50%;
    z-index: 1;
  }
}
@media screen and (max-width: 1199px) {
  .pagetop--aq {
    background: #3b3b3b;
  }
  .pagetop--aq::before {
    color: #ffffff;
  }
}

/*********************/
/*  hero  */
/*********************/
.hero {
  position: relative;
}
.hero__inner {
  position: relative;
  height: calc(100svh - (60px + 5rem + 146px));
  background: url(../images/fv01_sp.webp) 50% 50%/cover no-repeat;
  color: #fff;
}
.hero__inner--fc {
  background-image: url(../images/fc/fv01_sp.webp);
}
@media screen and (max-width: 767px) {
  .hero__inner {
    display: grid;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .hero__inner {
    background: url(../images/fv01_pc.webp) 50% 50%/cover no-repeat;
    height: calc(100svh - (60px + 5rem));
  }
  .hero__inner--fc {
    background-image: url(../images/fc/fv01_pc.webp);
  }
}
@media screen and (min-width: 1200px) {
  .hero__inner {
    height: calc(100svh - 66px);
  }
}
.hero__contents--aq {
  top: 50%;
}
.hero__results {
  position: relative;
  display: flex;
  height: 146px;
  justify-content: center;
  align-items: center;
}
.hero__results img {
  width: 301px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .hero__results {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero__results {
    position: absolute;
    top: 0;
    width: 433px;
    height: 160px;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .hero__results img {
    width: 385px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__results {
    left: 55%;
  }
}
.hero__small {
  font-size: 8px;
  font-weight: normal;
  position: absolute;
  bottom: 3px;
  right: 8px;
}
@media screen and (min-width: 768px) {
  .hero__small {
    color: #fff;
    bottom: auto;
    right: 9px;
    top: 7px;
  }
}
.hero__title {
  display: block;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .hero__title {
    margin-bottom: 3.3rem;
  }
}
.hero__title span {
  font-size: 28px;
  letter-spacing: -1px;
  display: block;
  font-weight: normal;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .hero__title span {
    font-size: 76px;
  }
}
.hero__title img {
  height: 32px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .hero__title img {
    height: 72px;
  }
}
.hero__copy {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 0.5rem 1.5rem;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .hero__copy {
    border: none;
    padding: 0;
    font-size: 2.4rem;
  }
}
.hero__desc {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .hero__desc {
    font-size: 2.8rem;
    margin-top: 1.5rem;
  }
}

/*********************/
/*  CVエリア  */
/*********************/
.cv-area {
  list-style: none;
  background: #6BA9DC;
  padding: 6.3rem 0;
}
@media screen and (min-width: 768px) {
  .cv-area {
    display: flex;
    gap: 4.6rem;
    justify-content: center;
    padding: 4.2rem 60px;
  }
}
.cv-area__item {
  margin: 0 2rem;
}
@media screen and (min-width: 768px) {
  .cv-area__item {
    margin: 0;
    width: 50%;
    max-width: 470px;
  }
}
@media screen and (max-width: 767px) {
  .cv-area__item + div {
    margin-top: 2.3rem;
  }
}
.cv-area__btn {
  display: block;
  background: #fff;
  width: 100%;
  padding: 2.5rem 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.cv-area__btn--seminar span::before {
  content: "\e905";
}
.cv-area__btn--contact span::before {
  content: "\e904";
}
.cv-area__btn span {
  display: inline-block;
  width: max-content;
  position: relative;
  padding-left: 5rem;
  text-align: left;
}
.cv-area__btn span::before {
  font-family: "icomoon";
  font-weight: normal;
  font-size: 3.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cv-area--aq {
  background: #7a693d;
}

.menu-section + .cv-area--aq {
  margin: 5px 0;
}

.corporate {
  text-align: center;
  padding: 8.4rem 0;
}
@media screen and (min-width: 768px) {
  .corporate {
    padding: 8.4rem 0 16rem;
  }
}
.corporate__copy {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .corporate__copy {
    font-size: 2rem;
  }
}
.corporate img {
  width: 88px;
  height: auto;
  display: inline-block;
  margin: 2.5rem 0 3.5rem;
}
@media screen and (min-width: 768px) {
  .corporate img {
    width: 150px;
    margin: 2.5rem 0 8rem;
  }
}
.corporate__btn {
  display: block;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #000;
  color: #000;
  padding: 2rem 1.5rem;
  max-width: 302px;
  margin: 0 auto;
}
.corporate__btn::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (min-width: 1200px) {
  .corporate__btn {
    font-size: 1.4rem;
  }
}

.cv-section {
  color: #fff;
  background: #6BA9DC;
  padding: 7rem 0;
}
@media screen and (min-width: 768px) {
  .cv-section {
    padding: 14rem 0;
  }
}
@media screen and (min-width: 768px) {
  .cv-section .container {
    display: flex;
    flex-wrap: wrap;
    gap: 0 6rem;
  }
}
.cv-section__head {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  list-style: 1.4;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .cv-section__head {
    font-size: 32px;
    margin-bottom: 9rem;
    width: 100%;
  }
}
.cv-section__thmb {
  width: 100%;
  height: 0;
  padding-bottom: 46.708%;
  position: relative;
}
.cv-section__thmb img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.cv-section__title {
  font-size: 2rem;
  margin-top: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .cv-section__title {
    margin-top: 2.6rem;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .cv-section__title {
    height: 84px;
  }
}
.cv-section__title::before {
  font-family: "icomoon";
  font-weight: normal;
  display: block;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cv-section__title::before {
    font-size: 4.4rem;
    display: inline-block;
  }
}
.cv-section__desc {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .cv-section__desc {
    font-size: 16px;
  }
}
.cv-section__btn {
  display: block;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #000;
  color: #000;
  background: #fff;
  padding: 2.3rem 0;
  text-align: center;
  max-width: 320px;
  margin: 3.5rem auto 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .cv-section__btn {
    max-width: 340px;
    margin: 3.5rem 0 0;
  }
}
.cv-section__btn::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (min-width: 1200px) {
  .cv-section__btn {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cv-section__item + div {
    margin-top: 8.4rem;
  }
}
.cv-section__item--contact .cv-section__title::before {
  content: "\e904";
}
.cv-section__item--seminar .cv-section__title::before {
  content: "\e905";
}
@media screen and (min-width: 768px) {
  .cv-section__item {
    width: calc(50% - 3rem);
  }
}
.cv-section--aq {
  background: #7a693d;
}

@media screen and (min-width: 768px) {
  .partner-section {
    padding: 10rem 0;
  }
}
.partner-section__head {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  list-style: 1.4;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .partner-section__head {
    font-size: 3.9rem;
    margin-bottom: 10rem;
  }
}
.partner-section__thmb {
  width: 100%;
  height: 0;
  padding-bottom: 70.858%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .partner-section__thmb {
    width: 30%;
    padding-bottom: 23.936%;
  }
}
.partner-section__thmb img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
@media screen and (max-width: 767px) {
  .partner-section__title {
    margin-top: 1.6rem;
  }
}
.partner-section__title span {
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
.partner-section__title img {
  height: 32px;
  width: auto;
}
.partner-section__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.partner-section__push {
  font-size: 1.2rem;
  font-weight: bold;
  color: #545454;
}
@media screen and (min-width: 768px) {
  .partner-section__push {
    display: inline-block;
    margin-right: 2rem;
  }
}
.partner-section__list {
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .partner-section__list {
    display: inline-block;
    margin-bottom: 1rem;
  }
}
.partner-section__list li {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.8rem;
  background: #333333;
  padding: 0 5px 1px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
}
.partner-section__btn {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 1rem 0;
  white-space: nowrap;
}
.partner-section__btn::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 130%;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  .partner-section__btn {
    font-size: 2rem;
  }
}
.partner-section__btn--off {
  pointer-events: none;
  opacity: 0.3;
}
.partner-section__item + div {
  margin-top: 8.4rem;
}
@media screen and (min-width: 768px) {
  .partner-section__item + div {
    margin-top: 4.3rem;
  }
}
@media screen and (min-width: 768px) {
  .partner-section__item {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .partner-section__item--thmbleft .partner-section__thmb, .partner-section__item--thmbright .partner-section__thmb {
    width: 63.75%;
    padding-bottom: 35.0625%;
  }
}
@media screen and (min-width: 1200px) {
  .partner-section__item--thmbleft .partner-section__contents, .partner-section__item--thmbright .partner-section__contents {
    width: 36.25%;
  }
}
@media screen and (min-width: 1200px) {
  .partner-section__item--thmbleft + div, .partner-section__item--thmbright + div {
    margin-top: 14.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .partner-section__item--thmbleft .partner-section__thmb {
    margin-left: calc((100vw - 1200px) / -2);
  }
}
@media screen and (min-width: 1510px) {
  .partner-section__item--thmbleft .partner-section__thmb {
    margin-left: -10rem;
  }
}
@media screen and (min-width: 1200px) {
  .partner-section__item--thmbright {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .partner-section__item--thmbright .partner-section__thmb {
    margin-right: calc((100vw - 1200px) / -2);
  }
}
@media screen and (min-width: 1510px) {
  .partner-section__item--thmbright .partner-section__thmb {
    margin-right: -10rem;
  }
}
@media screen and (min-width: 1200px) {
  .partner-section__item--thmbright .partner-section__contents {
    padding-left: 0;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .partner-section__contents {
    width: 70%;
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .partner-section__contents {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .partner-section--index .partner-section__title span {
    margin-bottom: 4rem;
  }
  .partner-section--index .partner-section__title img {
    height: 48px;
  }
  .partner-section--index .partner-section__contents {
    width: 44.3%;
  }
  .partner-section--index .partner-section__desc {
    letter-spacing: 0.02em;
    margin-bottom: 2.5rem;
  }
  .partner-section--index .partner-section__btn {
    font-size: 16px;
    border: 1px solid #000000;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }
  .partner-section--index .partner-section__list {
    margin-bottom: 2rem;
  }
}

.forest {
  display: block;
  height: 578px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .forest {
    height: 467px;
  }
}
.forest__contents {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .forest__contents {
    top: 60%;
    transform: translateY(-60%);
  }
}
.forest__title {
  display: block;
  text-align: center;
}
.forest__title img {
  width: 280px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .forest__title img {
    width: 655px;
  }
}
.forest__copy {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .forest__copy {
    font-size: 2rem;
    margin-top: 2.5rem;
  }
}
.forest__btn {
  display: inline-block;
  max-width: max-content;
  width: 80%;
  margin: 3rem auto 0;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.56);
  padding: 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .forest__btn {
    max-width: 476px;
    font-size: 16px;
    margin: 6rem auto 0;
    padding: 3.5rem;
    text-align: center;
  }
}
.forest__btn::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  display: inline-block;
  margin-right: 1.5rem;
}

.head-txt {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .head-txt {
    font-size: 2rem;
  }
}

/*********************/
/*  section  */
/*********************/
.section {
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section {
    padding-bottom: 10rem;
  }
}
.section__headimg {
  width: 100%;
  height: 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .section__headimg {
    width: 80.33vw;
    padding-bottom: 24.08vw !important;
    margin-left: calc((100vw - 820px) / -2);
  }
}
.section__headimg img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.section__titleimg {
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .section__titleimg {
    height: 220px;
  }
}
.section__titleimg img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .section__titleimg img {
    width: auto;
    height: 100%;
  }
}
.section__icon {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding-top: 5rem;
  margin-bottom: 4rem;
}
.section__icon::before {
  display: block;
  font-family: "icomoon";
  font-weight: normal;
  font-size: 8.6rem;
  line-height: 1;
  margin-top: -8.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .section__icon::before {
    font-size: 12.4rem;
    margin-top: -12rem;
    margin-bottom: 1rem;
  }
}
.section__icon--home::before {
  content: "\e902";
}
.section__icon--megahon::before {
  content: "\e906";
}
.section__icon--dentaku::before {
  content: "\e907";
}
.section__icon--team::before {
  content: "\e903";
}
.section__title {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.5rem;
  line-height: 1.75;
}
@media screen and (min-width: 1200px) {
  .section__title {
    font-size: 4.2rem;
  }
}
.section__title span {
  display: block;
  font-size: 1.6rem;
  color: #9AC2E3;
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .section__title span {
    font-size: 2.8rem;
  }
}
.section__title-big {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #3A3836;
}
@media screen and (max-width: 767px) {
  .section__title-big {
    letter-spacing: -0.03em;
  }
}
@media screen and (min-width: 1200px) {
  .section__title-big {
    font-size: 5.4rem;
    width: 629px;
    height: 128px;
    border: 11px solid #323232;
    text-align: center;
    line-height: 106px;
    margin: 0 auto;
  }
}
.section__inner {
  background: #fff;
  padding: 0 20px;
}
@media screen and (min-width: 1200px) {
  .section__inner {
    padding: 0 60px;
  }
}
.section--about {
  background: url(../images/about_bg.webp) 50% 50%/cover no-repeat;
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .section--about {
    background-image: url(../images/about_bg.webp);
    padding: 12.5rem 0 16rem;
  }
}
.section--forest {
  background: url(../images/forest-bg_sp.webp) 50% 50%/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .section--forest {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .section--forest {
    background-image: url(../images/forest-bg_pc.webp);
  }
}
.section--head {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .section--head {
    padding-bottom: 0;
  }
}
.section--iconlist {
  background: #DFE9F2;
  padding-top: 4.8rem;
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .section--iconlist {
    padding: 6rem 0;
  }
}
.section--syouhin {
  background: #9AC2E3;
  padding-top: 11rem;
  margin-top: 0 !important;
}
.section--syouhin .point-slider-arrow::before {
  border-color: #4F7FA5;
}
@media screen and (min-width: 1200px) {
  .section--syouhin {
    padding-top: 14rem;
    padding-bottom: 7.3rem;
  }
  .section--syouhin .section__title {
    font-size: 3.2rem;
  }
}
.section--riyuu {
  margin-top: 6rem;
}
@media screen and (min-width: 1200px) {
  .section--riyuu {
    padding: 5rem 0 9rem;
  }
}
.section--suport {
  padding-top: 11rem;
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .section--suport {
    padding: 7.6rem 0 8.9rem;
    margin-top: 7.6rem;
  }
  .section--suport .section__title {
    font-size: 3.2rem;
  }
}
.section--ac {
  padding-top: 6rem;
  position: relative;
  background: #F3F1E5 url(../images/fc/dice-bg.webp) 0 0/auto repeat;
  margin-top: 0 !important;
}
.section--ac::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
  z-index: 1;
}
.section--ac .container {
  position: relative;
  z-index: 2;
}
.section--ac .section__inner {
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  border: 1px solid #000;
}
.section--ac .section__inner + div {
  margin-top: 9rem;
}
@media screen and (min-width: 1200px) {
  .section--ac .section__inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 4.3rem 5.2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .section--ac {
    padding: 7rem 0 4rem;
  }
  .section--ac .section__title {
    font-size: 2.8rem;
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .section--ac + .section--ac {
    padding: 11rem 0 15rem;
  }
  .section--ac + .section--ac .section__inner {
    padding: 4.3rem 5.2rem 2rem;
  }
}
.section--faq {
  margin-top: 0;
  padding-bottom: 0;
}
.section--faq .section__inner {
  background: #F6F2E5;
  padding: 6rem 0;
}
@media screen and (min-width: 1200px) {
  .section--faq {
    margin-bottom: 16rem;
  }
  .section--faq .section__title {
    font-size: 2.8rem;
    margin-top: 0;
    margin-bottom: 4rem;
  }
}
.section--corporate {
  margin-top: 0;
}
.section--flow {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .section--flow .section__title {
    font-size: 2.8rem;
  }
}

/*********************/
/*  数字で知る  */
/*********************/
.number-card {
  text-align: center;
}
.number-card__title {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .number-card__title {
    font-size: 2.4rem;
  }
}
.number-card__title--min {
  font-size: 1.6rem;
  font-weight: normal;
}
.number-card__title--bgimg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .number-card__title--bgimg {
    margin-top: 4rem;
  }
}
.number-card__title--bgimg::before, .number-card__title--bgimg::after {
  content: "";
  display: block;
  width: 80px;
  height: 22px;
  background: url(../images/number03_left.webp) 90% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 70%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .number-card__title--bgimg::before, .number-card__title--bgimg::after {
    width: 184px;
    height: 60px;
    right: 60%;
  }
}
.number-card__title--bgimg::after {
  background: url(../images/number03_right.webp) 50% 50%/contain no-repeat;
  right: auto;
  left: 70%;
}
@media screen and (min-width: 768px) {
  .number-card__title--bgimg::after {
    left: 60%;
  }
}
.number-card__desc {
  display: block;
  font-size: 2rem;
  margin-top: 2rem;
}
.number-card__img {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .number-card__img {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .number-card__img--pcfixed {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.number-card__min {
  display: block;
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .number-card__min {
    margin-top: 0.5rem;
  }
}
.number-card__point {
  display: inline-block;
  font-size: 1.3rem;
  margin-top: -1rem;
  padding: 7px 12px;
  background: #EBEBEB;
  position: relative;
  margin-top: 3.5rem;
}
@media screen and (min-width: 1200px) {
  .number-card__point {
    margin-top: 2rem;
  }
}
.number-card__point::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 15px solid #EBEBEB;
  border-bottom: 0;
  transform: skewX(30deg);
  position: absolute;
  top: 100%;
  left: 20px;
}
.number-card__graph {
  position: absolute;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1;
}
.number-card__graph--1 {
  left: 64%;
  top: 40%;
  transform: translate(-64%, -40%);
  font-size: 3.2rem;
}
.number-card__graph--2 {
  left: 48%;
  top: 77%;
  transform: translate(-48%, -77%);
}
.number-card__graph--3 {
  left: 38%;
  top: 67%;
  transform: translate(-38%, -67%);
}
.number-card__graph--4 {
  left: 32%;
  top: 53%;
  transform: translate(-32%, -53%);
}
.number-card__graph--5 {
  left: 40%;
  top: 22%;
  transform: translate(-40%, -22%);
  font-size: 2.4rem;
}
.number-card__graphwrap {
  display: block;
  position: relative;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .number-card__graphwrap {
    max-width: 450px;
  }
}

.blue-txt {
  color: #017FD1;
  font-size: 3.2rem;
  font-weight: normal;
}
.blue-txt__number {
  font-family: "Jost", sans-serif;
  font-size: 12.8rem;
  font-weight: 300;
  line-height: 1;
}
.blue-txt__min {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .blue-txt__min {
    font-size: 1.6rem;
    margin-left: 1.5rem;
  }
}
.blue-txt__min span {
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .blue-txt__min span {
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 1199px) {
  .blue-txt__min span + span {
    margin-left: 1rem;
  }
}

.number-card-wrap {
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .number-card-wrap--souritu .number-card .blue-txt__number {
    font-size: 16rem;
  }
}
.number-card-wrap--menseki .number-card {
  padding-bottom: 3rem;
}
.number-card-wrap--menseki .number-card .number-card-wrap__img {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 6rem);
}
.number-card-wrap--menseki .number-card .blue-txt__number {
  font-size: 10rem;
}
.number-card-wrap--shinsotu {
  display: flex;
  margin: 2rem 0 2.3rem;
}
.number-card-wrap--shinsotu .number-card-wrap__item {
  width: 50%;
  text-align: left;
}
.number-card-wrap--shinsotu .number-card-wrap__item:first-child {
  border-right: 1px dashed #989898;
}
@media screen and (min-width: 1200px) {
  .number-card-wrap--shinsotu .number-card-wrap__item .number-card {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .number-card-wrap--shinsotu .number-card-wrap__item .number-card__desc {
    margin: 0 0 0 2rem;
  }
  .number-card-wrap--shinsotu .number-card-wrap__item:nth-child(1) {
    width: 55%;
  }
  .number-card-wrap--shinsotu .number-card-wrap__item:nth-child(2) {
    width: 45%;
  }
  .number-card-wrap--shinsotu .number-card-wrap__item .blue-txt {
    display: flex;
    align-items: flex-end;
  }
}
.number-card-wrap--shinsotu .number-card__desc {
  margin-top: 1rem;
}
.number-card-wrap--shinsotu .blue-txt {
  font-size: 2.4rem;
}
.number-card-wrap--shinsotu .blue-txt__number {
  font-size: 6.4rem;
}
.number-card-wrap--syain {
  margin: 2rem 0 2.3rem;
}
@media screen and (min-width: 1200px) {
  .number-card-wrap--syain {
    display: flex;
    flex-wrap: wrap;
  }
}
.number-card-wrap--syain .number-card-wrap__item {
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .number-card-wrap--syain .number-card-wrap__item:not(:first-child)::before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    border-top: 1px dashed #989898;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .number-card-wrap--syain .number-card-wrap__item:nth-child(1) {
    width: 45%;
  }
  .number-card-wrap--syain .number-card-wrap__item:nth-child(2) {
    width: 55%;
  }
  .number-card-wrap--syain .number-card-wrap__item:nth-child(3), .number-card-wrap--syain .number-card-wrap__item:nth-child(4), .number-card-wrap--syain .number-card-wrap__item:nth-child(5) {
    width: 33.3333333333%;
    border-top: 1px dashed #989898;
  }
  .number-card-wrap--syain .number-card-wrap__item:nth-child(3) .number-card, .number-card-wrap--syain .number-card-wrap__item:nth-child(4) .number-card, .number-card-wrap--syain .number-card-wrap__item:nth-child(5) .number-card {
    display: block;
  }
  .number-card-wrap--syain .number-card-wrap__item:nth-child(3) .number-card p, .number-card-wrap--syain .number-card-wrap__item:nth-child(4) .number-card p, .number-card-wrap--syain .number-card-wrap__item:nth-child(5) .number-card p {
    text-align: center;
  }
  .number-card-wrap--syain .number-card-wrap__item:nth-child(2), .number-card-wrap--syain .number-card-wrap__item:nth-child(4), .number-card-wrap--syain .number-card-wrap__item:nth-child(5) {
    position: relative;
  }
  .number-card-wrap--syain .number-card-wrap__item:nth-child(2)::before, .number-card-wrap--syain .number-card-wrap__item:nth-child(4)::before, .number-card-wrap--syain .number-card-wrap__item:nth-child(5)::before {
    position: absolute;
    top: 15%;
    left: 0;
    content: "";
    display: block;
    width: 1;
    height: 70%;
    border-left: 1px dashed #989898;
  }
}
.number-card-wrap--syain .number-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.3rem 0 2rem;
}
.number-card-wrap--syain .number-card p {
  text-align: left;
  line-height: 1.5;
}
.number-card-wrap--syain .number-card__point {
  position: absolute;
  top: 1.2rem;
  left: 20%;
  transform: translateX(-20%);
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .number-card-wrap--syain .number-card__point {
    left: 40%;
    transform: translateX(-40%);
    top: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .number-card-wrap--syain .number-card__point {
    top: 1.2rem;
    left: 20%;
    transform: translateX(-20%);
  }
}
.number-card-wrap--syain .number-card__desc {
  margin-top: 0;
}
.number-card-wrap--syain .number-card--pt {
  padding-top: 6rem;
}
@media screen and (min-width: 1200px) {
  .number-card-wrap--syain .number-card--pt {
    padding-top: 3rem;
  }
}
.number-card-wrap--syain .number-card--pt .blue-txt {
  margin-left: 0.5rem;
}
.number-card-wrap--syain .blue-txt {
  margin-left: 1.5rem;
}
.number-card-wrap--syain .blue-txt__number {
  font-size: 8rem;
}
@media screen and (min-width: 1200px) {
  .number-card-wrap--kyoten {
    display: flex;
    align-items: center;
  }
}
.number-card-wrap--kyoten .number-card-wrap__item {
  padding: 1.5rem 0 2rem;
}
@media screen and (min-width: 1200px) {
  .number-card-wrap--kyoten .number-card-wrap__item:first-child {
    width: 55%;
  }
}
.number-card-wrap--kyoten .number-card-wrap__item:first-child .number-card {
  padding-top: 10rem;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .number-card-wrap--kyoten .number-card-wrap__item:first-child .number-card {
    padding-top: 0;
  }
}
.number-card-wrap--kyoten .number-card-wrap__item:first-child .number-card__desc {
  margin: 0;
  position: absolute;
  top: 4rem;
  left: 30%;
  transform: translateX(-30%);
}
@media screen and (min-width: 1200px) {
  .number-card-wrap--kyoten .number-card-wrap__item:first-child .number-card__desc {
    top: 1rem;
    left: 20%;
    transform: translateX(-20%);
  }
}
@media screen and (min-width: 768px) {
  .number-card-wrap--kyoten .number-card-wrap__item:first-child .number-card__img {
    max-width: 450px;
  }
}
.number-card-wrap--kyoten .number-card-wrap__item:nth-child(2) {
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .number-card-wrap--kyoten .number-card-wrap__item:nth-child(2) {
    width: 45%;
  }
}
.number-card-wrap--kyoten .number-card-wrap__item:nth-child(2) .number-card__img {
  margin-top: 0;
}

/*********************/
/*  全体  */
/*********************/
.section-bg {
  background: #2d2d2d;
  color: #ffffff;
}

.section-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-title {
    font-size: 4.8rem;
  }
}
.section-title--white {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .section-title--white {
    font-size: 5rem;
  }
}

.comment {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .comment {
    margin-top: 4rem;
  }
}

.en {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 105%;
}

/*********************/
/*  FV  */
/*********************/
.aq-hero-title {
  font-size: 2.7rem;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .aq-hero-title {
    font-size: 6rem;
  }
}

.aq-hero-copy {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid #ffffff;
  padding: 10px 18px;
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .aq-hero-copy {
    font-size: 2.7rem;
    padding: 14px 40px;
  }
}
.aq-hero-copy .en {
  font-weight: bold;
}

/*********************/
/*  AQメッセージ  */
/*********************/
.message {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .message {
    font-size: 2.4rem;
    line-height: 1.9;
  }
}
.message:first-of-type {
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .message:first-of-type {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .message:not(:first-of-type) {
    margin-top: 0;
  }
}

/*****************************/
/*  AQダイナミック構法とは？  */
/*****************************/
.about-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 6.2rem 2.5rem 7rem;
}
@media screen and (min-width: 1200px) {
  .about-box {
    padding: 8rem 13rem;
  }
}
.about-box__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about-box__title {
    font-size: 4.8rem;
    margin-bottom: 3.7rem;
  }
}
.about-box__desc {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .about-box__desc {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .about-box__desc:not(:first-of-type) {
    margin-top: 0;
  }
}

/*****************************/
/*  「強さ」のヒミツ  */
/*****************************/
.secret-section {
  padding: 6.5rem 0;
}
@media screen and (min-width: 1200px) {
  .secret-section {
    padding: 12.5rem 0;
  }
}

.secret-item {
  padding: 2rem 0;
}
@media screen and (min-width: 1200px) {
  .secret-item {
    padding: 4.5rem 0;
  }
}
.secret-item:not(:first-of-type) {
  border-top: 1px solid #ecd28c;
}
.secret-item__num, .secret-item__title {
  color: #ecd28c;
  font-weight: bold;
}
.secret-item__num {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .secret-item__num {
    font-size: 2.2rem;
  }
}
.secret-item__title {
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .secret-item__title {
    font-size: 4rem;
  }
}
.secret-item__title span {
  font-size: 4.8rem;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .secret-item__title span {
    font-size: 5.3rem;
  }
}
.secret-item__copy {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .secret-item__copy {
    font-size: 2.4rem;
  }
}
.secret-item__text {
  font-weight: normal;
  line-height: 2;
}
.secret-item__text + .secret-item__img {
  margin-top: 2rem;
}

/*****************************/
/*  構法のポイント  */
/*****************************/
.splide {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .splide {
    margin-top: 7rem;
  }
}

.point-section {
  position: relative;
  background: url(../images/aq/point_bg.webp) center/cover no-repeat;
  padding: 6rem 0;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .point-section {
    padding: 10rem 0;
  }
}
.point-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.point-item {
  border: 3px solid #ecd28c;
  background: #2d2d2d;
  padding: 3.7rem 2.5rem;
}
@media screen and (min-width: 1200px) {
  .point-item {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 6.5rem 4.5rem 3.5rem;
  }
}
.point-item__box {
  flex: 1 0 50%;
}
.point-item__num, .point-item__title {
  font-weight: bold;
  letter-spacing: 0.03em;
}
.point-item__num {
  display: block;
  font-size: 1.2rem;
  color: #ecd28c;
  padding: 0.3rem 1rem;
}
@media screen and (max-width: 767px) {
  .point-item__num {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .point-item__num {
    font-size: 2.2rem;
    border: 1px solid #ffffff;
    padding: 0.3rem 1.5rem;
  }
}
.point-item__title {
  font-size: 2rem;
  line-height: 1.5;
  color: #ecd28c;
}
@media screen and (max-width: 767px) {
  .point-item__title {
    text-align: center;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .point-item__title {
    font-size: 4rem;
    margin: 1.2rem 0 0;
  }
}
.point-item__text {
  font-size: 1.6rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .point-item__text {
    font-size: 1.8rem;
  }
}
.point-item__img {
  flex: 1 0 50%;
  width: 100%;
  height: auto;
  object-position: top;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .point-item__img {
    margin-top: 2rem;
  }
}
.point-item__img--03 {
  aspect-ratio: 5/4;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .point-item__img--03 {
    aspect-ratio: 420/450;
  }
}

.point-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.point-slider-arrow::before {
  content: "";
  width: 26px;
  height: 26px;
  border-top: 4px solid #ecd28c;
  border-right: 4px solid #ecd28c;
  transform: rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .point-slider-arrow::before {
    width: 45px;
    height: 45px;
    border-top: 9px solid #ecd28c;
    border-right: 9px solid #ecd28c;
  }
}

.point-slider-prev {
  left: 0.6rem !important;
}
@media screen and (min-width: 1200px) {
  .point-slider-prev {
    left: 13.3vw !important;
  }
}
.point-slider-prev::before {
  transform: rotate(225deg);
}

.point-slider-next {
  right: 0.6rem !important;
}
@media screen and (min-width: 1200px) {
  .point-slider-next {
    right: 13.3vw !important;
  }
}

/*****************************/
/*  歴史  */
/*****************************/
.history-section {
  padding: 6.8rem 0;
}
@media screen and (min-width: 1200px) {
  .history-section {
    padding: 16rem 0;
  }
}

.history-copy {
  font-size: 2rem;
  font-weight: bold;
  color: #ecd28c;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .history-copy {
    font-size: 4rem;
  }
}

.history-video {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .history-video {
    display: flex;
    gap: 2rem;
    margin-top: 12rem;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.histoty-text {
  margin-top: 4.5rem;
}
@media screen and (min-width: 1200px) {
  .histoty-text {
    margin-top: 7rem;
  }
}

.history {
  margin-top: 5.5rem;
}
@media screen and (min-width: 1200px) {
  .history {
    margin-top: 9rem;
  }
}
.history__item {
  position: relative;
  padding-block: 2rem;
}
@media screen and (min-width: 768px) {
  .history__item {
    display: flex;
  }
}
.history__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 2px;
  height: 100%;
  background: #ffffff;
}
.history__year {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 2.6em;
  padding-left: 4rem;
}
@media screen and (min-width: 768px) {
  .history__year {
    flex: 1 0 15%;
    font-size: 2rem;
  }
}
.history__year::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 25px;
  background: #ecd28c;
}
@media screen and (min-width: 768px) {
  .history__year::after {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .history__detail-box {
    padding-left: 4rem;
    margin: 2.8rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .history__detail-box {
    flex: 1 0 85%;
  }
}
.history__detail {
  border: 1px solid #828282;
}
@media screen and (min-width: 768px) {
  .history__detail {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .history__detail + .history__detail {
    margin-top: 2rem;
  }
}
.history__img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .history__img {
    max-width: 195px;
    aspect-ratio: 6/4;
  }
}
.history__text-box {
  display: grid;
  align-content: center;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .history__text-box {
    padding: 2.8rem;
  }
}

/*****************************/
/*  サポート  */
/*****************************/
.support-section {
  padding: 7.5rem 0;
}
@media screen and (min-width: 1200px) {
  .support-section {
    padding: 16rem 0;
  }
}

.support-box {
  position: relative;
  background: #2d2d2d;
  padding: 7.2rem 2.5rem;
}
@media screen and (min-width: 1200px) {
  .support-box {
    padding: 9rem 4.7rem;
  }
}
.support-box::before {
  content: "\e90c";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  color: #ecd28c;
}
@media screen and (min-width: 768px) {
  .support-box::before {
    font-size: 7em;
  }
}
.support-box__head {
  color: #ffffff;
}
.support-box__copy, .support-box__title {
  font-weight: bold;
  text-align: center;
}
.support-box__copy {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .support-box__copy {
    font-size: 1.4rem;
  }
}
.support-box__title {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 3.8rem;
}
@media screen and (min-width: 768px) {
  .support-box__title {
    font-size: 2.8rem;
    margin-top: 4.8rem;
  }
}
.support-box__inner {
  background: #ffffff;
  gap: 0 30px;
  padding: 4.3rem 1.6rem;
  margin-top: 4.8rem;
}
@media screen and (min-width: 768px) {
  .support-box__inner {
    display: grid;
    grid-template-columns: 55% 45%;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .support-box__inner {
    grid-template-columns: calc(50% + 4.7rem + 6rem) 46%;
    gap: 30px 40px;
    padding: 6rem;
    margin-top: 5.8rem;
  }
}
.support-box__h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .support-box__h3 {
    grid-area: 1/1/2/2;
  }
}
@media screen and (min-width: 1200px) {
  .support-box__h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .support-box__text {
    grid-area: 2/1/3/2;
  }
}
@media screen and (max-width: 767px) {
  .support-box__img {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .support-box__img {
    aspect-ratio: 6/4;
    width: 100%;
    height: auto;
    grid-area: 1/2/3/3;
  }
}
@media screen and (min-width: 1200px) {
  .support-box__img {
    aspect-ratio: 4/3;
  }
}

/*****************************/
/*  提供メニュー  */
/*****************************/
.menu-section {
  position: relative;
  padding: 16rem 0;
  z-index: 0;
}
.menu-section::before, .menu-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .menu-section::before, .menu-section::after {
    height: 50%;
  }
}
.menu-section::before {
  top: 0;
  background: url(../images/aq/menu_bg_01.webp) center/cover no-repeat;
}
.menu-section::after {
  bottom: 0;
  background: url(../images/aq/menu_bg_02.webp) center/cover no-repeat;
}

.menu-box {
  max-width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 3.7rem 2rem 1.5rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .menu-box {
    max-width: 545px;
    padding: 4.5rem 6.5rem 2rem;
  }
}
.menu-box:last-child {
  background: #F3EBD7;
  padding: 1.2rem 2rem 2rem;
}
@media screen and (min-width: 768px) {
  .menu-box:last-child {
    padding: 1.7rem 6.5rem 2rem;
  }
}
.menu-box__text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-box__text {
    font-size: 2.4rem;
  }
}
.menu-box__text span {
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .menu-box__text span {
    font-size: 3.6rem;
  }
}
.menu-box__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-box__title {
    font-size: 2rem;
  }
}
.menu-box__comment {
  display: block;
  font-size: 1rem;
  text-align: right;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .menu-box__comment {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}

.menu-list__item {
  font-size: 1.4rem;
  color: #ffffff;
  background: #2d2d2d;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .menu-list__item {
    font-size: 1.6rem;
    padding: 5px 10px;
  }
}
.menu-list__item::before {
  content: "✓";
  font-weight: bold;
  color: #F1DE0C;
  margin-right: 1rem;
}
.menu-list__item + .menu-list__item {
  margin-top: 0.5rem;
}

/*****************************/
/*  よくある質問  */
/*****************************/
.faq-section {
  position: relative;
  z-index: 0;
}

.secret-item:nth-child(odd) {
  flex-direction: row-reverse;
}

/*********************/
/*  アキュラホームFC固有パーツ  */
/*********************/
.icon-card {
  text-align: center;
}
.icon-card::before {
  content: "";
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  font-size: 6.5rem;
  font-family: "icomoon";
  font-weight: normal;
  font-family: "icomoon";
  background: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .icon-card::before {
    width: 200px;
    height: 200px;
    line-height: 200px;
    font-size: 8rem;
  }
}
.icon-card--home::before {
  content: "\e902";
}
.icon-card--megahon::before {
  content: "\e906";
}
.icon-card--dentaku::before {
  content: "\e907";
}
.icon-card--team::before {
  content: "\e903";
}
.icon-card__title {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: -3.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .icon-card__title {
    font-size: 3.2rem;
  }
}
.icon-card p {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  white-space: nowrap;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .icon-card p {
    font-size: 1.6rem;
  }
}

.thmb-card__thmb {
  width: 100%;
  height: 0;
  padding-bottom: 62.006%;
  position: relative;
}
.thmb-card__thmb img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.thmb-card__title {
  position: relative;
  font-size: 2rem;
  margin-top: -3.5rem;
  line-height: 1.75;
  font-weight: bold;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .thmb-card__title {
    font-size: 2.8rem;
    padding-top: 5rem;
  }
}
.thmb-card__title::before {
  font-family: "icomoon";
  font-weight: normal;
  display: block;
  font-size: 4.8rem;
  line-height: 1;
  color: #9AC2E3;
  margin-left: -2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .thmb-card__title::before {
    font-size: 6.8rem;
    position: absolute;
    top: 0;
    right: calc(100% - 4rem);
  }
}
.thmb-card__title span {
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #666666;
}
@media screen and (min-width: 1200px) {
  .thmb-card__title span {
    padding-left: 4.5rem;
    margin-bottom: 1.5rem;
  }
}
.thmb-card__desc {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .thmb-card__desc {
    font-size: 1.6rem;
  }
}
.thmb-card__btn {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  padding: 1rem 0;
  white-space: nowrap;
  text-decoration: underline;
}
.thmb-card__btn::before {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 130%;
  vertical-align: middle;
  text-decoration: none;
}
.thmb-card--home .thmb-card__title::before {
  content: "\e902";
}
.thmb-card--megahon .thmb-card__title::before {
  content: "\e906";
}
.thmb-card--dentaku .thmb-card__title::before {
  content: "\e907";
}
.thmb-card--team .thmb-card__title::before {
  content: "\e903";
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 1677px;
}
.scroll-infinity__item img {
  height: auto;
  width: 1677px;
}

.splide-wrap {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .splide-wrap {
    padding-top: 13rem;
  }
}
.splide-wrap::before {
  display: block;
  content: "";
  background: #fff;
  margin-left: 20px;
  margin-right: 20px;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .splide-wrap::before {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .splide-wrap::before {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
}
.splide-wrap .splide {
  margin-top: 0;
}

.fcslider-item {
  background: #F3F1E5;
  padding: 4rem 3.4rem 6rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1200px) {
  .fcslider-item {
    background: linear-gradient(to bottom, rgba(243, 241, 229, 0) 0, rgba(243, 241, 229, 0) 50px, #f3f1e5 50px, #f3f1e5 100%);
    padding: 0 6.5rem 5.7rem;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.fcslider-item__box, .fcslider-item__img {
  flex: 1;
}
.fcslider-item__border-title, .fcslider-item__title {
  font-weight: bold;
  letter-spacing: 0.03em;
}
.fcslider-item__border-title {
  display: block;
  font-size: 2rem;
  color: #000;
  border: 5px solid #000;
  padding: 1.5rem;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .fcslider-item__border-title {
    display: inline-block;
    font-size: 3.7rem;
    height: 130px;
    border: 9px solid #323232;
    text-align: center;
    line-height: 112px;
    padding: 0 6rem;
  }
}
.fcslider-item__title {
  display: block;
  font-size: 2rem;
  color: #000;
  margin-top: 2.3rem;
  line-height: 1.65;
}
@media screen and (min-width: 1200px) {
  .fcslider-item__title {
    font-size: 3.6rem;
    margin-top: 2rem;
  }
}
.fcslider-item__text {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  margin-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .fcslider-item__text {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}
.fcslider-item__img {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .fcslider-item__img {
    aspect-ratio: 3/2;
    object-fit: cover;
  }
}

.section-flex {
  background: #fff;
  margin-left: 20px;
  margin-right: 20px;
  padding: 6.6rem 20px 5rem;
}
@media screen and (min-width: 768px) {
  .section-flex {
    margin-left: 40px;
    margin-right: 40px;
    padding: 6.6rem 40px 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-flex {
    padding: 11rem 40px;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.section-flex__item + .section-flex__item {
  margin-top: 8.3rem;
}
@media screen and (min-width: 1200px) {
  .section-flex__item + .section-flex__item {
    margin: 0 0 0 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .section-flex__item {
    position: relative;
  }
  .section-flex__item:first-child {
    width: 45%;
  }
  .section-flex__item:last-child {
    width: 55%;
  }
}
.section-flex__thmb {
  width: calc(100% + 40px + 16px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section-flex__thmb {
    text-align: center;
    width: 100%;
  }
}
.section-flex__thmb--border {
  border: 1px solid #000;
  background: #fff;
  padding: 1rem 0 1rem 0.5rem;
}
@media screen and (min-width: 1200px) {
  .section-flex__thmb--border {
    border: none;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-flex__thmb--leftover {
    width: calc(100% + 4rem + (100vw - 1200px) / 2);
    max-width: 604px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    transform: none;
    text-align: right;
  }
}
.section-flex__desc {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .section-flex__desc {
    margin: 0;
  }
}
.section-flex__list {
  list-style: none;
  margin-bottom: 10rem;
}
@media screen and (min-width: 1200px) {
  .section-flex__list {
    margin-bottom: 3rem;
  }
}
.section-flex__list li {
  margin-top: 3.5rem;
}
.section-flex__list li h3 {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  color: #43759D;
}
.section-flex__list li p {
  margin-top: 1.5rem;
}

.suport-box {
  display: block;
  border: 4px solid #9AC2E3;
  padding: 4rem 2rem 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .suport-box {
    padding: 4rem;
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .suport-box {
    border-width: 14px;
    max-width: 938px;
    margin: 0 auto;
  }
}
.suport-box__title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .suport-box__title {
    font-size: 2.4rem;
  }
}
.suport-box small {
  text-align: right;
  display: block;
  font-size: 1rem;
  margin-top: -3rem;
}
@media screen and (min-width: 1200px) {
  .suport-box small {
    max-width: 761px;
    margin-left: auto;
    margin-right: auto;
  }
}
.suport-box__btn {
  position: relative;
  display: block;
  border: 1px solid #000;
  padding: 1.5rem 1rem;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .suport-box__btn {
    width: 763px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3rem auto 0;
    padding: 1.5rem 2rem;
  }
}
.suport-box__btn span {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding-left: 2rem;
  position: relative;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .suport-box__btn span {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.suport-box__btn span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "icomoon";
  font-weight: normal;
  content: "\e900";
  display: inline-block;
}
.suport-box__btn a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.suport-box__imgwrap {
  display: block;
}
.suport-box__img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.suport-box__img--02 {
  max-width: 406px;
}
.suport-box__img--01 {
  max-width: 615px;
}

@media screen and (min-width: 1200px) {
  .head-section {
    margin-bottom: -9rem;
  }
}
.head-section__img {
  width: 100%;
  height: auto;
}
.head-section__title {
  display: block;
  background: #fff;
  margin-left: 3rem;
  margin-right: 3rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  top: -5rem;
  padding: 2.7rem 0 0;
  line-height: 1.5;
  max-width: 1200px;
}
@media screen and (min-width: 1200px) {
  .head-section__title {
    top: -13rem;
    margin: 0 auto;
    font-size: 4.8rem;
    padding: 4.8rem 0 0;
  }
}
.head-section__title span {
  color: #0049B5;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .head-section__title span {
    font-size: 2.4rem;
  }
}

.human-card {
  text-align: center;
}
.human-card__img {
  display: inline-block;
}
.human-card__name {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.human-card__title {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.75;
  margin-top: 0.5rem;
}
.human-card__title span {
  display: block;
  font-size: 1.2rem;
}

.ac-box {
  text-align: center;
}
.ac-box__title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
  text-align: left;
}
.ac-box__title--underline {
  border-top: 1px dotted #878787;
  border-bottom: 1px dotted #878787;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.ac-box__title--underline span {
  display: inline-block;
  background: linear-gradient(to bottom, rgba(255, 239, 90, 0) 0, rgba(255, 239, 90, 0) 65%, #ffef5a 65%, #ffef5a 90%, rgba(255, 239, 90, 0) 90%);
}
@media screen and (min-width: 1200px) {
  .ac-box__title {
    font-size: 2rem;
  }
}
.ac-box__min {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5rem;
  text-align: left;
}
.ac-box__min + .ac-box__min {
  margin-top: 2rem;
}
.ac-box__img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.ac-box--mt {
  margin-top: 3.4rem;
}
@media screen and (min-width: 1200px) {
  .ac-box--mt {
    margin-top: 5rem;
  }
}

.flow-box {
  list-style: none;
  counter-reset: number 0;
  padding: 0;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .flow-box {
    display: flex;
    justify-content: center;
  }
}
.flow-box li {
  counter-increment: number 1;
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .flow-box li {
    writing-mode: vertical-rl;
    font-feature-settings: initial;
    padding-top: 3rem;
    position: relative;
    width: 61px;
    letter-spacing: 0.15em;
  }
  .flow-box li span {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .flow-box li {
    padding-top: 6rem;
    width: 107px;
    font-size: 2.8rem;
  }
}
.flow-box li + li {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .flow-box li + li {
    margin: 0 0 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .flow-box li + li {
    margin: 0 0 0 4rem;
  }
}
.flow-box li::before {
  display: inline-block;
  content: counter(number);
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .flow-box li::before {
    width: 28px;
    height: 61px;
    line-height: 59px;
    border: 1px solid #000;
    border-right: none;
    text-align: right;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .flow-box li::before {
    transform: rotate(-90deg);
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .flow-box li::before {
    font-size: 4.8rem;
    margin-bottom: 5rem;
  }
}
.flow-box li::after {
  content: "";
  display: block;
  width: 61px;
  height: 28px;
  border: 1px solid #000;
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .flow-box li::after {
    width: 107px;
  }
}

.qa-box {
  list-style: none;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .qa-box {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .qa-box {
    margin: 0 auto;
    max-width: 946px;
  }
}
.qa-box li {
  display: block;
  background: #fff;
  padding: 3rem 2rem;
}
.qa-box li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .qa-box li {
    padding: 3rem 3rem 4rem;
  }
}
.qa-box__q {
  display: block;
  position: relative;
  padding-left: 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .qa-box__q {
    font-size: 2rem;
    padding: 1rem 0 0 5rem;
  }
}
.qa-box__q::before {
  content: "Q.";
  display: inline-block;
  font-size: 2.4rem;
  position: absolute;
  top: -7px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .qa-box__q::before {
    font-size: 3.6rem;
  }
}
.qa-box__a {
  display: block;
  position: relative;
  padding-left: 3rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .qa-box__a {
    font-size: 1.8rem;
    padding: 0 0 0 9rem;
    margin-top: 3rem;
  }
}
.qa-box__a::before {
  content: "A.";
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: -3px;
  left: 1rem;
}
@media screen and (min-width: 1200px) {
  .qa-box__a::before {
    font-size: 2.4rem;
    left: 5.5rem;
  }
}
.qa-box__a a {
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}

/* Magnific Popup CSS */
.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-removing .mfp-container {
  opacity: 0;
}

.mfp-ready.mfp-bg {
  opacity: 1;
}

.mfp-removingmfp-bg {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(1, 127, 209, 0.7);
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 24px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding: 24px 0;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  max-width: 400px;
  cursor: auto;
}
@media screen and (min-width: 1200px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    max-width: 1200px;
  }
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 20px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  transform: translateY(1px);
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  background: #fff;
  z-index: 1;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

.splide__slide:focus-visible {
  /* IE does not support outline-offset */
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: #0bf 3px solid;
  }
}
.splide.is-focus-in .splide__slide:focus {
  /* IE does not support outline-offset */
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: #0bf 3px solid;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__arrow {
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

@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;
}
:root {
  font-size: 62.5%;
}

.body {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .body {
    font-size: 1.6rem;
  }
}

.main {
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 2;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Arial, "メイリオ", Meiryo, sans-serif;
  color: #000000;
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  .main {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.main--single {
  padding-top: 60px;
}
@media screen and (min-width: 1200px) {
  .main--single {
    padding-top: 66px;
  }
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.inlie-block {
  display: inline-block;
}

p + p {
  margin-top: 2rem;
}

/*********************/
/*  読み込みCSSの調整  */
/*********************/
.stickyBtns_item-contact > a::before,
.stickyBtns_item-catalog > a::before,
.stickyBtns_item-reserve > a::before,
.gNav_btn-reserve > a::before,
.gNav_btn-catalog > a::before,
.gNav_btn-contact > a::before,
.gNav_subItem > a::before,
.bottomNav_cate::before,
.gFooter_snsItem-yotube > a::before,
.gFooter_snsItem-instagram > a::before,
.gFooter_snsItem-line > a::before {
  font-family: "icomoon";
}

.bottomNav {
  margin-top: 0;
  border: none;
}
@media screen and (min-width: 768px) {
  .bottomNav {
    margin-top: 5rem;
  }
}

.copyright_txt {
  font-size: 1.4rem;
}

.gNav_subItem > a {
  font-size: 1.4rem;
}

.gNav_item > a, .gNav_item > button {
  font-size: 1.8rem;
}

.pankuzu_item {
  font-size: 1.2rem;
}