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

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

.section-title {
  text-align: center;
  margin-bottom: 12%;
}
.section-title .title-en {
  display: block;
  margin: 0 auto 4%;
}
.section-title .title-ja {
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.16em;
}
.section-title .title-ja .color-red {
  color: var(--color-red);
}
.section-title .title-ja .color-primary {
  color: var(--primary-color);
}

.headline-title {
  text-align: left;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-21);
  border-left: 3px solid var(--primary-color);
  padding-left: 3%;
  margin-bottom: 4%;
}

.sub-title {
  border-bottom: 2px solid var(--color-white);
  padding-bottom: 4%;
}
.sub-title span {
  display: block;
  background: var(--color-white);
  color: var(--primary-color);
  font-size: var(--font-size-20);
  padding: 3%;
  text-align: center;
}

/*==========================================
共通ブロック・要素
===========================================*/
.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-tel__list {
  text-align: center;
}
.c-tel__list .tel__item {
  margin-bottom: 3%;
  line-height: 1.2;
}
.c-tel__list .tel__item:last-child {
  margin-bottom: 0;
}
.c-tel__list .tel__item .tel__num {
  padding-left: 5vw;
  background: url(../img/common/tel_ic.png) left center/3.5vw no-repeat;
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
}
.c-tel__list .tel__item .tel__num small {
  font-size: var(--font-size-14);
}
.c-tel__list .tel__txt {
  display: block;
  line-height: 1.3;
}

.bg-deco {
  position: relative;
  z-index: 1;
}
.bg-deco::before, .bg-deco::after {
  position: absolute;
  content: "";
  z-index: -1;
}

.com-button {
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: var(--font-size-16);
  background: var(--primary-color);
  border-radius: 9vw;
  padding: 0 6vw;
}

.has-arr {
  width: 100%;
  text-align: center;
  display: block;
}
.has-arr.arr-color-white {
  background: url(../img/common/btn-arr_white.svg) right center/7vw no-repeat;
}
.has-arr.arr-color-blue {
  background: url(../img/common/btn-arr_blue.svg) right center/7vw no-repeat;
}

.c-address {
  font-size: var(--font-size-14);
  color: var(--color-white);
}
.c-address .address__locate {
  margin-bottom: 3%;
}
.c-address .address__worktime .worktime__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2%;
}
.c-address .address__worktime .worktime__item:last-child {
  margin-bottom: 0;
}
.c-address .address__worktime dt {
  position: relative;
  padding-right: 2vw;
  margin-right: 2vw;
}
.c-address .address__worktime dt::after {
  position: absolute;
  content: "";
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--color-white);
  width: 1px;
  height: 3vw;
}

.c-contact-button {
  gap: 3vw 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

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

/*==============================================
ドロワーメニュー
==============================================*/
/*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(--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: 15% 6%;
  background: var(--color-blue);
}
#drawer-nav .drawer-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer-nav nav {
  margin-bottom: 10%;
}
#drawer-nav 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 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;
}
#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(--color-white);
  border-right: 2px solid var(--color-white);
  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(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
}
#drawer-nav nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .c-address,
#drawer-nav .c-tel__list,
#drawer-nav .c-contact-button {
  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;
  color: var(--color-white);
}

/*==========================================
header
===========================================*/
#header {
  padding: 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
}
#header .header__logo {
  width: 45%;
  line-height: 1;
}
#header .header__button-list {
  width: 40%;
  gap: 2vw 6vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .header__button-list .button__item {
  width: 27%;
}
#header .header__side {
  display: none;
}

/*==========================================
mv
===========================================*/
.mv__frame {
  height: 80vw;
  width: 91%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mv__frame .mv__txt-en {
  width: 61%;
  position: absolute;
  inset: auto 5.96% 9.3959% auto;
}

#top-mv {
  background: url(../img/top/mv/mv_bg.png) center/cover no-repeat;
}
#top-mv .mv__catch {
  width: 89%;
}

/*==========================================
top
===========================================*/
/* top-greeting
------------------------*/
#top-greeting {
  position: relative;
  padding: 18% 0 25%;
  background: url(../img/top/greeting-l_ill.png) left top 9vw/34% no-repeat;
}
#top-greeting .greeting__title .title-en {
  width: 40%;
}
#top-greeting .greeting__title .title-ja {
  position: relative;
  z-index: 1;
}
#top-greeting .greeting__title .title-ja::before {
  position: absolute;
  content: "";
  inset: auto 0 0 0;
  margin: 0 auto;
  background: var(--accent-color);
  width: 100%;
  height: 30%;
  z-index: -1;
}
#top-greeting .greeting__content .name {
  color: var(--primary-color);
  text-align: right;
}
#top-greeting .greeting__img {
  position: relative;
  margin-bottom: 39%;
}
#top-greeting .greeting__img::before {
  position: absolute;
  content: "";
  width: 13%;
  height: 23vw;
  background: url(../img/top/greeting-r_ill.png) center/100% no-repeat;
  inset: auto 28.1827% -29vw auto;
}
#top-greeting .greeting__img .greeting__img-front {
  width: 40%;
  position: absolute;
  inset: auto auto -28vw 3%;
}
#top-greeting .greeting__img .greeting__img-front::before, #top-greeting .greeting__img .greeting__img-front::after {
  position: absolute;
  content: "";
  background: var(--color-gray);
}
#top-greeting .greeting__img .greeting__img-front::before {
  width: 100%;
  height: 2vw;
  inset: auto -2vw -2vw auto;
}
#top-greeting .greeting__img .greeting__img-front::after {
  width: 2vw;
  height: 100%;
  inset: auto -2vw -2vw auto;
  z-index: -1;
}

/* top-about
------------------------*/
#top-about {
  background: url(../img/top/about-shape_bg.png) center bottom 65px/100% no-repeat;
  position: relative;
  z-index: 1;
  padding: 0 8%;
}
#top-about::before {
  width: 100%;
  height: 150vw;
  position: absolute;
  content: "";
  z-index: -1;
  inset: auto 0 0;
  background: rgba(var(--accent-color-rgb), 0.5);
}
#top-about .about__wrap {
  margin: 0 auto;
  background: rgba(var(--accent-color-rgb), 0.5);
  position: relative;
  padding-bottom: 24%;
}
#top-about .about__wrap::before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: rgba(var(--accent-color-rgb), 0.5);
  inset: -17vw 0 auto;
  width: 100%;
  height: 17vw;
}
#top-about .about__title .title-en {
  width: 48%;
}
#top-about .about__list .about__item {
  width: 100%;
  margin-bottom: 12%;
}
#top-about .about__list .about__item:last-child {
  margin-bottom: 0;
}
#top-about .about__list .about__item-img {
  margin-bottom: 4%;
  border: 4px solid var(--color-white);
}
#top-about .about__list .about__item-cap span {
  font-size: var(--font-size-18);
}
#top-about .about__txt-etc {
  color: var(--color-blue);
  font-size: var(--font-size-24);
  margin: 10% 0;
  text-align: center;
}
#top-about .about__button {
  margin: 15% auto 0;
}

/* top-links
------------------------*/
#top-links {
  padding: 12% 0;
}
#top-links .links__item {
  width: 84%;
  margin: 0 auto 12%;
  min-height: 118vw;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--color-white);
  padding: 10% 5%;
  text-align: center;
}
#top-links .links__item:before, #top-links .links__item::after {
  position: absolute;
  content: "";
  inset: 0;
  margin: auto;
}
#top-links .links__item::before {
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
  border: 1px solid var(--color-white);
  z-index: -1;
}
#top-links .links__item::after {
  width: 100%;
  height: 100%;
  background: rgba(var(--color-black-rgb), 0.8);
  z-index: -2;
}
#top-links .links__item:last-child {
  margin-bottom: 0;
}
#top-links .links__item--reason {
  background: url(../img/top/reason_bg.jpg) center/cover no-repeat;
}
#top-links .links__item--reason .links__item-title .title-en {
  width: 43%;
}
#top-links .links__item--case {
  background: url(../img/top/case_bg.jpg) center/cover no-repeat;
}
#top-links .links__item--case .links__item-title .title-en {
  width: 25%;
}
#top-links .links__item--faq {
  background: url(../img/top/faq_bg.jpg) center/cover no-repeat;
}
#top-links .links__item--faq .links__item-title .title-en {
  width: 29%;
}
#top-links .links__item-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#top-links .links__item-txt {
  flex-grow: 1;
  font-size: var(--font-size-14);
  text-align: left;
}
#top-links .links__item-button {
  width: 87.8504%;
  margin: 12% auto 0;
  height: 14vw;
}

/* top-request
------------------------*/
#top-request {
  padding: 18% 0;
}
#top-request .request__title::before {
  width: 30vw;
  height: 30vw;
  inset: auto auto 0 0;
  background: var(--color-gray);
}
#top-request .request__title .title-en {
  width: 75%;
}
#top-request .request__txt {
  margin-bottom: 15%;
}

/* top-recruit
------------------------*/
#top-recruit {
  padding: 18% 8%;
  margin-bottom: 20%;
}
#top-recruit::before {
  width: 40%;
  height: calc(100% - 15vw);
  background: var(--color-red);
  inset: auto auto 0 0;
}
#top-recruit .recruit__content {
  background: var(--color-white);
  padding: 12% 5%;
  position: relative;
  margin-bottom: 12%;
}
#top-recruit .recruit__content::before, #top-recruit .recruit__content::after {
  position: absolute;
  content: "";
  background-image: repeating-linear-gradient(-45deg, var(--primary-color) 0, var(--primary-color) 0.5px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}
#top-recruit .recruit__content::before {
  width: calc(100% - 3vw);
  height: 3vw;
  inset: auto 0 -3vw auto;
}
#top-recruit .recruit__content::after {
  width: 3vw;
  height: 100%;
  inset: auto -3vw -3vw auto;
}
#top-recruit .recruit__content .recruit__inner {
  position: relative;
  z-index: 1;
}
#top-recruit .recruit__content .recruit__title .title-ja {
  font-size: var(--font-size-25);
}
#top-recruit .recruit__content .recruit__title .title-en {
  width: 55%;
  position: absolute;
  inset: -12vw auto auto 3%;
}
#top-recruit .recruit__content .recruit__button {
  margin-top: 15%;
}
#top-recruit .recruit__img {
  position: relative;
}
#top-recruit .recruit__img .recruit__img-front {
  width: 45%;
  position: absolute;
  inset: auto auto -24vw 5.5172%;
}
#top-recruit .recruit__img .recruit__img-front::before {
  width: 15vw;
  height: 15vw;
  background: var(--primary-color);
  inset: auto -7vw -7vw auto;
  z-index: 1;
}

/* top-info
------------------------*/
#top-info {
  padding: 18% 0;
  background: var(--color-white);
}
#top-info .info__title .title-en {
  width: 75%;
}
#top-info .info__table {
  margin-bottom: 15%;
}
#top-info .info__map-item {
  margin-bottom: 12%;
}
#top-info .info__map-item:last-child {
  margin-bottom: 0;
}

/* top-news
------------------------*/
#top-news {
  padding: 18% 0;
  background: url(../img/top/news-l_ill.png) left top 20vw/27% no-repeat, url(../img/top/news-r_ill.png) right 11.4583% top/13% no-repeat;
}
#top-news .news__title .title-en {
  width: 26%;
}
#top-news .news__post-list .news__post {
  border-bottom: 1px solid var(--color-gray);
}
#top-news .news__post-list .news__post a {
  padding: 6% 0;
  /*==========================================
  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 time,
#top-news .news__post-list .news__post .category-label {
  color: var(--color-red);
  font-size: var(--font-size-14);
}
#top-news .news__post-list .news__post time {
  width: 28%;
}
#top-news .news__post-list .news__post .category-label {
  width: 72%;
}
#top-news .news__post-list .news__post .category-label li {
  position: relative;
  padding: 0 2vw;
}
#top-news .news__post-list .news__post .category-label li::before {
  position: absolute;
  content: "";
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--color-red);
  width: 1px;
  height: 3vw;
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  font-size: var(--font-size-16);
  margin-top: 3%;
}
#top-news .news__button {
  color: var(--primary-color);
  font-size: var(--font-size-16);
  width: 45%;
  margin: 12% 0 0 auto;
  display: block;
}
#top-news .news__button .has-arr {
  text-align: left;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--primary-color);
  position: relative;
  z-index: 1;
}
#footer .inbox {
  padding: 15% 8% 10%;
}
#footer .footer__left .footer__logo {
  width: 45%;
  display: block;
  margin: 0 auto 8%;
}
#footer .footer__left .c-address {
  margin-bottom: 12%;
}
#footer .footer__left .c-tel__list {
  margin-bottom: 8%;
}
#footer .footer__right .footer__button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4vw;
  margin-bottom: 12%;
}
#footer .footer__right .footer__button-wrap .footer__exterior-button {
  width: 46%;
}
#footer .footer__right .c-contact-button {
  justify-content: flex-end;
}
#footer .footer__right .nav__item {
  text-align: right;
  margin-bottom: 4%;
}
#footer .footer__right .nav__item a {
  font-size: var(--font-size-14);
  color: var(--color-white);
}
#footer .footer__right .nav__item a:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  background: var(--color-red);
  color: var(--color-white);
}
#copyright small {
  font-size: var(--font-size-10);
}
#copyright a {
  color: var(--color-white);
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.mv__frame .mv__catch {
  width: 100%;
}
.mv__frame .mv__catch span {
  display: block;
  width: 82%;
  margin: 0 auto;
  font-size: var(--font-size-23);
  letter-spacing: 0.28em;
  color: var(--color-white);
  text-align: center;
  font-weight: var(--font-weight-semibold);
  border-bottom: 3px double var(--color-white);
  position: relative;
  padding-bottom: 2%;
}
.mv__frame .mv__catch span::before {
  position: absolute;
  content: "";
  inset: -4vw 0 auto 0;
  margin: 0 auto;
  background: url(../img/sv/sv-ttl_frame.png) center/cover no-repeat;
  width: cover;
  height: 5vw;
}

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

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

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

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

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

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

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

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

#privacy-mv {
  background: url(../img/sv/privacy-sv_bg.png) center/cover no-repeat;
}
#privacy-mv .mv__catch span {
  font-size: var(--font-size-22);
}

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

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

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

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

/*==========================================
下層共通スタイル
===========================================*/
.head-section {
  position: relative;
  z-index: 1;
}
.head-section::before, .head-section::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.head-section::before {
  width: 30%;
  height: 37vw;
  inset: 12vw auto auto 0;
  background: url(../img/common/section-l_ill.png) center/100% no-repeat;
}
.head-section::after {
  width: 17%;
  height: 21vw;
  inset: 211vw 8.333% auto auto;
  background: url(../img/common/section-r_ill.png) center/100% no-repeat;
}

/*==========================================
about
===========================================*/
/* about-vision
------------------------*/
#about-vision .vision__title .title-en {
  width: 34%;
}
#about-vision .vision__list .vision__item {
  width: 100%;
  margin-bottom: 8%;
  background: var(--color-white);
  padding: 7% 6%;
  gap: 0 4%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  flex-direction: row-reverse;
}
#about-vision .vision__list .vision__item:last-child {
  margin-bottom: 0;
}
#about-vision .vision__list .vision__item-illust {
  width: 18%;
}
#about-vision .vision__list .vision__item-txt {
  width: 85%;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-medium);
  line-height: 1.7;
}

/* about-business
------------------------*/
#about-business .business__title .title-en {
  width: 63%;
}
#about-business .business__post {
  position: relative;
  margin-bottom: 12%;
}
#about-business .business__post:last-child {
  margin-bottom: 0;
}
#about-business .business__post-thumb {
  width: 100%;
  height: 52vw;
  margin-bottom: 4%;
}
#about-business .business__post-title {
  margin-bottom: 4%;
}

/*==========================================
reason
===========================================*/
#reason-section .reason__title .title-en {
  width: 35%;
}
#reason-section .reason__item {
  background: var(--color-white);
  margin-bottom: 12%;
  padding-bottom: 8%;
}
#reason-section .reason__item:last-child {
  margin-bottom: 0;
}
#reason-section .reason__item .reason__item-title {
  border-bottom: 1px solid var(--accent-color);
  padding: 4% 3% 4% 19%;
  font-size: var(--font-size-20);
  color: var(--primary-color);
  margin-bottom: 4%;
}
#reason-section .reason__item .reason__item-title::before {
  position: absolute;
  inset: 3vw auto 0 3%;
  color: var(--color-white);
  width: 10vw;
  height: 10vw;
  display: flex;
  align-items: end;
  justify-content: center;
  -webkit-clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
          clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  background: var(--primary-color);
  font-size: var(--font-size-18);
}
#reason-section .reason__item .reason__item-txt {
  padding: 0 7%;
}

/*==========================================
request
===========================================*/
/* request-flow
------------------------*/
#request-flow .flow__title .title-en {
  width: 30%;
}
#request-flow .flow__item {
  background: var(--color-white);
  margin: 0 auto 18%;
}
#request-flow .flow__item:last-child {
  margin-bottom: 0;
}
#request-flow .flow__item-title {
  font-size: var(--font-size-15);
  color: var(--color-red);
}
#request-flow .flow__item-txt {
  font-size: var(--font-size-20);
}
#request-flow .flow__item:first-child {
  width: 100%;
  padding: 7% 6%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5vw 4vw;
}
#request-flow .flow__item:first-child .flow__item-inner {
  width: 100%;
  background: rgba(var(--accent-color-rgb), 0.5);
  padding: 8% 3%;
}
#request-flow .flow__item:first-child .flow__item-inner .c-tel__list {
  margin-bottom: 8%;
}
#request-flow .flow__item:first-child .flow__item-inner .c-tel__list .tel__item .tel__num {
  color: var(--body-font-color);
  font-size: var(--font-size-18);
}
#request-flow .flow__item:first-child .flow__item-inner .c-tel__list .tel__item .tel__num small {
  color: var(--primary-color);
  font-size: var(--font-size-14);
}
#request-flow .flow__item:first-child .flow__item-inner .mail-button {
  width: 15vw;
  height: 15vw;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#request-flow .flow__item:first-child .flow__item-inner .mail-button:hover {
  transform: scale(0.95);
}
#request-flow .flow__item:not(:first-child) {
  width: 85%;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
#request-flow .flow__item:not(:first-child)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 3.85vw 0px 3.85vw;
  border-color: var(--color-red) transparent transparent transparent;
  inset: auto 0 -10vw 0;
  margin: 0 auto;
}
#request-flow .flow__item:not(:first-child) .flow__item-title,
#request-flow .flow__item:not(:first-child) .flow__item-txt {
  padding: 4% 0;
}
#request-flow .flow__item:not(:first-child) .flow__item-title {
  border-bottom: 1px solid var(--accent-color);
}
#request-flow .flow__item:not(:first-child) .flow__item-txt {
  color: var(--primary-color);
  line-height: 1.6;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#request-flow .flow__item:last-child::after {
  border: none;
}

/* request-price
------------------------*/
#request-price .price__title .title-en {
  width: 30%;
}
#request-price .price__lead {
  margin-bottom: 10%;
}
#request-price .price__list {
  background: var(--color-white);
  padding: 8% 5%;
}
#request-price .price__list .price__item {
  border-bottom: 1px solid var(--accent-color);
  padding: 4% 0;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#request-price .price__list .price__item:last-child {
  border-bottom: none;
}
#request-price .price__list .price__item-title {
  width: 58%;
  font-size: var(--font-size-16);
}
#request-price .price__list .price__item-txt {
  width: 40%;
  text-align: right;
}

/*==========================================
faq
===========================================*/
#faq-archive .faq__title .title-en {
  width: 27%;
}
#faq-archive .faq__item {
  margin-bottom: 12%;
}
#faq-archive .faq__item:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__item-title {
  background: var(--primary-color);
  color: var(--color-white);
  padding: 3% 4% 3% 12%;
  position: relative;
  margin-bottom: 3%;
  font-size: var(--font-size-17);
}
#faq-archive .faq__item-title .title-q {
  position: absolute;
  inset: 2vw auto auto 5%;
}

/*==========================================
case
===========================================*/
/* case-archive
------------------------*/
#case-archive .case__title .title-en {
  width: 50%;
}
#case-archive .case__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 5vw 4%;
}
#case-archive .case__item {
  width: 48%;
}
#case-archive .case__item-thumb {
  width: 100%;
  height: 30vw;
  margin-bottom: 2%;
}
#case-archive .case__item-title {
  font-size: var(--font-size-16);
}

.case__item-category {
  gap: 1.5vw;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4%;
}
.case__item-category li {
  background: var(--color-red);
  color: var(--color-white);
  padding: 0 2vw;
  font-size: var(--font-size-12);
}

/* case-single
------------------------*/
.case__single .case__item-gallery {
  margin-bottom: 8%;
}
.case__single .case__item-gallery .gallery__list {
  display: flex;
  gap: 5vw;
  overflow-x: scroll;
}
.case__single .case__item-gallery .gallery__list .gallery__item {
  max-width: 500px;
  flex: 0 0 90%;
}
.case__single .case__voice-list {
  margin-top: 12%;
}
.case__single .case__voice-list .case__voice-item {
  margin-bottom: 10%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.case__single .case__voice-list .case__voice-item:last-child {
  margin-bottom: 0;
}
.case__single .case__voice-list .case__voice-item .voice__item-icon {
  width: 23%;
}
.case__single .case__voice-list .case__voice-item .voice__item-icon figcaption {
  font-size: var(--font-size-14);
  color: var(--primary-color);
  text-align: center;
  margin-top: 5px;
}
.case__single .case__voice-list .case__voice-item .case__voice-content {
  width: 70%;
  font-size: var(--font-size-14);
  background: var(--color-white);
  padding: 5% 3%;
  position: relative;
}
.case__single .case__voice-list .case__voice-item .case__voice-content::before {
  position: absolute;
  content: "";
  border-style: solid;
  top: 6vw;
  width: 0;
  height: 0;
}
.case__single .case__voice-list .case__voice-item.voice__item-client .case__voice-content::before {
  border-width: 3vw 4vw 3vw 0px;
  border-color: transparent var(--color-white) transparent transparent;
  left: -4vw;
}
.case__single .case__voice-list .case__voice-item.voice__item-company {
  flex-direction: row-reverse;
}
.case__single .case__voice-list .case__voice-item.voice__item-company .case__voice-content::before {
  border-width: 3vw 0px 3vw 4vw;
  border-color: transparent transparent transparent var(--color-white);
  right: -4vw;
}

/*==========================================
recruit
===========================================*/
/* recruit-personality
------------------------*/
#recruit-personality .personality__title .title-en {
  width: 54%;
}
#recruit-personality .personality__list {
  background: var(--color-white);
  padding: 12% 7%;
  position: relative;
}
#recruit-personality .personality__list::before {
  position: absolute;
  content: "";
  width: 25%;
  height: 18vw;
  background: url(../img/recruit/personality_ill.png) center/100% no-repeat;
  inset: auto 12% -6vw auto;
}
#recruit-personality .personality__list .personality__item {
  padding-left: 10%;
  font-size: var(--font-size-16);
  background: url(../img/recruit/personality-check_ic.png) left top 2vw/5vw no-repeat;
  margin-bottom: 4%;
}
#recruit-personality .personality__list .personality__item:last-child {
  margin-bottom: 0;
}

/* recruit-charm
------------------------*/
#recruit-charm {
  position: relative;
  z-index: 1;
}
#recruit-charm .charm__title .title-en {
  width: 40%;
}
#recruit-charm .charm__item {
  width: 100%;
  background: var(--color-white);
  padding: 12% 6%;
  text-align: center;
  margin-bottom: 12%;
}
#recruit-charm .charm__item:last-child {
  margin-bottom: 0;
}
#recruit-charm .charm__item-title {
  font-size: var(--font-size-19);
  color: var(--primary-color);
  margin-bottom: 4%;
}
#recruit-charm .charm__item-illust {
  width: 45%;
  margin: 0 auto 5%;
}
#recruit-charm .charm__item-txt {
  text-align: left;
}

/* recruit-details
------------------------*/
#recruit-details .details__title .title-en {
  width: 70%;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.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: 19vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 21vw);
  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-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 tr th .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form tr td {
  padding: 3% 0;
}
#contact .contact__form tr td .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form tr td .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form tr td textarea {
  height: 37vw;
}
#contact .contact__form tr.contact__form-privacy th {
  text-align: left;
}
#contact .contact__form-input {
  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;
}
#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フレーム時)
===========================================*/