@charset "UTF-8";
/*
Theme Name: inagaki-archi-new
*/
.swiperLoop {
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
.swiperMV {
  /* ズームアニメーション */
}
.swiperMV .swiper-slide-active .swiper-img,
.swiperMV .swiper-slide-duplicate-active .swiper-img,
.swiperMV .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUpAnimation 12s linear infinite;
          animation: zoomUpAnimation 12s linear infinite;
}
.swiperMV .swiper-slide img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .swiperMV .one {
    -o-object-position: center center;
       object-position: center center;
  }
}
.swiperMV .two {
  -o-object-position: -450px center;
     object-position: -450px center;
}
@media screen and (min-width: 600px) {
  .swiperMV .two {
    -o-object-position: -765px center;
       object-position: -765px center;
  }
}
@media screen and (min-width: 960px) {
  .swiperMV .two {
    -o-object-position: center center;
       object-position: center center;
  }
}
.swiperMV .three {
  -o-object-position: -480px center;
     object-position: -480px center;
}
@media screen and (min-width: 600px) {
  .swiperMV .three {
    -o-object-position: -815px center;
       object-position: -815px center;
  }
}
@media screen and (min-width: 960px) {
  .swiperMV .three {
    -o-object-position: center center;
       object-position: center center;
  }
}
.swiperMV .four {
  -o-object-position: -330px center;
     object-position: -330px center;
}
@media screen and (min-width: 600px) {
  .swiperMV .four {
    -o-object-position: -590px center;
       object-position: -590px center;
  }
}
@media screen and (min-width: 960px) {
  .swiperMV .four {
    -o-object-position: center center;
       object-position: center center;
  }
}
.swiperMV .five {
  -o-object-position: -300px center;
     object-position: -300px center;
}
@media screen and (min-width: 600px) {
  .swiperMV .five {
    -o-object-position: -480px center;
       object-position: -480px center;
  }
}
@media screen and (min-width: 960px) {
  .swiperMV .five {
    -o-object-position: center center;
       object-position: center center;
  }
}

.swiper.insta-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

/* Set core body defaults */
body {
  min-height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
}

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

a {
  text-decoration: none;
  color: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

body {
  font-family: "Bebas Neue", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Noto Sans", "M PLUS 1", sans-serif;
  color: #fff;
  background-color: #435770;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    cursor: pointer;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
}

p,
ul,
li {
  font-size: 1rem;
  line-height: 1.9rem;
  letter-spacing: 0.1em;
}

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

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

.container {
  position: relative;
  overflow-x: hidden;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  text-rendering: initial;
  color: #afafaf;
  font-size: 1.375rem !important;
}

.p-contents {
  position: relative;
}

.l-inner {
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1300px;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}

.l-inner_l {
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner_l {
    max-width: 1400px;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}

.l-inner_m {
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner_m {
    max-width: 1000px;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}

.l-inner_n {
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner_n {
    max-width: 1150px;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}

.c-btn a {
  display: block;
  background-color: #003f9e;
  color: #fff;
  border: 1px solid #003f9e;
  max-width: 100%;
  padding: 1.125rem 0;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
.c-btn a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 600px) {
  .c-btn a {
    max-width: 21rem;
  }
}

.c-btn2 a {
  display: block;
  background-color: #fff;
  color: #ebf4fa;
  border: 1px solid #fff;
  max-width: 100%;
  padding: 1.125rem 0;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
.c-btn2 a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 600px) {
  .c-btn2 a {
    max-width: 21rem;
  }
}

.c-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #003f9e;
}
@media screen and (min-width: 600px) {
  .c-title {
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 0.1em;
  }
}
.c-title span {
  font-size: 0.875rem;
  display: block;
  color: #4db8e2;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.button-wrapper {
  position: fixed; /* スクロールに追従 */
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-color: #435770;
}
@media (min-width: 900px) {
  .button-wrapper {
    display: none;
  }
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 900px) {
  .button-container {
    display: none;
  }
}
.button-container .button-list1,
.button-container .button-list2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
}
@media (min-width: 900px) {
  .button-container .button-list1,
  .button-container .button-list2 {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.button-container .button-list0 {
  position: relative;
  width: 14%;
}
@media (min-width: 900px) {
  .button-container .button-list0 {
    display: none;
  }
}
.button-container .button-list1,
.button-container .button-list2,
.button-container .button-list3 {
  position: relative;
}
@media (min-width: 900px) {
  .button-container .button-list1,
  .button-container .button-list2,
  .button-container .button-list3 {
    width: unset;
  }
}
.button-container .button-list1::after,
.button-container .button-list2::after,
.button-container .button-list3::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(./img/common/fix-line.webp);
  background-size: cover;
  background-repeat: no-repeat;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  height: 1px;
  width: 30px;
}
@media (min-width: 900px) {
  .button-container .button-list1::after,
  .button-container .button-list2::after,
  .button-container .button-list3::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    top: unset;
  }
}
.button-container .button-list1 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 0.625rem 0;
}
.button-container .button-list2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.625rem 0;
}
.button-container .button-list3 {
  background-color: #b5151f;
}
@media (min-width: 900px) {
  .button-container .button-list3 {
    background-color: unset;
  }
}

.custom-button {
  width: 100%;
  color: #3c3c3c;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-button img {
  width: 25px;
}
@media screen and (min-width: 600px) {
  .custom-button {
    width: unset;
  }
}
@media (min-width: 900px) {
  .custom-button {
    width: 40px;
    gap: 5px;
    height: 10rem;
    max-height: 10rem;
    margin-bottom: 10px; /* ボタン間の隙間 */
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; /* 縦書きにする */
    text-orientation: upright; /* 文字を立てる */
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 900px) {
  .custom-button::before {
    display: inline-block;
    content: "";
    width: 1.75rem;
  }
}
.custom-button.btncol0 {
  color: #fff;
  font-size: 0.875rem;
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 900px) {
  .custom-button.btncol0 {
    padding: unset;
    background-color: #787878;
  }
}
.custom-button.btncol0 img {
  width: 35px;
}
@media screen and (min-width: 600px) {
  .custom-button.btncol0 img {
    -webkit-transform: unset;
            transform: unset;
  }
}
.custom-button.btncol1 {
  color: #fff;
  font-size: 0.875rem;
  border-right: 1px solid #fff;
}
@media (min-width: 900px) {
  .custom-button.btncol1 {
    padding: unset;
    background-color: #787878;
    border-right: unset;
  }
}
.custom-button.btncol1 img {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media (min-width: 900px) {
  .custom-button.btncol1 img {
    -webkit-transform: unset;
            transform: unset;
  }
}
.custom-button.btncol2 {
  color: #fff;
  font-size: 0.875rem;
  border-right: 1px solid #fff;
  height: 100%;
}
@media (min-width: 900px) {
  .custom-button.btncol2 {
    padding: unset;
    margin-top: 0.625rem;
    border-left: unset;
    border-right: unset;
    background-color: #787878;
  }
}
@media (min-width: 900px) {
  .custom-button.btncol2 img {
    -webkit-transform: unset;
            transform: unset;
  }
}
.custom-button.btncol3 {
  color: #fff;
  font-size: 0.875rem;
}
@media (min-width: 900px) {
  .custom-button.btncol3 {
    padding: unset;
    margin-top: 0.625rem;
    background-color: #b5151f;
  }
}
.custom-button.btncol3 img {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (min-width: 768px) {
  .custom-button.btncol3 img {
    -webkit-transform: unset;
            transform: unset;
  }
}

.custom-button:last-child {
  margin-bottom: 0; /* 最後のボタンに余白を付けない */
}

.custom-button:hover {
  opacity: 0.7;
}

.mark600 {
  display: none;
}
@media screen and (min-width: 768px) {
  .mark600 {
    position: absolute;
    height: 86%;
    right: 3.125rem;
    top: 88vh;
    display: block;
  }
}
.mark600 img.sumainet-img {
  width: 180px;
  height: 180px;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 60vh;
  right: 3.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mark600 img.sumainet-img:hover {
  opacity: 0.7;
}

.mark599 {
  position: fixed;
  right: 0.9375rem;
  bottom: 5rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mark599 {
    display: none;
  }
}
.mark599 img.sumainet-img {
  width: 100px;
  height: 100px;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 75vh;
  right: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mark599 img.sumainet-img:hover {
  opacity: 0.7;
}

.nav.nav_top.nav_sp {
  position: relative;
  z-index: 2;
}
.nav.nav_top.nav_sp .nav_inner {
  position: fixed;
  width: 100%;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .nav.nav_top.nav_sp .nav_inner {
    padding: 0 1.5625rem;
  }
}
.nav.nav_top.nav_sp .nav-wrapper_sp {
  display: block;
  padding: 1rem 0;
}
.nav.nav_top.nav_sp .nav-wrapper_sp .nav_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav.nav_top.nav_sp .nav-wrapper_sp .nav_logo .nav_sp_img {
  width: 100%;
  max-width: 9.375rem;
}
.nav.nav_top.nav_sp .nav-wrapper_sp .nav_logo .nav_sp_img img {
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .nav.nav_top.nav_sp .nav-wrapper_sp .nav_logo .nav_sp_img img {
    width: 8.75rem;
  }
}
.nav.nav_top.nav_sp .nav-wrapper_sp .nav_logo p {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav.nav_top.nav_sp .nav-wrapper_sp .nav_logo p {
    display: block;
    color: #fff;
    font-size: 0.75rem;
    margin-left: 1.25rem;
    line-height: 1.8em;
  }
}
.nav.nav_top.nav_sp .nav-wrapper_sp .menu.lg {
  display: block;
}
@media (min-width: 1100px) {
  .nav.nav_top.nav_sp .nav-wrapper_sp .menu.lg {
    display: none;
  }
}
.nav.nav_top.nav_sp .nav-wrapper_sp .nav_logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav.nav_top.nav_sp .nav-wrapper_sp .nav_logo:hover {
  opacity: 0.7;
}
.nav.nav_top.nav_sp .nav-wrapper_sp .nav_logo img {
  width: 15rem;
  max-width: 15rem;
}
.nav.nav_top.nav_sp .nav-wrapper_sp .nav_logo img.else {
  width: clamp(10rem, 4.11vi + 6.71rem, 11rem);
}
.nav.nav_top.nav_sp .nav-wrapper_sp .nav_list {
  list-style: none;
  padding: 0;
}
.nav.nav_top.nav_sp .nav-wrapper_sp .nav_list > li {
  margin-bottom: 10px;
}
.nav.nav_top.nav_sp .nav-wrapper_sp .submenu {
  display: none;
  margin-left: 20px;
  list-style: disc;
}
.nav.nav_top.nav_sp .nav-wrapper_sp a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.875rem;
}
.nav.nav_top.nav_pc {
  display: none;
  /* 基本スタイル */
  /* サブメニューのスタイル */
  /* ホバー時にサブメニュー表示 */
}
@media (min-width: 1100px) {
  .nav.nav_top.nav_pc {
    display: block;
    float: right;
    position: relative;
    margin-right: 3.125rem;
    top: 0;
    right: 0;
    z-index: 9999 !important;
    pointer-events: auto !important;
  }
}
.nav.nav_top.nav_pc .nav-wrapper_pc {
  display: none;
}
@media (min-width: 1100px) {
  .nav.nav_top.nav_pc .nav-wrapper_pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5625rem 0;
    width: 100%;
  }
}
.nav.nav_top.nav_pc .nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav.nav_top.nav_pc .nav_list > li:not(:last-child) {
  border-right: 1px solid #000;
  line-height: 1em;
}
.nav.nav_top.nav_pc .nav_list li a {
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  padding: 0 0.9375rem;
}
.nav.nav_top.nav_pc .nav_list li a:hover {
  opacity: 0.7;
}
.nav.nav_top.nav_pc .nav_list li a img {
  vertical-align: sub;
}
.nav.nav_top.nav_pc .nav_list li:last-child a.ico {
  padding: 0 0 0 0.9375rem;
}
.nav.nav_top.nav_pc .gnav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav.nav_top.nav_pc .gnav > li {
  position: relative;
}
.nav.nav_top.nav_pc .gnav > li:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav.nav_top.nav_pc .gnav > li > a {
  display: block;
  padding: 0.125rem 0.9375rem;
  text-decoration: none;
}
.nav.nav_top.nav_pc .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f0f0f0;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 180px;
  z-index: 10;
}
.nav.nav_top.nav_pc .submenu li a {
  display: block;
  padding: 12px 16px;
  color: #000 !important;
  text-decoration: none;
}
.nav.nav_top.nav_pc .submenu li a:hover {
  background-color: #e1e1e1;
}
.nav.nav_top.nav_pc .has-submenu:hover .submenu {
  display: block;
  color: #000 !important;
}

.nav.nav_else {
  position: relative;
  z-index: 2;
}
.nav.nav_else .nav_inner {
  position: fixed;
  width: 100%;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .nav.nav_else .nav_inner {
    padding: 0 1.5625rem;
  }
}
.nav.nav_else .nav-wrapper_pc {
  display: none;
  /* 基本スタイル */
  /* サブメニューのスタイル */
  /* ホバー時にサブメニュー表示 */
}
@media screen and (min-width: 768px) {
  .nav.nav_else .nav-wrapper_pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.9375rem 0;
    width: 100%;
  }
}
.nav.nav_else .nav-wrapper_pc .nav_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav.nav_else .nav-wrapper_pc .nav_logo img {
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .nav.nav_else .nav-wrapper_pc .nav_logo img {
    width: 8.75rem;
  }
}
.nav.nav_else .nav-wrapper_pc .nav_logo p {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav.nav_else .nav-wrapper_pc .nav_logo p {
    display: block;
    color: #000;
    font-size: 0.6875rem;
    margin-left: 1.25rem;
    line-height: 1.8em;
  }
}
.nav.nav_else .nav-wrapper_pc .nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav.nav_else .nav-wrapper_pc .nav_list > li:not(:last-child) {
  border-right: 1px solid #fff;
  line-height: 1em;
}
.nav.nav_else .nav-wrapper_pc .nav_list li a {
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  padding: 0 0.9375rem;
}
.nav.nav_else .nav-wrapper_pc .nav_list li a:hover {
  opacity: 0.7;
}
.nav.nav_else .nav-wrapper_pc .nav_list li a img {
  vertical-align: sub;
}
.nav.nav_else .nav-wrapper_pc .nav_list li:last-child a.ico {
  padding: 0 0 0 0.9375rem;
}
.nav.nav_else .nav-wrapper_pc .nav_list li:last-child a.ico1 img {
  width: 1.875rem;
}
.nav.nav_else .nav-wrapper_pc .nav_list li:last-child a.ico2 img {
  width: 2.5rem;
}
.nav.nav_else .nav-wrapper_pc .gnav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav.nav_else .nav-wrapper_pc .gnav > li {
  position: relative;
}
.nav.nav_else .nav-wrapper_pc .gnav > li:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav.nav_else .nav-wrapper_pc .gnav > li > a {
  display: block;
  padding: 0.125rem 0.9375rem;
  text-decoration: none;
}
.nav.nav_else .nav-wrapper_pc .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f0f0f0;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 180px;
  z-index: 10;
}
.nav.nav_else .nav-wrapper_pc .submenu li a {
  display: block;
  padding: 12px 16px;
  color: #000;
  text-decoration: none;
}
.nav.nav_else .nav-wrapper_pc .submenu li a:hover {
  background-color: #e1e1e1;
}
.nav.nav_else .nav-wrapper_pc .has-submenu:hover .submenu {
  display: block;
  color: #000 !important;
}
.nav.nav_else .nav-wrapper_sp {
  display: block;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .nav.nav_else .nav-wrapper_sp {
    display: none;
  }
}
.nav.nav_else .nav-wrapper_sp .nav_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav.nav_else .nav-wrapper_sp .nav_logo .nav_sp_img {
  width: 100%;
  max-width: 9.375rem;
}
.nav.nav_else .nav-wrapper_sp .nav_logo .nav_sp_img img {
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .nav.nav_else .nav-wrapper_sp .nav_logo .nav_sp_img img {
    width: 8.75rem;
  }
}
.nav.nav_else .nav-wrapper_sp .nav_logo p {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav.nav_else .nav-wrapper_sp .nav_logo p {
    display: block;
    color: #fff;
    font-size: 0.75rem;
    margin-left: 1.25rem;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 768px) {
  .nav.nav_else .nav-wrapper_sp .menu.sp {
    display: none;
  }
}
.nav.nav_else .nav-wrapper_sp a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0.5rem 0;
}
.p-nav.p-nav_top {
  position: relative;
  z-index: 2;
}
.p-nav.p-nav_top .p-nav_inner {
  position: absolute;
  width: 100%;
  padding: 1.5625rem 0 0.625rem 0.625rem;
  -webkit-transition: background-color 0.3s ease, padding 0.3s ease;
  transition: background-color 0.3s ease, padding 0.3s ease;
}
@media screen and (min-width: 600px) {
  .p-nav.p-nav_top .p-nav_inner {
    padding: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-nav.p-nav_top .p-nav_inner {
    padding: 1.5625rem 3.75rem 1.5625rem 3.75rem;
  }
}
.p-nav.p-nav_top .p-nav_wrapper-pc {
  display: none;
  /* 基本スタイル */
  /* サブメニューのスタイル */
  /* ホバー時にサブメニュー表示 */
}
@media screen and (min-width: 1100px) {
  .p-nav.p-nav_top .p-nav_wrapper-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.p-nav.p-nav_top .p-nav_wrapper-pc h1 {
  font-size: 1.5rem;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .p-nav_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .p-nav_logo img {
  width: 3.75rem;
  margin-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-nav.p-nav_top .p-nav_wrapper-pc .p-nav_logo img {
    width: 17.625rem;
  }
}
.p-nav.p-nav_top .p-nav_wrapper-pc .p-nav_logo p {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-nav.p-nav_top .p-nav_wrapper-pc .p-nav_logo p {
    display: block;
    color: #000;
    font-size: 0.6875rem;
    margin-left: 1.25rem;
    line-height: 1.8em;
  }
}
.p-nav.p-nav_top .p-nav_wrapper-pc .nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .nav_list > li:not(:last-child) {
  border-right: 1px solid #fff;
  line-height: 1em;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .nav_list li a {
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  padding: 0 0.9375rem;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .nav_list li a:hover {
  opacity: 0.7;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .nav_list li a img {
  vertical-align: sub;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .nav_list li:last-child a.ico {
  padding: 0 0 0 0.9375rem;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .nav_list li:last-child a.ico1 img {
  width: 1.875rem;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .nav_list li:last-child a.ico2 img {
  width: 2.5rem;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .gnav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .gnav > li {
  position: relative;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .gnav > li:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .gnav > li > a {
  display: block;
  padding: 0.375rem 0.75rem;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3;
  transition: 0.3;
  font-size: clamp(0.81rem, 2vi - 0.69rem, 0.94rem);
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-nav.p-nav_top .p-nav_wrapper-pc .gnav > li > a {
    padding: 0.375rem 1.875rem;
  }
}
.p-nav.p-nav_top .p-nav_wrapper-pc .gnav > li > a:hover {
  opacity: 0.7;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .gnav > li > a.bt {
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: clamp(0.75rem, 2vi - 0.75rem, 0.88rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .gnav > li > a.bt.btwh {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 9999px;
  margin-left: 1.125rem;
  color: #003f9e;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f0f0f0;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 180px;
  z-index: 10;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .submenu li a {
  display: block;
  padding: 12px 16px;
  color: #000;
  text-decoration: none;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .submenu li a:hover {
  background-color: #e1e1e1;
}
.p-nav.p-nav_top .p-nav_wrapper-pc .has-submenu:hover .submenu {
  display: block;
  color: #000 !important;
}
.p-nav.p-nav_top .p-nav-wrapper_sp {
  display: block;
}
@media screen and (min-width: 1100px) {
  .p-nav.p-nav_top .p-nav-wrapper_sp {
    display: none;
  }
}
.p-nav.p-nav_top .p-nav-wrapper_sp .p-nav_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.p-nav.p-nav_top .p-nav-wrapper_sp .p-nav_logo .p-nav_sp_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 1.125rem;
}
@media screen and (min-width: 600px) {
  .p-nav.p-nav_top .p-nav-wrapper_sp .p-nav_logo .p-nav_sp_img {
    font-size: 1.5rem;
  }
}
.p-nav.p-nav_top .p-nav-wrapper_sp .p-nav_logo .p-nav_sp_img img {
  width: 15.625rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 600px) {
  .p-nav.p-nav_top .p-nav-wrapper_sp .p-nav_logo .p-nav_sp_img img {
    width: clamp(13.75rem, 13.04vi + 8.53rem, 17.5rem);
    margin-right: 0.9375rem;
  }
}
.p-nav.p-nav_top .p-nav-wrapper_sp .p-nav_logo p {
  display: none;
}
@media screen and (min-width: 1100px) {
  .p-nav.p-nav_top .p-nav-wrapper_sp .p-nav_logo p {
    display: block;
    color: #fff;
    font-size: 0.75rem;
    margin-left: 1.25rem;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 1100px) {
  .p-nav.p-nav_top .p-nav-wrapper_sp .menu.sp {
    display: none;
  }
}
.p-nav.p-nav_top .p-nav-wrapper_sp a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.125rem;
}
.hamburger-overlay {
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

/* ----------------------------- フォーム */
.c-form {
  margin-top: unset;
  /* 上部の箇条書きエラー（CF7のul/li）を非表示 */
  /* ---------------- table 基本 ---------------- */
  /* ====================================================
     ▼ 日付/時間 2カラム（行全体で常時 同じ余白）
     ==================================================== */
  /* ====================================================
     ▼ 共通：エラーメッセージ（入力欄の外＝直下）
     ==================================================== */
  /* 2カラム行の子は行全体で余白を持つため、ここは0に */
  /* エラー時でも枠は白のまま */
  /* ====================================================
     ▼ フィールド共通スタイル
     ==================================================== */
  /* 2カラム内の select 調整 */
  /* ====================================================
     ▼ select の初期設定（全般）
     ==================================================== */
  /* ====================================================
     ▼ ラジオ/チェック
     ==================================================== */
  /* ====================================================
     ▼ 送信ボタン
     ==================================================== */
}
@media screen and (min-width: 600px) {
  .c-form {
    margin-top: 40px;
  }
}
.c-form .wpcf7-response-output {
  margin-top: 2.5rem;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .c-form .wpcf7-response-output {
    text-align: center;
  }
}
.c-form .screen-reader-response {
  display: none;
}
.c-form [id^=wpcf7-f437-o1-ve] {
  display: none !important;
}
.c-form .required {
  color: #b5151f;
}
.c-form table {
  width: 100%;
  border-collapse: collapse;
}
.c-form table th {
  padding: 0;
  text-align: left;
  width: 100%;
  display: block;
  -webkit-transform: unset;
          transform: unset;
}
@media screen and (min-width: 600px) {
  .c-form table th {
    padding: 0.3125rem 0;
    width: 15%;
    display: table-cell;
    text-align: right;
    margin-right: 1.25rem;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.c-form table td {
  display: block;
}
@media screen and (min-width: 600px) {
  .c-form table td {
    padding: 0.3125rem 0 0.3125rem 2.5rem;
  }
}
.c-form table td .day {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start; /* 左右を上揃え（ズレ防止） */
  padding-bottom: 1.8em; /* ← 常に同じ余白（エラー有無に関わらず） */
}
@media screen and (min-width: 600px) {
  .c-form table td .day {
    grid-template-columns: 65% 33%;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}
.c-form table td .day .wpcf7-form-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.c-form .wpcf7-form-control-wrap {
  position: relative;
  overflow: visible;
  display: block; /* ★ 重要：spanのままだと margin が効かない */
  margin-bottom: 1.6em; /* 1カラム行の行間は常時これで揃える */
}
.c-form table td .day .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.c-form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 100%; /* 入力欄の直下 */
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  font-size: 11px;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .c-form .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
.c-form .wpcf7-not-valid {
  border-color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.c-form table td input::-webkit-input-placeholder {
  color: #fff;
}
.c-form table td input::-moz-placeholder {
  color: #fff;
}
.c-form table td input:-ms-input-placeholder {
  color: #fff;
}
.c-form table td input::-ms-input-placeholder {
  color: #fff;
}
.c-form table td input::placeholder {
  color: #fff;
}
.c-form table td input[type=text],
.c-form table td input[type=tel],
.c-form table td input[type=email],
.c-form table td textarea {
  outline: none;
  border-radius: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px;
  border: 1px solid #fff;
  background-color: #435770 !important;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
}
.c-form textarea {
  width: 100%;
  border: none;
  color: #fff;
  background-color: #435770 !important;
}
.c-form textarea::-webkit-input-placeholder {
  color: #fff !important;
}
.c-form textarea::-moz-placeholder {
  color: #fff !important;
}
.c-form textarea:-ms-input-placeholder {
  color: #fff !important;
}
.c-form textarea::-ms-input-placeholder {
  color: #fff !important;
}
.c-form textarea::placeholder {
  color: #fff !important;
}
.c-form table td .day select {
  height: auto;
  border: 1px solid #fff;
  width: 100%;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-form select {
  border: none;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.c-form select option {
  background: rgba(255, 255, 255, 0);
}
.c-form .wpcf7-radio,
.c-form .wpcf7-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-form .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-form .contact_btn {
  margin-top: 30px;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-form .contact_btn {
    margin-top: 60px;
  }
}
.c-form .contact_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.125rem;
  height: 3.125rem;
  background: url("../img/top/confirm.svg") no-repeat center/contain;
}
.c-form .contact_btn input {
  width: 287px;
  background: inherit;
  border: 1px solid #fff;
  padding: 20px 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff !important;
  outline: none;
  border-radius: 0;
}
.c-form .contact_btn input:hover {
  opacity: 0.7;
  color: #fff;
}
.c-form .contact_btn .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

/* ----------------------------- 送信完了 */
.completion_block1 {
  padding: 100px 0;
}

.completion_block1 h3 {
  font-size: 2rem;
}

.completion_block1 p {
  margin-top: 20px;
  font-size: 1.6rem;
}

/* メニューのスタイル */
.menu {
  position: absolute;
  top: 0;
  right: -100%; /* 初期状態では画面の外に隠れている */
  width: 300px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #3c3c3c;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease; /* スライドインのアニメーション */
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}

/* メニューが開いているとき */
.menu.open {
  right: 0;
}

/* ボタンのスタイル */
.hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 20;
}

.hamburger span {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin: 8px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hamburger span:first-child {
  margin: 0;
}

.hamburger.else span {
  background-color: #3c3c3c;
}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}

/* メニューリストのスタイル */
.menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 80px;
}

.menu li {
  padding: 20px 0;
  border-bottom: 1px solid #444;
}

.menu li:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu li a {
  color: #333;
  text-decoration: none;
  display: block;
}

/* overlay-styles.css */
.hamburger-overlay {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (min-width: 1100px) {
  .hamburger-overlay {
    display: none;
  }
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.hamburger-overlay__line:nth-of-type(1) {
  top: 14px;
}

.hamburger-overlay__line:nth-of-type(2) {
  top: 23px;
}

.hamburger-overlay__line:nth-of-type(3) {
  top: 32px;
}

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #000 !important;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(240, 240, 240, 0.95);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 900;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
@media screen and (min-width: 1100px) {
  .nav-overlay {
    display: none;
  }
}

.nav-overlay .img {
  padding: 0.625rem;
}
.nav-overlay .img img {
  max-width: 7.5rem;
  width: 100%;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.nav-overlay.active .img a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.nav-overlay.active .img a img {
  width: 2.5rem;
}

.nav-overlay__content {
  width: 100%;
  text-align: left;
  margin-top: 2.5rem;
  min-height: 100%;
  padding-bottom: 8rem;
}

.nav-overlay__list {
  margin: 0;
  padding: 0 1.25rem;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.nav-overlay__item + .nav-overlay__item .nav-overlay__link {
  border-top: 1px solid #afafaf;
  width: 100%;
  margin: 0;
}
.nav-overlay__item .nav-overlay__link {
  margin: 0;
}
.nav-overlay__item .submenu {
  display: none;
  margin-left: 1em;
  padding-left: 0;
}
.nav-overlay__item .submenu li {
  list-style: none;
  line-height: 1.5em;
  padding: 0 0 0.25rem 0;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item.sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-overlay__link {
  display: inline-block;
  margin: 0 1.25rem;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0.5rem 0;
}

.yoyaku {
  display: none;
}
@media (min-width: 900px) {
  .yoyaku {
    position: fixed;
    right: 2.5rem;
    bottom: 6.25rem;
    z-index: 1;
    display: inline-block;
  }
}

.yoyakubase {
  display: block;
  width: clamp(10rem, 6.33vi + 6.96rem, 12.5rem);
  height: auto;
}

/* 矢印は中央に固定。重なり量は --overlap で調整 */
.yoyaku .yoyakuarrow {
  --overlap: 40px;
  width: 1.125rem; /* 円の中に食い込ませる量（＋にすると食い込み増） */
  position: absolute;
  left: 54%;
  top: calc(100% - var(--overlap));
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); /* JSでYだけを加える */
  pointer-events: none; /* クリックを邪魔しない */
  will-change: transform;
}

.p-mv .p-mv_container {
  position: relative;
  z-index: 1;
}
.p-mv .p-mv_container .kv.mv.pcin video {
  width: 100%;
  display: none;
}
@media screen and (min-width: 600px) {
  .p-mv .p-mv_container .kv.mv.pcin video {
    display: block;
  }
}
.p-mv .p-mv_container .kv.mv.spin video {
  width: 100%;
  display: block;
}
@media screen and (min-width: 600px) {
  .p-mv .p-mv_container .kv.mv.spin video {
    display: none;
  }
}
.p-mv .p-mv_container-img img {
  height: 92vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 600px) {
  .p-mv .p-mv_container-img img {
    height: 100vh;
  }
}
.p-mv .p-mv_container-txt {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 600px) {
  .p-mv .p-mv_container-txt {
    margin-top: 0.9375rem;
  }
}
.p-mv .p-mv_container-txt h2 {
  font-size: 1.75rem;
  top: 160px;
  letter-spacing: 0.05em;
  font-weight: 100;
}
@media screen and (min-width: 1100px) {
  .p-mv .p-mv_container-txt h2 {
    font-size: 3rem;
    top: 120px;
  }
}

.p-mv.else .p-mv_container-txt {
  left: unset;
}
.p-mv.else .p-mv_container-txt h2 {
  font-size: clamp(2.5rem, 2.6vi + 1.25rem, 4.38rem);
  font-weight: 600;
  line-height: 1.25;
}
.p-mv.else .p-mv_container-txt h2 span {
  font-size: clamp(1.25rem, 1.3vi + 0.63rem, 2.19rem);
  display: block;
  color: #003f9e;
}

[class^=p-top_] {
  padding: 5rem 0 0;
}
@media screen and (min-width: 600px) {
  [class^=p-top_] {
    padding: 9.375rem 0 0;
  }
}

@media screen and (min-width: 600px) {
  .p-top_intro .img-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-top_intro .img-txt .txt {
  padding: mayrem();
}
.p-top_intro .img-txt .txt .pic img {
  max-width: 10rem;
  width: 100%;
}
.p-top_intro .img-txt .txt .eng {
  margin-top: 1.875rem;
  font-size: 3.5rem;
  line-height: 1;
}
.p-top_intro .img-txt .txt .jap {
  font-size: 1rem;
  line-height: 1.85;
  margin-top: 1.875rem;
}
.p-top_intro .img-txt .txt .jap span {
  font-family: "M PLUS 1", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-top_intro .img-txt .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
    aspect-ratio: 3/3;
    overflow: hidden;
  }
}
.p-top_intro .img-txt .img img {
  margin-top: 1.875rem;
}
@media screen and (min-width: 600px) {
  .p-top_intro .img-txt .img img {
    max-width: unset;
    width: 100%;
    margin-top: unset;
  }
}

.p-top_concept h3 {
  font-size: 1.875rem;
  letter-spacing: 0.15em;
}
.p-top_concept h3 span {
  display: block;
  font-size: 1rem;
}
.p-top_concept .img-txt {
  margin-top: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-top_concept .img-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 600px) {
  .p-top_concept .img-txt .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: calc(48.7% - 50vw);
    margin-right: auto;
    aspect-ratio: 980/403;
    overflow: hidden;
    width: 72.5rem;
  }
}
.p-top_concept .img-txt .img .left {
  width: 100%;
}
.p-top_concept .img-txt .img img {
  max-width: unset;
  width: 100%;
}
.p-top_concept .img-txt .txt {
  max-width: 26.875rem;
  margin-top: 1.25rem;
}
.p-top_concept .img-txt .txt .eng {
  font-size: 1.375rem;
  line-height: 1.75;
}
@media screen and (min-width: 600px) {
  .p-top_concept .img-txt .txt .eng {
    margin-top: 1.875rem;
    font-size: 1.625rem;
  }
}
.p-top_concept .img-txt .txt .jap {
  font-size: 1rem;
  line-height: 1.85;
  margin-top: 1.25rem;
  text-align: justify;
}
@media screen and (min-width: 600px) {
  .p-top_concept .img-txt .txt .jap {
    margin-top: 1.875rem;
  }
}
.p-top_concept .img-txt .txt .jap span {
  font-family: "M PLUS 1", sans-serif;
}

.p-top_gallery h3 {
  font-size: 1.875rem;
  letter-spacing: 0.15em;
}
.p-top_gallery h3 span {
  display: block;
  font-size: 1rem;
}
.p-top_gallery .box {
  margin-top: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-top_gallery .box {
    margin-top: 3.75rem;
  }
}
.p-top_gallery .box .swiper-slide {
  position: relative;
}
.p-top_gallery .box .swiper-slide img {
  width: 100%;
}
.p-top_gallery .box .swiper-slide .swipcap {
  position: absolute;
  bottom: 0;
  left: 0.625rem;
  font-size: 0.6875rem;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 600px) {
  .p-top_gallery .box .swiper-slide .swipcap {
    bottom: 1.875rem;
    left: 3.75rem;
    font-size: 1rem;
  }
}
.p-top_gallery .box .swiper-slide .swipcap span {
  font-family: "Noto Sans", sans-serif;
}
.p-top_gallery .box .swiper-slide .swipcap.bla {
  color: #000;
}
@media screen and (min-width: 600px) {
  .p-top_gallery .box .swiper-slide .swipcap.bla {
    color: #fff;
  }
}
.p-top_gallery .box .swiper-button-prev::after,
.p-top_gallery .box .swiper-button-next::after {
  content: none; /* または display: none; でも可 */
}
.p-top_gallery .box .swiper-button-prev,
.p-top_gallery .box .swiper-button-next {
  width: 10vw;
  height: 10vw;
}
@media screen and (min-width: 600px) {
  .p-top_gallery .box .swiper-button-prev,
  .p-top_gallery .box .swiper-button-next {
    width: 6vw;
    height: 6vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
  }
}
.p-top_gallery .box .swiper-button-prev {
  left: 10vw;
}
.p-top_gallery .box .swiper-button-next {
  right: 10vw;
}

.p-top_spec h3 {
  font-size: 1.875rem;
  letter-spacing: 0.15em;
}
.p-top_spec h3 span {
  display: block;
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .p-top_spec dl {
    display: grid;
    grid-template-columns: 56% 39%;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    max-width: 62.5rem;
  }
}
.p-top_spec dl dt {
  padding: 0 0 1.875rem;
}
@media screen and (min-width: 600px) {
  .p-top_spec dl dt {
    padding: 2.5rem;
  }
}
.p-top_spec dl dd h4 {
  font-size: 1.375rem;
  line-height: 1.65;
}
@media screen and (min-width: 600px) {
  .p-top_spec dl dd h4 {
    font-size: 1.625rem;
  }
}
.p-top_spec dl dd h4 + p {
  margin-top: 1.25rem;
}
.p-top_spec ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4375rem;
}
@media screen and (min-width: 600px) {
  .p-top_spec ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    max-width: 62.5rem;
    margin: 2.5rem auto 0;
  }
}
.p-top_spec ul li {
  padding: 0.625rem;
  background-color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
}
@media screen and (min-width: 600px) {
  .p-top_spec ul li {
    padding: 1.25rem;
    font-size: 1.0625rem;
  }
}
.p-top_spec ul li:first-child {
  margin-top: 1.875rem;
}
@media screen and (min-width: 600px) {
  .p-top_spec ul li:first-child {
    margin-top: unset;
  }
}
.p-top_spec ul li span {
  font-family: "Noto Sans", sans-serif;
}

.p-top_reserve h3 {
  font-size: 1.875rem;
  letter-spacing: 0.15em;
}
.p-top_reserve h3 span {
  display: block;
  font-size: 1rem;
}
.p-top_reserve .tel {
  text-align: center;
}
.p-top_reserve .tel p {
  padding: 1.25rem 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  font-size: 1.875rem;
  margin-top: 1.875rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .p-top_reserve .tel p {
    padding: 2.5rem 5rem;
    display: inline-block;
    font-size: 2.75rem;
    line-height: 1.2;
  }
}
.p-top_reserve .tel span {
  display: block;
  font-size: 1rem;
}
.p-top_reserve .tel + .caution {
  text-align: left;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 600px) {
  .p-top_reserve .tel + .caution {
    text-align: center;
    margin-top: 3.75rem;
    margin-bottom: unset;
  }
}

.p-top_completion {
  padding: 0;
}
.p-top_completion p span {
  font-size: 1.25rem;
}
.p-top_completion .topp {
  margin-top: 0.625rem;
  display: block;
  text-decoration: underline;
}

.no-recaptch {
  margin-top: 1.875rem;
  font-size: myewm(14);
}
@media screen and (min-width: 600px) {
  .no-recaptch {
    text-align: center;
  }
}

footer {
  background-color: #505050;
  margin-top: 5rem;
  padding: 5rem 0;
}
@media screen and (min-width: 600px) {
  footer {
    margin-top: 9.375rem;
    padding: 6.25rem 0;
  }
}
footer dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media screen and (min-width: 600px) {
  footer dl {
    grid-template-columns: repeat(2, 1fr);
  }
}
footer dl dt {
  width: 100%;
}
footer dl dt ul li:first-child + li {
  margin-top: 1.25rem;
}
footer dl dt ul li:last-child {
  margin-top: 1.25rem;
}
@media screen and (min-width: 600px) {
  footer dl dt ul li:last-child {
    margin-top: 2.5rem;
  }
}
footer dl dd.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
footer dl dd.youtube iframe {
  width: 100%;
  height: 100%;
}
footer ul li.footlogo + li {
  font-family: "Noto Sans", sans-serif;
}
footer small {
  font-family: "Noto Sans", sans-serif;
}
footer .footlogo img {
  max-width: 18.75rem;
}

.p-else_com {
  padding: 3.75rem 0;
}
.p-else_com .txt {
  line-height: 1.85rem;
}
.p-else_com .c-title {
  text-align: center;
}
.p-else_com .single-nation .btn {
  margin-top: 5rem;
}
.p-else_com .single-nation .btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.p-else_com .single-nation .btn li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-else_com .single-nation .btn li:first-child a {
  margin-left: auto;
}
.p-else_com .single-nation .btn a {
  padding: 0.9375rem 0;
  border: 1px solid #333;
  max-width: 20rem;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.p-else_com .single-nation .prev-next {
  margin-top: 3.75rem;
}
.p-else_com .single-nation .prev-next ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-else_com .single-nation .prev-next ul li:not(:last-child) {
  margin-right: 2.5rem;
}
.p-else_com .single-nation .prev-next ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (min-width: 600px) {
  .p-else_com {
    padding: 6.25rem 0;
  }
}

.p-else_com.p-else-single_works1 .single-nation .btn a,
.p-else_com.p-else-single_voice1 .single-nation .btn a {
  border: 1px solid #fff;
}
.p-else_com.p-else-single_works1 .single-nation .prev-next img,
.p-else_com.p-else-single_voice1 .single-nation .prev-next img {
  width: 27px;
}

.p-else_shop-reform1 {
  background-color: #f0f0f0;
}
.p-else_shop-reform1 h3 {
  font-size: 1.375rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.8em;
  font-family: A1 Mincho;
}
@media screen and (min-width: 600px) {
  .p-else_shop-reform1 h3 {
    font-size: 1.875rem;
  }
}
.p-else_shop-reform1 h3 .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_shop-reform1 h3 .lb {
    display: none;
  }
}
.p-else_shop-reform1 .lead {
  margin-top: 1.25rem;
  text-align: center;
}
.p-else_shop-reform1 .lead .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_shop-reform1 .lead .lb {
    display: none;
  }
}

.p-else_shop-reform2,
.p-else_shop-reform4 {
  background-color: #6e6e6e;
  color: #fff;
}
.p-else_shop-reform2 h3,
.p-else_shop-reform4 h3 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.6em;
  font-family: A1 Mincho;
}
@media screen and (min-width: 600px) {
  .p-else_shop-reform2 h3,
  .p-else_shop-reform4 h3 {
    font-size: 1.875rem;
  }
}
.p-else_shop-reform2 ul,
.p-else_shop-reform4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-else_shop-reform2 ul,
  .p-else_shop-reform4 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-else_shop-reform2 ul li:first-child,
  .p-else_shop-reform4 ul li:first-child {
    width: 90vw;
    margin-left: calc(50% - 50vw);
    margin-right: 3.75rem;
  }
}
.p-else_shop-reform2 ul li:last-child,
.p-else_shop-reform4 ul li:last-child {
  margin-top: 2.5rem;
  max-width: 36.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-else_shop-reform2 ul li:last-child,
  .p-else_shop-reform4 ul li:last-child {
    margin-top: unset;
  }
}
.p-else_shop-reform2 ul li:last-child .txt,
.p-else_shop-reform4 ul li:last-child .txt {
  margin-top: 1.875rem;
}
.p-else_shop-reform2 ul li:last-child .list,
.p-else_shop-reform4 ul li:last-child .list {
  margin-top: 1.25rem;
}
.p-else_shop-reform2 ul li:last-child .list .item,
.p-else_shop-reform4 ul li:last-child .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-else_shop-reform2 ul li:last-child .list .item dt,
.p-else_shop-reform4 ul li:last-child .list .item dt {
  width: 8%;
}
@media screen and (min-width: 600px) {
  .p-else_shop-reform2 ul li:last-child .list .item dt,
  .p-else_shop-reform4 ul li:last-child .list .item dt {
    width: 20px;
  }
}
.p-else_shop-reform2 ul li:last-child .list .item dt img,
.p-else_shop-reform4 ul li:last-child .list .item dt img {
  width: 100%;
}
.p-else_shop-reform2 ul li:last-child .list .item dd,
.p-else_shop-reform4 ul li:last-child .list .item dd {
  width: 92%;
}
@media screen and (min-width: 600px) {
  .p-else_shop-reform2 ul li:last-child .list .item dd,
  .p-else_shop-reform4 ul li:last-child .list .item dd {
    width: calc(100% - 30px);
  }
}
.p-else_shop-reform2 ul li:last-child .caution,
.p-else_shop-reform4 ul li:last-child .caution {
  margin-top: 1.25rem;
}

.p-else_shop-reform3 {
  background-color: #f0f0f0;
}
.p-else_shop-reform3 h3 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.6em;
  font-family: A1 Mincho;
}
@media screen and (min-width: 600px) {
  .p-else_shop-reform3 h3 {
    font-size: 1.875rem;
  }
}
.p-else_shop-reform3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-else_shop-reform3 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-else_shop-reform3 ul li:first-child {
  max-width: 36.875rem;
  width: 100%;
}
.p-else_shop-reform3 ul li:first-child .txt {
  margin-top: 1.875rem;
}
.p-else_shop-reform3 ul li:first-child .list {
  margin-top: 1.25rem;
}
.p-else_shop-reform3 ul li:first-child .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.p-else_shop-reform3 ul li:first-child .list .item dt {
  width: 8%;
}
@media screen and (min-width: 600px) {
  .p-else_shop-reform3 ul li:first-child .list .item dt {
    width: 20px;
  }
}
.p-else_shop-reform3 ul li:first-child .list .item dt img {
  width: 100%;
}
.p-else_shop-reform3 ul li:first-child .list .item dd {
  width: 92%;
}
@media screen and (min-width: 600px) {
  .p-else_shop-reform3 ul li:first-child .list .item dd {
    width: calc(100% - 30px);
  }
}
.p-else_shop-reform3 ul li:first-child .caution {
  margin-top: 1.25rem;
}
.p-else_shop-reform3 ul li:last-child {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-else_shop-reform3 ul li:last-child {
    width: 90vw;
    margin-right: calc(50% - 50vw);
    margin-left: 3.75rem;
    margin-top: unset;
  }
}

.p-else_smile-vessel1 {
  background-color: #6e6e6e;
  color: #fff;
}
.p-else_smile-vessel1 h3 {
  font-size: 1.375rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.8em;
  font-family: A1 Mincho;
}
@media screen and (min-width: 600px) {
  .p-else_smile-vessel1 h3 {
    font-size: 1.875rem;
  }
}
.p-else_smile-vessel1 h3 .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_smile-vessel1 h3 .lb {
    display: none;
  }
}
.p-else_smile-vessel1 .lead {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-else_smile-vessel1 .lead {
    text-align: unset;
  }
}
.p-else_smile-vessel1 .lead .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_smile-vessel1 .lead .lb {
    display: none;
  }
}
.p-else_smile-vessel1 .lead .lb2 {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-else_smile-vessel1 .lead .lb2 {
    display: block;
  }
}

.p-else_smile-vessel2 {
  padding: 0;
  background-color: #f0f0f0;
}
.p-else_smile-vessel2 ul {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-else_smile-vessel2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-else_smile-vessel2 ul li:first-child {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding: 1.25rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_smile-vessel2 ul li:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 5vw;
  }
}
.p-else_smile-vessel2 ul li:last-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding: 1.25rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_smile-vessel2 ul li:last-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 5vw;
  }
}
.p-else_smile-vessel2 ul li:last-child img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

.p-else_smile-vessel3 {
  padding: 0;
}
.p-else_smile-vessel3 ul {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-else_smile-vessel3 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-else_smile-vessel3 ul li:first-child img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.p-else_smile-vessel3 ul li:last-child {
  padding: 1.25rem 1.875rem;
}
@media screen and (min-width: 600px) {
  .p-else_smile-vessel3 ul li:last-child {
    padding: 5vw;
  }
}
.p-else_smile-vessel3 ul li:last-child .txt {
  font-size: 1.375rem;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  font-family: A1 Mincho;
}
@media screen and (min-width: 600px) {
  .p-else_smile-vessel3 ul li:last-child .txt {
    font-size: 1.875rem;
    text-align: left;
  }
}
.p-else_smile-vessel3 ul li:last-child p {
  margin-top: 1.25rem;
}
.p-else_smile-vessel3 ul li:last-child p .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_smile-vessel3 ul li:last-child p .lb {
    display: none;
  }
}

.p-else_table-house1 {
  background-color: #f0f0f0;
}
.p-else_table-house1 h3 {
  font-size: 1.375rem;
  text-align: left;
  font-weight: bold;
  font-family: A1 Mincho;
}
@media screen and (min-width: 600px) {
  .p-else_table-house1 h3 {
    font-size: 1.875rem;
  }
}
.p-else_table-house1 h3 span {
  font-size: 0.875rem;
  display: block;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.p-else_table-house1 ul {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .p-else_table-house1 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-else_table-house1 ul li {
  text-align: justify;
}
.p-else_table-house1 ul li .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_table-house1 ul li .lb {
    display: none;
  }
}

.p-else_table-house2 .swiper {
  display: block;
  margin-top: 2.5rem;
  max-width: 27.5rem;
}
.p-else_table-house2 .swiper .swiper-slide {
  width: auto;
}
.p-else_table-house2 .swiper .swiper-slide > a {
  text-decoration: none;
  display: block;
  padding: 0 2.8125rem;
}
.p-else_table-house2 .swiper .swiper-slide > a img {
  width: 100%;
  max-width: 25rem;
}
.p-else_table-house2 .swiper-button-prev,
.p-else_table-house2 .swiper-button-next {
  color: #000;
  top: 50%; /* 上からの位置（中央より下げたい場合など） */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-else_table-house2 .swiper-button-prev {
  left: 10px; /* 矢印の左位置 */
}
.p-else_table-house2 .swiper-button-next {
  right: 10px; /* 矢印の右位置 */
}
.p-else_table-house2 h3 {
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 2.5rem;
  text-align: center;
  font-family: A1 Mincho;
}
@media screen and (min-width: 600px) {
  .p-else_table-house2 h3 {
    font-size: 1.875rem;
  }
}
.p-else_table-house2 h3 .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_table-house2 h3 .lb {
    display: none;
  }
}
.p-else_table-house2 .lead {
  margin-top: 1.25rem;
  text-align: center;
}
.p-else_table-house2 .lead .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_table-house2 .lead .lb {
    display: none;
  }
}

.p-else_table-house3 {
  background-color: #f0f0f0;
}
.p-else_table-house3 .fami:first-child {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 600px) {
  .p-else_table-house3 .fami:first-child {
    margin-bottom: unset;
  }
}
.p-else_table-house3 .fami:last-child {
  margin-top: 2.5rem;
}
.p-else_table-house3 h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  font-family: A1 Mincho;
}
.p-else_table-house3 h2 + picture img {
  margin: 0 auto;
}
.p-else_table-house3 .madori {
  display: block;
  margin-top: 1.25rem;
  mix-blend-mode: multiply;
}

.p-else_table-house4 h3 {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: left;
  font-family: A1 Mincho;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 h3 {
    font-size: 1.875rem;
  }
}
.p-else_table-house4 h3 span {
  font-size: 0.875rem;
  font-weight: normal;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
.p-else_table-house4 h3 + p {
  text-align: center;
  margin-top: 1.25rem;
}
.p-else_table-house4 h3 + p .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 h3 + p .lb {
    display: none;
  }
}
.p-else_table-house4 .table-chart {
  margin-top: 2.5rem;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 .table-chart {
    margin-top: 5rem;
  }
}
.p-else_table-house4 .table-chart h4 {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 .table-chart h4 {
    font-size: 1.5625rem;
  }
}
.p-else_table-house4 .table-chart ul {
  display: grid;
  grid-template-columns: 30% 70%;
  border-top: 1px solid #333;
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
}
.p-else_table-house4 .table-chart ul li:first-child {
  text-align: center;
  border-right: 1px solid #333;
  padding: 0.625rem 0;
  font-size: 1.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 .table-chart ul li:first-child {
    font-size: 1.625rem;
  }
}
.p-else_table-house4 .table-chart ul li:first-child span {
  font-size: 1.125rem;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 .table-chart ul li:first-child span {
    font-size: 1.375rem;
  }
}
.p-else_table-house4 .table-chart ul li:last-child {
  text-align: center;
  padding: 0.625rem 0;
  font-size: 1.375rem;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 .table-chart ul li:last-child {
    font-size: 1.625rem;
  }
}
.p-else_table-house4 .table-chart ul li:last-child span {
  font-size: 1.125rem;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 .table-chart ul li:last-child span {
    font-size: 1.375rem;
  }
}
.p-else_table-house4 .table-chart ul:last-child {
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 .equipment {
    margin-top: 5rem;
  }
}
.p-else_table-house4 .equipment h4 {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 .equipment h4 {
    font-size: 1.5625rem;
  }
}
.p-else_table-house4 .equipment ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  max-width: 46.25rem;
  margin: 0 auto;
}
.p-else_table-house4 .equipment ul li {
  position: relative;
}
.p-else_table-house4 .equipment ul li:first-child span {
  margin-left: auto;
}
.p-else_table-house4 .equipment ul li:first-child span::after {
  display: block;
  content: "ハイブリット給湯器(ECO ONE)";
  text-align: center;
  margin-top: 1.25rem;
}
.p-else_table-house4 .equipment ul li:last-child span {
  margin-right: auto;
}
.p-else_table-house4 .equipment ul li:last-child span::after {
  display: block;
  content: "ガス衣類乾燥機　乾太くん";
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 .else-equipment,
  .p-else_table-house4 .investigation {
    margin-top: 5rem;
  }
}
.p-else_table-house4 .else-equipment h4,
.p-else_table-house4 .investigation h4 {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 .else-equipment h4,
  .p-else_table-house4 .investigation h4 {
    font-size: 1.5625rem;
  }
}
.p-else_table-house4 .else-equipment table,
.p-else_table-house4 .investigation table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.p-else_table-house4 .else-equipment table,
.p-else_table-house4 .else-equipment th,
.p-else_table-house4 .else-equipment td,
.p-else_table-house4 .investigation table,
.p-else_table-house4 .investigation th,
.p-else_table-house4 .investigation td {
  border: 1px solid black;
}
.p-else_table-house4 .else-equipment td,
.p-else_table-house4 .investigation td {
  width: 33.33%;
  padding: 0.25rem 0.25rem;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 .else-equipment td,
  .p-else_table-house4 .investigation td {
    padding: 0.9375rem;
    font-size: 1.25rem;
  }
}
.p-else_table-house4 .else-equipment td .lb,
.p-else_table-house4 .investigation td .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 .else-equipment td .lb,
  .p-else_table-house4 .investigation td .lb {
    display: block;
  }
}
.p-else_table-house4 .else-equipment td span,
.p-else_table-house4 .investigation td span {
  font-size: 0.75rem;
}
@media screen and (min-width: 600px) {
  .p-else_table-house4 .else-equipment td span,
  .p-else_table-house4 .investigation td span {
    font-size: 1rem;
  }
}
.p-else_table-house4 .btn {
  margin-top: 5rem;
}
.p-else_table-house4 .btn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.p-else_table-house4 .btn li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-else_table-house4 .btn li:first-child a {
  margin-left: auto;
}
.p-else_table-house4 .btn a {
  padding: 0.9375rem 0;
  border: 1px solid #333;
  max-width: 20rem;
  width: 100%;
  display: block;
  text-align: center;
}
.p-else_table-house4 .prev-next {
  margin-top: 3.75rem;
}
.p-else_table-house4 .prev-next ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-else_table-house4 .prev-next ul li:not(:last-child) {
  margin-right: 2.5rem;
}
.p-else_table-house4 .prev-next ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.p-else_house-reform1 {
  background-color: #f0f0f0;
}
.p-else_house-reform1 h3 {
  font-size: 1.375rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.8em;
  font-family: A1 Mincho;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform1 h3 {
    font-size: 1.875rem;
  }
}
.p-else_house-reform1 h3 .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform1 h3 .lb {
    display: none;
  }
}
.p-else_house-reform1 .lead {
  margin: 1.25rem auto 0;
  text-align: center;
  max-width: 56.25rem;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform1 .lead {
    margin: 2.5rem auto 0;
  }
}
.p-else_house-reform1 .lead .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform1 .lead .lb {
    display: none;
  }
}

.p-else_house-reform2 {
  background-color: #6e6e6e;
}
.p-else_house-reform2 h3 {
  color: #fff;
  font-size: 1.375rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.8em;
  font-family: A1 Mincho;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform2 h3 {
    font-size: 1.875rem;
  }
}
.p-else_house-reform2 h3 span {
  font-family: "Noto Sans JP", sans-serif;
}
.p-else_house-reform2 h3 .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform2 h3 .lb {
    display: none;
  }
}
.p-else_house-reform2 .list {
  display: grid;
  place-content: center;
}
.p-else_house-reform2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-top: 0.625rem;
}
.p-else_house-reform2 .list ul:first-child {
  margin-top: 2.5rem;
}
.p-else_house-reform2 .list ul li {
  color: #fff;
}
.p-else_house-reform2 .list ul li .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform2 .list ul li .lb {
    display: none;
  }
}
.p-else_house-reform2 .list ul li:first-child {
  width: 8%;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform2 .list ul li:first-child {
    width: 20px;
  }
}
.p-else_house-reform2 .list ul li:last-child {
  width: 92%;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform2 .list ul li:last-child {
    width: calc(100% - 30px);
  }
}
.p-else_house-reform2 .line {
  height: 2.5rem;
  width: 1px;
  background-color: #fff;
  margin: 1.25rem auto 0;
}
.p-else_house-reform2 .line + h4 {
  color: #fff;
  text-align: center;
  margin-top: 1.25rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform2 .line + h4 {
    font-size: 1.5rem;
  }
}

.p-else_house-reform3 {
  background-color: #f0f0f0;
}
.p-else_house-reform3 h3 {
  font-size: 1.375rem;
  font-family: A1 Mincho;
}
.p-else_house-reform3 h3 span {
  display: block;
  font-size: 1rem;
  color: #141414;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-else_house-reform3 h3 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-else_house-reform3 .before-after {
    display: grid;
    grid-template-columns: 28.75rem 1fr;
  }
}
.p-else_house-reform3 .before-after:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-else_house-reform3 .before-after:not(:first-child) {
    margin-top: 6.25rem;
  }
}
.p-else_house-reform3 .before-after .before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-else_house-reform3 .before-after .before .num-txt {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-else_house-reform3 .before-after .before .num-txt {
    grid-template-columns: 28.75rem 1fr;
    font-size: 1.5625rem;
  }
}
.p-else_house-reform3 .before-after .before .num-txt span {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-else_house-reform3 .before-after .before .num-txt span {
    font-size: 3.125rem;
  }
}
.p-else_house-reform3 .before-after .before .img-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  margin-top: auto;
}
.p-else_house-reform3 .before-after .before .img-txt .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-else_house-reform3 .before-after .before .img-txt .img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 2.5rem;
  }
}
.p-else_house-reform3 .before-after .before .img-txt .img .img-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-else_house-reform3 .before-after .before .img-txt .img .img-arrow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: unset;
  }
}
.p-else_house-reform3 .before-after .before .img-txt .img .img-arrow img:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-else_house-reform3 .before-after .before .img-txt .img .img-arrow img:last-child {
    -webkit-transform: unset;
            transform: unset;
  }
}
.p-else_house-reform3 .before-after .before .img-txt .txt {
  text-align: center;
  margin-top: 0.4375rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-else_house-reform3 .before-after .before .img-txt .txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: translateX(1.875rem);
            transform: translateX(1.875rem);
  }
}
.p-else_house-reform3 .before-after .after {
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end;
}
@media screen and (min-width: 768px) {
  .p-else_house-reform3 .before-after .after .after-img {
    width: 100%;
    text-align: center;
  }
}
.p-else_house-reform3 .before-after .after .after-img img.pic {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-else_house-reform3 .before-after .after .after-img img.pic {
    display: block;
  }
}
.p-else_house-reform3 .before-after .after .after-img p {
  text-align: center;
}
.p-else_house-reform3 .before-after.b-a3 .after-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-else_house-reform3 .before-after.b-a3 .after-img {
    width: calc(13% + 50vw);
  }
}
.p-else_house-reform3 .swiper.house-reform-slider {
  display: block;
  margin-top: 2.5rem;
  max-width: 22.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-else_house-reform3 .swiper.house-reform-slider {
    display: none;
  }
}
.p-else_house-reform3 .swiper.house-reform-slider .swiper-slide {
  width: 100%;
}
.p-else_house-reform3 .swiper.house-reform-slider .swiper-slide img {
  width: 100%;
}
.p-else_house-reform3 .swiper-button-prev,
.p-else_house-reform3 .swiper-button-next {
  color: #000;
  top: 50%; /* 上からの位置（中央より下げたい場合など） */
}
@media screen and (min-width: 768px) {
  .p-else_house-reform3 .swiper-button-prev,
  .p-else_house-reform3 .swiper-button-next {
    display: none;
  }
}
.p-else_house-reform3 .swiper-button-prev::after,
.p-else_house-reform3 .swiper-button-next::after {
  color: #fff;
}
.p-else_house-reform3 .swiper-button-prev {
  left: 10px; /* 矢印の左位置 */
}
.p-else_house-reform3 .swiper-button-next {
  right: 10px; /* 矢印の右位置 */
}

.p-else_house-reform4 {
  padding: 0;
  background-color: #6e6e6e;
  color: #fff;
}
.p-else_house-reform4 ul {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-else_house-reform4 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-else_house-reform4 ul li:first-child {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform4 ul li:first-child {
    aspect-ratio: unset;
  }
}
@media screen and (min-width: 1100px) {
  .p-else_house-reform4 ul li:first-child {
    aspect-ratio: 4/3;
  }
}
.p-else_house-reform4 ul li:last-child {
  padding: 2.5rem;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform4 ul li:last-child {
    padding: 5rem;
  }
}
.p-else_house-reform4 ul li:last-child .txt {
  font-size: 1.375rem;
  line-height: 1.5em;
  font-family: A1 Mincho;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform4 ul li:last-child .txt {
    font-size: 1.875rem;
  }
}
.p-else_house-reform4 ul li:last-child p {
  margin-top: 1.25rem;
}

.p-else_house-reform5 h3 {
  font-size: 1.375rem;
  font-family: A1 Mincho;
}
@media screen and (min-width: 768px) {
  .p-else_house-reform5 h3 {
    font-size: 1.875rem;
  }
}
.p-else_house-reform5 h3 span {
  display: block;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.p-else_house-reform5 ul {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2vw;
     -moz-column-gap: 2vw;
          column-gap: 2vw;
  row-gap: 0.9375rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform5 ul {
    grid-template-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  }
}
.p-else_house-reform5 ul .item {
  border: 1px solid #333;
  border-radius: 100vh;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  max-width: 11.25rem;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform5 ul .item {
    max-width: unset;
  }
}
.p-else_house-reform5 ul .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 1.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform5 ul .arrow {
    -webkit-transform: unset;
            transform: unset;
    width: 0.9375rem;
  }
}
.p-else_house-reform5 p.txt {
  margin-top: 1.25rem;
}
.p-else_house-reform5 .promise {
  margin-top: 2.5rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1.25rem 0;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform5 .promise {
    padding: 2.5rem;
  }
}
.p-else_house-reform5 .promise h4 {
  font-size: 1.5625rem;
  text-align: center;
}
.p-else_house-reform5 .promise .list {
  display: grid;
  place-content: center;
}
.p-else_house-reform5 .promise .list .item {
  margin-top: 0.625rem;
  text-indent: -1em;
  padding-left: 1em;
}
.p-else_house-reform5 .promise .list .item .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform5 .promise .list .item .lb {
    display: none;
  }
}

.p-else_house-reform6 {
  background-color: #6e6e6e;
  color: #fff;
}
.p-else_house-reform6 h3 {
  font-size: 1.5625rem;
  text-align: center;
  font-family: A1 Mincho;
}
.p-else_house-reform6 h3 span {
  font-family: "Noto Sans JP", sans-serif;
}
.p-else_house-reform6 ul {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform6 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-else_house-reform6 ul li {
  color: #000;
  background-color: #fff;
  padding: 0.9375rem;
  text-align: center;
  line-height: 1.5em;
}
.p-else_house-reform6 ul li .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_house-reform6 ul li .lb {
    display: none;
  }
}
.p-else_house-reform6 ul span {
  display: block;
  font-size: 1.25rem;
}

.p-else-archive_works1 .works_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media screen and (min-width: 600px) {
  .p-else-archive_works1 .works_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-else-archive_works1 .works_list li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-else-archive_works1 .works_list li a:hover {
  opacity: 0.7;
}
.p-else-archive_works1 .works_list li .img img {
  height: auto;
}
.p-else-archive_works1 .works_list li .img .txt {
  margin-top: 0.625rem;
}
.p-else-archive_works1 .pagination {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.p-else-archive_works1 .pagination .current {
  border: 1px solid #333;
  width: 1.875rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
}

.p-else-single_works1 {
  background-color: #6e6e6e;
  color: #fff;
}
.p-else-single_works1 .txt {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else-single_works1 .txt {
    margin-bottom: 2.5rem;
  }
}
.p-else-single_works1 .txt .title {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-else-single_works1 .txt .title {
    font-size: 1.5rem;
  }
}
.p-else-single_works1 .img .works_slider ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .p-else-single_works1 .img .works_slider ul {
    row-gap: 3.75rem;
  }
}
.p-else-single_works1 .img .works_slider ul li .works_txt {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-else-single_works1 .img .works_slider ul li .works_txt {
    margin-top: 0.9375rem;
  }
}
.p-else-single_works1 .control {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-else-archive_voice1 .voice_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media screen and (min-width: 600px) {
  .p-else-archive_voice1 .voice_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-else-archive_voice1 .voice_list li {
  aspect-ratio: 1/1;
}
.p-else-archive_voice1 .voice_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #f0f0f0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.p-else-archive_voice1 .voice_list li a:hover {
  opacity: 0.7;
}
.p-else-archive_voice1 .pagination {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.p-else-archive_voice1 .pagination .current {
  border: 1px solid #333;
  width: 1.875rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
}

.p-else-single_voice1 {
  background-color: #6e6e6e;
  color: #fff;
}
.p-else-single_voice1 .address_name {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-else-single_voice1 .address_name {
    font-size: 1.5rem;
  }
}
.p-else-single_voice1 .address_name + ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else-single_voice1 .address_name + ul {
    row-gap: 3.75rem;
  }
}
.p-else-single_voice1 .address_name + ul li .q {
  margin-bottom: 0.625rem;
  line-height: 1.5em;
}
.p-else-single_voice1 .txt {
  margin-bottom: 2.5rem;
}
.p-else-single_voice1 .txt .title {
  font-size: 1.5625rem;
}
.p-else-single_voice1 .txt .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  .p-else-single_voice1 .txt .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-else-single_voice1 .voice-link {
  margin: 5rem auto 0;
  text-align: center;
}
.p-else-single_voice1 .voice-link a {
  padding: 0.9375rem;
  display: inline-block;
  max-width: 18.75rem;
  width: 100%;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-else-single_voice1 .voice-link a:hover {
  opacity: 0.7;
}
.p-else-single_voice1 .control {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-else_core1 {
  background-color: #f0f0f0;
}
.p-else_core1 .img-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-else_core1 .img-txt {
    gap: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-else_core1 .img-txt .txt {
  max-width: 35rem;
  width: 100%;
}
.p-else_core1 .img-txt .txt h3 {
  font-size: 1.875rem;
  font-weight: bold;
  font-family: A1 Mincho;
}
.p-else_core1 .img-txt .txt p {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_core1 .img-txt .img {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}

.p-else_core2 {
  background-color: #fff;
}
.p-else_core2 h3 {
  font-size: 1.875rem;
  font-weight: bold;
  font-family: A1 Mincho;
}
.p-else_core2 h3 span {
  font-size: 0.875rem;
  font-weight: normal;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
.p-else_core2 h3 + p {
  text-align: center;
  margin: 1.875rem 0;
}
@media screen and (min-width: 600px) {
  .p-else_core2 h3 + p {
    margin: 3.75rem 0;
  }
}
.p-else_core2 h3 + p .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_core2 h3 + p .lb {
    display: none;
  }
}
.p-else_core2 ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-else_core2 ul + ul {
  margin-top: 3.75rem;
}
@media screen and (min-width: 600px) {
  .p-else_core2 ul + ul {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 600px) {
  .p-else_core2 ul {
    grid-template-columns: 6.25rem 1fr;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    margin-top: 0.625rem;
  }
}
.p-else_core2 ul li:first-child {
  justify-items: anchor-center;
}
@media screen and (min-width: 600px) {
  .p-else_core2 ul li:first-child {
    justify-items: unset;
  }
}
.p-else_core2 ul li:first-child .icon {
  border: 1px solid #000;
  border: 1px solid #000;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  margin: 0 auto;
  line-height: 0.8em;
  font-size: 2rem;
  width: 40%;
}
@media screen and (min-width: 600px) {
  .p-else_core2 ul li:first-child .icon {
    width: unset;
  }
}
.p-else_core2 ul li:first-child .icon span {
  display: block;
  font-size: 0.875rem;
}
.p-else_core2 ul li:first-child .line {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-else_core2 ul li:first-child .line {
    display: block;
    width: 0.0625rem;
    height: 7.25rem;
    background-color: #000;
    margin: 15px auto 0;
  }
}
.p-else_core2 ul li:last-child .title h4 {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-else_core2 ul li:last-child .title h4 {
    text-align: left;
    font-size: 1.5rem;
  }
}
.p-else_core2 ul li:last-child .title h4 .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-else_core2 ul li:last-child .title h4 .lb {
    display: none;
  }
}
.p-else_core2 ul li:last-child .title h4 span {
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .p-else_core2 ul li:last-child .title h4 span {
    font-size: 1.5rem;
  }
}
.p-else_core2 ul li:last-child .txt {
  margin-top: 1.25rem;
  text-align: justify;
}

.p-else_request1 {
  /* 各選択肢に画像を指定 */
}
.p-else_request1 .lead1 h3 {
  font-size: 1rem;
  text-align: center;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .p-else_request1 .lead1 h3 {
    font-size: 1.125rem;
  }
}
.p-else_request1 .lead1 h3 .lb {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-else_request1 .lead1 h3 .lb {
    display: none;
  }
}
.p-else_request1 .lead1 .free {
  text-align: center;
}
.p-else_request1 .lead1 .free span {
  font-size: 1.75rem;
}
.p-else_request1 .thum {
  margin-top: 2.5rem;
}
.p-else_request1 .thum ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-else_request1 .thum ul {
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
    row-gap: 6.25rem;
  }
}
.p-else_request1 .thum ul li {
  justify-items: center;
}
.p-else_request1 .thum ul li p {
  margin-top: 0.625rem;
  line-height: 1.5em;
}
.p-else_request1 .lead2 {
  text-align: center;
  margin-top: 3.75rem;
  line-height: 1.9em;
}
.p-else_request1 .lead2 span {
  color: #b5151f;
}
.p-else_request1 .img ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-bottom: 3.75rem;
}
.p-else_request1 p.lead {
  text-align: center;
}
.p-else_request1 .required {
  color: #e81c24;
}
.p-else_request1 table.hope {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
}
.p-else_request1 table.hope tr.item {
  border-bottom: none !important;
  border-top: none !important;
}
.p-else_request1 table.hope tr.item td span.eve {
  display: block;
}
.p-else_request1 table.hope .wpcf7-list-item {
  display: block;
}
.p-else_request1 .rep {
  margin: 1.25rem 0;
}
.p-else_request1 .req {
  margin: 1.25rem 0;
}
.p-else_request1 .req .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
.p-else_request1 .req .wpcf7-list-item {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.p-else_request1 .req .wpcf7-list-item label {
  text-indent: -1em;
  padding-left: 1em;
}
.p-else_request1 .req .wpcf7-list-item label > input {
  margin: 0;
}
.p-else_request1 .req .wpcf7-list-item::before {
  content: "";
  width: 5.625rem;
  height: 8.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-else_request1 .req .wpcf7-list-item::before {
    width: 11.25rem;
    height: 16.25rem;
  }
}
.p-else_request1 .req .item-house::before {
  background-image: url("https://placehold.jp/180x260.png");
}
.p-else_request1 .req .item-table::before {
  background-image: url("https://placehold.jp/180x260.png");
}
.p-else_request1 .req .item-case::before {
  background-image: url("https://placehold.jp/180x260.png");
}
.p-else_request1 .req .item-reform::before {
  background-image: url("https://placehold.jp/180x260.png");
}

.p-else_reserve1 .txt1 h3 {
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 1.875rem;
  font-family: A1 Mincho;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt1 h3 {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}
.p-else_reserve1 .txt1 h3 .lb {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt1 h3 .lb {
    display: none;
  }
}
.p-else_reserve1 .txt1 p {
  margin-bottom: 2.5rem;
}
.p-else_reserve1 .swiper-container {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  /* 次への矢印 */
}
.p-else_reserve1 .swiper-container .swiper {
  max-width: 800px;
}
.p-else_reserve1 .swiper-container .swiper-slide img {
  height: auto;
  width: 100%;
}
.p-else_reserve1 .swiper-container .swiper-button-prev {
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .swiper-container .swiper-button-prev {
    left: -50px;
  }
}
.p-else_reserve1 .swiper-container .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .swiper-container .swiper-button-next {
    right: -50px;
  }
}
.p-else_reserve1 .txt2 {
  margin-top: 1.875rem;
  display: grid;
  place-items: center;
  font-size: 1.125rem;
  line-height: 1.85em;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt2 {
    font-size: 1.5rem;
    margin-top: 3.75rem;
  }
}
.p-else_reserve1 .txt3 {
  margin-top: 1.875rem;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt3 {
    margin-top: 3.75rem;
  }
}
.p-else_reserve1 .txt3 .box {
  background-color: #ededed;
  padding: 0.9375rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt3 .box {
    padding: 1.875rem;
  }
}
.p-else_reserve1 .txt3 .box h5 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt3 .box h5 {
    font-size: 1.375rem;
  }
}
.p-else_reserve1 .txt3 .box dl {
  font-size: 1rem;
  line-height: 1.85em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt3 .box dl {
    font-size: 1.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-else_reserve1 .txt4 {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt4 {
    margin-top: 3.75rem;
  }
}
.p-else_reserve1 .txt4 h5 {
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-else_reserve1 .txt4 h5 {
    font-size: 1.75rem;
  }
}
.p-else_reserve1 .txt4 p {
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt4 p {
    margin-top: 1.875rem;
  }
}
.p-else_reserve1 .txt4 p .lb {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-else_reserve1 .txt4 p .lb {
    display: none;
  }
}
.p-else_reserve1 .txt4 p span {
  color: #b5151f;
  margin-top: 1.875rem;
}

.p-else_staff1 .read {
  font-size: 1rem;
  line-height: 2em;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-else_staff1 .read .lb {
    display: none;
  }
}
.p-else_staff1 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-else_staff1 ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
}
.p-else_staff1 ul li {
  /* モーダルのスタイル調整 */
  /* ✕ボタンの位置調整 */
  /* ✕ボタンの色 */
  /* ホバーしたときの✕ボタンの色 */
}
.p-else_staff1 ul li .modal {
  display: none;
}
.p-else_staff1 ul li .modaal-content-container {
  padding: 20px;
}
.p-else_staff1 ul li .modaal-close {
  position: absolute;
  top: -60px;
  right: 0;
}
.p-else_staff1 ul li .modaal-close:after,
.p-else_staff1 ul li .modaal-close:before {
  background: #ccc;
}
.p-else_staff1 ul li .modaal-close:focus:after,
.p-else_staff1 ul li .modaal-close:focus:before,
.p-else_staff1 ul li .modaal-close:hover:after,
.p-else_staff1 ul li .modaal-close:hover:before {
  background: #ca353b;
}
.p-else_staff1 ul .img img {
  border-radius: 50%;
  margin: 0 auto;
}
.p-else_staff1 ul .txt {
  text-align: center;
}
.p-else_staff1 ul .txt h5 {
  color: #b5151f;
  font-size: 0.875rem;
  line-height: 1em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-else_staff1 ul .txt h5 .lb {
    display: none;
  }
}
.p-else_staff1 ul .txt h4 {
  font-size: 1.125rem;
  line-height: 2em;
}
.p-else_staff1 ul .txt p {
  font-size: 0.8125rem;
  color: #141414;
  line-height: 1.25em;
}

.modal_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .modal_wrapper {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.modal_wrapper img {
  border-radius: 50%;
  margin: 0 auto;
}

.modal_wrapper dd {
  padding: 8px 0;
}

.modal_wrapper .no,
.modal_wrapper .txt {
  font-size: 0.8125rem;
}
@media screen and (min-width: 600px) {
  .modal_wrapper .no,
  .modal_wrapper .txt {
    font-size: unset;
  }
}

.modal_wrapper .no {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.modal_wrapper .no span {
  color: #b5151f;
}

.modal_wrapper .txt {
  padding-top: 5px;
}

.modal_wrapper .first {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 35% 60%;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
@media screen and (min-width: 600px) {
  .modal_wrapper .first {
    display: unset;
  }
}
.modal_wrapper .insp {
  display: block;
}
@media screen and (min-width: 600px) {
  .modal_wrapper .insp {
    display: none;
  }
}
.modal_wrapper .inpc {
  display: none;
}
@media screen and (min-width: 600px) {
  .modal_wrapper .inpc {
    display: block;
  }
}
.modal_wrapper ul {
  padding: 8px 0;
}
.modal_wrapper ul li {
  line-height: 1.5em;
}

.p-else_history1 ul,
.p-else_history7 ul,
.p-else_history9 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #6e6e6e;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-else_history1 ul,
  .p-else_history7 ul,
  .p-else_history9 ul {
    padding-bottom: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-else_history1 ul li h3,
.p-else_history7 ul li h3,
.p-else_history9 ul li h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_history1 ul li h3,
  .p-else_history7 ul li h3,
  .p-else_history9 ul li h3 {
    font-size: 1.875rem;
  }
}
.p-else_history1 ul li h3 span,
.p-else_history7 ul li h3 span,
.p-else_history9 ul li h3 span {
  color: #b5151f;
}
.p-else_history1 ul li img,
.p-else_history7 ul li img,
.p-else_history9 ul li img {
  aspect-ratio: 3/2;
  max-width: 18.75rem;
  width: 100%;
}
.p-else_history1 ul li:last-child,
.p-else_history7 ul li:last-child,
.p-else_history9 ul li:last-child {
  width: 40vw;
}
@media screen and (min-width: 768px) {
  .p-else_history1 ul li:last-child,
  .p-else_history7 ul li:last-child,
  .p-else_history9 ul li:last-child {
    width: unset;
  }
}
.p-else_history1 .pic,
.p-else_history7 .pic,
.p-else_history9 .pic {
  margin-top: 3.75rem;
}
.p-else_history1 .pic img,
.p-else_history7 .pic img,
.p-else_history9 .pic img {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-else_history1 .pic img,
  .p-else_history7 .pic img,
  .p-else_history9 .pic img {
    max-width: 50rem;
  }
}

.p-else_history2 {
  background-color: #f0f0f0;
}
.p-else_history2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-else_history2 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-else_history2 ul li:first-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-else_history2 ul li:first-child {
    width: calc(100% - 15.625rem);
  }
}
.p-else_history2 ul li:first-child dl dt {
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-else_history2 ul li:first-child dl dt {
    padding-bottom: 1.875rem;
  }
}
.p-else_history2 ul li:first-child dl dt h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_history2 ul li:first-child dl dt h3 {
    font-size: 1.875rem;
  }
}
.p-else_history2 ul li:first-child dl dt h3 span {
  color: #b5151f;
}
.p-else_history2 ul li:first-child dl dd:has(.hr) {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_history2 ul li:first-child dl dd:has(.hr) {
    margin-right: -9.375rem;
  }
}
.p-else_history2 ul li:first-child dl dd .hr {
  background-color: #6e6e6e;
  width: 100%;
  height: 1px;
}
.p-else_history2 ul li:first-child dl dt + dd {
  display: block;
  width: 35vw;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_history2 ul li:first-child dl dt + dd {
    display: none;
  }
}
.p-else_history2 ul li:last-child img {
  aspect-ratio: 2/3;
  max-width: 18.75rem;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-else_history2 ul li:last-child img {
    display: block;
  }
}

.p-else_history3 ul,
.p-else_history5 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-else_history3 ul,
  .p-else_history5 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-else_history3 ul li:first-child,
.p-else_history5 ul li:first-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-else_history3 ul li:first-child,
  .p-else_history5 ul li:first-child {
    width: calc(100% - 15.625rem);
  }
}
.p-else_history3 ul li:first-child dl dt,
.p-else_history5 ul li:first-child dl dt {
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-else_history3 ul li:first-child dl dt,
  .p-else_history5 ul li:first-child dl dt {
    padding-bottom: 1.875rem;
  }
}
.p-else_history3 ul li:first-child dl dt h3,
.p-else_history5 ul li:first-child dl dt h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_history3 ul li:first-child dl dt h3,
  .p-else_history5 ul li:first-child dl dt h3 {
    font-size: 1.875rem;
  }
}
.p-else_history3 ul li:first-child dl dt h3 span,
.p-else_history5 ul li:first-child dl dt h3 span {
  color: #b5151f;
}
.p-else_history3 ul li:first-child dl dd:has(.hr),
.p-else_history5 ul li:first-child dl dd:has(.hr) {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_history3 ul li:first-child dl dd:has(.hr),
  .p-else_history5 ul li:first-child dl dd:has(.hr) {
    margin-right: -9.375rem;
  }
}
.p-else_history3 ul li:first-child dl dd .hr,
.p-else_history5 ul li:first-child dl dd .hr {
  background-color: #6e6e6e;
  width: 100%;
  height: 1px;
}
.p-else_history3 ul li:first-child dl dt + dd,
.p-else_history5 ul li:first-child dl dt + dd {
  display: block;
  width: 35vw;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_history3 ul li:first-child dl dt + dd,
  .p-else_history5 ul li:first-child dl dt + dd {
    display: none;
  }
}
.p-else_history3 ul li:last-child img,
.p-else_history5 ul li:last-child img {
  aspect-ratio: 2/3;
  max-width: 18.75rem;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-else_history3 ul li:last-child img,
  .p-else_history5 ul li:last-child img {
    display: block;
  }
}

.p-else_history4,
.p-else_history6,
.p-else_history8 {
  background-color: #f0f0f0;
}
.p-else_history4 ul,
.p-else_history6 ul,
.p-else_history8 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #6e6e6e;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-else_history4 ul,
  .p-else_history6 ul,
  .p-else_history8 ul {
    padding-bottom: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-else_history4 ul li h3,
.p-else_history6 ul li h3,
.p-else_history8 ul li h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_history4 ul li h3,
  .p-else_history6 ul li h3,
  .p-else_history8 ul li h3 {
    font-size: 1.875rem;
  }
}
.p-else_history4 ul li h3 span,
.p-else_history6 ul li h3 span,
.p-else_history8 ul li h3 span {
  color: #b5151f;
}
.p-else_history4 ul li img,
.p-else_history6 ul li img,
.p-else_history8 ul li img {
  aspect-ratio: 3/2;
  max-width: 18.75rem;
  width: 100%;
}
.p-else_history4 ul li:last-child,
.p-else_history6 ul li:last-child,
.p-else_history8 ul li:last-child {
  width: 30vw;
}
@media screen and (min-width: 768px) {
  .p-else_history4 ul li:last-child,
  .p-else_history6 ul li:last-child,
  .p-else_history8 ul li:last-child {
    width: unset;
  }
}

.p-else_belief1 {
  background-color: #f0f0f0;
}
.p-else_belief1 ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_belief1 ul {
    grid-template-columns: 55% 40%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
.p-else_belief1 ul li:first-child h3 {
  font-size: 1.375rem;
  font-family: A1 Mincho;
}
@media screen and (min-width: 768px) {
  .p-else_belief1 ul li:first-child h3 {
    font-size: 1.875rem;
  }
}
.p-else_belief1 ul li:first-child .txt {
  margin-top: 1.875rem;
}
.p-else_belief1 ul li:last-child img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-else_belief1 .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-else_belief1 .btns .c-btn2 {
  max-width: 21rem;
  width: 100%;
}
.p-else_belief1 .btns .c-btn2:first-child {
  margin-top: 3.75rem;
}
.p-else_belief1 .btns .c-btn2:not(:first-child) {
  margin-top: 1.25rem;
}

.p-else_belief2 {
  background-color: #6e6e6e;
  color: #fff;
}
.p-else_belief2 ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_belief2 ul {
    grid-template-columns: 55% 40%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
.p-else_belief2 ul li:first-child h3 {
  font-size: 1.375rem;
  font-family: A1 Mincho;
}
@media screen and (min-width: 768px) {
  .p-else_belief2 ul li:first-child h3 {
    font-size: 1.875rem;
  }
}
.p-else_belief2 ul li:first-child .txt {
  margin-top: 1.875rem;
}
.p-else_belief2 ul li:last-child img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-else_belief2 .c-btn {
  margin-top: 3.75rem;
}

.p-else_belief3 {
  background-color: #f0f0f0;
}
.p-else_belief3 ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_belief3 ul {
    grid-template-columns: 55% 40%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
.p-else_belief3 ul li:first-child h3 {
  font-size: 1.375rem;
  font-family: A1 Mincho;
}
@media screen and (min-width: 768px) {
  .p-else_belief3 ul li:first-child h3 {
    font-size: 1.875rem;
  }
}
.p-else_belief3 ul li:first-child .txt {
  margin-top: 1.875rem;
}
.p-else_belief3 ul li:last-child img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-else_belief3 .isvg {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .p-else_belief3 .isvg {
    padding: 0 6.25rem;
  }
}
.p-else_belief3 .isvg img {
  display: block;
}
.p-else_belief3 .isvg img:first-child {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-else_belief3 .isvg img:first-child {
    margin-top: 3.75rem;
    margin-bottom: 2.5rem;
  }
}
.p-else_belief3 .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-else_belief3 .btns .c-btn2 {
  margin-top: 2.5rem;
  max-width: 21rem;
  width: 100%;
}

.p-else_belief4 {
  background-color: #6e6e6e;
  color: #fff;
}
.p-else_belief4 h3 {
  font-size: 1.375rem;
  font-family: A1 Mincho;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_belief4 h3 {
    font-size: 1.875rem;
  }
}
.p-else_belief4 ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-else_belief4 ul {
    grid-template-columns: 55% 40%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
.p-else_belief4 ul li h4 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_belief4 ul li h4 {
    font-size: 1.625rem;
  }
}
.p-else_belief4 ul li:last-child img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-else_belief4 dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 1.25rem;
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-else_belief4 dl {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    max-width: 50rem;
    margin: 2.5rem auto 0;
  }
}
.p-else_belief4 dl dt {
  color: #000;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.75em;
  border-radius: 100vh;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  text-align: center;
}

.p-else_belief5 {
  background-color: #f0f0f0;
}
.p-else_belief5 ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-else_belief5 ul {
    grid-template-columns: 55% 40%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
.p-else_belief5 ul li h4 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_belief5 ul li h4 {
    font-size: 1.625rem;
  }
}
.p-else_belief5 ul li:last-child img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-else_belief5 dl {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.875rem;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-else_belief5 dl {
    grid-template-columns: 55% 35%;
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
    margin: 5rem auto 0;
    max-width: 56.25rem;
  }
}
.p-else_belief5 dl dd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
}
.p-else_belief5 dl dd .dan {
  gap: 1.25rem;
  color: #000;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.75em;
  border-radius: 100vh;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-else_belief5 dl dd .dan {
    gap: 1.25rem;
    font-size: 1rem;
    line-height: 1.75em;
    border-radius: 100vh;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 1/1;
  }
}

.p-else_belief6 {
  background-color: #6e6e6e;
  color: #fff;
}
.p-else_belief6 ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_belief6 ul {
    grid-template-columns: 55% 40%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    margin-top: 2.5rem;
  }
}
.p-else_belief6 ul li h4 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_belief6 ul li h4 {
    font-size: 1.625rem;
  }
}
.p-else_belief6 ul li:last-child img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-else_belief6 ul li:last-child img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-else_belief6 dl {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-else_belief6 dl {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    margin: 5rem auto 0;
  }
}
.p-else_belief6 dl dt,
.p-else_belief6 dl dd {
  color: #fff;
  line-height: 1.75em;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  text-align: center;
}
.p-else_belief6 dl dt h5,
.p-else_belief6 dl dd h5 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_belief6 dl dt h5,
  .p-else_belief6 dl dd h5 {
    font-size: 1.5rem;
  }
}
.p-else_belief6 dl dt p,
.p-else_belief6 dl dd p {
  margin-top: 1.25rem;
}

.p-else_belief7 {
  background-color: #f0f0f0;
}
.p-else_belief7 ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_belief7 ul {
    grid-template-columns: 55% 40%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    margin-top: 2.5rem;
  }
}
.p-else_belief7 ul li h4 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-else_belief7 ul li h4 {
    font-size: 1.625rem;
  }
}
.p-else_belief7 ul li:last-child img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-else_sukima1 {
  background-color: #f0f0f0;
}
.p-else_sukima1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_sukima1 ul {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
.p-else_sukima1 ul li:first-child h3 {
  font-size: 1.375rem;
  font-family: A1 Mincho;
}
@media screen and (min-width: 768px) {
  .p-else_sukima1 ul li:first-child h3 {
    font-size: 1.875rem;
  }
}
.p-else_sukima1 ul li:first-child .txt {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_sukima1 ul li:last-child {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: 2.5rem;
    aspect-ratio: 1.64/1;
  }
}
.p-else_sukima1 .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-else_sukima1 .btns .c-btn2 {
  max-width: 21rem;
  width: 100%;
}
.p-else_sukima1 .btns .c-btn2:first-child {
  margin-top: 3.75rem;
}
.p-else_sukima1 .btns .c-btn2:not(:first-child) {
  margin-top: 1.25rem;
}

.p-else_sukima2 {
  background-color: #6e6e6e;
  color: #fff;
}
.p-else_sukima2 h3 {
  font-size: 1.375rem;
  font-family: A1 Mincho;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-else_sukima2 h3 {
    font-size: 1.875rem;
    text-align: center;
  }
}
.p-else_sukima2 .list1 {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1.875rem;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_sukima2 .list1 {
    grid-template-columns: 35% 65%;
    margin-top: 2.5rem;
  }
}
.p-else_sukima2 .list1 li:first-child {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-else_sukima2 .list1 li:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-else_sukima2 .list1 li:last-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-else_sukima2 .list1 li:last-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-else_sukima2 .list1 h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-else_sukima2 .list1 h4 {
    font-size: 1.25rem;
  }
}
.p-else_sukima2 .list1 h4 .ibtn a {
  background-color: #fff;
  color: #000;
  display: inline-block;
  margin-top: 1.875rem;
  padding: 0.3125rem 1.25rem;
  font-size: 1.125rem;
}
.p-else_sukima2 .list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-else_sukima2 .list2 {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    margin-top: 5rem;
  }
}
.p-else_sukima2 .list2 img {
  width: 100%;
}

.p-else_sukima3 {
  background-color: #f0f0f0;
}
.p-else_sukima3 h3 {
  font-size: 1.375rem;
  font-family: A1 Mincho;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-else_sukima3 h3 {
    font-size: 1.875rem;
    text-align: center;
  }
}
.p-else_sukima3 .list1 {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1.875rem;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_sukima3 .list1 {
    grid-template-columns: 35% 65%;
    margin-top: 2.5rem;
  }
}
.p-else_sukima3 .list1 li:first-child {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-else_sukima3 .list1 li:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-else_sukima3 .list1 li:last-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-else_sukima3 .list1 li:last-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-else_sukima3 .list1 h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-else_sukima3 .list1 h4 {
    font-size: 1.25rem;
  }
}
.p-else_sukima3 .list1 h4 .ibtn a {
  background-color: #6e6e6e;
  color: #fff;
  display: inline-block;
  margin-top: 1.875rem;
  padding: 0.3125rem 1.25rem;
  font-size: 1.125rem;
}
.p-else_sukima3 .list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-else_sukima3 .list2 {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    margin-top: 5rem;
  }
}
.p-else_sukima3 .list2 img {
  width: 100%;
}

.p-else_sukima4 {
  background-color: #6e6e6e;
  color: #fff;
}
.p-else_sukima4 h3 {
  font-size: 1.375rem;
  font-family: A1 Mincho;
}
@media screen and (min-width: 768px) {
  .p-else_sukima4 h3 {
    font-size: 1.875rem;
  }
}
.p-else_sukima4 ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_sukima4 ul {
    grid-template-columns: 50% 42%;
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
}

.p-else_sukima5 {
  background-color: #f0f0f0;
}
.p-else_sukima5 h3 {
  font-size: 1.375rem;
  font-family: A1 Mincho;
}
@media screen and (min-width: 768px) {
  .p-else_sukima5 h3 {
    font-size: 1.875rem;
  }
}
.p-else_sukima5 ul {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-else_sukima5 ul {
    grid-template-columns: 50% 42%;
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
  }
}

.p-else-archive_blogs1 .blogs_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media screen and (min-width: 600px) {
  .p-else-archive_blogs1 .blogs_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-else-archive_blogs1 .blogs_list li .img img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
.p-else-archive_blogs1 .blogs_list li .img .txt {
  margin-top: 0.625rem;
}
.p-else-archive_blogs1 .blogs_list .date {
  color: #b5151f;
  font-size: 0.875rem;
}
.p-else-archive_blogs1 .blogs_list .title {
  font-size: 1.1875rem;
}
.p-else-archive_blogs1 .blogs_list .caption {
  margin-top: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.p-else-archive_blogs1 .pagination {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.p-else-archive_blogs1 .pagination .current {
  border: 1px solid #333;
  width: 1.875rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
}

.p-else-single_blogs1 .title {
  font-size: 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #6e6e6e;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-else-single_blogs1 .title {
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0.9375rem;
  }
}
.p-else-single_blogs1 .date {
  font-size: 1.125rem;
  color: #b5151f;
  margin-bottom: 1.875rem;
  text-align: right;
}
@media screen and (min-width: 600px) {
  .p-else-single_blogs1 .date {
    font-size: 1.25rem;
  }
}
.p-else-single_blogs1 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  .p-else-single_blogs1 .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-else-single_blogs1 .control {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-else-archive_blog1 .blog_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media screen and (min-width: 600px) {
  .p-else-archive_blog1 .blog_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-else-archive_blog1 .blog_list li .img .box {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
}
.p-else-archive_blog1 .blog_list li .img .box img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-else-archive_blog1 .blog_list li .img .txt {
  margin-top: 0.625rem;
}
.p-else-archive_blog1 .blog_list .date {
  color: #b5151f;
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
.p-else-archive_blog1 .blog_list .title {
  font-size: 1.1875rem;
}
.p-else-archive_blog1 .blog_list .caption {
  margin-top: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.p-else-archive_blog1 .pagination {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.p-else-archive_blog1 .pagination .current {
  border: 1px solid #333;
  width: 1.875rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
}

.p-else-single_blog1 .title {
  font-size: 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #6e6e6e;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-else-single_blog1 .title {
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0.9375rem;
  }
}
.p-else-single_blog1 .date {
  font-size: 1rem;
  color: #b5151f;
  text-align: right;
}
@media screen and (min-width: 600px) {
  .p-else-single_blog1 .date {
    font-size: 1.125rem;
  }
}
.p-else-single_blog1 .author {
  text-align: right;
}
.p-else-single_blog1 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  .p-else-single_blog1 .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-else-single_blog1 .control {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-else-archive_info1 .info_list {
  margin-top: 0.625rem;
}
@media screen and (min-width: 600px) {
  .p-else-archive_info1 .info_list {
    margin-top: 2.5rem;
  }
}
.p-else-archive_info1 .info_list li {
  border-bottom: 1px solid #afafaf;
}
.p-else-archive_info1 .info_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.25em;
}
@media screen and (min-width: 600px) {
  .p-else-archive_info1 .info_list li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-else-archive_info1 .info_list li a p {
  margin-right: 1.25rem;
}
.p-else-archive_info1 .info_list li a:hover {
  opacity: 0.7;
}
.p-else-archive_info1 .pagination {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.p-else-archive_info1 .pagination .current {
  border: 1px solid #333;
  width: 1.875rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
}

.p-else-single_info1 .title {
  font-size: 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #6e6e6e;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 600px) {
  .p-else-single_info1 .title {
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.p-else-single_info1 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  .p-else-single_info1 .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-else-single_info1 .voice-link {
  margin: 5rem auto 0;
  text-align: center;
}
.p-else-single_info1 .voice-link a {
  padding: 0.9375rem;
  display: inline-block;
  max-width: 18.75rem;
  width: 100%;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-else-single_info1 .voice-link a:hover {
  opacity: 0.7;
}
.p-else-single_info1 .control {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-else-archive_event1 .event_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media screen and (min-width: 600px) {
  .p-else-archive_event1 .event_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-else-archive_event1 .event_list li .img img {
  height: auto;
}
.p-else-archive_event1 .event_list li .img .txt {
  margin-top: 0.625rem;
}
.p-else-archive_event1 .event_list .icon {
  background-color: #000;
  color: #fff;
  margin-right: 0.9375rem;
  font-size: 0.75rem;
  padding: 0.0625rem 0.125rem;
}
.p-else-archive_event1 .pagination {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.p-else-archive_event1 .pagination .current {
  border: 1px solid #333;
  width: 1.875rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
}

.p-else-single_event1 .title {
  font-size: 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #6e6e6e;
  margin-bottom: 2.5rem;
  font-family: A1 Mincho;
}
@media screen and (min-width: 600px) {
  .p-else-single_event1 .title {
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
  }
}
.p-else-single_event1 .icon {
  background-color: #000;
  color: #fff;
  margin-right: 0.9375rem;
  font-size: 0.75rem;
  padding: 0.0625rem 0.125rem;
}
.p-else-single_event1 .txt {
  display: grid;
  place-content: center;
  margin: 1.875rem 0;
}
.p-else-single_event1 .control {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-else-single_event1 .caution {
  margin-top: 5rem;
}
.p-else-single_event1 .caution h4 {
  font-size: 1.75rem;
  text-align: center;
}
.p-else-single_event1 .caution h4 + .box {
  text-align: center;
}
.p-else-single_event1 .caution h4 + .box p {
  margin-top: 1.875rem;
  text-align: left;
  display: inline-block;
}
.p-else-single_event1 .caution h4 + .box p span {
  color: #b5151f;
}

.p-else-archive_column1 .column_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media screen and (min-width: 600px) {
  .p-else-archive_column1 .column_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-else-archive_column1 .column_list li .img .box {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
}
.p-else-archive_column1 .column_list li .img .box img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-else-archive_column1 .column_list li .img .txt {
  margin-top: 0.625rem;
}
.p-else-archive_column1 .column_list li .date {
  color: #b5151f;
  font-size: 0.875rem;
}
.p-else-archive_column1 .column_list li .title {
  font-size: 1.1875rem;
}
.p-else-archive_column1 .column_list li .caption {
  margin-top: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.p-else-archive_column1 .column_list .icon {
  background-color: #000;
  color: #fff;
  margin-right: 0.9375rem;
  font-size: 0.75rem;
  padding: 0.0625rem 0.125rem;
}
.p-else-archive_column1 .pagination {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.p-else-archive_column1 .pagination .current {
  border: 1px solid #333;
  width: 1.875rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
}

.p-else-single_column1 .title {
  font-size: 1.25rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #6e6e6e;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-else-single_column1 .title {
    font-size: 1.5rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0.9375rem;
  }
}
.p-else-single_column1 .date {
  font-size: 1.125rem;
  color: #b5151f;
  margin-bottom: 1.875rem;
  text-align: right;
}
@media screen and (min-width: 600px) {
  .p-else-single_column1 .date {
    font-size: 1.25rem;
  }
}
.p-else-single_column1 .icon {
  background-color: #000;
  color: #fff;
  margin-right: 0.9375rem;
  font-size: 0.75rem;
  padding: 0.0625rem 0.125rem;
}
.p-else-single_column1 .txt {
  display: grid;
  place-content: center;
  margin: 1.875rem 0;
}
.p-else-single_column1 .control {
  margin-top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-else_company1 {
  padding: 3.75rem 0;
}
@media screen and (min-width: 600px) {
  .p-else_company1 {
    padding: 4.375rem 0 3.75rem;
  }
}
.p-else_company1 dl {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
@media screen and (min-width: 600px) {
  .p-else_company1 dl {
    grid-template-columns: 200px 1fr;
  }
}
.p-else_company1 h2 + dl {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  .p-else_company1 h2 + dl {
    margin-top: 1.875rem;
  }
}
.p-else_company1 dl dt {
  padding: 0.625rem 0 0;
  color: #003f9e;
  font-size: 1.0625rem;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .p-else_company1 dl dt {
    padding: 1.875rem 0;
    border-bottom: 1px solid #003f9e;
  }
}
.p-else_company1 dl dd {
  padding: 0 0 0.3125rem;
  border-bottom: 1px solid #000;
  font-size: 1.0625rem;
}
@media screen and (min-width: 600px) {
  .p-else_company1 dl dd {
    padding: 1.875rem 0;
  }
}
@media screen and (min-width: 600px) {
  .p-else_company1 dl dd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
.p-else_company1 dl dd ul li {
  letter-spacing: 0.05em;
}

.p-else_company2 {
  position: relative;
  padding: 0 0 3.75rem;
}
@media screen and (min-width: 600px) {
  .p-else_company2 {
    padding: 3.75rem 0 11.25rem;
  }
}
.p-else_company2 .box {
  padding: 2.5rem 0 2.5rem 1.875rem;
  background-color: #ebf4fa;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .p-else_company2 .box {
    padding: 6.25rem 0 6.25rem calc((100vw - 1300px) / 2);
  }
}
@media screen and (min-width: 600px) {
  .p-else_company2 .box {
    margin-left: clamp(1.88rem, 17.5vi - 10.16rem, 6.25rem);
  }
}
.p-else_company2 .box .c-title {
  margin: 0 0 0 1.25rem;
}
.p-else_company2 .box .img {
  position: relative;
}
.p-else_company2 .box .img ul.spin {
  position: relative;
  display: block;
  margin-top: 1.25rem;
  margin-left: 20%;
}
.p-else_company2 .box .img ul.spin::after {
  content: "";
  position: absolute;
  display: block;
  border-left: 4px solid #4db8e2;
  height: 76vw;
  top: 10px;
  left: 9px;
}
@media screen and (min-width: 375px) {
  .p-else_company2 .box .img ul.spin::after {
    height: 284px;
  }
}
@media screen and (min-width: 600px) {
  .p-else_company2 .box .img ul.spin::after {
    height: 344px;
  }
}
.p-else_company2 .box .img ul.spin li {
  text-align: left;
  margin-bottom: 1.875rem;
}
.p-else_company2 .box .img ul.spin li span {
  color: #4db8e2;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .p-else_company2 .box .img ul.spin {
    display: none;
  }
}
.p-else_company2 .box .img ul.pcin {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-else_company2 .box .img ul.pcin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    margin-left: 12.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-else_company2 .box .img ul.pcin li {
    text-align: center;
  }
  .p-else_company2 .box .img ul.pcin li span {
    color: #4db8e2;
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .p-else_company2 .box .img ul.pcin + p {
    border-bottom: 4px solid #4db8e2;
    -webkit-transform: translate(clamp(15.31rem, 5.54vi + 12.65rem, 17.5rem), -19px);
            transform: translate(clamp(15.31rem, 5.54vi + 12.65rem, 17.5rem), -19px);
  }
}
.p-else_company2 .companywave {
  position: absolute;
  bottom: 0.625rem;
}
@media screen and (min-width: 600px) {
  .p-else_company2 .companywave {
    bottom: 2.5rem;
  }
}
.p-else_company2 .companywave img {
  width: 45%;
}
@media screen and (min-width: 600px) {
  .p-else_company2 .companywave img {
    width: 90%;
  }
}

.p-else_service1 {
  padding: 3.75rem 0;
}
.p-else_service1 ul.service-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-else_service1 ul.service-list {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    row-gap: 3.75rem;
  }
}
@media screen and (min-width: 769px) {
  .p-else_service1 ul.service-list {
    gap: 3.75rem;
  }
}
.p-else_service1 ul.service-list dl {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-else_service1 ul.service-list dl {
    max-width: clamp(12.5rem, 10.42vi + 7.5rem, 20rem);
  }
}
.p-else_service1 ul.service-list dl dt img {
  max-width: 12.5rem;
  width: 100%;
  margin: 0 auto;
}
.p-else_service1 ul.service-list dl dd:nth-of-type(1) {
  font-size: 1.375rem;
  text-align: center;
  margin: 0.9375rem 0;
  color: #003f9e;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .p-else_service1 ul.service-list dl dd:nth-of-type(1) {
    font-size: 1.625rem;
    margin: 1.5625rem 0;
  }
}
.p-else_service1 ul.service-list dl dd:nth-of-type(2) {
  letter-spacing: 0.02em;
}
.p-else_service1 ul.service-list dl dd {
  text-align: justify;
}

.p-else_service2 {
  background-color: #ebf4fa;
  padding: 3.75rem 0;
  position: relative;
}
.p-else_service2 .sevicewave {
  position: absolute;
  right: 0;
  top: -3.75rem;
  text-align: right;
}
@media screen and (min-width: 600px) {
  .p-else_service2 .sevicewave {
    top: -10rem;
  }
}
.p-else_service2 .sevicewave img {
  width: 65%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .p-else_service2 .sevicewave img {
    width: 95%;
    margin-left: auto;
  }
}
.p-else_service2 dl.flow-list {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.5rem;
}
@media screen and (min-width: 600px) {
  .p-else_service2 dl.flow-list {
    grid-template-columns: 8.25rem 1fr;
    grid-auto-rows: minmax(132px, auto);
  }
}
.p-else_service2 dl.flow-list:not(:first-child) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-else_service2 dl.flow-list:not(:first-child) {
    margin-top: 5rem;
  }
}
.p-else_service2 dl.flow-list dt {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  font-size: 2.5rem;
  color: #003f9e;
  font-weight: 300;
  position: relative;
  padding: 1.25rem;
  aspect-ratio: 1;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .p-else_service2 dl.flow-list dt {
    font-size: 3.125rem;
    width: unset;
  }
}
.p-else_service2 dl.flow-list:not(:last-child) dt::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  background: no-repeat center/contain url("../img/service/triangle.webp");
  width: 22px;
  height: 20px;
  -webkit-transform: translate(-50%, 70%);
          transform: translate(-50%, 70%);
}
@media screen and (min-width: 600px) {
  .p-else_service2 dl.flow-list:not(:last-child) dt::after {
    -webkit-transform: translate(-50%, 145%);
            transform: translate(-50%, 145%);
  }
}
.p-else_service2 dl.flow-list:last-child dt::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  background: no-repeat center/contain url("../img/service/triangle.webp");
  width: 22px;
  height: 20px;
  -webkit-transform: translate(-50%, 70%);
          transform: translate(-50%, 70%);
}
@media screen and (min-width: 600px) {
  .p-else_service2 dl.flow-list:last-child dt::after {
    display: none;
  }
}
.p-else_service2 dl.flow-list dd {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.p-else_service2 dl.flow-list dd ul li:first-child {
  font-size: 1.5rem;
  color: #003f9e;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .p-else_service2 dl.flow-list dd ul li:first-child {
    font-size: 1.75rem;
  }
}
.p-else_service2 dl.flow-list dd ul li:last-child {
  margin-top: 0.625rem;
  text-align: justify;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 600px) {
  .p-else_service2 dl.flow-list dd ul li:last-child {
    margin-top: 1.25rem;
  }
}

.p-else_service3 {
  padding: 3.75rem 0;
}
.p-else_service3 .service-inner {
  background-color: #4db8e2;
  border-radius: 1.25rem;
  padding: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-else_service3 .service-inner {
    padding: 1.875rem 3.75rem;
  }
}
.p-else_service3 .service-inner .img-txt {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .p-else_service3 .service-inner .img-txt {
    grid-template-columns: 1fr 16.3125rem;
    gap: 2.5rem;
  }
}
.p-else_service3 .service-inner .img-txt .txt .c-title {
  color: #fff;
}
.p-else_service3 .service-inner .img-txt .txt .c-title span {
  color: #fff;
}
.p-else_service3 .service-inner .img-txt .txt p {
  color: #fff;
  margin-top: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-else_service3 .service-inner .img-txt .txt p {
    margin-top: 2.5rem;
  }
}
.p-else_information1 {
  padding: 3.75rem 0;
}
@media screen and (min-width: 600px) {
  .p-else_information1 {
    padding: 6.25rem 0 0;
  }
}
.p-else_information1 dl {
  border-bottom: 1px solid #003f9e;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 600px) {
  .p-else_information1 dl {
    grid-template-columns: 140px 1fr;
  }
}
.p-else_information1 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-else_information1 a:hover {
  opacity: 0.7;
}
.p-else_information1 a:first-child dl {
  border-top: 1px solid #003f9e;
}
.p-else_information1 dl dt {
  padding: 1.25rem 0 0 0;
}
@media screen and (min-width: 600px) {
  .p-else_information1 dl dt {
    padding: 1.5rem;
  }
}
.p-else_information1 dl dd {
  padding: 0 0 1.25rem 0;
}
@media screen and (min-width: 600px) {
  .p-else_information1 dl dd {
    padding: 1.5rem;
  }
}
.p-else_information1 dl dt {
  color: #003f9e;
}

.p-else_information2 .pagination {
  padding: 0 0 3.75rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  font-size: 1.375rem;
  color: #003f9e;
}
@media screen and (min-width: 600px) {
  .p-else_information2 .pagination {
    padding: 5rem 0;
  }
}
.p-else_information2 .pagination .current {
  border-bottom: 2px solid #003f9e;
  width: 0.9375rem;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-else_information2 .pagination .next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 600px) {
  .p-else_information1.single {
    padding: 6.25rem 0;
  }
}
.p-else_information1.single dl {
  border-bottom: 1px solid #003f9e;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}
.p-else_information1.single dl:first-child {
  border-top: unset;
}
.p-else_information1.single dl dt,
.p-else_information1.single dl dd {
  padding: 0rem;
}
.p-else_information1.single dl dt {
  padding: 0rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-else_information1.single dl dt {
    font-size: 1.25rem;
  }
}
.p-else_information1.single dl dd {
  font-size: 1.25rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 600px) {
  .p-else_information1.single dl dd {
    font-size: 2.25rem;
    padding-bottom: 0.9375rem;
  }
}
.p-else_information1.single .image {
  margin-top: 2.5rem;
}
.p-else_information1.single .single-nation {
  margin-top: 3.75rem;
}
.p-else_information1.single .single-nation .prev-next ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-else_information1.single .single-nation .prev-next ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-else_information1.single .single-nation .prev-next ul li:not(:last-child) {
  margin-right: 0.9375rem;
}
@media screen and (min-width: 600px) {
  .p-else_information1.single .single-nation .prev-next ul li:not(:last-child) {
    margin-right: 2.5rem;
  }
}
.p-else_information1.single .single-nation .prev-next ul li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.p-else_information1.single .single-nation .prev-next ul li > .c-btn a {
  border-radius: 9999px;
  min-width: 11.25rem;
  padding: 0.625rem;
}
@media screen and (min-width: 600px) {
  .p-else_information1.single .single-nation .prev-next ul li > .c-btn a {
    min-width: 17.5rem;
    padding: 0.9375rem;
  }
}
.p-else_information1.single .single-nation .prev-next ul li:last-child img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}/*# sourceMappingURL=style.css.map */