/*! 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-osaka {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #FDFAE3;
  overflow: hidden;
}

.font-krona {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hover:hover {
  opacity: 1;
}

.lp-mv {
  background-color: #FFDB5B;
  padding: 5rem;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .lp-mv {
    padding: 2rem;
    height: auto;
  }
}

.lp-mv .lp-mv_img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 3rem;
}

.lp-mv .lp-mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lp-mv .lp-mv_ttl {
  width: 62.8rem;
  position: absolute;
  bottom: 10.2rem;
  left: 8.4rem;
}

.lp-mv .lp-mv_ttl img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lp-mv .lp-mv_ttl {
    width: 28.5rem;
    bottom: auto;
    top: 6.1rem;
    left: 4.6rem;
  }
}

.lp-mv .bubble-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.lp-mv .bubble-shadow {
  width: 100%;
  position: absolute;
  right: -0.4rem;
  bottom: -0.4rem;
  z-index: -1;
  -webkit-animation: rotateClockwise 12s linear infinite;
  animation: rotateClockwise 12s linear infinite;
}

@media screen and (max-width: 768px) {
  .lp-mv .bubble-shadow {
    right: -0.2rem;
    bottom: -0.2rem;
  }
}

.lp-mv .bubble-tx {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lp-mv .bubble-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotateClockwise 12s linear infinite;
  animation: rotateClockwise 12s linear infinite;
}

.lp-mv .kkv-txt1 {
  width: 19.5rem;
  height: 19.5rem;
  position: absolute;
  left: 11rem;
  top: 0;
}

@media screen and (max-width: 768px) {
  .lp-mv .kkv-txt1 {
    width: 12.5rem;
    height: 12.5rem;
    left: 1rem;
  }
}

.lp-mv .kkv-txt2 {
  width: 19.5rem;
  height: 19.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .lp-mv .kkv-txt2 {
    width: 12.5rem;
    height: 12.5rem;
    left: 0;
    bottom: 0;
  }
}

.lp-mv .kkv-txt3 {
  width: 19.5rem;
  height: 19.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .lp-mv .kkv-txt3 {
    width: 12.5rem;
    height: 12.5rem;
    right: 0;
    bottom: 6rem;
  }
}

.lp-mv .lp-mv_txt {
  position: absolute;
  bottom: 8rem;
  right: 10rem;
  width: 40.4rem;
}

.lp-mv .lp-mv_txt picture {
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .lp-mv .lp-mv_txt {
    width: 24.3rem;
    right: auto;
    left: 2rem;
    bottom: 0.7rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-osaka-about .osaka-about_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7.5rem 0 13rem;
    position: relative;
    z-index: 1;
    min-height: 61.4rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-osaka-about .osaka-about_top {
    padding: 4.3rem 2rem 3rem;
  }
}

.lp-osaka-about .lp-title_under {
  font-size: 28rem;
  line-height: calc(80/280);
  letter-spacing: 0;
  color: #FFF1C0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 13rem;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .lp-osaka-about .lp-title_under {
    font-size: 7rem;
    line-height: calc(80/70);
    position: static;
    margin-top: -1.8rem;
  }
}

.lp-osaka-about .osaka-about_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lp-osaka-about .osaka-about_heading {
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
}

.lp-osaka-about .osaka-about_heading .ttl {
  width: 39.2rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-about .osaka-about_heading .ttl {
    width: 20.7rem;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .lp-osaka-about .osaka-about_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 114rem;
    margin-top: 10.3rem;
  }
  .lp-osaka-about .osaka-about_img .img01 {
    width: 29.7rem;
  }
  .lp-osaka-about .osaka-about_img .img02 {
    width: 25.6rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-osaka-about .osaka-about_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4.4rem;
    -moz-column-gap: 4.4rem;
    column-gap: 4.4rem;
    margin-top: 1.4rem;
  }
  .lp-osaka-about .osaka-about_img .img01 {
    width: 16.4rem;
  }
  .lp-osaka-about .osaka-about_img .img02 {
    width: 11rem;
    margin-top: -5.7rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-osaka-about .osaka-about_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 9rem;
    -moz-column-gap: 9rem;
    column-gap: 9rem;
  }
  .lp-osaka-about .osaka-about_bottom .osaka-about_feat {
    width: calc(555/1366 * 100%);
    max-width: 55.5rem;
  }
  .lp-osaka-about .osaka-about_bottom .osaka-about_feat img {
    width: 100%;
  }
  .lp-osaka-about .osaka-about_bottom .osaka-about_ctn {
    width: calc(721/1366 * 100%);
    max-width: 72.1rem;
    font-size: 1.8rem;
    line-height: calc(40/18);
  }
  .lp-osaka-about .osaka-about_bottom .osaka-about_ctn .osaka-about_ctn_inner {
    max-width: 67.1rem;
  }
  .lp-osaka-about .osaka-about_bottom .osaka-about_ctn span {
    background-color: #fff;
    color: #E64A19;
  }
  .lp-osaka-about .osaka-about_bottom .osaka-about_ctn p + p {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-osaka-about .osaka-about_bottom {
    padding: 0 2rem 0;
  }
  .lp-osaka-about .osaka-about_bottom .osaka-about_feat {
    margin-top: 3rem;
    margin-left: -2rem;
  }
  .lp-osaka-about .osaka-about_bottom .osaka-about_ctn {
    font-size: 1.6rem;
    line-height: calc(30/16);
  }
  .lp-osaka-about .osaka-about_bottom .osaka-about_ctn span {
    background-color: #fff;
    color: #E64A19;
  }
}

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

.color-red {
  color: #E64A19 !important;
}

.bg-red {
  background-color: #E64A19 !important;
}

.bg-pink {
  background-color: #FF8CDE !important;
}

.bg-green {
  background-color: #41AB40 !important;
}

.bg-lightgreen {
  background-color: #ACEC44 !important;
}

.bg-lightblue {
  background-color: #57D5E3 !important;
}

.bg-blue {
  background-color: #496AEE !important;
}

.lp-post-itm_thumb {
  display: block;
  margin-bottom: 1.8rem;
}

.lp-post-itm_thumb ._img {
  width: 100%;
  height: 35rem;
  border-radius: 1.2rem;
}

.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 {
    margin-bottom: 1rem;
  }
  .lp-post-itm_thumb ._img {
    height: 19rem;
    border-radius: 0.8rem;
  }
}

.lp-post-title a {
  display: inline-block;
  text-decoration: underline;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(30/18);
}

@media screen and (max-width: 768px) {
  .lp-post-title a {
    font-size: 1.6rem;
    line-height: calc(29/16);
  }
}

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

.lp-cat {
  display: inline-block;
  background-color: #454545;
  color: #fff;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: calc(24/16);
}

@media screen and (max-width: 768px) {
  .lp-cat {
    font-size: 1.4rem;
    line-height: 1;
    padding: 0.8rem 1.4rem;
  }
}

.lp-tag {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(20/16);
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .lp-tag {
    font-size: 1.2rem;
    line-height: calc(20/12);
  }
}

.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 -1rem;
}

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

.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;
}

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

@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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6rem 6.6rem;
  margin: 11rem 0 0;
}

@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: 2rem 0;
    margin: 3rem 0 0;
  }
}

.lp-post-list .lp-post-itm {
  width: calc(100%/2 - 3.3rem);
  padding: 4rem 3rem 3rem;
  border: 0.5rem solid #454545;
  border-radius: 3rem;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 #454545;
  box-shadow: 0.5rem 0.5rem 0 0 #454545;
}

@media screen and (min-width: 769px) {
  .lp-post-list .lp-post-itm:nth-child(1), .lp-post-list .lp-post-itm:nth-child(2n+1) {
    margin-top: -7rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-post-list .lp-post-itm {
    width: 100%;
    padding: 2rem;
    border-radius: 1.5rem;
    border-width: 0.2rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 0 #454545;
    box-shadow: 0.3rem 0.3rem 0 0 #454545;
  }
}

.lp-post-list .lp-post-itm .lp-post-itm_cont {
  width: 100%;
  height: auto;
  -webkit-mask-image: url(../img/landing/osaka/lp_post_mask.png);
  mask-image: url(../img/landing/osaka/lp_post_mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: relative;
  padding: 2.4rem 3rem 2.8rem;
  background-color: #fff;
  border-radius: 1.5rem;
}

@media screen and (max-width: 768px) {
  .lp-post-list .lp-post-itm .lp-post-itm_cont {
    -webkit-mask-image: url(../img/landing/osaka/lp_post_mask_sp.png);
    mask-image: url(../img/landing/osaka/lp_post_mask_sp.png);
    padding: 1.4rem 2rem 4.2rem;
    border-radius: 0.4rem;
  }
}

.lp-post-list2 {
  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: 7.2rem 4rem;
  margin-top: 6.2rem;
}

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

.lp-post-list2 .lp-post-itm {
  width: calc(100%/3 - 2.7rem);
}

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

.lp-post-list2 .lp-post-itm .lp-post-itm_thumb {
  position: relative;
}

@media screen and (max-width: 768px) {
  .lp-post-list2 .lp-post-itm .lp-post-itm_thumb {
    margin-bottom: 2rem;
  }
}

.lp-post-list2 .lp-post-itm .lp-post-itm_thumb ._img {
  border-radius: 3rem;
  border: 0.4rem solid #454545;
  width: 100%;
  height: 30rem;
  overflow: hidden;
}

.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 {
    border-radius: 1.5rem;
    border-width: 0.3rem;
    height: 12.6rem;
  }
}

.lp-post-list2 .lp-post-itm .lp-post-itm_thumb ._date {
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Krona One", sans-serif;
  position: absolute;
  right: 2rem;
  top: -1.2rem;
  color: #454545;
  text-shadow: -0.2rem -0.2rem 0 #FFFFFF,  0.2rem -0.2rem 0 #FFFFFF, -0.2rem  0.2rem 0 #FFFFFF,  0.2rem  0.2rem 0 #FFFFFF, -0.2rem  0   0 #FFFFFF,  0.2rem  0   0 #FFFFFF, 0   -0.2rem 0 #FFFFFF,  0    0.2rem 0 #FFFFFF;
}

@media screen and (max-width: 768px) {
  .lp-post-list2 .lp-post-itm .lp-post-itm_thumb ._date {
    font-size: 1.2rem;
    line-height: calc(20/12);
    right: 1rem;
    top: -1rem;
    text-shadow: -0.1rem -0.1rem 0 #FFFFFF,  0.1rem -0.1rem 0 #FFFFFF, -0.1rem  0.1rem 0 #FFFFFF,  0.1rem  0.1rem 0 #FFFFFF, -0.1rem  0   0 #FFFFFF,  0.1rem  0   0 #FFFFFF, 0   -0.1rem 0 #FFFFFF,  0    0.1rem 0 #FFFFFF;
  }
}

@media screen and (max-width: 768px) {
  .lp-post-list2 .lp-post-itm .lp-post-title a {
    font-size: 1.4rem;
    line-height: calc(22/14);
  }
}

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

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

.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: 4rem 2rem;
  background-color: #fff;
  border: 0.5rem solid #454545;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 #454545;
  box-shadow: 0.5rem 0.5rem 0 0 #454545;
  border-radius: 3rem;
  position: relative;
  counter-increment: _count;
}

.lp-com-itm::after {
  position: absolute;
  content: "#" counter(_count);
  right: 1.2rem;
  top: -4.6rem;
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: calc(80/48);
  font-family: "Krona One", sans-serif;
  text-shadow: -0.5rem -0.5rem 0 #FFFFFF,  0.5rem -0.5rem 0 #FFFFFF, -0.5rem  0.5rem 0 #FFFFFF,  0.5rem  0.5rem 0 #FFFFFF, -0.5rem  0   0 #FFFFFF,  0.5rem  0   0 #FFFFFF, 0   -0.5rem 0 #FFFFFF,  0    0.5rem 0 #FFFFFF;
}

@media screen and (max-width: 768px) {
  .lp-com-itm::after {
    text-shadow: -0.3rem -0.3rem 0 #FFFFFF,  0.3rem -0.3rem 0 #FFFFFF, -0.3rem  0.3rem 0 #FFFFFF,  0.3rem  0.3rem 0 #FFFFFF, -0.3rem  0   0 #FFFFFF,  0.3rem  0   0 #FFFFFF, 0   -0.3rem 0 #FFFFFF,  0    0.3rem 0 #FFFFFF;
  }
}

.lp-com-itm .lp-com-itm_img {
  width: 100%;
  height: 26rem;
  border-radius: 1.2rem;
  overflow: hidden;
}

.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: 900;
  line-height: calc(40/26);
  text-align: center;
  margin: 2.6rem 0 2rem;
}

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

.lp-com-itm .lp-com-itm_txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(30/16);
}

.lp-com-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(24/18);
  width: 42rem;
  height: 8.5rem;
  padding: 1.2rem 1.2rem 1.2rem 3rem;
  border-radius: 11rem;
  border: 0.4rem solid #454545;
  background-color: #fff;
  color: #454545;
}

.lp-btn._center {
  margin: 5.5rem auto 0;
}

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

.lp-btn:hover .arrow img, .lp-btn:hover .arrow 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-btn {
    font-size: 1.6rem;
    line-height: calc(22/16);
    border-width: 0.2rem;
    width: 100%;
    height: 8rem;
    padding-left: 2rem;
  }
  .lp-btn._center {
    margin-top: 5rem;
  }
}

.slider-nav.psl-nav .slides-numbers {
  width: 7.5rem;
  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;
}

.slider-nav.psl-nav .slides-numbers > span {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: calc(20/18);
  font-family: "Krona One", sans-serif;
  width: 2rem;
  text-align: center;
}

.slider-nav.psl-nav .slides-numbers > span.splash {
  display: inline-block;
  width: 0.2rem;
  height: 2.4rem;
  background-color: #454545;
}

@media screen and (max-width: 768px) {
  .slider-nav.psl-nav .slides-numbers {
    display: none;
  }
}

.slider-nav.psl-nav .slick-arrow {
  width: 5.7rem;
  height: 5.7rem;
  border-color: #454545;
  border-width: 0.2rem;
}

.slider-nav.psl-nav .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .slider-nav.psl-nav .slick-arrow {
    position: absolute;
    width: 4.5rem;
    height: 4.5rem;
    top: 11.5rem;
  }
  .slider-nav.psl-nav .slick-arrow.prev {
    left: -1rem;
  }
  .slider-nav.psl-nav .slick-arrow.next {
    right: -1rem;
  }
}

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

.slick-dots li {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #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: #E64A19;
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

.lp-osaka-cta {
  color: #fff;
  background: #E64A19 url(../img/landing/osaka/cta_bg.png) left top no-repeat;
  background-size: cover;
  border-top: 0.4rem solid #454545;
  border-bottom: 0.4rem solid #454545;
  padding: 13.2rem 0 8.7rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lp-osaka-cta {
    padding: 7rem 0;
  }
}

.lp-osaka-cta .lp-title_under {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 20rem;
  font-weight: 400;
  line-height: calc(80/200);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 11rem;
  color: #EE6236;
}

@media screen and (max-width: 768px) {
  .lp-osaka-cta .lp-title_under {
    font-size: 5.6rem;
    line-height: calc(50/56);
    top: 3rem;
  }
}

.lp-osaka-cta .container {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .lp-osaka-cta .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.lp-osaka-cta .cta-title {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: calc(80/48);
}

@media screen and (max-width: 768px) {
  .lp-osaka-cta .cta-title {
    font-size: 2.8rem;
    line-height: calc(42/28);
  }
}

.lp-osaka-cta .cta-txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(40/18);
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-cta .cta-txt {
    font-size: 1.6rem;
    line-height: calc(30/16);
  }
}

.lp-osaka-cta .cta-sub {
  text-align: center;
}

.lp-osaka-cta .cta-sub span {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: calc(36/26);
  padding: 0 2.8rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.lp-osaka-cta .cta-sub span::before, .lp-osaka-cta .cta-sub span::after {
  position: absolute;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}

.lp-osaka-cta .cta-sub span::before {
  content: '/';
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  left: 0;
}

.lp-osaka-cta .cta-sub span::after {
  content: '/';
  right: 0;
}

@media screen and (max-width: 768px) {
  .lp-osaka-cta .cta-sub span {
    font-size: 2rem;
    line-height: calc(30/20);
    padding: 0 1.2rem;
  }
  .lp-osaka-cta .cta-sub span::before, .lp-osaka-cta .cta-sub span::after {
    font-size: 1.6rem;
  }
}

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

.lp-osaka-cta .cta-button .cta-button-list .cta-button-itm + .cta-button-itm {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-cta .cta-button {
    margin: 1.8rem 0 0;
  }
  .lp-osaka-cta .cta-button .cta-button-list .cta-button-itm + .cta-button-itm {
    margin-top: 1.2rem;
  }
  .lp-osaka-cta .cta-button .cta-button-list .cta-button-itm .lp-btn {
    height: 7rem;
  }
}

.lp-lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(40/18);
}

@media screen and (max-width: 768px) {
  .lp-lead {
    font-size: 1.6rem;
    line-height: calc(30/16);
  }
}

/** osaka-gallery **/
.lp-osaka-gallery {
  padding: 14rem 0 3rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-gallery {
    padding: 7rem 0 0;
  }
}

@media screen and (min-width: 769px) {
  .lp-osaka-gallery .gallery-ttl {
    position: relative;
    margin-bottom: 3.6rem;
  }
  .lp-osaka-gallery .gallery-ttl::after {
    position: absolute;
    content: '';
    width: 58rem;
    height: 1.5rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/landing/osaka/gallery_ttl_dot.svg) left top no-repeat;
    background-size: cover;
  }
}

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

.lp-osaka-gallery .gallery-ttl .tx {
  display: inline-block;
  width: 66.8rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-gallery .gallery-ttl .tx {
    width: 28.4rem;
  }
}

/** osaka-strength section **/
.lp-osaka-strength {
  padding: 12rem 0 11rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lp-osaka-strength {
    padding: 0 0 5rem;
    margin-top: 14rem;
  }
}

.lp-osaka-strength::before {
  position: absolute;
  content: '';
  width: 100%;
  height: calc(100% - 29rem);
  left: 0;
  bottom: 0;
  background-color: #FFDB5B;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .lp-osaka-strength::before {
    height: calc(100% - 7.5rem);
  }
}

.lp-osaka-strength .lp-title_under {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 18rem;
  font-weight: 400;
  line-height: calc(80/180);
  color: #FFE27B;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 42.8rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-strength .lp-title_under {
    font-size: 5rem;
    line-height: 1;
    top: 12rem;
  }
}

.lp-osaka-strength .strength-before {
  display: inline-block;
  width: 56.3rem;
  margin-left: 7rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-strength .strength-before {
    width: 33.5rem;
    margin: 0 auto;
  }
}

.lp-osaka-strength .strength-ttl {
  margin-top: -18rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-strength .strength-ttl {
    margin: -13rem 0 2.6rem 11rem;
  }
}

.lp-osaka-strength .strength-ttl .tx {
  display: inline-block;
  width: 32.5rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-strength .strength-ttl .tx {
    width: 15.4rem;
  }
}

.lp-osaka-strength .lp-lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .lp-osaka-strength .lp-lead {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-osaka-strength .lp-lead {
    font-size: 1.6rem;
    line-height: calc(30/16);
  }
}

.lp-osaka-strength .strength-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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: 5.7rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .lp-osaka-strength .strength-head {
    display: block;
    margin-bottom: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-osaka-strength .lp-com-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.5rem 0;
  }
  .lp-osaka-strength .lp-com-list .lp-com-itm {
    width: 100%;
    border-radius: 1.5rem;
    border-width: 0.3rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 0 #454545;
    box-shadow: 0.3rem 0.3rem 0 0 #454545;
  }
  .lp-osaka-strength .lp-com-list .lp-com-itm::after {
    font-size: 3rem;
    line-height: 1;
    right: 2rem;
    top: -1.5rem;
  }
  .lp-osaka-strength .lp-com-list .lp-com-itm .lp-com-itm_img {
    width: 100%;
    height: 19.4rem;
    border-radius: 1.2rem;
    overflow: hidden;
  }
  .lp-osaka-strength .lp-com-list .lp-com-itm .lp-com-itm_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/** osaka-works section **/
.lp-osaka-works {
  padding: 11rem 0 17rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-works {
    padding: 7rem 0 9rem;
  }
}

.lp-osaka-works .works-ttl {
  position: relative;
}

.lp-osaka-works .works-ttl::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/landing/osaka/works_ttl_dot.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .lp-osaka-works .works-ttl {
    margin-bottom: 3.6rem;
  }
  .lp-osaka-works .works-ttl::after {
    width: 69rem;
    height: 1.5rem;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .lp-osaka-works .works-ttl {
    margin-bottom: 2rem;
  }
  .lp-osaka-works .works-ttl::after {
    width: 17rem;
    height: 1rem;
    right: -2rem;
  }
}

.lp-osaka-works .works-ttl .tx {
  display: inline-block;
  width: 54.8rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-works .works-ttl .tx {
    width: 17.9rem;
  }
}

/** osaka-column ection **/
.lp-osaka-column {
  padding: 13rem 0 16rem;
}

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

.lp-osaka-column .column-ttl {
  position: relative;
}

.lp-osaka-column .column-ttl::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/landing/osaka/column_ttl_dot.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .lp-osaka-column .column-ttl {
    margin-bottom: 3.6rem;
  }
  .lp-osaka-column .column-ttl::after {
    width: 31rem;
    height: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-osaka-column .column-ttl {
    margin-bottom: 3rem;
  }
  .lp-osaka-column .column-ttl::after {
    width: 17rem;
    height: 1rem;
    right: -2rem;
  }
  .lp-osaka-column .column-ttl img {
    width: 100%;
  }
}

.lp-osaka-column .column-ttl .tx {
  display: inline-block;
  width: 94rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-column .column-ttl .tx {
    width: 17.1rem;
  }
}

.lp-osaka-column .lp-btn._center {
  margin-top: 8rem;
}

/** osaka-service section **/
.lp-osaka-service {
  padding: 9rem 0 14.5rem;
  margin-top: 22rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .lp-osaka-service {
    background: #FFDB5B url(../img/landing/osaka/service_map_lg.png) center top no-repeat;
    background-size: 136.6rem auto;
  }
}

@media screen and (max-width: 768px) {
  .lp-osaka-service {
    background: #FFDB5B;
    padding: 0 0 8rem;
    margin-top: 8rem;
  }
}

.lp-osaka-service .lp-title_under {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14rem;
  font-weight: 400;
  line-height: calc(80/140);
  color: #FFE27B;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5.7rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-service .lp-title_under {
    font-size: 4rem;
    line-height: calc(80/40);
    bottom: 0;
  }
}

.lp-osaka-service .container {
  position: relative;
}

.lp-osaka-service .osaka-service-ttl {
  position: absolute;
  right: 5.9rem;
  top: -19rem;
  width: 15.1rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-service .osaka-service-ttl {
    width: 6.8rem;
    top: 4.2rem;
    right: 4.7rem;
  }
  .lp-osaka-service .osaka-service-ttl img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .lp-osaka-service .osaka-service-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 769px) {
  .lp-osaka-service .osaka-service-row .osaka-service-row_img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .lp-osaka-service .osaka-service-row .osaka-service-row_img img {
    max-width: 28.2rem;
    margin-right: 6rem;
    margin-top: 9.3rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-osaka-service .osaka-service-row .osaka-service-row_img {
    margin-bottom: 1rem;
  }
  .lp-osaka-service .osaka-service-row .osaka-service-row_img img {
    width: 29.6rem;
    max-width: unset;
    margin-left: -2rem;
  }
}

.lp-osaka-service .osaka-service-row .osaka-service-row_ctn {
  border: 0.4rem solid #454545;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 #454545;
  box-shadow: 0.5rem 0.5rem 0 0 #454545;
  padding: 5.3rem 3.7rem 4.3rem;
  border-radius: 3rem;
  background-color: #fff;
  width: 71rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(40/18);
}

.lp-osaka-service .osaka-service-row .osaka-service-row_ctn a {
  text-decoration: underline;
}

.lp-osaka-service .osaka-service-row .osaka-service-row_ctn a.color-red {
  font-weight: 700;
}

.lp-osaka-service .osaka-service-row .osaka-service-row_ctn a + a {
  margin-left: 0.3rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-service .osaka-service-row .osaka-service-row_ctn {
    width: 100%;
    font-size: 1.6rem;
    line-height: calc(30/16);
    padding: 4rem 2rem;
    border-width: 0.3rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 0 #454545;
    box-shadow: 0.3rem 0.3rem 0 0 #454545;
  }
}

/** osaka-staff section **/
.lp-osaka-staff {
  padding: 7.5rem 0 12rem;
}

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

@media screen and (min-width: 769px) {
  .lp-osaka-staff .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }
}

.lp-osaka-staff .staff-ttl {
  width: 4.8rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-staff .staff-ttl {
    width: 25.1rem;
    margin-bottom: 7.4rem;
  }
}

.lp-osaka-staff .staff-ctn_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-top: -9.3rem;
  margin-bottom: 4rem;
}

.lp-osaka-staff .staff-ctn_head .sf-ms {
  width: 40.4rem;
}

.lp-osaka-staff .staff-ctn_head .sf-img {
  width: 16.3rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-staff .staff-ctn_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-column-gap: 0.3rem;
    -moz-column-gap: 0.3rem;
    column-gap: 0.3rem;
    margin-top: -5.4rem;
    margin-bottom: 2.4rem;
  }
  .lp-osaka-staff .staff-ctn_head .sf-ms {
    width: 19.6rem;
  }
  .lp-osaka-staff .staff-ctn_head .sf-img {
    width: 10.7rem;
  }
}

.lp-osaka-staff .staff-ctn {
  background-color: #fff;
  border: 0.4rem solid #454545;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 #454545;
  box-shadow: 0.5rem 0.5rem 0 0 #454545;
  border-radius: 3rem;
  padding: 0 4rem 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(40/18);
  width: 66.6rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-staff .staff-ctn {
    width: 100%;
    padding: 0 2rem 3rem;
    border-width: 0.3rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 0 #454545;
    box-shadow: 0.3rem 0.3rem 0 0 #454545;
    border-radius: 1.5rem;
    font-size: 1.6rem;
    line-height: calc(30/16);
  }
  .lp-osaka-staff .staff-ctn .align-right {
    font-weight: 700;
  }
}

@media screen and (min-width: 769px) {
  .lp-osaka-staff .staff-img {
    width: 48.4rem;
    margin-left: -6rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-osaka-staff .staff-img {
    width: 100%;
    margin-top: 4rem;
  }
}

/** osaka-feature section **/
.lp-osaka-feature {
  padding: 11rem 0 12rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-feature {
    padding: 7rem 0;
  }
}

.lp-osaka-feature .osaka-feature-ttl {
  width: 54.5rem;
  margin-bottom: 4rem;
}

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

@media screen and (max-width: 768px) {
  .lp-osaka-feature .lp-lead {
    margin-bottom: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-osaka-feature .lp-slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: calc((100% - 1266px)/2 + 1281px);
    margin-left: auto;
    margin-top: -7rem;
    position: relative;
    padding-left: 1.5rem;
  }
}

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

.lp-osaka-feature .osaka-feature-slider {
  margin: -1.5rem 0;
}

@media screen and (max-width: 768px) {
  .lp-osaka-feature .osaka-feature-slider {
    margin: 0;
  }
}

.lp-osaka-feature .osaka-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;
  margin: 1.5rem 0;
}

@media screen and (min-width: 769px) {
  .lp-osaka-feature .osaka-feature-slider_item {
    border: 0.4rem solid #454545;
    -webkit-box-shadow: 0.5rem 0.5rem 0 0 #454545;
    box-shadow: 0.5rem 0.5rem 0 0 #454545;
    border-radius: 3rem;
    padding: 3rem;
    background-color: #fff;
    width: 84.7rem;
    height: auto;
    margin: 0 2.5rem;
    position: relative;
  }
  .lp-osaka-feature .osaka-feature-slider_item::before {
    position: absolute;
    content: '';
    width: 5.7rem;
    height: 7.1rem;
    right: 0;
    top: -4.1rem;
    background: url(../img/landing/osaka/lp_icon.png) left top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .lp-osaka-feature .osaka-feature-slider_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.8rem 0;
    margin: 0 1rem;
    border-radius: 1.5rem;
    border: 0.3rem solid #454545;
    -webkit-box-shadow: 0.3rem 0.3rem 0 0 #454545;
    box-shadow: 0.3rem 0.3rem 0 0 #454545;
    background-color: #fff;
    position: relative;
    padding: 3rem 2rem 4rem;
    width: 31.2rem !important;
    height: auto;
  }
  .lp-osaka-feature .osaka-feature-slider_item::before {
    position: absolute;
    content: '';
    width: 2.3rem;
    height: 2.9rem;
    right: 0.8rem;
    top: -1.4rem;
    background: url(../img/landing/osaka/lp_icon.png) left top no-repeat;
    background-size: cover;
  }
}

.lp-osaka-feature .osaka-feature-slider_item .osaka-feature-slider_item_img {
  width: 36.3rem;
}

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

.lp-osaka-feature .osaka-feature-slider_item .osaka-feature-slider_item_cont {
  width: 50rem;
}

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

.lp-osaka-feature .osaka-feature-slider_item .osaka-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: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  background-color: #E64A19;
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 3rem;
  margin-bottom: 2rem;
}

.lp-osaka-feature .osaka-feature-slider_item .osaka-feature-slider_item_cont .lbl .en {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: calc(20/12);
}

.lp-osaka-feature .osaka-feature-slider_item .osaka-feature-slider_item_cont .lbl .ja {
  display: inline-block;
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-feature .osaka-feature-slider_item .osaka-feature-slider_item_cont .lbl {
    padding: 0.8rem 2rem;
    margin-bottom: 1rem;
  }
  .lp-osaka-feature .osaka-feature-slider_item .osaka-feature-slider_item_cont .lbl .en {
    font-size: 1rem;
  }
  .lp-osaka-feature .osaka-feature-slider_item .osaka-feature-slider_item_cont .lbl .ja {
    font-size: 1.8rem;
  }
}

.lp-osaka-feature .osaka-feature-slider_item .osaka-feature-slider_item_cont .ttl {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: calc(42/32);
  letter-spacing: 0.03em;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-feature .osaka-feature-slider_item .osaka-feature-slider_item_cont .ttl {
    font-size: 1.8rem;
    line-height: calc(30/18);
    margin-bottom: 1rem;
  }
}

.lp-osaka-feature .osaka-feature-slider_item .osaka-feature-slider_item_cont .txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(40/18);
}

@media screen and (max-width: 768px) {
  .lp-osaka-feature .osaka-feature-slider_item .osaka-feature-slider_item_cont .txt {
    font-size: 1.6rem;
    line-height: calc(30/16);
    letter-spacing: 0;
  }
}

@media screen and (min-width: 769px) {
  .lp-osaka-feature .slider-nav {
    width: 100%;
    max-width: 126.6rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-osaka-feature .slick-list {
    padding: 4rem 0 1rem;
  }
}

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

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

/** osaka-flow section **/
.lp_osaka-flow {
  padding: 11rem 0 18rem;
}

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

.lp_osaka-flow .flow-ttl {
  width: 48.6rem;
  margin: 0 auto 6rem;
}

@media screen and (max-width: 768px) {
  .lp_osaka-flow .flow-ttl {
    width: 20.3rem;
    margin-bottom: 3rem;
    text-align: center;
  }
  .lp_osaka-flow .flow-ttl img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .lp_osaka-flow .osaka-flow-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
    width: calc((100% - 1266px)/2 + 1130px);
    margin-left: auto;
    position: relative;
  }
}

.lp_osaka-flow .osaka-flow-chart {
  width: 30.3rem;
}

.lp_osaka-flow .osaka-flow-chart figure {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lp_osaka-flow .osaka-flow-chart {
    margin: 0 auto 6.4rem;
  }
}

.lp_osaka-flow .lp-slider-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .lp_osaka-flow .lp-slider-wrap {
    padding: 0 2rem;
    position: relative;
  }
}

.lp_osaka-flow .osaka-flow-slider {
  margin: 0 -1.5rem;
}

@media screen and (max-width: 768px) {
  .lp_osaka-flow .osaka-flow-slider {
    margin: 0;
  }
}

.lp_osaka-flow .osaka-flow-slider_item {
  border: 0.4rem solid #454545;
  -webkit-box-shadow: 1rem 1rem 0 0 #E33500;
  box-shadow: 1rem 1rem 0 0 #E33500;
  border-radius: 3rem;
  padding: 4rem 2rem 3rem;
  background-color: #fff;
  position: relative;
  width: 39.5rem !important;
  height: auto;
  margin: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .lp_osaka-flow .osaka-flow-slider_item {
    border-width: 0.3rem;
    -webkit-box-shadow: 0.6rem 0.6rem 0 0 #E33500;
    box-shadow: 0.6rem 0.6rem 0 0 #E33500;
    padding: 3rem 2rem;
    width: 31.2rem !important;
    margin: 0 1.2rem;
  }
}

.lp_osaka-flow .osaka-flow-slider_item ._order {
  position: absolute;
  right: 1.2rem;
  top: -4.6rem;
  display: inline-block;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: calc(80 / 48);
  font-family: "Krona One", sans-serif;
  text-shadow: -0.5rem -0.5rem 0 #FFFFFF, 0.5rem -0.5rem 0 #FFFFFF, -0.5rem 0.5rem 0 #FFFFFF, 0.5rem 0.5rem 0 #FFFFFF, -0.5rem 0 0 #FFFFFF, 0.5rem 0 0 #FFFFFF, 0 -0.5rem 0 #FFFFFF, 0 0.5rem 0 #FFFFFF;
}

@media screen and (max-width: 768px) {
  .lp_osaka-flow .osaka-flow-slider_item ._order {
    font-size: 3rem;
    line-height: 1;
    top: -1.5rem;
    right: 2rem;
    text-shadow: -0.3rem -0.3rem 0 #FFFFFF, 0.3rem -0.3rem 0 #FFFFFF, -0.3rem 0.3rem 0 #FFFFFF, 0.3rem 0.3rem 0 #FFFFFF, -0.3rem 0 0 #FFFFFF, 0.3rem 0 0 #FFFFFF, 0 -0.3rem 0 #FFFFFF, 0 0.3rem 0 #FFFFFF;
  }
}

.lp_osaka-flow .osaka-flow-slider_item ._img {
  border-radius: 1.2rem;
  margin-bottom: 2.2rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .lp_osaka-flow .osaka-flow-slider_item ._img {
    width: 100%;
    height: 17rem;
    border-radius: 1.2rem;
    overflow: hidden;
  }
  .lp_osaka-flow .osaka-flow-slider_item ._img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.lp_osaka-flow .osaka-flow-slider_item ._ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(28/20);
  color: #E64A19;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px) {
  .lp_osaka-flow .osaka-flow-slider_item ._ttl {
    font-size: 1.8rem;
    line-height: calc(30/18);
    margin-bottom: 1.4rem;
    white-space: nowrap;
  }
}

.lp_osaka-flow .osaka-flow-slider_item ._txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(36/16);
}

@media screen and (max-width: 768px) {
  .lp_osaka-flow .osaka-flow-slider_item ._txt {
    font-size: 1.4rem;
    line-height: calc(30/14);
  }
}

.lp_osaka-flow .osaka-flow-slider_item ._note {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: calc(20/12);
}

@media screen and (min-width: 769px) {
  .lp_osaka-flow .slick-list {
    padding: 3rem 0;
  }
}

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

.lp_osaka-flow .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .lp_osaka-flow .psl-nav {
    position: absolute;
    left: 4rem;
    bottom: 7rem;
  }
}

@media screen and (max-width: 768px) {
  .lp_osaka-flow .psl-nav .slick-arrow.prev {
    left: 1rem;
  }
  .lp_osaka-flow .psl-nav .slick-arrow.next {
    right: 1rem;
  }
}

/** osaka-technology section **/
.lp-osaka-technology {
  padding: 0 0 9rem;
  position: relative;
  z-index: 1;
}

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

.lp-osaka-technology::after {
  position: absolute;
  content: '';
  width: 100%;
  height: calc(100% - 4rem);
  bottom: 0;
  left: 0;
  background-color: #FFDB5B;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .lp-osaka-technology::after {
    height: 100%;
  }
}

.lp-osaka-technology .technology-ttl {
  width: 90.9rem;
  margin: 0 0 21.5rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-technology .technology-ttl {
    width: 30rem;
    margin: 0 0 13rem;
  }
}

.lp-osaka-technology .osaka-technology-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 0.4rem solid #454545;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 #454545;
  box-shadow: 0.5rem 0.5rem 0 0 #454545;
  border-radius: 3rem;
  padding: 7rem 0 3rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-technology .osaka-technology-list {
    border-radius: 1.5rem;
    border-width: 0.3rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 0 #454545;
    box-shadow: 0.3rem 0.3rem 0 0 #454545;
    padding: 0 2rem 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.lp-osaka-technology .osaka-technology-itm {
  width: calc(100%/3);
}

@media screen and (max-width: 768px) {
  .lp-osaka-technology .osaka-technology-itm {
    width: 100%;
    margin-top: -10rem;
  }
}

@media screen and (min-width: 769px) {
  .lp-osaka-technology .osaka-technology-itm .osaka-technology-itm_img {
    text-align: center;
    margin: -23.8rem 0 3.4rem;
  }
  .lp-osaka-technology .osaka-technology-itm .osaka-technology-itm_img img {
    width: 34rem;
  }
}

@media screen and (max-width: 768px) {
  .lp-osaka-technology .osaka-technology-itm .osaka-technology-itm_img {
    text-align: center;
    margin-bottom: 3rem;
  }
  .lp-osaka-technology .osaka-technology-itm .osaka-technology-itm_img img {
    width: 20.5rem;
  }
}

.lp-osaka-technology .osaka-technology-itm .osaka-technology-itm_img figcaption {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1;
  max-width: 34rem;
  padding-right: 1rem;
  margin: -1rem auto 0;
}

@media screen and (max-width: 768px) {
  .lp-osaka-technology .osaka-technology-itm .osaka-technology-itm_img figcaption {
    max-width: 25rem;
    font-size: 1rem;
  }
}

.lp-osaka-technology .osaka-technology-itm .osaka-technology-itm_ctn {
  padding: 0 6rem 2rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-technology .osaka-technology-itm .osaka-technology-itm_ctn {
    padding: 0;
  }
}

.lp-osaka-technology .osaka-technology-itm .osaka-technology-itm_ttl {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: calc(42/24);
  letter-spacing: 0.05em;
  margin-bottom: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lp-osaka-technology .osaka-technology-itm .osaka-technology-itm_ttl {
    font-size: 1.8rem;
    line-height: calc(20/18);
  }
}

.lp-osaka-technology .osaka-technology-itm .osaka-technology-itm_txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .lp-osaka-technology .osaka-technology-itm + .osaka-technology-itm {
    border-left: 0.4rem solid transparent;
    -o-border-image: repeating-linear-gradient(to bottom, #454545 0, #454545 4px, transparent 2px, transparent 10px) 1;
    border-image: repeating-linear-gradient(to bottom, #454545 0, #454545 4px, transparent 2px, transparent 10px) 1;
  }
}

@media screen and (max-width: 768px) {
  .lp-osaka-technology .osaka-technology-itm + .osaka-technology-itm {
    padding-top: 4rem;
    margin-top: 2rem;
    border-top: 0.2rem solid transparent;
    -o-border-image: repeating-linear-gradient(to right, #454545 0, #454545 4px, transparent 4px, transparent 8px) 1;
    border-image: repeating-linear-gradient(to right, #454545 0, #454545 4px, transparent 4px, transparent 8px) 1;
  }
}

/** osaka-message section **/
.lp-osaka-message {
  padding: 0 0 18.3rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lp-osaka-message {
    padding-bottom: 12rem;
  }
}

.lp-osaka-message .lp-title_under {
  display: inline-block;
  font-size: 20rem;
  font-weight: 400;
  line-height: calc(80/200);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 2rem;
  color: #FFF1C0;
}

@media screen and (max-width: 768px) {
  .lp-osaka-message .lp-title_under {
    font-size: 5.6rem;
    line-height: calc(50/56);
  }
}

.lp-osaka-message .container {
  position: relative;
}

.lp-osaka-message .message-ttl {
  margin-left: auto;
  margin-right: 6.5rem;
  margin-bottom: -22.5rem;
  position: relative;
  z-index: 2;
  width: 23.7rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-message .message-ttl {
    width: 10.8rem;
    margin-right: 2rem;
    margin-bottom: -5.5rem;
  }
  .lp-osaka-message .message-ttl img {
    width: 100%;
  }
}

.lp-osaka-message .message-wrap {
  border: 0.5rem solid #454545;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 #454545;
  box-shadow: 0.5rem 0.5rem 0 0 #454545;
  border-radius: 3rem;
  background-color: #fff;
  padding: 8.7rem 6rem 7.6rem;
  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;
  position: relative;
}

.lp-osaka-message .message-wrap::before {
  position: absolute;
  content: '';
  width: 5.7rem;
  height: 7.1rem;
  left: 6rem;
  top: -2.8rem;
  background: url(../img/landing/osaka/lp_icon.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .lp-osaka-message .message-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem 0;
    padding: 3rem 2rem 9rem;
    border-radius: 1.5rem;
    border-width: 0.3rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 0 #454545;
    box-shadow: 0.3rem 0.3rem 0 0 #454545;
  }
  .lp-osaka-message .message-wrap::before {
    width: 2.3rem;
    height: 2.9rem;
    left: 2rem;
    top: -1.4rem;
  }
}

.lp-osaka-message .message-img {
  width: 27.4rem;
}

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

.lp-osaka-message .message-ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: calc(40/18);
}

.lp-osaka-message .message-ctn p + p {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-message .message-ctn {
    font-size: 1.6rem;
    line-height: calc(30/16);
  }
}

.lp-osaka-message .message-pos {
  display: inline-block;
  width: 18.4rem;
  position: absolute;
  right: 9.4rem;
  bottom: -8.3rem;
}

@media screen and (max-width: 768px) {
  .lp-osaka-message .message-pos {
    width: 17.4rem;
    right: 4rem;
    bottom: -4rem;
  }
}

/** osaka-faq **/
@media screen and (max-width: 768px) {
  .lp_osaka-faq {
    margin-top: 10.6rem;
  }
}

.lp_osaka-faq .faq-ttl {
  position: absolute;
  left: 6rem;
  top: -5rem;
  width: 41.6rem;
}

@media screen and (max-width: 768px) {
  .lp_osaka-faq .faq-ttl {
    width: 17.7rem;
    left: 1.9rem;
    top: -2.2rem;
  }
  .lp_osaka-faq .faq-ttl img {
    width: 100%;
  }
}

.lp_osaka-faq .osaka-faq-wrap {
  background-color: #fff;
  border-radius: 3rem;
  border: 0.4rem solid #454545;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 #454545;
  box-shadow: 0.5rem 0.5rem 0 0 #454545;
  padding: 6.3rem 6rem 9rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .lp_osaka-faq .osaka-faq-wrap {
    border-radius: 1.5rem;
    padding: 3.6rem 2rem 4rem;
    border-width: 0.3rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 0 #454545;
    box-shadow: 0.3rem 0.3rem 0 0 #454545;
  }
}

.lp_osaka-faq .osaka-faq-wrap::before {
  position: absolute;
  content: '';
  width: 5.7rem;
  height: 7.1rem;
  right: 3.7rem;
  top: -2.5rem;
  background: url(../img/landing/osaka/lp_icon.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .lp_osaka-faq .osaka-faq-wrap::before {
    width: 2.3rem;
    height: 2.9rem;
    top: -1.5rem;
    right: 0.5rem;
  }
}

.lp_osaka-faq .osaka-faq-wrap::after {
  position: absolute;
  content: '';
  width: 25.4rem;
  height: 20.1rem;
  right: 10.6rem;
  bottom: 0;
  background: url(../img/landing/osaka/faq_after.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .lp_osaka-faq .osaka-faq-wrap::after {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .lp_osaka-faq .faq-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 3rem 4.7rem;
    position: relative;
    z-index: 1;
    margin-top: 4.4rem;
  }
}

@media screen and (max-width: 768px) {
  .lp_osaka-faq .faq-list {
    margin-top: 2rem;
  }
}

.lp_osaka-faq .faq-itm {
  width: calc(100%/2 - 2.5rem);
  border: 0.2rem solid #454545;
  -webkit-box-shadow: 0.5rem 0.5rem 0 0 #454545;
  box-shadow: 0.5rem 0.5rem 0 0 #454545;
  border-radius: 2rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .lp_osaka-faq .faq-itm {
    width: 100%;
    -webkit-box-shadow: 0.2rem 0.2rem 0 0 #454545;
    box-shadow: 0.2rem 0.2rem 0 0 #454545;
    border-radius: 1.2rem;
  }
  .lp_osaka-faq .faq-itm + .faq-itm {
    margin-top: 1.6rem;
  }
}

.lp_osaka-faq .faq-itm .faq-itm_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(30/18);
  padding: 2.6rem 8rem 2.6rem 3rem;
  background-color: #FFDB5B;
  min-height: 11.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .lp_osaka-faq .faq-itm .faq-itm_ttl {
    min-height: unset;
    font-size: 1.4rem;
    line-height: calc(26/14);
    padding: 2.2rem 5rem 2.2rem 2rem;
  }
}

.lp_osaka-faq .faq-itm .faq-itm_ttl::before, .lp_osaka-faq .faq-itm .faq-itm_ttl::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lp_osaka-faq .faq-itm .faq-itm_ttl::before {
  right: 2.4rem;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 50%;
  background-color: #454545;
}

@media screen and (max-width: 768px) {
  .lp_osaka-faq .faq-itm .faq-itm_ttl::before {
    right: 1rem;
    width: 3rem;
    height: 3rem;
  }
}

.lp_osaka-faq .faq-itm .faq-itm_ttl::after {
  right: 3.8rem;
  width: 1.4rem;
  height: 0.9rem;
  background: url(../img/landing/lp_arrow_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;
}

@media screen and (max-width: 768px) {
  .lp_osaka-faq .faq-itm .faq-itm_ttl::after {
    width: 1rem;
    height: 0.6rem;
    right: 2rem;
  }
}

.lp_osaka-faq .faq-itm .faq-itm_ttl.active::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
}

.lp_osaka-faq .faq-itm .faq-itm_txt {
  display: none;
  border-top: 0.2rem solid #454545;
  padding: 2.4rem 3rem 3.6rem;
}

@media screen and (max-width: 768px) {
  .lp_osaka-faq .faq-itm .faq-itm_txt {
    padding: 2rem 2rem 2.4rem;
    font-size: 1.4rem;
    line-height: calc(30/14);
  }
}
