@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
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 */
}

/** header area
====================================== **/
@-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 anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

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

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

@-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 anim_rotate {
  0% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes anim_rotate {
  0% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes top-items-pop-1 {
  0% {
    -webkit-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
  }
  40% {
    -webkit-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes top-items-pop-1 {
  0% {
    -webkit-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
  }
  40% {
    -webkit-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes float-1 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, -12px);
    transform: translate(0px, -12px);
  }
}

@keyframes float-1 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, -12px);
    transform: translate(0px, -12px);
  }
}

@-webkit-keyframes float-2 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
}

@keyframes float-2 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
}

@-webkit-keyframes float-3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
  }
}

@keyframes float-3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
  }
}

@-webkit-keyframes kkkk01 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(3deg);
    transform: translateX(0) rotate(3deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes kkkk01 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(3deg);
    transform: translateX(0) rotate(3deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes kkkk02 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(-3deg);
    transform: translateX(0) rotate(-3deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes kkkk02 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(-3deg);
    transform: translateX(0) rotate(-3deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes bullScale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  30% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bullScale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  30% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes Air {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  33.333% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
  66.666% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
}

@keyframes Air {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  33.333% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
  66.666% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
}

@-webkit-keyframes Air2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  33.333% {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }
  66.666% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
}

@keyframes Air2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  33.333% {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }
  66.666% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* 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 (min-width: 769px) and (max-width: 1024px) {
    font-size: 2.333334vw; //10/375*100
  }*/
}

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

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

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  color: #231815;
  background-color: #fff;
  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;
}

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

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

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

.c-white {
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

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

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

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

.container.--w1000 {
  max-width: 103rem;
}

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

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  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;
}

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

.js-view {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

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

.js-view-img.fadein {
  opacity: 1;
}

.p-wrapper {
  overflow: hidden;
  position: relative;
}

/** header area
====================================== **/
header.header.is-menu-open .glb-md {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  body.is-menu-open {
    overflow: hidden;
  }
}

.header_top {
  min-height: 7rem;
  padding: 1rem 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;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .header_top {
    background: #003CA0;
    background: -webkit-gradient(linear, left top, right top, from(#003ca0), color-stop(50%, #4181c4), to(#00ad86));
    background: linear-gradient(90deg, #003ca0 0%, #4181c4 50%, #00ad86 100%);
    min-height: 22rem;
    padding: 4.2rem 5rem 3.2rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header_top.is_active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
  .header_top.is_active {
    background: #003CA0;
    background: -webkit-gradient(linear, left top, right top, from(#003ca0), color-stop(50%, #4181c4), to(#00ad86));
    background: linear-gradient(90deg, #003ca0 0%, #4181c4 50%, #00ad86 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.header_top_logo .logo_pc {
  display: inline-block;
}

.header_top_logo .logo_pc img {
  width: 27rem;
}

.header_top_logo .logo_sp {
  display: inline-block;
  margin-top: 1.2rem;
  position: relative;
  z-index: 1000;
}

.header_top_logo .logo_sp img {
  width: 23.2rem;
}

.header_top .nav-icon {
  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;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .header_top .nav-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.header_top .nav-icon_txt {
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  color: #000000;
  margin-right: 2.5rem;
  padding-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .header_top .nav-icon_txt {
    padding: 0;
    margin: 1.6rem 0 0;
    color: #ffffff;
    letter-spacing: 0.1em;
  }
}

.header_top .nav-icon_hdOpen {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_top .nav-icon_hdOpen img {
  width: 4.2rem;
  height: 2.8rem;
}

@media screen and (max-width: 768px) {
  .header_top .nav-icon_hdOpen img {
    width: 6.3rem;
    height: 4.3rem;
  }
}

.header_top .nav-icon_hdClose {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_top .nav-icon_hdClose img {
  width: 2.5rem;
  height: 2.5rem;
}

@media screen and (max-width: 768px) {
  .header_top .nav-icon_hdClose img {
    width: 4rem;
    height: 4rem;
  }
}

.header_top .nav-icon:not(.is-open) img.off {
  display: none !important;
}

.header_top .nav-icon.is-open .nav-icon_txt {
  color: #ffffff;
}

.header_top .nav-icon.is-open .nav-icon_hdOpen {
  display: none;
}

.header_top .nav-icon.is-open .nav-icon_hdClose {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header_top .nav-icon.is-open img.on {
  display: none !important;
}

.header_top .nav-icon.is-open img.off {
  display: block !important;
}

.header_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.3rem 11.5rem;
  background: #003CA0;
  background: -webkit-gradient(linear, left top, right top, from(#003ca0), color-stop(50%, #4181c4), to(#00ad86));
  background: linear-gradient(90deg, #003ca0 0%, #4181c4 50%, #00ad86 100%);
}

.header_bottom_logo a {
  display: block;
}

.header_bottom_logo a img {
  width: 18rem;
}

.header_bottom_right .glb-md_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}

.header_bottom_right .glb-md_button_item {
  width: 25rem;
}

.header_bottom_right .glb-md_button_item a {
  width: 100%;
  min-height: 4.7rem;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "游ゴシック体", sans-serif;
  font-weight: bold;
  color: #ffffff;
  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;
  border-radius: 100px;
}

.header_bottom_right .glb-md_button_item.--btn01 a {
  background: #003ca0;
}

.header_bottom_right .glb-md_button_item.--btn02 a {
  background: #64c878;
}

.header_bottom_right .txt_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.header_bottom_right .txt_flx .txt_address {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #ffffff;
  font-weight: 600;
}

.header_bottom_right .txt_flx .txt_tel {
  color: #ffffff;
  font-size: 1.9rem;
  line-height: 2rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  margin: 0.3rem 0 0;
}

.glb-md {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  pointer-events: none;
  height: 100svh;
}

@media screen and (max-width: 768px) {
  .glb-md:before {
    content: "";
    width: 100%;
    height: 24.5rem;
    background-color: #003ca0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.glb-md .glb-md_overlay {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 51rem;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.glb-md .glb-md_box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: #003ca0;
  color: #ffffff;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10rem 10rem 8rem;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  overflow: auto;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .glb-md .glb-md_box {
    padding: 10rem 5rem 8rem;
  }
}

@media screen and (max-width: 768px) {
  .glb-md .glb-md_box {
    padding: 24.5rem 7rem 6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.glb-md .glb-md_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.glb-md .glb-md_top_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.glb-md .glb-md_top_item_title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .glb-md .glb-md_top_item_content {
    padding-left: 1.6rem;
  }
}

.glb-md .glb-md_top_item_list_item:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .glb-md .glb-md_top_item_list_item:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.glb-md .glb-md_top_item_list_item a {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.02em;
  padding-bottom: 1rem;
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}

@media screen and (min-width: 769px) {
  .glb-md .glb-md_top_item_list_item a:hover {
    opacity: 1;
    border-bottom: 1px solid white;
  }
}

@media screen and (max-width: 768px) {
  .glb-md .glb-md_top_item_list_item a {
    font-size: 2.6rem;
  }
}

.glb-md .glb-md_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin: 5rem 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .glb-md .glb-md_button {
    margin: 8rem 0 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.glb-md .glb-md_button_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .glb-md .glb-md_button_item {
    width: 49.3rem;
  }
}

.glb-md .glb-md_button_item > a {
  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;
  min-height: 6.7rem;
  padding: 1rem;
  border-radius: 100px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  font-family: "游ゴシック体", sans-serif;
}

@media screen and (min-width: 769px) {
  .glb-md .glb-md_button_item > a:hover {
    opacity: 0.75;
  }
}

@media screen and (max-width: 768px) {
  .glb-md .glb-md_button_item > a {
    min-height: 9.3rem;
    font-size: 2.6rem;
  }
}

.glb-md .glb-md_button_item.\--btn01 > a {
  background: #efefef;
  color: #003ca0;
}

.glb-md .glb-md_button_item.\--btn02 > a {
  background: #64c878;
  color: #ffffff;
}

.glb-md .glb-md_bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2.4rem;
}

.glb-md .glb-md_bottom_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.glb-md .glb-md_bottom_name {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 4.8rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .glb-md .glb-md_bottom_name {
    font-size: 2.8rem;
    line-height: calc(60/48);
    margin-bottom: 2rem;
  }
}

.glb-md .glb-md_bottom_txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .glb-md .glb-md_bottom_txt {
    font-size: 2.4rem;
    line-height: calc(48/24);
  }
}

.glb-md .glb-md_bottom_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 4rem;
}

.glb-md .glb-md_bottom_list_item a {
  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: 4rem;
  height: 4rem;
}

.glb-md .glb-md_bottom_list_item a img {
  max-height: 100%;
  width: auto;
  display: block;
}

.l-btnFixed {
  position: fixed;
  z-index: 998;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

@media screen and (min-width: 769px) {
  .l-btnFixed {
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  .l-btnFixed.is-show {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  .l-btnFixed {
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-btnFixed.is-show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 768px) {
  .l-btnFixed li {
    width: calc(100% / 3);
  }
}

.l-btnFixed li:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .l-btnFixed li:not(:last-child) {
    margin-bottom: 0;
  }
}

.l-btnFixed li a {
  width: 5rem;
  min-height: 20rem;
  border-radius: 2rem 0 0 2rem;
  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.6rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  font-family: "游ゴシック体", sans-serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 769px) {
  .l-btnFixed li a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .l-btnFixed li a {
    width: 100%;
    font-size: 2.4rem;
    min-height: 10rem;
    border-radius: 0;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
}

.l-btnFixed li:nth-of-type(1) a {
  background: #003ca0;
}

.l-btnFixed li:nth-of-type(2) a {
  background: #64c878;
}

.l-btnFixed li:nth-of-type(3) a {
  background: #e6e6e6;
  color: #000000;
  padding-top: 5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-btnFixed li:nth-of-type(3) a {
    padding: 0 0 0 5rem;
  }
}

.l-btnFixed li:nth-of-type(3) a:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../img/common/icon_line.svg") no-repeat center center/contain;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .l-btnFixed li:nth-of-type(3) a:before {
    width: 4.8rem;
    height: 4.8rem;
    top: 50%;
    left: 3rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.l-btnFixed li:nth-of-type(3) a span {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  display: inline-block;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .l-btnFixed li:nth-of-type(3) a span {
    margin-bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/** footer
======================================= **/
.b-free {
  padding: 14rem 0;
  background: url("../img/common/bg_free_pc.webp") no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .b-free {
    padding: 10rem 0;
  }
}

.b-free_box {
  border-radius: 5rem;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 10rem;
}

@media screen and (max-width: 768px) {
  .b-free_box {
    padding: 14.5rem 5rem;
  }
}

.b-free_box_title {
  font-size: 3.5rem;
  line-height: calc(50/35);
  font-weight: bold;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .b-free_box_title {
    font-size: 4.8rem;
    line-height: 1.5;
  }
}

.b-free_box p {
  text-align: center;
  font-size: 1.8rem;
  line-height: calc(40/18);
}

@media screen and (max-width: 768px) {
  .b-free_box p {
    font-size: 2.4rem;
    line-height: calc(45/24);
    text-align: left;
  }
}

.b-free_box_btn a {
  width: 75rem;
  min-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;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  margin: 6.5rem auto 0;
  background: -webkit-gradient(linear, left top, right top, from(#003ca0), color-stop(50%, #4181c4), to(#00ad86));
  background: linear-gradient(90deg, #003ca0 0%, #4181c4 50%, #00ad86 100%);
  border-radius: 100px;
  color: #ffffff;
  font-style: italic;
  position: relative;
}

.b-free_box_btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image: linear-gradient(105deg, transparent 0%, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%, transparent 100%);
  background-size: 220% 100%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-position 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 768px) {
  .b-free_box_btn a {
    width: 100%;
    min-height: 13rem;
    font-size: 3.6rem;
    margin: 8rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .b-free_box_btn a:hover {
    opacity: 1;
  }
  .b-free_box_btn a:hover::before {
    background-position: 0% 50%;
  }
  .b-free_box_btn a:hover:after {
    -webkit-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
  }
}

.b-line {
  background-color: #50bb56;
  padding: 10.5rem 0 7.5rem;
}

@media screen and (max-width: 768px) {
  .b-line {
    padding: 19rem 0 14rem;
  }
}

.b-line .container {
  max-width: 80.6rem;
}

.b-line_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 8rem;
}

@media screen and (max-width: 768px) {
  .b-line_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.b-line_pic {
  width: 32.7rem;
}

@media screen and (max-width: 768px) {
  .b-line_pic {
    width: 41rem;
  }
}

.b-line_pic img {
  width: 100%;
}

.b-line_txt {
  width: calc(100% - 32.7rem);
}

@media screen and (max-width: 768px) {
  .b-line_txt {
    width: 100%;
  }
}

.b-line_txt_title {
  text-align: center;
}

.b-line_txt_title img {
  width: 29.8rem;
  margin: 0 auto 3rem;
}

@media screen and (max-width: 768px) {
  .b-line_txt_title img {
    width: 37.2rem;
    margin: 0 auto 3.6rem;
  }
}

.b-line_txt_btn a {
  width: 36.1rem;
  min-height: 6.8rem;
  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;
  border-radius: 100px;
  background-color: #ffffff;
  font-size: 1.7rem;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .b-line_txt_btn a {
    width: 45.1rem;
    min-height: 8.5rem;
    font-size: 2.1rem;
  }
}

.b-line_txt_btn a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 0 0.9rem 1.6rem;
  border-color: transparent transparent transparent #000000;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-left: 5rem;
}

@media screen and (max-width: 768px) {
  .b-line_txt_btn a:after {
    margin-left: 7.6rem;
    border-width: 1.1rem 0 1.1rem 2rem;
  }
}

.footer {
  position: relative;
  background: #003ca0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 10rem;
  }
}

.footer .com-title {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .footer .com-title {
    margin-bottom: 8rem;
  }
}

.footer .com-title_ja {
  color: #ffffff;
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 768px) {
  .footer .com-title_ja {
    margin-bottom: 4rem;
  }
}

.footer .com-title_en {
  color: #ffffff;
  letter-spacing: 0.08em;
}

.footer_contact {
  text-align: center;
  padding: 12rem 0 4.4rem;
}

.footer_contact .txt_top {
  font-size: 1.5rem;
  line-height: calc(25/15);
  margin: 0 0 7rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .footer_contact .txt_top {
    font-size: 2.2rem;
    line-height: calc(38/22);
    margin: 0 0 8rem;
  }
}

.footer_contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 9.5rem;
  max-width: 73rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer_contact_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer_contact_item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.8rem;
  line-height: calc(31/18);
  font-weight: 700;
  margin-bottom: 1.8rem;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .footer_contact_item_title {
    font-size: 2.7rem;
    line-height: calc(47/27);
    margin-bottom: 3rem;
  }
}

.footer_contact_item_title .icon {
  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;
  min-height: 5.2rem;
}

.footer_contact_item_title .icon.--icon_cta img {
  width: 4.2rem;
}

@media screen and (max-width: 768px) {
  .footer_contact_item_title .icon.--icon_cta img {
    width: 6.3rem;
  }
}

.footer_contact_item_title .icon.--icon_phone img {
  width: 5.2rem;
}

@media screen and (max-width: 768px) {
  .footer_contact_item_title .icon.--icon_phone img {
    width: 7.8rem;
  }
}

.footer_contact_item .txt_cta {
  font-size: 1.6rem;
  line-height: calc(28/16);
}

@media screen and (max-width: 768px) {
  .footer_contact_item .txt_cta {
    font-size: 2.4rem;
    line-height: calc(42/24);
  }
}

.footer_contact_item .btn_cta {
  width: 34.3rem;
  min-height: 6.6rem;
  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;
  background: #ffffff;
  color: #000000;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-top: 2rem;
  padding-top: 0.7rem;
}

@media screen and (max-width: 768px) {
  .footer_contact_item .btn_cta {
    width: 51.4rem;
    min-height: 10rem;
    font-size: 3.6rem;
    margin-top: 3rem;
  }
}

.footer_contact_item .txt_tel {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: calc(33/28);
  margin: 4.5rem 0 1rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .footer_contact_item .txt_tel {
    font-size: 4.2rem;
    line-height: calc(49/42);
    margin: 5rem 0 2rem;
  }
}

.footer_contact_item .txt_time {
  font-size: 1.3rem;
  line-height: calc(22/13);
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .footer_contact_item .txt_time {
    font-size: 2rem;
    line-height: calc(34/20);
  }
}

.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 4rem;
  padding: 4.4rem 0 12.5rem;
}

@media screen and (max-width: 768px) {
  .footer_bottom {
    padding: 8rem 0 25rem;
  }
}

.footer_bottom_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30rem;
  flex: 0 0 30rem;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .footer_bottom_left {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.footer_bottom_left > span {
  display: block;
  font-size: 1.6rem;
  line-height: calc(29/16);
  font-weight: 600;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .footer_bottom_left > span {
    font-size: 2.8rem;
    line-height: calc(43/28);
    margin-bottom: 4rem;
  }
}

.footer_bottom_left > p {
  font-size: 1.3rem;
  line-height: 2.9rem;
  font-weight: 600;
  margin: 0;
}

.footer_bottom_left > p + p {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .footer_bottom_left > p {
    font-size: 2.4rem;
    line-height: calc(45/24);
  }
}

.footer_bottom_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 6rem;
}

.footer_bottom_right .glb-md_top_item_title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
  color: #ffffff;
}

.footer_bottom_right .glb-md_top_item_list_item:not(:last-child) {
  margin-bottom: 1rem;
}

.footer_bottom_right .glb-md_top_item_list_item a {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: calc(30/14);
  color: #ffffff;
  letter-spacing: 0.02em;
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease-out, opacity 0.3s ease-out;
  transition: border-color 0.3s ease-out, opacity 0.3s ease-out;
}

.footer_bottom_right .glb-md_top_item_list_item a:hover {
  opacity: 1;
  border-bottom-color: white;
}

.footer_copyright {
  background: #1a1a1a;
  padding: 2.7rem 0;
}

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

.footer_copyright p {
  text-align: center;
  font-size: 1.2rem;
  line-height: calc(20/12);
  color: #ffffff;
}

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

.pagetop {
  position: fixed;
  right: 3rem;
  bottom: 2.8rem;
  width: 6.2rem;
  z-index: 100;
}

.pagetop img {
  width: 100%;
  display: block;
}

.pagetop.ab {
  position: absolute;
  right: 3rem;
  bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .pagetop.ab {
    bottom: 30rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 11rem;
    display: block !important;
  }
}

/** header area
====================================== **/
.kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 11.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#FCFCFC), to(#bad8e2));
  background: linear-gradient(90deg, #FCFCFC 0%, #bad8e2 100%);
}

@media screen and (max-width: 768px) {
  .kv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
}

.kv_txt {
  width: 50%;
  padding: 4rem 10rem 5rem calc((100% - 123rem) / 2);
  min-height: 45rem;
  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;
  background-color: #ffffff;
}

@media screen and (max-width: 1230px) {
  .kv_txt {
    padding-left: 2rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .kv_txt {
    width: 100%;
    background: transparent;
    padding: 7rem 5rem;
    min-height: auto;
  }
}

.kv_txt_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.kv_txt_sub .sub_sm {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  color: #125993;
}

@media screen and (max-width: 768px) {
  .kv_txt_sub .sub_sm {
    font-size: 2.7rem;
  }
}

.kv_txt_sub .sub_lg {
  display: block;
  font-size: 5rem;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  color: #125993;
}

@media screen and (max-width: 768px) {
  .kv_txt_sub .sub_lg {
    font-size: 7.5rem;
  }
}

.kv_txt_ttl {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .kv_txt_ttl {
    font-size: 4.5rem;
    line-height: calc(74/45);
  }
}

.kv_txt_desc {
  font-size: 1.6rem;
  line-height: calc(32/16);
}

@media screen and (max-width: 768px) {
  .kv_txt_desc {
    font-size: 2.4rem;
    line-height: calc(48/24);
  }
}

.kv_pic {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .kv_pic {
    width: 100%;
    padding-left: 5rem;
    position: relative;
  }
  .kv_pic:after {
    content: "";
    width: 100%;
    height: 44rem;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.kv_pic img {
  width: 100%;
  height: 60rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-bottom-left-radius: 5rem;
}

@media screen and (max-width: 768px) {
  .kv_pic img {
    height: 58.5rem;
    position: relative;
    z-index: 1;
  }
}

.com-title {
  text-align: center;
}

.com-title_ja {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .com-title_ja {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

.com-title_en {
  display: block;
  font-size: 6rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}

.com-btn {
  width: 50rem;
  min-height: 7rem;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  padding: 1rem 3.5rem;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#003ca0), color-stop(50%, #4181c4), to(#00ad86));
  background: linear-gradient(90deg, #003ca0 0%, #4181c4 50%, #00ad86 100%);
}

.com-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image: linear-gradient(105deg, transparent 0%, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%, transparent 100%);
  background-size: 220% 100%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-position 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 768px) {
  .com-btn {
    width: 65rem;
    min-height: 10.5rem;
    padding: 1rem 5rem;
    font-size: 2.4rem;
  }
}

.com-btn:after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../img/common/arr_white.svg") no-repeat center center/contain;
  position: absolute;
  right: 3.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .com-btn:after {
    right: 5rem;
  }
}

.com-btn:hover {
  opacity: 1;
}

.com-btn:hover::before {
  background-position: 0% 50%;
}

.com-btn:hover:after {
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

.heading-lv2 {
  text-align: center;
  font-size: 2.4rem;
  line-height: calc(33/24);
  font-weight: bold;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .heading-lv2 {
    font-size: 3.6rem;
    line-height: calc(42/32);
    margin-bottom: 6rem;
  }
}

.c-lettering {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  gap: 0.5rem;
}

.c-lettering > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-lettering > span > span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
}

.c-lettering > span > span .title_cover {
  display: block;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}

.c-lettering > span > span .title_cover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #111111;
  left: -100%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
}

.c-lettering > span > span:first-child .title_cover {
  padding-left: 1rem;
}

.c-lettering > span > span:last-child .title_cover {
  padding-right: 1rem;
}

.c-lettering.is-inview > span > span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-lettering.is-inview > span > span .title_cover {
  left: 0;
}

.js-heading > span:nth-child(1) .title_cover {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.js-heading > span:nth-child(2) .title_cover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.js-heading > span:nth-child(3) .title_cover {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.js-heading > span:nth-child(4) .title_cover {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js-heading > span:nth-child(5) .title_cover {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.js-heading > span:nth-child(6) .title_cover {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-heading > span:nth-child(7) .title_cover {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.js-heading > span:nth-child(8) .title_cover {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.js-heading > span:nth-child(9) .title_cover {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.js-heading > span:nth-child(10) .title_cover {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.js-heading > span:nth-child(11) .title_cover {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.js-heading > span:nth-child(12) .title_cover {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.js-heading > span:nth-child(13) .title_cover {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.js-heading > span:nth-child(14) .title_cover {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.js-heading > span:nth-child(15) .title_cover {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.js-heading > span:nth-child(16) .title_cover {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.js-heading > span:nth-child(17) .title_cover {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.js-heading > span:nth-child(18) .title_cover {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.js-heading > span:nth-child(19) .title_cover {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

.js-heading > span:nth-child(20) .title_cover {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.js-heading > span:nth-child(21) .title_cover {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.js-heading > span:nth-child(22) .title_cover {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.js-heading > span:nth-child(23) .title_cover {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.js-heading > span:nth-child(24) .title_cover {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.js-heading > span:nth-child(25) .title_cover {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.js-heading > span:nth-child(26) .title_cover {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.js-heading > span:nth-child(27) .title_cover {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.js-heading > span:nth-child(28) .title_cover {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.js-heading > span:nth-child(29) .title_cover {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.js-heading > span:nth-child(30) .title_cover {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.js-heading > span:nth-child(31) .title_cover {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

.js-heading > span:nth-child(32) .title_cover {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.js-heading > span:nth-child(33) .title_cover {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

.js-heading > span:nth-child(34) .title_cover {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.js-heading > span:nth-child(35) .title_cover {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

.js-heading > span:nth-child(36) .title_cover {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.js-heading > span:nth-child(37) .title_cover {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

.js-heading > span:nth-child(38) .title_cover {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.js-heading > span:nth-child(39) .title_cover {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

.js-heading > span:nth-child(40) .title_cover {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.js-heading > span:nth-child(41) .title_cover {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

.js-heading > span:nth-child(42) .title_cover {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.js-heading > span:nth-child(43) .title_cover {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

.js-heading > span:nth-child(44) .title_cover {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.js-heading > span:nth-child(45) .title_cover {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

.js-heading > span:nth-child(46) .title_cover {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.js-heading > span:nth-child(47) .title_cover {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

.js-heading > span:nth-child(48) .title_cover {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.js-heading > span:nth-child(49) .title_cover {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

.js-heading > span:nth-child(50) .title_cover {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.js-heading > span:nth-child(51) .title_cover {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

.js-heading > span:nth-child(52) .title_cover {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.js-heading > span:nth-child(53) .title_cover {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

.js-heading > span:nth-child(54) .title_cover {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.js-heading > span:nth-child(55) .title_cover {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

.js-heading > span:nth-child(56) .title_cover {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.js-heading > span:nth-child(57) .title_cover {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

.js-heading > span:nth-child(58) .title_cover {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.js-heading > span:nth-child(59) .title_cover {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

.js-heading > span:nth-child(60) .title_cover {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.js-heading > span:nth-child(61) .title_cover {
  -webkit-transition-delay: 3.05s;
  transition-delay: 3.05s;
}

.js-heading > span:nth-child(62) .title_cover {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.js-heading > span:nth-child(63) .title_cover {
  -webkit-transition-delay: 3.15s;
  transition-delay: 3.15s;
}

.js-heading > span:nth-child(64) .title_cover {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.js-heading > span:nth-child(65) .title_cover {
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}

.js-heading > span:nth-child(66) .title_cover {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.js-heading > span:nth-child(67) .title_cover {
  -webkit-transition-delay: 3.35s;
  transition-delay: 3.35s;
}

.js-heading > span:nth-child(68) .title_cover {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.js-heading > span:nth-child(69) .title_cover {
  -webkit-transition-delay: 3.45s;
  transition-delay: 3.45s;
}

.js-heading > span:nth-child(70) .title_cover {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.js-heading > span:nth-child(71) .title_cover {
  -webkit-transition-delay: 3.55s;
  transition-delay: 3.55s;
}

.js-heading > span:nth-child(72) .title_cover {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.js-heading > span:nth-child(73) .title_cover {
  -webkit-transition-delay: 3.65s;
  transition-delay: 3.65s;
}

.js-heading > span:nth-child(74) .title_cover {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

.js-heading > span:nth-child(75) .title_cover {
  -webkit-transition-delay: 3.75s;
  transition-delay: 3.75s;
}

.js-heading > span:nth-child(76) .title_cover {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}

.js-heading > span:nth-child(77) .title_cover {
  -webkit-transition-delay: 3.85s;
  transition-delay: 3.85s;
}

.js-heading > span:nth-child(78) .title_cover {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.js-heading > span:nth-child(79) .title_cover {
  -webkit-transition-delay: 3.95s;
  transition-delay: 3.95s;
}

.js-heading > span:nth-child(80) .title_cover {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.js-heading > span:nth-child(81) .title_cover {
  -webkit-transition-delay: 4.05s;
  transition-delay: 4.05s;
}

.js-heading > span:nth-child(82) .title_cover {
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s;
}

.js-heading > span:nth-child(83) .title_cover {
  -webkit-transition-delay: 4.15s;
  transition-delay: 4.15s;
}

.js-heading > span:nth-child(84) .title_cover {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}

.js-heading > span:nth-child(85) .title_cover {
  -webkit-transition-delay: 4.25s;
  transition-delay: 4.25s;
}

.js-heading > span:nth-child(86) .title_cover {
  -webkit-transition-delay: 4.3s;
  transition-delay: 4.3s;
}

.js-heading > span:nth-child(87) .title_cover {
  -webkit-transition-delay: 4.35s;
  transition-delay: 4.35s;
}

.js-heading > span:nth-child(88) .title_cover {
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s;
}

.js-heading > span:nth-child(89) .title_cover {
  -webkit-transition-delay: 4.45s;
  transition-delay: 4.45s;
}

.js-heading > span:nth-child(90) .title_cover {
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

.js-heading > span:nth-child(91) .title_cover {
  -webkit-transition-delay: 4.55s;
  transition-delay: 4.55s;
}

.js-heading > span:nth-child(92) .title_cover {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s;
}

.js-heading > span:nth-child(93) .title_cover {
  -webkit-transition-delay: 4.65s;
  transition-delay: 4.65s;
}

.js-heading > span:nth-child(94) .title_cover {
  -webkit-transition-delay: 4.7s;
  transition-delay: 4.7s;
}

.js-heading > span:nth-child(95) .title_cover {
  -webkit-transition-delay: 4.75s;
  transition-delay: 4.75s;
}

.js-heading > span:nth-child(96) .title_cover {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}

.js-heading > span:nth-child(97) .title_cover {
  -webkit-transition-delay: 4.85s;
  transition-delay: 4.85s;
}

.js-heading > span:nth-child(98) .title_cover {
  -webkit-transition-delay: 4.9s;
  transition-delay: 4.9s;
}

.js-heading > span:nth-child(99) .title_cover {
  -webkit-transition-delay: 4.95s;
  transition-delay: 4.95s;
}

.js-heading > span:nth-child(100) .title_cover {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

.js-heading .title_cover {
  display: inline-block;
  /*opacity: 0;
    visibility: hidden;
    transform: rotateY(90deg);
    transition: all 0.3s ease-in-out;*/
  opacity: 0;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.js-heading.is-inview .title_cover {
  opacity: 1;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.slr-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

@media screen and (max-width: 768px) {
  .slr-loop {
    -webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
    animation: infinity-scroll-left 20s infinite linear 0.5s both;
  }
}

.slide-anime {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.slide-anime.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

@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 infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.pagination {
  margin: 10rem 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 16rem 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.1);
  transform: scale(1.1);
}

.anim-img {
  position: relative;
}

.anim-img:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #fff;
  mix-blend-mode: color;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.anim-img.is-inview:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

._item_slice {
  display: none;
}

.loadMore {
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.loadMore.hide {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.img-anim {
  overflow: hidden;
}

.img-anim img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 30%;
  object-position: 0 30%;
  -webkit-transform: translate3d(0px, -2px, 0px) scale(1.2);
  transform: translate3d(0px, -2px, 0px) scale(1.2);
  opacity: 0;
}

.img-anim.is-inview img {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
  transform: translate3d(0px, 0px, 0px) scale(1);
  will-change: transform;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
}

.cliptop {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
}

.cliptop.is-inview {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.clipbottom {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
}

.clipbottom.is-inview {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

/** header area
====================================== **/
#hambuger {
  width: 2.6rem;
  height: 1.7rem;
  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: fixed;
  text-align: center;
  right: 2.5rem;
  top: 3rem;
}

#hambuger span {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  color: #6E6E6E;
  margin-top: 0.5rem;
}

.nav-icon ul {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #881B21;
  width: 100%;
  height: 0.1rem;
  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: 48%;
}

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

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

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

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

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

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

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

.b-partner {
  padding: 11.5rem 0;
  background-color: #efefef;
}

.b-partner_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 4.5rem;
  margin-right: -4.5rem;
}

@media screen and (max-width: 768px) {
  .b-partner_list {
    margin-right: 0;
    display: block;
    gap: 0;
  }
}

.b-partner_list li {
  width: calc(33.33% - 4.5rem);
}

@media screen and (max-width: 768px) {
  .b-partner_list li {
    width: 45.4rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .b-partner_list li:not(:last-child) {
    margin-bottom: 10rem;
  }
}

.b-partner_list li:nth-child(1) a img {
  width: 13.7rem;
}

@media screen and (max-width: 768px) {
  .b-partner_list li:nth-child(1) a img {
    width: 20.6rem;
  }
}

.b-partner_list li:nth-child(2) a img {
  width: 23rem;
}

@media screen and (max-width: 768px) {
  .b-partner_list li:nth-child(2) a img {
    width: 34.6rem;
  }
}

.b-partner_list li:nth-child(3) a img {
  width: 20.2rem;
}

@media screen and (max-width: 768px) {
  .b-partner_list li:nth-child(3) a img {
    width: 30.3rem;
  }
}

.b-partner_list li:nth-child(4) a img {
  width: 20.4rem;
}

@media screen and (max-width: 768px) {
  .b-partner_list li:nth-child(4) a img {
    width: 30.7rem;
  }
}

.b-partner_list li .pt_ttl {
  font-size: 2rem;
  line-height: calc(26/20);
  font-weight: 600;
  margin-bottom: 2rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .b-partner_list li .pt_ttl {
    font-size: 3rem;
    line-height: calc(39/30);
    margin-bottom: 3rem;
  }
}

.b-partner_list li a {
  width: 100%;
  height: 18.6rem;
  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;
  border-radius: 3rem;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 5px rgba(34, 25, 20, 0.3);
  box-shadow: 5px 5px 5px rgba(34, 25, 20, 0.3);
}

@media screen and (max-width: 768px) {
  .b-partner_list li a {
    height: 28rem;
  }
}

.b-partner_list li p {
  font-size: 1.6rem;
  line-height: calc(26/16);
  font-weight: 600;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .b-partner_list li p {
    font-size: 2.4rem;
    line-height: calc(39/24);
    margin-top: 3rem;
  }
}

/** home
======================================= **/
.home {
  padding-top: 0 !important;
}

.home .header_top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.home .header_bottom {
  display: none;
}

.home-hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100svh;
  position: relative;
}

.home-hero.is-show .home-hero-pic {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.home-hero.is-show .home-hero-txt_title span {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.home-hero.is-show .home-hero-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .home-hero {
    padding-top: 22rem;
  }
}

.home-hero-txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 51rem;
  background: #ffffff;
  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;
  padding: 5rem 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home-hero-txt_title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.6rem;
  line-height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-hero-txt_title span {
  display: block;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-clip-path 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.home-hero-txt_title span:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.home-hero-txt_title span:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.home-hero-txt_title span:nth-child(3) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.home-hero-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  min-width: 0;
  position: relative;
  display: block;
}

@media screen and (max-width: 768px) {
  .home-hero-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.home-hero-pic {
  position: relative;
  line-height: 0;
  height: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-clip-path 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 1.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.home-hero-pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-hero-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  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;
  gap: 3rem;
  min-height: 22rem;
  padding: 5rem 8rem;
  background: #003ca0;
  background: -webkit-gradient(linear, left top, right top, from(#003ca0), color-stop(50%, #4181c4), to(#00ad86));
  background: linear-gradient(90deg, #003ca0 0%, #4181c4 50%, #00ad86 100%);
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.home-hero-bottom_logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.home-hero-bottom_logo a {
  display: block;
}

.home-hero-bottom_logo a img {
  width: 19.4rem;
  height: auto;
}

.home-hero-bottom_right {
  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;
  gap: 1.2rem;
  min-width: 0;
}

.home-hero-bottom_urls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 2.4rem;
  max-width: 62rem;
}

.home-hero-bottom_urls a {
  font-size: 1.1rem;
  line-height: 1.4;
  font-family: "Josefin Sans", sans-serif, sans-serif;
  font-weight: 500;
  color: #fff468;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  word-break: break-all;
}

.home-hero-bottom_urls a:hover {
  opacity: 0.75;
}

.home-hero-bottom .glb-md_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  margin: 0;
}

.home-hero-bottom .glb-md_button_item {
  width: 25rem;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home-hero-bottom .glb-md_button_item {
    width: 20rem;
  }
}

.home-hero-bottom .glb-md_button_item a {
  width: 100%;
  min-height: 4.7rem;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "游ゴシック体", sans-serif;
  font-weight: bold;
  color: #ffffff;
  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;
  border-radius: 100px;
}

.home-hero-bottom .glb-md_button_item.--btn01 a {
  background: #003ca0;
}

.home-hero-bottom .glb-md_button_item.--btn02 a {
  background: #64c878;
}

.home-hero-bottom .txt_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 1.5rem;
}

.home-hero-bottom .txt_flx .txt_address {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #ffffff;
  font-weight: 600;
}

.home-hero-bottom .txt_flx .txt_tel {
  color: #ffffff;
  font-size: 2.1rem;
  line-height: 2rem;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
}

.home-about {
  padding: 15rem 0 19rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .home-about {
    padding: 15rem 0 14rem;
  }
}

.home-about:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/top/bg_about_pc.webp") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .home-about:after {
    background: url("../img/top/bg_about_sp.webp") no-repeat center center/cover;
  }
}

.home-about .com-title {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .home-about .com-title {
    margin-bottom: 8rem;
  }
}

.home-about .txt_top {
  margin-bottom: 6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .home-about .txt_top {
    margin-bottom: 8rem;
  }
}

.home-about .txt_top img {
  width: 67.8rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .home-about .txt_top img {
    width: 54.8rem;
  }
}

.home-about p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-align: left;
  max-width: 100rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .home-about p {
    font-size: 2.4rem;
    line-height: calc(51/24);
  }
}

.home-strengths {
  padding: 18rem 0;
}

@media screen and (max-width: 768px) {
  .home-strengths {
    padding: 16rem 0 13rem;
  }
}

.home-strengths .com-title {
  margin-bottom: 9.5rem;
}

.home-strengths_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6rem;
}

@media screen and (max-width: 768px) {
  .home-strengths_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13rem;
  }
}

.home-strengths_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-strengths_item_icon {
  width: 25.5rem;
  height: 25.5rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .home-strengths_item_icon {
    width: 38.2rem;
    height: 38.2rem;
    margin: 0 auto;
  }
}

.home-strengths_item_icon .icon {
  min-height: 7.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;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .home-strengths_item_icon .icon {
    min-height: auto;
    margin-bottom: 3.6rem;
  }
}

.home-strengths_item_icon span {
  display: block;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .home-strengths_item_icon span {
    font-size: 3rem;
    line-height: calc(39/30);
  }
}

.home-strengths_item_icon.--icon01 {
  background: #004BB1;
  background: -webkit-gradient(linear, left top, right top, from(#004bb1), to(#0068bf));
  background: linear-gradient(90deg, #004bb1 0%, #0068bf 100%);
}

.home-strengths_item_icon.--icon01 img {
  width: 6rem;
}

@media screen and (max-width: 768px) {
  .home-strengths_item_icon.--icon01 img {
    width: 9.1rem;
  }
}

.home-strengths_item_icon.--icon02 {
  background: #0F7DC8;
  background: -webkit-gradient(linear, left top, right top, from(#0f7dc8), to(#0096c4));
  background: linear-gradient(90deg, #0f7dc8 0%, #0096c4 100%);
}

.home-strengths_item_icon.--icon02 img {
  width: 6.4rem;
}

@media screen and (max-width: 768px) {
  .home-strengths_item_icon.--icon02 img {
    width: 10rem;
  }
}

.home-strengths_item_icon.--icon03 {
  background: #00A3B2;
  background: -webkit-gradient(linear, left top, right top, from(#00a3b2), to(#00b891));
  background: linear-gradient(90deg, #00a3b2 0%, #00b891 100%);
}

.home-strengths_item_icon.--icon03 img {
  width: 7.4rem;
}

@media screen and (max-width: 768px) {
  .home-strengths_item_icon.--icon03 img {
    width: 11.1rem;
  }
}

.home-strengths_item_ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  margin: 3.8rem 0 3.5rem;
  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;
  min-height: 60px;
}

@media screen and (max-width: 768px) {
  .home-strengths_item_ttl {
    font-size: 3rem;
    line-height: calc(45/30);
    margin: 5.5rem 0 6rem;
    min-height: auto;
  }
}

.home-strengths_item p {
  font-size: 1.6rem;
  line-height: calc(30/16);
}

@media screen and (max-width: 768px) {
  .home-strengths_item p {
    font-size: 2.4rem;
    line-height: calc(45/24);
  }
}

.home-service {
  padding: 20rem 0;
  background: #EAEDED;
  background: -webkit-gradient(linear, left top, right top, from(#eaeded), to(#bad8e2));
  background: linear-gradient(90deg, #eaeded 0%, #bad8e2 100%);
}

@media screen and (max-width: 768px) {
  .home-service {
    padding: 17rem 0 15rem;
  }
}

.home-service .com-title {
  margin-bottom: 10rem;
}

.home-service_item_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 5px 5px 3px rgba(34, 25, 20, 0.03);
  box-shadow: 5px 5px 3px rgba(34, 25, 20, 0.03);
  background-color: #ffffff;
}

.home-service_item:not(:last-child) {
  margin-bottom: 15rem;
}

@media screen and (max-width: 768px) {
  .home-service_item:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.home-service_item:nth-child(odd) {
  padding-left: 12rem;
}

@media screen and (max-width: 768px) {
  .home-service_item:nth-child(odd) {
    padding-left: 5rem;
  }
}

.home-service_item:nth-child(odd) .home-service_item_flex {
  border-radius: 5.5rem 0 0 5.5rem;
}

@media screen and (max-width: 768px) {
  .home-service_item:nth-child(odd) .home-service_item_flex {
    border-radius: 8rem 0 0 8rem;
  }
}

.home-service_item:nth-child(even) {
  padding-right: 12rem;
}

@media screen and (max-width: 768px) {
  .home-service_item:nth-child(even) {
    padding-right: 5rem;
  }
}

.home-service_item:nth-child(even) .home-service_item_flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 0 5.5rem 5.5rem 0;
}

@media screen and (max-width: 768px) {
  .home-service_item:nth-child(even) .home-service_item_flex {
    border-radius: 0 8rem 8rem 0;
  }
}

.home-service_item_pic {
  width: 46.89394%;
}

.home-service_item_pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-service_item_txt {
  width: 53.0303%;
  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;
  padding: 10rem;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .home-service_item_txt {
    padding: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .home-service_item_txt {
    width: 100%;
    padding: 15rem 7rem;
  }
}

.home-service_item_txt_pic {
  margin-bottom: 5rem;
}

.home-service_item_txt_pic img {
  width: 100%;
}

.home-service_item_title {
  margin-bottom: 3rem;
}

.home-service_item_title_ttl {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .home-service_item_title_ttl {
    font-size: 3.6rem;
    gap: 2.6rem;
  }
}

.home-service_item_title_ttl span {
  font-size: 7rem;
  line-height: 1;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 768px) {
  .home-service_item_title_ttl span {
    font-size: 10.5rem;
  }
}

.home-service_item_title_subttl {
  font-size: 3rem;
  line-height: calc(60/30);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .home-service_item_title_subttl {
    font-size: 4.5rem;
    line-height: calc(90/45);
  }
}

.home-service_item p {
  font-size: 1.6rem;
  line-height: calc(32/16);
}

@media screen and (max-width: 768px) {
  .home-service_item p {
    font-size: 2.4rem;
    line-height: calc(40/24);
  }
}

.home-service_item .com-btn {
  margin-top: 5rem;
}

@media screen and (max-width: 1400px) {
  .home-service_item .com-btn {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .home-service_item .com-btn {
    margin-top: 6.5rem;
  }
}

.home-service_item.--item01 .home-service_item_title_ttl {
  color: #003ca0;
}

.home-service_item.--item01 .com-btn {
  background: #003ca0;
}

.home-service_item.--item02 .home-service_item_title_ttl {
  color: #125993;
}

.home-service_item.--item02 .com-btn {
  background: #125993;
}

.home-service_item.--item03 .home-service_item_title_ttl {
  color: #22858c;
}

.home-service_item.--item03 .com-btn {
  background: #22858c;
}

.home-service_item.--item04 .home-service_item_title_ttl {
  color: #22a57f;
}

.home-service_item.--item04 .com-btn {
  background: #22a57f;
}

.home-information {
  padding: 17.5rem 0 20rem;
}

@media screen and (max-width: 768px) {
  .home-information {
    padding: 19rem 0 10rem;
  }
}

.home-information .com-title {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .home-information .com-title {
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .home-information .information_wrap {
    padding: 0 3rem;
  }
}

.home-information .com-btn {
  margin: 10rem auto 0;
}

.home-access {
  background-color: #efefef;
  padding: 20rem 0 0;
}

@media screen and (max-width: 768px) {
  .home-access {
    padding: 13rem 0 0;
  }
}

.home-access .com-title {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .home-access .com-title {
    margin-bottom: 9rem;
  }
}

.home-access_map iframe {
  width: 100%;
  height: 60rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .home-access_map iframe {
    height: 100rem;
  }
}

.home-access p {
  font-size: 1.8rem;
  line-height: calc(37/18);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .home-access p {
    font-size: 2.8rem;
    line-height: calc(55/28);
  }
}

.home-access p span {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .home-access p span {
    font-size: 2.8rem;
  }
}

.information_wrap {
  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: 6rem 2rem;
  margin-right: -2rem;
}

@media screen and (max-width: 768px) {
  .information_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9rem;
    margin-right: 0;
  }
}

.information_item {
  width: calc(33.33% - 2rem);
}

@media screen and (max-width: 768px) {
  .information_item {
    width: 100%;
  }
}

.information_item a {
  border: 1px solid #E3E4E4;
  padding: 2rem;
  display: block;
  background-color: #fff;
}

.information_item a:hover .btn-more span {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

@media screen and (max-width: 768px) {
  .information_item a {
    padding: 3rem;
  }
}

.information_item .pic {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .information_item .pic {
    margin-bottom: 2.5rem;
  }
}

.information_item .pic img {
  width: 100%;
  height: auto;
}

.information_item .ctg {
  max-width: 15rem;
  min-height: 2.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;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .information_item .ctg {
    max-width: 22.5rem;
    min-height: 3.6rem;
    font-size: 1.8rem;
  }
}

.information_item .ctg-news {
  background-color: #003ca0;
}

.information_item .ctg-blogs {
  background-color: #64c878;
}

.information_item .ctg-operation {
  background-color: #22858c;
}

.information_item .ctg-information {
  background-color: #d37137;
}

.information_item .ctg-other {
  background-color: #969696;
}

.information_item h3 {
  font-size: 1.8rem;
  line-height: calc(24/18);
  font-weight: 600;
  color: #000000;
  margin: 1.5rem 0;
}

@media screen and (max-width: 768px) {
  .information_item h3 {
    font-size: 2.7rem;
    line-height: calc(36/27);
    margin: 2.5rem 0 2rem;
  }
}

.information_item p {
  font-size: 1.4rem;
  line-height: calc(24/14);
}

@media screen and (max-width: 768px) {
  .information_item p {
    font-size: 2.1rem;
    line-height: calc(36/21);
  }
}

.information_item .btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .information_item .btn-more {
    margin-top: 5rem;
  }
}

.information_item .btn-more span {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  color: #003ca0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  position: relative;
  padding-right: 5rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .information_item .btn-more span {
    font-size: 2.7rem;
    padding-right: 7rem;
  }
}

.information_item .btn-more span:after {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("../img/common/arr_blue.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media screen and (max-width: 768px) {
  .information_item .btn-more span:after {
    width: 4.5rem;
    height: 4.5rem;
  }
}

/** news
======================================= **/
.p-news {
  background: -webkit-gradient(linear, left top, right top, from(#FFFEFE), to(#bad8e2));
  background: linear-gradient(90deg, #FFFEFE 0%, #bad8e2 100%);
  padding: 8rem 0 15rem;
}

.p-news .com-title {
  margin-bottom: 6rem;
}

.p-news .title_ctg {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  color: #000000;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-news .title_ctg {
    font-size: 2.8rem;
    margin-bottom: 6rem;
  }
}

.p-news .list_ctg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 7rem;
  gap: 4rem;
}

@media screen and (max-width: 768px) {
  .p-news .list_ctg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 4rem 7rem;
    margin-bottom: 10rem;
  }
}

.p-news .list_ctg li a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: calc(20/18);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-news .list_ctg li a {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

.p-news_detail_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}

.p-news_detail_top .ctg {
  max-width: 13rem;
  min-height: 3rem;
  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;
  color: #ffffff;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-news_detail_top .ctg {
    max-width: 20rem;
    min-height: 4.5rem;
    font-size: 2.2rem;
  }
}

.p-news_detail_top .ctg-news {
  background-color: #003ca0;
}

.p-news_detail_top .ctg-blogs {
  background-color: #64c878;
}

.p-news_detail_top .ctg-operation {
  background-color: #22858c;
}

.p-news_detail_top .ctg-information {
  background-color: #d37137;
}

.p-news_detail_top .ctg-other {
  background-color: #969696;
}

.p-news_detail_top .time {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .p-news_detail_top .time {
    font-size: 2.1rem;
  }
}

.p-news_detail_title {
  font-size: 1.8rem;
  line-height: calc(24/18);
  font-weight: 600;
  color: #000000;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-news_detail_title {
    font-size: 2.7rem;
    line-height: calc(36/27);
  }
}

.p-news_detail_box {
  background-color: #ffffff;
  padding: 10rem;
}

@media screen and (max-width: 768px) {
  .p-news_detail_box {
    padding: 5rem;
  }
}

.p-news_detail .pic {
  margin: 0 auto 4rem;
}

.p-news_detail .pic img {
  width: 100%;
  height: auto;
}

.p-news_detail p {
  font-size: 1.4rem;
  line-height: calc(28/14);
}

@media screen and (max-width: 768px) {
  .p-news_detail p {
    font-size: 2.4rem;
    line-height: calc(46/24);
  }
}

.p-news_detail .back_list {
  width: 47rem;
  min-height: 8rem;
  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;
  background-color: #3e3a39;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  margin: 10rem auto 0;
}

@media screen and (max-width: 768px) {
  .p-news_detail .back_list {
    width: 55rem;
    min-height: 10rem;
    font-size: 2.6rem;
    margin-top: 6rem;
  }
}

.l-pagination {
  text-align: center;
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  .l-pagination {
    margin-top: 10rem;
  }
}

.l-pagination_status {
  color: #808080;
  font-size: 1.5em;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 768px) {
  .l-pagination_status {
    font-size: 2.7rem;
    margin-bottom: 4rem;
  }
}

.l-pagination_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;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .l-pagination_list {
    gap: 1.5rem;
  }
}

.l-pagination_list li {
  min-width: 4.5rem;
  height: 4.5rem;
}

@media screen and (max-width: 768px) {
  .l-pagination_list li {
    min-width: 8rem;
    height: 8rem;
  }
}

.l-pagination_list a,
.l-pagination_list span {
  width: 100%;
  height: 100%;
  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.8rem;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .l-pagination_list a,
  .l-pagination_list span {
    font-size: 3rem;
  }
}

.l-pagination_list a {
  background: #000000;
  color: #ffffff;
  -webkit-transition: opacity 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: opacity 0.5s cubic-bezier(0.66, 0, 0.34, 1);
}

.l-pagination_list a:hover {
  opacity: 0.75;
}

.l-pagination_list a.is-current span {
  color: #000000;
}

.l-pagination_list .disabled {
  display: none;
}

.l-pagination_list .is-prev a {
  background: #000000 url("../img/common/arr_pagination.svg") no-repeat center center/2.2rem auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .l-pagination_list .is-prev a {
    background-size: 3rem auto;
  }
}

.l-pagination_list .is-next a {
  background: #000000 url("../img/common/arr_pagination.svg") no-repeat center center/2.2rem auto;
}

@media screen and (max-width: 768px) {
  .l-pagination_list .is-next a {
    background-size: 3rem auto;
  }
}

.l-pagination_list .is-last {
  min-width: 7.7rem;
}

@media screen and (max-width: 768px) {
  .l-pagination_list .is-last {
    min-width: 12rem;
  }
}

.l-pagination_list .is-last a {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-pagination_list .is-last a {
    font-size: 3rem;
  }
}

.p-inquiry_top {
  padding: 8rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#FCFCFC), to(#bad8e2));
  background: linear-gradient(90deg, #FCFCFC 0%, #bad8e2 100%);
}

@media screen and (max-width: 768px) {
  .p-inquiry_top {
    padding: 8.5rem 0 15rem;
  }
}

.p-inquiry_top .container {
  max-width: 83rem;
}

.p-inquiry_top .com-title {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-inquiry_top .com-title {
    margin-bottom: 8rem;
  }
}

.p-inquiry_top .txt_top {
  text-align: center;
  font-size: 1.6rem;
  line-height: calc(30/16);
  font-weight: 500;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-inquiry_top .txt_top {
    font-size: 2.4rem;
    line-height: calc(45/24);
    margin-bottom: 7rem;
  }
}

.p-inquiry_top .b-tel {
  text-align: center;
  margin-bottom: 3rem;
}

.p-inquiry_top .b-tel span {
  display: block;
}

.p-inquiry_top .b-tel .txt_desc {
  font-size: 1.4rem;
  line-height: calc(18/14);
  font-weight: 500;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-inquiry_top .b-tel .txt_desc {
    font-size: 1.8rem;
    line-height: calc(27/18);
  }
}

.p-inquiry_top .b-tel .txt_tel {
  font-size: 3.2rem;
  line-height: calc(39/32);
  font-weight: 600;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-inquiry_top .b-tel .txt_tel {
    font-size: 4.8rem;
    line-height: calc(58/48);
  }
}

.p-inquiry_top .b-tel .txt_fax {
  font-size: 1.6rem;
  line-height: calc(24/16);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-inquiry_top .b-tel .txt_fax {
    font-size: 2.4rem;
    line-height: calc(36/24);
  }
}

.p-inquiry_top .b-bd {
  border: 1px solid #000;
  padding: 3rem;
}

.p-inquiry_top .b-bd p {
  font-size: 1.4rem;
  line-height: calc(24/14);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-inquiry_top .b-bd p {
    font-size: 2.1rem;
    line-height: calc(36/21);
  }
}

.p-inquiry_top .b-bd p + p {
  margin-top: 1.5rem;
}

.p-company .banner .pic img {
  width: 100%;
  height: auto;
}

.p-company .com-title {
  margin-bottom: 8rem;
}

.p-company .list_company li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem 0;
}

.p-company .list_company li:not(:last-child) {
  border-bottom: 1px solid #DCDDDD;
}

.p-company .list_company li span {
  width: 21rem;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: calc(32/16);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-company .list_company li span {
    font-size: 2.1rem;
    line-height: calc(48/21);
  }
}

.p-company .list_company li em {
  width: calc(100% - 21rem);
  padding-left: 6rem;
  display: block;
  font-style: normal;
  font-size: 1.6rem;
  line-height: calc(32/16);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-company .list_company li em {
    font-size: 2.1rem;
    line-height: calc(36/21);
    padding-left: 2rem;
  }
}

.p-company_outline {
  padding: 10rem 0;
}

.p-company_history {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#FCFCFC), to(#bad8e2));
  background: linear-gradient(90deg, #FCFCFC 0%, #bad8e2 100%);
}

.p-company_facility {
  padding: 10rem 0;
}

.p-company_facility_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5rem;
  margin-right: -5rem;
}

@media screen and (max-width: 768px) {
  .p-company_facility_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    gap: 8rem;
  }
}

.p-company_facility_item {
  width: calc(33.33% - 5rem);
}

@media screen and (max-width: 768px) {
  .p-company_facility_item {
    width: 55rem;
    margin: 0 auto;
  }
}

.p-company_facility_item .pic {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-company_facility_item .pic {
    margin-bottom: 5rem;
  }
}

.p-company_facility_item .pic img {
  width: 25.5rem;
  height: 25.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .p-company_facility_item .pic img {
    width: 38.2rem;
    height: 38.2rem;
  }
}

.p-company_facility_item h3 {
  text-align: center;
  font-size: 2rem;
  line-height: calc(30/20);
  font-weight: 600;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-company_facility_item h3 {
    font-size: 3rem;
    line-height: calc(45/30);
    margin-bottom: 4rem;
  }
}

.p-company_facility_item p {
  font-size: 1.6rem;
  line-height: calc(30/16);
}

@media screen and (max-width: 768px) {
  .p-company_facility_item p {
    font-size: 2.4rem;
    line-height: calc(45/24);
  }
}

.p-company_policy {
  background-color: #efefef;
  padding: 10rem 0;
}

.p-company_policy_item + .p-company_policy_item {
  margin-top: 5rem;
}

.p-company_policy_title {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#0f46a2), to(#00b899));
  background: linear-gradient(90deg, #0f46a2 0%, #00b899 100%);
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  min-height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  width: 100%;
  padding: 1rem 6rem;
}

@media screen and (max-width: 768px) {
  .p-company_policy_title {
    font-size: 2.8rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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;
    min-height: 10rem;
    line-height: calc(36/28);
    padding: 1rem 4rem;
  }
  .p-company_policy_title span {
    display: block;
    margin-top: 0.5rem;
    font-size: 2.6rem;
  }
}

.p-company_policy_title:after {
  content: "";
  width: 2rem;
  height: 1rem;
  background: url("../img/company/arr_title.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 8rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .p-company_policy_title:after {
    width: 2.4rem;
    height: 1.2rem;
    right: 4rem;
  }
}

.p-company_policy_title.is-active:after {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.p-company_policy_tabs {
  background-color: #ffffff;
  overflow: hidden;
}

.p-company_policy_tabs .txt {
  padding: 6rem 10rem;
  font-size: 1.4rem;
  line-height: calc(22/14);
}

@media screen and (max-width: 768px) {
  .p-company_policy_tabs .txt {
    padding: 4rem 5rem;
    font-size: 1.8rem;
    line-height: calc(28/18);
  }
}

.p-company_policy_tabs .txt h3 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: calc(49/24);
}

.p-company_policy_tabs .txt h3.hmg {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-company_policy_tabs .txt h3 {
    font-size: 3rem;
    line-height: calc(49/30);
  }
}

.p-company_policy_tabs .txt .date {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: calc(26/16);
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-company_policy_tabs .txt .date {
    font-size: 2rem;
    line-height: calc(30/20);
  }
}

.p-company_policy_tabs .txt .mg-0 {
  margin-bottom: 0;
}

.p-company_policy_tabs .txt .fz18 {
  font-size: 1.8rem;
  line-height: calc(28/18);
}

@media screen and (max-width: 768px) {
  .p-company_policy_tabs .txt .fz18 {
    font-size: 2.4rem;
    line-height: calc(36/24);
  }
}

.p-company_policy_tabs .txt p + p {
  margin-top: 2rem;
}

.p-company_policy_tabs .txt p.b_bd {
  border: 1px solid #000;
  padding: 1rem;
  max-width: 60rem;
}

.p-company_policy_tabs .txt strong {
  display: inline-block;
  font-size: 1.6rem;
  line-height: calc(26/16);
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-company_policy_tabs .txt strong {
    font-size: 2rem;
    line-height: calc(30/20);
  }
}

.p-company_policy_tabs .txt dl {
  margin-top: 2rem;
}

.p-company_policy_tabs .txt dt {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: calc(28/20);
}

.p-company_policy_tabs .txt dt:first-child {
  margin-top: 1rem;
}

.p-company_policy_tabs .txt dd {
  margin-top: 1rem;
}

.p-company_policy_tabs .txt .b-it:not(:last-child) {
  margin-bottom: 4rem;
}

.p-recruit_top {
  padding: 8rem 0;
}

.p-recruit_top .com-title {
  margin-bottom: 5rem;
}

.p-recruit_top p {
  text-align: center;
  font-size: 1.6rem;
  line-height: calc(30/16);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-recruit_top p {
    font-size: 2.4rem;
    line-height: calc(45/24);
  }
}

.p-recruit_maintenance {
  padding: 8rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#FCFCFC), to(#bad8e2));
  background: linear-gradient(90deg, #FCFCFC 0%, #bad8e2 100%);
}

.p-recruit_maintenance .list_maintenance li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem 0;
}

.p-recruit_maintenance .list_maintenance li:not(:last-child) {
  border-bottom: 1px solid #DCDDDD;
}

.p-recruit_maintenance .list_maintenance li span {
  width: 21rem;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: calc(32/16);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-recruit_maintenance .list_maintenance li span {
    font-size: 2.4rem;
    line-height: calc(38/24);
  }
}

.p-recruit_maintenance .list_maintenance li .txt {
  width: calc(100% - 21rem);
  padding-left: 6rem;
}

@media screen and (max-width: 768px) {
  .p-recruit_maintenance .list_maintenance li .txt {
    padding-left: 2rem;
  }
}

.p-recruit_maintenance .list_maintenance li .txt em {
  font-size: 1.6rem;
  line-height: calc(26/16);
  font-weight: 500;
  display: block;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .p-recruit_maintenance .list_maintenance li .txt em {
    font-size: 2.4rem;
    line-height: calc(38/24);
  }
}

.p-recruit_maintenance .list_maintenance li .txt em + em {
  margin-top: 2rem;
}

.p-recruit_application {
  padding: 8rem 0;
}

.p-inspection_about {
  background-color: #125993;
  padding: 6.5rem 0 5rem;
  -webkit-box-shadow: 5px 5px 3px rgba(34, 25, 20, 0.3);
  box-shadow: 5px 5px 3px rgba(34, 25, 20, 0.3);
}

@media screen and (max-width: 768px) {
  .p-inspection_about {
    padding: 10rem 0;
  }
}

.p-inspection_about .about_ttl {
  text-align: center;
  margin-bottom: 3.5rem;
}

.p-inspection_about .about_ttl span {
  color: #ffffff;
  font-size: 3.5rem;
  line-height: calc(50/35);
  font-weight: 700;
  border-bottom: 0.5rem solid #ffff00;
  display: inline-block;
  padding: 0 1rem 1rem;
}

.p-inspection_about .about_top {
  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;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-inspection_about .about_top {
    display: inline-block;
    text-align: center;
  }
}

.p-inspection_about .about_top span {
  background-color: #ffffff;
  border-radius: 100px;
  width: 22rem;
  height: 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;
}

@media screen and (max-width: 768px) {
  .p-inspection_about .about_top span {
    width: 33rem;
    height: 6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.p-inspection_about .about_top span img {
  width: 16.2rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-inspection_about .about_top span img {
    width: 24.3rem;
  }
}

.p-inspection_about .about_top em {
  font-style: normal;
  display: block;
  font-size: 2.4rem;
  line-height: calc(30/24);
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .p-inspection_about .about_top em {
    font-size: 3.6rem;
    line-height: calc(65/36);
    display: inline;
    padding-left: 2rem;
  }
}

.p-inspection_about p {
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: calc(30/16);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-inspection_about p {
    font-size: 2.4rem;
    line-height: calc(45/24);
    text-align: left;
  }
}

.p-inspection_maintenance {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#FCFCFC), to(#bad8e2));
  background: linear-gradient(90deg, #FCFCFC 0%, #bad8e2 100%);
}

.p-inspection_maintenance .maintenance_ttl {
  text-align: center;
  font-size: 3.5rem;
  line-height: calc(50/35);
  font-weight: 700;
  margin-bottom: 5rem;
  color: #125993;
}

@media screen and (max-width: 768px) {
  .p-inspection_maintenance .maintenance_ttl {
    font-size: 5.2rem;
    line-height: calc(70/52);
  }
}

.p-inspection_maintenance .maintenance_wrap {
  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: 8rem 7rem;
  margin-right: -7rem;
}

@media screen and (max-width: 768px) {
  .p-inspection_maintenance .maintenance_wrap {
    gap: 10rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

.p-inspection_maintenance .maintenance_item {
  width: calc(50% - 7rem);
}

@media screen and (max-width: 768px) {
  .p-inspection_maintenance .maintenance_item {
    width: 100%;
  }
}

.p-inspection_maintenance .maintenance_item .pic {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-inspection_maintenance .maintenance_item .pic {
    margin-bottom: 4rem;
  }
}

.p-inspection_maintenance .maintenance_item .pic img {
  width: 100%;
  height: auto;
}

.p-inspection_maintenance .maintenance_item h3 {
  font-size: 3rem;
  line-height: calc(40/30);
  font-weight: 700;
  margin-bottom: 2rem;
  color: #125993;
}

@media screen and (max-width: 768px) {
  .p-inspection_maintenance .maintenance_item h3 {
    font-size: 4.2rem;
    line-height: calc(63/42);
  }
}

.p-inspection_maintenance .maintenance_item p {
  font-size: 1.6rem;
  line-height: calc(30/16);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-inspection_maintenance .maintenance_item p {
    font-size: 2.4rem;
    line-height: calc(42/24);
  }
}

.p-sale .kv_txt_sub .sub_sm {
  color: #22858c;
}

.p-sale .kv_txt_sub .sub_lg {
  color: #22858c;
}

.p-sale_about {
  background-color: #22858c;
  padding: 6.5rem 0 5rem;
  -webkit-box-shadow: 5px 5px 3px rgba(34, 25, 20, 0.3);
  box-shadow: 5px 5px 3px rgba(34, 25, 20, 0.3);
}

@media screen and (max-width: 768px) {
  .p-sale_about {
    padding: 10rem 0;
  }
}

.p-sale_about .about_ttl {
  text-align: center;
  margin-bottom: 3.5rem;
}

.p-sale_about .about_ttl span {
  color: #ffffff;
  font-size: 3.5rem;
  line-height: calc(50/35);
  font-weight: 700;
  border-bottom: 0.5rem solid #ffff00;
  display: inline-block;
  padding: 0 1rem 1rem;
}

.p-sale_about .about_top {
  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;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-sale_about .about_top {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
}

.p-sale_about .about_top span {
  background-color: #ffffff;
  border-radius: 100px;
  width: 17.8rem;
  height: 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;
}

@media screen and (max-width: 768px) {
  .p-sale_about .about_top span {
    width: 33rem;
    height: 6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.p-sale_about .about_top span img {
  width: 11.2rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-sale_about .about_top span img {
    width: 16.8rem;
  }
}

.p-sale_about .about_top em {
  font-style: normal;
  display: block;
  font-size: 2.4rem;
  line-height: calc(30/24);
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .p-sale_about .about_top em {
    font-size: 3.6rem;
    line-height: calc(65/36);
    display: inline;
    padding-left: 2rem;
  }
}

.p-sale_about p {
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: calc(30/16);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-sale_about p {
    font-size: 2.4rem;
    line-height: calc(45/24);
    text-align: left;
  }
}

.p-sale_service {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#FCFCFC), to(#bad8e2));
  background: linear-gradient(90deg, #FCFCFC 0%, #bad8e2 100%);
}

.p-sale_service .service_ttl {
  text-align: center;
  font-size: 3.5rem;
  line-height: calc(50/35);
  font-weight: 700;
  margin-bottom: 7rem;
  color: #22858c;
}

.p-sale_service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.p-sale_service_item:not(:last-child) {
  margin-bottom: 10rem;
}

.p-sale_service_item .pic {
  width: 50rem;
}

@media screen and (max-width: 768px) {
  .p-sale_service_item .pic {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.p-sale_service_item .txt {
  width: calc(100% - 50rem);
  padding-left: 5rem;
}

@media screen and (max-width: 768px) {
  .p-sale_service_item .txt {
    width: 100%;
    padding-left: 0;
  }
}

.p-sale_service_item .txt h3 {
  font-size: 3rem;
  line-height: calc(40/30);
  font-weight: 700;
  margin-bottom: 2rem;
  color: #22858c;
}

@media screen and (max-width: 768px) {
  .p-sale_service_item .txt h3 {
    font-size: 4.2rem;
    line-height: calc(63/42);
  }
}

.p-sale_service_item .txt p {
  font-size: 1.6rem;
  line-height: calc(30/16);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-sale_service_item .txt p {
    font-size: 2.4rem;
    line-height: calc(42/24);
  }
}

.p-sale_work {
  padding: 10rem 0;
}

.p-sale_work .com-title {
  margin-bottom: 7rem;
}

.p-sale_work .com-btn {
  margin: 10rem auto 0;
}

.p-vehicle .kv_txt_sub .sub_sm {
  color: #003ca0;
}

.p-vehicle .kv_txt_sub .sub_lg {
  color: #003ca0;
}

.p-vehicle_about {
  background-color: #003ca0;
  padding: 6.5rem 0 5rem;
  -webkit-box-shadow: 5px 5px 3px rgba(34, 25, 20, 0.3);
  box-shadow: 5px 5px 3px rgba(34, 25, 20, 0.3);
}

@media screen and (max-width: 768px) {
  .p-vehicle_about {
    padding: 10rem 0;
  }
}

.p-vehicle_about .about_ttl {
  text-align: center;
  margin-bottom: 3.5rem;
}

.p-vehicle_about .about_ttl span {
  color: #ffffff;
  font-size: 3.5rem;
  line-height: calc(50/35);
  font-weight: 700;
  border-bottom: 0.5rem solid #ffff00;
  display: inline-block;
  padding: 0 1rem 1rem;
}

.p-vehicle_about .about_top {
  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;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_about .about_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-vehicle_about .about_top span {
  background-color: #ffffff;
  border-radius: 100px;
  width: 30rem;
  height: 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;
}

@media screen and (max-width: 768px) {
  .p-vehicle_about .about_top span {
    width: 33rem;
    height: 6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.p-vehicle_about .about_top span img {
  width: 22.9rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-vehicle_about .about_top span img {
    width: 24.3rem;
  }
}

.p-vehicle_about .about_top em {
  font-style: normal;
  display: block;
  font-size: 2.4rem;
  line-height: calc(30/24);
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .p-vehicle_about .about_top em {
    font-size: 3.6rem;
    line-height: calc(65/36);
    display: inline;
    padding-left: 2rem;
  }
}

.p-vehicle_about p {
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: calc(30/16);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-vehicle_about p {
    font-size: 2.4rem;
    line-height: calc(45/24);
    text-align: left;
  }
}

.p-vehicle_price {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#003ca0), to(#004bae));
  background: linear-gradient(to bottom, #003ca0, #004bae);
  background: -webkit-gradient(linear, left top, right top, from(#FCFCFC), to(#bad8e2));
  background: linear-gradient(90deg, #FCFCFC 0%, #bad8e2 100%);
}

.p-vehicle_price .com-title {
  margin-bottom: 6rem;
}

.p-vehicle_price .arr_table {
  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;
  margin-bottom: 5rem;
}

.p-vehicle_price .arr_table .btn_prev,
.p-vehicle_price .arr_table .btn_next {
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.p-vehicle_price .arr_table .btn_prev.is-disabled,
.p-vehicle_price .arr_table .btn_next.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.p-vehicle_price .arr_table img {
  width: 7rem;
  height: 2rem;
}

.p-vehicle_price_scrollTable {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 3px 3px 8px rgba(34, 25, 20, 0.3);
  box-shadow: 3px 3px 8px rgba(34, 25, 20, 0.3);
}

@media screen and (max-width: 768px) {
  .p-vehicle_price_scrollTable {
    width: calc(100% + 5rem);
  }
}

.p-vehicle_price_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .p-vehicle_price_table {
    width: 180rem;
  }
}

.p-vehicle_price_table th,
.p-vehicle_price_table td {
  border: none;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}

.p-vehicle_price_table th {
  background-color: #d9d9d9;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 3rem 1rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_price_table th {
    padding: 3rem 0;
    font-size: 2.7rem;
  }
}

.p-vehicle_price_table td {
  font-size: 1.8rem;
  line-height: calc(24/18);
  font-weight: 600;
  padding: 3rem 1rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_price_table td {
    font-size: 2.7rem;
    line-height: calc(36/27);
    padding: 5rem 1rem;
  }
}

.p-vehicle_price_table tr:nth-child(2) td {
  font-size: 1.4rem;
  line-height: calc(19/14);
  padding: 1.8rem 1rem;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .p-vehicle_price_table tr:nth-child(2) td {
    font-size: 2.1rem;
    line-height: calc(28/21);
    padding: 2.5rem 1rem;
  }
}

.p-vehicle_price_table tr:nth-child(2) td span {
  display: block;
  min-height: 5.7rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_price_table tr:nth-child(2) td span {
    min-height: 8.2rem;
  }
}

.p-vehicle_price_table tr:nth-child(2) figure {
  margin: 1rem auto 0;
  min-height: 8.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-vehicle_price_table tr:nth-child(2) figure {
    min-height: 12.2rem;
  }
}

.p-vehicle_price_table tr:nth-child(2) figure.img_01 img {
  width: 11.7rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_price_table tr:nth-child(2) figure.img_01 img {
    width: 17.8rem;
  }
}

.p-vehicle_price_table tr:nth-child(2) figure.img_02 img {
  width: 11.6rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_price_table tr:nth-child(2) figure.img_02 img {
    width: 17.5rem;
  }
}

.p-vehicle_price_table tr:nth-child(2) figure.img_03 img {
  width: 13.4rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_price_table tr:nth-child(2) figure.img_03 img {
    width: 20.2rem;
  }
}

.p-vehicle_price_table tr:nth-child(2) figure.img_04 img {
  width: 13rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_price_table tr:nth-child(2) figure.img_04 img {
    width: 19.6rem;
  }
}

.p-vehicle_price_table tr:nth-child(2) figure.img_05 img {
  width: 13.5rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_price_table tr:nth-child(2) figure.img_05 img {
    width: 20.2rem;
  }
}

.p-vehicle_price_table .bg-01 {
  background-color: #E6E6E7;
}

.p-vehicle_price_table .bg-02 {
  background-color: #EEEFEF;
}

.p-vehicle_price_table .bg-03 {
  background-color: #DDE6EA;
}

.p-vehicle_price_table .bg-04 {
  background-color: #D5E1E5;
}

.p-vehicle_price_table .bg-05 {
  background-color: #EDF4F7;
}

.p-vehicle_price_table .bg-bottom-01 {
  background-color: #1B1B1B;
  color: #ffffff;
}

.p-vehicle_price_table .bg-bottom-02 {
  background-color: #4984C9;
  color: #ffffff;
}

.p-vehicle_price_table .bg-bottom-03 {
  background-color: #0046AF;
  color: #ffffff;
}

.p-vehicle_price_txt {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_price_txt {
    margin-top: 5rem;
  }
}

.p-vehicle_price_txt p {
  font-size: 1.5rem;
  line-height: calc(28/15);
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-vehicle_price_txt p {
    font-size: 2.2rem;
    line-height: calc(42/22);
  }
  .p-vehicle_price_txt p + p {
    margin-top: 2rem;
  }
}

.p-vehicle_flow {
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  .p-vehicle_flow .com-title {
    margin-bottom: 4rem;
  }
}

.p-vehicle_flow_item {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-vehicle_flow_item:not(:last-child):before {
    content: "";
    width: 1.9rem;
    height: 100%;
    background: url("../img/vehicle/arr_step_pc.svg") no-repeat top center/contain;
    position: absolute;
    top: 12rem;
    left: 4rem;
  }
  .p-vehicle_flow_item.--item01 {
    min-height: 36rem;
  }
  .p-vehicle_flow_item.--item02 {
    min-height: 36rem;
  }
  .p-vehicle_flow_item.--item03 {
    min-height: 29rem;
  }
  .p-vehicle_flow_item.--item03:before {
    height: 13.4rem;
    background-size: cover;
    background-position: bottom center;
  }
  .p-vehicle_flow_item.--item04 {
    min-height: 29rem;
  }
  .p-vehicle_flow_item.--item04:before {
    height: 13.4rem;
    background-size: cover;
    background-position: bottom center;
  }
  .p-vehicle_flow_item.--item05 {
    min-height: 25rem;
  }
  .p-vehicle_flow_item .pic {
    position: absolute;
    pointer-events: none;
  }
  .p-vehicle_flow_item .pic.--pic01 {
    bottom: 1rem;
    right: 0;
  }
  .p-vehicle_flow_item .pic.--pic01 img {
    width: 20.7rem;
  }
  .p-vehicle_flow_item .pic.--pic02 {
    bottom: 1rem;
    right: 0;
  }
  .p-vehicle_flow_item .pic.--pic02 img {
    width: 27.3rem;
  }
  .p-vehicle_flow_item .pic.--pic03 {
    top: 0;
    right: 4rem;
  }
  .p-vehicle_flow_item .pic.--pic03 img {
    width: 14.5rem;
  }
  .p-vehicle_flow_item .pic.--pic04 {
    top: 3rem;
    right: 0;
  }
  .p-vehicle_flow_item .pic.--pic04 img {
    width: 21.6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-vehicle_flow_item:not(:last-child) {
    margin-bottom: 25rem;
    position: relative;
  }
  .p-vehicle_flow_item:not(:last-child):after {
    content: "";
    width: 3.6rem;
    height: 10.8rem;
    background: url("../img/vehicle/arr_step_sp.svg") no-repeat center center/contain;
    position: absolute;
    bottom: -18rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-vehicle_flow_item .pic {
    text-align: center;
    margin-top: 3rem;
  }
  .p-vehicle_flow_item .pic.--pic01 img {
    width: 31rem;
  }
  .p-vehicle_flow_item .pic.--pic02 img {
    width: 41rem;
  }
  .p-vehicle_flow_item .pic.--pic03 img {
    width: 21.8rem;
  }
  .p-vehicle_flow_item .pic.--pic04 img {
    width: 32.4rem;
  }
}

.p-vehicle_flow_item .step_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_flow_item .step_top {
    margin-bottom: 5rem;
  }
}

.p-vehicle_flow_item .step_top_number {
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#003ca0), color-stop(50%, #4181c4), to(#00ad86));
  background: linear-gradient(180deg, #003ca0 0%, #4181c4 50%, #00ad86 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 1rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_flow_item .step_top_number {
    width: 15rem;
    height: 15rem;
    padding-top: 2rem;
  }
}

.p-vehicle_flow_item .step_top_number_txt {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_flow_item .step_top_number_txt {
    font-size: 2.1rem;
  }
}

.p-vehicle_flow_item .step_top_number_num {
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
}

.p-vehicle_flow_item .step_top_ttl {
  font-size: 2.4rem;
  line-height: calc(42/24);
  font-weight: bold;
  color: #003ca0;
}

@media screen and (max-width: 768px) {
  .p-vehicle_flow_item .step_top_ttl {
    font-size: 3.6rem;
    line-height: calc(54/36);
  }
}

.p-vehicle_flow_item p {
  font-size: 1.6rem;
  line-height: calc(32/16);
  padding-left: 13rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_flow_item p {
    padding-left: 0;
    font-size: 2.4rem;
    line-height: calc(48/24);
  }
}

.p-vehicle_flow_item p span {
  color: #ea1c24;
  font-weight: bold;
}

.p-vehicle_flow_item .btn_cta {
  max-width: 50rem;
  min-height: 5rem;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0046AF;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  padding: 1rem 5rem;
  margin-top: 3rem;
  margin-left: 13rem;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-vehicle_flow_item .btn_cta {
    max-width: 100%;
    min-height: 11.2rem;
    margin-top: 5rem;
    margin-left: 0;
    font-size: 3rem;
  }
}

.p-vehicle_flow_item .btn_cta:after {
  content: "";
  width: 2.4rem;
  height: 0.8rem;
  background: url("../img/vehicle/arr_btn.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .p-vehicle_flow_item .btn_cta:after {
    width: 5.5rem;
    height: 1.8rem;
  }
}

.p-vehicle_flow_item .btn_cta:hover {
  opacity: 1;
}

.p-vehicle_flow_item .btn_cta:hover:after {
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

.p-vehicle_promise {
  padding: 5rem 0 10rem;
}

.p-vehicle_promise .promise_ttl {
  text-align: center;
  margin-bottom: 5rem;
  font-size: 3.5rem;
  line-height: calc(50/35);
  font-weight: bold;
  color: #231815;
}

.p-vehicle_promise .promise_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_promise .promise_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13rem;
  }
}

.p-vehicle_promise .promise_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-vehicle_promise .promise_item_top {
  width: 25.5rem;
  height: 25.5rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 auto 4rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_promise .promise_item_top {
    width: 38.2rem;
    height: 38.2rem;
  }
}

.p-vehicle_promise .promise_item_top .icon {
  min-height: 8.1rem;
  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;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_promise .promise_item_top .icon {
    min-height: auto;
    margin-bottom: 3.6rem;
  }
}

.p-vehicle_promise .promise_item_top h3 {
  display: block;
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-vehicle_promise .promise_item_top h3 {
    font-size: 3rem;
    line-height: calc(39/30);
  }
}

.p-vehicle_promise .promise_item_top.--icon01 {
  background: #004BB1;
  background: -webkit-gradient(linear, left top, right top, from(#004bb1), to(#0068bf));
  background: linear-gradient(90deg, #004bb1 0%, #0068bf 100%);
}

.p-vehicle_promise .promise_item_top.--icon01 img {
  width: 7.3rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_promise .promise_item_top.--icon01 img {
    width: 9.1rem;
  }
}

.p-vehicle_promise .promise_item_top.--icon02 {
  background: #0F7DC8;
  background: -webkit-gradient(linear, left top, right top, from(#0f7dc8), to(#0096c4));
  background: linear-gradient(90deg, #0f7dc8 0%, #0096c4 100%);
}

.p-vehicle_promise .promise_item_top.--icon02 img {
  width: 7.5rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_promise .promise_item_top.--icon02 img {
    width: 10rem;
  }
}

.p-vehicle_promise .promise_item_top.--icon03 {
  background: #00A3B2;
  background: -webkit-gradient(linear, left top, right top, from(#00a3b2), to(#00b891));
  background: linear-gradient(90deg, #00a3b2 0%, #00b891 100%);
}

.p-vehicle_promise .promise_item_top.--icon03 img {
  width: 8.4rem;
}

@media screen and (max-width: 768px) {
  .p-vehicle_promise .promise_item_top.--icon03 img {
    width: 11.1rem;
  }
}

.p-vehicle_promise .promise_item p {
  font-size: 1.6rem;
  line-height: calc(30/16);
}

@media screen and (max-width: 768px) {
  .p-vehicle_promise .promise_item p {
    font-size: 2.4rem;
    line-height: calc(45/24);
  }
}

.p-vehicle_promise .b-bd {
  border: 1px solid #000;
  padding: 2rem 3rem;
  margin-top: 4rem;
}

.p-vehicle_promise .b-bd p {
  font-size: 1.6rem;
  line-height: calc(27/16);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-vehicle_promise .b-bd p {
    font-size: 2.4rem;
    line-height: calc(42/24);
  }
}

.p-vehicle_promise .b-bd p + p {
  margin-top: 1.5rem;
}

.p-lease .kv_txt_sub .sub_sm {
  color: #22a57f;
}

.p-lease .kv_txt_sub .sub_lg {
  color: #22a57f;
}

.p-lease_about {
  background-color: #22a57f;
  padding: 6.5rem 0 5rem;
  -webkit-box-shadow: 5px 5px 3px rgba(34, 25, 20, 0.3);
  box-shadow: 5px 5px 3px rgba(34, 25, 20, 0.3);
}

@media screen and (max-width: 768px) {
  .p-lease_about {
    padding: 10rem 0;
  }
}

.p-lease_about .about_ttl {
  text-align: center;
  margin-bottom: 3.5rem;
}

.p-lease_about .about_ttl span {
  color: #ffffff;
  font-size: 3.5rem;
  line-height: calc(50/35);
  font-weight: 700;
  border-bottom: 0.5rem solid #ffff00;
  display: inline-block;
  padding: 0 1rem 1rem;
}

.p-lease_about .about_top {
  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;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-lease_about .about_top {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
}

.p-lease_about .about_top span {
  background-color: #ffffff;
  border-radius: 100px;
  width: 13rem;
  height: 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;
}

@media screen and (max-width: 768px) {
  .p-lease_about .about_top span {
    width: 19.5rem;
    height: 6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 1rem;
  }
}

.p-lease_about .about_top span img {
  width: 7rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-lease_about .about_top span img {
    width: 10.5rem;
  }
}

.p-lease_about .about_top em {
  font-style: normal;
  display: block;
  font-size: 2.4rem;
  line-height: calc(30/24);
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .p-lease_about .about_top em {
    font-size: 3.6rem;
    line-height: calc(65/36);
    display: inline;
    padding-left: 2rem;
  }
}

.p-lease_about p {
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: calc(30/16);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-lease_about p {
    font-size: 2.4rem;
    line-height: calc(45/24);
    text-align: left;
  }
}

.p-lease .ttl_lease {
  font-size: 3.5rem;
  line-height: calc(49/35);
  font-weight: bold;
  color: #22a57f;
  text-align: center;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-lease .ttl_lease {
    font-size: 5.2rem;
    line-height: calc(73/52);
  }
}

.p-lease_leasing {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#FCFCFC), to(#bad8e2));
  background: linear-gradient(90deg, #FCFCFC 0%, #bad8e2 100%);
}

.p-lease_leasing .leasing_item:not(:last-child) {
  margin-bottom: 5rem;
}

.p-lease_leasing .leasing_item .ttl_desc {
  text-align: center;
  font-size: 2.5rem;
  line-height: calc(40/25);
  color: #22a57f;
  font-weight: bold;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .leasing_item .ttl_desc {
    font-size: 3.7rem;
    line-height: calc(60/37);
  }
}

.p-lease_leasing .leasing_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8rem;
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .leasing_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 5.5rem;
  }
}

.p-lease_leasing .leasing_list li {
  width: 21.7rem;
  height: 21.7rem;
  border-radius: 100%;
  background-color: #ffffff;
  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;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .leasing_list li {
    width: 29.4rem;
    height: 29.4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-lease_leasing .leasing_list li:not(:last-child):after {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background: url("../img/lease/icon_plus01.svg") no-repeat center center/contain;
    position: absolute;
    top: 50%;
    right: -5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .leasing_list li:last-child {
    margin-top: -5rem;
  }
  .p-lease_leasing .leasing_list li:last-child:after {
    content: "";
    width: 3.6rem;
    height: 3.6rem;
    background: url("../img/lease/icon_plus01.svg") no-repeat center center/contain;
    position: absolute;
    top: -7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.p-lease_leasing .leasing_list li .icon {
  min-height: 5.2rem;
  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;
  margin-bottom: 2rem;
}

.p-lease_leasing .leasing_list li .icon.--icon01 img {
  width: 6.7rem;
  height: 4.9rem;
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .leasing_list li .icon.--icon01 img {
    width: 9rem;
    height: 6.6rem;
  }
}

.p-lease_leasing .leasing_list li .icon.--icon02 img {
  width: 5.2rem;
  height: 5.2rem;
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .leasing_list li .icon.--icon02 img {
    width: 7rem;
    height: 7rem;
  }
}

.p-lease_leasing .leasing_list li .icon.--icon03 img {
  width: 5.5rem;
  height: 5.2rem;
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .leasing_list li .icon.--icon03 img {
    width: 7.4rem;
    height: 7rem;
  }
}

.p-lease_leasing .leasing_list li span {
  display: block;
  font-size: 2.5rem;
  line-height: calc(49/25);
  font-weight: bold;
  color: #22a57f;
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .leasing_list li span {
    font-size: 3.4rem;
    line-height: calc(60/34);
  }
}

.p-lease_leasing .b_fee {
  border-radius: 3rem;
  background: #003CA0;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #003ca0), color-stop(50%, #4181c4), to(#00ad86));
  background: linear-gradient(90deg, #003ca0 30%, #4181c4 50%, #00ad86 100%);
  padding: 4rem 3rem;
}

.p-lease_leasing .b_fee_ttl {
  text-align: center;
  color: #ffffff;
  font-size: 2.8rem;
  line-height: calc(30/28);
  font-weight: bold;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .b_fee_ttl {
    font-size: 3.5rem;
    line-height: calc(37/35);
  }
}

.p-lease_leasing .msg li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.6rem;
}

.p-lease_leasing .msg li:not(:first-child) {
  margin-top: -1rem;
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .msg li:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.p-lease_leasing .msg li.msg_left .msg_txt:before {
  left: -2.8rem;
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .msg li.msg_left .msg_txt:before {
    left: -2.7rem;
  }
}

.p-lease_leasing .msg li.msg_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-lease_leasing .msg li.msg_right .msg_txt:before {
  right: -2.8rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .msg li.msg_right .msg_txt:before {
    right: -2.7rem;
  }
}

.p-lease_leasing .msg li .msg_avt img {
  width: 15rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .msg li .msg_avt img {
    width: 22.5rem;
  }
}

.p-lease_leasing .msg li .msg_txt {
  width: 42rem;
  min-height: 9.2rem;
  background-color: #ffffff;
  border-radius: 1rem;
  border: 3px solid #22a57f;
  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;
  padding: 1rem;
  font-size: 1.6rem;
  line-height: calc(30/16);
  font-weight: 500;
  color: #22a57f;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .msg li .msg_txt {
    border-width: 2px;
  }
}

.p-lease_leasing .msg li .msg_txt:before {
  content: "";
  width: 2.8rem;
  height: 3.4rem;
  background: url("../img/lease/arr_msg.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-lease_leasing .msg li .msg_txt {
    width: 28.5rem;
    min-height: 19.2rem;
    font-size: 2.6rem;
    line-height: calc(42/24);
    padding: 2rem;
  }
}

.p-lease_problem {
  padding: 10rem 0;
  background-color: #22a57f;
}

.p-lease_problem .ttl_lease {
  color: #ffffff;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .ttl_lease {
    margin-bottom: 4rem;
  }
}

.p-lease_problem .txt_top {
  text-align: center;
  font-size: 2.5rem;
  line-height: calc(40/25);
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .txt_top {
    font-size: 3.7rem;
    line-height: calc(60/37);
  }
}

.p-lease_problem .txt_problem {
  text-align: center;
  margin-bottom: 8rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .txt_problem {
    margin-bottom: 13rem;
  }
}

.p-lease_problem .txt_problem:after {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  background: url("../img/lease/icon_plus02.svg") no-repeat center center/contain;
  position: absolute;
  bottom: -5.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-lease_problem .txt_problem:after {
    width: 5.4rem;
    height: 5.4rem;
    bottom: -8rem;
  }
}

.p-lease_problem .txt_problem img {
  width: 25.6rem;
  height: 12rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .txt_problem img {
    width: 38.4rem;
    height: 18rem;
  }
}

.p-lease_problem .list_problem01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 4rem 3rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -3rem;
    padding: 0 1.5rem;
  }
}

.p-lease_problem .list_problem01 li {
  width: calc(100% / 8);
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem01 li {
    width: calc(33.33% - 3rem);
  }
}

.p-lease_problem .list_problem01 li .icon {
  background-color: #ffffff;
  width: 100%;
  height: 11.5rem;
  border-radius: 1.5rem;
  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;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem01 li .icon {
    height: 17.2rem;
    margin-bottom: 2rem;
  }
}

.p-lease_problem .list_problem01 li .icon.--icon01 img {
  width: 5.5rem;
  height: 6rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem01 li .icon.--icon01 img {
    width: 8.2rem;
    height: 9rem;
  }
}

.p-lease_problem .list_problem01 li .icon.--icon02 img {
  width: 6.2em;
  height: 7rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem01 li .icon.--icon02 img {
    width: 9.3rem;
    height: 10.5rem;
  }
}

.p-lease_problem .list_problem01 li .icon.--icon03 img {
  width: 8.1rem;
  height: 6rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem01 li .icon.--icon03 img {
    width: 12.6rem;
    height: 9rem;
  }
}

.p-lease_problem .list_problem01 li .icon.--icon04 img {
  width: 4.6rem;
  height: 6.8rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem01 li .icon.--icon04 img {
    width: 6.7rem;
    height: 10.2rem;
  }
}

.p-lease_problem .list_problem01 li .icon.--icon05 img {
  width: 7.2rem;
  height: 7.7rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem01 li .icon.--icon05 img {
    width: 10.8rem;
    height: 11.5rem;
  }
}

.p-lease_problem .list_problem01 li .icon.--icon06 img {
  width: 6.2rem;
  height: 6.2rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem01 li .icon.--icon06 img {
    width: 9.3rem;
    height: 9.3rem;
  }
}

.p-lease_problem .list_problem01 li .icon.--icon07 img {
  width: 6.6rem;
  height: 6.2rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem01 li .icon.--icon07 img {
    width: 9.9rem;
    height: 9.3rem;
  }
}

.p-lease_problem .list_problem01 li .icon.--icon08 img {
  width: 5.9rem;
  height: 6.7rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem01 li .icon.--icon08 img {
    width: 8.9rem;
    height: 10rem;
  }
}

.p-lease_problem .list_problem01 li span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: calc(21/16);
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem01 li span {
    font-size: 2.4rem;
    line-height: calc(36/24);
  }
}

.p-lease_problem .note {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: calc(30/14);
  margin: 1rem 0 4rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .note {
    font-size: 2.1rem;
    line-height: calc(45/21);
    margin: 3rem 0 6rem;
  }
}

.p-lease_problem .list_problem02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 5rem 2rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -2rem;
  }
}

.p-lease_problem .list_problem02 li {
  width: calc(100% / 5);
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem02 li {
    width: calc(50% - 2rem);
  }
}

.p-lease_problem .list_problem02 li span {
  width: 100%;
  min-height: 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;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: calc(30/18);
  font-weight: bold;
  border-radius: 1rem 1rem 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#003ca0), color-stop(50%, #4181c4), to(#00ad86));
  background: linear-gradient(90deg, #003ca0 0%, #4181c4 50%, #00ad86 100%);
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem02 li span {
    font-size: 2.7rem;
    line-height: calc(45/27);
    min-height: 6rem;
  }
}

.p-lease_problem .list_problem02 li em {
  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: 100%;
  min-height: 11rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #ffffff;
  font-size: 1.8rem;
  line-height: calc(26/18);
  font-style: normal;
  padding: 1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-lease_problem .list_problem02 li em {
    font-size: 2.7rem;
    line-height: calc(39/27);
    min-height: 16.5rem;
  }
}

.p-lease_problem .txt_bottom {
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: calc(30/16);
}

@media screen and (max-width: 768px) {
  .p-lease_problem .txt_bottom {
    font-size: 2.4rem;
    line-height: calc(45/24);
  }
}

.p-lease_car {
  padding: 10rem 0;
}

.p-lease_car .car_wrap {
  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: 6rem 1.5rem;
  margin-right: -1.5rem;
}

@media screen and (max-width: 768px) {
  .p-lease_car .car_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    gap: 8rem;
  }
}

.p-lease_car .car_item {
  width: calc(33.33% - 1.5rem);
  border-radius: 1.4rem;
  overflow: hidden;
  border: 2px solid #22a57f;
  border-bottom: 1.5rem solid #22a57f;
}

@media screen and (max-width: 768px) {
  .p-lease_car .car_item {
    width: 100%;
  }
}

.p-lease_car .car_item .car_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #22a57f;
  padding: 3.2rem 0;
  color: #ffffff;
}

.p-lease_car .car_item .car_top span {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-lease_car .car_item .car_top span {
    font-size: 3.2rem;
  }
}

.p-lease_car .car_item .car_top strong {
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
  display: block;
  margin-bottom: -0.5rem;
}

@media screen and (max-width: 768px) {
  .p-lease_car .car_item .car_top strong {
    font-size: 6.7rem;
  }
}

.p-lease_car .car_item .car_top small {
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-lease_car .car_item .car_top small {
    font-size: 2.7rem;
  }
}

.p-lease_car .car_item .car_content {
  padding: 2.5rem 3rem 3.5rem;
  position: relative;
}

.p-lease_car .car_item .car_content .sub {
  width: 6.4rem;
  min-height: 3rem;
  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;
  border-radius: 100px;
  background-color: #22a57f;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-lease_car .car_item .car_content .sub {
    font-size: 2.4rem;
    width: 10.8rem;
    height: 4rem;
  }
}

.p-lease_car .car_item .car_content .pic {
  text-align: center;
  margin: 2rem 0 4rem;
  min-height: 15.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-lease_car .car_item .car_content .pic {
    min-height: auto;
  }
}

.p-lease_car .car_item .car_content .pic img {
  width: 70%;
}

.p-lease_car .car_item .car_content .car_company {
  border-top: 2px solid #22a57f;
  border-bottom: 2px solid #22a57f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  min-height: 7rem;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-lease_car .car_item .car_content .car_company {
    min-height: 10rem;
  }
}

.p-lease_car .car_item .car_content .car_company span {
  display: block;
  font-size: 1.8rem;
  line-height: calc(30/18);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-lease_car .car_item .car_content .car_company span {
    font-size: 2.7rem;
    line-height: calc(40/27);
  }
}

.p-lease_car .car_item .car_content .car_company em {
  display: block;
  font-style: normal;
  font-size: 2.8rem;
  line-height: calc(30/28);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-lease_car .car_item .car_content .car_company em {
    font-size: 4rem;
    line-height: calc(60/40);
  }
}

.p-lease_car .car_item .car_content .grade_dl {
  padding: 0 1.5rem;
}

.p-lease_car .car_item .car_content .grade_dl .grade_dt {
  font-size: 1.8rem;
  line-height: calc(30/18);
  font-weight: bold;
  color: #22a57f;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-lease_car .car_item .car_content .grade_dl .grade_dt {
    font-size: 2.4rem;
    line-height: calc(60/24);
  }
}

.p-lease_car .car_item .car_content .grade_dl .grade_dd {
  font-size: 2.4rem;
  line-height: calc(36/24);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-lease_car .car_item .car_content .grade_dl .grade_dd {
    font-size: 3.2rem;
    line-height: calc(48/32);
  }
}

.p-lease_car .note {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: calc(30/16);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-lease_car .note {
    font-size: 2.1rem;
    line-height: calc(45/21);
  }
}

.p-lease_business {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#FCFCFC), to(#bad8e2));
  background: linear-gradient(90deg, #FCFCFC 0%, #bad8e2 100%);
}

@media screen and (max-width: 768px) {
  .p-lease_business .container {
    padding: 0 4rem;
  }
  .p-lease_business .container .ttl_lease {
    white-space: nowrap;
  }
}

.p-lease_business .business_wrap .business_item {
  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;
  gap: 10rem;
  background-color: #ffffff;
  border-radius: 1.2rem;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  padding: 4rem 5.5rem 5rem 10rem;
}

.p-lease_business .business_wrap .business_item:not(:last-child) {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 768px) {
  .p-lease_business .business_wrap .business_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
    padding: 10rem 4.5rem;
  }
}

.p-lease_business .business_wrap .business_txt {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-lease_business .business_wrap .business_txt {
    width: 100%;
  }
}

.p-lease_business .business_wrap .business_pic {
  width: 44%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-lease_business .business_wrap .business_pic {
    width: 100%;
    text-align: center;
  }
}

.p-lease_business .business_wrap .business_pic img {
  width: 100%;
  height: auto;
}

.p-lease_business .business_wrap .business_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-lease_business .business_wrap .business_head {
    gap: 3rem;
    margin-bottom: 4rem;
  }
}

.p-lease_business .business_wrap .business_num {
  display: block;
  font-size: 5rem;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #22a57f;
}

@media screen and (max-width: 768px) {
  .p-lease_business .business_wrap .business_num {
    font-size: 7.5rem;
    padding-top: 1.2rem;
  }
}

.p-lease_business .business_wrap .business_ttl {
  font-size: 2.9rem;
  line-height: calc(40/29);
  color: #22a57f;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-lease_business .business_wrap .business_ttl {
    font-size: 5rem;
    line-height: calc(60/50);
  }
}

.p-lease_business .business_wrap .business_subttl {
  font-size: 2.5rem;
  line-height: calc(40/25);
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .p-lease_business .business_wrap .business_subttl {
    font-size: 3.7rem;
    line-height: calc(48/32);
    margin-bottom: 2rem;
  }
}

.p-lease_business .business_wrap .business_list {
  margin-bottom: 4rem;
  position: relative;
}

.p-lease_business .business_wrap .business_list:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6rem 1rem 0 1rem;
  border-color: #22a57f transparent transparent transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-lease_business .business_wrap .business_list {
    margin-bottom: 8rem;
  }
  .p-lease_business .business_wrap .business_list:after {
    bottom: -5rem;
    border-width: 2.6rem 1.5rem 0 1.5rem;
  }
}

.p-lease_business .business_wrap .business_list li {
  font-size: 1.6rem;
  line-height: calc(28/16);
}

@media screen and (max-width: 768px) {
  .p-lease_business .business_wrap .business_list li {
    font-size: 2.4rem;
    line-height: calc(42/24);
    text-indent: -2rem;
    margin-left: 2rem;
  }
}

.p-lease_business .business_wrap .business_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}

.p-lease_business .business_wrap .business_cta span {
  width: 100%;
  min-width: 24rem;
  height: 4rem;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#003ca0), color-stop(50%, #4181c4), to(#00ad86));
  background: linear-gradient(90deg, #003ca0 0%, #4181c4 50%, #00ad86 100%);
  color: #ffffff;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem 2.8rem;
}

@media screen and (max-width: 768px) {
  .p-lease_business .business_wrap .business_cta span {
    font-size: 3.4rem;
    width: 100%;
    min-width: 100%;
    height: 6rem;
    padding: 1rem 4rem;
  }
}

.p-lease_business .business_wrap .business_cta span.sp_cts1 {
  max-width: 26.5rem;
}

@media screen and (max-width: 768px) {
  .p-lease_business .business_wrap .business_cta span.sp_cts1 {
    max-width: 39.8rem;
    min-width: 39.8rem;
  }
}

.p-lease_business .business_wrap .business_cta span.sp_cts2 {
  max-width: 30rem;
}

@media screen and (max-width: 768px) {
  .p-lease_business .business_wrap .business_cta span.sp_cts2 {
    max-width: 45rem;
    min-width: 45rem;
  }
}

.p-lease_business .business_wrap .business_cta_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .p-lease_business .business_wrap .business_cta_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-lease_business .business_wrap .business_cta_item small {
  display: block;
  font-size: 1.6rem;
  line-height: calc(28/16);
}

@media screen and (max-width: 768px) {
  .p-lease_business .business_wrap .business_cta_item small {
    font-size: 2.4rem;
    line-height: calc(42/24);
  }
}

.p-lease_faq {
  padding: 10rem 0;
}

.p-lease_faq .faq_ttl {
  background-color: #22a57f;
  color: #ffffff;
  font-size: 2.5rem;
  line-height: calc(40/25);
  font-weight: bold;
  padding: 1.5rem 2rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-lease_faq .faq_ttl {
    font-size: 3.7rem;
    line-height: calc(48/37);
    padding: 2rem 4rem;
  }
}

.p-lease_faq .faq_item {
  border-bottom: 1px solid #CFCFCF;
}

.p-lease_faq .faq_item_title {
  width: 100%;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  padding: 2.8rem 11.5rem 2.8rem 8rem;
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  line-height: calc(46/32);
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 768px) {
  .p-lease_faq .faq_item_title {
    font-size: 2.7rem;
    line-height: 1.5;
    padding: 3rem 10rem 3rem 11rem;
    min-height: 7rem;
  }
}

.p-lease_faq .faq_item_title:before {
  content: "Q.";
  position: absolute;
  top: 2rem;
  left: 0;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  color: #22a57f;
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-lease_faq .faq_item_title:before {
    font-size: 6.7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.p-lease_faq .faq_item_title .arr {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-lease_faq .faq_item_title .arr {
    width: 3.8rem;
    height: 3.8rem;
  }
}

.p-lease_faq .faq_item_title .arr:before, .p-lease_faq .faq_item_title .arr:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #22a57f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-lease_faq .faq_item_title .arr:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.p-lease_faq .faq_item_title.is-active .arr:after {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.p-lease_faq .faq_item_tabs {
  padding: 0 2rem 4rem 8rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-lease_faq .faq_item_tabs {
    padding: 0 4rem 6rem 11rem;
  }
}

.p-lease_faq .faq_item_tabs:before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 1rem;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  color: #969696;
  font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-lease_faq .faq_item_tabs:before {
    font-size: 6.7rem;
  }
}

.p-lease_faq .faq_item_tabs p {
  font-size: 1.8rem;
  line-height: calc(34/18);
  font-weight: 500;
  color: #4d4d4d;
}

@media screen and (max-width: 768px) {
  .p-lease_faq .faq_item_tabs p {
    font-size: 2.4rem;
    line-height: calc(45/24);
  }
}

.p-lease_faq .faq_item_tabs p span {
  color: #22a57f;
  font-weight: 700;
}

.p-lease_faq .faq_item_tabs .l_dot {
  margin: 1rem 0;
}

.p-lease_faq .faq_item_tabs .l_dot.--green li {
  color: #22a57f;
}

.p-lease_faq .faq_item_tabs .l_dot li {
  font-size: 1.8rem;
  line-height: calc(34/18);
  font-weight: 500;
  color: #4d4d4d;
}

@media screen and (max-width: 768px) {
  .p-lease_faq .faq_item_tabs .l_dot li {
    font-size: 2.4rem;
    line-height: calc(45/24);
  }
}

/** home
======================================= **/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

select {
  /* Reset Select */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* Personalize */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

select {
  color: #ACACAC;
}

select option {
  color: #1B1D1E;
}

select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
  color: #1B1D1E;
}

select:has(option:checked:not([value])) option,
select:has(option:checked:not([value=""])) option {
  color: #1B1D1E;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 1rem 0 0;
  outline: 0;
  width: 2.6rem;
  height: 2.6rem;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0.1rem solid #c6c6c6;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  input[type=checkbox] {
    width: 4rem;
    height: 4rem;
  }
}

input[type=checkbox]:checked {
  opacity: 1;
}

input[type=checkbox]:checked:before {
  opacity: 1;
}

input[type=checkbox]:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.1rem;
  left: 0.8rem;
  width: 0.7rem;
  height: 2rem;
  border: solid #000;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

@media screen and (max-width: 768px) {
  input[type=checkbox]:before {
    top: -0.4rem;
    left: 0.5rem;
  }
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 1rem 0 0;
  outline: 0;
  padding: 1.2rem;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-appearance: none;
  border: 0.1rem solid #c6c6c6;
  vertical-align: middle;
}

input[type=radio]:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: #000;
  z-index: 2;
  opacity: 0;
  vertical-align: middle;
}

input[type=radio]:hover {
  opacity: 1;
}

input[type=radio]:checked:before {
  opacity: 1;
}

.ipt {
  outline: none;
  background: none;
  width: 100%;
  border: none;
  border: 0.1rem solid #cccccc;
  padding: 0.5rem 1.5rem;
  background-color: #fff;
}

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

.ipt.are {
  height: 33.8rem;
  resize: none;
}

@media screen and (max-width: 768px) {
  .ipt.are {
    height: 85rem;
  }
}

.ipt.medium {
  max-width: 25rem;
}

@media screen and (max-width: 768px) {
  .ipt.medium {
    max-width: 30rem;
  }
}

.ipt.short {
  max-width: 10.8rem;
}

@media screen and (max-width: 768px) {
  .ipt.short {
    max-width: 13rem;
    margin-top: 2rem;
  }
}

.ipt.c-select {
  padding-left: 5rem;
  background: #fff url(../img/common/icon_slc.svg) 2rem center no-repeat;
  background-size: 1.6rem auto;
}

.ipt::-webkit-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-moz-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt:-ms-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-ms-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: #c8c4c3;
}

.ipt::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c4c3;
  opacity: 1;
  /* Ensures full opacity in Firefox */
}

.ipt:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c8c4c3;
}

.ipt:-moz-placeholder {
  /* Firefox 4 to 18 */
  color: #c8c4c3;
  opacity: 1;
  /* Ensures full opacity in Firefox */
}

.req {
  font-size: 1.8rem;
  color: #e62d20;
}

@media screen and (max-width: 768px) {
  .req {
    font-size: 2.4rem;
  }
}

.c-btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8rem auto 0;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.c-btn_group input[type="submit"],
.c-btn_group input[type="button"],
.c-btn_group button {
  background-color: #000;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 2rem;
  border-radius: 0;
  width: 100%;
  height: 7rem;
  border: 0.1rem solid #000;
}

@media screen and (max-width: 768px) {
  .c-btn_group input[type="submit"],
  .c-btn_group input[type="button"],
  .c-btn_group button {
    height: 10.5rem;
    font-size: 3rem;
  }
}

.c-btn_group input[type="submit"]:hover,
.c-btn_group input[type="button"]:hover,
.c-btn_group button:hover {
  opacity: .8;
  background-color: #fff;
  color: #000;
}

.c-btn_group input[type="submit"]._back,
.c-btn_group input[type="button"]._back,
.c-btn_group button._back {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #000;
}

.c-btn_group input[type="submit"]._back:hover,
.c-btn_group input[type="button"]._back:hover,
.c-btn_group button._back:hover {
  opacity: .8;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 7.5rem 0;
  }
}

.c-form_title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 12rem;
  margin-bottom: 3rem;
}

.c-form {
  max-width: 100rem;
  margin: 0 auto;
  padding: 10rem 0 17rem;
}

@media screen and (max-width: 768px) {
  .c-form {
    padding-bottom: 10rem;
  }
}

.c-form .c-form_note {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #bf483b;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .c-form .c-form_note {
    font-size: 2.4rem;
  }
}

.c-form ._note {
  font-size: 1.4rem;
  line-height: calc(24/14);
  letter-spacing: 0.025em;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .c-form ._note {
    font-size: 2.2rem;
    margin-top: 1.5rem;
  }
}

.c-form ._note2 {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .c-form ._note2 {
    font-size: 2.7rem;
  }
  .c-form ._note2._fzsp {
    font-size: 2.1rem;
  }
}

.c-form ._flex {
  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;
}

.c-form ._flex._pos {
  position: relative;
}

.c-form ._flex._pos .formError {
  position: absolute !important;
  top: auto !important;
  bottom: -2rem !important;
  left: 0 !important;
}

@media screen and (max-width: 768px) {
  .c-form ._flex._pos .formError {
    bottom: -4rem !important;
  }
}

@media screen and (min-width: 769px) {
  .c-form ._flex_ipt {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.5rem;
  }
  .c-form ._flex_ipt .ipt {
    max-width: 50rem;
  }
}

@media screen and (max-width: 768px) {
  .c-form ._flex_ipt {
    margin-top: 3rem;
  }
  .c-form ._flex_ipt .ipt {
    margin-top: 1.5rem;
  }
}

.c-form ._flex_col {
  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: 1.5rem;
}

.c-form ._flex_col .wpcf7-list-item {
  width: 100%;
  max-width: 24rem;
}

@media screen and (max-width: 768px) {
  .c-form ._flex_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem 0;
  }
  .c-form ._flex_col .wpcf7-list-item {
    max-width: 100%;
  }
}

.mgb0 {
  margin-bottom: 0 !important;
}

.c-form_ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 0.1rem solid #c0c0c0;
  padding: 3.5rem 0;
  line-height: 1.5;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 500;
    padding: 5rem 0;
  }
}

.c-form_ctrl .c-form_ctrl_lbl {
  width: 36.5rem;
  padding: 0 0 0 3rem;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl .c-form_ctrl_lbl {
    width: 25rem;
    padding: 0 0 0 1rem;
  }
}

.c-form_ctrl .c-form_ctrl_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-form_ctrl .c-form_ctrl_ctn a {
  color: #003ca0;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl.blk-sp .c-form_ctrl_lbl {
    width: 100%;
    margin-bottom: 3.5rem;
    padding: 0;
  }
}

.c-form_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
  letter-spacing: 0.1em;
}

.c-form_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-form_checkbox label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.c-form_checkbox .wpcf7-form-control-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 0 3rem;
}

.c-form_checkbox .your-agreeformError {
  position: static !important;
}

.c-form_checkbox .formErrorContent {
  position: absolute !important;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .c-form_checkbox .formErrorContent {
    bottom: -6rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.c-confirm .c-form_ctrl:first-child {
  border-top: none;
  padding-top: 0;
}

.c-confirm .c-form_ctrl .c-form_ctrl_lbl {
  padding: 0;
}

.c-confirm .c-btn_group {
  margin-top: 12rem;
}

.c-finish {
  text-align: center;
}

.c-finish .ttl {
  font-size: 3.5rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .c-finish .ttl {
    font-size: 4.8rem;
    margin-bottom: 6rem;
  }
}

.c-finish .txt {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .c-finish .txt {
    font-size: 2.4rem;
    line-height: calc(45/24);
  }
}

.c-finish .com-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wpcf7-radio {
  display: block;
  margin-left: -2rem;
}

.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin-left: 2rem;
}

.wpcf7-radio .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-response-output {
  display: none;
}

.formErrorContent,
.field-error {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 0.8rem;
  color: #DA4432;
}

@media screen and (max-width: 768px) {
  .formErrorContent,
  .field-error {
    font-size: 2.2rem;
    margin-top: 1rem;
    line-height: 1.35;
  }
}

.is-error input,
.is-error .are,
.is-error .policy-checkbox .wpcf7-list-item-label:before {
  border-color: #DA4432;
  background-color: #FFEAEA;
}

.is-error input::-webkit-input-placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error input::-webkit-input-placeholder,
.is-error input::-moz-placeholder,
.is-error input::-ms-placeholder,
.is-error input::placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error .ipt::-webkit-input-placeholder {
  color: #DA4432 !important;
}

.is-error .ipt::-webkit-input-placeholder,
.is-error .ipt::-moz-placeholder,
.is-error .ipt::-ms-placeholder,
.is-error .ipt::placeholder {
  color: #DA4432 !important;
}

.is-error .upload-box {
  border-color: #DA4432 !important;
  background-color: #FFEAEA !important;
}

.c-form .upload-row + .upload-row {
  margin-top: 1.2rem;
}

.c-form .upload-container {
  width: 100%;
}

.c-form .hidden-input {
  display: none;
}

.c-form .upload-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 2rem;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 1.6rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

@media screen and (max-width: 768px) {
  .c-form .upload-box {
    font-size: 2.4rem;
  }
}

.c-form .upload-box:hover {
  background-color: #f9f9f9;
}

.c-form .icon {
  width: 1.6rem;
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

@media screen and (max-width: 768px) {
  .c-form .icon {
    width: 2.4rem;
  }
}

.c-form .text-blue {
  color: #0066cc;
  text-decoration: none;
}

.c-form .text-gray {
  color: #333;
}

.c-form .file-list {
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 13px;
  color: #555;
}

.c-form .file-list ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 5px;
}

.c-form .file-list li {
  background: #f0f0f0;
  margin-bottom: 4px;
  padding: 5px 10px;
  border-radius: 4px;
  border-left: 3px solid #0066cc;
}

.c-form .file-item {
  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;
  background: #f4f4f4;
  padding: 8px 12px;
  margin-top: 5px;
  border-radius: 4px;
  font-size: 13px;
  border-left: 3px solid #0066cc;
}

.c-form .btn-remove {
  background: none;
  border: none;
  color: #ff4d4d;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  padding: 0 5px;
}

.c-form .btn-remove:hover {
  color: #cc0000;
}

.p-estimate .c-form {
  padding-top: 0;
}

.p-recruit_application {
  padding-block: 10rem 18rem;
}

.p-recruit_application .c-form {
  padding: 0;
}
