@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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; /* 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;
  font-weight: normal;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 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 */
  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 {
  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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Body Styles */
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #0A378D;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
body a {
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  cursor: pointer;
}
body a:hover {
  text-decoration: none;
}

/* Telephone Link */
/* ============================================ */
@media screen and (min-width: 601px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}

/* Container */
/* ============================================ */
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: 100%;
}

.inner {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(1100px + 60px * 2);
}
@media screen and (max-width: 1230px) {
  .inner {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 740px) {
  .inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.inner--right {
  padding-left: 60px;
  margin-left: auto;
  width: 100%;
  max-width: calc(1100px / 2 + 60px + 50%);
}
@media screen and (max-width: 1230px) {
  .inner--right {
    max-width: 100%;
    padding-right: 0;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inner--right {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 740px) {
  .inner--right {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.inner--left {
  padding-right: 60px;
  margin-right: auto;
  width: 100%;
  max-width: calc(1100px / 2 + 60px + 50%);
}
@media screen and (max-width: 1230px) {
  .inner--left {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner--left {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 740px) {
  .inner--left {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Form Style */
/* ============================================ */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  line-height: inherit;
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

/* CSS for hiding device display */
/* ============================================ */
/**
 * Desktop
 */
.tb:not(br), br.tb {
  display: none !important;
}

.sp:not(br), br.sp {
  display: none !important;
}

.lg:not(br), br.lg {
  display: none !important;
}

.pc:not(br) {
  display: block !important;
}

br.pc {
  display: inline-block !important;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
}

/**
 * Large Tablet
 */
@media screen and (max-width: 1230px) {
  .pc:not(br), br.pc {
    display: none !important;
  }
  .tb:not(br), br.tb {
    display: none !important;
  }
  .sp:not(br), br.sp {
    display: none !important;
  }
  .lg:not(br) {
    display: block !important;
  }
  br.lg {
    display: inline-block !important;
  }
}
/**
 * Tablet
 */
@media screen and (max-width: 1000px) {
  .pc:not(br), br.pc {
    display: none !important;
  }
  .lg:not(br), br.lg {
    display: none !important;
  }
  .sp:not(br), br.sp {
    display: none !important;
  }
  .tb:not(br) {
    display: block !important;
  }
  br.tb {
    display: inline-block !important;
  }
}
/**
 * Mobile
 */
@media screen and (max-width: 740px) {
  .pc:not(br), br.pc {
    display: none !important;
  }
  .lg:not(br), br.lg {
    display: none !important;
  }
  .tb:not(br), br.tb {
    display: none !important;
  }
  .sp:not(br) {
    display: block !important;
  }
  br.sp {
    display: inline-block !important;
  }
}
/* Common Css */
/* ============================================ */
.container {
  position: relative;
}
@media screen and (max-width: 740px) {
  .container {
    padding-bottom: 90px;
  }
}

/**
 * Header
 */
.header, .header--top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.header.is-hidden, .is-hidden.header--top {
  -webkit-transform: translate(0, -120%);
          transform: translate(0, -120%);
}
.header--top {
  position: absolute;
  z-index: 52;
  background: transparent;
}
.header--top .header__logo {
  padding: 30px;
}
.header--top .header__logo img {
  width: auto;
  height: auto;
}
.header--top .nav__item a {
  color: #fff;
}
.header--top .nav__item a:before {
  background: #fff;
}
.header__logo {
  padding: 11px 50px 12px;
}
.header__logo img {
  width: 67px;
  height: auto;
}
.header__bar {
  display: none;
}
@media screen and (max-width: 1230px) {
  .header__logo {
    padding: 12px 40px;
    z-index: 102;
  }
  .header__logo img {
    width: auto;
    height: 64px;
  }
  .header.is-active, .is-active.header--top {
    background: transparent;
    z-index: 102;
  }
  .header .nav, .header--top .nav {
    display: none !important;
  }
  .header--top .header__bar {
    position: absolute;
  }
  .header--top .header__bar span {
    background: #fff;
  }
  .header--top .nav {
    display: none !important;
  }
  .header__bar {
    top: 24px;
    position: fixed;
    right: 40px;
    width: 50px;
    height: 40px;
    display: block;
    z-index: 101;
  }
  .header__bar span {
    position: absolute;
    display: block;
    background: #0A378D;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
    transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  }
  .header__bar span:nth-child(1) {
    top: 0;
  }
  .header__bar span:nth-child(2) {
    top: 19px;
  }
  .header__bar span:nth-child(3) {
    bottom: 0;
  }
  .header__bar.is-active span {
    background: #fff;
  }
  .header__bar.is-active span:nth-child(1) {
    -webkit-transform: translate(0, 19px) rotate(45deg);
            transform: translate(0, 19px) rotate(45deg);
  }
  .header__bar.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header__bar.is-active span:nth-child(3) {
    -webkit-transform: translate(0, -19px) rotate(-45deg);
            transform: translate(0, -19px) rotate(-45deg);
  }
}
@media screen and (max-width: 1000px) {
  .header__logo {
    padding: 12px 20px;
  }
  .header__bar {
    right: 20px;
  }
}
@media screen and (max-width: 740px) {
  .header--top .header__logo {
    padding: 10px 15px;
  }
  .header--top .header__logo img {
    width: 75px;
  }
  .header__logo {
    padding: 10px 15px;
  }
  .header__logo img {
    width: 75px;
    height: auto;
  }
  .header__bar {
    top: 32px;
    width: 35px;
    height: 28px;
    right: 15px;
  }
  .header__bar span:nth-child(2) {
    top: 13px;
  }
  .header__bar.is-active {
    width: 40px;
    top: 34px;
    right: 11px;
  }
  .header__bar.is-active span {
    width: 40px;
  }
  .header__bar.is-active span:nth-child(1) {
    -webkit-transform: translate(0, 13px) rotate(45deg);
            transform: translate(0, 13px) rotate(45deg);
  }
  .header__bar.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header__bar.is-active span:nth-child(3) {
    -webkit-transform: translate(0, -13px) rotate(-45deg);
            transform: translate(0, -13px) rotate(-45deg);
  }
}

/**
 * Global Navigation
 */
.nav {
  margin-left: auto;
}
.nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 30px;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 30px;
  margin-top: 2px;
}
.nav__item a {
  position: relative;
  color: #0A378D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.nav__item a:before {
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -3px;
  content: "";
  width: 6px;
  height: 6px;
  background: #0A378D;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
@media screen and (min-width: 1025px) {
  .nav__item a:hover:before {
    bottom: -12px;
    opacity: 1;
  }
}
.nav__contact {
  width: 163px;
}
.nav__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  background: #0A378D;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0em;
  font-weight: 600;
  padding: 34px 0 35px 4px;
  border-bottom-left-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .nav__contact a:hover {
    opacity: 0.7;
  }
}
.nav__contact img {
  margin-top: 2px;
}
.nav__bar {
  display: none;
}
@media screen and (max-width: 1230px) {
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: #0A378D;
    -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
    transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
    z-index: 100;
    overflow: scroll;
  }
  .nav.is-open {
    opacity: 1;
    visibility: visible;
  }
  .nav__wrap {
    display: block;
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: calc(1100px + 60px * 2);
    padding-top: 130px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1230px) and (max-width: 1230px) {
  .nav__wrap {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1230px) and (max-width: 1000px) {
  .nav__wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 1230px) and (max-width: 740px) {
  .nav__wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1230px) {
  .nav__list {
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 16px;
  }
  .nav__item {
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  .nav__item a {
    padding: 18px 0;
    display: block;
    color: #fff;
  }
  .nav__item a:before {
    top: 50%;
    right: 6px;
    left: auto;
    margin-left: 0;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: transparent;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 1;
  }
  .nav__contact {
    display: none;
  }
  .nav__link {
    text-align: center;
    margin-top: 36px;
  }
  .nav__link-item {
    margin-bottom: 15px;
  }
  .nav__link-item:last-child {
    margin-bottom: 0;
  }
  .nav__link a {
    display: inline-block;
  }
}
/**
 * Main Contents
 */
/**
 * Footer
 */
.footer {
  background: #0A378D;
  color: #fff;
  padding-top: 74px;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  border-bottom: solid 1px #fff;
  padding-bottom: 34px;
}
.footer__nav-link {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .footer__nav-link:hover {
    color: #FFF952;
  }
}
.footer__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  padding-bottom: 70px;
}
.footer__info {
  margin-top: 33px;
}
.footer__info-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-indent: -0.6em;
}
.footer__info-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  gap: 17px;
  margin-top: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-indent: -0.1em;
}
.footer__info-link {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0em;
  font-weight: 400;
  border-bottom: solid 1px transparent;
  padding-bottom: 2px;
  margin-bottom: -3px;
}
@media screen and (min-width: 1025px) {
  .footer__info-link:hover {
    border-bottom-color: #fff;
  }
}
.footer__info-add {
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.footer__info-tel {
  margin-top: 14px;
}
.footer__info-tel--num {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0em;
}
.footer__info-tel--num span {
  font-size: 2rem;
  margin-right: 6px;
}
.footer__info-tel--time {
  margin-top: 3px;
  font-family: "Karla", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.footer__info-holiday {
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.footer__info-holiday span {
  font-size: 1rem;
  margin-left: 4px;
}
.footer__page {
  margin-left: auto;
  margin-bottom: 5px;
}
.footer__copy {
  background: #fff;
  color: #0A378D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  padding: 23px 0 20px;
}
@media screen and (max-width: 1000px) {
  .footer__nav {
    gap: 20px;
  }
}
@media screen and (max-width: 740px) {
  .footer {
    padding-top: 57px;
  }
  .footer__nav {
    display: none;
  }
  .footer .inner {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer__detail {
    padding-bottom: 62px;
  }
  .footer__info {
    margin-top: 0;
  }
  .footer__info-ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .footer__info-name {
    margin-top: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0em;
    font-weight: 500;
  }
  .footer__info-link {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .footer__info-add {
    margin-top: 11px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    line-height: 1.7rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .footer__info-tel {
    margin-top: 23px;
  }
  .footer__info-tel--num {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 0em;
  }
  .footer__info-tel--num span {
    font-size: 1.4rem;
    margin-right: 6px;
  }
  .footer__info-tel--time {
    margin-top: 4px;
    font-size: 1.4rem;
  }
  .footer__info-tel--holiday {
    margin-top: 10px;
    font-size: 1.2rem;
    letter-spacing: -0.07em;
  }
  .footer__info-tel--holiday span {
    margin: 0 0 0 3px;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .footer__page {
    display: none;
  }
  .footer__copy {
    padding: 17px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    letter-spacing: 0em;
    font-weight: 500;
  }
}

.fix-bn {
  display: none;
}
@media screen and (max-width: 740px) {
  .fix-bn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    background: #0A378D;
    padding: 15px;
    z-index: 30;
  }
}

/**
 * Heading
 */
.heading {
  margin-top: 87px;
  position: relative;
  padding-top: 16px;
}
.heading__ttl {
  margin-top: 78px;
  position: relative;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.heading__ttl span {
  position: relative;
  display: inline-block;
  padding: 0 8px 22px;
}
.heading__ttl span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(10, 55, 141);
  background: -webkit-gradient(linear, left top, right top, from(rgb(10, 55, 141)), color-stop(68%, rgb(45, 160, 232)), to(rgb(163, 215, 247)));
  background: -webkit-linear-gradient(left, rgb(10, 55, 141) 0%, rgb(45, 160, 232) 68%, rgb(163, 215, 247) 100%);
  background: linear-gradient(90deg, rgb(10, 55, 141) 0%, rgb(45, 160, 232) 68%, rgb(163, 215, 247) 100%);
}
.heading__en {
  position: absolute;
  top: 0;
  left: -9.88px;
}
@media screen and (max-width: 740px) {
  .heading {
    margin-top: 92px;
    padding-top: 8px;
  }
  .heading__ttl {
    margin-top: 24px;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3rem;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .heading__ttl span {
    padding: 0 2px 16px;
  }
  .heading__ttl span:before {
    height: 2px;
  }
  .heading__en {
    top: 10px;
    left: -4.62px;
  }
  .heading__en img {
    width: auto;
    height: 49.14px;
  }
}

/**
 * Breadcrumb
 */
.pnkz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #B6C4DD;
  max-width: 80%;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.pnkz li a {
  color: #0A378D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.pnkz li .current-item {
  color: #B6C4DD;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.pnkz li:before {
  color: #B6C4DD;
  content: "/";
  margin: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.pnkz li:first-child:before {
  display: none;
}
.pnkz li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pnkz .post {
  margin-top: 0;
}
@media screen and (max-width: 740px) {
  .pnkz li a, .pnkz li .current-item, .pnkz li li:before {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0em;
    font-weight: 500;
  }
  .pnkz li:before {
    margin: 0 6px;
  }
}

/**
 * Section Title（Index）
 */
.content {
  position: relative;
}

/**
 * Parts
 */
/* Contact */
.c-inquiry {
  margin-top: 140px;
  background: rgb(10, 55, 141);
  background: -webkit-gradient(linear, left top, right top, from(#0A378D), to(#2DA0E8));
  background: -webkit-linear-gradient(left, #0A378D 0%, #2DA0E8 100%);
  background: linear-gradient(90deg, #0A378D 0%, #2DA0E8 100%);
  border-radius: 10px;
  padding: 60px 50px 56px;
}
.c-inquiry__catch {
  text-align: center;
  padding-left: 56px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4rem;
  line-height: 5.8rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
}
.c-inquiry__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}
.c-inquiry__box {
  width: calc(50% - 20px);
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.c-inquiry__box.--tel {
  padding: 37px 20px 35px;
}
.c-inquiry__box.--form {
  padding: 37px 20px 44px;
}
.c-inquiry__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.c-inquiry__num {
  margin-top: 21px;
}
.c-inquiry__time {
  margin-top: 10px;
  font-family: "Karla", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.c-inquiry__holiday {
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.c-inquiry__holiday span {
  font-size: 1.2rem;
  margin-left: 7px;
}
.c-inquiry__btn {
  margin: 19px auto 0;
  width: 300px;
  max-width: 100%;
}
.c-inquiry__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 100%;
  text-align: center;
  background: #0A378D;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0em;
  font-weight: 600;
  padding: 21px 0 26px 6px;
  border-radius: 40px;
}
.c-inquiry__btn a img {
  margin-top: 2px;
}
@media screen and (min-width: 1025px) {
  .c-inquiry__btn a:hover {
    opacity: 0.7;
  }
}
.c-inquiry__last {
  margin-top: 47px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  line-height: 4.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
  padding-left: 22px;
}
@media screen and (max-width: 1000px) {
  .c-inquiry {
    padding: 48px 30px 40px;
  }
  .c-inquiry__content {
    gap: 20px;
  }
  .c-inquiry__box {
    width: calc(50% - 10px);
  }
  .c-inquiry__num img {
    max-width: 100%;
    height: auto;
  }
  .c-inquiry__holiday span {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }
}
@media screen and (max-width: 740px) {
  .c-inquiry {
    margin-top: 48px;
    padding: 27px 15px 35px;
    border-radius: 8px;
  }
  .c-inquiry__catch {
    padding-left: 10px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .c-inquiry__content {
    margin-top: 17px;
  }
  .c-inquiry__box {
    width: 100%;
  }
  .c-inquiry__box.--tel {
    padding: 19px 15px 19px;
  }
  .c-inquiry__box.--form {
    padding: 19px 15px 26px;
  }
  .c-inquiry__ttl {
    font-size: 1.6rem;
  }
  .c-inquiry__num {
    margin-top: 18px;
  }
  .c-inquiry__num img {
    width: auto;
    height: 24.17px;
  }
  .c-inquiry__time {
    margin-top: 7px;
    font-size: 1.2rem;
  }
  .c-inquiry__holiday {
    margin-top: 13px;
    font-size: 1.2rem;
    letter-spacing: -0.07em;
  }
  .c-inquiry__holiday span {
    margin: 0 0 0 3px;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .c-inquiry__btn {
    width: 240px;
    margin: 18px auto 0;
  }
  .c-inquiry__btn a {
    font-size: 1.6rem;
    padding: 22px 0 21px;
  }
  .c-inquiry__btn a img {
    margin-top: 1px;
  }
  .c-inquiry__last {
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-weight: 400;
    padding-left: 14px;
  }
}

.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  gap: 37px 40px;
}
.works__card {
  width: calc(33.3333333333% - 26.6666666667px);
}
.works__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .works__link:hover .works__img img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .works__link:hover .works__ttl {
    color: #2DA0E8;
  }
}
.works__img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 10px;
  overflow: hidden;
}
.works__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.works__ttl {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-weight: 700;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.works__cat {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  gap: 7px;
}
.works__cat a {
  display: block;
  border: solid 1px #0A378D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0em;
  font-weight: 700;
  background: #fff;
  padding: 5px 14px 7px;
  border-radius: 15px;
}
@media screen and (min-width: 1025px) {
  .works__cat a:hover {
    background: #0A378D;
    color: #fff;
  }
}
.works__tag {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  gap: 6px 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .works__card {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 740px) {
  .works__list {
    margin-top: 20px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 40px;
  }
  .works__card {
    width: 100%;
  }
  .works__ttl {
    margin-top: 10px;
  }
}

.btn, .btn--icn {
  width: 230px;
  margin-right: auto;
  margin-left: auto;
}
.btn__item {
  display: block;
  width: 100%;
  text-align: center;
  background: #0A378D;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0em;
  font-weight: 500;
  line-height: 1.7rem;
  padding: 20px 0 23px;
  border-radius: 30px;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.btn__item svg {
  margin-left: 10px;
  vertical-align: -2px;
}
@media screen and (min-width: 1025px) {
  .btn__item:hover {
    opacity: 0.7;
  }
}
.btn--icn .btn__item {
  padding-left: 8px;
}

/**
 * Scroll Animation
 */
.inView {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.inView.is-view {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.32, 0, 0.15, 1);
          animation-timing-function: cubic-bezier(0.32, 0, 0.15, 1);
}
.inView.--delay1 {
  -webkit-animation-delay: calc(0.2s * 1);
          animation-delay: calc(0.2s * 1);
}
.inView.--delay2 {
  -webkit-animation-delay: calc(0.2s * 2);
          animation-delay: calc(0.2s * 2);
}
.inView.--delay3 {
  -webkit-animation-delay: calc(0.2s * 3);
          animation-delay: calc(0.2s * 3);
}
.inView.--delay4 {
  -webkit-animation-delay: calc(0.2s * 4);
          animation-delay: calc(0.2s * 4);
}
.inView.--delay5 {
  -webkit-animation-delay: calc(0.2s * 5);
          animation-delay: calc(0.2s * 5);
}
.inView.--delay6 {
  -webkit-animation-delay: calc(0.2s * 6);
          animation-delay: calc(0.2s * 6);
}
.inView.--delay7 {
  -webkit-animation-delay: calc(0.2s * 7);
          animation-delay: calc(0.2s * 7);
}
.inView.--delay8 {
  -webkit-animation-delay: calc(0.2s * 8);
          animation-delay: calc(0.2s * 8);
}
.inView.--delay9 {
  -webkit-animation-delay: calc(0.2s * 9);
          animation-delay: calc(0.2s * 9);
}
.inView.--delay10 {
  -webkit-animation-delay: calc(0.2s * 10);
          animation-delay: calc(0.2s * 10);
}
@media screen and (max-width: 740px) {
  .inView.--delay1 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .inView.--delay2 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .inView.--delay3 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .inView.--delay4 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .inView.--delay5 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .inView.--delay6 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .inView.--delay7 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .inView.--delay8 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .inView.--delay9 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .inView.--delay10 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .inView.--delay1--sp {
    -webkit-animation-delay: calc(0.2s * 1);
            animation-delay: calc(0.2s * 1);
  }
  .inView.--delay2--sp {
    -webkit-animation-delay: calc(0.2s * 2);
            animation-delay: calc(0.2s * 2);
  }
  .inView.--delay3--sp {
    -webkit-animation-delay: calc(0.2s * 3);
            animation-delay: calc(0.2s * 3);
  }
  .inView.--delay4--sp {
    -webkit-animation-delay: calc(0.2s * 4);
            animation-delay: calc(0.2s * 4);
  }
  .inView.--delay5--sp {
    -webkit-animation-delay: calc(0.2s * 5);
            animation-delay: calc(0.2s * 5);
  }
  .inView.--delay6--sp {
    -webkit-animation-delay: calc(0.2s * 6);
            animation-delay: calc(0.2s * 6);
  }
  .inView.--delay7--sp {
    -webkit-animation-delay: calc(0.2s * 7);
            animation-delay: calc(0.2s * 7);
  }
  .inView.--delay8--sp {
    -webkit-animation-delay: calc(0.2s * 8);
            animation-delay: calc(0.2s * 8);
  }
  .inView.--delay9--sp {
    -webkit-animation-delay: calc(0.2s * 9);
            animation-delay: calc(0.2s * 9);
  }
  .inView.--delay10--sp {
    -webkit-animation-delay: calc(0.2s * 10);
            animation-delay: calc(0.2s * 10);
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Top(/) */
/* ============================================ */
/**
 * Hero Image
 */
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  z-index: 51;
}
.fv .fv-swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.fv__bg {
  width: 100%;
  height: 100%;
}
.fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__catch {
  position: absolute;
  left: 135px;
  bottom: 56.2px;
}
.fv__catch--en {
  opacity: 0;
  -webkit-transform: translate(0, 18px);
          transform: translate(0, 18px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fv__catch--ja {
  margin-top: 31px;
  margin-left: -3px;
}
.fv__catch--main1, .fv__catch--main2, .fv__catch--main3 {
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: auto;
}
.fv__catch--main2 {
  margin-top: 28px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fv__catch--main3 {
  margin-top: 28px;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fv__catch--sub {
  margin-top: 42px;
  opacity: 0;
  -webkit-transform: translate(0, 18px);
          transform: translate(0, 18px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fv.is-view .fv__catch--main1, .fv.is-view .fv__catch--main2, .fv.is-view .fv__catch--main3 {
  width: 100%;
}
.fv.is-view .fv__catch--en, .fv.is-view .fv__catch--sub {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (max-width: 1230px) {
  .fv {
    height: 100svh;
    max-height: 768px;
  }
  .fv__catch {
    left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .fv__catch--main1 img, .fv__catch--main2 img {
    width: auto;
    height: 62.2px;
  }
}
@media screen and (max-width: 740px) {
  .fv {
    height: 100svh;
    max-height: initial;
  }
  .fv__catch {
    bottom: 127px;
    left: 15px;
  }
  .fv__catch--ja {
    margin-top: 27px;
    margin-left: 0;
  }
  .fv__catch--main1 img, .fv__catch--main2 img {
    height: auto;
  }
  .fv__catch--main2 {
    margin-top: 21px;
  }
  .fv__catch--main3 {
    margin-top: 24px;
  }
  .fv__catch--en, .fv__catch--sub {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}

.ttl {
  position: relative;
  z-index: 2;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.ttl img {
  max-width: 100%;
  height: auto;
}
.ttl span {
  position: relative;
  display: inline-block;
  padding-bottom: 18px;
}
.ttl span.--ttl {
  padding: 0 8px 22px;
}
.ttl span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(10, 55, 141);
  background: -webkit-gradient(linear, left top, right top, from(rgb(10, 55, 141)), color-stop(68%, rgb(45, 160, 232)), to(rgb(163, 215, 247)));
  background: -webkit-linear-gradient(left, rgb(10, 55, 141) 0%, rgb(45, 160, 232) 68%, rgb(163, 215, 247) 100%);
  background: linear-gradient(90deg, rgb(10, 55, 141) 0%, rgb(45, 160, 232) 68%, rgb(163, 215, 247) 100%);
}
@media screen and (max-width: 740px) {
  .ttl {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3rem;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .ttl span {
    padding-bottom: 15px;
  }
  .ttl span:before {
    height: 2px;
  }
  .ttl span.--ttl {
    padding: 0 3px 16px;
  }
}

.--en {
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  .--en img {
    width: auto;
    height: 88.2px;
  }
}
@media screen and (max-width: 740px) {
  .--en img {
    height: 49.12px;
  }
}

.adv {
  overflow: hidden;
  position: relative;
  padding-top: 112px;
  padding-bottom: 144px;
}
.adv__list {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 90px;
}
.adv__list-item {
  width: calc(33.3333333333% - 60px);
}
.adv__list-item img {
  width: 100%;
  height: auto;
}
.adv__en {
  top: -4px;
  left: 27.7777777778%;
  z-index: -1;
}
@media screen and (max-width: 1230px) {
  .adv__list {
    gap: 40px;
  }
  .adv__list-item {
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
@media screen and (max-width: 740px) {
  .adv {
    padding-top: 44px;
    padding-bottom: 60px;
  }
  .adv__list {
    margin-top: 20px;
    gap: 0 26px;
    padding: 0 15px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .adv__list-item {
    width: calc(50% - 13px);
  }
  .adv__list-item:nth-child(3) {
    margin-top: -13px;
  }
  .adv__en {
    left: -2.9615384615%;
  }
}

.worries {
  position: relative;
  background: #B6C4DD;
  padding: 92px 0 0;
}
.worries:before {
  position: absolute;
  left: 50%;
  bottom: -55px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 190px;
  height: 55px;
  background: #B6C4DD;
  content: "";
  -webkit-clip-path: polygon(51% 100%, 0 0, 100% 0);
          clip-path: polygon(51% 100%, 0 0, 100% 0);
}
.worries__ttl {
  position: relative;
  text-align: center;
  z-index: 20;
}
.worries__box {
  position: relative;
  margin-top: -63px;
  background: #fff;
  border-radius: 10px;
  padding: 88px 40px 58px;
  z-index: 19;
}
.worries__box-ill {
  position: absolute;
  right: 136px;
  bottom: 65px;
  z-index: 20;
}
.worries__list {
  display: table;
  margin: 0 auto;
}
.worries__list-item {
  padding-left: 47px;
  margin-bottom: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  line-height: 4.2rem;
  letter-spacing: 0em;
  font-weight: 700;
  background: url("../img/index/icn-check.svg") no-repeat left top 8px;
}
.worries__list-item:last-child {
  margin-bottom: 0;
}
.worries__list-item span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #FFF952));
  background: -webkit-linear-gradient(transparent 80%, #FFF952 20%);
  background: linear-gradient(transparent 80%, #FFF952 20%);
}
.worries__support {
  position: relative;
  margin-top: 80px;
  padding-bottom: 92px;
  overflow: hidden;
}
.worries__support-txt {
  text-align: center;
  padding-left: 38px;
}
.worries__support-txt img {
  width: 40.8701388889%;
  max-width: 588.53px;
  height: auto;
}
.worries__support-img {
  position: absolute;
  left: 68.0555555556%;
  width: 27.2222222222%;
  max-width: 392px;
  bottom: 0;
}
.worries__support-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1230px) {
  .worries__box-ill {
    right: 40px;
  }
  .worries__support-txt {
    padding-left: 0;
  }
  .worries__support-txt img {
    width: 44.7585365854%;
  }
  .worries__support-img {
    left: 70.081300813%;
    width: 31.8699186992%;
  }
}
@media screen and (max-width: 1000px) {
  .worries__box-ill {
    bottom: 40px;
  }
  .worries__support-txt {
    padding-left: 0;
  }
  .worries__support-txt img {
    width: 49.5481770833%;
  }
  .worries__support-img {
    left: 68.0989583333%;
    width: 32.8125%;
  }
}
@media screen and (max-width: 740px) {
  .worries {
    padding: 49px 0 0;
  }
  .worries:before {
    display: none;
  }
  .worries__ttl {
    padding: 0 15px;
  }
  .worries__ttl img {
    max-width: 330px;
    height: auto;
    width: 100%;
  }
  .worries__box {
    margin-top: -49px;
    padding: 38px 15px 24px;
  }
  .worries__box-ill {
    right: 24px;
    bottom: 28px;
  }
  .worries__box-ill img {
    width: 73px;
    height: auto;
  }
  .worries__list {
    display: block;
    width: 100%;
  }
  .worries__list-item {
    margin-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-weight: 700;
    background: url("../img/index/icn-check.svg") no-repeat left top 16px;
    background-size: 19px 16px;
    border-bottom: solid 1px #B6C4DD;
    padding: 12px 0 12px 27px;
  }
  .worries__list-item:last-child {
    border-bottom: none;
  }
  .worries__support {
    margin-top: 30px;
  }
  .worries__support-txt img {
    width: 92.3076923077%;
  }
  .worries__support-img {
    width: 55.641025641%;
    left: 50%;
    margin-left: -27.6923076923%;
  }
}

.service {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
  overflow: hidden;
}
.service__list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 85px;
  gap: 28px;
  width: 100%;
  max-width: 800px;
}
.service__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.service__content {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(1100px + 60px * 2);
}
@media screen and (max-width: 1230px) {
  .service__content {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .service__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 740px) {
  .service__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.service__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  gap: 50px;
  margin-bottom: 40px;
}
.service__box:last-child {
  margin-bottom: 0;
}
.service__img {
  position: relative;
  width: 100%;
  max-width: 470px;
  height: 242px;
}
.service__img .work {
  position: absolute;
  width: 345px;
  height: 229px;
  border-radius: 10px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  pointer-events: auto;
}
.service__img .work:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(3, 35, 96, 0.6);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 2;
  border-radius: 10px;
}
.service__img .work.bfr {
  top: 0;
  left: 0;
  z-index: 1;
}
.service__img .work.bfr:after {
  opacity: 1;
}
.service__img .work.aft {
  top: 13px;
  right: 0;
  z-index: 2;
}
.service__img .work.aft:after {
  opacity: 0;
}
.service__img .work img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__img .work .label {
  position: absolute;
  font-size: 18px;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  color: #fff;
  z-index: 3;
}
.service__img .work .label-bfr {
  top: 10px;
  left: 15px;
}
.service__img .work .label-aft {
  bottom: 12px;
  right: 15px;
}
.service__img.is-active .work.bfr {
  z-index: 3;
}
.service__img.is-active .work.bfr:after {
  opacity: 0;
}
.service__img.is-active .work.aft {
  z-index: 1;
}
.service__img.is-active .work.aft:after {
  opacity: 1;
}
.service__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 16px;
}
.service__catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  line-height: 4.2rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 31px;
}
.service__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.service__en {
  z-index: -10;
  top: -3px;
  left: -17.15px;
}
@media screen and (max-width: 1000px) {
  .service__list {
    gap: 20px;
  }
  .service__list__item {
    width: calc(20% - 16px);
  }
  .service__box {
    gap: 　calc(3.3333333333vw);
  }
  .service__img {
    max-width: 50%;
    width: 320px;
  }
  .service__img .work {
    width: calc(100% - 35px);
    height: auto;
  }
  .service__img .work.aft {
    top: 60px;
  }
}
@media screen and (max-width: 740px) {
  .service {
    padding-top: 66px;
    padding-bottom: 69px;
  }
  .service__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 14px;
  }
  .service__list__item {
    width: calc((100% - 28px) / 3);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.3rem;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .service__list__item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service__box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 11px;
  }
  .service__img {
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: none;
    padding-top: calc(66.4% + 16px);
  }
  .service__txt {
    padding: 0 15px;
  }
  .service__catch {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-weight: 700;
    margin: 15px 0;
  }
  .service__en {
    left: -4.78px;
  }
  .service__desc {
    margin-top: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.check {
  position: relative;
  overflow: hidden;
  padding-top: 112px;
  padding-bottom: 140px;
  z-index: 2;
}
.check .ttl {
  padding-left: 24px;
}
.check__content {
  position: relative;
  margin-top: 24px;
}
.check__bg {
  text-align: center;
}
.check__bg img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.check__item {
  position: absolute;
  cursor: pointer;
}
.check__item:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 3px;
  border-radius: 8px;
  content: "";
}
.check__item.bg_right:before {
  left: 3px;
}
@media screen and (min-width: 1025px) {
  .check__item.bg_right:hover .check__item-inner {
    -webkit-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
  }
}
.check__item.bg_left:before {
  right: 3px;
}
@media screen and (min-width: 1025px) {
  .check__item.bg_left:hover .check__item-inner {
    -webkit-transform: translate(-3px, 3px);
            transform: translate(-3px, 3px);
  }
}
.check__item-inner {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.check__item-icn {
  position: absolute;
  top: -16px;
  left: -12px;
  z-index: 3;
  pointer-events: none;
}
.check__item-txt {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.check__item-line {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.check__item.item_a {
  top: calc(0.1805194805 * 100%);
  left: calc(0.0327272727 * 100%);
  width: calc(0.3163636364 * 100%);
}
.check__item.item_a .check__item-icn {
  width: calc(9.4827586207%);
}
.check__item.item_a .check__item-line {
  width: calc(7.4712643678%);
  top: calc(95.1219512195%);
  left: calc(88.8793103448%);
}
.check__item.item_b {
  top: calc(0.1805194805 * 100%);
  left: calc(0.4263636364 * 100%);
  width: calc(0.1963636364 * 100%);
}
.check__item.item_b .check__item-icn {
  width: calc(15.2777777778%);
}
.check__item.item_b .check__item-line {
  width: calc(12.5%);
  top: calc(97.5%);
  left: calc(28.8425925926%);
}
.check__item.item_c {
  top: calc(0.2038961039 * 100%);
  left: calc(0.7 * 100%);
  width: calc(0.2209090909 * 100%);
}
.check__item.item_c .check__item-icn {
  width: calc(13.5802469136%);
}
.check__item.item_c .check__item-line {
  width: calc(24.2798353909%);
  top: calc(101.2195121951%);
  left: calc(-11.9341563786%);
}
.check__item.item_d {
  top: calc(0.425974026 * 100%);
  left: calc(0.7890909091 * 100%);
  width: calc(0.1818181818 * 100%);
}
.check__item.item_d .check__item-icn {
  width: calc(16.5%);
}
.check__item.item_d .check__item-line {
  width: calc(62.5%);
  top: calc(25%);
  left: calc(-62%);
}
.check__item.item_e {
  top: calc(0.5857142857 * 100%);
  left: calc(0.7481818182 * 100%);
  width: calc(0.2 * 100%);
}
.check__item.item_e .check__item-icn {
  width: calc(15%);
}
.check__item.item_e .check__item-line {
  width: calc(48.6363636364%);
  top: calc(-133.75%);
  left: calc(-48.1818181818%);
}
.check__item.item_f {
  top: calc(0.4649350649 * 100%);
  left: calc(0.0736363636 * 100%);
  width: calc(0.1472727273 * 100%);
}
.check__item.item_f .check__item-icn {
  width: calc(20.3703703704%);
}
.check__item.item_f .check__item-line {
  width: calc(58.024691358%);
  top: calc(42.5925925926%);
  left: calc(95.0617283951%);
}
.check__item.item_g {
  top: calc(0.6766233766 * 100%);
  left: calc(0.0327272727 * 100%);
  width: calc(0.1990909091 * 100%);
}
.check__item.item_g .check__item-icn {
  width: calc(15.0684931507%);
}
.check__item.item_g .check__item-line {
  width: calc(42.9223744292%);
  top: calc(72.8971962617%);
  left: calc(28.4474885845%);
}
.check__item.item_h {
  top: calc(0.7727272727 * 100%);
  left: calc(0.3227272727 * 100%);
  width: calc(0.2209090909 * 100%);
}
.check__item.item_h .check__item-icn {
  width: calc(13.5802469136%);
}
.check__item.item_h .check__item-line {
  width: calc(36.2139917695%);
  top: calc(-74.4444444444%);
  left: calc(27.9835390947%);
}
.check__item.item_i {
  top: calc(0.7818181818 * 100%);
  left: calc(0.6854545455 * 100%);
  width: calc(0.2609090909 * 100%);
}
.check__item.item_i .check__item-icn {
  width: calc(11.4982578397%);
}
.check__item.item_i .check__item-line {
  width: calc(24.7386759582%);
  top: calc(-86%);
  left: calc(6.2717770035%);
}
.check__item.c_blue:before {
  background: #0C6BB8;
}
.check__item.c_blue .check__item-txt {
  color: #0C6BB8;
  border-color: #0C6BB8;
}
.check__item.c_red:before {
  background: #E34966;
}
.check__item.c_red .check__item-txt {
  color: #E34966;
  border-color: #E34966;
}
.check__item.c_green:before {
  background: #5EAA57;
}
.check__item.c_green .check__item-txt {
  color: #5EAA57;
  border-color: #5EAA57;
}
.check__item.c_orange:before {
  background: #ED6B00;
}
.check__item.c_orange .check__item-txt {
  color: #ED6B00;
  border-color: #ED6B00;
}
.check__en {
  z-index: 1;
  top: 1px;
  left: 59.4083333333%;
}
@media screen and (max-width: 740px) {
  .check {
    padding-top: 40px;
    padding-bottom: 55px;
  }
  .check .ttl {
    padding-left: 4px;
  }
  .check__content {
    margin-top: 26px;
  }
  .check__bg {
    position: relative;
    margin-bottom: 34px;
  }
  .check__bg-icn {
    position: absolute;
  }
  .check__bg-icn.item_a {
    top: calc(0.0785953177 * 100%);
    left: calc(0.0930555556 * 100%);
    width: calc(0.1597222222 * 100%);
  }
  .check__bg-icn.item_b {
    top: calc(0.0685618729 * 100%);
    left: calc(0.4852777778 * 100%);
    width: calc(0.0805555556 * 100%);
  }
  .check__bg-icn.item_c {
    top: calc(0.1056856187 * 100%);
    left: calc(0.7944444444 * 100%);
    width: calc(0.1336111111 * 100%);
  }
  .check__bg-icn.item_d {
    top: calc(0.3525083612 * 100%);
    left: calc(0.7597222222 * 100%);
    width: calc(0.1975 * 100%);
  }
  .check__bg-icn.item_e {
    top: calc(0.3528428094 * 100%);
    left: calc(0.7194444444 * 100%);
    width: calc(0.2141666667 * 100%);
  }
  .check__bg-icn.item_f {
    top: calc(0.4719063545 * 100%);
    left: calc(0.0416666667 * 100%);
    width: calc(0.1608333333 * 100%);
  }
  .check__bg-icn.item_g {
    top: calc(0.7424749164 * 100%);
    left: calc(0.0888888889 * 100%);
    width: calc(0.0805555556 * 100%);
  }
  .check__bg-icn.item_h {
    top: calc(0.6655518395 * 100%);
    left: calc(0.3 * 100%);
    width: calc(0.1469444444 * 100%);
  }
  .check__bg-icn.item_i {
    top: calc(0.6287625418 * 100%);
    left: calc(0.7725 * 100%);
    width: calc(0.0805555556 * 100%);
  }
  .check__item {
    position: relative;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    margin-bottom: 18px;
    padding: 0 15px;
  }
  .check__item:last-child {
    margin-bottom: 0;
  }
  .check__item:before {
    display: none;
  }
  .check__item-icn {
    width: 30px !important;
  }
  .check__item-line {
    display: none;
  }
  .check__en {
    left: 42.841025641%;
  }
}

.safety {
  position: relative;
  background: #A3D7F7;
  padding-top: 180px;
  padding-bottom: 122px;
  z-index: 0;
}
.safety .ttl {
  text-align: left;
  padding: 0 0 51px;
}
.safety .ttl span {
  padding: 0;
}
.safety .ttl span:before {
  display: none;
}
.safety__inner {
  position: relative;
  margin-top: -63px;
  background: #fff;
  border-radius: 10px;
  padding: 74px 50px 47px;
  z-index: 1;
}
.safety__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  line-height: 4.05rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #2DA0E8;
  margin-bottom: 43px;
}
.safety__ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.safety__ex__box {
  width: calc((100% - 40px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.safety__ex__img {
  width: 100%;
  position: relative;
  padding: 0 10px 10px 0;
}
.safety__ex__img:before {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #2DA0E8;
  border-radius: 10px;
  content: "";
}
.safety__ex__img img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.safety__ex__tit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  height: 60px;
  margin: 24px 10px 9px 9px;
}
.safety__ex__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin: 0 9px 0 9px;
}
.safety__en {
  top: -4px;
  left: 54.8611111111%;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .safety {
    padding-top: 145px;
    padding-bottom: 55px;
  }
  .safety__ex__tit {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    height: 5rem;
  }
  .safety__en {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 740px) {
  .safety {
    padding-top: 107px;
    padding-bottom: 55px;
  }
  .safety .ttl {
    padding-bottom: 25px;
  }
  .safety__inner {
    padding: 40px 20px 58px;
  }
  .safety__lead {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    line-height: 3.3rem;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .safety__content {
    margin-top: 26px;
  }
  .safety__ex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
  .safety__ex__box {
    width: 100%;
  }
  .safety__ex__tit {
    height: auto;
    margin: 15px 0 13px 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .safety__ex__txt {
    margin: 0 0 0 8px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.promo {
  padding: 70px 0 65px;
}
.promo .check__sg {
  text-align: center;
}
.promo .check__sg-item--i1 img {
  width: 31.3636363636%;
}
.promo .check__sg-item--i2 img {
  width: 49.4545454545%;
}
.promo .check__sg-item--i3 {
  margin-top: -11px;
  padding-right: 12px;
}
.promo .check__sg-item--i3 img {
  width: 32.7272727273%;
}
@media screen and (max-width: 740px) {
  .promo {
    padding: 40px 0 55px;
  }
  .promo .check__sg-item--i1 img {
    width: 46.0055555556%;
  }
  .promo .check__sg-item--i2 img {
    width: 91.6666666667%;
  }
  .promo .check__sg-item--i3 {
    margin-top: -9px;
    padding-right: 0;
  }
  .promo .check__sg-item--i3 img {
    width: 47.9722222222%;
  }
}

.works {
  position: relative;
  background: #EDF8FF;
  padding-top: 93px;
  padding-bottom: 112px;
  overflow: hidden;
}
.works:before {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 190px;
  height: 55px;
  background: #fff;
  content: "";
  -webkit-clip-path: polygon(51% 100%, 0 0, 100% 0);
          clip-path: polygon(51% 100%, 0 0, 100% 0);
}
.works__list {
  margin-top: 80px;
}
.works__en {
  z-index: 1;
  top: -3px;
  left: 68.9666666667%;
}
.works .btn--icn {
  margin-top: 60px;
}
@media screen and (max-width: 740px) {
  .works {
    padding-top: 42px;
    padding-bottom: 80px;
  }
  .works:before {
    width: 97px;
    height: 28px;
  }
  .works__list {
    margin-top: 20px;
  }
  .works .btn--icn {
    margin-top: 45px;
  }
  .works__en {
    left: 56.5076923077%;
  }
}

.point {
  position: relative;
  background: #EDF8FF;
  padding-top: 90px;
  padding-bottom: 122px;
}
.point__content {
  margin-top: 80px;
}
.point__box {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 40px;
  padding: 50px;
  border-radius: 10px;
  gap: 70px;
}
.point__box:last-child {
  margin-bottom: 0;
}
.point__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.point__num {
  font-family: "Karla", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: #2DA0E8;
}
.point__ttl {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  line-height: 3.6rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.point__desc {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.point__img {
  width: 360px;
}
.point__img img {
  width: 100%;
  height: auto;
}
.point__label {
  position: absolute;
  top: -25px;
  right: -15px;
}
.point__en {
  z-index: 1;
  top: -4.8px;
  left: -5.24px;
}
@media screen and (max-width: 1000px) {
  .point__box {
    gap: 40px;
    padding: 30px;
  }
  .point__img {
    width: 280px;
  }
}
@media screen and (max-width: 740px) {
  .point {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .point__content {
    margin-top: 20px;
  }
  .point__box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 25px 15px 21px;
    gap: 26px;
    margin-bottom: 30px;
  }
  .point__txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .point__ttl {
    margin-top: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .point__desc {
    margin-top: 11px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .point__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .point__label {
    top: -15px;
    left: -7px;
  }
}

.price {
  position: relative;
  overflow: hidden;
  padding-top: 114px;
  padding-bottom: 120px;
}
.price__content {
  margin-top: 45px;
  background: #EDF8FF;
  border-radius: 10px;
  padding: 65px 75px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  gap: 30px;
}
.price__content.--bottom {
  margin-top: 0;
  padding: 0 0 60px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price__card {
  width: calc(50% - 15px);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.price__ttl {
  text-align: center;
  background: #0A378D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  line-height: 3.5rem;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  padding: 14px 0 13px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.price__box {
  width: 100%;
  border-radius: 0 10px 0 10px;
}
.price__box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.price__detail {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 10px 5px;
}
.price__spec {
  max-width: 53.8359375%;
}
.price__spec img {
  width: 100%;
  height: auto;
}
.price__size {
  max-width: 43.75%;
}
.price__size img {
  width: 100%;
  height: auto;
}
.price__main {
  margin-top: 15px;
}
.price__main img {
  max-width: 100%;
  height: auto;
}
.price__en {
  z-index: 1;
  top: -7.5px;
  left: 68.9666666667%;
}
.price .btn--icn {
  width: 560px;
  margin: 0 auto;
}
.price .btn--icn .btn__item {
  width: 550px;
  height: 121px;
  position: relative;
  background: #0A378D;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 0 #B6C4DD;
          box-shadow: 10px 10px 0 #B6C4DD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
}
.price .btn--icn .btn__item > svg {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1230px) {
  .price__content {
    padding: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .price__content {
    padding: 50px 30px;
  }
  .price__box {
    padding: 0;
  }
}
@media screen and (max-width: 740px) {
  .price {
    padding-top: 41px;
    padding-bottom: 60px;
  }
  .price__en {
    top: -3.5px;
    left: 52.2461538462%;
  }
  .price__content {
    margin-top: 20px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 15px;
  }
  .price__card {
    width: 100%;
  }
  .price__ttl {
    font-size: 2rem;
    padding: 10px;
    min-height: auto;
  }
  .price__box {
    padding: 0;
  }
  .price .btn--icn {
    width: calc(100% - 30px);
  }
  .price .btn--icn .btn__item {
    width: 100%;
    height: 80px;
    -webkit-box-shadow: 7px 7px 0 #B6C4DD;
            box-shadow: 7px 7px 0 #B6C4DD;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 2.8rem;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .price .btn--icn .btn__item > svg {
    right: 20px;
  }
}

.voice {
  position: relative;
  background: #EDF8FF;
  padding-top: 90px;
  padding-bottom: 122px;
  overflow: hidden;
}
.voice__content {
  margin-top: 67px;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: calc(1100px + 60px * 2);
}
@media screen and (max-width: 1230px) {
  .voice__content {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .voice__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 740px) {
  .voice__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.voice__box {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  margin-bottom: 40px;
  padding: 50px;
  border-radius: 10px;
  gap: 50px;
}
.voice__box:last-child {
  margin-bottom: 0;
}
.voice__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice__num {
  font-family: "Karla", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: #2DA0E8;
}
.voice__ttl {
  margin-top: 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  line-height: 3.6rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.voice__desc {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.voice__cl {
  margin-top: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.voice__img {
  width: 265px;
}
.voice__img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.voice__label {
  position: absolute;
  top: -25px;
  right: -15px;
}
.voice__en {
  z-index: 1;
  top: -7.5px;
  left: 68.9666666667%;
}
@media screen and (max-width: 1000px) {
  .voice__box {
    gap: 40px;
    padding: 30px;
  }
  .voice__cl {
    margin-top: 7px;
  }
}
@media screen and (max-width: 740px) {
  .voice {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .voice__content {
    margin-top: 20px;
  }
  .voice__box {
    padding: 25px 15px 22px;
    gap: 29px;
    margin-bottom: 30px;
  }
  .voice__img {
    width: 100%;
  }
  .voice__img--cl {
    margin-top: 8px;
  }
  .voice__ttl {
    margin-top: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .voice__desc {
    margin-top: 7px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .voice__en {
    z-index: 1;
    top: -7.5px;
    left: 50.3615384615%;
  }
}

.qa {
  position: relative;
  padding-top: 114px;
  padding-bottom: 120px;
}
.qa__content {
  margin-top: 50px;
  background: #EDF8FF;
  padding: 60px 60px 105px;
  border-radius: 10px;
}
.qa__box {
  margin-bottom: 18px;
  border-radius: 10px;
  overflow: hidden;
}
.qa__box:last-child {
  margin-bottom: 0;
}
.qa__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  gap: 9px;
}
.qa__que {
  position: relative;
  background: #0A378D;
  color: #fff;
  padding: 23px 75px 21px 50px;
  cursor: pointer;
}
.qa__que.is-open .qa__icn:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.qa__ans {
  display: none;
  padding: 19px 51px 23px;
  background: #fff;
}
.qa__ans .qa__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.qa__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.qa__txt {
  padding-top: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-weight: 600;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.qa__icn {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
}
.qa__icn:before, .qa__icn:after {
  position: absolute;
  top: 6px;
  left: 13px;
  content: "";
  width: 2px;
  height: 16px;
  background: #0A378D;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.qa__icn:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.qa__en {
  z-index: 1;
  top: -12px;
  left: -3.52px;
}
@media screen and (max-width: 1000px) {
  .qa__content {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 740px) {
  .qa {
    padding-top: 41px;
    padding-bottom: 60px;
  }
  .qa__content {
    margin-top: 20px;
    padding: 30px 15px;
  }
  .qa__inner {
    gap: 12px;
  }
  .qa__que {
    padding: 10px 52px 13px 15px;
  }
  .qa__ans {
    padding: 10px 15px 10px 15px;
  }
  .qa__ans .qa__txt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .qa__label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .qa__txt {
    padding-top: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .qa__icn {
    right: 15px;
    width: 22px;
    height: 22px;
  }
  .qa__icn:before, .qa__icn:after {
    top: 5px;
    left: 10px;
    height: 12px;
  }
  .qa__en {
    z-index: 1;
    top: -4px;
    left: -0.48px;
  }
  .qa__en img {
    height: 61.57px;
  }
}

.contact {
  position: relative;
  overflow: hidden;
  background: #EDF8FF;
  padding-top: 110px;
  padding-bottom: 100px;
}
.contact__ttl {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  background: #0A378D;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.contact__content {
  background: #fff;
}
.contact .mail, .contact .tel {
  margin-top: 60px;
}
.contact .mail {
  border-radius: 10px;
  overflow: hidden;
}
.contact .mail .contact__ttl {
  padding: 32px 30px;
}
.contact .mail .contact__ttl img {
  margin-top: 4px;
  width: 31.08px;
  height: auto;
}
.contact .mail .contact__content {
  padding: 22px 60px 60px;
}
.contact .mail__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2.7rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.contact .tel {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.contact .tel .contact__ttl {
  padding: 29px 30px;
}
.contact .tel .contact__ttl img {
  margin-top: 4px;
}
.contact .tel .contact__content {
  padding: 34px 0 26px;
}
.contact .tel__num {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  letter-spacing: 0em;
}
.contact .tel__num span {
  font-size: 3.5rem;
  margin-right: 18px;
}
.contact .tel__time {
  margin-top: 5px;
  font-family: "Karla", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.contact .tel__holiday {
  margin-top: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.contact .tel__holiday span {
  font-size: 1.2rem;
  margin-left: 7px;
}
.contact .tel__last {
  margin-top: 29px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.contact__en {
  z-index: 1;
  top: -4.5px;
  left: 43.9618055556%;
}
@media screen and (max-width: 1000px) {
  .contact .mail .contact__content {
    padding: 22px 30px 30px;
  }
}
@media screen and (max-width: 740px) {
  .contact {
    padding-top: 46px;
    padding-bottom: 60px;
  }
  .contact__ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .contact .mail {
    margin-top: 20px;
  }
  .contact .mail .contact__ttl {
    padding: 18px 15px 18px;
  }
  .contact .mail .contact__ttl img {
    margin-top: 2px;
    width: 20.43px;
    height: auto;
  }
  .contact .mail .contact__content {
    padding: 10px 15px 40px;
  }
  .contact .mail__desc {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    line-height: 2.2rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .contact .tel {
    margin-top: 30px;
  }
  .contact .tel .contact__ttl {
    padding: 19px 15px 17px;
  }
  .contact .tel .contact__ttl img {
    margin-top: 2px;
    width: 11.71px;
    height: auto;
  }
  .contact .tel .contact__content {
    padding: 23px 0 21px;
  }
  .contact .tel__num {
    font-family: "Karla", sans-serif;
    font-weight: 700;
    font-size: 3.3rem;
    letter-spacing: 0em;
  }
  .contact .tel__num span {
    font-size: 2.6rem;
    margin-right: 13px;
  }
  .contact .tel__time {
    margin-top: 6px;
    font-size: 1.2rem;
  }
  .contact .tel__holiday {
    margin-top: 9px;
    font-size: 1.2rem;
    letter-spacing: -0.07em;
  }
  .contact .tel__holiday span {
    margin: 0 0 0 3px;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .contact .tel__last {
    margin-top: 19px;
  }
}

.form {
  margin-top: 31px;
}
.form__row {
  margin-bottom: 22px;
}
.form__row.last {
  margin-bottom: 0;
}
.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.form__label--req {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #2DA0E8;
  margin-top: 8px;
}
.form__control {
  margin-top: 9px;
}
.form__hl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  gap: 6px;
}
.form__input {
  width: 100%;
  background: #ECF0F8;
  height: 60px;
  border-radius: 10px;
  padding: 8px 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.form__input::-webkit-input-placeholder {
  color: #B6C4DD;
}
.form__input::-moz-placeholder {
  color: #B6C4DD;
}
.form__input:-ms-input-placeholder {
  color: #B6C4DD;
}
.form__input::-ms-input-placeholder {
  color: #B6C4DD;
}
.form__input::placeholder {
  color: #B6C4DD;
}
.form__input:-ms-input-placeholder {
  color: #B6C4DD;
}
.form__input::-ms-input-placeholder {
  color: #B6C4DD;
}
@media screen and (max-width: 740px) {
  .form__input {
    height: 45px;
    padding: 8px 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.form__input--md {
  width: 100%;
  background: #ECF0F8;
  height: 60px;
  border-radius: 10px;
  padding: 8px 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-weight: 400;
  width: 200px;
}
.form__input--md::-webkit-input-placeholder {
  color: #B6C4DD;
}
.form__input--md::-moz-placeholder {
  color: #B6C4DD;
}
.form__input--md:-ms-input-placeholder {
  color: #B6C4DD;
}
.form__input--md::-ms-input-placeholder {
  color: #B6C4DD;
}
.form__input--md::placeholder {
  color: #B6C4DD;
}
.form__input--md:-ms-input-placeholder {
  color: #B6C4DD;
}
.form__input--md::-ms-input-placeholder {
  color: #B6C4DD;
}
@media screen and (max-width: 740px) {
  .form__input--md {
    height: 45px;
    padding: 8px 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.form__input--unit {
  display: block;
  width: 18px;
  height: 2px;
  background: #0A378D;
}
.form__input--area {
  width: 100%;
  background: #ECF0F8;
  height: 60px;
  border-radius: 10px;
  padding: 8px 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0em;
  font-weight: 400;
  height: 160px;
  padding: 18px 25px;
}
.form__input--area::-webkit-input-placeholder {
  color: #B6C4DD;
}
.form__input--area::-moz-placeholder {
  color: #B6C4DD;
}
.form__input--area:-ms-input-placeholder {
  color: #B6C4DD;
}
.form__input--area::-ms-input-placeholder {
  color: #B6C4DD;
}
.form__input--area::placeholder {
  color: #B6C4DD;
}
.form__input--area:-ms-input-placeholder {
  color: #B6C4DD;
}
.form__input--area::-ms-input-placeholder {
  color: #B6C4DD;
}
@media screen and (max-width: 740px) {
  .form__input--area {
    height: 45px;
    padding: 8px 16px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.form__action {
  margin-top: 60px;
}
.form .wpcf7-spinner {
  display: none;
}
.form .wpcf7-response-output {
  display: none !important;
}
.form .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .form__action {
    margin-top: 30px;
  }
}
@media screen and (max-width: 740px) {
  .form {
    margin-top: 20px;
  }
  .form__row {
    margin-bottom: 16px;
  }
  .form__input--md {
    width: 120px;
  }
  .form__input--unit {
    width: 10px;
  }
  .form__input--area {
    height: 160px;
  }
  .form__action {
    margin-top: 40px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 43, 0.7);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: scroll;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}
.modal__box {
  position: relative;
  border-radius: 10px;
  width: calc(100% - 80px);
  max-width: 670px;
  background: #fff;
  z-index: 1001;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 48px 70px 30px;
}
.modal__box.is-open {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.modal__box.c_blue .modal__icn {
  background: #0C6BB8;
}
.modal__box.c_blue .modal__ttl {
  color: #0C6BB8;
}
.modal__box.c_red .modal__icn {
  background: #E34966;
}
.modal__box.c_red .modal__ttl {
  color: #E34966;
}
.modal__box.c_green .modal__icn {
  background: #5EAA57;
}
.modal__box.c_green .modal__ttl {
  color: #5EAA57;
}
.modal__box.c_orange .modal__icn {
  background: #ED6B00;
}
.modal__box.c_orange .modal__ttl {
  color: #ED6B00;
}
.modal__content {
  max-width: 450px;
  margin: 0 auto;
}
.modal__head {
  position: relative;
  gap: 9px;
}
.modal__icn {
  position: absolute;
  top: 2px;
  left: -50px;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 2.9rem;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.modal__ttl span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.modal__desc {
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0em;
  font-weight: 700;
  color: #2B2B2B;
}
.modal__img {
  margin-top: 15px;
}
.modal__img .swiper-slide {
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 10px;
}
.modal__img .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__img--main {
  width: 100%;
}
.modal__img--thumb {
  margin-top: 10px;
}
.modal__img--thumb .swiper-wrapper {
  -webkit-transform: initial !important;
          transform: initial !important;
}
.modal__img--thumb .swiper-slide {
  cursor: pointer;
  border-radius: 5px;
  width: 24% !important;
}
.modal__img--thumb .swiper-slide:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A3D7F7;
  mix-blend-mode: multiply;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
  transition: all 0.4s cubic-bezier(0.28, 0, 0.66, 1);
}
.modal__img--thumb .swiper-slide.swiper-slide-thumb-active:before {
  opacity: 1;
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1002;
}
.modal .btn--icn {
  margin-top: 30px;
  width: 175px;
}
.modal__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
@media screen and (max-width: 740px) {
  .modal__box {
    width: calc(100% - 30px);
    padding: 15px 15px 40px;
  }
  .modal__icn {
    position: static;
    width: 47px;
    height: 47px;
    font-size: 2.8rem;
  }
  .modal__ttl {
    margin-top: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0em;
    font-weight: 700;
  }
  .modal__ttl span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .modal__img {
    margin-top: 33px;
  }
  .modal__img--thumb {
    margin-top: 6px;
  }
}