@charset "UTF-8";
/*!
* ress.css • v4.0.0
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

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

li {
  margin: 0;
}
li a {
  text-decoration: none;
}

nav li a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  text-decoration: none;
  opacity: 0.8;
}

i {
  margin: 0;
}

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

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

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

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

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

/* @function rem($px, $rem: $pc-rem) {
  @return calc($px / $rem) * 1rem;
} */
/* ブレイクポイント指定 */
/* 

フォント読み込み

⚫︎使い方

@include font-face('Lora', 'fonts/Lora', 400, italic, ttf);
@include font-face('Samplinal', 'fonts/Samplinal', bold, normal, eot woff2 woff);
-----------------------------------------------------------------------------------*/
/* 

上向き(upward)、右向き(rightward)、下向き(downward)、左向き(leftward)、左上(upper-left)、右上(upper-right)、右下(lower-right)、左下(lower-left)の８方向から選択します


@include triangle(upward, 20px, 15px, #cd5c5c);

@include triangle(upper-left, 12px, 12px);
---*/
@font-face {
  font-display: swap;
  /* display=swapの設定 */
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: #1D1D1D;
}
body.is-none-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1439px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 1.123046875vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.0712468193vw;
  }
}
body.is-non-scroll {
  overflow: hidden;
}

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

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

a img:hover,
a:hover {
  opacity: 0.5;
  -webkit-transition: linear 0.13s;
  transition: linear 0.13s;
}

li img {
  display: block;
}

a img {
  border-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

dt {
  font-weight: 600;
}

em {
  font-style: normal;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #DDDDDD;
  background-color: #fff;
  padding: 1.25rem;
  width: 100%;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    font-size: 1rem;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: #FAAF3A;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #B4B4B4;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #B4B4B4;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #B4B4B4;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #B4B4B4;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #B4B4B4;
}

select {
  border: 1px solid #DDDDDD;
  padding: 1.25rem 1.25rem;
  padding-right: 2.5625rem;
  background: #fff url(../images/sel-arw.svg) no-repeat 95% 50%;
  background-size: 1.0625rem auto;
  width: 100%;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  color: #B4B4B4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  select {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  select {
    background-position-x: 98%;
  }
}
select.is-not-default-selected {
  color: #1D1D1D;
}
select:focus {
  border-color: #FAAF3A;
}

textarea {
  height: 13.125rem;
  overflow-y: auto;
}
@media screen and (max-width: 900px) {
  textarea {
    height: 13.75rem;
  }
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  visibility: hidden;
}

input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  display: block;
  border-radius: 5.625rem;
  font-size: 1.5rem;
  padding: 1.25rem 0.75rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  input[type=submit],
  input[type=reset] {
    padding: 0.6875rem 0.625rem;
  }
}

input[type=submit] {
  background: -webkit-gradient(linear, left top, right top, from(#FAAF3A), to(#E47A35));
  background: linear-gradient(90deg, #FAAF3A 0%, #E47A35 100%);
}

input[type=reset] {
  background: #C2C2C2;
}

video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.l-wrapper {
  width: 100%;
  position: relative;
  min-height: 100vh;
}

.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.l-outer {
  position: relative;
  width: 92.2916666667%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-outer {
    width: 100%;
  }
}

.l-inner {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .l-inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .l-inner {
    width: 94.9109414758%;
  }
}

.l-inner-small {
  width: 55.9375rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  .l-inner-small {
    width: 94.9109414758%;
  }
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 0.625rem 0;
  }
}
.l-header__inner {
  max-width: 1360px;
  margin: auto;
  width: 94.4444444444%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 0.625rem;
  }
}
.l-header__logo {
  width: 11rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 6.9375rem;
  }
}
.l-header__nav {
  background-color: #fff;
  padding: 1.1875rem 3.375rem;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    -webkit-transition: ease 0.17s;
    transition: ease 0.17s;
  }
  .l-header__nav.is-open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 769px) {
  .l-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__nav-item {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .l-header__nav-item:not(:last-of-type) {
    margin-right: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav-item {
    text-align: center;
  }
  .l-header__nav-item:not(:last-of-type) {
    margin-bottom: 1.125rem;
  }
}
.l-header__contact {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1.6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 8.25rem;
  font-size: 1.125rem;
  height: 2.6875rem;
  border-radius: 5.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#FAAF3A), to(#E47A35));
  background: linear-gradient(90deg, #FAAF3A 0%, #E47A35 100%);
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (min-width: 769px) {
  .l-header__contact {
    margin-left: 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header__contact {
    width: 13.75rem;
    height: 3.125rem;
    margin: 1.25rem auto 0;
  }
}
.l-header__toggle {
  display: none;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  width: 3.25rem;
  aspect-ratio: 1/1;
  padding: 1.3125rem 0;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .l-header__toggle {
    display: block;
  }
}
.l-header__toggle-line {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.6875rem;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#FAAF3A), to(#E47A35));
  background: linear-gradient(90deg, #FAAF3A 0%, #E47A35 100%);
  -webkit-transition: ease 0.22s;
  transition: ease 0.22s;
}
.l-header__toggle-line:first-of-type {
  top: 1.25rem;
}
.l-header__toggle-line:last-of-type {
  bottom: 1.25rem;
}
.l-header__toggle.is-open .l-header__toggle-line:first-of-type {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header__toggle.is-open .l-header__toggle-line:last-of-type {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
}
.c-section-heading__eng {
  color: #FAAF3A;
  font-size: 2rem;
  position: relative;
  padding-left: 1.75rem;
}
@media screen and (max-width: 768px) {
  .c-section-heading__eng {
    font-size: 1.25rem;
    padding-left: 1.5rem;
  }
}
.c-section-heading__eng::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #FAAF3A;
}
@media screen and (max-width: 768px) {
  .c-section-heading__eng::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.c-section-heading__eng.--none-mark {
  padding: 0;
}
.c-section-heading__eng.--none-mark::before {
  display: none;
}
.c-section-heading__eng.--white {
  color: #fff;
}
.c-section-heading__eng.--white::before {
  background-color: #fff;
}
.c-section-heading__ttl {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .c-section-heading__ttl {
    font-size: 2rem;
  }
}
.c-section-heading__ttl.--white {
  color: #fff;
}

/* 

アニメーションのクラス
---------------------------*/
.js-line {
  fill: none;
  stroke: #fff;
  /* 線色は黒に変更、必要に応じて調整してください */
  stroke-width: 15;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  -webkit-animation: drawline 3s linear forwards;
          animation: drawline 3s linear forwards;
  width: 100%;
}

@-webkit-keyframes drawline {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawline {
  to {
    stroke-dashoffset: 0;
  }
}
/* 左→右用の別アニメーション */
.js-line.ltr {
  -webkit-animation: drawline-ltr 3s linear forwards;
          animation: drawline-ltr 3s linear forwards;
}

@-webkit-keyframes drawline-ltr {
  to {
    stroke-dashoffset: var(--length);
  }
}

@keyframes drawline-ltr {
  to {
    stroke-dashoffset: var(--length);
  }
}
.js-sec-ttl-animation {
  opacity: 0;
}

.js-sec-fadeup {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.js-sec-fadein {
  visibility: hidden;
}

.js-sec-thumb {
  position: relative;
}
.js-sec-thumb .js-sec-thumb-overlay {
  position: absolute;
  left: 0;
  top: -2%;
  background-color: #4961E8;
  width: 100%;
  height: 102%;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.js-clip-slide-in {
  clip-path: inset(0 100% 0 0);
}

.c-sec-title {
  color: #4961E8;
  font-size: 3.125rem;
  line-height: 1.32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-sec-title > span {
  background-color: #fff;
  padding: 0.4375rem 0.875rem;
  padding-right: 1.375rem;
}
@media screen and (max-width: 768px) {
  .c-sec-title.--pc-only {
    display: none;
  }
}
.c-sec-title.--sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-sec-title.--sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  background: rgba(255, 255, 255, 0.2509803922);
  backdrop-filter: blur(5px);
  padding: 0.5625rem 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed-btn {
    display: block;
    -webkit-transition: ease 0.23s;
    transition: ease 0.23s;
  }
}
.fixed-btn.is-hide {
  visibility: hidden;
  opacity: 0;
}
.fixed-btn__link {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#FAAF3A), to(#E47A35));
  background: linear-gradient(90deg, #FAAF3A 0%, #E47A35 100%);
  border-radius: 6.25rem;
  width: 13.75rem;
  margin: 0 auto;
  font-weight: 700;
  padding: 0.875rem 0;
  -webkit-box-shadow: 0px 3px 1.7px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 3px 1.7px 0px rgba(0, 0, 0, 0.2509803922);
  display: block;
  text-align: center;
}

.fv {
  position: relative;
  overflow: hidden;
  background-color: #E99F0B;
  padding: 10.5rem 0 9.9375rem;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 5.3125rem 0 5.875rem;
  }
}
.fv__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 65% !important;
  z-index: 2;
}
.fv__outer {
  position: relative;
  max-width: 1440px;
  margin: auto;
}
.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1232px;
  width: 85.5555555556%;
  margin: auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    width: 87.0229007634%;
  }
}
.fv__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(245, 245, 245, 0.8980392157);
  border-radius: 6.25rem;
  color: #1D1D1D;
  padding: 0.875rem 1.6875rem;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 768px) {
  .fv__catch {
    padding: 0.4375rem 0.875rem;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.fv__catch-icon {
  width: 2.625rem;
  margin-right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .fv__catch-icon {
    width: 2.4375rem;
  }
}
.fv__catch-text {
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fv__catch-text {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.fv__title {
  color: #fff;
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.375rem;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 2.63rem;
    margin-bottom: 1rem;
  }
}
.fv__title span {
  font-size: 0.8684210526em;
}
@media screen and (max-width: 768px) {
  .fv__title span {
    font-size: 0.8683460076em;
  }
}
.fv__sub {
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.fv__sub-band {
  background-color: #000;
  color: #fff;
  font-size: 1.375rem;
  margin-right: 1.125rem;
  border-radius: 0.1875rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .fv__sub-band {
    font-size: 1rem;
    padding: 0.5rem;
    margin-right: 0.375rem;
  }
}
.fv__sub-text {
  font-size: 2rem;
  color: #1D1D1D;
}
@media screen and (max-width: 768px) {
  .fv__sub-text {
    font-size: 1.25rem;
  }
}
.fv__gallery {
  position: absolute;
  top: -2.1875rem;
  right: 0;
  width: 52.5%;
}
@media screen and (max-width: 768px) {
  .fv__gallery {
    width: 100%;
    position: static;
    margin-top: 1.6875rem;
  }
}
.fv__gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
}
@media screen and (max-width: 768px) {
  .fv__gallery-list {
    gap: 0.5625rem;
  }
}
.fv__gallery-list:not(:last-of-type) {
  margin-bottom: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .fv__gallery-list:not(:last-of-type) {
    margin-bottom: 0.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .fv__gallery-list.--top {
    margin-left: -1.875rem;
  }
}
.fv__gallery-list.--bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -5.875rem;
}
@media screen and (max-width: 768px) {
  .fv__gallery-list.--bottom {
    margin-right: -3.8125rem;
  }
}
.fv__gallery-item {
  width: 21.375rem;
  aspect-ratio: 342/227;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv__gallery-item {
    width: 12.25rem;
    aspect-ratio: 196/131;
  }
}
.fv__info {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80.9027777778%;
  background: rgba(245, 245, 245, 0.9215686275);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.375rem 3.25rem;
  line-height: 1.6;
  border-radius: 0.1875rem 0 0 0;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .fv__info {
    width: 100%;
    padding: 0.875rem 1.375rem;
  }
}
.fv__info-label {
  font-size: 1.625rem;
  font-weight: 700;
  padding-right: 2.5rem;
  border-right: 1px solid #F1A620;
  padding: 0.171875rem 0;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .fv__info-label {
    padding-right: 1rem;
    font-size: 1.25rem;
  }
}
.fv__info-box {
  margin-left: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv__info-box {
    margin-left: 1rem;
  }
}
.fv__info-text {
  font-size: 1.0625rem;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fv__info-text {
    font-size: 0.9375rem;
  }
}

@-webkit-keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}

@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}
.about {
  padding: 4rem 0 2.6875rem;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 3.5rem 0 2.25rem;
  }
}
.about__heading {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .about__heading {
    margin-bottom: 2.875rem;
  }
}
.about__content {
  max-width: 100%;
  width: 62.25rem;
  margin: 0 auto 2.625rem;
  position: relative;
}
.about__text-block {
  background-color: #F9F8F3;
  border-radius: 1.25rem;
  padding: 3.8125rem 0 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__text-block {
    margin-bottom: 7.0625rem;
  }
}
.about__title {
  color: #fff;
  background-color: #FAAF3A;
  border-radius: 5.625rem;
  width: 32.1875rem;
  max-width: 90%;
  font-size: 1.75rem;
  line-height: 1.6;
  padding: 0.40625rem 0;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.8125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 1.25rem;
  }
}
.about__text {
  text-align: center;
  line-height: 2;
  font-size: 1.25rem;
  color: #1D1D1D;
}
@media screen and (max-width: 768px) {
  .about__text {
    font-size: 1rem;
  }
}
.about__illust {
  position: absolute;
  width: 11.0625rem;
  bottom: -6.9375rem;
  right: 3.1875rem;
}
@media screen and (max-width: 768px) {
  .about__illust {
    width: 7.3125rem;
    bottom: -6.4375rem;
    right: 0.1875rem;
  }
}
.about__ballun {
  width: 19.125rem;
}
@media screen and (min-width: 769px) {
  .about__ballun {
    position: absolute;
    top: -7.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about__ballun {
    width: 13.75rem;
  }
}
.about__ballun.--ballun01 {
  left: -9.9375rem;
  margin-left: auto;
  margin-bottom: 0.5625rem;
}
@media screen and (max-width: 1024px) {
  .about__ballun.--ballun01 {
    left: -3.4375rem;
  }
}
.about__ballun.--ballun02 {
  right: -10.5rem;
}
@media screen and (max-width: 1024px) {
  .about__ballun.--ballun02 {
    right: -3.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .about__extra {
    padding-bottom: 2.125rem;
  }
}
.about__extra-head {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .about__extra-head {
    margin-bottom: 2.125rem;
  }
}
.about__extra-icon {
  margin: 0 auto 1.5rem;
  width: 2.0925rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .about__extra-icon {
    width: 1.5625rem;
    margin-bottom: 0.75rem;
  }
}
.about__extra-title {
  background-color: #F9F8F3;
  border: 0.1875rem solid #FAAF3A;
  border-radius: 5.625rem;
  text-align: center;
  margin: auto;
  width: 32.1875rem;
  max-width: 94%;
  font-size: 1.75rem;
  padding: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .about__extra-title {
    font-size: 1.125rem;
    padding: 0.90625rem 0;
  }
}
.about__extra-body {
  text-align: center;
}
.about__extra-text {
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 1.125rem 0;
}
@media screen and (max-width: 768px) {
  .about__extra-text {
    font-size: 1.375rem;
    padding: 0.75rem 0;
  }
}
.about__extra-text::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  max-width: 100%;
  height: 0.375rem;
  background-size: auto 100%;
}
.about__extra-text .highlight {
  background: -webkit-gradient(linear, left top, right top, from(#FAAF3A), to(#E47A35));
  background: linear-gradient(90deg, #FAAF3A 0%, #E47A35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.625rem;
}
@media screen and (max-width: 768px) {
  .about__extra-text .highlight {
    font-size: 1.75rem;
  }
}
.about__extra-text.--pc-top::after {
  width: 44.625rem;
  background: url(../images/about_line01.svg) 50% 100% no-repeat;
}
.about__extra-text.--pc-buttom::after {
  width: 42.375rem;
  background: url(../images/about_line02.svg) 50% 100% no-repeat;
}
.about__extra-text.--sp-short::after {
  width: 7.1875rem;
  background: url(../images/about_line--short.svg) 50% 100% no-repeat;
}
.about__extra-text.--sp-n::after {
  width: 19.25rem;
  background: url(../images/about_line_sp.svg) 50% 100% no-repeat;
}

.point {
  background-color: #FC9D09;
  padding: 5rem 0 2.0625rem;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 3.5rem 0 3.4375rem;
  }
}
.point__heading {
  margin-bottom: 3rem;
}
.point__list {
  margin-bottom: 3.6875rem;
}
@media screen and (min-width: 769px) {
  .point__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .point__list {
    margin-bottom: 2.5625rem;
  }
}
.point__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.1875rem;
          flex: 0 0 24.1875rem;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2.34375rem 2.0625rem;
}
@media screen and (max-width: 768px) {
  .point__item {
    width: 18.9375rem;
    margin: 0 auto;
    padding: 2.25rem 0rem;
  }
  .point__item:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
.point__icon {
  width: 10.3125rem;
  margin: 0 auto 1.25rem;
}
@media screen and (max-width: 768px) {
  .point__icon {
    width: 6.25rem;
  }
}
.point__body {
  text-align: center;
}
.point__title {
  margin-bottom: 1rem;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .point__title {
    font-size: 1.625rem;
  }
}
.point__text {
  color: #515151;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .point__text {
    font-size: 0.9375rem;
  }
}
.point__ballon {
  max-width: 100%;
  width: 39.75rem;
  margin: 0 auto;
}

.liberalization {
  background-color: #F9F8F3;
  padding: 5rem 0 4.375rem;
}
@media screen and (max-width: 768px) {
  .liberalization {
    padding: 3.4375rem 0;
  }
}
.liberalization__heading {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .liberalization__heading {
    margin-bottom: 1.5rem;
  }
}
.liberalization__text {
  text-align: center;
  margin-bottom: 2.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .liberalization__text {
    margin-bottom: 2.1875rem;
    font-size: 0.9375rem;
  }
}
.liberalization__img {
  width: 42.125rem;
  max-width: 100%;
  margin: auto;
}

.area {
  padding: 4.75rem 0 0;
}
@media screen and (max-width: 768px) {
  .area {
    padding: 3.3125rem 0 0;
  }
}
.area__inner {
  padding: 0 9.5625rem 3rem;
  border-bottom: 0.3125rem dashed #EBE7CF;
}
@media screen and (max-width: 768px) {
  .area__inner {
    padding: 0 0 3.25rem;
    border-width: 0.25rem;
  }
}
.area__heading {
  margin-bottom: 2.25rem;
}
@media screen and (max-width: 768px) {
  .area__heading {
    margin-bottom: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .area__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.area__list {
  display: grid;
  grid-template-columns: repeat(3, 17.8125rem);
  margin-bottom: 5.4375rem;
}
@media screen and (min-width: 769px) {
  .area__list {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 1.4375rem;
  }
}
@media screen and (max-width: 768px) {
  .area__list {
    grid-template-columns: repeat(2, 11.25rem);
    gap: 0.625rem;
    margin-bottom: 0;
    margin-top: 2.6875rem;
  }
}
.area__item.--touhoku .area__content,
.area__item.--touhoku .area__icon {
  border-color: #9EC997;
}
.area__item.--touhoku .area__icon {
  background-color: #9EC997;
}
.area__item.--kantou .area__content,
.area__item.--kantou .area__icon {
  border-color: #E29689;
}
.area__item.--kantou .area__icon {
  background-color: #E29689;
}
.area__item.--tixyubu .area__content,
.area__item.--tixyubu .area__icon {
  border-color: #F6AF73;
}
.area__item.--tixyubu .area__icon {
  background-color: #F6AF73;
}
.area__item.--hokuriku .area__content,
.area__item.--hokuriku .area__icon {
  border-color: #E5D285;
}
.area__item.--hokuriku .area__icon {
  background-color: #E5D285;
}
.area__item.--kansai .area__content,
.area__item.--kansai .area__icon {
  border-color: #B8D183;
}
.area__item.--kansai .area__icon {
  background-color: #B8D183;
}
.area__item.--tixyugoku .area__content,
.area__item.--tixyugoku .area__icon {
  border-color: #F3BAC1;
}
.area__item.--tixyugoku .area__icon {
  background-color: #F3BAC1;
}
.area__item.--sikoku .area__content,
.area__item.--sikoku .area__icon {
  border-color: #A3A3E0;
}
.area__item.--sikoku .area__icon {
  background-color: #A3A3E0;
}
.area__item.--kixyusiyu .area__content,
.area__item.--kixyusiyu .area__icon {
  border-color: #8BB7C4;
}
.area__item.--kixyusiyu .area__icon {
  background-color: #8BB7C4;
}
.area__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 11.5rem;
}
@media screen and (max-width: 768px) {
  .area__link {
    height: 13.75rem;
  }
}
.area__content, .area__icon {
  border-width: 0.1875rem;
  border-style: solid;
  border-color: #C9BD97;
}
.area__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 1.25rem 1rem;
  background-color: #F9F8F3;
}
@media screen and (max-width: 768px) {
  .area__content {
    padding: 1.25rem 0.75rem;
  }
}
.area__title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .area__title {
    font-size: 1.25rem;
  }
}
.area__desc {
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .area__desc {
    font-size: 0.75rem;
  }
}
.area__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.9375rem;
          flex: 0 0 1.9375rem;
  border-radius: 0 0 0.625rem 0.625rem;
  border-top: none;
  background-color: #C9BD97;
  position: relative;
}
.area__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #fff transparent transparent transparent;
  border-width: 0.75rem 0.625rem 0 0.625rem;
}

.plan {
  padding: 4rem 0;
}
.plan__heading {
  margin-bottom: 1.25rem;
}
.plan__lead {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 3.5rem;
  color: #515151;
}
.plan__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.875rem;
}
.plan__intro-title {
  width: 18.1875rem;
  border: 1px solid #FAAF3A;
  color: #FAAF3A;
  border-radius: 5.625rem;
  font-size: 1.5rem;
  padding: 0.6875rem 3.09375rem;
  margin-bottom: 1rem;
  white-space: nowrap;
}
.plan__intro-text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #515151;
}
.plan__item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.plan__item.area-hokkaido .plan__item-head {
  background-color: #C9BD97;
}
.plan__item.area-hokkaido .plan__table thead th {
  background-color: #C9BD97;
  border-color: #C9BD97;
}
.plan__item.area-touhoku .plan__item-head {
  background-color: #9EC997;
}
.plan__item.area-touhoku .plan__table thead th {
  background-color: #9EC997;
  border-color: #9EC997;
}
.plan__item.area-kantou .plan__item-head {
  background-color: #E29689;
}
.plan__item.area-kantou .plan__table thead th {
  background-color: #E29689;
  border-color: #E29689;
}
.plan__item.area-chubu .plan__item-head {
  background-color: #F6AF73;
}
.plan__item.area-chubu .plan__table thead th {
  background-color: #F6AF73;
  border-color: #F6AF73;
}
.plan__item.area-hokuriku .plan__item-head {
  background-color: #E5D285;
}
.plan__item.area-hokuriku .plan__table thead th {
  background-color: #E5D285;
  border-color: #E5D285;
}
.plan__item.area-kansai .plan__item-head {
  background-color: #B8D183;
}
.plan__item.area-kansai .plan__table thead th {
  background-color: #B8D183;
  border-color: #B8D183;
}
.plan__item.area-chugoku .plan__item-head {
  background-color: #F3BAC1;
}
.plan__item.area-chugoku .plan__table thead th {
  background-color: #F3BAC1;
  border-color: #F3BAC1;
}
.plan__item.area-shikoku .plan__item-head {
  background-color: #A3A3E0;
}
.plan__item.area-shikoku .plan__table thead th {
  background-color: #A3A3E0;
  border-color: #A3A3E0;
}
.plan__item.area-kyuusyuu .plan__item-head {
  background-color: #8BB7C4;
}
.plan__item.area-kyuusyuu .plan__table thead th {
  background-color: #8BB7C4;
  border-color: #8BB7C4;
}
.plan__item-head {
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0.8125rem 1.25rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .plan__item-head .plan__tab-item-icon {
    right: 1.5rem;
  }
}
.plan__item-head .plan__tab-item-icon::after, .plan__item-head .plan__tab-item-icon::before {
  background-color: #fff;
}
.plan__item-title {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .plan__item-title {
    font-size: 1.25rem;
  }
}
.plan__item-title.is-accordion-open .plan__tab-item-icon::after {
  opacity: 0;
}
.plan__item-body {
  background-color: #F9F8F3;
  max-height: 0;
  overflow: hidden;
}
.plan__item-body.is-accordion-contents-open {
  max-height: 99999px;
}
.plan__tabs {
  padding: 4.125rem 5.125rem;
}
@media screen and (max-width: 768px) {
  .plan__tabs {
    padding: 2.0625rem 0.625rem 3.3125rem;
  }
}
.plan__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-bottom: -2px;
}
.plan__tab-item {
  background-color: #5B5B5B;
  width: 49.5%;
  border-radius: 0.625rem 0.625rem 0 0;
  border: 0.125rem solid #5B5B5B;
  border-bottom: none;
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 1.0625rem;
  cursor: pointer;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .plan__tab-item {
    font-size: 1rem;
    text-align: left;
    padding: 0.5rem 1.3125rem;
  }
}
.plan__tab-item.is-active {
  border-color: #D2D2D2;
  background-color: #fff;
  color: #1D1D1D;
}
.plan__tab-item.is-active .plan__tab-item-icon::before, .plan__tab-item.is-active .plan__tab-item-icon::after {
  background-color: #5B5B5B;
}
.plan__tab-item-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.375rem;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 768px) {
  .plan__tab-item-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.plan__tab-item-icon::before, .plan__tab-item-icon::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.plan__tab-item-icon::before {
  width: 100%;
  height: 0.1875rem;
}
.plan__tab-item-icon::after {
  width: 0.1875rem;
  height: 100%;
}
.plan__tab-content {
  padding: 2rem 2.3125rem 3rem;
  background-color: #fff;
  border: 2px solid #d2d2d2;
  border-radius: 0 0 0.625rem 0.625rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .plan__tab-content {
    padding: 2.6875rem 1.1875rem 2.5rem;
  }
}
.plan__tab-content.is-show {
  display: block;
}
.plan__tab-gr:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .plan__tab-gr:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
.plan__tab-title {
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1.25rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}
.plan__table-wrap {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(3, 19.5625rem);
}
@media screen and (max-width: 768px) {
  .plan__table-wrap {
    grid-template-columns: 100%;
    gap: 1.375rem;
  }
}
.plan__table {
  width: 100%;
  border-collapse: collapse;
}
.plan__table:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
.plan__table th,
.plan__table td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #CDCDCD;
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
}
.plan__table thead th {
  color: #fff;
}
.plan__table tbody th {
  background-color: #EEEEEE;
}
.plan__table tbody th:first-of-type {
  width: 32%;
}
.plan__table tbody th:last-of-type {
  width: 45%;
}
.plan__table tbody td {
  background-color: #fff;
}
.plan__table tbody.wide th {
  padding: 0.5rem 0.3125rem;
}
.plan__table tbody.wide th:first-of-type {
  width: 30%;
}
.plan__table tbody.wide th:last-of-type {
  width: 35%;
}
.plan__table tbody.wide td {
  padding: 0.5rem 0.3125rem;
  line-height: 1.2;
}
.plan__box {
  background-color: #F7F7F7;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.125rem 11.5625rem;
  margin-top: 3.375rem;
}
@media screen and (max-width: 768px) {
  .plan__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding: 1.5rem 0.625rem;
  }
}
.plan__box-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15.0625rem;
          flex: 0 0 15.0625rem;
}
@media screen and (max-width: 768px) {
  .plan__box-img {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 12.3125rem;
    margin-top: 1.5rem;
  }
}
.plan__box-info {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .plan__box-info {
    text-align: center;
  }
}
.plan__box-ttl {
  font-size: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.1875rem dashed #DDDDDD;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .plan__box-ttl {
    font-size: 1.625rem;
  }
}
.plan__box-catch {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .plan__box-desc {
    font-size: 0.9375rem;
  }
}

.flow {
  background-color: #F9F8F3;
  padding: 5.625rem 0;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 3.5rem 0;
  }
}
.flow__inner {
  max-width: 51.25rem;
}
.flow__heading {
  margin-bottom: 3.5625rem;
}
.flow__block {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2.25rem 1.25rem;
  padding-right: 3.5625rem;
  padding: 1.9375rem 2.0625rem;
}
@media screen and (max-width: 768px) {
  .flow__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow__block:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.flow__num {
  width: 8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .flow__num {
    margin-right: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .flow__num {
    width: 5.5625rem;
    margin-bottom: 1.25rem;
  }
}
.flow__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flow__ttl {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .flow__ttl {
    font-size: 1.5rem;
    text-align: center;
  }
}
.flow__desc {
  line-height: 1.8;
}
.flow__higlight {
  background-color: #fff;
  background: rgba(250, 175, 58, 0.1215686275);
  border: 2px solid #FAAF3A;
  border-radius: 0.375rem;
  padding: 1rem 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 1rem;
  color: #515151;
}
@media screen and (max-width: 768px) {
  .flow__higlight {
    font-size: 0.9375rem;
  }
}
.flow__higlight span {
  font-weight: 700;
  color: #FAAF3A;
}

.cases {
  padding: 6.375rem 0;
}
@media screen and (max-width: 768px) {
  .cases {
    padding: 3.5rem 0;
  }
}
.cases__heading {
  margin-bottom: 2.875rem;
}
@media screen and (max-width: 768px) {
  .cases__heading {
    margin-bottom: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 1.875rem;
  }
}
.cases__illust {
  width: 10.25rem;
  position: absolute;
  top: -1rem;
  right: 17.5625rem;
}
@media screen and (max-width: 768px) {
  .cases__illust {
    width: 6.0625rem;
    right: 0.625rem;
    top: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .cases__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cases__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.2231473772%;
          flex: 0 0 32.2231473772%;
  padding: 1.09375rem 2.0625rem;
}
@media screen and (max-width: 768px) {
  .cases__item {
    padding: 1.28125rem 1.875rem;
  }
}
.cases__head {
  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;
  margin-bottom: 1rem;
}
.cases__icon {
  width: 1.75rem;
  margin-right: 0.375rem;
}
@media screen and (max-width: 768px) {
  .cases__icon {
    width: 1.5625rem;
  }
}
.cases__title {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .cases__title {
    font-size: 1.5rem;
  }
}
.cases__thumb {
  height: 11.25rem;
  border-radius: 0.9375rem;
  overflow: hidden;
  aspect-ratio: 320/180;
  margin-bottom: 1rem;
}
.cases__body {
  text-align: center;
  font-weight: 700;
}
.cases__lead {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.cases__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 2px solid #FC9D09;
  padding-bottom: 0.4375rem;
  margin-bottom: 1rem;
}
.cases__result-label {
  font-size: 1.375rem;
}
.cases__result-amount {
  background-color: #FC9D09;
  color: #fff;
  font-size: 2.25rem;
  border-radius: 0.3125rem;
  padding: 0 0.375rem;
  margin: 0 0.375rem;
}
.cases__unit {
  font-size: 0.5em;
}
.cases__details {
  text-align: center;
  color: #515151;
  font-weight: 700;
  border-radius: 0.5rem;
  background-color: #F7F7F7;
  padding: 0.75rem 0;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.cases__note {
  color: rgba(81, 81, 81, 0.6588235294);
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.8;
}

.news {
  background-color: #F9F8F3;
  padding: 6.25rem 0 5.25rem;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 2.75rem 0;
  }
}
@media screen and (min-width: 769px) {
  .news__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 769px) {
  .news__info {
    margin-right: 7.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .news__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0.9375rem;
  }
}
.news__heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.625rem;
}
.news__illust {
  width: 12.125rem;
}
@media screen and (max-width: 768px) {
  .news__illust {
    width: 6.625rem;
    position: relative;
    z-index: 1;
  }
}
.news__list {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 1.25rem;
  padding: 2.5rem 5.125rem;
}
@media screen and (max-width: 768px) {
  .news__list {
    padding: 2.5rem 1.25rem;
    padding-right: 0.625rem;
    position: relative;
    margin-top: -1.25rem;
  }
}
.news__item {
  border-bottom: 1px solid #EFECE2;
}
.news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 0;
}
.news__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 500;
  font-size: 1.125rem;
}
.news__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.625rem;
          flex: 0 0 2.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F9F8F3;
  position: relative;
}
.news__icon img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.225rem;
}

.qa {
  background-color: #F9F8F3;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .qa {
    padding: 1.25rem 0 4.75rem;
  }
}
.qa__heading {
  margin-bottom: 3.375rem;
}
@media screen and (max-width: 768px) {
  .qa__heading {
    margin-bottom: 1.75rem;
  }
}
.qa__block:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .qa__block:not(:last-of-type) {
    margin-bottom: 3.5rem;
  }
}
.qa__block-head {
  text-align: center;
  margin-bottom: 2rem;
}
.qa__block-icon {
  display: block;
  width: 0.970625rem;
  margin: 0 auto 0.5rem;
}
.qa__block-title {
  font-size: 1.5rem;
  color: #FAAF3A;
}
@media screen and (max-width: 768px) {
  .qa__block-title {
    font-size: 1.25rem;
  }
}
.qa__item {
  background-color: #fff;
  border-radius: 0.75rem;
}
.qa__item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.qa__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 3rem;
  padding-right: 6.25rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .qa__question {
    padding: 1rem 0.75rem;
    padding-right: 3.4375rem;
  }
}
.qa__question.is-accordion-open .qa__icon::after {
  opacity: 0;
}
.qa__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3rem;
  width: 3.0625rem;
  height: 3.0625rem;
  border-radius: 50%;
  background-color: #F9F8F3;
}
@media screen and (max-width: 768px) {
  .qa__icon {
    width: 2rem;
    height: 2rem;
    right: 0.75rem;
  }
}
.qa__icon::before, .qa__icon::after {
  content: "";
  background-color: #FAAF3A;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.qa__icon::before {
  width: 50%;
  height: 0.1875rem;
}
.qa__icon::after {
  height: 50%;
  width: 0.1875rem;
}
.qa__label {
  font-weight: 700;
  font-size: 1.625rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1rem;
  color: #FAAF3A;
}
@media screen and (max-width: 768px) {
  .qa__label {
    margin-right: 0.625rem;
    font-size: 1.5rem;
  }
}
.qa__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .qa__text {
    font-size: 0.9375rem;
  }
}
.qa__answer {
  display: none;
}
.qa__answer.is-accordion-contents-open {
  display: block;
}
.qa__answer-inner {
  padding: 0rem 3rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .qa__answer-inner {
    padding: 1rem 0.75rem;
  }
}

.cta {
  background: -webkit-gradient(linear, left top, right top, from(#FAAF3A), to(#E47A35));
  background: linear-gradient(90deg, #FAAF3A 0%, #E47A35 100%);
}
.cta__list {
  padding: 4rem 1.375rem;
}
@media screen and (min-width: 769px) {
  .cta__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .cta__list {
    padding: 2rem 0.9375rem;
  }
}
.cta__item {
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 4.375rem;
}
@media screen and (max-width: 768px) {
  .cta__item {
    padding: 1.875rem 0;
  }
}
.cta__item:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 768px) {
  .cta__item:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.cta__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.cta__title {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 2.375rem;
    margin-bottom: 0;
  }
}
.cta__text {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 1.25rem;
  }
}
.cta__icon {
  width: 6.1875rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .cta__icon {
    width: 4.375rem;
  }
}
.cta__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.75rem;
}
@media screen and (max-width: 768px) {
  .cta__icon img {
    width: 1.5625rem;
  }
}

.contact {
  background-color: #F9F8F3;
  padding: 6.1875rem 0 6.5rem;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 3.375rem 0 6.5625rem;
  }
}
.contact__heading {
  margin-bottom: 1.8125rem;
}
.contact__lead {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.25rem;
}
.contact__form-block {
  background-color: #fff;
  border-radius: 1rem;
  padding: 4rem 4.5rem;
}
@media screen and (max-width: 768px) {
  .contact__form-block {
    padding: 4rem 1.25rem;
  }
}
.contact__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .contact__form-row {
    display: block;
    margin-bottom: 0.5rem;
  }
}
.contact__form-row:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .contact__form-row.--al-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact__form-row.--al-top .contact__form-label {
    margin-top: 1.25rem;
  }
}
.contact__form-label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  padding-left: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__form-label {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.contact__form-label::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#FAAF3A), to(#E47A35));
  background: linear-gradient(90deg, #FAAF3A 0%, #E47A35 100%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.contact__form-required {
  color: #C61015;
}
.contact__form-field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67.9452054795%;
          flex: 0 0 67.9452054795%;
}
.contact__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__check-sq {
  border: 1px solid #DDDDDD;
  border-radius: 0.25rem;
  width: 1.5rem;
  aspect-ratio: 1/1;
  margin-right: 1rem;
  position: relative;
}
.contact__check-sq::after {
  content: "";
  position: absolute;
  left: 0.4375rem;
  bottom: 0.375rem;
  width: 0.5rem;
  height: 0.75rem;
  border-right: 0.125rem solid #FC9D09;
  border-bottom: 0.125rem solid #FC9D09;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  opacity: 0;
}
.contact__check-text {
  font-size: 1.125rem;
  line-height: 1;
}
.contact input[type=checkbox]:checked + .contact__check .contact__check-sq::after {
  opacity: 1;
}
.contact__agree {
  width: 46.125rem;
  max-width: 100%;
  margin: 2rem auto 3rem;
}
@media screen and (max-width: 768px) {
  .contact__agree {
    margin: 3.1875rem auto 2.25rem;
  }
}
.contact__agree-ttl {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .contact__agree-ttl {
    font-size: 0.9375rem;
  }
}
.contact__agree-box {
  background: rgba(255, 255, 255, 0.6);
  padding: 1.5rem 2.5rem;
  border: 1px solid #D7D7D7;
  height: 8.875rem;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .contact__agree-box {
    padding: 1.5rem 1.875rem;
    padding-right: 2.5rem;
    height: 11.6875rem;
  }
}
.contact__agree-box p {
  font-size: 0.8125rem;
  line-height: 1.3;
}
.contact__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact__action {
    display: block;
  }
}
.contact__action-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.8%;
          flex: 0 0 48.8%;
}
@media screen and (max-width: 768px) {
  .contact__action-item {
    width: 16.4375rem;
    margin: auto;
  }
  .contact__action-item:not(:last-of-type) {
    margin-bottom: 0.625rem;
  }
}

.l-footer {
  background-color: #FAAF3A;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
}
.l-footer__copy {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 0.8125rem;
  }
}

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

.u-object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-text-eng {
  text-transform: lowercase;
}
.u-text-eng::first-letter {
  text-transform: uppercase;
}

.u-bold {
  font-weight: 700;
}

.u-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc-hidden {
    display: block;
  }
}

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

.u-v-hidden-i {
  visibility: hidden !important;
}

.u-all-hidden {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .u-sp-link {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-link {
    border-bottom: 1px solid #515151;
    padding-bottom: 0.0625rem;
  }
}

.u-bg-cover {
  position: relative;
}
.u-bg-cover__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.u-bg-cover__bg.--pos-top {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.u-bg-cover__inner {
  position: relative;
}

.u-flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex-sb.--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .u-flex-sb.--spRow {
    display: block;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-sp-mb0 {
    margin-bottom: 0 !important;
  }
}

.u-mb-1rem {
  margin-bottom: 1rem;
}

.u-mb-2rem {
  margin-bottom: 2rem;
}

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

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

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

.u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #f5d034));
  background: linear-gradient(transparent 80%, #f5d034 0%);
  display: inline-block;
}

.u-c-yellow {
  color: #FFDF00;
}

.u-c-red {
  color: #cc1c05;
}

.u-c-pink {
  color: #d2145a;
}

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

.u-text-underline {
  text-decoration: underline;
}

.--size-l {
  font-size: 1.42em;
}

.--size-sm {
  font-size: 0.8em;
}

.u-mb0-i {
  margin-bottom: 0 !important;
}

.u-text-bg {
  letter-spacing: -0.005em;
  display: contents;
}

.u-text-over-cricle {
  position: relative;
}
.u-text-over-cricle::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #f5d034;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.4375rem;
}

.u-c-orange {
  color: #FAAF3A;
}

.u-c-red {
  color: #cc1c05;
}

.u-no-link {
  pointer-events: none;
}

.u-c-pink {
  color: #FF008C;
}/*# sourceMappingURL=style.css.map */