@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
.font-shuei-mgothic {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

body {
  font-size: 1.8rem;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
  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: 640.98px) {
  body {
    font-size: 15px;
    font-size: 4.1095890411vw;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  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: 641px) and (max-width: 1000.98px) {
  .inner,
  .inner__lg,
  .inner__sm {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 640.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: 641px), 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;
  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: 641px) and (max-width: 1000.98px) {
  .sp_only {
    display: none;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 640.98px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }
  /**/
}
.c-main {
  color: #04af7a;
}

.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-ivory {
  background-color: #f0ebe6;
}

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

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

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

/* グラデ
-------------------------------------------------------*/
.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_blue_green {
  background-color: #ecf5f5;
}

.u-bg__mizutama {
  background-image: url(../../img/common/bg-mizutama.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 28px;
}

/* 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;
}
.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: 641px) and (max-width: 1000.98px) {
  .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 (max-width: 640.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: 641px) and (max-width: 1000.98px) {
  .u-10 {
    margin-bottom: -10px;
  }
  .u-20 {
    margin-bottom: -20px;
  }
  .u-30 {
    margin-bottom: -30px;
  }
  .u-40 {
    margin-bottom: -40px;
  }
  .u-50 {
    margin-bottom: -50px;
  }
  .u-60 {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 640.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: 641px) and (max-width: 1000.98px) {
  .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 (max-width: 640.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: 641px) and (max-width: 1000.98px) {
  .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 (max-width: 640.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;
}

.l5 {
  margin-left: 5px;
}

.l10 {
  margin-left: 10px;
}

.l15 {
  margin-left: 15px;
}

.l20 {
  margin-left: 20px;
}

.l25 {
  margin-left: 25px;
}

.l30 {
  margin-left: 30px;
}

.l40 {
  margin-left: 40px;
}

.r5 {
  margin-right: 5px;
}

.r10 {
  margin-right: 10px;
}

.r15 {
  margin-right: 15px;
}

.r20 {
  margin-right: 20px;
}

.r25 {
  margin-right: 25px;
}

.r30 {
  margin-right: 30px;
}

.r40 {
  margin-right: 40px;
}

/* section
-------------------------------------------------------*/
.section--pt_xs {
  padding-top: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--pt_xs {
    padding-top: 50px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--pt_xs {
    padding-top: 35px;
  }
}

.section--pt_sm {
  padding-top: 80px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--pt_sm {
    padding-top: 80px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--pt_sm {
    padding-top: 56px;
  }
}

.section--pt {
  padding-top: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--pt {
    padding-top: 100px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--pt {
    padding-top: 70px;
  }
}

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

.section--pb_xs {
  padding-bottom: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--pb_xs {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--pb_xs {
    padding-bottom: 35px;
  }
}

.section--pb_sm {
  padding-bottom: 80px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--pb_sm {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--pb_sm {
    padding-bottom: 56px;
  }
}

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

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

.section--mt_xs {
  margin-top: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--mt_xs {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--mt_xs {
    margin-top: 35px;
  }
}

.section--mt_sm {
  margin-top: 80px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--mt_sm {
    margin-top: 80px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--mt_sm {
    margin-top: 56px;
  }
}

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

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

.section--mb_xs {
  margin-bottom: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--mb_xs {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--mb_xs {
    margin-bottom: 35px;
  }
}

.section--mb_sm {
  margin-bottom: 80px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--mb_sm {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--mb_sm {
    margin-bottom: 56px;
  }
}

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

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

.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: 640.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-breadcrumb {
  width: 94%;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 640.98px) {
  .c-breadcrumb {
    width: 100%;
    padding-left: 3.5%;
    padding-right: 3.5%;
    overflow-x: scroll;
  }
}
.c-breadcrumb__list {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 640.98px) {
  .c-breadcrumb__list {
    padding-top: 2px;
    padding-bottom: 4px;
    white-space: nowrap;
  }
}
.c-breadcrumb__item {
  position: relative;
  list-style: none;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 300;
  line-height: 1;
  padding-right: 0.85em;
  margin-right: 0.4em;
}
@media screen and (max-width: 640.98px) {
  .c-breadcrumb__item {
    font-size: 1rem;
  }
}
.c-breadcrumb__item a {
  position: relative;
}
.c-breadcrumb__item a:hover {
  text-decoration: underline;
}
.c-breadcrumb__item:not(:last-child)::before, .c-breadcrumb__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 1px;
  border-radius: 9999px;
  background-color: #666;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.c-breadcrumb__item:not(:last-child)::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-breadcrumb__item:not(:last-child)::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-breadcrumb__item:last-child a {
  pointer-events: none;
}

.c-breadcrumb__bottom {
  color: #fff;
  background-color: #04af7a;
}

/* 矢印の共通パーツ
-------------------------------------------------------*/
.arrow {
  position: relative;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  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;
}
.arrow:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-left: 10px;
}
.arrow.--white:after {
  background-image: url(../../assets/images/arrow/arrow_white.svg);
}
.arrow.--blue:after {
  background-image: url(../../assets/images/arrow/arrow_blue.svg);
}

/* 矢印の共通パーツ
-------------------------------------------------------*/
.arrow2 {
  position: relative;
  padding: 0 16px 0 0;
  vertical-align: middle;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arrow2:before {
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 8px;
}
.arrow2.--white:before {
  background-image: url(../../assets/images/arrow/arrow_border_white.svg);
}
.arrow2.--blue:before {
  background-image: url(../../assets/images/arrow/arrow_border_blue.svg);
}

/* 矢印のブランクパーツ
-------------------------------------------------------*/
.arrow-blank {
  position: relative;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  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;
}
.arrow-blank:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 10px;
}
@media screen and (max-width: 640.98px) {
  .arrow-blank:after {
    width: 25px;
    height: 25px;
  }
}
.arrow-blank.--purple:after {
  background-image: url(../../assets/images/arrow/arrow_blank_purple.svg);
}
.arrow-blank.--green:after {
  background-image: url(../../assets/images/arrow/arrow_blank_green.svg);
}

/*
-------------------------------------------------------*/
.c-wrap {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.c-wrap.--lg {
  max-width: 1400px;
}
.c-wrap.--md {
  max-width: 1200px;
}
.c-wrap.--sm {
  max-width: 1100px;
}
.c-wrap.--xs {
  max-width: 800px;
}
.c-wrap.--inner {
  width: 860px;
  width: 86vw;
  margin-inline: auto;
  max-width: 430px;
}

/*
-------------------------------------------------------*/
.c-box {
  border: 1px solid #ccc;
  padding: 25px 25px;
}
@media screen and (max-width: 640.98px) {
  .c-box {
    padding: 15px 20px;
  }
}
.c-box.p0 {
  border: 0px solid #ccc;
  padding: 0px !important;
}
.c-box.--lg {
  padding: 45px 40px;
}
.c-box.--md {
  padding: 30px 25px;
}
.c-box.--sm {
  padding: 20px 15px;
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Roboto", "Noto Sans JP", Meiryo, sans-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;
}

/* c-title
-------------------------------------------------------*/
.c-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 8px;
  margin-bottom: 35px;
}
@media screen and (max-width: 640.98px) {
  .c-title {
    font-size: 20px;
    font-size: 5.4794520548vw;
    padding-left: 15px;
    padding-left: 4.1095890411vw;
    padding-right: 15px;
    padding-right: 4.1095890411vw;
    margin-bottom: 20px;
    margin-bottom: 5.4794520548vw;
    padding-top: 6px;
    padding-bottom: 7px;
  }
}
.c-title:before, .c-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.c-title:before {
  z-index: -1;
  width: 100%;
  max-width: 240px;
  background-color: #04af7a;
}
@media screen and (max-width: 640.98px) {
  .c-title:before {
    max-width: 200px;
    max-width: 54.7945205479vw;
  }
}
.c-title:after {
  z-index: -2;
  width: 100%;
  background-color: #f2f0eb;
}
.c-title.--lg:before {
  max-width: 600px;
}
.c-title.--md:before {
  max-width: 400px;
}
.c-title.--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.c-title.--center:before {
  max-width: 100%;
}

/* c-title__border
-------------------------------------------------------*/
.c-title__border {
  font-size: 2.2rem;
  font-weight: 700;
  color: #04af7a;
  border-bottom: 2px solid #04af7a;
  padding-bottom: 5px;
  margin-bottom: 13px;
}
@media screen and (max-width: 640.98px) {
  .c-title__border {
    font-size: 17px;
    font-size: 4.6575342466vw;
  }
}

/* c-title__square
-------------------------------------------------------*/
.c-title__square {
  font-size: 1.8rem;
  font-weight: 600;
  color: #04af7a;
}
@media screen and (max-width: 640.98px) {
  .c-title__square {
    font-size: 15px;
    font-size: 4.1095890411vw;
  }
}
.c-title__square:before {
  content: "■";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.txt_indent15 {
  padding-left: 1.68em;
  text-indent: -1.68em;
}

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

.txt_indent3 {
  padding-left: 2.7em;
  text-indent: -2.7em;
}

/* 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: 640.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: 641px) and (max-width: 1000.98px) {
  .pageTitle .ttl__data {
    font-size: 2.04rem;
  }
}
@media screen and (max-width: 640.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: 640.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: 640.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: #04af7a;
}
.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%);
}

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

/* form input
--------------------------------------------------------------------------------*/
.cp_ipselect,
select,
textarea,
input {
  border-radius: 5px;
  -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: 640.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;
}

input[type=file] {
  border-radius: 0;
}

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: 6px;
  padding-bottom: 8px;
  font-size: 1.2em;
  font-weight: 600;
  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: #c80000;
}

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: 640.98px) {
  .c-buttons {
    margin-top: 50px;
    margin-top: 7.1428571429vw;
  }
}

.c-button__wrap {
  margin-inline: auto;
}
.c-button__wrap.--btn2 {
  max-width: 670px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 640.98px) {
  .c-button__wrap.--btn2 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}
.c-button__wrap.--btn3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 640.98px) {
  .c-button__wrap.--btn3 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
.c-button__wrap.--harf > * {
  width: 50%;
}
@media screen and (max-width: 640.98px) {
  .c-button__wrap.--harf > * {
    width: 100%;
  }
  .c-button__wrap.--harf > * + * {
    margin-top: 30px;
  }
}

.c-button--cv {
  position: relative;
  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;
  font-weight: 700;
  line-height: 1.3;
  width: 100%;
  height: 100px;
  border: 3px solid #418c64;
  border-radius: 15px;
  text-align: center;
  padding-bottom: 0.15em;
}
@media screen and (max-width: 640.98px) {
  .c-button--cv {
    height: 180px;
    height: 18vw;
    border-radius: 20px;
    border-radius: 2vw;
  }
}
@media (any-hover: hover) {
  .c-button--cv {
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
  }
}
.c-button--cv:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 641px), print {
  .c-button--cv.--request {
    font-size: min(3vw, 3.3rem);
  }
}
@media screen and (max-width: 640.98px) {
  .c-button--cv.--request {
    font-size: 5.5555555556vw;
  }
}
.c-button--cv.--request {
  color: #fff;
  background-color: #418c64;
}
.c-button--cv.--request:before {
  background-image: url(../../img/common/icon-blank__white.svg);
}
.c-button--cv.--request:hover {
  color: #418c64;
  background-color: #fff;
}
.c-button--cv.--request:hover:before {
  background-image: url(../../img/common/icon-blank__white.svg);
}
@media screen and (min-width: 641px), print {
  .c-button--cv.--request.--sm {
    font-size: min(2.7272727273vw, 3rem);
  }
}
@media screen and (max-width: 640.98px) {
  .c-button--cv.--request.--sm {
    font-size: 5.5555555556vw;
  }
}
@media screen and (min-width: 641px), print {
  .c-button--cv.--entry {
    font-size: min(2.5454545455vw, 2.8rem);
  }
}
@media screen and (max-width: 640.98px) {
  .c-button--cv.--entry {
    font-size: 5.5555555556vw;
  }
}
.c-button--cv.--entry {
  color: #eb5032;
  background-color: #fff;
  border: 3px solid #eb5032;
}
.c-button--cv.--entry:before {
  background-image: url(../../img/common/icon-blank__orange.svg);
}
.c-button--cv.--entry:hover {
  color: #fff;
  background-color: #eb5032;
}
.c-button--cv.--entry:hover:before {
  background-image: url(../../img/common/icon-blank__white.svg);
}

.c-buttons--more {
  background-color: #fff;
  max-width: 340px;
  margin-inline: auto;
  margin-top: 60px;
  margin-top: 6vw;
}
@media screen and (min-width: 641px), print {
  .c-buttons--more {
    margin-top: 30px;
  }
}
.c-buttons--more.--bottom {
  padding-bottom: 100px;
  padding-bottom: 10vw;
}
@media screen and (min-width: 641px), print {
  .c-buttons--more.--bottom {
    padding-bottom: 60px;
  }
}

.c-button--more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 641px), print {
  .c-button--more {
    font-size: min(1.9090909091vw, 2.1rem);
  }
}
@media screen and (max-width: 640.98px) {
  .c-button--more {
    font-size: 4.4444444444vw;
  }
}
.c-button--more {
  font-weight: 700;
  width: 100%;
  height: 120px;
  height: 12vw;
  color: #fff;
  text-align: center;
  padding-bottom: 0.17em;
}
@media screen and (min-width: 641px), print {
  .c-button--more {
    height: 50px;
  }
}
@media (any-hover: hover) {
  .c-button--more {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button--more:hover {
    opacity: 0.5;
  }
}
.c-button--more:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 13px;
  height: 10px;
  background-image: url(../../img/common/icon-arrow__white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-button--more.--bottom:before {
  width: 10px;
  height: 13px;
  background-image: url(../../img/common/icon-arrow__bottom.svg);
}
.c-button--more.--orange {
  background-color: #eb5032;
}
.c-button--more.--blue {
  background-color: #25599e;
}
.c-button--more.--perple {
  background-color: #64559e;
}
.c-button--more.--pink {
  background-color: #eb647d;
}
.c-button--more.--green {
  background-color: #418c64;
}
@media screen and (min-width: 641px), print {
  .c-button--more.--sm {
    font-size: min(1.6363636364vw, 1.8rem);
  }
}
@media screen and (max-width: 640.98px) {
  .c-button--more.--sm {
    font-size: 4.7222222222vw;
  }
}
.c-button--more.--sm:before {
  right: 10px;
}

a[href$=".pdf"],
a[href$=".word"],
a[href$=".xls"],
a[href$=".xlsx"] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
  line-height: 1.5;
}
@media screen and (min-width: 1001px), print {
  a[href$=".pdf"],
  a[href$=".word"],
  a[href$=".xls"],
  a[href$=".xlsx"] {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a[href$=".pdf"]:hover,
  a[href$=".word"]:hover,
  a[href$=".xls"]:hover,
  a[href$=".xlsx"]:hover {
    color: #04af7a;
  }
}
a[href$=".pdf"]::before, a[href$=".pdf"]::after,
a[href$=".word"]::before,
a[href$=".word"]::after,
a[href$=".xls"]::before,
a[href$=".xls"]::after,
a[href$=".xlsx"]::before,
a[href$=".xlsx"]::after {
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: 0.8%;
}
@media screen and (max-width: 640.98px) {
  a[href$=".pdf"]::before, a[href$=".pdf"]::after,
  a[href$=".word"]::before,
  a[href$=".word"]::after,
  a[href$=".xls"]::before,
  a[href$=".xls"]::after,
  a[href$=".xlsx"]::before,
  a[href$=".xlsx"]::after {
    width: 19px;
    height: 19px;
    margin-top: 1%;
  }
}
a[href$=".pdf"]::before,
a[href$=".word"]::before,
a[href$=".xls"]::before,
a[href$=".xlsx"]::before {
  background-image: url(../../assets/images/arrow/arrow_border_blue.svg);
  margin-right: 8px;
}
@media screen and (max-width: 640.98px) {
  a[href$=".pdf"]::before,
  a[href$=".word"]::before,
  a[href$=".xls"]::before,
  a[href$=".xlsx"]::before {
    margin-right: 6px;
  }
}
a[href$=".pdf"]::after,
a[href$=".word"]::after,
a[href$=".xls"]::after,
a[href$=".xlsx"]::after {
  margin-left: 7px;
}
@media screen and (max-width: 640.98px) {
  a[href$=".pdf"]::after,
  a[href$=".word"]::after,
  a[href$=".xls"]::after,
  a[href$=".xlsx"]::after {
    margin-left: 6px;
  }
}

a[href$=".pdf"]:after {
  background-image: url(../../assets/images/arrow/icon-pdf.svg);
}

a[href$=".word"]:after,
a[href$=".docx"]:after,
a[href$=".doc"]:after {
  background-image: url(../../assets/images/arrow/icon-word.svg);
}

a[href$=".xlsx"]:after,
a[href$=".xls"]:after {
  background-image: url(../../assets/images/arrow/icon-excel.svg);
}

.list__katakana {
  list-style: katakana inside;
}
.list__katakana li {
  padding-left: 1.6em;
  text-indent: -1.6em;
  margin-top: 8px;
}

.list__square {
  list-style: square inside;
}
.list__circle {
  list-style: circle 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/arrow/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: #04af7a;
  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: #04af7a;
  text-align: center;
}
.list__gray ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 12px;
  right: 10px;
  z-index: 10000;
  display: none;
}
@media screen and (max-width: 1000.98px) {
  .hnavi_btn {
    display: block;
  }
}

.menu-button {
  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;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  background-color: #eb5032;
  width: 85px;
  height: 30px;
  border-radius: 15px;
  padding-left: 23px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-button i,
.menu-button i:before,
.menu-button i:after {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.menu-button i {
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.menu-button i:after {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.hnavi_btn.is-active .menu-button {
  color: #eb5032;
  background-color: #fff;
}
.hnavi_btn.is-active .menu-button i {
  background: none;
}
.hnavi_btn.is-active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
  background-color: #eb5032;
}
.hnavi_btn.is-active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
  background-color: #eb5032;
}

.hlogo {
  position: fixed;
  left: 15px;
  top: 10px;
  width: 61%;
}
@media screen and (min-width: 641px), print {
  .hlogo {
    left: 30px;
    top: 20px;
    width: calc(49.3506493506% - 300px);
    max-width: 380px;
  }
}
.hlogo .logo__color {
  position: absolute;
  top: 0;
  left: 0;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.side_navi {
  position: fixed;
  top: 0;
  width: 100%;
  height: 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000.98px) {
  .side_navi {
    color: #fff;
    background-color: #418c64;
    pointer-events: none;
  }
}

.gnavi,
.gbanner {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1001px), print {
  .gnavi,
  .gbanner {
    width: calc((100% - 500px) / 2);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: calc(7% - 20px);
  }
}

.gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 1000.98px) {
  .gnavi {
    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;
  }
}
.gnavi .gnavi__inner {
  max-width: 300px;
  margin-block: auto;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gnavi .gnavi__list,
.gnavi .gnavi__sns {
  padding-left: 1em;
  padding-right: 1em;
}
.gnavi .gnavi__logo {
  width: 73.3333333333%;
  margin-inline: auto;
}
@media screen and (max-width: 640.98px) {
  .gnavi .gnavi__logo {
    margin-bottom: 10px;
  }
}
.gnavi .gnavi__list li a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 20px;
  font-size: 2vh;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
@media screen and (min-width: 1001px), print {
  .gnavi .gnavi__list li a {
    color: #999999;
  }
}
.gnavi .gnavi__list li a span {
  font-weight: 700;
}
.gnavi .gnavi__list li a .span1 {
  font-size: 90%;
}
.gnavi .gnavi__list li a .span2 {
  font-size: 146.66%;
}
.gnavi .gnavi__list li a .span3 {
  font-size: 113.33%;
}
.gnavi .gnavi__list li a .span4 {
  font-size: 133.33%;
}
@media screen and (min-width: 1001px), print {
  .gnavi .gnavi__list li a.is-current {
    color: #000;
    font-weight: 600;
  }
}
.gnavi .gnavi__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
  margin-top: 20px;
}
@media screen and (max-width: 1000.98px) {
  .gnavi .gnavi__sns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.gnavi .gnavi__sns li {
  width: 22px;
}
@media screen and (max-width: 1000.98px) {
  .gnavi .gnavi__sns li {
    width: 11.4285714286%;
    -webkit-filter: brightness(500%);
            filter: brightness(500%);
  }
}

.gbanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1000.98px) {
  .gbanner {
    display: none;
  }
}
.gbanner .gbanner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: min(280px, 100%);
  margin-inline: auto;
  margin-block: auto;
}
.gbanner .gbanner__entry {
  position: relative;
  margin-right: -15px;
}
.gbanner .gbanner__entry a {
  display: block;
}
.gbanner .gbanner__request {
  margin-top: 20px;
}

.side_navi.is-active .gnavi {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.illust {
  position: relative;
  pointer-events: none;
  margin-bottom: 0;
  padding-top: 20px;
}
.illust img {
  display: block;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
.illust.--illust01 img {
  height: 273px;
  height: 27.3vh;
  max-height: 273px;
}
.illust.--illust02 img {
  height: 241px;
  height: 24.1vh;
  max-height: 241px;
}

.icon-arrow {
  width: 14px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 0.5em;
}
.icon-arrow.--green {
  background-image: url(../../img/common/icon-arrow__green.svg);
}
.icon-arrow.--red {
  background-image: url(../../img/common/icon-arrow__red.svg);
}
.icon-arrow.--blue {
  background-image: url(../../img/common/icon-arrow__blue.svg);
}
.icon-arrow.--perple {
  background-image: url(../../img/common/icon-arrow__perple.svg);
}
.icon-arrow.--pink {
  background-image: url(../../img/common/icon-arrow__pink.svg);
}
@media screen and (max-width: 1000.98px) {
  .icon-arrow {
    background-image: url(../../img/common/icon-arrow__white.svg) !important;
  }
}

.l-wrapper {
  background-color: #f0ebe6;
  padding-bottom: 330px;
  padding-bottom: 33vw;
}
@media screen and (min-width: 641px), print {
  .l-wrapper {
    background-color: #ecf9ff;
    padding-bottom: 700px;
  }
}

.l-main__bg {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../../img/common/bg.jpg") no-repeat bottom center fixed;
  background-size: cover;
  opacity: 0;
}
@media screen and (max-width: 640.98px) {
  .l-main__bg {
    display: none !important;
  }
}

.l-main {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 180px;
  background: #f0ebe6;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 640px) {
  .l-main {
    max-width: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.l-main .sec_ttl {
  text-align: center;
  margin-bottom: 64px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 50px;
  margin-top: -50px;
}
.l-main .sec_ttl span {
  display: block;
  color: #a2d0ab;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
          transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
          transform: translateY(0) scale(1, 1);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(5px) scale(1, 0.97);
            transform: translateY(5px) scale(1, 0.97);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px) scale(1, 0.97);
            transform: translateY(5px) scale(1, 0.97);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(5px) scale(1, 0.97);
            transform: translateY(5px) scale(1, 0.97);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px) scale(1, 0.97);
            transform: translateY(5px) scale(1, 0.97);
  }
}
.hlogo {
  z-index: 800;
}

.l-header {
  z-index: 1000;
}
@media screen and (min-width: 1001px), print {
  .l-header {
    z-index: 300;
  }
}
.l-main {
  z-index: 500;
}

.visual {
  z-index: 600;
}
.visual .mark {
  z-index: 10;
}

.l-fixedbtn {
  z-index: 700;
}

.hlogo.is-active .logo {
  opacity: 0;
}
.hlogo.is-active .logo__color {
  opacity: 1;
}
.hlogo a {
  display: block;
}

.l-header .logo__color {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.l-header .side_navi {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.l-header {
  pointer-events: none;
}
.l-header.is-active {
  pointer-events: all;
}
.l-header.is-active .side_navi {
  opacity: 1;
}
@media screen and (max-width: 1000.98px) {
  .l-header .gnavi__logo,
  .l-header .gnavi__list,
  .l-header .gnavi__sns {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .l-header .gnavi__logo {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .l-header .gnavi__list {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .l-header .gnavi__sns {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .l-header.is-active {
    pointer-events: all;
  }
  .l-header.is-active .side_navi {
    pointer-events: all;
  }
  .l-header.is-active .gnavi__logo,
  .l-header.is-active .gnavi__list,
  .l-header.is-active .gnavi__sns {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.l-fixedbtn {
  bottom: -200px;
  -webkit-transition: bottom 0.7s;
  transition: bottom 0.7s;
}
.l-fixedbtn.is-active {
  bottom: 0;
}

.l-footer {
  text-align: center;
  padding: 60px 0 70px;
}
.l-footer .flogo {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .l-footer .flogo {
    padding: 0 40px;
  }
}
.l-footer .company {
  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;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 30px;
}
.l-footer .company img {
  margin: 0 8px;
}
.l-footer .fcopy {
  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;
  font-size: 14px;
  font-weight: bold;
  color: #a2d0ab;
}
.l-footer .fcopy::before {
  content: "";
  display: block;
  background: url("../../img/common/ficonl.svg") no-repeat;
  background-size: 7px;
  width: 7px;
  height: 13px;
  margin-right: 8px;
}
.l-footer .fcopy::after {
  content: "";
  display: block;
  background: url("../../img/common/ficonr.svg") no-repeat;
  background-size: 7px;
  width: 7px;
  height: 13px;
  margin-left: 8px;
}

@media screen and (min-width: 641px), print {
  .copyright {
    font-size: min(1.1818181818vw, 1.3rem);
  }
}
@media screen and (max-width: 640.98px) {
  .copyright {
    font-size: 3.0555555556vw;
  }
}
.copyright {
  text-align: center;
  padding-block: 0.7em;
}
.l-fixedbtn {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -200px;
  width: min(500px, 100%);
}
@media screen and (min-width: 1001px), print {
  .l-fixedbtn {
    display: none !important;
  }
}
.l-fixedbtn a {
  display: block;
}

.sec-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sec-ttl {
  padding-bottom: 1.8em;
  text-align: center;
}
.sec-ttl .sec-ttl__thum {
  position: relative;
}
.sec-ttl .sec-ttl__thum.--cover:before {
  pointer-events: none;
  z-index: 2;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: url(../../img/common/header_cover.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  aspect-ratio: 1000/86;
  width: 100%;
}
@media screen and (min-width: 641px), print {
  .sec-ttl .sec-ttl__ttl {
    font-size: min(3.0909090909vw, 3.4rem);
  }
}
@media screen and (max-width: 640.98px) {
  .sec-ttl .sec-ttl__ttl {
    font-size: 5vw;
  }
}
.sec-ttl .sec-ttl__ttl {
  line-height: 1.6;
}
.sec-ttl .sec-ttl__ttl + .sec-ttl__txt {
  margin-top: 0.2em;
}
@media screen and (min-width: 641px), print {
  .sec-ttl .sec-ttl__txt {
    font-size: min(2vw, 2.2rem);
  }
}
@media screen and (max-width: 640.98px) {
  .sec-ttl .sec-ttl__txt {
    font-size: 4.4444444444vw;
  }
}
.sec-ttl .sec-ttl__txt {
  margin-top: 1em;
}
@media screen and (min-width: 641px), print {
  .sec-ttl .sec-ttl__capt {
    font-size: min(1.1818181818vw, 1.3rem);
  }
}
@media screen and (max-width: 640.98px) {
  .sec-ttl .sec-ttl__capt {
    font-size: 3.3333333333vw;
  }
}
.sec-ttl .sec-ttl__capt {
  margin-top: 0.3em;
}

.common-request {
  padding-block: 100px;
  padding-block: 10vw;
}
@media screen and (min-width: 641px), print {
  .common-request {
    padding-block: 50px;
  }
}
.common-request a + a {
  margin-top: 40px;
  margin-top: 4vw;
  margin-top: 20px;
}
@media screen and (max-width: 640.98px) {
  .common-request a + a {
    margin-top: 15px;
  }
}
.common-request a img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */