/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline 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 */
  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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  .l-header {
    height: min(7.6388888889vw, 110px);
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 18.6666666667vw;
  }
}
.l-header .l-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header__wrap {
    width: min(100vw, 1440px);
    padding-left: min(1.3888888889vw, 20px);
    padding-right: min(1.3888888889vw, 20px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__wrap {
    padding-left: 4vw;
    padding-right: 4vw;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header__logo {
    width: min(29.1666666667vw, 420px);
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__logo {
    width: 31.4666666667vw;
  }
}
.l-header .l-header__logo a {
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header__logo a:hover {
    opacity: 0.65;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header__nav {
    display: flex;
    gap: min(4.1666666667vw, 60px);
    align-items: center;
  }
}
.l-header .l-header__list {
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header__list {
    display: flex;
    gap: min(2.7777777778vw, 40px);
    font-size: min(1.0416666667vw, 15px);
  }
}
.l-header .l-header__list li a {
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header__list li a:hover {
    opacity: 0.65;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header__list li a {
    letter-spacing: 0.1em;
  }
}
.l-header .l-header__contact__button {
  background-color: #0860a8;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header__contact__button:hover {
    opacity: 0.65;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header__contact__button {
    width: min(11.8055555556vw, 170px);
    border-radius: 99px;
    padding-top: min(2.9166666667vw, 42px);
    padding-bottom: min(0.9722222222vw, 14px);
    text-align: center;
    font-size: min(0.9722222222vw, 14px);
  }
}
.l-header .l-header__contact__button span {
  position: relative;
}
.l-header .l-header__contact__button span::after {
  content: "";
  display: block;
  position: absolute;
}
.l-header .l-header__contact__button span::after {
  background-image: url("/assets/images/common/icon/inquiry-wh.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header__contact__button span::after {
    top: max(-1.9444444444vw, -28px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-header .l-header__contact__button span::after {
    width: min(1.3194444444vw, 19px);
    height: min(1.3194444444vw, 19px);
    background-size: min(1.3194444444vw, 19px) min(1.3194444444vw, 19px);
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__contact__button span::after {
    width: 4.8vw;
    height: 4.8vw;
    background-size: 4.8vw 4.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header__toggle {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-header__toggle {
    display: block;
    position: absolute;
    top: 3.7333333333vw;
    right: 4vw;
    width: 11.2vw;
    height: 11.2vw;
    border-radius: 99px;
    background-color: #0860a8;
  }
  .l-header .l-header__toggle span {
    display: block;
    width: 4.2666666667vw;
    height: 0.5333333333vw;
    background-color: #fff;
    border-radius: 99px;
    position: absolute;
    transition: 0.2s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-header .l-header__toggle span:nth-of-type(1) {
    top: 34%;
  }
  .l-header .l-header__toggle span:nth-of-type(2) {
    top: 50%;
  }
  .l-header .l-header__toggle span:nth-of-type(3) {
    top: 66%;
  }
}
.l-header .l-header__toggle[aria-expanded=true] span:nth-of-type(1) {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.l-header .l-header__toggle[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
}
.l-header .l-header__toggle[aria-expanded=true] span:nth-of-type(3) {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .l-header__nav__wrap.is-open {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
  .l-header__nav__wrap {
    transition: 0.2s;
    pointer-events: none;
    opacity: 0;
    background-color: #fff;
    position: fixed;
    width: 90.6666666667vw;
    top: 25.6vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2.1333333333vw;
    padding: 8vw;
    z-index: 4;
  }
  .l-header__nav__wrap .l-header__nav {
    display: flex;
    flex-direction: column;
    gap: 10.6666666667vw;
  }
  .l-header__nav__wrap .l-header__list {
    font-size: 4.2666666667vw;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 11.2vw;
    letter-spacing: 0.08em;
  }
  .l-header__nav__wrap .l-header__list__item a {
    display: block;
    position: relative;
  }
  .l-header__nav__wrap .l-header__list__item a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__nav__wrap .l-header__list__item a::after {
    background-image: url("/assets/images/common/icon/arrow-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .l-header__nav__wrap .l-header__list__item a::after {
    width: 3.7333333333vw;
    height: 2.1333333333vw;
    background-size: 3.7333333333vw 2.1333333333vw;
  }
  .l-header__nav__wrap .l-header__contact__button {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #0860a8;
    color: #fff;
    height: 14.4vw;
    border-radius: 26.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header__nav__wrap .l-header__contact__button span {
    position: relative;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-left: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .l-header__nav__wrap .l-header__contact__button span::after {
    content: "";
    display: block;
    position: absolute;
    left: -4vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__nav__wrap .l-header__contact__button span::after {
    background-image: url("/assets/images/common/icon/inquiry-wh.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .l-header__nav__wrap .l-header__contact__button span::after {
    width: 4.8vw;
    height: 4.8vw;
    background-size: 4.8vw 4.8vw;
  }
}

.modal__overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .modal__overlay + main {
    padding-top: min(7.6388888889vw, 110px);
  }
}
@media screen and (max-width: 768px) {
  .modal__overlay + main {
    padding-top: 18.6666666667vw;
  }
}

.modal[aria-hidden=true] {
  display: none;
}

.modal[aria-hidden=false] + .modal__overlay {
  opacity: 1;
  pointer-events: all;
}

.l-footer {
  background-color: #0860a8;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .l-footer {
    height: min(9.7222222222vw, 140px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 9.6vw;
    padding-bottom: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer.l-footer__no-contact {
    margin-top: min(13.8888888889vw, 200px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer.l-footer__no-contact {
    margin-top: 34.1333333333vw;
  }
}
.l-footer .l-footer__wrap {
  display: flex;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer__wrap {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.l-footer .l-footer__list {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer__list {
    gap: min(1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__list {
    gap: 5.3333333333vw;
  }
}
.l-footer .l-footer__list__item {
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer__list__item {
    font-size: min(0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__list__item {
    font-size: 3.2vw;
  }
}
.l-footer .l-footer__list__item a {
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer__list__item a:hover {
    opacity: 0.65;
  }
}
.l-footer .l-footer__list__item:not(:last-of-type)::after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer__list__item:not(:last-of-type)::after {
    font-size: min(0.9722222222vw, 14px);
    right: max(-0.9027777778vw, -13px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__list__item:not(:last-of-type)::after {
    font-size: 3.2vw;
    right: -3.2vw;
  }
}
.l-footer .l-footer__copyright {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer__copyright {
    font-size: min(0.6944444444vw, 10px);
    letter-spacing: 0.3em;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__copyright {
    font-size: 2.4vw;
    margin-top: 12vw;
    letter-spacing: 0.1em;
  }
}
.l-footer .l-footer__back-top {
  position: absolute;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer__back-top:hover {
    opacity: 0.65;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer__back-top {
    right: min(2.0833333333vw, 30px);
    top: max(-6.9444444444vw, -100px);
    width: min(4.7222222222vw, 68px);
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer__back-top {
    top: -17.3333333333vw;
    width: 18.1333333333vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-footer .l-footer__back-top > img {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .l-contact {
    margin-top: min(8.3333333333vw, 120px);
    margin-bottom: min(1.7361111111vw, 25px);
  }
}
@media screen and (max-width: 768px) {
  .l-contact {
    margin-top: 17.0666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.l-contact .l-contact__wrap {
  background-image: linear-gradient(to right, #bedef3 0%, #bdd7ea 45%, #e0f2ff 100%);
}
@media print, screen and (min-width: 769px) {
  .l-contact .l-contact__wrap {
    border-radius: min(4.1666666667vw, 60px);
    padding-top: min(3.4722222222vw, 50px);
    padding-bottom: min(4.1666666667vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .l-contact .l-contact__wrap {
    border-radius: 13.3333333333vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.l-contact .l-contact__box {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .l-contact .l-contact__box {
    gap: min(2.2222222222vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .l-contact .l-contact__box {
    flex-direction: column;
    gap: 4vw;
  }
}
.l-contact .l-contact__box__item {
  background-color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .l-contact .l-contact__box__item {
    border-radius: min(0.9722222222vw, 14px);
    width: min(33.6111111111vw, 484px);
    padding-top: min(3.3333333333vw, 48px);
    padding-bottom: min(3.3333333333vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .l-contact .l-contact__box__item {
    border-radius: 2.6666666667vw;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.l-contact .l-contact__box__item__title {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .l-contact .l-contact__box__item__title {
    font-size: min(1.25vw, 18px);
    margin-bottom: min(1.7361111111vw, 25px);
  }
}
@media screen and (max-width: 768px) {
  .l-contact .l-contact__box__item__title {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.l-contact .l-contact__box__item__address__wrap {
  display: flex;
  justify-content: center;
}
.l-contact .l-contact__box__item__address {
  text-align: left;
  color: #0860a8;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 769px) {
  .l-contact .l-contact__box__item__address {
    font-size: min(1.25vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .l-contact .l-contact__box__item__address {
    font-size: 4.2666666667vw;
  }
}

@media print, screen and (min-width: 769px) {
  .l-wrap__wide {
    margin-left: auto;
    margin-right: auto;
    max-width: min(97.2222222222vw, 1400px);
    padding-left: min(1.0416666667vw, 15px);
    padding-right: min(1.0416666667vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .l-wrap__wide {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media print, screen and (min-width: 769px) {
  .l-wrap__default {
    margin-left: auto;
    margin-right: auto;
    width: min(69.4444444444vw, 1000px);
  }
}
@media screen and (max-width: 768px) {
  .l-wrap__default {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.c-page-title__style-01 {
  background-image: linear-gradient(to right, #bedef3 0%, #bdd7ea 45%, #e0f2ff 100%);
}
@media print, screen and (min-width: 769px) {
  .c-page-title__style-01 {
    border-radius: 0 0 min(4.1666666667vw, 60px) min(4.1666666667vw, 60px);
    padding-top: min(1.3888888889vw, 20px);
    padding-bottom: min(2.0833333333vw, 30px);
    margin-bottom: min(5vw, 72px);
  }
}
@media screen and (max-width: 768px) {
  .c-page-title__style-01 {
    text-align: center;
    border-radius: 0 0 10.6666666667vw 10.6666666667vw;
    padding-top: 4vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 12.8vw;
  }
}
.c-page-title__style-01 .c-page-title__style-01__text-en {
  font-weight: 600;
  letter-spacing: 0.08em;
  position: relative;
  color: #0860a8;
}
@media print, screen and (min-width: 769px) {
  .c-page-title__style-01 .c-page-title__style-01__text-en {
    font-size: min(0.9027777778vw, 13px);
    padding-left: min(2.7777777778vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .c-page-title__style-01 .c-page-title__style-01__text-en {
    font-size: 3.2vw;
    padding-left: 8vw;
  }
}
.c-page-title__style-01 .c-page-title__style-01__text-en::before, .c-page-title__style-01 .c-page-title__style-01__text-en::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  .c-page-title__style-01 .c-page-title__style-01__text-en::before, .c-page-title__style-01 .c-page-title__style-01__text-en::after {
    width: min(0.9722222222vw, 14px);
    height: min(0.2777777778vw, 4px);
  }
}
@media screen and (max-width: 768px) {
  .c-page-title__style-01 .c-page-title__style-01__text-en::before, .c-page-title__style-01 .c-page-title__style-01__text-en::after {
    width: 3.2vw;
    height: 1.0666666667vw;
  }
}
.c-page-title__style-01 .c-page-title__style-01__text-en::before {
  background-color: #0860a8;
  border-radius: 99px 0 0 99px;
  left: 0;
}
.c-page-title__style-01 .c-page-title__style-01__text-en::after {
  background-color: #ff0000;
  border-radius: 0 99px 99px 0;
}
@media print, screen and (min-width: 769px) {
  .c-page-title__style-01 .c-page-title__style-01__text-en::after {
    left: min(0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .c-page-title__style-01 .c-page-title__style-01__text-en::after {
    left: 3.2vw;
  }
}
.c-page-title__style-01 .c-page-title__style-01__text-ja {
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 769px) {
  .c-page-title__style-01 .c-page-title__style-01__text-ja {
    font-size: min(1.9444444444vw, 28px);
    margin-top: min(0.6944444444vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .c-page-title__style-01 .c-page-title__style-01__text-ja {
    font-size: 4.8vw;
    margin-top: 1.6vw;
  }
}

.c-page-title__style-02 {
  color: #0860a8;
  font-weight: 700;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .c-page-title__style-02 {
    font-size: min(2.2222222222vw, 32px);
    padding-bottom: min(1.3888888889vw, 20px);
    margin-bottom: min(3.4722222222vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .c-page-title__style-02 {
    font-size: 5.3333333333vw;
    padding-bottom: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
.c-page-title__style-02::before, .c-page-title__style-02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}
@media print, screen and (min-width: 769px) {
  .c-page-title__style-02::before, .c-page-title__style-02::after {
    width: min(0.9722222222vw, 14px);
    height: min(0.2777777778vw, 4px);
  }
}
@media screen and (max-width: 768px) {
  .c-page-title__style-02::before, .c-page-title__style-02::after {
    width: 3.2vw;
    height: 1.0666666667vw;
  }
}
.c-page-title__style-02::before {
  background-color: #0860a8;
  border-radius: 99px 0 0 99px;
}
@media print, screen and (min-width: 769px) {
  .c-page-title__style-02::before {
    left: calc(50% - min(0.4861111111vw, 7px));
  }
}
@media screen and (max-width: 768px) {
  .c-page-title__style-02::before {
    left: calc(50% - 1.6vw);
  }
}
.c-page-title__style-02::after {
  background-color: #ff0000;
  border-radius: 0 99px 99px 0;
}
@media print, screen and (min-width: 769px) {
  .c-page-title__style-02::after {
    left: calc(50% + min(0.4861111111vw, 7px));
  }
}
@media screen and (max-width: 768px) {
  .c-page-title__style-02::after {
    left: calc(50% + 1.6vw);
  }
}

.c-contact-title {
  text-align: center;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .c-contact-title {
    margin-bottom: min(5vw, 72px);
  }
}
@media screen and (max-width: 768px) {
  .c-contact-title {
    margin-bottom: 6.4vw;
  }
}
.c-contact-title .c-contact-title__text-en {
  font-weight: 600;
  letter-spacing: 0.08em;
  position: relative;
  color: #0860a8;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .c-contact-title .c-contact-title__text-en {
    font-size: min(1.25vw, 18px);
    padding-left: min(2.7777777778vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .c-contact-title .c-contact-title__text-en {
    font-size: 3.7333333333vw;
    padding-left: 8vw;
  }
}
.c-contact-title .c-contact-title__text-en::before, .c-contact-title .c-contact-title__text-en::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  .c-contact-title .c-contact-title__text-en::before, .c-contact-title .c-contact-title__text-en::after {
    width: min(0.9722222222vw, 14px);
    height: min(0.2777777778vw, 4px);
  }
}
@media screen and (max-width: 768px) {
  .c-contact-title .c-contact-title__text-en::before, .c-contact-title .c-contact-title__text-en::after {
    width: 3.2vw;
    height: 1.0666666667vw;
  }
}
.c-contact-title .c-contact-title__text-en::before {
  background-color: #0860a8;
  border-radius: 99px 0 0 99px;
  left: 0;
}
.c-contact-title .c-contact-title__text-en::after {
  background-color: #ff0000;
  border-radius: 0 99px 99px 0;
}
@media print, screen and (min-width: 769px) {
  .c-contact-title .c-contact-title__text-en::after {
    left: min(0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .c-contact-title .c-contact-title__text-en::after {
    left: 3.2vw;
  }
}
.c-contact-title .c-contact-title__text-ja {
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 769px) {
  .c-contact-title .c-contact-title__text-ja {
    font-size: min(2.9166666667vw, 42px);
    margin-top: min(1.3888888889vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .c-contact-title .c-contact-title__text-ja {
    font-size: 7.4666666667vw;
    margin-top: 5.3333333333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .c-lead {
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .c-lead {
    line-height: 1.9;
  }
}

.c-link__button__wrap.c-link__button__wrap--center {
  display: flex;
  justify-content: center;
}

.c-link__button {
  background-color: #0860a8;
  color: #fff;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 769px) {
  .c-link__button:hover {
    opacity: 0.65;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link__button {
    width: min(18.75vw, 270px);
    height: min(3.75vw, 54px);
  }
}
@media screen and (max-width: 768px) {
  .c-link__button {
    width: 56vw;
    height: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link__button .c-link__button__text {
    font-size: min(1.1805555556vw, 17px);
  }
}
@media screen and (max-width: 768px) {
  .c-link__button .c-link__button__text {
    font-size: 3.7333333333vw;
  }
}
.c-link__button.c-link__button--contact {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .c-link__button.c-link__button--contact {
    width: min(21.3888888889vw, 308px);
    height: min(3.75vw, 54px);
  }
}
@media screen and (max-width: 768px) {
  .c-link__button.c-link__button--contact {
    width: 66.6666666667vw;
    height: 13.3333333333vw;
  }
}
.c-link__button.c-link__button--contact span {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 769px) {
  .c-link__button.c-link__button--contact span {
    padding-left: min(2.5vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .c-link__button.c-link__button--contact span {
    padding-left: 10.6666666667vw;
  }
}
.c-link__button.c-link__button--contact span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-link__button.c-link__button--contact span::after {
  background-image: url("/assets/images/common/icon/inquiry-wh.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 769px) {
  .c-link__button.c-link__button--contact span::after {
    width: min(1.1805555556vw, 17px);
    height: min(1.1805555556vw, 17px);
    background-size: min(1.1805555556vw, 17px) min(1.1805555556vw, 17px);
  }
}
@media screen and (max-width: 768px) {
  .c-link__button.c-link__button--contact span::after {
    width: 4.8vw;
    height: 4.8vw;
    background-size: 4.8vw 4.8vw;
  }
}
.c-link__button.c-link__button--arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .c-link__button.c-link__button--arrow {
    height: min(3.75vw, 54px);
  }
}
@media screen and (max-width: 768px) {
  .c-link__button.c-link__button--arrow {
    height: 13.3333333333vw;
  }
}
.c-link__button.c-link__button--arrow span {
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  .c-link__button.c-link__button--arrow span {
    padding-right: min(1.0416666667vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .c-link__button.c-link__button--arrow span {
    padding-right: 4vw;
  }
}
.c-link__button.c-link__button--arrow::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-link__button.c-link__button--arrow::after {
  background-image: url("/assets/images/common/icon/arrow-wh.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 769px) {
  .c-link__button.c-link__button--arrow::after {
    right: min(2.7777777778vw, 40px);
  }
  .c-link__button.c-link__button--arrow::after {
    width: min(1.1805555556vw, 17px);
    height: min(1.1805555556vw, 17px);
    background-size: min(1.1805555556vw, 17px) min(1.1805555556vw, 17px);
  }
}
@media screen and (max-width: 768px) {
  .c-link__button.c-link__button--arrow::after {
    right: 9.3333333333vw;
  }
  .c-link__button.c-link__button--arrow::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background-size: 3.7333333333vw 3.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-link__button.p-top__articles__main__item__button {
    width: min(18.75vw, 270px);
    margin-top: min(5.5555555556vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .c-link__button.p-top__articles__main__item__button {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-link__button.p-top__articles__aside__item__button {
    width: 100%;
  }
}

body {
  color: #212121;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: min(1.1111111111vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

@media print, screen and (min-width: 769px) {
  .only-pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=common.css.map */