@charset "UTF-8";


:root {
  --main-color: #E60012;
  --sub-color: #F9F5ED;
  --accent-color: #E60012;
  --text-color: #333333;
  --gray1: #E8E8E8;
  --gray2: #808080;
  --gray3: #C4C4C4;
  /* topの背景ぼかし */
  /* mvとctaの背景色 */
  --top-rgba: 255, 255, 255;
  /* ボーダーカラー */
  /* デフォルトは黄色 */
  --border-color: 225, 236, 157;
  /* 代表セクションの写真背景色 */
  --sec6-color: 249, 246, 239;
  /* 下層mvの背景色 */
  --low-color: 230, 0, 18;
  /* グレー背景ぼかし */
  --gray-bg: 232, 232, 232;
  /* 下層の背景ぼかし */
  --low-rgba: 88, 66, 33;
}

body {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}
.u-tab {
  display: none;
}
@media screen and (min-width: 1200px) {
.u-tab {
  display: block;
}
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
.u-tab-none {

    display: none;
}
}


/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

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

@media screen and (min-width: 768px) {
  html {
    font-size: 1.4035087719vw;
  }
}

@media (min-width: 1140px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

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

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

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.75;
  color: #333333;
}

/* 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]) {
  text-decoration-skip-ink: auto;
}

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

picture {
  display: block;
}

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.l-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1190px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #333333;
  color: #fff;
}

/* ルート変数 */
.c-breadcrumb {
  background-color: #F6F6F6;
  font-size: 12px;
  font-size: 0.75rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .c-breadcrumb {
        padding-top: 10.375rem;
  }
}

.c-breadcrumb__inner {
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
}

@media screen and (min-width: 768px) {
  .c-breadcrumb__inner {
    padding: 0.625rem 1.5625rem;
  }
}

.c-breadcrumb__home {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.c-breadcrumb__home::before {
  position: absolute;
  content: "";
  left: 0;
  display: inline-block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  background: url(../images/common/clarity_house-line.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-button {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  width: 100%;
  text-transform: uppercase;
  padding: 18px 0;
  padding: 1.125rem 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-button {
    font-size: 1rem;
  }
}

.c-button::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-icon.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 17px;
  right: 1.0625rem;
  width: 15px;
  width: 0.9375rem;
  height: 10px;
  height: 0.625rem;
}

@media screen and (min-width: 768px) {
  .c-button::before {
    right: 1.5625rem;
    width: 1.3125rem;
    height: 0.8125rem;
  }
}

.c-button:hover {
  opacity: 0.8;
}

.c-button {
  font-family: "Noto Sans JP", sans-serif;
}

.c-category {
  margin-left: 9.6px;
  margin-left: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-category li {
  background-color: var(--main-color);
  padding: 1px 6px;
  padding: 0.0625rem 0.375rem;
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  margin: 5px;
  margin: 0.3125rem;
  white-space: nowrap;
}

.c-hamburger {
  z-index: 9999;
}

@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  position: relative;
  display: block;
  height: 2px;
  width: 32px;
  background: #333333;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  border-radius: 20px;
}

.c-hamburger span:nth-child(1) {
  top: 0;
}

.c-hamburger span:nth-child(2) {
  margin: 8px 0;
}

.c-hamburger span:nth-child(3) {
  top: 0;
}

/*OPEN時の動き*/
.c-hamburger.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger.open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.c-hamburger.open span:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger span.color {
  background: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-hamburger.hamburgerColor span {
  background: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hamburgerColor.color span {
  background: #333333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-low-title {
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .c-low-title {
    font-size: 2.5rem;
    margin-top: 5rem;
  }
}

.c-low-title::before {
  content: "";
  position: absolute;
  bottom: -9.6px;
  bottom: -0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-color);
  width: 40px;
  width: 2.5rem;
  height: 2px;
  height: 0.125rem;
}

@media screen and (min-width: 768px) {
  .c-low-title::before {
    width: 5rem;
    height: 0.125rem;
    bottom: -1rem;
  }
}

.c-secTitle {
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 20px;
  font-size: 1.75rem;
  margin-bottom: 50px;
    font-family: "Zen Maru Gothic", sans-serif;
}

.c-secTitle.--white {
  color: #fff;
}

.c-secTitle.--white span {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .c-secTitle {
    font-size: 3rem;
    margin-bottom: 57px;
  }
}

.c-secTitle span {
  display: block;
  color: #333333;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 768px) {
  .c-secTitle span {
    font-size: 1.5rem;
  }
}

.c-secTitle::before {
  content: "";
  top: -70px;
  top: -4.375rem;
  display: block;
  margin: 0 auto;
}

.c-secTitle::after {
  content: "";
  position: absolute;
  bottom: -18px;
  bottom: -1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 64px;
  width: 4rem;
  height: 2px;
  height: 0.125rem;
  background-color: var(--main-color);
}

@media screen and (min-width: 768px) {
  .c-secTitle::after {
    bottom: -1.75rem;
    width: 6.25rem;
  }
}

.l-footer {
  padding: 20px 35px 82px 35px;
padding: 1.25rem 2.1875rem 0.625rem 2.1875rem;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding: 2rem 0rem 0.9375rem 0rem;
  }
}

.l-header.fixed {
  position: fixed;
  left: 0;
  top: 0;
}

.l-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 12px rgba(51, 51, 51, .15);
  box-shadow: 0px 4px 12px rgba(51, 51, 51, .15);
  height: 50px;
  height: 3.125rem;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 6.25rem;
  }
}

.l-sec {
  padding: 64px 0;
  padding: 4rem 0;
}

@media screen and (min-width: 768px) {
  .l-sec {
        padding-block: 3rem;
    margin-top: 6.25rem;
  }
}

.c-margin {
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .c-margin {
    margin-top: 7.5rem;
  }
}

.c-pagination {
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 4rem;
  }
}

.c-pagination__inner {
  text-align: center;
}

.wp-pagenavi span.current {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #fff;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  text-align: center;
  text-decoration: none;
  font-family: futura-pt, sans-serif;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi span.current {
    width: 2rem;
    font-size: 1.25rem;
    padding: 0.3125rem 0.625rem;
    display: inline-block;
    min-width: 40px;
    min-width: 2.5rem;
    text-align: center;
    text-decoration: none;
  }
}

.page.larger {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid var(--main-color);
  background-color: transparent;
  color: var(--main-color);
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  text-align: center;
  text-decoration: none;
  font-family: futura-pt, sans-serif;
}

@media screen and (min-width: 768px) {
  .page.larger {
    width: 2rem;
    font-size: 1.25rem;
    padding: 0.3125rem 0.625rem;
    min-width: 40px;
    min-width: 2.5rem;
    text-align: center;
    text-decoration: none;
  }
}

.page.smaller {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid var(--main-color);
  background-color: transparent;
  color: var(--main-color);
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  text-align: center;
  text-decoration: none;
  font-family: futura-pt, sans-serif;
}

@media screen and (min-width: 768px) {
  .page.smaller {
    width: 2rem;
    font-size: 1.25rem;
    padding: 0.3125rem 0.625rem;
    min-width: 40px;
    min-width: 2.5rem;
    text-align: center;
    text-decoration: none;
  }
}

.previouspostslink,
.nextpostslink {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid var(--main-color);
  background-color: transparent;
  color: var(--main-color);
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 768px) {

  .previouspostslink,
  .nextpostslink {
    width: 2rem;
    font-size: 1.25rem;
    padding: 0.3125rem 0.625rem;
    min-width: 40px;
    min-width: 2.5rem;
    text-align: center;
    text-decoration: none;
  }
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  min-width: 0;
  min-width: initial;
  width: auto;
}

.p-drawer-menu {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 90;
  margin-top: 50px;
  margin-top: 3.125rem;
  overflow: scroll;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 0;
  right: -100%;
  position: fixed;
}

.p-drawer-menu.fadeIn {
  right: 0;
}

.p-drawer-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-drawer-menu__list {
  border-bottom: 1px solid #cdcdcd;
  width: 100%;
}

.p-drawer-menu__list a {
  width: 100%;
  padding: 24px 0;
  padding: 1.5rem 0;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #333333;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}

.p-drawer-menu__list:last-child {
  background-color: var(--main-color);
  color: #fff;
}

.p-drawer-menu__list:last-child a {
  color: #fff;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.p-drawer-menu__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.p-drawer-menu__link-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 31px;
  right: 1.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-drawer-menu__link-arrow.active {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.drawer__accordion {
  display: none;
}

.drawer__accordion__list {
  background: #F0F3F9;
  border-bottom: 1px solid #cdcdcd;
}

.drawer__accordion__list:first-child {
  border-top: 1px solid #cdcdcd;
}

.drawer__accordion__list:last-child {
  border-bottom: none;
}

.drawer__accordion__list a {
  padding: 14px 0;
  padding: 0.875rem 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #333333;
  line-height: 1.75;
}

body.fixed {
  height: 100%;
  overflow: hidden;
}

.p-footer {
  background-color: #333333;
}

.p-footer__inner {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding: 0 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-footer__list {
  color: #fff;
  display: inline-block;
  width: calc(49% - 0.5rem);
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-footer__list {
    width: calc(33.333% - 6.25rem);
    margin-right: 6.25rem;
    margin-bottom: 0.5rem;
  }
}

.p-footer__list a {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-footer__list a {
    font-size: 1rem;
    margin-left: 0.625rem;
  }
}

.p-footer__list a::before {
  content: ">";
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}

@media screen and (min-width: 768px) {
  .p-footer__list a::before {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
}

.p-footer__list:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .p-footer__list:nth-child(2n) {
    margin-right: 6.25rem;
  }
}

.p-footer__list:nth-child(3n) {
  margin-right: 16px;
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-footer__list:nth-child(3n) {
    margin-right: 0;
  }
}

.p-footer__list:nth-child(6) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .p-footer__list:nth-child(6) {
    margin-right: 0;
  }
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 18px;
  margin-top: 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-footer__sns {
    display: block;
    margin-top: 0;
  }
}

.p-footer__item {
  width: calc(48% - 0.5rem);
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-footer__item {
    width: auto;
    margin-bottom: 0.5rem;
  }
}

.p-footer__item:nth-child(2n) {
  margin-right: 0;
}

.p-footer__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.p-footer__icon {
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
}

@media screen and (min-width: 768px) {
  .p-footer__icon {
    width: 2rem;
    height: 2rem;
  }
}

.p-footer__item p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-footer__item p {
    font-size: 1rem;
    margin-left: 0.5rem;
  }
}

.p-footer__copylight {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-footer__copylight {
    font-size: 0.75rem;
  }
}

.js-fix-footer {
  position: static;
  bottom: -30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (min-width: 768px) {
  .js-fix-footer {
    display: none;
  }
}

.js-fix-footer.m_fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.fix-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  height: 4.375rem;
}

.fix-item__link {
  display: block;
  text-align: center;
  width: 50%;
  height: inherit;
  line-height: 1.75;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}

.fix-item__link:nth-child(1) {
  background-color: var(--main-color);
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.fix-item__link:nth-child(1) img {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  margin-top: -1px;
  margin-top: -0.0625rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.fix-item__link:nth-child(2) {
  background-color: var(--sub-color);
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fix-item__link:nth-child(2) img {
  width: 23px;
  width: 1.4375rem;
  height: 23px;
  height: 1.4375rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.phone-icon-fixfooter {
  color: #fff;
  margin-right: 6px;
  margin-right: 0.375rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-header {
  height: 50px;
  height: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-header {
    height: auto;
  }
}

.p-header__inner {
  height: inherit;
  padding: 15px;
  padding: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-header__inner {
    border-bottom: 1px solid var(--gray1);
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .p-header__inner {
    padding: 1.125rem;
    max-width: 71.25rem;
    width: 100%;
    margin: 0 auto;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: inherit;
  width: 100%;
}

.p-header__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-header__img {
  width: 140px;
      width: 4.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-header__img {
    width: 9.8rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__icon {
    width: 2.75rem;
  }
}

.phone-icon {
  color: var(--main-color);
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .phone-icon {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 14rem;
  }
}

.p-header__contact {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    gap: 16px;
  }
}

.p-header__request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 264px;
  width: 16.5rem;
  height: 64px;
  height: 4rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
    font-weight: 400;
  max-width: 264px;
  max-width: 16.5rem;
  border-radius: 10px;
}

.p-header__request:nth-of-type(1) {
  border-radius: 10px;
  background: #E67937;
  color: var(---, #FFF);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  letter-spacing: 0.96px;
  justify-content: flex-start;
  padding-left: 1.5rem;
}

.p-header__request.c-button::before {
  height: 0.8125rem;
  width: 16px;
  right: 17px;

}

.p-header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (min-width: 768px) {
  .phone img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.phone-number-wrap {
  margin-left: 6px;
  margin-left: 0.375rem;
  line-height: 1.2;
}

.phone-number {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
}

.phone-subtext {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
}

.p-header__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18.0555555556vw;
  height: 60px;
  height: 3.75rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 500;
  background: #57BD37;
  position: relative;
  max-width: 260px;
  max-width: 16.25rem;
}

.p-header__line::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-icon.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  right: 17px;
  right: 1.0625rem;
  width: 15px;
  width: 0.9375rem;
  height: 10px;
  height: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-header__line::before {
    right: 0.625rem;
    width: 1.3125rem;
    height: 0.8125rem;
  }
}

.p-header__line img {
  width: 2.5vw;
  height: 2.3611111111vw;
  margin-right: 0.5555555556vw;
  max-width: 30px;
  max-width: 1.875rem;
  max-height: 28px;
  max-height: 1.75rem;
}

.line-text {
  font-size: 1.1111111111vw;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1440px) {
  .line-text {
    font-size: 1rem;
  }
}

.request-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1440px) {
  .request-text {
    font-size: 1rem;
  }
}

.pc-menu {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-menu {
    display: block;
    height: 3.125rem;
  }
}

@media screen and (min-width: 1440px) {
  .pc-menu {
    padding: 0 9.375rem;
  }
}

.pc_menu__inner {
  height: inherit;
}

@media screen and (min-width: 768px) {
  .pc_menu__inner {
    padding: 0;
  }
}

.pc-menu__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: inherit;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  padding: 0 0.9375rem;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .pc-menu__lists {
    max-width: 71.25rem;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.pc-menu__list {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .pc-menu__list {
    width: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (min-width: 1440px) {
  .pc-menu__list {
    width: auto;
  }
}

.pc-menu__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1111111111vw;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .pc-menu__list a {
    width: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) {
  .pc-menu__list a {
    font-size: 1rem;
  }
}

.pc-menu__list span {
  position: relative;
}

.pc-menu__list a:hover {
  color: #fff;
  background-color: var(--main-color);
  opacity: 1;
}

.calendar {
  width: 2.0833333333vw;
  height: 1.6666666667vw;
  margin-right: 0.5555555556vw;
}

@media screen and (min-width: 768px) {
  .calendar {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .arrow-icon {
    width: 1rem;
    margin-left: 0.5625rem;
  }
}

.p-low-mv {
  height: 180px;
  height: 11.25rem;
}

@media screen and (min-width: 768px) {
  .p-low-mv {
    height: 15.375rem;
  }
}

.p-low-mv__inner {
  height: inherit;
  position: relative;
}

.p-low-mv__img {
  height: inherit;
  position: relative;
}

.p-low-mv__img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(var(--low-color), .7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.p-low-mv__img img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-low-mv__text {
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-size: 2rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-low-mv__text {
    font-size: 3.5rem;
  }
}

.p-low-mv__text::first-letter {
  text-transform: uppercase;
}

.p-low-mv__subtext {
  display: block;
  font-size: 16px;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 768px) {
  .p-low-mv__subtext {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-article__inner {
    max-width: 53.125rem;
  }
}

.mainContent__metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .mainContent__metas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mainCotnet-category {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .mainCotnet-category {
    margin-left: 0.9375rem;
    font-size: 1rem;
  }
}

.mainContent-date {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .mainContent-date {
    font-size: 1rem;
  }
}

.mainContent__title {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .mainContent__title {
    font-size: 1.75rem;
    margin-top: 0.625rem;
  }
}

.wp-post-image {
  position: relative;
  margin-top: 16px;
  margin-top: 1rem;
  width: 100%;
  aspect-ratio: 800/517;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .wp-post-image {
    margin-top: 1.625rem;
    width: 100%;
  }
}

.mainContent__text h2 {
  background-color: #f6f6f6;
  position: relative;
  line-height: 1.5;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 8px 8px 8px 16px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .mainContent__text h2 {
    margin-top: 2.75rem;
    padding: 0.75rem 0.75rem 0.75rem 1.125rem;
    font-size: 1.5rem;
  }
}

.mainContent__text h2::before {
  position: absolute;
  content: "";
  background-color: var(--main-color);
  width: 6px;
  width: 0.375rem;
  height: 100%;
  top: 0;
  left: 0;
}

.mainContent__text h3 {
  position: relative;
  line-height: 1.5;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .mainContent__text h3 {
    margin-top: 1.5rem;
    padding-bottom: 0.375rem;
    font-size: 1.25rem;
  }
}

.mainContent__text h3::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  height: 0.25rem;
  background-color: #f6f6f6;
}

.mainContent__text h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 20%;
  height: 4px;
  height: 0.25rem;
  background-color: var(--main-color);
}

.mainContent__text h4 {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .mainContent__text h4 {
    font-size: 1.125rem;
    margin-top: 1.5rem;
    padding-left: 0.625rem;
  }
}

.mainContent__text h4::before {
  position: absolute;
  content: "";
  background-color: var(--main-color);
  width: 4px;
  width: 0.25rem;
  height: 100%;
  top: 0;
  left: 0;
}

.mainContent__text p {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .mainContent__text p {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.mainContent__text a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  text-decoration: underline;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .mainContent__text a {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.p-article__button {
  margin: 0 auto;
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 260px;
  width: 16.25rem;
}

@media screen and (min-width: 768px) {
  .p-article__button {
    margin: 0;
    width: 16.25rem;
    margin-top: 5rem;
  }
}

.p-article__button a {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 10px;
}

.p-article__button a::before {
  display: none;
}

.p-contact {
  padding-bottom: 0;
}

.p-contant__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-contant__inner {
    max-width: 50rem;
  }
  .p-contact.l-sec{
  padding-block: 0;

}
}

.p-contact__privacy {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 16px;
  margin-top: 1rem;
  background: rgba(232, 232, 232, .3);
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 16px;
  padding: 1rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-contact__privacy {
    width: 37.5rem;
    height: 12.5rem;
    padding: 1.5rem;
  }
}

.p-contact__privacy-title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-contact__privacy-title {
    font-size: 1.25rem;
  }
}

.p-contact__privacy-text {
  font-size: 10px;
  font-size: 0.625rem;
  overflow-y: scroll;
  margin-top: 12px;
  margin-top: 0.75rem;
  height: 97px;
  height: 6.0625rem;
}

@media screen and (min-width: 768px) {
  .p-contact__privacy-text {
    height: 6.5625rem;
    font-size: 0.75rem;
  }
}

.p-contact__privacy-text input {
  width: 100%;
}

.contact__privacy {
  padding: 9.6px 0;
  padding: 0.6rem 0;
}

@media screen and (min-width: 768px) {
  .contact__privacy {
    padding: 0;
  }
}

.p-low-about {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-low-about__inner {
    max-width: 50rem;
  }
}

.p-low-about__img {
  position: relative;
  width: 100%;
  height: 280px;
  height: 17.5rem;
}

@media screen and (min-width: 768px) {
  .p-low-about__img {
    width: 100%;
    height: 25rem;
  }
}

.p-low-about__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-low-about__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-low-about__text {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

.p-low-about__text span {
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
}

.company__content {
  margin-top: 80px;
  margin-top: 5rem;
}

.company__content-lists {
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .company__content-lists {
    margin-top: 4.1875rem;
  }
}

.company__content-list {
  padding: 12px;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .company__content-list {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.company__content-list {
  border-top: 1px solid var(--gray3);
}

.company__content-list:last-child {
  border-bottom: 1px solid var(--gray3);
}

.company__content-name {
  font-size: 14px;
  font-size: 0.875rem;
  width: 30%;
}

@media screen and (min-width: 768px) {
  .company__content-name {
    width: 20%;
    font-size: 1rem;
  }
}

.company__content-text {
  margin-left: 12px;
  margin-left: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  width: 60%;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .company__content-text {
    margin-left: 7.6875rem;
    font-size: 1rem;
    width: 70%;
  }
}

.company__img {
  position: relative;
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
  height: 280px;
  height: 17.5rem;
}

@media screen and (min-width: 768px) {
  .company__img {
    width: 100%;
    height: 25rem;
    margin-top: 4rem;
  }
}

.company__img iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.company__content-text .long {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.recruit__content {
  margin-top: 5rem;
  padding-bottom: 10rem;
}

.recruit__content-lists {
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .recruit__content-lists {
    margin-top: 4.1875rem;
  }

  .recruit__content {
  padding-bottom: 6rem;
}
}

.p-low-about__btn.c-buttn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.5rem;
  height: 4rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--main-color);
  transition: 0.3s;
  position: relative;
  font-weight: 500;
  max-width: 16.5rem;
  border-radius: 10px;
  margin-inline: auto;
  margin-top: 3rem;
}

.p-low-recruit__text {
  text-align: center;
  margin-top: 2rem;
  font-size: 18px;
}

.recruit__content-list {
  padding: 8px;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .recruit__content-list {
    padding: 1rem;
  }
  .p-low-recruit__text {
  text-align: center;
  margin-top: 3rem;
  font-size: 26px;
}

}

.recruit__content-list {
  border-top: 1px solid var(--gray3);
}

.recruit__content-list:last-child {
  border-bottom: 1px solid var(--gray3);
}

.recruit__content-name {
  font-size: 14px;
  font-size: 0.875rem;
  width: 30%;
}

@media screen and (min-width: 768px) {
  .recruit__content-name {
    width: 20%;
    font-size: 1rem;
  }
}

.recruit__content-text {
  margin-left: 12px;
  margin-left: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 60%;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .recruit__content-text {
    width: 70%;
    margin-left: 5.5625rem;
    font-size: 1rem;
  }
}

.p-low-error__text {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-low-error__text {
    margin-top: 4.125rem;
    font-size: 1rem;
  }
}

.p-low-error__button {
  width: 260px;
  width: 16.25rem;
  margin: 0 auto;
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-low-error__button {
    width: 16.25rem;
    margin: 0 auto;
    margin-top: 2rem;
  }
}

.p-low-error__button a {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 10px;
}

.p-low-menu {
  background-color: #fff !important;
}

.p-low-menu2 {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  margin-top: 64px;
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .p-low-menu2 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-low-menu2__inner {
    max-width: 50rem;
  }
}

.p-low-menu2__title {
  margin-top: 32px;
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-low-menu2__title {
    margin-top: 5rem;
  }
}

.p-low-menu2__title:first-child {
  margin-top: 0;
}

.p-low-menu2__lists {
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-low-menu2__lists {
    margin-top: 3rem;
  }
}

.p-low-menu2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid var(--gray1);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px;
  padding: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-low-menu2__list {
    padding: 0.75rem;
    font-size: 1.25rem;
  }
}

.p-low-menu2__list:last-child {
  border-bottom: 1px solid var(--gray1);
}

.p-low-menu2__list-price {
  margin-left: 16px;
  margin-left: 1rem;
  width: 31%;
  text-align: right;
}

.p-low-menu__list {
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-low-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-low-menu__list:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.p-low-menu__list:first-child {
  margin-top: 0;
}

.p-low-menu__img {
  aspect-ratio: 480/360;
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-low-menu__img {
    aspect-ratio: 480/360;
    width: 30rem;
  }
}

.p-low-menu__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-body {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .menu-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 3.5rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-low-menu__list:nth-child(2n) .menu-body {
    margin-left: 0;
    margin-right: 3.5rem;
  }
}

.menu-body__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .menu-body__title {
    font-size: 2rem;
  }
}

.menu-body__title span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  color: var(--main-color);
  font-family: futura-pt, sans-serif;
  margin-top: 2px;
  margin-top: 0.125rem;
  letter-spacing: 0.13em;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .menu-body__title span {
    font-size: 1.5rem;
    margin-top: 0.25rem;
  }
}

.menu-body__text {
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  .menu-body__text {
    font-size: 1rem;
    margin-top: 1.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-news__left-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.p-news__left-box::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 80px;
  width: 5rem;
  height: 2px;
  height: 0.125rem;
  background-color: var(--main-color);
}

@media screen and (min-width: 768px) {
  .p-news__left-box::before {
    width: 7.375rem;
  }
}

.p-news__img {
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}

@media screen and (min-width: 768px) {
  .p-news__img {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.p-news__content {
  margin-top: 28px;
  margin-top: 1.75rem;
}

@media screen and (min-width: 768px) {
  .p-news__content {
    width: 100%;
    margin-top: 2.5rem;
  }
}

.news__content {
  margin-top: 28px;
  margin-top: 1.75rem;
}

@media screen and (min-width: 768px) {
  .news__content {
    width: 100%;
    margin-top: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__lists {
    margin-left: 3.75rem;
  }
}

.p-news__list {
  border-top: 1px solid #cdcdcd;
  padding: 14px 12px;
  padding: 0.875rem 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-news__list {
    padding: 0.875rem 1.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .p-news__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.p-news__list:last-child {
  border-bottom: 1px solid #cdcdcd;
}

.p-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-news__meta::before {
  position: absolute;
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 25px;
  height: 1.5625rem;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .p-news__meta::before {
    width: 0.25rem;
    height: 1.6875rem;
  }
}

.p-news__time {
  padding-left: 0px;
  padding-left: 0rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-news__time {
    padding-left: 0.75rem;
    font-size: 1rem;
  }
}

.p-news__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-news__text {
    width: 66%;
    font-size: 1rem;
    padding-left: 1.25rem;
  }
}

.p-news__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-postList__inner {
    width: 50rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

.p-postList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-postList__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-postList__btn {
  color: var(--main-color);
  border-radius: 10px;
  width: calc(50% - 0.75rem);
  margin-right: 24px;
  margin-right: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-postList__btn {
    width: calc(33.333% - 1.41667rem);
    margin-right: 2.125rem;
    height: 3.5rem;
  }
}

.p-postList__btn:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .p-postList__btn:nth-child(2n) {
    margin-right: 2.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-postList__btn:nth-child(3n) {
    margin-right: 0;
  }
}

.p-postList__btn:nth-child(n+3) {
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-postList__btn:nth-child(n+3) {
    margin-top: 0rem;
  }
}

.p-postList__btn:nth-child(n+4) {
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-postList__btn:nth-child(n+4) {
    margin-top: 0.75rem;
  }
}

.p-postList__btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 8px 0;
  padding: 0.5rem 0;
  text-align: center;
  width: 184px;
  width: 11.5rem;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-postList__btn a {
    font-size: 1rem;
    padding: 0;
    height: inherit;
  }
}

.p-postList__btn a:hover {
  background-color: var(--main-color);
  color: #fff;
  opacity: 1;
}

.js-click.active {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 10px;
}

.p-postList__btn:last-child {
  margin-right: 0;
}

.p-postList__content-lists {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .p-postList__content-lists {
    margin-left: 0 !important;
  }
}

.p-news__list .p-news__text-long {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.js-click.active a {
  background-color: var(--main-color);
  color: #fff;
}

.p-mv {
  height: 90vh;
  padding-top: 50px;
  padding-top: 3.125rem;
  position: relative;
}

.p-mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.p-mv__slider {
  position: absolute;
  inset: 0;
}

.p-mv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: mvSlider 24s infinite;
}

.p-mv__slide picture {
  height: 100%;
}

.p-mv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide1 {
  animation-delay: 0s;
}

.slide2 {
  animation-delay: 6s;
}

.slide3 {
  animation-delay: 12s;
}

.slide4 {
  animation-delay: 18s;
}

@keyframes mvSlider {

  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }

}

.p-mv__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 502px;
    width: 80%;
    height: auto;

}

.p-mv__logo img{
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 9.1875rem;
    overflow: hidden;
  }
  .p-mv__logo {
    width: 100%;
  }
}

.p-mv__inner {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-mv__inner {
    max-width: 71.25rem;
    margin: 0 auto;
    position: relative;
  }
}

.p-mv__img {
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-mv__img {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    padding-left: 16%;
  }
}

.p-mv__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--top-rgba), .5);
}

.p-mv__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  height: 100%;
  border-radius: 0px 0px 0px 60px;
}

.p-mv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 15px;
  padding: 0 0.9375rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-mv__content {
    -webkit-transform: none;
    transform: none;
    top: 25%;
    width: auto;
    left: 10%;
  }
}

@media screen and (min-width: 1024px) {
  .p-mv__content {
    left: 0;
  }
}

.p-mv__title {
  text-align: center;
  color: var(--main-color);
  line-height: 1.4;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 4.375rem;
    text-align: left;
    text-shadow: 1px 4px #fff, 1px -4px #fff, -1px 4px #fff, -1px -4px #fff, 2px 4px #fff, 2px -4px #fff, -2px 4px #fff, -2px -4px #fff, 3px 3px #fff, 3px -3px #fff, -3px 3px #fff, -3px -3px #fff, 4px 2px #fff, 4px -2px #fff, -4px 2px #fff, -4px -2px #fff, 4px 1px #fff, 4px -1px #fff, -4px 1px #fff, -4px -1px #fff;
  }
}

.p-mv__text {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-mv__text {
    text-align: left;
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.p-mv__button {
  width: 260px;
  width: 16.25rem;
  margin: 0 auto;
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-mv__button {
    margin: 0;
    margin-top: 2.25rem;
  }
}

.p-mv__button a {
  background-color: var(--main-color);
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .p-mv__button a {
    font-size: 1rem;
  }
}

.p-sec1 {
  background-image: url(../images/top/mv-bottom-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-sec1__inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .p-sec1__inner {
    max-width: 50rem;
    padding: 6.25rem 1.5625rem;
  }
}

.p-sec1__title {
  text-align: center;
  color: #333333;
  font-weight: 700;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  z-index: 1;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-sec1__title {
    font-size: 3rem;
  }
}

.p-sec1__title:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 3px;
  height: 0.1875rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background: rgba(var(--border-color), .4);
  height: 9px;
  height: 0.5625rem;
  bottom: 4px;
  bottom: 0.25rem;
}

@media screen and (min-width: 768px) {
  .p-sec1__title:before {
    width: 86%;
    height: 1.5rem;
    bottom: 0.625rem;
  }
}

.p-sec1__title span {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 768px) {
  .p-sec1__title span {
    font-size: 4rem;
  }
}

.p-sec1__title span::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/worries-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  width: 1.6875rem;
  height: 27px;
  height: 1.6875rem;
  top: -16px;
  top: -1rem;
  right: -10px;
  right: -0.625rem;
}

@media screen and (min-width: 768px) {
  .p-sec1__title span::before {
    width: 2.9375rem;
    height: 2.9375rem;
    top: -1.375rem;
    right: -0.625rem;
  }
}

.p-sec1__content {
  background: #fff;
  border: 4px solid var(--main-color);
  padding: 24px 15px;
  padding: 1.5rem 0.9375rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  position: relative;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .p-sec1__content {
    padding: 2.5rem 2rem;
    margin-top: 0.75rem;
  }
}

.p-sec1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.p-sec1__wrap-img {
  position: absolute;
  width: 98px;
  width: 6.125rem;
  bottom: -40px;
  bottom: -2.5rem;
  left: -30px;
  left: -1.875rem;
}

@media screen and (min-width: 768px) {
  .p-sec1__wrap-img {
    bottom: -3.125rem;
    left: -1.875rem;
    width: 8.4375rem;
  }
}

.p-sec1__lists {
  max-width: 290px;
  max-width: 18.125rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-sec1__lists {
    max-width: 27.5rem;
  }
}

.p-sec1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec1__list {
    margin-bottom: 0.875rem;
  }
}

.p-sec1__list:last-child {
  margin-bottom: 0;
}

.p-sec1__list-img {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec1__list-img {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
  }
}

.p-sec1__text {
  font-size: 16px;
  font-size: 1rem;
  width: calc(100vw - 1.125rem);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 150%;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-sec1__text {
    font-size: 1.5rem;
    width: calc(100vw - 1.75rem);
    line-height: 150%;
  }
}

.p-sec1__bottom {
  margin-top: 14px;
  margin-top: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-sec1__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.41875rem;
  }
}

.p-sec1__img {
  width: 240px;
  width: 15rem;
  margin: 0 auto;
  
}

@media screen and (min-width: 768px) {
  .p-sec1__img {
    margin: 0;
    width: 100%;
    max-width: 25rem;
  }
}

.p-sec1__bottom-text {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec1__bottom-text {
    font-size: 2.5rem;
  }
}

.p-sec1__arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .p-sec1__arrow {
    width: 4.3125rem;
    height: 4.1875rem;
    bottom: -1.875rem;
  }
}

.icon-arrow rect {
  fill: var(--sub-color);
}

.p-sec1__img {
  width: 280px;
  width: 17.5rem;
  height: 49px;
  height: 3.0625rem;
}

@media screen and (min-width: 768px) {
  .p-sec1__img {
    width: 25rem;
    height: 3.9375rem;
  }
}

.p-sec1__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-sec1__accent {
  text-align: center;
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 10px;
  padding: 10px 0;
  padding: 0.625rem 0;
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-sec1__accent {
    margin-top: 1rem;
    padding: 0.75rem 0;
    font-size: 2rem;
  }
}

.p-sec2 {
  padding-bottom: 0;
  position: relative;
      padding: 0;
}

@media screen and (min-width: 768px) {
  .p-sec2 {
    padding: auto;
    margin-top: 0;
padding: 4rem 0;
  }
}

.p-sec2__inner {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  padding: 0 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-sec2__inner {
    max-width: 71.25rem;
    margin: 0 auto;
    position: relative;
  }
}

.p-sec2__content {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-sec2__content {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    display: flex;
    justify-content: center;
  }
}

.p-sec2__item {

  margin-top: 1rem;
  background: var(--sub-color);
  border-radius: 50px 50px 0px 0px;
  padding: 3.9375rem 0.9375rem 3.9375rem 0.9375rem;
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
  .p-sec2__item {
    width: auto;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    padding: 2.7777777778vw 6.375rem;
    padding-right: 5rem;
    border-radius: 50px;
    width: 100vw;
    display: flex;
    gap: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .p-sec2__item {
    padding: 2.5rem 2.375rem;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    max-width: 1100px;
    margin-inline: auto;
    gap: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .p-sec2__item-wrap {
    width: 33.0625rem;
  }
}

.p-sec2__item-title {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  text-shadow: 2px 1px 0 #fff, -1px 2px 0 #fff, 2px -1px 0 #fff, -1px -2px 0 #fff;
}

@media screen and (min-width: 768px) {
  .p-sec2__item-title {
    text-align: left;
    font-size: 2.7777777778vw;
    text-shadow: 3px 1px 0 #fff, -1px 3px 0 #fff, 3px -1px 0 #fff, -1px -3px 0 #fff;
  }
}

@media screen and (min-width: 1440px) {
  .p-sec2__item-title {
    text-align: left;
    font-size: 2.5rem;
  }
}

.p-sec2__item-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, var(--sub-color)));
  background: linear-gradient(transparent 70%, var(--sub-color) 0%);
  display: inline;
  padding: 0 2px 4px;
      text-align: center;
    display: block;
    width: fit-content;
    margin-inline: auto;
}

.p-sec2__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-sec2__item-text {
    font-size: 1.1111111111vw;
    margin-top: 1.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .p-sec2__item-text {
    font-size: 1rem;
  }
}

.p-sec2__item-text span {
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-sec2__button {
  margin: 0 auto;
  margin-top: 32px;
  margin-top: 2rem;
  width: 260px;
  width: 16.25rem;
}

@media screen and (min-width: 768px) {
  .p-sec2__button {
    margin: 0;
    margin-top: 2rem;
  }
}

.p-sec2__button a {
  color: #fff;
  border-radius: 10px;
  background-color: var(--main-color);
}

.p-sec2__img {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-sec2__img {
    width: 25rem;
    margin-left: 3.5rem;
    margin-top: 0;
  }
}

.p-sec2__img-lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-sec2__img-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 31.25rem;
    margin-right: 0.75rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .p-sec2__img-lists {}
}

.p-sec2__img-list {
  position: relative;
  border-radius: 10px;
}

.p-sec2__img-list:first-child {
  width: 100%;
  height: 230px;
  height: 14.375rem;
}

@media screen and (min-width: 768px) {
  .p-sec2__img-list:first-child {
    width: 34.7222222222vw;
    height: 23.1944444444vw;
  }
}

@media screen and (min-width: 1440px) {
  .p-sec2__img-list:first-child {
    width: 31.25rem;
    height: 20.875rem;
  }
}

.p-sec2__img-list:nth-child(2) {
  width: calc(50% - 0.21875rem);
  height: 30.1333333333vw;
  margin-right: 7px;
  margin-right: 0.4375rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

@media screen and (min-width: 768px) {
  .p-sec2__img-list:nth-child(2) {
    width: 17.0138888889vw;
    height: 11.3194444444vw;
    margin-right: 0.625rem;
    margin-top: 0.625rem;
  }
}

@media screen and (min-width: 1440px) {
  .p-sec2__img-list:nth-child(2) {
    width: 15.3125rem;
    height: 10.1875rem;
  }
}

.p-sec2__img-list:nth-child(3) {
  width: calc(50% - 0.21875rem);
  height: 30.1333333333vw;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

@media screen and (min-width: 768px) {
  .p-sec2__img-list:nth-child(3) {
    width: 17.0138888889vw;
    height: 11.3194444444vw;
    margin-top: 0.625rem;
  }
}

@media screen and (min-width: 1440px) {
  .p-sec2__img-list:nth-child(3) {
    width: 15.3125rem;
    height: 10.1875rem;
  }
}

.p-sec2__img-list img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.p-sec3 {
      padding-block: 0;
  margin: 0 15px;
  margin: 0 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-sec3 {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-sec3__inner {
    max-width: 125rem;
    margin: 0 auto;
  }
}

.p-sec3__title {
  background-image: url(../images/top/top-pic4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 37px 0;
  padding: 2.3125rem 0;
}

@media screen and (min-width: 768px) {
  .p-sec3__title {
    margin: 0;
    width: auto;
    padding: 5.5rem 0;
  }
}

.p-sec3__title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  opacity: 0.7;
}

.p-sec3__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  width: 12.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-sec3__img {
    width: 25rem;
  }
}

.p-sec3__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sec3__img p {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.5rem;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-sec3__img p {
    font-size: 2rem;
  }
}

.p-sec3__maintitle {
  position: relative;
  width: 300px;
  width: 18.75rem;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-sec3__maintitle {
    font-size: 3rem;
  }
}

.p-sec3__text {
  line-height: 1;
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-sec3__text {
    font-size: 3rem;
    text-align: center;
  }
}

.p-sec3__text span {
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .p-sec3__text span {
    font-size: 6.25rem;
  }
}

.p-sec3__content {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-sec3__content {
    padding: 0 1.5625rem;
    margin-top: 4rem;
  }
}

.p-sec3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-sec3__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sec3__list:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.p-sec3__list-wrap {
  background-color: var(--sub-color);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 56px 15px 24px;
  padding: 3.5rem 0.9375rem 1.5rem;
  position: relative;
  margin-top: -38px;
  margin-top: -2.375rem;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .p-sec3__list-wrap {
    margin: 0;
    padding: 2.875rem 8.75rem 4.625rem 2.5rem;
    width: 50rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sec3__list:nth-child(2) .p-sec3__list-wrap {
    padding: 2.875rem 2.5rem 4.625rem 9.3125rem;
  }
}

.p-sec3__list-wrap-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-sec3__list-wrap-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-sec3__list-num {
  color: var(--main-color);
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 500;
  font-size: 64px;
  font-size: 4rem;
  margin-right: 6px;
  margin-right: 0.375rem;
}

@media screen and (min-width: 768px) {
  .p-sec3__list-num {
    font-size: 4.5rem;
    margin-right: 0.5rem;
  }
}

.p-sec3__list-title {
  font-weight: 700;
  color: var(--main-color);
  line-height: 1.4;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec3__list-title {
    font-size: 1.75rem;
  }
}

.p-sec3__list-title span {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, rgba(var(--border-color), .4)));
  background: linear-gradient(transparent 70%, rgba(var(--border-color), .4) 0%);
  display: inline;
  padding: 0 2px 4px;
}

.p-sec3__list-img {
  position: relative;
  width: 100%;
  height: 231px;
  height: 14.4375rem;
}

@media screen and (min-width: 768px) {
  .p-sec3__list-img {
    width: 30.875rem;
    height: 20.625rem;
    margin-left: -6.25rem;
    margin-top: -3rem;
    border-radius: 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-sec3__list:nth-child(2) .p-sec3__list-img {
    margin-left: 0;
    margin-right: -6.25rem;
    margin-top: -3rem;
  }
}

.p-sec3__list-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.p-sec3__list-text {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-sec3__list-text {
    font-size: 1rem;
  }
}

.p-top-menu {
  text-align: center;
      padding-bottom: 0;
}

.p-top-menu__inner {
  max-width: 1000px;
  margin: auto;
}

.p-top-menu__title {
  font-size: 32px;
  font-weight: 600;
}

.p-top-menu__title span {
  display: block;
  font-size: 18px;
  margin-top: 6px;
}

.p-top-menu__pdf {
  display: block;
  margin: 40px auto 10px;
  padding: 40px;
}

.p-top-menu__pdf img {
  width: 100%;
  height: auto;
  display: block;
}

.p-top-menu__note {
  font-size: 12px;
  margin-top: 10px;
  color: #666;
}

/* 初期状態はSP表示 */
.p-top-menu__pdf--pc {
  display: none;
}

.p-top-menu__pdf--sp {
  display: block;
}

/* 768px以上でPC表示 */
@media screen and (min-width: 768px) {
  .p-top-menu__pdf--pc {
    display: block;
  }

  .p-top-menu__pdf--sp {
    display: none;
  }
}

.p-top-shop {
  padding-inline: 20px;
}

.p-top-shop__title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.p-top-shop__title span {
  display: block;
  font-size: 18px;
  margin-top: 6px;
}

.p-top-shop__list {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-top-shop__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-top-menu {
    text-align: center;
  }
  .p-top-menu__pdf {
  margin: 40px auto;
}

}

@media screen and (min-width: 900px) {
  .p-top-shop__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-top-shop__item {
    background-color: var(--sub-color);
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.p-top-shop__item img {
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 316 / 214;
  object-fit: cover;
}

.p-top-shop__name {
  font-weight: bold;
  margin-bottom: 10px;
}

.p-top-shop__text {
  font-size: 14px;
  margin-bottom: 15px;
}

.p-top-shop__btn {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  max-width: 214px;
  width: 100%;
      background: var(--main-color);
        border-radius: 10px;
          font-family: "Noto Sans JP", sans-serif;
}


.p-shop-detail {
  padding: 60px 0;
}

/* =====================
  上段（SP）
===================== */
.sns_buttons {
  display: flex;
  gap: 32px;
  margin-top: 60px;
}

.p-shop-detail__top {
  display: block;
  max-width: 100%;
  margin-bottom: 60px;
}

.p-shop-detail__img {
  width: 100%;
  margin-bottom: 20px;
}

.p-shop-detail__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 581 / 375;
  object-fit: cover;
}

.p-shop-detail__info {
  width: 100%;
}

.p-shop-detail__title {
  color: var(--, #342A2A);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 60px */
  letter-spacing: 2.4px;
}

.p-shop-detail__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.96px;
  margin-top: 24px;
}

.p-shop-detail__list {
  margin-bottom: 26px;
  margin-top: 23px;
}

.p-shop-detail__list li {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.96px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #EEE;
padding-block: 15px 17px;
}

.p-shop-detail__list li p:nth-of-type(1) {
  width: 75px;
  color: var(--, #342A2A);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;

}

.p-shop-detail__list li p:nth-of-type(2) {
  flex: 1;
  color: var(--, #342A2A);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;

}

.p-shop-detail__list li a.tel {
  text-decoration: underline;
}


/* Instagram */
.p-shop-detail__insta {
  display: inline-block;
  margin: 10px 0 20px;
  font-size: 13px;
}

img.insta {
  width: 27px;
}

/* ボタン */
.p-shop-detail__btns a {
  display: block;
  text-align: center;
  padding: 14px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
}

.p-shop-detail__btns {
  margin-top: 40px;
  max-width: 320px;
  color: var(--B-, #FCFCFC);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.96px;
}

.btn-gray.c-button {
  border-radius: 10px;
  border: 2px solid #E67937;
  background: #E67937;
  color: #FBF9F7;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.96px;
}

.btn-red {
  border-radius: 10px;
  border: 2px solid #D51A28;
  background: #D51A28;
}

/* =====================
  ギャラリー（SP）
===================== */
.p-shop-detail__gallery {
  text-align: center;
  margin: 60px auto;
}

.p-shop-detail__gallery-title {
  margin-bottom: 30px;
  text-align: center;
    color: var(---, #333);
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 2.88px;
}

.p-shop-detail__gallery-title span {
  display: block;
  color: #000;
  text-align: center;
  font-family: "Futura", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
  letter-spacing: 1.92px;
      display: block;
    font-size: 18px;
    margin-top: 6px;
}

.p-shop-detail__gallery-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.p-shop-detail__gallery-list img {
  width: 100%;
  aspect-ratio: 335 / 216;
  object-fit: cover;
}

/* =====================
  PC（769px以上）
===================== */
@media (min-width: 769px) {

  .p-shop-detail {
    padding: 80px 0;
  }

  .p-shop-detail__top {
    display: flex;
    gap: 40px;
  }

  .p-shop-detail__img {
    width: 50%;
    margin-bottom: 0;
  }

  .p-shop-detail__info {
    width: 50%;
  }

  .p-shop-detail__title {
    font-size: 32px;
  }

  .p-shop-detail__gallery {
    max-width: 1000px;
    margin: 112px auto;
  }

  .p-shop-detail__gallery-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 60px;
  }

  .p-shop-detail__btns a {
  padding: 16px;
}
.p-shop-detail__gallery-title span {
  font-size: 24px;
}

}

a.insta_link {
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.96px;
  gap: 16px;
}

.p-sec4 {
  margin-top: 64px;
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .p-sec4 {
    margin-top: 6.25rem;
  }
}

.p-sec4__title {
  position: relative;
}

.p-sec4__title-head-img {
  width: 33px;
  width: 2.0625rem;
  height: 31px;
  height: 1.9375rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-sec4__title-head-img {
    width: 2.875rem;
    height: 2.75rem;
  }
}

.p-sec4__title-head-img img {
  height: 100%;
}

.p-sec4__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-sec4__lists {
    margin-top: 5.875rem;
  }
}

.p-sec4__list {
  background-color: var(--sub-color);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .08);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, .08);
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
}

@media screen and (min-width: 600px) {
  .p-sec4__list {
    width: calc(50% - 0.625rem);
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sec4__list {
    width: calc(33.333% - 1.75rem);
    margin-right: 2.625rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 600px) {
  .p-sec4__list:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-sec4__list:nth-child(2n) {
    margin-right: 2.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sec4__list:nth-child(3n) {
    margin-right: 0;
  }
}

.p-sec4__list-img {
  aspect-ratio: 304/202;
  position: relative;
}

.p-sec4__list-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-sec4__list-title {
  font-weight: 400;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-sec4__list-title {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-sec4__list-text {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-sec4__list-text {
    margin-top: 0.25rem;
    font-size: 1rem;
  }
}

.p-sec4__button {
  margin: 0 auto;
  width: 260px;
  width: 16.25rem;
  margin-top: 32px;
  margin-top: 2rem;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .p-sec4__button {
    width: 16.25rem;
    margin-top: 2rem;
  }
}

.p-sec4__button a {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 10px;
}

.p-sec5 {
  padding: 64px 0;
  padding: 4rem 0;
  background-color: var(--sub-color);
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .p-sec5 {
    padding: 6.25rem 0;
    margin-top: 6.25rem;
    padding-bottom: 4.25rem;
  }
}

.p-sec5__title-head-img {
  width: 33px;
  width: 2.0625rem;
  height: 31px;
  height: 1.9375rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-sec5__title-head-img {
    width: 2.875rem;
    height: 2.75rem;
  }
}

.p-sec5__title-head-img img {
  height: 100%;
}

.p-sec5__lists {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec5__lists {
    margin-top: 5.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.p-sec5__list {
  background-color: var(--sub-color);
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-sec5__list {
    width: calc(50% - 1.875rem);
    margin-right: 3.75rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sec5__list:nth-child(2n) {
    margin-right: 0;
  }
}

.p-sec5__list:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-sec5__list:last-child {
    margin-bottom: 2rem;
  }
}

.p-sec5__list-img {
  position: relative;
  aspect-ratio: 540/360;
}

.p-sec5__list-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-sec5__list-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-sec5__list-text {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-sec5__list-name {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-sec5__list-name {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.p-sec6 {
  margin-top: 100px;
  margin-top: 6.25rem;
}

@media screen and (min-width: 768px) {
  .p-sec6 {
    margin-top: 12.5rem;
  }
}

.p-sec6__content {
  position: relative;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec6__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3.75rem;
  }
}

.p-sec6__img {
  position: relative;
  width: 240px;
  width: 15rem;
  height: 320px;
  height: 20rem;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec6__img {
    margin: 0;
    width: 25rem;
    height: 33.3125rem;
  }
}

.p-sec6__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

@media screen and (min-width: 768px) {
  .p-sec6__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 3rem;
  }
}

.p-sec6__item-title {
  text-align: center;
  position: relative;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-sec6__item-title {
    text-align: left;
    font-size: 3rem;
    margin-left: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sec6__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-sec6__item-head-img {
  width: 33px;
  width: 2.0625rem;
  height: 31px;
  height: 1.9375rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-sec6__item-head-img {
    margin: 0;
    margin-top: 0.8125rem;
    width: 2.875rem;
    height: 2.75rem;
  }
}

.p-sec6__item-head-img img {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-sec6__item-title::after {
    left: 0rem;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    bottom: -1.75rem;
    width: 6.25rem;
  }
}

.p-sec6__item-title span {
  display: block;
  line-height: 1.2;
  font-weight: 400;
  font-family: futura-pt, sans-serif;
}

@media screen and (min-width: 768px) {
  .p-sec6__item-title span {
    font-size: 1.5rem;
  }
}

.p-sec6__item-text {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-sec6__item-text {
    text-align: left;
    margin-top: 3.875rem;
    font-size: 1.75rem;
  }
}

.p-sec6__item-subtext {
  margin-top: 16px;
  margin-top: 1rem;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-sec6__item-subtext {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}

.p-sec6__item-name {
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
  margin-top: 16px;
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  .p-sec6__item-name {
    font-size: 1.25rem;
    text-align: right;
    margin-top: 1.5rem;
  }
}

.p-sec6__content-bg {
  position: absolute;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 160px;
  height: 10rem;
  bottom: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-sec6__content-bg {
    height: 21.25rem;
  }
}

.p-sec6__bg {
  position: relative;
  height: 100%;
}

.p-sec6__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-sec6__bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--sec6-color), .9);
}

.p-sec6__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec6__lists {
    margin-top: 3.75rem;
  }
}

.p-sec6__list {
  width: calc(50% - 0.53125rem);
  margin-right: 17px;
  margin-right: 1.0625rem;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

@media screen and (min-width: 768px) {
  .p-sec6__list {
    width: calc(25% - 2.8125rem);
    margin-right: 3.75rem;
    margin-bottom: 1.5rem;
  }
}

.p-sec6__list:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .p-sec6__list:nth-child(2n) {
    margin-right: 3.75rem;
  }
}

.p-sec6__list:nth-child(4n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .p-sec6__list:nth-child(4n) {
    margin-right: 0;
  }
}

.p-sec6__list-img {
  position: relative;
  width: 164px;
  width: 10.25rem;
  height: 218px;
  height: 13.625rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-sec6__list-img {
    width: 100%;
    height: 20rem;
  }
}

.p-sec6__list-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-sec6__list-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.p-sec6__list-title {
  position: relative;
  text-align: center;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .p-sec6__list-title {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
}

.p-sec6__list-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 32px;
  width: 2rem;
  height: 1px;
  height: 0.0625rem;
  background-color: var(--main-color);
}

@media screen and (min-width: 768px) {
  .p-sec6__list-title::before {
    content: none;
  }
}

.p-sec6__list-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .p-sec6__list-text {
    margin-top: 0.25rem;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sec7__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-sec7__button {
  width: 260px;
  width: 16.25rem;
  margin: 0 auto;
  margin-top: 32px;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-sec7__button {
    margin-top: 2.625rem;
  }
}

.p-sec7__button a {
  background-color: var(--main-color);
  color: #fff;
}

.p-sec7__news {
  background-color: var(--sub-color);
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 36px 16px;
  padding: 2.25rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-sec7__news {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5rem;
    margin-top: 0;
    padding: 1.75rem 2.5rem;
  }
}

.p-sec7__news-list {
  border-top: 1px dashed var(--gray2);
  font-family: "Noto Sans JP", sans-serif;
  padding: 12px 8px;
  padding: 0.75rem 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec7__news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1rem;
  }
}

.p-sec7__news-list:last-child {
  border-bottom: 1px dashed var(--gray2);
}

.news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-meta__time {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .news-meta__time {
    font-size: 1rem;
  }
}

.news-meta__cat {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  background-color: var(--main-color);
  border-radius: 4px;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  color: #fff;
  margin-left: 13px;
  margin-left: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .news-meta__cat {
    font-size: 0.75rem;
    margin-left: 1.25rem;
  }
}

.p-sec7__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  margin-top: 6px;
  margin-top: 0.375rem;
}

@media screen and (min-width: 768px) {
  .p-sec7__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1rem;
    margin-left: 0.6875rem;
  }
}

.p-sec8 {
  margin-bottom: 64px;
  margin-bottom: 4rem;
      padding-block: 0;
}

@media screen and (min-width: 768px) {
  .p-sec8 {
        margin-top: 1.8125rem;
        margin-bottom: 0.25rem;
  }
}

.p-sec8__title-head-img {
  width: 33px;
  width: 2.0625rem;
  height: 31px;
  height: 1.9375rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-sec8__title-head-img {
    width: 2.875rem;
    height: 2.75rem;
  }
}

.p-sec8__title-head-img img {
  height: 100%;
}

.p-sec8__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec8__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5.875rem;
  }
}

.p-sec8__img {
  position: relative;
  width: 100%;
  height: 229px;
  height: 14.3125rem;
}

@media screen and (min-width: 768px) {
  .p-sec8__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 33.75rem;
    height: 22.5rem;
  }
}

.p-sec8__img iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.p-sec8__item {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 28px;
  margin-top: 1.75rem;
}

@media screen and (min-width: 768px) {
  .p-sec8__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 3rem;
    margin-top: 0;
  }
}

.p-sec8__item-img {
  width: 280px;
  width: 17.5rem;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-sec8__item-img {
    width: 17.5rem;
  }
}

.p-sec8__item-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-sec8__item-text1 {
  letter-spacing: 0.06em;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-sec8__item-text1 {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.p-sec8__item-text1 span {
  display: block;
}

.p-sec8__item-text2 {
  letter-spacing: 0.06em;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-sec8__item-text2 {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.p-sec8__item-text3 {
  letter-spacing: 0.06em;
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-sec8__item-text3 {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.p-sec8__item-text3 span {
  display: block;
}

.p-sec8__item-text4 {
  letter-spacing: 0.06em;
  margin-top: 41px;
  margin-top: 2.5625rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-sec8__item-text4 {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.p-sec8__item-text4 span {
  display: block;
}

.p-sec8__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec8__wrap {
    margin-top: 2.5rem;
  }
}

.p-sec8__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sec8__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-sec8__list-img {
  position: relative;
  width: 115px;
  width: 7.1875rem;
  height: 86px;
  height: 5.375rem;
}

@media screen and (min-width: 768px) {
  .p-sec8__list-img {
    width: 23.75rem;
    height: 17.8125rem;
  }
}

.p-sec8__list-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-sec9 {
  background-image: url(../images/top/sec9-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.p-sec9::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--top-rgba), .7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.p-sec9__inner {
  position: relative;
  z-index: 1;
  padding: 68px 15px;
  padding: 4.25rem 0.9375rem;
}

.p-sec9__caption {
    width: fit-content;
    margin-inline: auto;
        padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__inner {
        padding: 2.5rem 2.2rem;
  }
  .p-sec9__caption {
    margin-inline: unset;
        padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-sec9__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-sec9__img {
        width: 12.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__img {
    width: 16rem;
  }
}

.p-sec9__text {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}

.p-sec9__text span {
  display: block;
}

.p-sec9__table {
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 25px;
  margin-top: 1.5625rem;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__table {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.p-sec9__table th {
  border: 1px solid var(--gray3);
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  height: 27px;
  height: 1.6875rem;
  width: 36px;
  width: 2.25rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__table th {
    width: 3rem;
  }
}

.p-sec9__table td {
  border: 1px solid var(--gray3);
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #fff;
  height: 36px;
  height: 2.25rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__table td {
    font-size: 1rem;
  }
}

.p-sec9__table-title {
  background-color: var(--main-color);
  color: #fff;
  width: 75px;
  width: 4.6875rem;
}

.p-sec9__table-text {
  color: var(--main-color);
  background-color: #fff;
}

.p-sec9__table-text:first-child {
  width: 75px;
  width: 4.6875rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__table-text:first-child {
    width: 6.25rem;
  }
}

.p-sec9__subtext {
  text-align: left;
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--gray2);
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__subtext {
    text-align: center;
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}

.p-sec9__contact-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 48px;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__contact-number {
    margin-top: 0;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}

.phone-icon-footer {
  color: var(--main-color);
  font-size: 28px;
  font-size: 1.75rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .phone-icon-footer {
    font-size: 2rem;
  }
}

.p-sec9__contact-img {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__contact-img {
    width: 2rem;
    height: 2rem;
  }
}

.p-sec9__contact-text {
  line-height: 1.2;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-sec9__contact-text {
    font-size: 2.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.p-sec9__contact-subtext {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-sec9__contact-subtext {
    font-size: 0.75rem;
  }
}

.p-sec9__contact-reserve {
  margin-top: 16px;
  margin-top: 1rem;
  width: 320px;
  width: 20rem;
  margin: 0 auto;
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__contact-reserve {
    margin-top: 1rem;
    height: 4rem;
  }
}

.p-sec9__contact-line {
  width: 320px;
  width: 20rem;
  margin: 0 auto;
  margin-top: 8px;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__contact-line {
    margin-top: 0.5rem;
  }
}

.p-sec9__contact-reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  height: 3.75rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-weight: 500;
  border-radius: 10px;
}

.p-sec9__contact-reserve.--online a {
  background: #E67937;

}

@media screen and (min-width: 768px) {
  .p-sec9__contact-reserve a {
    height: inherit;
  }
}

.p-sec9__contact-reserve a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-icon.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  right: 17px;
  right: 1.0625rem;
  width: 15px;
  width: 0.9375rem;
  height: 10px;
  height: 0.625rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__contact-reserve a::before {
    right: 1.125rem;
    width: 1.3125rem;
    height: 0.8125rem;
  }
}

.p-sec9__contact-reserve img {
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__contact-reserve img {
    width: 1.9444444444vw;
    height: 1.9444444444vw;
    margin-right: 0.5555555556vw;
    max-width: 1.75rem;
    max-height: 1.75rem;
  }
}

.p-sec9__contact-line a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  height: 3.75rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: var(--main-color);
  font-weight: 500;
  background: var(--sub-color);
  position: relative;
  border: 2px solid var(--main-color);
  border-radius: 10px;
}

.p-sec9__contact-line a::before {
  position: absolute;
  content: "→";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-table;
  right: 12px;
  right: 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__contact-line a::before {
    right: 0.625rem;
    font-size: 1.375rem;
  }
}

.p-sec9__contact-line img {
  width: 28px;
  width: 1.75rem;
  height: 20px;
  height: 1.25rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__contact-line img {
    width: 2.5vw;
    height: 2.3611111111vw;
    margin-right: 0.5555555556vw;
    max-width: 1.75rem;
    max-height: 1.25rem;
  }
}

.p-sec9__contact-reserve-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-sec9__contact-reserve-text {
    font-size: 1rem;
  }
}

.p-sec9__contact-line-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-sec9__contact-line-text {
    font-size: 1rem;
  }
}

.p-sec9__mail {
  font-size: 28px;
  font-size: 1.75rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-sec9__mail {
    font-size: 2.125rem;
  }
}

.p-top-news__button {
  width: 260px;
  width: 16.25rem;
  margin: 0 auto;
  margin-top: 32px;
  margin-top: 2rem;
}


.p-top-news__content {
  display: flex;
  align-items: center;
  flex-flow: column;
}

@media screen and (min-width: 768px) {
  .p-top-news__content {
    display: flex;
    align-items: center;
    flex-flow: unset;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__button {
    margin-top: 2.625rem;
  }
}

.p-top-news__button a {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 10px;
}

.p-top-news__news {
  padding: 36px 16px;
  padding: 2.25rem 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-top-news__news {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5rem;
    margin-top: 0;
    padding: 1.75rem 2.5rem;
  }
}

.p-top-news__news-list {
  border-top: 1px dashed var(--gray2);
}

.p-top-news__news-list a {
  font-family: "Noto Sans JP", sans-serif;
  padding: 12px 8px;
  padding: 0.75rem 0.5rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-top-news__news-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1rem;
  }
}

.p-top-news__news-list:last-child {
  border-bottom: 1px dashed var(--gray2);
}

.news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .news-meta {
    width: 13.375rem;
  }
}

@media screen and (min-width: 1024px) {
  .news-meta {
    width: 12.5rem;
  }
}

.news-meta__time {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .news-meta__time {
    font-size: 1rem;
  }
}

.news-meta__cat {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  background-color: var(--main-color);
  border-radius: 4px;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  color: #fff;
  margin-left: 13px;
  margin-left: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .news-meta__cat {
    font-size: 0.75rem;
    margin-left: 0.9375rem;
  }
}

.p-top-news__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-top-banner {
    padding: 60px 0 100px;
}

.p-top-banner__inner {
    display: flex;
    gap: 100px;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 40px;
    justify-content: center;
}

.p-top-banner__item {
    width: 30%;
  display: block;
  overflow: hidden;
}

.p-top-banner__item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}



/* ホバーで少しズーム */
@media (hover: hover) and (pointer: fine) {
  .p-top-banner__item:hover img {
    transform: scale(1.05);
  }
}

/* スマホ */
@media (max-width: 768px) {
  .p-top-banner__inner {
    flex-direction: column;
        gap: 40px;
  }
  .p-top-banner__item {
    width: 100%;
  }
  .p-top-banner {
        padding: 60px 0 120px;
    margin-top: 0;
}

}

@media screen and (min-width: 768px) {
  .p-top-news__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1rem;
    margin-top: 0;
    width: calc(100% - 12.5rem);
    margin-left: 0.6875rem;
  }


.p-top-banner {
        padding: 100px 0;
    margin-top: 0;
}
}

.p-fc-sec1 {
  padding: 60px 0;
  background: #f7f7f7;
}

.p-fc-sec1__inner {
  text-align: center;
}

.p-fc-sec1__title {
color: #000;
text-align: center;
font-family: "Zen Maru Gothic";
font-style: normal;
font-weight: 500;
line-height: 150%; /* 60px */
letter-spacing: 2.4px;
font-size: 20px;
}

.p-fc-sec1__img {
  margin-bottom: 24px;
  margin-inline: auto;
  margin-top: 16px;
  margin-top: 20px;
}

.p-fc-sec1__img img {
    aspect-ratio: 800 / 400;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;

}

.p-fc-sec1__text {
          margin-top: 32px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-inline: auto;
  text-align: left;
}

/* PC */
@media screen and (min-width: 769px) {
  .p-fc-sec1 {
    padding: 100px 0px;
  }

  .p-fc-sec1__title {
    font-size: 40px;
  }

  .p-fc-sec1__text {
    font-size: 16px;
    color: #000;
  font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.96px;
    text-align: left;
    margin-top: 32px;
  }
}

.p-support {
  padding: 60px 20px;
  margin-top: 60px;
  position: relative;
  background-repeat: repeat;
    width: 100%;
    background-size: contain;
}

.p-support__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.p-support {}

figure.p-support__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

figure.p-support__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.p-support__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.p-support__item {
  background: #fff;
  padding: 20px;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  letter-spacing: 1.44px;
}

.p-support__img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 306/204;
}

.p-support__title {
  color: #000;
  text-align: center;
 font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  letter-spacing: 1.44px;
  margin-top: 16px;
}

.p-support__text {
  font-size: 14px;
  margin-top: 10px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.96px;
  line-height: 1.8;
  text-align: left;
}

/* PC */
@media screen and (min-width: 769px) {

  .p-support {
    padding: 100px 20px;
    margin-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
  }

  .p-support__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .p-support__title {
    font-size: 20px;
  }
}

.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--main-color);
  z-index: 9999;
  -webkit-animation: byeShutter 2.6s forwards;
  animation: byeShutter 2.6s forwards;
}

.shutter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  width: 0;
  height: 1px;
  -webkit-animation: shutterOpen 2.6s forwards;
  animation: shutterOpen 2.6s forwards;
}

.shutter:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@-webkit-keyframes byeShutter {
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}

@-webkit-keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  90% {
    width: 100%;
    height: 100%;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  90% {
    width: 100%;
    height: 100%;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes shutterOpen {
  60% {
    width: 120%;
    height: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  90% {
    width: 120%;
    height: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    width: 120%;
    height: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.p-condition {
  padding: 60px 20px;
}

.p-condition__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.p-condition__head {}

.p-condition__head span {}

.p-condition__list {
  text-align: left;
  display: inline-block;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.44px;
  margin-top: 5px;
  background: #D51A28;
  padding-block: 40px;
  padding-inline: 40px;
  max-width: 1000px;
  width: 100%;
}

.p-condition__list li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
  list-style: disc;
  color: #fff;
}

/* PC */
@media screen and (min-width: 769px) {

  .p-condition {
    padding: 100px 20px;
  }

  .p-condition__head {
    font-size: 50px;
  }

  .p-condition__list li {
    font-size: 16px;
  }

  .p-condition__list {
    margin-top: 45px;
  }
}

/* =============================
   Simulation
============================= */
.p-simulation {
  padding: 60px 20px;
  background: #f7f7f7;
}

/* =============================
   グリッド（ここが肝）
============================= */
.p-simulation__inner {
  max-width: 922px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
      gap: 50px;
}



/* PC */
@media (min-width: 769px) {

  .p-simulation {
  padding: 80px 20px;
}

  /* デフォルト：1列 */
  .p-simulation__inner {
    grid-template-columns: 1fr;
      padding-top: 52px;
        gap: 134px;
  }

  /* 2件以上なら2列 */
  .p-simulation__inner:has(.p-simulation__col:nth-child(2)) {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-simulation__inner:has(.p-simulation__col:nth-child(3)) {
    grid-template-columns: repeat(3, 1fr);
  }

}

/* =============================
   カラム
============================= */
.p-simulation__col {
  width: 100%;
}

/* =============================
   画像
============================= */
.p-simulation__img {
  margin-bottom: 24px;
}

.p-simulation__img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 394 / 207;
  object-fit: cover;
}

/* =============================
   タイトル
============================= */
.p-simulation__title {
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
    font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2.1px;
}

/* =============================
   ブロック
============================= */
.p-simulation__block {
  margin-top: 7px;
}

/* サブタイトル */
.p-simulation__sub {
  border-radius: 4px;
  background: #E67937;
  color: var(---, #FFF);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: 1.08px;
  display: flex;
  padding: 2px 10px;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
}

/* =============================
   表っぽいリスト
============================= */
.p-simulation__list {
  display: grid;
  margin-top: 7px;
}

.p-simulation__item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  font-size: 13px;
  padding-bottom: 4px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.96px;
}

.p-simulation__item-title {
  color: #333;
}

.p-simulation__item-text {
  text-align: right;
  color: #333;
}

/* =============================
   その他
============================= */
.p-simulation__other {
  margin-top: 52px;
}

.p-simulation__other-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.96px;
}

.p-simulation__other-title {
  color: #333;
}

.p-simulation__other-text {
  text-align: right;
}

/* =============================
   下テキスト
============================= */
.p-simulation__bottom {
  margin-top: 20px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.96px;
}


@media (min-width: 769px) {
.p-simulation__title {
  font-size: 35px;
}
}

/* =============================
   FC CTA
============================= */
.p-fc-cta {
  background: #E60012;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

/* 中央寄せ */
.p-fc-cta__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.p-fc-cta__logo {
  width: 136px;
  margin-inline: auto;
}

/* タイトル */
.p-fc-cta__title {
  font-style: normal;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #fff;
  gap: 10px;
  color: var(--, #FFF);
  font-family: "Zen Maru Gothic";
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.88px;
  margin-top: 10px;
}

/* テキスト */
.p-fc-cta__text {
  margin-top: 12px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.96px;
}

/* ボタン */
.p-fc-cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  display: flex;
  width: 260px;
  height: 64px;
  padding: 18px 16px;
  border-radius: 10px;
  background: #FFF;
  color: #E60012;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.96px;
  margin-top: 32px;
  position: relative;
}

.p-fc-cta__btn::before {
  content: "→";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);

}

.p-fc-cta__imgs.u-mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
    padding-inline: 30px;
    margin-top: 15px;
}

.p-fc-cta__imgs.u-tab-none {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
    padding-inline: 30px;
    margin-top: 15px;
}

@media (min-width: 1201px) {
img.p-fc-cta__img01 {
  position: absolute;
  left: calc(50% - 455px);
  width: 183px;
  transform: translate(-50%, -50%);
  top: calc(50% - 81px);
}
}
img.p-fc-cta__img01 {
}
@media (min-width: 1201px) {
.p-fc-cta__img03 {
  position: absolute;
  left: calc(50% + 474px);
  width: 298px;
  transform: translate(-50%, -50%);
  top: calc(50%);
}
}
@media (min-width: 1201px) {
.p-fc-cta__img02 {
  position: absolute;
  left: calc(50% - 481px);
  width: 248px;
  transform: translate(-50%, -50%);
  top: calc(50% + 86px);
}
}


/* hover */
@media (hover: hover) {
  .p-fc-cta__btn:hover {
    opacity: 0.7;
  }
}

/* =============================
   SP調整
============================= */
@media (max-width: 768px) {

  .p-fc-cta {
    padding: 60px 16px;
  }

  .p-fc-cta__title {
    font-size: 24px;
  }

  .p-fc-cta__btn {
    padding: 16px 40px;
    width: 100%;
    max-width: 300px;
  }

  /* img.p-fc-cta__img01 {
    position: absolute;
    left: calc(50% - 155px);
    width: 139px;
    transform: translate(-50%, -50%);
    top: calc(50% - 132px);
} */
/* .p-fc-cta__img02 {
    position: absolute;
    left: calc(50% - 248px);
    width: 148px;
    transform: translate(-50%, -50%);
    top: calc(50% + 120px);
} */
/* .p-fc-cta__img03 {
    position: absolute;
    left: calc(50% + 203px);
    width: 174px;
    transform: translate(-50%, -50%);
    top: calc(50% - 100px);
} */
}

/* =============================
   Voice
============================= */
.p-voice {
  padding: 60px 16px;
  background: #f5f5f5;
}

.p-voice__inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* タイトル */
.p-voice__head {
  text-align: center;
  margin-bottom: 40px;
}

.p-voice__head-main {
  display: block;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 75px */
  letter-spacing: 3px;
  margin-bottom: 8px;
}

.p-voice__head-sub {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
  letter-spacing: 1.92px;
}

/* グリッド */
.p-voice__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

/* カード */
.p-voice__item {
  background: #F9F5ED;
  padding: 40px 24px;
  display: flex;
  flex-flow: column;
}

.p-voice__img img {
  width: 100%;
  aspect-ratio: 468 / 291;
  object-fit: cover;
}

.p-voice__title {
  margin-top: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  letter-spacing: 1.44px;
}

.p-voice__text {
  margin-top: 12px;
  letter-spacing: 0.96px;
  color: var(---, #333);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.96px;
}

.p-voice__name {
  margin-top: 31px;
  text-align: right;
  font-size: 12px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.96px;
  margin-top: auto;
  margin-top: 8px;
  text-align: center;
}

/* =============================
   PC
============================= */

@media (min-width: 769px) {

  /* gridを有効化 */
  .p-voice__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
      margin-top: 100px;
  }

  /* 2件以上 → 2列 */
  .p-voice__grid:has(.p-voice__item:nth-child(2)) {
    grid-template-columns: repeat(2, 1fr);
  }

  /* 3件以上 → 3列 */
  .p-voice__grid:has(.p-voice__item:nth-child(3)) {
    grid-template-columns: repeat(3, 1fr);
  }

  .p-voice__item {
    min-height: 600px;
  }

}

/* =============================
   Flow
============================= */
.p-flow {
  padding: 60px 16px;
  position: relative;
}
.p-flow__bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
figure.p-flow__bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.p-flow__inner {
  max-width: 900px;
  margin: 0 auto;
}

/* タイトル */
.p-flow__head {
  text-align: center;
  margin-bottom: 40px;
}

.p-flow__head-main {
  display: block;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 75px */
  letter-spacing: 3px;
  margin-bottom: 8px;
}

.p-flow__head-sub {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
  letter-spacing: 1.92px;
}

/* リスト */
.p-flow__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
      margin-top: 50px;
    justify-content: center;
    align-items: center;
}

/* 各ステップ */
.p-flow__item {

      display: flex;
    border-radius: 10px;
    background: #FFF;
    padding: 15px;
    flex-flow: column;
}

/* 番号 */
.p-flow__num {
  min-width: 60px;
  color: #D51A28;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Futura;
    font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 4.8px;
  font-family: "Jost", sans-serif;
}

/* 内容 */
.p-flow__content {
  flex: 1;
}

.p-flow__title {
  letter-spacing: 1.68px;
  margin-bottom: 8px;
  color: var(--, #342A2A);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.68px;
}

.p-flow__text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.96px;
  color: var(--, #342A2A);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.96px;
}

/* PC */
@media (min-width: 768px) {



  .p-flow {
    padding: 100px 20px;
  }

  .p-flow__num {
    font-size: 60px;

  }

  .p-flow__title {
    font-size: 28px;
  }

  .p-flow__item {
    flex-flow: unset;
        padding: 24px;
            gap: 20px;
  }

  .p-flow__num {
  font-size: 80px;
}
  .p-flow__list {
  margin-top: 70px;
  }


}

.p-flow__list svg:last-child{
  display: none;

}
.shutter.is-active {
  display: none;
}

.js-fadeIn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 3s;
  transition: 3s;
}

.u-active {
  opacity: 1;
  visibility: visible;
}

.js-fadeIn-right {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 2s;
  transition: 2s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

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

.js-fadeIn-left {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

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

.js-fade {
  display: none;
}

@media screen and (min-width: 768px) {
  .wpcf7 {
    margin-top: 3rem;
  }
}

.form__block {
  padding: 8px 0;
  padding: 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .form__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 1.25rem 0;
    align-items: center;
  }
}

.form__meta {
  width: 180px;
  width: 11.25rem;
}

@media screen and (min-width: 768px) {
  .form__meta {
    width: 13rem;
  }
}

.u-form__title {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .u-form__title {
    font-size: 1rem;
  }
}

.cf7-form {
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .cf7-form {
    margin-top: 0;
    margin-left: auto;
  }
}

.cf7-form input {
  width: 100%;
  border-radius: 4px;
  height: 40px;
  height: 2.5rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid var(--gray3);
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .cf7-form input {
    font-size: 1rem;
  }
}

.cf7-form textarea {
  width: 100%;
  border-radius: 4px;
  height: 160px;
  height: 10rem;
  overflow-y: scroll;
  padding: 8px;
  padding: 0.5rem;
  border: 1px solid var(--gray3);
  font-family: "Noto Sans JP", sans-serif;
}

.form__placeholder {
  color: var(--gray3);
  font-size: 12px;
  font-size: 0.75rem;
}

.form__important {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  padding: 0 6px;
  padding: 0 0.375rem;
  display: inline-block;
  background: #ac3636;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .form__important {
    padding: 0.125rem 0.375rem;
  }
}

.form__submit {
  text-align: center;
  width: 260px;
  width: 16.25rem;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
  border-radius: 10px;
  height: 64px;
  height: 4rem;
}

@media screen and (min-width: 768px) {
  .form__submit {
    margin-top: 2.5rem;
    width: 16.25rem;
    max-width: 100%;
    position: relative;
  }
}

.form__submit-button {
  width: 260px;
  width: 16.25rem;
  height: 100%;
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .form__submit-button {
    width: 16.25rem;
    max-width: 100%;
    padding: 1rem 0;
    font-size: 1rem;
  }
}

.form__submit::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arrow-icon.svg);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
  right: 16px;
  right: 1rem;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}

.form__submit:hover:after {
  background-image: url(../images/common/arrow-icon.svg);
}

.form__privacy {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: var(--gray3);
  display: block;
}

.form__check-block {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .form__check-block {
    margin-top: 2.5rem;
  }
}

.form__check-block label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7 form .wpcf7-response-output {
  font-family: "Noto Sans JP", sans-serif;
}

.form__check-block input:hover {
  cursor: pointer;
}

.wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 1rem;
  }
}

.form__check-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.form__check-block p {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .form__check-block p {
    font-size: 1rem;
  }
}

.privacy {
  margin-left: 4px;
  margin-left: 0.25rem;
}

input[type=checkbox]+span:hover::after {
  background: #fff;
}

.form__check-claim {
  margin-top: 8px;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .form__check-claim {
    margin-top: 0;
    margin-left: auto;
    font-size: 1rem;
  }
}

.form__check-claim input:hover {
  cursor: pointer;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

span.wpcf7-list-item {
  position: relative;
}

.wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  cursor: pointer;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  border-radius: 4px;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  border: 1px solid var(--gray2);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
}

input[type=checkbox]:checked+.wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  left: 3px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-right: 0.625rem;
  background: url(../images/common/icon-check.svg) no-repeat center;
  background-size: contain;
}

.form__input-check+.wpcf7-list-item-label:before {
  top: -10px;
  width: 42px;
}

@media screen and (min-width: 768px) {
  .form__input-check+.wpcf7-list-item-label:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 26px;
  }
}

.wpcf7-form-control-wrap {
  position: static;
}

.form__check-box {
  position: relative;
}

.form__check-block .wpcf7-not-valid-tip {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .form__check-block .wpcf7-not-valid-tip {
    width: auto;
  }
}

.wpcf7-not-valid-tip {
  font-family: "Noto Sans JP", sans-serif;
}

.form__check-flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .form__check-flex {
    margin-left: auto;
  }
}

.form__check-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
  .form__check-content {
    margin-top: 0;
  }
}

.form__check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 1rem);
  margin-right: 32px;
  margin-right: 2rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .form__check-item {
    width: calc(33.333% - 0.95833rem);
    margin-right: 1.4375rem;
    margin-bottom: 1rem;
  }
}

.form__check-item:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .form__check-item:nth-child(2n) {
    margin-right: 1.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .form__check-item:nth-child(3n) {
    margin-right: 0;
  }
}

.form__check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 0.5625rem);
  margin-right: 18px;
  margin-right: 1.125rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .form__check-list {
    width: calc(50% - 3.0625rem);
    margin-right: 6.125rem;
    margin-bottom: 1rem;
  }
}

.form__check-list:nth-child(2n) {
  margin-right: 0;
}

.form__check-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .form__check-text {
    font-size: 1.1111111111vw;
  }
}

@media screen and (min-width: 1440px) {
  .form__check-text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .mb-0 {
    margin-bottom: 0;
  }
}

.u-form__subtitle {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
}

@media screen and (min-width: 768px) {
  .u-form__subtitle {
    font-size: 0.75rem;
  }
}

.cf7-form select {
  width: 100%;
  border-radius: 4px;
  height: 40px;
  height: 2.5rem;
  padding: 0 10px;
  padding: 0 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid var(--gray2);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 768px) {
  .cf7-form select {
    font-size: 1rem;
    width: 17.5rem;
  }
}

.u-form__select {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .u-form__select {
    width: 17.5rem;
  }
}

.u-form__select::before {
  content: "";
  position: absolute;
  left: 93%;
  background-image: url(../images/low/select-icon.svg);
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  top: 18px;
  top: 1.125rem;
}

@media screen and (min-width: 768px) {
  .u-form__select::before {
    top: 1.0625rem;
    left: 16rem;
  }
}

.u-form__date {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-sec8__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.p-sec8__wrap .p-sec8__lists {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-sec8__wrap .p-sec8__lists:first-child {
  -webkit-animation: slide1 60s -30s linear infinite;
  animation: slide1 60s -30s linear infinite;
}

.p-sec8__wrap .p-sec8__lists:last-child {
  -webkit-animation: slide2 60s linear infinite;
  animation: slide2 60s linear infinite;
}

@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

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

@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

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

@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.u-loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  background-image: url(../images/common/l-footer__opts__visual.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.u-loading.is-active {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes SlideIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes SlideIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeLeft {
  -webkit-animation: 5s SlideIn infinite;
  animation: 5s SlideIn infinite;
  overflow: hidden;
}

.u-loading__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


html,
body {
  margin: 0;
  padding: 0;
}

.preopen-page__main {
  width: 100%;
  min-height: 100vh;
}

.preopen-page__main img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  max-width: 800px;
}

.wait-img {
      max-width: 800px;
      margin-inline: auto;
}
/*# sourceMappingURL=styles.css.map */


