@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--primary-color);
  box-shadow: 1px 1px 1px var(--color-white);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
  background: var(--color-white);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2.75vw) translateX(0px) rotate(-45deg);
  background: var(--color-white);
}

/*  drawer inbox
  ------------------------------------ */
#drawer-nav {
  padding: 8% 6% 15%;
  background: var(--primary-color);
}
#drawer-nav .drawer-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer-nav .drawer-nav {
  margin-bottom: 10%;
}
#drawer-nav .drawer-nav .drawer-link {
  padding: 6% 0;
  border-bottom: 1px solid var(--color-white);
  font-size: var(--font-size-17);
  color: var(--color-white);
}
#drawer-nav .drawer-nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav .drawer-nav .drawer-dropdown span {
  display: block;
}
#drawer-nav .drawer-nav .drawer-dropdown span:before, #drawer-nav .drawer-nav .drawer-dropdown span:after {
  background: var(--color-black);
}
#drawer-nav .drawer-nav .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
}
#drawer-nav .drawer-nav .current::before, #drawer-nav .drawer-nav .current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer-nav .drawer-nav .current::before {
  left: 0;
}
#drawer-nav .drawer-nav .current::after {
  left: 3%;
}
#drawer-nav .drawer-nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid var(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .drawer-address {
  margin: 10% auto;
}
#drawer-nav .drawer-address li {
  margin-bottom: 6%;
}
#drawer-nav .drawer-address li:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer__subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 7%;
}
#drawer-nav .drawer__subpage-item a {
  color: var(--color-white);
  text-decoration: underline;
}

/*
# c-contact__list
------------------------*/
.c-contact__list .com-tel {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 8%;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-27);
  font-family: var(--sub-font-family);
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--body-letter-spacing);
  padding-left: 6vw;
  background: url(../../img/common/tel-ic_white.png) left bottom 1vw/4vw no-repeat;
}
.c-contact__list .com-tel .tel__num small {
  font-size: var(--font-size-16);
}
.c-contact__list .com-tel .tel__text {
  display: block;
}
.c-contact__list .com-mail .mail__button {
  width: 85%;
  margin: 0 auto;
  display: block;
  color: var(--color-white);
  padding: 0.3vw 0;
  background: var(--accent-color);
  font-family: var(--sub-font-family);
  text-align: center;
  position: relative;
}
.c-contact__list .com-mail .mail__button:after {
  position: absolute;
  inset: 0 7% 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
.c-contact__list .com-mail .mail__button span {
  display: block;
  width: 100%;
  padding: 5% 0 5% 8%;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  background: url(../../img/common/mail_ic.png) left 21% center/4vw no-repeat;
}
.c-contact__list .com-mail .mail__button:hover::after {
  right: 4%;
}

/*
# img-list
------------------------*/
.c-img__list {
  margin-top: 15%;
}
.c-img__list .c-img__item {
  width: 90%;
  margin: 0 auto 8%;
}
.c-img__list .c-img__item:last-child {
  margin-bottom: 0;
}
.c-img__list .c-img__item .img__item-frame {
  margin-bottom: 4%;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.com-content p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.com-button {
  display: block;
  padding: 0.3vw 0;
  text-align: center;
  background: url(../../img/common/com-button_deco.png) center, var(--accent-color);
  font-family: var(--sub-font-family);
  color: var(--color-white);
}
.com-button span {
  padding: 5% 0;
  display: block;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-size: var(--font-size-25);
  font-family: var(--sub-font-family);
  letter-spacing: 0.22em;
  padding-bottom: 10%;
  margin-bottom: 10%;
  text-align: center;
  background: url(../../img/common/section-ttl_deco.png) bottom center/5vw no-repeat;
}
.section-title small {
  display: block;
  color: var(--primary-color);
  font-size: var(--font-size-19);
}

.headline-title {
  color: var(--primary-color);
  font-family: var(--sub-font-family);
  font-size: var(--font-size-21);
  padding-left: 9%;
  background: url(../../img/common/headline-ttl_deco.png) left top 3vw/4vw no-repeat;
  margin-bottom: 4%;
}

.sub-title {
  font-size: var(--font-size-18);
  color: var(--primary-color);
  font-family: var(--sub-font-family);
  text-align: center;
}
.sub-title span {
  padding: 0 7vw;
  background: url(../../img/common/headline-ttl_deco.png) left center/3.5vw no-repeat, url(../../img/common/headline-ttl_deco.png) right center/3.5vw no-repeat;
}

/*==========================================
header
===========================================*/
#header {
  background: url(../../img/common/header_bg.jpg) center/cover no-repeat;
  padding: 6% 4%;
  border-bottom: 2px solid var(--color-white);
}
#header .header__logo {
  width: 40%;
  line-height: 1;
}
#header .header__logo a {
  display: flex;
  align-items: center;
}
#header .header__right {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 75vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../img/top/mv/mv_bg.jpg) center/cover no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#top-mv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 38vw;
  background: url(../../img/sv/sv_deco.png) top center/100% no-repeat;
  inset: -13% 0 auto;
  z-index: 1;
}
#top-mv .mv__catch {
  width: 100%;
  position: relative;
  z-index: 1;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--footer-color);
  padding: 15% 0 10%;
}
#footer .footer__inbox {
  text-align: center;
}
#footer .footer__logo {
  width: 50%;
  display: inline-block;
  margin-bottom: 10%;
}
#footer .footer__address-list {
  margin-bottom: 10%;
}
#footer .footer__address-list .footer__address-item {
  width: 75%;
  margin: 0 auto 8%;
  padding: 4% 0;
  text-align: center;
  background: var(--color-white);
  border: 1px solid var(--primary-color);
}
#footer .footer__address-list .footer__address-item:last-child {
  margin-bottom: 0;
}
#footer .footer__address-list .footer__address-item .address__title {
  color: var(--primary-color);
  font-size: var(--font-size-16);
  margin-bottom: 4%;
}
#footer .footer__address-list .footer__address-item .address__text {
  font-size: var(--font-size-14);
}
#footer .footer__contact-list .com-tel .tel__num {
  color: var(--primary-color);
  background-image: url(../../img/common/tel-ic_blue.png);
}
#footer .footer__nav {
  padding-top: 5%;
  margin-top: 12%;
  border-top: 1px solid var(--color-lightblue-light);
}
#footer .footer__nav-list {
  text-align: left;
  font-size: var(--font-size-13);
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__nav-item {
  margin-bottom: 9%;
}
#footer .footer__nav-link {
  color: var(--primary-color);
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 12%;
  color: var(--primary-color);
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  color: var(--primary-color);
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  height: 40vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
.lower-sv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 38vw;
  background: url(../../img/sv/sv_deco.png) top center/100% no-repeat;
  inset: -13% 0 auto;
  z-index: 1;
}
.lower-sv .sv__title {
  width: 86%;
  font-family: var(--sub-font-family);
  color: var(--primary-color);
  text-align: center;
  font-size: var(--font-size-24);
  letter-spacing: 0.08em;
  background: url(../../img/common/body_bg.jpg);
  position: relative;
  z-index: 1;
}

#about-sv {
  background: url(../../img/sv/about-sv_bg.jpg) center/cover no-repeat;
}

#guide-sv {
  background: url(../../img/sv/guide-sv_bg.jpg) center/cover no-repeat;
}

#eidai-sv {
  background: url(../../img/sv/eidai-sv_bg.jpg) center/cover no-repeat;
}

#info-sv {
  background: url(../../img/sv/info-sv_bg.jpg) center/cover no-repeat;
}

#news-sv {
  background: url(../../img/sv/news-sv_bg.jpg) center/cover no-repeat;
}

#contact-sv {
  background: url(../../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

#complete-sv {
  background: url(../../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

#privacy-sv {
  background: url(../../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

#site-sv {
  background: url(../../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

#e404-sv {
  background: url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-about
------------------------*/
#top-about {
  padding: 20% 0 18%;
  position: relative;
}
#top-about::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15vw;
  background: var(--primary-color);
  inset: 0 0 auto;
  margin: 0 auto;
}
#top-about .about__title {
  font-size: var(--font-size-24);
}
#top-about .about__content {
  background: var(--color-white);
  position: relative;
  padding: 10% 5% 15%;
  border: 1px solid var(--color-lightblue);
}
#top-about .about__content::before, #top-about .about__content::after {
  position: absolute;
  content: "";
}
#top-about .about__content::before {
  width: 39%;
  height: 21vw;
  inset: -13vw -9% auto auto;
  background: url(../../img/top/about-rt_ill.png) center/100% no-repeat;
}
#top-about .about__content::after {
  width: 18%;
  height: 20vw;
  inset: auto auto -11vw -6%;
  background: url(../../img/top/about-lb_ill.png) center/100% no-repeat;
}
#top-about .about__button {
  width: 100%;
  margin: 18% auto 0;
}

/*
# top-column__section
------------------------*/
.top-column__section {
  position: relative;
}
.top-column__section .column__inbox {
  padding: 15% 8% 76vw;
}
.top-column__section .column__img {
  width: 100%;
  height: 55vw;
  position: absolute;
  bottom: 0;
}
.top-column__section .column__title {
  color: var(--primary-color);
  font-size: var(--font-size-25);
  background: none;
  text-align: center;
  letter-spacing: 0.22em;
  padding-bottom: 0;
}
.top-column__section .column__button {
  margin-top: 15%;
}

#top-inori {
  background: url(../../img/top/inori-top_deco.png) top 10vw left/30% no-repeat, url(../../img/top/inori-btm_deco.png) top 15vw right 8%/14% no-repeat;
}

#top-eidai {
  background: url(../../img/top/eidai-top_deco.png) top 15vw right/35% no-repeat, url(../../img/top/eidai-btm_deco.png) top 1vw right 3%/25% no-repeat;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 18% 0;
  background: url(../../img/top/news_bg.jpg) center/cover no-repeat;
}
#top-news .news__inbox {
  position: relative;
  min-height: 335px;
}
#top-news .news__title {
  color: var(--color-white);
  background-image: url(../../img/top/news-ttl_deco.png);
}
#top-news .news__post-list {
  background: rgba(var(--color-white-rgb), 0.9);
  padding: 10% 5%;
}
#top-news .news__post-list .news__post {
  border-bottom: 1px solid var(--primary-color);
}
#top-news .news__post-list .news__post:last-child {
  border-bottom: none;
}
#top-news .news__post-list .news__post-link {
  padding: 7% 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
#top-news .news__post-list .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-list .news__post-link:hover .news__post-title {
  color: var(--primary-color);
  text-decoration: underline;
}
#top-news .news__post-list .news__post-date, #top-news .news__post-list .news__post-tags {
  color: var(--primary-color);
  font-size: var(--font-size-14);
  letter-spacing: 0.06em;
}
#top-news .news__post-list .news__post-date {
  width: 26%;
}
#top-news .news__post-list .news__post-tags {
  display: flex;
  flex-wrap: wrap;
  width: 74%;
}
#top-news .news__post-list .news__post-tags li {
  padding: 0 2.5vw;
  position: relative;
}
#top-news .news__post-list .news__post-tags li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  background: var(--primary-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  transition: all 0.3s;
  font-size: var(--font-size-16);
}
#top-news .news__button {
  margin-top: 15%;
}

/*==========================================
about
===========================================*/
/*
# about-origin
------------------------*/
#about-origin .origin__content {
  background: var(--color-white);
  padding: 10% 5%;
}

/*
# about-history
------------------------*/
#about-history .history__list {
  padding: 10% 5%;
  background: var(--color-lightblue-light);
}
#about-history .history__list .history__item {
  border-bottom: 1px solid var(--primary-color);
  padding: 6% 0;
}
#about-history .history__list .history__item:last-child {
  border-bottom: none;
}
#about-history .history__list .history__item .history__item-title {
  color: var(--primary-color);
  padding-left: 7%;
  margin-bottom: 3%;
  background: url(../../img/common/headline-ttl_deco.png) left top 2vw/3vw no-repeat;
}

/*
# about-greeting
------------------------*/
#about-greeting {
  background: rgba(var(--bg-color-lightblue-rgb), 0.4);
}
#about-greeting .greeting__wrap {
  background: var(--color-white);
  padding: 10% 5%;
  position: relative;
}
#about-greeting .greeting__wrap::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 22vw;
  inset: auto auto -5vw -5%;
  background: url(../../img/about/greeting-btm_ill.png) center/100% no-repeat;
}
#about-greeting .greeting__wrap .greeting__img {
  text-align: center;
  margin-bottom: 7%;
}
#about-greeting .greeting__wrap .greeting__content .greeting__text.name {
  color: var(--primary-color);
  text-align: right;
}

/*
# about-event
------------------------*/
#about-event .event__item {
  margin-bottom: 15%;
}
#about-event .event__item:last-child {
  margin-bottom: 0;
}
#about-event .event__item-title {
  width: 100%;
  font-size: var(--font-size-24);
  margin-bottom: 4%;
}
#about-event .event__item-table {
  background: var(--color-white);
  border: 1px solid var(--primary-color);
}
#about-event .event__item-month {
  width: 25%;
  background: var(--color-lightblue-light);
  padding: 3vw;
  font-size: var(--font-size-17);
  text-align: center;
  color: var(--primary-color);
}
#about-event .event__item td {
  width: 75%;
}
#about-event .event__item-list {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 60px;
  box-sizing: border-box;
  overflow: hidden;
}
#about-event .event__item-day {
  padding: 3vw;
  border-bottom: 1px solid var(--bg-color-lightblue);
}
#about-event .event__item-month-wrap {
  border-bottom: 1px solid var(--primary-color);
}
#about-event .event__item-month-wrap:last-child {
  border-bottom: none;
}
#about-event .event__item-month-wrap:last-child .event__item-day:last-child {
  border-bottom: none;
}

/*==========================================
guide
===========================================*/
/*
# guide-butsugoto
------------------------*/
#guide-butsugoto .butsugoto__item {
  background: var(--color-white);
  padding: 10% 3%;
  margin-bottom: 12%;
}
#guide-butsugoto .butsugoto__item:last-child {
  margin-bottom: 0;
}
#guide-butsugoto .butsugoto__item-headline {
  position: relative;
}
#guide-butsugoto .butsugoto__item .butsugoto__content-title {
  font-size: var(--font-size-20);
  color: var(--primary-color);
  margin-bottom: 8%;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
#guide-butsugoto .butsugoto__item .butsugoto__content-img {
  width: 97%;
  margin: 0 auto 5%;
}
#guide-butsugoto .butsugoto__item .butsugoto__content-text {
  padding: 0 3%;
}
#guide-butsugoto .butsugoto__item-bottom {
  margin-top: 12%;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-item {
  background: var(--fourth-color);
  padding: 10% 5%;
  margin-bottom: 10%;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-item:last-child {
  margin-bottom: 0;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-item .butsugoto__bottom-title {
  text-align: center;
  color: var(--primary-color);
  font-size: var(--font-size-20);
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 3%;
  margin-bottom: 4%;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-list {
  background: var(--fourth-color);
  padding: 10% 5%;
  text-align: center;
  color: var(--primary-color);
  font-size: var(--font-size-18);
  position: relative;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-list::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 23vw;
  background: url(../../img/guide/butsugoto_ill.png) center/100% no-repeat;
  inset: auto -7% -15vw auto;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-list .butsugoto__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-list .butsugoto__list-item dt {
  width: 13vw;
  text-align: right;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-list .butsugoto__list-item dd {
  width: 35vw;
  text-align: left;
}

/*
# guide-inori
------------------------*/
#guide-inori .inori__list .inori__item {
  width: 90%;
  margin: 0 auto 12%;
}
#guide-inori .inori__list .inori__item:last-child {
  margin-bottom: 0;
}
#guide-inori .inori__list .inori__item-img {
  margin-bottom: 5%;
}

/*==========================================
eidai
===========================================*/
/*
# eidai-about
------------------------*/
#eidai-about .about__content {
  background: var(--color-white);
  padding: 10% 5%;
}

/*
# eidai-type
------------------------*/
#eidai-type .type__item {
  background: rgba(var(--color-lightblue-light-rgb), 0.9);
  padding: 10% 5%;
  margin-bottom: 50px;
  position: relative;
}
#eidai-type .type__item:last-child {
  margin-bottom: 0;
}
#eidai-type .type__item-img {
  margin-bottom: 6%;
  text-align: center;
}
#eidai-type .type__item-title {
  font-size: var(--font-size-21);
  color: var(--primary-color);
  margin-bottom: 5%;
  text-align: center;
}

/*
# eidai-steps
------------------------*/
#eidai-steps {
  background: rgba(var(--bg-color-lightblue-rgb), 0.4);
}
#eidai-steps .steps__list {
  position: relative;
}
#eidai-steps .steps__list::before {
  position: absolute;
  content: "";
  width: 38%;
  height: 21vw;
  background: url(../../img/eidai/step_ill.png) center/100% no-repeat;
  inset: -60px 0 auto auto;
}
#eidai-steps .steps__item {
  margin-bottom: 12%;
  background: var(--color-white);
}
#eidai-steps .steps__item:last-child {
  margin-bottom: 0;
}
#eidai-steps .steps__item-title {
  font-size: var(--font-size-20);
  color: var(--color-white);
  background: var(--primary-color);
  padding: 4% 5%;
}
#eidai-steps .steps__item-content {
  padding: 6% 5%;
}

/*==========================================
info
===========================================*/
#info-section {
  position: relative;
}
#info-section::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 22vw;
  background: url(../../img/info/betsuin-btm_ill.png) center bottom/100% no-repeat;
  inset: auto auto 0 1%;
}
#info-section .info__item {
  margin-bottom: 15%;
}
#info-section .info__item:last-child {
  margin-bottom: 0;
}
#info-section .info__item .info__table {
  margin-bottom: 12%;
  background: var(--color-white);
  padding: 5%;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/