@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

._lato {
  font-family: "Lato", sans-serif;
}

/* =============================================
- Animation
================================================ */
@-webkit-keyframes linear-motion {
  0% {
    left: 0;
    width: 100%;
  }
  50% {
    left: 100%;
    width: 0%;
  }
  51% {
    left: 0;
    width: 0%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@keyframes linear-motion {
  0% {
    left: 0;
    width: 100%;
  }
  50% {
    left: 100%;
    width: 0%;
  }
  51% {
    left: 0;
    width: 0%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scrollHint {
  0% {
    left: calc(50% - 15px);
  }
  25% {
    left: calc(50% + 15px);
  }
  50% {
    left: calc(50% + 15px);
  }
  75% {
    left: calc(50% - 15px);
  }
  100% {
    left: calc(50% - 15px);
  }
}
@keyframes scrollHint {
  0% {
    left: calc(50% - 15px);
  }
  25% {
    left: calc(50% + 15px);
  }
  50% {
    left: calc(50% + 15px);
  }
  75% {
    left: calc(50% - 15px);
  }
  100% {
    left: calc(50% - 15px);
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
/* ======================================================
/* components
========================================================= */
/* layout
========================================================= */
.contents_inner {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

/* Title
========================================================= */
.page_title {
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .page_title {
    margin-bottom: 50px;
  }
}
.page_title .ja {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page_title .ja {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 980px) {
  .page_title .ja {
    font-size: 6rem;
  }
}
.page_title .en {
  padding-top: 5px;
  color: #FF8221;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_title .en {
    padding-top: 10px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 980px) {
  .page_title .en {
    font-size: 3rem;
  }
}

.contents_title {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents_title {
    margin-bottom: 80px;
  }
}
.contents_title .en {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #FF8221;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.contents_title .en::before, .contents_title .en::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 6px;
  height: 0;
  border-bottom: 1px solid #FF8221;
}
.contents_title .en::before {
  left: -4px;
  -webkit-transform: translate3d(-100%, -50%, 0);
          transform: translate3d(-100%, -50%, 0);
}
.contents_title .en::after {
  right: -4px;
  -webkit-transform: translate3d(100%, -50%, 0);
          transform: translate3d(100%, -50%, 0);
}
@media screen and (min-width: 768px) {
  .contents_title .en {
    font-size: 1.5rem;
  }
}
.contents_title .ja {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.15625;
}
@media screen and (min-width: 768px) {
  .contents_title .ja {
    font-size: 3.5rem;
  }
}
.contents_title._white .en {
  color: #fff;
}
.contents_title._white .en::before, .contents_title._white .en::after {
  border-color: #fff;
}
.contents_title._white .ja {
  color: #fff;
}

.point_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 980px) {
  .point_title {
    -moz-align-items: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.point_title .en {
  color: #FF8221;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}
@media screen and (min-width: 768px) {
  .point_title .en {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 980px) {
  .point_title .en {
    font-size: 2.5rem;
  }
}
.point_title .ja {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 6px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3333333333;
}
.point_title .ja ._small {
  font-size: 66.6666666667%;
}
@media screen and (min-width: 768px) {
  .point_title .ja {
    padding-left: 20px;
    font-size: 2.8rem;
  }
  .point_title .ja ._small {
    font-size: 52.6315789474%;
  }
}
@media screen and (min-width: 980px) {
  .point_title .ja {
    font-size: 3.8rem;
  }
}
.point_title .num {
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  opacity: 0.34;
  color: #FF8221;
  font-size: 9.25rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .point_title .num {
    right: 5vw;
    font-size: 12.3333333333rem;
    line-height: 1;
  }
}
@media screen and (min-width: 980px) {
  .point_title .num {
    font-size: 18.5rem;
  }
}

.left_border_title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding-left: 15px;
}
.left_border_title .text {
  position: relative;
  padding-left: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4827586207;
}
.left_border_title .text ._small {
  font-size: 1.4rem;
}
.left_border_title .text::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 200%;
  border-left: 2px solid #FF8221;
}
@media screen and (min-width: 768px) {
  .left_border_title {
    margin-bottom: 35px;
    padding-left: 20px;
  }
  .left_border_title .text {
    padding-left: 32px;
    font-size: 2.9rem;
  }
  .left_border_title .text ._small {
    font-size: 1.5rem;
  }
}

/*  Text
========================================================= */
.contents_intro .contents_intro_ttl {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.contents_intro .contents_intro_text {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .contents_intro {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .contents_intro {
    padding-left: 60px;
  }
  .contents_intro .contents_intro_ttl {
    margin-bottom: 30px;
    font-size: 3.2rem;
  }
  .contents_intro .contents_intro_text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) {
  .contents_intro {
    padding-left: 80px;
  }
  .contents_intro .contents_intro_ttl {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1266px) {
  .contents_intro {
    max-width: 530px;
    padding-left: 0;
  }
  .contents_intro .contents_intro_ttl {
    font-size: 4rem;
  }
  .contents_intro .contents_intro_text {
    font-size: 2rem;
  }
}

/* btn
========================================================= */
.btn_standard {
  display: block;
  position: relative;
  padding: 10px 0;
  text-align: center;
  border-radius: 53px;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #C8C8C8;
}
@media screen and (min-width: 768px) {
  .btn_standard {
    padding: 20px 0;
  }
}
.btn_standard button {
  width: 100%;
  padding: 20px 0;
}
.btn_standard .text {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.btn_standard .icon._mail {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -10px;
  -webkit-transform: translate3d(-100%, -50%, 0);
          transform: translate3d(-100%, -50%, 0);
}
.btn_standard .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.btn_standard._right .arrow {
  right: 15px;
}
.btn_standard._left .arrow {
  left: 15px;
}
.btn_standard._left .arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn_standard._white {
  background-color: #fff;
  color: #FF8221;
  border-color: #FF8221;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.btn_standard._white .icon path {
  fill: #FF8221;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.btn_standard._white .arrow path {
  fill: #FF8221;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.btn_standard._white:hover {
  background-color: #FF8221;
  color: #fff;
}
.btn_standard._white:hover .icon path {
  fill: #fff;
}
.btn_standard._white:hover .arrow path {
  fill: #fff;
}
.btn_standard._contact {
  padding: 17px 0;
  background-color: #fff;
  color: #FF8221;
  border-color: #FF8221;
  max-width: 255px;
}
.btn_standard._contact .icon {
  width: 18.425px;
  height: 14.38px;
}
.btn_standard._contact .icon svg {
  width: 100%;
  height: 100%;
}
.btn_standard._contact .icon path {
  fill: #FF8221;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.btn_standard._contact .arrow path {
  fill: #FF8221;
}
.btn_standard._contact._orange {
  background-color: #FF8221;
  color: #fff;
  border-color: #FF8221;
}
.btn_standard._contact._orange .icon path {
  fill: #fff;
}
.btn_standard._contact._orange .arrow path {
  fill: #fff;
}
.btn_standard._contact:hover {
  background-color: #FF8221;
  color: #fff;
  border-color: #fff;
}
.btn_standard._contact:hover .icon path {
  fill: #fff;
}
.btn_standard._contact:hover .arrow path {
  fill: #fff;
}
.btn_standard._contact:hover._orange {
  background-color: #fff;
  color: #FF8221;
  border-color: #FF8221;
}
.btn_standard._contact:hover._orange .icon path {
  fill: #FF8221;
}
.btn_standard._contact:hover._orange .arrow path {
  fill: #FF8221;
}
.btn_standard._download {
  padding: 17px 50px;
  background-color: #FF8221;
  color: #fff;
  border-color: #fff;
  text-align: left;
  max-width: 255px;
}
.btn_standard:hover._right .arrow {
  right: 10px;
}
.btn_standard:hover._left .arrow {
  left: 10px;
}

.btn_small {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  border-radius: 57px;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  border: 1px solid;
}
@media screen and (min-width: 768px) {
  .btn_small {
    margin-left: 0;
    padding: 20px 0;
    font-size: 1.4rem;
  }
}
.btn_small .arrow {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #FF8221;
  border-bottom: 1px solid #FF8221;
  -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
          transform: translate3d(0, -50%, 0) rotate(-45deg);
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.btn_small._right .arrow {
  right: 15px;
}
.btn_small._left .arrow {
  left: 15px;
}
.btn_small._left .arrow svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn_small._white {
  background-color: #fff;
  color: #FF8221;
  border-color: #FF8221;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.btn_small._white .arrow {
  border-color: #FF8221;
}
.btn_small._white:hover {
  background-color: #FF8221;
  color: #fff;
}
.btn_small._white:hover .arrow {
  border-color: #fff;
}
.btn_small:hover._right .arrow {
  right: 10px;
}
.btn_small:hover._left .arrow {
  left: 10px;
}

.page_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: 789px;
  margin: 40px auto;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FF8221;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 768px) {
  .page_banner {
    margin: 60px auto;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page_banner .img {
  display: block;
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.page_banner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 768px) {
  .page_banner .img {
    width: 248px;
  }
}
.page_banner .textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 25px;
}
.page_banner .page_banner_subtitle {
  color: #FFFF00;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .page_banner .page_banner_subtitle {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 980px) {
  .page_banner .page_banner_subtitle {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1266px) {
  .page_banner .page_banner_subtitle {
    font-size: 1.8rem;
  }
}
.page_banner .page_banner_title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .page_banner .page_banner_title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 980px) {
  .page_banner .page_banner_title {
    font-size: 3.6rem;
  }
}
.page_banner .btn_area {
  max-width: 213px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .page_banner .btn_area {
    margin-top: 20px;
  }
}
.page_banner .btn_small {
  border-color: #fff !important;
}
@media screen and (max-width: 767px) {
  .page_banner .btn_small {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}

/* list
========================================================= */
@media screen and (min-width: 768px) {
  .card_flow_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 52px 32px;
  }
}
.card_flow_list .card {
  position: relative;
  z-index: 1;
  padding: 20px 25px;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .card_flow_list .card {
    width: calc((100% - 96px) / 4);
  }
}
@media screen and (max-width: 767px) {
  .card_flow_list .card + .card {
    margin-top: 55px;
  }
  .card_flow_list .card:not(:first-child)::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: 50%;
    width: 15px;
    height: 15px;
    background-image: url("../img/top/about_icon_flow.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translate3d(-50%, -100%, 0) rotate(90deg);
            transform: translate3d(-50%, -100%, 0) rotate(90deg);
  }
}
@media screen and (min-width: 768px) {
  .card_flow_list .card {
    padding: 20px 0;
  }
  .card_flow_list .card:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: calc(100% + 10px);
    width: 15px;
    height: 15px;
    background-image: url("../img/top/about_icon_flow.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
.card_flow_list .num {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 980px) {
  .card_flow_list .num {
    font-size: 3.8rem;
  }
}
.card_flow_list .img {
  width: 70px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .card_flow_list .img {
    width: 100px;
  }
}
@media screen and (min-width: 1266px) {
  .card_flow_list .img {
    width: 142px;
  }
}
.card_flow_list .title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .card_flow_list .title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .card_flow_list .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    font-size: 1.7rem;
    height: 2.9em;
  }
}
@media screen and (min-width: 1266px) {
  .card_flow_list .title {
    font-size: 2rem;
  }
}
.card_flow_list .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .card_flow_list .text {
    padding: 0 25px;
  }
}
@media screen and (min-width: 980px) {
  .card_flow_list .text {
    font-size: 1.5rem;
  }
}
.card_flow_list .btn_area {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .card_flow_list .btn_area {
    padding: 0 25px;
  }
}
.card_flow_list .btn {
  display: block;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #FF8221;
  background-color: #FF8221;
  border-radius: 42px;
  overflow: hidden;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.card_flow_list .btn:hover {
  color: #FF8221;
  background-color: #fff;
}

/* ======================================================
/* blocks
========================================================= */
/* Blocks
========================================================= */
/* Archive Post
========================================================= */
@media screen and (max-width: 767px) {
  .archive_post._three .post + .post {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .archive_post._three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 27px;
  }
  .archive_post._three .post {
    width: calc((100% - 54px) / 3);
  }
}
@media screen and (min-width: 980px) {
  .archive_post._three {
    gap: 80px 54px;
  }
  .archive_post._three .post {
    width: calc((100% - 108px) / 3);
  }
}

.archive_post._for {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 36px 23px;
}
.archive_post._for .post {
  width: calc((100% - 23px) / 2);
}
@media screen and (min-width: 768px) {
  .archive_post._for .post {
    width: calc((100% - 69px) / 4);
  }
}
.archive_post._default .post .post_link {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.1s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.1s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.archive_post._default .post .post_link:hover {
  color: #FFC190;
}
.archive_post._default .post .post_link:hover .post_thumbnail img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.archive_post._default .post .post_thumbnail {
  display: block;
  aspect-ratio: 338/235;
  overflow: hidden;
  border-radius: 15px;
}
.archive_post._default .post .post_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.archive_post._default .post .post_description {
  margin-top: 15px;
}
@media screen and (min-width: 980px) {
  .archive_post._default .post .post_description {
    margin-top: 20px;
  }
}
.archive_post._default .post .post_name {
  margin-bottom: 7px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media screen and (min-width: 980px) {
  .archive_post._default .post .post_name {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.archive_post._default .post .post_text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6666666667;
}
@media screen and (min-width: 980px) {
  .archive_post._default .post .post_text {
    font-size: 1.8rem;
  }
}

.archive_post._type .post .post_link {
  color: #fff;
  cursor: pointer;
}
.archive_post._type .post .post_thumbnail {
  display: block;
  aspect-ratio: 338/235;
  overflow: hidden;
  border-radius: 15px;
}
.archive_post._type .post .post_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.archive_post._type .post .post_thumbnail:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.archive_post._type .post .post_description {
  margin: 7px 0;
}
@media screen and (min-width: 980px) {
  .archive_post._type .post .post_description {
    margin: 12px 0;
  }
}
.archive_post._type .post .type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}
.archive_post._type .post .post_type {
  padding: 0px 10px;
  border: 1px solid #FF8221;
  border-radius: 25px;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  color: #FF8221;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6666666667;
  text-align: center;
}
.archive_post._type .post .post_type:hover {
  color: #fff;
  background-color: #FF8221;
}
@media screen and (min-width: 980px) {
  .archive_post._type .post .post_type {
    width: calc(50% - 7px);
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.archive_post._type .post .post_text {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6666666667;
  -webkit-transition: all 0.1s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.1s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.archive_post._type .post .post_text:hover {
  color: #FF8221;
}
@media screen and (min-width: 980px) {
  .archive_post._type .post .post_text {
    font-size: 1.8rem;
  }
}

/* Case section
========================================================= */
#case_flow {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #333;
}
@media screen and (min-width: 768px) {
  #case_flow {
    padding-top: 80px;
    padding-bottom: 155px;
  }
}
#case_flow .contents_title {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #case_flow .contents_title {
    margin-top: -80px;
  }
}
#case_flow .case_flow_trophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
}
#case_flow .case_flow_trophy_item {
  width: 80px;
}
@media screen and (min-width: 768px) {
  #case_flow .case_flow_trophy_item {
    width: 138px;
  }
}
#case_flow .btn_area {
  width: 85%;
  max-width: 278px;
  margin: 35px auto 0;
}
@media screen and (min-width: 980px) {
  #case_flow .btn_area {
    margin-top: 50px;
  }
}

#page_intro {
  padding-top: 60px;
}
#page_intro .contents_inner {
  position: relative;
}
#page_intro .trophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
}
#page_intro .trophy img {
  width: 100px;
}
#page_intro .trophy img + img {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  #page_intro .trophy img {
    width: 160px;
  }
}
@media screen and (min-width: 980px) {
  #page_intro .trophy img {
    width: 208px;
  }
}
#page_intro .banner_area {
  position: relative;
  z-index: 1;
  margin: 0 -5vw;
}
#page_intro .banner_area._left {
  padding-left: 5vw;
}
@media screen and (min-width: 1266px) {
  #page_intro .banner_area._left {
    padding-left: 10.4166666667%;
  }
}
#page_intro .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 980px) {
  #page_intro .banner {
    height: 578px;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 5vw;
  color: #B2B2B2;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.breadcrumb a {
  color: #333;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.breadcrumb a:hover {
  color: #FF8221;
}
.breadcrumb .arrow {
  margin: 0 0.5em;
}
.breadcrumb span {
  height: 1.4em;
}
.breadcrumb > span:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 制限したい行数が3の場合 */
  overflow: hidden;
}
/* Archive Post
========================================================= */
#cta {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  #cta {
    padding-top: 120px;
    padding-bottom: 0;
  }
}
#faq + #cta {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  #faq + #cta {
    padding-top: 20px;
  }
}
#cta .cta_container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1062px;
  margin: 0 auto;
  padding: 35px 30px;
  background-color: #FF8221;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  #cta .cta_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 980px) {
  #cta .cta_container {
    padding: 45px 80px;
  }
}
@media screen and (min-width: 768px) {
  #cta .cta_contnets {
    width: 280px;
  }
}
@media screen and (min-width: 980px) {
  #cta .cta_contnets {
    width: 340px;
  }
}
#cta .cta_title {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
#cta .cta_title .ja {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 980px) {
  #cta .cta_title .ja {
    font-size: 1.5rem;
  }
}
#cta .cta_title .en {
  display: block;
  position: relative;
  z-index: 1;
  padding-bottom: 9px;
  font-size: 3.25rem;
  font-weight: bold;
  line-height: 1;
}
#cta .cta_title .en::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 66.5px;
  height: 0;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 980px) {
  #cta .cta_title .en {
    font-size: 5.1rem;
    padding-bottom: 19px;
    margin-bottom: 25px;
  }
  #cta .cta_title .en::after {
    width: 133px;
  }
}
#cta .cta_intro {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.1428571429;
}
@media screen and (max-width: 767px) {
  #cta .border {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fff;
    margin: 25px auto;
  }
}
@media screen and (min-width: 768px) {
  #cta .border {
    width: 0;
    border-left: 1px solid #fff;
  }
}
#cta .tel_detail {
  padding: 27px 0;
  background-color: #FF8221;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #cta .tel_detail {
    padding: 0;
  }
}
#cta .tel_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
#cta .tel_link .icon {
  width: 19.96px;
  height: 26.0266666667px;
}
#cta .tel_link .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
#cta .tel_link .text {
  margin-left: 9px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 980px) {
  #cta .tel_link .icon {
    width: 27.76px;
    height: 36.21px;
  }
  #cta .tel_link .text {
    margin-left: 15px;
    font-size: 4.5rem;
  }
}
#cta .tel_sublink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
#cta .tel_sublink .icon {
  width: 10.0933333333px;
  height: 13.16px;
}
#cta .tel_sublink .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
#cta .tel_sublink .text {
  margin-left: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
#cta .tel_reception {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 10px auto 5px;
  padding: 7px 0;
  border: 1px solid #fff;
  border-radius: 52px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 980px) {
  #cta .tel_caution_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
}
#cta .tel_caution {
  margin-top: 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 980px) {
  #cta .tel_caution {
    margin: 0;
    font-size: 1.3rem;
  }
}
#cta .btn_standard {
  margin-top: 25px;
}
#cta .loop_img_slider {
  position: relative;
  z-index: 1;
  margin: 0 -5vw;
  -webkit-transform: translateY(-24.514610708%);
          transform: translateY(-24.514610708%);
}
#cta .loop_img_slider .loop_img {
  margin: 0 15px;
}
#cta .loop_img_slider img {
  width: 1100px;
}
@media screen and (min-width: 768px) {
  #cta .loop_img_slider .loop_img {
    margin: 0 25px;
  }
  #cta .loop_img_slider img {
    width: 1500px;
  }
}
@media screen and (min-width: 980px) {
  #cta .loop_img_slider img {
    width: 1754.34px;
  }
}

#faq {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #faq {
    padding-top: 130px;
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 768px) {
  #faq .faq_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #faq .faq_title_container {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #faq .faq_title_container {
    width: 245px;
  }
}
@media screen and (min-width: 980px) {
  #faq .faq_title_container {
    width: 280px;
  }
}
#faq .faq_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 62px;
  padding-left: 16px;
  border-left: 3px solid #B2B2B2;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  color: #B2B2B2;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
#faq .faq_title._show {
  border-color: #FF8221;
  color: #333;
  pointer-events: none;
}
#faq .faq_title + .faq_title {
  margin-top: 20px;
}
#faq .faq_title:hover {
  color: #FF8221;
}
@media screen and (min-width: 980px) {
  #faq .faq_title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  #faq .faq_list_container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1266px) {
  #faq .faq_list_container {
    padding-left: 95px;
  }
}
@media screen and (min-width: 768px) {
  #faq .faq_contents {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #faq .faq_list {
    display: none;
    padding-bottom: 30px;
  }
}
#faq .faq_mobile_title {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding: 10px 33px 10px 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3666666667;
  border-bottom: 1px solid #FF8221;
  cursor: pointer;
}
#faq .faq_mobile_title::before, #faq .faq_mobile_title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 0;
  border-bottom: 2px solid #333;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#faq .faq_mobile_title::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#faq .faq_mobile_title::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
#faq .faq_mobile_title._open::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #faq .faq_mobile_title {
    display: none;
  }
}
#faq .faq_item + .faq_item {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  #faq .faq_item + .faq_item {
    margin-top: 13px;
  }
}
#faq .question {
  position: relative;
  z-index: 1;
  padding: 9px 33px 9px 18px;
  background-color: #FDF4ED;
  border-radius: 20px;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  #faq .question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 78px;
    padding: 10px 77px 10px 18px;
  }
}
#faq .question::before, #faq .question::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 0;
  border-bottom: 2px solid #333;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (min-width: 980px) {
  #faq .question::before, #faq .question::after {
    right: 32px;
  }
}
#faq .question::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#faq .question::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
#faq .question:hover .text {
  color: #FF8221;
}
#faq .question._open::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#faq .question .question_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#faq .question .icon {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #faq .question .icon {
    font-size: 2.4rem;
  }
}
#faq .question .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (min-width: 768px) {
  #faq .question .text {
    padding-left: 20px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  #faq .question .text {
    padding-left: 32px;
  }
}
#faq .answer {
  display: none;
}
#faq .answer .answer_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 18px 30px;
}
#faq .answer .icon {
  color: #FF8221;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #faq .answer .icon {
    font-size: 2.4rem;
  }
}
#faq .answer .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #faq .answer .text {
    padding-left: 20px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  #faq .answer .text {
    padding-left: 32px;
  }
}
#faq .answer a {
  display: inline-block;
  color: #FF8221;
  text-decoration: underline;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#faq .answer a:hover {
  opacity: 0.7;
}

#card_flow {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #FDF4ED;
}
@media screen and (min-width: 768px) {
  #card_flow {
    padding-top: 140px;
    padding-bottom: 170px;
  }
  #card_flow .card_flow_list .card:nth-child(4)::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  #card_flow .card_flow_list .card:not(:first-child):after {
    content: none;
  }
}

/* Loading
========================================================= */
.fixed_tel {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  width: 198px;
  padding: 0 0 13px 18px;
  border-radius: 0 0 0 5px;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 1266px) {
  .fixed_tel {
    width: 202px;
  }
}
.fixed_tel .tel_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF8221;
}
.fixed_tel .tel_num .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed_tel .tel_num .icon svg {
  width: 11.91px;
  height: 15.53px;
}
.fixed_tel .tel_num .icon svg path {
  fill: #FF8221;
}
.fixed_tel .tel_num .text {
  margin-left: 4px;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4;
}
.fixed_tel .tel_text {
  margin-top: 2px;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}

.fixed_contact {
  position: fixed;
  z-index: 9;
  right: 5vw;
  bottom: 40px;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.fixed_contact .link {
  display: block;
}
.fixed_contact._show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .fixed_contact {
    width: 32.5333333333%;
    max-width: 175px;
    right: 5vw;
    bottom: 10px;
    opacity: 0;
    visibility: hidden;
  }
  .fixed_contact._show {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .fixed_contact:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

#fixed_link_nav {
  position: fixed;
  z-index: 9;
  bottom: 10px;
  left: 0;
  width: 50%;
  padding-left: 23px;
}
@media screen and (min-width: 426px) {
  #fixed_link_nav {
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  #fixed_link_nav {
    bottom: 40px;
  }
}
#fixed_link_nav .btn {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 23px;
  height: 100%;
  background-color: #FF8221;
  border: 1px solid #FF8221;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  cursor: pointer;
}
#fixed_link_nav .btn::after {
  content: "<";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  padding-bottom: 0.5em;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (min-width: 980px) {
  #fixed_link_nav .btn:hover {
    background-color: #fff;
  }
  #fixed_link_nav .btn:hover::after {
    color: #FF8221;
  }
}
#fixed_link_nav .link_list {
  padding: 20px 10px;
  background-color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
#fixed_link_nav .link_item._current .link {
  color: #FF8221;
}
#fixed_link_nav .link_item._current .link:before {
  background-color: #FF8221;
}
#fixed_link_nav .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#fixed_link_nav .link span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 7px;
}
#fixed_link_nav .link:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#fixed_link_nav .link:hover {
  color: #FF8221;
}
#fixed_link_nav .link:hover:before {
  background-color: #FF8221;
}
#fixed_link_nav._close .btn::after {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(-1, -1);
          transform: translate3d(-50%, -50%, 0) scale(-1, -1);
}
#fixed_link_nav._close .link_list {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  visibility: hidden;
}

/* ======================================================
/*  About - Other
========================================================= */
.pagination {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 100px;
  }
}
.pagination .pagination_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li {
  margin: 0 5px;
  overflow: hidden;
}
.pagination li > a, .pagination li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 50%;
  background-color: #525252;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.pagination li > a:hover, .pagination li > span:hover {
  background-color: #FF8221;
}
@media screen and (min-width: 768px) {
  .pagination li > a, .pagination li > span {
    width: 58px;
    height: 58px;
    font-size: 1.8rem;
  }
}
.pagination li.current > a, .pagination li.current > span {
  background-color: #FF8221;
  pointer-events: none;
}
.pagination li.dotted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li.dotted > span::before {
  content: "…";
}
.pagination li.back .arrow, .pagination li.next .arrow {
  content: "";
  width: 15px;
  height: 8px;
  background-image: url("../img/common/icon_arrow_w.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.pagination li.back {
  margin-right: 25px;
  margin-left: 0;
}
.pagination li.back .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .pagination li.back {
    margin-right: 50px;
  }
}
.pagination li.next {
  margin-right: 0;
  margin-left: 25px;
}
@media screen and (min-width: 768px) {
  .pagination li.next {
    margin-left: 50px;
  }
}

/* ======================================================
/*  About - Other
========================================================= */
.sec_point .three_flex_list {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sec_point .three_flex_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 980px) {
  .sec_point .three_flex_list {
    gap: 30px;
  }
}
@media screen and (min-width: 1266px) {
  .sec_point .three_flex_list {
    gap: 53px;
  }
}
@media screen and (min-width: 768px) {
  .sec_point .three_flex_list .list_item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 980px) {
  .sec_point .three_flex_list .list_item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 1266px) {
  .sec_point .three_flex_list .list_item {
    width: calc((100% - 103px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .sec_point .three_flex_list .list_item + .list_item {
    margin-top: 30px;
  }
}
.sec_point .three_flex_list .img {
  border-radius: 15px;
  overflow: hidden;
}
.sec_point .three_flex_list .large_title {
  margin-top: 20px;
  font-weight: bold;
}
.sec_point .three_flex_list .large_title .middle {
  font-size: 1.4rem;
  line-height: 1.4444444444;
}
@media screen and (min-width: 980px) {
  .sec_point .three_flex_list .large_title .middle {
    font-size: 1.8rem;
  }
}
.sec_point .three_flex_list .large_title .large {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 980px) {
  .sec_point .three_flex_list .large_title .large {
    font-size: 2.6rem;
  }
}
.sec_point .three_flex_list .large_title .small {
  font-size: 1rem;
  line-height: 1.5333333333;
}
@media screen and (min-width: 980px) {
  .sec_point .three_flex_list .large_title .small {
    font-size: 1.5rem;
  }
}
.sec_point .three_flex_list .text {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.sec_point .three_flex_list ._orange {
  color: #FF8221 !important;
}

.sec_point .intro {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .sec_point .intro {
    margin-top: 40px;
    margin-bottom: 80px;
    font-size: 1.5rem;
  }
}

/* ======================================================
/* common
========================================================= */
/* ======================================================
	reset
========================================================= */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #333;
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", Roboto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, Verdana, Meiryo, sans-serif;
}

body {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1266px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
}

main {
  overflow: hidden;
}

#wrap, #wrapper {
  overflow: hidden;
}

section._has_padding_bottom {
  padding-bottom: 80px;
}
section:not(._non_side_padding) {
  padding-right: 5vw;
  padding-left: 5vw;
}
@media screen and (min-width: 768px) {
  section._has_padding_bottom {
    padding-bottom: 120px;
  }
}
p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

button:focus, button:focus-visible {
  outline: none;
}

@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* =============================================
- 404
================================================ */
/* ======================================================
	header
========================================================= */
#header {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 15px 5vw;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1266px) {
  #header {
    padding: 15px 40px;
  }
}
#header .h_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #header .h_logo {
    width: 45.524vw;
  }
}
@media screen and (min-width: 768px) {
  #header .h_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .h_logo .h_logo_link {
  display: block;
}
@media screen and (min-width: 768px) {
  #header .h_logo .h_logo_link {
    width: 180px;
  }
}
@media screen and (min-width: 980px) {
  #header .h_logo .h_logo_link {
    width: 210px;
  }
}
@media screen and (min-width: 1266px) {
  #header .h_logo .h_logo_link {
    width: 265px;
  }
}
#header .h_logo .h_logo_text {
  margin-left: 20px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 979px) {
  #header .h_logo .h_logo_text {
    display: none;
  }
}
#header .h_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1265px) {
  #header .h_nav {
    display: none;
  }
}
#header .h_nav .h_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
@media screen and (min-width: 1440px) {
  #header .h_nav .h_nav_list {
    gap: 0 15px;
  }
}
#header .h_nav .h_nav_link {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-bottom: 4px;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4285714286;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#header .h_nav .h_nav_link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FF8221;
}
#header .h_nav .h_nav_link:hover {
  color: #FF8221;
}
#header .h_nav .h_nav_link:hover::after {
  -webkit-animation-name: linear-motion;
          animation-name: linear-motion;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (min-width: 1266px) {
  #header .h_nav .h_nav_link {
    font-size: 1.3rem;
  }
}
#header .h_nav .h_btn_list {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (min-width: 1266px) {
  #header .h_nav .h_btn_list {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 20px;
  }
}
#header .h_nav .h_btn {
  display: inline-block;
  padding: 7px 8px;
  border-radius: 3px;
  border: 1px solid #FF8221;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  background-color: #FF8221;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#header .h_nav .h_btn:hover {
  color: #FF8221;
  background-color: #fff;
}
@media screen and (min-width: 1266px) {
  #header .h_nav .h_btn {
    padding: 14px 8px;
    font-size: 1.4rem;
    min-width: 128px;
  }
}
#header .h_nav .h_btn._download {
  background-color: #fff;
  color: #FF8221;
}
#header .h_nav .h_btn._download:hover {
  color: #fff;
  background-color: #FF8221;
}

/* ======================================================
/* _global_nav
========================================================= */
#global_nav {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100svh;
  overflow: auto;
  background: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (min-width: 1266px) {
  #global_nav {
    display: none;
  }
}
#global_nav .tel_detail {
  padding: 27px 0;
  background-color: #FF8221;
  text-align: center;
}
#global_nav .tel_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (min-width: 500px) {
  #global_nav .tel_link {
    vertical-align: -7px;
  }
}
#global_nav .tel_link .icon {
  width: 19.96px;
  height: 26.0266666667px;
}
#global_nav .tel_link .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
#global_nav .tel_link .text {
  margin-left: 9px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
#global_nav .tel_sublink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (min-width: 500px) {
  #global_nav .tel_sublink {
    margin-top: 10px;
  }
}
#global_nav .tel_sublink .icon {
  width: 10.0933333333px;
  height: 13.16px;
}
@media screen and (min-width: 500px) {
  #global_nav .tel_sublink .icon {
    width: 15.14px;
    height: 19.74px;
  }
}
#global_nav .tel_sublink .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
#global_nav .tel_sublink .text {
  margin-left: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 500px) {
  #global_nav .tel_sublink .text {
    font-size: 2.4rem;
  }
}
#global_nav .tel_reception {
  display: inline-block;
  margin: 10px 0 5px;
  padding: 7px 15px;
  border: 1px solid #fff;
  border-radius: 52px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}
#global_nav .tel_caution {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 500px) {
  #global_nav .tel_caution {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
#global_nav .tel_detail .btn_standard {
  width: 68.2666666667%;
  margin: 12px auto 0;
}
#global_nav .tel_detail .btn_standard .arrow {
  right: 10px;
}
#global_nav .tel_detail .btn_standard .icon._mail {
  width: 18.925px;
  height: 14.88px;
}
#global_nav .tel_detail .btn_standard .icon._mail svg {
  width: 100%;
  height: 100%;
}
#global_nav .global_nav_link {
  padding: 35px 5vw;
}
#global_nav .nav_item + .nav_item {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #EFF1F4;
}
#global_nav .nav_link {
  display: inline-block;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7142857143;
}
#global_nav .nav_close {
  display: block;
  width: 100%;
  margin-top: 25px;
  padding: 10px 0;
  background: none;
  cursor: pointer;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #333;
}
#global_nav .nav_close span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
#global_nav .nav_close span::before, #global_nav .nav_close span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  width: 12px;
  height: 0;
  border: 1.5px solid;
}
#global_nav .nav_close span::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#global_nav .nav_close span::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#global_nav._open {
  left: 0;
}

#global_nav_btn {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 9px;
  cursor: pointer;
}
#global_nav_btn .border {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #333;
  -webkit-transition: all 0.1s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.1s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#global_nav_btn._open .border {
  top: 50%;
  left: 50%;
}
#global_nav_btn._open .border._top {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
#global_nav_btn._open .border._bottom {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
          transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
#global_nav_btn:not(._open) .border._top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#global_nav_btn:not(._open) .border._bottom {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1266px) {
  #global_nav_btn {
    display: none;
  }
}

/* ======================================================
/* _global_nav / 展開時の黒背景
========================================================= */
#global_nav_overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (min-width: 1266px) {
  #global_nav_overlay {
    display: none;
  }
}

/* ======================================================
	footer
========================================================= */
/* ======================================================
	footer
========================================================= */
#footer {
  padding: 0 5vw 30px;
}
@media screen and (min-width: 768px) {
  #footer {
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  #footer .contents_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#footer .pagetop {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#footer .pagetop:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#footer .pagetop .arrow {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
#footer .pagetop .text {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation: rotate 12s linear infinite;
          animation: rotate 12s linear infinite;
}
@media screen and (max-width: 767px) {
  #footer .pagetop {
    width: 95px;
    height: 95px;
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 768px) {
  #footer .pagetop {
    position: absolute;
    z-index: 1;
    top: -110px;
    right: 5vw;
    width: 110px;
    height: 110px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_contents + .f_contents {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  #footer .f_contents + .f_contents {
    width: 304px;
  }
}
#footer .f_nav .f_nav_link {
  display: inline-block;
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  #footer .f_nav .f_nav_list + .f_nav_list {
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #EFF1F4;
    border-bottom: 1px solid #EFF1F4;
  }
  #footer .f_nav .f_nav_item + .f_nav_item {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #EFF1F4;
  }
}
@media screen and (min-width: 768px) {
  #footer .f_nav .f_nav_item + .f_nav_item {
    margin-top: 20px;
  }
  #footer .f_nav .f_nav_link {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    -webkit-transition: color 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: color 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  #footer .f_nav .f_nav_link::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #FF8221;
  }
  #footer .f_nav .f_nav_link:hover {
    color: #FF8221;
  }
  #footer .f_nav .f_nav_link:hover::after {
    -webkit-animation-name: linear-motion;
            animation-name: linear-motion;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media screen and (min-width: 980px) {
  #footer .f_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .f_nav .f_nav_list + .f_nav_list {
    margin-left: 80px;
  }
}
@media screen and (min-width: 1266px) {
  #footer .f_nav .f_nav_list + .f_nav_list {
    margin-left: 140px;
  }
}
#footer .f_logo {
  display: block;
  color: #333;
}
#footer .f_logo .f_logo_text {
  margin-top: 6px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  #footer .f_logo {
    width: 56.952vw;
    max-width: 265px;
    margin: 0 auto;
  }
  #footer .f_logo .f_logo_text {
    font-size: 1rem;
  }
}
#footer .btn_area {
  margin: 20px auto 0;
  max-width: 420px;
}
#footer .copyright {
  width: 80vw;
  margin: 40px auto 0;
  text-align: center;
}
#footer .copyright small {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #footer .copyright small {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */