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

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

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 13.33vw;
  height: 13.33vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: var(--body-font-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.3vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 8.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--body-font-color);
  top: -2vw;
  font-size: var(--font-size-10);
}

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

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

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 5% 6% 15%;
  background: var(--color-white);
}
#drawer__nav .drawer__nav-logo {
  width: 45%;
  margin-bottom: 15%;
  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 {
  text-align: center;
  padding: 6% 0;
  font-size: var(--font-size-17);
  border-bottom: none;
  display: block;
  font-family: var(--font-secondary);
}
#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: 1px solid var(--primary-color);
  border-right: 1px 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 .drawer__nav-address {
  margin: 10% auto;
}
#drawer__nav .drawer__nav-address li {
  margin-bottom: 6%;
}
#drawer__nav .drawer__nav-address li:last-child {
  margin-bottom: 0;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5vw 6vw;
}
.c-contact__list .contact__item--tel {
  width: 100%;
  line-height: 1.3;
  text-align: center;
}
.c-contact__list .contact__item--tel .tel__num {
  font-size: var(--font-size-21);
  letter-spacing: 0.12em;
}
.c-contact__list .contact__item--tel .tel__num small {
  font-size: var(--font-size-15);
  margin-right: 1vw;
}
.c-contact__list .contact__item--tel .tel__text {
  width: 62%;
  margin: 0 auto;
  display: block;
}
.c-contact__list .contact__item--mail .mail__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12vw;
  height: 12vw;
}

/*
# c-campaign__section
------------------------*/
.c-campaign__section {
  padding-bottom: 18%;
  background: url(../../img/common/campaign_bg.jpg) center/cover no-repeat;
}
.c-campaign__section .campaign__title {
  text-align: center;
}
.c-campaign__section .campaign__contact-list {
  margin: 12% auto 0;
  background: var(--color-white);
  padding: 10% 6%;
}
.c-campaign__section .campaign__contact-list .contact__item--tel {
  width: auto;
}

/*==========================================
テーブルレイアウト
===========================================*/
.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 {
  letter-spacing: 0.2em;
  font-family: var(--font-secondary);
  border-bottom: 1px solid;
  position: relative;
  display: flex;
  align-items: center;
  height: 14vw;
  padding-left: 11vw;
}
.com-button::before, .com-button::after {
  position: absolute;
  content: "";
  z-index: 1;
}
.com-button::before {
  width: 11.7647%;
  height: 1px;
  background: var(--accent-color);
  inset: auto auto -1px 0;
}
.com-button::after {
  inset: 0 auto 0 5%;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--accent-color);
  border-right: 1px solid var(--accent-color);
  transform: rotate(45deg);
}
.com-button:hover {
  color: var(--accent-color);
}
.com-button:hover::before {
  width: 100%;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-size: var(--font-size-20);
  font-family: var(--font-secondary);
  letter-spacing: 0.22em;
  font-weight: var(--font-weight-medium);
  text-align: center;
  padding-bottom: 8%;
  margin-bottom: 10%;
  background: url(../../img/common/section-ttl_deco.png) bottom center/11% no-repeat;
}
.section-title.align-left {
  text-align: left;
  background-position: 0 100%;
}

.headline-title {
  font-family: var(--font-secondary);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.22em;
  margin-bottom: 5%;
  line-height: 2.0909090909;
}

/*==========================================
header
===========================================*/
#header {
  padding: 5% 4% 0;
  position: absolute;
  inset: 0 0 auto;
  z-index: 1001;
  background: none;
}
#header .header__logo {
  width: 25%;
  line-height: 0;
}
#header .header__nav-wrap {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 100vh;
  height: 100svh;
  position: relative;
  background: url(../../img/top/mv/mv-bg_sp.jpg) center/cover no-repeat;
}
#top-mv .mv__catch {
  position: absolute;
  inset: auto auto 6% 4.166%;
}
#top-mv .mv__catch .title-en {
  line-height: 0.85;
  font-size: 21vw;
}
#top-mv .mv__catch .title-ja {
  font-size: var(--font-size-22);
  line-height: 1.6;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 18% 0 10%;
}
#footer .footer__left {
  margin-bottom: 13%;
}
#footer .footer__left .footer__logo {
  width: 76%;
  display: block;
  margin: 0 auto 12%;
}
#footer .footer__left .footer__contact-list {
  margin-bottom: 10%;
}
#footer .footer__left .footer__insta-item {
  width: 85%;
  margin: 0 auto 10%;
}
#footer .footer__left .footer__insta-item:last-child {
  margin-bottom: 0;
}
#footer .footer__left .footer__insta-item .footer__insta-link {
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  font-size: var(--font-size-15);
}
#footer .footer__left .footer__insta-item .footer__insta-link:hover {
  opacity: 1;
  transform: scale(0.95);
  background-color: var(--primary-color);
}
#footer .footer__left .footer__insta-item .footer__insta-link span {
  background: url(../../img/common/sns/Instagram_Glyph_Gradient.svg) left center/7vw no-repeat;
  padding-left: 9vw;
}
#footer .footer__right .footer__ofc-button {
  height: 60px;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 13%;
  letter-spacing: 0.2em;
}
#footer .footer__right .footer__ofc-button:hover {
  opacity: 1;
  transform: scale(0.95);
}
#footer .footer__right .footer__ofc-button span {
  padding-left: 7vw;
}
#footer .footer__right .footer__ofc-button span::before {
  left: 0;
}
#footer .footer__right .footer__nav {
  row-gap: 5vw;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#footer .footer__right .footer__nav-list {
  width: 47%;
}
#footer .footer__right .footer__nav-item {
  margin-bottom: 10%;
  font-size: var(--font-size-13);
}
#footer .footer__right .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__right .footer__nav-link {
  padding-left: 4vw;
  position: relative;
}
#footer .footer__right .footer__nav-link::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 1px;
  margin: auto 0;
  inset: 0 auto 0 0;
  background: var(--body-font-color);
  z-index: 1;
}
#footer .footer__right .footer__nav-link:hover {
  color: var(--accent-color);
  text-decoration: underline;
}
#footer .footer__right .footer__nav-link:hover::before {
  background: var(--accent-color);
}
#footer .footer__right .footer__nav-link.current {
  color: var(--accent-color);
}
#footer .footer__right .footer__nav-link.current::before {
  background: var(--accent-color);
}

#copyright {
  word-break: normal;
  text-align: center;
  color: var(--color-gray-dark);
  margin-top: 13%;
  letter-spacing: 0.04em;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  color: var(--color-gray-dark);
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  bottom: 8%;
  right: 1%;
  z-index: 999;
  width: 13vw;
  height: 13vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-10);
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 1.1764705882;
}
.pagetop::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 4vw;
  inset: -2vw 0 auto;
  margin: 0 auto;
  background: var(--body-font-color);
}

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.lower-sv {
  height: 60vw;
  position: relative;
}
.lower-sv .sv__title {
  position: absolute;
  inset: auto auto 3vw 5%;
}
.lower-sv .sv__title .title-en {
  display: block;
  font-size: 15vw;
  line-height: 0.5;
}
.lower-sv .sv__title .title-ja {
  background: rgba(var(--color-white-rgb), 0.75);
  padding: 1vw 2vw;
  font-size: var(--font-size-20);
  letter-spacing: 0.2em;
  font-weight: var(--font-weight-medium);
}

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

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

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

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
.top-title {
  margin-bottom: 10%;
  text-align: center;
}
.top-title span {
  display: block;
}
.top-title .title-en {
  font-size: 20vw;
  line-height: 0.5;
  margin-bottom: 5%;
}
.top-title .title-ja {
  font-size: var(--font-size-20);
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-weight: var(--font-weight-semibold);
}

/*
# top-greeting
------------------------*/
#top-greeting {
  padding: 18% 0 25%;
  background: url(../../img/top/greeting-rb_deco.png) right bottom/55% no-repeat;
}
#top-greeting .greeting__content {
  margin-bottom: 15%;
}
#top-greeting .greeting__content .greeting__text {
  margin-bottom: 15%;
}
#top-greeting .greeting__content .greeting__button-list .greeting__button-item {
  width: 77%;
  margin: 0 0 15% auto;
}
#top-greeting .greeting__content .greeting__button-list .greeting__button-item:last-child {
  margin-bottom: 0;
}
#top-greeting .greeting__img-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65vw 1%;
}
#top-greeting .greeting__img-list .greeting__img-item {
  width: 49.5%;
}
#top-greeting .greeting__img-list .greeting__img-item:last-child {
  margin-bottom: 0;
}

/*
# top-price
------------------------*/
#top-price {
  padding: 20% 0;
}
#top-price .price__title::first-line {
  font-size: var(--font-size-18);
}
#top-price .price__part {
  margin-bottom: 18%;
}
#top-price .price__part:last-child {
  margin-bottom: 0;
}
#top-price .price__part-title {
  text-align: center;
  font-size: var(--font-size-19);
  padding: 5% 0;
  line-height: 1.9166666667;
  letter-spacing: 0.22em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: relative;
}
#top-price .price__part-title::before, #top-price .price__part-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1vw;
  background: url(../../img/top/price-part-ttl_deco.png) center/100% no-repeat;
  left: 0;
  right: 0;
}
#top-price .price__part-title::before {
  top: -0.5vw;
}
#top-price .price__part-title::after {
  bottom: -0.5vw;
}
#top-price .price__part-text {
  margin-top: 10%;
}
#top-price .price__part-table-wrap {
  margin-top: 15%;
  font-size: var(--font-size-15);
  position: relative;
}
#top-price .price__part-table-wrap .price__part-table-inner {
  table-layout: fixed;
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
}
#top-price .price__part-table-wrap .price__part-table-inner::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  inset: 0 auto auto 59%;
  border: 2px solid var(--accent-color);
  border-radius: 10px 10px 0 0;
}
#top-price .price__part-table-wrap .price__part-table {
  table-layout: fixed;
}
#top-price .price__part-table-wrap th,
#top-price .price__part-table-wrap td {
  width: 50vw;
  padding: 3% 2vw;
  text-align: center;
  border: 1px solid var(--color-gray);
  border-collapse: collapse;
  vertical-align: middle;
  line-height: 1.875;
  font-size: var(--font-size-12);
  white-space: wrap;
}
#top-price .price__part-table-wrap thead tr:first-child th:first-child {
  border-top: none;
  border-left: none;
  border-right: none;
}
#top-price .price__part-table-wrap thead th.bg-color-accent {
  border-radius: 10px 10px 0 0;
  position: relative;
  border: none;
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-16);
}
#top-price .price__part-table-wrap tbody td:nth-child(2) {
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-semibold);
}

/*
# top-movie
------------------------*/
#top-movie {
  padding: 20% 0;
  background: url(../../img/top/movie-lt_deco.png) left top/36.8229% no-repeat;
}
#top-movie .movie__frame {
  padding: 2%;
  position: relative;
}
#top-movie .movie__frame::before, #top-movie .movie__frame::after {
  position: absolute;
  content: "";
  width: 88vw;
  height: 6vw;
  background: url(../../img/top/movie-frame_deco.png) center/100% no-repeat;
  left: -2vw;
}
#top-movie .movie__frame::before {
  top: -2vw;
}
#top-movie .movie__frame::after {
  bottom: -2vw;
  transform: rotate(180deg);
}

/*
# top-voice
------------------------*/
#top-voice {
  padding: 20% 0;
  background: url(../../img/top/voice-top_bg.png) top center/100% no-repeat;
}
#top-voice .voice__inner-img {
  margin: 15% 0;
}
#top-voice .voice__button-link {
  width: 59%;
  margin-left: auto;
}

/*
# top-concept
------------------------*/
#top-concept {
  padding: 20% 0;
  background: url(../../img/top/concept-top_deco.png) right top/65% no-repeat;
}
#top-concept .concept__top-img {
  text-align: center;
}
#top-concept .concept__title {
  margin: 17% 0 0;
}
#top-concept .concept__content {
  margin-top: 7%;
}
#top-concept .concept__content .concept__button {
  width: 59%;
  margin: 7% 0 0 auto;
}
#top-concept .concept__inner-img {
  margin-top: 15%;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 18% 0;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__post {
  margin-bottom: 5%;
}
#top-news .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-link {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 6%;
  row-gap: 1vw;
}
#top-news .news__post-link:hover {
  opacity: 1;
  transform: translateX(10px);
  background: var(--primary-color-light);
}
#top-news .news__post-date {
  width: 28%;
  font-size: var(--font-size-13);
}
#top-news .news__post-tags {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  gap: 1.5vw;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-13);
  padding: 0 2vw;
  line-height: 1.2;
}
#top-news .news__post-title {
  font-size: var(--font-size-14);
  line-height: 1.5;
}
#top-news .news__button {
  width: 59%;
  margin: 10% 0 0 auto;
}

/*==========================================
service
===========================================*/
/*
# service-plan
------------------------*/
#service-plan .plan__part {
  margin-bottom: 15%;
}
#service-plan .plan__part:last-child {
  margin-bottom: 0;
}
#service-plan .plan__part-title {
  text-align: center;
  font-size: var(--font-size-19);
  line-height: 2.0909090909;
  margin-bottom: 8%;
  padding: 3% 9%;
  letter-spacing: 0.22em;
}
#service-plan .plan__part-headline {
  margin-bottom: 15%;
}
#service-plan .plan__part-img {
  width: 85%;
  margin: 0 auto 8%;
  height: 75vw;
}
#service-plan .plan__part-content .plan__part-item {
  margin-bottom: 5%;
  font-size: var(--font-size-18);
}
#service-plan .plan__part-content .plan__part-item:last-child {
  margin-bottom: 0;
}
#service-plan .plan__part-text {
  margin-top: 10%;
}
#service-plan .plan__part-movie {
  padding: 10% 3% 3%;
  position: relative;
}
#service-plan .plan__part-movie .plan__movie-title {
  position: absolute;
  inset: -5vw 0 auto;
  font-size: var(--font-size-17);
  text-align: center;
}
#service-plan .plan__part-movie .plan__movie-title span {
  padding: 0 5vw;
}
#service-plan .plan__part-movie .plan__movie-list .plan__movie-item {
  margin-bottom: 10%;
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#service-plan .plan__part-movie .plan__movie-list .plan__movie-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#service-plan .plan__part-movie .plan__movie-list .plan__movie-item:last-child {
  margin-bottom: 0;
}

/*
# service-option
------------------------*/
#service-option {
  background-image: url(../../img/service/option-lt_deco.png);
  background-position: 0 0;
  background-size: 45%;
  background-repeat: no-repeat;
}
#service-option .option__table th,
#service-option .option__table td {
  width: 50%;
  padding: 3vw;
  text-align: center;
  vertical-align: middle;
  border: 1px solid var(--accent-color);
  border-collapse: collapse;
  font-size: var(--font-size-15);
}
#service-option .option__table th {
  border-color: var(--color-white);
}

/*==========================================
request
===========================================*/
/*
# request-flow
------------------------*/
#request-flow .flow__item {
  padding: 0 0 12% 18%;
  margin-bottom: 5%;
  position: relative;
}
#request-flow .flow__item::before {
  position: absolute;
  inset: 0 auto auto 0;
  content: counter(number);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  font-family: var(--font-secondary);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-medium);
  color: var(--accent-color);
  border: 1px solid;
}
#request-flow .flow__item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 13vw);
  inset: 13vw auto auto 5.5%;
  background: var(--accent-color);
}
#request-flow .flow__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#request-flow .flow__item:last-child::after {
  background: none;
}
#request-flow .flow__item-img {
  margin-bottom: 8%;
}
#request-flow .flow__item .flow__contact-list {
  background: var(--primary-color-extra-light);
  padding: 8% 5%;
}
#request-flow .flow__item .flow__contact-list .contact__item--tel {
  width: auto;
}

/*
# request-attention
------------------------*/
#request-attention {
  background-image: url(../../img/request/attention-lt_deco.png);
  background-size: 31.1458%;
  background-repeat: no-repeat;
  background-position: left top;
}
#request-attention .attention__part {
  margin-bottom: 12%;
}
#request-attention .attention__part:last-child {
  margin-bottom: 0;
}
#request-attention .attention__part-title {
  text-align: center;
  padding: 3% 2% 3% 3%;
  font-size: var(--font-size-17);
  margin-bottom: 0;
}
#request-attention .attention__part-title span {
  padding-left: 6vw;
  display: inline-block;
}
#request-attention .attention__part-title span::before {
  left: 0;
  font-size: var(--font-size-18);
}
#request-attention .attention__part-content {
  padding: 8% 6%;
}

/*==========================================
voice
===========================================*/
/*
# voice-archive
------------------------*/
#voice-archive .voice__list .voice__card {
  margin-bottom: 15%;
}
#voice-archive .voice__list .voice__card:last-child {
  margin-bottom: 0;
}
#voice-archive .voice__list .voice__card-link {
  display: block;
}
#voice-archive .voice__list .voice__card-link:hover .voice__card-title {
  color: var(--accent-color);
  text-decoration: underline;
}
#voice-archive .voice__list .voice__card-img {
  width: 80%;
  height: 69vw;
  margin: 0 auto 6%;
}
#voice-archive .voice__list .voice__card-title {
  transition: all 0.3s;
  font-size: var(--font-size-16);
  margin-top: 2%;
}

.voice__tag-list {
  gap: 1.5vw;
  display: flex;
  flex-wrap: wrap;
}
.voice__tag-list .bg-color-accent {
  font-size: var(--font-size-12);
  padding: 0 2vw;
  display: inline-block;
  line-height: 2.1428571429;
}

/*
# voice-single
------------------------*/
.voice-single .voice__tag-list {
  margin-bottom: 10px;
}
.voice-single .voice__post-title {
  padding: 3% 5%;
  text-align: center;
}
.voice-single .voice__post-movie {
  margin-bottom: 8%;
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.voice-single .voice__post-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.voice-single .voice__post-comment {
  margin-bottom: 10%;
}
.voice-single .voice__post-item {
  margin-bottom: 8%;
}
.voice-single .voice__post-item:last-child {
  margin-bottom: 0;
}
.voice-single .voice__post-item--man {
  background: url(../../img/voice/man_ill.png) left top/18% no-repeat;
}
.voice-single .voice__post-item--woman {
  background: url(../../img/voice/woman_ill.png) left top/16% no-repeat;
}
.voice-single .voice__post-item .voice__item-content {
  width: 74%;
  margin-left: auto;
  padding: 8% 5%;
  position: relative;
  font-size: var(--font-size-14);
}
.voice-single .voice__post-item .voice__item-content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vw 5vw 3vw 0;
  border-color: transparent var(--primary-color-extra-light) transparent transparent;
  inset: 5vw auto auto -5vw;
}
.voice-single .voice__post-gallery {
  margin-top: 15%;
}
.voice-single .voice__post-gallery .voice__gallery-item {
  width: 85%;
  margin: 0 auto 6%;
  height: 55vw;
}
.voice-single .voice__post-gallery .voice__gallery-item:last-child {
  margin-bottom: 0;
}

/*==========================================
concept
===========================================*/
/*
# concept-msg
------------------------*/
#concept-msg {
  background: url(../../img/concept/msg-mid_deco.png) right top/45% no-repeat;
}
#concept-msg .msg__inner-wrap {
  margin-bottom: 10%;
}
#concept-msg .msg__inner-wrap:last-child {
  margin-bottom: 0;
}
#concept-msg .msg__inner-wrap .msg__content {
  margin-top: 10%;
}

/*
# concept-equipment
------------------------*/
#concept-equipment {
  background-image: url(../../img/concept/equipment-rt_deco.png);
  background-size: 45%;
  background-position: right 5.2083% top;
  background-repeat: no-repeat;
}
#concept-equipment .equipment__table th,
#concept-equipment .equipment__table td {
  width: 50%;
  padding: 3vw 2vw;
  text-align: center;
  vertical-align: middle;
  border: 1px solid var(--accent-color);
  border-collapse: collapse;
}
#concept-equipment .equipment__table th {
  border: none;
}
#concept-equipment .equipment__table th.bg-color-accent {
  border-radius: 0 10px 0 0;
}
#concept-equipment .equipment__table .equipment__table-button {
  width: 100%;
  font-size: var(--font-size-12);
  margin: 0 auto;
}

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

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

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

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

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

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