@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: 6vw;
  right: 4%;
  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: 7.5vw;
  height: 5vw;
}

.sp-menu-btn-wrp .sp-menu-btn span {
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}

.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 0;
}

.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}

.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: auto;
  bottom: 0;
}

.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 {
  top: 50%;
  transform: translateY(0) translateX(0px) rotate(45deg);
  background: var(--primary-color);
}

.sp-menu-btn.active .bottom {
  bottom: 50%;
  transform: translateY(1px) translateX(0px) rotate(-45deg);
  background: var(--primary-color);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 8% 6% 15%;
  background: var(--color-white);
}

#drawer__nav .drawer__nav-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}

#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}

#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}

#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 7% 0;
  font-size: var(--font-size-20);
  border-bottom: none;
  display: block;
  text-align: center;
}

#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}

#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}

#drawer__nav .drawer__nav .drawer__nav-dropdown span:before,
#drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}

#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}

#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}

#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}

#drawer__nav .drawer__nav .current span::before,
#drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}

#drawer__nav .drawer__nav .current span::before {
  left: 0;
}

#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}

#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}

#drawer__nav .drawer__nav .drawer__nav-dropdown-list>li>.drawer__nav-link.show::before {
  background: none;
  border: none;
}

#drawer__nav .drawer__nav .drawer__nav-dropdown-list>li>.drawer__nav-link span {
  padding: 0 0 0 5%;
}

#drawer__nav .c-tel {
  margin-bottom: 10%;
}

#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-15);
  gap: 4vw;
  margin-top: 12%;
}

#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-contact__button
------------------------*/
.c-contact__button {
  position: relative;
}

.c-contact__button::before {
  position: absolute;
  content: "";
  width: 5vw;
  height: 4vw;
  background: url(../img/common/mail_ic.svg) center/100% no-repeat;
  inset: 0 auto 0 8%;
  margin: auto 0;
  z-index: 1;
}

/*
# c-tel
------------------------*/
.c-tel {
  line-height: 1.2;
  text-align: center;
}

.c-tel .tel__num {
  font-size: var(--font-size-32);
  position: relative;
  line-height: 1;
}

.c-tel .tel__num::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: url(../img/common/tel_ic.svg) center/4vw no-repeat, var(--primary-color);
  inset: 0 auto 0 -10vw;
  width: 8vw;
  height: 8vw;
  z-index: 1;
  margin: auto 0;
}

.c-tel .tel__text {
  width: 67%;
  margin: 2% auto 0;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 18% 0;
  background: url(../img/common/contact_bg.jpg) center/cover no-repeat;
}

.c-contact__section .contact__wrap {
  padding: 18% 6% 12%;
}

.c-contact__section .contact__wrap::before {
  position: absolute;
  content: "";
  width: 19vw;
  height: 25vw;
  inset: auto auto -18.3vw 0;
  background: url(../img/common/contact_ill.png) center/100% no-repeat;
}

.c-contact__section .contact__title {
  width: 85%;
  font-size: var(--font-size-25);
  margin: 0 auto;
  text-align: center;
  position: absolute;
  inset: -7vw 0 auto;
  padding: 2%;
}

.c-contact__section .contact__worktime {
  text-align: center;
  margin-top: 5%;
}

.c-contact__section .c-contact__button {
  width: 100%;
  height: 16vw;
  padding: 0 2% 0 10%;
  border-radius: 8vw;
  margin-top: 8%;
}

/*
# c-sns__list
------------------------*/
.c-sns__list {
  gap: 6vw;
}

/*==========================================
テーブルレイアウト
===========================================*/
.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%;
}

/*
# com-button
------------------------*/
.com-button {
  min-height: 16vw;
  background: var(--accent-color);
  color: var(--color-white);
  font-size: var(--font-size-18);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8vw;
}

.com-button.bs-icon--arrow-right-short::before {
  inset: 0 5% 0 auto;
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-medium);
}

.com-button.bs-icon--arrow-right-short:hover {
  opacity: 1;
  letter-spacing: 0.5rem;
}

.com-button.bs-icon--arrow-right-short:hover::before {
  right: 3%;
}

/*
# illust-dog
------------------------*/
.illust-dog {
  position: relative;
}

.illust-dog::before {
  position: absolute;
  content: "";
  width: 14vw;
  height: 26vw;
  inset: auto auto -3vw -5%;
  background: url(../img/common/dog_ill.png) center/100% no-repeat;
}

/*
# illust-man
------------------------*/
.illust-man {
  position: relative;
}

.illust-man::before {
  position: absolute;
  content: "";
  width: 20vw;
  height: 26vw;
  inset: auto 0 0 auto;
  background: url(../img/common/man_ill.png) center/100% no-repeat;
}

/*
# circle-frame
------------------------*/
.circle-frame {
  position: relative;
  z-index: 1;
}

.circle-frame::before,
.circle-frame::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #b7e7f6;
  z-index: -1;
}

.circle-frame::before {
  width: 30vw;
  height: 30vw;
  left: -8vw;
  top: -8vw;
}

.circle-frame::after {
  width: 24vw;
  height: 24vw;
  right: -9vw;
  bottom: -9vw;
}

/*
# dotted-frame
------------------------*/
.dotted-frame {
  position: relative;
  z-index: 1;
}

.dotted-frame::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  inset: 0;
  margin: auto;
  background: var(--color-white);
  -webkit-mask: url(../img/common/circle.svg) top 3vw left 3vw/3vw no-repeat, url(../img/common/circle.svg) top 3vw right 3vw/3vw no-repeat, url(../img/common/circle.svg) bottom 3vw left 3vw/3vw no-repeat, url(../img/common/circle.svg) bottom 3vw right 3vw/3vw no-repeat;
  mask: url(../img/common/circle.svg) top 3vw left 3vw/3vw no-repeat, url(../img/common/circle.svg) top 3vw right 3vw/3vw no-repeat, url(../img/common/circle.svg) bottom 3vw left 3vw/3vw no-repeat, url(../img/common/circle.svg) bottom 3vw right 3vw/3vw no-repeat;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-size: var(--font-size-26);
  text-align: center;
  padding-bottom: 8%;
  margin-bottom: 10%;
  background: url(../img/common/section-ttl_deco.svg) bottom center/9vw no-repeat;
}

.headline-title {
  color: var(--primary-color);
  margin-bottom: 6%;
  font-size: var(--font-size-23);
}

/*==========================================
header
===========================================*/
#header {
  padding: 4%;
}

#header .header__logo {
  line-height: 1;
  width: 41%;
}

#header .c-contact__button {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  width: 100%;
  margin: 0 auto;
  height: 110vw;
  background: url(../img/top/mv/mv_ill.png) right 3.7039% bottom/35.6703% no-repeat, url(../img/top/mv/mv_bg.jpg) top 29% center/cover no-repeat;
  -webkit-mask: url(../img/top/mv/mv_frame.png) center/cover no-repeat;
  mask: url(../img/top/mv/mv_frame.png) center/cover no-repeat;
}

#top-mv .mv__catch {
  width: 100%;
  position: absolute;
  inset: auto auto 23.8312% 5.5865%;
}

#top-mv .mv__catch span {
  padding: 0 3vw;
}

#top-mv .mv__catch-main {
  font-size: var(--font-size-27);
  margin-bottom: 4%;
}

#top-mv .mv__catch-sub {
  font-size: var(--font-size-17);
}

/*==========================================
footer
===========================================*/
#footer .footer__inbox {
  padding: 15% 8%;
}

#footer .footer__left {
  margin-bottom: 12%;
}

#footer .footer__logo {
  width: 65%;
  height: 16vw;
  margin: 0 auto 13%;
}

#footer .footer__logo img {
  width: 85%;
}

#footer .footer__address {
  margin-bottom: 10%;
}

#footer .footer__address .address__locate {
  font-size: var(--font-size-16);
  margin-bottom: 5%;
}

#footer .footer__address .address__tel {
  font-size: var(--font-size-18);
  line-height: 1.3;
}

#footer .footer__address .address__tel .tel__text {
  width: 60%;
  filter: brightness(8);
}

#footer .footer__button {
  width: 81%;
  margin: 0 auto 8%;
}

#footer .footer__button:last-child {
  margin-bottom: 0;
}

#footer .footer__button .c-contact__button {
  min-height: 15.5vw;
  padding-left: 8%;
}

#footer .footer__button--official,
#footer .footer__button--ikishimagurashi {
  font-size: var(--font-size-20);
  min-height: 14vw;
}

#footer .footer__button--official {
  background: var(--color-white);
  color: var(--primary-color);
}

#footer .footer__button--ikishimagurashi {
  background: #edbe48;
  color: var(--color-white);
}

#footer .footer__nav {
  margin-bottom: 12%;
}

#footer .footer__nav-item {
  margin-bottom: 7vw;
}

#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}

#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#footer .c-sns__list {
  justify-content: center;
}

#footer .footer__bottom {
  padding: 6%;
}

#footer .footer__bottom .footer__nav-list {
  gap: 30px;
}

#footer .footer__bottom .footer__nav-item {
  margin-bottom: 0;
  line-height: 0;
}

#footer .footer__bottom .footer__nav-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: var(--body-font-color);
  inset: 0 -16px 0 auto;
  margin: auto 0;
}

#footer .footer__bottom .footer__nav-item:last-child::after {
  background: none;
}

#footer .footer__bottom .footer__nav-link {
  font-size: var(--font-size-15);
}

#footer .footer__bottom .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 8%;
}

#copyright small {
  font-size: var(--font-size-14);
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  width: 10vw;
  height: 10vw;
  bottom: 3vw;
  right: 3%;
  z-index: 999;
  font-size: var(--font-size-30);
  line-height: 0;
}

.pagetop i {
  height: 100%;
}

.pagetop:hover {
  background: var(--primary-color);
  color: var(--color-white);
  transform: scale(0.97);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 51vw;
}

.lower-sv .sv__title {
  font-size: var(--font-size-25);
  text-align: center;
  padding: 1vw 8vw;
  min-width: 50%;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-recruit
------------------------*/
.top-recruit {
  padding: 18% 0 25%;
}

.top-recruit .recruit__inner {
  margin-bottom: 15%;
}

.top-recruit .recruit__img {
  margin-bottom: 8%;
}

.top-recruit .recruit__movie-frame {
  padding: 6%;
}

.top-recruit .recruit__movie-frame::before {
  inset: auto -4% -25vw auto;
}

.top-recruit .recruit__movie-frame .recruit__movie {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.top-recruit .recruit__movie-frame .recruit__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*
# top-feature
------------------------*/
.top-feature {
  padding: 18% 0;
}

.top-feature .feature__text {
  margin-bottom: 18%;
  text-align: center;
  font-size: var(--font-size-22);
}

.top-feature .feature__text span {
  display: block;
}

.top-feature .feature__text span::before,
.top-feature .feature__text span::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 30px;
  background: var(--primary-color);
  border-radius: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.top-feature .feature__text span::before {
  left: 0;
  transform: rotate(-25deg);
}

.top-feature .feature__text span::after {
  right: 0;
  transform: rotate(25deg);
}

.top-feature .feature__list {
  gap: 8vw 4%;
  margin-bottom: 15%;
}

.top-feature .feature__item {
  width: 48%;
  height: 43vw;
  text-align: center;
  padding: 12% 2% 0;
}

.top-feature .feature__item::before {
  position: absolute;
  width: 13vw;
  height: 13vw;
  margin: 0 auto;
  inset: -6.5vw 0 auto;
  border-radius: 50%;
  color: var(--color-white);
  font-size: var(--font-size-24);
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-feature .feature__item-title {
  font-size: var(--font-size-20);
  line-height: 1.25;
  margin-bottom: 7%;
}

.top-feature .feature__item-title small {
  font-size: var(--font-size-16);
}

.top-feature .feature__item-description .description-main {
  line-height: 1.1;
  font-size: var(--font-size-27);
  text-shadow: var(--color-white) 2px 0px, var(--color-white) -2px 0px, var(--color-white) 0px -2px, var(--color-white) 0px 2px, var(--color-white) 2px 2px, var(--color-white) -2px 2px, var(--color-white) 2px -2px, var(--color-white) -2px -2px, var(--color-white) 1px 2px, var(--color-white) -1px 2px, var(--color-white) 1px -2px, var(--color-white) -1px -2px, var(--color-white) 2px 1px, var(--color-white) -2px 1px, var(--color-white) 2px -1px, var(--color-white) -2px -1px;
  z-index: 1;
}

.top-feature .feature__item-description .description-main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4vw;
  background: var(--accent-color-light);
  z-index: -1;
  inset: auto 0 2px;
}

.top-feature .feature__allowance {
  padding: 12% 6% 15%;
}

.top-feature .feature__allowance::before {
  background: var(--primary-color-light);
}

.top-feature .feature__allowance .allowance__title {
  text-align: center;
  font-size: var(--font-size-24);
  margin-bottom: 10%;
}

.top-feature .feature__allowance .allowance__button {
  width: 95%;
  height: 16vw;
  border-radius: 10vw;
  font-size: var(--font-size-17);
  margin: 0 auto;
}

.top-feature .feature__allowance .allowance__button::after {
  position: absolute;
  content: "";
  width: 25%;
  height: 23vw;
  inset: auto auto 0 0;
  z-index: 1;
  background: url(../img/top/feature-btn_ill.png) center/100% no-repeat;
}

.top-feature .feature__allowance .allowance__button {
  position: absolute;
  inset: auto 0 -8vw;
  margin: 0 auto;
}

/*
# top-pages__list
------------------------*/
.top-pages__list {
  padding: 16% 8%;
}

.top-pages__list .pages__item {
  width: 80%;
  margin: 0 auto 10%;
}

.top-pages__list .pages__item:last-child {
  margin-bottom: 0;
}

.top-pages__list .pages__link {
  height: 54vw;
  text-align: center;
  padding: 18% 0 0;
}

.top-pages__list .pages__link::before {
  position: absolute;
  inset: auto 0 0 auto;
  width: 15vw;
  height: 15vw;
  background: var(--primary-color-light);
  color: var(--primary-color);
  border-radius: 16px 0 2vw 0;
  font-size: var(--font-size-40);
  z-index: 1;
}

.top-pages__list .pages__link:hover {
  opacity: 1;
  transform: translateY(-10px);
}

.top-pages__list .pages__link span {
  display: block;
}

.top-pages__list .pages__link-title {
  font-size: var(--font-size-25);
  margin-bottom: 10%;
  line-height: 1;
}

.top-pages__list .pages__link-icon {
  width: 25%;
  margin: 0 auto;
}

/*
# top-work
------------------------*/
.top-work {
  padding: 18% 0;
}

.top-work .work__inbox {
  position: relative;
}

.top-work .work__text {
  font-size: var(--font-size-19);
  line-height: 1.9166666667;
  margin-bottom: 50px;
}

.top-work .work__button {
  width: 100%;
  height: 16vw;
  margin: 0 auto;
  font-size: var(--font-size-19);
}

/*
# top-blog
------------------------*/
.top-blog .blog__inbox {
  padding: 18% 8% 25%;
}

.top-blog .blog__inbox::before {
  inset: auto 0 -2vw auto;
}

.top-blog .blog__post {
  border-bottom: 1px solid var(--color-gray);
}

.top-blog .blog__post-link {
  padding: 6% 0;
  row-gap: 2vw;
}

.top-blog .blog__post-link:hover {
  transform: translateX(10px);
}

.top-blog .blog__post-link:hover .blog__post-title {
  text-decoration: underline;
}

.top-blog .blog__post:first-child .blog__post-link {
  padding-top: 0;
}

.top-blog .blog__post-date {
  font-size: var(--font-size-17);
  width: 24%;
}

.top-blog .blog__post-tags {
  width: 74%;
  gap: 1.5vw;
}

.top-blog .blog__post-tags .blog__post-tag {
  font-size: var(--font-size-16);
  padding-left: 4vw;
}

.top-blog .blog__post-tags .blog__post-tag::before {
  inset: 0 auto 0 0;
}

.top-blog .blog__post-title {
  font-size: var(--font-size-18);
}

.top-blog .blog__button {
  width: 90%;
  margin: 15% auto 0;
}

/*==========================================
about
===========================================*/
/*
# about-works
------------------------*/
.about-works .works__wraps {
  margin-bottom: 15%;
}

.about-works .works__box {
  padding: 12% 6%;
  margin-bottom: 12%;
}

.about-works .works__box:last-child {
  margin-bottom: 0;
}

.about-works .works__box-title {
  text-align: center;
  font-size: var(--font-size-25);
  margin-bottom: 8%;
}

.about-works .works__detail {
  padding: 12% 6%;
}

.about-works .works__detail::before {
  bottom: -20vw;
}

.about-works .works__detail-title {
  font-size: var(--font-size-25);
  text-align: center;
  margin-bottom: 10%;
}

.about-works .works__detail-title span::before,
.about-works .works__detail-title span::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 6vw;
  border-radius: 3vw;
  background: var(--primary-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.about-works .works__detail-title span::before {
  left: -5vw;
  transform: rotate(-25deg);
}

.about-works .works__detail-title span::after {
  right: -5vw;
  transform: rotate(25deg);
}

.about-works .works__detail-list {
  gap: 20px;
}

.about-works .works__detail-text {
  padding: 5% 3% 5% 23%;
  font-size: var(--font-size-20);
  line-height: 1.3333333333;
  margin-bottom: 12%;
}

.about-works .works__detail-text:last-child {
  margin-bottom: 0;
}

.about-works .works__detail-text::before {
  position: absolute;
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px 0 0 2px;
  background: var(--primary-color);
  inset: 0 auto 0 0;
  color: var(--color-white);
  font-size: var(--font-size-37);
}

/*
# about-feature
------------------------*/
.about-feature .feature__inbox {
  padding: 18% 8% 25%;
}

.about-feature .feature__inbox::before {
  right: 4%;
}

.about-feature .feature__img {
  width: 80%;
  margin: 0 auto 10%;
}

.about-feature .feature__content .feature__text {
  line-height: 2.2222222222;
}

/*
# about-faq
------------------------*/
.about-faq .faq__item {
  padding: 6%;
  margin-bottom: 10%;
}

.about-faq .faq__item:last-child {
  margin-bottom: 0;
}

.about-faq .faq__item-title,
.about-faq .faq__item-body {
  padding-left: 10%;
}

.about-faq .faq__item-title::before,
.about-faq .faq__item-body::before {
  position: absolute;
  font-size: var(--font-size-28);
  inset: 0 auto auto 0;
  line-height: 1;
}

.about-faq .faq__item-title {
  font-size: var(--font-size-22);
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 6%;
  padding-bottom: 4%;
}

.about-faq .faq__item-title::before {
  content: "Q";
}

.about-faq .faq__item-body {
  font-size: var(--font-size-16);
}

.about-faq .faq__item-body::before {
  content: "A";
  color: var(--accent-color);
  line-height: 0.5;
}

/*==========================================
voice
===========================================*/
.voice-archive .voice__title {
  font-size: var(--font-size-24);
}

.voice-archive .voice__item {
  margin-bottom: 15%;
  padding: 10% 6%;
}

.voice-archive .voice__item:last-child {
  margin-bottom: 0;
}

.voice-archive .voice__item-title {
  font-size: var(--font-size-23);
  margin-bottom: 6%;
  padding-left: 10%;
}

.voice-archive .voice__item-title::before {
  position: absolute;
  content: "";
  width: 4vw;
  height: 4vw;
  inset: 3vw auto auto 0;
  background: var(--primary-color);
  border-radius: 3px;
}

.voice-archive .voice__item-img {
  width: 100%;
  height: 73vw;
  margin-bottom: 8%;
}

/*==========================================
recruit
===========================================*/
.recruit__posts-list {
  margin-bottom: 22%;
}

.recruit__posts-list .recruit__post {
  margin-bottom: 10%;
}

.recruit__posts-list .recruit__post:last-child {
  margin-bottom: 0;
}

.recruit__posts-list .recruit__post-button::before {
  transform: rotate(90deg);
}

.recruit__section:nth-of-type(even) {
  background-image: radial-gradient(#e6f4f9 5px, transparent 5px);
  background-size: 25px 25px;
  background-color: #DEF0F7;
}

/*==========================================
info
===========================================*/
.info__section .info__table {
  margin-bottom: 18%;
}

.info__section .g-map {
  padding: 8% 6%;
}

/*==========================================
ikishi
===========================================*/
.ikishi__section .ikishi__part {
  margin-bottom: 15%;
  padding: 10% 0;
}

.ikishi__section .ikishi__part:last-child {
  margin-bottom: 0;
}

.ikishi__section .ikishi__part-img {
  margin-bottom: 8%;
}

.ikishi__section .ikishi__part-subtitle {
  font-size: var(--font-size-22);
}

.ikishi__section .ikishi__part-text span {
  padding-left: 4vw;
}

.ikishi__section .ikishi__part-text span::before {
  position: absolute;
  content: "";
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 2.5vw auto auto 0;
  margin: auto 0;
}

.ikishi__banner .banner__link {
  padding: 10% 25% 10% 5%;
  background-image: url(../img/ikishi/ikishima_ill.png);
  background-repeat: no-repeat;
  background-position: 95% 100%;
  background-size: 40%;
}

.ikishi__banner .banner__link::before {
  background: var(--primary-color-light);
  inset: auto 0 0 auto;
  width: 11vw;
  height: 11vw;
  border-radius: 4vw 0 3vw 0;
  color: var(--primary-color);
  font-size: var(--font-size-35);
}

.ikishi__banner .banner__link:hover {
  transform: scale(0.97);
}

.ikishi__banner .banner__text {
  font-size: var(--font-size-19);
  line-height: 1.4285714286;
  margin-bottom: 3%;
}

.ikishi__banner .banner__subtext {
  font-size: var(--font-size-25);
  line-height: 1.23;
}

/*==========================================
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%;
}

.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;
  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 {
  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 {
  width: 70%;
  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フレーム時)
  ===========================================*/