@charset "UTF-8";

/* インナー
------------------------------------------ */
/* フォント
------------------------------------------ */
/* 共通スタイル
------------------------------------------ */
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* メディアクエリ
------------------------------------------ */
.fadein-up {
  opacity: 0;
  transform: translateY(50px);
}

/* ルートフォント
------------------------------------------ */
html {
  font-size: 16px;
}

@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

a {
  text-decoration: none;
}

.br {
  display: inline-block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}

textarea {
  resize: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

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

.l-bg-first {
  background: url(../img/bg-first_02.png) repeat center center/auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.l-inner {
  margin-inline: auto;
  max-width: 1250px;
  padding-inline: 25px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 15px;
  }
}

.l-main {
  margin-top: 5.8125rem;
}

@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 4.5625rem;
  }
}

.l-section {
  position: relative;
}

.l-section--border::after {
  background: url(../img/section-border.jpg) no-repeat center center/cover;
  bottom: 0;
  content: "";
  display: block;
  height: 0.625rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.l-site-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-site-layout__content {
  flex: 1 1 auto;
}

.c-btn {
  background: url(../img/btn-bg.jpg) no-repeat center center/cover;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  max-width: 100%;
  padding-block: 1.25rem;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .c-btn {
    border-radius: 8px;
    font-size: 0.8125rem;
  }
}

.c-btn::after {
  background: url(../img/btn-arrow.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  right: 1.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}

@media screen and (max-width: 767px) {
  .c-btn::after {
    right: 0.875rem;
  }
}

.c-btn--large {
  padding-block: 1.875rem;
  width: 26.75rem;
}

@media (hover: hover) {
  .c-btn:hover {
    opacity: 0.7;
  }
}

.c-fixed-btn {
  position: fixed;
  right: 1.3125rem;
  top: 6.9375rem;
  z-index: 500;
}

@media screen and (max-width: 767px) {
  .c-fixed-btn {
    display: none;
  }
}

.c-fixed-btn__list {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
}

.c-fixed-btn__item {
  max-width: 3.3125rem;
}

.c-fixed-btn__item a {
  background-color: #fff;
  transition: all 0.3s;
}

@media (hover: hover) {
  .c-fixed-btn__item a:hover {
    opacity: 0.7;
  }
}

.c-line-btn {
  display: inline-block;
  max-width: 100%;
  transition: all 0.3s;
  width: 26.6875rem;
}

@media (hover: hover) {
  .c-line-btn:hover {
    opacity: 0.7;
  }
}

.c-modal {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 999999;
}

.c-modal__bg {
  background-color: rgba(149, 149, 149, 0.9);
  height: 100%;
  width: 100%;
}

.c-modal__wrapper {
  background-color: #fff;
  height: 90%;
  left: 50%;
  max-width: 1080px;
  overflow: scroll;
  padding: 5rem 3.75rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-modal__wrapper {
    max-width: 600px;
    padding: 3.125rem 1.875rem;
    width: 90%;
  }
}

.c-modal__close {
  cursor: pointer;
  font-size: 1.875rem;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}

.is-show {
  opacity: 1;
  /* モーダル表示用クラス */
  visibility: visible;
}

.c-modal__open {
  color: #0606e7;
  padding: 0;
  text-decoration: underline;
}

@media (hover: hover) {
  .c-modal__open:hover {
    text-decoration: none;
  }
}

.c-modal__contents {
  color: #707070;
}

.c-modal__head {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .c-modal__head {
    font-size: 0.875rem;
  }
}

.c-modal__list {
  margin-top: 4.6875rem;
}

@media screen and (max-width: 767px) {
  .c-modal__list {
    margin-top: 3.125rem;
  }
}

.c-modal__item:not(:first-child) {
  margin-top: 3.75rem;
}

@media screen and (max-width: 767px) {
  .c-modal__item:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.c-modal__item__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-modal__item__title {
    font-size: 1rem;
  }
}

.c-modal__item-text,
.c-modal__item-list {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  margin-top: 0.3125rem;
  word-break: break-all;
}

@media screen and (max-width: 767px) {

  .c-modal__item-text,
  .c-modal__item-list {
    font-size: 0.875rem;
  }
}

.c-modal__item-text+.c-modal__item-text,
.c-modal__item-list+.c-modal__item-text {
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {

  .c-modal__item-text+.c-modal__item-text,
  .c-modal__item-list+.c-modal__item-text {
    margin-top: 1.25rem;
  }
}

body.scroll-lock {
  overflow: hidden;
}

.c-section-text {
  color: #42210b;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  margin-top: 1.5625rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-section-text {
    font-size: 0.875rem;
    margin-inline: auto;
    margin-top: 0.9375rem;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-footer {
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #f9e9e1;
}

.c-footer__top {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-block: 3.875rem 2.5rem;
}

@media screen and (max-width: 767px) {
  .c-footer__top {
    padding-block: 2.5rem;
  }
}

.c-footer__title {
  max-width: 331px;
  width: 23.6428571429%;
}

@media screen and (max-width: 767px) {
  .c-footer__title {
    max-width: 400px;
    width: 70%;
  }
}

.c-footer__info {
  color: #42210b;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 1.75rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-footer__info {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 1.25rem;
  }
}

.c-footer__info+.c-footer__info {
  margin-top: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .c-footer__info+.c-footer__info {
    margin-top: 0;
  }
}

.c-footer__info a {
  text-decoration: underline;
}

@media (hover: hover) {
  .c-footer__info a:hover {
    text-decoration: none;
  }
}

.c-footer__list {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 1.5625rem;
}

.c-footer__item {
  max-width: 2.125rem;
}

.c-footer__item a {
  transition: all 0.3s;
}

@media (hover: hover) {
  .c-footer__item a:hover {
    opacity: 0.7;
  }
}

.c-footer__bottom {
  align-items: center;
  background: url(../img/footer-copy-bg.jpg) no-repeat center center/cover;
  display: flex;
  height: 2.25rem;
  justify-content: center;
}

.c-footer__copy {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
}

.c-header {
  background-color: rgba(211, 179, 128, 0.25);
  height: 5.8125rem;
  padding-inline: 6.931330472% 9.17739628%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .c-header {
    height: 4.5625rem;
  }
}

.c-header__inner {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1170px;
}

.c-header__logo {
  max-width: 14.375rem;
}

@media screen and (max-width: 767px) {
  .c-header__logo {
    max-width: 11.25rem;
  }
}

.c-hamburger {
  height: 50px;
  padding: 0;
  position: relative;
  width: 42px;
  z-index: 99999;
}

.c-hamburger__top,
.c-hamburger__midle,
.c-hamburger__bottom {
  background: #42210b;
  display: block;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: calc((100% - 20px) / 2);
  transition: all 0.3s;
  width: 42px;
}

@media screen and (max-width: 1023px) {

  .c-hamburger__top,
  .c-hamburger__midle,
  .c-hamburger__bottom {
    height: 3px;
    width: 32px;
  }
}

.c-hamburger__top {
  transform: translateY(-12px);
}

@media screen and (max-width: 1023px) {
  .c-hamburger__top {
    transform: translateY(-7px);
  }
}

.c-hamburger__bottom {
  transform: translateY(12px);
}

@media screen and (max-width: 1023px) {
  .c-hamburger__bottom {
    transform: translateY(7px);
  }
}

.c-hamburger.is-open .c-hamburger__top {
  transform: rotate(45deg);
}

.c-hamburger.is-open .c-hamburger__midle {
  opacity: 0;
  transform: translateY(-50%);
}

.c-hamburger.is-open .c-hamburger__bottom {
  transform: rotate(-45deg);
}

.c-hamburger__text {
  color: #42210b;
  display: block;
  font-size: 0.625rem;
  left: 0;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin: auto;
  position: absolute;
  right: 0;
  top: calc((100% - 4px) / 2);
  transform: translateY(18px);
  white-space: nowrap;
  width: 100%;
}

@media screen and (max-width: 1439px) {
  .c-hamburger__text {
    left: 50%;
    transform: translateY(13px) translateX(-50%) scale(0.9);
    width: 110%;
  }
}

@media screen and (max-width: 1023px) {
  .c-hamburger__text {
    left: 50%;
    transform: translateY(13px) translateX(-50%) scale(0.8);
    width: 120%;
  }
}

@media screen and (max-width: 767px) {
  .c-hamburger__text {
    transform: translateY(8px) translateX(-50%) scale(0.8);
  }
}

.c-nav {
  background: #fff;
  height: 100%;
  height: 100dvh;
  left: 0;
  overflow: scroll;
  padding-bottom: 5%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  width: 100%;
  z-index: 1000;
}

.c-nav.is-show {
  transform: translateX(0);
  transform: translateX(0);
}

.c-nav__inner {
  padding: 3.125rem;
}

@media screen and (max-width: 599px) {
  .c-nav__inner {
    padding: 1.875rem;
  }
}

.c-nav__list {
  padding-top: 3.125rem;
}

.c-nav__item a {
  border-bottom: 1px solid #42210b;
  color: #42210b;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.9375rem 1.25rem;
  position: relative;
  text-transform: capitalize;
}

.c-nav__item a::after {
  content: "＞";
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}

@media (hover: hover) {
  .c-nav__item a:hover {
    text-decoration: underline;
  }

  .c-nav__item a:hover::after {
    right: 0.625rem;
  }
}

.c-nav__tel {
  align-items: center;
  color: #42210b;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  justify-content: center;
  margin-inline: auto;
  margin-top: 2.5rem;
  padding-left: 3.125rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.c-nav__tel::before {
  background: url(../img/contact-tel.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 2.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}

.c-nav__tel a {
  display: inline-block;
}

.c-nav__tel span {
  display: inline-block;
  font-size: 1rem;
  margin-top: 0.625rem;
  white-space: nowrap;
  width: 100%;
}

.c-nav__tel-main {
  margin-top: 2.5rem;
  text-align: center;
  width: 100%;
}

.c-nav__tel-main a {
  color: #42210b;
  display: inline-block;
  font-size: 1.875rem;
  padding-left: 3.125rem;
  position: relative;
}

@media screen and (max-width: 599px) {
  .c-nav__tel-main a {
    font-size: 1.5rem;
  }
}

.c-nav__tel-main a::before {
  background: url(../img/contact-tel.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 2.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}

.c-nav__tel-sub {
  color: #42210b;
  font-size: 1rem;
  margin-top: 0.9375rem;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .c-nav__tel-sub {
    font-size: 1rem;
  }
}

.c-nav__btn-list {
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  margin-top: 2.5rem;
}

@media screen and (max-width: 599px) {
  .c-nav__btn-list {
    align-items: center;
    flex-direction: column;
  }
}

.c-nav__btn {
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  padding: 1.25rem;
  position: relative;
  transition: all 0.3s;
  width: 18.75rem;
}

.c-nav__btn span {
  display: block;
  padding-left: 2.5rem;
  position: relative;
}

.c-nav__btn span::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-nav__btn::after {
  border: 1px solid #fff;
  content: "";
  display: block;
  height: 97%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 99%;
}

.c-nav__btn--contact {
  background-color: #0f1560;
}

.c-nav__btn--contact span::before {
  background: url(../img/nav-btn-contact.svg) no-repeat center center/contain;
  height: 1.1875rem;
  width: 1.5rem;
}

.c-nav__btn--line {
  background-color: #07803b;
}

.c-nav__btn--line span::before {
  background: url(../img/nav-btn-line.svg) no-repeat center center/contain;
  height: 1.6875rem;
  width: 1.8125rem;
}

@media (hover: hover) {
  .c-nav__btn:hover {
    opacity: 0.7;
  }
}

body.is-fixed {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}

div#mfp_hidden {
  height: 1px;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
  width: 1px;
}

div#mfp_hidden input {
  margin: 10px;
}

form#mailformpro dl dt,
form#mailformpro dl dd {
  border-bottom: 1px solid #f0f1f2;
  font-size: 1rem;
  letter-spacing: 0.1em;
  padding-block: 0.9375rem;
}

@media screen and (max-width: 767px) {

  form#mailformpro dl dt,
  form#mailformpro dl dd {
    display: block;
    width: 100%;
  }
}

form#mailformpro dl dt {
  font-weight: 700;
  padding-left: 0.625rem;
  text-align: left;
  width: 26%;
}

@media screen and (max-width: 767px) {
  form#mailformpro dl dt {
    border-bottom: 0;
    padding-block: 0.625rem 0;
    padding-left: 0;
    width: 100%;
  }
}

form#mailformpro dl dd {
  font-weight: 400;
  padding-right: 0.625rem;
  width: 74%;
}

@media screen and (max-width: 767px) {
  form#mailformpro dl dd {
    margin-top: 0.9375rem;
    padding-block: 0 0.625rem;
    padding-right: 0;
    width: 100%;
  }
}

form#mailformpro dl dd ul,
form#mailformpro dl dd ol {
  margin: 0px;
  padding: 0px;
}

form#mailformpro dl dd ul li,
form#mailformpro dl dd ol li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.mfp_wrap {
  display: flex;
}

@media screen and (max-width: 767px) {
  .mfp_wrap {
    flex-direction: column;
  }
}

.must {
  color: #d34a4a;
  display: inline-block;
  font-size: 0.625rem;
  margin-left: 0.375rem;
  transform: scale(0.855);
  transform-origin: left center;
}

table#mfp_confirm_table {
  border-collapse: collapse;
  border-spacing: 0px;
  margin-top: 2.5rem;
  width: 100%;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  border-bottom: 1px solid #f0f1f2;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {

  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    display: block;
    width: 100%;
  }
}

table#mfp_confirm_table tr th {
  font-weight: 700;
  padding-block: 1.25rem;
  padding-left: 0.625rem;
  text-align: left;
  width: 30%;
}

@media screen and (max-width: 767px) {
  table#mfp_confirm_table tr th {
    border-bottom: 0;
    padding-block: 1.25rem 0;
    padding-left: 0;
    width: 100%;
  }
}

table#mfp_confirm_table tr td {
  font-weight: 400;
  padding-block: 1.25rem;
  padding-right: 0.625rem;
}

@media screen and (max-width: 767px) {
  table#mfp_confirm_table tr td {
    margin-top: 0.9375rem;
    padding-block: 0 1.25rem;
    padding-right: 0;
  }
}

div#mfp_phase_confirm h4 {
  font-size: 36px;
  padding: 10px 0px 0px 0px;
  text-align: center;
}

div#mfp_overlay {
  display: none;
  position: absolute;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  color: #42210b;
  margin: 0px auto;
  max-width: 90%;
  padding: 1.875rem;
  width: 70%;
}

@media screen and (max-width: 767px) {
  div#mfp_overlay_inner {
    padding: 1.875rem 0.9375rem;
    width: 90%;
  }
}

div#mfp_overlay_inner h4 {
  font-size: 1.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  div#mfp_overlay_inner h4 {
    font-size: 1.5rem;
  }
}

div#mfp_overlay_background {
  background-color: #000;
  display: none;
  position: absolute;
  z-index: 10000;
}

div#mfp_loading_screen {
  background-color: #000;
  display: none;
  opacity: 0.8;
  position: absolute;
  z-index: 20000;
}

div#mfp_loading {
  background-image: url(../img/mfp_loading.gif);
  display: none;
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: 20001;
}

div.mfp_err {
  background-image: url(../img/mfp_error.gif);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  clear: both;
  color: #f00;
  display: none;
  font-size: 12px;
  line-height: normal;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  text-align: left;
}

.mfp_parent_error {
  border: solid 2px #f00;
}

.problem {
  background-color: #fcc;
}

div#mfp_error {
  background-color: #fee;
  border: solid 1px #f00;
  display: none;
  padding: 10px;
}

div#mfp_error p {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div#mfp_error p strong {
  color: #f00;
  font-size: 18px;
}

div#mfp_warning {
  background-color: #fee;
  border: solid 1px #f00;
  border-radius: 5px;
  display: none;
  padding: 10px;
}

div#mfp_warning p {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div#mfp_warning p strong {
  color: #f00;
  font-size: 18px;
}

div#mfp_price {
  color: #c00;
  font-size: 36px;
  font-weight: bolder;
  padding: 10px;
}

div#mfp_price span {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

button.mfp_next,
button.mfp_prev {
  font-size: 18px;
  margin: 10px;
  padding: 5px 10px;
}

button.mfp_next {
  float: right;
}

button.mfp_prev {
  float: left;
}

ul#mfp_phase_stat {
  padding: 10px;
  text-align: center;
}

ul#mfp_phase_stat li {
  border-radius: 5px;
  display: inline-block;
  font-size: 14px;
  list-style: none;
  margin: 0px 5px;
  padding: 8px 15px;
}

ul#mfp_phase_stat li.mfp_phase_arrow {
  box-shadow: none;
  color: #999;
  padding: 8px 0px;
}

ul#mfp_phase_stat li.mfp_active_phase {
  background-color: #0068b7;
  background-image: url(../img/mfp_header.png);
  background-size: 100% 100%;
  border: solid 2px #0068b7;
  box-shadow: 0px 1px 6px #000;
  color: #fff;
  font-weight: bolder;
  text-shadow: 0px 1px 3px #000;
}

ul#mfp_phase_stat li.mfp_inactive_phase {
  background-color: #eee;
  background-image: url(../img/mfp_header.png);
  background-size: 100% 100%;
  border: solid 2px #eee;
  box-shadow: 0px 1px 6px #ccc;
  color: #999;
}

div#mfp_shopping_cart {
  border: solid 1px #ccc;
  margin: 0px;
  padding: 0px;
}

div#mfp_shopping_cart p {
  background-color: #fee;
  font-size: 12px;
  margin: 0px;
  padding: 20px 10px;
  text-align: center;
}

table.mfp_shoppingcart {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

table.mfp_shoppingcart thead tr td {
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}

table.mfp_shoppingcart tbody tr th,
table.mfp_shoppingcart tbody tr td {
  border-bottom: solid 1px #ccc;
  font-size: 12px;
  padding: 5px;
}

table.mfp_shoppingcart tbody tr td select {
  display: block;
  margin: 0px auto;
  text-align: center;
}

table.mfp_shoppingcart tbody tr td select option {
  text-align: center;
}

table.mfp_shoppingcart tbody tr th span {
  color: #666;
  display: block;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 0px;
}

table.mfp_shoppingcart tfoot tr td {
  color: #900;
  font-size: 16px;
  font-weight: bolder;
  padding: 5px;
}

td.msc_price {
  font-size: 12px;
  text-align: right;
}

div.mfp_button {
  margin-inline: auto;
  position: relative;
  width: 20rem;
}

@media screen and (max-width: 767px) {
  div.mfp_button {
    width: 100%;
  }
}

div.mfp_button::after {
  background: url(../img/btn-arrow.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  right: 1.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}

@media screen and (max-width: 767px) {
  div.mfp_button::after {
    right: 0.875rem;
  }
}

div.mfp_buttons {
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  margin-top: 3.125rem;
}

@media screen and (max-width: 767px) {
  div.mfp_buttons {
    align-items: center;
    flex-direction: column;
    gap: 0.625rem;
  }
}

div.mfp_buttons button#mfp_button_send,
div.mfp_buttons button#mfp_button_cancel {
  background: url(../img/btn-bg.jpg) no-repeat center center/cover;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  max-width: 18.75rem;
  padding-block: 1.25rem;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
}

@media screen and (max-width: 1023px) {

  div.mfp_buttons button#mfp_button_send,
  div.mfp_buttons button#mfp_button_cancel {
    border-radius: 8px;
    font-size: 0.8125rem;
  }
}

div.mfp_buttons button#mfp_button_send::after,
div.mfp_buttons button#mfp_button_cancel::after {
  background: url(../img/btn-arrow.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  right: 1.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}

@media screen and (max-width: 767px) {

  div.mfp_buttons button#mfp_button_send::after,
  div.mfp_buttons button#mfp_button_cancel::after {
    right: 0.875rem;
  }
}

.imagebutton {
  background: none;
  border: none;
  margin: 0px;
  outline: none;
  padding: 0px;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  background-color: #f7f7f7;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  font-size: 1rem;
  max-width: 100%;
  padding: 0.3125rem;
  width: 100%;
}

.mfp_element_textarea {
  height: 10.9375rem;
  line-height: 1.4;
}

.mfp_element_checkbox,
.mfp_element_radio {
  margin: 0px 2px;
  vertical-align: middle;
}

.mfp_element_reset {
  color: #333;
}

input#mfp_reserve_item,
input#mfp_reserve_date {
  display: none;
}

div#mfp_reserve_wrapper {
  border: solid 1px #ccc;
  overflow: hidden;
  position: relative;
}

div#mfp_reserve_inner {
  overflow: auto;
  padding: 0px 0px 0px 100px;
  position: relative;
}

div#mfp_reserve_wrapper table {
  border-collapse: collapse;
  border-spacing: 0px;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_label {
  background-color: #fee;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100px;
  z-index: 100;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value {
  padding: 0px 0px 0px 0px;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
  cursor: pointer;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
  background-color: #e8eef9;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
  background-color: #0068b7;
  color: #fff;
}

td.mfp_reserve_disabled {
  background-color: #ccc;
}

td.mfp_reserve_warning {
  background-color: #ffc;
}

div#mfp_reserve_wrapper table tr td,
div#mfp_reserve_wrapper table tr th {
  border: solid 1px #ccc;
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  padding: 0px 5px;
  text-align: center;
  text-align: left;
}

td.mfp_reserve_week_0 {
  background-color: #fee;
  color: #f00;
}

td.mfp_reserve_week_6 {
  background-color: #eef;
  color: #00f;
}

div.mfp_ok {
  background-color: #090;
  background-image: url(../img/mfp_header.png);
  background-size: 100% 100%;
  border: solid 1px #090;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  display: none;
  font-size: 10px;
  line-height: 1.5em;
  margin: 0px 2px;
  padding: 0px 5px;
}

div.prefcodeWrapper {
  position: relative;
}

div.prefcodeResult {
  background-color: #fff;
  border: solid 1px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  display: none;
  left: 0px;
  padding: 5px;
  position: absolute;
  top: 0px;
}

div.prefcodeResult div {
  cursor: pointer;
}

div.prefcodeResult div:hover {
  background-color: #c9ebfb;
}

div.prefcodeResult div.prefcodeNext {
  background-color: #eee;
  text-align: center;
}

div.prefLoading {
  background: url(../img/mfp_zip_loading.gif) no-repeat center center;
  padding: 60px 100px;
}

div.mfpSuggestWrapper {
  position: relative;
}

div.mfpSuggestResult {
  background-color: #fff;
  border: solid 1px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  display: none;
  left: 0px;
  padding: 5px;
  position: absolute;
  top: 0px;
}

div.mfpSuggestResult div {
  cursor: pointer;
}

div.mfpSuggestResult div:hover {
  background-color: #c9ebfb;
}

div.mfpSuggestResult div.mfpSuggestNext {
  background-color: #eee;
  text-align: center;
}

div.prefLoading {
  background: url(../img/mfp_zip_loading.gif) no-repeat center center;
  padding: 60px 100px;
}

.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

div.mfp_attached_thumbnails {
  background: #eee;
  border: solid 1px #ccc;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #ccc inset;
  display: none;
  margin: 5px auto;
  padding: 5px;
}

div.mfp_attached_thumbnails ul {
  margin: 0px;
  padding: 0px;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
  border: solid 4px #fff;
  box-shadow: 0px 2px 5px #999;
  display: inline-block;
  margin: 5px;
  padding: 0px;
  vertical-align: top;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
  display: block;
  max-height: 100px;
  overflow: hidden;
}

div.mfp_attached_thumbnails ul li a img {
  display: block;
  max-width: 80px;
}

button.mfp_attached_reset {
  font-size: 14px;
}

div.mfp_draganddrop {
  background: url(../img/draganddrop.png) no-repeat center center #eee;
  background-size: auto 80%;
  border: solid 2px #ccc;
  border-radius: 3px;
  height: 200px;
  margin: 5px auto;
  width: 100%;
}

div.mfp_dragover {
  background-color: #fff;
  border: solid 2px #0068b7;
}

div.mfp_attached_filelist {
  border: solid 1px #ccc;
  border-radius: 3px;
  margin: 5px auto;
  padding: 5px;
  width: 100%;
}

form#mailformpro dl dd div.mfp_attached_filelist ul,
div.mfp_attached_filelist ul {
  padding: 5px;
}

form#mailformpro dl dd div.mfp_attached_filelist ul li,
div.mfp_attached_filelist ul li {
  background: url(../img/file.png) no-repeat 5px center;
  background-size: 1.3em 1.3em;
  display: inline-block;
  margin-right: 1em;
  padding: 5px 5px 5px 2em;
}

form#mailformpro dl dd div.mfp_attached_filelist ul li:last-child,
div.mfp_attached_filelist ul li:last-child {
  border: none;
}

div.mfp_guide {
  height: 1px;
  position: relative;
  width: 1px;
}

div.mfp_guide div {
  background: #f00;
  border-radius: 5px;
  bottom: 0px;
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: bolder;
  left: 0px;
  line-height: 1em;
  margin-top: -2em;
  padding: 5px 10px;
  position: absolute;
  white-space: nowrap;
}

div#mfp_numticket_wrapper,
div#mfp_numticket_wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

div#mfp_numticket_wrapper {
  clear: both;
  padding: 15px;
}

div#mfp_numticket_wrapper section#numticket_message_wrapper {
  background: #fee;
  border: solid 3px #f00;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.7em;
  margin: 5px auto;
  padding: 15px;
}

div#mfp_numticket_wrapper section#numticket_waitTime {
  background: #fff;
  border: solid 3px #ccc;
  border-radius: 5px;
  font-size: 16px;
  margin: 10px auto;
  padding: 15px;
}

div#mfp_numticket_wrapper section#numticket_waitTime strong {
  display: block;
  font-size: 32px;
  text-align: center;
}

div#mfp_numticket_wrapper section#numticket_waitTime p.numticket_center {
  text-align: center;
}

div.mfp_traffic_status {
  border: solid 1px #ccc;
  border-radius: 3px;
  margin: 10px auto;
  max-width: 460px;
  padding: 15px;
}

div.mfp_traffic_status h3 {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

div.mfp_traffic_status table {
  text-align: center;
  width: 100%;
}

div#wrapper div.mfp_traffic_status table tr th,
div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td,
div.mfp_traffic_status table th {
  border: none;
  padding: 0;
}

div#wrapper div.mfp_traffic_status table tr td,
div.mfp_traffic_status table td {
  padding: 0 2px;
}

div#wrapper div.mfp_traffic_status table tr th,
div.mfp_traffic_status table th {
  border-top: solid 1px #ccc;
  color: #999;
  font-size: 10px;
  font-weight: normal;
  padding-top: 5px;
}

div.mfp_traffic_status table td {
  height: 100px;
}

div.mfp_traffic_status table td span {
  background: #7baaf7;
  border-left: solid 1px #66a1f7;
  border-radius: 3px 3px 0 0;
  border-right: solid 1px #66a1f7;
  border-top: solid 1px #66a1f7;
  display: block;
  margin: 0 auto;
  max-width: 30px;
  min-width: 10px;
  padding-bottom: 10px;
}

div.mfp_traffic_status table td span.mfp_traffic_status_current {
  background: #5d7af2;
  border-left: solid 1px #546cd1;
  border-right: solid 1px #546cd1;
  border-top: solid 1px #546cd1;
}

.mfp_ok {
  background-color: rgba(0, 255, 0, 0.2);
}

.mfp_ng {
  background-color: rgba(255, 0, 0, 0.2);
}

div#mfp_OperationCheck div#mfp_OperationCheck_inner {
  display: none;
}

div#mfp_OperationCheck strong {
  background: #090;
  border-radius: 3px;
  color: #222;
  display: block;
  text-align: center;
}

div#mfp_OperationCheck * {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

div#mfp_OperationCheck p {
  font-size: 12px;
  margin: 0px;
  padding: 0px 5px;
}

div#mfp_OperationCheck p a {
  color: #0c0;
  text-decoration: none;
}

div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
  text-decoration: underline;
}

div#mfp_OperationCheck p button {
  background: none;
  border: none;
  color: #0c0;
  cursor: pointer;
}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
  font-size: 12px;
  line-height: 12px;
  list-style: none;
  vertical-align: middle;
}

div#mfp_OperationCheck ul li {
  padding: 5px 10px;
}

div#mfp_OperationCheck ul li label {
  text-decoration: underline;
}

button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
  background: gradient(linear, center top, center bottom, from(#eee), to(#ccc));
  background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
  border: solid 1px #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 5px auto;
  outline: none;
  padding: 5px 10px 5px 2em;
  text-shadow: 0px 2px 0px #fff;
}

button#mfp_recorder_record {
  background: url(../img/mfp_record_disabled.png) no-repeat 5px center #eee;
  background-size: 24px 24px;
}

button#mfp_recorder_clear {
  background: url(../img/mfp_record_remove.png) no-repeat 5px center #eee;
  background-size: 24px 24px;
}

button#mfp_recorder_restore {
  background: url(../img/mfp_record_restore.png) no-repeat 5px center #eee;
  background-size: 24px 24px;
}

button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
  background: url(../img/mfp_record_enabled.png) no-repeat 5px center #eee;
  background-size: 24px 24px;
}

div#mfp_recorder_wrap {
  border: solid 1px #ccc;
  margin: 5px auto;
  padding: 10px;
  text-align: center;
}

td.request_image {
  width: 100px;
}

td.request_image img {
  max-width: 100px;
}

button.mfp_submit_enable {
  background: none;
  background: #000090;
}

button.mfp_submit_disable {
  background: none;
  background: #fd8282;
}

span.mfp_tips {
  background-color: #fcc;
  background-image: url(../img/mfp_header.png);
  background-size: 100% 100%;
  border-radius: 5px;
  box-shadow: 0px 2px 10px #999;
  display: block;
  margin: 2px;
  padding: 10px;
}

span.mfp_tips strong {
  color: #800040;
}

span.mfp_tips span {
  color: #008080;
  display: block;
  padding: 10px;
}

span.mfp_tips em {
  color: #090;
  font-style: normal;
  font-weight: bold;
}

div.mfp_estimate_wrapper {
  border: solid 1px #ccc;
  border-radius: 5px;
  margin: 5px;
  padding: 10px;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap {
  border: solid 1px #ccc;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px;
  position: relative;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap div.mfp_estimate_label {
  background: #fff;
  color: #666;
  display: inline-block;
  font-size: 12px;
  left: 1em;
  padding: 0 0.5em;
  position: absolute;
  top: -0.7em;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap select {
  font-size: 18px;
  line-height: 1em;
  margin: 5px 0;
  min-height: 2.5em;
  padding: 5px 10px;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap img {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap strong {
  color: #900;
  display: block;
  font-size: 24px;
  text-align: right;
}

div.mfp_estimate_wrapper div.mfp_estimate_wrap strong em {
  display: inline-block;
  font-size: 30px;
}

div.mfp_estimate_wrapper button.mfp_estimate_button {
  background: gradient(linear, center top, center bottom, from(#eee), to(#ccc));
  background: gradient(linear, center top, center bottom, from(#eee), to(#ccc));
  background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
  border: solid 1px #ccc;
  border-radius: 5px;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  text-shadow: 0px 2px 0px #fff;
}

div.mfp_estimate_list table.mfp_estimate_list_table {
  margin: 10px 0;
  width: 100%;
}

div.mfp_estimate_list table.mfp_estimate_list_table thead tr th {
  text-align: center;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tr td {
  border: none;
  border-bottom: solid 1px #333;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tfoot tr td {
  border: none;
  text-align: right;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td {
  margin: 0;
  padding: 0;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th {
  padding: 0 10px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span,
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr th span {
  color: #666;
  display: block;
  font-size: 10px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(1) {
  width: 80px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(2) {
  padding: 0 10px;
  text-align: right;
  width: 120px;
}

div#wrapper div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3),
div.mfp_estimate_list table.mfp_estimate_list_table tbody tr td:nth-of-type(3) {
  width: 60px;
}

div.mfp_estimate_list table.mfp_estimate_list_table tbody td img {
  max-width: 80px;
}

div.mfp_estimate_list table.mfp_estimate_list_table tbody td button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
}

div.mfp_ticket_wrapper {
  border: solid 1px #ccc;
  margin: 5px;
  overflow: auto;
}

div.mfp_ticket_map {
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
}

div.mfp_ticket_map div {
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 20px;
}

div.mfp_ticket_map div label {
  position: relative;
}

div.mfp_ticket_map div label span {
  background-color: #fff;
  border: solid 1px #ccc;
  display: inline-block;
  display: none;
  font-size: 10px;
  left: 20px;
  line-height: 1em;
  padding: 3px 3px;
  position: absolute;
  top: 0px;
  white-space: nowrap;
}

div.mfp_ticket_map div label:hover span {
  display: block;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  form#mailformpro dl dt {
    font-size: 1rem;
    padding-block: 0.9375rem 0;
    text-align: left;
    width: auto;
  }

  form#mailformpro dl dd {
    border-top: none;
    font-size: 1rem;
    line-height: 1.5em;
    padding-block: 0 0.9375rem;
  }

  ul#mfp_phase_stat li {
    border-radius: 3px;
    font-size: 14px;
    list-style: none;
    margin: 5px;
    padding: 5px 0px;
    text-align: center;
    width: 28%;
  }

  ul#mfp_phase_stat li.mfp_phase_arrow {
    bos-shadow: none;
    display: none;
  }

  table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: 100px;
  }

  div#mfp_thanks {
    font-size: 18px;
    padding: 20px 0px;
    text-align: center;
  }

  div#mfp_thanks strong {
    color: #c00;
    display: block;
    font-size: 24px;
  }
}

.p-contact-form {
  /* チェックボックス、ラジオボタン共通
  ------------------------------------------ */
  /* チェックボックス
  ------------------------------------------ */
  /* ラジオボタン
  ------------------------------------------ */
}

.p-contact-form .policy {
  margin-block: 2.5rem;
  text-align: center;
}

.p-contact-form .policy label {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-contact-form input[type="radio"],
.p-contact-form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.p-contact-form .policy {
  /*チェックボックス未チェック時*/
  /*チェックボックスチェック時*/
}

.p-contact-form .policy input+span {
  align-items: center;
  cursor: pointer;
  display: flex;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}

.p-contact-form .policy input+span:before {
  background: #fff;
  border: 1px solid #333;
  content: "";
  height: 0.8em;
  line-height: 1;
  margin-right: 0.5rem;
  margin-top: 0.2em;
  vertical-align: middle;
  width: 0.8em;
}

.p-contact-form .policy input+span:after {
  content: "";
  display: none;
}

.p-contact-form .policy input:checked~span:after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  display: block;
  height: 0.65em;
  left: 0.25em;
  position: absolute;
  top: 0.2em;
  transform: rotate(50deg);
  width: 0.35em;
}

.p-contact-form .mfp_radio {
  /*ラジオボタンチェック印（未選択）*/
  /*ラジオボタンチェック印（選択）*/
}

.p-contact-form .mfp_radio input+span {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  margin: 0 2em 0 0;
  padding: 0.3em 0.3em 0.3em 1.1em;
  position: relative;
  vertical-align: middle;
}

.p-contact-form .mfp_radio input+span:before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  content: "";
  height: 0.8125em;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0.48em;
  width: 0.8125em;
}

.p-contact-form .mfp_radio input+span:after {
  content: "";
  display: none;
}

.p-contact-form .mfp_radio input:checked~span:after {
  background: #333;
  border-radius: 50%;
  display: block;
  height: 0.44em;
  left: 0.18em;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0.66em;
  width: 0.44em;
}

@media screen and (max-width: 767px) {
  .p-contact-form .mfp_radio input:checked~span:after {
    height: 0.4em;
    top: 0.68em;
    width: 0.4em;
  }
}

.p-contact-form .mfp_radio input.radio-adjust:checked~span:after {
  top: 0.67em;
}

.thanks {
  align-items: center;
  color: #42210b;
  display: flex;
  justify-content: center;
  letter-spacing: 0.1em;
  padding-top: 10%;
  text-align: center;
}

.thanks__inner {
  padding-inline: 25px;
}

@media screen and (max-width: 767px) {
  .thanks__inner {
    padding-inline: 15px;
  }
}

.thanks__title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .thanks__title {
    font-size: 1.25rem;
  }
}

.thanks__text {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .thanks__text {
    font-size: 1rem;
    text-align: left;
  }
}

.thanks__home {
  margin-inline: auto;
  margin-top: 3.75rem;
  text-transform: uppercase;
  width: 20rem;
}

@media screen and (max-width: 767px) {
  .thanks__home {
    margin-top: 2.5rem;
    width: 15.625rem;
  }
}

.p-about {
  padding-block: 5rem 6.25rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-about {
    padding-block: 3.125rem 4.6875rem;
  }
}

.p-about::before {
  -o-object-fit: cover;
  background-color: rgba(244, 203, 106, 0.19);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-about__inner {
  padding-inline: 25px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-about__inner {
    padding-inline: 15px;
  }
}

.p-about__title {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-about__title img {
  margin-inline: auto;
  max-width: 723px;
  width: 51.6428571429vw;
}

@media screen and (max-width: 767px) {
  .p-about__title img {
    max-width: 500px;
    width: 100%;
  }
}

.p-about__title span {
  color: #774d36;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-about__title span {
    font-size: 0.75rem;
  }
}

.p-about__container {
  margin-inline: auto;
  margin-top: 1.875rem;
  max-width: 45.375rem;
}

@media screen and (max-width: 767px) {
  .p-about__container {
    max-width: 37.5rem;
  }
}

.p-about-balloon-top {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}

.p-about-balloon-top .p-about__balloon {
  margin-top: 1.5625rem;
  max-width: 336px;
  width: 46.280991735%;
}

@media screen and (max-width: 767px) {
  .p-about-balloon-top .p-about__balloon {
    flex: 1;
  }
}

.p-about__balloon-wrap {
  flex: 1;
  max-width: 600px;
  width: 82.644628099%;
}

.p-about__balloon {
  color: #42210b;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-about__balloon {
    font-size: 0.875rem;
  }
}

.p-about__balloon::before {
  content: "";
  display: block;
  height: 1.6875rem;
  position: absolute;
  top: 5px;
  width: 2.125rem;
}

@media screen and (max-width: 767px) {
  .p-about__balloon::before {
    height: 1.1875rem;
    width: 1.5rem;
  }
}

.p-about__balloon--right {
  padding-right: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-about__balloon--right {
    padding-right: 0.9375rem;
  }
}

.p-about__balloon--right::before {
  background: url(../img/balloon-right.svg) no-repeat center center/contain;
  right: 0;
}

.p-about__balloon--right:not(:first-child) {
  padding-right: 0;
}

.p-about__balloon--right:not(:first-child)::before {
  right: -1.25rem;
}

@media screen and (max-width: 767px) {
  .p-about__balloon--right:not(:first-child)::before {
    right: -0.9375rem;
  }
}

.p-about__balloon--left {
  padding-left: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-about__balloon--left {
    padding-left: 0.9375rem;
  }
}

.p-about__balloon--left::before {
  background: url(../img/balloon-left.svg) no-repeat center center/contain;
  left: 0;
}

.p-about__balloon--left:not(:first-child) {
  padding-left: 0;
}

.p-about__balloon--left:not(:first-child)::before {
  left: -1.25rem;
}

@media screen and (max-width: 767px) {
  .p-about__balloon--left:not(:first-child)::before {
    left: -0.9375rem;
  }
}

.p-about__balloon:not(:first-child) {
  margin-top: 1.25rem;
}

.p-about__balloon-body {
  background-color: #fff;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  padding: 1.875rem 1.25rem 1.875rem 1.5625rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-about__balloon-body {
    border-radius: 14px;
    padding: 0.9375rem;
  }
}

.p-about-balloon-top__img {
  max-width: 369px;
  width: 50.82644628%;
}

@media screen and (max-width: 767px) {
  .p-about-balloon-top__img {
    width: 40vw;
  }
}

.p-about__balloon-list {
  margin-top: 4rem;
}

.p-about__balloon-item {
  display: flex;
  flex-direction: row;
}

.p-about__balloon-item:nth-child(even) {
  flex-direction: row-reverse;
}

.p-about__balloon-item:not(:first-child) {
  margin-top: 1.125rem;
}

.p-about__balloon-img {
  max-width: 122px;
  width: 16.804407713%;
}

.p-about-link {
  margin-top: 3.75rem;
  text-align: center;
}

.p-arrive {
  overflow: hidden;
  padding-block: 5rem 6.25rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-arrive {
    padding-block: 3.125rem 4.6875rem;
  }
}

.p-arrive::before {
  -o-object-fit: cover;
  background-color: rgba(0, 128, 171, 0.17);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-arrive::after {
  background: url(../img/arrive-bg.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 16.6875rem;
  height: 19.0714285714vw;
  left: 0;
  position: absolute;
  top: 2.75rem;
  width: 96.9375rem;
  width: 110.7857142857vw;
}

@media screen and (max-width: 767px) {
  .p-arrive::after {
    top: -4.375rem;
    width: 100%;
  }
}

.p-arrive__inner {
  padding-inline: 25px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-arrive__inner {
    padding-inline: 15px;
  }
}

.p-arrive__title {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-arrive__title img {
  margin-inline: auto;
  max-width: 538px;
  width: 38.4285714286vw;
}

@media screen and (max-width: 767px) {
  .p-arrive__title img {
    max-width: 500px;
    width: 100%;
  }
}

.p-arrive__title span {
  color: #774d36;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-arrive__title span {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.p-arrive__container {
  margin-inline: auto;
  margin-top: 3.75rem;
  max-width: 62.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-arrive__container {
    max-width: 500px;
  }
}

.p-arrive__tree {
  margin-inline: auto;
  max-width: 15.625rem;
}

@media screen and (max-width: 767px) {
  .p-arrive__tree {
    display: none;
  }
}

.p-arrive__item {
  align-items: center;
  background: url(../img/paper_00041.jpg) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  max-width: 23.625rem;
  padding-bottom: 1.25rem;
  padding-inline: 3%;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-arrive__item {
    max-width: 500px;
    position: relative;
  }

  .p-arrive__item:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.p-arrive__item::before {
  -o-object-fit: cover;
  background-color: rgba(211, 221, 255, 0.14);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-arrive__item:nth-child(1) {
  left: 0;
  top: 1%;
}

@media screen and (max-width: 767px) {
  .p-arrive__item:nth-child(1) {
    left: auto;
    top: auto;
  }
}

.p-arrive__item:nth-child(2) {
  right: 0;
  top: 4.375rem;
}

@media screen and (max-width: 767px) {
  .p-arrive__item:nth-child(2) {
    right: auto;
    top: auto;
  }
}

.p-arrive__item:nth-child(3) {
  left: 0;
  top: 20.625rem;
}

@media screen and (max-width: 767px) {
  .p-arrive__item:nth-child(3) {
    left: auto;
    top: auto;
  }
}

.p-arrive__item:nth-child(4) {
  right: 0;
  top: 46.25rem;
}

@media screen and (max-width: 767px) {
  .p-arrive__item:nth-child(4) {
    right: auto;
    top: auto;
  }
}

.p-arrive__item:nth-child(5) {
  bottom: 1.875rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-arrive__item:nth-child(5) {
    bottom: auto;
    left: auto;
    margin-top: 9.375rem;
  }
}

.p-arrive__item:nth-child(6) {
  bottom: 1.875rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-arrive__item:nth-child(6) {
    bottom: auto;
    right: auto;
  }
}

.p-arrive__item-head {
  align-items: center;
  color: #b35a24;
  display: flex;
  flex-direction: column-reverse;
  font-weight: 700;
  gap: 1.25rem;
  margin-top: -1.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-arrive__item-head {
    gap: 0.625rem;
    margin-top: -0.9375rem;
  }
}

.p-arrive__item-title {
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-arrive__item-title {
    font-size: 1.125rem;
  }
}

.p-arrive__item-time {
  font-size: 3.375rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-arrive__item-time {
    font-size: 2rem;
  }
}

.p-arrive__item-text {
  color: #42210b;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .p-arrive__item-text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-arrive__item-sub-text {
  color: #42210b;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-arrive__item-sub-text {
    font-size: 0.875rem;
    margin-right: auto;
    margin-top: 0.3125rem;
  }
}

.p-arrive__item-comment {
  color: #bd803b;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 0.625rem;
  padding-left: 3.125rem;
  position: relative;
}

.p-arrive__item-comment a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-arrive__item-comment {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-arrive__item-comment::before {
  background: url(../img/voice-text-icon.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 2.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}

.p-arrive__item-img {
  margin-top: 0.9375rem;
}

.p-arrive__item-tag {
  background-color: #42210b;
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  margin-bottom: -0.3125rem;
  margin-right: auto;
  margin-top: 0.9375rem;
  padding-block: 0.25rem;
  text-align: center;
  width: 5rem;
}

@media screen and (max-width: 767px) {
  .p-arrive__item-tag {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}

.p-arrive__text {
  color: #42210b;
  font-size: 1.875rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 1.5666666667;
  position: absolute;
  text-align: center;
  top: 64%;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-arrive__text {
    bottom: 28%;
    font-size: 1rem;
    top: auto;
  }
}

@media screen and (max-width: 450px) {
  .p-arrive__text {
    bottom: 27%;
  }
}

.p-arrive__text-center {
  display: inline-block;
  text-align: left;
}

.p-arrive__text-blue {
  color: #0080ab;
}

.p-company {
  padding-block: 5rem 6.25rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-company {
    padding-block: 3.125rem 4.6875rem;
  }
}

.p-company::before {
  -o-object-fit: cover;
  background-color: rgba(255, 255, 255, 0.52);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-company__inner {
  padding-inline: 25px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-inline: 15px;
  }
}

.p-company__title {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-company__title img {
  margin-inline: auto;
  max-width: 160px;
  width: 12.1142857143vw;
}

@media screen and (max-width: 767px) {
  .p-company__title img {
    max-width: 400px;
    width: 50%;
  }
}

.p-company__title span {
  color: #774d36;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-company__title span {
    font-size: 0.875rem;
  }
}

.p-company__list {
  margin-inline: auto;
  margin-top: 2.5rem;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .p-company__list {
    max-width: 600px;
  }
}

.p-company__list-wrap {
  color: #42210b;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.25;
}

@media screen and (max-width: 767px) {
  .p-company__list-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-company__list-wrap:not(:first-child) {
    margin-top: 1.25rem;
  }
}

.p-company__list-title {
  border-bottom: 3px solid #efe0d8;
  font-weight: 700;
  max-width: 200px;
  padding-block: 0.3125rem;
  padding-left: 0.875rem;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .p-company__list-title {
    border-bottom: 0;
    max-width: 100%;
    padding-block: 0.3125rem 0;
    padding-left: 0;
    width: 100%;
  }
}

.p-company__list-desc {
  border-bottom: 1px solid #efe0d8;
  font-weight: 400;
  margin-bottom: 1px;
  max-width: 600px;
  padding-block: 0.3125rem;
  padding-left: 1rem;
  width: 75%;
}

@media screen and (max-width: 767px) {
  .p-company__list-desc {
    font-size: 0.875rem;
    max-width: 100%;
    padding-block: 0 0.3125rem;
    padding-left: 0.5em;
    width: 100%;
  }
}

.p-company__list-map {
  margin-left: -1rem;
  margin-top: 0.3125rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-company__list-map {
    margin-left: 0;
  }
}

iframe {
  aspect-ratio: 600/262;
  width: 100%;
}

@media screen and (max-width: 767px) {
  iframe {
    aspect-ratio: 4/3;
  }
}

.p-contact {
  padding-block: 5rem 6.25rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding-block: 3.125rem 4.6875rem;
  }
}

.p-contact::before {
  -o-object-fit: cover;
  background-color: rgba(0, 128, 171, 0.71);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-contact__inner {
  padding-inline: 25px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-inline: 15px;
  }
}

.p-contact__title {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-contact__title img {
  margin-inline: auto;
  max-width: 239px;
  width: 17.0714285714vw;
}

@media screen and (max-width: 767px) {
  .p-contact__title img {
    max-width: 400px;
    width: 80%;
  }
}

.p-contact__title span {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-contact__title span {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.p-contact__container {
  margin-inline: auto;
  margin-top: 4.0625rem;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .p-contact__container {
    margin-top: 2.5rem;
    max-width: 600px;
  }
}

.p-contact__head {
  background-color: #fff;
  border-radius: 8px;
  padding-block: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-contact__head {
    padding-block: 0.9375rem;
  }
}

.p-contact__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .p-contact__list {
    display: block;
  }
}

.p-contact__item {
  align-items: center;
  color: #42210b;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-contact__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.p-contact__item-title {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-contact__item-title {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.p-contact__item-number {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-contact__item-number {
    font-size: 1.625rem;
  }
}

.p-contact__item-number span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
}

.p-contact__info {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-contact__info {
    text-align: left;
  }
}

.p-contact__info a {
  text-decoration: underline;
}

@media (hover: hover) {
  .p-contact__info a:hover {
    text-decoration: none;
  }
}

.p-contact-form {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 3.125rem;
}

.p-contact-form__inner {
  padding: 1.5625rem 2.8125rem 5.625rem;
}

@media screen and (max-width: 767px) {
  .p-contact-form__inner {
    padding: 1.5625rem 1.5625rem 3.75rem;
  }
}

.p-contact-form__head {
  align-items: center;
  color: #42210b;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1em;
  margin-bottom: 1.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-contact-form__head {
    margin-bottom: 1.875rem;
  }
}

.p-contact-form__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-contact-form__title {
    margin-top: 0.625rem;
  }
}

.p-contact-form__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .p-contact-form__text {
    text-align: left;
  }
}

.p-fv {
  overflow: hidden;
  position: relative;
}

.p-fv::after {
  background: url(../img/fv-bottom-border.png) no-repeat center center/cover;
  bottom: 0;
  content: "";
  display: block;
  height: 1.375rem;
  left: 0;
  margin-inline: calc(50% - 50vw);
  position: absolute;
  width: 100vw;
}

.p-fv__main-bg {
  background-image: url(../img/main-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 49.2142857143vw;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-fv__main-bg {
    background-position: right 11% center;
    height: 100vw;
  }
}

.p-fv__main-bg::after {
  background: url(../img/fv-bottom-gradation@2x.png) no-repeat center center/cover;
  bottom: -40.7142857143vw;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 200;
}

@media screen and (max-width: 767px) {
  .p-fv__main-bg::after {
    bottom: -76vw;
  }
}

.p-fv__icon {
  bottom: 13vw;
  display: block;
  position: absolute;
  right: 7vw;
  transform: rotate(5deg);
  width: 10vw;
}

@media screen and (max-width: 767px) {
  .p-fv__icon {
    bottom: 30vw;
    right: 3vw;
    width: 18.6666666667vw;
  }
}

.p-fv__head {
  margin-left: 6.4285714286vw;
  padding-top: 6.7857142857vw;
  position: relative;
  width: 51.8571428571vw;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .p-fv__head {
    margin-inline: auto;
    padding-top: 5vw;
    width: 93.3333333333vw;
  }
}

.p-fv__head::before {
  background: url(../img/fv-material-top.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 4.8571428571vw;
  position: absolute;
  right: -6.7142857143vw;
  top: 4.4285714286vw;
  width: 19.1428571429vw;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-fv__head::before {
    height: 9.0666666667vw;
    right: -2.5vw;
    top: 8.2666666667vw;
    width: 35.7333333333vw;
  }
}

.p-fv__head::after {
  background: url(../img/fv-material-bottom.svg) no-repeat center center/contain;
  bottom: -2.6428571429vw;
  content: "";
  display: block;
  height: 2.8571428571vw;
  position: absolute;
  right: 11.1428571429vw;
  width: 11.8571428571vw;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-fv__head::after {
    bottom: -10vw;
    height: 5.3333333333vw;
    right: 20.8vw;
    width: 23.4666666667vw;
  }
}

.p-fv__title {
  position: relative;
  z-index: 5;
}

.p-fv__title::before {
  background: url(../img/fv-material-center.svg) no-repeat center center/contain;
  bottom: 1.3571428571vw;
  content: "";
  display: block;
  height: 2.3571428571vw;
  left: -5.1428571429vw;
  position: absolute;
  width: 10vw;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-fv__title::before {
    bottom: 2.6666666667vw;
    height: 4.2666666667vw;
    left: -9.6vw;
    width: 18.6666666667vw;
  }
}

.p-fv__text {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(12px, 1.5vw, 38px);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.7142857143;
  margin-top: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: clamp(10px, 3.92vw, 21px);
    text-shadow: 0 0 3px #000;
  }
}

.p-fv-bottom-text {
  bottom: -7.1428571429vw;
  color: rgba(66, 33, 11, 0.68);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(10px, 1.28571429vw, 32px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
  position: absolute;
  right: 7.7142857143vw;
  text-align: right;
  z-index: 250;
}

@media screen and (max-width: 767px) {
  .p-fv-bottom-text {
    bottom: -12vw;
    font-size: clamp(10px, 3.36vw, 18px);
  }
}

.p-fv-bottom-text span {
  font-size: clamp(14px, 1.857143vw, 48px);
}

@media screen and (max-width: 767px) {
  .p-fv-bottom-text span {
    font-size: clamp(10px, 4.8533333vw, 26px);
  }
}

.p-fv__river {
  bottom: -1.4285714286vw;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .p-fv__river {
    bottom: -2.6666666667vw;
  }
}

.p-fv__river01 {
  margin-left: -2.9285714286vw;
  position: relative;
  width: 105.8571428571vw;
}

@media screen and (max-width: 767px) {
  .p-fv__river01 {
    margin-left: -5.3333333333vw;
    width: 197.6vw;
  }
}

.p-fv__river01:not(:first-child) {
  margin-top: -2.0714285714vw;
}

@media screen and (max-width: 767px) {
  .p-fv__river01:not(:first-child) {
    margin-top: -4vw;
  }
}

.p-fv__river02 {
  margin-left: 1.0714285714vw;
  margin-top: -2.0714285714vw;
  position: relative;
  width: 114vw;
}

@media screen and (max-width: 767px) {
  .p-fv__river02 {
    margin-left: 1.8666666667vw;
    margin-top: -4vw;
    width: 212.8vw;
  }
}

.p-fv__wave {
  bottom: -2.5vw;
  left: -9.2857142857vw;
  position: absolute;
  width: 56.6428571429vw;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .p-fv__wave {
    bottom: 1vw;
    left: -12vw;
    width: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__fish-group {
    position: relative;
  }
}

.p-fv__fish01,
.p-fv__fish02,
.p-fv__fish03,
.p-fv__fish04,
.p-fv__fish05,
.p-fv__fish06 {
  position: absolute;
}

.p-fv__fish01 {
  left: 39.0714285714vw;
  top: -2.1428571429vw;
  width: 15.2857142857vw;
  z-index: 150;
}

@media screen and (max-width: 767px) {
  .p-fv__fish01 {
    left: 28vw;
    top: -32vw;
    width: 22.6666666667vw;
  }
}

.p-fv__fish02 {
  bottom: 0;
  left: 47.9285714286vw;
  width: 12.5714285714vw;
  z-index: 45;
}

@media screen and (max-width: 767px) {
  .p-fv__fish02 {
    bottom: 15vw;
    left: 49vw;
    width: 18.6666666667vw;
  }
}

.p-fv__fish03 {
  bottom: 3.7142857143vw;
  right: 46vw;
  width: 4.9285714286vw;
  z-index: 45;
}

@media screen and (max-width: 767px) {
  .p-fv__fish03 {
    bottom: 12vw;
    left: 65vw;
    right: auto;
    width: 7.2vw;
  }
}

.p-fv__fish04 {
  bottom: 1vw;
  right: 41vw;
  width: 4.9285714286vw;
  z-index: 150;
}

@media screen and (max-width: 767px) {
  .p-fv__fish04 {
    bottom: 10vw;
    left: 75vw;
    right: auto;
    width: 7.2vw;
  }
}

.p-fv__fish05 {
  bottom: 8.2142857143vw;
  right: 33vw;
  width: 10.4285714286vw;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .p-fv__fish05 {
    bottom: 15.2vw;
    left: 75vw;
    right: auto;
    width: 15.4666666667vw;
    z-index: 20;
  }
}

.p-fv__fish06 {
  bottom: 4.9285714286vw;
  right: 22vw;
  width: 6vw;
  z-index: 45;
}

@media screen and (max-width: 767px) {
  .p-fv__fish06 {
    bottom: 11vw;
    left: 89vw;
    right: auto;
    width: 8.8vw;
  }
}

/* 魚のアニメーション
------------------------------------------ */
.fish-animation {
  animation: fish-animetion 1.5s linear infinite;
  transform-origin: center bottom;
}

@keyframes fish-animetion {
  0% {
    transform: rotate(0deg);
  }

  15% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(0deg);
  }

  45% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(-10deg);
  }
}

/* 無限スライダー
------------------------------------------ */
.p-fv-slider {
  height: 28vw;
  margin-left: auto;
  margin-right: 8vw;
  max-width: 129.5714285714vw;
  overflow: hidden;
  position: absolute;
  right: 0%;
  top: 7.3571428571vw;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-fv-slider {
    height: 62.6666666667vw;
    margin-right: 0;
    max-width: 290.1333333333vw;
    top: 13.6vw;
  }
}

.p-fv-slider-content {
  -o-object-fit: cover;
  animation: infinity-scroll-left 70s infinite linear 0.5s both;
  display: flex;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

.p-fv-slider-content::before {
  background-color: rgba(41, 128, 156, 0.32);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 200vw;
  z-index: 10;
}

.p-fv-slider-content img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.d-demo__list--left {
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

/* ファーストビジュアル下部
------------------------------------------ */
.p-fv-bottom {
  position: relative;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-fv-bottom {
    width: 150%;
  }
}

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

.p-fv-bottom__bg::before {
  background-color: rgba(3, 66, 86, 0.17);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-fv-bottom__bg::after {
  background: url(../img/fv-bottom-fade.png) no-repeat center center/cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.p-greeting {
  padding-block: 5.625rem 6.875rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-greeting {
    padding-block: 3.125rem 4.6875rem;
  }
}

.p-greeting::before {
  -o-object-fit: cover;
  background-color: rgba(244, 203, 106, 0.55);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-greeting__inner {
  padding-inline: 25px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-greeting__inner {
    padding-inline: 15px;
  }
}

.p-greeting__title {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-greeting__title img {
  margin-inline: auto;
  max-width: 328px;
  width: 23.4285714286vw;
}

@media screen and (max-width: 767px) {
  .p-greeting__title img {
    max-width: 229px;
    width: 61.0666666667vw;
  }
}

.p-greeting__title span {
  color: #774d36;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-greeting__title span {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.p-greeting__balloon {
  display: flex;
  margin-inline: auto;
  margin-top: 2.75rem;
  max-width: 768px;
}

@media screen and (max-width: 767px) {
  .p-greeting__balloon {
    justify-content: center;
    margin-top: 1.875rem;
    max-width: 600px;
  }
}

.p-greeting__balloon-icon {
  max-width: 122px;
  width: 15.8854166667%;
}

@media screen and (max-width: 767px) {
  .p-greeting__balloon-icon {
    flex: 1;
    max-width: 80px;
    width: 13.3333333333%;
  }
}

.p-greeting__balloon-wrap {
  flex: 1;
  max-width: 641px;
  width: 83.4635416667%;
}

@media screen and (max-width: 767px) {
  .p-greeting__balloon-wrap {
    max-width: 448px;
    width: 74.6666666667%;
  }
}

.p-greeting__balloon-body {
  color: #42210b;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding-left: 1.25rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-greeting__balloon-body {
    font-size: 0.875rem;
    padding-left: 0.9375rem;
  }
}

.p-greeting__balloon-body::before {
  background: url(../img/balloon-left.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.6875rem;
  left: 0;
  position: absolute;
  top: 6%;
  width: 2.125rem;
}

@media screen and (max-width: 767px) {
  .p-greeting__balloon-body::before {
    height: 1.1875rem;
    width: 1.5rem;
  }
}

.p-greeting__balloon-text {
  background-color: #fff;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  padding: 1.5625rem 1.25rem 1.5625rem 1.5625rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-greeting__balloon-text {
    border-radius: 14px;
    padding: 0.9375rem;
  }
}

.p-greeting__list {
  margin-inline: auto;
  margin-top: 2.5rem;
  max-width: 965px;
}

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

.p-greeting__item:not(:first-child) {
  margin-top: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-greeting__item:not(:first-child) {
    margin-top: 3.125rem;
  }
}

.p-greeting__media {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-greeting__media {
    flex-direction: column;
  }
}

.p-greeting__media--reverse {
  flex-direction: row-reverse;
  justify-content: left;
}

@media screen and (max-width: 767px) {
  .p-greeting__media--reverse {
    flex-direction: column;
    justify-content: initial;
  }
}

.p-greeting__media--flex-start {
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-greeting__media--flex-start {
    align-items: center;
  }
}

.p-greeting__media-block {
  color: #42210b;
  width: calc(100% - 308px);
}

@media screen and (max-width: 767px) {
  .p-greeting__media-block {
    width: 100%;
  }
}

.p-greeting__media-title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-greeting__media-title {
    font-size: 1.25rem;
  }
}

.p-greeting__media-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-greeting__media-text {
    font-size: 0.875rem;
  }
}

.p-greeting__media-text+.p-greeting__media-text {
  margin-top: 1.5625rem;
}

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

.p-greeting__media-text span {
  color: #ab5a24;
}

.p-greeting__media-img {
  max-width: 280px;
  width: 29.0155440415%;
}

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

.p-greeting__item-text {
  color: #42210b;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-greeting__item-text {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-greeting__item-text span {
  color: #ab5a24;
}

.p-instagram {
  background-color: rgba(255, 255, 255, 0.8);
  padding-block: 5rem 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-instagram {
    padding-block: 3.125rem 4.6875rem;
  }
}

.p-instagram__inner {
  padding-inline: 25px;
}

@media screen and (max-width: 767px) {
  .p-instagram__inner {
    padding-inline: 15px;
  }
}

.p-company__title {
  color: #42210b;
  font-size: clamp(10px, 2.718168812vw, 38px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-inline: auto;
  text-align: center;
  text-transform: capitalize;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: clamp(10px, 6.933333333vw, 26px);
  }
}

.p-company__title span {
  color: #774d36;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-company__title span {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.p-instagram__list {
  display: flex;
  margin-inline: auto;
  margin-top: 3.4375rem;
  max-width: 1000px;
  justify-content: center;
}

.p-instagram__list li {
  overflow: hidden;
  width: 24%;
  margin: 1%;
  position: relative;
  padding-bottom: 24%;
}

.p-instagram__list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  margin: auto;
  background: #eee;
  display: flex;
  align-items: center;
}

.p-instagram__list li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-instagram__list {
    max-width: 600px;
    margin-top: 1.4375rem;
    flex-wrap: wrap;
  }

  .p-instagram__list li {
    width: 31%;
    padding-bottom: 32%;
    margin-bottom: 17px;
  }

  .p-instagram__link {
    margin-top: 0.75rem !important;
  }
}

.p-instagram__link {
  margin-top: 3.75rem;
  text-align: center;
}

.p-line-top {
  padding-block: 5rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-line-top {
    padding-block: 3.125rem;
  }
}

.p-line-top::before {
  -o-object-fit: cover;
  background-color: rgba(63, 128, 175, 0.55);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-line__inner {
  padding-inline: 25px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-line__inner {
    padding-inline: 15px;
  }
}

.p-line-top__title {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-line-top__title img {
  margin-inline: auto;
  max-width: 447px;
  width: 31.9285714286vw;
}

@media screen and (max-width: 767px) {
  .p-line-top__title img {
    max-width: 262px;
    width: 69.8666666667vw;
  }
}

.p-line-top__title span {
  color: #774d36;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-line-top__title span {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.p-line__balloon {
  display: flex;
  margin-inline: auto;
  margin-top: 2.75rem;
  max-width: 989px;
}

@media screen and (max-width: 767px) {
  .p-line__balloon {
    justify-content: center;
    margin-top: 1.875rem;
    max-width: 600px;
  }
}

.p-line__balloon-icon {
  max-width: 122px;
  width: 12.3356926188%;
}

@media screen and (max-width: 767px) {
  .p-line__balloon-icon {
    flex: 1;
    max-width: 75px;
    width: 12.5%;
  }
}

.p-line__balloon-wrap {
  flex: 1;
  max-width: 862px;
  width: 87.1587462083%;
}

@media screen and (max-width: 767px) {
  .p-line__balloon-wrap {
    max-width: 450px;
    width: 75%;
  }
}

.p-line__balloon-body {
  color: #42210b;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding-left: 1.25rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-line__balloon-body {
    font-size: 0.875rem;
    padding-left: 0.9375rem;
  }
}

.p-line__balloon-body::before {
  background: url(../img/balloon-left.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.6875rem;
  left: 0;
  position: absolute;
  top: 5.5%;
  width: 2.125rem;
}

@media screen and (max-width: 767px) {
  .p-line__balloon-body::before {
    height: 1.1875rem;
    width: 1.5rem;
  }
}

.p-line__balloon-text {
  background-color: #fff;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  padding: 1.25rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-line__balloon-text {
    border-radius: 14px;
    padding: 0.9375rem 0.75rem 0.9375rem;
  }
}

.p-line__line {
  margin-top: 3.875rem;
  text-align: center;
}

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

.p-line__triangle {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: rgba(63, 128, 175, 0.55);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  color: #42210b;
  font-size: 2.75rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.1em;
  line-height: 1.75;
  max-width: 426px;
  padding-block: 1.125rem 2.5rem;
  position: absolute;
  text-align: center;
  top: 0px;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-line__triangle {
    font-size: 1.875rem;
    padding-block: 0.8125rem 1.75rem;
  }
}

.p-line__triangle span {
  background-image: radial-gradient(circle at center, #774d36 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1.1em 0.22em;
  display: inline-block;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.2em;
  /* 縦方向の位置調整 */
}

@media screen and (max-width: 767px) {
  .p-line__triangle span {
    padding-top: 0.1em;
  }
}

.p-line-bottom {
  padding-block: 9.6875rem 6.5625rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-line-bottom {
    padding-block: 8.125rem 5rem;
  }
}

.p-line-bottom__title {
  color: #42210b;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.9714285714;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-line-bottom__title {
    font-size: 1.5625rem;
    line-height: 1.5;
  }
}

.p-line-bottom__title span {
  color: #07803b;
  font-weight: 900;
  margin-right: 0.25em;
}

.p-line__list {
  display: grid;
  gap: 3.75rem;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  margin-top: 5.9375rem;
  max-width: 977px;
}

@media screen and (max-width: 767px) {
  .p-line__list {
    gap: 3.75rem 0;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 4.0625rem;
    max-width: 600px;
  }
}

.p-line__item {
  align-items: center;
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  min-height: 32.125rem;
  padding: 5.5625rem 1.875rem 1.875rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-line__item {
    border-radius: 15px;
    min-height: 22.5rem;
    padding: 3.125rem 0.9375rem 1.875rem;
  }
}

.p-line__item::before {
  content: "";
  display: block;
  height: 5rem;
  left: 50%;
  position: absolute;
  top: -2.5rem;
  transform: translateX(-50%);
  width: 5rem;
}

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

.p-line__item:nth-child(1) {
  border: 2px solid #3f80af;
}

.p-line__item:nth-child(1)::before {
  background: url(../img/line-item-step01.svg) no-repeat center center/contain;
}

.p-line__item:nth-child(2) {
  border: 2px solid #4f906b;
}

.p-line__item:nth-child(2)::before {
  background: url(../img/line-item-step02.svg) no-repeat center center/contain;
}

.p-line__item:nth-child(3) {
  border: 2px solid #ca6e45;
}

.p-line__item:nth-child(3)::before {
  background: url(../img/line-item-step03.svg) no-repeat center center/contain;
}

.p-line__item:nth-child(4) {
  border: 2px solid #d4ab6a;
}

.p-line__item:nth-child(4)::before {
  background: url(../img/line-item-step04.svg) no-repeat center center/contain;
}

.p-line__item-img {
  max-width: 335px;
}

.p-line__item-text {
  color: #42210b;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.25;
  margin-top: 0.625rem;
}

@media screen and (max-width: 767px) {
  .p-line__item-text {
    font-size: 0.875rem;
  }
}

.p-line__item-text a {
  text-decoration: underline;
}

@media (hover: hover) {
  .p-line__item-text a:hover {
    text-decoration: none;
  }
}

.p-line__item-text-brown {
  color: #9b7158;
}

.p-line__item-text-orange {
  color: #bd3b03;
}

.p-manager {
  padding-block: 5rem 6.25rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-manager {
    padding-block: 3.125rem 7.5rem;
  }
}

.p-manager::before {
  -o-object-fit: cover;
  background-color: rgba(244, 203, 106, 0.19);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-manager__inner {
  padding-inline: 25px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-manager__inner {
    padding-inline: 15px;
  }
}

.p-manager__title {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-manager__title img {
  margin-inline: auto;
  max-width: 370px;
  width: 26.4285714286vw;
}

@media screen and (max-width: 767px) {
  .p-manager__title img {
    max-width: 500px;
    width: 100%;
  }
}

.p-manager__title span {
  color: #774d36;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-manager__title span {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.p-manager__container {
  margin-inline: auto;
  margin-top: 8.3125rem;
  max-width: 62.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-manager__container {
    margin-top: 8.75rem;
    max-width: 25rem;
  }
}

.p-manager__item {
  display: flex;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .p-manager__item {
    flex-direction: column;
    gap: 0.3125rem;
  }
}

.p-manager__item:nth-child(1) {
  left: 23%;
  top: -15%;
}

@media screen and (max-width: 767px) {
  .p-manager__item:nth-child(1) {
    left: 5%;
    top: -65%;
  }
}

.p-manager__item:nth-child(1) .p-manager__item-parts {
  max-width: 5.6875rem;
}

@media screen and (max-width: 767px) {
  .p-manager__item:nth-child(1) .p-manager__item-parts {
    max-width: 2.25rem;
  }
}

.p-manager__item:nth-child(2) {
  left: 0;
  top: 19.5%;
}

@media screen and (max-width: 767px) {
  .p-manager__item:nth-child(2) {
    left: 1%;
    top: -4%;
  }
}

.p-manager__item:nth-child(2) .p-manager__item-parts {
  max-width: 4.6875rem;
}

@media screen and (max-width: 767px) {
  .p-manager__item:nth-child(2) .p-manager__item-parts {
    max-width: 1.875rem;
  }
}

.p-manager__item:nth-child(3) {
  bottom: 19%;
  left: 8.5%;
}

@media screen and (max-width: 767px) {
  .p-manager__item:nth-child(3) {
    bottom: -40%;
    left: 12%;
  }
}

.p-manager__item:nth-child(3) .p-manager__item-parts {
  max-width: 4.9375rem;
}

@media screen and (max-width: 767px) {
  .p-manager__item:nth-child(3) .p-manager__item-parts {
    max-width: 2rem;
  }
}

.p-manager__item:nth-child(4) {
  right: 1%;
  top: 22%;
}

@media screen and (max-width: 767px) {
  .p-manager__item:nth-child(4) {
    right: -3%;
    top: -12%;
  }
}

.p-manager__item:nth-child(4) .p-manager__item-parts {
  max-width: 4.875rem;
}

@media screen and (max-width: 767px) {
  .p-manager__item:nth-child(4) .p-manager__item-parts {
    max-width: 1.9375rem;
  }
}

.p-manager__item:nth-child(5) {
  bottom: 11%;
  right: -0.5%;
}

@media screen and (max-width: 767px) {
  .p-manager__item:nth-child(5) {
    bottom: -35%;
    right: -4%;
  }
}

.p-manager__item:nth-child(5) .p-manager__item-parts {
  max-width: 5.4375rem;
}

@media screen and (max-width: 767px) {
  .p-manager__item:nth-child(5) .p-manager__item-parts {
    max-width: 2.1875rem;
  }
}

.p-manager__item-parts {
  margin-top: -1.5625rem;
}

@media screen and (max-width: 767px) {
  .p-manager__item-parts {
    margin-left: -0.625rem;
    margin-top: -0.625rem;
  }
}

.p-manager__item-text {
  color: #42210b;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .p-manager__item-text {
    font-size: 0.625rem;
  }
}

.p-manager-img {
  margin-inline: auto;
  max-width: 28.4375rem;
}

@media screen and (max-width: 767px) {
  .p-manager-img {
    max-width: 9.375rem;
  }
}

.p-record {
  padding-block: 5rem 6.25rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-record {
    padding-block: 3.125rem 4.6875rem;
  }
}

.p-record::before {
  -o-object-fit: cover;
  background-color: rgba(255, 255, 255, 0.52);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-record__inner {
  padding-inline: 25px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-record__inner {
    padding-inline: 15px;
  }
}

.p-record__title {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-record__title img {
  margin-inline: auto;
  max-width: 286px;
  width: 20.4285714286vw;
}

@media screen and (max-width: 767px) {
  .p-record__title img {
    max-width: 500px;
    width: 80%;
  }
}

.p-record__title span {
  color: #774d36;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-record__title span {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.p-record__list {
  margin-inline: auto;
  margin-top: 4rem;
  max-width: 62.5rem;
}

@media screen and (max-width: 767px) {
  .p-record__list {
    max-width: 600px;
    width: 80%;
  }
}

.p-record__item:not(:first-child) {
  margin-top: 3.4375rem;
}

@media screen and (max-width: 767px) {
  .p-record__item:not(:first-child) {
    margin-top: 3.75rem;
  }
}

.p-record__item-title {
  align-items: center;
  color: #42210b;
  display: flex;
  font-size: 1.75rem;
  font-weight: 700;
  gap: 0.625rem;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.2857142857;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-record__item-title {
    font-size: 1.25rem;
    gap: 0.3125rem;
  }
}

.p-record__item-title::before {
  background: url(../img/record-title-left.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.375rem;
  margin-top: 0.125rem;
  width: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .p-record__item-title::before {
    height: 0.9375rem;
    width: 1.5rem;
  }
}

.p-record__item-title::after {
  background: url(../img/record-title-right.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.375rem;
  margin-top: 0.3125rem;
  width: 2.4375rem;
}

@media screen and (max-width: 767px) {
  .p-record__item-title::after {
    height: 0.9375rem;
    width: 1.6875rem;
  }
}

.p-record__item-season-list {
  display: grid;
  gap: 1.3125rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.3125rem;
}

@media screen and (max-width: 1023px) {
  .p-record__item-season-list {
    gap: 2.5rem 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 599px) {
  .p-record__item-season-list {
    gap: 2.5rem 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-record__item-season-list01 .p-record__item-season-item:nth-child(1) {
  background: url(../img/小豆島　春@2x-100.jpg) no-repeat center center/cover;
}

.p-record__item-season-list01 .p-record__item-season-item:nth-child(2) {
  background: url(../img/小豆島　夏@2x-100.jpg) no-repeat center center/cover;
}

.p-record__item-season-list01 .p-record__item-season-item:nth-child(3) {
  background: url(../img/小豆島　秋@2x-100.jpg) no-repeat center center/cover;
}

.p-record__item-season-list01 .p-record__item-season-item:nth-child(4) {
  background: url(../img/小豆島　冬@2x-100.jpg) no-repeat center center/cover;
}

.p-record__item-season-list02 .p-record__item-season-item:nth-child(1) {
  background: url(../img/泉佐野　春@2x-100.jpg) no-repeat center center/cover;
}

.p-record__item-season-list02 .p-record__item-season-item:nth-child(2) {
  background: url(../img/泉佐野　夏@2x-100.jpg) no-repeat center center/cover;
}

.p-record__item-season-list02 .p-record__item-season-item:nth-child(3) {
  background: url(../img/泉佐野　秋@2x-100.jpg) no-repeat center center/cover;
}

.p-record__item-season-list02 .p-record__item-season-item:nth-child(4) {
  background: url(../img/泉佐野　冬@2x-100.jpg) no-repeat center center/cover;
}

.p-record__item-season-list03 .p-record__item-season-item:nth-child(1) {
  background: url(../img/和歌山　春@2x-100.jpg) no-repeat center center/cover;
}

.p-record__item-season-list03 .p-record__item-season-item:nth-child(2) {
  background: url(../img/和歌山　夏@2x-100.jpg) no-repeat center center/cover;
}

.p-record__item-season-list03 .p-record__item-season-item:nth-child(3) {
  background: url(../img/和歌山　秋@2x-100.jpg) no-repeat center center/cover;
}

.p-record__item-season-list03 .p-record__item-season-item:nth-child(4) {
  background: url(../img/和歌山　冬@2x-100.jpg) no-repeat center center/cover;
}

.p-record__item-season-item {
  border-radius: 25px;
  color: #42210b;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  min-height: 12.5rem;
  padding: 2.875rem 0.625rem 0.9375rem;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1023px) {
  .p-record__item-season-item {
    border-radius: 12px;
    font-size: 0.875rem;
    padding: 2.375rem 0.625rem 0.9375rem;
  }
}

.p-record__item-season-item::before {
  content: "";
  display: block;
  height: 5rem;
  left: 50%;
  position: absolute;
  top: -2.5rem;
  transform: translateX(-50%);
  width: 5rem;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .p-record__item-season-item::before {
    height: 3.75rem;
    top: -1.875rem;
    width: 3.75rem;
  }
}

.p-record__item-season-item::after {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 25px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-record__item-season-item::after {
    border-radius: 12px;
  }
}

.p-record__item-season-item:nth-child(1) {
  border: 2px solid #ff649c;
}

.p-record__item-season-item:nth-child(1)::before {
  background: url(../img/record-spring.svg) no-repeat center center/contain;
}

.p-record__item-season-item:nth-child(2) {
  border: 2px solid #00a0a3;
}

.p-record__item-season-item:nth-child(2)::before {
  background: url(../img/record-summer.svg) no-repeat center center/contain;
}

.p-record__item-season-item:nth-child(3) {
  border: 2px solid #f3ca00;
}

.p-record__item-season-item:nth-child(3)::before {
  background: url(../img/record-autumn.svg) no-repeat center center/contain;
}

.p-record__item-season-item:nth-child(4) {
  border: 2px solid #4d5385;
}

.p-record__item-season-item:nth-child(4)::before {
  background: url(../img/record-winter.svg) no-repeat center center/contain;
}

.p-record__item-season-body {
  display: flex;
  justify-content: center;
}

.p-record__line {
  margin-top: 5rem;
  text-align: center;
}

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

.p-record__line-text {
  color: #07803b;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0.9375rem;
}

.p-report {
  background: url(../img/bg-first_02.jpg) repeat center center/auto;
}

.p-report-top {
  overflow: hidden;
  padding-block: 3.125rem 4.625rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-report-top {
    padding-block: 3.125rem 4.6875rem;
  }
}

.p-report-top::before {
  -o-object-fit: cover;
  background-color: rgba(0, 128, 163, 0.17);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-report-top::after {
  background: url(../img/report-bg.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 19.0714285714vw;
  left: 0;
  position: absolute;
  top: 2.75rem;
  width: 102.7857142857vw;
}

@media screen and (max-width: 767px) {
  .p-report-top::after {
    top: -4.375rem;
    width: 100%;
  }
}

.p-report__inner {
  padding-inline: 25px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-report__inner {
    padding-inline: 15px;
  }
}

.p-report__head {
  align-items: center;
  display: flex;
  gap: 1.5625rem;
  justify-content: center;
}

.p-report__head-block {
  margin-top: 0.3125rem;
}

.p-report__head-icon {
  max-width: 84px;
  transform: rotate(355deg);
  width: 6.2222222222%;
}

@media screen and (max-width: 767px) {
  .p-report__head-icon {
    max-width: 58px;
    width: 15.4666666667%;
  }
}

.p-report__date {
  color: #774d36;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-right: 6.0625rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-report__date {
    font-size: 0.875rem;
    padding-right: 4.25rem;
  }
}

.p-report__date::after {
  background: url(../img/report-title-fish.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.0625rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5.0625rem;
}

@media screen and (max-width: 767px) {
  .p-report__date::after {
    height: 0.75rem;
    width: 3.5rem;
  }
}

.p-report__title {
  margin-top: 1.125rem;
  max-width: 233px;
  width: 16.6428571429vw;
}

@media screen and (max-width: 767px) {
  .p-report__title {
    max-width: 10.1875rem;
    width: 43.4666666667vw;
  }
}

.p-report__line {
  margin-top: 0.5rem;
  text-align: center;
}

.p-report__list {
  display: grid;
  gap: 2.5rem 2.87769784%;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  margin-top: 3.75rem;
  max-width: 75rem;
  padding-inline: 2.87769784%;
}

@media screen and (max-width: 1023px) {
  .p-report__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    padding-inline: 0;
  }
}

@media screen and (max-width: 599px) {
  .p-report__list {
    gap: 1.75rem 0;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.625rem;
  }
}

.p-report__item {
  background: url(../img/paper_00041.jpg) no-repeat center center/cover;
  color: #42210b;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.25rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-report__item {
    padding: 0.625rem;
  }
}

.p-report__item-head {
  display: flex;
  justify-content: space-between;
}

.p-report__item__number {
  font-size: 1rem;
}

.p-report__item__star {
  color: #ab5a24;
  font-size: 1.25rem;
}

.p-report__item-thumbnail {
  margin-top: 0.5rem;
  max-width: 100%;
}

.p-report__item-title {
  font-size: 1.875rem;
  margin-top: 1.25rem;
  text-align: center;
}

.p-report__item-title-conut {
  color: #b5803b;
  font-size: 1.875rem;
  margin-left: 1.25rem;
}

.p-report__item-title-text {
  color: #b5803b;
  font-size: 1.875rem;
  margin-left: 0.25em;
}

.p-report__item-definition-list {
  margin-top: 0.25rem;
}

.p-report__item-row {
  border-bottom: 1px solid #b1a9a1;
  display: flex;
  font-size: 1rem;
  line-height: 1.4;
  padding: 0.4375rem;
}

.p-report__item-definition-title {
  width: 6.25rem;
}

.p-report__item-definition-desc {
  width: calc(100% - 6.25rem);
}

.p-report__item-link {
  margin-top: 0.625rem;
  text-align: center;
}

.p-report__item-link a {
  font-family: "Noto Sans JP", sans-serif;
}

/* 店長黒川の目利き評価の基準
------------------------------------------ */
.p-report-bottom {
  padding-block: 7.8125rem 6.25rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-report-bottom {
    padding-block: 5.3125rem 4.375rem;
  }
}

.p-report-bottom::before {
  -o-object-fit: cover;
  background-color: rgba(255, 255, 255, 0.52);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-report-bottom::after {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: linear-gradient(rgba(0, 128, 163, 0.17), rgba(0, 128, 163, 0.17)), url(../img/bg-first_02.png);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  display: block;
  height: 3.875rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 10.625rem;
}

@media screen and (max-width: 767px) {
  .p-report-bottom::after {
    height: 2.6875rem;
    width: 7.5rem;
  }
}

.p-report-bottom__title {
  margin-inline: auto;
  max-width: 537px;
  width: 38.3571428571vw;
}

@media screen and (max-width: 767px) {
  .p-report-bottom__title {
    max-width: 322px;
    width: 85.8666666667vw;
  }
}

.p-report-bottom__container {
  display: flex;
  gap: 2.8125rem;
  margin-inline: auto;
  margin-top: 3.75rem;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .p-report-bottom__container {
    flex-direction: column;
    gap: 3.125rem;
    margin-top: 3.125rem;
    max-width: 600px;
  }
}

.p-report-bottom__list {
  max-width: 48.125rem;
}

@media screen and (max-width: 767px) {
  .p-report-bottom__list {
    margin-inline: auto;
    max-width: 37.5rem;
  }
}

.p-report-bottom__item {
  color: #42210b;
  letter-spacing: 0.05em;
  padding-left: 4.375rem;
  padding-top: 0.3125rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-report-bottom__item {
    padding-left: 3.0625rem;
  }
}

.p-report-bottom__item:not(:first-child) {
  margin-top: 1.875rem;
}

.p-report-bottom__item::before {
  background: url(../img/report-bottom-number05.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 3.75rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.75rem;
}

@media screen and (max-width: 767px) {
  .p-report-bottom__item::before {
    height: 2.625rem;
    width: 2.625rem;
  }
}

.p-report-bottom__item::after {
  color: rgba(171, 90, 36, 0.33);
  content: "★★★★★";
  display: block;
  font-size: 2.6875rem;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .p-report-bottom__item::after {
    font-size: 1.875rem;
    top: -0.625rem;
  }
}

.p-report-bottom__item:nth-child(2)::before {
  background: url(../img/report-bottom-number04.svg) no-repeat center center/contain;
  height: 3.75rem;
  width: 3.9375rem;
}

@media screen and (max-width: 767px) {
  .p-report-bottom__item:nth-child(2)::before {
    height: 2.625rem;
    width: 2.625rem;
  }
}

.p-report-bottom__item:nth-child(2)::after {
  content: "★★★★";
}

.p-report-bottom__item:nth-child(3)::before {
  background: url(../img/report-bottom-number03.svg) no-repeat center center/contain;
  height: 3.75rem;
  width: 3.875rem;
}

@media screen and (max-width: 767px) {
  .p-report-bottom__item:nth-child(3)::before {
    height: 2.625rem;
    width: 2.625rem;
  }
}

.p-report-bottom__item:nth-child(3)::after {
  content: "★★★";
}

.p-report-bottom__item:nth-child(4)::before {
  background: url(../img/report-bottom-number02.svg) no-repeat center center/contain;
  height: 3.75rem;
  width: 3.8125rem;
}

@media screen and (max-width: 767px) {
  .p-report-bottom__item:nth-child(4)::before {
    height: 2.625rem;
    width: 2.625rem;
  }
}

.p-report-bottom__item:nth-child(4)::after {
  content: "★★";
}

.p-report-bottom__item:nth-child(5)::before {
  background: url(../img/report-bottom-number01.svg) no-repeat center center/contain;
  height: 3.75rem;
  width: 3.5625rem;
}

@media screen and (max-width: 767px) {
  .p-report-bottom__item:nth-child(5)::before {
    height: 2.625rem;
    width: 2.625rem;
  }
}

.p-report-bottom__item:nth-child(5)::after {
  content: "★";
}

.p-report-bottom__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
}

@media screen and (max-width: 767px) {
  .p-report-bottom__item-title {
    font-size: 1rem;
  }
}

.p-report-bottom__item-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .p-report-bottom__item-text {
    font-size: 0.875rem;
  }
}

.p-report-bottom__block {
  flex: 1;
  margin-right: 1.5625rem;
  max-width: 20.625rem;
}

@media screen and (max-width: 767px) {
  .p-report-bottom__block {
    margin-inline: auto;
    max-width: 21.875rem;
    width: 100%;
  }
}

.p-report-bottom__balloon {
  max-width: 20.625rem;
}

.p-report-bottom__box {
  margin-top: -1.875rem;
  position: relative;
}

.p-report-bottom__human {
  max-width: 7.375rem;
  position: relative;
  transform: rotate(355deg);
  z-index: 30;
}

.p-report-bottom__material {
  left: 1%;
  max-width: 17.9375rem;
  position: absolute;
  top: 1%;
  z-index: 5;
}

.p-report-bottom__wave-second01 {
  bottom: 2.5rem;
  max-width: 10rem;
  position: absolute;
  right: 2.8125rem;
  z-index: 10;
}

.p-report-bottom__wave-third {
  bottom: 1.25rem;
  max-width: 15.0625rem;
  position: absolute;
  right: 0%;
  z-index: 15;
}

.p-report-bottom__wave-second02 {
  bottom: 0;
  max-width: 10rem;
  position: absolute;
  right: 2.8125rem;
  z-index: 25;
}

.p-report-bottom__fish {
  bottom: 1%;
  max-width: 7.3125rem;
  position: absolute;
  right: 24%;
  z-index: 20;
}

.p-voice {
  padding-block: 5rem 6.25rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-voice {
    padding-block: 3.125rem 4.6875rem;
  }
}

.p-voice::before {
  -o-object-fit: cover;
  background-color: rgba(244, 203, 106, 0.55);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-voice__inner {
  padding-inline: 25px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding-inline: 15px;
  }
}

.p-voice__title {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-voice__title img {
  margin-inline: auto;
  max-width: 199px;
  width: 14.2142857143vw;
}

@media screen and (max-width: 767px) {
  .p-voice__title img {
    max-width: 400px;
    width: 70%;
  }
}

.p-voice__title span {
  color: #774d36;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-voice__title span {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }
}

.p-voice__list {
  margin-inline: auto;
  margin-top: 3.4375rem;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .p-voice__list {
    margin-top: 2.5rem;
    max-width: 600px;
  }
}

.p-voice__item:not(:first-child) {
  margin-top: 2.1875rem;
}

.p-voice__media {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 1.375rem;
  justify-content: left;
}

@media screen and (max-width: 767px) {
  .p-voice__media {
    flex-direction: column-reverse;
    justify-content: initial;
  }
}

.p-voice__media--reverse {
  flex-direction: row;
  justify-content: right;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-voice__media--reverse {
    flex-direction: column-reverse;
    justify-content: initial;
    text-align: left;
  }
}

.p-voice__media-block {
  margin-top: 0.625rem;
  max-width: 290px;
  width: 36.25%;
}

@media screen and (max-width: 767px) {
  .p-voice__media-block {
    margin-top: 1.875rem;
    max-width: 500px;
    width: 100%;
  }
}

.p-voice__media-title {
  color: #b35a24;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-voice__media-title {
    font-size: 1.25rem;
  }
}

.p-voice__media-title span {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-voice__media-title span {
    font-size: 1rem;
  }
}

.p-voice__media-address,
.p-voice__media-hp {
  color: #42210b;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.p-voice__media-address {
  font-size: 1.125rem;
  line-height: 1.75;
  margin-top: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .p-voice__media-address {
    font-size: 1rem;
  }
}

.p-voice__media-hp {
  font-size: 1rem;
  line-height: 1.6875;
}

@media screen and (max-width: 767px) {
  .p-voice__media-hp {
    font-size: 0.875rem;
  }
}

.p-voice__media-text {
  color: #bd803b;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-left: -0.3125rem;
  margin-top: 1.25rem;
  padding-left: 2.9375rem;
  position: relative;
  text-align: left;
}

.p-voice__media-text::before {
  background: url(../img/voice-text-icon.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 2.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
}

.p-voice__media-img {
  max-width: 480px;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .p-voice__media-img {
    max-width: 500px;
    width: 100%;
  }
}

.p-voice__list-text {
  color: #42210b;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  margin-top: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .p-voice__list-text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.p-worry {
  overflow: hidden;
}

.p-worry__inner {
  padding-inline: 25px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-worry__inner {
    padding-inline: 15px;
  }
}

.p-worry-top {
  padding-block: 5rem 3.125rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-worry-top {
    padding-block: 3.125rem;
  }
}

.p-worry-top::before {
  background-color: rgba(2, 68, 86, 0.17);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-worry-top::after {
  background: url(../img/worry-top-circle.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 36.0625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38.8125rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .p-worry-top::after {
    height: 21.875rem;
    width: 25rem;
  }
}

.p-worry__title {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-worry__title img {
  margin-inline: auto;
  max-width: 737px;
  width: 52.6428571429vw;
}

@media screen and (max-width: 767px) {
  .p-worry__title img {
    max-width: 515px;
    width: 100%;
  }
}

.p-worry__title span {
  color: #774d36;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-worry__title span {
    font-size: 0.75rem;
    margin-bottom: 0.625rem;
  }
}

.p-worry-top__container {
  margin-inline: auto;
  max-width: 62.5rem;
  padding-top: 8.75rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-worry-top__container {
    max-width: 25rem;
    width: 90%;
  }
}

.p-worry-top__balloon01 {
  left: 12%;
  max-width: 14.875rem;
  position: absolute;
  top: 4%;
}

@media screen and (max-width: 767px) {
  .p-worry-top__balloon01 {
    max-width: 7.4375rem;
    top: 11%;
  }
}

.p-worry-top__balloon02 {
  max-width: 15.3125rem;
  position: absolute;
  right: 4%;
  top: 40%;
}

@media screen and (max-width: 767px) {
  .p-worry-top__balloon02 {
    max-width: 7.65625rem;
    right: -4%;
    top: 22%;
  }
}

.p-worry-top__balloon03 {
  bottom: 15%;
  left: 7%;
  max-width: 13.1875rem;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .p-worry-top__balloon03 {
    bottom: 40%;
    left: -5%;
    max-width: 6.59375rem;
  }
}

.p-worry-top__box {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}

.p-worry-top__human {
  max-width: 13.625rem;
}

@media screen and (max-width: 767px) {
  .p-worry-top__human {
    max-width: 6.8125rem;
  }
}

.p-worry-bottom {
  overflow: hidden;
  padding-block: 7.8125rem 8.75rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-worry-bottom {
    padding-block: 5.3125rem 6.25rem;
  }
}

.p-worry-bottom::before {
  -o-object-fit: cover;
  background-color: rgba(255, 255, 255, 0.52);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-worry-bottom::after {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: rgba(2, 68, 86, 0.17);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  content: "";
  display: block;
  height: 3.875rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 10.625rem;
}

@media screen and (max-width: 767px) {
  .p-worry-bottom::after {
    height: 2.6875rem;
    width: 7.5rem;
  }
}

.p-worry-bottom__container {
  margin-inline: auto;
  max-width: 1000px;
}

.p-worry-bottom__list {
  padding-left: 17.5rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-worry-bottom__list {
    max-width: 600px;
    padding-bottom: 15.625rem;
    padding-left: 0;
  }
}

.p-worry-bottom__list::before {
  background: url(../img/worry-bottom.png) no-repeat center center/contain;
  bottom: -2.625rem;
  content: "";
  display: block;
  height: 20.0625rem;
  left: 0;
  position: absolute;
  transform: rotate(355deg);
  width: 15.125rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-worry-bottom__list::before {
    bottom: 0;
    height: 14.0625rem;
    left: 50%;
    transform: rotate(355deg) translateX(-50%);
    width: 7.75rem;
  }
}

.p-worry-bottom__list::after {
  background: url(../img/worry-bottom-bg.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 26.125rem;
  left: -14.5rem;
  position: absolute;
  top: -2.1875rem;
  width: 89.9375rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-worry-bottom__list::after {
    left: -7.8125rem;
    top: 5%;
    width: 40.625rem;
  }
}

.p-worry-bottom__item {
  color: #42210b;
  letter-spacing: 0.1em;
  padding-left: 3.25rem;
  padding-top: 0.9375rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-worry-bottom__item {
    padding-left: 1.875rem;
  }
}

.p-worry-bottom__item::before {
  background: url(../img/worry-bottom-check.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 2.1875rem;
  left: 0;
  position: absolute;
  top: 0.8125rem;
  width: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .p-worry-bottom__item::before {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.p-worry-bottom__item:not(:first-child) {
  margin-top: 2.1875rem;
}

.p-worry-bottom__item-title {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-worry-bottom__item-title {
    font-size: 1.25rem;
  }
}

.p-worry-bottom__item-title span {
  color: #ab5a24;
}

.p-worry-bottom__item-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-worry-bottom__item-text {
    font-size: 0.875rem;
  }
}

/* PCファースト
------------------------------------------ */
@media screen and (max-width: 767px) {
  .u-desktop-only {
    display: none;
  }
}

.u-mobile-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-mobile-only {
    display: block;
  }
}

/**
 * 上下マージン
 * - 10px
 * - 15px
 * - 20px
 * - 25px
 * - 30px
 * - 35px
 * - 40px
 * - 45px
 * - 50px
 * - 55px
 * - 60px
 */
.u-mb-sp-10 {
  margin-bottom: 10px;
}

.u-mt-sp-10 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-10 {
    margin-top: 10px;
  }
}

.u-mb-sp-15 {
  margin-bottom: 15px;
}

.u-mt-sp-15 {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-15 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-15 {
    margin-top: 15px;
  }
}

.u-mb-sp-20 {
  margin-bottom: 20px;
}

.u-mt-sp-20 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-20 {
    margin-top: 20px;
  }
}

.u-mb-sp-25 {
  margin-bottom: 25px;
}

.u-mt-sp-25 {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-25 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-25 {
    margin-top: 25px;
  }
}

.u-mb-sp-30 {
  margin-bottom: 30px;
}

.u-mt-sp-30 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-30 {
    margin-top: 30px;
  }
}

.u-mb-sp-35 {
  margin-bottom: 35px;
}

.u-mt-sp-35 {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-35 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-35 {
    margin-top: 35px;
  }
}

.u-mb-sp-40 {
  margin-bottom: 40px;
}

.u-mt-sp-40 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-40 {
    margin-top: 40px;
  }
}

.u-mb-sp-45 {
  margin-bottom: 45px;
}

.u-mt-sp-45 {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-45 {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-45 {
    margin-top: 45px;
  }
}

.u-mb-sp-50 {
  margin-bottom: 50px;
}

.u-mt-sp-50 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-50 {
    margin-top: 50px;
  }
}

.u-mb-sp-55 {
  margin-bottom: 55px;
}

.u-mt-sp-55 {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-55 {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-55 {
    margin-top: 55px;
  }
}

.u-mb-sp-60 {
  margin-bottom: 60px;
}

.u-mt-sp-60 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .u-mb-pc-60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-pc-60 {
    margin-top: 60px;
  }
}

.u-vertical-align-top {
  vertical-align: text-top;
}

.u-z-index-minus01 {
  z-index: -1;
}

.u-z-index-10 {
  z-index: 10;
}

.u-z-index-20 {
  z-index: 20;
}

.u-z-index-30 {
  z-index: 30;
}

.u-z-index-40 {
  z-index: 40;
}

.u-z-index-50 {
  z-index: 50;
}

.u-z-index-60 {
  z-index: 60;
}


p.thanks_01 {
  text-align: center;
  padding: 20vh 0 38vh;
  line-height: 200%;
  font-size: 140%;
}


@media screen and (max-width: 767px) {

  p.thanks_01 {
    font-size: 120%;
  }
}

.c-footer__copy-front {
  font-size: 0.875rem;
  color: #42210b;
  text-align: center;
  margin-bottom: 5px;
}
