@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 25px;
}
.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-25);
  letter-spacing: 0.12em;
}
.c-contact__list .contact__item--tel .tel__num small {
  font-size: var(--font-size-18);
  margin-right: 5px;
}
.c-contact__list .contact__item--tel .tel__text {
  display: block;
}
.c-contact__list .contact__item--mail .mail__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}

/*
# c-campaign__section
------------------------*/
.c-campaign__section {
  padding-bottom: 130px;
  background: url(../../img/common/campaign_bg.jpg) center/cover no-repeat;
}
.c-campaign__section .campaign__title {
  text-align: center;
  margin-bottom: 40px;
}
.c-campaign__section .campaign__title .title-en {
  margin-bottom: 60px;
}
.c-campaign__section .campaign__contact-list {
  width: 550px;
  margin: 50px auto 0;
  background: var(--color-white);
  padding: 35px 0 45px;
}
.c-campaign__section .campaign__contact-list .contact__item--tel {
  width: auto;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  padding: 15px 10px;
  width: 180px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 15px 20px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 30px;
}

.com-text.align-center {
  text-align: center;
}

#g-map .map {
  height: 400px;
}

/*
# 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: 40px;
  padding-left: 50px;
}
.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 15px;
  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-30);
  font-family: var(--font-secondary);
  letter-spacing: 0.22em;
  font-weight: var(--font-weight-medium);
  text-align: center;
  line-height: 1.5333333333;
  padding-bottom: 40px;
  margin-bottom: 45px;
  background: url(../../img/common/section-ttl_deco.png) bottom center 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-22);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.22em;
  margin-bottom: 20px;
  line-height: 2.0909090909;
}

/*==========================================
header
===========================================*/
#header {
  width: 50%;
  padding: 1.302% 2.0833% 8.8541%;
}
#header .header__logo {
  width: 37.2727%;
  line-height: 0;
  margin-bottom: 15.3409%;
}
#header .header__nav-wrap {
  width: 61.7045%;
  margin: 0 auto;
  padding: 9% 11.09%;
  text-align: center;
  border-radius: 250px 250px 0 0;
  position: relative;
}
#header .header__nav-wrap::before, #header .header__nav-wrap::after {
  position: absolute;
  content: "";
}
#header .header__nav-wrap::before {
  width: 46.0405%;
  margin: 0 auto;
  height: 1px;
  inset: auto 0 -50px;
  background: var(--body-font-color);
}
#header .header__nav-wrap::after {
  width: 17px;
  height: 17px;
  margin: 0 auto;
  background: url(../../img/top/mv/hd-naw-wrap_deco.svg) center/100% no-repeat;
  inset: auto 0 -58px;
}
#header .header__nav-wrap .header__nav-title {
  position: absolute;
  inset: -8% 0 auto;
}
#header .header__nav {
  margin-bottom: 8.9%;
}
#header .header__nav-item {
  font-size: clamp(var(--font-size-15), 0.89vw, var(--font-size-17));
  margin-bottom: 4.35%;
  letter-spacing: 0.28em;
}
#header .header__nav-item:last-child {
  margin-bottom: 0;
}
#header .header__nav-link:hover {
  opacity: 1;
  color: var(--primary-color);
}
#header .header__nav-link.current {
  color: var(--primary-color);
}
#header .header__contact-list .tel__num {
  font-size: clamp(var(--font-size-19), 1.31vw, var(--font-size-25));
}
#header .header__contact-list .tel__num small {
  font-size: clamp(var(--font-size-15), 0.95vw, var(--font-size-18));
}

/*==========================================
mv
===========================================*/
#top-mv {
  width: 50%;
  position: relative;
  background: url(../../img/top/mv/mv-bg_pc.jpg) center/cover no-repeat;
}
#top-mv .mv__catch {
  position: absolute;
  inset: auto auto 11.9% 4.166%;
}
#top-mv .mv__catch .title-en {
  line-height: 0.85;
  font-size: clamp(9rem, 6.85vw, 13rem);
}
#top-mv .mv__catch .title-ja {
  font-size: clamp(var(--font-size-30), 2.095vw, var(--font-size-40));
  line-height: 1.6;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 65px 0 15px;
}
#footer .footer__left {
  width: 580px;
}
#footer .footer__left .footer__logo {
  display: inline-block;
  margin-bottom: 50px;
}
#footer .footer__left .footer__contact-list {
  justify-content: flex-start;
  margin-bottom: 20px;
}
#footer .footer__left .footer__contact-list .contact__item--tel {
  text-align: left;
}
#footer .footer__left .footer__insta-list {
  gap: 15px 20px;
}
#footer .footer__left .footer__insta-item {
  width: 280px;
}
#footer .footer__left .footer__insta-item .footer__insta-link {
  height: 60px;
  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/24px no-repeat;
  padding-left: 35px;
}
#footer .footer__right {
  width: 405px;
}
#footer .footer__right .footer__ofc-button {
  height: 60px;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 35px auto;
  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: 25px;
}
#footer .footer__right .footer__ofc-button span::before {
  left: 0;
}
#footer .footer__right .footer__nav {
  row-gap: 15px;
}
#footer .footer__right .footer__nav-item {
  margin-bottom: 15px;
}
#footer .footer__right .footer__nav-link {
  padding-left: 20px;
  position: relative;
}
#footer .footer__right .footer__nav-link::before {
  position: absolute;
  content: "";
  width: 10px;
  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: 75px;
  letter-spacing: 0.04em;
}
#copyright small {
  font-size: var(--font-size-15);
}
#copyright a {
  color: var(--color-gray-dark);
  text-decoration: underline;
}

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

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.lower-sv {
  width: 50%;
  position: relative;
}
.lower-sv .sv__title {
  position: absolute;
  inset: auto auto 110px 15.053%;
}
.lower-sv .sv__title .title-en {
  display: block;
  font-size: 13.2rem;
  line-height: 1;
}
.lower-sv .sv__title .title-ja {
  background: rgba(var(--color-white-rgb), 0.75);
  padding: 5px 30px;
  font-size: var(--font-size-30);
  letter-spacing: 0.22em;
  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 span {
  display: block;
}
.top-title .title-en {
  font-size: 20.1rem;
  line-height: 0.5;
  margin-bottom: 20px;
}
.top-title .title-ja {
  font-size: var(--font-size-30);
  letter-spacing: 0.22em;
  font-weight: var(--font-weight-semibold);
  line-height: 1.7333333333;
}

/*
# top-greeting
------------------------*/
#top-greeting {
  padding: 85px 0;
  background: url(../../img/top/greeting-rb_deco.png) right bottom/30.3645% no-repeat;
}
#top-greeting .greeting__content {
  width: 540px;
}
#top-greeting .greeting__content .greeting__text {
  margin-bottom: 45px;
}
#top-greeting .greeting__content .greeting__button-list .greeting__button-item {
  width: 340px;
  margin-bottom: 25px;
}
#top-greeting .greeting__content .greeting__button-list .greeting__button-item:last-child {
  margin-bottom: 0;
}
#top-greeting .greeting__img-list .greeting__img-item {
  margin-bottom: 5px;
}
#top-greeting .greeting__img-list .greeting__img-item:last-child {
  margin-bottom: 0;
}

/*
# top-price
------------------------*/
#top-price {
  padding: 135px 0 150px;
}
#top-price .price__part {
  margin-bottom: 105px;
}
#top-price .price__part:last-child {
  margin-bottom: 0;
}
#top-price .price__part-title {
  text-align: center;
  font-size: var(--font-size-24);
  padding: 20px 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: 7px;
  background: url(../../img/top/price-part-ttl_deco.png) center/100% no-repeat;
  left: 0;
  right: 0;
}
#top-price .price__part-title::before {
  top: -4px;
}
#top-price .price__part-title::after {
  bottom: -4px;
}
#top-price .price__part-text {
  margin-top: 30px;
}
#top-price .price__part-table-wrap {
  margin-top: 75px;
  font-size: var(--font-size-16);
  position: relative;
}
#top-price .price__part-table-wrap::before {
  position: absolute;
  content: "";
  width: 410px;
  height: calc(100% + 10px);
  inset: -10px auto auto 260px;
  border: 2px solid var(--accent-color);
  border-radius: 10px 10px 0 0;
  border-top-width: 20px;
}
#top-price .price__part-table-wrap th,
#top-price .price__part-table-wrap td {
  padding: 20px 10px;
  text-align: center;
  border: 1px solid var(--color-gray);
  border-collapse: collapse;
  vertical-align: middle;
  line-height: 1.875;
}
#top-price .price__part-table-wrap thead tr {
  font-size: var(--font-size-18);
}
#top-price .price__part-table-wrap thead tr:first-child th {
  width: 410px;
}
#top-price .price__part-table-wrap thead tr:first-child th:first-child {
  width: 260px;
  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;
}
#top-price .price__part-table-wrap thead th.bg-color-accent::before {
  position: absolute;
  content: "";
  width: 72px;
  height: 38px;
  inset: -45px 0 auto;
  margin: 0 auto;
  background: url(../../img/top/price-ueno_deco.png) center/100% no-repeat;
}
#top-price .price__part-table-wrap tbody td {
  width: 410px;
}
#top-price .price__part-table-wrap tbody td:first-child {
  width: 260px;
}

/*
# top-movie
------------------------*/
#top-movie {
  padding: 130px 0 170px;
  background: url(../../img/top/movie-lt_deco.png) left top/36.8229% no-repeat;
}
#top-movie .movie__frame {
  width: 895px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
#top-movie .movie__frame::before, #top-movie .movie__frame::after {
  position: absolute;
  content: "";
  width: 934px;
  height: 57px;
  background: url(../../img/top/movie-frame_deco.png) center/100% no-repeat;
  left: -20px;
}
#top-movie .movie__frame::before {
  top: -21px;
}
#top-movie .movie__frame::after {
  bottom: -21px;
  transform: rotate(180deg);
}

/*
# top-voice
------------------------*/
#top-voice {
  padding: 145px 0 160px;
  background: url(../../img/top/voice-top_bg.png) top center/100% no-repeat;
}
#top-voice .voice__content {
  width: 350px;
  padding-top: 54px;
}
#top-voice .voice__content .voice__inner-img {
  margin-top: 70px;
}

/*
# top-concept
------------------------*/
#top-concept {
  padding: 110px 0 170px;
  background: url(../../img/top/concept-top_deco.png) right top/51.5625% no-repeat;
}
#top-concept .concept__top-img {
  text-align: center;
  margin-bottom: 5px;
}
#top-concept .concept__inner-wrap {
  margin-bottom: 5px;
}
#top-concept .concept__inner-wrap:last-child {
  margin-bottom: 0;
}
#top-concept .concept__title .title-en {
  margin-bottom: 40px;
}
#top-concept .concept__content {
  width: 350px;
  padding-top: 50px;
}
#top-concept .concept__content .concept__button {
  margin-top: 45px;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 120px 0;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__title {
  width: 190px;
  margin-bottom: 0;
}
#top-news .news__post-list {
  width: 820px;
  min-height: 280px;
}
#top-news .news__post {
  margin-bottom: 5px;
}
#top-news .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-link {
  padding: 15px 40px;
}
#top-news .news__post-link:hover {
  opacity: 1;
  transform: translateX(10px);
  background: var(--primary-color-light);
}
#top-news .news__post-date {
  width: 120px;
}
#top-news .news__post-tags {
  width: calc(100% - 120px);
  gap: 8px;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
  padding: 0 10px;
  line-height: 1.2;
}
#top-news .news__post-title {
  font-size: var(--font-size-16);
  line-height: 1.5;
}
#top-news .news__button {
  width: 200px;
  position: absolute;
  inset: auto auto 50px 0;
}

/*==========================================
service
===========================================*/
/*
# service-plan
------------------------*/
#service-plan .plan__part {
  margin-bottom: 65px;
}
#service-plan .plan__part:last-child {
  margin-bottom: 0;
}
#service-plan .plan__part-title {
  text-align: center;
  font-size: var(--font-size-22);
  line-height: 2.0909090909;
  margin-bottom: 40px;
  padding: 12px;
  letter-spacing: 0.22em;
}
#service-plan .plan__part-headline {
  margin-bottom: 50px;
}
#service-plan .plan__part-img {
  width: 520px;
  height: 400px;
}
#service-plan .plan__part-content {
  width: 525px;
}
#service-plan .plan__part-content .plan__part-item {
  margin-bottom: 5px;
  font-size: var(--font-size-18);
}
#service-plan .plan__part-content .plan__part-item:last-child {
  margin-bottom: 0;
}
#service-plan .plan__part-content .plan__part-item-title {
  width: 110px;
}
#service-plan .plan__part-text {
  margin-top: 20px;
}
#service-plan .plan__part-movie {
  padding: 60px 70px;
  position: relative;
}
#service-plan .plan__part-movie .plan__movie-title {
  position: absolute;
  inset: -25px 0 auto;
  font-size: var(--font-size-22);
  text-align: center;
}
#service-plan .plan__part-movie .plan__movie-title span {
  padding: 0 30px;
}
#service-plan .plan__part-movie .plan__movie-list {
  gap: 38px;
}
#service-plan .plan__part-movie .plan__movie-list .plan__movie-item {
  width: 450px;
}
#service-plan .plan__part-movie .plan__movie-list .plan__movie-item iframe {
  width: 100%;
  height: 336px;
}

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

/*==========================================
request
===========================================*/
/*
# request-flow
------------------------*/
#request-flow .flow__item {
  padding: 0 320px 60px 130px;
  margin-bottom: 10px;
  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: 80px;
  height: 80px;
  border-radius: 50%;
  font-family: var(--font-secondary);
  font-size: var(--font-size-30);
  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% - 85px);
  inset: 85px auto auto 40px;
  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-title {
  margin-bottom: 25px;
}
#request-flow .flow__item-img {
  position: absolute;
  inset: 0 0 auto auto;
}
#request-flow .flow__item-content {
  min-height: 260px;
}
#request-flow .flow__item .flow__contact-list {
  background: var(--primary-color-extra-light);
  padding: 20px;
}
#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: 40px;
}
#request-attention .attention__part:last-child {
  margin-bottom: 0;
}
#request-attention .attention__part-title {
  text-align: center;
  padding: 17px 25px;
  margin-bottom: 0;
}
#request-attention .attention__part-title span {
  padding-left: 40px;
  display: inline-block;
}
#request-attention .attention__part-title span::before {
  left: 0;
  font-size: var(--font-size-27);
}
#request-attention .attention__part-content {
  padding: 25px 80px;
}

/*==========================================
voice
===========================================*/
/*
# voice-archive
------------------------*/
#voice-archive .voice__list {
  gap: 40px 30px;
}
#voice-archive .voice__list .voice__card {
  width: 340px;
}
#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: 100%;
  height: 280px;
  margin-bottom: 20px;
}
#voice-archive .voice__list .voice__card-title {
  transition: all 0.3s;
  font-size: var(--font-size-16);
  margin-top: 5px;
}

.voice__tag-list {
  gap: 7px;
}
.voice__tag-list .bg-color-accent {
  font-size: var(--font-size-14);
  padding: 0 10px;
  display: inline-block;
  line-height: 2.1428571429;
}

/*
# voice-single
------------------------*/
.voice-single .voice__tag-list {
  margin-bottom: 10px;
}
.voice-single .voice__post-title {
  padding: 11px 20px;
  margin-bottom: 30px;
  text-align: center;
}
.voice-single .voice__post-movie {
  width: 855px;
  margin: 0 auto 30px;
}
.voice-single .voice__post-movie iframe {
  width: 100%;
  height: 480px;
}
.voice-single .voice__post-comment {
  text-align: center;
  margin-bottom: 55px;
}
.voice-single .voice__post-item {
  margin-bottom: 40px;
}
.voice-single .voice__post-item:last-child {
  margin-bottom: 0;
}
.voice-single .voice__post-item--man {
  background: url(../../img/voice/man_ill.png) left 65px top no-repeat;
}
.voice-single .voice__post-item--woman {
  background: url(../../img/voice/woman_ill.png) left 70px top no-repeat;
}
.voice-single .voice__post-item .voice__item-content {
  width: 880px;
  margin-left: auto;
  padding: 30px;
  position: relative;
}
.voice-single .voice__post-item .voice__item-content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 28px 16px 0px;
  border-color: transparent var(--primary-color-extra-light) transparent transparent;
  inset: 55px auto auto -28px;
}
.voice-single .voice__post-gallery {
  margin-top: 65px;
  gap: 30px;
}
.voice-single .voice__post-gallery .voice__gallery-item {
  width: 340px;
  height: 280px;
}

/*==========================================
concept
===========================================*/
/*
# concept-msg
------------------------*/
#concept-msg {
  background: url(../../img/concept/msg-mid_deco.png) right top/32.8125% no-repeat;
}
#concept-msg .msg__inner-wrap {
  margin-bottom: 10px;
}
#concept-msg .msg__inner-wrap:last-child {
  margin-bottom: 0;
}
#concept-msg .msg__inner-wrap .msg__content {
  max-width: 490px;
  min-width: 395px;
}
#concept-msg .msg__inner-wrap:nth-of-type(odd) .msg__content {
  padding-left: 40px;
}
#concept-msg .msg__inner-wrap:nth-of-type(even) .msg__content {
  padding-right: 40px;
}

/*
# concept-equipment
------------------------*/
#concept-equipment {
  background-image: url(../../img/concept/equipment-rt_deco.png);
  background-size: 37.8125%;
  background-position: right 5.2083% top;
  background-repeat: no-repeat;
}
#concept-equipment .equipment__table th,
#concept-equipment .equipment__table td {
  width: 50%;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: var(--font-size-18);
  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: 300px;
  margin: 0 auto;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  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: 210px;
  height: 200px;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#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 input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

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

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