@charset "UTF-8";
/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.08em;
}

.section-title {
  text-align: center;
  font-size: var(--font-size-24);
  border-bottom: 1px solid var(--primary-color);
  padding: 12vw 0 3%;
  background: url(../img/common/section-ttl_ill.png) top center/9vw no-repeat;
  margin-bottom: 12%;
  font-weight: var(--font-weight-medium);
}
.section-title em {
  font-size: var(--font-size-27);
}
.section-title small {
  font-size: var(--font-size-20);
  display: block;
}

.headline-title {
  text-align: left;
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-medium);
  border-radius: 3vw;
  margin-bottom: 4%;
  padding: 3% 4%;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 8%;
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.com-cont 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;
}

.c-contact__list {
  gap: 15px;
}

.com-tel {
  line-height: 1.1;
  margin-bottom: 6%;
}
.com-tel .tel__num {
  font-size: var(--font-size-28);
}
.com-tel .tel__num small {
  font-size: var(--font-size-16);
}
.com-tel .tel__txt {
  width: 67%;
  margin: 0 auto;
  display: block;
}

.mail-button a {
  color: var(--accent-color);
  font-size: var(--font-size-15);
  padding: 2vw 3vw 2vw 6vw;
  border-bottom: 1px solid;
}
.mail-button a::before {
  content: "\f32f";
  left: 0;
  z-index: 1;
}

.com-button {
  border-radius: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14vw;
  border: 1px solid;
  background: var(--color-white);
  color: var(--primary-color);
  font-size: var(--font-size-18);
}
.com-button:hover {
  opacity: 1;
  background: var(--primary-color);
  color: var(--color-white);
}

.c-address {
  text-align: center;
  font-size: var(--font-size-16);
}
.c-address .address__worktime .worktime__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-address .address__worktime .worktime__item dt {
  position: relative;
  padding-right: 2.5vw;
  margin-right: 2.5vw;
}
.c-address .address__worktime .worktime__item dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--body-font-color);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
  background: var(--color-white);
  padding: 10% 4%;
}
.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;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.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);
}
.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(--primary-color);
  top: -2vw;
  font-size: var(--font-size-11);
}

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

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

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

/*==========================================
header
===========================================*/
.header__mv-wrap {
  padding: 5vw 3.125%;
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
  position: relative;
}

#header .header__logo {
  position: absolute;
  inset: 0 auto auto 0;
  width: 45%;
  z-index: 101;
}
#header .header__logo img {
  width: 76%;
}
#header .header__logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 6vw 0;
  height: 24vw;
  background: #fffefd;
}
#header .header__bottom {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 105vw;
  position: relative;
}
#top-mv .mv__catch {
  position: absolute;
  inset: 0 auto auto 0;
  padding: 8% 6% 0 3%;
  width: 45%;
  height: 100%;
  z-index: 100;
  background: linear-gradient(to right, rgba(var(--color-white-rgb), 1) 0%, rgba(var(--color-white-rgb), 0.6) 50%, rgba(var(--color-white-rgb), 0.4) 70%, rgba(var(--color-white-rgb), 0.01) 100%);
  display: flex;
  align-items: center;
}
#top-mv .mv__frame {
  width: 100%;
  height: 100%;
  border-radius: 8vw;
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv .mv__frame #mv__slider {
  height: 105vw;
  position: relative;
  border-radius: 8vw;
}
#top-mv .mv__frame #mv__slider li {
  height: 100%;
}
#top-mv .mv__frame #mv__slider li:nth-child(1) {
  background: url(../img/top/mv/mv_slide01.jpg) center left 75% no-repeat;
  background-size: cover;
}
#top-mv .mv__frame #mv__slider li:nth-child(2) {
  background: url(../img/top/mv/mv_slide02.jpg) center left 59% no-repeat;
  background-size: cover;
}
#top-mv .mv__frame #mv__slider li:nth-child(3) {
  background: url(../img/top/mv/mv_slide03.jpg) center left 65% no-repeat;
  background-size: cover;
}
#top-mv .mv__frame #mv__slider li:nth-child(4) {
  background: url(../img/top/mv/mv_slide04.jpg) center left 75% no-repeat;
  background-size: cover;
}
#top-mv .mv__frame .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .mv__frame .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .mv__frame .bx-pager {
  display: none;
}

/*==========================================
top
===========================================*/
/* top-about
------------------------*/
#top-about .about-content {
  padding: 18% 8%;
  background: url(../img/top/about_bg.jpg) center/cover no-repeat;
}
#top-about .about-content .inbox {
  border-radius: 5vw;
  background: var(--color-white);
  padding: 12% 6%;
  position: relative;
}
#top-about .about-content .inbox::before {
  position: absolute;
  content: "";
  width: 11%;
  height: 15vw;
  background: url(../img/top/about-content_ill.png) center/100% no-repeat;
  inset: -6vw auto auto 9%;
}
#top-about .about-content .about__title strong {
  color: var(--primary-color);
  font-size: var(--font-size-23);
}
#top-about .about-content .about__txt {
  margin-bottom: 12%;
  line-height: 2.6;
}
#top-about .about-content .about__button {
  width: 100%;
  margin: 0 auto 12%;
}
#top-about .about-content .about__img {
  position: relative;
}
#top-about .about-content .about__img::before {
  position: absolute;
  content: "";
  width: 13%;
  height: 16vw;
  background: url(../img/top/about-img_ill.png) center/100% no-repeat;
  inset: -8vw 5.9843% auto auto;
}
#top-about .about-content .about__img img {
  border-radius: 5vw;
}

/* top-service
------------------------*/
#top-service {
  padding: 18% 0;
  background: url(../img/top/service_bg.jpg) center/cover no-repeat;
  position: relative;
  z-index: 1;
}
#top-service::before {
  position: absolute;
  content: "";
  inset: 25vw auto auto 2%;
  margin: 0 auto;
  z-index: -1;
  height: 55vw;
  width: 95%;
  background: url(../img/top/service-left_deco.png) left top/28.733% no-repeat, url(../img/top/service-right_deco.png) right bottom/31.333% no-repeat;
}
#top-service .service__txt-etc {
  color: var(--accent-color);
}
#top-service .service__txt-main {
  line-height: 2.6;
  margin-top: 13%;
}
#top-service .service__button {
  width: 100%;
  margin: 15% auto 0;
}

.c-service__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11vw 4vw;
}
.c-service__list .service__item {
  width: 40vw;
  height: 40vw;
  display: flex;
  flex-direction: column;
  background: var(--color-orange-10);
  border-radius: 5vw;
  text-align: center;
  padding: 6vw 0 2vw;
}
.c-service__list .service__item::before {
  font-size: var(--font-size-40);
  color: var(--primary-color);
  inset: -6vw 0 auto;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  position: absolute;
}
.c-service__list .service__item-illust {
  width: 55%;
  margin: 0 auto;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-service__list .service__item-illust img {
  max-height: 14vw;
}
.c-service__list .service__item-txt {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-16);
  line-height: 1.6;
  font-weight: var(--font-weight-medium);
}

.service__txt-etc {
  text-align: center;
  font-size: var(--font-size-24);
  margin-top: 12%;
}

/* top-links
------------------------*/
#top-links {
  padding: 18% 8%;
  background: var(--color-orange-20);
}
#top-links .links__item {
  width: 100%;
  margin-bottom: 15%;
}
#top-links .links__item:last-child {
  margin-bottom: 0;
}
#top-links .links__item a {
  display: block;
  height: 60vw;
  position: relative;
  border-radius: 6vw;
  overflow: hidden;
}
#top-links .links__item a::before {
  width: 60vw;
  height: 60vw;
  border-radius: 50%;
  position: absolute;
  content: "";
  background: var(--color-orange-10);
  inset: -31vw -11vw auto auto;
  z-index: 1;
}
#top-links .links__item.links__item--faq a {
  background: url(../img/top/links-faq_img.jpg) center/cover no-repeat;
}
#top-links .links__item.links__item--info a {
  background: url(../img/top/links-info_img.jpg) center/cover no-repeat;
}
#top-links .links__item-title {
  width: 60%;
  text-align: center;
  position: absolute;
  inset: 8vw 0 auto auto;
  color: var(--primary-color);
  font-size: var(--font-size-22);
  z-index: 1;
  font-weight: var(--font-weight-medium);
}
#top-links .links__item-title::before {
  position: absolute;
  content: "";
  background: url(../img/top/links-ttl_ill.png) center/100% no-repeat;
  width: 13vw;
  height: 15vw;
  inset: auto auto -13vw 18%;
}

/* top-news
------------------------*/
#top-news {
  padding: 18% 0;
}
#top-news .news__post-list .news__post {
  background: url(../img/common/dotted_bdr.svg) bottom center/100% no-repeat;
}
#top-news .news__post-list .news__post:first-child {
  background: url(../img/common/dotted_bdr.svg) top center/100% no-repeat, url(../img/common/dotted_bdr.svg) bottom center/100% no-repeat;
}
#top-news .news__post-list .news__post a {
  padding: 6% 3%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
}
#top-news .news__post-list .news__post a:hover {
  background: var(--color-orange-10);
}
#top-news .news__post-list .news__post time,
#top-news .news__post-list .news__post .category-label {
  font-size: var(--font-size-14);
  color: var(--primary-color);
}
#top-news .news__post-list .news__post time {
  width: 17vw;
}
#top-news .news__post-list .news__post .category-label {
  gap: 2vw 0;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 17vw);
}
#top-news .news__post-list .news__post .category-label li {
  padding: 0 1.5vw;
  position: relative;
}
#top-news .news__post-list .news__post .category-label li::before {
  width: 1px;
  height: 3vw;
  position: absolute;
  content: "";
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--primary-color);
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  letter-spacing: 0.08em;
  margin-top: 2%;
  font-size: var(--font-size-16);
}
#top-news .news__button {
  margin-top: 12%;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--primary-color);
  padding: 12% 0;
  text-align: center;
}
#footer .footer__logo {
  display: block;
  width: 50%;
  margin: 0 auto 10%;
}
#footer .c-address {
  margin-bottom: 8%;
}
#footer .official__butoon {
  width: 60%;
  height: 14vw;
  margin: 0 auto 12%;
}
#footer .c-contact__list {
  margin-bottom: 15%;
  background: var(--color-white);
  border-radius: 4vw;
  padding: 6% 5%;
}
#footer .footer__nav {
  font-size: var(--font-size-14);
}
#footer .footer__nav .nav__item {
  text-align: right;
  margin-bottom: 4.5%;
}
#footer .footer__nav .nav__item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav a:hover {
  text-decoration: underline;
}

.c-contact__content .contact__title {
  font-size: var(--font-size-18);
  margin-bottom: 3%;
}
.c-contact__content .contact__title span {
  position: relative;
  padding: 0 6vw;
}
.c-contact__content .contact__title span::before, .c-contact__content .contact__title span::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5vw 1.5vw 0px 1.5vw;
  border-color: var(--body-font-color) transparent transparent transparent;
}
.c-contact__content .contact__title span::before {
  left: 0;
}
.c-contact__content .contact__title span::after {
  right: 0;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
}
.lower-sv .sv__title {
  font-size: var(--font-size-25);
  padding: 3% 4%;
  background: url(../img/sv/sv-ttl_bdr.svg) bottom 1.5vw center/70% no-repeat, rgba(var(--color-white-rgb), 0.85);
  color: var(--primary-color);
  text-align: center;
  position: absolute;
  inset: auto 0 0;
  font-weight: var(--font-weight-medium);
  border-radius: 0 0 6vw 6vw;
}
.lower-sv .sv__title::before {
  position: absolute;
  content: "";
  inset: auto 2% -2vw auto;
  width: 8%;
  height: 12vw;
  background: url(../img/sv/sv-ttl_ill.png) center/100% no-repeat;
}
.lower-sv .sv__frame {
  height: 55vw;
  border-radius: 6vw;
}

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

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

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

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

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

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

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

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

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

#e404-sv .sv__frame {
  background: url(../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}
#e404-sv .sv__title {
  font-size: var(--font-size-23);
}

/*==========================================
about
===========================================*/
/* about-greeting
------------------------*/
#about-greeting .greeting__inner {
  background: var(--color-white);
  border-radius: 6vw;
  padding: 12% 6%;
}
#about-greeting .greeting__inner .greeting__img {
  width: 100%;
  height: 52vw;
  position: relative;
  overflow: inherit;
  margin-bottom: 8%;
}
#about-greeting .greeting__inner .greeting__img::before {
  position: absolute;
  content: "";
  width: 14%;
  height: 16vw;
  background: url(../img/about/greeting-img_ill.png) center/100% no-repeat;
  inset: auto 0 -10vw auto;
  transform: scale(-1, 1);
}
#about-greeting .greeting__inner .greeting__img img {
  border-radius: 5vw;
}

/* about-feature
------------------------*/
#about-feature .feature__item {
  background: var(--color-orange-10);
  border-radius: 5vw;
  padding: 12% 6%;
  position: relative;
  margin-bottom: 12%;
}
#about-feature .feature__item:last-child {
  margin-bottom: 0;
}
#about-feature .feature__item::before {
  font-size: var(--font-size-40);
  color: var(--primary-color);
  inset: -6vw 0 auto;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  position: absolute;
  text-align: center;
}
#about-feature .feature__item-title {
  text-align: center;
  font-size: var(--font-size-20);
  margin-bottom: 4%;
  font-weight: var(--font-weight-medium);
}
#about-feature .feature__item-img {
  margin-bottom: 8%;
}
#about-feature .feature__item-img img {
  border-radius: 4vw;
}

/*==========================================
service
===========================================*/
/* service-steps
------------------------*/
#service-guide .guide__txt-main {
  margin-bottom: 12%;
  line-height: 2.6;
}
#service-guide .c-contact__content {
  text-align: center;
}
#service-guide .c-contact__content .c-contact__list {
  margin-bottom: 15%;
  background: var(--color-orange-10);
  border-radius: 4vw;
  padding: 6% 5%;
}
#service-guide .guide__item {
  background: var(--accent-color);
  border-radius: 5vw;
  margin-bottom: 12%;
  padding: 12% 6%;
  color: var(--color-white);
}
#service-guide .guide__item:last-child {
  margin-bottom: 0;
}
#service-guide .guide__item-title {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-medium);
  margin-bottom: 4%;
}

/* service-steps
------------------------*/
#service-steps {
  background: var(--color-orange-10);
}
#service-steps .steps__list {
  position: relative;
  z-index: 1;
  gap: 35px 21px;
}
#service-steps .steps__list .steps__item {
  position: relative;
  padding: 0 0 12% 10%;
}
#service-steps .steps__list .steps__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#service-steps .steps__list .steps__item:last-child::after {
  background: none;
}
#service-steps .steps__list .steps__item::before, #service-steps .steps__list .steps__item::after {
  position: absolute;
  content: "";
}
#service-steps .steps__list .steps__item::before {
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 0 auto auto 0;
}
#service-steps .steps__list .steps__item::after {
  width: 2.5%;
  height: 100%;
  background: var(--color-orange-20);
  inset: 0 auto auto 1.5%;
  z-index: -1;
}
#service-steps .steps__list .steps__item-title {
  color: var(--primary-color);
  font-weight: var(--font-weight-medium);
  margin-bottom: 4%;
  line-height: 1;
}
#service-steps .steps__list .steps__item-title .title-num {
  display: block;
  margin-bottom: 4%;
  font-size: var(--font-size-18);
}
#service-steps .steps__list .steps__item-title .title-txt {
  font-size: var(--font-size-24);
  line-height: 1.6;
}
#service-steps .steps__list .steps__item-txt {
  background: var(--color-white);
  padding: 6% 4%;
  border-radius: 4vw;
}

/*==========================================
faq
===========================================*/
#faq-archive .faq__post {
  margin-bottom: 12%;
}
#faq-archive .faq__post:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__post-title {
  position: relative;
  padding-left: 12%;
}
#faq-archive .faq__post-title .title-q {
  position: absolute;
  inset: 2.5vw auto auto 5%;
}

/*==========================================
info
===========================================*/
#info .info__table {
  margin-bottom: 15%;
}

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

/*==========================================
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%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
}
.column__wrap .column__list .column__post-meta time {
  width: 17vw;
  font-size: var(--font-size-13);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 19vw);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-13);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-18);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-15);
}
.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);
  -webkit-transition: all 0.3s;
  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 tr th .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  background: var(--color-white);
  padding: 3px;
  font-size: var(--font-size-12);
}
#contact .contact__form tr td {
  padding: 3% 0;
}
#contact .contact__form tr td .label-list li {
  margin-bottom: 5%;
}
#contact .contact__form tr td .label-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form tr td textarea {
  height: 37vw;
}
#contact .contact__form tr.privacy-check th {
  text-align: left;
}
#contact .contact__form .form-field {
  padding: 3%;
}
#contact .contact__form .contact__select {
  width: 50%;
  position: relative;
}
#contact .contact__form .contact__select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form .contact__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: 15px;
}
#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 .check-btn {
  width: 75%;
}
#contact .contact__submits-wrap .back-btn {
  width: 52%;
}
#contact .contact__submits-wrap .send-btn {
  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;
}
#privacy .privacy__content p {
  margin-bottom: 8%;
}
#privacy .privacy__content p:last-child {
  margin-bottom: 0;
}
#privacy .privacy__content ul {
  margin-top: 8%;
}

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

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