@charset "UTF-8";
/* A Modern CSS Reset */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Zen+Maru+Gothic&display=swap" ');
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
*,
::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.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9990;
}
.l-header__inner {
  background-image: url(../images/common/background-brown.webp);
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 9990;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 12px 10px;
  }
}
.l-header__inner.is-active {
  -webkit-filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.06));
}
.l-header__logoimage {
  width: 225px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .l-header__logoimage {
    width: auto;
    height: 32px;
  }
}
.l-header__logoimage:hover {
  opacity: 0.6;
}
.l-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-header__tel a {
  display: inline-block;
  height: 44px;
  margin-right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-header__tel a {
    display: none;
  }
}
.l-header__tel a:hover {
  opacity: 0.6;
}
.l-header__tel a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.l-header__tel a p {
  font: 500 26px/1 "Outfit", sans-serif;
  letter-spacing: 0.05em;
  padding-left: 32px;
  position: relative;
}
.l-header__tel a p::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/telephone-circle.svg);
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-header__tel a p {
    display: none;
  }
}
.l-header__tel a span {
  display: inline-block;
  font: normal 12px/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
}
.l-header__button a {
  display: inline-block;
  border-radius: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background-color: #0075C2;
  border: solid 2px #0075C2;
  margin-right: 17px;
  padding: 10.5px 46px 13.5px 10px;
  position: relative;
}
.l-header__button a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-circle-white.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__button a:hover {
  color: #0075C2;
  background-color: #fff;
}
.l-header__button a:hover::after {
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background-image: url(../images/common/arrow-circle-blue.svg);
}
@media screen and (max-width: 768px) {
  .l-header__button a {
    display: none;
  }
}
.l-header__hamburgermenu {
  width: 44px;
  height: 44px;
  background-color: #0075C2;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.l-header__hamburgermenu span {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #fff;
  left: calc(50% - 9px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header__hamburgermenu span:nth-of-type(1) {
  top: calc(50% - 5px);
}
.l-header__hamburgermenu span:nth-of-type(2) {
  top: 50%;
}
.l-header__hamburgermenu span:nth-of-type(3) {
  top: calc(50% + 5px);
}
.l-header__hamburgermenu.is-open span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__hamburgermenu.is-open span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__hamburgermenu.is-open span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__menu {
  margin-top: 10px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (max-width: 1280px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menu.is-show {
  opacity: 0;
}
.l-header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.l-header-menu__item a {
  font-weight: 600;
  cursor: pointer;
}
.l-header-menu__item a:hover {
  color: #0075C2;
}
.l-header__floating {
  background-color: #fff;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.06));
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header__floating {
    padding: 20px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.l-header__floating.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 540px) {
  .l-header__floating {
    padding: 10px;
  }
}
@media screen and (max-width: 580px) {
  .l-header-floating__tel, .l-header-floating__mail {
    width: calc((100% - 5px) / 2);
  }
}

.p-openmenu {
  position: absolute;
  background-image: url(../images/common/background-brown.webp);
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  padding: 40px;
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transform: translateY(-100dvh);
          transform: translateY(-100dvh);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
@media screen and (max-width: 1280px) {
  .p-openmenu {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-openmenu {
    padding: 30px 10px 40px;
  }
}
@media screen and (max-width: 540px) {
  .p-openmenu {
    -webkit-transform: translateY(-860px);
            transform: translateY(-860px);
  }
}
@media screen and (max-width: 440px) {
  .p-openmenu {
    -webkit-transform: translateY(-1330px);
            transform: translateY(-1330px);
  }
}
.p-openmenu.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.06));
}
@media screen and (max-width: 540px) {
  .p-openmenu.is-open {
    position: fixed;
    inset: 0;
  }
}
@media screen and (max-width: 540px) {
  .p-openmenu__container {
    position: fixed;
    inset: 0;
    width: 100%;
    overflow-y: scroll;
  }
}
.p-openmenu__inner {
  max-width: 960px;
  background-image: url(../images/common/background-brown.webp);
  background-repeat: repeat;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .p-openmenu__inner {
    padding: 98px 30px 30px 30px;
  }
}
.p-openmenu__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 540px) {
  .p-openmenu__content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 16px;
  }
}
.p-openmenu__item p:hover {
  color: #0075C2;
}
.p-openmenu__item + .p-openmenu__item {
  margin-top: 16px;
}
.p-openmenu__text {
  font-weight: bold;
}
.p-openmenu__text.p-low-priority {
  font-size: 12px;
  color: rgba(63, 63, 70, 0.6);
}
.p-openmenu__content-bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-openmenu__content-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 440px) {
  .p-openmenu__content-bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-openmenu__content-bottom ul li {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 540px) {
  .p-openmenu__content-bottom ul li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 440px) {
  .p-openmenu__content-bottom ul li {
    width: 100%;
  }
}
.p-openmenu__content-bottom ul li img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-openmenu__content-bottom ul li img:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .l-footer {
    margin-bottom: 86px;
  }
}
.l-footer-contact {
  background-image: url(../images/common/contact.webp);
  position: relative;
}
.l-footer-contact__inner {
  padding: 80px 20px 200px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .l-footer-contact__inner {
    padding: 80px 20px 140px;
  }
}
@media screen and (max-width: 540px) {
  .l-footer-contact__inner {
    padding: 80px 20px 90px;
  }
}
.l-footer-contact__lead {
  margin-bottom: 40px;
}
.l-footer-contact .c-text {
  color: #fff;
  text-align: center;
}
.l-footer-contact .c-text__heading-en, .l-footer-contact .c-text__heading-ja {
  color: #fff;
}
.l-footer-contact .c-text__sentence {
  color: #fff;
  margin-top: 24px;
}
.l-footer-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 910px) {
  .l-footer-contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.l-footer-contact__tel, .l-footer-contact__mail {
  text-align: center;
}
.l-footer-contact__tel p, .l-footer-contact__mail p {
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .l-footer-contact__tel p, .l-footer-contact__mail p {
    margin-bottom: 10px;
  }
}
.l-footer-contact__attention {
  font-weight: normal;
  color: #fff;
  display: inline-block;
  margin-top: 6px;
}
.l-footer-contact .p-wave-02 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.l-footer-content__inner {
  padding: 60px 150px 20px;
}
@media screen and (max-width: 1280px) {
  .l-footer-content__inner {
    padding: 80px 80px 0px;
  }
}
@media screen and (max-width: 1080px) {
  .l-footer-content__inner {
    padding: 80px 60px 0px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-content__inner {
    padding: 30px 30px 20px;
  }
}
.l-footer-content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .l-footer-content__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__logo {
  width: 160px;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin: 0 auto 20px 0px;
  }
}
@media screen and (max-width: 400px) {
  .l-footer__logo {
    width: 180px;
  }
}
.l-footer__logo img:hover {
  opacity: 0.6;
}
@media screen and (max-width: 480px) {
  .l-footer__company-infoWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 400px) {
  .l-footer__company-infoWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__company-info p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .l-footer__company-info p {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .l-footer__company-info p {
    font-size: 14px;
  }
}
.l-footer__company-info li {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .l-footer__company-info li {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .l-footer__company-info li {
    font-size: 14px;
  }
}
.l-footer__company-info li + li {
  margin-bottom: 1px;
}
.l-footer__company-info + .l-footer__company-info {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .l-footer__company-info + .l-footer__company-info {
    margin-top: 0px;
  }
}
@media screen and (max-width: 400px) {
  .l-footer__company-info + .l-footer__company-info {
    margin-top: 10px;
  }
}
.l-footer__externallink a {
  display: inline-block;
  font-weight: bold;
  margin-top: 20px;
  padding-right: 20px;
  position: relative;
}
.l-footer__externallink a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/external-link-black.svg);
  background-size: cover;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-footer__externallink a::after {
    width: 14px;
    height: 14px;
  }
}
.l-footer__externallink a:hover {
  color: #0075C2;
}
.l-footer__externallink a:hover::after {
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background-image: url(../images/common/external-link-blue.svg);
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 910px) {
  .l-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 480px) {
  .l-footer__menu {
    display: none;
  }
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-footer__list a + a {
  margin-top: 16px;
}
.l-footer__item {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-footer__item {
    font-size: 12px;
  }
}
.l-footer__item:hover {
  color: #0075C2;
}
.l-footer__item.p-low-priority {
  font-size: 12px;
  color: rgba(63, 63, 70, 0.6);
}
.l-footer__item.p-low-priority:hover {
  color: #0075C2;
}
.l-footer-content__bottom ul {
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-footer-content__bottom ul {
    margin: 40px auto;
  }
}
@media screen and (max-width: 440px) {
  .l-footer-content__bottom ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer-content__bottom ul li {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 630px) {
  .l-footer-content__bottom ul li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 440px) {
  .l-footer-content__bottom ul li {
    width: 100%;
  }
}
.l-footer-content__bottom ul li img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer-content__bottom ul li img:hover {
  opacity: 0.6;
}
.l-footer__copyright {
  font: normal 10px/1 "Zen Maru Gothic", sans-serif;
  text-align: center;
  padding-top: 20px;
  border-top: solid 1px rgba(63, 63, 70, 0.2);
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 1s, -webkit-transform 1s ease;
  transition: opacity 1s, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s;
  transition: transform 1s ease, opacity 1s, -webkit-transform 1s ease;
}
.fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadeUpSlow {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s, -webkit-transform 1s ease;
  transition: opacity 1s, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s;
  transition: transform 1s ease, opacity 1s, -webkit-transform 1s ease;
}
.fadeUpSlow.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.throwIn {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.3s ease-in-out;
  transition: opacity 1.2s ease-in-out, -webkit-transform 1.3s ease-in-out;
  transition: transform 1.3s ease-in-out, opacity 1.2s ease-in-out;
  transition: transform 1.3s ease-in-out, opacity 1.2s ease-in-out, -webkit-transform 1.3s ease-in-out;
}
.throwIn.is-inview {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.c-button a {
  display: inline-block;
  font: bold 16px/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  width: 270px;
  background-color: #0075C2;
  border: solid 2px #0075C2;
  padding: 17px 0px 18px 0px;
  margin-top: 50px;
  border-radius: 80px;
  -webkit-filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.06));
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button a {
    font: bold 14px/1 "Zen Maru Gothic", sans-serif;
    width: 210px;
    padding: 15px 0px 16px 0px;
    margin-top: 40px;
  }
}
.c-button a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-circle-white.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-button a::after {
    right: 10px;
  }
}
.c-button a:hover {
  color: #0075C2;
  background-color: #fff;
}
.c-button a:hover::after {
  background-image: url(../images/common/arrow-circle-blue.svg);
}

.c-button-s a {
  display: inline-block;
  line-height: 1;
  padding: 0px 52px 0px 0px;
  position: relative;
  font-weight: bold;
  color: #262626;
}
@media screen and (max-width: 768px) {
  .c-button-s a {
    padding: 0px 42px 0px 0px;
  }
}
.c-button-s a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-circle-black-l.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-top: 1px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-button-s a::after {
    width: 30px;
    height: 30px;
  }
}
.c-button-s a:hover {
  color: #0075C2;
}
.c-button-s a:hover::after {
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background-image: url(../images/common/arrow-circle-blue-l.svg);
}

.c-button-l.l-footer-tel a {
  width: 360px;
  height: 72px;
  background-color: #fff;
  border: solid 2px #0075C2;
  border-radius: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-button-l.l-footer-tel a {
    width: 300px;
    height: 66px;
  }
}
.c-button-l.l-footer-tel a p {
  font: 600 25px/1 "Outfit", sans-serif;
  letter-spacing: 0.05em;
  color: #0075C2;
  margin-bottom: 0px;
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button-l.l-footer-tel a p {
    font-size: 20px;
    padding-left: 20px;
  }
}
.c-button-l.l-footer-tel a p::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/footer-tel-blue.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-button-l.l-footer-tel a p::before {
    width: 16px;
    height: 16px;
  }
}
.c-button-l.l-footer-tel a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font: normal 12px/1 "Zen Maru Gothic", sans-serif;
  margin-top: 4px;
}
.c-button-l.l-footer-tel a:hover {
  background-color: #0075C2;
}
.c-button-l.l-footer-tel a:hover p, .c-button-l.l-footer-tel a:hover span {
  color: #fff;
}
.c-button-l.l-footer-tel a:hover p::before {
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background-image: url(../images/common/footer-tel-white.svg);
}

.c-button-l.l-footer-mail a {
  width: 360px;
  height: 72px;
  background-color: #0075C2;
  border: solid 2px #0075C2;
  border-radius: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button-l.l-footer-mail a {
    width: 300px;
    height: 66px;
  }
}
.c-button-l.l-footer-mail a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-circle-white.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button-l.l-footer-mail a p {
  font: bold 20px/1 "Zen Maru Gothic", sans-serif;
  color: #fff;
  margin-bottom: 0px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button-l.l-footer-mail a p {
    font-size: 16px;
    padding-left: 20px;
  }
}
.c-button-l.l-footer-mail a p::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/footer-mail-white.svg);
  background-size: cover;
  width: 24px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-button-l.l-footer-mail a p::before {
    width: 20px;
    height: 16px;
  }
}
.c-button-l.l-footer-mail a:hover {
  background-color: #fff;
}
.c-button-l.l-footer-mail a:hover p, .c-button-l.l-footer-mail a:hover span {
  color: #0075C2;
}
.c-button-l.l-footer-mail a:hover p::before {
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background-image: url(../images/common/footer-mail-blue.svg);
}
.c-button-l.l-footer-mail a:hover::after {
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background-image: url(../images/common/arrow-circle-blue.svg);
}

.c-button-ss.l-header-floating-tel a {
  width: 300px;
  height: 46px;
  background-color: #fff;
  border: solid 2px #0075C2;
  border-radius: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 720px) {
  .c-button-ss.l-header-floating-tel a {
    width: 260px;
  }
}
@media screen and (max-width: 580px) {
  .c-button-ss.l-header-floating-tel a {
    width: 100%;
  }
}
.c-button-ss.l-header-floating-tel a p {
  display: inline-block;
  font: 600 16px/1 "Outfit", sans-serif;
  letter-spacing: 0.05em;
  color: #0075C2;
  margin-bottom: 0px;
  padding-left: 24px;
  position: relative;
}
.c-button-ss.l-header-floating-tel a p::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/footer-tel-blue.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-button-ss.l-header-floating-tel a p::before {
    width: 16px;
    height: 16px;
  }
}
.c-button-ss.l-header-floating-tel a span {
  display: inline-block;
  width: 100%;
  font: normal 12px/1 "Zen Maru Gothic", sans-serif;
  margin-top: 4px;
}
.c-button-ss.l-header-floating-tel a:hover {
  background-color: #0075C2;
}
.c-button-ss.l-header-floating-tel a:hover p, .c-button-ss.l-header-floating-tel a:hover span {
  color: #fff;
}
.c-button-ss.l-header-floating-tel a:hover p::before {
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background-image: url(../images/common/footer-tel-white.svg);
}

.c-button-ss.l-header-floating-mail a {
  width: 300px;
  height: 46px;
  background-color: #0075C2;
  border: solid 2px #0075C2;
  border-radius: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 720px) {
  .c-button-ss.l-header-floating-mail a {
    width: 260px;
  }
}
@media screen and (max-width: 580px) {
  .c-button-ss.l-header-floating-mail a {
    width: 100%;
  }
}
.c-button-ss.l-header-floating-mail a p {
  display: inline-block;
  font: bold 18px/1 "Zen Maru Gothic", sans-serif;
  color: #fff;
  margin-bottom: 0px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-button-ss.l-header-floating-mail a p {
    font-size: 16px;
  }
}
.c-button-ss.l-header-floating-mail a p::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/footer-mail-white.svg);
  background-size: cover;
  width: 24px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-button-ss.l-header-floating-mail a p::before {
    width: 20px;
    height: 16px;
  }
}
.c-button-ss.l-header-floating-mail a:hover {
  background-color: #fff;
}
.c-button-ss.l-header-floating-mail a:hover p, .c-button-ss.l-header-floating-mail a:hover span {
  color: #0075C2;
}
.c-button-ss.l-header-floating-mail a:hover p::before {
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background-image: url(../images/common/footer-mail-blue.svg);
}

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

.c-text__heading-en {
  font: normal 16px/1 "Outfit", sans-serif;
  letter-spacing: 0.02em;
  color: #0075C2;
}
@media screen and (max-width: 768px) {
  .c-text__heading-en {
    font: bold 14px/1.2 "Zen Maru Gothic", sans-serif;
  }
}
.c-text__heading-ja {
  font: bold 36px/1.2 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #262626;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-text__heading-ja {
    font: bold 22px/1.2 "Zen Maru Gothic", sans-serif;
  }
}
.c-text__sentence {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .c-text__sentence {
    margin-top: 36px;
  }
}
.c-text__sentence + .c-text__sentence {
  margin-top: 1em;
}

.c-under-text__heading-en {
  font: normal 16px/1 "Outfit", sans-serif;
  letter-spacing: 0.02em;
  color: #0075C2;
}
@media screen and (max-width: 768px) {
  .c-under-text__heading-en {
    font: bold 14px/1.2 "Zen Maru Gothic", sans-serif;
  }
}
.c-under-text__heading-ja {
  font: bold 36px/1.2 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #262626;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-under-text__heading-ja {
    font: bold 22px/1.2 "Zen Maru Gothic", sans-serif;
  }
}

.c-undermv {
  height: 58vh;
  height: 58svh;
  max-height: 500px;
  background-size: cover;
  margin: 0 40px;
  position: relative;
  border-radius: 40px 40px 0px 0px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-undermv {
    height: 30vh;
    height: 30svh;
    margin: 0 20px;
  }
}
.c-undermv-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
  white-space: nowrap;
}
.c-undermv-title__subheading {
  font: normal 16px/1 "Outfit", sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-undermv-title__subheading {
    font: bold 14px/1.2 "Zen Maru Gothic", sans-serif;
  }
}
.c-undermv-title__heading {
  font: bold 48px/1.2 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-undermv-title__heading {
    font: bold 22px/1.2 "Zen Maru Gothic", sans-serif;
  }
}
.c-undermv-title__heading br {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 930px) {
  .c-undermv-title__heading br {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .c-undermv-title__heading br {
    display: block;
  }
}
.c-undermv-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.c-breadcrumbs {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    margin-top: 10px;
    padding: 0 20px;
  }
}
.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.c-breadcrumbs__item {
  color: #3F3F46;
  margin-left: 10px;
  white-space: nowrap;
}
.c-breadcrumbs__item span {
  display: inline-block;
  margin-left: 10px;
}
.c-breadcrumbs__item:first-of-type {
  margin-left: 0px;
}
.c-breadcrumbs__item:last-of-type {
  padding-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-breadcrumbs__item a {
  color: rgba(38, 38, 38, 0.4);
}
.c-breadcrumbs__item a:hover {
  color: #0075C2;
}

li {
  list-style-type: none;
}

.c-works-banner {
  max-width: 900px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto 140px;
  padding-left: 150px;
  padding-right: 150px;
  -webkit-filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.06));
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .c-works-banner {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .c-works-banner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-works-banner {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 540px) {
  .c-works-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-works-banner:hover {
  opacity: 0.6;
}
.c-works-banner:hover::after {
  opacity: 0.6;
}
.c-works-banner a {
  width: 100%;
}
.c-works-banner__title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 540px) {
  .c-works-banner__title {
    text-align: left;
    left: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-works-banner__subheading {
  display: inline-block;
  font: 500 16px/1 "Outfit", sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
}
.c-works-banner__heading {
  margin-top: 14px;
  font: bold 36px/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-works-banner__heading {
    margin-top: 4px;
    font: bold 22px/1.2 "Zen Maru Gothic", sans-serif;
  }
}
.c-works-banner__image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.c-works-banner__image::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/banner-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 64px;
  height: 64px;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-works-banner__image::after {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-works-banner__image {
    height: 160px;
  }
}

body {
  background-image: url(../images/common/background-brown.webp);
  background-repeat: repeat;
  background-size: contain;
}

.p-top-mv {
  height: calc(100vh - 127px);
  height: calc(100svh - 127px);
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-top-mv {
    height: calc(100vh - 90px);
    height: calc(100svh - 90px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    height: calc(100vh - 68px);
    height: calc(100svh - 68px);
    padding: 0 20px;
  }
}
.p-top-mv__title {
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 50;
  white-space: nowrap;
}
.p-top-mv__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 630px) {
  .p-top-mv__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-top-mv__heading span {
  display: inline-block;
  font: bold 48px/1 "Zen Maru Gothic", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .p-top-mv__heading span {
    font: bold 36px/1 "Zen Maru Gothic", sans-serif;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv__heading span {
    font: bold 26px/1 "Zen Maru Gothic", sans-serif;
  }
}
@media screen and (max-width: 630px) {
  .p-top-mv__heading span {
    line-height: 1.4;
    text-align: center;
  }
}
.p-top-mv__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  border-radius: 40px 40px 0px 0px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-mv__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-mv__image::after {
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  z-index: 10;
}
.p-top-mv__image.is-show::before {
  left: 0;
}
.p-top-mv__image .p-wave-01 {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
}
.p-top-mv__left, .p-top-mv__right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top-mv__left, .p-top-mv__right {
    width: 100%;
    height: 50%;
  }
}
.p-top-mv__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}
.p-top-mv__slider::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/frame-left.webp);
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-top-mv__slider::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/frame-right.webp);
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  z-index: 10;
}
.p-top-mv__item {
  width: 100%;
  overflow: hidden;
  -webkit-transition: opacity 2000ms;
  transition: opacity 2000ms;
}
.p-top-mv .slick-list {
  width: 100%;
  height: 100%;
}
.p-top-mv .slick-track {
  width: 100%;
  height: 100%;
}
.p-top-mv .slick-slide {
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-mv .slick-slide {
    height: 100%;
  }
}
.p-top-mv .slick-slide img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.p-top-mv .slick-slide img.is-scale {
  -webkit-animation: scaleDown 8s linear forwards;
          animation: scaleDown 8s linear forwards;
}
@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    z-index: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 0;
  }
}
@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
    z-index: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 0;
  }
}
.p-top-news {
  background-color: #fff;
  padding: 16px 48px;
  border-radius: 50px 0px 0px 50px;
  -webkit-filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.06));
  position: absolute;
  bottom: 30px;
  right: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 12px 28px;
  }
}
.p-top-news__heading {
  font: normal 22px/1 "Outfit", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top-news__heading {
    font: normal 20px/1 "Outfit", sans-serif;
  }
}
.p-top-news__content {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-top-news__content {
    margin-top: 2px;
  }
}
.p-top-news__content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-top-news__title {
  padding-right: 17px;
  position: relative;
}
@media screen and (max-width: 540px) {
  .p-top-news__title {
    max-width: 150px;
    overflow-x: scroll;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.p-top-news__title::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-black.webp);
  width: 11px;
  height: 8px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-news:hover .p-top-news__date, .p-top-news:hover .p-top-news__title {
  color: #0075C2;
}
.p-top-guide__inner {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-guide__inner {
    padding-top: 24px;
  }
}
.p-top-guide .p-texture {
  position: absolute;
}
.p-top-guide .p-texture-01 {
  max-width: 160px;
  width: 10.6%;
  top: 205px;
  left: 13%;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 1080px) {
  .p-top-guide .p-texture-01 {
    left: 6%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-guide .p-texture-01 {
    width: 100px;
  }
}
@media screen and (max-width: 630px) {
  .p-top-guide .p-texture-01 {
    top: 26%;
  }
}
@media screen and (max-width: 540px) {
  .p-top-guide .p-texture-01 {
    left: 2%;
  }
}
@media screen and (max-width: 440px) {
  .p-top-guide .p-texture-01 {
    width: 70px;
    top: 31%;
    left: 2%;
  }
}
.p-top-guide .p-texture-02 {
  max-width: 160px;
  width: 9.3%;
  top: 50px;
  right: 17.75%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 1080px) {
  .p-top-guide .p-texture-02 {
    right: 15.75%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-guide .p-texture-02 {
    width: 80px;
  }
}
@media screen and (max-width: 540px) {
  .p-top-guide .p-texture-02 {
    right: 8.75%;
  }
}
@media screen and (max-width: 440px) {
  .p-top-guide .p-texture-02 {
    width: 60px;
    top: 20px;
    right: 8.75%;
  }
}
.p-top-guide .p-texture-03 {
  max-width: 160px;
  width: 10.6%;
  top: 274px;
  right: 7.45%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-top-guide .p-texture-03 {
    right: 4.45%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-guide .p-texture-03 {
    width: 100px;
  }
}
@media screen and (max-width: 630px) {
  .p-top-guide .p-texture-03 {
    top: 55%;
  }
}
@media screen and (max-width: 540px) {
  .p-top-guide .p-texture-03 {
    right: 2%;
  }
}
@media screen and (max-width: 440px) {
  .p-top-guide .p-texture-03 {
    width: 80px;
    top: 62%;
    right: 2%;
  }
}
.p-top-guide__lead {
  max-width: 620px;
  margin: 0 auto;
  padding: 0px 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-guide__lead {
    max-width: 480px;
  }
}
@media screen and (max-width: 630px) {
  .p-top-guide__lead {
    max-width: 360px;
  }
}
@media screen and (max-width: 1280px) {
  .p-top-guide__image {
    margin-top: 40px;
  }
}
.p-top-reason {
  background-image: url(../images/common/background-white.webp);
  background-repeat: repeat;
  background-size: contain;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-top-reason {
    padding-bottom: 80px;
  }
}
.p-top-reason__inner {
  padding-top: 40px;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
.p-top-reason .p-texture {
  position: absolute;
}
.p-top-reason .p-texture-04 {
  max-width: 160px;
  width: 7.45%;
  top: 20px;
  left: 8vw;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 1080px) {
  .p-top-reason .p-texture-04 {
    width: 8.5%;
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-texture-04 {
    width: 11.5%;
    top: 30px;
    left: 10vw;
  }
}
@media screen and (max-width: 630px) {
  .p-top-reason .p-texture-04 {
    width: 12.5%;
  }
}
.p-top-reason .p-texture-05 {
  max-width: 160px;
  width: 8.6%;
  top: 55px;
  left: 13.85vw;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 1080px) {
  .p-top-reason .p-texture-05 {
    width: 9.5%;
    top: 80px;
    right: 8.85vw;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-texture-05 {
    width: 13.5%;
    top: 40px;
  }
}
@media screen and (max-width: 630px) {
  .p-top-reason .p-texture-05 {
    width: 14.5%;
  }
}
.p-top-reason .p-texture-06 {
  max-width: 160px;
  width: 7.45%;
  top: 32px;
  left: 12vw;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-texture-06 {
    width: 11.5%;
    top: 92px;
    left: 9vw;
  }
}
.p-top-reason .p-texture-07 {
  width: 9.4%;
  top: 102px;
  right: 11.35vw;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-texture-07 {
    width: 13.5%;
  }
}
.p-top-reason__lead {
  text-align: center;
}
.p-top-reason__content {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-reason__content {
    margin-top: 36px;
  }
}
.p-top-reason .p-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
.p-top-reason .p-reason:nth-of-type(odd) {
  padding-left: 150px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .p-top-reason .p-reason:nth-of-type(odd) {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .p-top-reason .p-reason:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0px 100px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-reason .p-reason:nth-of-type(odd) {
    padding: 0px 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-reason:nth-of-type(odd) {
    gap: 40px;
  }
}
@media screen and (max-width: 540px) {
  .p-top-reason .p-reason:nth-of-type(odd) {
    padding: 0px 30px;
  }
}
.p-top-reason .p-reason:nth-of-type(odd) .p-reason__image {
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .p-top-reason .p-reason:nth-of-type(odd) .p-reason__image {
    width: 100%;
    border-radius: 20px;
  }
}
.p-top-reason .p-reason:nth-of-type(even) {
  padding-right: 150px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1280px) {
  .p-top-reason .p-reason:nth-of-type(even) {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .p-top-reason .p-reason:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0px 100px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-reason .p-reason:nth-of-type(even) {
    padding: 0px 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-reason:nth-of-type(even) {
    gap: 40px;
  }
}
@media screen and (max-width: 540px) {
  .p-top-reason .p-reason:nth-of-type(even) {
    padding: 0px 30px;
  }
}
.p-top-reason .p-reason:nth-of-type(even) .p-reason__image {
  border-radius: 0px 20px 20px 0px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .p-top-reason .p-reason:nth-of-type(even) .p-reason__image {
    width: 100%;
    border-radius: 20px;
  }
}
.p-top-reason .p-reason + .p-reason {
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .p-top-reason .p-reason + .p-reason {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-reason + .p-reason {
    margin-top: 100px;
  }
}
@media screen and (max-width: 440px) {
  .p-top-reason .p-reason + .p-reason {
    margin-top: 80px;
  }
}
.p-top-reason .p-reason__text {
  max-width: 580px;
  margin-bottom: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1080px) {
  .p-top-reason .p-reason__text {
    max-width: 100%;
  }
}
.p-top-reason .p-reason__textcontainer {
  position: relative;
}
.p-top-reason .p-reason-texture {
  position: absolute;
  z-index: -1;
}
.p-top-reason .p-reason-texture__left {
  width: 44vw;
  top: -3vw;
  left: -12vw;
}
@media screen and (max-width: 1500px) {
  .p-top-reason .p-reason-texture__left {
    width: 58vw;
    top: -12vw;
    left: -22vw;
  }
}
@media screen and (max-width: 1080px) {
  .p-top-reason .p-reason-texture__left {
    width: 68vw;
    top: auto;
    bottom: -14vw;
    right: -22vw;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-reason-texture__left {
    width: 66vw;
    bottom: -18vw;
    left: auto;
  }
}
@media screen and (max-width: 540px) {
  .p-top-reason .p-reason-texture__left {
    width: 78vw;
    bottom: -20vw;
  }
}
.p-top-reason .p-reason-texture__right {
  width: 44vw;
  top: -3vw;
  right: -12vw;
}
@media screen and (max-width: 1500px) {
  .p-top-reason .p-reason-texture__right {
    width: 58vw;
    top: -12vw;
    right: -22vw;
  }
}
@media screen and (max-width: 1080px) {
  .p-top-reason .p-reason-texture__right {
    width: 68vw;
    top: auto;
    bottom: -14vw;
    right: -22vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-reason-texture__right {
    width: 66vw;
    bottom: -18vw;
  }
}
@media screen and (max-width: 540px) {
  .p-top-reason .p-reason-texture__right {
    width: 78vw;
    bottom: -20vw;
  }
}
.p-top-reason .p-reason__subheading {
  display: inline-block;
  margin-right: 2px;
  padding-bottom: 4px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #0075C2;
  border-bottom: solid 1px #0075C2;
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-reason__subheading {
    font-size: 12px;
  }
}
.p-top-reason .p-reason__number {
  display: inline-block;
  font: normal 24px/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.02em;
  color: #0075C2;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-reason__number {
    font-size: 20px;
  }
}
.p-top-reason .p-reason__heading {
  margin: 20px auto 30px;
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-reason__heading {
    margin: 12px auto 20px;
  }
}
.p-top-reason .p-reason__heading span {
  display: inline-block;
  font: bold 34px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-reason__heading span {
    font: bold 20px/1.6 "Zen Maru Gothic", sans-serif;
  }
}
.p-top-reason .p-reason__heading--blue {
  color: #0075C2;
}
.p-top-reason .p-reason__image {
  width: 52.6%;
}
@media screen and (max-width: 768px) {
  .p-top-reason .p-reason__image {
    width: 100%;
  }
}
.p-top-reason .p-reason__image:nth-of-type(odd) {
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
}
.p-top-reason .p-reason__image:nth-of-type(even) {
  border-radius: 0px 20px 20px 0px;
  overflow: hidden;
}
.p-top-reason__button {
  text-align: center;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-reason__button {
    margin-top: 20px;
  }
}
.p-top-works {
  padding-bottom: 80px;
}
.p-top-works__inner {
  padding-top: 60px;
  padding-left: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-top-works__inner {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-works__inner {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-works__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    padding: 40px 60px 0px;
  }
}
@media screen and (max-width: 540px) {
  .p-top-works__inner {
    padding: 40px 30px 0px;
  }
}
.p-top-works__lead {
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .p-top-works__lead {
    max-width: 100%;
  }
}
.p-top-works__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
}
.p-top-works__image li {
  width: 560px;
  margin: 0 10px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-works__image li {
    width: 330px;
  }
}
.p-top-works .slick-list {
  width: 100%;
  height: 100%;
}
.p-top-works .slick-track {
  width: 100%;
  height: 100%;
}
.p-top-2sections {
  margin-left: auto;
  margin-right: auto;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 60px;
  padding-bottom: 80px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .p-top-2sections {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .p-top-2sections {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-2sections {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
@media screen and (max-width: 540px) {
  .p-top-2sections {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.p-top-flow, .p-top-faq {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .p-top-flow, .p-top-faq {
    width: 100%;
  }
}
.p-top-flow__heading-en, .p-top-faq__heading-en {
  display: inline-block;
  font: normal 16px/1 "Outfit", sans-serif;
  letter-spacing: 0.02em;
  color: #0075C2;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__heading-en, .p-top-faq__heading-en {
    font: normal 14px/1 "Outfit", sans-serif;
  }
}
.p-top-flow__heading-ja, .p-top-faq__heading-ja {
  font: bold 32px/1.2 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #262626;
}
@media screen and (max-width: 768px) {
  .p-top-flow__heading-ja, .p-top-faq__heading-ja {
    font: bold 20px/1 "Zen Maru Gothic", sans-serif;
  }
}
.p-top-flow__image, .p-top-faq__image {
  margin: 24px auto;
  border-radius: 20px;
  overflow: hidden;
}
.p-top-flow__sentence, .p-top-faq__sentence {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__sentence, .p-top-faq__sentence {
    margin-bottom: 16px;
  }
}
.p-top-flow__button p, .p-top-faq__button p {
  display: inline-block;
  line-height: 1;
  padding: 0px 52px 0px 0px;
  position: relative;
  font-weight: bold;
  color: #3F3F46;
}
@media screen and (max-width: 768px) {
  .p-top-flow__button p, .p-top-faq__button p {
    padding: 0px 42px 0px 0px;
  }
}
.p-top-flow__button p::after, .p-top-faq__button p::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-circle-black-l.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-top: 1px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-top-flow__button p::after, .p-top-faq__button p::after {
    width: 30px;
    height: 30px;
  }
}
.p-top-flow a:hover .p-top-flow__button p {
  color: #0075C2;
}
.p-top-flow a:hover .p-top-flow__button p::after {
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background-image: url(../images/common/arrow-circle-blue-l.svg);
}
.p-top-faq {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-top-faq a:hover .p-top-faq__button p {
  color: #0075C2;
}
.p-top-faq a:hover .p-top-faq__button p::after {
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background-image: url(../images/common/arrow-circle-blue-l.svg);
}

.p-guide .c-undermv {
  background-image: url(../images/guide/mv.webp);
}
@media screen and (max-width: 480px) {
  .p-guide .c-undermv {
    background-image: url(../images/guide/mv-sp.webp);
  }
}
.p-guide-introduction__inner {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-guide-introduction__inner {
    margin-top: 80px;
  }
}
.p-guide-introduction__inner .p-texture {
  position: absolute;
}
.p-guide-introduction__inner .p-texture-01 {
  max-width: 160px;
  width: 10.6%;
  top: 150px;
  left: 11.4%;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 1080px) {
  .p-guide-introduction__inner .p-texture-01 {
    left: 6%;
  }
}
@media screen and (max-width: 768px) {
  .p-guide-introduction__inner .p-texture-01 {
    width: 100px;
  }
}
@media screen and (max-width: 630px) {
  .p-guide-introduction__inner .p-texture-01 {
    top: 26%;
  }
}
@media screen and (max-width: 540px) {
  .p-guide-introduction__inner .p-texture-01 {
    left: 2%;
  }
}
@media screen and (max-width: 440px) {
  .p-guide-introduction__inner .p-texture-01 {
    width: 70px;
    top: 31%;
    left: 2%;
  }
}
.p-guide-introduction__inner .p-texture-02 {
  max-width: 140px;
  width: 9.3%;
  top: 77px;
  right: 20.5%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 1080px) {
  .p-guide-introduction__inner .p-texture-02 {
    right: 15.75%;
    top: -63px;
  }
}
@media screen and (max-width: 768px) {
  .p-guide-introduction__inner .p-texture-02 {
    width: 80px;
  }
}
@media screen and (max-width: 540px) {
  .p-guide-introduction__inner .p-texture-02 {
    right: 8.75%;
  }
}
@media screen and (max-width: 440px) {
  .p-guide-introduction__inner .p-texture-02 {
    width: 60px;
    top: -53px;
    right: 8.75%;
  }
}
.p-guide-introduction__inner .p-texture-03 {
  max-width: 160px;
  width: 10.6%;
  top: 228px;
  right: 6.75%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 1080px) {
  .p-guide-introduction__inner .p-texture-03 {
    right: 4.45%;
  }
}
@media screen and (max-width: 768px) {
  .p-guide-introduction__inner .p-texture-03 {
    width: 100px;
  }
}
@media screen and (max-width: 630px) {
  .p-guide-introduction__inner .p-texture-03 {
    top: 55%;
  }
}
@media screen and (max-width: 540px) {
  .p-guide-introduction__inner .p-texture-03 {
    right: 2%;
  }
}
@media screen and (max-width: 440px) {
  .p-guide-introduction__inner .p-texture-03 {
    width: 80px;
    top: 62%;
    right: 2%;
  }
}
.p-guide-introduction__lead {
  text-align: center;
}
.p-guide-introduction__heading span {
  display: inline-block;
  font: bold 24px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #0075C2;
}
@media screen and (max-width: 768px) {
  .p-guide-introduction__heading span {
    font-size: 20px;
  }
}
.p-guide-introduction__sentence {
  margin-top: 36px;
}
.p-guide-introduction__sentence + .p-guide-introduction__sentence {
  margin-top: 16px;
}
.p-guide-annoying {
  max-width: 1200px;
  margin: 100px auto 0px;
}
@media screen and (max-width: 768px) {
  .p-guide-annoying {
    margin: 36px auto 0px;
  }
}
.p-guide-annoying__inner {
  padding: 40px;
  position: relative;
  text-align: center;
  background-image: url(../images/guide/annoying.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-guide-annoying__inner {
    padding: 40px 20px;
  }
}
.p-guide-annoying__heading {
  font: bold 36px/1.2 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-guide-annoying__heading {
    font: bold 22px/1.2 "Zen Maru Gothic", sans-serif;
  }
}
.p-guide-annoying__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-guide-annoying__list li {
  width: calc((100% - 40px) / 3);
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .p-guide-annoying__list li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .p-guide-annoying__list li {
    width: 100%;
  }
}
.p-guide-annoying__list li p {
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.p-guide-annoying__list li p::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/check-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 4px;
  left: 0;
}
.p-guide-annoying__message {
  font: bold 28px/1.6 "Zen Maru Gothic", sans-serif;
  color: #fff;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-guide-annoying__message {
    font-size: 18px;
  }
}
.p-guide-point {
  margin-top: 160px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-guide-point {
    margin-top: 120px;
  }
}
.p-guide-point .p-texture {
  position: absolute;
  z-index: 1;
}
.p-guide-point .p-texture-08 {
  max-width: 160px;
  width: 10.6%;
  top: -70px;
  left: 10.2%;
}
@media screen and (max-width: 1080px) {
  .p-guide-point .p-texture-08 {
    top: -40px;
    left: 6%;
  }
}
@media screen and (max-width: 768px) {
  .p-guide-point .p-texture-08 {
    width: 100px;
  }
}
@media screen and (max-width: 540px) {
  .p-guide-point .p-texture-08 {
    width: 80px;
    top: -50px;
  }
}
.p-guide-point .p-texture-09 {
  max-width: 160px;
  width: 9.6%;
  top: -117px;
  right: 13.2%;
}
@media screen and (max-width: 1080px) {
  .p-guide-point .p-texture-09 {
    top: -67px;
    right: 4.45%;
  }
}
@media screen and (max-width: 768px) {
  .p-guide-point .p-texture-09 {
    width: 100px;
  }
}
@media screen and (max-width: 540px) {
  .p-guide-point .p-texture-09 {
    width: 80px;
  }
}
.p-guide-point .p-guide-texture {
  position: absolute;
  width: 100%;
}
.p-guide-point .p-guide-texture-01 {
  top: 0;
  left: 0;
}
.p-guide-point .p-guide-texture-02 {
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-guide-point {
    margin-top: 80px;
  }
}
.p-guide-point__inner {
  background-color: #0075C2;
}
.p-guide-point__lead {
  text-align: center;
  padding-top: 110px;
}
.p-guide-point__lead .c-under-text__heading-en, .p-guide-point__lead .c-under-text__heading-ja {
  color: #fff;
}
.p-guide-point__content {
  margin-top: 100px;
  padding-left: 150px;
  padding-bottom: 210px;
  display: grid;
  grid-template-columns: 1fr 48.6667vw;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-guide-point__content {
    padding: 0px 100px 210px;
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-guide-point__content {
    margin-top: 60px;
    padding: 0px 60px 150px;
  }
}
@media screen and (max-width: 540px) {
  .p-guide-point__content {
    padding: 0px 30px 130px;
  }
}
.p-guide-point__left {
  display: grid;
  grid-area: 1/1/-1/-1;
  grid-template-columns: auto;
  gap: 60px;
}
.p-guide-point__left .p-guide-point__list {
  display: grid;
  grid-area: 1/1/-1/-1;
  gap: 120px;
}
@media screen and (max-width: 1280px) {
  .p-guide-point__left .p-guide-point__list {
    gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-guide-point__left .p-guide-point__list {
    gap: 80px;
  }
}
@media screen and (max-width: 480px) {
  .p-guide-point__left .p-guide-point__list {
    gap: 60px;
  }
}
.p-guide-point__left .p-guide-point__item {
  display: grid;
}
.p-guide-point__left .p-guide-point__item:first-of-type .p-guide-point__text {
  padding-top: 250px;
}
@media screen and (max-width: 1280px) {
  .p-guide-point__left .p-guide-point__item:first-of-type .p-guide-point__text {
    padding-top: 0px;
  }
}
.p-guide-point__left .p-guide-point__item:nth-of-type(1) .p-guide-point__textInner::before {
  background-image: url(../images/guide/point01-icon.svg);
}
.p-guide-point__left .p-guide-point__item:nth-of-type(2) .p-guide-point__textInner::before {
  background-image: url(../images/guide/point02-icon.svg);
}
.p-guide-point__left .p-guide-point__item:nth-of-type(3) .p-guide-point__textInner::before {
  background-image: url(../images/guide/point03-icon.svg);
}
.p-guide-point__left .p-guide-point__wrapper {
  grid-column: 1/-1;
  grid-template-columns: 1fr 48.6667vw;
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 1280px) {
  .p-guide-point__left .p-guide-point__wrapper {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.p-guide-point__left .p-guide-point__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .p-guide-point__left .p-guide-point__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-guide-point__left .p-guide-point__textInner {
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-guide-point__left .p-guide-point__textInner {
    padding: 30px;
    border-radius: 0px 0px 20px 20px;
  }
}
.p-guide-point__left .p-guide-point__textInner::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  bottom: 40px;
  right: 40px;
}
.p-guide-point__left .p-guide-point__subheading {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: solid 1px #0075C2;
}
@media screen and (max-width: 768px) {
  .p-guide-point__left .p-guide-point__subheading {
    font-size: 12px;
  }
}
.p-guide-point__left .p-guide-point__point {
  font: normal 16px/1 "Outfit", sans-serif;
  letter-spacing: 0.02em;
  color: #0075C2;
  margin-right: 2px;
}
.p-guide-point__left .p-guide-point__number {
  font: normal 24px/1 "Outfit", sans-serif;
  letter-spacing: 0.02em;
  color: #0075C2;
}
@media screen and (max-width: 768px) {
  .p-guide-point__left .p-guide-point__number {
    font-size: 20px;
  }
}
.p-guide-point__left .p-guide-point__heading {
  font: bold 32px/1.2 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #262626;
  margin: 20px 0px 24px;
}
@media screen and (max-width: 768px) {
  .p-guide-point__left .p-guide-point__heading {
    font: bold 20px/1.2 "Zen Maru Gothic", sans-serif;
    margin: 12px auto 20px;
  }
}
.p-guide-point__left .p-guide-point__image {
  border-radius: 20px 20px 0px 0px;
  aspect-ratio: 1;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  .p-guide-point__left .p-guide-point__image {
    opacity: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-guide-point__left .p-guide-point__image {
    max-height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .p-guide-point__left .p-guide-point__image {
    max-height: 300px;
  }
}
.p-guide-point__right {
  grid-area: 1/2/-1/3;
}
.p-guide-point__right .p-guide-point__screen {
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: calc(100vh - 122px);
  position: sticky;
  top: 122px;
}
.p-guide-point__right .p-guide-point__image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-transition: z-index 0.5s step-end, opacity 0.5s;
  transition: z-index 0.5s step-end, opacity 0.5s;
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  .p-guide-point__right .p-guide-point__image {
    display: none;
  }
}
.p-guide-point__right .p-guide-point__image:first-child {
  opacity: 1;
}
.p-guide-point__content:has(.p-guide-point__item:nth-child(1) .p-guide-point__wrapper--scrollinStarted:not(.p-guide-point__wrapper--scrollinEnded)) .p-guide-point__screen .p-guide-point__image:nth-child(1) {
  opacity: 1;
}
.p-guide-point .p-guide-point__content:has(.p-guide-point__item:nth-child(2) .p-guide-point__wrapper--scrollinStarted:not(.p-guide-point__wrapper--scrollinEnded)) .p-guide-point__screen .p-guide-point__image:nth-child(2) {
  opacity: 1;
}
.p-guide-point .p-guide-point__content:has(.p-guide-point__item:nth-child(3) .p-guide-point__wrapper--scrollinStarted:not(.p-guide-point__wrapper--scrollinEnded)) .p-guide-point__screen .p-guide-point__image:nth-child(3) {
  opacity: 1;
}
.p-guide-sign {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-guide-sign {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.p-guide-sign .p-texture {
  position: absolute;
  z-index: 1;
}
.p-guide-sign .p-texture-10 {
  max-width: 160px;
  width: 8%;
  top: 60px;
  left: 14.95%;
}
@media screen and (max-width: 1080px) {
  .p-guide-sign .p-texture-10 {
    top: 0px;
    left: 10.95%;
  }
}
@media screen and (max-width: 768px) {
  .p-guide-sign .p-texture-10 {
    width: 70px;
  }
}
@media screen and (max-width: 540px) {
  .p-guide-sign .p-texture-10 {
    width: 60px;
    top: -17px;
    left: 5.95%;
  }
}
.p-guide-sign .p-texture-11 {
  max-width: 160px;
  width: 7.4%;
  bottom: -170px;
  right: 12.7%;
}
@media screen and (max-width: 1080px) {
  .p-guide-sign .p-texture-11 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-guide-sign .p-texture-11 {
    width: 60px;
    bottom: -80px;
  }
}
.p-guide-sign__lead {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-guide-sign__lead {
    margin-top: 30px;
  }
}
.p-guide-sign__subheading {
  font: bold 24px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #262626;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide-sign__subheading {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .p-guide-sign__subheading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}
.p-guide-sign__year {
  display: inline-block;
  font: bold 32px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.06em;
  color: #0075C2;
}
@media screen and (max-width: 768px) {
  .p-guide-sign__year {
    font-size: 20px;
  }
}
.p-guide-sign__attention {
  display: inline-block;
  font: 500 14px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: rgba(63, 63, 70, 0.8);
  margin-bottom: 16px;
}
.p-guide-sign__content {
  margin-top: 50px;
}
.p-guide-sign__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.p-guide-sign__item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .p-guide-sign__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 440px) {
  .p-guide-sign__item {
    width: 100%;
  }
}
.p-guide-sign-image__image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 12px;
}
.p-guide-message {
  margin-top: 170px;
}
@media screen and (max-width: 1080px) {
  .p-guide-message {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-guide-message {
    margin-top: 60px;
  }
}
.p-guide-message .p-texture {
  position: absolute;
  z-index: 1;
}
.p-guide-message .p-texture-12 {
  display: none;
  max-width: 160px;
  width: 80px;
  top: 0;
  right: 20px;
  opacity: 0.6;
}
@media screen and (max-width: 1080px) {
  .p-guide-message .p-texture-12 {
    display: block;
  }
}
.p-guide-message__lead {
  text-align: center;
}
.p-guide-message__content {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1430px) {
  .p-guide-message__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1080px) {
  .p-guide-message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-guide-message__content {
    margin-top: 40px;
    gap: 40px;
  }
}
.p-guide-message__image {
  width: 47.5%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .p-guide-message__image {
    width: 100%;
  }
}
.p-guide-message__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-guide-message__text {
    width: 100%;
  }
}
.p-guide-message__subheading {
  font: bold 24px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #0075C2;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-guide-message__subheading {
    font: bold 20px/1.6 "Zen Maru Gothic", sans-serif;
  }
}
.p-guide-message__check {
  width: 100%;
  text-align: left;
  margin-top: 36px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.p-guide-message__check p {
  font: bold 18px/1.6 "Zen Maru Gothic", sans-serif;
  color: #262626;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(63, 63, 70, 0.2);
}
.p-guide-message__list {
  margin-top: 18px;
}
.p-guide-message__item {
  padding-left: 28px;
  position: relative;
}
.p-guide-message__item::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/check-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 0;
}
.p-guide-message__item + .p-guide-message__item {
  margin-top: 14px;
}
.p-guide-faq__inner {
  margin: 140px auto;
}
@media screen and (max-width: 768px) {
  .p-guide-faq__inner {
    margin: 60px auto 100px;
  }
}
.p-guide-faq__lead {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide-faq__lead {
    margin-bottom: 10px;
  }
}
.p-guide-faq__item .p-q, .p-guide-faq__item .p-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-guide-faq__item .p-q span, .p-guide-faq__item .p-a span {
  display: inline-block;
  font: 500 20px/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.08em;
  padding: 8px 12.5px 12px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-guide-faq__item .p-q span, .p-guide-faq__item .p-a span {
    font-size: 16px;
  }
}
.p-guide-faq__item .p-q p, .p-guide-faq__item .p-a p {
  margin-top: 5px;
  padding-left: 20px;
}
.p-guide-faq__item .p-q {
  padding: 30px 30px 0px;
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  .p-guide-faq__item .p-q {
    padding: 30px 20px 0px;
  }
}
.p-guide-faq__item .p-q span {
  background-color: #fff;
  color: #0075C2;
}
.p-guide-faq__item .p-q p {
  font-weight: bold;
}
.p-guide-faq__item .p-a {
  padding: 0px 30px 30px;
  border-bottom: solid 1px rgba(63, 63, 70, 0.2);
}
@media screen and (max-width: 540px) {
  .p-guide-faq__item .p-a {
    padding: 0px 20px 30px;
  }
}
.p-guide-faq__item .p-a span {
  background-color: #0075C2;
  color: #fff;
}

.p-reason .c-undermv {
  background-image: url(../images/reason/mv.webp);
}
@media screen and (max-width: 480px) {
  .p-reason .c-undermv {
    background-image: url(../images/reason/mv-sp.webp);
  }
}
.p-reason__inner {
  margin-top: 100px;
  margin-bottom: 120px;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
@media screen and (max-width: 768px) {
  .p-reason__inner {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.p-reason__lead {
  text-align: center;
}
.p-reason__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-reason__content {
    margin-top: 36px;
  }
}
.p-reason__content:nth-of-type(odd) {
  padding-left: 150px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .p-reason__content:nth-of-type(odd) {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .p-reason__content:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0px 100px;
  }
}
@media screen and (max-width: 1000px) {
  .p-reason__content:nth-of-type(odd) {
    padding: 0px 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__content:nth-of-type(odd) {
    gap: 40px;
  }
}
@media screen and (max-width: 540px) {
  .p-reason__content:nth-of-type(odd) {
    padding: 0px 30px;
  }
}
.p-reason__content:nth-of-type(odd) .p-reason__image {
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .p-reason__content:nth-of-type(odd) .p-reason__image {
    width: 100%;
    border-radius: 20px;
  }
}
.p-reason__content:nth-of-type(even) {
  padding-right: 150px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1280px) {
  .p-reason__content:nth-of-type(even) {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .p-reason__content:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0px 100px;
  }
}
@media screen and (max-width: 1000px) {
  .p-reason__content:nth-of-type(even) {
    padding: 0px 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__content:nth-of-type(even) {
    gap: 40px;
  }
}
@media screen and (max-width: 540px) {
  .p-reason__content:nth-of-type(even) {
    padding: 0px 30px;
  }
}
.p-reason__content:nth-of-type(even) .p-reason__image {
  border-radius: 0px 20px 20px 0px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .p-reason__content:nth-of-type(even) .p-reason__image {
    width: 100%;
    border-radius: 20px;
  }
}
.p-reason__content + .p-reason__content {
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .p-reason__content + .p-reason__content {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__content + .p-reason__content {
    margin-top: 100px;
  }
}
@media screen and (max-width: 440px) {
  .p-reason__content + .p-reason__content {
    margin-top: 80px;
  }
}
.p-reason__text {
  max-width: 580px;
  margin-bottom: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1080px) {
  .p-reason__text {
    max-width: 100%;
  }
}
.p-reason__text-inner {
  z-index: 1;
}
.p-reason__textcontainer {
  position: relative;
}
.p-reason__textcontainer .p-reason__sentence + .p-reason__sentence {
  margin-top: 1em;
}
.p-reason-texture {
  position: absolute;
  z-index: -1;
}
.p-reason-texture__left {
  width: 44vw;
  top: -3vw;
  left: -12vw;
}
@media screen and (max-width: 1500px) {
  .p-reason-texture__left {
    width: 58vw;
    top: -12vw;
    left: -22vw;
  }
}
@media screen and (max-width: 1080px) {
  .p-reason-texture__left {
    width: 68vw;
    top: auto;
    bottom: -14vw;
    right: -22vw;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-reason-texture__left {
    width: 66vw;
    bottom: -18vw;
    left: auto;
  }
}
@media screen and (max-width: 540px) {
  .p-reason-texture__left {
    width: 78vw;
    bottom: -20vw;
  }
}
.p-reason-texture__right {
  width: 44vw;
  top: -3vw;
  right: -12vw;
}
@media screen and (max-width: 1500px) {
  .p-reason-texture__right {
    width: 58vw;
    top: -12vw;
    right: -22vw;
  }
}
@media screen and (max-width: 1080px) {
  .p-reason-texture__right {
    width: 68vw;
    top: auto;
    bottom: -14vw;
    right: -22vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason-texture__right {
    width: 66vw;
    bottom: -18vw;
  }
}
@media screen and (max-width: 540px) {
  .p-reason-texture__right {
    width: 78vw;
    bottom: -20vw;
  }
}
.p-reason__subheading {
  display: inline-block;
  margin-right: 2px;
  padding-bottom: 4px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #0075C2;
  border-bottom: solid 1px #0075C2;
}
@media screen and (max-width: 768px) {
  .p-reason__subheading {
    font-size: 12px;
  }
}
.p-reason__number {
  display: inline-block;
  font: normal 24px/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.02em;
  color: #0075C2;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .p-reason__number {
    font-size: 20px;
  }
}
.p-reason__heading {
  margin: 20px auto 30px;
}
@media screen and (max-width: 768px) {
  .p-reason__heading {
    margin: 12px auto 20px;
  }
}
.p-reason__heading span {
  display: inline-block;
  font: bold 34px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-reason__heading span {
    font: bold 20px/1.6 "Zen Maru Gothic", sans-serif;
  }
}
.p-reason__heading--blue {
  color: #0075C2;
}
.p-reason__image {
  width: 52.6%;
}
@media screen and (max-width: 768px) {
  .p-reason__image {
    width: 100%;
  }
}
.p-reason__image:nth-of-type(odd) {
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
}
.p-reason__image:nth-of-type(even) {
  border-radius: 0px 20px 20px 0px;
  overflow: hidden;
}
.p-reason__button {
  text-align: center;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reason__button {
    margin-top: 20px;
  }
}

.p-service .c-undermv {
  background-image: url(../images/service/mv.webp);
}
@media screen and (max-width: 480px) {
  .p-service .c-undermv {
    background-image: url(../images/service/mv-sp.webp);
  }
}
.p-service__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px auto 70px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1180px) {
  .p-service__link {
    max-width: 860px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 720px) {
  .p-service__link {
    max-width: 600px;
  }
}
.p-service__anchor a {
  display: inline-block;
  font: bold 16px/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  width: 210px;
  background-color: #0075C2;
  border: solid 2px #0075C2;
  padding: 15px 0px 16px 0px;
  border-radius: 80px;
  -webkit-filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.06));
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service__anchor a {
    font: bold 14px/1 "Zen Maru Gothic", sans-serif;
    width: 210px;
    padding: 14px 0px 15px 0px;
  }
}
@media screen and (max-width: 720px) {
  .p-service__anchor a {
    font: bold 12px/1 "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.1em;
    width: 145px;
    padding: 8px 0px 8px 0px;
  }
}
.p-service__anchor a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-circle-white-under.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-service__anchor a::after {
    right: 10px;
  }
}
@media screen and (max-width: 720px) {
  .p-service__anchor a::after {
    width: 14px;
    height: 14px;
    right: 6px;
  }
}
.p-service__anchor a:hover {
  color: #0075C2;
  background-color: #fff;
}
.p-service__anchor a:hover::after {
  background-image: url(../images/common/arrow-circle-blue-under.svg);
}
.p-service__inner {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-service__inner {
    margin-bottom: 80px;
  }
}
.p-service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  scroll-margin-top: 230px;
}
@media screen and (max-width: 1280px) {
  .p-service__content {
    scroll-margin-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__content {
    scroll-margin-top: 180px;
  }
}
.p-service__content:nth-of-type(odd) {
  padding-left: 150px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .p-service__content:nth-of-type(odd) {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .p-service__content:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0px 100px;
  }
}
@media screen and (max-width: 1000px) {
  .p-service__content:nth-of-type(odd) {
    padding: 0px 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__content:nth-of-type(odd) {
    gap: 40px;
  }
}
@media screen and (max-width: 540px) {
  .p-service__content:nth-of-type(odd) {
    padding: 0px 30px;
  }
}
.p-service__content:nth-of-type(odd) .p-service__image {
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .p-service__content:nth-of-type(odd) .p-service__image {
    width: 100%;
    border-radius: 20px;
  }
}
.p-service__content:nth-of-type(even) {
  padding-right: 150px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1280px) {
  .p-service__content:nth-of-type(even) {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1080px) {
  .p-service__content:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0px 100px;
  }
}
@media screen and (max-width: 1000px) {
  .p-service__content:nth-of-type(even) {
    padding: 0px 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__content:nth-of-type(even) {
    gap: 40px;
  }
}
@media screen and (max-width: 540px) {
  .p-service__content:nth-of-type(even) {
    padding: 0px 30px;
  }
}
.p-service__content:nth-of-type(even) .p-service__image {
  border-radius: 0px 20px 20px 0px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .p-service__content:nth-of-type(even) .p-service__image {
    width: 100%;
    border-radius: 20px;
  }
}
.p-service__content + .p-service__content {
  margin-top: 100px;
}
@media screen and (max-width: 1080px) {
  .p-service__content + .p-service__content {
    margin-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__content + .p-service__content {
    margin-top: 80px;
  }
}
.p-service__text {
  max-width: 36vw;
  margin: auto 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .p-service__text {
    max-width: 100%;
  }
}
.p-service-texture {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-service-texture {
    width: 120px;
  }
}
.p-service__subheading {
  display: inline-block;
  padding-bottom: 4px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #0075C2;
  border-bottom: solid 1px #0075C2;
}
@media screen and (max-width: 768px) {
  .p-service__subheading {
    font-size: 12px;
  }
}
.p-service__number {
  display: inline-block;
  font: normal 24px/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.02em;
  color: #0075C2;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .p-service__number {
    font-size: 20px;
  }
}
.p-service__heading {
  margin: 20px auto 30px;
}
@media screen and (max-width: 768px) {
  .p-service__heading {
    margin: 12px auto 20px;
  }
}
.p-service__heading span {
  display: inline-block;
  font: bold 36px/1.6 "Zen Maru Gothic", sans-serif;
  color: #0075C2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-service__heading span {
    font: bold 22px/1.6 "Zen Maru Gothic", sans-serif;
  }
}
.p-service__sentence span {
  font-weight: bold;
  border-bottom: solid 1px #3F3F46;
}
.p-service__image {
  width: 55.556%;
}
@media screen and (max-width: 768px) {
  .p-service__image {
    width: 100%;
  }
}
.p-service__image:nth-of-type(odd) {
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
}
.p-service__image:nth-of-type(even) {
  border-radius: 0px 20px 20px 0px;
  overflow: hidden;
}
.p-service__content.p-low-priority {
  padding: 0 150px;
}
@media screen and (max-width: 1280px) {
  .p-service__content.p-low-priority {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1000px) {
  .p-service__content.p-low-priority {
    padding: 0px 60px;
  }
}
@media screen and (max-width: 540px) {
  .p-service__content.p-low-priority {
    padding: 0px 30px;
  }
}
.p-service__content.p-low-priority:nth-of-type(odd) {
  margin-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .p-service__content.p-low-priority:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__content.p-low-priority:nth-of-type(odd) {
    margin-top: 80px;
  }
}
.p-service__content.p-low-priority .p-service__heading {
  margin: 20px auto 24px;
}
.p-service__content.p-low-priority .p-service__heading span {
  display: inline-block;
  font: bold 32px/1.6 "Zen Maru Gothic", sans-serif;
  color: #0075C2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-service__content.p-low-priority .p-service__heading span {
    font: bold 20px/1.6 "Zen Maru Gothic", sans-serif;
  }
}
.p-service__content.p-low-priority .p-service__image {
  width: 46.65%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .p-service__content.p-low-priority .p-service__image {
    width: 100%;
  }
}

.p-company .c-undermv {
  background-image: url(../images/company/mv.webp);
  background-position: center right;
}
@media screen and (max-width: 480px) {
  .p-company .c-undermv {
    background-image: url(../images/company/mv-sp.webp);
  }
}
.p-company__inner {
  margin: 70px auto 140px;
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    margin: 10px auto 100px;
  }
}
.p-company__list {
  width: 100%;
}
.p-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px;
  border-bottom: solid 1px rgba(63, 63, 70, 0.2);
}
@media screen and (max-width: 768px) {
  .p-company__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 30px 0px;
  }
}
.p-company__item:last-of-type .p-company__term {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-company__term {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .p-company__term {
    width: 140px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-company__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-company__description li + li {
  margin-top: 1px;
}
.p-company__description .p-description-end {
  text-align: right;
}
.p-company__mainoffice p, .p-company__suboffice p {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-company__mainoffice p, .p-company__suboffice p {
    margin-bottom: 2px;
  }
}
.p-company__mainoffice {
  margin-bottom: 20px;
}
.p-company .p-mainoffice-map {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-company .p-mainoffice-map {
    margin-bottom: 50px;
  }
}
.p-company .p-mainoffice-map__heading {
  font-weight: bold;
  margin-bottom: 2px;
}
.p-company .p-mainoffice-map__map {
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.p-company .p-suboffice-map__heading {
  font-weight: bold;
  margin-bottom: 2px;
}
.p-company .p-suboffice-map__map {
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.p-company iframe {
  width: 100%;
}

.p-flow .c-undermv {
  background-image: url(../images/flow/mv.webp);
  background-position: center right;
}
@media screen and (max-width: 480px) {
  .p-flow .c-undermv {
    background-image: url(../images/flow/mv-sp.webp);
  }
}
.p-flow__inner {
  margin: 100px auto 140px;
}
@media screen and (max-width: 768px) {
  .p-flow__inner {
    margin: 80px auto 100px;
  }
}
.p-flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow__content {
    gap: 22px;
  }
}
.p-flow__content + .p-flow__content {
  margin-top: 60px;
}
.p-flow__content:last-of-type .p-flow__number::after {
  display: none;
}
.p-flow__number {
  background-image: url(../images/common/flow-number.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1430px) {
  .p-flow__number {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__number {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .p-flow__number {
    width: 50px;
    height: 50px;
  }
}
.p-flow__number::after {
  position: absolute;
  content: "";
  background-color: #0075C2;
  width: 2px;
  top: 170px;
  left: 60px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1430px) {
  .p-flow__number::after {
    left: 50px;
    top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__number::after {
    left: 30px;
    top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .p-flow__number::after {
    left: 25px;
    top: 90px;
  }
}
.p-flow__number span {
  display: inline-block;
  font: bold 48px/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-flow__number span {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .p-flow__number span {
    font-size: 30px;
  }
}
.p-flow__content-wrapper {
  width: calc(100% - 152px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  padding-top: 32px;
}
@media screen and (max-width: 1080px) {
  .p-flow__content-wrapper {
    width: calc(100% - 132px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 1430px) {
  .p-flow__content-wrapper {
    padding-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__content-wrapper {
    width: calc(100% - 92px);
    padding-top: 16px;
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .p-flow__content-wrapper {
    width: calc(100% - 72px);
    padding-top: 10px;
  }
}
.p-flow__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-flow__text-inner {
  padding-top: 32px;
}
.p-flow__heading {
  font: bold 32px/1.6 "Zen Maru Gothic", sans-serif;
  color: #262626;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .p-flow__heading {
    font: bold 20px/1.6 "Zen Maru Gothic", sans-serif;
    margin-bottom: 12px;
  }
}
.p-flow__image {
  width: 47.167%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .p-flow__image {
    width: 100%;
    border-radius: 20px;
  }
}

.p-faq .c-undermv {
  background-image: url(../images/faq/mv.webp);
}
@media screen and (max-width: 480px) {
  .p-faq .c-undermv {
    background-image: url(../images/faq/mv-sp.webp);
  }
}
.p-faq__inner {
  margin: 100px auto 140px;
}
@media screen and (max-width: 768px) {
  .p-faq__inner {
    margin: 80px auto 100px;
  }
}
.p-faq__item .p-q, .p-faq__item .p-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-faq__item .p-q span, .p-faq__item .p-a span {
  display: inline-block;
  font: 500 20px/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.08em;
  padding: 8px 12.5px 12px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-faq__item .p-q span, .p-faq__item .p-a span {
    font-size: 16px;
  }
}
.p-faq__item .p-q p, .p-faq__item .p-a p {
  margin-top: 5px;
  padding-left: 20px;
}
.p-faq__item .p-q {
  padding: 30px 30px 0px;
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  .p-faq__item .p-q {
    padding: 30px 20px 0px;
  }
}
.p-faq__item .p-q span {
  background-color: #fff;
  color: #0075C2;
}
.p-faq__item .p-q p {
  font-weight: bold;
}
.p-faq__item .p-a {
  padding: 0px 30px 30px;
  border-bottom: solid 1px rgba(63, 63, 70, 0.2);
}
@media screen and (max-width: 540px) {
  .p-faq__item .p-a {
    padding: 0px 20px 30px;
  }
}
.p-faq__item .p-a span {
  background-color: #0075C2;
  color: #fff;
}

.p-works .c-undermv {
  background-image: url(../images/works/mv.webp);
}
@media screen and (max-width: 480px) {
  .p-works .c-undermv {
    background-image: url(../images/works/mv-sp.webp);
  }
}
.p-works__inner {
  margin: 100px auto 140px;
}
@media screen and (max-width: 768px) {
  .p-works__inner {
    margin: 80px auto 100px;
  }
}
.p-works__introduction {
  text-align: center;
}
.p-works__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-works__list {
    gap: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-works__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-works__item {
  width: calc((100% - 60px) / 2);
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-works__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .p-works__item {
    width: 100%;
  }
}
.p-works__item a:hover .p-works__button p {
  color: #0075C2;
}
.p-works__item a:hover .p-works__button p::after {
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background-image: url(../images/common/arrow-circle-blue-l.svg);
}
.p-works__image {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 510/325;
}
.p-works__text {
  margin-top: 24px;
}
.p-works__heading {
  font: bold 20px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #262626;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-works__heading {
    font-size: 18px;
  }
}
.p-works__site, .p-works__span {
  display: block;
}
.p-works__site span, .p-works__span span {
  font-weight: bold;
}
.p-works__tag {
  display: inline-block;
  margin-top: 20px;
  padding: 7px 18px 8px;
  border-radius: 6px;
}
.p-works__tag.bg-tokyo {
  background-color: #C94F5A;
}
.p-works__tag.bg-chiba {
  background-color: #C46A1A;
}
.p-works__tag.bg-saitama {
  background-color: #B28A00;
}
.p-works__tag.bg-kanagawa {
  background-color: #0097A8;
}
.p-works__tag.bg-gunma {
  background-color: #008F7A;
}
.p-works__tag.bg-tochigi {
  background-color: #008F7A;
}
.p-works__tag.bg-ibaraki {
  background-color: #008F7A;
}
.p-works__tag.bg-others {
  background-color: #5FAE2E;
}
.p-works__tag p {
  font: bold 12px/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
.p-works__button {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.p-works__button p {
  display: inline-block;
  line-height: 1;
  padding: 0px 52px 0px 0px;
  position: relative;
  font-weight: bold;
  color: #3F3F46;
}
@media screen and (max-width: 768px) {
  .p-works__button p {
    padding: 0px 42px 0px 0px;
  }
}
.p-works__button p::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-circle-black-l.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-top: 1px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-works__button p::after {
    width: 30px;
    height: 30px;
  }
}

.p-works-single {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-works-single {
    padding-top: 10px;
  }
}
.p-works-single__inner {
  margin: 100px auto 140px;
}
@media screen and (max-width: 768px) {
  .p-works-single__inner {
    margin: 60px auto 100px;
  }
}
.p-works-single__tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 18px 8px;
  border-radius: 6px;
}
.p-works-single__tag.bg-tokyo {
  background-color: #C94F5A;
}
.p-works-single__tag.bg-chiba {
  background-color: #C46A1A;
}
.p-works-single__tag.bg-saitama {
  background-color: #B28A00;
}
.p-works-single__tag.bg-kanagawa {
  background-color: #0097A8;
}
.p-works-single__tag.bg-gunma {
  background-color: #008F7A;
}
.p-works-single__tag.bg-tochigi {
  background-color: #008F7A;
}
.p-works-single__tag.bg-ibaraki {
  background-color: #008F7A;
}
.p-works-single__tag.bg-others {
  background-color: #5FAE2E;
}
.p-works-single__tag p {
  font: bold 12px/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
.p-works-single__heading {
  font: bold 36px/1.6 "Zen Maru Gothic", sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-works-single__heading {
    font: bold 22px/1.2 "Zen Maru Gothic", sans-serif;
    margin-bottom: 24px;
  }
}
.p-works-single__image {
  margin-bottom: 50px;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1200/780px;
  max-height: 780px;
}
@media screen and (max-width: 768px) {
  .p-works-single__image {
    height: 320px;
    margin-bottom: 30px;
  }
}
.p-works-single-table {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.p-works-single-table__row .p-works-single-table__heading, .p-works-single-table__row .p-works-single-table__description {
  border-bottom: solid 1px rgba(63, 63, 70, 0.2);
}
.p-works-single-table__row:last-of-type .p-works-single-table__heading, .p-works-single-table__row:last-of-type .p-works-single-table__description {
  border-bottom: none;
}
.p-works-single-table__heading {
  font-weight: bold;
  width: 180px;
  background-color: #c4dbeb;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-works-single-table__heading {
    width: 120px;
  }
}
@media screen and (max-width: 480px) {
  .p-works-single-table__heading {
    width: 110px;
  }
}
.p-works-single-table__description {
  padding: 20px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}
.p-works-single-comment {
  margin-top: 80px;
}
.p-works-single-comment__heading {
  font: bold 24px/1.6 "Zen Maru Gothic", sans-serif;
  color: #0075C2;
  margin-bottom: 37.5px;
  padding-left: 74px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-works-single-comment__heading {
    font-size: 20px;
    margin-bottom: 30.5px;
  }
}
.p-works-single-comment__heading::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-works-single-comment__customer .p-works-single-comment__heading::before {
  background-image: url(../images/common/customer-blue.svg);
}
.p-works-single-comment__manager {
  margin-top: 77.5px;
}
@media screen and (max-width: 768px) {
  .p-works-single-comment__manager {
    margin-top: 60.5px;
  }
}
.p-works-single-comment__manager .p-works-single-comment__heading::before {
  background-image: url(../images/common/manager-blue.svg);
}
.p-works-single-comment__sentence {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
.p-works-single-input p a {
  text-decoration: underline;
}
.p-works-single-input p a:hover {
  text-decoration: none;
}
.p-works-single-input p + img, .p-works-single-input p + p {
  margin-top: 10px;
}
.p-works-single-input p + h3, .p-works-single-input p + h4, .p-works-single-input p + h5 {
  margin-top: 30px;
}
.p-works-single-input h3 {
  font: bold 20px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #3F3F46;
  margin-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-works-single-input h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-works-single-input h3 + p, .p-works-single-input h3 + img, .p-works-single-input h3 + h4, .p-works-single-input h3 + h5 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-works-single-input h3 {
    font-size: 18px;
  }
}
.p-works-single-input h4 {
  font: bold 18px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #3F3F46;
}
.p-works-single-input h4 + p, .p-works-single-input h4 + img, .p-works-single-input h4 + h4, .p-works-single-input h4 + h5 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-works-single-input h4 {
    font-size: 16px;
  }
}
.p-works-single-input h5 {
  font: bold 16px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #3F3F46;
}
.p-works-single-input h5 + p, .p-works-single-input h5 + img, .p-works-single-input h5 + h4, .p-works-single-input h5 + h5 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-works-single-input h5 {
    font-size: 14px;
  }
}
.p-works-single-input a {
  text-decoration: underline;
}
.p-works-single-input a:hover {
  text-decoration: none;
}
.p-works-single-input + img, .p-works-single-input + p {
  margin-top: 10px;
}
.p-works-single-input + h3, .p-works-single-input + h4, .p-works-single-input + h5 {
  margin-top: 30px;
}
.p-works-single-beforeafter__list {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-works-single-beforeafter__list {
    margin-top: 60px;
  }
}
.p-works-single-beforeafter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-works-single-beforeafter__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-works-single-beforeafter__item::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-beforeafter.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1280px) {
  .p-works-single-beforeafter__item::after {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 768px) {
  .p-works-single-beforeafter__item::after {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.p-works-single-beforeafter__item + .p-works-single-beforeafter__item {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-works-single-beforeafter__item + .p-works-single-beforeafter__item {
    margin-top: 40px;
  }
}
.p-works-single-beforeafter__before {
  position: relative;
  width: calc((100% - 12px) / 2);
  max-height: 360px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-works-single-beforeafter__before {
    width: 100%;
  }
}
.p-works-single-beforeafter__before .p-works-single-beforeafter__tag {
  color: #0075C2;
  background-color: #fff;
}
.p-works-single-beforeafter__after {
  position: relative;
  width: calc((100% - 12px) / 2);
  max-height: 360px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-works-single-beforeafter__after {
    width: 100%;
  }
}
.p-works-single-beforeafter__after img {
  border-radius: 20px;
}
.p-works-single-beforeafter__after .p-works-single-beforeafter__tag {
  color: #fff;
  background-color: #0075C2;
}
.p-works-single-beforeafter__tag {
  font: bold 12px/1 "Zen Maru Gothic", sans-serif;
  color: #0075C2;
  background-color: #fff;
  border: solid 1px #0075C2;
  border-radius: 6px;
  padding: 8px 12px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.p-works-single__button {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-works-single__button {
    margin-top: 40px;
  }
}

.p-news .c-undermv {
  background-image: url(../images/news/mv.webp);
  background-position: right center;
}
@media screen and (max-width: 480px) {
  .p-news .c-undermv {
    background-image: url(../images/news/mv-sp.webp);
  }
}
.p-news__inner {
  margin: 100px auto 140px;
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    margin: 80px auto 100px;
  }
}
.p-news__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 540px) {
  .p-news__itemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news__image {
  width: 160px;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 160/120;
}
@media screen and (max-width: 768px) {
  .p-news__image {
    width: 140px;
  }
}
@media screen and (max-width: 540px) {
  .p-news__image {
    width: 100%;
  }
}
.p-news__text {
  width: calc(100% - 186px);
  padding-right: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-news__text {
    width: calc(100% - 166px);
  }
}
@media screen and (max-width: 540px) {
  .p-news__text {
    width: 100%;
  }
}
.p-news__text::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-circle-black-l.svg);
  background-size: cover;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media screen and (max-width: 768px) {
  .p-news__text::after {
    width: 30px;
    height: 30px;
  }
}
.p-news__date {
  font: 500 14px/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.02em;
}
.p-news__heading {
  color: #262626;
}
.p-news__item {
  padding: 30px;
  border-bottom: solid 1px rgba(63, 63, 70, 0.2);
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 540px) {
  .p-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0px;
  }
}
.p-news__item:hover {
  border-bottom: solid 1px #0075C2;
}
.p-news__item:hover .p-news__text::after {
  background-image: url(../images/common/arrow-circle-blue-l.svg);
}
.p-news__item:hover .p-news__date {
  color: #0075C2;
}
.p-news__item:hover .p-news__heading {
  color: #0075C2;
}

.p-news-single {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-news-single {
    padding-top: 10px;
  }
}
.p-news-single__inner {
  margin: 100px auto 140px;
}
@media screen and (max-width: 768px) {
  .p-news-single__inner {
    margin: 50px auto 100px;
  }
}
.p-news-single__heading {
  font: bold 24px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #262626;
  margin-top: 4px;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: solid 1px rgba(63, 63, 70, 0.2);
}
@media screen and (max-width: 768px) {
  .p-news-single__heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.p-news-single__text p a {
  text-decoration: underline;
}
.p-news-single__text p a:hover {
  text-decoration: none;
}
.p-news-single__text p + img, .p-news-single__text p + p {
  margin-top: 10px;
}
.p-news-single__text p + h3, .p-news-single__text p + h4, .p-news-single__text p + h5 {
  margin-top: 30px;
}
.p-news-single__text h3 {
  font: bold 20px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #3F3F46;
  margin-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-news-single__text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-news-single__text h3 + p, .p-news-single__text h3 + img, .p-news-single__text h3 + h4, .p-news-single__text h3 + h5 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-news-single__text h3 {
    font-size: 18px;
  }
}
.p-news-single__text h4 {
  font: bold 18px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #3F3F46;
}
.p-news-single__text h4 + p, .p-news-single__text h4 + img, .p-news-single__text h4 + h4, .p-news-single__text h4 + h5 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-news-single__text h4 {
    font-size: 16px;
  }
}
.p-news-single__text h5 {
  font: bold 16px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #3F3F46;
}
.p-news-single__text h5 + p, .p-news-single__text h5 + img, .p-news-single__text h5 + h4, .p-news-single__text h5 + h5 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-news-single__text h5 {
    font-size: 14px;
  }
}
.p-news-single__text a {
  text-decoration: underline;
}
.p-news-single__text a:hover {
  text-decoration: none;
}
.p-news-single__text + img, .p-news-single__text + p {
  margin-top: 10px;
}
.p-news-single__text + h3, .p-news-single__text + h4, .p-news-single__text + h5 {
  margin-top: 30px;
}
.p-news-single__image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
  aspect-ratio: 1200/600;
}
@media screen and (max-width: 768px) {
  .p-news-single__image {
    margin-bottom: 30px;
  }
}
.p-news-single__image img {
  -o-object-fit: contain;
     object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.p-news-single__image img.aligncenter {
  margin: 0 auto;
  display: block;
}
.p-news-single__button {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-news-single__button {
    margin-top: 0px;
  }
}

.p-contact .c-undermv {
  background-image: url(../images/contact/mv.webp);
  background-position: right center;
}
@media screen and (max-width: 480px) {
  .p-contact .c-undermv {
    background-image: url(../images/contact/mv-sp.webp);
  }
}
.p-contact__inner {
  margin: 50px auto 80px;
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    margin: 30px auto 40px;
  }
}
.p-contact__wrapper {
  padding: 80px;
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 1000px) {
  .p-contact__wrapper {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__wrapper {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 540px) {
  .p-contact__wrapper {
    padding: 40px 30px;
  }
}
.p-contact-tel {
  text-align: center;
  border: solid 1px #0075C2;
  border-radius: 20px;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .p-contact-tel {
    padding: 30px 10px;
  }
}
.p-contact-tel__heading {
  font: bold 16px/1.7 "Zen Maru Gothic", sans-serif;
  color: #262626;
}
@media screen and (max-width: 768px) {
  .p-contact-tel__heading {
    font: bold 14px/1.7 "Zen Maru Gothic", sans-serif;
  }
}
.p-contact-tel__number a {
  display: inline-block;
  font: 600 44px/1 "Outfit", sans-serif;
  letter-spacing: 0.05em;
  color: #0075C2;
  margin: 16px auto 10px;
  padding-left: 42px;
  position: relative;
  -webkit-transition: background-image 0.3s, opacity 0.3s;
  transition: background-image 0.3s, opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-contact-tel__number a {
    font: 600 34px/1 "Outfit", sans-serif;
    padding-left: 34px;
  }
}
@media screen and (max-width: 480px) {
  .p-contact-tel__number a {
    font: 600 24px/1 "Outfit", sans-serif;
    padding-left: 28px;
  }
}
.p-contact-tel__number a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/footer-tel-blue.svg);
  background-size: cover;
  width: 32px;
  height: 33px;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media screen and (max-width: 768px) {
  .p-contact-tel__number a::after {
    width: 24px;
    height: 25px;
  }
}
@media screen and (max-width: 480px) {
  .p-contact-tel__number a::after {
    width: 18px;
    height: 19px;
  }
}
.p-contact-tel__number a:hover {
  opacity: 0.6;
}
.p-contact-tel__number a:hover::after {
  opacity: 0.6;
}
.p-contact-tel__time {
  font: 500 14px/1 "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-contact-tel__time {
    font: 500 12px/1 "Zen Maru Gothic", sans-serif;
  }
}
.p-contact-form {
  margin-top: 60px;
}
.p-contact-form__heading {
  font: bold 16px/1.7 "Zen Maru Gothic", sans-serif;
  color: #262626;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact-form__heading {
    font: bold 14px/1.7 "Zen Maru Gothic", sans-serif;
  }
}
.p-contact-form__sentence {
  text-align: center;
}
.p-contact-form__attention {
  font: 500 12px/1.6 "Zen Maru Gothic", sans-serif;
  margin: 40px auto 24px;
  text-align: center;
}
.p-contact-form__attention a {
  border-bottom: solid 1px "Zen Maru Gothic", sans-serif;
}
.p-contact-form__button {
  text-align: center;
}
.p-contact-table {
  width: 100%;
  margin-top: 10px;
}
.p-contact-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px rgba(63, 63, 70, 0.2);
}
@media screen and (max-width: 768px) {
  .p-contact-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.p-contact-table__heading {
  width: 258px;
  margin-right: 30px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-contact-table__heading {
    margin-right: 0px;
    padding: 20px 0px 0px 0px;
    width: auto;
    gap: 16px;
  }
}
.p-contact-table__headingInner {
  font-weight: bold;
  letter-spacing: 0.08em;
}
.p-contact-table__must {
  font: bold 14px/1 "Zen Maru Gothic", sans-serif;
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  background-color: #d14600;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-contact-table__must {
    font: bold 12px/1 "Zen Maru Gothic", sans-serif;
  }
}
.p-contact-table__description {
  width: calc(100% - 288px);
  padding: 30px 30px 30px 0px;
}
@media screen and (max-width: 768px) {
  .p-contact-table__description {
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
}
.p-contact-table__description br {
  display: none;
}
.p-contact-table__descriptionInner p, .p-contact-table__descriptionInner span {
  font-size: 16px !important;
}
.p-contact-table__descriptionInner p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-contact-table .p-contact-postalcode input {
  width: 110px;
}
.p-contact-table__attention {
  font: 500 14px/1 "Zen Maru Gothic", sans-serif;
  display: inline-block;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .p-contact-table__attention {
    font: 500 12px/1 "Zen Maru Gothic", sans-serif;
  }
}
.p-contact-table__attention a {
  border-bottom: solid 1px #3F3F46;
}

.p-privacy .c-undermv {
  background-image: url(../images/privacy/mv.webp);
  background-position: right center;
}
@media screen and (max-width: 480px) {
  .p-privacy .c-undermv {
    background-image: url(../images/privacy/mv-sp.webp);
  }
}
.p-privacy__inner {
  margin: 100px auto 140px;
}
@media screen and (max-width: 768px) {
  .p-privacy__inner {
    margin: 80px auto 100px;
  }
}
.p-privacy__introduction {
  margin-bottom: 20px;
  padding: 0 30px;
}
@media screen and (max-width: 540px) {
  .p-privacy__introduction {
    padding: 0px;
  }
}
.p-privacy__item {
  padding: 30px;
  border-bottom: solid 1px rgba(63, 63, 70, 0.2);
}
@media screen and (max-width: 540px) {
  .p-privacy__item {
    padding: 30px 0px;
  }
}
.p-privacy__heading {
  font: bold 20px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #3F3F46;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-privacy__heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-privacy__personal-info {
  margin-top: 6px;
}
.p-privacy__personal-info li {
  padding-left: 18px;
  position: relative;
}
.p-privacy__personal-info li::after {
  position: absolute;
  content: "";
  background-color: #262626;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 8px;
  left: 0px;
}
@media screen and (max-width: 768px) {
  .p-privacy__personal-info li::after {
    width: 10px;
    height: 10px;
  }
}
.p-privacy__company-info {
  margin-top: 16px;
}

.p-thanks .c-undermv {
  background-image: url(../images/contact/mv.webp);
}
@media screen and (max-width: 480px) {
  .p-thanks .c-undermv {
    background-image: url(../images/contact/mv-sp.webp);
  }
}
.p-thanks__inner {
  margin: 100px auto 80px;
}
@media screen and (max-width: 768px) {
  .p-thanks__inner {
    margin: 80px auto 60px;
  }
}

.p-404 .c-undermv {
  background-image: url(../images/404/mv.webp);
  background-position: right center;
}
@media screen and (max-width: 480px) {
  .p-404 .c-undermv {
    background-image: url(../images/404/mv-sp.webp);
  }
}
.p-404__inner {
  margin: 100px auto 140px;
}
@media screen and (max-width: 768px) {
  .p-404__inner {
    margin: 80px auto 100px;
  }
}

.p-thanks__content, .p-404__content {
  text-align: center;
}
.p-thanks__heading, .p-404__heading {
  font: bold 24px/1.6 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #262626;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: solid 1px rgba(63, 63, 70, 0.2);
}
@media screen and (max-width: 768px) {
  .p-thanks__heading, .p-404__heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.p-thanks__text p + p, .p-404__text p + p {
  margin-top: 1em;
}
.p-thanks__button, .p-404__button {
  text-align: center;
}

a {
  text-decoration: none;
}

.p-contact button, .p-contact input, .p-contact optgroup, .p-contact select, .p-contact textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  font-size: 16px !important;
  background: transparent;
  margin: 0;
  padding: 10px 20px;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  width: 100%;
}
.p-contact input::-webkit-input-placeholder, .p-contact textarea::-webkit-input-placeholder {
  color: #CCCFD3;
}
.p-contact input::-moz-placeholder, .p-contact textarea::-moz-placeholder {
  color: #CCCFD3;
}
.p-contact input:-ms-input-placeholder, .p-contact textarea:-ms-input-placeholder {
  color: #CCCFD3;
}
.p-contact input::-ms-input-placeholder, .p-contact textarea::-ms-input-placeholder {
  color: #CCCFD3;
}
.p-contact input::placeholder, .p-contact textarea::placeholder {
  color: #CCCFD3;
}
.p-contact .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.p-contact .wpcf7-form-control-wrap br {
  display: none;
}
.p-contact .wpcf7-list-item.first {
  margin-left: 0;
}
.p-contact .wpcf7-list-item label {
  z-index: 0;
  position: relative;
  display: inline-block;
}
.p-contact .wpcf7-list-item label > input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 5px;
  display: block;
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  outline: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.3s, transform 0.2s;
  transition: opacity 0.3s, transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-list-item label > input {
    top: 3px;
  }
}
.p-contact .wpcf7-list-item label > input:active {
  opacity: 1;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}
.p-contact .wpcf7-list-item label > input:active + span::before {
  border-color: #e5e5e5;
}
.p-contact .wpcf7-list-item label > input:checked + span::before {
  border-color: #0075C2;
}
.p-contact .wpcf7-list-item label > input:checked + span::after {
  -webkit-transform: translate(5px, 5px) scale(1);
  transform: translate(5px, 5px) scale(1);
}
.p-contact .wpcf7-list-item label > input[type=checkbox] + span {
  letter-spacing: 0.08em;
}
.p-contact .wpcf7-list-item label > input[type=checkbox] + span::before {
  border-radius: 10px;
}
.p-contact .wpcf7-list-item label > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.p-contact .wpcf7-list-item label > span::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2px 6px 2px 0;
  border: solid 2px;
  /* Safari */
  border-color: #e5e5e5;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  vertical-align: -6px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.p-contact .wpcf7-list-item label > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #0075C2;
  -webkit-transform: translate(5px, 5px) scale(0);
          transform: translate(5px, 5px) scale(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-list-item label > span::after {
    top: 2px;
  }
}
.p-contact .wpcf7-select,
.p-contact .wpcf7-textarea,
.p-contact .wpcf7-text {
  width: 100%;
  outline: 0;
  color: #212121;
  padding: 7px 10px;
  background-color: #fafafa;
  border: solid 2px #e5e5e5;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.p-contact .wpcf7-textarea:focus,
.p-contact .wpcf7-text:focus {
  background-color: #fff;
  border-color: rgba(0, 117, 194, 0.4);
}
.p-contact .wpcf7-textarea {
  width: 100%;
}
.p-contact .screen-reader-response {
  display: none;
}
.p-contact .wpcf7-not-valid-tip {
  display: inline-block;
  color: red;
  margin-top: 10px;
}
.p-contact .wpcf7-submit {
  font: bold 16px/1 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #0075C2;
  width: 270px;
  padding: 18px 0px;
  border: solid 1px #0075C2;
  border-radius: 30px;
  -webkit-filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.06));
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-contact .wpcf7-submit:hover {
  background-color: #fff;
  color: #0075C2;
}
@media screen and (max-width: 768px) {
  .p-contact .wpcf7-submit {
    font: bold 14px/1 "Zen Maru Gothic", sans-serif;
    padding: 14px 0px;
  }
}
@media screen and (max-width: 540px) {
  .p-contact .wpcf7-submit {
    width: 100%;
  }
}
.p-contact .wpcf7-not-valid-tip {
  font-weight: bold;
  color: red;
}
.p-contact .wpcf7-response-output {
  font-weight: bold;
  color: red;
  margin-top: 30px;
  text-align: center;
}

.p-contact__btn a,
.p-contact__btn input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  letter-spacing: 0.08em;
  color: white;
  background: #212121;
  border: 0;
  cursor: pointer;
  padding: 0 50px;
  height: 50px;
  border-radius: 0;
}

.p-contact__btn a:hover,
.p-contact__btn input:hover {
  opacity: 0.6;
}

.p-contact__btn a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-contact .wpcf7-form .confirm-text p {
  display: none;
}

.p-contact .wpcf7-form.confirm .confirm-text p {
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  color: #0075C2;
  border: 1px solid #0075C2;
  padding: 8px 0 6px;
  background: #fff;
}

.p-contact .wpcf7-form.confirm .confirm-cover {
  position: relative;
}

.p-contact .wpcf7-form.confirm .confirm-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.03;
}

.grecaptcha-badge {
  bottom: 74px !important;
}

.wpcf7-not-valid-tip {
  font-weight: bold !important;
}

.p-contact .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0 1em 1em 0;
}

.p-wp-post {
  /* タイトル部分 */
}
.p-wp-post__head {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
.p-wp-post__title {
  font: bold 24px/1.4 "Zen Maru Gothic", sans-serif !important;
  text-align: center;
}
.p-wp-post__date {
  font: normal 14px/1 "Outfit", sans-serif !important;
  text-align: center;
  opacity: 0.6;
  margin-top: 10px;
}
.p-wp-post__img {
  text-align: center;
  margin-top: 17px;
}
.p-wp-post__img img {
  width: 100%;
  max-width: 500px;
}
.p-wp-post {
  /* 本文 */
}
.p-wp-post__main h3 {
  font: bold 20px/1.6 "Zen Maru Gothic", sans-serif !important;
  padding-left: 7px;
  letter-spacing: 0.03em;
  border-left: 4px solid black;
}
.p-wp-post__main h3 + p, .p-wp-post__main h3 + img, .p-wp-post__main h3 + h4, .p-wp-post__main h3 + h5 {
  margin-top: 10px;
}
.p-wp-post__main h4 {
  font: bold 17px/1.6 "Zen Maru Gothic", sans-serif !important;
  border-bottom: 1px solid #ddd;
  letter-spacing: 0.03em;
}
.p-wp-post__main h4 + p, .p-wp-post__main h4 + img, .p-wp-post__main h4 + h4, .p-wp-post__main h4 + h5 {
  margin-top: 10px;
}
.p-wp-post__main h5 {
  font: bold 14px/1.6 "Zen Maru Gothic", sans-serif !important;
  letter-spacing: 0.03em;
}
.p-wp-post__main h5 + p, .p-wp-post__main h5 + img, .p-wp-post__main h5 + h4, .p-wp-post__main h5 + h5 {
  margin-top: 10px;
}
.p-wp-post__main p {
  font: normal 14px/1.8 "Zen Maru Gothic", sans-serif !important;
  letter-spacing: 0.03em;
}
.p-wp-post__main p a {
  text-decoration: underline;
  color: blue;
}
.p-wp-post__main p a:hover {
  text-decoration: none;
}
.p-wp-post__main p + img, .p-wp-post__main p + p {
  margin-top: 10px;
}
.p-wp-post__main p + h3, .p-wp-post__main p + h4, .p-wp-post__main p + h5 {
  margin-top: 30px;
}
.p-wp-post__main img {
  width: 100%;
  max-width: 500px;
}
.p-wp-post__main img.aligncenter {
  margin: 0 auto;
  display: block;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    gap: 8px;
  }
}
@media screen and (max-width: 540px) {
  .wp-pagenavi {
    margin-top: 50px;
    gap: 8px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 40px;
  height: 40px;
  font-weight: bold;
  border: none !important;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.wp-pagenavi span.current {
  font-weight: bold;
  color: #0075C2;
  border: none;
}
.wp-pagenavi a:hover {
  border-radius: 50%;
  background-color: #0075C2;
  color: #fff;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  font-size: 0;
  width: 40px;
  height: 40px;
  border: solid 1px #3F3F46 !important;
  font-weight: bold;
  color: #3F3F46;
  border-color: #3F3F46;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  background-color: #0075C2;
  color: #fff;
  border: solid 1px #0075C2 !important;
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wp-pagenavi .previouspostslink::before {
  background-image: url("/asset/images/common/page-arrow-black-back.svg");
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.wp-pagenavi .previouspostslink:hover::before {
  background-image: url("/asset/images/common/page-arrow-white-back.svg");
}
.wp-pagenavi .nextpostslink::before {
  background-image: url("/asset/images/common/page-arrow-black.svg");
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.wp-pagenavi .nextpostslink:hover::before {
  background-image: url("/asset/images/common/page-arrow-white.svg");
}
.wp-pagenavi .pages {
  display: none;
}

.u-transition {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.u-transition--btn {
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.u-transition--col {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.u-transition--op {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.u-br--1080 {
  display: none;
}
@media screen and (max-width: 1080px) {
  .u-br--1080 {
    display: block;
  }
}
.u-br--700 {
  display: none;
}
@media screen and (max-width: 700px) {
  .u-br--700 {
    display: block;
  }
}
.u-br--630 {
  display: none;
}
@media screen and (max-width: 630px) {
  .u-br--630 {
    display: block;
  }
}
.u-br--480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .u-br--480 {
    display: block;
  }
}
.u-br--430 {
  display: none;
}
@media screen and (max-width: 430px) {
  .u-br--430 {
    display: block;
  }
}

p, a, span, th, td, dt, dd, li, h1, h2, h3, h4, h5, h6 {
  font: 500 16px/1.8 "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  color: #3F3F46;
}
@media screen and (max-width: 768px) {
  p, a, span, th, td, dt, dd, li, h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
  }
}

.u-width--1200 {
  max-width: 1200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 150px;
  padding-right: 150px;
}
@media screen and (max-width: 1280px) {
  .u-width--1200 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .u-width--1200 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 540px) {
  .u-width--1200 {
    padding-left: 30px;
    padding-right: 30px;
  }
}