@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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

.clearfix:after {
  clear: both;
}

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

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

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

html {
  font-size: 62.5%;
}

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

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

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3rem;
  }
  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: 131rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

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

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

@media screen and (max-width: 768px) {
  .p-wrapper {
    overflow: hidden;
  }
}

.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.3);
  transform: scale(1.3);
}

.page-main {
  position: relative;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-overlay.show {
  opacity: 1;
}

.modal-content {
  width: 100%;
  max-width: 120rem;
  height: 100%;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #fff;
  padding: 5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 100%;
    padding: 4rem;
    max-height: 100svh;
  }
}

.modal {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  padding: 5rem;
  z-index: 11;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

@media screen and (max-width: 768px) {
  .modal {
    width: 100%;
    padding: 0;
    max-height: 100svh;
  }
}

.modal-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 1.5rem;
  position: relative;
  margin-bottom: 3rem;
}

.modal-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #7ecef4;
}

.modal-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.8rem;
  height: 0.3rem;
  background-color: #10a2d7;
}

@media screen and (max-width: 768px) {
  .modal-title {
    font-size: 4rem;
    padding: 1.5rem 0;
  }
}

@media screen and (min-width: 769px) {
  .modal-body_inner {
    padding: 0 1.5rem;
  }
}

.modal-body_txt {
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .modal-body_txt {
    font-size: 3rem;
    line-height: 1.5;
  }
}

.modal-body_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6rem 0 5rem;
}

@media screen and (max-width: 768px) {
  .modal-body_row {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .modal-body_list {
    margin: 3rem 0 3.5rem;
  }
}

.modal-body_list li {
  color: #0b7196;
  font-size: 1.8rem;
  line-height: 1.66667;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.modal-body_list li span {
  display: inline-block;
  border: 0.2rem solid #0b7196;
  padding: 1rem 2rem;
}

.modal-body_list li + li {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .modal-body_list li {
    font-size: 3.4rem;
    line-height: 1.5;
  }
}

.modal-body_img {
  width: 39.2rem;
}

@media screen and (max-width: 768px) {
  .modal-body_img {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}

.modal-body_sub {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.1em;
  color: #0b7196;
  margin: 2rem 0 0;
}

@media screen and (max-width: 768px) {
  .modal-body_sub {
    font-size: 3rem;
    line-height: 1.6;
    margin: 3rem 0 0;
  }
}

.modal-body_cta {
  padding: 0 6rem 3rem;
  margin-top: 5rem;
  background: url("../img/modal_cta_bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .modal-body_cta {
    padding: 0 3.4rem 10.8rem;
  }
}

.modal-body_cta::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(3, 53, 127, 0.6)), color-stop(50%, rgba(0, 85, 155, 0.6)), to(rgba(0, 124, 171, 0.6)));
  background: linear-gradient(270deg, rgba(3, 53, 127, 0.6) 0%, rgba(0, 85, 155, 0.6) 50%, rgba(0, 124, 171, 0.6) 100%);
}

.modal-body_cta_ttl {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 7.5rem;
  margin-bottom: 4rem;
  z-index: 1;
}

.modal-body_cta_ttl::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.3rem;
  height: 5.5rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .modal-body_cta_ttl {
    font-size: 3rem;
    padding-top: 6rem;
    margin-bottom: 3.5rem;
    padding-top: 10.5rem;
  }
  .modal-body_cta_ttl::after {
    width: 0.4rem;
    height: 7.5rem;
  }
}

.modal-body_cta_list {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .modal-body_cta_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 3.8rem;
  }
}

.modal-body_cta_item {
  width: calc(50% - 1.9rem);
}

@media screen and (max-width: 768px) {
  .modal-body_cta_item {
    width: 100%;
  }
  .modal-body_cta_item + .modal-body_cta_item {
    margin-top: 3.5rem;
  }
}

.modal-body_cta_item_link {
  display: block;
  width: 100%;
  border-radius: 1.5rem;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 4rem 2rem;
}

@media screen and (max-width: 768px) {
  .modal-body_cta_item_link {
    padding: 6rem 4rem 8.5rem;
  }
  .modal-body_cta_item_link .p-btn {
    width: 100%;
    height: 12.2rem;
  }
  .modal-body_cta_item_link .p-btn .txt {
    font-size: 2.8rem;
    letter-spacing: 0.025em;
  }
}

.modal-body_cta_item_link .tl {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .modal-body_cta_item_link .tl {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}

.modal-close {
  display: inline-block;
  line-height: 0;
  width: 3.3rem;
  height: 3.3rem;
  cursor: pointer;
  position: absolute;
  top: 4rem;
  right: 4rem;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.modal-close img {
  width: 100% !important;
  height: auto !important;
}

body.open {
  overflow: hidden;
}

.bgover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #9A9898;
  mix-blend-mode: multiply;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
}

.bgover.open {
  opacity: 1;
  visibility: visible;
}

.is-view.-base > :nth-child(0) {
  -webkit-transition-delay: -.3s;
  transition-delay: -.3s;
}

.is-view.-base > :first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-view.-base > :nth-child(2) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.is-view.-base > :nth-child(3) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.is-view.-base > :nth-child(4) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.is-view.-base > :nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.is-view.-base > :nth-child(6) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.is-view.-base > :nth-child(7) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.is-view.-base > :nth-child(8) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.is-view.-base > :nth-child(9) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.is-view.-base > :nth-child(10) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.is-view {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-view.-base {
  display: block;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(2em) rotate(0.0001deg);
  transform: translateY(2em) rotate(0.0001deg);
  -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-filter 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.is-view.-base.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_base {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(1.5em rotate(0.0001deg));
  transform: translateY(1.5em rotate(0.0001deg));
  -webkit-transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-view.-blur_base figure {
  overflow: hidden;
}

.is-view.-blur_base img {
  -webkit-mask-image: url(../img/mask.webp);
  mask-image: url(../img/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

.is-view.-blur_base.is-act {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0) rotate(0.0001deg);
  transform: translateY(0) rotate(0.0001deg);
}

.is-view.-blur_base.is-act img {
  -webkit-animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

.is-view.-blur_orderlist > * {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0;
  -webkit-transform: translateY(1.5em) rotate(0.0001deg);
  transform: translateY(1.5em) rotate(0.0001deg);
  -webkit-transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-view.-blur_orderlist.is-act > * {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.is-view.-blur_orderlist > * img {
  -webkit-mask-image: url(../img/mask.webp);
  mask-image: url(../img/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

.is-view.-blur_orderlist.is-act > * img {
  -webkit-animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
  animation: mask-animation 3s cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

.js-cover-zoom {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  -webkit-transform: scale(calc(1 - 0.14136*(var(--scroll-progress) - 1) * -1));
  transform: scale(calc(1 - 0.14136*(var(--scroll-progress) - 1) * -1));
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: unset !important;
  transition: unset !important;
}

.js-cover-zoom img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  scale: calc(1 + .2*(var(--scroll-progress) - 1)* -1);
}

.p-404 {
  padding: 12rem 0;
  text-align: center;
  min-height: calc(100vh - 30rem);
}

@media screen and (max-width: 768px) {
  .p-404 {
    min-height: calc(100vh - 88rem);
  }
}

.p-404 .inner {
  max-width: 123rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

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

.p-404_lead {
  line-height: 2;
}

/** header area
====================================== **/
.page-header {
  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;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  padding: 0 0 0 15rem;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

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

.header-logo {
  width: 58.6rem;
}

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

.header-logo-link {
  display: block;
  width: 100%;
  line-height: 0;
}

.menu {
  display: block;
  width: 100%;
  margin: 0;
}

.menu-item + .menu-item {
  margin-top: 6rem;
}

@media screen and (min-width: 769px) {
  .menu-item + .menu-item {
    margin-top: 3rem;
  }
}

.menu-item_link {
  display: block;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (min-width: 769px) {
  .menu-item_link {
    font-size: 1.8rem;
  }
}

.g-nav {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  right: -100%;
  top: 0;
  width: 37.6rem;
  height: 100vh;
  z-index: 11;
  padding: 20rem 0 4rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.g-nav.open {
  right: 0;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 769px) {
  .g-nav {
    width: auto;
    padding: 15rem 4rem 4rem;
  }
}

.header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.5rem;
  padding: 1.6rem 2.5rem;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#7ecef4), to(#10a2d7));
  background: linear-gradient(0deg, #7ecef4 0%, #10a2d7 100%);
}

.header-button .cpy {
  display: block;
  text-align: center;
}

.header-button .cpy .sm {
  display: block;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.header-button .cpy .lg {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.388;
}

.header-button .cpy .lg > span {
  color: #fff100;
}

.header-button .arrow {
  background-color: #fff;
}

.header-button .arrow img, .header-button .arrow svg {
  stroke: #10a2d7;
}

.header-button .arrow img path, .header-button .arrow svg path {
  stroke: #10a2d7;
}

.header-button .arrow .cls-1 {
  stroke: #10a2d7;
}

@media screen and (min-width: 769px) {
  .header-button {
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .header-button {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 8;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 1.3rem;
    padding: 2rem 2rem 2rem 3rem;
  }
  .header-button .cpy {
    text-align: left;
  }
  .header-button .cpy .sm {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  .header-button .cpy .lg {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}

.cta-fixed {
  position: fixed;
  bottom: 11rem;
  right: -0.9rem;
  width: 20.6rem;
  z-index: 9;
}

.cta-fixed li a {
  display: block;
  line-height: 0;
}

.cta-fixed li:nth-child(2) {
  margin-top: -1.2rem;
}

@media screen and (max-width: 768px) {
  .cta-fixed {
    bottom: 12rem;
  }
}

/** footer
======================================= **/
.page-footer {
  background-color: #10a2d7;
  color: #fff;
  text-align: center;
  padding: 3rem 0 3rem;
  position: relative;
  z-index: 3;
}

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

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5rem;
}

.footer-menu-item_link {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.footer-menu-item_link:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.2rem;
  bottom: -0.2rem;
  left: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #f08605;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-menu-item_link:hover {
  color: #f08605;
}

.footer-menu-item_link:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .footer-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 2rem 5rem;
  }
  .footer-menu-item {
    width: calc(50% - 3rem);
  }
  .footer-menu-item_link {
    font-size: 3rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
}

.footer-logo {
  display: block;
  width: 27rem;
  margin: 4rem auto;
}

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

@media screen and (max-width: 768px) {
  .footer-logo {
    width: 59.4rem;
    margin: 8rem auto;
  }
}

.pagetop {
  width: 8rem;
  height: 8rem;
  position: fixed;
  right: 1.5rem;
  bottom: 2rem;
  z-index: 5;
  cursor: pointer;
}

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

@media screen and (max-width: 768px) {
  .pagetop {
    width: 12rem;
    height: 12rem;
    right: auto;
    left: 50%;
    bottom: 12rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .pagetop.ab {
    bottom: -6rem;
  }
}

.copyright {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 2.4rem;
  }
}

/** header area
====================================== **/
.arrow {
  width: 2.2rem;
  height: 2.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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  -webkit-transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  background-color: #10a2d7;
  overflow: hidden;
}

.arrow svg {
  display: block;
  width: 0.6rem;
  height: auto;
  stroke: #fff;
}

.arrow svg .cls-1 {
  stroke: #fff;
}

.arrow svg path {
  stroke: #fff;
}

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

.p-btn {
  width: 38.4rem;
  height: 8.2rem;
  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;
  color: #10a2d7;
  border-radius: 8rem;
  position: relative;
  border: 0.3rem solid #10a2d7;
  padding-right: 2rem;
  margin: 0 auto;
  cursor: pointer;
}

.p-btn .txt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .p-btn .txt {
    font-size: 3rem;
    letter-spacing: 0.025em;
  }
}

.p-btn .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem;
}

@media screen and (max-width: 768px) {
  .p-btn .arrow {
    right: 3rem;
  }
}

.p-btn._orange {
  background: -webkit-gradient(linear, left bottom, left top, from(#f28e26), to(#fd644f));
  background: linear-gradient(0deg, #f28e26 0%, #fd644f 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px #eb6100;
  box-shadow: 0px 5px 5px 0px #eb6100;
}

.p-btn._orange .arrow {
  background-color: #fff;
}

.p-btn._orange .arrow svg {
  stroke: #FD644F;
}

.p-btn._orange .arrow svg .cls-1 {
  stroke: #FD644F;
}

.p-btn._orange .arrow svg path {
  stroke: #FD644F;
}

.p-btn._blue {
  background: -webkit-gradient(linear, left bottom, left top, from(#00aeef), to(#0082c9));
  background: linear-gradient(0deg, #00aeef 0%, #0082c9 100%);
  border: none;
  color: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px #0082c9;
  box-shadow: 0px 5px 5px 0px #0082c9;
}

.p-btn._blue .arrow {
  background-color: #fff;
}

.p-btn._blue .arrow svg {
  stroke: #00AECF;
}

.p-btn._blue .arrow svg .cls-1 {
  stroke: #00AECF;
}

.p-btn._blue .arrow svg path {
  stroke: #00AECF;
}

.p-btn:hover {
  opacity: 0.7 !important;
}

@media screen and (max-width: 768px) {
  .p-btn {
    width: 52.2rem;
    height: 10rem;
    padding-right: 3rem;
  }
}

.heading-lv2 {
  position: relative;
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 4rem;
}

.heading-lv2::before, .heading-lv2::after {
  position: absolute;
  content: '';
  height: 0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.heading-lv2::before {
  width: 9.6rem;
  background-color: #7ecef4;
}

.heading-lv2::after {
  width: 4.8rem;
  margin-left: -2.4rem;
  background-color: #10a2d7;
}

.heading-lv2 .en {
  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: #10a2d7;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.075em;
  width: 42.2rem;
  height: 4.1rem;
  border-radius: 4rem;
  margin: 0 auto 1rem;
  font-family: "Josefin Sans", sans-serif;
}

.heading-lv2 .ja {
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1.35;
}

.heading-lv2 .ja span {
  color: #10a2d7;
}

@media screen and (max-width: 768px) {
  .heading-lv2 {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .heading-lv2::before, .heading-lv2::after {
    height: 0.5rem;
  }
  .heading-lv2::before {
    width: 8.8rem;
  }
  .heading-lv2::after {
    width: 8.8rem;
    margin-left: -6.2rem;
  }
  .heading-lv2 .en {
    font-size: 3rem;
    width: 52rem;
    height: 5.6rem;
  }
  .heading-lv2 .ja {
    letter-spacing: 0.075em;
  }
}

.txt-lead {
  text-align: center;
  line-height: 1.875;
}

.img-shadow {
  position: relative;
  z-index: 1;
}

.img-shadow::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

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

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

.p-wrapper {
  position: relative;
}

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

a:hover .rotateY {
  -webkit-animation-name: rotateYAnime;
  animation-name: rotateYAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

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

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

/** header area
====================================== **/
#hambuger {
  width: 13rem;
  height: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
  background-color: #10a2d7;
}

@media screen and (min-width: 769px) {
  #hambuger {
    width: 8rem;
    height: 8rem;
  }
}

#hambuger span {
  color: #fff;
  font-size: 2.6rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  #hambuger span {
    font-size: 1.4rem;
  }
}

#hambuger span.open {
  display: inline-block;
}

#hambuger span.close {
  display: none;
}

#hambuger.open span.open {
  display: none;
}

#hambuger.open span.close {
  display: inline-block;
}

.nav-icon ul {
  position: relative;
  width: 5.4rem;
  height: 4rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .nav-icon ul {
    width: 4.6rem;
    height: 2rem;
    margin-bottom: 1.2rem;
  }
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 0.3rem;
  left: 50%;
  border-radius: 20px;
  -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;
  }
}

/** home
======================================= **/
@-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%);
  }
}

.main-visual {
  text-align: center;
  line-height: 0;
  background-color: #f7f7f7;
  position: relative;
  margin-top: 8rem;
}

.main-visual::before, .main-visual::after {
  position: absolute;
  content: '';
}

.main-visual::before {
  width: 48.2rem;
  height: 20.4rem;
  right: 0;
  top: 0;
  background: url(../img/mv_before.png) no-repeat right top;
  background-size: cover;
}

.main-visual::after {
  width: 52.2rem;
  height: 23.1rem;
  left: 0;
  bottom: 0;
  background: url(../img/mv_after.png) no-repeat left bottom;
  background-size: cover;
}

.main-visual .mv-img {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 180rem;
}

.main-visual .p-btn {
  position: absolute;
  left: 10%;
  top: 79%;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .main-visual {
    margin-top: 13rem;
  }
  .main-visual::before, .main-visual::after {
    width: 0;
    height: 0;
    background: none;
  }
  .main-visual .p-btn {
    left: 8%;
    top: 78%;
  }
}

.section-production {
  padding: 12rem 0;
}

.section-production .inner {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .section-production .inner {
    padding: 0 6rem;
  }
}

.section-production .production-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 4rem 2rem;
  margin: 4.5rem 0 6rem;
}

.section-production .production-list .wp-slider_item {
  width: calc(100% / 4 - 1.5rem);
}

.section-production .production-list .wp-slider_item_img {
  margin-bottom: 1rem;
}

.section-production .production-list .wp-slider_item_ttl {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .section-production .production-list .wp-slider_item_ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .section-production .production-list {
    gap: 4rem 2rem;
    margin: 4rem 0 6rem;
  }
  .section-production .production-list .wp-slider_item {
    width: calc(100%/2 - 1rem);
  }
}

.section-careful {
  padding: 12rem 0;
  background-color: #e0e8f3;
  position: relative;
}

.section-careful::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: -8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 8rem solid transparent;
  border-right: 8rem solid transparent;
  border-top: 8rem solid #e0e8f3;
}

.section-careful .inner {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .section-careful .inner {
    padding: 0 6rem;
  }
}

.section-careful .careful-title {
  font-size: 4rem;
  line-height: 1.25;
  padding: 2rem 0;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.5rem;
  background-color: #fff;
  border-bottom: 0.6rem solid #1270b1;
}

@media screen and (max-width: 768px) {
  .section-careful .careful-title {
    font-size: 4.6rem;
    line-height: 1.3043478;
    border-bottom: 0.8rem solid #1270b1;
    border-right: 0.8rem solid #1270b1;
  }
}

.section-careful .careful-title > span {
  display: inline-block;
}

.section-careful .careful-title > span > span {
  color: #00a0e9;
}

.section-careful .careful-title img {
  display: inline-block;
  margin-left: 2rem;
  width: 5rem;
  height: auto;
  vertical-align: baseline;
}

.section-careful .careful-row {
  position: relative;
}

.section-careful .careful-list li {
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  padding-left: 6.4rem;
}

.section-careful .careful-list li::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 4.4rem;
  height: 4.1rem;
  background: url(../img/check_icon.png) no-repeat center center;
  background-size: cover;
}

.section-careful .careful-list li + li {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .section-careful .careful-list li {
    font-size: 3rem;
    line-height: 1.333;
    letter-spacing: 0.025em;
  }
  .section-careful .careful-list li::after {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media screen and (min-width: 769px) {
  .section-careful .careful-img {
    width: 62.2rem;
    position: absolute;
    right: -15.5rem;
    bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .section-careful .careful-img {
    margin-top: 5rem;
  }
}

.section-careful .careful-cpy {
  background-color: #b3daf1;
  padding: 3.5rem 5rem;
  font-size: 1.8rem;
  line-height: 2.332;
  border-radius: 1rem;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .section-careful .careful-cpy {
    font-size: 3rem;
    line-height: 1.6;
    margin-top: 6rem;
    padding: 5rem 2.5rem;
  }
}

.section-careful .careful-bottom {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #00a0e9;
  position: absolute;
  bottom: 1rem;
  left: 0;
}

.section-appointment {
  padding: 12rem 0;
}

.section-appointment .inner {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .section-appointment .inner {
    padding: 0 6rem;
  }
}

.section-appointment .appointment-lead {
  line-height: 2.25;
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-appointment .appointment-lead h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #10a2d7;
}

.section-appointment .appointment-lead p {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .section-appointment .appointment-lead {
    line-height: 1.6;
    margin-bottom: 4rem;
  }
  .section-appointment .appointment-lead h3 {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
  .section-appointment .appointment-lead p {
    letter-spacing: 0.05em;
  }
}

.section-concern {
  padding: 12rem 0;
  background: url(../img/concern_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.section-concern::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: -8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 8rem solid transparent;
  border-right: 8rem solid transparent;
  border-top: 8rem solid #e0e8f3;
}

@media screen and (max-width: 768px) {
  .section-concern {
    background: url(../img/concern_bg_sp.png) no-repeat center center;
    background-size: cover;
  }
}

.section-concern .inner {
  max-width: 123rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .section-concern .inner {
    padding: 0 6rem;
  }
}

.section-concern .concern-title {
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-bottom: 14rem;
}

.section-concern .concern-title > span {
  display: inline-block;
  position: relative;
  padding-bottom: 1rem;
}

.section-concern .concern-title > span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: #10a2d7;
}

.section-concern .concern-title > span > span {
  font-size: 6rem;
  color: #10a2d7;
}

@media screen and (max-width: 768px) {
  .section-concern .concern-title {
    margin-bottom: 4rem;
    line-height: 0;
  }
  .section-concern .concern-title > span {
    padding: 0;
    width: 48.8rem;
    line-height: 0;
  }
  .section-concern .concern-title > span::after {
    width: 0;
    height: 0;
    background: none;
  }
}

@media screen and (min-width: 769px) {
  .section-concern .concern-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4.5rem 6rem;
  }
}

.section-concern .concern-item {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(18, 112, 177, 0.25);
  box-shadow: 0px 0px 8px 2px rgba(18, 112, 177, 0.25);
  padding: 3rem 1.5rem 2.4rem;
}

@media screen and (min-width: 769px) {
  .section-concern .concern-item {
    width: calc(50% - 3rem);
  }
  .section-concern .concern-item:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@media screen and (max-width: 768px) {
  .section-concern .concern-item {
    padding: 4rem 2rem 4rem 4rem;
  }
  .section-concern .concern-item + .concern-item {
    margin-top: 4rem;
  }
}

.section-concern .concern-item_ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2rem;
}

.section-concern .concern-item_ttl span {
  color: #10a2d7;
}

@media screen and (max-width: 768px) {
  .section-concern .concern-item_ttl {
    font-size: 4rem;
    margin-bottom: 3rem;
    text-align: left;
  }
}

.section-concern .concern-item_row {
  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;
}

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

.section-concern .concern-item_row_box {
  border-radius: 1.5rem;
  border: 0.5rem solid #87d0eb;
  padding: 2rem 1rem 2rem 2rem;
  width: 29.4rem;
}

.section-concern .concern-item_row_box p {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .section-concern .concern-item_row_box {
    width: 34.5rem;
  }
}

@media screen and (min-width: 769px) {
  .section-concern .concern-item.item1 {
    margin-top: -6.7rem;
  }
}

.section-concern .concern-item.item1 .concern-item_row_img {
  width: 12.7rem;
  margin-left: 2.9rem;
}

@media screen and (max-width: 768px) {
  .section-concern .concern-item.item1 .concern-item_row_img {
    width: 16rem;
    margin-left: 3.9rem;
  }
}

.section-concern .concern-item.item2 .concern-item_row_img {
  width: 11.7rem;
  margin-left: 3.9rem;
}

@media screen and (max-width: 768px) {
  .section-concern .concern-item.item2 .concern-item_row_img {
    width: 14.6rem;
    margin-left: 4.9rem;
  }
}

@media screen and (min-width: 769px) {
  .section-concern .concern-item.item3 {
    margin-top: -6.7rem;
    margin-left: 2.5rem;
  }
}

.section-concern .concern-item.item3 .concern-item_row_img {
  width: 11.2rem;
  margin-left: 3.9rem;
}

@media screen and (max-width: 768px) {
  .section-concern .concern-item.item3 .concern-item_row_img {
    width: 14.4rem;
    margin-left: 4.5rem;
  }
}

@media screen and (min-width: 769px) {
  .section-concern .concern-item.item4 {
    margin-right: -2.5rem;
  }
}

.section-concern .concern-item.item4 .concern-item_row_img {
  width: 14.1rem;
  margin-left: 2.9rem;
}

@media screen and (max-width: 768px) {
  .section-concern .concern-item.item4 .concern-item_row_img {
    width: 21rem;
    margin-left: 2.4rem;
  }
}

.section-concern .concern-cpy {
  text-align: center;
  margin-top: 5rem;
}

.section-concern .concern-cpy_ttl {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #00a0e9;
}

.section-concern .concern-cpy_ttl span {
  display: inline-block;
  position: relative;
}

.section-concern .concern-cpy_ttl span::before, .section-concern .concern-cpy_ttl span::after {
  position: absolute;
  content: '';
  width: 3.1rem;
  height: 2.9rem;
  top: 40%;
  background: url(../img/concern_splash.png) no-repeat center center;
  background-size: cover;
}

.section-concern .concern-cpy_ttl span::before {
  left: -5.1rem;
}

.section-concern .concern-cpy_ttl span::after {
  right: -4.1rem;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

@media screen and (max-width: 768px) {
  .section-concern .concern-cpy_ttl {
    line-height: 1.42;
  }
  .section-concern .concern-cpy_ttl span::before, .section-concern .concern-cpy_ttl span::after {
    top: 25%;
    width: 8.6rem;
    height: 8.6rem;
    background: url(../img/concern_splash_sp.png) no-repeat center center;
    background-size: cover;
  }
  .section-concern .concern-cpy_ttl span::before {
    left: -12rem;
  }
  .section-concern .concern-cpy_ttl span::after {
    right: -12rem;
  }
}

.section-concern .concern-cpy_txt {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .section-concern .concern-cpy_txt {
    font-size: 3rem;
    line-height: 1.3727;
    letter-spacing: 0.1em;
  }
}

.section-concern .concern-bottom {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #00a0e9;
  position: absolute;
  bottom: 1rem;
  left: 0;
}

.section-solution {
  padding: 12rem 0;
  background-color: #f5f5f5;
}

.section-solution .inner {
  max-width: 123rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

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

@media screen and (min-width: 769px) {
  .section-solution .solution-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: 4.5rem 10rem;
  }
}

.section-solution .solution-item .rotateY {
  background-color: #fff;
  padding: 3.6rem;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 2px 18px 10px rgba(224, 232, 243, 0.45);
  box-shadow: 0px 2px 18px 10px rgba(224, 232, 243, 0.45);
}

@media screen and (min-width: 769px) {
  .section-solution .solution-item {
    width: calc(100%/2 - 5rem);
  }
  .section-solution .solution-item:nth-child(2n + 2) {
    position: relative;
  }
  .section-solution .solution-item:nth-child(2n + 2)::after {
    position: absolute;
    content: '';
    width: 0.2rem;
    height: 100%;
    left: -4.9rem;
    top: 0;
    background-color: #87b7c8;
  }
}

@media screen and (max-width: 768px) {
  .section-solution .solution-item .rotateY {
    padding: 3.4rem 5.6rem 5rem;
  }
  .section-solution .solution-item + .solution-item {
    margin-top: 4.3rem;
  }
}

.section-solution .solution-item_head {
  background-color: #e0e8f3;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1.2rem 1.5rem 2.4rem;
}

.section-solution .solution-item_head .num {
  display: inline-block;
  font-size: 4rem;
  line-height: 1.15;
  letter-spacing: 0.1em;
  font-family: "Josefin Sans", sans-serif;
  color: #0b7196;
  font-weight: bold;
  width: 7rem;
}

.section-solution .solution-item_head .ttl {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-solution .solution-item_head .ttl span {
  color: #0b7196;
  line-height: 1;
}

.section-solution .solution-item_img {
  margin-bottom: 1.5rem;
}

.section-solution .solution-item_ctn p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.66667;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .section-solution .solution-item_ctn p {
    font-size: 3rem;
  }
}

.section-solution .solution-item_ctn .txt-blue {
  color: #0b7196;
  font-weight: 700;
}

.section-solution .solution-item_ctn .txt-red {
  color: #a40000;
  font-weight: 800;
}

.section-solution .solution-item_ctn ul {
  margin: 1rem 0;
  padding-left: 1.2rem;
}

@media screen and (max-width: 768px) {
  .section-solution .solution-item_ctn ul {
    margin: 2rem 0;
  }
}

.section-solution .solution-item_ctn ul li {
  font-size: 1.7rem;
  letter-spacing: 0.025em;
  padding: 1rem 0.5rem 1rem 1.8rem;
  border: 0.2rem solid #0b7196;
  position: relative;
}

.section-solution .solution-item_ctn ul li + li {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .section-solution .solution-item_ctn ul li {
    font-size: 3rem;
    line-height: 1.333;
    padding: 1.5rem 1rem 1.5rem 3.7rem;
  }
  .section-solution .solution-item_ctn ul li + li {
    margin-top: 2rem;
  }
}

.section-solution .solution-item_ctn ul li span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "Josefin Sans", sans-serif;
  color: #0b7196;
  position: absolute;
  left: -1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .section-solution .solution-item_ctn ul li span {
    font-size: 3rem;
    left: -2.2rem;
  }
}

.section-solution .solution-item.item3 .solution-item_head .num, .section-solution .solution-item.item5 .solution-item_head .num {
  font-size: 3.2rem;
  line-height: 1.7;
  width: 6rem;
}

.section-solution .solution-item.item3 .solution-item_head .ttl, .section-solution .solution-item.item5 .solution-item_head .ttl {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.section-solution .solution-item.item6 .solution-item_head .ttl {
  letter-spacing: 0.05em;
}

.section-solution .solution-item:hover .rotateY {
  -webkit-animation-name: rotateYAnime;
  animation-name: rotateYAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.section-zoom {
  padding: 6rem 1.5rem;
  background: url(../img/zoom_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-zoom {
    padding: 23.5rem 3.3rem 10.5rem;
    background: url(../img/zoom_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.section-zoom::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(3, 53, 127, 0.6)), color-stop(50%, rgba(0, 85, 155, 0.6)), to(rgba(0, 124, 171, 0.6)));
  background: linear-gradient(270deg, rgba(3, 53, 127, 0.6) 0%, rgba(0, 85, 155, 0.6) 50%, rgba(0, 124, 171, 0.6) 100%);
}

.section-zoom .zoom-box {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  max-width: 68rem;
  padding: 4rem 1.5rem;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section-zoom .zoom-box {
    padding: 7rem 2rem 8.5rem;
    border-radius: 1.5rem;
  }
}

.section-zoom .zoom-box_ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2857;
  letter-spacing: 0.1em;
}

.section-zoom .zoom-box_ttl > span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FFF100));
  background: linear-gradient(180deg, transparent 60%, #FFF100 40%);
}

.section-zoom .zoom-box_ttl > span > span {
  color: #10a2d7;
}

@media screen and (max-width: 768px) {
  .section-zoom .zoom-box_ttl {
    width: 54rem;
    margin: 0 auto;
  }
}

.section-zoom .zoom-box_sub {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 1.5rem 0;
}

@media screen and (max-width: 768px) {
  .section-zoom .zoom-box_sub {
    font-size: 3.6rem;
    margin: 3.5rem 0 3rem;
  }
}

.section-faq {
  padding: 12rem 0;
  background-color: #e0e8f3;
}

.section-faq .inner {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .section-faq .inner {
    padding: 0 6rem;
  }
}

.section-faq .faq-art + .faq-art {
  margin-top: 4rem;
}

.section-faq .faq-art_ttl {
  background-color: #fff;
  border-top: 0.2rem solid #10a2d7;
  padding: 0 0 0 9rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .section-faq .faq-art_ttl {
    font-size: 3.3rem;
    line-height: 1.45;
    padding: 0 0 0 11rem;
  }
}

.section-faq .faq-art_ttl::before, .section-faq .faq-art_ttl::after {
  position: absolute;
  content: '';
}

.section-faq .faq-art_ttl::before {
  width: 5.1rem;
  height: 5.1rem;
  left: 1.2rem;
  top: 50%;
  background: url(../img/q_icon.png) left top no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .section-faq .faq-art_ttl::before {
    width: 7.6rem;
    height: 7.6rem;
    left: 1.5rem;
  }
}

.section-faq .faq-art_ttl::after {
  width: 3.2rem;
  height: 3.2rem;
  right: 3.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border: 0.3rem solid #10a2d7;
}

@media screen and (max-width: 768px) {
  .section-faq .faq-art_ttl::after {
    width: 4.8rem;
    height: 4.8rem;
    right: 3rem;
  }
}

.section-faq .faq-art_ttl span {
  display: block;
  padding: 3rem 9rem 3rem 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-faq .faq-art_ttl span {
    padding: 3rem 9rem 3rem 0;
  }
}

.section-faq .faq-art_ttl span::before, .section-faq .faq-art_ttl span::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #10a2d7;
}

.section-faq .faq-art_ttl span::before {
  width: 0.3rem;
  height: 1.5rem;
  right: 5.1rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .section-faq .faq-art_ttl span::before {
    width: 0.6rem;
    height: 2.3rem;
    right: 5.3rem;
  }
}

.section-faq .faq-art_ttl span::after {
  width: 1.5rem;
  height: 0.3rem;
  right: 4.5rem;
}

@media screen and (max-width: 768px) {
  .section-faq .faq-art_ttl span::after {
    width: 2.3rem;
    height: 0.6rem;
  }
}

.section-faq .faq-art_txt {
  padding: 3rem 3rem 3rem 9rem;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.875;
  display: none;
}

@media screen and (max-width: 768px) {
  .section-faq .faq-art_txt {
    font-size: 2.8rem;
    line-height: 1.714285;
    padding: 3rem 1rem 3rem 11rem;
  }
}

.section-faq .faq-art_txt::before {
  position: absolute;
  content: '';
  width: 5.1rem;
  height: 5.1rem;
  left: 1.2rem;
  top: 2rem;
  background: url(../img/a_icon.png) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .section-faq .faq-art_txt::before {
    width: 7.6rem;
    height: 7.6rem;
    left: 1.5rem;
    top: 3.5rem;
  }
}

.section-faq .faq-art.active .faq-art_ttl span::before {
  opacity: 0;
  visibility: hidden;
}

.section-contact {
  padding: 12rem 0;
}

.section-contact .inner {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .section-contact .inner {
    padding: 0 6rem;
  }
}

.section-contact .contact-lead {
  line-height: 2.25;
  text-align: center;
  margin-bottom: 6rem;
}

.section-contact .contact-lead p {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .section-contact .contact-lead {
    line-height: 1.6;
  }
}

/** 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;
  border: 1px solid #898787;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.8rem 0 0;
  outline: 0;
  padding: 0;
  vertical-align: text-top;
  height: 2rem;
  width: 2rem;
  -webkit-appearance: none;
  background: #fff;
}

@media screen and (max-width: 768px) {
  input[type=checkbox] {
    width: 4rem;
    height: 4rem;
  }
}

input[type=checkbox]:checked {
  opacity: 1;
  border-color: #000;
}

input[type=checkbox]:checked:before {
  opacity: 1;
}

input[type=checkbox]:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.1rem;
  left: 0.6rem;
  width: 0.5rem;
  height: 1.4rem;
  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 {
    width: 1.4rem;
    height: 4rem;
    top: -0.8rem;
    left: 1.2rem;
  }
}

input[type=radio] {
  position: relative;
  border: 1px solid #000;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.8rem 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  -webkit-appearance: none;
  background: #fff;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 3rem;
    height: 3rem;
  }
}

input[type=radio]:hover {
  opacity: 1;
}

input[type=radio]:checked:before {
  opacity: 1;
}

input[type=radio]:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #000;
  z-index: 2;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  input[type=radio]:before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.formErrorContent {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 0.8rem;
  color: #DA4432;
}

.is-error input,
.is-error .are,
.is-error .policy-checkbox .wpcf7-list-item-label:before {
  border: 1px solid #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;
}

.your-consent {
  display: block;
}

.ipt {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 1rem 2rem;
  line-height: 200%;
  border-radius: 0.5rem;
  border: 1px solid #B5B5B5;
  outline: none;
  background: #fff;
}

.ipt::-webkit-input-placeholder {
  color:  rgba(123,  123,  123,  0 0.5);
}

.ipt::-webkit-input-placeholder, .ipt::-moz-placeholder, .ipt::-ms-placeholder, .ipt::placeholder {
  color:  rgba(123,  123,  123,  0 0.5);
}

.ipt:focus {
  border-color: #3F96E8;
}

.ipt:focus::-webkit-input-placeholder {
  color: #363636;
  opacity: 1;
}

.ipt:focus::-webkit-input-placeholder, .ipt:focus::-moz-placeholder, .ipt:focus::-ms-placeholder, .ipt:focus::placeholder {
  color: #363636;
  opacity: 1;
}

.ipt.short {
  max-width: 16rem;
  margin-right: 1rem;
}

.ipt.are {
  max-width: 100%;
  min-height: 20rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .ipt {
    padding: 1.6rem 2rem;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .ipt.are {
    min-height: 20rem;
  }
}

.slc {
  width: 15.5rem;
  background: #fff url(../img/icon_select.png) 13rem center no-repeat;
  background-size: 1.2rem 1.1rem;
}

@media screen and (max-width: 768px) {
  .slc {
    width: 17rem;
    background-position: 14rem center;
  }
}

.req {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 200%;
  padding: 0 1rem;
  background: #D74848;
  color: #fff;
  font-weight: bold;
  border-radius: 0.3rem;
  margin-left: 1.4rem;
}

.req.not-req {
  background: #A1A1A1;
}

@media screen and (max-width: 768px) {
  .req {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}

.form-check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3rem;
}

.form-check-list-item .tl {
  display: inline-block;
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  .form-check-list {
    display: block;
  }
  .form-check-list-item + .form-check-list-item {
    margin-top: 1.6rem;
  }
  .form-check-list-item .tl {
    font-size: 2.4rem;
    width: 13rem;
  }
}

.form {
  border-radius: 2rem;
  overflow: hidden;
}

.form-ctrl {
  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;
  background-color: #f7f7f7;
}

.form-ctrl + .form-ctrl {
  border-top: 1px dashed #d6d6d6;
}

.form-ctrl_lbl {
  width: 20rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #e0e8f3;
  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;
}

@media screen and (max-width: 768px) {
  .form-ctrl_lbl {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.form-ctrl_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2rem 3.5rem 2rem 3rem;
}

.form-btn {
  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;
  margin: 4rem 0 0;
}

@media screen and (max-width: 768px) {
  .form-btn {
    margin: 6rem 0 0;
  }
}

.form-btn .p-btn {
  padding: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.form-btn .p-btn .txt {
  background: none;
  outline: none;
  border: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.form-btn .p-btn:hover {
  opacity: 0.7;
}

.form-btn .wpcf7-spinner {
  display: none !important;
}

.required-msg {
  color: red;
  font-size: 13px;
  margin-top: 4px;
  display: none;
}

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 1rem;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal .modal-body {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 80rem;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

.close {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

.modal-footer {
  text-align: center;
  margin-top: 20px;
}

.checkbox {
  margin-top: 20px;
}

a.policy-link {
  color: #007BFF;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .date-block > div + div {
    margin-top: 2rem;
  }
  .date-block .slc {
    width: 100%;
    background-position: 90% center;
  }
}

@media screen and (max-width: 768px) {
  .radio-group {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .required-msg {
    font-size: 2rem;
  }
}

.modal input[type="text"] {
  border: none;
  background: none;
  outline: none;
  pointer-events: none;
}

.modal .wpcf7-submit {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  background: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.modal .wpcf7-submit:hover {
  opacity: 0.7;
}

.modal textarea {
  border: none;
  background: none;
  outline: none;
  width: 100%;
  height: 10rem;
  overflow-y: auto;
  pointer-events: none;
}
