@charset "UTF-8";
/*
Theme Name: inagaki-archi-new
*/
.swiperLoop {
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
.swiperMV {
  /* ズームアニメーション */
}
@-webkit-keyframes zoomUpAnimation {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUpAnimation {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.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%;
}
.swiperMV .one {
  -o-object-position: -345px center;
     object-position: -345px center;
}
@media screen and (min-width: 600px) {
  .swiperMV .one {
    -o-object-position: -570px center;
       object-position: -570px center;
  }
}
@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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
  color: #3c3c3c;
}

@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;
}

.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: 1200px;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}

.l-inner_s {
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner_s {
    max-width: 700px;
    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_sm {
  width: 100%;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner_sm {
    max-width: 900px;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}

.l-header {
  padding: 1.25rem;
}
@media screen and (min-width: 600px) {
  .l-header {
    padding: 1.25rem 2.5rem;
  }
}
.l-header .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;
}
.l-header .logo img {
  width: 2.5rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 600px) {
  .l-header .logo img {
    width: 3.875rem;
  }
}
.l-header .logo h1 {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 600px) {
  .l-header .logo h1 {
    font-size: 1.5rem;
  }
}

footer {
  background-color: #f5f5f5;
  padding: 2.5rem 0;
}

.footer-wrap {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .footer-wrap {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-wrap ul li {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2em;
}
.footer-wrap ul li:has(br) {
  line-height: 1em;
}

.c-btn a {
  display: block;
  background-color: #fff;
  color: #3c3c3c;
  border: 1px solid #939393;
  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;
}
.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: #787878;
  color: #fff;
  border: 1px solid #787878;
  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;
}
.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;
}
@media screen and (min-width: 600px) {
  .c-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    letter-spacing: 0.1em;
  }
}
.c-title span {
  font-size: 0.875rem;
  display: block;
  color: #a5a5a5;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (min-width: 600px) {
  .c-title span {
    font-size: 1rem;
  }
}

.button-wrapper {
  position: fixed; /* スクロールに追従 */
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-color: #787878;
}
@media screen and (min-width: 768px) {
  .button-wrapper {
    width: unset;
    bottom: unset;
    right: 0; /* 右端に配置 */
    top: 50%; /* 画面の中央 */
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); /* 中央揃え */
    background-color: unset;
  }
}

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; /* ボタンを縦に並べる */
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.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 screen and (min-width: 768px) {
  .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 screen and (min-width: 768px) {
  .button-container .button-list0 {
    display: none;
  }
}
.button-container .button-list1,
.button-container .button-list2,
.button-container .button-list3 {
  position: relative;
  width: 29%;
}
@media screen and (min-width: 768px) {
  .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 screen and (min-width: 768px) {
  .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-list3 {
  background-color: #b5151f;
}
@media screen and (min-width: 768px) {
  .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 screen and (min-width: 768px) {
  .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 screen and (min-width: 768px) {
  .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 screen and (min-width: 768px) {
  .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 screen and (min-width: 768px) {
  .custom-button.btncol1 {
    padding: unset;
    background-color: #787878;
    border-right: unset;
  }
}
.custom-button.btncol1 img {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (min-width: 768px) {
  .custom-button.btncol1 img {
    -webkit-transform: unset;
            transform: unset;
  }
}
.custom-button.btncol2 {
  color: #fff;
  font-size: 0.875rem;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .custom-button.btncol2 {
    padding: unset;
    margin-top: 0.625rem;
    border-left: unset;
    border-right: unset;
    background-color: #787878;
  }
}
.custom-button.btncol2 img {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (min-width: 768px) {
  .custom-button.btncol2 img {
    -webkit-transform: unset;
            transform: unset;
  }
}
.custom-button.btncol3 {
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .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;
}
/* ----------------------------- フォーム */
.c-form {
  margin-top: 40px;
}
.c-form .required {
  color: #b5151f;
}
.c-form table {
  width: 100%;
  border-collapse: collapse;
}
.c-form table tr {
  border-bottom: 1px solid #ccc;
}
.c-form table tr:first-child {
  border-top: 1px solid #ccc;
}
.c-form table th {
  padding: 10px 0 0;
  text-align: left;
  width: 100%;
  display: block;
}
@media screen and (min-width: 600px) {
  .c-form table th {
    padding: 20px 0;
    width: 28%;
    display: table-cell;
  }
}
.c-form table td {
  display: block;
}
@media screen and (min-width: 600px) {
  .c-form table td {
    padding: 20px 0;
  }
}
.c-form table td input::-webkit-input-placeholder {
  color: #666;
}
.c-form table td input::-moz-placeholder {
  color: #666;
}
.c-form table td input:-ms-input-placeholder {
  color: #666;
}
.c-form table td input::-ms-input-placeholder {
  color: #666;
}
.c-form table td input::placeholder {
  color: #666;
}
.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 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  border: 0;
}
.c-form textarea {
  width: 100%;
  border: none;
}
.c-form textarea::-webkit-input-placeholder {
  color: #666 !important;
}
.c-form textarea::-moz-placeholder {
  color: #666 !important;
}
.c-form textarea:-ms-input-placeholder {
  color: #666 !important;
}
.c-form textarea::-ms-input-placeholder {
  color: #666 !important;
}
.c-form textarea::placeholder {
  color: #666 !important;
}
.c-form .wpcf7-radio {
  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 .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 .contact_btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-form .contact_btn {
    margin-top: 80px;
  }
}
.c-form .contact_btn input {
  width: 215px;
  background: #fff;
  border: 1px solid #666;
  padding: 15px 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000 !important;
}
.c-form .contact_btn input:hover {
  background: #666;
  color: #fff;
}
.c-form .contact_btn .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.c-form select {
  border: none;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

/* メニューのスタイル */
.menu {
  position: fixed;
  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: fixed;
  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: fixed;
  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 img {
  max-width: 7.5rem;
  width: 100%;
  margin: 1rem 0 0 0.625rem;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.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.1875rem 0;
}

.p-contents {
  padding: 3.75rem 0;
}
@media screen and (min-width: 600px) {
  .p-contents {
    padding: 7.5rem 0;
  }
}

.p-section:last-child {
  margin-top: 5rem;
}
.p-section h2 {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .p-section h2 {
    font-size: 1.5rem;
  }
}
.p-section p.txt {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  margin-top: 2.5rem;
}
.p-section p.txt .lb {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-section p.txt .lb {
    display: none;
  }
}
.p-section .btns {
  max-width: 30rem;
  margin: 0 auto;
}
.p-section .btns [class^=btn-] a {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  background-color: #00509e;
  color: #fff;
  padding: 0.9375rem 0;
  width: 100%;
  display: block;
  border-radius: 8px;
}
.p-section .btns .btn-mail {
  margin-top: 2.5rem;
}
.p-section .btns .btn-mail a.mail {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-section .btns .btn-mail a.mail:hover {
  opacity: 0.7;
}
.p-section .btns .btn-tel_fax {
  margin-top: 0.9375rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.9375rem;
}
@media screen and (min-width: 600px) {
  .p-section .btns .btn-tel_fax {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.25rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
.p-section .btns .btn-tel_fax a.tel {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-section .btns .btn-tel_fax a.tel:hover {
  opacity: 0.8;
}

.p-top_com {
  padding: 3.75rem 0;
}
.p-top_com .c-title {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-top_com .c-title {
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .p-top_com {
    padding: 6.25rem 0;
  }
}

.p-top_news .c-title {
  font-family: A1 Mincho;
}
.p-top_news .c-title span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
}
.p-top_news .top-posts {
  margin-top: 0.625rem;
}
@media screen and (min-width: 600px) {
  .p-top_news .top-posts {
    margin-top: 2.5rem;
  }
}
.p-top_news .top-posts li {
  border-bottom: 1px solid #afafaf;
}
.p-top_news .top-posts 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-top_news .top-posts 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-top_news .top-posts li a p {
  margin-right: 1.25rem;
}
.p-top_news .top-posts li a:hover {
  opacity: 0.7;
}
.p-top_news .c-btn a {
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 600px) {
  .p-top_news .c-btn a {
    margin: 5rem auto 0;
  }
}

.p-top_tsumugu {
  background-color: #f0f0f0;
}
.p-top_tsumugu .left-right.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top_tsumugu .left-right.pc {
    display: grid;
    grid-template-columns: 65% 35%;
  }
}
.p-top_tsumugu .left-right.pc .left {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
}
.p-top_tsumugu .left-right.pc .left .lead {
  text-align: start;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: A1 Mincho;
  font-size: 1.125rem;
  line-height: 1.8em;
}
@media screen and (min-width: 1100px) {
  .p-top_tsumugu .left-right.pc .left .lead {
    font-size: 1.3125rem;
    line-height: 2.2em;
  }
}
.p-top_tsumugu .left-right.pc .left .img svg .pic {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top_tsumugu .left-right.pc .left .img svg .pic:hover {
  opacity: 0.7;
}
.p-top_tsumugu .left-right.pc .right h2 img {
  max-width: 12.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .p-top_tsumugu .left-right.pc .right h2 img {
    max-width: 16.25rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top_tsumugu .left-right.sp {
    display: none;
  }
}
.p-top_tsumugu .left-right.sp .up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-top_tsumugu .left-right.sp .up .lead {
  font-size: 0.75rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1.4em;
  font-family: A1 Mincho;
}
@media screen and (min-width: 600px) {
  .p-top_tsumugu .left-right.sp .up .lead {
    font-size: 0.875rem;
    line-height: 1.6em;
  }
}
.p-top_tsumugu .left-right.sp .up h2 {
  width: 100%;
}
.p-top_tsumugu .left-right.sp .up h2 img {
  max-width: 4.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .p-top_tsumugu .left-right.sp .up h2 img {
    max-width: 10rem;
  }
}
.p-top_tsumugu .c-title {
  line-height: 1.5em;
  text-align: left;
  font-family: A1 Mincho;
}
.p-top_tsumugu .lead {
  font-size: 1.125rem;
}
.p-top_tsumugu .img-txt {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.875rem;
}
@media screen and (min-width: 600px) {
  .p-top_tsumugu .img-txt {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-top_tsumugu .img-txt .lead {
  margin-top: 1.25rem;
}

.p-top_event .c-title {
  line-height: 1.3em;
  font-family: A1 Mincho;
}
.p-top_event .c-title span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
}
.p-top_event ul.pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-top_event ul.pc {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: clamp(3.13rem, 11.03vi - 1.01rem, 7.81rem);
       -moz-column-gap: clamp(3.13rem, 11.03vi - 1.01rem, 7.81rem);
            column-gap: clamp(3.13rem, 11.03vi - 1.01rem, 7.81rem);
  }
}
.p-top_event ul.pc li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top_event ul.pc li a:hover {
  opacity: 0.7;
}
.p-top_event ul.pc .title {
  margin-top: 1.25rem;
  line-height: 1.5em;
}
.p-top_event ul.pc .date {
  line-height: 1.8em;
}
.p-top_event ul.pc .time {
  line-height: 1.8em;
}
.p-top_event ul.pc .place {
  line-height: 1.8em;
}
.p-top_event ul.pc .icon {
  background-color: #000;
  color: #fff;
  margin-right: 0.9375rem;
  font-size: 0.75rem;
  padding: 0.0625rem 0.125rem;
}
.p-top_event ul.pc img {
  max-width: 17.125rem;
  width: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top_event ul.pc img.contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  background-color: #f0f0f0;
}
.p-top_event ul.pc .num {
  margin-top: 1.25rem;
  line-height: 1.75em;
}
.p-top_event .swiper.sp {
  display: block;
  margin-top: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-top_event .swiper.sp {
    display: none;
  }
}
.p-top_event .swiper.sp .swiper-slide {
  width: auto;
}
.p-top_event .swiper.sp .swiper-slide > a {
  text-decoration: none;
  display: block;
  padding: 0 1.5625rem;
}
.p-top_event .swiper.sp .swiper-slide > a img {
  width: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top_event .swiper.sp .swiper-slide > a img.contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  background-color: #f0f0f0;
}
.p-top_event .swiper.sp .swiper-slide > a .title {
  margin-top: 1.25rem;
}
.p-top_event .swiper.sp .swiper-slide > a .num {
  margin-top: 1.25rem;
}
.p-top_event .swiper.sp .swiper-slide > a .place_name {
  margin-top: 0.3125rem;
}
.p-top_event .swiper.sp .swiper-slide > a .icon {
  background-color: #000;
  color: #fff;
  margin-right: 0.9375rem;
  font-size: 0.75rem;
  padding: 0.0625rem 0.125rem;
}
.p-top_event .swiper-button-prev,
.p-top_event .swiper-button-next {
  color: #000;
  top: 50%; /* 上からの位置（中央より下げたい場合など） */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top_event .swiper-button-prev {
  left: -5px; /* 矢印の左位置 */
}
.p-top_event .swiper-button-next {
  right: -5px; /* 矢印の右位置 */
}
.p-top_event .c-btn a {
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 600px) {
  .p-top_event .c-btn a {
    margin: 5rem auto 0;
  }
}

.p-top_works {
  background-color: #6e6e6e;
  color: #fff;
}
.p-top_works .c-title {
  line-height: 1.3em;
  font-family: A1 Mincho;
}
.p-top_works .c-title span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
}
.p-top_works ul.pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-top_works ul.pc {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: clamp(3.13rem, 11.03vi - 1.01rem, 7.81rem);
       -moz-column-gap: clamp(3.13rem, 11.03vi - 1.01rem, 7.81rem);
            column-gap: clamp(3.13rem, 11.03vi - 1.01rem, 7.81rem);
  }
}
.p-top_works ul.pc li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top_works ul.pc li a img {
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top_works ul.pc li a:hover {
  opacity: 0.7;
}
.p-top_works ul.pc .title {
  line-height: 1.8em;
  margin-top: 1.25rem;
}
.p-top_works ul.sp {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 3.75rem;
}
@media screen and (min-width: 600px) {
  .p-top_works ul.sp {
    display: none;
  }
}
.p-top_works ul.sp li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top_works ul.sp li a img {
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top_works ul.sp li a:hover {
  opacity: 0.7;
}
.p-top_works ul.sp .title {
  line-height: 1.75em;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
.p-top_works ul.sp .place p,
.p-top_works ul.sp .spec p,
.p-top_works ul.sp .taishin p {
  font-size: 0.875rem;
  line-height: 1.75em;
}
.p-top_works .c-btn a {
  background-color: transparent;
  margin: 2.5rem auto 0;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-top_works .c-btn a {
    margin: 5rem auto 0;
  }
}

.p-top_lineup {
  background-color: #f0f0f0;
}
.p-top_lineup .c-title {
  line-height: 1.3em;
  font-family: A1 Mincho;
}
.p-top_lineup .c-title span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-top_lineup .img-txt.pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
  }
}
.p-top_lineup .img-txt.pc .txt {
  min-width: 15rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 600px) {
  .p-top_lineup .img-txt.pc .img {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}
.p-top_lineup .img-txt.pc .img ul {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-top_lineup .img-txt.pc .img ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-top_lineup .img-txt.pc .img .overlay {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top_lineup .img-txt.pc .img .overlay:hover {
  opacity: 0.7;
}
.p-top_lineup .img-txt.pc .img .overlay span {
  position: absolute;
  color: #fff; /* $wh を white に書き換えてください */
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 2; /* ← これで上に持ってくる！ */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  text-align: center;
}
.p-top_lineup .img-txt.pc .img .overlay img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top_lineup .img-txt.pc .img .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1; /* ← オーバーレイは span より下に */
}
.p-top_lineup .img-txt.sp .txt {
  text-align: center;
  margin: 1.875rem 0 1.5625rem 0;
}
.p-top_lineup .img-txt.sp a ul {
  margin-top: 0.625rem;
  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;
  background-color: #000;
  color: #fff;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.p-top_lineup .img-txt.sp a ul li:last-child h4 {
  font-size: 1.25rem;
}
.p-top_lineup .img-txt.sp a ul li img {
  max-width: 7.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.p-top_lineup .img-txt.sp a ul:not(:first-child) {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 600px) {
  .p-top_lineup .img-txt.sp {
    display: none;
  }
}

.p-top_kodawari.p-top_com {
  position: relative;
  z-index: 0;
  padding: 3.75rem 0 2.75rem;
  background-color: #6e6e6e;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-top_kodawari.p-top_com {
    padding: 6.25rem 0 3.75rem;
  }
}
.p-top_kodawari .c-title {
  line-height: 1.3em;
  font-family: A1 Mincho;
}
.p-top_kodawari .c-title span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
}
.p-top_kodawari .c-title .kai {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-top_kodawari .c-title .kai {
    display: none;
  }
}
.p-top_kodawari p.txt {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-top_kodawari p.txt {
    margin-top: 1.25rem;
    text-align: left;
  }
}
.p-top_kodawari p.txt .kai {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-top_kodawari p.txt .kai {
    display: none;
  }
}
.p-top_kodawari ul {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 600px) {
  .p-top_kodawari ul {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.75rem;
  }
}
.p-top_kodawari ul li {
  line-height: 0;
}
.p-top_kodawari ul li a img {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 600px) {
  .p-top_kodawari ul li a img {
    aspect-ratio: unset;
  }
}
.p-top_kodawari .overlay {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top_kodawari .overlay:hover {
  opacity: 0.7;
}
.p-top_kodawari .overlay .prev {
  position: absolute;
  width: 32%;
  height: auto;
  z-index: 2;
  top: 0.9375rem;
  left: 0.9375rem;
}
@media screen and (min-width: 600px) {
  .p-top_kodawari .overlay .prev {
    width: 16%;
  }
}
.p-top_kodawari .overlay .next {
  position: absolute;
  width: 1.875rem;
  height: auto;
  z-index: 2;
  bottom: 0.625rem;
  right: 0.625rem;
}
@media screen and (min-width: 600px) {
  .p-top_kodawari .overlay .next {
    width: 2.5rem;
  }
}
.p-top_kodawari .overlay .lead {
  font-family: A1 Mincho;
  position: absolute;
  color: #000;
  z-index: 2;
  top: 50%;
  left: 50%;
  line-height: 1.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(1.19rem, 1.22vi + 0.9rem, 1.88rem);
  text-align: center;
  width: 100%;
}
.p-top_kodawari .overlay .lead .kai {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-top_kodawari .overlay .lead .kai {
    display: none;
  }
}
.p-top_kodawari .overlay img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top_kodawari .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: 1; /* ← オーバーレイは span より下に */
}

.p-top_voice .c-title {
  line-height: 1.3em;
  font-family: A1 Mincho;
}
.p-top_voice .c-title span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
}
.p-top_voice ul.pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-top_voice ul.pc {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: clamp(3.13rem, 11.03vi - 1.01rem, 7.81rem);
       -moz-column-gap: clamp(3.13rem, 11.03vi - 1.01rem, 7.81rem);
            column-gap: clamp(3.13rem, 11.03vi - 1.01rem, 7.81rem);
  }
}
.p-top_voice ul.pc li {
  aspect-ratio: 667/960;
}
.p-top_voice ul.pc 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-top_voice ul.pc li a:hover {
  opacity: 0.7;
}
.p-top_voice ul.pc .title {
  line-height: 1.8em;
}
.p-top_voice ul.pc img {
  max-width: 17.125rem;
  width: 100%;
}
.p-top_voice ul.pc .num {
  margin-top: 1.25rem;
  line-height: 1.75em;
}
.p-top_voice ul.sp {
  margin-top: 2.5rem;
  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;
}
@media screen and (min-width: 600px) {
  .p-top_voice ul.sp {
    display: none;
  }
}
.p-top_voice ul.sp li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1;
  -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;
}
.p-top_voice ul.sp li a img {
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top_voice ul.sp li a:hover {
  opacity: 0.7;
}
.p-top_voice ul.sp .title {
  line-height: 1.75em;
  font-size: 0.875rem;
}
.p-top_voice ul.sp .place p,
.p-top_voice ul.sp .spec p,
.p-top_voice ul.sp .taishin p {
  font-size: 0.875rem;
  line-height: 1.75em;
}
.p-top_voice .c-btn a {
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 600px) {
  .p-top_voice .c-btn a {
    margin: 5rem auto 0;
  }
}

.p-top_about {
  background-color: #6e6e6e;
  color: #fff;
}
.p-top_about .c-title {
  line-height: 1.3em;
  font-family: A1 Mincho;
}
.p-top_about .c-title span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
}
.p-top_about ul {
  margin-top: 2.5rem;
}
@media screen and (min-width: 600px) {
  .p-top_about ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-top_about ul li:first-child {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-top_about ul li:first-child {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: 3.125rem;
  }
}
.p-top_about ul li:last-child {
  max-width: 31.25rem;
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-top_about ul li:last-child {
    margin-top: unset;
  }
}
.p-top_about ul .txt:not(:first-child) {
  margin-top: 1.25rem;
}
.p-top_about ul .txt2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-top_about ul .txt2 .intxt:last-child {
  justify-self: end;
}
@media screen and (min-width: 1100px) {
  .p-top_about ul .txt2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-top_about ul .col 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-transition: 0.3s;
  transition: 0.3s;
}
.p-top_about ul .col a:hover {
  opacity: 0.7;
}

.p-top_sukima {
  background-color: #f0f0f0;
}
.p-top_sukima .c-title {
  line-height: 1.3em;
  font-family: A1 Mincho;
}
.p-top_sukima .c-title span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
}
.p-top_sukima .img-txt {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.25rem;
}
.p-top_sukima .img-txt .lead {
  margin-top: 1.875rem;
}
@media screen and (min-width: 600px) {
  .p-top_sukima .img-txt {
    grid-template-columns: 50% 45%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
.p-top_sukima .c-btn a {
  background-color: transparent;
  margin-top: 2.5rem;
}

.p-top_sns .instagram {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}
.p-top_sns .instagram h3 {
  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;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-size: 1.625rem;
  color: #828282;
}
@media screen and (min-width: 600px) {
  .p-top_sns .instagram h3 {
    font-size: 1.875rem;
  }
}
.p-top_sns .instagram ul {
  margin-top: 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-top_sns .instagram ul {
    margin-top: 2.5rem;
    margin-left: unset;
    margin-right: unset;
  }
}
.p-top_sns .youtube {
  margin-top: 3.75rem;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 600px) {
  .p-top_sns .youtube {
    margin-right: unset;
    margin-left: unset;
  }
}
.p-top_sns .youtube h3 {
  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;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-size: 1.5rem;
  color: #828282;
}
.p-top_sns .youtube h3 + p {
  text-align: left;
  padding: 0 1.25rem;
}
@media screen and (min-width: 600px) {
  .p-top_sns .youtube h3 + p {
    text-align: center;
  }
}
.p-top_sns .youtube ul {
  margin-top: 1.25rem;
}
.p-top_sns .youtube ul .yt-item {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-top_sns .youtube ul .yt-item iframe {
  width: 100%;
  height: 100%;
}

.p-top_column {
  background-color: #6e6e6e;
  color: #fff;
}
.p-top_column .c-title {
  line-height: 1.3em;
  font-family: A1 Mincho;
}
.p-top_column .c-title span {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
}
.p-top_column .list.pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-top_column .list.pc {
    display: block;
  }
  .p-top_column .list.pc a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top_column .list.pc a:hover {
    opacity: 0.7;
  }
  .p-top_column .list.pc .item {
    display: grid;
    grid-template-columns: 9.375rem 1fr 0.9375rem;
    -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;
    padding: 2.5rem 0;
  }
  .p-top_column .list.pc .item .img .thumb-img {
    width: 100%;
    height: auto;
  }
  .p-top_column .list.pc .item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .p-top_column .list.pc .item ul li:first-child {
    -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) and (min-width: 1100px) {
  .p-top_column .list.pc .item ul li:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media screen and (min-width: 600px) {
  .p-top_column .list.pc .item ul li:last-child {
    margin-top: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .p-top_column .list.pc .item ul li .date {
    font-size: 0.8125rem;
  }
  .p-top_column .list.pc .item ul li .title {
    font-size: 1.125rem;
  }
  .p-top_column .list.pc .item ul li .ico {
    font-size: 0.75rem;
    background-color: #fff;
    color: #6e6e6e;
    padding: 0 0.625rem;
    display: table;
  }
}
@media screen and (min-width: 600px) and (min-width: 1100px) {
  .p-top_column .list.pc .item ul li .ico {
    display: unset;
  }
}
.p-top_column .list.sp {
  margin-top: 2.5rem;
}
.p-top_column .list.sp a {
  display: block;
}
.p-top_column .list.sp a + a {
  border-top: 1px solid #fff;
}
.p-top_column .list.sp a:not(:first-child) {
  padding-top: 2.5rem;
}
.p-top_column .list.sp a:not(:last-child) {
  padding-bottom: 2.5rem;
}
.p-top_column .list.sp .item:not(:last-child) {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #fff;
}
.p-top_column .list.sp .item ul {
  display: grid;
  grid-template-columns: 7.1875rem 1fr;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
.p-top_column .list.sp .item ul li img {
  height: auto;
}
.p-top_column .list.sp .item ul li .ico {
  font-size: 0.75rem;
  background-color: #fff;
  color: #6e6e6e;
  padding: 0 0.625rem;
  display: inline-block;
}
.p-top_column .list.sp .item p {
  margin-top: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
@media screen and (min-width: 600px) {
  .p-top_column .list.sp {
    display: none;
  }
}
.p-top_column .c-btn a {
  margin: 2.5rem auto 0;
  background-color: transparent;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-top_column .c-btn a {
    margin: 1.25rem auto 0;
  }
}

.p-top_contact {
  background-color: #b5151f;
  padding: 3.75rem 0 0;
}
.p-top_contact .c-title {
  text-align: center;
  font-family: A1 Mincho;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-top_contact .c-title {
    font-size: 1.875rem;
  }
}
.p-top_contact .c-title .kai {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-top_contact .c-title .kai {
    display: none;
  }
}
.p-top_contact .box {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.625rem;
}
@media screen and (min-width: 1100px) {
  .p-top_contact .box {
    grid-template-columns: 1fr 20rem 18.75rem;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
}
.p-top_contact .box 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;
  padding: 0.625rem 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top_contact .box a:hover {
  opacity: 0.9;
}
.p-top_contact .box a.one {
  background-color: #fff;
}
.p-top_contact .box a.one span {
  font-size: 1.5rem;
}
.p-top_contact .box a.one .sm_br {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-top_contact .box a.one {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
  .p-top_contact .box a.one .sm_br {
    display: none;
  }
}
.p-top_contact .box a.two {
  background-color: #787878;
  color: #fff;
}
.p-top_contact .box a.two span {
  font-size: 1.5rem;
  vertical-align: middle;
}
@media screen and (min-width: 1100px) {
  .p-top_contact .box a.two {
    margin-left: 0.625rem;
  }
}
.p-top_contact .box a.three {
  background-color: #787878;
  color: #fff;
}
.p-top_contact .box a.three span {
  font-size: 1.5rem;
  vertical-align: middle;
}
@media screen and (min-width: 1100px) {
  .p-top_contact .box a.three {
    margin-left: 0.625rem;
  }
}
.p-top_contact .box.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.p-top_contact .map {
  margin-top: 3.75rem;
  position: relative;
  width: 100%;
  padding-top: 64%;
  /* 16:9のアスペクト比 */
  height: 0;
}
@media screen and (min-width: 600px) {
  .p-top_contact .map {
    padding-top: 32%;
  }
}
.p-top_contact .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top_event .col_event-img {
  margin-top: 3.75rem;
}
.p-top_event .col_event-img .swiper-slide .img img {
  width: 100%;
  aspect-ratio: 500/333;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #fff; /* 余白部分の背景色（任意） */
}

.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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", 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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", 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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", 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: #a5a5a5;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", 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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", 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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", 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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", 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: #a5a5a5;
  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;
}/*# sourceMappingURL=style.css.map */