@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Lato:wght@900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

html {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 0.5952380952vw;
  overscroll-behavior: none;
  /* IE11だけに適応 */
}
@media screen and (min-width: 1680px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  html {
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 767.98px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    font-size: 1.3333333333vw;
  }
}
html _:lang(x)::-ms-backdrop, html {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.mouse * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

figure {
  font-size: 0;
}
figure figcaption {
  font-size: 1.5rem;
  line-height: 1.5;
}

input[type=radio] {
  transform: translateY(-0.02rem);
}
.safari input[type=radio] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=radio] {
    transform: translateY(0.01rem);
  }
}

input[type=checkbox] {
  transform: translateY(-0.02rem);
}
.safari input[type=checkbox] {
  transform: translateY(-0.01rem);
}
@media screen and (max-width: 767.98px) {
  .safari input[type=checkbox] {
    transform: translateY(0.01rem);
  }
}

hr {
  box-sizing: border-box;
  height: 0;
  overflow: visible;
}

/* .link */
a {
  transition: all 0.3s ease 0s;
  display: inline-block;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767.98px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }
}
img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
.btnbox {
  text-align: center;
}

.btn {
  width: 100%;
  max-width: 39rem;
  height: 6.4rem;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 200rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .btn {
    height: 11.2rem;
    max-width: 60rem;
    font-size: 2.8rem;
    padding: 0.8rem;
  }
}
.btn span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  padding-right: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .btn span {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
  }
}
.btn span:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotateZ(45deg);
  position: absolute;
  top: calc((100% - 1rem) / 2);
  right: 2rem;
}
.btn.-arrow01 {
  background-color: #e8052a;
  max-width: 47.4rem;
  color: #fff;
  height: 8rem;
  border: none;
}
.btn.-arrow01 span:after {
  width: 0.8rem;
  height: 0.8rem;
  border-top-color: #fff;
  border-right-color: #fff;
  top: calc((100% - 0.8rem) / 2);
  right: 3.2rem;
}

.moviebox .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.moviebox .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block !important;
  }
}

/*************************
common
************************ */
body {
  font-size: 1.8rem;
  line-height: 2;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 1440px) {
  body {
    min-width: 0;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    min-width: 0;
    overflow-x: hidden;
    font-size: 2.2rem;
  }
}
body.subpage {
  background-color: #fff;
}
body.menuon, body.form-show, body.stop {
  overflow: hidden;
}
body.menuon #header,
body.menuon #main,
body.menuon #footer,
body.menuon .l-fixedbtn,
body.menuon .l-links, body.form-show #header,
body.form-show #main,
body.form-show #footer,
body.form-show .l-fixedbtn,
body.form-show .l-links, body.stop #header,
body.stop #main,
body.stop #footer,
body.stop .l-fixedbtn,
body.stop .l-links {
  overflow: auto;
  scrollbar-gutter: stable;
}
body.subpage {
  position: relative;
}
body.subpage:before {
  content: "";
  display: block;
  width: 100%;
  height: 41.7rem;
  background-image: url(../../assets/img/common/bg_subpage.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1440px) {
  body.subpage:before {
    background-size: 100% 40rem;
  }
}
@media screen and (max-width: 767.98px) {
  body.subpage:before {
    top: 5.8rem;
    height: 16rem;
    background-position: -3rem 0;
  }
}
body.subpage.single:before {
  content: none;
}
body.lang-en font {
  vertical-align: top !important;
}

input,
textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.8rem 1.6rem;
}
@media screen and (max-width: 767.98px) {
  input,
  textarea {
    padding: 0.8rem 1.2rem;
    line-height: 1.4;
  }
}

/*************************
inview
************************ */
.mov-show {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease 0s;
}
.mov-show.showed {
  opacity: 1;
  visibility: visible;
}

.mov-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(3rem);
  transition: all 1s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .mov-up {
    transform: translateY(2rem);
  }
}
.mov-up.up {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mov-down {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-3rem);
  transition: all 1s ease 0s;
}
@media screen and (max-width: 767.98px) {
  .mov-down {
    transform: translateY(-2rem);
  }
}
.mov-down.down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.zoom-in {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.4);
  transition: all 0.5s ease 0s;
}
.zoom-in.in {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.slide-down {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  transition: all 1s ease 0s;
}
.slide-down.down {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.mov-leftslide {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease 0s;
}
.mov-leftslide.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.mov-rightslide {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  transition: all 1s ease 0s;
}
.mov-rightslide.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.slide-on {
  display: block;
  text-align: center;
  overflow: hidden;
}
.slide-on span {
  display: inline-block;
  transform: translateY(100%);
  transition: all 1s ease 0s;
}
.slide-on.slide-start span {
  transform: translateY(0);
}

.mov-list article,
.mov-list figure,
.mov-list li {
  opacity: 0;
}
.mov-list.list-start article,
.mov-list.list-start figure,
.mov-list.list-start li {
  opacity: 1;
  transition: opacity 1.6s ease 0s;
}
.mov-list.list-start article:nth-child(2),
.mov-list.list-start figure:nth-child(2),
.mov-list.list-start li:nth-child(2) {
  transition-delay: 0.12s;
}
.mov-list.list-start article:nth-child(3),
.mov-list.list-start figure:nth-child(3),
.mov-list.list-start li:nth-child(3) {
  transition-delay: 0.24s;
}
.mov-list.list-start article:nth-child(4),
.mov-list.list-start figure:nth-child(4),
.mov-list.list-start li:nth-child(4) {
  transition-delay: 0.36s;
}
.mov-list.list-start article:nth-child(5),
.mov-list.list-start figure:nth-child(5),
.mov-list.list-start li:nth-child(5) {
  transition-delay: 0.48s;
}
.mov-list.list-start article:nth-child(6),
.mov-list.list-start figure:nth-child(6),
.mov-list.list-start li:nth-child(6) {
  transition-delay: 0.6s;
}
.mov-list.list-start article:nth-child(7),
.mov-list.list-start figure:nth-child(7),
.mov-list.list-start li:nth-child(7) {
  transition-delay: 0.72s;
}
.mov-list.list-start article:nth-child(8),
.mov-list.list-start figure:nth-child(8),
.mov-list.list-start li:nth-child(8) {
  transition-delay: 0.84s;
}
.mov-list.list-start article:nth-child(9),
.mov-list.list-start figure:nth-child(9),
.mov-list.list-start li:nth-child(9) {
  transition-delay: 0.96s;
}
.mov-list.list-start article:nth-child(10),
.mov-list.list-start figure:nth-child(10),
.mov-list.list-start li:nth-child(10) {
  transition-delay: 1.08s;
}
.mov-list.list-start article:nth-child(11),
.mov-list.list-start figure:nth-child(11),
.mov-list.list-start li:nth-child(11) {
  transition-delay: 1.2s;
}

/*************************
accordion
************************ */
[data-accordion-title] {
  padding: 1.6rem 4rem;
  border-radius: 4.2rem;
  background-color: #f8f8f8;
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  [data-accordion-title] {
    font-size: 2.8rem;
    padding: 2.4rem 4rem;
  }
}
[data-accordion-title]:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-right: 1px solid #2f67c6;
  border-bottom: 1px solid #2f67c6;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 4rem;
  transform: rotate(45deg);
  transition: all 0.3s;
}
[data-accordion-title].close:after {
  top: calc(50% - 0.4rem);
  transform: rotate(-135deg);
}

[data-accordion-cont] {
  padding: 3rem 4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  [data-accordion-cont] {
    padding: 4rem 3rem 4.8rem;
    font-size: 2.8rem;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}

/*  header
============================================ */
.header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: 100%;
  height: 10rem;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767.98px) {
  .header {
    padding-top: 1.25rem;
  }
}

.header__inner {
  padding: 1.4rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .header__inner {
    padding: 0 3.2rem;
    width: 100%;
  }
}

.header__logo a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__logo figure img {
  max-width: 7.2rem;
  width: 100%;
}
.header__logo p {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}
.header__logo p span {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
  line-height: 1;
}
.header__logo p img {
  width: 18.6rem;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .header__right {
    white-space: nowrap;
    gap: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .header__right {
    display: none;
  }
}

.header__contact {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.header__line {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  align-items: center;
  border-radius: 200rem;
  background: #fff;
  border: 2px solid #00c300;
  color: #00c300;
  font-size: 1.3rem;
  line-height: 1.25;
  text-align: center;
  height: 6.4rem;
  width: 19.6rem;
}
.header__line img {
  width: 4.2rem;
  height: 4.2rem;
}

.header__tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.header__tel__txt {
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 0 2rem;
  position: relative;
}
.header__tel__txt:before, .header__tel__txt:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 5rem;
  background-color: #000;
  position: absolute;
  top: calc((100% - 5rem) / 2);
}
.header__tel__txt:before {
  left: 0;
  transform: rotateZ(-15deg);
}
.header__tel__txt:after {
  right: 0;
  transform: rotateZ(15deg);
}
.header__tel__txt span.font-blue {
  color: #2f67c6;
}
.header__tel__txt span b {
  display: inline-block;
  font-size: 5rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transform: translateY(0.42rem);
  margin: 0 0.4rem;
}
.header__tel__nmb {
  font-size: 4rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #2f67c6;
  letter-spacing: 0.025em;
  padding-left: 4.4rem;
  position: relative;
}
.header__tel__nmb:before {
  content: "";
  display: block;
  width: 4rem;
  height: 2.6rem;
  background: transparent url(../img/freedial_blue.svg) no-repeat scroll center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header__tel__time {
  border: 1px solid #000;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 0.4rem;
  color: #000;
}
.header__tel__time dt {
  background-color: #000;
  color: #fff;
  font-weight: 400;
  padding: 0 1rem;
}
.header__tel__time dd {
  padding: 0 3rem;
  letter-spacing: 0;
}

.header__line-en {
  font-size: 1.8rem;
}

.header__menu {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .header__menu {
    display: block;
    width: 8rem;
    height: 8rem;
    border-radius: 0.4rem;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}
.header__menu span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .header__menu span {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #196565;
    padding-top: 4rem;
    padding-left: 1.4rem;
  }
}
.header__menu span:before, .header__menu span:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #196565;
  position: absolute;
}
.header__menu span:before {
  width: 5.2rem;
  top: calc(50% - 8px);
}
.header__menu span:after {
  width: 3.2rem;
  top: calc(50% - 1px);
}

.header__menu-icon {
  font-weight: bold;
}

.header__nav {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .header__nav.is-open {
    display: block;
    width: 100%;
    margin-top: 1.6rem;
  }
}
.header__nav__item {
  margin-left: 4rem;
}
@media screen and (max-width: 1770px) {
  .header__nav__item {
    margin-left: 3rem;
  }
}
.header__nav__item a {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 1770px) {
  .header__nav__item a {
    font-size: 1.8rem;
  }
}

/*  main
============================================ */
/*  breadcrumb
============================================ */
.l-breadcrumb {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 2rem;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb {
    width: 100%;
    top: 7.2rem;
  }
}
.l-breadcrumb__inr {
  height: 3rem;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb__inr {
    width: 100%;
    overflow-x: auto;
    display: block;
  }
}
.l-breadcrumb__list {
  display: inline-flex;
  align-items: center;
  padding: 2rem 4rem;
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb__list {
    display: flex;
    padding: 0.4rem 1rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-breadcrumb__list li {
  margin-left: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb__list li {
    margin-left: 1.8rem;
  }
}
.l-breadcrumb__list li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 200rem;
  background-color: #000;
  position: absolute;
  left: -1.4rem;
  top: calc((100% - 2px) / 2);
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb__list li:before {
    left: -1.2rem;
    top: 11px;
  }
}
.l-breadcrumb__list li a,
.l-breadcrumb__list li span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb__list li a,
  .l-breadcrumb__list li span {
    font-size: 1rem;
    white-space: nowrap;
  }
}
.l-breadcrumb__list li a.home {
  font-size: 0;
  padding: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb__list li a.home {
    padding: 0.3rem 0.4rem;
  }
}
.l-breadcrumb__list li span[typeof=ListItem] {
  display: inline-block;
  line-height: 0.1;
}
.l-breadcrumb__list li span.icon-home {
  display: inline-block;
  width: 1.3rem;
  height: 1.1rem;
  background: transparent url(../../assets/img/common/icon_home.svg) no-repeat scroll center center/contain;
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb__list li span.icon-home {
    transform: translateY(0.2rem);
  }
}
.l-breadcrumb__list li:first-of-type {
  margin-left: 0;
}
.l-breadcrumb__list li:first-of-type:before {
  content: none;
}
.l-breadcrumb__list li:nth-of-type(2) {
  margin-left: 2rem;
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumb__list li:nth-of-type(2) {
    margin-left: 1.6rem;
  }
}

/* ナビゲーションメニュー */
.drawer__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*background-color: rgba(0, 0, 0, 0.5);  背景の暗いオーバーレイ */
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
}
.drawer__nav .cta-tel {
  margin-top: 7rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.drawer__nav.activesp {
  opacity: 1;
  visibility: visible;
}

.drawer__nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 135, 136, 0.9);
  padding: 0;
  margin: 0 0 0 auto;
  overflow-y: none;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.drawer__nav.activesp .drawer__nav__inner {
  transform: translateX(0);
  /* メニューを画面にスライドイン */
}

.drawer__button__close {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 2rem;
  right: 3rem;
  z-index: 200;
}
.drawer__nav__menu {
  list-style: none;
  padding: 60px 15px 0 15px;
}

.drawer__nav__link {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 0;
  font-size: 14px;
  position: relative;
}

li.drawer__nav__item {
  padding: 10px 15px;
  margin: 0;
}

.drawer__nav__item {
  border-top: solid 1px #fff;
}

.drawer__nav__item:last-child {
  border-bottom: solid 1px #fff;
}

.drawer__nav__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: calc((100% - 7px) / 2);
}

@media screen and (max-width: 767.98px) {
  .drawer__copyright {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 4rem;
  }
}

.btn-item {
  display: inline-block;
  width: 38rem;
  height: 6.4rem;
  border-radius: 200rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .btn-item {
    width: 58rem;
    height: 8.6rem;
    margin-top: 2.4rem;
  }
}
.btn-item:before {
  content: "";
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-size: contain;
  position: absolute;
  left: 6rem;
}
.btn-item span {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 4.8rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .btn-item span {
    font-size: 3rem;
  }
}
.btn-item span:before {
  content: "";
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-size: contain;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .btn-item.-tel, .btn-item.-web, .btn-item.-line {
    margin: 2.4rem auto 0;
  }
}
.btn-item.-tel {
  width: 100%;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .btn-item.-tel {
    width: 58rem;
    height: 8.6rem;
    border: none;
    background-color: #004980;
    pointer-events: auto;
    align-items: center;
    justify-content: center;
  }
}
.btn-item.-tel:before {
  content: "";
  display: block;
  display: none;
  width: 3.6rem;
  height: 3.9rem;
  background-image: url(../img/common/icon_tel_w.svg);
  position: absolute;
  top: calc((100% - 3.9rem) / 2);
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .btn-item.-tel:before {
    display: block;
    width: 3rem;
    height: 3.4rem;
    top: calc((100% - 3.4rem) / 2);
    left: 6rem;
  }
}
.btn-item.-tel span {
  font-size: 4.4rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767.98px) {
  .btn-item.-tel span {
    font-size: 3rem;
    color: #fff;
  }
}
.btn-item.-tel span:before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.9rem;
  background-image: url(../img/common/icon_tel.svg);
  position: absolute;
  top: calc((100% - 3.9rem) / 2);
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .btn-item.-tel span:before {
    display: none;
  }
}
.btn-item.-tel.-pc {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .btn-item.-tel.-pc {
    display: none;
  }
}
.btn-item.-tel.-sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .btn-item.-tel.-sp {
    display: flex;
  }
}
.btn-item.-web {
  background-color: #2f67c6;
}
.btn-item.-web:before {
  width: 2.7rem;
  height: 2.7rem;
  background-image: url(../img/common/icon_mail.svg);
  top: calc((100% - 2.7rem) / 2);
}
.btn-item.-line {
  background-color: #00c300;
}
.btn-item.-line:before {
  width: 2.7rem;
  height: 2.7rem;
  background-color: #00c300;
  background-image: url(../img/common/icon_line.svg);
  top: calc((100% - 2.7rem) / 2);
}
/*  footer
============================================ */
.footer {
  background-color: #eff7f9;
  padding-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .footer {
    padding-top: 8rem;
  }
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding-left: 3rem;
  padding-right: 3rem;
  max-width: 127rem;
  margin-left: auto;
  margin-right: auto;
  gap: 10rem;
}
@media screen and (max-width: 767.98px) {
  .footer-inner {
    flex-direction: column;
    gap: 2rem;
  }
}

.footer-logo {
  width: 38rem;
}
@media screen and (max-width: 767.98px) {
  .footer-logo {
    width: 60rem;
    margin: 0 auto;
  }
}
.footer-logo a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-logo figure img {
  max-width: 6rem;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .footer-logo figure img {
    max-width: none;
    height: 9.6rem;
  }
}
.footer-logo p {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .footer-logo p {
    font-size: 4.6rem;
  }
}
.footer-logo p span {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .footer-logo p span {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
.footer-logo p img {
  width: 16rem;
}
@media screen and (max-width: 767.98px) {
  .footer-logo p img {
    width: 26rem;
  }
}

.footer-tel {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .footer-tel {
    width: 56rem;
  }
}
.footer-tel__txt {
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.8;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 0 2rem;
  position: relative;
}
.footer-tel__txt:before, .footer-tel__txt:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 5rem;
  background-color: #000;
  position: absolute;
  top: calc((100% - 5rem) / 2);
}
.footer-tel__txt:before {
  left: 0;
  transform: rotateZ(-15deg);
}
.footer-tel__txt:after {
  right: 0;
  transform: rotateZ(15deg);
}
.footer-tel__txt span.font-blue {
  color: #2f67c6;
}
.footer-tel__txt span b {
  display: inline-block;
  font-size: 5rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transform: translateY(0.42rem);
  margin: 0 0.4rem;
}
.footer-tel__nmb {
  font-size: 4rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #2f67c6;
  letter-spacing: 0.025em;
  padding-left: 4.4rem;
  position: relative;
}
.footer-tel__nmb:before {
  content: "";
  display: block;
  width: 4rem;
  height: 2.6rem;
  background: transparent url(../img/freedial_blue.svg) no-repeat scroll center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-tel__time {
  display: flex;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
.footer-tel__time dt {
  font-weight: 400;
  margin-right: 1rem;
}
.footer-tel__time dd {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .footer-tel.sp {
    display: flex !important;
    margin: 6rem auto 0;
    gap: 1.6rem;
  }
}

.footer-address {
  line-height: 1.8;
  font-size: 10px;
}
@media screen and (max-width: 767.98px) {
  .footer-address {
    text-align: left;
    margin-top: 30px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-cta-web {
  margin-bottom: 15px;
}

.footer-cta-line {
  margin-bottom: 20px;
}

.footer-address-item {
  display: flex;
  gap: 10px;
}
.footer-address-item a {
  color: #fff;
  text-decoration: underline;
}
.footer-address-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767.98px) {
  .footer-address-item {
    flex-direction: column;
    gap: 0;
  }
}

.footer-sns {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}
.footer-sns a {
  width: 3.6rem;
}
@media screen and (max-width: 767.98px) {
  .footer-sns a {
    width: 7.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-sns.sp {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 6rem auto 0;
    gap: 4rem;
  }
}

.footer-address-item-name {
  width: 60px;
}

.footer-nav-container {
  width: 63%;
}
@media screen and (max-width: 767.98px) {
  .footer-nav-container {
    width: 100%;
  }
}

.footer-nav-area {
  display: flex;
  font-size: 14px;
  gap: 106px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .footer-nav-area {
    padding-right: 5rem;
    gap: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-nav-area {
    flex-direction: column;
    gap: 2rem;
    padding-right: 0;
  }
}
.footer-nav-area > div {
  width: 50%;
  max-width: 280px;
}
@media screen and (max-width: 767.98px) {
  .footer-nav-area > div {
    width: 100%;
    max-width: none;
  }
}
.footer-nav-area a {
  color: inherit;
}

.footer-section-title {
  font-weight: bold;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
}

.footer-link-list {
  margin-top: 18px;
}
@media screen and (max-width: 767.98px) {
  .footer-link-list li:first-of-type a {
    border-top: 1px solid #196565;
  }
}
.footer-link-list a {
  display: inline-block;
  margin-bottom: 18px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .footer-link-list a {
    font-size: 2.8rem;
    color: #196565;
    width: 100%;
    padding: 3rem;
    border-bottom: 1px solid #196565;
    margin-bottom: 0;
  }
}
.footer-link-list a::before {
  width: 0;
  height: 1px;
  content: "";
  bottom: -2px;
  left: 0;
  position: absolute;
  background: #fff;
  transition: 0.3s;
}
.footer-link-list a::after {
  background-image: url(../img/right-arrow.svg);
  background-size: cover;
  content: "";
  position: absolute;
  top: 3px;
  right: -18px;
  width: 6px;
  height: 11px;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .footer-link-list a::after {
    background-image: url(../img/right-arrow_grn.svg);
    right: 2rem;
    top: calc((100% - 11px) / 2);
  }
}
@media (hover: hover) {
  .footer-link-list a:hover::before {
    width: 100%;
    transition: 0.3s;
  }
  .footer-link-list a:hover::after {
    right: -20px;
    transition: 0.2s;
  }
}
.footer-link-list a.company-link::after {
  background-image: url(../img/link-icon_b.svg);
  right: -2rem;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767.98px) {
  .footer-link-list a.company-link::after {
    background-image: url(../img/link-icon_grn.svg);
    right: 2rem;
    top: calc((100% - 12px) / 2);
  }
}

@media screen and (max-width: 767.98px) {
  .footer-other .footer-link-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-other .footer-link-list li {
    width: calc((100% - 3rem) / 2);
  }
}
@media screen and (max-width: 767.98px) {
  .footer-other .footer-link-list li a {
    padding: 0 3rem;
    min-height: 8rem;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-other .footer-link-list li:nth-of-type(2) a {
    border-top: 1px solid #196565;
  }
}

.footer-cert-and-copy {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .footer-cert-and-copy {
    margin-top: 6rem;
    width: 100%;
    gap: 2.8rem;
    font-weight: 200;
  }
}
.footer-cert-and-copy a {
  color: inherit;
}
@media screen and (max-width: 767.98px) {
  .footer-cert-and-copy {
    width: 100%;
    margin-right: auto;
    text-align: left;
    justify-content: center;
  }
}

.footer-cert img {
  min-width: 5.7rem;
}

.footer-cert-text {
  line-height: 1.8;
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .footer-cert-text {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.footer-cert-text a {
  text-decoration: underline;
}

.footer_copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 2rem;
}
@media screen and (max-width: 767.98px) {
  .footer_copyright {
    font-size: 2.4rem;
    font-weight: 400;
    padding-top: 5.2rem;
    padding-bottom: 14rem;
  }
}

/* モーダル全体(背景＋本体) */
/* .nodisplay {
    display: none;
} */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(17, 135, 136, 0.9);
}

/* モーダル本体 */
.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  /* ウィンドウの内側に余白 */
}

.modal-content_box {
  color: #fff;
  text-align: right;
  /* 角丸を保つためのクリップパス */
  z-index: 99999999;
  width: 100%;
  max-width: 1000px;
  max-height: 77vh;
  /* ウィンドウ高さの90%に制限 */
  box-sizing: border-box;
}
.modal-content_box .floating-form__lead {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .modal-content_box .floating-form__lead {
    font-size: 2.8rem;
    font-weight: 400;
  }
}
.modal-content_box .modal-content-inner-sp {
  text-align: left;
  border-radius: 0.5rem;
  padding: 4.8rem 4rem 4rem;
}
.modal-content_box .floating-form__body {
  padding: 10px;
}
.modal-content_box .js-modal-close img {
  width: 5rem;
  height: 5rem;
}

.modal-content-inner {
  background-color: white;
  border-radius: 10px;
  width: 100%;
  max-height: 100%;
  /* modal-content_boxの高さに合わせる */
  box-sizing: border-box;
  /* overflow-y: auto; */
  /* modal-content-inner内でスクロールを許可 */
}

/* iframeの基本スタイル */
.modal-content-iframe {
  width: 100%;
  max-height: 70vh;
  border: none;
  height: 100%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  cursor: pointer;
}

.modal-content-inner-sp {
  background: #fff;
  color: #000;
  max-height: 70vh;
  overflow-y: auto;
  padding: 6rem 4rem;
  box-sizing: border-box;
}
.modal-content-inner-sp img {
  width: 100%;
}

#modal_freedial .modal-content-inner-sp {
  overflow-y: hidden;
}

.modal-content-title {
  font-size: 4rem;
  line-height: 1.3;
  margin-bottom: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.modal-tel-num {
  display: block;
  margin-bottom: 18px;
}

.modal-content-text {
  margin-top: 1rem;
  margin-bottom: 1.4rem;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
}

.modal_btn-cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.modal_btn-cont a {
  width: calc((100% - 2rem) / 2);
}
.modal_btn-cont a img {
  width: 100%;
}
.modal_btn-cont a.-tel-close img {
  width: 100%;
  height: auto;
}