@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.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;
}

html {
  font-size: 100%;
}
@media (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #000000;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header {
    background: #ffffff;
  }
}
.l-header_bg {
  background: #ffffff;
}
.l-header.white {
  background: #ffffff;
}
.l-header.white-background {
  background: #ffffff;
}
.l-header__inner {
  width: 100%;
  height: 6.25rem;
  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;
  padding: 0 1.875rem 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.4375rem;
    padding: 0 1.25rem 0 0.625rem;
  }
}
.l-header__logo img {
  width: 25rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 10.625rem;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}
.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.l-header-h1 {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  opacity: 0;
}

.l-header-nav {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.l-header-nav > ul > li > a {
  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;
  height: 6.25rem;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}
.l-header-nav > ul > li > a:hover {
  color: #FA8072;
}
.l-header-nav > ul > li > nav {
  position: absolute;
  top: 6.25rem;
  left: 0rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav > ul > li > nav ul {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding-left: 26.25rem;
}
.l-header-nav > ul > li > nav li {
  color: #FA8072;
  font-size: 1rem;
  line-height: 1;
  list-style: disc;
}
.l-header-nav > ul > li > nav a {
  color: #000000;
  font-size: 1rem;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav > ul > li > nav a:hover {
  color: #FA8072;
}
.l-header-nav .arrow > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #000;
  border-right: 0.125rem solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav .arrow > a:hover::after {
  border-top: 0.125rem solid #FA8072;
  border-right: 0.125rem solid #FA8072;
}
.l-header-nav .arrow_img ul::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 20rem;
  height: 14.875rem;
  background-image: url(../imgs/nav_img.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-header-nav .arrow_img02 ul::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 20rem;
  height: 14.875rem;
  background-image: url(../imgs/nav_img02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-header-nav .arrow_list:not(:root) > nav {
  display: block;
}
.l-header-nav .arrow_list:not(:root) > nav ul {
  display: block;
  padding: 0.625rem 1.875rem 2.5rem 41.875rem;
}
.l-header-nav .arrow_list:not(:root) > nav li {
  margin-bottom: 1.25rem;
}
.l-header-nav .arrow_list:not(:root) > nav li:last-of-type {
  margin-bottom: 0rem;
}

.l-header-nav .arrow_list02:not(:root) > nav {
  display: block;
}
.l-header-nav .arrow_list02:not(:root) > nav ul {
  display: block;
  padding: 0.625rem 1.875rem 2.5rem 49.375rem;
}
.l-header-nav .arrow_list02:not(:root) > nav li {
  margin-bottom: 1.25rem;
}
.l-header-nav .arrow_list02:not(:root) > nav li:last-of-type {
  margin-bottom: 0rem;
}

.l-header-nav .arrow_list03:not(:root) > nav {
  display: block;
}
.l-header-nav .arrow_list03:not(:root) > nav ul {
  display: block;
  padding: 0.625rem 1.875rem 2.5rem 35rem;
}
.l-header-nav .arrow_list03:not(:root) > nav li {
  margin-bottom: 1.25rem;
}
.l-header-nav .arrow_list03:not(:root) > nav li:last-of-type {
  margin-bottom: 0rem;
}

.l-header-nav li:hover nav:not(:root) {
  overflow: visible;
  opacity: 1;
  z-index: 10;
  height: 22.5rem;
}

.l-header-nav .arrow_list:hover nav:not(:root) {
  height: auto;
}

.l-header-nav .arrow_list02:hover nav:not(:root) {
  height: auto;
}

.l-header-nav .arrow_list03:hover nav:not(:root) {
  height: auto;
}

.l-header-navSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-navSp {
    display: block;
    position: fixed;
    bottom: 0rem;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}
.l-header-navSp ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.0625rem;
  background: #ffffff;
}
.l-header-navSp li {
  position: relative;
  width: 100%;
}
.l-header-navSp__link {
  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: 100%;
  height: 3.75rem;
  color: #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.02em;
  background: #336A33;
}
.l-header-navSp__link::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(../imgs/nav_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
.l-header-navSp__link02 {
  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: 100%;
  height: 3.75rem;
  color: #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.02em;
  background: #707070;
}
.l-header-navSp__link02::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.78125rem;
  height: 1.25rem;
  background-image: url(../imgs/nav_icon02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
}
.l-header-navSp__link03 {
  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: 100%;
  height: 3.75rem;
  color: #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.02em;
  background: #336A33;
}
.l-header-navSp__link03::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.9375rem;
  height: 1.125rem;
  background-image: url(../imgs/nav_icon03.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.25rem;
}

.l-header-telPc {
  position: fixed;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 2.5rem;
  background: #0b3389;
  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;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 1.25rem 0.625rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.l-header-telPc:hover {
  opacity: 0.7;
}
.l-header-telPc span {
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
.l-header-telPc::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.0625rem;
  width: 0.8125rem;
  height: 0.8125rem;
  background-image: url(../imgs/tel_icon_w.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .l-header-telPc {
    display: none;
  }
}

.l-header-telSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-telSp {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.8125rem;
    background: #73A9FA;
    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;
    gap: 0.3125rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .l-header-telSp::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 0.0625rem;
    width: 0.8125rem;
    height: 0.8125rem;
    background-image: url(../imgs/tel_icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.l-main {
  width: 100%;
  padding-top: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 3.4375rem;
  }
}
.l-main_pt0 {
  padding-top: 0rem;
}
@media screen and (max-width: 767px) {
  .l-main_pt0 {
    padding-top: 3.4375rem;
  }
}

.l-footer {
  width: 100%;
  background-image: url(../imgs/footer_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.l-footer__inner {
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 5rem 0rem 5.625rem 0rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 2.5rem 1.25rem 2.8125rem 1.25rem;
  }
}

.l-footer__wrapper {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
    display: none;
  }
}

.l-footer__title {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.l-footer__title_mt {
  margin-top: 4.0625rem;
}

.l-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0rem;
}

.l-footer__subTitle {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 1.875rem;
}

.l-footer-item {
  width: 100%;
  background: #fff;
  border-radius: 9.375rem;
}
@media screen and (max-width: 767px) {
  .l-footer-item {
    border-radius: 3.75rem;
  }
}

.l-footer-item__inner {
  width: 100%;
  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;
  gap: 3.75rem;
  padding: 5.625rem 0rem;
}
@media screen and (max-width: 767px) {
  .l-footer-item__inner {
    max-width: 18.4375rem;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
    padding: 2.5rem 0rem 3.75rem 0rem;
  }
}

.p-footer-item__group {
  width: 100%;
  max-width: 36.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer-item__group {
    max-width: 100%;
  }
}

.l-footer-item__logo {
  display: block;
  width: 100%;
  max-width: 25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer-item__logo {
    max-width: 12.5rem;
  }
}

.l-footer-item__access {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .l-footer-item__access {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}

.l-footer-item__tel {
  color: #333333;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .l-footer-item__tel {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}
.l-footer-item__tel span {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-footer-item__tel span {
    font-size: 0.75rem;
  }
}

.p-footer-table {
  width: 100%;
  max-width: 36.875rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer-table {
    max-width: 100%;
    margin-top: 0.9375rem;
  }
}
.p-footer-table thead {
  position: relative;
}
.p-footer-table thead::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #73A9FA;
  border-radius: 0.625rem;
  overflow: hidden;
}
.p-footer-table th {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  white-space: nowrap;
  text-align: center;
  padding: 1.1875rem 0rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-footer-table th {
    padding: 0.9375rem 0.3125rem;
    font-size: 0.75rem;
  }
}
.p-footer-table td {
  color: #73A9FA;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  text-align: center;
  padding: 0.625rem 0;
  vertical-align: middle;
  border-bottom: 1px solid #73A9FA;
}
@media screen and (max-width: 767px) {
  .p-footer-table td {
    font-size: 0.625rem;
  }
}
.p-footer-table td span {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-footer-table td span {
    font-size: 0.625rem;
  }
}

.p-info-table__first {
  width: 11.75rem;
}
@media screen and (max-width: 767px) {
  .p-info-table__first {
    width: 5.625rem;
  }
}

.p-footer-item__comment {
  color: #666666;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer-item__comment {
    font-size: 0.625rem;
    margin-top: 0.625rem;
  }
}

.p-footer-item__map {
  width: 100%;
  max-width: 36.875rem;
  height: 33.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer-item__map {
    max-width: 100%;
    height: 16.875rem;
  }
}

.l-footer-nav {
  margin-top: 1.875rem;
}
.l-footer-nav ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  padding-left: 1.25rem;
}
.l-footer-nav li {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  list-style: disc;
}
.l-footer-nav a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.l-footer-nav a:hover {
  opacity: 0.7;
}

.l-footer-nav02 {
  margin-top: 1.875rem;
}
.l-footer-nav02 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  padding-left: 1.25rem;
}
.l-footer-nav02 li {
  min-width: 14.75rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  list-style: disc;
  padding-right: 1.25rem;
}
.l-footer-nav02 a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.l-footer-nav02 a:hover {
  opacity: 0.7;
}

.l-footer-nav03 {
  margin-top: 1.875rem;
}
.l-footer-nav03 ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  padding-left: 1.25rem;
}
.l-footer-nav03 li {
  min-width: 14.75rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  list-style: disc;
  padding-right: 1.25rem;
}
.l-footer-nav03 a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.l-footer-nav03 a:hover {
  opacity: 0.7;
}

.l-footer-cope {
  text-align: center;
  padding: 1.5625rem 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-cope {
    padding: 0.75rem 0;
    background: #F0EAE4;
  }
}
.l-footer-cope small {
  color: #FA8072;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer-cope small {
    font-size: 0.625rem;
  }
}

.c-button {
  position: relative;
  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;
  width: 20.625rem;
  height: 5rem;
  color: #ffffff;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  background: #FA8072;
  border-radius: 3.75rem;
  padding: 0rem 2.5rem;
  border: 1px solid #FA8072;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 13.75rem;
    height: 3.125rem;
    font-size: 0.875rem;
    padding: 0rem 1.25rem;
  }
}
.c-button::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 0.375rem;
  background-image: url(../imgs/arrow_right.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-button::after {
    width: 1.2rem;
    height: 0.225rem;
  }
}
.c-button:hover {
  color: #FA8072;
  background: #fff;
}
.c-button:hover::after {
  background-image: url(../imgs/arrow_right_pink.png);
}

.c-button02 {
  position: relative;
  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;
  width: 22.5rem;
  height: 5rem;
  color: #FA8072;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  background: #FFF8F2;
  border-radius: 3.75rem;
  padding: 0rem 2.5rem;
  border: 1px solid #F0EAE4;
}
@media screen and (max-width: 767px) {
  .c-button02 {
    width: 11.25rem;
    height: 2.5rem;
    font-size: 0.625rem;
    padding: 0rem 0.9375rem 0rem 0.625rem;
  }
}
.c-button02::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 0.375rem;
  background-image: url(../imgs/arrow_right_pink.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-button02::after {
    width: 1rem;
    height: 0.1875rem;
  }
}
.c-button02:hover {
  color: #FA8072;
  background: #fff;
}
.c-button02:hover::after {
  background-image: url(../imgs/arrow_right_pink.png);
}
.c-button02_min {
  width: 21.25rem;
  height: 4.375rem;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-button02_min {
    width: 11.25rem;
    font-size: 0.625rem;
    height: 2.1875rem;
  }
}

.c-button03 {
  position: relative;
  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;
  width: 22.5rem;
  height: 5rem;
  color: #73A9FA;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  border-radius: 3.75rem;
  padding: 0rem 2.5rem;
  border: 1px solid #73A9FA;
}
@media screen and (max-width: 767px) {
  .c-button03 {
    width: 13.75rem;
    height: 3.125rem;
    font-size: 0.875rem;
    padding: 0rem 1.25rem;
  }
}
.c-button03::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 0.375rem;
  background-image: url(../imgs/arrow_right_blue.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-button03::after {
    width: 1.2rem;
    height: 0.225rem;
  }
}
.c-button03:hover {
  color: #fff;
  background: #73A9FA;
}
.c-button03:hover::after {
  background-image: url(../imgs/arrow_right.png);
}

.c-button04 {
  position: relative;
  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;
  width: 22.5rem;
  height: 5rem;
  color: #FA8072;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  border-radius: 3.75rem;
  padding: 0rem 2.5rem;
  background: #fff;
  border: 1px solid #FA8072;
}
@media screen and (max-width: 767px) {
  .c-button04 {
    width: 15rem;
    height: 3.125rem;
    font-size: 0.875rem;
    padding: 0rem 1.25rem;
  }
}
.c-button04_min {
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .c-button04_min {
    width: 15rem;
  }
}
.c-button04::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 0.375rem;
  background-image: url(../imgs/arrow_right_pink.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-button04::after {
    width: 1.2rem;
    height: 0.225rem;
  }
}
.c-button04:hover {
  color: #fff;
  background: #FA8072;
}
.c-button04:hover::after {
  background-image: url(../imgs/arrow_right.png);
}

.c-button-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: 100%;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  border-radius: 3.75rem;
  padding: 0.875rem 1.5625rem;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-button-icon {
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem 0.625rem 1.25rem;
  }
}
.c-button-icon::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.375rem;
  min-width: 1.375rem;
  height: 1.375rem;
  background-image: url(../imgs/arrow_check.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-button-icon::before {
    top: 0.0625rem;
    width: 1.125rem;
    min-width: 1.125rem;
    height: 1.125rem;
  }
}

.c-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-button-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 1.875rem 0;
  }
}
.c-button-list a {
  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;
  width: 100%;
  min-height: 6.25rem;
  color: #FA8072;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  border-radius: 0.625rem;
  padding: 0.625rem 2.8125rem 0.625rem 1.875rem;
  border: 0.125rem solid #F0EAE4;
}
@media screen and (max-width: 767px) {
  .c-button-list a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 3.125rem;
    font-size: 0.875rem;
    padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  }
}
.c-button-list a span {
  position: absolute;
  display: inline-block;
  line-height: 1;
  width: 0.75rem;
  height: 0.75rem;
  top: 51%;
  right: 1.5625rem;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button-list a span {
    right: 0.9375rem;
    width: 0.375rem;
    height: 0.375rem;
  }
}
.c-button-list a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #FA8072;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-button-list a span::before {
    height: 1px;
  }
}
.c-button-list a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.125rem;
  height: 100%;
  background: #FA8072;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-button-list a span::after {
    width: 1px;
  }
}
.c-button-list a:hover {
  color: #fff;
  background: #FA8072;
}
.c-button-list a:hover span::before {
  background: #fff;
}
.c-button-list a:hover span::after {
  background: #fff;
}

#page-top {
  position: fixed;
  bottom: 2.5rem;
  right: 1.25rem;
  width: 5rem;
  z-index: 10;
  -webkit-transition: 0s;
  transition: 0s;
}
@media screen and (max-width: 767px) {
  #page-top {
    bottom: 3.75rem;
    right: 0rem;
    width: 3.75rem;
  }
}

.c-band {
  text-align: center;
}
.c-band__title {
  /* テキストを透明に設定 */
  color: transparent;
  /* 線形グラデーションを背景として設定。上半分は緑色、下半分は黒色 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #003700), color-stop(50%, #3C3C3C));
  background: linear-gradient(to bottom, #003700 50%, #3C3C3C 50%);
  /* 背景をテキストにクリップ */
  -webkit-background-clip: text;
  /* フォールバックとしてのテキストの色を設定（非対応ブラウザ用） */
  -webkit-text-fill-color: transparent;
  /* 他のブラウザでの対応 */
  background-clip: text;
  text-fill-color: transparent;
  font-family: kepler-std, serif;
  font-size: 5.625rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-band__title {
    color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #004500), color-stop(50%, #3C3C3C));
    background: linear-gradient(to bottom, #004500 50%, #3C3C3C 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 2.8125rem;
    margin-bottom: 0.25rem;
  }
}
.c-band__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-band__text {
    font-size: 0.9375rem;
  }
}

.c-list {
  position: relative;
  width: 100%;
  z-index: 2;
}

.c-list-tag {
  width: 100%;
  max-width: 53.125rem;
  margin: 0 auto;
  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: 767px) {
  .c-list-tag {
    max-width: 22.8125rem;
    gap: 0.3125rem;
  }
}
.c-list-tag__list {
  cursor: pointer;
  width: 100%;
  max-width: 26.25rem;
  color: #ffffff;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 1.375rem 0 1.25rem 0;
  background: #FA8072;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-list-tag__list {
    max-width: 100%;
    font-size: 0.875rem;
    padding: 0.875rem 0 0.625rem 0;
  }
}
.c-list-tag__list_white {
  color: #000000;
  background: #F0EAE4;
}

.c-list-item {
  position: relative;
  width: 100%;
  border-top: 0.25rem solid #FA8072;
  background: #fff;
  -webkit-box-shadow: 0 1.25rem 1.875rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 1.25rem 1.875rem rgba(0, 0, 0, 0.3);
  padding: 3.375rem 2.5rem 3.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-list-item {
    border-top: 0.125rem solid #FA8072;
    padding: 1.5625rem 1.25rem 1.875rem 1.25rem;
  }
}
.c-list-item_white {
  display: none;
  border-top: 0.25rem solid #F0EAE4;
}
@media screen and (max-width: 767px) {
  .c-list-item_white {
    border-top: 0.125rem solid #F0EAE4;
  }
}
.c-list-item_white .c-list-item__link {
  color: #000;
  background: #F0EAE4;
  border: 1px solid #F0EAE4;
}
.c-list-item_white .c-list-item__link::before {
  background-image: url(../imgs/arrow_check02_black.png);
}
.c-list-item_white .c-list-item__link span::before {
  background: #000;
}
.c-list-item_white .c-list-item__link span::after {
  background: #000;
}
.c-list-item_white .c-list-item__link:hover {
  color: #F0EAE4;
}
.c-list-item_white .c-list-item__link:hover::before {
  background-image: url(../imgs/arrow_check02_white02.png);
}
.c-list-item_white .c-list-item__link:hover span::before {
  background: #F0EAE4;
}
.c-list-item_white .c-list-item__link:hover span::after {
  background: #F0EAE4;
}

.c-list-item__lists {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9375rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-list-item__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}

.c-list-item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 100%;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  background: #FA8072;
  border: 1px solid #FA8072;
  border-radius: 0.625rem;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-list-item__link {
    gap: 0.375rem;
    font-size: 0.625rem;
    padding: 0.625rem 0.9375rem 0.625rem 0.625rem;
  }
}
.c-list-item__link::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/arrow_check02_pink.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-list-item__link::before {
    width: 1rem;
    height: 1rem;
  }
}
.c-list-item__link span {
  position: absolute;
  display: inline-block;
  line-height: 1;
  width: 0.75rem;
  height: 0.75rem;
  top: 51%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-list-item__link span {
    right: 0.625rem;
    width: 0.375rem;
    height: 0.375rem;
  }
}
.c-list-item__link span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #fff;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-list-item__link span::before {
    height: 1px;
  }
}
.c-list-item__link span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.125rem;
  height: 100%;
  background: #fff;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-list-item__link span::after {
    width: 1px;
  }
}
.c-list-item__link:hover {
  color: #FA8072;
  background: #fff;
}
.c-list-item__link:hover::before {
  background-image: url(../imgs/arrow_check02_white.png);
}
.c-list-item__link:hover span::before {
  background: #FA8072;
}
.c-list-item__link:hover span::after {
  background: #FA8072;
}

.c-hamburger {
  cursor: pointer;
  position: relative;
  display: block;
  width: 3.25rem;
  min-width: 3.25rem;
  height: 3.25rem;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    width: 1.25rem;
    min-width: 1.25rem;
    height: 0.5625rem;
    border-left: none;
    border-bottom: none;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger span {
    width: 1.25rem;
  }
}
.c-hamburger span:nth-child(1) {
  top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(1) {
    top: 0rem;
  }
}
.c-hamburger span:nth-child(2) {
  top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(2) {
    top: 0.28125rem;
  }
}
.c-hamburger span:nth-child(3) {
  top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger span:nth-child(3) {
    top: 0.5625rem;
  }
}

.c-hamburger.active span:nth-child(1) {
  top: 1.5625rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-hamburger.active span:nth-child(1) {
    top: 0.25rem;
  }
}

.c-hamburger.active span:nth-child(2) {
  display: none;
}

.c-hamburger.active span:nth-child(3) {
  top: 1.5625rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-hamburger.active span:nth-child(3) {
    top: 0.25rem;
  }
}

.c-hamburger-nav {
  display: block;
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 6.25rem;
  height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav {
    padding-top: 3.75rem;
  }
}
.c-hamburger-nav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #E1DAD3;
}
.c-hamburger-nav ul::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #E1DAD3;
}
.c-hamburger-nav li {
  width: 100%;
  max-width: 50%;
  display: block;
  font-size: 1rem;
  border-bottom: 1px solid #E1DAD3;
  border-left: 1px solid #E1DAD3;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav li {
    font-size: 0.875rem;
  }
}
.c-hamburger-nav a {
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav a {
    font-size: 0.875rem;
    padding: 0.9375rem 0.625rem;
  }
}
.c-hamburger-nav a:hover {
  color: #FA8072;
}
.c-hamburger-nav .sub-menu {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.c-hamburger-nav .sub-menu a {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav .c-hamburger-list.active .sub-menu {
  overflow: visible;
  height: auto;
  opacity: 1;
}

/* このクラスを、jQueryで付与・削除する */
.c-hamburger-nav.active {
  opacity: 1;
  overflow-y: scroll;
  height: 100%;
  z-index: 98;
}

.c-hamburger-list {
  position: relative;
  max-width: 100% !important;
}
.c-hamburger-list ul > li {
  max-width: 50% !important;
}
.c-hamburger-list > a {
  position: relative;
  background: #F0EAE4;
}
.c-hamburger-list > a::after {
  position: absolute;
  top: 2rem;
  -webkit-transform: rotate(45deg) scale(-1, -1);
          transform: rotate(45deg) scale(-1, -1);
  right: 2.5rem;
  content: "";
  color: #ffffff;
  width: 0.9375rem;
  height: 0.9375rem;
  border-left: 2px solid #FA8072;
  border-top: 2px solid #FA8072;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger-list > a::after {
    top: 1rem;
    right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-hamburger-list > a::after {
    width: 0.5rem;
    height: 0.5rem;
    border-left: 1px solid #FA8072;
    border-top: 1px solid #FA8072;
  }
}

.c-hamburger-list.active a::after {
  top: 2.375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* 180度から0度に変更 */
}

.c-inview {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.c-inview-up {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.c-inview-down {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.c-inview-left {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.c-inview-right {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.up {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.down {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.left {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.right {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-front {
  position: relative;
  width: 100%;
}

.p-front__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .p-front__inner {
    height: 37.5rem;
    padding-top: 0rem;
  }
}

.p-front__box {
  position: absolute;
  top: 35.7407407407%;
  left: 3.75rem;
  background: url(../imgs/fv_bgitem.png) no-repeat center top/100% 100%;
  padding: 3.125rem 1.375rem;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front__box {
    top: 51.6666666667%;
    left: 1.25rem;
    background: url(../imgs/fv_bgitem_sp.png) no-repeat center top/100% 100%;
    padding: 1.875rem 0.625rem;
    border-radius: 0.625rem;
  }
}

.p-front__title {
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-front__title {
    font-size: 0.875rem;
  }
}
.p-front__title span {
  font-size: 2.875rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-front__title span {
    display: inline-block;
    font-size: 1.0625rem;
    margin-top: 0.5rem;
  }
}

.p-front__text {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-front__text {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}

.p-front__name {
  position: absolute;
  bottom: -3.75rem;
  right: -6.5625rem;
  font-family: "Corinthia", cursive;
  font-size: 5.625rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}
@media screen and (max-width: 767px) {
  .p-front__name {
    bottom: -2.1875rem;
    right: -1.875rem;
    font-size: 2.8125rem;
  }
}

.p-front-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-front-slider__list {
  position: relative;
  height: 100%;
}
.p-front-slider__img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-front-slider__img {
    height: 37.5rem;
  }
}

.p-front-news {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 61.25rem;
  color: #ffffff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-news {
    max-width: 100%;
  }
}

.p-front-news__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(128, 40, 30, 0.8);
  padding: 1.5625rem 2.5rem 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-front-news__inner {
    display: block;
    padding: 0.625rem 1.25rem;
  }
}

.p-front-news__title {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-front-news__title {
    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: 0.625rem;
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.p-front-news__title span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-front-news__title span {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}

.p-front-news__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-front-news__lists {
    margin-left: 0rem;
  }
}

.p-front-news__list {
  width: 100%;
}

.p-front-news__link {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-front-news__link {
    gap: 0.625rem;
    padding-right: 1.5625rem;
  }
}
.p-front-news__link:hover {
  opacity: 0.7;
}
.p-front-news__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  width: 2rem;
  height: 0.375rem;
  background-image: url(../imgs/arrow_right.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-front-news__link::before {
    width: 1.2rem;
    height: 0.225rem;
  }
}

.p-front-news__time {
  font-size: 0.875rem;
  font-weight: 600;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .p-front-news__time {
    font-size: 0.75rem;
  }
}

.p-front-news__text {
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-front-news__text {
    font-size: 0.875rem;
  }
}

.p-front-sub {
  position: relative;
  z-index: 2;
  width: 100%;
  background-image: url(../imgs/fv_bg02.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-front-sub__inner {
  position: relative;
  width: 100%;
  min-height: 25rem;
  padding: 1.25rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-front-sub__inner {
    min-height: 17.5rem;
  }
}

.p-front-sub__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 34.25rem;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 3.125rem 1.25rem;
  background: url(../imgs/title_bg.png) no-repeat center top/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-front-sub__title {
    min-width: 20rem;
    font-size: 1rem;
    padding: 1.875rem 1.25rem;
  }
}

.p-endoscopy {
  position: relative;
  width: 100%;
  background-image: url(../imgs/endoscopy_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-endoscopy {
    background-image: url(../imgs/endoscopy_bg_sp.png);
  }
}

.p-endoscopy__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 10rem 0rem 0rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy__inner {
    padding: 3.4375rem 1.25rem 0rem 1.25rem;
  }
}

.p-endoscopy__band {
  position: absolute;
  top: 2.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.25);
  font-family: "Shippori Mincho", serif;
  font-size: 11.25rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-endoscopy__band {
    top: 1.125rem;
    font-size: 2.875rem;
  }
}

.p-endoscopy__wrapper {
  position: relative;
  width: 100%;
}

.p-endoscopy__box {
  position: absolute;
  left: 9rem;
  bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy__box {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 1.875rem;
  }
}

.p-endoscopy__title {
  color: #FA8072;
  font-size: 2.25rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-endoscopy__title {
    font-size: 1rem;
  }
}
.p-endoscopy__title span {
  display: block;
  color: #671208;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-endoscopy__title span {
    font-size: 0.625rem;
  }
}

.p-endoscopy__text {
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
}

.p-endoscopy__button {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy__button {
    margin: 1.875rem auto 0 auto;
  }
}

.p-endoscopy__img {
  width: 100%;
  max-width: 52.75rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-endoscopy__img {
    max-width: 100%;
  }
}

.p-endoscopy__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy__group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0rem;
    margin-top: 3.125rem;
  }
}

.p-endoscopy__item {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy__item {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.p-endoscopy__item_mb {
  margin-bottom: 1.875rem;
}

.p-endoscopy__btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy__btn {
    margin-top: 0rem;
  }
}

.p-endoscopy-card {
  width: 100%;
  padding: 3.75rem;
  border-radius: 0.625rem;
  background-image: url(../imgs/endoscopy_bgitem.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-endoscopy-card {
    padding: 1.875rem;
    background-image: url(../imgs/endoscopy_bgitem_sp.png);
  }
}
.p-endoscopy-card_bg {
  background-image: url(../imgs/endoscopy_bgitem02.png);
}
@media screen and (max-width: 767px) {
  .p-endoscopy-card_bg {
    background-image: url(../imgs/endoscopy_bgitem02_sp.png);
  }
}

.p-endoscopy-card__icon {
  width: 6.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-endoscopy-card__icon {
    width: 3.125rem;
  }
}

.p-endoscopy-card__title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #fff;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy-card__title {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    padding-bottom: 0.9375rem;
  }
}

.p-endoscopy-card__text {
  letter-spacing: 0.2em;
  padding: 0 1.25rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy-card__text {
    padding: 0 0.625rem;
    margin-top: 0.9375rem;
  }
}

.p-endoscopy-card__subTitle {
  position: relative;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy-card__subTitle {
    font-size: 0.9375rem;
    margin-top: 2.5rem;
  }
}

.p-endoscopy-card__arrow {
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy-card__arrow {
    margin-top: 0.9375rem;
  }
}

.p-endoscopy-card__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy-card__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem;
    margin-top: 0.9375rem;
  }
}

.p-endoscopy-card__list {
  width: 100%;
}

.p-endoscopy-item {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy-item {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-endoscopy-item__list {
  width: 100%;
}

.p-endoscopy-item__link {
  width: 100%;
  height: 13.75rem;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-radius: 0.625rem;
  background-image: url(../imgs/endoscopy_band.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-endoscopy-item__link {
    height: 6.875rem;
    font-size: 0.875rem;
  }
}
.p-endoscopy-item__link_bg02 {
  background-image: url(../imgs/endoscopy_band02.png);
}
.p-endoscopy-item__link_bg03 {
  background-image: url(../imgs/endoscopy_band03.png);
}
.p-endoscopy-item__link_bg04 {
  background-image: url(../imgs/endoscopy_band04.png);
}
.p-endoscopy-item__link span {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy-item__link span {
    font-size: 0.75rem;
    margin-top: 0.9375rem;
  }
}
.p-endoscopy-item__link:hover {
  opacity: 0.7;
}

.p-endoscopy-item__link02 {
  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;
  width: 100%;
  min-height: 6.25rem;
  color: #FA8072;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  border-radius: 0.625rem;
  padding: 0rem 2.8125rem 0rem 1.875rem;
  border: 0.125rem solid #F0EAE4;
}
@media screen and (max-width: 767px) {
  .p-endoscopy-item__link02 {
    min-height: 3.125rem;
    font-size: 0.75rem;
    padding: 0rem 0.9375rem;
  }
}
.p-endoscopy-item__link02 span {
  position: absolute;
  display: inline-block;
  line-height: 1;
  width: 0.75rem;
  height: 0.75rem;
  top: 51%;
  right: 1.5625rem;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-endoscopy-item__link02 span {
    width: 0.375rem;
    height: 0.375rem;
    right: 0.9375rem;
  }
}
.p-endoscopy-item__link02 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #FA8072;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy-item__link02 span::before {
    height: 1px;
  }
}
.p-endoscopy-item__link02 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.125rem;
  height: 100%;
  background: #FA8072;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-endoscopy-item__link02 span::after {
    width: 1px;
  }
}
.p-endoscopy-item__link02:hover {
  color: #fff;
  background: #FA8072;
}
.p-endoscopy-item__link02:hover span::before {
  background: #fff;
}
.p-endoscopy-item__link02:hover span::after {
  background: #fff;
}

.p-for {
  width: 100%;
  padding: 4.25rem 0rem 9.6875rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-for {
    padding: 2.25rem 0.625rem 4.375rem 0.625rem;
  }
}

.p-for__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  border-radius: 12.5rem;
  -webkit-box-shadow: 0 0 3.125rem #FBE6D1;
          box-shadow: 0 0 3.125rem #FBE6D1;
}

.p-for__box {
  width: 100%;
  height: 20.625rem;
  background-image: url(../imgs/for_item.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-for__box {
    height: 12.125rem;
    background-image: url(../imgs/for_item_sp.png);
    padding-top: 0.9375rem;
  }
}

.p-for__title {
  color: #FA8072;
  font-size: 2.25rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-for__title {
    font-size: 1rem;
  }
}
.p-for__title span {
  display: block;
  color: #671208;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-for__title span {
    font-size: 0.625rem;
    margin-bottom: 0rem;
  }
}

.p-for__group {
  width: 100%;
  max-width: 43.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-for__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 0.3125rem;
    margin-top: 0.3125rem;
  }
}

.p-symptoms {
  position: relative;
  width: 100%;
  background-image: url(../imgs/symptoms_bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-symptoms {
    background-image: url(../imgs/symptoms_bg_sp.jpg);
  }
}

.p-symptoms__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 4.25rem 0rem 11.5rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-symptoms__inner {
    padding: 0.9375rem 0rem 10.625rem 0rem;
  }
}

.p-symptoms__band {
  position: absolute;
  top: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(240, 234, 228, 0.25);
  font-family: "Shippori Mincho", serif;
  font-size: 7.5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0em;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-symptoms__band {
    font-size: 1.75rem;
  }
}

.p-symptoms__title {
  color: #FA8072;
  font-size: 2.25rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-symptoms__title {
    font-size: 1.125rem;
  }
}
.p-symptoms__title span {
  display: block;
  color: #671208;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-symptoms__title span {
    font-size: 0.625rem;
  }
}

.p-symptoms__box {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-symptoms__box {
    margin-top: 1.875rem;
  }
}

.p-features {
  position: relative;
  width: 100%;
  margin-top: -8rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-features {
    margin-top: -9.375rem;
  }
}

.p-features__title {
  color: #73A9FA;
  font-size: 2.25rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  background: url(../imgs/features_titleBg.png) no-repeat center top/100% 100%;
  padding: 11.875rem 0 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-features__title {
    font-size: 1.125rem;
    background: url(../imgs/features_titleBg_sp.png) no-repeat center top/100% 100%;
    padding: 5.9375rem 0 2.5rem 0;
  }
}
.p-features__title span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-features__title span {
    font-size: 0.625rem;
  }
}

.p-features__inner {
  position: relative;
  width: 100%;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-features__inner {
    padding-bottom: 0rem;
  }
}

.p-features__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-features__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -62.5rem;
  width: 28.75rem;
  height: 62.5rem;
  background: url(../imgs/features_bgitem.png) no-repeat center top/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-features__img::before {
    bottom: -81.25rem;
    width: 12.5rem;
    height: 81.25rem;
    background: url(../imgs/features_bgitem_sp.png) no-repeat center top/100% 100%;
  }
}

.p-features__img03 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 46.25rem;
}

.p-features__img04 {
  position: absolute;
  z-index: 1;
  top: 10.1875rem;
  right: 0;
  width: 58.125rem;
}
@media screen and (max-width: 767px) {
  .p-features__img04 {
    top: -6.875rem;
    left: 0;
    right: auto;
    width: 100%;
  }
}

.p-features__img05 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 58.125rem;
}
@media screen and (max-width: 767px) {
  .p-features__img05 {
    width: 100%;
  }
}

.p-features__wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-features__wrapper {
    padding-top: 7.8125rem;
  }
}

.p-features__box {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  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: 767px) {
  .p-features__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.125rem;
  }
}

.p-features__box02 {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: 5.625rem auto 0 auto;
  padding-top: 10.1875rem;
}
@media screen and (max-width: 767px) {
  .p-features__box02 {
    max-width: 21.875rem;
    margin: 2.5rem auto 0 auto;
    padding-top: 7.5rem;
  }
}

.p-features__box03 {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: 5.625rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-features__box03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.125rem;
    margin: 2.5rem auto 0 auto;
    padding-top: 6.875rem;
  }
}

.p-features__item {
  position: relative;
  width: 100%;
  max-width: 38.125rem;
}
.p-features__item_pt {
  padding-top: 15.3125rem;
}
@media screen and (max-width: 767px) {
  .p-features__item_pt {
    padding-top: 6.875rem;
  }
}

.p-features__button {
  margin: 4.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-features__button {
    margin: 1.875rem auto 0 auto;
  }
}

.p-features__group {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 38.125rem;
  background: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  padding: 5rem 2.8125rem 3.75rem 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-features__group {
    max-width: 20rem;
    padding: 2.5rem 1.25rem 2.1875rem 1.25rem;
    margin: 0 auto;
  }
}
.p-features__group_size {
  max-width: 50rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-features__group_size {
    max-width: 20rem;
  }
}

.p-features__number {
  position: absolute;
  top: -5.625rem;
  left: 0rem;
  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;
  color: #D8E6EC;
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-features__number {
    top: -2.8125rem;
    left: 0rem;
    font-size: 1.25rem;
  }
}
.p-features__number span {
  font-size: 9.375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .p-features__number span {
    font-size: 4.6875rem;
  }
}

.p-features__subTitle {
  position: relative;
  font-size: 1.5625rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-features__subTitle {
    font-size: 1rem;
  }
}
.p-features__subTitle::after {
  content: "";
  display: block;
  position: relative;
  width: 5.625rem;
  height: 1px;
  background: #000;
  margin: 0.9375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-features__subTitle::after {
    width: 2.8125rem;
  }
}

.p-features__text {
  text-align: center;
  letter-spacing: 0;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-features__text {
    margin-top: 0.9375rem;
  }
}

.p-features-card {
  display: block;
  width: 100%;
  max-width: 31.875rem;
}
@media screen and (max-width: 767px) {
  .p-features-card {
    max-width: 100%;
  }
}
.p-features-card__img {
  width: 100%;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-features-card__img {
    margin-bottom: 0rem;
  }
}
.p-features-card__title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-features-card__title {
    font-size: 0.9375rem;
    padding: 0 0.5rem;
  }
}
.p-features-card__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/arrow_en.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-features-card__title::before {
    right: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-greeting {
  position: relative;
  z-index: 2;
  width: 100%;
  background: url(../imgs/greeting_bg.png) no-repeat center top/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-greeting {
    background: url(../imgs/greeting_bg_sp.png) no-repeat center top/100% 100%;
  }
}

.p-greeting__inner {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-greeting__inner {
    padding: 2.5rem 1.25rem 6.25rem 1.25rem;
  }
}

.p-greeting__band {
  color: rgba(240, 234, 228, 0.35);
  font-family: "Shippori Mincho", serif;
  font-size: 10rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-greeting__band {
    font-size: 3.5rem;
  }
}

.p-greeting__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-top: -1.25rem;
  }
}

.p-greeting__group {
  width: 100%;
  max-width: 34.5rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__group {
    max-width: 100%;
    margin-top: 1.25rem;
  }
}

.p-greeting__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-greeting__title {
    font-size: 1.125rem;
  }
}

.p-greeting__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid #fff;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__name {
    gap: 0.9375rem;
    font-size: 1.875rem;
    color: #fff;
    padding-bottom: 1.25rem;
    margin-top: 0.9375rem;
  }
}
.p-greeting__name span {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-greeting__name span {
    font-size: 0.625rem;
  }
}

.p-greeting__text {
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__text {
    margin-top: 0.9375rem;
  }
}

.p-greeting__linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.9375rem;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__linkBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.25rem auto 0 auto;
  }
}

.p-greeting__img {
  position: relative;
  right: 2.5rem;
  width: 100%;
  max-width: 38.625rem;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-greeting__img {
    right: auto;
    width: 100%;
    max-width: 13.75rem;
    margin: 0rem auto;
  }
}

.p-info {
  position: relative;
  width: 100%;
  background-image: url(../imgs/info_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8.125rem 0 6.875rem 0;
  margin-top: -2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-info {
    background-image: url(../imgs/info_bg_sp.png);
    padding: 5rem 0 2.5rem 0;
    margin-top: -2.8125rem;
  }
}

.p-info_bg {
  position: relative;
  width: 100%;
  padding: 8.125rem 0 6.875rem 0;
  margin-top: -2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-info_bg {
    padding: 5rem 0 2.5rem 0;
    margin-top: -2.8125rem;
  }
}

.p-info__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 87.5rem;
  margin: 0 auto;
  background-image: url(../imgs/info_itemBg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6.875rem 0rem;
  border-radius: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-info__inner {
    background-image: url(../imgs/info_itemBg_sp.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2.8125rem 0rem 3.4375rem 0rem;
    border-radius: 3.75rem;
  }
}

.p-info__band {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.625rem;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 6.25rem;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-info__band {
    top: 5.3125rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    left: 0.75rem;
    font-size: 2.625rem;
  }
}

.p-info__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  padding-left: 9.375rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-info__wrapper {
    max-width: 18.4375rem;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem;
    padding-left: 0rem;
    background: rgba(255, 255, 255, 0);
  }
}

.p-info__title {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-info__title {
    font-size: 1.125rem;
  }
}
.p-info__title span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-info__title span {
    font-size: 0.625rem;
  }
}

.p-info__group {
  width: 100%;
  max-width: 30rem;
}
@media screen and (max-width: 767px) {
  .p-info__group {
    max-width: 100%;
    padding-left: 1.875rem;
    background: rgba(255, 255, 255, 0);
  }
}

.p-info__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-info__dl {
    margin-top: 1.25rem;
  }
}
.p-info__dl dt {
  width: 8.125rem;
  min-width: 8.125rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-info__dl dt {
    width: 4.6875rem;
    min-width: 4.6875rem;
    font-size: 0.8125rem;
    padding-bottom: 0.625rem;
  }
}
.p-info__dl dt:last-of-type {
  padding-bottom: 0rem;
}
.p-info__dl dd {
  width: calc(100% - 8.125rem);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.2em;
  padding-bottom: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-info__dl dd {
    width: calc(100% - 4.6875rem);
    color: #fff;
    font-size: 0.8125rem;
    padding-bottom: 0.9375rem;
  }
}
.p-info__dl dd:last-of-type {
  padding-bottom: 0rem;
}
.p-info__dl dd span {
  letter-spacing: 0em;
}

.p-info__button {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-info__button {
    margin-top: 1.25rem;
  }
}

.p-info__box {
  width: 100%;
  max-width: 38.75rem;
}
@media screen and (max-width: 767px) {
  .p-info__box {
    max-width: 100%;
  }
}

.p-info__img {
  width: 100%;
  max-width: 36.875rem;
}
@media screen and (max-width: 767px) {
  .p-info__img {
    max-width: 100%;
  }
}

.p-info-banner {
  display: block;
  width: 100%;
  max-width: 23.75rem;
  margin-top: 1.875rem;
  background: #fff;
  border: 0.3125rem solid #1250D9;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-info-banner {
    position: relative;
    left: -0.9375rem;
  }
}
.p-info-banner:hover {
  opacity: 0.7;
}

.p-info-banner__box {
  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;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-info-banner__box {
    gap: 0.625rem;
  }
}
.p-info-banner__box img {
  width: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-info-banner__box img {
    width: 3.125rem;
  }
}
.p-info-banner__box p {
  font-size: 1.25rem;
  line-height: 1.4166666667;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-info-banner__box p {
    font-size: 1.125rem;
  }
}

.p-info-banner__link {
  font-size: 1rem;
  line-height: 1.4166666667;
  background: rgba(250, 128, 114, 0.3);
  text-align: center;
  padding: 0.625rem 0;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-info-banner__link {
    font-size: 0.875rem;
  }
}

.p-info-table {
  position: relative;
  width: 100%;
  max-width: 36.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-info-table {
    max-width: 100%;
    margin-top: 1.875rem;
  }
}
.p-info-table thead {
  position: relative !important;
  overflow: hidden;
}
.p-info-table thead::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.6875rem;
  background: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-info-table thead::before {
    height: 2.875rem;
  }
}
.p-info-table th {
  position: relative;
  z-index: 2;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  white-space: nowrap;
  text-align: center;
  padding: 1.1875rem 0rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-info-table th {
    padding: 0.9375rem 0.3125rem;
    font-size: 0.75rem;
  }
}
.p-info-table td {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  text-align: center;
  padding: 0.625rem 0;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-info-table td {
    font-size: 0.625rem;
  }
}
.p-info-table td span {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-info-table td span {
    font-size: 0.625rem;
  }
}

.p-info-table__first {
  width: 11.75rem;
}
@media screen and (max-width: 767px) {
  .p-info-table__first {
    width: 5.625rem;
  }
}

.p-info__comment {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7142857143;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-info__comment {
    font-size: 0.625rem;
    margin-top: 0.625rem;
  }
}

.p-map {
  width: 100%;
}
.p-map iframe {
  width: 100%;
  height: 35rem;
}
@media screen and (max-width: 767px) {
  .p-map iframe {
    height: 17.5rem;
  }
}

/*
右から左へ
----------------------------*/
@-webkit-keyframes slider-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slider-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-slider {
  width: 100%;
  padding: 4.375rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-slider {
    padding: 2.1875rem 0rem;
  }
}
.p-slider__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.p-slider__lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-slider__lists_left {
  -webkit-animation: slider-scroll-left 40s infinite linear 0.5s both;
          animation: slider-scroll-left 40s infinite linear 0.5s both;
}
.p-slider__list {
  position: relative;
  width: 19.375rem;
  height: 15rem;
  margin-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-slider__list {
    width: 9.6875rem;
    height: 7.5rem;
    margin-right: 0.9375rem;
  }
}
.p-slider__list:nth-child(even) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-slider__list:nth-child(even) {
    margin-top: 1.875rem;
  }
}
.p-slider__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-card {
  width: 100%;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-card {
    margin-top: 1.25rem;
  }
}
.p-card__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-card__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-card__box {
  position: relative;
  width: 100%;
  min-height: 23.125rem;
  background-image: url(../imgs/card_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 0.3125rem solid #003700;
}
@media screen and (max-width: 767px) {
  .p-card__box {
    min-height: 8.625rem;
    border-bottom: 0.15625rem solid #004500;
    background-image: url(../imgs/card_bg_sp.png);
  }
}
.p-card__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 55, 0, 0.4);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-card__box::before {
    background: rgba(0, 69, 0, 0.4);
  }
}
.p-card__box_bg02 {
  background-image: url(../imgs/card_bg02.jpg);
  border-bottom: 0.3125rem solid #3C3C3C;
}
@media screen and (max-width: 767px) {
  .p-card__box_bg02 {
    background-image: url(../imgs/card_bg02_sp.png);
    border-bottom: 0.15625rem solid #3C3C3C;
  }
}
.p-card__box_bg02::before {
  background: rgba(60, 60, 60, 0.6);
}
.p-card__box_bg03 {
  background-image: url(../imgs/card_bg03.jpg);
}
@media screen and (max-width: 767px) {
  .p-card__box_bg03 {
    background-image: url(../imgs/card_bg03_sp.png);
  }
}
.p-card__box_bg03::before {
  background: rgba(0, 55, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-card__box_bg03::before {
    background: rgba(0, 69, 0, 0.4);
  }
}
.p-card__box_in {
  width: 100%;
  max-width: 15.625rem;
  margin: 0 auto;
  position: relative;
  padding: 4.875rem 0 1.875rem 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-card__box_in {
    max-width: 19.375rem;
    padding: 1.25rem 0;
  }
}
.p-card__title {
  color: #ffffff;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-card__title {
    font-size: 1.25rem;
    letter-spacing: 0.18em;
  }
}
.p-card__eng {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-card__eng {
    font-size: 0.8125rem;
    letter-spacing: 0.16em;
    margin-bottom: 0.75rem;
  }
}
.p-card__text {
  color: #ffffff;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6428571429;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-card__text {
    letter-spacing: 0.02em;
    margin-bottom: 0.9375rem;
  }
}
.p-card__link {
  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;
  width: 100%;
  height: 3.75rem;
  color: #003700;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding-right: 0.1875rem;
  background: #ffffff;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-card__link {
    max-width: 12.1875rem;
    height: 2.1875rem;
    color: #004500;
    font-size: 0.9375rem;
    margin: 0 auto;
  }
}
.p-card__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  width: 0.6875rem;
  height: 1rem;
  background-image: url(../imgs/arrow_green.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-card__link::before {
    right: 0.9375rem;
    width: 0.5rem;
    height: 0.71875rem;
    background-image: url(../imgs/arrow_green_sp.png);
  }
}
.p-card__link_gray {
  color: #3C3C3C;
}
.p-card__link_gray::before {
  background-image: url(../imgs/arrow_gray.png);
}

.p-message {
  position: relative;
  width: 100%;
  background-image: url(../imgs/message_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    margin-bottom: 2.5rem;
  }
}
.p-message__inner {
  position: relative;
  width: 100%;
  max-width: 73.75rem;
  margin: -8.4375rem auto 0 auto;
  padding: 4.25rem 0 5.9375rem 0;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    margin: -3.125rem auto 0 auto;
    padding: 1.375rem 0 2.1875rem 0;
  }
}
.p-message__wrapper {
  width: 100%;
  padding-right: 10.25rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-message__wrapper {
    padding-right: 0rem;
    margin-bottom: 0rem;
  }
}
.p-message__img {
  position: absolute;
  top: 1.75rem;
  right: 0rem;
  width: 100%;
  max-width: 62.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
  }
}
.p-message__img02 {
  position: absolute;
  top: 35rem;
  right: 3.125rem;
  width: 100%;
  max-width: 33.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-message__img02 {
    display: none;
  }
}
.p-message__img03 {
  position: absolute;
  top: 1.75rem;
  left: 2.5rem;
  width: 100%;
  max-width: 12.6875rem;
  opacity: 0.3;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-message__img03 {
    display: none;
  }
}
.p-message__img04 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-message__img04 {
    display: block;
    position: absolute;
    top: 15.375rem;
    left: 1.6875rem;
    width: 100%;
    max-width: 3.4375rem;
    z-index: 2;
  }
}
.p-message__bigText {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 37.5rem;
  min-height: 12.5rem;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
  background: #ffffff;
  padding: 3.125rem;
  margin-bottom: 8.4375rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-message__bigText {
    max-width: 20.9375rem;
    min-height: auto;
    font-size: 1.0625rem;
    line-height: 1.7142857143;
    background: rgba(255, 255, 255, 0.7);
    padding: 1.5625rem 1.25rem;
    margin: -5rem 0 1.25rem 0.625rem;
  }
}
.p-message__box {
  width: 100%;
  max-width: 35.3125rem;
  padding-left: 3.125rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-message__box {
    max-width: 100%;
    padding: 0rem 2rem;
    margin-bottom: 2.1875rem;
  }
}
.p-message__text {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    margin-bottom: 1.25rem;
  }
}
.p-message__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-message__item {
    gap: 0.25rem;
  }
}
.p-message__post {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-message__post {
    font-size: 0.875rem;
  }
}
.p-message__name {
  position: relative;
  top: 0.3125rem;
  font-family: shinryu, sans-serif;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-message__name {
    top: 0.1875rem;
    font-size: 2.0625rem;
  }
}

.p-parts-Breadcrumb {
  width: 100%;
  padding: 0rem 0 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts-Breadcrumb {
    padding: 0.625rem 0 0rem 0;
    margin-bottom: 1.875rem;
  }
}
.p-parts-Breadcrumb a,
.p-parts-Breadcrumb span {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0rem 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-parts-Breadcrumb a,
  .p-parts-Breadcrumb span {
    font-size: 0.75rem;
  }
}
.p-parts-Breadcrumb .home {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-parts-Breadcrumb .home {
    font-size: 0.75rem;
  }
}
.p-parts-Breadcrumb .home::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875rem;
  width: 0.9375rem;
  height: 1rem;
  background-image: url(../imgs/home_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-parts-Breadcrumb .home::before {
    top: 0.125rem;
    width: 0.8125rem;
    height: 0.875rem;
    margin-right: 0.3125rem;
  }
}

.p-parts {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 2;
  background: #fff;
}
.p-parts__inner {
  position: relative;
  width: 100%;
  max-width: 80rem;
  padding-top: 1.25rem;
  margin: 0rem auto 5rem auto;
}
@media screen and (max-width: 767px) {
  .p-parts__inner {
    margin: 0rem auto 2.5rem auto;
    padding: 0 0.9375rem;
  }
}

.p-parts-content {
  position: relative;
  z-index: 2;
  background: #fff;
}
.p-parts-content h2 {
  position: relative;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content h2 {
    font-size: 1.25rem;
    margin-top: 3.125rem;
    margin-bottom: 1.875rem;
  }
}
.p-parts-content h2::before {
  content: "";
  display: block;
  position: relative;
  width: 4.6875rem;
  height: 3.625rem;
  background-image: url(../imgs/h2_img.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 2.8125rem;
  height: 2.175rem;
}
.p-parts-content h3 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.5384615385;
  padding: 1.25rem 2.5rem;
  border-radius: 0.625rem;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
  background: #F0EAE4;
}
@media screen and (max-width: 767px) {
  .p-parts-content h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 3.125rem;
    padding: 0.9375rem 0.625rem;
  }
}
.p-parts-content h4 {
  position: relative;
  color: #004500;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3333333333;
  border-bottom: 0.1875rem solid #FA8072;
  padding-bottom: 0.75rem;
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content h4 {
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 0.375rem;
    margin-top: 2.5rem;
  }
}
.p-parts-content h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.1875rem;
  left: 0rem;
  width: 9.375rem;
  height: 0.1875rem;
  background: #73A9FA;
}
@media screen and (max-width: 767px) {
  .p-parts-content h4::before {
    width: 3.125rem;
  }
}
.p-parts-content h5 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  color: #FA8072;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  padding-left: 1.1875rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content h5 {
    padding-left: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 2.5rem;
  }
}
.p-parts-content h5::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  border-radius: 0.3125rem;
  background: #FA8072;
}
.p-parts-content h6 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  color: #FA8072;
  font-size: 1.25rem;
  line-height: 1.4545454545;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #FA8072;
}
@media screen and (max-width: 767px) {
  .p-parts-content h6 {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 2.5rem;
  }
}
.p-parts-content p {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content p {
    font-size: 0.875rem;
  }
}
.p-parts-content .p-parts-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 20.625rem;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  background: #FA8072;
  border-radius: 3.75rem;
  padding: 1.6875rem 2.5rem;
  border: 1px solid #FA8072;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-link {
    min-width: 13.75rem;
    font-size: 0.875rem;
    padding: 0.9375rem 1.25rem;
  }
}
.p-parts-content .p-parts-link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 0.375rem;
  background-image: url(../imgs/arrow_right.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-link::after {
    width: 1.2rem;
    height: 0.225rem;
  }
}
.p-parts-content .p-parts-link:hover {
  color: #FA8072;
  background: #fff;
}
.p-parts-content .p-parts-link:hover::after {
  background-image: url(../imgs/arrow_right_pink.png);
}
.p-parts-content .p-parts-picup {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin: 7.5rem auto 3.125rem auto;
  border-radius: 6.25rem;
  -webkit-box-shadow: 0 0 3.125rem #FBE6D1;
          box-shadow: 0 0 3.125rem #FBE6D1;
  padding: 4.375rem 4.375rem 5rem 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-picup {
    margin: 6.25rem auto 2.5rem auto;
    border-radius: 3.125rem;
    padding: 3.125rem 1.25rem 2.5rem 1.25rem;
  }
}
.p-parts-content .p-parts-picup__title {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-picup__title {
    font-size: 1.125rem;
  }
}
.p-parts-content .p-parts-picup__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -9.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11.25rem;
  height: 11.25rem;
  background-image: url(../imgs/icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-picup__title::before {
    top: -6.875rem;
    width: 7.5rem;
    height: 7.5rem;
  }
}
.p-parts-content .p-parts-picup__title span {
  display: block;
  color: #FA8072;
  font-family: "Lato", sans-serif;
  font-size: 4.375rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-picup__title span {
    font-size: 2.1875rem;
  }
}
.p-parts-content .p-parts-picup div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-picup div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  }
}
.p-parts-content .p-parts-picup img {
  width: 100%;
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-picup img {
    max-width: 100%;
  }
}
.p-parts-content .p-parts-picup p {
  width: 100%;
  max-width: 42.5rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-picup p {
    max-width: 100%;
  }
}
.p-parts-content .p-parts-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3.125rem 0;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-column_reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
.p-parts-content .p-parts-column__imgBox {
  width: 100%;
  max-width: 28.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-column__imgBox {
    max-width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.p-parts-content .p-parts-column__imgBox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.625rem;
}
.p-parts-content .p-parts-column p {
  width: 100%;
  max-width: 48.125rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-column p {
    max-width: 100%;
  }
}
.p-parts-content .p-parts-column02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5625rem;
  margin: 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-column02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3.125rem 0;
    row-gap: 20px;
  }
}
.p-parts-content .p-parts-column02__imgBox {
  width: 100%;
}
.p-parts-content .p-parts-column02__imgBox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.5625rem;
  border-radius: 0.625rem;
}
.p-parts-content .p-parts-column03 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5625rem;
  margin: 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-column03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3.125rem 0;
    row-gap: 20px;
  }
}
.p-parts-content .p-parts-column03__imgBox {
  width: 100%;
}
.p-parts-content .p-parts-column03__imgBox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.5625rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-column03__imgBox img {
    margin-bottom: 1.25rem;
  }
}
.p-parts-content .p-parts-imgBox {
  position: relative;
  width: 100vw;
  margin: 4.375rem calc(50% - 50vw);
  padding: 3.4375rem 7.8125%;
  background-image: url(../imgs/bgitem.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-imgBox {
    margin: 3.125rem calc(50% - 50vw);
    padding: 1.875rem 0.9375rem;
  }
}
.p-parts-content .p-parts-imgBox::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1.1875rem;
  right: 1rem;
  width: 12.6875rem;
  height: 15rem;
  background-image: url(../imgs/icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-imgBox::before {
    top: -0.625rem;
    right: 0.625rem;
    width: 3.80625rem;
    height: 4.5rem;
  }
}
.p-parts-content .p-parts-imgBox img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.5625rem;
  border-radius: 0.625rem;
}
.p-parts-content .p-parts-imgBox02 {
  position: relative;
  width: 100vw;
  margin: 4.375rem calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-imgBox02 {
    margin: 3.125rem calc(50% - 50vw);
  }
}
.p-parts-content .p-parts-imgBox02 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-parts-content ul {
  position: relative;
  margin: 2.5rem 0 1.25rem 0;
  padding-left: 1.25rem;
}
.p-parts-content ul li {
  position: relative;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-parts-content ul li {
    font-size: 0.875rem;
  }
}
.p-parts-content ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.8125rem;
  left: -1.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #FA8072;
}
@media screen and (max-width: 767px) {
  .p-parts-content ul li::before {
    top: 0.6875rem;
  }
}
.p-parts-content .p-parts-list {
  position: relative;
  margin: 3.75rem 0 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-list {
    margin: 3.125rem 0 1.25rem 0;
  }
}
.p-parts-content .p-parts-list ul {
  position: relative;
  padding: 2.5rem 2.5rem 2.5rem 3.75rem;
  background: #FFF8F2;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-list ul {
    padding: 1.875rem 1.25rem 1.875rem 2.5rem;
  }
}
.p-parts-content .p-parts-list02 {
  position: relative;
  margin: 3.75rem 0 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-list02 {
    margin: 3.125rem 0 1.25rem 0;
  }
}
.p-parts-content .p-parts-list02 ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  row-gap: 1.25rem;
  position: relative;
  padding: 2.5rem 2.5rem 2.5rem 3.75rem;
  background: #FFF8F2;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-list02 ul {
    grid-template-columns: repeat(1, 1fr);
    padding: 1.875rem 1.25rem 1.875rem 2.5rem;
    row-gap: 0rem;
  }
}
.p-parts-content .p-parts-list03 {
  position: relative;
  margin: 3.75rem 0 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-list03 {
    margin: 3.125rem 0 1.25rem 0;
  }
}
.p-parts-content .p-parts-list03 ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  row-gap: 0rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-list03 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-parts-content .p-parts-flow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 6.25rem;
  margin: 3.75rem auto;
  padding: 3.125rem 3.125rem 3.125rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-flow {
    margin: 3.125rem auto;
    padding: 2.5rem 0.9375rem;
  }
}
.p-parts-content .p-parts-flow__box {
  position: relative;
  padding: 3.75rem 1.875rem 1.875rem 1.875rem;
  background: #F7F7F8;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-flow__box {
    padding: 3.125rem 1.25rem 1.875rem 1.25rem;
  }
}
.p-parts-content .p-parts-flow__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4.0625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.1875rem 2.5rem 0 2.5rem;
  border-color: rgba(250, 128, 114, 0.8) transparent transparent transparent;
}
.p-parts-content .p-parts-flow__point {
  position: absolute;
  top: -2.25rem;
  left: 0rem;
  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;
  gap: 0.125rem;
  color: rgba(250, 128, 114, 0.6);
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-flow__point {
    font-size: 1.25rem;
  }
}
.p-parts-content .p-parts-flow__point span {
  position: relative;
  display: inline-block;
  font-size: 3.75rem;
}
.p-parts-content .p-parts-flow__title {
  position: relative;
  color: #FA8072;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: 1px solid #FA8072;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-flow__title {
    font-size: 1.125rem;
  }
}
.p-parts-content .p-parts-flow__text {
  font-size: 1rem;
  line-height: 1.5;
}
.p-parts-content .p-parts-flow__box:nth-child(even)::before {
  border-color: rgba(115, 169, 250, 0.8) transparent transparent transparent;
}
.p-parts-content .p-parts-flow__box:nth-child(even) .p-parts-flow__point {
  color: rgba(115, 169, 250, 0.6);
}
.p-parts-content .p-parts-flow__box:nth-child(even) .p-parts-flow__title {
  color: #73A9FA;
  border-bottom: 1px solid #73A9FA;
}
.p-parts-content .p-parts-flow__box:last-child::before {
  display: none;
}
.p-parts-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2.5rem 0;
}
.p-parts-content table th {
  color: #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  background-color: #FA8072;
}
.p-parts-content table td {
  background: #fff;
}
.p-parts-content table th, .p-parts-content table td {
  font-size: 1.125rem;
  font-weight: 400;
  border: 0.125rem solid #ccc;
  padding: 0.875rem 1.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-parts-content table th, .p-parts-content table td {
    font-size: 0.875rem;
    padding: 0.875rem 0.9375rem;
  }
}
.p-parts-content .p-parts-table {
  overflow-X: scroll;
  margin: 2.5rem 0;
}
.p-parts-content .p-parts-table table {
  margin: 0 0 0.5rem 0;
}
.p-parts-content .p-parts-table th, .p-parts-content .p-parts-table td {
  min-width: 9.375rem;
}
.p-parts-content .p-parts-table02 table {
  width: 100%;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-table02 table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-parts-content .p-parts-table02 table tr th {
  padding: 0.875rem 1.875rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  border: 0.0625rem solid #ffffff;
  border-bottom: 0.0625rem solid #ffffff;
  background-color: #FA8072;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-table02 table tr th {
    font-size: 0.875rem;
    width: 100%;
    padding: 0.875rem 1.25rem;
  }
}
.p-parts-content .p-parts-table02 table tr td {
  padding: 1.0625rem 1.875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  border: 0.0625rem solid #ffffff;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-table02 table tr td {
    width: 100%;
    padding: 1.0625rem 1.25rem;
  }
}
.p-parts-content .p-parts-table02 table tr:nth-child(odd) td {
  background-color: #efefef;
}
.p-parts-content .p-parts-table02 table tr:nth-child(even) td {
  background-color: #fbfbfb;
}
.p-parts-content .p-parts-faqBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5625rem;
  margin: 4.375rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-faqBox {
    margin: 3.75rem 0;
  }
}
.p-parts-content .p-parts-faq {
  width: 100%;
  border: 1px solid #FA8072;
  border-radius: 3.125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-faq {
    border-radius: 3.125rem;
  }
}
.p-parts-content .p-parts-faq__title {
  cursor: pointer;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
  color: #FA8072;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  padding: 1.5625rem 3.125rem 0.9375rem 1.875rem;
  border-radius: 3.125rem;
  background: #F5EEE4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-faq__title {
    font-size: 0.875rem;
    padding: 0.625rem 2.5rem 0.625rem 0.875rem;
    border-radius: 3.125rem;
  }
}
.p-parts-content .p-parts-faq__title::before {
  content: "Q";
  position: relative;
  top: -0.25rem;
  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;
  color: #FA8072;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.12;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: #fff;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-faq__title::before {
    top: 0.125rem;
    font-size: 1.125rem;
  }
}
.p-parts-content .p-parts-faq__title span {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5625rem;
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 2px solid #FA8072;
  border-right: 2px solid #FA8072;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-parts-content .p-parts-faq__content {
  display: none;
  padding: 1.25rem 0rem;
  text-align: left;
}
.p-parts-content .p-parts-faq__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 2;
  padding: 0rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-faq__text {
    padding: 0rem 1.25rem 0rem 0.9375rem;
  }
}
.p-parts-content .p-parts-faq__text::before {
  content: "A";
  position: relative;
  top: -0.25rem;
  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;
  color: #FA8072;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.12;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: #F5EEE4;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-faq__text::before {
    top: 0.125rem;
    font-size: 1.125rem;
    width: 1.875rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
  }
}
.p-parts-content .p-parts-faq__title.open {
  margin-bottom: 0rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.p-parts-content .p-parts-faq__title.open span {
  -webkit-transform: scale(-1, -1) rotate(-45deg);
          transform: scale(-1, -1) rotate(-45deg);
  top: 40%;
}
.p-parts-content .p-parts-contact {
  width: 100%;
  margin: 3.75rem 0;
}
.p-parts-content .p-parts-contact__inner {
  width: 100%;
  max-width: 61.25rem;
  margin: 0 auto;
}
.p-parts-content .p-parts-contact__title {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}
.p-parts-content .p-parts-map {
  width: 100%;
  max-width: 100%;
  height: 31.25rem;
  margin: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-parts-content .p-parts-map {
    height: 15.625rem;
  }
}

.p-parts-news {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.p-parts-news__inner {
  position: relative;
  width: 100%;
  max-width: 80rem;
  margin: 0rem auto 7.5rem auto;
  padding-top: 1.25rem;
}

.p-blogs {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.p-blogs__inner {
  position: relative;
  width: 100%;
}
.p-blogs__wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  border-bottom: 1px solid #FA8072;
  padding: 2.5rem 0;
}
.p-blogs__wapper:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-blogs__wapper {
    display: block;
  }
}
.p-blogs__thumbnail {
  position: relative;
  width: 20rem;
  padding-top: 71.3636363636%;
}
@media screen and (max-width: 767px) {
  .p-blogs__thumbnail {
    margin: 0 auto 1.25rem auto;
    width: 100%;
  }
}
.p-blogs__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-blogs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-blogs__item {
    display: block;
  }
}
.p-blogs__time {
  color: #ffffff;
  font-size: 1rem;
  line-height: 2;
  background: #FA8072;
  text-align: center;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-blogs__time {
    display: block;
    margin-bottom: 0.9375rem;
  }
}
.p-blogs__title {
  display: inline-block;
  color: #000000;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-blogs__title {
    font-size: 1rem;
  }
}
.p-blogs__pageNav .navigation {
  text-align: center;
  margin-top: 2.5rem;
}
.p-blogs__pageNav .page-numbers {
  background-color: #003700;
  color: #ffffff;
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  padding-top: 0.875rem;
  margin-bottom: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-blogs__pageNav .page-numbers:hover {
  opacity: 0.6;
}
.p-blogs__pageNav .current {
  color: #003700;
  background: #ffffff;
  border: 1px solid #003700;
}

@media screen and (max-width: 767px) {
  .u-change_pc {
    display: none !important;
  }
}
.u-change_sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-change_sp {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */