/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66666667vw;
  }
}

@media (min-width: 769px) and (max-width: 1366px) {
  html {
    font-size: 0.7585vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

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

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

table {
  border-spacing: inherit;
  border-collapse: collapse;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

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

p + p {
  margin: 1em 0 0 0;
}

ul,
ol,
li {
  list-style: none;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 129.6rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 769px) {
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
}

@media screen and (max-width: 768px) {
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.js-view-img {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.js-view-img.is-act {
  opacity: 1;
}

.js-inview {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.js-inview.is-act {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.page-main {
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .page-main {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .accodion-ctn {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .accodion-ctn {
    display: none;
  }
}

.sc-lbl {
  display: inline-block;
}

.sc-lbl img {
  max-width: unset;
  width: auto;
  height: 2.3rem;
}

@media screen and (max-width: 768px) {
  .sc-lbl img {
    height: 1.6rem;
  }
}

.sc-lbl._lg img {
  height: 4.8rem;
}

@media screen and (max-width: 768px) {
  .sc-lbl._lg img {
    height: 3.4rem;
  }
}

.sc-cta {
  padding: 10rem 0 8.4rem;
  background-color: #D5EEF0;
}

@media screen and (max-width: 768px) {
  .sc-cta {
    padding: 6rem 0 4rem;
  }
}

.sc-cta .cta-wrap {
  border: 0.1rem solid #333;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sc-cta .cta-wrap {
    padding: 4rem 8rem;
    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) {
  .sc-cta .cta-wrap {
    padding: 5.4rem 2rem 3rem;
  }
}

.sc-cta .cta-wrap .sc-lbl {
  position: absolute;
  left: 6rem;
  top: -2.5rem;
  background-color: #D5EEF0;
  padding: 0 2.2rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-wrap .sc-lbl {
    padding: 0 1rem;
    top: -2rem;
    left: 1rem;
  }
}

.sc-cta .cta-wrap .cta-wrap_head {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-wrap .cta-wrap_head {
    padding: 0;
    text-align: center;
  }
}

.sc-cta .cta-wrap .cta-wrap_head .sc-cta_ttl {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-wrap .cta-wrap_head .sc-cta_ttl {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
}

.sc-cta .cta-wrap .cta-wrap_head .sc-cta_txt {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-wrap .cta-wrap_head .sc-cta_txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

@media screen and (min-width: 769px) {
  .sc-cta .cta-wrap .cta-wrap_btn {
    width: 64.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-right: 1px solid transparent;
    -o-border-image: repeating-linear-gradient(to bottom, #333 0, #333 1px, transparent 1px, transparent 5px) 1;
    border-image: repeating-linear-gradient(to bottom, #333 0, #333 1px, transparent 1px, transparent 5px) 1;
  }
}

.sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm {
    width: 50%;
    padding: 0.3rem 3.5rem 2rem;
  }
  .sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm:first-child {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    -o-border-image: repeating-linear-gradient(to bottom, #333 0, #333 1px, transparent 1px, transparent 5px) 1;
    border-image: repeating-linear-gradient(to bottom, #333 0, #333 1px, transparent 1px, transparent 5px) 1;
  }
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid transparent;
    -o-border-image: repeating-linear-gradient(to right, #333 0, #333 1px, transparent 1px, transparent 5px) 1;
    border-image: repeating-linear-gradient(to right, #333 0, #333 1px, transparent 1px, transparent 5px) 1;
  }
  .sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm:last-of-type {
    border: none;
    padding-top: 0;
  }
}

.sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm .cta-wrap_btn_itm_tooltip {
  display: inline-block;
  margin-bottom: 1.6rem;
  max-width: 15.3rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm .cta-wrap_btn_itm_tooltip {
    max-width: 12.7rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm .cta-wrap_btn_itm_ctn {
    display: none;
  }
}

.sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm .cta-wrap_btn_itm_icon {
  max-width: 9.3rem;
  margin: 0 auto 2rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm .cta-wrap_btn_itm_icon {
    width: 6.9rem;
    margin: 0;
  }
}

.sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm .cta-wrap_btn_itm_sub {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm .cta-wrap_btn_itm_sub {
    font-size: 2rem;
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm .c-btn {
    margin: 0 auto;
  }
  .sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm .c-btn .c-btn_inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 4rem 0 2.5rem;
  }
  .sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm .c-btn .ico {
    right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm .c-btn {
    margin-top: 1.8rem;
  }
  .sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm .c-btn._green {
    color: #fff;
  }
  .sc-cta .cta-wrap .cta-wrap_btn .cta-wrap_btn_itm .c-btn._green .ico svg path {
    fill: #fff;
  }
}

/** tags **/
._tag {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.8rem 1.7rem;
  border: 0.1rem solid #333;
  border-radius: 8rem;
}

@media screen and (max-width: 768px) {
  ._tag {
    font-size: 1rem;
    padding: 0.6rem 0.9rem;
  }
}

._tag:hover {
  color: #63AFB4;
  border-color: #63AFB4;
}

.c-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .c-area {
    gap: 0.2rem;
  }
}

._cat:hover {
  color: #63AFB4;
  border-color: #63AFB4;
}

/** column post **/
.column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 5rem 3rem;
}

@media screen and (max-width: 768px) {
  .column-list {
    gap: 4rem 1.5rem;
  }
}

.column-itm {
  width: calc(33.3333% - 2rem);
}

.column-itm:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.column-itm:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.column-itm:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

@media screen and (max-width: 768px) {
  .column-itm {
    width: calc(100%/2 - 0.8rem);
  }
}

.column-itm .column-itm_thumb {
  margin-bottom: 2rem;
  height: 46rem;
  overflow: hidden;
}

.column-itm .column-itm_thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .column-itm .column-itm_thumb {
    margin-bottom: 1.8rem;
    height: 18.5rem;
  }
}

.column-itm .column-itm_date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.3rem;
  font-family: "Elms Sans", sans-serif;
  position: relative;
  padding-left: 1.1rem;
}

.column-itm .column-itm_date::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #FFE100;
  border: 0.1rem solid #333;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .column-itm .column-itm_date {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding-left: 0.9rem;
  }
}

.column-itm .column-itm_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6667;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .column-itm .column-itm_ttl {
    font-size: 1.4rem;
    line-height: 1.57;
  }
}

.column-itm .column-itm_tag {
  margin-top: 1.3rem;
}

@media screen and (max-width: 768px) {
  .column-itm .column-itm_tag {
    margin-top: 0.8rem;
  }
}

.column-itm .column-itm_cat {
  font-size: 1.4rem;
  line-height: 1.571;
  margin-top: 1.3rem;
}

@media screen and (max-width: 768px) {
  .column-itm .column-itm_cat {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}

.column-itm .column-itm_link {
  display: block;
  width: 100%;
}

.column-itm .column-itm_link:hover .column-itm_ttl {
  color: #63AFB4;
}

.faq-art {
  padding: 2rem 0;
  border-bottom: 0.1rem solid #333;
}

.faq-art .ico {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Elms Sans", sans-serif;
  border: 0.1rem solid #333;
}

@media screen and (max-width: 768px) {
  .faq-art .ico {
    width: 3.8rem;
    height: 3.8rem;
  }
}

.faq-art .txt {
  font-size: 1.6rem;
  line-height: 2.25;
}

@media screen and (max-width: 768px) {
  .faq-art .txt {
    font-size: 1.4rem;
    line-height: 1.857;
  }
}

.faq-art .faq-art_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding-right: 4.5rem;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.faq-art .faq-art_ttl::after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 1.2rem;
  right: 0.6rem;
  top: 50%;
  margin-top: -0.6rem;
  background: url(../img/common/icon_down.svg) center no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.faq-art .faq-art_ttl.active::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.faq-art .faq-art_ttl .txt {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .faq-art .faq-art_ttl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 2.4rem;
  }
  .faq-art .faq-art_ttl::after {
    width: 1.4rem;
    height: 0.9rem;
    right: 0;
    margin-top: -0.45rem;
  }
}

.faq-art .faq-art_ctn {
  display: none;
  padding-top: 1.3rem;
}

.faq-art .faq-art_ctn .faq-cpy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.faq-art .faq-art_ctn .ico {
  color: #63AFB4;
  border-color: #63AFB4;
}

.faq-art .faq-art_ctn .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2rem 4rem;
}

@media screen and (max-width: 768px) {
  .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2 0;
  }
}

.news-itm {
  width: calc(100%/2 - 2rem);
  border-bottom: 0.1rem solid #333;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .news-itm {
    width: 100%;
    padding-bottom: 1.5rem;
  }
}

.news-itm .news-itm_date {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.4rem;
  font-family: "Elms Sans", sans-serif;
  border: 0.1rem solid #333;
  border-radius: 8rem;
  padding: 0.9rem 1.3rem;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .news-itm .news-itm_date {
    font-size: 1.4rem;
    padding: 0.8rem 1.4rem;
    margin-bottom: 1.5rem;
  }
}

.news-itm .news-itm_txt {
  display: block;
  line-height: 2.125;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .news-itm .news-itm_txt {
    font-size: 1.4rem;
    line-height: 1.857;
    text-decoration: underline;
  }
}

.news-itm .news-itm_link {
  display: block;
}

.news-itm .news-itm_link:hover .news-itm_date {
  color: #63AFB4;
  border-color: #63AFB4;
}

.news-itm .news-itm_link:hover .news-itm_txt {
  color: #63AFB4;
}

.news-itm + .news-itm {
  margin-top: 0;
}

.construction-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 10.5rem 3rem;
}

@media screen and (max-width: 768px) {
  .construction-list {
    gap: 4rem 1.5rem;
  }
}

.construction-item {
  width: calc(33.3333% - 2rem);
  position: relative;
}

.construction-item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.construction-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.construction-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.construction-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.construction-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.construction-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

@media screen and (max-width: 768px) {
  .construction-item {
    width: calc(100%/2 - 0.8rem);
  }
}

.construction-item .construction-item_img {
  margin-bottom: 2.4rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .construction-item .construction-item_img {
    margin-bottom: 1.8rem;
  }
}

.construction-item .construction-item_img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 32.4rem;
  bottom: 0.1rem;
  left: 0;
  -webkit-box-shadow: 0.4rem 0.4rem 0 #333333;
  box-shadow: 0.4rem 0.4rem 0 #333333;
}

@media screen and (max-width: 768px) {
  .construction-item .construction-item_img::after {
    height: 12.9rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0 #333333;
    box-shadow: 0.2rem 0.2rem 0 #333333;
  }
}

.construction-item .construction-item_img figure {
  width: 100%;
  height: 41.4rem;
  -webkit-mask-image: url(../img/common/works_mask.webp);
  mask-image: url(../img/common/works_mask.webp);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: relative;
}

.construction-item .construction-item_img figure::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/common/works_mask_border.webp) left top no-repeat;
  background-size: 100% 100%;
}

.construction-item .construction-item_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .construction-item .construction-item_img figure {
    height: 16.5rem;
  }
}

.construction-item .construction-item_date {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.3rem;
  font-family: "Elms Sans", sans-serif;
  position: relative;
  padding-left: 1.1rem;
}

.construction-item .construction-item_date::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #FFE100;
  border: 0.1rem solid #333;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .construction-item .construction-item_date {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding-left: 0.9rem;
  }
}

.construction-item .construction-item_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6667;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .construction-item .construction-item_ttl {
    font-size: 1.4rem;
    line-height: 1.57;
  }
}

.construction-item .construction-item_tag {
  margin-top: 1.3rem;
}

@media screen and (max-width: 768px) {
  .construction-item .construction-item_tag {
    margin-top: 0.8rem;
  }
}

.construction-item .construction-item_cat {
  font-size: 1.4rem;
  line-height: 1.571;
  margin-top: 1.3rem;
}

@media screen and (max-width: 768px) {
  .construction-item .construction-item_cat {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}

.construction-item .construction-item_link {
  display: block;
}

.construction-item .construction-item_link:hover .construction-item_ttl {
  color: #63AFB4;
}

.slider-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-column-gap: 1.7rem;
  -moz-column-gap: 1.7rem;
  column-gap: 1.7rem;
}

@media screen and (max-width: 768px) {
  .slider-nav {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

.slider-nav .slides-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7rem;
  width: 8.2rem;
}

.slider-nav .slides-numbers > span {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Elms Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .slider-nav .slides-numbers {
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    width: 7rem;
  }
  .slider-nav .slides-numbers > span {
    font-size: 1rem;
  }
}

.slider-nav .progress-wrap {
  width: 3.4rem;
  height: 0.1rem;
  background: #C3C3C3;
  position: relative;
  overflow: hidden;
}

.slider-nav .progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #000000;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.loc {
  display: inline-block;
  padding-right: 1.1rem;
  position: relative;
}

.loc::after {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 0.8rem;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_right.svg) right center no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.loc::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: 0;
  background: #63AFB4;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (min-width: 769px) {
  .loc:hover, .loc.active {
    color: #63AFB4;
  }
  .loc:hover::after, .loc.active::after {
    background: url(../img/common/icon_right_blue.svg) right center no-repeat;
    background-size: contain;
  }
  .loc:hover::before, .loc.active::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 768px) {
  .loc::before {
    background: #333;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.7rem 2.4rem;
}

@media screen and (max-width: 768px) {
  .area-list {
    gap: 1rem 2.4rem;
    padding: 0 0 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  .sc-navs .navs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media screen and (min-width: 769px) {
  .sc-navs .navs-item {
    width: 50%;
  }
}

.sc-navs .navs-item .navs-item_ttl img {
  width: auto;
  max-width: unset;
  height: 4.7rem;
}

@media screen and (max-width: 768px) {
  .sc-navs .navs-item .navs-item_ttl img {
    height: 2.8rem;
  }
}

.sc-navs .navs-item .navs-item_sub {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .sc-navs .navs-item .navs-item_sub {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 1.8rem;
  }
}

.sc-navs .navs-item .navs-item_txt {
  line-height: 2.25;
  margin-top: 4.3rem;
}

@media screen and (max-width: 768px) {
  .sc-navs .navs-item .navs-item_txt {
    font-size: 1.4rem;
    line-height: 1.857;
    margin-top: 1.2rem;
  }
}

.sc-navs .navs-item ._button {
  position: absolute;
  right: 6rem;
  bottom: 3.8rem;
}

@media screen and (max-width: 768px) {
  .sc-navs .navs-item ._button {
    right: 2rem;
    bottom: 2rem;
  }
}

.sc-navs .navs-item .navs-item_ctn {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sc-navs .navs-item .navs-item_img {
    width: 100%;
    height: 24rem;
  }
  .sc-navs .navs-item .navs-item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.sc-navs .navs-item .navs-item_link {
  display: block;
  position: relative;
}

.sc-navs .navs-item .navs-item_link::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(51, 51, 51, 0.5);
}

#loading {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #D5EEF0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#loading.hide {
  opacity: 0;
  visibility: hidden;
}

#loading.top {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#loading.top .loading-logo {
  display: inline-block;
}

#loading.top .loading-logo img,
#loading.top .loading-logo object {
  width: 32.2rem;
  height: 29.7rem;
  display: block;
}

@media screen and (max-width: 768px) {
  #loading.top .loading-logo img,
  #loading.top .loading-logo object {
    width: 22.2rem;
    height: 20.5rem;
  }
}

#loading.top .loading-txt {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 6.5rem;
  color: #63AFB4;
}

@media screen and (max-width: 768px) {
  #loading.top .loading-txt {
    line-height: 1.6667;
    text-align: center;
    margin-top: 2.5rem;
  }
}

#loading.top.active .loading-txt {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-404 .p-contents {
  padding: 5rem 0 10rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-404 .p-contents {
    padding: 3rem 0 6rem;
  }
}

.p-404 .p-404_ttl {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  font-family: "Elms Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-404 .p-404_ttl {
    font-size: 4rem;
  }
}

.p-404 .p-404_txt {
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-404 .p-404_txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.c-link {
  position: relative;
}

.c-link:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: -0.1rem;
  background: #333;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (min-width: 769px) {
  .c-link:hover:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 768px) {
  .c-link:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.breadcrumb {
  padding: 5rem 0 3rem;
}

.breadcrumb ul li {
  display: inline-block;
  color: #63AFB4;
}

.breadcrumb ul li a {
  display: inline-block;
  color: #333333;
}

.breadcrumb ul li + li {
  position: relative;
  padding-left: 3rem;
}

.breadcrumb ul li + li::before {
  display: inline-block;
  position: absolute;
  content: '/';
  color: #333333;
  left: 1.2rem;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 1rem 0 3rem;
    overflow: hidden;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 0.4rem 0;
  }
  .breadcrumb ul li {
    line-height: 180%;
    white-space: nowrap;
    min-width: 0;
  }
  .breadcrumb ul li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (min-width: 769px) {
  .mgt_pc60 {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .mgt_sp30 {
    margin-top: 3rem;
  }
}

.mgt_sp60 {
  margin-top: 6rem;
}

em {
  display: inline-block;
  font-style: normal;
}

.color-blue {
  color: #63AFB4;
}

.c-under {
  position: relative;
}

.c-under:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: 0;
  background: #333;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.c-under:hover:after {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.p-wrap {
  padding: 5rem 0 12rem;
}

.p-wrap .heading-lv1 {
  margin-top: 6rem;
}

.p-wrap.construction {
  padding-top: 8rem;
}

@media screen and (max-width: 768px) {
  .p-wrap {
    padding: 3rem 0 7rem;
  }
  .p-wrap.construction {
    padding-top: 5rem;
  }
}

.sc-top {
  padding-bottom: 5rem;
}

.sc-top .container {
  max-width: 87rem;
}

/** section flow **/
.sc-flow {
  padding: 8rem 0 12rem;
}

@media screen and (max-width: 768px) {
  .sc-flow {
    padding: 5rem 0 7rem;
  }
}

.sc-flow .flow-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 7rem;
  -moz-column-gap: 7rem;
  column-gap: 7rem;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 3rem;
    margin-top: 3rem;
  }
}

.sc-flow .flow-row_step {
  width: 69rem;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-row_step {
    width: 100%;
    max-width: 26.5rem;
    text-align: center;
  }
}

.sc-flow .flow-row_img {
  width: 41.4rem;
}

@media screen and (max-width: 768px) {
  .sc-flow .flow-row_img {
    width: 100%;
    max-width: 18.2rem;
  }
}

/** section feature **/
.sc-feature {
  padding-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .sc-feature {
    padding-bottom: 3rem;
  }
}

.sc-feature .heading-lv2 {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .sc-feature .heading-lv2 {
    margin-bottom: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .sc-feature .c-btn._center {
    margin-top: 3rem;
  }
}

.sc-feature .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 3rem;
}

@media screen and (max-width: 768px) {
  .sc-feature .feature-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.6rem;
  }
}

.sc-feature .feature-item {
  width: calc(100%/3 - 2rem);
  padding: 3rem 3rem 4rem;
  background-color: #F9FAFB;
}

@media screen and (max-width: 768px) {
  .sc-feature .feature-item {
    width: 100%;
    padding: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .sc-feature .feature-item .feature-item_head {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sc-feature .feature-item .feature-item_head {
    display: block;
    padding-left: 6.2rem;
    padding-bottom: 1.7rem;
    position: relative;
    border-bottom: 0.1rem dotted #333333;
  }
}

@media screen and (min-width: 769px) {
  .sc-feature .feature-item .feature-item_head .feature-item_lbl {
    display: inline-block;
    border-radius: 2.4rem;
    background-color: #63AFB4;
    color: #fff;
    font-size: 1.8rem;
    line-height: 2;
    padding: 0.6rem 2.3rem;
    margin-bottom: 2.4rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 768px) {
  .sc-feature .feature-item .feature-item_head .feature-item_lbl {
    display: inline-block;
    font-size: 1.6rem;
    color: #63AFB4;
  }
}

@media screen and (min-width: 769px) {
  .sc-feature .feature-item .feature-item_head .feature-item_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .sc-feature .feature-item .feature-item_head .feature-item_img {
    position: absolute;
    left: 0;
    top: calc(50% - 0.7rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sc-feature .feature-item .feature-item_head .feature-item_img img {
    display: inline-block;
    max-width: unset;
    width: auto;
    height: 4.5rem;
  }
}

.sc-feature .feature-item .feature-item_head .feature-item_ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 2.8rem;
}

@media screen and (min-width: 769px) {
  .sc-feature .feature-item .feature-item_head .feature-item_ttl {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media screen and (max-width: 768px) {
  .sc-feature .feature-item .feature-item_head .feature-item_ttl {
    font-size: 1.8rem;
    margin-top: 0.3rem;
  }
}

.sc-feature .feature-item .feature-item_txt {
  margin-top: 2rem;
  line-height: 2.125;
}

@media screen and (max-width: 768px) {
  .sc-feature .feature-item .feature-item_txt {
    font-size: 1.4rem;
    margin-top: 1rem;
    line-height: 1.857;
  }
}

@media screen and (min-width: 769px) {
  .sc-feature .feature-item:nth-child(1) .feature-item_img img {
    width: 10.1rem;
  }
  .sc-feature .feature-item:nth-child(2) .feature-item_img img {
    width: 9.5rem;
  }
  .sc-feature .feature-item:nth-child(3) .feature-item_img img {
    width: 10.6rem;
  }
}

/** sc-consultation **/
.sc-store-crate {
  background-color: #D5EEF0;
  padding: 5rem 0;
}

@media screen and (max-width: 768px) {
  .sc-store-crate {
    padding: 2rem 0;
  }
}

.sc-store-crate .store-crate-inner {
  border: 0.1rem solid #333333;
  padding: 2.8rem 4rem 4rem;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sc-store-crate .store-crate-inner {
    padding: 2.5rem 2rem 3rem;
  }
}

.sc-store-crate .store-crate-title {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0.7rem;
}

@media screen and (max-width: 768px) {
  .sc-store-crate .store-crate-title {
    font-size: 2.4rem;
    line-height: 1.4167;
    margin-bottom: 2rem;
  }
}

.sc-store-crate .store-crate-txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 3.3rem;
}

@media screen and (max-width: 768px) {
  .sc-store-crate .store-crate-txt {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 2rem;
  }
}

.sc-store-crate .store-crate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 4rem;
}

@media screen and (max-width: 768px) {
  .sc-store-crate .store-crate-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem 0;
  }
}

.sc-store-crate .store-crate-item {
  width: 25.2rem;
}

@media screen and (max-width: 768px) {
  .sc-store-crate .store-crate-item {
    width: 100%;
  }
}

.sc-store-crate .store-crate-item .store-crate-item_link {
  width: 100%;
  height: 8.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .sc-store-crate .store-crate-item .store-crate-item_link {
    height: 6rem;
    margin: 0;
  }
}

.sc-store-crate .store-crate-item .store-crate-item_link._cta {
  border: 0.1rem solid #333;
}

.sc-store-crate .store-crate-item .store-crate-item_link._cta .ttl {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .sc-store-crate .store-crate-item .store-crate-item_link._cta .ttl {
    display: none;
  }
}

.sc-store-crate .store-crate-item .store-crate-item_link._cta .tel {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .sc-store-crate .store-crate-item .store-crate-item_link._cta .tel {
    display: none;
  }
}

.sc-store-crate .store-crate-item .store-crate-item_link._cta .sch {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 140%;
  margin-top: 0.4rem;
}

@media screen and (max-width: 768px) {
  .sc-store-crate .store-crate-item .store-crate-item_link._cta .sch {
    display: none;
  }
}

.sc-store-crate .store-crate-pos {
  display: inline-block;
  width: 15.2rem;
  position: absolute;
  right: -0.4rem;
  top: -7.9rem;
}

@media screen and (max-width: 768px) {
  .sc-store-crate .store-crate-pos {
    display: none;
  }
}

/** sc-column **/
.sc-column {
  padding: 8.5rem 0 12rem;
}

@media screen and (min-width: 769px) {
  .sc-column .heading-lv2 .txt {
    font-size: 1.6rem;
  }
}

.sc-column .column-head {
  position: relative;
}

@media screen and (min-width: 769px) {
  .sc-column .column-head {
    margin-bottom: 6rem;
    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-right: 7rem;
  }
}

@media screen and (max-width: 768px) {
  .sc-column .column-head {
    margin-bottom: 3rem;
  }
}

.sc-column .column-lbl {
  display: inline-block;
  width: 17.4rem;
  height: 17.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sc-column .column-lbl {
    width: 9rem;
    height: 9rem;
    position: absolute;
    right: 0;
    top: 0.5rem;
  }
}

.sc-column .column-lbl .column-lbl_circle {
  position: absolute;
  width: 17.4rem;
  height: 17.4rem;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: rotateClockwise 10s linear infinite;
  animation: rotateClockwise 10s linear infinite;
}

@media screen and (max-width: 768px) {
  .sc-column .column-lbl .column-lbl_circle {
    width: 9rem;
    height: 9rem;
  }
}

.sc-column .column-lbl .column-lbl_img {
  display: inline-block;
  width: 5.8rem;
}

@media screen and (max-width: 768px) {
  .sc-column .column-lbl .column-lbl_img {
    width: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .sc-column {
    padding: 4rem 0 7rem;
  }
  .sc-column .column-head {
    margin-bottom: 3rem;
  }
}

/** sc-works **/
.sc-works {
  padding: 10rem 0 11rem;
}

@media screen and (max-width: 768px) {
  .sc-works {
    padding: 5rem 0 6rem;
  }
}

@media screen and (min-width: 769px) {
  .sc-works .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 11.4rem;
    -moz-column-gap: 11.4rem;
    column-gap: 11.4rem;
  }
}

@media screen and (min-width: 769px) {
  .sc-works .container .sc-works_ctn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .sc-works .container .sc-works_ctn {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .sc-works .container .sc-works_img {
    width: 70rem;
  }
}

.sc-works .container .sc-works_ttl {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.5;
  border-top: 0.1rem solid #333;
  border-bottom: 0.1rem solid #333;
  padding: 1.2rem 0;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .sc-works .container .sc-works_ttl {
    font-size: 2.4rem;
    line-height: 1.25;
    padding: 1.6rem 0;
    text-align: center;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .sc-works .container .works-cpy {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 11rem;
  }
}

.sc-works .container .sc-works_txt {
  line-height: 2.25;
}

@media screen and (max-width: 768px) {
  .sc-works .container .sc-works_txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.sc-works .container .works-img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 5rem;
}

@media screen and (max-width: 768px) {
  .sc-works .container .works-img_list {
    row-gap: 3rem;
  }
}

.sc-works .container .works-img_itm {
  display: block;
}

.sc-works .container .works-img_itm.is-hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.sc-works .container .works-img_itm_tl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6667;
  position: relative;
  padding-left: 4.1rem;
  margin-top: 1.6rem;
}

.sc-works .container .works-img_itm_tl::before {
  position: absolute;
  content: '';
  width: 3.1rem;
  height: 2.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_dupple.svg) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sc-works .container .works-img_itm_tl {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 2.5rem;
    margin-top: 1rem;
  }
  .sc-works .container .works-img_itm_tl::before {
    width: 2.1rem;
    height: 1.7rem;
  }
}

.c-txt {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .c-txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.sc-construction .container,
.construction .container {
  position: relative;
}

.sc-construction .const-pos,
.construction .const-pos {
  display: inline-block;
  position: absolute;
}

.sc-construction .const-pos.pos1,
.construction .const-pos.pos1 {
  width: 4.7rem;
  top: 4rem;
  right: 4.3rem;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media screen and (max-width: 768px) {
  .sc-construction .const-pos.pos1,
  .construction .const-pos.pos1 {
    width: 2rem;
    right: 1.6rem;
    top: 8rem;
  }
}

.sc-construction .const-pos.pos2,
.construction .const-pos.pos2 {
  width: 6.5rem;
  left: 1.6rem;
  top: -6rem;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

@media screen and (max-width: 768px) {
  .sc-construction .const-pos.pos2,
  .construction .const-pos.pos2 {
    width: 2.8rem;
    left: 0;
    top: -2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .construction .construction-list {
    row-gap: 10.5rem;
  }
}

@media screen and (min-width: 769px) {
  .construction .const-pos.pos1 {
    top: 11rem;
  }
}

@media screen and (max-width: 768px) {
  .construction .const-pos.pos1 {
    top: 8.5rem;
  }
}

.p-archive .sc-feature {
  padding: 5rem 0 8rem;
}

.p-archive .sc-construction {
  padding: 8rem 0 10rem;
}

.p-archive .sc-construction .heading-lv2 {
  margin: 5rem 0;
}

.p-archive .sc-construction .heading-lv2 .ja {
  line-height: 1.333;
}

@media screen and (max-width: 768px) {
  .p-archive .sc-future {
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-wrap.sc-construction .construction-list {
    row-gap: 10.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-wrap.sc-construction .const-pos.pos1 {
    top: 12rem;
  }
}

@media screen and (max-width: 768px) {
  .p-wrap.sc-construction .const-pos.pos1 {
    top: 7rem;
  }
}

.sc-construction-area {
  padding: 3rem 0 11rem;
}

@media screen and (min-width: 769px) {
  .sc-construction-area .container {
    position: relative;
  }
  .sc-construction-area .pos {
    width: 5.6rem;
    right: 5.9rem;
    top: -1rem;
  }
}

@media screen and (max-width: 768px) {
  .sc-construction-area {
    padding: 2rem 0 5rem;
  }
  .sc-construction-area .pos {
    display: none;
  }
}

.sc-construction-area .heading-lv3 {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .sc-construction-area .heading-lv3 {
    margin-bottom: 2rem;
  }
}

.sc-construction-area .mega-area {
  background-color: #F9FAFB;
  padding: 4rem 2rem;
}

@media screen and (max-width: 768px) {
  .sc-construction-area .mega-area {
    padding: 1rem 2rem 3rem 2rem;
  }
  .sc-construction-area .mega-area .mega-menu_item_ttl {
    color: #333;
  }
}

._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .p-rows .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
  .p-rows .p-rows_sidebar {
    width: 36.2rem;
  }
  .p-rows .p-rows_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-rows .p-rows_sidebar {
    margin-bottom: 3rem;
  }
}

/** header area
====================================== **/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 5rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background: white;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 1.2rem 1.5rem 1.2rem 1.3rem;
  }
}

.logo {
  display: block;
  width: 28.1rem;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 14.4rem;
  }
}

.header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3rem;
  position: relative;
}

.header-button::before {
  position: absolute;
  content: '';
  width: 0.1rem;
  height: 8rem;
  top: 0.5rem;
  left: 0;
  background-color: #E5E5E5;
}

.header-button a {
  width: 100%;
  height: 9rem;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-button a._btn {
  width: 10rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33;
}

.header-button a._btn._web {
  background-color: #333;
  color: #fff;
}

.header-button a._btn._line {
  background-color: #1BCE3C;
}

.header-button a._cta {
  padding: 0 1.6rem 0 1.4rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-button a._cta .ttl {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
}

.header-button a._cta .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  margin: 0.8rem 0 0.3rem 0;
}

.header-button a._cta .tel img {
  width: 1.8rem;
  height: auto;
}

.header-button a._cta .tel > span {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  font-style: italic;
  font-family: "Elms Sans", sans-serif;
}

.header-button a._cta .sch {
  font-size: 1.2rem;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .header-button {
    display: none;
  }
}

.g-btn {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .g-btn {
    padding: 0.8rem 1rem;
    border-radius: 8rem;
    border: 0.1rem solid #333333;
    margin-right: 1rem;
  }
  .g-btn .menu-arr {
    display: none;
  }
}

.g-btn_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.g-btn_menu .g-btn_menu_item .g-btn_menu_item_link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
  padding-right: 2.4rem;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.g-btn_menu .g-btn_menu_item .g-btn_menu_item_link::after {
  position: absolute;
  content: '';
  width: 1.8rem;
  height: 1.2rem;
  right: 0;
  top: 50%;
  margin-top: -0.6rem;
  background: url(../img/common/icon_down.svg) center no-repeat;
  background-size: cover;
}

.g-btn_menu .g-btn_menu_item .g-btn_menu_item_link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .g-btn_menu .g-btn_menu_item .g-btn_menu_item_link {
    font-size: 1.2rem;
    line-height: 1;
    padding-right: 1.4rem;
  }
  .g-btn_menu .g-btn_menu_item .g-btn_menu_item_link::after {
    width: 1.2rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    display: block;
  }
}

.g-btn_menu .g-btn_menu_item.active .g-btn_menu_item_link::after {
  margin-top: -0.4rem;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.button-fixed {
  width: 100%;
  padding: 0.7rem 2rem;
  border-radius: 1.5rem 1.5rem 0 0;
  -webkit-box-shadow: 0 -2px 4px 0 rgba(51, 51, 51, 0.1);
  box-shadow: 0 -2px 4px 0 rgba(51, 51, 51, 0.1);
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 8;
  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;
}

.button-fixed .button-fixed_ttl {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.07em;
}

.button-fixed .button-fixed_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.button-fixed .button-fixed_btn_itm {
  width: 8.2rem;
  height: 4.6rem;
}

.button-fixed .button-fixed_btn_itm a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #333;
  color: #fff;
}

.button-fixed .button-fixed_btn_itm a .tl {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.button-fixed .button-fixed_btn_itm a .tl::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.button-fixed .button-fixed_btn_itm a .tx {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.9rem;
}

.button-fixed .button-fixed_btn_itm a._tel .tl {
  padding-left: 1.9rem;
}

.button-fixed .button-fixed_btn_itm a._tel .tl::before {
  width: 1.6rem;
  height: 1.7rem;
  left: 0;
  background: url(../img/common/icon_tel2.svg) left top no-repeat;
  background-size: cover;
}

.button-fixed .button-fixed_btn_itm a._web .tl {
  padding-left: 2.1rem;
}

.button-fixed .button-fixed_btn_itm a._web .tl::before {
  width: 1.3rem;
  height: 1.7rem;
  left: 0;
  background: url(../img/common/icon_web2.svg) left top no-repeat;
  background-size: cover;
}

.button-fixed .button-fixed_btn_itm a._line {
  background-color: #1BCE3C;
  color: #333333;
}

.button-fixed .button-fixed_btn_itm a._line .tl {
  padding-left: 2.5rem;
}

.button-fixed .button-fixed_btn_itm a._line .tl::before {
  width: 1.8rem;
  height: 1.6rem;
  left: 0;
  background: url(../img/common/icon_line2.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .button-fixed {
    display: none;
  }
}

.mega-contents {
  display: none;
  background-color: #fff;
  width: 100%;
  max-height: calc(100vh - 9rem);
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 9rem;
  z-index: 9;
  padding: 4rem 0;
  -webkit-box-shadow: 0 0.7rem 1rem 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 0.7rem 1rem 0 rgba(51, 51, 51, 0.15);
}

@media screen and (max-width: 768px) {
  .mega-contents {
    max-height: calc(100dvh - 6rem);
    top: 6rem;
    padding: 0.3rem 0 2rem;
  }
}

.mega-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 3.5rem 5rem;
}

@media screen and (max-width: 768px) {
  .mega-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.mega-area .mega-menu_item {
  width: calc(100%/3 - 3.4rem);
}

@media screen and (max-width: 768px) {
  .mega-area .mega-menu_item {
    width: 100%;
    border-bottom: 0.1rem solid #333;
  }
}

.mega-area .mega-menu_item_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .mega-area .mega-menu_item_ttl {
    margin-bottom: 1.6rem;
    position: relative;
  }
  .mega-area .mega-menu_item_ttl::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.1rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #333;
  }
  .mega-area .mega-menu_item_ttl span {
    display: inline-block;
    padding: 1.2rem 1.8rem;
    border: 0.1rem solid #333;
    border-radius: 8rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .mega-area .mega-menu_item_ttl {
    color: #63AFB4;
    margin: 0;
    padding: 2.4rem 0;
    position: relative;
  }
  .mega-area .mega-menu_item_ttl::before, .mega-area .mega-menu_item_ttl::after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .mega-area .mega-menu_item_ttl::before {
    width: 1.1rem;
    height: 0.1rem;
    right: 1rem;
  }
  .mega-area .mega-menu_item_ttl::after {
    width: 0.1rem;
    height: 1.1rem;
    right: 1.5rem;
  }
  .mega-area .mega-menu_item_ttl.active::after {
    opacity: 0;
    visibility: hidden;
  }
}

.mega-area .mega-menu_item_sub .itm a {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .mega-menu .mega-menu_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 3.7rem;
    -moz-column-gap: 3.7rem;
    column-gap: 3.7rem;
  }
}

.mega-menu .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .mega-menu .nav-menu {
    padding: 4rem;
    background-color: #D5EEF0;
    gap: 2.6rem 6.5rem;
    width: 97.4rem;
  }
}

@media screen and (max-width: 768px) {
  .mega-menu .nav-menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .mega-menu .nav-menu .nav-menu_item {
    width: 17rem;
  }
}

.mega-menu .nav-menu .nav-menu_item .nav-menu_item_link {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 1.5rem;
  position: relative;
  border-bottom: 0.1rem solid #333;
}

.mega-menu .nav-menu .nav-menu_item .nav-menu_item_link::after {
  position: absolute;
  content: '';
}

.mega-menu .nav-menu .nav-menu_item .nav-menu_item_link span {
  display: inline-block;
  width: 100%;
  position: relative;
}

.mega-menu .nav-menu .nav-menu_item .nav-menu_item_link span::after {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 0.8rem;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_right.svg) right center no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 769px) {
  .mega-menu .nav-menu .nav-menu_item .nav-menu_item_link::after {
    width: 100%;
    height: 0.1rem;
    left: 0;
    bottom: -0.1rem;
    background: #63AFB4;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .mega-menu .nav-menu .nav-menu_item .nav-menu_item_link:hover:after, .mega-menu .nav-menu .nav-menu_item .nav-menu_item_link.active:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .mega-menu .nav-menu .nav-menu_item .nav-menu_item_link:hover {
    color: #63AFB4;
  }
  .mega-menu .nav-menu .nav-menu_item .nav-menu_item_link:hover span::after {
    background: url(../img/common/icon_right_blue.svg) right center no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .mega-menu .nav-menu .nav-menu_item .nav-menu_item_link {
    margin: 0;
    font-weight: 700;
    line-height: 1;
    padding: 2.5rem 0;
  }
  .mega-menu .nav-menu .nav-menu_item .nav-menu_item_link span::after {
    width: 1rem;
    height: 1.6rem;
    right: 1rem;
  }
}

.mega-menu .nav-inquiry {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.mega-menu .nav-inquiry .nav-inquiry_lbl img {
  max-width: 23.3rem;
}

.mega-menu .nav-inquiry .nav-inquiry_btn {
  margin-top: 1.9rem;
  height: 6.7rem;
}

.mega-menu .nav-inquiry .nav-inquiry_btn .ico {
  right: 2rem;
}

@media screen and (max-width: 768px) {
  .mega-menu .nav-inquiry {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .mega-menu .mega-menu_bottom {
    margin-top: 4rem;
  }
}

.mega-menu .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

@media screen and (min-width: 769px) {
  .mega-menu .nav-links .nav-links_items:first-child {
    width: 69.2rem;
  }
  .mega-menu .nav-links .nav-links_items:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .mega-menu .nav-links .nav-links_items {
    width: 100%;
    border-bottom: 0.1rem solid #333;
  }
}

.mega-menu .nav-links .nav-links_items .nav-links_items_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 769px) {
  .mega-menu .nav-links .nav-links_items .nav-links_items_ttl::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.1rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #333;
  }
  .mega-menu .nav-links .nav-links_items .nav-links_items_ttl span {
    display: inline-block;
    border: 0.1rem solid #333;
    border-radius: 8rem;
    padding: 1.2rem 1.8rem;
    line-height: 1;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .mega-menu .nav-links .nav-links_items .nav-links_items_ttl {
    margin: 0;
    padding: 2.5rem 0;
    position: relative;
  }
  .mega-menu .nav-links .nav-links_items .nav-links_items_ttl::before, .mega-menu .nav-links .nav-links_items .nav-links_items_ttl::after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .mega-menu .nav-links .nav-links_items .nav-links_items_ttl::before {
    width: 1.1rem;
    height: 0.1rem;
    right: 1rem;
  }
  .mega-menu .nav-links .nav-links_items .nav-links_items_ttl::after {
    width: 0.1rem;
    height: 1.1rem;
    right: 1.5rem;
  }
  .mega-menu .nav-links .nav-links_items .nav-links_items_ttl.active::after {
    opacity: 0;
    visibility: hidden;
  }
}

.mega-menu .nav-links .nav-links_items .nav-links_items_sub {
  padding: 1rem 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

@media screen and (max-width: 768px) {
  .mega-menu .nav-links .nav-links_items .nav-links_items_sub {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding: 0.5rem 0 2.5rem;
  }
}

.mega-menu .nav-links .nav-links_items .nav-links_items_sub .itm {
  line-height: 1.857;
  width: calc(100%/8 - 2rem);
}

@media screen and (max-width: 768px) {
  .mega-menu .nav-links .nav-links_items .nav-links_items_sub .itm {
    width: calc(100%/3 - 0.7rem);
    line-height: 2.083;
  }
}

.mega-menu .nav-links .nav-links_items .nav-links_items_sub .itm a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
}

.mega-menu .nav-links .nav-links_items .nav-links_items_sub .itm a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: -0.2rem;
  background: #333;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.mega-menu .nav-links .nav-links_items .nav-links_items_sub .itm a:hover:after, .mega-menu .nav-links .nav-links_items .nav-links_items_sub .itm a.active:after {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

@media screen and (max-width: 768px) {
  .mega-menu .nav-links .nav-links_items .nav-links_items_sub .itm a {
    font-size: 1.2rem;
    line-height: 1;
  }
}

/** footer
======================================= **/
.page-footer {
  background-color: #333333;
  color: #fff;
  padding: 14.3rem 0 0;
}

@media screen and (max-width: 768px) {
  .page-footer {
    padding: 7.2rem 0 6rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .footer-info {
    text-align: center;
    padding-top: 4rem;
    border-top: 0.1rem solid #fff;
  }
}

.footer-info .footer-info_logo {
  display: inline-block;
  width: 29.3rem;
  line-height: 0;
  margin-bottom: 6rem;
}

.footer-info .footer-info_logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .footer-info .footer-info_logo {
    width: 24.7rem;
    margin-bottom: 3.4rem;
  }
}

.footer-info .footer-info_txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  font-style: italic;
  font-family: "Elms Sans", sans-serif;
}

.footer-info .footer-info_txt._mail {
  margin-top: 1rem;
}

.footer-info .c-btn {
  width: 100%;
  height: 6.8rem;
  margin-top: 3rem;
}

.footer-info .c-btn::before, .footer-info .c-btn::after {
  background: #fff;
}

.footer-info .c-btn .ico {
  right: 1.6rem;
}

.footer-info .c-btn .c-btn_inner::before, .footer-info .c-btn .c-btn_inner::after {
  background: #fff;
}

.footer-info .footer-info_note {
  font-size: 1rem;
  line-height: 168%;
  margin-top: 6rem;
  color: #C5C5C5;
}

@media screen and (max-width: 768px) {
  .footer-info .footer-info_note {
    line-height: 170%;
    margin-top: 2.6rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-nav {
    width: 85rem;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.9rem;
  -moz-column-gap: 3.9rem;
  column-gap: 3.9rem;
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .footer-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.7rem 0;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu .footer-menu_item {
    width: 50%;
  }
}

.footer-menu .footer-menu_item .footer-menu_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  row-gap: 0.3rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .footer-menu .footer-menu_item .footer-menu_item_link:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.1rem;
    left: 0;
    bottom: -0.5rem;
    background: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .footer-menu .footer-menu_item .footer-menu_item_link:hover:after, .footer-menu .footer-menu_item .footer-menu_item_link.active:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 768px) {
  .footer-menu .footer-menu_item .footer-menu_item_link {
    display: block;
    padding-left: 1rem;
    border-left: 0.1rem solid #fff;
  }
}

.footer-menu .footer-menu_item .footer-menu_item_link .en {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  font-style: italic;
  font-family: "Elms Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .footer-menu .footer-menu_item .footer-menu_item_link .en {
    display: block;
    font-size: 1.2rem;
  }
}

.footer-menu .footer-menu_item .footer-menu_item_link .ja {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer-menu .footer-menu_item .footer-menu_item_link .ja {
    font-size: 1.2rem;
    margin-top: 0.3rem;
  }
  .footer-menu .footer-menu_item .footer-menu_item_link .ja:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.1rem;
    left: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

@media screen and (min-width: 769px) {
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 4.8rem;
    -moz-column-gap: 4.8rem;
    column-gap: 4.8rem;
  }
}

.footer-links .footer-links_items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .footer-links .footer-links_items {
    border-top: 0.1rem solid #fff;
  }
}

.footer-links .footer-links_items .footer-links_items_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}

@media screen and (min-width: 769px) {
  .footer-links .footer-links_items .footer-links_items_ttl {
    margin-bottom: 2rem;
  }
  .footer-links .footer-links_items .footer-links_items_ttl::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.1rem;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FFFFFF;
  }
  .footer-links .footer-links_items .footer-links_items_ttl span {
    display: inline-block;
    padding-right: 1.5rem;
    background-color: #333333;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .footer-links .footer-links_items .footer-links_items_ttl {
    padding: 1.5rem 0;
  }
  .footer-links .footer-links_items .footer-links_items_ttl::before, .footer-links .footer-links_items .footer-links_items_ttl::after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .footer-links .footer-links_items .footer-links_items_ttl::before {
    width: 1.1rem;
    height: 0.1rem;
    right: 1rem;
  }
  .footer-links .footer-links_items .footer-links_items_ttl::after {
    width: 0.1rem;
    height: 1.1rem;
    right: 1.5rem;
  }
  .footer-links .footer-links_items .footer-links_items_ttl.active::after {
    opacity: 0;
    visibility: hidden;
  }
}

.footer-links .footer-links_items .footer-links_items_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0.5rem 2.5rem;
}

@media screen and (max-width: 768px) {
  .footer-links .footer-links_items .footer-links_items_sub {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding: 0.5rem 0 3rem;
  }
}

.footer-links .footer-links_items .footer-links_items_sub li {
  width: calc(100%/5 - 2rem);
}

@media screen and (max-width: 768px) {
  .footer-links .footer-links_items .footer-links_items_sub li {
    width: calc(100%/3 - 0.7rem);
    line-height: 2.083;
  }
}

.footer-links .footer-links_items .footer-links_items_sub li a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
}

.footer-links .footer-links_items .footer-links_items_sub li a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: -0.2rem;
  background: #fff;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.footer-links .footer-links_items .footer-links_items_sub li a:hover:after, .footer-links .footer-links_items .footer-links_items_sub li a.active:after {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.footer-bottom {
  border-top: 0.1rem solid #FFFFFF;
}

@media screen and (min-width: 769px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.8rem 0 3rem;
    margin-top: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 3rem 0 3.5rem;
    margin-top: 3rem;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .footer-bottom .footer-bottom_link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.footer-bottom .footer-bottom_link a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .footer-bottom .footer-bottom_link a {
    position: relative;
  }
  .footer-bottom .footer-bottom_link a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.1rem;
    left: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

.footer-bottom .c-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
}

.footer-bottom .c-sns .c-sns_itm a {
  display: inline-block;
}

.footer-bottom .c-sns .c-sns_itm a img {
  max-width: unset;
  width: auto;
  height: 3.2rem;
}

@media screen and (min-width: 769px) {
  .footer-bottom .c-sns {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .footer-bottom .c-sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.4rem;
  }
}

.footer-bottom .copyright {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .footer-bottom .copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 3rem;
    font-size: 1.2rem;
    line-height: 168%;
  }
}

@media screen and (max-width: 768px) {
  .footer-bottom .copyright {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 140%;
  }
}

@media (min-width: 769px) and (max-width: 1366px) {
  .footer-nav {
    width: 87rem;
  }
  .footer-links {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

/** header area
====================================== **/
#hambuger {
  width: 3.6rem;
  height: 3.6rem;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
  text-align: center;
  border-radius: 50%;
  background-color: #333;
}

.nav-icon ul {
  position: relative;
  width: 1.8rem;
  height: 1rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 0.1rem;
  border-radius: 2rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 45%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 90%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.active ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.active ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}

.nav-icon.active ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}

.nav-icon.active ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: translateY(calc(100% + 4rem));
    transform: translateY(calc(100% + 4rem));
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}

@keyframes scrollLine {
  0% {
    -webkit-transform: translateY(calc(100% + 4rem));
    transform: translateY(calc(100% + 4rem));
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}

@-webkit-keyframes scrollTextBlink {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes scrollTextBlink {
  0% {
    opacity: 0.4;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes arrow-left {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrow-left {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes arrow-down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrow-down {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@-webkit-keyframes rotateClockwise {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateClockwise {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes zoomout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
}

@-webkit-keyframes crossfeed {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes crossfeed {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.lp-tokyo {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  overflow: hidden;
}

.font-beiruti {
  font-family: "Beiruti", sans-serif;
}

.hover:hover {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .lp-mv {
    padding-top: 4rem;
  }
}

.lp-mv .container {
  position: relative;
}

.lp-mv .lp-mv-img {
  width: 80.5rem;
  margin-left: auto;
  border-radius: 8rem;
  position: relative;
  z-index: 1;
}

.lp-mv .lp-mv-img::after {
  position: absolute;
  content: '';
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#F7B400), to(#EC6C00));
  background: linear-gradient(90deg, #F7B400 0%, #EC6C00 100%);
  z-index: -1;
  border-radius: 8rem;
}

.lp-mv .lp-mv-img picture {
  display: block;
}

@media screen and (max-width: 768px) {
  .lp-mv .lp-mv-img {
    width: calc(100% + 4rem);
    border-radius: 0;
    margin: 0 -2rem;
  }
  .lp-mv .lp-mv-img::after {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .lp-mv .lp-mv-ctn {
    position: absolute;
    left: 6rem;
    top: 8rem;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .lp-mv .lp-mv-ctn {
    position: relative;
    z-index: 2;
    margin-top: -19.5rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-mv .lp-mv-cmt {
    display: inline-block;
    width: 29.9rem;
    position: absolute;
    bottom: -6.9rem;
    right: -2.9rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-mv .lp-mv-cmt {
    display: inline-block;
    width: 30.7rem;
    margin-top: -2rem;
  }
}

.lp-mv .lp-mv-ttl {
  width: 65.2rem;
  margin-left: -2.7rem;
}

.lp-mv .lp-mv-ttl picture {
  display: block;
}

@media screen and (max-width: 768px) {
  .lp-mv .lp-mv-ttl {
    width: 100%;
    margin: 0 auto;
  }
  .lp-mv .lp-mv-ttl img {
    max-width: unset;
    width: 36.5rem;
    margin-left: -2rem;
  }
}

.lp-mv .lp-mv-ttx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .lp-mv .lp-mv-ttx {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-top: 1.4rem;
  }
}

.lp-mv .lp-mv-ttx li {
  width: 17.2rem;
  height: 10.2rem;
  background-color: #fff;
  border: 0.1rem solid #454545;
  -webkit-box-shadow: 0.4rem 0.4rem 0 0 #000000;
  box-shadow: 0.4rem 0.4rem 0 0 #000000;
  border-radius: 1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 130%;
}

.lp-mv .lp-mv-ttx li span {
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 130%;
  color: #EC6C00;
}

@media screen and (max-width: 768px) {
  .lp-mv .lp-mv-ttx li {
    width: 10.8rem;
    height: 7.6rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 0 #000000;
    box-shadow: 0.3rem 0.3rem 0 0 #000000;
    font-size: 1.3rem;
  }
  .lp-mv .lp-mv-ttx li span {
    font-size: 1.8rem;
  }
}

.lp-mv .lp-mv-note {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 140%;
  margin-left: 3.2rem;
  margin-top: 0.9rem;
}

@media screen and (max-width: 768px) {
  .lp-mv .lp-mv-note {
    font-size: 1rem;
    margin-left: 0.7rem;
    margin-top: 0.6rem;
  }
}

.txt-bold {
  font-weight: 700 !important;
}

.lp-post-itm_thumb {
  display: block;
}

.lp-post-itm_thumb ._img {
  width: 100%;
  height: 30.8rem;
}

.lp-post-itm_thumb ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .lp-post-itm_thumb ._img {
    height: 25.8rem;
  }
}

.lp-post-title a {
  display: inline-block;
  text-decoration: underline;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0;
  position: relative;
  padding-left: 1.7rem;
}

.lp-post-title a::before {
  position: absolute;
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  background-color: #E64A19;
  border-radius: 50%;
  left: 0;
  top: 1.3rem;
}

@media screen and (max-width: 768px) {
  .lp-post-title a {
    font-size: 1.4rem;
  }
  .lp-post-title a::before {
    top: 0.9rem;
  }
}

.lp-post-title a:hover {
  text-decoration: none;
}

.lp-post-title.no-icon {
  margin-top: 1.6rem;
}

.lp-post-title.no-icon a {
  padding-left: 0;
}

.lp-post-title.no-icon a::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .lp-post-title.no-icon {
    margin-top: 1rem;
  }
}

.lp-cat {
  display: inline-block;
  background-color: #fff;
  color: #EC6C00;
  border: 0.1rem solid #EC6C00;
  border-radius: 0.5rem;
  padding: 0.4rem 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .lp-cat {
    font-size: 1.2rem;
  }
}

.lp-tag {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .lp-tag {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.lp-post-cats {
  display: block;
  margin: 0 0 -1rem -1rem;
}

.lp-post-cats .lp-post-cats_itm {
  display: inline-block;
  margin: 0 0 1rem 1rem;
}

@media screen and (max-width: 768px) {
  .lp-post-cats {
    margin: 0 0 -0.5rem -0.4rem;
  }
  .lp-post-cats .lp-post-cats_itm {
    margin: 0 0 0.5rem 0.4rem;
  }
}

.lp-post-tags {
  display: block;
  margin: 0 0 -1rem 0;
}

.lp-post-tags .lp-post-tags_itm {
  display: inline-block;
  margin: 0 0 1rem 0;
  position: relative;
}

.lp-post-tags .lp-post-tags_itm + .lp-post-tags_itm {
  padding-left: 2.2rem;
}

.lp-post-tags .lp-post-tags_itm + .lp-post-tags_itm::before {
  position: absolute;
  content: '/';
  left: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
}

.lp-post-itm_btn {
  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;
  width: 11.7rem;
  height: 5.1rem;
}

.lp-post-itm_btn img,
.lp-post-itm_btn svg {
  display: inline-block;
  width: 5.3rem;
  height: auto;
  margin-left: 0.8rem;
}

.lp-post-itm_btn:hover {
  opacity: 1;
}

.lp-post-itm_btn:hover img,
.lp-post-itm_btn:hover svg {
  -webkit-animation: arrow-right 0.5s ease-in-out;
  animation: arrow-right 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .lp-post-itm_btn {
    width: 8rem;
    height: 3.5rem;
  }
  .lp-post-itm_btn img,
  .lp-post-itm_btn svg {
    width: 4rem;
  }
}

.lp-post-itm {
  position: relative;
  background-color: #fff;
}

.lp-post-itm .lp-post-cats {
  margin-top: 1.8rem;
}

@media screen and (max-width: 768px) {
  .lp-post-itm .lp-post-cats {
    margin-top: 1.2rem;
  }
}

.lp-post-itm .lp-post-itm_btn {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  border-radius: 2rem 0 0 0;
}

@media screen and (max-width: 768px) {
  .lp-post-itm .lp-post-itm_btn {
    border-radius: 1rem 0 0 0;
    right: 2rem;
    bottom: 2rem;
  }
}

.lp-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 4rem 3rem;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .lp-post-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 3rem 0;
    margin-top: 3rem;
  }
}

.lp-post-list .lp-post-itm {
  width: calc(100%/3 - 2rem);
  border: 0.1rem solid #454545;
  border-radius: 2rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .lp-post-list .lp-post-itm {
    width: 100%;
  }
}

.lp-post-list .lp-post-itm .lp-post-itm_cont {
  width: 100%;
  padding: 1rem 2rem 2rem 2rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .lp-post-list .lp-post-itm .lp-post-itm_cont {
    padding: 1rem 2rem 2rem;
  }
}

.lp-post-list2 {
  display: block;
}

.lp-post-list2 .lp-post-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  padding: 2rem 1rem;
  border-top: 0.1rem solid #454545;
}

@media screen and (min-width: 769px) {
  .lp-post-list2 .lp-post-itm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .lp-post-list2 .lp-post-itm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.lp-post-list2 .lp-post-itm:last-child {
  border-bottom: 0.1rem solid #454545;
}

.lp-post-list2 .lp-post-itm .lp-post-itm_thumb {
  width: 24.4rem;
  position: relative;
  position: relative;
  z-index: 1;
}

.lp-post-list2 .lp-post-itm .lp-post-itm_thumb::after {
  position: absolute;
  content: '';
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#F7B400), to(#EC6C00));
  background: linear-gradient(90deg, #F7B400 0%, #EC6C00 100%);
  z-index: -1;
  border-radius: 2rem;
}

@media screen and (max-width: 768px) {
  .lp-post-list2 .lp-post-itm .lp-post-itm_thumb {
    width: 15.4rem;
  }
  .lp-post-list2 .lp-post-itm .lp-post-itm_thumb::after {
    width: calc(100% + 0.3rem);
    height: calc(100% + 0.3rem);
  }
}

.lp-post-list2 .lp-post-itm .lp-post-itm_thumb ._img {
  border-radius: 2rem;
  width: 100%;
  height: 18.9rem;
}

.lp-post-list2 .lp-post-itm .lp-post-itm_thumb ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .lp-post-list2 .lp-post-itm .lp-post-itm_thumb ._img {
    height: 12rem;
  }
}

.lp-post-list2 .lp-post-itm ._date {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  font-family: "Baloo 2", sans-serif;
  color: #EC6C00;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .lp-post-list2 .lp-post-itm ._date {
    font-size: 1.4rem;
    line-height: 110%;
    margin-bottom: 0.8rem;
  }
}

.lp-post-list2 .lp-post-itm .lp-post-itm_cont {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lp-post-list2 .lp-post-itm .lp-post-title {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lp-post-list2 .lp-post-itm .lp-post-title {
    line-height: 160%;
  }
}

.lp-post-list2 .lp-post-cats {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .lp-post-list2 .lp-post-cats {
    margin-top: 0.7rem;
  }
}

.lp-post-list2 .lp-post-tags {
  margin-top: 1.4rem;
}

@media screen and (max-width: 768px) {
  .lp-post-list2 .lp-post-tags {
    margin-top: 1rem;
  }
}

.lp-post-itm:has(.lp-post-title a:hover) .hover-img img,
.lp-post-itm:has(.lp-post-itm_btn:hover) .hover-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.lp-com-itm {
  padding: 5.2rem 3rem 3rem;
  background-color: #F5F7F9;
  border-radius: 2rem;
  position: relative;
  counter-increment: _count;
}

.lp-com-itm::after {
  position: absolute;
  content: "0" counter(_count);
  width: 7.7rem;
  height: 7.7rem;
  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;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -3.9rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#F7B400), to(#EC6C00));
  background: linear-gradient(90deg, #F7B400 0%, #EC6C00 100%);
  font-family: "Beiruti", sans-serif;
}

.lp-com-itm .lp-com-itm_img {
  width: 27.6rem;
  height: 21.3rem;
  overflow: hidden;
  margin: 0 auto;
}

.lp-com-itm .lp-com-itm_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .lp-com-itm .lp-com-itm_img {
    height: 19.4rem;
  }
}

.lp-com-itm .lp-com-itm_ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  padding: 2rem 0;
  border-bottom: 0.1rem dashed #454545;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .lp-com-itm .lp-com-itm_ttl {
    font-size: 2rem;
    line-height: 140%;
    margin: 0 0 1.8rem;
  }
}

.lp-com-itm .lp-com-itm_txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .lp-com-itm .lp-com-itm_txt {
    font-size: 1.4rem;
  }
}

.lp-com-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4.4rem;
  counter-reset: _count;
}

.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.1rem;
  height: 6.1rem;
  border-radius: 50%;
  border: 0.2rem solid #454545;
}

.arrow img,
.arrow svg {
  display: inline-block;
  width: 1.9rem;
  height: auto;
}

.arrow._yellow {
  background-color: #FFDB5B;
}

.arrow._green {
  background-color: #1BCE3C;
}

@media screen and (max-width: 768px) {
  .arrow {
    width: 5.2rem;
    height: 5.2rem;
  }
}

.lp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  width: 38rem;
  height: 8rem;
  border-radius: 6rem;
  border: 0.1rem solid #454545;
  background-color: #fff;
  color: #454545;
  position: relative;
}

.lp-btn .ico {
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.4rem;
}

.lp-btn .ico img,
.lp-btn .ico svg {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .lp-btn .ico {
    right: 2.5rem;
    width: 1.5rem;
  }
}

.lp-btn._lg {
  width: 45rem;
  height: 8rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 5.8rem;
  margin: 5rem auto 0;
}

@media screen and (max-width: 768px) {
  .lp-btn._lg {
    width: 100%;
    height: 6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-top: 4rem;
  }
}

.lp-btn._line {
  background-color: #1BCE3C;
}

.lp-btn:hover {
  background-color: #454545;
  color: #fff;
  opacity: 1;
}

.lp-btn:hover .ico img,
.lp-btn:hover .ico svg {
  -webkit-animation: arrow-right 0.5s ease-in-out;
  animation: arrow-right 0.5s ease-in-out;
}

.lp-btn:hover .ico img path,
.lp-btn:hover .ico svg path {
  fill: #fff;
}

.lp-btn:hover .ico img line,
.lp-btn:hover .ico svg line {
  stroke: #fff;
}

.lp-btn:hover._cta {
  background-color: #EC6C00;
  border-color: #EC6C00;
}

.lp-btn:hover._line {
  background-color: #454545;
  border-color: #454545;
}

@media screen and (max-width: 768px) {
  .lp-btn {
    font-size: 1.6rem;
    line-height: 140%;
    width: 100%;
    height: 6rem;
  }
  .lp-btn._center {
    margin-top: 5rem;
  }
}

.lp-slider {
  position: relative;
}

@media screen and (max-width: 768px) {
  .lp-slider-wrap {
    position: relative;
  }
}

.slider-nav.psl-nav ._button {
  width: 5.4rem;
  height: 5.4rem;
  border-color: #EC6C00;
  border-width: 0.1rem;
}

.slider-nav.psl-nav ._button.slick-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.slider-nav.psl-nav ._button img,
.slider-nav.psl-nav ._button svg {
  display: block;
  width: 2.4rem;
  height: auto;
}

.slider-nav.psl-nav ._button img path,
.slider-nav.psl-nav ._button svg path {
  fill: #EC6C00;
}

@media screen and (max-width: 768px) {
  .slider-nav.psl-nav ._button {
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: 10.6rem;
  }
  .slider-nav.psl-nav ._button img,
  .slider-nav.psl-nav ._button svg {
    width: 1.5rem;
  }
  .slider-nav.psl-nav ._button.prev {
    left: 3.5rem;
  }
  .slider-nav.psl-nav ._button.next {
    right: 3.5rem;
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 1.4rem;
  margin-top: 3rem;
}

.slick-dots li {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.1rem solid #454545;
  overflow: hidden;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: none;
  outline: none;
  border: none;
}

.slick-dots li.slick-active {
  background-color: #EC6C00;
  border: none;
}

.lp-tokyo-cta {
  background: #F5F7F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-cta {
    padding: 3rem 2rem 4rem;
    margin-bottom: 5.6rem;
    display: block;
  }
  .lp-tokyo-cta._end {
    margin-bottom: 0;
    padding-bottom: 7rem;
  }
}

.lp-tokyo-cta .cta-ctn {
  width: 50%;
  background: linear-gradient(103deg, #F7B400 -2.51%, #EC6C00 98.52%);
  border-radius: 0 4rem 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 0 11.6rem 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-cta .cta-ctn {
    display: block;
    width: 100%;
    border-radius: 4rem;
    padding: 3rem 1rem;
    text-align: center;
  }
}

.lp-tokyo-cta .cta-button {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 1.5rem 4rem 10.8rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-cta .cta-button {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
}

.lp-tokyo-cta .cta-button .cta-button_inner {
  display: block;
  width: 100%;
  max-width: 38rem;
  position: relative;
}

.lp-tokyo-cta .cta-button .cta-icon {
  display: inline-block;
  width: 12rem;
  position: absolute;
  top: -6.2rem;
  right: -12.7rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-cta .cta-button .cta-icon {
    width: 6.7rem;
    top: -7rem;
    right: -0.4rem;
  }
}

.lp-tokyo-cta .cta-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 160%;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-cta .cta-title {
    font-size: 2.2rem;
  }
}

.lp-tokyo-cta .cta-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-cta .cta-txt {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}

.lp-tokyo-cta .cta-sub {
  margin-bottom: 1rem;
}

@media screen and (min-width: 769px) {
  .lp-tokyo-cta .cta-sub {
    margin-left: 11.2rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-cta .cta-sub {
    text-align: center;
    margin: 0;
  }
}

.lp-tokyo-cta .cta-button {
  margin-right: 8.5rem;
}

.lp-tokyo-cta .cta-button .cta-button-list .cta-button-itm + .cta-button-itm {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-cta .cta-button {
    margin: 1.8rem 0 0;
  }
  .lp-tokyo-cta .cta-button .cta-button-list .cta-button-itm + .cta-button-itm {
    margin-top: 2rem;
  }
}

.lp-lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .lp-lead {
    font-size: 1.4rem;
  }
}

.lp-tokyo-ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-ttl {
    font-size: 2.6rem;
  }
}

.lp-tokyo-ttl.ttl-ico {
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-ttl.ttl-ico {
    margin-bottom: 3rem;
  }
}

.lp-tokyo-ttl.ttl-ico .tx {
  display: inline-block;
  position: relative;
  padding: 0 6rem;
}

.lp-tokyo-ttl.ttl-ico .tx::before, .lp-tokyo-ttl.ttl-ico .tx::after {
  position: absolute;
  content: '';
  width: 3.1rem;
  height: 4.5rem;
  top: -3rem;
  background: url(../img/landing/tokyo/sc_ttl_icon.svg) left top no-repeat;
  background-size: cover;
}

.lp-tokyo-ttl.ttl-ico .tx::before {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.lp-tokyo-ttl.ttl-ico .tx::after {
  right: 0;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-ttl.ttl-ico .tx {
    padding: 0 2rem;
  }
  .lp-tokyo-ttl.ttl-ico .tx::before, .lp-tokyo-ttl.ttl-ico .tx::after {
    width: 2rem;
    height: 2.9rem;
    top: -1.2rem;
  }
}

.ttl-sub {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%;
  padding: 0.7rem 3rem;
  border: 0.1rem solid #EC6C00;
  border-radius: 5rem;
  color: #EC6C00;
  background-color: #fff;
  margin-bottom: 1.2rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    padding: 0.7rem 2rem;
  }
}

.ttl-sub::before {
  position: absolute;
  content: '';
  width: 1.3rem;
  height: 1.6rem;
  left: calc(50% + 0.2rem);
  bottom: -1.1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  background: url(../img/landing/tokyo/ttl_sub_after.svg) left bottom no-repeat;
  background-size: cover;
}

.color-orange {
  color: #EC6C00;
}

.bg-orange {
  background-color: #EC6C00;
  color: #fff;
  padding: 0 0.5rem;
}

.lp-tokyo-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 3.5rem;
  white-space: nowrap;
  overflow: hidden;
  padding: 10rem 0 6rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-loop {
    padding: 3rem 0 3rem;
  }
}

.lp-tokyo-loop img {
  width: auto;
  max-width: unset;
  height: 7.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-animation: loop-scroll 20s linear infinite;
  animation: loop-scroll 20s linear infinite;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-loop img {
    height: 3.9rem;
  }
}

@-webkit-keyframes loop-scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop-scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/** tokyo-about section **/
.lp-tokyo-about {
  padding: 0 0 10rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-about {
    padding-bottom: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 0 6rem;
  }
}

.lp-tokyo-about .tokyo-about_lbl {
  display: inline-block;
  width: 36.3rem;
  margin-bottom: 1.2rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-about .tokyo-about_lbl {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.lp-tokyo-about .tokyo-about_ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 2.2rem;
}

.lp-tokyo-about .tokyo-about_ttl span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#F7B400), to(#EC6C00));
  background: linear-gradient(90deg, #F7B400 0%, #EC6C00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-about .tokyo-about_ttl {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 1.8rem;
  }
}

.lp-tokyo-about .tokyo-about_img {
  width: 51.2rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-about .tokyo-about_img {
    width: 100%;
  }
}

.lp-tokyo-about .tokyo-about_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-about .tokyo-about_ctn {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
  .lp-tokyo-about .tokyo-about_ctn span + span {
    margin-left: 0.5rem;
  }
}

/** tokyo-gallery **/
.lp-tokyo-gallery {
  padding: 8rem 0 30rem;
  background-color: #F5F7F9;
  border-radius: 8rem 8rem 0 0;
}

@media screen and (min-width: 769px) {
  .lp-tokyo-gallery .lp-btn {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-gallery {
    padding: 6rem 0 18rem;
    border-radius: 6rem 6rem 0 0;
  }
  .lp-tokyo-gallery .lp-btn {
    margin-top: 3rem;
  }
  .lp-tokyo-gallery .lp-btn .ico {
    width: 1.5rem;
  }
}

.lp-tokyo-gallery .lp-lead {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-gallery .lp-lead {
    font-size: 1.4rem;
    line-height: 180%;
  }
}

/** tokyo-strength section **/
.lp-tokyo-strength {
  margin-top: -20rem;
  background-color: #fff;
  border-radius: 8rem 8rem 0 0;
  padding: 8rem 0 7rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-strength {
    padding: 4rem 0;
    margin-top: -12rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-strength .strength-ttl {
    text-align: center;
    margin-bottom: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-strength .lp-lead {
    font-size: 1.4rem;
    line-height: 180%;
  }
}

.lp-tokyo-strength .strength-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 9rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-strength .strength-head {
    display: block;
    text-align: center;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-strength .lp-com-itm {
    width: calc(100%/3 - 3rem);
  }
}

.lp-tokyo-strength .lp-com-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-strength .lp-com-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.8rem 0;
  }
  .lp-tokyo-strength .lp-com-list .lp-com-itm {
    width: 100%;
    border-radius: 2rem;
    padding: 4.7rem 3rem 3rem;
    border: none;
    background-color: #F5F7F9;
  }
  .lp-tokyo-strength .lp-com-list .lp-com-itm::after {
    width: 5.5rem;
    height: 5.5rem;
    font-size: 2rem;
    line-height: 140%;
    top: -2.8rem;
  }
  .lp-tokyo-strength .lp-com-list .lp-com-itm .lp-com-itm_img {
    width: 100%;
    height: 21.2rem;
    overflow: hidden;
  }
  .lp-tokyo-strength .lp-com-list .lp-com-itm .lp-com-itm_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/** tokyo-staff section **/
.lp-tokyo-staff {
  padding: 0 0 10.4rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-staff {
    padding: 0 0 5.4rem;
  }
}

.lp-tokyo-staff .staff-ttl {
  margin-left: 8.7rem;
}

.lp-tokyo-staff .staff-ttl span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  color: #EC6C00;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-staff .staff-ttl {
    margin: 0;
    text-align: center;
  }
  .lp-tokyo-staff .staff-ttl span {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.lp-tokyo-staff .staff-wrap {
  padding: 3rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  border: 1px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F7F9), to(#F5F7F9)), -webkit-gradient(linear, left top, right top, from(#F7B400), to(#EC6C00));
  background-image: linear-gradient(#F5F7F9, #F5F7F9), linear-gradient(90deg, #F7B400 0%, #EC6C00 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  position: relative;
  border-radius: 2rem;
}

.lp-tokyo-staff .staff-wrap::after {
  position: absolute;
  content: '';
  width: calc(100% + 0.6rem);
  height: calc(100% + 0.6rem);
  background: -webkit-gradient(linear, left top, right top, from(#F7B400), to(#EC6C00));
  background: linear-gradient(90deg, #F7B400 0%, #EC6C00 100%);
  left: 0;
  top: 0;
  border-radius: 2rem;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-staff .staff-wrap {
    display: block;
    padding: 3rem;
  }
  .lp-tokyo-staff .staff-wrap::after {
    width: calc(100% + 0.5rem);
    height: calc(100% + 0.5rem);
  }
}

.lp-tokyo-staff .staff-img {
  width: 30.8rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-staff .staff-img {
    width: 100%;
  }
}

.lp-tokyo-staff .staff-ctn_ttl {
  padding: 1.2rem 4.8rem;
  border: 0.1rem solid #454545;
  border-radius: 5rem;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-staff .staff-ctn_ttl {
    font-size: 1.6rem;
    line-height: 140%;
    margin-bottom: 2.4rem;
    text-align: center;
    padding: 0.6rem 4.8rem;
    display: block;
    width: 100%;
    text-align: center;
  }
}

.lp-tokyo-staff .staff-ctn_ttl::after {
  position: absolute;
  content: '';
  width: 1.2rem;
  height: 1.9rem;
  background: url(../img/landing/tokyo/staff_arrow_after.svg) bottom right no-repeat;
  background-size: cover;
  left: 50%;
  bottom: -1.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.lp-tokyo-staff .staff-ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lp-tokyo-staff .staff-ctn .staff-ctn_body {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-staff .staff-ctn .staff-ctn_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.6rem;
  }
}

.lp-tokyo-staff .staff-ctn .staff-ctn_body .sf-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .lp-tokyo-staff .staff-ctn .staff-ctn_body .sf-img {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-staff .staff-ctn .staff-ctn_body .sf-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 7.6rem;
    height: 7.6rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-staff .staff-ctn .staff-ctn_body .sf-txt {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 180%;
    width: calc(100% - 12rem);
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-staff .staff-ctn .staff-ctn_body .sf-txt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-staff .staff-ctn .staff-ctn_body .sf-name {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 180%;
    width: calc(100% - 12rem);
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-staff .staff-ctn .staff-ctn_body .sf-name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.4rem;
    margin: 0 0 0 2rem;
  }
}

/** tokyo-column ection **/
.lp-tokyo-column {
  padding: 10rem 0 12rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-column {
    padding: 6rem 0;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-column .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem;
  }
}

.lp-tokyo-column .column-ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-column .column-ttl {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-column .lp-tokyo-column_head {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }
  .lp-tokyo-column .lp-tokyo-column_head::after {
    position: absolute;
    content: '';
    width: 14rem;
    height: 20.1rem;
    left: 10.6rem;
    bottom: 3.3rem;
    background: url(../img/landing/tokyo/column_icon.svg) left top no-repeat;
    background-size: cover;
    z-index: -1;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-column .lp-tokyo-column_head {
    text-align: center;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-column .lp-tokyo-column_cont {
    width: 82rem;
  }
}

/** tokyo-service section **/
.lp-tokyo-service {
  background-color: #F5F7F9;
  padding: 12rem 0 10rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-service {
    padding: 6.3rem 0 5rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-service .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.lp-tokyo-service .ttl-sub {
  position: absolute;
  top: -2.3rem;
  left: 6.2rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-service .ttl-sub {
    left: 50%;
    top: -1.9rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.lp-tokyo-service .tokyo-service_ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem dashed #454545;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-service .tokyo-service_ttl {
    font-size: 2.2rem;
    text-align: center;
  }
}

.lp-tokyo-service .tokyo-service_ctn {
  width: 86.5rem;
  background-color: #fff;
  border: 0.1rem solid #454545;
  border-radius: 2rem;
  padding: 4rem 6.2rem 5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 180%;
  position: relative;
  z-index: 1;
}

.lp-tokyo-service .tokyo-service_ctn a {
  text-decoration: underline;
}

.lp-tokyo-service .tokyo-service_ctn a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-service .tokyo-service_ctn {
    width: 100%;
    padding: 3rem 2rem;
    font-size: 1.4rem;
  }
}

.lp-tokyo-service .tokyo-service_img {
  width: 47.8rem;
  margin-left: -10rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-service .tokyo-service_img {
    width: 33.2rem;
    margin-left: 0.3rem;
    margin-top: -1.7rem;
  }
}

.lp-tokyo-wrap_bg {
  padding: 14rem 0 0;
  position: relative;
  z-index: 1;
}

.lp-tokyo-wrap_bg::before {
  width: 100%;
  height: 21.8rem;
  left: 0;
  top: 0;
  position: absolute;
  content: '';
  background: url(../img/landing/tokyo/lp-tokyo-wrap_before.svg) left top repeat-x;
  background-size: contain;
}

.lp-tokyo-wrap_bg::after {
  position: absolute;
  content: '';
  left: 0;
  top: 8.2rem;
  width: 100%;
  height: calc(100% - 8.2rem);
  background-color: #F5F7F9;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-wrap_bg {
    padding: 6.5rem 0 28rem;
  }
  .lp-tokyo-wrap_bg::before {
    height: 11.2rem;
  }
  .lp-tokyo-wrap_bg::after {
    top: 4.2rem;
    height: calc(100% - 4.2rem);
  }
}

/** tokyo-feature section **/
@media screen and (min-width: 769px) {
  .lp-tokyo-feature {
    padding: 0;
    position: relative;
  }
}

.lp-tokyo-feature .tokyo-feature-ttl {
  margin-bottom: 2.4rem;
}

.lp-tokyo-feature .tokyo-feature-ttl img {
  width: 48.1rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-feature .tokyo-feature-ttl {
    margin-bottom: 2.6rem;
  }
  .lp-tokyo-feature .tokyo-feature-ttl img {
    width: 33.5rem;
  }
}

.lp-tokyo-feature .sticky-header-area {
  text-align: center;
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-feature .sticky-header-area {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-feature .lp-lead {
    font-size: 1.4rem;
    line-height: 180%;
    margin-bottom: 4.4rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-feature .lp-slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 111.6rem;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-feature .lp-slider-wrap {
    position: relative;
  }
}

.lp-tokyo-feature .tokyo-feature-slider {
  margin: -1.5rem 0;
  position: relative;
}

.lp-tokyo-feature .tokyo-feature-slider::after {
  position: absolute;
  content: '';
  width: 10.2rem;
  height: 18.5rem;
  right: 5.6rem;
  top: 1.7rem;
  background: url(../img/landing/tokyo/feature_icon.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-feature .tokyo-feature-slider {
    margin: 0 -1rem;
  }
  .lp-tokyo-feature .tokyo-feature-slider::after {
    width: 4.9rem;
    height: 8.8rem;
    top: -3rem;
    right: 4rem;
  }
}

.lp-tokyo-feature .tokyo-feature-slider_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 3rem;
}

@media screen and (min-width: 769px) {
  .lp-tokyo-feature .tokyo-feature-slider_item {
    width: 100%;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-feature .tokyo-feature-slider_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem 0;
    margin: 0 0.7rem;
    border-radius: 2rem;
    background-color: #fff;
    position: relative;
    padding: 3rem 2rem 7.4rem;
    width: 30.7rem !important;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_img {
    width: 46.3rem;
    border-radius: 2rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_img {
    width: 100%;
    height: 18.1rem;
    overflow: hidden;
  }
  .lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont {
    width: 61.3rem;
    padding: 5rem 5.6rem 15.4rem 5.3rem;
    border-radius: 4rem;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont {
    width: 100%;
  }
}

.lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .lbl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
  color: #fff;
  border-radius: 3rem;
  margin-bottom: 4rem;
  height: 5.2rem;
  padding-right: 2.8rem;
  position: relative;
  z-index: 1;
}

.lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .lbl::after {
  position: absolute;
  content: '';
  width: calc(100% + 0.1rem);
  height: calc(100% - 0.1rem);
  left: 0.1rem;
  top: 0;
  border: 0.1rem dashed #454545;
  border-radius: 3rem;
  z-index: -1;
}

.lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .lbl .en {
  width: 14.3rem;
  height: 100%;
  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-column-gap: 0.7rem;
  -moz-column-gap: 0.7rem;
  column-gap: 0.7rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  border-radius: 3rem;
  background: -webkit-gradient(linear, left top, right top, from(#F7B400), to(#EC6C00));
  background: linear-gradient(90deg, #F7B400 0%, #EC6C00 100%);
}

.lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .lbl .en .point {
  display: inline-block;
  line-height: 1;
  margin-top: 1rem;
}

.lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .lbl .en .num {
  display: inline-block;
  font-size: 4rem;
}

.lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .lbl .ja {
  display: inline-block;
  font-weight: 700;
  font-size: 2.4rem;
  color: #454545;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .lbl {
    margin: 0 auto 1.2rem;
    height: 4rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .lbl .en {
    width: 11rem;
    font-size: 1.4rem;
  }
  .lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .lbl .en .point {
    margin-top: 0.6rem;
  }
  .lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .lbl .en .num {
    font-size: 3rem;
  }
  .lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .lbl .ja {
    font-size: 2rem;
  }
}

.lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.03em;
  margin-bottom: 2.5rem;
  color: #EC6C00;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .ttl {
    font-size: 2rem;
    line-height: 140%;
    margin-bottom: 1.6rem;
  }
}

.lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-feature .tokyo-feature-slider_item .tokyo-feature-slider_item_cont .txt {
    font-size: 1.4rem;
    line-height: 180%;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-feature .slider-nav {
    width: 100%;
    max-width: 22.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    position: absolute;
    bottom: 4.2rem;
    right: 19.4rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-feature .slick-list {
    overflow: visible;
  }
}

.lp-tokyo-feature .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-tokyo-feature .tokyo-feature-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.8rem;
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .lp-tokyo-feature .tokyo-feature-dots .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lp-tokyo-feature .tokyo-feature-dots .slick-dots li {
    width: 1rem;
    height: 1rem;
    border: 1px solid #454545;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .lp-tokyo-feature .tokyo-feature-dots .slick-dots li._active {
    background-color: #E64A19;
    border-color: #E64A19;
    border-radius: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-feature .tokyo-feature-dots {
    margin-top: -9.6rem;
    position: relative;
  }
}

/** tokyo-flow section **/
@media screen and (max-width: 768px) {
  .lp-tokyo-flow .container {
    padding: 0;
  }
}

.lp-tokyo-flow .flow-ttl {
  width: 41.4rem;
  margin: 0 auto 5rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-flow .flow-ttl {
    width: 30.8rem;
    margin-bottom: 3.4rem;
    text-align: center;
  }
  .lp-tokyo-flow .flow-ttl img {
    width: 100%;
  }
}

.lp-tokyo-flow .tokyo-flow-contents {
  width: 100%;
  padding: 5rem 6rem;
  background-color: #F5F7F9;
  border-radius: 8rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-flow .tokyo-flow-contents {
    padding: 4rem 4rem 3rem;
    border-radius: 6rem;
  }
}

.lp-tokyo-flow .tokyo-flow-chart {
  width: 106.2rem;
  margin: 0 auto 6rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-flow .tokyo-flow-chart {
    width: 100%;
    text-align: center;
  }
  .lp-tokyo-flow .tokyo-flow-chart img {
    width: 26.3rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-flow .lp-slider-wrap {
    width: 100%;
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.lp-tokyo-flow .tokyo-flow-slider {
  margin: 0 -1.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-flow .tokyo-flow-slider {
    margin: 0 -1.5rem;
    overflow: visible;
  }
}

.lp-tokyo-flow .tokyo-flow-slider_item {
  width: 35.9rem !important;
  height: auto;
  margin: 0 1.4rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-flow .tokyo-flow-slider_item {
    width: 28.2rem !important;
    margin: 0 1.5rem;
  }
}

.lp-tokyo-flow .tokyo-flow-slider_item ._ctn {
  border-radius: 2rem;
  width: 100%;
  overflow: hidden;
}

.lp-tokyo-flow .tokyo-flow-slider_item ._img {
  width: 100%;
  height: 24.9rem;
  overflow: hidden;
}

.lp-tokyo-flow .tokyo-flow-slider_item ._img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-flow .tokyo-flow-slider_item ._img {
    height: 19.6rem;
  }
}

.lp-tokyo-flow .tokyo-flow-slider_item ._ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  padding: 0.8rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#F7B400), to(#EC6C00));
  background: linear-gradient(90deg, #F7B400 0%, #EC6C00 100%);
  text-align: center;
}

.lp-tokyo-flow .tokyo-flow-slider_item ._ttl span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  margin-right: 0.4rem;
  font-family: "Beiruti", sans-serif;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-flow .tokyo-flow-slider_item ._ttl {
    font-size: 1.6rem;
  }
  .lp-tokyo-flow .tokyo-flow-slider_item ._ttl span {
    font-size: 2.2rem;
  }
}

.lp-tokyo-flow .tokyo-flow-slider_item ._txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-flow .tokyo-flow-slider_item ._txt {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}

.lp-tokyo-flow .tokyo-flow-slider_item.item6 ._ttl, .lp-tokyo-flow .tokyo-flow-slider_item.item7 ._ttl {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-flow .tokyo-flow-slider_item.item6 ._ttl, .lp-tokyo-flow .tokyo-flow-slider_item.item7 ._ttl {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-flow .slick-list {
    overflow: visible;
  }
}

.lp-tokyo-flow .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .lp-tokyo-flow .psl-nav {
    width: 14.8rem;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-flow .psl-nav ._button.prev {
    left: -1.5rem;
  }
  .lp-tokyo-flow .psl-nav ._button.next {
    right: -1.5rem;
  }
}

.lp-tokyo-flow .slick-dots {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-flow .slick-dots {
    margin-top: 1rem;
  }
}

/** osaka-technology section **/
.lp-tokyo-technology {
  padding: 10rem 0 10rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-technology {
    padding: 5rem 0 9rem;
  }
}

.lp-tokyo-technology .tokyo-technology-wrap {
  background-color: #fff;
  border-radius: 2rem;
  border: 0.1rem dashed #454545;
  padding: 4rem;
  position: relative;
}

.lp-tokyo-technology .tokyo-technology-wrap::after {
  position: absolute;
  content: '';
  width: 10.4rem;
  height: 18.7rem;
  bottom: -7rem;
  right: 18.5rem;
  background: url(../img/landing/tokyo/technology_icon.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-technology .tokyo-technology-wrap {
    padding: 3rem 2.5rem 4rem 2rem;
  }
  .lp-tokyo-technology .tokyo-technology-wrap::after {
    width: 6.1rem;
    height: 11.1rem;
    left: -0.7rem;
    bottom: -5.4rem;
    right: auto;
  }
}

.lp-tokyo-technology .technology-ttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  padding-left: 1.9rem;
}

.lp-tokyo-technology .technology-ttl::before {
  position: absolute;
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  background-color: #E64A19;
  border-radius: 50%;
  top: 1.6rem;
  left: 0;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-technology .technology-ttl {
    font-size: 2rem;
    line-height: 140%;
    margin-bottom: 3rem;
  }
  .lp-tokyo-technology .technology-ttl::before {
    top: 1rem;
  }
}

.lp-tokyo-technology .tokyo-technology-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.9rem;
  -moz-column-gap: 6.9rem;
  column-gap: 6.9rem;
  padding-top: 7rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-technology .tokyo-technology-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.2rem 0;
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-technology .tokyo-technology-itm {
    width: calc(100%/3 - 4.6rem);
    text-align: center;
  }
  .lp-tokyo-technology .tokyo-technology-itm:nth-child(2) {
    margin-top: -7rem;
  }
  .lp-tokyo-technology .tokyo-technology-itm:nth-child(3) {
    margin-top: -14rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-technology .tokyo-technology-itm {
    text-align: center;
  }
}

.lp-tokyo-technology .tokyo-technology-itm .tokyo-technology-itm_img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.lp-tokyo-technology .tokyo-technology-itm .tokyo-technology-itm_img::after {
  position: absolute;
  content: '';
  width: calc(100% + 0.6rem);
  height: calc(100% + 0.6rem);
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#F7B400), to(#EC6C00));
  background: linear-gradient(90deg, #F7B400 0%, #EC6C00 100%);
  z-index: -1;
  border-radius: 2rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-technology .tokyo-technology-itm .tokyo-technology-itm_img::after {
    width: calc(100% + 0.5rem);
    height: calc(100% + 0.5rem);
  }
}

.lp-tokyo-technology .tokyo-technology-itm .tokyo-technology-itm_note {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1;
  padding-right: 1rem;
  margin-top: 1rem;
  margin-bottom: -1rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-technology .tokyo-technology-itm .tokyo-technology-itm_note {
    padding: 0;
    font-size: 1rem;
  }
}

.lp-tokyo-technology .tokyo-technology-itm .tokyo-technology-itm_ctn {
  padding: 2.2rem 0 2rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-technology .tokyo-technology-itm .tokyo-technology-itm_ctn {
    padding-bottom: 0;
  }
}

.lp-tokyo-technology .tokyo-technology-itm .tokyo-technology-itm_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-technology .tokyo-technology-itm .tokyo-technology-itm_ttl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}

.lp-tokyo-technology .tokyo-technology-itm .tokyo-technology-itm_txt {
  font-size: 1.6rem;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-technology .tokyo-technology-itm .tokyo-technology-itm_txt {
    font-size: 1.4rem;
  }
}

/** tokyo-works section **/
.lp-tokyo-works {
  padding: 0 0 30.6rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-works {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-works .works-ttl .tx {
    display: block;
  }
}

.lp-tokyo-works .lp-lead {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-works .lp-lead {
    font-size: 1.4rem;
  }
}

/** tokyo-message section **/
.lp-tokyo-message {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .lp-tokyo-message {
    padding: 0 0 12rem;
    margin-top: -19.6rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-message {
    margin-top: -23rem;
    margin-bottom: 6.5rem;
  }
}

.lp-tokyo-message .message-ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem dashed #454545;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-message .message-ttl {
    font-size: 2.2rem;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
  }
  .lp-tokyo-message .message-ttl.show_sp {
    display: block;
  }
}

.lp-tokyo-message .message-wrap {
  padding: 5rem 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  border: 1px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#F7B400), to(#EC6C00));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #F7B400 0%, #EC6C00 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  position: relative;
  border-radius: 2rem;
}

.lp-tokyo-message .message-wrap::after {
  position: absolute;
  content: '';
  width: calc(100% + 0.6rem);
  height: calc(100% + 0.6rem);
  background: -webkit-gradient(linear, left top, right top, from(#F7B400), to(#EC6C00));
  background: linear-gradient(90deg, #F7B400 0%, #EC6C00 100%);
  left: 0;
  top: 0;
  border-radius: 2rem;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-message .message-wrap {
    padding: 3rem 2rem 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem 0;
  }
  .lp-tokyo-message .message-wrap::after {
    width: calc(100% + 0.5rem);
    height: calc(100% + 0.5rem);
  }
}

.lp-tokyo-message .message-img {
  width: 46.8rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-message .message-img {
    width: 100%;
  }
}

.lp-tokyo-message .message-ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%;
}

.lp-tokyo-message .message-ctn p + p {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-message .message-ctn {
    font-size: 1.4rem;
    line-height: 180%;
  }
}

/** tokyo-faq **/
.lp-tokyo-faq {
  padding: 12rem 0 10rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .lp-tokyo-faq::after {
    position: absolute;
    content: '';
    width: 72.5rem;
    height: 19.9rem;
    left: 0;
    top: 36rem;
    z-index: -1;
    background: url(../img/landing/tokyo/faq_after.svg) left top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-faq {
    padding: 9.4rem 0 6rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-faq .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12rem;
    -moz-column-gap: 12rem;
    column-gap: 12rem;
  }
}

.lp-tokyo-faq .faq-ttl {
  font-size: 4rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-faq .faq-ttl {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-faq .lp-lead {
    font-size: 1.4rem;
  }
}

.lp-tokyo-faq .tokyo-faq-head {
  position: relative;
}

.lp-tokyo-faq .tokyo-faq-head::after {
  position: absolute;
  content: '';
  width: 20.8rem;
  height: 22.9rem;
  right: 0;
  top: 33rem;
  background: url(../img/landing/tokyo/faq_icon_pc.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .lp-tokyo-faq .tokyo-faq-head {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .lp-tokyo-faq .tokyo-faq-head {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .lp-tokyo-faq .tokyo-faq-head::after {
    width: 8.7rem;
    height: 10.6rem;
    right: 0.9rem;
    top: -10.6rem;
    background: url(../img/landing/tokyo/faq_icon_sp.svg) left top no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  .lp-tokyo-faq .tokyo-faq-cont {
    width: 77.1rem;
  }
}

.lp-tokyo-faq .faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.2rem;
}

@media screen and (max-width: 768px) {
  .lp-tokyo-faq .faq-list {
    row-gap: 1rem;
  }
}

.lp-tokyo-faq .faq-itm {
  width: 100%;
  border: 0.1rem solid #454545;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.lp-tokyo-faq .faq-itm::after {
  position: absolute;
  content: '';
  width: 6.2rem;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#F7B400), to(#EC6C00));
  background: linear-gradient(90deg, #F7B400 0%, #EC6C00 100%);
}

.lp-tokyo-faq .faq-itm .faq-itm_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
  padding: 1.5rem 6rem 1.5rem 8rem;
  position: relative;
  z-index: 1;
}

.lp-tokyo-faq .faq-itm .faq-itm_ttl::before {
  position: absolute;
  content: '';
  width: 1.5rem;
  height: 1.8rem;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/landing/tokyo/lp_arrow_down.png) center top no-repeat;
  background-size: cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.lp-tokyo-faq .faq-itm .faq-itm_ttl::after {
  position: absolute;
  content: 'Q';
  left: 2.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 140%;
  font-family: "Beiruti", sans-serif;
}

.lp-tokyo-faq .faq-itm .faq-itm_ttl.active::before {
  -webkit-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}

@media screen and (max-width: 768px) {
  .lp-tokyo-faq .faq-itm .faq-itm_ttl {
    font-size: 1.4rem;
    line-height: 170%;
    padding: 0.7rem 4.1rem 0.7rem 7.7rem;
  }
}

.lp-tokyo-faq .faq-itm .faq-itm_txt {
  display: none;
  border-top: 0.1rem solid #454545;
  padding: 1.5rem 3rem 1.5rem 8rem;
}

/* SP */
@media (max-width: 768px) {
  .lp-tokyo-gallery .lp-post-list .lp-post-itm {
    display: none;
  }
  .lp-tokyo-gallery .lp-post-list .lp-post-itm.is-visible {
    display: block;
  }
  .lp-tokyo-gallery .js-loadmore {
    margin: 3rem auto 0;
  }
}

/* PC */
@media (min-width: 769px) {
  .lp-tokyo-gallery .js-loadmore {
    display: none !important;
  }
}
