@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
.c-button.--main {
  background-color: #333333;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.c-button.--sub {
  background-color: #f7f8f8;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
  margin: 0;
  padding: 0;
}

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

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within { /*scroll-behavior:smooth*/ }
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
} /*:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}*/
:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select), :where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol) {
  list-style-position: inside;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]), :where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

html {
  overflow-y: scroll !important;
  font-size: 62.5%;
  height: -webkit-fill-available;
  margin: 0 !important;
}

body {
  font-size: 1.6rem;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.55;
  letter-spacing: 0.05em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #333;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}

body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

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

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

a.link {
  color: #f7f8f8;
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

section {
  position: relative;
}

img {
  line-height: 1;
  max-width: 100%;
  vertical-align: middle;
  pointer-events: none;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

strong {
  font-weight: 600;
}

span,
small {
  font-weight: inherit;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

/* inner
-------------------------------------------------------*/
.inner,
.inner_in,
.inner__lg,
.inner__lg_in,
.inner__sm,
.inner__sm_in {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner,
.inner__lg,
.inner__sm {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .inner,
  .inner__lg,
  .inner__sm {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .inner,
  .inner__lg,
  .inner__sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner {
  max-width: 1260px;
}

.inner_in {
  max-width: 1200px;
}

.inner__lg {
  max-width: 1460px;
}

.inner__lg_in {
  max-width: 1400px;
}

.inner__sm {
  max-width: 1060px;
}

.inner__sm_in {
  max-width: 1000px;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .tel {
    pointer-events: none;
  }
}
@media print {
  body {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: none;
  }
  .tab_only,
  .sp_only {
    display: none;
  }
  .pc_none {
    display: none;
  }
}
.none {
  display: none !important;
}

/* テキスト処理
-------------------------------------------------------*/
.u-line_clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

.u-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.list__image-hover li a {
  display: block;
  position: relative;
}
.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius7 {
  border-radius: 7px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50px;
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.youtube,
.video {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube iframe,
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* align
------------------------------------------------------------------------*/
.u-align--left {
  text-align: left;
}

.u-align--center {
  text-align: center;
}

.u-align--right {
  text-align: right;
}

/**/
@media screen and (min-width: 1201px) {
  .pcWidth_none {
    display: none;
  }
}
@media all and (min-width: 1001px) {
  .sp_only,
  .tab_only {
    display: none;
  }
  .pcWidth_only {
    display: none;
  }
  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .sp_only {
    display: none;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }
  /**/
}
.c-main {
  color: #333333;
}

.c-main2 {
  color: #000;
}

.c-sub {
  color: #f7f8f8;
}

.c-sub2 {
  color: #000;
}

.c-gold {
  color: #7a6338;
}

.c-gold__light {
  color: #ac7f43;
}

.c-red {
  color: #dc143c;
}

.c-blue {
  color: #0067c0;
}

.c-green {
  color: #4db56a;
}

.c-yellow {
  color: #f8b400;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #ddd;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f3ecd8;
}

.u-bg-common {
  background: linear-gradient(-45deg, #14292f, #727f82);
}

.u-bg-request {
  background: linear-gradient(-45deg, #640000, #a01e1e);
}

.u-bg-reserve {
  background: linear-gradient(-30deg, rgb(178, 132, 54) 0%, rgb(226, 202, 132) 17.2%, rgb(171, 119, 33) 49.78%, rgb(175, 126, 41) 54.95%, rgb(187, 144, 62) 62.82%, rgb(207, 173, 96) 72.34%, rgb(220, 192, 118) 77.68%, rgb(192, 150, 70) 90.8%, rgb(171, 119, 33) 100%);
}

/* 背景
-------------------------------------------------------*/
.u-bg-main {
  background-color: #f0f5f3;
}

.u-bg-sub {
  background-color: #f7f8f8;
}

/* 背景
-------------------------------------------------------*/
.u-bg-white {
  background-color: #fff;
}

.u-bg-gray {
  background-color: #f4f4f2;
}

.u-bg-white__grade {
  background-color: #f4f4f2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.u-bg-white__grade--reverse {
  background-color: #f4f4f2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.u-bg-gray__grade {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 244, 242, 0)), to(rgb(244, 244, 242)));
  background: linear-gradient(to bottom, rgba(244, 244, 242, 0), rgb(244, 244, 242));
}

.u-bg-gray__grade--reverse {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 244, 242, 0)), to(rgb(244, 244, 242)));
  background: linear-gradient(to top, rgba(244, 244, 242, 0), rgb(244, 244, 242));
}

/* ボーダー
-------------------------------------------------------*/
.border--t {
  border-top: 4px solid #333333;
}

.border--b {
  border-bottom: 4px solid #333333;
}

/* グラデ
-------------------------------------------------------*/
.u-bg-grade {
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
}

/* add bg
-------------------------------------------------------*/
.u-bg-green {
  background-color: #e2efbf;
}

.u-bg-green__light {
  background-color: #f5fcde;
}

/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.flex.flex--alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.flex--alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex--alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.flex--justStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.flex--justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex--justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.inner:after {
  content: none;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
 */
/* col
-------------------------------------------------------*/
.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.333%;
}

.col4 {
  width: 25%;
}

/* margin
-------------------------------------------------------*/
.u3 {
  margin-bottom: 3px;
}

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u130 {
  margin-bottom: 130px;
}

.u140 {
  margin-bottom: 140px;
}

.u150 {
  margin-bottom: 150px;
}

.u160 {
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .u3 {
    margin-bottom: 2.1px;
  }
  .u5 {
    margin-bottom: 3.5px;
  }
  .u7 {
    margin-bottom: 4.9px;
  }
  .u10 {
    margin-bottom: 7px;
  }
  .u15 {
    margin-bottom: 10.5px;
  }
  .u20 {
    margin-bottom: 14px;
  }
  .u25 {
    margin-bottom: 17.5px;
  }
  .u30 {
    margin-bottom: 21px;
  }
  .u35 {
    margin-bottom: 24.5px;
  }
  .u40 {
    margin-bottom: 28px;
  }
  .u45 {
    margin-bottom: 31.5px;
  }
  .u50 {
    margin-bottom: 35px;
  }
  .u55 {
    margin-bottom: 38.5px;
  }
  .u60 {
    margin-bottom: 42px;
  }
  .u70 {
    margin-bottom: 49px;
  }
  .u80 {
    margin-bottom: 56px;
  }
  .u90 {
    margin-bottom: 63px;
  }
  .u100 {
    margin-bottom: 70px;
  }
  .u110 {
    margin-bottom: 77px;
  }
  .u120 {
    margin-bottom: 84px;
  }
  .u130 {
    margin-bottom: 91px;
  }
  .u140 {
    margin-bottom: 98px;
  }
  .u150 {
    margin-bottom: 105px;
  }
  .u160 {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 767.98px) {
  .u3 {
    margin-bottom: 1.5px;
  }
  .u5 {
    margin-bottom: 2.5px;
  }
  .u7 {
    margin-bottom: 3.5px;
  }
  .u10 {
    margin-bottom: 5px;
  }
  .u15 {
    margin-bottom: 7.5px;
  }
  .u20 {
    margin-bottom: 10px;
  }
  .u25 {
    margin-bottom: 12.5px;
  }
  .u30 {
    margin-bottom: 15px;
  }
  .u35 {
    margin-bottom: 17.5px;
  }
  .u40 {
    margin-bottom: 20px;
  }
  .u45 {
    margin-bottom: 22.5px;
  }
  .u50 {
    margin-bottom: 25px;
  }
  .u55 {
    margin-bottom: 27.5px;
  }
  .u60 {
    margin-bottom: 30px;
  }
  .u70 {
    margin-bottom: 35px;
  }
  .u80 {
    margin-bottom: 40px;
  }
  .u90 {
    margin-bottom: 45px;
  }
  .u100 {
    margin-bottom: 50px;
  }
  .u110 {
    margin-bottom: 55px;
  }
  .u120 {
    margin-bottom: 60px;
  }
  .u130 {
    margin-bottom: 65px;
  }
  .u140 {
    margin-bottom: 70px;
  }
  .u150 {
    margin-bottom: 75px;
  }
  .u160 {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

.u-20 {
  position: relative;
  margin-bottom: -20px;
}

.u-30 {
  position: relative;
  margin-bottom: -30px;
}

.u-40 {
  position: relative;
  margin-bottom: -40px;
}

.u-50 {
  position: relative;
  margin-bottom: -50px;
}

.u-60 {
  position: relative;
  margin-bottom: -60px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .u-10 {
    margin-bottom: -7px;
  }
  .u-20 {
    margin-bottom: -14px;
  }
  .u-30 {
    margin-bottom: -21px;
  }
  .u-40 {
    margin-bottom: -28px;
  }
  .u-50 {
    margin-bottom: -35px;
  }
  .u-60 {
    margin-bottom: -42px;
  }
}
@media screen and (max-width: 767.98px) {
  .u-10 {
    position: relative;
    margin-bottom: -5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -10px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -15px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -20px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -25px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -30px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .t5 {
    margin-top: 3.5px;
  }
  .t7 {
    margin-top: 4.9px;
  }
  .t10 {
    margin-top: 7px;
  }
  .t15 {
    margin-top: 10.5px;
  }
  .t20 {
    margin-top: 14px;
  }
  .t25 {
    margin-top: 17.5px;
  }
  .t30 {
    margin-top: 21px;
  }
  .t40 {
    margin-top: 28px;
  }
  .t50 {
    margin-top: 35px;
  }
  .t60 {
    margin-top: 42px;
  }
  .t70 {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .t5 {
    margin-top: 2.5px;
  }
  .t7 {
    margin-top: 3.5px;
  }
  .t10 {
    margin-top: 5px;
  }
  .t15 {
    margin-top: 7.5px;
  }
  .t20 {
    margin-top: 10px;
  }
  .t25 {
    margin-top: 12.5px;
  }
  .t30 {
    margin-top: 15px;
  }
  .t40 {
    margin-top: 20px;
  }
  .t50 {
    margin-top: 25px;
  }
  .t60 {
    margin-top: 30px;
  }
  .t70 {
    margin-top: 35px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

.t-10 {
  margin-top: -10px;
}

.t-15 {
  margin-top: -15px;
}

.t-20 {
  margin-top: -20px;
}

.t-25 {
  margin-top: -25px;
}

.t-30 {
  margin-top: -30px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .t-5 {
    margin-top: -3.5px;
  }
  .t-10 {
    margin-top: -7px;
  }
  .t-15 {
    margin-top: -10.5px;
  }
  .t-20 {
    margin-top: -14px;
  }
  .t-25 {
    margin-top: -17.5px;
  }
  .t-30 {
    margin-top: -21px;
  }
}
@media screen and (max-width: 767.98px) {
  .t-5 {
    margin-top: -2.5px;
  }
  .t-10 {
    margin-top: -5px;
  }
  .t-15 {
    margin-top: -7.5px;
  }
  .t-20 {
    margin-top: -10px;
  }
  .t-25 {
    margin-top: -12.5px;
  }
  .t-30 {
    margin-top: -15px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

.l0 {
  margin-left: 0 !important;
}

.r0 {
  margin-right: 0 !important;
}

.u0 {
  margin-bottom: 0 !important;
}

.u0 img {
  vertical-align: bottom;
}

/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt {
    padding-top: 50px;
  }
}

.section--pt_s {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_s {
    padding-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_s {
    padding-top: 35px;
  }
}

.section--pt_lg {
  padding-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_lg {
    padding-top: 98px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_lg {
    padding-top: 70px;
  }
}

.section--pb {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb {
    padding-bottom: 50px;
  }
}

.section--pb_s {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_s {
    padding-bottom: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_s {
    padding-bottom: 35px;
  }
}

.section--pb_lg {
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_lg {
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_lg {
    padding-bottom: 70px;
  }
}

.section--mt {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt {
    margin-top: 50px;
  }
}

.section--mt_s {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_s {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_s {
    margin-top: 35px;
  }
}

.section--mt_lg {
  margin-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_lg {
    margin-top: 98px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_lg {
    margin-top: 70px;
  }
}

.section--mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb {
    margin-bottom: 50px;
  }
}

.section--mb_s {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_s {
    margin-bottom: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_s {
    margin-bottom: 35px;
  }
}

.section--mb_lg {
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_lg {
    margin-bottom: 98px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_lg {
    margin-bottom: 70px;
  }
}

.underLine--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.underLine--yellow__border {
  position: relative;
}
.underLine--yellow__border::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffee00;
}
@media screen and (max-width: 767.98px) {
  .underLine--yellow__border::before {
    bottom: -1px;
    height: 3px;
  }
}

.underLine--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ccff));
  background: linear-gradient(transparent 40%, #66ccff 40%);
}

.underLine--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ffcc));
  background: linear-gradient(transparent 40%, #66ffcc 40%);
}

.underLine--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff9494));
  background: linear-gradient(transparent 40%, #ff9494 40%);
}

.underLine--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f0aeeb));
  background: linear-gradient(transparent 40%, #f0aeeb 40%);
}

.u-zoomLink {
  background-color: #fff;
}
.u-zoomLink a {
  display: block;
  overflow: hidden;
}
.u-zoomLink a > img {
  width: 100%;
}
@media screen and (min-width: 1001px), print {
  .u-zoomLink a > img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .u-zoomLink a:hover > img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

/*
-------------------------------------------------------*/
.c-wrap {
  width: 94%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .c-wrap {
    width: 93%;
  }
}
.c-wrap.--lg {
  max-width: 1400px !important;
}
.c-wrap.--md {
  max-width: 1200px !important;
}
.c-wrap.--sm {
  max-width: 1100px !important;
}
.c-wrap.--xs {
  max-width: 1000px !important;
}

.c-heading .c-heading__copy {
  font-size: 4.8rem;
  font-family: "Cinzel", YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .c-heading .c-heading__copy {
    font-size: 66px;
    font-size: 6.6vw;
  }
}
.c-heading .c-heading__txt {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .c-heading .c-heading__txt {
    font-size: 28px;
    font-size: 2.8vw;
  }
}
.c-heading.--center {
  text-align: center;
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Marcellus", YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-eng__cinzel {
  font-family: "Cinzel", YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-mincho {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-gothic {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.font-mix {
  font-family: "Cinzel", YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

/* title
-------------------------------------------------------*/
/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 4.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl3 {
    font-size: 3.91rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl3 {
    font-size: 2.99rem;
  }
}

.txt__xl2 {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl2 {
    font-size: 3.06rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl2 {
    font-size: 2.34rem;
  }
}

.txt__xl {
  font-size: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl {
    font-size: 2.55rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl {
    font-size: 1.95rem;
  }
}

.txt__lg2 {
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__lg2 {
    font-size: 2.295rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg2 {
    font-size: 1.755rem;
  }
}

.txt__lg {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__lg {
    font-size: 2.21rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg {
    font-size: 1.69rem;
  }
}

.txt__md2 {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__md2 {
    font-size: 1.87rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md2 {
    font-size: 1.43rem;
  }
}

.txt__md {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__md {
    font-size: 1.53rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md {
    font-size: 1.17rem;
  }
}

.txt__base {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__base {
    font-size: 1.36rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__base {
    font-size: 1.04rem;
  }
}

.txt__sm {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__sm {
    font-size: 1.19rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__sm {
    font-size: 0.91rem;
  }
}

.txt__xs {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xs {
    font-size: 1.105rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xs {
    font-size: 0.845rem;
  }
}

/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .capt {
    font-size: 1rem;
  }
}
.capt_s {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .capt_s {
    font-size: 1.1rem;
  }
}

.capt__img {
  position: absolute;
  bottom: 2px;
  right: 5px;
  margin: auto;
}

/* txt_indent
-------------------------------------------------------*/
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

/* lts
-------------------------------------------------------*/
.lts__0 {
  letter-spacing: 0;
}

.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xl2 {
  letter-spacing: 0.13em;
}

.lts__xl3 {
  letter-spacing: 0.15em;
}

.pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pageTitle {
    height: 190px;
  }
}
.pageTitle::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
}
.pageTitle img {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageTitle .ttl__data {
  position: relative;
  z-index: 5;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .pageTitle .ttl__data {
    font-size: 2.04rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    bottom: -20px;
  }
}
.pageTitle .ttl__data::before {
  font-size: 8rem;
  color: #fff;
  background: none;
  margin-bottom: 40px;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data::before {
    font-size: 5.2rem;
    margin-bottom: 15px;
  }
}
.pageTitle .ttl__data::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data::after {
    width: 40px;
    bottom: 33px;
  }
}
/* グラデーション
-------------------------------------------------------*/
.grade--txt {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grade--data {
  color: #333333;
}
.grade--data::before {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  margin-left: auto;
  margin-right: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl__underline {
  position: relative;
  border-bottom: 5px solid #f6f6f6;
}
.ttl__underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #387ccc;
}

.ttl__underline--center {
  text-align: center;
}
.ttl__underline--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.list__square {
  list-style: square;
}
.list__square li {
  list-style: inside;
}

.list__circle {
  list-style: circle;
}
.list__circle li {
  list-style: inside;
}

.list__before {
  list-style: none;
}
.list__before li {
  position: relative;
}
.list__before li::before {
  content: "▪";
  display: block;
  position: absolute;
  left: -1em;
  color: #ddd;
}

.list__check li {
  font-weight: 600;
  position: relative;
  padding-left: 56px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 2.2rem;
}
.list__check li + li {
  margin-top: 1em;
}
.list__check li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../images/common/arrow_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* color
-------------------------------------------------------*/
.list__blue ul li {
  background-color: #f0f5f3;
  padding: 30px;
}
.list__blue ul li .ttl {
  color: #333333;
  text-align: center;
}
.list__blue ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

.list__gray ul li {
  min-height: 240px;
  background-color: #f7f7f7;
  padding: 20px;
}
.list__gray ul li .img {
  width: 90%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.list__gray ul li .ttl {
  color: #333333;
  text-align: center;
}
.list__gray ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

table {
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 768px), print {
  table {
    width: 100%;
  }
}
table th {
  font-weight: 600;
}

@media screen and (max-width: 767.98px) {
  .table-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.table-scroll table th,
.table-scroll table td {
  position: relative;
  font-weight: 400;
  padding: 65px 0 20px 0;
  text-align: left;
}
.table-scroll table th::before,
.table-scroll table td::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93%;
  height: 1px;
  margin: auto;
}
.table-scroll table th {
  width: 20%;
  min-width: 130px;
}
.table-scroll table th::before {
  background-color: #000;
}
.table-scroll table td::before {
  background-color: #ccc;
}
.table-scroll table .head {
  background-color: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .table-scroll table .fixed {
    position: sticky;
    left: 0;
    height: 100%;
  }
  .table-scroll table .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
  }
}

.table-col table th,
.table-col table td {
  padding: 20px 40px;
  border: none;
}
.table-col table th {
  width: 30%;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .table-col table th,
  .table-col table td,
  .table-col table tr {
    display: block;
    width: 100%;
  }
  .table-col table th {
    width: 100%;
  }
  .table-col table td {
    padding-top: 0;
  }
}

.table-dl {
  /* sp */
}
.table-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b5b1b1;
}
.table-dl dt,
.table-dl dd {
  padding: 24px 0;
}
.table-dl dt {
  width: 30%;
}
.table-dl dd {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .table-dl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    box-orient: vertical;
  }
  .table-dl dt,
  .table-dl dd {
    width: 100%;
  }
  .table-dl dd {
    padding-top: 0;
  }
}

figcaption {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  figcaption {
    font-size: 1rem;
  }
}

/* figure
-------------------------------------------------------*/
.figure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  padding: 4px 8px;
  margin: auto;
}
.figure figcaption.capt_bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.figure.reverse figcaption {
  position: absolute;
  left: 0;
  right: 0;
}

/* figure_capt
-------------------------------------------------------*/
.figure_capt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure_capt figcaption {
  margin-top: 4px;
  text-align: right;
  letter-spacing: 0.07em;
}

.figure__frame__stripe::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-image-source: repeating-linear-gradient(45deg, #fff 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  border-width: 10px;
  border-image-slice: 10;
  border-image-repeat: round;
  border-style: solid;
}

.figure__frame__photo::before, .figure__frame__photo::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.figure__frame__photo::before {
  top: -10px;
  right: -10px;
  border-top: 30px solid #053e62;
  border-bottom: 30px solid rgba(0, 0, 0, 0);
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid #053e62;
}
.figure__frame__photo::after {
  bottom: -10px;
  left: -10px;
  border-top: 30px solid rgba(0, 0, 0, 0);
  border-bottom: 30px solid #053e62;
  border-left: 30px solid #053e62;
  border-right: 30px solid rgba(0, 0, 0, 0);
}

.figure__frame__photo2::before, .figure__frame__photo2::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 70px;
  height: 25px;
  background-color: #fff;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.figure__frame__photo2::before {
  top: -10px;
  left: -25px;
  border-bottom: 1px solid #aaa;
}
.figure__frame__photo2::after {
  bottom: -10px;
  right: -25px;
  border-top: 1px solid #aaa;
}

.figure__frame__shadow::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 3px 3px;
  background-size: 3px 3px;
}

.figure__frame__shadow2::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
}

.formWrap .flex li {
  margin-bottom: 5px;
}

/* form input
--------------------------------------------------------------------------------*/
.cp_ipselect,
select,
textarea,
input {
  -webkit-transition: 0.3em;
  transition: 0.3em;
}

input[type=text],
textarea,
select {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-right: 0.8em;
  padding-left: 0.8em;
}
@media screen and (max-width: 767.98px) {
  input[type=text],
  textarea,
  select {
    max-width: 220px;
  }
}

input[type=text],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #bbb;
}

input[type=text]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 7px #006cb6;
          box-shadow: 0 0 7px #006cb6;
  border: 1px solid #006cb6;
}

textarea {
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

input[type=submit],
input[type=reset],
input[type=button],
.btnBack {
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  background-color: #858585;
  color: #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit] {
  background-color: #b00;
}

input[type=submit]:before {
  border: 3px solid red;
}

input[type=submit]:hover {
  background-color: #e00;
}

input[type=reset]:hover,
input[type=button]:hover,
.btnBack:hover {
  background-color: #333 !important;
}

input[type=submit][disabled] {
  background-color: #ccc;
  cursor: default;
}

.btnBack {
  background-color: #858585 !important;
}

@media screen and (max-width: 767px) {
  input[type=submit],
  input[type=reset],
  input[type=button] {
    width: 45%;
  }
  textarea,
  input {
    max-width: 90%;
  }
}
/*=======================================================================

 fotm design

========================================================================*/
.c-input-label {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-input-label__radio {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.c-input-label__checkbox {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

/* ボタン
-------------------------------------------------------*/
.c-buttons {
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .c-buttons {
    margin-top: 50px;
    margin-top: 7.1428571429vw;
  }
}

.c-button {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-button {
    width: 420px;
    width: 42vw;
  }
}
@media screen and (max-width: 767.98px) {
  .c-button {
    width: 560px;
    width: 80vw;
  }
}
.c-button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  text-decoration: none;
  height: 70px;
  color: #fff;
  background-color: #c30d23;
  text-align: center;
  cursor: pointer;
  padding-bottom: 3px;
  border-radius: 6px;
}
@media screen and (min-width: 1001px), print {
  .c-button a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-button a {
    font-size: 30px;
    font-size: 3vw;
    height: 70px;
    height: 7vw;
  }
}
@media screen and (max-width: 767.98px) {
  .c-button a {
    font-size: 36px;
    font-size: 5.1428571429vw;
    height: 86px;
    height: 12.2857142857vw;
  }
}
.c-button.--arrow {
  position: relative;
}
.c-button.--arrow a {
  padding-left: 20px;
}
.c-button.--arrow::before {
  z-index: 5;
  content: "";
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.c-button__border {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
}

/* request__btn
-------------------------------------------------------*/
/* リンクなし
-------------------------------------------------------*/
.link_none a {
  opacity: 0.2;
  pointer-events: none;
}

/* NEW
-------------------------------------------------------*/
.is-new a {
  position: relative;
}

.is-new a::after {
  content: "NEW";
  position: absolute;
  top: 6px;
  left: 15px;
  font-size: 12px;
  color: #f6e744;
}
@media screen and (max-width: 767.98px) {
  .is-new a::after {
    top: 1px;
    font-size: 10px;
  }
}

.l-header__nav .is-new a::after {
  font-size: 10px;
  color: #d00;
  top: 2px;
  left: 10px;
}
/* line_grade
-------------------------------------------------------*/
.line_grade {
  position: relative;
  text-align: center;
}
.line_grade::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(190, 137, 21, 0)), color-stop(15%, rgba(190, 137, 21, 0.5)), color-stop(35%, rgb(190, 137, 21)), color-stop(70%, rgb(190, 137, 21)), color-stop(85%, rgba(190, 137, 21, 0.5)), to(rgba(190, 137, 21, 0)));
  background: linear-gradient(to right, rgba(190, 137, 21, 0) 0%, rgba(190, 137, 21, 0.5) 15%, rgb(190, 137, 21) 35%, rgb(190, 137, 21) 70%, rgba(190, 137, 21, 0.5) 85%, rgba(190, 137, 21, 0) 100%);
}

.l-header {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 767.98px) {
  .l-header {
    position: relative;
    top: auto;
    padding: 10px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header a {
  position: relative;
  display: block;
}
.l-header .l-header__left {
  width: 32.0833333333%;
  max-width: 385px;
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__left {
    width: 60%;
  }
}
.l-header .l-header__right {
  width: 29.25%;
  max-width: 351px;
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__right {
    width: 27px;
    width: 7.5vw;
  }
}
.l-header .header_tel__wh {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-main {
  display: block;
}
.l-captArea {
  padding-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
  .l-captArea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.l-footer {
  width: 100%;
  background-color: #f5fcde;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer .l-footer-contact .l-footer__left a {
  display: block;
}
.l-footer .l-footer-contact .l-footer__left h4 {
  width: 385px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-contact .l-footer__left h4 {
    width: 100%;
    max-width: 385px;
  }
}
.l-footer .l-footer-contact .l-footer__left p {
  font-size: 1.8rem;
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-contact .l-footer__left p {
    font-size: 14px;
    font-size: 3.8888888889vw;
  }
}
.l-footer .l-footer-contact .l-footer__right {
  width: 350px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-footer .l-footer-contact .l-footer__right {
    width: 35%;
  }
}
.l-footer .l-footer-contact .l-footer__right .tel {
  display: block;
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer-contact .l-footer__right .tel {
    pointer-events: none;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-contact .l-footer__right .tel {
    margin-top: 20px;
  }
}
.l-footer .l-footer-contact .l-footer__right .c-button {
  margin-top: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-footer .l-footer-contact .l-footer__right .c-button {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-contact .l-footer__right .c-button {
    width: 100%;
    margin-top: 20px;
  }
}
.l-footer .l-footer-contact .l-footer__right .c-button a {
  font-size: 1.8rem;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.l-footer .copyright {
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* 固定ナビ
-------------------------------------------------------*/
.l-fixedNav {
  z-index: 100;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .l-fixedNav {
    display: none;
  }
}
.l-fixedNav ul {
  position: relative;
}
.l-fixedNav ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.l-fixedNav ul li {
  width: 50%;
  background-color: #fff;
}
.l-fixedNav ul li a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #c30d23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 56px;
  padding-bottom: 8px;
}

/* 固定ボタン
-------------------------------------------------------*/
.fixedBtn > * {
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .fixedBtn .sp_only {
    display: none !important;
  }
}
.fixedBtn a {
  color: #fff !important;
  font-weight: 600;
}
.fixedBtn .contact--tel a {
  background-color: #333333;
}
.fixedBtn .contact--mail a {
  background-color: #f8b400;
}
.fixedBtn .contact--line a {
  background-color: #06c656;
}

@media screen and (min-width: 768px), print {
  .fixedBtn {
    z-index: 15;
    position: fixed;
    top: 150px;
    right: 0px;
    margin: auto;
  }
  .fixedBtn a {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fixedBtn a .icon {
    width: 60px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .fixedBtn a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; /* 縦書き */
    text-orientation: upright; /* 英数字 */
  }
  .fixedBtn .contact--line {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .fixedBtn {
    z-index: 150;
    position: fixed;
    bottom: 0;
    right: 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fixedBtn > * {
    width: 33.3333333333%;
  }
  .fixedBtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2px;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .fixedBtn a {
    height: 58px;
  }
}
@media screen and (max-width: 767.98px) {
  .fixedBtn a .icon {
    width: 36px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .fixedBtn a p {
    font-size: 1.3rem;
    position: relative;
    top: -3px;
  }
}
/*=======================================================================

 LP

========================================================================*/
.page-top .section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-top figure {
  position: relative;
}
.page-top figure img {
  border-radius: 6px;
  overflow: hidden;
}
.page-top figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 5px 8px;
}
.page-top .bg-img {
  background-image: url(../../assets/images/common/bg.jpg);
  background-repeat: repeat;
  background-position: top center;
  background-size: 800px;
}

.lp-mv .mv {
  position: relative;
}
.lp-mv .mv .mv__txt {
  z-index: 5;
  position: absolute;
  top: 110px;
  top: 6.875vw;
  left: 70px;
  left: 4.375vw;
}
@media screen and (max-width: 767.98px) {
  .lp-mv .mv .mv__txt {
    left: 0;
    right: 0;
  }
}
.lp-mv .mv .mv__txt .mv__txt01 {
  font-size: 60px;
  font-size: 3.75vw;
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 767.98px) {
  .lp-mv .mv .mv__txt .mv__txt01 {
    font-size: 64px;
    font-size: 6.4vw;
  }
}
.lp-mv .mv .mv__txt .mv__txt01 small {
  font-size: 55%;
}
.lp-mv .mv .mv__txt .mv__txt01 span {
  font-weight: 900;
  font-size: 120%;
  line-height: 1;
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  padding: 9px 15px 12px 18px;
  margin-left: 7px;
  margin-right: 7px;
  border-radius: 6px;
}
@media screen and (max-width: 767.98px) {
  .lp-mv .mv .mv__txt .mv__txt01 span {
    padding: 1.5vw 2.6vw 1.5vw 2.6vw;
    margin-left: 4px;
    margin-right: 4px;
  }
}
.lp-mv .mv .mv__txt .mv__txt01 span.--green {
  background-color: #7b9b23;
}
.lp-mv .mv .mv__txt .mv__txt01 span.--orange {
  background-color: #f39800;
}
.lp-mv .mv .mv__txt .mv__txt02 {
  font-size: 26px;
  font-size: 1.625vw;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  margin-top: 0.625vw;
}
.lp-mv .mv .mv__img {
  z-index: 5;
  position: absolute;
  bottom: -40px;
  left: 0;
  margin: auto;
  padding-left: 5px;
  padding-left: 0.3125vw;
  width: 45.625%;
}
.lp-mv .mv .capt {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  margin: auto;
  padding: 3px 5px;
}

.lp-about {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .lp-about {
    margin-top: -7vw;
  }
}
.lp-about .about .about-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .lp-about .about .about-ttl {
    font-size: 32px;
    font-size: 3.2vw;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 767.98px) {
  .lp-about .about .about-ttl {
    font-size: 15px;
    font-size: 4.1666666667vw;
    letter-spacing: 0;
  }
}
.lp-about .about .categories {
  width: 870px;
  width: 87vw;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1000.98px) {
  .lp-about .about .categories {
    margin-top: 40px;
    margin-top: 4vw;
    width: 100%;
  }
}
.lp-about .about .categories .category-item {
  width: 30.5747126437%;
}
@media screen and (max-width: 1000.98px) {
  .lp-about .about .categories .category-item {
    width: 32%;
  }
}
.lp-about .about .about-txt {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 4.1rem;
  font-weight: 900;
  color: #fff;
  background-color: #f39800;
  padding-top: 1px;
  padding-bottom: 7px;
  text-align: center;
  border-radius: 6px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .lp-about .about .about-txt {
    font-size: 41px;
    font-size: 4.1vw;
    margin-top: 40px;
    margin-top: 4vw;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .lp-about .about .about-txt {
    font-size: 27px;
    font-size: 7.5vw;
    margin-top: 60px;
    margin-top: 6vw;
    line-height: 1.2;
    padding-top: 7px;
    padding-bottom: 11px;
  }
}

.about-contact {
  padding-bottom: 30px;
}
.about-contact .contact .contact-ttl {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .about-contact .contact .contact-ttl {
    font-size: 26px;
    font-size: 2.6vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .about-contact .contact .contact-ttl {
    font-size: 15px;
    font-size: 4.1666666667vw;
  }
}
.about-contact .contact .contact-btn {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.lp-step .step-ttl {
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .lp-step .step-ttl {
    font-size: 38px;
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 767.98px) {
  .lp-step .step-ttl {
    font-size: 24px;
    font-size: 6.6666666667vw;
  }
}
.lp-step .step .step-block {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .lp-step .step .step-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 90px;
    margin-top: 9vw;
  }
}
.lp-step .step .step-block + .step-block {
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .lp-step .step .step-block + .step-block {
    margin-top: 120px;
    margin-top: 12vw;
  }
}
.lp-step .step .step-block:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
}
.lp-step .step .step-block:has(.step-block__imgArea) .step-block__txtArea {
  width: 46%;
}
@media screen and (max-width: 767.98px) {
  .lp-step .step .step-block:has(.step-block__imgArea) .step-block__txtArea {
    width: 100%;
  }
}
.lp-step .step .step-block .step-block__txtArea {
  width: 100%;
}
.lp-step .step .step-block .step-block__txtArea .step-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp-step .step .step-block .step-block__txtArea .step-block__header .step-num {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #f39800;
  padding: 7px 22px 11px 24px;
  margin-right: 13px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .lp-step .step .step-block .step-block__txtArea .step-block__header .step-num {
    font-size: 24px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767.98px) {
  .lp-step .step .step-block .step-block__txtArea .step-block__header .step-num {
    font-size: 16px;
    font-size: 4.4444444444vw;
    padding: 7px 15px 7px 15px;
  }
}
.lp-step .step .step-block .step-block__txtArea .step-block__header .step-ttl {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .lp-step .step .step-block .step-block__txtArea .step-block__header .step-ttl {
    font-size: 28px;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767.98px) {
  .lp-step .step .step-block .step-block__txtArea .step-block__header .step-ttl {
    font-size: 18px;
    font-size: 5vw;
  }
}
.lp-step .step .step-block .step-block__txtArea .step-txt {
  margin-top: 13px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .lp-step .step .step-block .step-block__txtArea .step-txt {
    font-size: 20px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767.98px) {
  .lp-step .step .step-block .step-block__txtArea .step-txt {
    font-size: 14px;
    font-size: 3.8888888889vw;
    margin-top: 12px;
    padding-top: 7px;
  }
}
.lp-step .step .step-block .step-block__imgArea {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .lp-step .step .step-block .step-block__imgArea {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
  }
}
.lp-case {
  text-align: center;
}
.lp-case .inner {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.lp-case .case {
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .lp-case .case {
    padding-bottom: 30px;
  }
}
.lp-case .case .case-ttl {
  font-size: 3.4rem;
  font-weight: 700;
  color: #006934;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .lp-case .case .case-ttl {
    font-size: 34px;
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 767.98px) {
  .lp-case .case .case-ttl {
    font-size: 20px;
    font-size: 5.5555555556vw;
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.lp-case .case .case-slider {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.lp-case .case .case-slider .slick-slide {
  width: 33%;
  max-width: 500px;
  margin-left: 1vw;
  margin-right: 1vw;
}
@media screen and (max-width: 767.98px) {
  .lp-case .case .case-slider .slick-slide {
    width: 60%;
  }
}
.lp-case .case .case-slider .slick-slide figure figcaption {
  position: relative;
  right: auto;
  bottom: auto;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .lp-case .case .case-slider .slick-slide figure figcaption {
    font-size: 16px;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767.98px) {
  .lp-case .case .case-slider .slick-slide figure figcaption {
    font-size: 11px;
    font-size: 3.0555555556vw;
  }
}
.lp-case .case .case-slider .slick-dots {
  bottom: -35px;
}
@media screen and (max-width: 767.98px) {
  .lp-case .case .case-slider .slick-dots li {
    margin: 0 4px;
  }
}
.lp-case .case .case-slider .slick-dots li button:before {
  font-size: 10px;
  color: #fff;
  opacity: 1 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.lp-case .case .case-slider .slick-dots li:hover button:before, .lp-case .case .case-slider .slick-dots li.slick-active button:before {
  color: #006934;
}
.lp-case .slick-slide {
  height: auto !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.lp-case .slick-slider {
  -ms-touch-action: auto;
      touch-action: auto;
}

.lp-faq .faq {
  background-color: #d3e2ef;
  border-radius: 20px;
}
@media screen and (max-width: 767.98px) {
  .lp-faq .faq {
    border-radius: 10px;
  }
}
.lp-faq .faq .faq-ttl {
  font-size: 3.4rem;
  font-weight: 700;
  color: #172a88;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .lp-faq .faq .faq-ttl {
    font-size: 34px;
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 767.98px) {
  .lp-faq .faq .faq-ttl {
    font-size: 20px;
    font-size: 5.5555555556vw;
  }
}
.lp-faq .faq .faq-block {
  background-color: #fff;
  width: 96%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .lp-faq .faq .faq-block {
    width: 90%;
  }
}
.lp-faq .faq .faq-block + .faq-block {
  margin-top: 20px;
}
.lp-faq .faq .faq-block .num {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .lp-faq .faq .faq-block .num {
    font-size: 24px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767.98px) {
  .lp-faq .faq .faq-block .num {
    font-size: 16px;
    font-size: 4.4444444444vw;
    width: 38px;
    width: 10.5555555556vw;
    height: auto;
  }
}
.lp-faq .faq .faq-block .txt {
  width: calc(100% - 150px);
  font-size: 1.8rem;
  line-height: 1.4;
  margin-left: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .lp-faq .faq .faq-block .txt {
    font-size: 18px;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767.98px) {
  .lp-faq .faq .faq-block .txt {
    width: 210px;
    width: 58.3333333333vw;
    margin-left: 10px;
    margin-left: 2.7777777778vw;
    font-size: 13px;
    font-size: 3.6111111111vw;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 13px;
  }
}
.lp-faq .faq .faq-block .txt p {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.lp-faq .faq .faq-block .txt p + p {
  margin-top: 1em;
}
.lp-faq .faq .faq-block .faq-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-faq .faq .faq-block .faq-block__header .num {
  background-color: #172a88;
}
.lp-faq .faq .faq-block .faq-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-faq .faq .faq-block .faq-block__content .num {
  background-color: #c30d23;
  padding-bottom: 3px;
}
@media screen and (max-width: 767.98px) {
  .lp-faq .faq .faq-block .faq-block__content .num {
    height: 66px;
  }
}
.lp-faq .faq .faq-block .faq-block__content .txt {
  width: calc(100% - 100px);
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .lp-faq .faq .faq-block .faq-block__content .txt {
    width: 235px;
    width: 65.2777777778vw;
    padding-bottom: 20px;
  }
}

.lp-important .important {
  padding-top: 40px;
  padding-bottom: 40px;
}
.lp-important .important .important-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .lp-important .important .important-ttl {
    font-size: 24px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 767.98px) {
  .lp-important .important .important-ttl {
    font-size: 15px;
    font-size: 4.1666666667vw;
  }
}
.lp-important .important .important-txt {
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .lp-important .important .important-txt {
    margin-top: 10px;
  }
}
.lp-important .important dl {
  margin-top: 1.5em;
}
.lp-important .important dl dt,
.lp-important .important dl dd {
  padding-bottom: 2px;
}
.lp-important .important dl dt {
  font-size: 1.6rem;
  width: 160px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  padding-top: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .lp-important .important dl dt {
    font-size: 16px;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767.98px) {
  .lp-important .important dl dt {
    font-size: 13px;
    font-size: 3.6111111111vw;
    width: 34vw;
    height: auto;
    padding-top: 2px;
    padding-bottom: 3px;
  }
}
.lp-important .important dl dd {
  font-size: 1.8rem;
  padding-left: 1em;
  line-height: 1.4;
  margin-top: 4px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .lp-important .important dl dd {
    font-size: 18px;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767.98px) {
  .lp-important .important dl dd {
    font-size: 12.5px;
    font-size: 3.4722222222vw;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 3px;
  }
}
.lp-important .important dl.important01 dt {
  background-color: #fff;
  border: 1px solid #333333;
}
.lp-important .important dl.important02 dt {
  color: #fff;
  background-color: #956134;
}
.acMenu .acMenu_icon {
  position: relative;
  display: block;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
  cursor: pointer;
}
.acMenu .acMenu_icon::before, .acMenu .acMenu_icon::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 2px;
  background-color: #898989;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767.98px) {
  .acMenu .acMenu_icon::before, .acMenu .acMenu_icon::after {
    right: 10px;
    right: 2.7777777778vw;
    width: 13px;
  }
}
.acMenu .acMenu_icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.acMenu .acMenu_icon.active::before {
  opacity: 0;
}
.acMenu .acMenu_icon.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.acMenu .acMenu_content {
  display: none;
}

.contact-form button,
.contact-form input,
.contact-form optgroup,
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
}
.contact-form .ttl {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .contact-form .ttl {
    font-size: 19px;
    font-size: 5.2777777778vw;
  }
}
.contact-form .txt {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .contact-form .txt {
    font-size: 16px;
    font-size: 4.4444444444vw;
  }
}
.contact-form .capt {
  text-align: center;
  margin-bottom: 30px;
}
.contact-form .list_form dt {
  font-weight: 600;
  margin-bottom: 7px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.contact-form .list_form dt sup.required {
  color: #dc143c;
  top: -0.5em;
  padding-left: 2px;
}
.contact-form input[type=submit] {
  font-size: 2.6rem;
  background-color: #333333;
  border-radius: 7px;
}
@media screen and (max-width: 767.98px) {
  .contact-form input[type=submit] {
    font-size: 20px;
    font-size: 5.5555555556vw;
    border-radius: 5px;
  }
}

/*=======================================================================

 FORM

========================================================================*/
.page-form .l-main p {
  line-height: 1.6;
}
.page-form .l-main a {
  text-decoration: underline;
  color: #333333;
}
.page-form .l-main a:hover {
  text-decoration: none;
}

/* ナビゲーション
  -------------------------------------------------------*/
.hissu {
  display: inline;
  font-size: 1.2rem;
  color: #d00;
  font-weight: 600;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
@media screen and (max-width: 767.98px) {
  .form-row {
    padding: 10px 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-row input,
.form-row select {
  margin-right: 5px;
  max-width: 500px;
}
.form-row span {
  position: relative;
  white-space: nowrap;
  margin-right: 0.9em;
}
@media screen and (max-width: 767.98px) {
  .form-row span {
    margin-right: 0.7em;
    margin-bottom: 7px;
    display: inline-block;
  }
}
.form-row span:last-child {
  margin-right: 0;
}
.form-row:last-child {
  border-bottom: none;
}

.form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
}
@media screen and (max-width: 767.98px) {
  .form-label {
    margin-bottom: 4px;
  }
}

.form-label label {
  font-weight: bold;
}

/*=======================================================================

input

========================================================================*/
.formWrap {
  color: #333;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .formWrap {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.formWrap .form-title {
  font-size: clamp(18px, 2.6vw, 26px);
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.formWrap .form-title small {
  font-size: 65%;
  margin-left: 0.7em;
}
@media screen and (max-width: 767.98px) {
  .formWrap .form-title small {
    display: block;
    margin-left: 0;
  }
}
.formWrap .form-text {
  font-size: clamp(15px, 1.8vw, 18px);
}
.formWrap .form-text.--lg {
  font-size: clamp(15px, 2vw, 20px);
}

.form-block {
  margin-top: 80px;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .form-block {
    margin-top: 50px;
  }
}
.form-block.--privacy {
  border: 1px solid #ccc;
  padding: 40px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .form-block.--privacy {
    padding: 30px 15px;
  }
}
.form-block.--privacy .kiyaku {
  position: relative;
  margin-top: 35px;
  padding-top: 25px;
}
@media screen and (max-width: 767.98px) {
  .form-block.--privacy .kiyaku {
    margin-top: 25px;
    padding-top: 20px;
  }
}
.form-block.--privacy .kiyaku:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 1px;
  background-color: #ccc;
}
.form-block.--privacy .inline li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.checklist {
  position: relative;
}
.checklist label {
  display: inline-block;
  margin-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.checklist.--checklist1 label:nth-of-type(1),
.checklist.--checklist1 label:nth-of-type(5) {
  width: 280px;
}
.checklist.--checklist1 label:nth-of-type(2),
.checklist.--checklist1 label:nth-of-type(6) {
  width: 265px;
}
.checklist.--checklist2 {
  display: none;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .checklist.--checklist2 {
    text-align: left;
  }
}
/* form Text size
--------------------------------------------------------------------------------*/
form {
  position: relative;
  max-width: 100%;
}

/*  form checkbox
-------------------------------------------------------*/
/* 共通 */
.visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkbox-text,
.checkbox-text2 {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 32px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .checkbox-text,
  .checkbox-text2 {
    padding: 5px 0 5px 27px;
  }
}

input[type=checkbox]:checked + .checkbox-text,
input[type=checkbox]:checked + .checkbox-text2 {
  color: #c00;
}

input[type=checkbox]:checked + .checkbox-text::before,
input[type=checkbox]:checked + .checkbox-text2::before {
  border-color: #c00;
}

input[type=checkbox]:checked + .checkbox-text::after,
input[type=checkbox]:checked + .checkbox-text2::after {
  opacity: 1;
}

/* チェックボックス */
.checkbox-text::before,
.checkbox-text2::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 52%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #999;
  border-radius: 5px;
}
@media screen and (max-width: 767.98px) {
  .checkbox-text::before,
  .checkbox-text2::before {
    left: 0;
  }
}

.checkbox-text2::before {
  border: 2px solid #666;
}

.checkbox-text::after,
.checkbox-text2::after {
  content: "";
  display: block;
  width: 5px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: rotate(35deg) skewY(16deg) translateY(-50%);
          transform: rotate(35deg) skewY(16deg) translateY(-50%);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  border-right: 2px solid #c00;
  border-bottom: 2px solid #c00;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .checkbox-text::after,
  .checkbox-text2::after {
    left: 4px;
  }
}

.box_radio input[type=radio] {
  display: block;
  width: 1px;
  height: 1px;
}

/* form Text color
--------------------------------------------------------------------------------*/
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #999 !important;
}
textarea::-moz-placeholder, input::-moz-placeholder {
  color: #999 !important;
}
textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: #999 !important;
}
textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: #999 !important;
}
textarea::placeholder,
input::placeholder {
  color: #999 !important;
}

.cp_ipselect,
select {
  color: #333;
}

/* form padding
--------------------------------------------------------------------------------*/
input[type=text],
textarea,
select {
  color: #000;
  padding: 0.7em 1em !important;
}
@media screen and (max-width: 767.98px) {
  input[type=text],
  textarea,
  select {
    max-width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}

/* form textarea
--------------------------------------------------------------------------------*/
input[type=text],
textarea {
  border: 1px solid #bbb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

select {
  outline: 0;
}

input[type=text]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 6px #60b523;
          box-shadow: 0 0 6px #60b523;
  border: 1px solid #60b523;
}

textarea {
  width: 100%;
}

/* アコーディオン
-------------------------------------------------------*/
.ac > li {
  padding-bottom: 6px;
  list-style: none;
}

.ac-label {
  cursor: pointer;
  position: relative;
}

.ac-content {
  display: none;
}

.icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 38px;
  height: 38px;
  background: #fff;
}

.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #161d61;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.icon.open:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

/* フェードイン
-------------------------------------------------------*/
.js-fadeIn {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
.js-fadeIn.js-scroll {
  opacity: 1;
  visibility: visible;
}

/* フェードアップ
-------------------------------------------------------*/
.js-fadeUp {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.5s, visibility 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
  transition: opacity 1.5s, visibility 1.5s, transform 1.5s, -webkit-transform 1.5s;
}
.js-fadeUp.js-scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 768px), print {
  .js-fadeUp:nth-child(2) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .js-fadeUp:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .js-fadeUp:nth-child(5) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .js-fadeUp:nth-child(6) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media screen and (max-width: 767.98px) {
  .js-fadeUp:nth-child(even) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
}

/* フェードレフト
-------------------------------------------------------*/
.js-fadeLeft {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
.js-fadeLeft.js-scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* フェードライト
-------------------------------------------------------*/
.js-fadeRight {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
.js-fadeRight.js-scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media print {
  .js-fadeIn,
  .js-fadeUp,
  .js-fadeLeft,
  .js-fadeRight {
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
}/*# sourceMappingURL=style.css.map */