@charset "UTF-8";
html {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
}

body {
  font-family: inherit;
}

button,
input,
textarea,
select,
optgroup {
  font-family: inherit;
}

.page-header__title,
.contact-header__title,
.low-header h1 {
  font-family: inherit;
}

.list-monthly-calendar *,
.day-calendar *,
.monthly-calendar * {
  font-family: inherit;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #828282;
  border-radius: 2px;
  background: #fff;
  color: #333333;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.btn-outline:hover {
  background-color: #d9d5cd;
  border-color: transparent;
  color: #333333 !important;
  opacity: 1 !important;
}
.btn-outline:focus-visible {
  outline: 2px solid #093d83;
  outline-offset: 2px;
}
.btn-outline {
  gap: 16px;
  min-width: 200px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
}
.btn-outline__label {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.btn-outline:hover .btn-outline__label {
  color: inherit;
}
.btn-outline__arrow {
  display: block;
  width: 2.5em;
  height: 1px;
  background: currentColor;
  position: relative;
  flex-shrink: 0;
}
.btn-outline__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.header.header--renew {
  box-sizing: border-box;
  height: auto;
  min-height: 100px;
  padding: 0;
  align-items: stretch;
  justify-content: center;
}
.header.header--renew *,
.header.header--renew *::before,
.header.header--renew *::after {
  box-sizing: border-box;
}
.header.header--renew .header-inner {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 30px clamp(24px, 3.125vw, 60px) 32px;
}
.header.header--renew .header-left {
  flex: 0 0 auto;
  padding-left: 0px;
  padding-right: 8px;
}
.header.header--renew .header-left h1 {
  margin: 0;
}
.header.header--renew .header-left h1 a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  align-items: flex-start;
}
.header.header--renew .header-left h1 a img {
  height: auto;
  width: clamp(200px, 23vw, 402px);
  display: block;
  margin-bottom: 10px;
}
.header.header--renew .header-left h1 a span {
  color: #333333;
  font-size: 15px;
  line-height: 0;
  font-weight: 500;
}
.header.header--renew .header-nav {
  flex: 0 1 auto;
  margin-left: auto;
  min-width: 0;
  padding-right: clamp(4px, 2.5vw, 77px);
}
.header.header--renew .header-nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(8px, 1.1vw, 40px);
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.header.header--renew .header-nav li {
  margin: 0;
  flex: 0 0 auto;
}
.header.header--renew .header-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  padding: 8px 4px;
  color: #333333;
  font-size: clamp(13px, 1.05vw, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  height: auto;
  width: auto;
  flex-direction: row;
}
.header.header--renew .header-nav a::before {
  content: ">";
  margin-bottom: 2px;
  font-size: 1.25em;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}
.header.header--renew .header-nav a:hover {
  opacity: 0.75;
}
.header.header--renew .header-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 34px);
  padding-right: 0px;
}
.header.header--renew .header-tel {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  row-gap: 2px;
  line-height: 1.2;
}
.header.header--renew .header-tel__icon {
  grid-column: 1;
  grid-row: 1;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  align-self: center;
  margin: 0;
}
.header.header--renew .header-tel__body {
  display: contents;
}
.header.header--renew .header-tel__number {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: #093d83;
  font-size: clamp(20px, 1.75vw, 40px);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
}
.header.header--renew .header-tel__number:hover {
  opacity: 0.85;
}
.header.header--renew .header-tel__hours {
  grid-column: 2;
  grid-row: 2;
  margin: 0 auto;
  color: #333;
  font-size: clamp(11px, 0.95vw, 13px);
  font-weight: 500;
  white-space: nowrap;
}
.header.header--renew .header-contact-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  min-width: 132px;
  height: 65px;
  padding: 19px clamp(20px, 5.9vw, 112px) 16px;
  background-color: #093d83;
  color: #fff;
  text-decoration: none !important;
  font-weight: 700;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.header.header--renew .header-contact-btn:hover {
  opacity: 0.88;
}
.header.header--renew .header-contact-btn__ja {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
}
.header.header--renew .header-contact-btn__en {
  color: #739cd2;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0em;
}
@media screen and (max-width: 1200px) and (min-width: 951px) {
  .header.header--renew .header-inner {
    padding: 18px 16px;
    gap: clamp(16px, 1vw, 77px);
  }
  .header.header--renew .header-left h1 a span {
    font-size: 10px;
  }
  .header.header--renew .header-nav {
    padding-right: clamp(4px, 1vw, 77px);
  }
  .header.header--renew .header-nav a {
    font-size: 13px;
    padding: 6px 2px;
  }
  .header.header--renew .header-nav ul {
    gap: clamp(8px, 1vw, 20px);
  }
  .header.header--renew .header-tel__number {
    font-size: 18px;
  }
  .header.header--renew .header-contact-btn {
    min-width: 118px;
    padding: 19px clamp(20px, 3vw, 112px) 16px;
  }
  .header.header--renew .header-contact-btn .header-contact-btn__ja {
    font-size: 16px;
  }
  .header.header--renew .header-contact-btn .header-contact-btn__en {
    font-size: 12px;
  }
}

@media screen and (max-width: 950px) {
  .header.header--renew {
    display: none !important;
  }
}
@media screen and (max-width: 950px) {
  .sp_header.sp_header--renew {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 80px;
    height: auto;
    padding: 12px clamp(15px, 4.3vw, 32px) 12px clamp(14px, 4.3vw, 32px);
    box-sizing: border-box;
    background-color: #fff;
  }
  .sp_header.sp_header--renew .sp_header__logo {
    flex: 1;
    min-width: 0;
    padding-left: 0;
    height: auto;
    display: block;
  }
  .sp_header.sp_header--renew .sp_header__logo h1 {
    margin: 0;
  }
  .sp_header.sp_header--renew .sp_header__logo h1 a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    text-decoration: none;
  }
  .sp_header.sp_header--renew .sp_header__logo h1 a img {
    display: block;
    width: 193px;
    height: auto;
    margin-bottom: 6px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left center;
       object-position: left center;
  }
  .sp_header.sp_header--renew .sp_header__logo h1 a span {
    display: block;
    font-size: 12px;
    line-height: 0;
    font-weight: 500;
    color: #333333;
  }
  .sp_header.sp_header--renew .menu-btn {
    position: relative;
    top: auto;
    right: auto;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
  }
  .sp_header.sp_header--renew .menu-btn span {
    position: absolute;
    left: 50%;
    margin-left: -14px;
    width: 34px;
    height: 1px;
    background-color: #093d83;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, top 0.3s ease-out;
  }
  .sp_header.sp_header--renew .menu-btn span:nth-child(1) {
    top: -16px;
    transform: none;
  }
  .sp_header.sp_header--renew .menu-btn span:nth-child(1).open {
    top: 8px;
    transform: rotate(28deg);
  }
  .sp_header.sp_header--renew .menu-btn span:nth-child(2) {
    top: 0px;
    transform: none;
  }
  .sp_header.sp_header--renew .menu-btn span:nth-child(2).open {
    opacity: 0;
  }
  .sp_header.sp_header--renew .menu-btn span:nth-child(3) {
    top: 16px;
    transform: none;
  }
  .sp_header.sp_header--renew .menu-btn span:nth-child(3).open {
    top: 8px;
    transform: rotate(-28deg);
  }
}

.sp_nav-overlay {
  display: none;
}
@media screen and (max-width: 950px) {
  .sp_nav-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 24;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .sp_nav-overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (max-width: 950px) {
  .sp_nav.sp_nav--renew {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 80px;
    right: 0;
    left: auto;
    z-index: 25;
    width: 100%;
    max-width: 100%;
    height: calc(100svh - 80px);
    margin: 0;
    padding: clamp(24px, 5vh, 43px) 33px clamp(30px, 7vh, 58px);
    box-sizing: border-box;
    background: #e8f2ff;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    pointer-events: none;
  }
  .sp_nav.sp_nav--renew.is-active {
    transform: translateX(0);
    pointer-events: auto;
  }
  .sp_nav.sp_nav--renew .sp_nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 0 0 auto;
  }
  .sp_nav.sp_nav--renew .sp_nav__list > li {
    margin: 0;
    border-bottom: 1px solid #828282;
  }
  .sp_nav.sp_nav--renew .sp_nav__list > li > a {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: clamp(20px, 2.6vh, 30px) 0;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
  }
  .sp_nav.sp_nav--renew .sp_nav__list > li > a::before {
    content: "›";
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 0;
    border-radius: 50%;
    background-color: #093d83;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
  }
  .sp_nav.sp_nav--renew .sp_nav__list > li > a:hover {
    opacity: 0.75;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer {
    margin: auto auto 0;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width: 100%;
    max-width: 500px;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-contact-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 65px;
    padding: 19px 24px 16px;
    background-color: #093d83;
    color: #fff;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 1.2;
    box-sizing: border-box;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-contact-btn__ja {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-contact-btn__en {
    color: #739cd2;
    font-size: 12px;
    font-weight: 500;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-tel {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    align-items: center;
    -moz-column-gap: 2px;
         column-gap: 2px;
    row-gap: 2px;
    line-height: 1.2;
    justify-content: center;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-tel__icon {
    grid-column: 1;
    grid-row: 1;
    width: 1.5em;
    height: 1.5em;
    -o-object-fit: contain;
       object-fit: contain;
    align-self: center;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-tel__body {
    display: contents;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-tel__number {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    color: #093d83;
    font-size: clamp(20px, 10vw, 40px);
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
  }
  .sp_nav.sp_nav--renew .sp_nav__footer .header-tel__hours {
    grid-column: 2;
    grid-row: 2;
    margin: 0 auto;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
  }
}

@media screen and (max-width: 950px) {
  body.sp-nav-open {
    overflow: hidden;
  }
}

.tit01 {
  background-image: url(../../../runrunrun/assets/images/common/ico_tit01.svg);
}

.tit02::before {
  background-image: url(../../../runrunrun/assets/images/common/ico_dog.svg);
}

.mv {
  margin-bottom: 154px;
}
@media screen and (max-width: 780px) {
  .mv {
    margin-bottom: 47px;
  }
}

.mv-img picture {
  display: block;
  line-height: 0;
}
.mv-img .mv-img__slide--pos-bottom img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (max-width: 950px) {
  .mv-img .mv-img__slide--pos-bottom img {
    -o-object-position: center;
       object-position: center;
  }
}

main {
  width: 1320px;
}

@media screen and (max-width: 950px) {
  main {
    margin-top: 80px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.mv .T1-time {
  left: auto;
  right: clamp(16px, 3vw, 40px);
  bottom: clamp(24px, 4vw, 40px);
  z-index: 5;
  width: auto;
  max-width: calc(100% - 32px);
}
.mv .T1-time .inner {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}
.mv .T1-time dl {
  justify-content: flex-start;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  border: none;
  background-color: #fff;
  padding: 14px 36px 12px 27px;
  gap: 0.75em;
}
@media screen and (max-width: 780px) {
  .mv .T1-time dl {
    padding: 25px 20px !important;
  }
}
.mv .T1-time dt {
  color: #333333;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.mv .T1-time dt::before {
  background-image: url(../../images/top/iconamoon_clock-light.svg);
}
.mv .T1-time dd {
  color: #333333;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .mv .T1-time {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
  }
  .mv .T1-time .inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .mv .T1-time dl {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: 0;
    white-space: nowrap;
  }
  .mv .T1-time dt,
  .mv .T1-time dd {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: clamp(11px, 4vw, 15px);
    line-height: 1;
  }
}

.page-header,
.contact-header {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  position: relative;
  background-color: #fff;
  padding: clamp(37px, 12vw, 211px) 20px clamp(39px, 10vw, 178px);
  border-bottom: none;
  box-sizing: border-box;
  margin-bottom: clamp(30px, 5vw, 60px);
}
.page-header::after,
.contact-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(1120px, 100% - 40px);
  height: 1px;
  background-color: #d0d5dd;
}
.page-header__inner,
.contact-header__inner {
  width: auto;
  max-width: calc(100% - 40px);
  height: auto;
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 12px;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
.page-header__inner::before,
.contact-header__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 1px;
  background-color: #333333;
  margin: 5px 0;
}
@media screen and (max-width: 780px) {
  .page-header__inner,
  .contact-header__inner {
    width: auto;
    max-width: 100%;
    gap: 15px;
  }
  .page-header__inner::before,
  .contact-header__inner::before {
    width: 18px;
  }
}
.page-header__title,
.contact-header__title {
  width: auto;
  max-width: 100%;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: #333333;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: center;
}
.page-header__sub,
.contact-header__sub {
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: 500;
  color: #093D83;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Manrope", sans-serif;
  position: relative;
  display: inline-block;
}

.page-header:has(+ .B1-news-list) {
  margin-bottom: clamp(37px, 8vw, 144px);
}

.B1-news-list {
  margin: 0 0 clamp(76px, 13vw, 232px);
  padding: 0 20px;
  box-sizing: border-box;
}
.B1-news-list__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.B1-news-list__filter-tit {
  margin: 0 0 clamp(24px, 4vw, 40px);
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
  color: #333333;
  line-height: 1.5;
}
.B1-news-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(25px, 6vw, 80px);
}
.B1-news-list__item {
  margin: 0;
  padding: 0;
}
.B1-news-list__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(16px, 8vw, 102px);
  width: 100%;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
}
.B1-news-list__link:hover .B1-news-list__thumb img {
  transform: scale(1.06);
}
.B1-news-list__link:hover .B1-news-list__arrow {
  transform: translateX(clamp(4px, 0.6vw, 8px));
}
.B1-news-list__thumb {
  flex: 0 0 413px;
  width: 413px;
  max-width: 413px;
  display: block;
  border: 1px solid #e3e8f1;
  border-radius: 2px;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 3/2;
  box-sizing: border-box;
}
.B1-news-list__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center center;
  transition: transform 0.35s ease;
}
.B1-news-list__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2px;
}
.B1-news-list__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 16px;
  width: 100%;
  margin-bottom: clamp(10px, 1.2vw, 23px);
}
@media screen and (max-width: 780px) {
  .B1-news-list__meta {
    justify-content: space-between;
  }
}
.B1-news-list__date {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(13px, 1.3vw, 18px);
  font-weight: 500;
  color: #828282;
  line-height: 1;
  white-space: nowrap;
}
.B1-news-list__cat a, .B1-news-list__cat > span {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #828282;
  border-radius: 2px;
  background: transparent;
  color: #828282;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}
.B1-news-list__cat a:hover {
  border-color: #093d83;
  color: #093d83;
}
.B1-news-list__title {
  display: block;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(13px, 1.6vw, 23px);
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
  overflow-wrap: anywhere;
  transition: color 0.2s ease;
}
.B1-news-list__title .new {
  margin-left: 0.35em;
  font-size: 0.85em;
  color: #093d83;
  font-weight: 700;
}
.B1-news-list__arrow {
  display: inline-block;
  width: clamp(26px, 5vw, 63px);
  height: 1px;
  margin-top: clamp(10px, 2vw, 34px);
  background: #333333;
  position: relative;
  transition: transform 0.25s ease;
}
.B1-news-list__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  transform: translateY(-50%) rotate(45deg);
}
.B1-news-list__empty {
  margin: 0;
  padding: 32px 16px;
  text-align: center;
  color: #666;
  border: 1px dashed #ccc;
  border-radius: 2px;
}
.B1-news-list__back {
  margin: clamp(40px, 6vw, 64px) 0 0;
  text-align: center;
}
.B1-news-list__back-link {
  display: inline-flex;
  width: auto;
  min-width: 280px;
  max-width: 100%;
  height: 56px;
  padding: 0 32px;
  justify-content: space-between;
  gap: 16px;
}
.B1-news-list__pagination,
.B1-news-list .news-list-pagination {
  max-width: 100%;
  margin: clamp(40px, 6vw, 64px) auto 0;
}
.B1-news-list__pagination .news-list-pagination__list,
.B1-news-list .news-list-pagination .news-list-pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.B1-news-list__pagination .news-list-pagination__list li,
.B1-news-list .news-list-pagination .news-list-pagination__list li {
  margin: 0;
}
.B1-news-list__pagination .news-list-pagination__list > li.page-numbers,
.B1-news-list .news-list-pagination .news-list-pagination__list > li.page-numbers {
  display: list-item !important;
}
.B1-news-list__pagination .news-list-pagination__list .page-numbers a,
.B1-news-list__pagination .news-list-pagination__list .page-numbers.current a,
.B1-news-list__pagination .news-list-pagination__list .page-numbers span,
.B1-news-list .news-list-pagination .news-list-pagination__list .page-numbers a,
.B1-news-list .news-list-pagination .news-list-pagination__list .page-numbers.current a,
.B1-news-list .news-list-pagination .news-list-pagination__list .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #828282;
  border-radius: 2px;
  background: #fff;
  color: #333333;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.B1-news-list__pagination .news-list-pagination__list .page-numbers.current a,
.B1-news-list .news-list-pagination .news-list-pagination__list .page-numbers.current a {
  background: #093d83 !important;
  border-color: #093d83 !important;
  color: #fff !important;
  font-weight: 600;
}
.B1-news-list__pagination .news-list-pagination__list .page-numbers.current a:hover,
.B1-news-list .news-list-pagination .news-list-pagination__list .page-numbers.current a:hover {
  background: #093d83 !important;
  border-color: #093d83 !important;
  color: #fff !important;
}
.B1-news-list__pagination .news-list-pagination__list .page-numbers:not(.current) a:hover,
.B1-news-list .news-list-pagination .news-list-pagination__list .page-numbers:not(.current) a:hover {
  border-color: #093d83;
  color: #093d83;
}
.B1-news-list__pagination .news-list-pagination__list .page-numbers.dots span,
.B1-news-list .news-list-pagination .news-list-pagination__list .page-numbers.dots span {
  border: none;
  background: transparent;
  min-width: auto;
  padding: 0 4px;
  color: #808080;
}
.B1-news-list__pagination .news-list-pagination__list .arrow a,
.B1-news-list__pagination .news-list-pagination__list .arrow span,
.B1-news-list .news-list-pagination .news-list-pagination__list .arrow a,
.B1-news-list .news-list-pagination .news-list-pagination__list .arrow span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #828282;
  border-radius: 2px;
  background: #fff !important;
  color: transparent !important;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.B1-news-list__pagination .news-list-pagination__list .arrow a::before,
.B1-news-list__pagination .news-list-pagination__list .arrow span::before,
.B1-news-list .news-list-pagination .news-list-pagination__list .arrow a::before,
.B1-news-list .news-list-pagination .news-list-pagination__list .arrow span::before {
  display: none !important;
  content: none !important;
}
.B1-news-list__pagination .news-list-pagination__list .arrow a::after,
.B1-news-list__pagination .news-list-pagination__list .arrow span::after,
.B1-news-list .news-list-pagination .news-list-pagination__list .arrow a::after,
.B1-news-list .news-list-pagination .news-list-pagination__list .arrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  border-right: 2px solid #333333;
  border-top: 2px solid #333333;
  transform: translate(-50%, -50%) rotate(-135deg);
  font-family: none;
  color: transparent;
}
.B1-news-list__pagination .news-list-pagination__list .next.arrow a::after,
.B1-news-list__pagination .news-list-pagination__list .next.arrow span::after,
.B1-news-list .news-list-pagination .news-list-pagination__list .next.arrow a::after,
.B1-news-list .news-list-pagination .news-list-pagination__list .next.arrow span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.B1-news-list__pagination .news-list-pagination__list .arrow a:hover,
.B1-news-list .news-list-pagination .news-list-pagination__list .arrow a:hover {
  background: #d9d5cd !important;
  border-color: #828282;
}
.B1-news-list__pagination .news-list-pagination__list .inactive a,
.B1-news-list__pagination .news-list-pagination__list .inactive span,
.B1-news-list .news-list-pagination .news-list-pagination__list .inactive a,
.B1-news-list .news-list-pagination .news-list-pagination__list .inactive span {
  opacity: 0.35;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 780px) {
  .B1-news-list {
    padding: 0 clamp(16px, 4vw, 20px);
  }
  .B1-news-list__items {
    gap: clamp(25px, 7vw, 50px);
  }
  .B1-news-list__link {
    align-items: center;
    gap: clamp(12px, 4vw, 20px);
  }
  .B1-news-list__thumb {
    flex: 1 1 0;
    width: auto;
    max-width: none;
    min-width: 0;
    aspect-ratio: 3/2;
  }
  .B1-news-list__body {
    flex: 1 1 0;
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .B1-news-list__meta {
    flex-direction: row;
    align-items: center;
  }
  .B1-news-list__back-link {
    min-width: 0;
    width: 100%;
    max-width: 279px;
  }
  .B1-news-list__pagination .news-list-pagination__list .page-numbers a,
  .B1-news-list__pagination .news-list-pagination__list .page-numbers.current a,
  .B1-news-list__pagination .news-list-pagination__list .page-numbers span,
  .B1-news-list__pagination .news-list-pagination__list .arrow a,
  .B1-news-list__pagination .news-list-pagination__list .arrow span,
  .B1-news-list .news-list-pagination .news-list-pagination__list .page-numbers a,
  .B1-news-list .news-list-pagination .news-list-pagination__list .page-numbers.current a,
  .B1-news-list .news-list-pagination .news-list-pagination__list .page-numbers span,
  .B1-news-list .news-list-pagination .news-list-pagination__list .arrow a,
  .B1-news-list .news-list-pagination .news-list-pagination__list .arrow span {
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .B1-news-list__thumb {
    flex: 2 2 0;
  }
  .B1-news-list__body {
    flex: 3 3 0;
  }
}

.B1-news-single.B1-news-single--renew {
  margin: 0 !important;
  padding: clamp(32px, 5vw, 164px) clamp(16px, 4vw, 40px) clamp(110px, 11vw, 200px) !important;
  background-color: #fff;
  box-sizing: border-box;
  display: block !important;
  width: 100%;
  max-width: none;
}

.B1-news-single.B1-news-single--renew .B1-news-single__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.B1-news-single.B1-news-single--renew .B1-news-single__article {
  margin: 0 auto;
  width: 100%;
}

.B1-news-single.B1-news-single--renew .B1-news-single__header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto clamp(20px, 3vw, 36px);
}

.B1-news-single.B1-news-single--renew .B1-news-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(14px, 2vw, 20px);
  margin: 0 0 clamp(2px, 1.5vw, 14px);
}

.B1-news-single.B1-news-single--renew .B1-news-single__date {
  display: block;
  margin: 0;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(15px, 2vw, 25px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #828282;
  white-space: nowrap;
}

.B1-news-single.B1-news-single--renew .B1-news-single__cat > span {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #828282;
  border-radius: 2px;
  background: transparent;
  color: #828282;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(10px, 1.2vw, 12px);
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.B1-news-single.B1-news-single--renew .B1-news-single__title {
  margin: 0;
  padding: 0;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(20px, 3.2vw, 35px);
  font-weight: 500;
  line-height: 1.7;
  color: #333333;
  background: none;
}

.B1-news-single.B1-news-single--renew .B1-news-single__thumb {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto clamp(40px, 6vw, 96px);
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}

.B1-news-single.B1-news-single--renew .B1-news-single__thumb-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.B1-news-single.B1-news-single--renew .B1-news-single__body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 500;
  line-height: 1.7;
  color: #333333;
}

.B1-news-single.B1-news-single--renew .B1-news-single__body > :first-child {
  margin-top: 0;
}

.B1-news-single.B1-news-single--renew .B1-news-single__body p,
.B1-news-single.B1-news-single--renew .B1-news-single__body ul,
.B1-news-single.B1-news-single--renew .B1-news-single__body ol,
.B1-news-single.B1-news-single--renew .B1-news-single__body dl,
.B1-news-single.B1-news-single--renew .B1-news-single__body blockquote,
.B1-news-single.B1-news-single--renew .B1-news-single__body pre,
.B1-news-single.B1-news-single--renew .B1-news-single__body table,
.B1-news-single.B1-news-single--renew .B1-news-single__body figure {
  margin: 0 0 1.2em;
}

.B1-news-single.B1-news-single--renew .B1-news-single__body ul,
.B1-news-single.B1-news-single--renew .B1-news-single__body ol {
  padding-left: 1.5em;
}

.B1-news-single.B1-news-single--renew .B1-news-single__body li {
  margin-bottom: 0.35em;
}

.B1-news-single.B1-news-single--renew .B1-news-single__body a {
  color: #093d83;
  text-decoration: underline;
}
.B1-news-single.B1-news-single--renew .B1-news-single__body a:hover {
  opacity: 0.85;
}

.B1-news-single.B1-news-single--renew .B1-news-single__body img,
.B1-news-single.B1-news-single--renew .B1-news-single__body figure img,
.B1-news-single.B1-news-single--renew .B1-news-single__body .wp-block-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: clamp(16px, 2.5vw, 28px) auto;
}

.B1-news-single.B1-news-single--renew .B1-news-single__body .wp-block-image {
  max-width: 100%;
  margin: clamp(16px, 2.5vw, 28px) auto;
}
.B1-news-single.B1-news-single--renew .B1-news-single__body .wp-block-image figcaption {
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #666;
}

.B1-news-single.B1-news-single--renew .B1-news-single__body h2,
.B1-news-single.B1-news-single--renew .B1-news-single__body h3,
.B1-news-single.B1-news-single--renew .B1-news-single__body h4 {
  margin: 1.6em 0 0.8em;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
}

.B1-news-single.B1-news-single--renew .B1-news-single__body h2 {
  font-size: clamp(18px, 2.2vw, 24px);
}

.B1-news-single.B1-news-single--renew .B1-news-single__body h3 {
  font-size: clamp(16px, 2vw, 20px);
}

.B1-news-single.B1-news-single--renew .B1-news-single__back {
  width: 100%;
  max-width: 1280px;
  margin: clamp(45px, 12vw, 184px) auto 0;
  padding: clamp(65px, 7vw, 120px) 0 0;
  border-top: 1px solid #828282;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.B1-news-single.B1-news-single--renew .B1-news-single__back-link {
  box-sizing: border-box;
  width: 350px;
  height: 60px;
  min-width: 350px;
  max-width: 350px;
  padding: 0 40px;
}
@media screen and (max-width: 780px) {
  .B1-news-single.B1-news-single--renew .B1-news-single__back-link {
    width: 279px;
    height: 56px;
    min-width: 279px;
    max-width: 279px;
    padding: 0 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
.B1-news-single.B1-news-single--renew .B1-news-single__back-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #828282;
  border-radius: 2px;
  background: #fff;
  color: #333333;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.B1-news-single.B1-news-single--renew .B1-news-single__back-link:hover {
  background-color: #d9d5cd;
  border-color: transparent;
  color: #333333 !important;
  opacity: 1 !important;
}
.B1-news-single.B1-news-single--renew .B1-news-single__back-link:focus-visible {
  outline: 2px solid #093d83;
  outline-offset: 2px;
}
.B1-news-single.B1-news-single--renew .B1-news-single__back-link {
  display: inline-flex !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: space-between;
  gap: 16px;
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 500;
  float: none !important;
  width: 350px !important;
  max-width: 350px !important;
}
.B1-news-single.B1-news-single--renew .B1-news-single__back-link .btn-outline__arrow {
  display: block;
  width: 2.5em;
  height: 1px;
  background: currentColor;
  position: relative;
  flex-shrink: 0;
}
.B1-news-single.B1-news-single--renew .B1-news-single__back-link .btn-outline__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 780px) {
  .B1-news-single.B1-news-single--renew .B1-news-single__back-link {
    width: 279px !important;
    min-width: 0 !important;
    max-width: 279px !important;
    font-size: 16px;
  }
}
body.single-post .news-child,
body.single .news-child {
  display: none !important;
}

.page-header:has(+ .page-guide-hero)::after {
  display: none;
}

.page-guide-intro {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.page-guide-intro .page-header {
  flex-shrink: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 781px) {
  .page-guide-intro {
    min-height: auto;
    min-height: unset;
  }
}
@media screen and (max-width: 780px) {
  .page-guide-intro {
    min-height: calc(100svh - 80px);
    min-height: calc(100dvh - 80px);
  }
}

.page-guide-intro .page-header + .page-guide-hero {
  margin-top: 0;
}

.page-guide-hero {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-bottom: 73px;
  box-sizing: border-box;
}
@media screen and (min-width: 781px) {
  .page-guide-hero {
    flex: 0 0 auto;
    display: block;
    min-height: 0;
  }
  .page-guide-hero__inner {
    display: block;
    position: static;
    width: 100%;
    max-width: min(1600px, 100%);
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    aspect-ratio: 1.7;
  }
  .page-guide-hero__inner img {
    display: block;
    position: static;
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media screen and (max-width: 780px) {
  .page-guide-hero {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    margin-bottom: 0;
  }
  .page-guide-hero__inner {
    position: relative;
    flex: 1 1 auto;
    align-self: stretch;
    width: 100%;
    max-width: none;
    min-height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .page-guide-hero__inner img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}

.A1-concept.A1-concept--renew {
  --A1-concept-tit-gap: 46px;
  position: relative;
  padding: clamp(0px, 6vw, 80px) 0 clamp(59px, 12vw, 214px);
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 780px) {
  .A1-concept.A1-concept--renew {
    padding-top: 0;
  }
}
.A1-concept.A1-concept--renew::before {
  display: none;
  content: none;
}
.A1-concept.A1-concept--renew .inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.A1-concept.A1-concept--renew .B1-dog-tit.A1-concept__tit {
  margin: 0 0;
  padding: 0;
  text-align: center;
}
.A1-concept.A1-concept--renew .B1-dog-tit.A1-concept__tit h2 {
  margin: 0 0 clamp(23px, 3vw, 46px);
  padding: 0;
  background: none !important;
  background-image: none !important;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .A1-concept.A1-concept--renew .B1-dog-tit.A1-concept__tit h2 {
    margin: 73px 0 clamp(23px, 3vw, 46px);
  }
}
.A1-concept.A1-concept--renew .B1-dog-tit.A1-concept__tit h2 span {
  display: block;
  margin-top: 5px;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #093d83;
  text-transform: uppercase;
}
.A1-concept.A1-concept--renew .A1-concept__lead {
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
}
.A1-concept.A1-concept--renew .A1-concept__lead p {
  margin: 0;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 500;
  line-height: 1.8;
  color: #333333;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 780px) {
  .A1-concept.A1-concept--renew .A1-concept__lead p {
    text-align: left;
  }
}

.A1-fac {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  padding: 0 0 clamp(84px, 12vw, 200px);
}

.A1-fac__inner {
  width: min(1600px, 100% - clamp(32px, 6vw, 80px));
  margin: 0 auto;
}

.A1-fac .tit01 {
  margin-bottom: clamp(26px, 4vw, 65px);
  padding-bottom: 0;
  background: none;
  background-image: none;
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.A1-fac .tit01 span {
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #093D83;
  line-height: 1;
}

.A1-fac ul,
.A1-fac__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: unset;
}

.A1-fac ul li,
.A1-fac__item {
  width: auto;
  max-width: none;
  min-width: 0;
}

.A1-fac__item {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.A1-fac__img {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 2px;
}
.A1-fac__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.A1-fac__title {
  margin: clamp(16px, 1.6vw, 23px) 0 0;
  font-size: clamp(16px, 2.35vw, 25px);
  font-weight: 500;
  line-height: 1;
  color: #333333;
}

.A1-fac__text {
  margin: clamp(10px, 1.2vw, 17px) 0 0;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 2;
  color: #333333;
}

@media screen and (max-width: 860px) {
  .A1-fac ul,
  .A1-fac__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .A1-fac ul li,
  .A1-fac__item {
    width: 100%;
  }
  .A1-fac__item + .A1-fac__item {
    margin-top: clamp(30px, 5vw, 40px);
  }
}
.A1-fac-sub {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: clamp(60px, 8vw, 120px);
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .A1-fac-sub {
    margin-bottom: 20px;
  }
}

.A1-fac-sub__row {
  padding: clamp(80px, 8vw, 120px) 0;
}
.A1-fac-sub__row + .A1-fac-sub__row {
  padding-top: 0;
}

.A1-fac-sub__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  width: 100%;
  box-sizing: border-box;
}

.A1-fac-sub__copy {
  flex: 0 0 auto;
  width: clamp(320px, 32vw, 460px);
  min-width: clamp(320px, 32vw, 460px);
  max-width: 560px;
  padding-left: clamp(32px, 6vw, 80px);
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .A1-fac-sub__copy {
    max-width: none;
  }
}

.A1-fac-sub__head {
  margin: 0 0 clamp(10px, 2.4vw, 16px);
}

.A1-fac-sub__title {
  margin: 0;
  padding: 0 0 clamp(19px, 1.2vw, 20px);
  border-bottom: 1px solid #333;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 2.6vw, 25px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 780px) {
  .A1-fac-sub__title {
    border-bottom: 1px solid #333;
  }
}

.A1-fac-sub__body {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: #333333;
}
.A1-fac-sub__body p {
  margin: 0 clamp(40px, 4vw, 56px) 0 0;
  font-weight: 400;
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 2;
  letter-spacing: 0;
  color: #333333;
}
@media screen and (max-width: 780px) {
  .A1-fac-sub__body p {
    margin: 0;
    line-height: 1.8;
    text-align: left;
  }
}
.A1-fac-sub__body p + p {
  margin-top: 1em;
}

.A1-fac-sub__instagram {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #333333;
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  .A1-fac-sub__instagram {
    margin-top: 23px;
    font-size: 18px;
  }
}
.A1-fac-sub__instagram img {
  display: block;
  width: clamp(28px, 2.5vw, 44px);
  height: clamp(28px, 2.5vw, 44px);
}
.A1-fac-sub__instagram:hover {
  opacity: 0.8;
}

.A1-fac-sub__photos {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(8px, 2.5vw, 30px);
  justify-content: flex-end;
  margin: 0;
  position: relative;
  right: calc(50% - 50vw);
}

.A1-fac-sub__photo {
  margin: 0;
  overflow: hidden;
  flex: 0 1 auto;
  min-width: 0;
}
.A1-fac-sub__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.A1-fac-sub__photos--duo {
  max-width: calc(1364px + clamp(8px, 2.5vw, 30px));
}

.A1-fac-sub__photos--duo .A1-fac-sub__photo {
  flex: 1 1 0;
  min-width: 0;
  max-width: 682px;
  aspect-ratio: 16/10;
}

.A1-fac-sub__photos--kitchen {
  max-width: calc(1364px + clamp(8px, 2.5vw, 30px));
}

.A1-fac-sub__photos--kitchen .A1-fac-sub__photo {
  flex: 1 1 0;
  min-width: 0;
  max-width: 679px;
  aspect-ratio: 16/10;
}

.A1-fac-sub__photos--trio {
  max-width: calc(1364px + clamp(8px, 2.5vw, 30px));
}

.A1-fac-sub__photos--trio .A1-fac-sub__photo {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc((1364px - clamp(8px, 2.5vw, 30px)) / 3);
  aspect-ratio: 8/7;
}

.A1-fac-sub__row--reverse .A1-fac-sub__inner {
  flex-direction: row-reverse;
}
.A1-fac-sub__row--reverse .A1-fac-sub__copy {
  padding-left: 0;
  padding-right: clamp(32px, 6vw, 80px);
}
.A1-fac-sub__row--reverse .A1-fac-sub__photos {
  justify-content: flex-start;
  right: auto;
  left: calc(50% - 50vw);
}
.A1-fac-sub__row--reverse .A1-fac-sub__title {
  padding: 0 0 clamp(19px, 1.2vw, 20px) clamp(40px, 4vw, 56px);
}
@media screen and (max-width: 780px) {
  .A1-fac-sub__row--reverse .A1-fac-sub__title {
    padding: 0 0 29px 0;
  }
}
.A1-fac-sub__row--reverse .A1-fac-sub__body p {
  margin: 0 0 0 clamp(40px, 4vw, 56px);
}
@media screen and (max-width: 780px) {
  .A1-fac-sub__row--reverse .A1-fac-sub__body p {
    margin: 0;
    text-align: left;
  }
}

.A1-fac-sub-menu {
  padding: clamp(28px, 4vw, 44px) 0 0;
}

.A1-fac-sub-menu__inner {
  width: min(1600px, 100% - clamp(32px, 6vw, 80px));
  margin: 0 auto;
  box-sizing: border-box;
}

.A1-fac-sub-menu__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 clamp(16px, 2vw, 22px);
  color: #093d83;
  font-size: clamp(18px, 2.2vw, 25px);
  font-weight: 500;
}
.A1-fac-sub-menu__title::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #093d83;
  transform: translateY(0.1em);
}

.A1-fac-sub-menu__layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 44px);
}

.A1-fac-sub-menu__text {
  flex: 1 1 auto;
  min-width: 0;
}

.A1-fac-sub-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 26px) clamp(18px, 2.2vw, 30px);
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.A1-fac-sub-menu__grid h5 {
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 500;
  line-height: 2;
  color: #333333;
}
.A1-fac-sub-menu__grid p {
  margin: 0;
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.6;
  color: #333333;
}

.A1-fac-sub-menu__drink {
  display: flex;
  align-items: baseline;
  gap: clamp(10px, 1.2vw, 19px);
}

.A1-fac-sub-menu__drink-title {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 25px);
  font-weight: 500;
  color: #093d83;
}

.A1-fac-sub-menu__drink-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: #333333;
  white-space: nowrap;
}

.A1-fac-sub-menu__photos {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 187px));
  gap: 10px;
}

.A1-fac-sub-menu__photo {
  margin: 0;
}

.A1-fac-sub-menu__photo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f2f2f2;
}

.A1-fac-sub-menu__photo figcaption {
  margin-top: 8px;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 1.3;
  color: #333333;
  text-align: left;
  font-weight: 500;
}

@media screen and (max-width: 780px) {
  .A1-fac-sub {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .A1-fac-sub__row {
    padding: 57px 0 80px;
  }
  .A1-fac-sub__inner,
  .A1-fac-sub__row--reverse .A1-fac-sub__inner {
    flex-direction: column;
    gap: 29px;
    align-items: center;
  }
  .A1-fac-sub__copy,
  .A1-fac-sub__row--reverse .A1-fac-sub__copy {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .A1-fac-sub__head {
    margin-bottom: 0;
  }
  .A1-fac-sub__title {
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    padding-bottom: 29px;
  }
  .A1-fac-sub__body {
    font-size: 14px;
    line-height: 1.9;
  }
  .A1-fac-sub__photos,
  .A1-fac-sub__row--reverse .A1-fac-sub__photos {
    position: static;
    left: auto;
    right: auto;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0;
    padding: 0 clamp(20px, 5vw, 32px);
    gap: 5px;
    box-sizing: border-box;
  }
  .A1-fac-sub__photos--duo .A1-fac-sub__photo,
  .A1-fac-sub__photos--kitchen .A1-fac-sub__photo,
  .A1-fac-sub__photos--trio .A1-fac-sub__photo {
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
  }
  .A1-fac-sub__photo {
    width: 100%;
  }
  .A1-fac-sub__photo img {
    height: auto;
  }
  .A1-fac-sub-menu__layout {
    flex-direction: column;
    gap: clamp(16px, 4vw, 24px);
  }
  .A1-fac-sub-menu__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .A1-fac-sub-menu__drink {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .A1-fac-sub-menu__drink-text {
    white-space: normal;
  }
  .A1-fac-sub-menu__photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .A1-fac-sub-menu__photo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.A1-about {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0 !important;
  background-color: #E3E8F1;
  padding: clamp(72px, 8vw, 152px) 0 clamp(85px, 9vw, 167px);
}
.A1-about .tit01 {
  margin-bottom: clamp(26px, 4vw, 65px);
  padding-bottom: 0;
  background: none;
  background-image: none;
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.A1-about .tit01 span {
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #093D83;
  line-height: 1;
}
.A1-about .inner {
  width: min(960px, 100% - clamp(32px, 6vw, 80px));
  margin: 0 auto;
}
.A1-about .dl01 dl {
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 3vw, 32px);
  padding: clamp(18px, 2.4vw, 28px) 0;
  border-bottom: 1px solid #ffffff;
}
.A1-about .dl01 > dl::before {
  content: none !important;
  display: none !important;
}
.A1-about .dl01 dt {
  flex: 0 0 clamp(88px, 12vw, 112px);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 20px;
}
@media screen and (max-width: 780px) {
  .A1-about .dl01 dt {
    font-size: 15px;
  }
}
.A1-about .dl01 dd {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 780px) {
  .A1-about .dl01 dd {
    font-size: 15px;
  }
}
.A1-about .dl01 dd a {
  color: inherit;
  text-decoration: none;
}
.A1-about .dl01 dd span {
  font-size: 12px;
}
@media screen and (max-width: 780px) {
  .A1-about .dl01 dl {
    gap: clamp(18px, 3vw, 32px);
    padding: 20px 0;
    flex-wrap: nowrap;
  }
  .A1-about .dl01 > dl > dt,
  .A1-about .dl01 > dl > dd {
    width: auto;
  }
  .A1-about .dl01 dt {
    font-size: inherit;
    color: inherit;
  }
  .A1-about .dl01 dd {
    font-size: inherit;
  }
}

.A1-area.A1-area--renew {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.A1-area.A1-area--renew::before, .A1-area.A1-area--renew::after {
  display: none;
  content: none;
}
.A1-area.A1-area--renew .inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.A1-area.A1-area--renew .T1-price-tit {
  margin: 0 0 clamp(17px, 4vw, 71px);
  padding: clamp(73px, 5vw, 85px) 0 0;
  border: 0;
  border-top: 1px solid #828282;
}
.A1-area.A1-area--renew .T1-price-tit h2 {
  margin: 0;
  padding: 0;
  background: none !important;
  background-image: none !important;
  text-align: left;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.A1-area.A1-area--renew .T1-price-tit h2 span {
  display: block;
  margin: 5px 0 0;
  color: #093d83;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.A1-area.A1-area--renew .A1-area-map {
  margin: 0 0 clamp(64px, 8vw, 140px);
}
.A1-area.A1-area--renew .A1-area-map img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.A1-area-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(40px, 7vw, 50px) 0;
  box-sizing: border-box;
  background-color: #E3E8F1;
}
.A1-area-wrap:first-of-type:not(:last-of-type) {
  background: linear-gradient(to bottom, transparent 126px, #E3E8F1 126px);
}
.A1-area-wrap:last-of-type:not(:first-of-type) {
  background: linear-gradient(to bottom, #E3E8F1 calc(100% - 126px), transparent calc(100% - 126px));
}
.A1-area-wrap:first-of-type:last-of-type {
  background: linear-gradient(to bottom, transparent 126px, #E3E8F1 126px, #E3E8F1 calc(100% - 126px), transparent calc(100% - 126px));
}
.A1-area-wrap {
  margin-bottom: 0 !important;
  display: block;
  gap: 0;
  flex-wrap: nowrap;
  align-items: stretch;
}
.A1-area-wrap .txts::before,
.A1-area-wrap .imgs {
  display: none;
}

.A1-area-wrap__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.A1-area-wrap__layout {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(50px, 5.5vw, 103px);
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
  .A1-area-wrap__layout {
    align-items: flex-start;
  }
}
.A1-area-wrap__left {
  flex: 0 0 auto;
  width: clamp(320px, 32vw, 460px);
  min-width: clamp(320px, 32vw, 460px);
  max-width: 560px;
  padding-left: clamp(32px, 6vw, 80px);
  box-sizing: border-box;
}

.A1-area-wrap__copy {
  margin-bottom: clamp(20px, 3vw, 36px);
}

.A1-area-wrap__title {
  margin: 0;
  padding: 0 0 clamp(19px, 1.2vw, 20px);
  border-bottom: 1px solid #333;
  text-align: left;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 2.6vw, 25px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #333333;
}
.A1-area-wrap__title small {
  display: inline;
  font-size: 0.85em;
  font-weight: inherit;
}

.A1-area-wrap__text {
  font-size: clamp(14px, 1.2vw, 15px);
  line-height: 2;
  color: #333333;
}
.A1-area-wrap__text p {
  margin: 26px 0 0;
  font-weight: 400;
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 2;
  letter-spacing: 0;
  color: #333333;
}
.A1-area-wrap__text p + p {
  margin-top: 1em;
}

.A1-area-wrap__right {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 1038px;
  width: auto;
  margin: 0;
  position: relative;
  right: calc(50% - 50vw);
}

.A1-area-wrap__main,
.A1-area-wrap__thumb {
  margin-left: 0;
  margin-right: 0;
}

.A1-area-wrap__main {
  width: 100%;
  max-width: 1038px;
  margin: 0 0 clamp(8px, 1.2vw, 12px);
  aspect-ratio: 16/10;
  overflow: hidden;
}
.A1-area-wrap__main img {
  display: block;
  width: 100%;
  min-width: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.A1-area-wrap__subs {
  margin-top: clamp(12px, 4vw, 72px);
}

.A1-area-wrap__subs-inner {
  width: min(1600px, 100% - clamp(32px, 6vw, 80px));
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(12px, 4vw, 72px);
  min-width: 0;
}

.A1-area-wrap__subs-row {
  flex: 994 1 0;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(12px, 2vw, 30px);
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: calc(994px + clamp(12px, 2vw, 30px));
}

.A1-area-wrap__subs-row--trio {
  flex: 1491 1 0;
  max-width: calc(1491px + clamp(12px, 2vw, 30px) + clamp(12px, 2vw, 30px));
}

.A1-area-wrap__thumb {
  overflow: hidden;
  margin: 0;
}
.A1-area-wrap__thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.A1-area-wrap__thumb.is-portrait {
  flex: 497 1 0;
  min-width: 0;
  width: auto;
  max-width: 497px;
  margin-top: max(-128px, -9vw);
  aspect-ratio: 4/3;
}
.A1-area-wrap__thumb.is-landscape {
  flex: 1 1 0;
  min-width: 0;
  max-width: 497px;
  aspect-ratio: 16/10;
}

@media screen and (min-width: 781px) {
  .A1-area-wrap--private .A1-area-wrap__thumb.is-portrait {
    margin-top: max(-210px, -15vw);
  }
}
.A1-area-wrap.reverse .A1-area-wrap__layout {
  flex-direction: row-reverse;
}
.A1-area-wrap.reverse .A1-area-wrap__left {
  padding-left: 0;
  padding-right: clamp(32px, 6vw, 80px);
}
.A1-area-wrap.reverse .A1-area-wrap__right {
  right: auto;
  left: calc(50% - 50vw);
}
.A1-area-wrap.reverse .A1-area-wrap__subs-inner {
  flex-direction: row-reverse;
}

@media screen and (max-width: 780px) {
  .A1-area-wrap,
  .A1-area-wrap:first-of-type:not(:last-of-type),
  .A1-area-wrap:last-of-type:not(:first-of-type),
  .A1-area-wrap:first-of-type:last-of-type {
    background: #E3E8F1;
  }
  .A1-area-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .A1-area-wrap:first-of-type {
    padding-top: 80px;
  }
  .A1-area-wrap:last-of-type {
    padding-bottom: 80px;
  }
  .A1-area-wrap__inner {
    width: min(1600px, 100% - clamp(32px, 6vw, 80px));
    margin: 0 auto;
    padding: 0;
  }
  .A1-area-wrap.reverse .A1-area-wrap__inner {
    padding: 0;
  }
  .A1-area-wrap__left,
  .A1-area-wrap__right,
  .A1-area-wrap__copy {
    display: contents;
  }
  .A1-area-wrap__layout {
    display: grid;
    grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
    -moz-column-gap: clamp(4px, 1.2vw, 8px);
         column-gap: clamp(4px, 1.2vw, 8px);
    row-gap: clamp(16px, 4vw, 24px);
  }
  .A1-area-wrap__title {
    order: 1;
    grid-column: 1/-1;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .A1-area-wrap--small .A1-area-wrap__title,
  .A1-area-wrap--medium .A1-area-wrap__title,
  .A1-area-wrap--private .A1-area-wrap__title {
    margin-top: 80px;
  }
  .A1-area-wrap__main {
    order: 2;
    grid-column: 1/-1;
    max-width: none;
    width: 100%;
  }
  .A1-area-wrap__text {
    order: 3;
    grid-column: 1/-1;
    font-size: 14px;
    line-height: 1.9;
  }
  .A1-area-wrap__text p {
    margin: 0;
    line-height: 1.8;
    text-align: left;
  }
  .A1-area-wrap__thumb.is-portrait {
    max-width: none;
  }
  .A1-area-wrap__subs-inner {
    width: 100%;
    display: grid;
    gap: 5px;
  }
  .A1-area-wrap__subs-row {
    display: contents;
    max-width: none;
    width: auto;
  }
  .A1-area-wrap__subs-inner:not(.A1-area-wrap__subs-inner--quad) {
    grid-template-columns: minmax(0, 50%) minmax(0, 1fr);
    grid-template-rows: repeat(2, auto);
    align-items: stretch;
  }
  .A1-area-wrap__subs-inner:not(.A1-area-wrap__subs-inner--quad) .A1-area-wrap__thumb.is-portrait {
    grid-column: 1;
    grid-row: 1/-1;
    flex: none;
    width: 100%;
    max-width: none;
    margin-top: 0;
    aspect-ratio: auto;
    min-height: 0;
    align-self: stretch;
  }
  .A1-area-wrap__subs-inner:not(.A1-area-wrap__subs-inner--quad) .A1-area-wrap__thumb.is-portrait img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .A1-area-wrap__subs-inner:not(.A1-area-wrap__subs-inner--quad) .A1-area-wrap__thumb.is-landscape {
    max-width: none;
    width: 100%;
    aspect-ratio: 16/10;
  }
  .A1-area-wrap__subs-inner:not(.A1-area-wrap__subs-inner--quad) .A1-area-wrap__subs-row .A1-area-wrap__thumb.is-landscape:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }
  .A1-area-wrap__subs-inner:not(.A1-area-wrap__subs-inner--quad) .A1-area-wrap__subs-row .A1-area-wrap__thumb.is-landscape:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
  }
  .A1-area-wrap__subs-inner--quad {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
    align-items: stretch;
  }
  .A1-area-wrap__subs-inner--quad .A1-area-wrap__thumb {
    width: 100%;
    max-width: none;
    margin-top: 0;
    flex: none;
    align-self: auto;
    aspect-ratio: 16/10;
  }
  .A1-area-wrap__subs-inner--quad .A1-area-wrap__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .A1-area-wrap__subs-inner--quad .A1-area-wrap__thumb.is-portrait {
    grid-column: 1;
    grid-row: 1;
  }
  .A1-area-wrap__subs-inner--quad .A1-area-wrap__subs-row .A1-area-wrap__thumb.is-landscape:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }
  .A1-area-wrap__subs-inner--quad .A1-area-wrap__subs-row .A1-area-wrap__thumb.is-landscape:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .A1-area-wrap__subs-inner--quad .A1-area-wrap__subs-row .A1-area-wrap__thumb.is-landscape:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .A1-area-wrap--micro .A1-area-wrap__thumb.is-portrait img,
  .A1-area-wrap--private .A1-area-wrap__thumb.is-portrait img {
    -o-object-position: left center;
       object-position: left center;
  }
  .A1-area-wrap__left,
  .A1-area-wrap.reverse .A1-area-wrap__left {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
  .A1-area-wrap__right,
  .A1-area-wrap.reverse .A1-area-wrap__right {
    margin: 0;
    width: auto;
    position: static;
    left: auto;
    right: auto;
  }
}
.T1-price.T1-price--renew {
  width: 100% !important;
  max-width: 100%;
  padding: 0 !important;
  background: #fff;
  overflow-x: clip;
  box-sizing: border-box;
  color: #333333;
}
.T1-price.T1-price--renew .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 40px) 0;
  box-sizing: border-box;
}
.T1-price.T1-price--renew .T1-price-tit {
  margin: 0 0 clamp(34px, 4vw, 77px);
  padding: clamp(53px, 4vw, 77px) 0 0;
  border: 0;
  border-top: 1px solid #828282;
}
.T1-price.T1-price--renew .T1-price-tit h2 {
  margin: 0;
  padding: 0;
  background: none !important;
  text-align: left;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.T1-price.T1-price--renew .T1-price-tit h2 span {
  display: block;
  margin: 5px 0 0;
  color: #093d83;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.T1-price.T1-price--renew .T1-price-content {
  width: 100%;
  min-width: 0;
}
.T1-price.T1-price--renew .T1-price-table__cell-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
}
.T1-price.T1-price--renew .T1-price-bar {
  margin: clamp(16px, 4vw, 60px) 0 0;
  padding: 14px 16px;
  text-align: center;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
}
.T1-price.T1-price--renew .T1-price-bar--category {
  background: #333333;
}
.T1-price.T1-price--renew .T1-price-bar--weekday {
  background: #c0b7a9;
}
.T1-price.T1-price--renew .T1-price-bar--weekend {
  background: #828282;
}
.T1-price.T1-price--renew .T1-price-table--pc {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 clamp(28px, 4vw, 36px);
  background: #fff;
  table-layout: fixed;
}
@media screen and (max-width: 780px) {
  .T1-price.T1-price--renew .T1-price-table--pc {
    display: none;
  }
}
.T1-price.T1-price--renew .T1-price-table--pc {
  border: none;
}
.T1-price.T1-price--renew .T1-price-table--pc thead th {
  border: none;
  border-right: 1px solid #ffffff;
}
.T1-price.T1-price--renew .T1-price-table--pc thead th:last-child {
  border-right: none;
}
.T1-price.T1-price--renew .T1-price-table--pc tbody td {
  border: none;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.T1-price.T1-price--renew .T1-price-table--pc tbody td:last-child {
  border-right: none;
}
.T1-price.T1-price--renew .T1-price-table--pc tbody tr:last-child td {
  border-bottom: none;
}
.T1-price.T1-price--renew .T1-price-table--pc thead th {
  padding: 14px 12px;
  text-align: center;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  vertical-align: middle;
}
.T1-price.T1-price--renew .T1-price-table--pc thead th span {
  display: inline;
}
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__head--label {
  background: #333333;
}
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__head--weekday {
  background: #c0b7a9;
}
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__head--weekend {
  background: #828282;
}
.T1-price.T1-price--renew .T1-price-table--pc tbody td {
  padding: clamp(16px, 2.5vw, 24px) clamp(12px, 2vw, 20px);
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__label {
  text-align: center;
}
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__label-inner {
  display: inline-grid;
  grid-template-columns: 105px minmax(0, max-content);
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: center;
  justify-items: start;
  max-width: 100%;
  text-align: left;
}
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__cell-inner {
  flex-flow: row nowrap;
  gap: 0.35em;
}
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__icon {
  justify-self: center;
  width: 105px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__label-text {
  grid-column: 2;
  text-align: left;
  line-height: 1.5;
  white-space: nowrap;
}
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__label-line {
  display: block;
}
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__amount-line {
  display: contents;
}
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__price-lead,
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__amount-num,
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__amount-tax {
  white-space: nowrap;
}
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__amount-num {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
  color: #333333;
}
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__amount-tax {
  font-size: 0.93em;
}
.T1-price.T1-price--renew .T1-price-table--pc .T1-price-table__free {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
}
.T1-price.T1-price--renew .T1-price-sp-main {
  display: none;
  margin-bottom: clamp(24px, 4vw, 32px);
}
@media screen and (max-width: 780px) {
  .T1-price.T1-price--renew .T1-price-sp-main {
    display: block;
  }
}
.T1-price.T1-price--renew .T1-price-sp-block + .T1-price-sp-block {
  margin-top: 0;
}
.T1-price.T1-price--renew .T1-price-table--sp {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  background: #fff;
  table-layout: fixed;
  border: none;
}
.T1-price.T1-price--renew .T1-price-table--sp thead th {
  border: none;
  border-right: 1px solid #ffffff;
}
.T1-price.T1-price--renew .T1-price-table--sp thead th:last-child {
  border-right: none;
}
.T1-price.T1-price--renew .T1-price-table--sp tbody td {
  border: none;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.T1-price.T1-price--renew .T1-price-table--sp tbody td:last-child {
  border-right: none;
}
.T1-price.T1-price--renew .T1-price-table--sp tbody tr:last-child td {
  border-bottom: none;
}
.T1-price.T1-price--renew .T1-price-table--sp tbody td {
  padding: 13px 14px;
  background: #fff;
  vertical-align: middle;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
}
.T1-price.T1-price--renew .T1-price-table--sp .T1-price-table__label,
.T1-price.T1-price--renew .T1-price-table--sp .T1-price-table__price {
  width: 50%;
}
.T1-price.T1-price--renew .T1-price-table--sp .T1-price-table__label-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.T1-price.T1-price--renew .T1-price-table--sp .T1-price-table__icon {
  display: block;
  width: auto;
  max-width: 90px;
  height: auto;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.T1-price.T1-price--renew .T1-price-table--sp .T1-price-table__label-text {
  text-align: center;
  line-height: 1.45;
  white-space: nowrap;
}
.T1-price.T1-price--renew .T1-price-table--sp .T1-price-table__label-line {
  display: inline;
}
.T1-price.T1-price--renew .T1-price-table--sp .T1-price-table__cell-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  max-width: 100%;
  text-align: center;
}
.T1-price.T1-price--renew .T1-price-table--sp .T1-price-table__price-lead {
  display: block;
  line-height: 1.5;
  white-space: normal;
}
.T1-price.T1-price--renew .T1-price-table--sp .T1-price-table__amount-line {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  line-height: 1.5;
  white-space: nowrap;
}
.T1-price.T1-price--renew .T1-price-table--sp .T1-price-table__amount-num,
.T1-price.T1-price--renew .T1-price-table--sp .T1-price-table__amount-tax {
  display: inline;
  line-height: 1.5;
  white-space: nowrap;
}
.T1-price.T1-price--renew .T1-price-table--sp .T1-price-table__amount-num {
  font-size: 16px;
  font-weight: 500;
}
.T1-price.T1-price--renew .T1-price-table--sp .T1-price-table__free {
  font-size: 16px;
  font-weight: 500;
}
.T1-price.T1-price--renew .T1-price-extra {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  min-width: 0;
  border: none !important;
}
@media screen and (max-width: 780px) {
  .T1-price.T1-price--renew .T1-price-extra {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.T1-price.T1-price--renew .T1-price-extra__item {
  min-width: 0;
  box-sizing: border-box;
  background: #fff;
  border: none !important;
}
.T1-price.T1-price--renew .T1-price-extra__item:first-of-type {
  border-right: 1px solid #333333 !important;
}
@media screen and (max-width: 780px) {
  .T1-price.T1-price--renew .T1-price-extra__item:first-of-type {
    border-right: none !important;
  }
}
.T1-price.T1-price--renew .T1-price-extra__item > .T1-price-bar {
  margin-top: 0;
  border: none !important;
}
@media screen and (max-width: 780px) {
  .T1-price.T1-price--renew .T1-price-extra__item {
    width: 100%;
    border: none !important;
  }
  .T1-price.T1-price--renew .T1-price-extra__item > .T1-price-bar {
    border: none !important;
  }
}
.T1-price.T1-price--renew .T1-price-extra__spacer {
  display: block;
  min-width: 0;
  min-height: 0;
  border: none !important;
  border-right: none !important;
}
@media screen and (max-width: 780px) {
  .T1-price.T1-price--renew .T1-price-extra__spacer {
    display: none;
  }
}
.T1-price.T1-price--renew .T1-price-extra__body {
  padding: clamp(20px, 3vw, 28px) clamp(16px, 2.5vw, 24px);
  border: none !important;
  background: transparent;
  text-align: center;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 780px) {
  .T1-price.T1-price--renew .T1-price-extra__body {
    padding: 17px 0 0;
  }
}
.T1-price.T1-price--renew .T1-price-extra__price {
  margin: 0 0 12px;
}
.T1-price.T1-price--renew .T1-price-extra__amount {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
}
.T1-price.T1-price--renew .T1-price-extra__note {
  margin: 0;
  font-size: clamp(12px, 1.2vw, 13px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
}

.B1-price.B1-price--renew {
  width: 100% !important;
  max-width: 100%;
  padding: 0 !important;
  background: #fff;
  overflow-x: clip;
  box-sizing: border-box;
  color: #333333;
}
.B1-price.B1-price--renew .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 80px) clamp(20px, 4vw, 40px) 0;
  box-sizing: border-box;
}
.B1-price.B1-price--renew .T1-price-tit {
  margin: 0 0 clamp(34px, 4vw, 77px);
  padding: clamp(53px, 4vw, 77px) 0 0;
  border: 0;
  border-top: 1px solid #828282;
}
.B1-price.B1-price--renew .T1-price-tit h2 {
  margin: 0;
  padding: 0;
  background: none !important;
  text-align: left;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.B1-price.B1-price--renew .T1-price-tit h2 span {
  display: block;
  margin: 5px 0 0;
  color: #093d83;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.B1-price.B1-price--renew .T1-price-content {
  width: 100%;
  min-width: 0;
}
.B1-price.B1-price--renew .T1-price-table__cell-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
}
.B1-price.B1-price--renew .T1-price-bar {
  margin: clamp(16px, 4vw, 60px) 0 0;
  padding: 14px 16px;
  text-align: center;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
}
.B1-price.B1-price--renew .T1-price-bar--category {
  background: #333333;
}
.B1-price.B1-price--renew .T1-price-bar--weekday {
  background: #c0b7a9;
}
.B1-price.B1-price--renew .T1-price-bar--weekend {
  background: #828282;
}
.B1-price.B1-price--renew .T1-price-table--pc {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 clamp(28px, 4vw, 36px);
  background: #fff;
  table-layout: fixed;
}
@media screen and (max-width: 780px) {
  .B1-price.B1-price--renew .T1-price-table--pc {
    display: none;
  }
}
.B1-price.B1-price--renew .T1-price-table--pc {
  border: none;
}
.B1-price.B1-price--renew .T1-price-table--pc thead th {
  border: none;
  border-right: 1px solid #ffffff;
}
.B1-price.B1-price--renew .T1-price-table--pc thead th:last-child {
  border-right: none;
}
.B1-price.B1-price--renew .T1-price-table--pc tbody td {
  border: none;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.B1-price.B1-price--renew .T1-price-table--pc tbody td:last-child {
  border-right: none;
}
.B1-price.B1-price--renew .T1-price-table--pc tbody tr:last-child td {
  border-bottom: none;
}
.B1-price.B1-price--renew .T1-price-table--pc thead th {
  padding: 14px 12px;
  text-align: center;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  vertical-align: middle;
}
.B1-price.B1-price--renew .T1-price-table--pc thead th span {
  display: inline;
}
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__head--label {
  background: #333333;
}
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__head--weekday {
  background: #c0b7a9;
}
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__head--weekend {
  background: #828282;
}
.B1-price.B1-price--renew .T1-price-table--pc tbody td {
  padding: clamp(16px, 2.5vw, 24px) clamp(12px, 2vw, 20px);
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__label {
  text-align: center;
}
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__label-inner {
  display: inline-grid;
  grid-template-columns: 105px minmax(0, max-content);
  -moz-column-gap: 14px;
       column-gap: 14px;
  align-items: center;
  justify-items: start;
  max-width: 100%;
  text-align: left;
}
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__cell-inner {
  flex-flow: row nowrap;
  gap: 0.35em;
}
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__icon {
  justify-self: center;
  width: 105px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__label-text {
  grid-column: 2;
  text-align: left;
  line-height: 1.5;
  white-space: nowrap;
}
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__label-line {
  display: block;
}
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__amount-line {
  display: contents;
}
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__price-lead,
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__amount-num,
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__amount-tax {
  white-space: nowrap;
}
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__amount-num {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
  color: #333333;
}
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__amount-tax {
  font-size: 0.93em;
}
.B1-price.B1-price--renew .T1-price-table--pc .T1-price-table__free {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
}
.B1-price.B1-price--renew .T1-price-sp-main {
  display: none;
  margin-bottom: clamp(24px, 4vw, 32px);
}
@media screen and (max-width: 780px) {
  .B1-price.B1-price--renew .T1-price-sp-main {
    display: block;
  }
}
.B1-price.B1-price--renew .T1-price-sp-block + .T1-price-sp-block {
  margin-top: 0;
}
.B1-price.B1-price--renew .T1-price-table--sp {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  background: #fff;
  table-layout: fixed;
  border: none;
}
.B1-price.B1-price--renew .T1-price-table--sp thead th {
  border: none;
  border-right: 1px solid #ffffff;
}
.B1-price.B1-price--renew .T1-price-table--sp thead th:last-child {
  border-right: none;
}
.B1-price.B1-price--renew .T1-price-table--sp tbody td {
  border: none;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.B1-price.B1-price--renew .T1-price-table--sp tbody td:last-child {
  border-right: none;
}
.B1-price.B1-price--renew .T1-price-table--sp tbody tr:last-child td {
  border-bottom: none;
}
.B1-price.B1-price--renew .T1-price-table--sp tbody td {
  padding: 13px 14px;
  background: #fff;
  vertical-align: middle;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
}
.B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__label,
.B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__price {
  width: 50%;
}
.B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__label-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__icon {
  display: block;
  width: auto;
  max-width: 90px;
  height: auto;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__label-text {
  text-align: center;
  line-height: 1.45;
  white-space: nowrap;
}
.B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__label-line {
  display: inline;
}
.B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__cell-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  max-width: 100%;
  text-align: center;
}
.B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__price-lead {
  display: block;
  line-height: 1.5;
  white-space: normal;
}
.B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__amount-line {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: center;
  gap: 0;
  line-height: 1.5;
  white-space: nowrap;
}
.B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__amount-num,
.B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__amount-tax {
  display: inline;
  line-height: 1.5;
  white-space: nowrap;
}
.B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__amount-num {
  font-size: 16px;
  font-weight: 500;
}
.B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__free {
  font-size: 16px;
  font-weight: 500;
}
.B1-price.B1-price--renew .T1-price-extra {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  min-width: 0;
  border: none !important;
}
@media screen and (max-width: 780px) {
  .B1-price.B1-price--renew .T1-price-extra {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.B1-price.B1-price--renew .T1-price-extra__item {
  min-width: 0;
  box-sizing: border-box;
  background: #fff;
  border: none !important;
}
.B1-price.B1-price--renew .T1-price-extra__item:first-of-type {
  border-right: 1px solid #333333 !important;
}
@media screen and (max-width: 780px) {
  .B1-price.B1-price--renew .T1-price-extra__item:first-of-type {
    border-right: none !important;
  }
}
.B1-price.B1-price--renew .T1-price-extra__item > .T1-price-bar {
  margin-top: 0;
  border: none !important;
}
@media screen and (max-width: 780px) {
  .B1-price.B1-price--renew .T1-price-extra__item {
    width: 100%;
    border: none !important;
  }
  .B1-price.B1-price--renew .T1-price-extra__item > .T1-price-bar {
    border: none !important;
  }
}
.B1-price.B1-price--renew .T1-price-extra__spacer {
  display: block;
  min-width: 0;
  min-height: 0;
  border: none !important;
  border-right: none !important;
}
@media screen and (max-width: 780px) {
  .B1-price.B1-price--renew .T1-price-extra__spacer {
    display: none;
  }
}
.B1-price.B1-price--renew .T1-price-extra__body {
  padding: clamp(20px, 3vw, 28px) clamp(16px, 2.5vw, 24px);
  border: none !important;
  background: transparent;
  text-align: center;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 780px) {
  .B1-price.B1-price--renew .T1-price-extra__body {
    padding: 17px 0 0;
  }
}
.B1-price.B1-price--renew .T1-price-extra__price {
  margin: 0 0 12px;
}
.B1-price.B1-price--renew .T1-price-extra__amount {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
}
.B1-price.B1-price--renew .T1-price-extra__note {
  margin: 0;
  font-size: clamp(12px, 1.2vw, 13px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: center;
}

.T1-price.T1-price--renew {
  margin: 0 0 clamp(51px, 8vw, 100px) !important;
}

.B1-price.B1-price--renew {
  width: 100% !important;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: clamp(67px, 11vw, 206px) !important;
}
.B1-price.B1-price--renew table {
  width: auto;
  margin-bottom: 0;
}
.B1-price.B1-price--renew table tr td {
  border: none;
  padding: 0;
  font-size: inherit;
  text-align: inherit;
}
.B1-price.B1-price--renew .B1-price-tbl01,
.B1-price.B1-price--renew .B1-price-tbl02,
.B1-price.B1-price--renew .B1-price-tbl03 {
  display: none !important;
}
@media screen and (max-width: 780px) {
  .B1-price.B1-price--renew .T1-price-tit {
    border-top: none;
  }
}

.B1-price-prepaid {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: clamp(39px, 6vw, 106px) auto clamp(103px, 6vw, 105px);
  padding: clamp(8px, 0.7vw, 11px) 0;
  box-sizing: border-box;
  border-top: 1px solid #828282;
  border-bottom: 1px solid #828282;
  text-align: center;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 780px) {
  .B1-price-prepaid {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .B1-price-prepaid__line2 {
    display: block;
  }
}

.B1-price.B1-price--renew .B1-price-pay {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.B1-price.B1-price--renew .B1-price-pay h3 {
  margin: 0 0 clamp(28px, 4vw, 40px);
  padding: 0;
  border: none;
  text-align: center;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(20px, 2vw, 22px);
  font-weight: 700;
  color: #333333;
}
.B1-price.B1-price--renew .B1-price-pay .wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 32px);
  position: static;
}
.B1-price.B1-price--renew .B1-price-pay .wrap::before, .B1-price.B1-price--renew .B1-price-pay .wrap::after {
  display: none;
}
.B1-price.B1-price--renew .B1-price-pay .col {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
.B1-price.B1-price--renew .B1-price-pay .col h4 {
  display: block;
  max-width: 100%;
  margin: 0 auto clamp(14px, 2vw, 18px);
  padding: 0 0 clamp(12px, 2vw, 16px);
  border-top: none;
  border-bottom: 1px solid #828282;
  text-align: center;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333333;
}
.B1-price.B1-price--renew .B1-price-pay .col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 2vw, 20px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.B1-price.B1-price--renew .B1-price-pay .col li {
  margin: 0;
  padding: 0;
}
.B1-price.B1-price--renew .B1-price-pay .col li::before {
  display: none !important;
}
.B1-price.B1-price--renew .B1-price-pay .col li img {
  display: block;
  width: auto;
  height: clamp(36px, 5vw, 50px);
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 780px) {
  .B1-price.B1-price--renew .B1-price-pay .wrap {
    grid-template-columns: 1fr;
    gap: clamp(28px, 6vw, 36px);
  }
  .B1-price.B1-price--renew .B1-price-pay .col + .col {
    margin-top: clamp(20px, 4vw, 28px);
  }
}

.B1-price.B1-price--renew .ul02 {
  margin: clamp(32px, 5vw, 48px) auto clamp(40px, 6vw, 56px);
  padding: clamp(20px, 3vw, 28px) clamp(16px, 4vw, 24px);
  max-width: min(100%, 40em);
  list-style: none;
  border-top: 1px solid #828282;
  border-bottom: 1px solid #828282;
  text-align: center;
}
.B1-price.B1-price--renew .ul02 li {
  margin: 0;
  padding: 0;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #333333;
}
.B1-price.B1-price--renew .ul02 li::before {
  display: none !important;
}

@media screen and (min-width: 781px) {
  .B1-price.B1-price--renew .T1-price-table--pc {
    display: none !important;
  }
  .B1-price.B1-price--renew .T1-price-sp-main {
    display: block;
    margin-bottom: clamp(53px, 8vw, 138px);
  }
  .B1-price.B1-price--renew .T1-price-sp-main .T1-price-bar {
    margin-bottom: 0 !important;
  }
  .B1-price.B1-price--renew .T1-price-table--sp tbody td {
    padding: clamp(22px, 2.8vw, 32px) clamp(18px, 2.2vw, 28px);
    font-size: clamp(14px, 1.5vw, 15px);
  }
  .B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__label {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__label-inner {
    display: inline-grid;
    grid-template-columns: clamp(72px, 8vw, 105px) minmax(0, max-content);
    -moz-column-gap: clamp(14px, 6vw, 100px);
         column-gap: clamp(14px, 6vw, 100px);
    align-items: center;
    justify-items: start;
    width: auto;
    max-width: 100%;
    margin: 0;
  }
  .B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__icon {
    display: block;
    width: 100%;
    max-width: 105px;
    height: clamp(32px, 4vw, 40px);
    margin: 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__label-text {
    text-align: left;
    line-height: 1.5;
    white-space: nowrap;
  }
  .B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__label-line {
    display: inline;
  }
  .B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__cell-inner {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.3em;
  }
  .B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__price-lead {
    display: inline;
    white-space: nowrap;
  }
  .B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__amount-line {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: baseline;
    gap: 0;
  }
  .B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__amount-num {
    font-size: clamp(16px, 1.8vw, 18px);
  }
  .B1-price.B1-price--renew .T1-price-table--sp .T1-price-table__free {
    font-size: clamp(16px, 1.8vw, 18px);
  }
  .B1-price.B1-price--renew .T1-price-extra {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .B1-price.B1-price--renew .T1-price-extra__spacer {
    display: none !important;
  }
  .B1-price.B1-price--renew .T1-price-extra__item {
    border-right: 1px solid #333333 !important;
  }
  .B1-price.B1-price--renew .T1-price-extra__item:nth-child(2) {
    border-right: none !important;
  }
  .B1-price.B1-price--renew .T1-price-extra__body {
    padding: clamp(24px, 3vw, 36px) clamp(20px, 2.5vw, 28px);
  }
}
.B1-dog.B1-dog--renew {
  scroll-margin-top: var(--runrunrun-header-offset, 140px);
}
.B1-dog.B1-dog--renew:target::before {
  content: "";
  display: block;
  height: var(--runrunrun-header-offset, 140px);
  margin-top: calc(-1 * var(--runrunrun-header-offset, 140px));
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 950px) {
  .B1-dog.B1-dog--renew {
    scroll-margin-top: var(--runrunrun-header-offset, 80px);
  }
  .B1-dog.B1-dog--renew:target::before {
    height: var(--runrunrun-header-offset, 80px);
    margin-top: calc(-1 * var(--runrunrun-header-offset, 80px));
  }
}
.B1-dog.B1-dog--renew {
  width: 100vw;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 0 20px;
  background-color: #e3e8f1;
  background-image: none;
  padding: clamp(73px, 7vw, 126px) clamp(20px, 4vw, 40px) clamp(73px, 14vw, 264px);
  margin-bottom: 0;
  box-sizing: border-box;
  color: #333333;
}
.B1-dog.B1-dog--renew .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  box-sizing: border-box;
}
.B1-dog.B1-dog--renew .B1-dog-tit {
  margin: 0 0 clamp(40px, 5vw, 65px);
  padding: 0;
  text-align: center;
}
.B1-dog.B1-dog--renew .B1-dog-tit h2 {
  margin: 0;
  padding: 0;
  background: none !important;
  background-image: none !important;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #333333;
  text-align: center;
}
.B1-dog.B1-dog--renew .B1-dog-tit h2 span {
  display: block;
  margin-top: 5px;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #093d83;
  text-transform: uppercase;
}
.B1-dog.B1-dog--renew .B1-dog-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(40px, 4vw, 70px);
  margin: 0 0 clamp(45px, 6vw, 106px);
  padding: 0;
  list-style: none;
}
.B1-dog.B1-dog--renew .B1-dog-list li {
  width: auto;
  margin: 0;
  padding: 0;
}
.B1-dog.B1-dog--renew .B1-dog-list__img {
  overflow: hidden;
  background-color: #fff;
}
.B1-dog.B1-dog--renew .B1-dog-list__img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0;
}
.B1-dog.B1-dog--renew .B1-dog-list__label {
  margin: clamp(12px, 2vw, 16px) 0 0;
  padding: 0;
  text-align: center;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 780px) {
  .B1-dog.B1-dog--renew .B1-dog-list {
    grid-template-columns: 1fr;
    gap: clamp(28px, 6vw, 36px);
    margin-bottom: clamp(32px, 6vw, 48px);
  }
}
.B1-dog.B1-dog--renew .B1-dog-bikou {
  max-width: min(100%, 1280px);
  margin: 0 auto;
  padding: clamp(24px, 4vw, 40px) clamp(20px, 4vw, 32px);
  background-color: #fff;
  box-sizing: border-box;
}
.B1-dog.B1-dog--renew .B1-dog-bikou h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 clamp(19px, 2.5vw, 24px);
  padding: 0;
  border: none;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 2vw, 25px);
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 780px) {
  .B1-dog.B1-dog--renew .B1-dog-bikou h3 {
    margin: 0 auto clamp(19px, 2.5vw, 24px);
  }
}
.B1-dog.B1-dog--renew .B1-dog-bikou h3::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.35em;
  height: 1.35em;
  background: url(../../images/low/icon_attention1.svg) no-repeat center;
  background-size: contain;
}
.B1-dog.B1-dog--renew .B1-dog-bikou .ul01 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.B1-dog.B1-dog--renew .B1-dog-bikou .ul01 > li {
  position: relative;
  margin: 0 0 0.65em;
  padding: 0 0 0 1.2em;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(13px, 1.5vw, 20px);
  font-weight: 500;
  line-height: 2;
  color: #333333;
}
@media screen and (max-width: 780px) {
  .B1-dog.B1-dog--renew .B1-dog-bikou .ul01 > li {
    line-height: 1.6;
  }
}
.B1-dog.B1-dog--renew .B1-dog-bikou .ul01 > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.B1-dog.B1-dog--renew .B1-dog-bikou .ul01 > li:last-child {
  margin-bottom: 0;
}
.B1-dog.B1-dog--renew .B1-dog-bikou .ul02 {
  margin: 0.5em 0 0;
  padding: 0;
  list-style: none;
}
.B1-dog.B1-dog--renew .B1-dog-bikou .ul02 li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.2em;
  font-size: clamp(13px, 1.4vw, 14px);
  font-weight: 500;
  line-height: 1.7;
  color: #333333;
}
.B1-dog.B1-dog--renew .B1-dog-bikou .ul02 li::before {
  content: "※" !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: auto;
  height: auto;
}

.B1-mochi.B1-mochi--renew {
  width: 100%;
  max-width: 1600px;
  margin: clamp(0px, 11vw, 193px) auto clamp(73px, 11vw, 193px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  background: #d9d5cd none !important;
  box-sizing: border-box;
  color: #333333;
}
@media screen and (max-width: 780px) {
  .B1-mochi.B1-mochi--renew {
    width: 100vw;
    margin: 0;
    padding: 0;
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
    padding: 0 20px;
    max-width: none;
    margin-top: 0 !important;
    margin-bottom: clamp(48px, 8vw, 80px);
  }
}
.B1-mochi.B1-mochi--renew .B1-mochi__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 40px);
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .B1-mochi.B1-mochi--renew .B1-mochi__inner {
    max-width: none;
    padding: clamp(48px, 8vw, 72px) clamp(20px, 5vw, 32px);
  }
}
.B1-mochi.B1-mochi--renew .B1-dog-tit {
  margin: 0 0 clamp(40px, 5vw, 56px);
  padding: 0;
  text-align: center;
}
.B1-mochi.B1-mochi--renew .B1-dog-tit h2 {
  margin: 0;
  padding: 0;
  background: none !important;
  background-image: none !important;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #333333;
  text-align: center;
}
.B1-mochi.B1-mochi--renew .B1-dog-tit h2 span {
  display: block;
  margin-top: 5px;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #093d83;
  text-transform: uppercase;
}
.B1-mochi.B1-mochi--renew .B1-mochi-list {
  width: 100%;
  max-width: min(100%, 966px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.5vw, 36px);
}
.B1-mochi.B1-mochi--renew .B1-mochi-list li {
  display: flex;
  align-items: flex-start;
  gap: clamp(10px, 1.5vw, 14px);
  margin: 0;
  padding: 0;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.7;
  color: #333333;
}
.B1-mochi.B1-mochi--renew .B1-mochi-list li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: clamp(28px, 4vw, 33px);
  height: clamp(28px, 4vw, 33px);
  margin-top: 0.15em;
  background: url(../../images/low/icon_check.svg) no-repeat center;
  background-size: contain;
}
.B1-mochi.B1-mochi--renew .B1-mochi-note {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: clamp(48px, 6vw, 72px) auto 0;
  padding: clamp(8px, 0.7vw, 11px) 0;
  box-sizing: border-box;
  border-top: 1px solid #828282;
  border-bottom: 1px solid #828282;
  text-align: center;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 2vw, 23px);
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 780px) {
  .B1-mochi.B1-mochi--renew .B1-mochi-note__line2 {
    display: block;
  }
}

.B1-rule.B1-rule--renew .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto clamp(106px, 12vw, 220px);
  padding: 0 clamp(20px, 4vw, 40px);
  box-sizing: border-box;
}
.B1-rule.B1-rule--renew .T1-price-tit {
  margin: 0 0 clamp(34px, 4vw, 77px);
  padding: 0;
  border: 0;
  border-top: none;
}
.B1-rule.B1-rule--renew .T1-price-tit h2 {
  margin: 0;
  padding: 0;
  background: none !important;
  text-align: left;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.B1-rule.B1-rule--renew .T1-price-tit h2 span {
  display: block;
  margin: 5px 0 0;
  color: #093d83;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.B1-rule.B1-rule--renew .tit03 {
  font-weight: 500;
  border-bottom-color: #333333;
}

.T1-news.T1-news--renew {
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  overflow-x: clip;
  box-sizing: border-box;
}
.T1-news.T1-news--renew .inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px) clamp(76px, 12vw, 154px);
  box-sizing: border-box;
  min-width: 0;
}
.T1-news.T1-news--renew .inner::before {
  display: none !important;
}
@media screen and (max-width: 950px) {
  .T1-news.T1-news--renew .inner {
    padding: 0 clamp(20px, 5vw, 110px) clamp(76px, 12vw, 154px);
  }
}
.T1-news.T1-news--renew .T1-news-tit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(16px, 3vw, 24px);
  width: 100%;
  min-width: 0;
  padding: clamp(48px, 8vw, 74px) 0 0;
  margin: 0 0 clamp(40px, 7vw, 92px);
  border: 0;
  border-right: none;
  border-top: 1px solid #828282;
}
.T1-news.T1-news--renew .T1-news-tit h2 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: none !important;
  text-align: left;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.T1-news.T1-news--renew .T1-news-tit h2 span {
  display: block;
  margin: 5px 0 0;
  color: #093d83;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.T1-news.T1-news--renew .T1-news-more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #828282;
  border-radius: 2px;
  background: #fff;
  color: #333333;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.T1-news.T1-news--renew .T1-news-more:hover {
  background-color: #d9d5cd;
  border-color: transparent;
  color: #333333 !important;
  opacity: 1 !important;
}
.T1-news.T1-news--renew .T1-news-more:focus-visible {
  outline: 2px solid #093d83;
  outline-offset: 2px;
}
.T1-news.T1-news--renew .T1-news-more {
  box-sizing: border-box;
  width: 350px;
  height: 60px;
  min-width: 0;
  max-width: 350px;
  padding: 0 40px;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
}
.T1-news.T1-news--renew .T1-news-more__arrow {
  display: block;
  width: 2.5em;
  height: 1px;
  background: currentColor;
  position: relative;
  flex-shrink: 0;
}
.T1-news.T1-news--renew .T1-news-more__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.T1-news.T1-news--renew .T1-news-more--desktop {
  display: inline-flex;
}
.T1-news.T1-news--renew .T1-news-more--mobile {
  display: none;
  margin-top: clamp(28px, 6vw, 40px);
}
.T1-news.T1-news--renew .T1-news-more__label {
  font-size: 20px;
  font-weight: 500;
}
.T1-news.T1-news--renew .T1-news-cards {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.T1-news.T1-news--renew .T1-news-cards button {
  padding: 0 clamp(24px, 8vw, 44px);
}
.T1-news.T1-news--renew .T1-news-cards__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 32px);
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) and (min-width: 951px) {
  .T1-news.T1-news--renew .T1-news-cards__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 950px) and (min-width: 501px) {
  .T1-news.T1-news--renew .T1-news-cards__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.T1-news.T1-news--renew .T1-news-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
}
.T1-news.T1-news--renew .T1-news-card__media {
  margin-bottom: 12px;
  min-width: 0;
}
.T1-news.T1-news--renew .T1-news-card__thumb {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 2px;
  background: #f5f5f5;
  position: relative;
  z-index: 1;
}
.T1-news.T1-news--renew .T1-news-card__thumb img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform-origin: center center;
  transition: transform 0.35s ease;
}
.T1-news.T1-news--renew .T1-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  margin-bottom: 10px;
  min-width: 0;
}
.T1-news.T1-news--renew .T1-news-card__date {
  font-size: clamp(12px, 1.2vw, 13px);
  color: #808080;
  font-weight: 500;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
}
.T1-news.T1-news--renew .T1-news-card__cat a {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #828282;
  border-radius: 2px;
  background: transparent !important;
  color: #828282 !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
  white-space: nowrap;
}
.T1-news.T1-news--renew .T1-news-card__cat a:hover {
  border-color: #093d83;
  color: #093d83 !important;
}
.T1-news.T1-news--renew .T1-news-card__title {
  flex: 1;
  min-width: 0;
}
.T1-news.T1-news--renew .T1-news-card__title a,
.T1-news.T1-news--renew .T1-news-card__title .T1-news-card__plain {
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.T1-news.T1-news--renew .T1-news-card__title a:hover {
  color: #093d83;
}
.T1-news.T1-news--renew .T1-news-card__footlink {
  display: block;
  text-decoration: none;
  align-self: flex-start;
  margin-top: 4px;
}
.T1-news.T1-news--renew .T1-news-card__arrow {
  display: inline-block;
  width: 1.25em;
  height: 1px;
  background: #333333;
  position: relative;
  transition: transform 0.25s ease;
}
.T1-news.T1-news--renew .T1-news-card__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  transform: translateY(-50%) rotate(45deg);
}
.T1-news.T1-news--renew .T1-news-card:not(.T1-news-card--static):not(.T1-news-card--empty):hover .T1-news-card__thumb img {
  transform: scale(1.06);
}
.T1-news.T1-news--renew .T1-news-card:not(.T1-news-card--static):not(.T1-news-card--empty):hover .T1-news-card__arrow {
  transform: translateX(clamp(4px, 0.6vw, 8px));
}
.T1-news.T1-news--renew .T1-news-card--static .T1-news-card__footlink {
  display: none;
}
.T1-news.T1-news--renew .T1-news-card--empty {
  grid-column: 1/-1;
  padding: 24px;
  text-align: center;
  color: #666;
  border: 1px dashed #ccc;
  border-radius: 4px;
}
.T1-news.T1-news--renew .T1-news__prev,
.T1-news.T1-news--renew .T1-news__next {
  position: absolute;
  top: clamp(80px, 28vw, 140px);
  transform: translateY(-50%);
  z-index: 3;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #b3b3b3;
}
.T1-news.T1-news--renew .T1-news__prev span,
.T1-news.T1-news--renew .T1-news__next span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
}
.T1-news.T1-news--renew .T1-news__prev:hover,
.T1-news.T1-news--renew .T1-news__next:hover {
  color: #093d83;
}
.T1-news.T1-news--renew .T1-news__prev:focus-visible,
.T1-news.T1-news--renew .T1-news__next:focus-visible {
  outline: 2px solid #093d83;
  outline-offset: 2px;
}
.T1-news.T1-news--renew .T1-news__prev {
  left: 0;
}
.T1-news.T1-news--renew .T1-news__prev span {
  transform: rotate(45deg);
}
.T1-news.T1-news--renew .T1-news__next {
  right: 0;
}
.T1-news.T1-news--renew .T1-news__next span {
  transform: rotate(-135deg);
}
.T1-news.T1-news--renew .T1-news-cards__list.slick-initialized .T1-news-card__thumb {
  z-index: 2;
}
.T1-news.T1-news--renew .T1-news-cards .slick-arrow::before {
  display: none !important;
  content: none !important;
}
.T1-news.T1-news--renew .T1-news-cards__list.slick-initialized {
  display: block;
  width: 100%;
  max-width: 100%;
}
.T1-news.T1-news--renew .T1-news-cards__list.slick-initialized .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  touch-action: pan-x;
}
.T1-news.T1-news--renew .T1-news-cards__list.slick-initialized .slick-track {
  display: flex;
  align-items: stretch;
}
.T1-news.T1-news--renew .T1-news-cards__list.slick-initialized .slick-slide {
  height: auto;
  float: none;
  box-sizing: border-box;
}
.T1-news.T1-news--renew .T1-news-cards__list.slick-initialized .slick-slide > div {
  height: 100%;
}
.T1-news.T1-news--renew .T1-news-cards__list.slick-initialized .slick-slide .T1-news-card {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 950px) {
  .T1-news.T1-news--renew .T1-news-tit {
    flex-direction: column;
    align-items: center;
    margin-bottom: 49px;
    text-align: center;
  }
  .T1-news.T1-news--renew .T1-news-tit h2 {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .T1-news.T1-news--renew .T1-news-more--desktop {
    display: none !important;
  }
  .T1-news.T1-news--renew .T1-news-more--mobile {
    display: flex;
    width: 279px;
    height: 56px;
    min-width: 279px;
    max-width: 279px;
    padding: 0 24px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
  .T1-news.T1-news--renew .T1-news-more--mobile .T1-news-more__label {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .T1-news.T1-news--renew .T1-news-cards {
    padding: 0 clamp(28px, 8vw, 44px);
  }
  .T1-news.T1-news--renew .T1-news-cards__list {
    display: block;
    max-width: 100%;
  }
  .T1-news.T1-news--renew .T1-news-cards__list::before, .T1-news.T1-news--renew .T1-news-cards__list::after {
    display: none;
  }
  .T1-news.T1-news--renew .T1-news-card {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .T1-news.T1-news--renew .T1-news-card__title a, .T1-news.T1-news--renew .T1-news-card__title .T1-news-card__plain {
    font-size: 16px;
  }
  .T1-news.T1-news--renew .T1-news__prev,
  .T1-news.T1-news--renew .T1-news__next {
    top: clamp(72px, 32vw, 124px);
  }
}

.T1-she.T1-she--renew {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
  padding: clamp(44px, 10vw, 152px) 0 clamp(44px, 10vw, 174px) !important;
  background: #E3E8F1 !important;
  text-align: left;
  color: #333333;
}
.T1-she.T1-she--renew .inner {
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  box-sizing: border-box;
}
.T1-she.T1-she--renew .T1-she-tit {
  margin: 0 0 clamp(28px, 4vw, 40px);
  padding: 0;
  border: 0;
  background: none !important;
  text-align: left;
}
.T1-she.T1-she--renew .T1-she-tit h2 {
  margin: 0;
  padding: 0;
  background: none !important;
  text-align: left;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.T1-she.T1-she--renew .T1-she-tit h2 span {
  display: block;
  margin: 5px 0 0;
  color: #093d83;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.T1-she.T1-she--renew .T1-she-calendar {
  width: 100%;
}
.T1-she.T1-she--renew .xo-event-calendar {
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif, "Noto Sans JP", sans-serif !important;
  overflow: visible;
  color: #333333;
}
.T1-she.T1-she--renew table.xo-month {
  margin: 0 !important;
  border: none !important;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.T1-she.T1-she--renew table.xo-month caption {
  caption-side: top;
  padding: 0;
  text-align: left;
  border: 0;
}
.T1-she.T1-she--renew table.xo-month > thead > tr > th,
.T1-she.T1-she--renew table.xo-month > tbody > tr > td {
  border-color: #e3e8f1 !important;
}
.T1-she.T1-she--renew table.xo-month > thead > tr > th {
  height: 26px !important;
  min-height: 26px !important;
  max-height: 26px !important;
  padding: 0 4px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  line-height: 26px !important;
  text-transform: uppercase;
  border-style: solid !important;
  border-width: 0 2px 2px 0 !important;
  color: #fff !important;
  vertical-align: middle;
  box-sizing: border-box;
}
.T1-she.T1-she--renew table.xo-month > thead > tr > th:first-child {
  border-left-width: 2px !important;
}
.T1-she.T1-she--renew table.xo-month > thead > tr > th.sunday,
.T1-she.T1-she--renew table.xo-month > thead > tr > th.saturday {
  background: #828282 !important;
}
.T1-she.T1-she--renew table.xo-month > thead > tr > th.monday,
.T1-she.T1-she--renew table.xo-month > thead > tr > th.tuesday,
.T1-she.T1-she--renew table.xo-month > thead > tr > th.wednesday,
.T1-she.T1-she--renew table.xo-month > thead > tr > th.thursday,
.T1-she.T1-she--renew table.xo-month > thead > tr > th.friday {
  background: #c0b7a9 !important;
}
.T1-she.T1-she--renew table.xo-month caption .month-header,
.T1-she.T1-she--renew .month-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 !important;
  padding: 0 0 clamp(5px, 1vw, 10px);
  border: 0 !important;
  border-bottom: none !important;
  width: 100%;
  box-sizing: border-box;
}
.T1-she.T1-she--renew .calendar-caption {
  flex: 0 1 auto;
  max-width: none;
  margin: 0 !important;
  text-align: left;
  line-height: 1.1;
}
.T1-she.T1-she--renew table.xo-month .month-header > span.calendar-caption {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
}
.T1-she.T1-she--renew .month-header__nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-shrink: 0;
  margin-left: auto;
}
.T1-she.T1-she--renew .T1-she-cal-caption {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 15px;
}
.T1-she.T1-she--renew .T1-she-cal-caption__num {
  font-size: clamp(20px, 5.2vw, 50px);
  font-weight: 500;
  color: #333333;
  line-height: 1;
}
.T1-she.T1-she--renew .T1-she-cal-caption__meta {
  display: inline-flex;
  align-items: baseline;
  gap: 0.15em;
  font-size: 15px;
  font-weight: 500;
  color: #6b6f73;
  letter-spacing: 0.02em;
}
.T1-she.T1-she--renew .T1-she-cal-caption__mon {
  font-weight: 600;
}
.T1-she.T1-she--renew .month-prev,
.T1-she.T1-she--renew .month-next {
  flex-shrink: 0;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  color: #666 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.T1-she.T1-she--renew .month-prev:hover,
.T1-she.T1-she--renew .month-next:hover {
  opacity: 0.75;
}
.T1-she.T1-she--renew .month-prev:disabled,
.T1-she.T1-she--renew .month-next:disabled {
  opacity: 0.25;
}
.T1-she.T1-she--renew .month-prev span.nav-prev,
.T1-she.T1-she--renew .month-prev span.nav-next,
.T1-she.T1-she--renew .month-next span.nav-prev,
.T1-she.T1-she--renew .month-next span.nav-next {
  display: block;
  width: 10px;
  height: 10px;
  border-color: #666 !important;
}
.T1-she.T1-she--renew .month-prev .dashicons::before,
.T1-she.T1-she--renew .month-next .dashicons::before {
  display: none !important;
}
.T1-she.T1-she--renew .month-prev .dashicons,
.T1-she.T1-she--renew .month-next .dashicons {
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 auto !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.T1-she.T1-she--renew .month-prev .dashicons {
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
}
.T1-she.T1-she--renew .month-next .dashicons {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
}
.T1-she.T1-she--renew .month-week {
  padding: 0 !important;
  vertical-align: top;
}
.T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname-space {
  display: block !important;
  position: relative !important;
  height: 90px !important;
  min-height: 90px !important;
}
.T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname {
  height: 90px !important;
  bottom: auto !important;
}
.T1-she.T1-she--renew .month-week > .month-dayname {
  border: none !important;
  width: 100%;
}
.T1-she.T1-she--renew .month-dayname td,
.T1-she.T1-she--renew .month-event td,
.T1-she.T1-she--renew .month-event-space td {
  border-style: solid !important;
  border-width: 0 2px 2px 0 !important;
  border-color: #e3e8f1 !important;
  background: #fff !important;
  padding: 0 !important;
  vertical-align: top;
}
.T1-she.T1-she--renew .month-dayname td {
  height: 90px !important;
}
.T1-she.T1-she--renew .month-dayname tr.dayname td:first-child,
.T1-she.T1-she--renew .month-event tr td:first-child,
.T1-she.T1-she--renew .month-event-space tr td:first-child {
  border-left-width: 2px !important;
}
.T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname td div,
.T1-she.T1-she--renew .month-dayname td div {
  box-sizing: border-box;
  height: 100% !important;
  min-height: 90px !important;
  max-height: 90px !important;
  padding: 8px 10px !important;
  text-align: right !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 500;
  color: #6b6f73 !important;
  border: none !important;
}
.T1-she.T1-she--renew .month-dayname td div.other-month {
  opacity: 0.38 !important;
  background: #fafbfb !important;
}
.T1-she.T1-she--renew .month-dayname td div.today {
  color: #093d83 !important;
  font-weight: 700;
}
.T1-she.T1-she--renew .month-dayname td div.holiday-closed-day {
  background-color: #e08375 !important;
  color: #fff !important;
}
.T1-she.T1-she--renew .month-dayname td div.holiday-night-day {
  background-color: #739cd2 !important;
  color: #fff !important;
}
.T1-she.T1-she--renew .month-dayname td div.holiday-closed-day.holiday-night-day {
  background-color: #739cd2 !important;
}
.T1-she.T1-she--renew .month-dayname td div[class*=holiday-] {
  color: #fff !important;
}
.T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-event-space {
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden;
}
.T1-she.T1-she--renew .month-event td {
  vertical-align: top;
}
.T1-she.T1-she--renew .month-event-title {
  border-radius: 2px !important;
  font-size: 11px !important;
  margin: 2px !important;
}
.T1-she.T1-she--renew .holiday-titles {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px 24px;
}
.T1-she.T1-she--renew p.holiday-title {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px !important;
  color: #333333;
  line-height: 1.5;
}
.T1-she.T1-she--renew p.holiday-title span {
  flex-shrink: 0;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 2px !important;
  box-sizing: border-box;
}
.T1-she.T1-she--renew .holiday-titles p.holiday-title:nth-of-type(1) span {
  background-color: #e08375 !important;
}
.T1-she.T1-she--renew .holiday-titles p.holiday-title:nth-of-type(2) span {
  background-color: #739cd2 !important;
}
@media screen and (min-width: 600px) {
  .T1-she.T1-she--renew .holiday-titles {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname-space {
    height: clamp(64px, 12vw, 90px) !important;
    min-height: clamp(64px, 12vw, 90px) !important;
  }
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname {
    height: clamp(64px, 12vw, 90px) !important;
  }
  .T1-she.T1-she--renew .month-dayname td {
    height: clamp(64px, 12vw, 90px) !important;
  }
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname td div,
  .T1-she.T1-she--renew .month-dayname td div {
    min-height: clamp(64px, 12vw, 90px) !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 780px) {
  .T1-she.T1-she--renew .T1-she-tit {
    margin-bottom: 24px;
  }
  .T1-she.T1-she--renew .T1-she-calendar {
    padding: 0;
  }
  .T1-she.T1-she--renew .T1-she-tit h2 {
    font-size: clamp(20px, 5.5vw, 26px);
  }
  .T1-she.T1-she--renew .T1-she-tit h2 span {
    font-size: 13px;
  }
  .T1-she.T1-she--renew .month-header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    gap: 12px;
  }
  .T1-she.T1-she--renew .month-header__nav {
    width: auto;
    flex-shrink: 0;
    justify-content: flex-end;
  }
  .T1-she.T1-she--renew .T1-she-cal-caption {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
  }
  .T1-she.T1-she--renew .T1-she-cal-caption__meta {
    font-size: 12px;
    flex-shrink: 0;
  }
  .T1-she.T1-she--renew table.xo-month > thead > tr > th {
    height: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    line-height: 14px !important;
    font-size: 9px !important;
    padding: 0 2px !important;
  }
  .T1-she.T1-she--renew .month-week {
    height: 46px !important;
  }
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname-space {
    height: 46px !important;
    min-height: 46px !important;
  }
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname {
    height: 46px !important;
  }
  .T1-she.T1-she--renew .month-dayname td {
    height: 46px !important;
  }
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname td div,
  .T1-she.T1-she--renew .month-dayname td div {
    min-height: 46px !important;
    max-height: 46px !important;
    padding: 6px 6px !important;
    font-size: 12px !important;
  }
  .T1-she.T1-she--renew .month-prev,
  .T1-she.T1-she--renew .month-next {
    width: 20px !important;
    height: 20px !important;
  }
  .T1-she.T1-she--renew .holiday-titles {
    margin-top: 16px;
    gap: 8px 16px;
  }
  .T1-she.T1-she--renew p.holiday-title {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 480px) {
  .T1-she.T1-she--renew .xo-event-calendar table.xo-month .month-dayname td div,
  .T1-she.T1-she--renew .month-dayname td div {
    padding: 4px 4px !important;
    font-size: 11px !important;
  }
}

.T1-facility.T1-facility--renew {
  margin-bottom: 0;
  background: #fff;
  color: #333333;
  max-width: 100%;
  overflow-x: clip;
}
.T1-facility.T1-facility--renew .inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(48px, 10vw, 190px) clamp(20px, 4vw, 40px) clamp(56px, 9vw, 160px);
  box-sizing: border-box;
}
.T1-facility.T1-facility--renew .T1-facility-tit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  width: 100%;
  min-width: 0;
  margin: 0 0 90px;
  padding: 73px 0 0;
  border: 0;
  border-top: 1px solid #828282;
}
.T1-facility.T1-facility--renew .T1-facility-tit h2 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: none !important;
  text-align: left;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.T1-facility.T1-facility--renew .T1-facility-tit h2 span {
  display: block;
  margin: 5px 0 0;
  color: #093d83;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.T1-facility.T1-facility--renew .T1-facility-more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #828282;
  border-radius: 2px;
  background: #fff;
  color: #333333;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.T1-facility.T1-facility--renew .T1-facility-more:hover {
  background-color: #d9d5cd;
  border-color: transparent;
  color: #333333 !important;
  opacity: 1 !important;
}
.T1-facility.T1-facility--renew .T1-facility-more:focus-visible {
  outline: 2px solid #093d83;
  outline-offset: 2px;
}
.T1-facility.T1-facility--renew .T1-facility-more {
  box-sizing: border-box;
  width: 350px;
  height: 60px;
  min-width: 350px;
  max-width: 350px;
  padding: 0 40px;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
}
.T1-facility.T1-facility--renew .T1-facility-more__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.T1-facility.T1-facility--renew .T1-facility-more__arrow {
  display: block;
  width: 2.5em;
  height: 1px;
  background: currentColor;
  position: relative;
  flex-shrink: 0;
}
.T1-facility.T1-facility--renew .T1-facility-more__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.T1-facility.T1-facility--renew .T1-facility-more--desktop {
  display: inline-flex;
}
.T1-facility.T1-facility--renew .T1-facility-more--mobile {
  display: none;
  margin-top: 28px;
}
.T1-facility.T1-facility--renew .T1-facility-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.T1-facility.T1-facility--renew .facility-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.T1-facility.T1-facility--renew .facility-item {
  box-sizing: border-box;
  max-width: 100%;
}
.T1-facility.T1-facility--renew .facility-img {
  display: block;
  width: 100%;
  max-width: 330px;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.T1-facility.T1-facility--renew .facility-name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35em 0.75em;
  margin: 20px 0 0;
  text-align: left;
  line-height: 1.4;
}
.T1-facility.T1-facility--renew .facility-name__ja {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 1;
}
.T1-facility.T1-facility--renew .facility-name__en {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}
.T1-facility.T1-facility--renew .facility-list.slick-initialized {
  display: block !important;
  margin-bottom: 0 !important;
}
.T1-facility.T1-facility--renew .facility-list.slick-initialized .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  touch-action: pan-x;
}
.T1-facility.T1-facility--renew .facility-list.slick-initialized .slick-track {
  display: flex;
  align-items: flex-start;
}
.T1-facility.T1-facility--renew .facility-list.slick-initialized .slick-slide {
  height: auto;
  float: none;
}
.T1-facility.T1-facility--renew .facility-list.slick-initialized .slick-slide > div {
  height: auto;
}
.T1-facility.T1-facility--renew .facility-list.slick-initialized .slick-arrow::before {
  display: none !important;
  content: none !important;
}
@media screen and (min-width: 951px) {
  .T1-facility.T1-facility--renew .T1-facility-slider {
    width: calc(100% + 50vw - 50%);
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    overflow: hidden;
  }
  .T1-facility.T1-facility--renew .facility-item {
    width: clamp(160px, 22vw, 330px);
    max-width: 330px;
    padding: 0 clamp(12px, 1.5vw, 28px) 0 0;
  }
  .T1-facility.T1-facility--renew .facility-img {
    width: 100%;
    max-width: 330px;
  }
  .T1-facility.T1-facility--renew .facility-list.slick-initialized .slick-slide {
    width: auto !important;
    height: auto;
  }
  .T1-facility.T1-facility--renew .facility-list.slick-initialized .slick-slide > div {
    width: auto;
  }
}
@media screen and (max-width: 950px) {
  .T1-facility.T1-facility--renew .T1-facility-tit {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 53px;
    padding: 53px 0 0;
  }
  .T1-facility.T1-facility--renew .T1-facility-tit h2 {
    flex: none;
    text-align: left;
  }
  .T1-facility.T1-facility--renew .T1-facility-more--desktop {
    display: none !important;
  }
  .T1-facility.T1-facility--renew .T1-facility-more--mobile {
    display: flex;
    width: 279px;
    height: 56px;
    min-width: 279px;
    max-width: 279px;
    padding: 0 24px;
    margin: 64px auto 0;
    font-size: 16px;
  }
  .T1-facility.T1-facility--renew .T1-facility-more--mobile .T1-facility-more__label {
    font-size: 16px;
  }
  .T1-facility.T1-facility--renew .T1-facility-slider {
    overflow: hidden;
  }
  .T1-facility.T1-facility--renew .facility-list {
    display: flex !important;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 0 !important;
  }
  .T1-facility.T1-facility--renew .facility-item {
    padding: 0;
    width: 100% !important;
    max-width: none;
  }
  .T1-facility.T1-facility--renew .facility-name {
    margin: 11px 0 0;
  }
  .T1-facility.T1-facility--renew .facility-name__ja {
    font-size: 16px;
  }
  .T1-facility.T1-facility--renew .facility-name__en {
    font-size: 12px;
  }
  .T1-facility.T1-facility--renew .facility-img {
    width: 100%;
    max-width: min(330px, 100%);
    aspect-ratio: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

.T1-about.T1-about--renew {
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  background-image: none !important;
  overflow-x: visible;
  box-sizing: border-box;
  color: #333333;
}
.T1-about.T1-about--renew .inner {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: clamp(20px, 4vw, 40px);
  padding-right: clamp(20px, 4vw, 40px);
  padding-top: clamp(48px, 5vw, 94px);
  box-sizing: border-box;
}
.T1-about.T1-about--renew .inner::before {
  display: none !important;
}
.T1-about.T1-about--renew .T1-about-head {
  padding: clamp(48px, 4vw, 80px) 0 clamp(32px, 4vw, 70px);
  border-top: 1px solid #828282;
  min-width: 0;
}
.T1-about.T1-about--renew .T1-about-tit {
  margin: 0;
  padding: 0;
  background: none !important;
  text-align: left;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.T1-about.T1-about--renew .T1-about-tit span {
  display: block;
  margin: 5px 0 0;
  color: #093d83;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.T1-about.T1-about--renew .T1-about-lead {
  margin: clamp(31px, 3vw, 39px) 0 0;
  max-width: 36em;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #333333;
}
.T1-about.T1-about--renew .T1-about-visual {
  position: relative;
  left: 50%;
  right: auto;
  width: 100vw;
  max-width: none;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  line-height: 0;
}
.T1-about.T1-about--renew .T1-about-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
.T1-about.T1-about--renew .T1-about-body {
  padding: clamp(40px, 9vw, 160px) clamp(20px, 4vw, 40px) clamp(64px, 8vw, 152px);
  text-align: center;
}
.T1-about.T1-about--renew .T1-about-catch {
  margin: 0 auto clamp(24px, 4vw, 40px);
  max-width: 28em;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #093d83;
}
@media screen and (max-width: 780px) {
  .T1-about.T1-about--renew .T1-about-catch__sp-line {
    display: block;
  }
}
.T1-about.T1-about--renew .T1-about-text {
  margin: 0 auto clamp(66px, 4vw, 69px);
  max-width: 60em;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  color: #333333;
  overflow-wrap: anywhere;
}
.T1-about.T1-about--renew .T1-about-text p {
  margin: 0;
}
.T1-about.T1-about--renew .T1-about-text p + p {
  margin-top: 0;
}
.T1-about.T1-about--renew .T1-about-more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #828282;
  border-radius: 2px;
  background: #fff;
  color: #333333;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.T1-about.T1-about--renew .T1-about-more:hover {
  background-color: #d9d5cd;
  border-color: transparent;
  color: #333333 !important;
  opacity: 1 !important;
}
.T1-about.T1-about--renew .T1-about-more:focus-visible {
  outline: 2px solid #093d83;
  outline-offset: 2px;
}
.T1-about.T1-about--renew .T1-about-more {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
}
.T1-about.T1-about--renew .T1-about-more__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.T1-about.T1-about--renew .T1-about-more__arrow {
  display: block;
  width: 2.5em;
  height: 1px;
  background: currentColor;
  position: relative;
  flex-shrink: 0;
}
.T1-about.T1-about--renew .T1-about-more__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 950px) {
  .T1-about.T1-about--renew .T1-about-lead {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .T1-about.T1-about--renew .T1-about-text {
    text-align: start;
  }
}
@media screen and (max-width: 780px) {
  .T1-about.T1-about--renew .T1-about-head {
    padding-top: 53px;
    padding-bottom: 31px;
  }
  .T1-about.T1-about--renew .T1-about-body {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}

.T1-attention.T1-attention--renew {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: clamp(54px, 8vw, 100px) 0;
  background-color: #e3e8f1 !important;
  overflow-x: clip;
  box-sizing: border-box;
  color: #333333;
}
.T1-attention.T1-attention--renew .inner {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  box-sizing: border-box;
}
.T1-attention.T1-attention--renew .T1-attention-tit {
  margin: 0 0 clamp(22px, 2vw, 27px);
  padding: 0;
  border: 0;
}
.T1-attention.T1-attention--renew .T1-attention-tit h2 {
  margin: 0;
  padding: 0;
  background: none !important;
  text-align: left;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.T1-attention.T1-attention--renew .T1-attention-tit h2 span {
  display: block;
  margin: 5px 0 0;
  color: #093d83;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.T1-attention.T1-attention--renew .T1-attention-lead {
  margin: 0 0 clamp(28px, 4vw, 48px);
  max-width: 830px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #333333;
  overflow-wrap: anywhere;
}
.T1-attention.T1-attention--renew .T1-attention-body {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 25px;
  align-items: stretch;
  width: 100%;
  min-width: 0;
}
.T1-attention.T1-attention--renew .T1-attention-action {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
}
.T1-attention.T1-attention--renew .T1-attention-content {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  max-width: 560px;
  width: 100%;
}
.T1-attention.T1-attention--renew .T1-attention-heading {
  margin: 0 0 17px;
  padding: 0;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 1.2vw, 20px);
  font-weight: 500;
  color: #333333;
}
.T1-attention.T1-attention--renew .T1-attention-heading::before {
  content: "●";
}
.T1-attention.T1-attention--renew .T1-attention-list {
  margin: 0 0 1.25em;
  padding: 0;
  list-style: none;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(15px, 0.9vw, 17px);
  font-weight: 500;
  line-height: 1.7;
}
.T1-attention.T1-attention--renew .T1-attention-list li {
  margin: 0;
  padding: 0;
  overflow-wrap: anywhere;
}
.T1-attention.T1-attention--renew .T1-attention-list li + li {
  margin-top: 0.35em;
}
.T1-attention.T1-attention--renew .T1-attention-notes {
  margin: 0;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 0.9vw, 15px);
  font-weight: 500;
  line-height: 1.6;
  color: #333333;
  overflow-wrap: anywhere;
}
.T1-attention.T1-attention--renew .T1-attention-notes p {
  margin: 0;
}
.T1-attention.T1-attention--renew .T1-attention-notes p + p {
  margin-top: 1em;
}
.T1-attention.T1-attention--renew .T1-attention-more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #828282;
  border-radius: 2px;
  background: #fff;
  color: #333333;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.T1-attention.T1-attention--renew .T1-attention-more:hover {
  background-color: #d9d5cd;
  border-color: transparent;
  color: #333333 !important;
  opacity: 1 !important;
}
.T1-attention.T1-attention--renew .T1-attention-more:focus-visible {
  outline: 2px solid #093d83;
  outline-offset: 2px;
}
.T1-attention.T1-attention--renew .T1-attention-more {
  background-color: transparent !important;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  .T1-attention.T1-attention--renew .T1-attention-more {
    margin-top: 32px;
  }
}
.T1-attention.T1-attention--renew .T1-attention-more__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.T1-attention.T1-attention--renew .T1-attention-more__arrow {
  display: block;
  width: 2.5em;
  height: 1px;
  background: currentColor;
  position: relative;
  flex-shrink: 0;
}
.T1-attention.T1-attention--renew .T1-attention-more__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.T1-attention.T1-attention--renew .T1-attention-figures {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
  grid-column: 2;
  grid-row: 1/3;
  min-width: 0;
  width: 100%;
  align-self: stretch;
}
.T1-attention.T1-attention--renew .T1-attention-figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 0;
  min-height: 0;
  height: 100%;
}
.T1-attention.T1-attention--renew .T1-attention-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  flex: 1 1 auto;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  box-sizing: border-box;
}
.T1-attention.T1-attention--renew .T1-attention-figure figcaption {
  margin-top: clamp(10px, 1vw, 16px);
  text-align: start;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 1.3vw, 15px);
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 950px) {
  .T1-attention.T1-attention--renew .T1-attention-tit {
    margin-bottom: clamp(12px, 3vw, 20px);
  }
  .T1-attention.T1-attention--renew .T1-attention-lead {
    margin-bottom: clamp(24px, 5vw, 32px);
  }
  .T1-attention.T1-attention--renew .T1-attention-body {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px;
  }
  .T1-attention.T1-attention--renew .T1-attention-content,
  .T1-attention.T1-attention--renew .T1-attention-figures,
  .T1-attention.T1-attention--renew .T1-attention-action {
    grid-column: auto;
    grid-row: auto;
  }
  .T1-attention.T1-attention--renew .T1-attention-content {
    max-width: none;
  }
  .T1-attention.T1-attention--renew .T1-attention-figures {
    grid-template-columns: 1fr;
    gap: clamp(24px, 5vw, 32px);
    width: 100%;
    align-self: auto;
  }
  .T1-attention.T1-attention--renew .T1-attention-figure {
    height: auto;
  }
  .T1-attention.T1-attention--renew .T1-attention-figure img {
    height: auto;
    flex: none;
  }
  .T1-attention.T1-attention--renew .T1-attention-figure + .T1-attention-figure {
    margin-top: 0;
  }
  .T1-attention.T1-attention--renew .T1-attention-more {
    margin: 0 auto !important;
  }
}

.faq-accordion {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.faq-accordion .faq__item {
  margin: 0;
  border-bottom: 1px solid #828282;
}
.faq-accordion .faq__item[open] .faq__toggle::after {
  opacity: 0;
}
.faq-accordion .faq__summary {
  display: block;
  cursor: pointer;
  list-style: none;
}
.faq-accordion .faq__summary::-webkit-details-marker {
  display: none;
}
.faq-accordion .faq__summary::marker {
  content: "";
}
@media (any-hover: hover) {
  .faq-accordion .faq__summary {
    transition: opacity 0.2s ease;
  }
  .faq-accordion .faq__summary:hover {
    opacity: 0.85;
  }
}
.faq-accordion .faq__question {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 20px);
  padding: clamp(16px, 2.5vw, 24px) 0;
  margin: 0;
  border-radius: 0;
  background: none;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
  overflow-wrap: anywhere;
}
.faq-accordion .faq__question-text {
  flex: 1;
  min-width: 0;
}
.faq-accordion .faq__q {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(32px, 4vw, 40px);
  height: clamp(32px, 4vw, 40px);
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #093d83;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.faq-accordion .faq__toggle {
  flex-shrink: 0;
  position: relative;
  width: clamp(20px, 2.5vw, 24px);
  height: clamp(20px, 2.5vw, 24px);
  margin-left: auto;
  border-radius: 0;
  background: none;
}
.faq-accordion .faq__toggle::before, .faq-accordion .faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(12px, 1.5vw, 14px);
  height: 2px;
  background-color: #093d83;
  transition: opacity 0.2s ease;
}
.faq-accordion .faq__toggle::before {
  transform: translate(-50%, -50%);
}
.faq-accordion .faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-accordion .faq__content {
  overflow: hidden;
}
.faq-accordion .faq__answer {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 2vw, 20px);
  padding: 0 0 clamp(16px, 2.5vw, 24px);
  margin: 0;
}
.faq-accordion .faq__a {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(32px, 4vw, 40px);
  height: clamp(32px, 4vw, 40px);
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #739cd2;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.faq-accordion .faq__answer-text {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding-top: clamp(6px, 1vw, 10px);
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #333333;
  overflow-wrap: anywhere;
}

.T1-faq.T1-faq--renew {
  width: 100% !important;
  max-width: 100%;
  margin: clamp(64px, 10vw, 185px) 0 0 !important;
  padding: 0 0 clamp(64px, 9vw, 164px);
  background: #fff !important;
  overflow-x: clip;
  box-sizing: border-box;
  color: #333333;
}
.T1-faq.T1-faq--renew .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  box-sizing: border-box;
}
.T1-faq.T1-faq--renew .T1-faq-tit {
  margin: 0 0 clamp(28px, 6vw, 103px);
  padding: clamp(53px, 6vw, 77px) 0 0;
  border-top: 1px solid #828282;
}
.T1-faq.T1-faq--renew .T1-faq-tit h2 {
  margin: 0;
  padding: 0;
  background: none !important;
  text-align: left;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.T1-faq.T1-faq--renew .T1-faq-tit h2 span {
  display: block;
  margin: 5px 0 0;
  color: #093d83;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.T1-faq.T1-faq--renew .T1-faq-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(64px, 7vw, 124px);
}
.T1-faq.T1-faq--renew .T1-faq-more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #828282;
  border-radius: 2px;
  background: #fff;
  color: #333333;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.T1-faq.T1-faq--renew .T1-faq-more:hover {
  background-color: #d9d5cd;
  border-color: transparent;
  color: #333333 !important;
  opacity: 1 !important;
}
.T1-faq.T1-faq--renew .T1-faq-more:focus-visible {
  outline: 2px solid #093d83;
  outline-offset: 2px;
}
.T1-faq.T1-faq--renew .T1-faq-more {
  font-size: 14px;
  font-weight: 500;
}
.T1-faq.T1-faq--renew .T1-faq-more__label {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.T1-faq.T1-faq--renew .T1-faq-more__arrow {
  display: block;
  width: 2.5em;
  height: 1px;
  background: currentColor;
  position: relative;
  flex-shrink: 0;
}
.T1-faq.T1-faq--renew .T1-faq-more__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 780px) {
  .T1-faq.T1-faq--renew .T1-faq-tit {
    margin-bottom: clamp(36px, 5vw, 32px);
  }
}

.T1-insta.T1-insta--renew {
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  padding: clamp(48px, 8vw, 100px) 0 clamp(93px, 10vw, 109px);
  background: #fff !important;
  overflow-x: clip;
  box-sizing: border-box;
  color: #333333;
}
.T1-insta.T1-insta--renew .inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  box-sizing: border-box;
}
.T1-insta.T1-insta--renew .T1-insta-tit {
  margin: 0 0 clamp(40px, 4vw, 74px);
  padding: 0;
  background: none !important;
  background-image: none !important;
  border: 0;
  text-align: center;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #333333;
}
.T1-insta.T1-insta--renew .T1-insta-tit span {
  display: block;
  margin-top: 8px;
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #093d83;
  line-height: 1;
  text-transform: uppercase;
}
.T1-insta.T1-insta--renew .T1-insta-slider {
  width: 100%;
  margin-bottom: clamp(48px, 4vw, 70px);
}
.T1-insta.T1-insta--renew .T1-insta-slider__viewport {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  box-sizing: border-box;
}
.T1-insta.T1-insta--renew #sb_instagram {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.T1-insta.T1-insta--renew .sbi_header,
.T1-insta.T1-insta--renew #sbi_load,
.T1-insta.T1-insta--renew .sbi_follow_btn,
.T1-insta.T1-insta--renew .sbi_load_btn {
  display: none !important;
}
.T1-insta.T1-insta--renew #sbi_images {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  float: none !important;
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 10px;
  line-height: 0;
  will-change: transform;
}
.T1-insta.T1-insta--renew #sbi_images.is-marquee-ready {
  animation: t1-insta-marquee var(--t1-insta-duration, 60s) linear infinite;
}
.T1-insta.T1-insta--renew .T1-insta-slider__viewport:hover #sbi_images.is-marquee-ready {
  animation-play-state: paused;
}
.T1-insta.T1-insta--renew #sbi_images .sbi_item {
  display: block !important;
  float: none !important;
  flex: 0 0 245px;
  width: 245px !important;
  max-width: 245px !important;
  height: 245px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  overflow: hidden;
  box-sizing: border-box;
}
.T1-insta.T1-insta--renew #sbi_images .sbi_photo_wrap,
.T1-insta.T1-insta--renew #sbi_images .sbi_link {
  display: block;
  width: 100%;
  height: 100%;
}
.T1-insta.T1-insta--renew #sbi_images .sbi_photo,
.T1-insta.T1-insta--renew #sbi_images img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.T1-insta.T1-insta--renew .T1-insta-more-wrap {
  display: flex;
  justify-content: center;
}
.T1-insta.T1-insta--renew .T1-insta-more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #828282;
  border-radius: 2px;
  background: #fff;
  color: #333333;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.T1-insta.T1-insta--renew .T1-insta-more:hover {
  background-color: #d9d5cd;
  border-color: transparent;
  color: #333333 !important;
  opacity: 1 !important;
}
.T1-insta.T1-insta--renew .T1-insta-more:focus-visible {
  outline: 2px solid #093d83;
  outline-offset: 2px;
}
.T1-insta.T1-insta--renew .T1-insta-more {
  flex-wrap: nowrap;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.T1-insta.T1-insta--renew .T1-insta-more::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  background: none !important;
}
.T1-insta.T1-insta--renew .T1-insta-more__label {
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.T1-insta.T1-insta--renew .T1-insta-more__arrow {
  display: block;
  width: 2.5em;
  height: 1px;
  background: currentColor;
  position: relative;
  flex-shrink: 0;
}
.T1-insta.T1-insta--renew .T1-insta-more__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.T1-insta.T1-insta--renew .T1-insta-more__arrow {
  flex-shrink: 0;
}
@media screen and (max-width: 780px) {
  .T1-insta.T1-insta--renew .T1-insta-tit {
    margin-bottom: clamp(34px, 5vw, 40px);
  }
  .T1-insta.T1-insta--renew #sbi_images {
    gap: 4px;
  }
  .T1-insta.T1-insta--renew #sbi_images .sbi_item {
    flex-basis: 112px;
    width: 112px !important;
    max-width: 112px !important;
    height: 112px !important;
  }
}

@keyframes t1-insta-marquee {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media screen and (max-width: 780px) {
  .T1-she.T1-she--renew .T1-she-tit,
  .T1-facility.T1-facility--renew .T1-facility-tit,
  .T1-price.T1-price--renew .T1-price-tit,
  .B1-dog.B1-dog--renew .B1-dog-tit,
  .B1-mochi.B1-mochi--renew .B1-dog-tit,
  .A1-concept.A1-concept--renew .B1-dog-tit,
  .A1-area.A1-area--renew .T1-price-tit,
  .B1-price.B1-price--renew .T1-price-tit,
  .B1-rule.B1-rule--renew .T1-price-tit,
  .T1-attention.T1-attention--renew .T1-attention-tit,
  .T1-faq.T1-faq--renew .T1-faq-tit {
    text-align: center;
  }
  .T1-she.T1-she--renew .T1-she-tit h2,
  .T1-facility.T1-facility--renew .T1-facility-tit h2,
  .T1-price.T1-price--renew .T1-price-tit h2,
  .B1-dog.B1-dog--renew .B1-dog-tit h2,
  .B1-mochi.B1-mochi--renew .B1-dog-tit h2,
  .A1-concept.A1-concept--renew .B1-dog-tit h2,
  .A1-area.A1-area--renew .T1-price-tit h2,
  .B1-price.B1-price--renew .T1-price-tit h2,
  .B1-rule.B1-rule--renew .T1-price-tit h2,
  .T1-attention.T1-attention--renew .T1-attention-tit h2,
  .T1-faq.T1-faq--renew .T1-faq-tit h2 {
    text-align: center;
  }
  .B1-dog.B1-dog--renew .B1-dog-tit h2,
  .B1-mochi.B1-mochi--renew .B1-dog-tit h2,
  .A1-concept.A1-concept--renew .B1-dog-tit h2,
  .A1-area.A1-area--renew .T1-price-tit h2,
  .B1-price.B1-price--renew .T1-price-tit h2,
  .B1-rule.B1-rule--renew .T1-price-tit h2 {
    text-align: center;
  }
  .T1-facility.T1-facility--renew .T1-facility-tit {
    flex-direction: column;
    align-items: center;
  }
  .T1-facility.T1-facility--renew .T1-facility-tit h2 {
    flex: none;
  }
  .T1-about.T1-about--renew .T1-about-tit {
    text-align: center;
  }
}
.T1-about.T1-about--renew .T1-about-more,
.T1-attention.T1-attention--renew .T1-attention-more,
.T1-faq.T1-faq--renew .T1-faq-more,
.T1-insta.T1-insta--renew .T1-insta-more {
  box-sizing: border-box;
  width: 350px;
  height: 60px;
  min-width: 350px;
  max-width: 350px;
  padding: 0 40px;
}
@media screen and (max-width: 780px) {
  .T1-about.T1-about--renew .T1-about-more,
  .T1-attention.T1-attention--renew .T1-attention-more,
  .T1-faq.T1-faq--renew .T1-faq-more,
  .T1-insta.T1-insta--renew .T1-insta-more {
    width: 279px;
    height: 56px;
    min-width: 279px;
    max-width: 279px;
    padding: 0 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
.T1-about.T1-about--renew .T1-about-more,
.T1-attention.T1-attention--renew .T1-attention-more,
.T1-faq.T1-faq--renew .T1-faq-more,
.T1-insta.T1-insta--renew .T1-insta-more {
  justify-content: space-between;
  gap: 16px;
}

@media screen and (max-width: 780px) {
  .T1-about.T1-about--renew .T1-about-more,
  .T1-attention.T1-attention--renew .T1-attention-more,
  .T1-faq.T1-faq--renew .T1-faq-more,
  .T1-insta.T1-insta--renew .T1-insta-more {
    display: flex;
    font-size: 16px;
  }
  .T1-about.T1-about--renew .T1-about-more__label,
  .T1-attention.T1-attention--renew .T1-attention-more__label,
  .T1-faq.T1-faq--renew .T1-faq-more__label,
  .T1-insta.T1-insta--renew .T1-insta-more__label {
    font-size: 16px;
  }
  .T1-attention.T1-attention--renew .T1-attention-action {
    display: flex;
    justify-content: center;
  }
}
.page-faq {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  box-sizing: border-box;
  background: #fff;
  color: #333333;
}
.page-faq__body {
  padding: 0 0 clamp(64px, 10vw, 120px);
}
.page-faq__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
  box-sizing: border-box;
}
.page-faq__section {
  margin: 0;
}
.page-faq__section + .page-faq__section {
  margin-top: clamp(48px, 6vw, 72px);
}
.page-faq__section-title {
  margin: 0 0 clamp(20px, 3vw, 28px);
  padding: 0;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
  text-align: left;
}

.contact-phone {
  text-align: center;
  padding: clamp(48px, 8vw, 96px) 20px clamp(40px, 6vw, 80px);
  background-color: #fff;
  box-sizing: border-box;
}
.contact-phone__inner {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(28px, 4vw, 44px);
}
.contact-phone__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  color: #333333;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: clamp(18px, 2.5vw, 26px);
}
.contact-phone__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 24px;
  height: 1px;
  background-color: #333333;
}
.contact-phone__tel {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  justify-content: center;
  align-items: center;
  -moz-column-gap: clamp(10px, 1.5vw, 16px);
       column-gap: clamp(10px, 1.5vw, 16px);
  row-gap: 6px;
}
.contact-phone__icon {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: clamp(20px, 2.2vw, 28px);
  height: auto;
  flex-shrink: 0;
  display: block;
  margin: 0;
}
.contact-phone__body {
  display: contents;
}
.contact-phone__number {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #093D83 !important;
  text-decoration: none;
  white-space: nowrap;
}
.contact-phone__number:hover {
  opacity: 0.85;
}
.contact-phone__hours {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
  white-space: nowrap;
}

.contact-form-section__outer {
  background-color: #e3e8f1;
  padding: clamp(48px, 6vw, 96px) 10%;
  box-sizing: border-box;
}
.contact-form-section__inner {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 56px);
}
.contact-form-section__head {
  text-align: center;
}
.contact-form-section__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  color: #333333;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: clamp(18px, 2.5vw, 26px);
}
.contact-form-section__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 24px;
  height: 1px;
  background-color: #333333;
}
.contact-form-section__lead {
  margin: clamp(20px, 3vw, 32px) auto 0;
  max-width: 52em;
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.9;
  color: #333333;
}
.contact-form-section__lead p {
  margin: 0 0 0.35em;
}
.contact-form-section__lead p:last-child {
  margin-bottom: 0;
}
.contact-form-section__inner .contact-form,
.contact-form-section__inner .contact-form form {
  display: contents;
}
.contact-form-section__inner #inputContactForm {
  order: 1;
}
.contact-form-section__inner .contact-policy,
.contact-form-section__inner .privacy-frame {
  order: 2;
}
.contact-form-section__inner #privacyAgree,
.contact-form-section__inner .privacy-agree {
  order: 3;
}
.contact-form-section__inner #contactButton,
.contact-form-section__inner .button-line {
  order: 4;
}
.contact-form-section .contact-form {
  margin: 0;
  width: 100%;
}
.contact-form-section .contact-form #inputContactForm {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: none;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
.contact-form-section .contact-form #inputContactForm .form-generic,
.contact-form-section .contact-form #inputContactForm > .form-row-table {
  order: 1;
}
.contact-form-section .contact-form #inputContactForm #privacyAgree,
.contact-form-section .contact-form #inputContactForm .privacy-agree {
  order: 2;
}
.contact-form-section .contact-form #inputContactForm #contactButton,
.contact-form-section .contact-form #inputContactForm > .button-line {
  order: 3;
}
.contact-form-section .contact-form form.form .form-locked,
.contact-form-section .contact-form form.form .form-locked.unlocked {
  opacity: 1;
}
.contact-form-section .contact-form form.form .form-locked,
.contact-form-section .contact-form form.form .form-locked *,
.contact-form-section .contact-form form.form .form-locked.unlocked,
.contact-form-section .contact-form form.form .form-locked.unlocked * {
  pointer-events: auto;
}
.contact-form-section .contact-form #contactButton.form-locked,
.contact-form-section .contact-form #contactButton.form-locked.unlocked {
  opacity: 1;
  pointer-events: auto;
}
.contact-form-section .form-generic {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.contact-form-section .form-generic .table-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 20px;
  border-bottom: none;
}
.contact-form-section .form-generic .table-row:last-child {
  margin-bottom: 0;
}
.contact-form-section .form-generic .table-row:has(input[type=tel]),
.contact-form-section .form-generic .table-row:has(.ruby-input) {
  margin-bottom: 20px;
}
.contact-form-section .form-generic .table-row .col {
  padding-bottom: 0;
}
.contact-form-section .form-generic .table-row .col-label {
  flex: 0 0 28%;
  width: 28%;
  max-width: 280px;
  min-width: 9em;
  margin-right: 0;
  border-right: none;
  background-color: #D9D5CD;
  padding: clamp(10px, 1.2vw, 14px) clamp(10px, 1.2vw, 14px);
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5em;
  box-sizing: border-box;
}
.contact-form-section .form-generic .table-row .col-input {
  flex: 1;
  width: auto;
  min-width: 0;
  background-color: #fff;
  padding: clamp(10px, 1.2vw, 14px) clamp(10px, 1.2vw, 14px);
  box-sizing: border-box;
}
.contact-form-section .form-generic .col-label .form-required,
.contact-form-section .form-generic label .form-required,
.contact-form-section .form-generic label ~ .form-required {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0;
  width: auto !important;
  min-width: 3em !important;
  height: auto !important;
  min-height: 22px !important;
  padding: 0.2em 0.65em !important;
  border-radius: 4px !important;
  background-color: #e44e66 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.2 !important;
  letter-spacing: 0;
  margin: 0 0 0 0.35em !important;
  box-sizing: border-box;
  vertical-align: middle;
}
.contact-form-section .col-input input,
.contact-form-section .col-input textarea,
.contact-form-section .col-input select,
.contact-form-section form.form input[type=text],
.contact-form-section form.form input[type=email],
.contact-form-section form.form input[type=tel],
.contact-form-section form.form input[type=password],
.contact-form-section form.form input[type=number],
.contact-form-section form.form input[type=address],
.contact-form-section form.form textarea,
.contact-form-section form.form select,
.contact-form-section form.form button:not(.btn) {
  width: 100%;
  max-width: 100%;
  background-color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none;
  box-sizing: border-box;
}
.contact-form-section form.form textarea,
.contact-form-section .form-generic .table-row .col-input .message-input {
  min-height: 12em;
  resize: vertical;
}
.contact-form-section #privacyAgree,
.contact-form-section .privacy-agree {
  margin: clamp(8px, 1.5vw, 16px) 0 0;
  padding: 0;
  border: none;
  text-align: center;
}
.contact-form-section__inner:has(.contact-policy) .privacy-frame {
  display: none;
}
.contact-form-section .contact-policy,
.contact-form-section #privacyAgree,
.contact-form-section .privacy-agree,
.contact-form-section #contactButton,
.contact-form-section .button-line {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact-form-section .contact-policy {
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #c5cad6;
  padding: clamp(20px, 2.5vw, 28px) clamp(20px, 2.5vw, 32px);
  max-height: 270px;
  overflow-y: auto;
  text-align: left;
}
.contact-form-section .contact-policy > h3 {
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 700;
  margin: 0 0 1em;
  color: #333333;
}
.contact-form-section #contactButton,
.contact-form-section .button-line {
  margin-top: clamp(8px, 2vw, 24px);
  padding-top: 0;
  border-top: none;
  text-align: center;
}
.contact-form-section #contactButton > div,
.contact-form-section #contactButton input,
.contact-form-section #contactButton a,
.contact-form-section #contactButton .btn,
.contact-form-section .button-line > div,
.contact-form-section .button-line input,
.contact-form-section .button-line a,
.contact-form-section .button-line .btn {
  width: min(100%, 420px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact-form-section #contactButton input,
.contact-form-section #contactButton a.btn,
.contact-form-section #contactButton .btn.btn-primary,
.contact-form-section .button-line input,
.contact-form-section .button-line a.btn,
.contact-form-section .button-line .btn.btn-primary {
  height: auto;
  min-height: 56px;
  padding: 0.85em 1.5em;
  background-color: #093D83;
  border: 1px solid #093D83;
  border-radius: 2px;
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 780px) {
  .contact-form-section__outer {
    padding-left: clamp(16px, 4vw, 24px);
    padding-right: clamp(16px, 4vw, 24px);
  }
  .contact-form-section .form-generic .table-row {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .contact-form-section .form-generic .table-row .col {
    width: 100%;
    max-width: 100%;
  }
  .contact-form-section .form-generic .table-row .col-label {
    flex: none;
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-bottom: 1px solid #c5cad6;
  }
  .contact-form-section .form-generic .table-row .col-input {
    flex: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-bottom: none;
  }
}

main.contact:has(.contact-form-section) > .section {
  display: none;
}
main.contact:has(.contact-phone) > .section:first-of-type {
  display: none;
}
main.contact > .section:first-of-type:not(:has(.contact-phone)) {
  text-align: center;
  padding: clamp(48px, 8vw, 96px) 20px clamp(40px, 6vw, 80px);
  background-color: #fff;
  border: none;
}
main.contact > .section:first-of-type:not(:has(.contact-phone)) .inner {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
main.contact > .section:first-of-type:not(:has(.contact-phone)) .tit03 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  color: #333333;
  text-align: center;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: clamp(18px, 2.5vw, 26px);
  position: relative;
}
main.contact > .section:first-of-type:not(:has(.contact-phone)) .tit03::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 24px;
  height: 1px;
  background-color: #333333;
}
main.contact > .section:first-of-type:not(:has(.contact-phone)) .freespace_wrap {
  margin-top: clamp(28px, 4vw, 44px);
}
main.contact .contact-tel {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  justify-content: center;
  align-items: center;
  -moz-column-gap: clamp(10px, 1.5vw, 16px);
       column-gap: clamp(10px, 1.5vw, 16px);
  row-gap: 6px;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: center;
}
main.contact .contact-tel::before {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: clamp(20px, 2.2vw, 28px);
  height: clamp(26px, 2.8vw, 36px);
  margin: 0;
  background-image: url(../../images/common/icon-tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main.contact .contact-tel > a {
  grid-column: 2;
  grid-row: 1;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #093D83;
  text-decoration: none;
}
main.contact .contact-tel > a:hover {
  opacity: 0.85;
}
main.contact .contact-tel .contact-tel-text {
  grid-column: 2;
  grid-row: 2;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
}
main.contact .contact-phone-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
}
main.contact .contact-phone-tel a {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 1.5vw, 16px);
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1;
  color: #093D83;
  text-decoration: none;
}
main.contact .contact-phone-tel a img {
  width: clamp(20px, 2.2vw, 28px);
  height: auto;
  margin: 0;
}
main.contact .contact-phone-tel a:hover {
  opacity: 0.85;
}
main.contact .contact-phone-tel .txts {
  margin-top: 0;
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 500;
  color: #333333;
}

.contact-form-section--thanks .contact-form-section__inner {
  gap: 0;
}

.contact-form--mw-hook {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-thanks {
  text-align: center;
  padding: clamp(8px, 2vw, 24px) 0 clamp(24px, 4vw, 48px);
  box-sizing: border-box;
}
.contact-thanks__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 500;
  color: #333333;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: clamp(18px, 2.5vw, 26px);
}
.contact-thanks__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 24px;
  height: 1px;
  background-color: #333333;
}
.contact-thanks__body {
  margin: clamp(28px, 4vw, 44px) auto 0;
  max-width: 42em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #333333;
}
.contact-thanks__body p {
  margin: 0;
}
.contact-thanks__action {
  margin: clamp(48px, 6vw, 80px) 0 0;
  display: flex;
  justify-content: center;
}
.contact-thanks__back {
  box-sizing: border-box;
  width: 350px;
  height: 60px;
  min-width: 350px;
  max-width: 350px;
  padding: 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #828282;
  border-radius: 2px;
  background: #fff;
  color: #333333;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  gap: 16px;
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 500;
}
.contact-thanks__back:hover {
  background-color: #d9d5cd;
  border-color: transparent;
  color: #333333 !important;
  opacity: 1 !important;
}
.contact-thanks__back:focus-visible {
  outline: 2px solid #093d83;
  outline-offset: 2px;
}
.contact-thanks__back .btn-outline__arrow {
  display: block;
  width: 2.5em;
  height: 1px;
  background: currentColor;
  position: relative;
  flex-shrink: 0;
}
.contact-thanks__back .btn-outline__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 780px) {
  .contact-thanks {
    padding-bottom: clamp(16px, 4vw, 32px);
  }
  .contact-thanks__back {
    width: 279px;
    height: 56px;
    min-width: 279px;
    max-width: 279px;
    padding: 0 24px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
}

.low-header {
  background-image: url(../../../runrunrun/assets/images/low/low-header.jpg);
}
.low-header::before {
  background-image: url(../../../runrunrun/assets/images/top/mv_glass.svg);
}
.low-header .low-header-dog01,
.low-header .mv-dog01 {
  display: block;
  width: 117px;
  height: 89px;
  background: url(../../../runrunrun/assets/images/top/mv_dog01.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 10%;
  z-index: 4;
}
.low-header .low-header-dog02,
.low-header .mv-dog02 {
  display: block;
  width: 80px;
  height: 96px;
  background: url(../../../runrunrun/assets/images/top/mv_dog02.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 10%;
  z-index: 4;
}
@media screen and (max-width: 780px) {
  .low-header::before {
    background-image: url(../../../runrunrun/assets/images/top/mv_glass_sp.svg);
  }
}

.A1-concept:not(.A1-concept--renew)::before {
  background-image: url(../../../runrunrun/assets/images/low/low-kazari.svg);
}

.A1-kitchen {
  background-image: url(../../../runrunrun/assets/images/low/A1_bg01.svg);
}
.A1-kitchen .txts h3::before {
  background-image: url(../../../runrunrun/assets/images/common/ico_tit01.svg);
}

.B1-dog {
  background-image: url(../../../runrunrun/assets/images/low/B1_bg01.jpg);
}
.B1-dog-bikou h3::before {
  background-image: url(../../../runrunrun/assets/images/common/ico_tit03.svg);
}

.B1-point-wrap .numbers {
  background-image: url(../../../runrunrun/assets/images/low/B1_point_n.svg);
}

.B1-reserv dl dt::before {
  background-image: url(../../../runrunrun/assets/images/low/B1_parts.svg);
}

.B1-mochi:not(.B1-mochi--renew) {
  background-image: url(../../../runrunrun/assets/images/low/A1_bg01.svg);
}
.B1-mochi:not(.B1-mochi--renew) .wraps::before {
  background-image: url(../../../runrunrun/assets/images/low/B1_kazari.svg);
}
.B1-mochi:not(.B1-mochi--renew) .wraps ul li::before {
  background-image: url(../../../runrunrun/assets/images/common/ico_check.svg);
}

.nami01::before {
  background-image: url(../../../runrunrun/assets/images/low/A1_line01.svg);
}
.nami01::after {
  background-image: url(../../../runrunrun/assets/images/low/A1_line02.svg);
}

.news-child-left__category ul li a::before {
  content: url("../../../runrunrun/assets/images/common/ico_arrow03.svg");
}

.A1-access--renew {
  background-color: #E3E8F1;
  padding: 114px 0 192px;
  margin-top: 0;
}
.A1-access--renew .tit01 {
  margin-bottom: 65px;
  padding-bottom: 0;
  background: none;
  background-image: none;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .A1-access--renew .tit01 {
    font-size: 24px;
    margin-bottom: 26px;
  }
}
.A1-access--renew .tit01 span {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #093D83;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .A1-access--renew .tit01 span {
    font-size: 12px;
  }
}
.A1-access--renew .ggmap {
  margin-bottom: 96px;
}
@media screen and (max-width: 780px) {
  .A1-access--renew .ggmap {
    margin-bottom: 37px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.A1-access--renew .A1-access__detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 5.2vw, 94px);
}
.A1-access--renew .A1-access__col--info {
  flex: 0 1 390px;
  width: 100%;
  max-width: 390px;
  min-width: 0;
}
.A1-access--renew .A1-access__col--parking {
  flex: 1 1 400px;
  width: 100%;
  max-width: 796px;
  min-width: 0;
}
.A1-access--renew .A1-access__name {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 27px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .A1-access--renew .A1-access__name {
    font-size: 18px;
    margin-bottom: 11px;
  }
}
.A1-access--renew .A1-access__address {
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 18px;
}
.A1-access--renew .A1-access__meta {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.A1-access--renew .A1-access__meta span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
}
.A1-access--renew .A1-access__meta p + p {
  margin-top: 14px;
}
.A1-access--renew .A1-access__heading {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  color: #333333;
}
.A1-access--renew .A1-access__heading::before {
  content: "●";
  margin-right: 0.1em;
}
.A1-access--renew .A1-access__heading--parking {
  margin-bottom: 49px !important;
}
.A1-access--renew .A1-access__heading--parking::before {
  content: "●";
  margin-right: 0.1em;
}
@media screen and (max-width: 950px) {
  .A1-access--renew .A1-access__heading--parking {
    margin-bottom: 18px !important;
  }
}
.A1-access--renew .A1-access__car {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
  background-color: #fff;
  padding: 21px 22px;
  border-radius: 4px;
}
.A1-access--renew .A1-access__car-body {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.A1-access--renew .A1-access__car-body ul {
  list-style: disc;
  padding-left: 0.2em;
}
.A1-access--renew .A1-access__parking-map {
  background-color: #fff;
  padding: 33px 36px 51px;
  border-radius: 4px;
}
.A1-access--renew .A1-access__parking-map img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 35px;
}
@media screen and (max-width: 780px) {
  .A1-access--renew {
    padding: 50px 0;
  }
  .A1-access--renew .inner {
    padding: 16px;
  }
  .A1-access--renew .A1-access__detail {
    flex-direction: column;
    gap: 32px;
  }
  .A1-access--renew .A1-access__col--info,
  .A1-access--renew .A1-access__col--parking {
    flex: 1 1 auto;
    max-width: none;
  }
}

main .A1-access--renew {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.page-template-page-contact .A1-access.A1-access--renew,
.page-template-page-contact-complete .A1-access.A1-access--renew,
.parent-slug-contacts .A1-access.A1-access--renew,
.privacy-policy .A1-access.A1-access--renew,
.page-id-3 .A1-access.A1-access--renew {
  margin-top: 120px;
}
@media screen and (max-width: 780px) {
  .page-template-page-contact .A1-access.A1-access--renew,
  .page-template-page-contact-complete .A1-access.A1-access--renew,
  .parent-slug-contacts .A1-access.A1-access--renew,
  .privacy-policy .A1-access.A1-access--renew,
  .page-id-3 .A1-access.A1-access--renew {
    margin-top: 60px;
  }
}

footer {
  margin-top: 0;
}

.footer.footer--renew {
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  margin-top: 0;
  padding: 125px clamp(20px, 4vw, 60px) 57px !important;
  background-color: #faf9f5;
  overflow-x: clip;
}
.footer.footer--renew .inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 950px) {
  .footer.footer--renew .inner {
    max-width: 500px;
  }
}
.footer.footer--renew .footer__main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px clamp(24px, 8vw, 140px);
  padding-bottom: 56px;
  border-bottom: 1px solid #c8c4bc;
}
.footer.footer--renew .footer__main > * {
  min-width: 0;
}
.footer.footer--renew .footer__brand {
  flex: 1 1 280px;
  max-width: 440px;
}
.footer.footer--renew .footer__nav {
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 5vw, 80px);
  flex: 0 1 auto;
}
.footer.footer--renew .footer__logo {
  margin: 0 0 40px;
}
.footer.footer--renew .footer__logo a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
}
.footer.footer--renew .footer__logo img {
  height: 36px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.footer.footer--renew .footer__logo span {
  color: #333;
  font-size: 13px;
  line-height: 1.5;
}
.footer.footer--renew .footer__address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 20px;
}
.footer.footer--renew .footer__address a {
  color: inherit;
  text-decoration: none;
}
.footer.footer--renew .footer__address a:hover {
  text-decoration: underline;
}
.footer.footer--renew .footer__infos dl {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.7;
}
.footer.footer--renew .footer__infos dl + dl {
  margin-top: 12px;
}
.footer.footer--renew .footer__infos dl dt {
  flex-shrink: 0;
  min-width: 68px;
  padding: 2px 8px;
  border: 1px solid #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.footer.footer--renew .footer__infos dl dd {
  flex: 1;
  margin: 0;
}
.footer.footer--renew .footer__menu-title {
  margin: 0 0 18px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #093d83;
  line-height: 1.5;
}
.footer.footer--renew .footer__menu-columns {
  display: flex;
  gap: clamp(24px, 2vw, 56px);
}
.footer.footer--renew .footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer.footer--renew .footer__menu-list a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #333333;
  white-space: nowrap;
}
.footer.footer--renew .footer__menu-list a::before {
  content: "";
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  background: url("../../../runrunrun/assets/images/common/ico_arrow02.svg") center/contain no-repeat;
}
.footer.footer--renew .footer__menu-list a:hover {
  color: #093d83;
  opacity: 0.85;
}
.footer.footer--renew .footer__social {
  text-align: center;
}
.footer.footer--renew .footer__qr {
  display: block;
  width: clamp(100px, 11.5vw, 162px);
  height: auto;
  margin: 0 auto 6px;
}
.footer.footer--renew .footer__social-label {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin: 0;
  color: #333333;
}
.footer.footer--renew .footer__social-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer.footer--renew .footer__contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  flex: 0 0 auto;
  width: clamp(260px, 19vw, 360px);
  max-width: 360px;
  margin: 0 auto;
}
.footer.footer--renew .header-contact-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  min-width: 0;
  height: 65px;
  padding: 19px 24px 16px;
  background-color: #093d83;
  color: #fff;
  text-decoration: none !important;
  font-weight: 700;
  line-height: 1.2;
  transition: opacity 0.2s ease;
}
.footer.footer--renew .header-contact-btn:hover {
  opacity: 0.88;
}
.footer.footer--renew .header-contact-btn__ja {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.footer.footer--renew .header-contact-btn__en {
  color: #739cd2;
  font-size: 12px;
  font-weight: 500;
}
.footer.footer--renew .header-tel {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 2px;
  line-height: 1.2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(28px, 2.2vw, 40px);
}
.footer.footer--renew .header-tel__icon {
  grid-column: 1;
  grid-row: 1;
  flex-shrink: 0;
  width: auto;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  align-self: center;
  margin: 0;
}
.footer.footer--renew .header-tel__body {
  display: contents;
}
.footer.footer--renew .header-tel__number {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: #093d83;
  font-size: inherit;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  align-self: center;
}
.footer.footer--renew .header-tel__number:hover {
  opacity: 0.85;
}
.footer.footer--renew .header-tel__hours {
  grid-column: 2;
  grid-row: 2;
  margin: 0 auto;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.footer.footer--renew .footer-related {
  clear: both;
  width: 100%;
  padding-top: 48px;
  text-align: center;
}
.footer.footer--renew .footer-related__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 39px;
  line-height: 1.5;
}
.footer.footer--renew .footer-related__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px 40px;
}
.footer.footer--renew .footer-related__list a {
  display: block;
  transition: opacity 0.2s;
}
.footer.footer--renew .footer-related__list a:hover {
  opacity: 0.8;
}
.footer.footer--renew .footer-related__list img {
  display: block;
  max-height: 100px;
  width: auto;
  height: auto;
  max-width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) and (min-width: 951px) {
  .footer.footer--renew {
    padding: 80px clamp(24px, 3vw, 48px) 48px !important;
  }
  .footer.footer--renew .footer__logo {
    margin-bottom: 36px;
  }
  .footer.footer--renew .footer__main {
    gap: 28px 36px;
    padding-bottom: 48px;
  }
  .footer.footer--renew .footer__brand {
    flex: 1 1 calc(50% - 18px);
    max-width: none;
  }
  .footer.footer--renew .footer__nav {
    flex: 1 1 calc(50% - 18px);
    align-items: flex-end;
    gap: 24px;
  }
  .footer.footer--renew .footer__menu-columns {
    gap: 20px 32px;
  }
  .footer.footer--renew .footer__menu-list {
    gap: 12px;
  }
  .footer.footer--renew .footer__menu-list a {
    white-space: normal;
    font-size: 14px;
  }
  .footer.footer--renew .footer__social {
    text-align: right;
  }
  .footer.footer--renew .footer__qr {
    width: 120px;
    margin-left: auto;
    margin-right: 0;
  }
  .footer.footer--renew .footer__social-label {
    justify-content: flex-end;
    font-size: 15px;
  }
  .footer.footer--renew .footer__contact {
    flex: 1 1 100%;
    max-width: 360px;
    margin: 8px auto 0;
  }
  .footer.footer--renew .header-tel {
    font-size: 40px;
  }
  .footer.footer--renew .footer-related__list {
    gap: 20px 32px;
  }
}
@media screen and (max-width: 950px) {
  .footer.footer--renew {
    padding: 56px 20px 40px !important;
  }
  .footer.footer--renew .footer__logo {
    margin-bottom: 32px;
    text-align: center;
  }
  .footer.footer--renew .footer__logo a {
    align-items: center;
  }
  .footer.footer--renew .footer__logo img {
    margin-left: auto;
    margin-right: auto;
    -o-object-position: center;
       object-position: center;
  }
  .footer.footer--renew .footer__logo span {
    text-align: center;
  }
  .footer.footer--renew .footer__brand {
    max-width: none;
  }
  .footer.footer--renew .footer__infos dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .footer.footer--renew .footer__infos dl dt {
    margin-bottom: 2px;
  }
  .footer.footer--renew .footer__main {
    flex-direction: column;
    gap: 28px;
    padding-bottom: 40px;
  }
  .footer.footer--renew .footer__brand {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
  }
  .footer.footer--renew .footer__nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: 0;
  }
  .footer.footer--renew .footer__menu {
    flex: 1 1 auto;
    min-width: 0;
  }
  .footer.footer--renew .footer__menu-columns {
    flex-direction: column;
    gap: 12px;
  }
  .footer.footer--renew .footer__menu-list a {
    white-space: normal;
    font-size: 14px;
  }
  .footer.footer--renew .footer__social {
    flex: 0 0 auto;
    padding-top: 28px;
  }
  .footer.footer--renew .footer__qr {
    width: 120px;
    margin-bottom: 8px;
  }
  .footer.footer--renew .footer__social-label {
    font-size: 13px;
    justify-content: center;
  }
  .footer.footer--renew .footer__contact {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
  .footer.footer--renew .header-contact-btn {
    max-width: 400px;
    margin: 0 auto;
  }
  .footer.footer--renew .header-tel {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer.footer--renew .header-tel {
    font-size: clamp(28px, 10.2vw, 40px);
  }
  .footer.footer--renew .footer-related {
    padding-top: 36px;
  }
  .footer.footer--renew .footer-related__list {
    flex-direction: column;
    gap: 28px;
  }
  .footer.footer--renew .footer-related__list img {
    max-height: none;
    max-width: min(280px, 100%);
    margin: 0 auto;
  }
}

.copyright--renew {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: #faf9f5;
  color: #333;
  font-size: 12px;
  padding: 0 clamp(20px, 4vw, 60px) 45px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .copyright--renew {
    padding: 0 20px 32px;
    font-size: 11px;
  }
}/*# sourceMappingURL=child.css.map */