@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;
}

/*
# contact-list
------------------------*/
.c-contact__list .com-tel {
  line-height: 1.2;
  text-align: center;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-25);
  font-family: var(--sub-font-family);
  font-weight: var(--font-weight-semibold);
}
.c-contact__list .com-tel .tel__num small {
  color: var(--primary-color);
  font-size: var(--font-size-20);
  margin-right: 5px;
}
.c-contact__list .com-tel .tel__text {
  display: block;
}
.c-contact__list .com-mail .mail__button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  width: 360px;
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  background: url(../../img/common/mail_ic.png) left 35px center/20px 14px no-repeat, var(--primary-color);
  height: 80px;
  padding: 0 5px 0 35px;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 105px 0 150px;
  background: url(../../img/component/contact-lt_deco.png) left top/72.6041% no-repeat, url(../../img/component/contact-rb_deco.png) right bottom/72.6041% no-repeat, url(../../img/component/contact_bg.jpg) center/cover no-repeat;
}
.c-contact__section .contact__inbox {
  width: clamp(1200px, 77.0833%, 1480px);
}
.c-contact__section .contact__content {
  width: 680px;
  margin-left: auto;
}
.c-contact__section .contact__title {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}
.c-contact__section .contact__title .title-ja {
  position: absolute;
  inset: auto 0 -15px;
  text-align: center;
}
.c-contact__section .contact__button {
  width: 600px;
  margin: 0 auto 60px;
  font-family: var(--body-font-family);
}
.c-contact__section .contact__subtitle {
  border-top: 2px solid var(--fourth-color);
  text-align: center;
  padding: 23px 0;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  position: relative;
  margin-bottom: 40px;
}
.c-contact__section .contact__subtitle::before, .c-contact__section .contact__subtitle::after {
  position: absolute;
  content: "";
  width: 330px;
  height: 2px;
  background: var(--fourth-color);
  bottom: 0;
}
.c-contact__section .contact__subtitle::before {
  left: 0;
}
.c-contact__section .contact__subtitle::after {
  right: 0;
}
.c-contact__section .contact__subtitle span {
  position: relative;
  display: block;
}
.c-contact__section .contact__subtitle span::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  inset: auto 0 -36px;
  transform: rotate(35deg);
  background: var(--fourth-color);
  margin: 0 auto;
}
.c-contact__section .c-contact__contact-list {
  justify-content: center;
  gap: 20px;
}
.c-contact__section .c-contact__contact-list .com-tel .tel__num {
  font-size: var(--font-size-35);
}
.c-contact__section .c-contact__contact-list .com-tel .tel__num small {
  font-size: var(--font-size-25);
}

/*==========================================
テーブルレイアウト
===========================================*/
.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-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: 2.2;
  font-size: var(--font-size-17);
  letter-spacing: var(--body-letter-spacing);
}

#g-map h4 {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  margin-bottom: 5px;
}
#g-map h4 span {
  padding-left: 20px;
}
#g-map .map {
  height: 400px;
  /*==========================================
  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;
}

.com-button {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  text-align: center;
  background: var(--bg-gradation);
  font-family: var(--sub-font-family);
  font-size: var(--font-size-17);
}
.com-button:hover {
  opacity: 0.9;
  letter-spacing: 0.2em;
}

.has-arrow {
  position: relative;
}
.has-arrow::before, .has-arrow::after {
  position: absolute;
  content: "";
  height: 1px;
  background: var(--color-white);
  z-index: 1;
  margin: auto 0;
}
.has-arrow::before {
  width: 60px;
  inset: 0 auto 0 0;
  margin: auto 0;
}
.has-arrow::after {
  width: 15px;
  transform: rotate(45deg);
  inset: -10px auto 0 48px;
}

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

.section-title {
  font-weight: var(--font-weight-bold);
  text-align: center;
  margin-bottom: 60px;
}
.section-title span {
  display: block;
}
.section-title .title-en {
  font-size: 15rem;
  font-family: var(--sub-font-family);
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.section-title .title-en em {
  color: var(--primary-color);
}
.section-title .title-ja {
  letter-spacing: var(--body-letter-spacing);
  font-size: var(--font-size-35);
}

.headline-title {
  border-bottom: 2px solid var(--primary-color);
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-semibold);
  padding-bottom: 15px;
  margin-bottom: 25px;
}

/*==========================================
header
===========================================*/
#header {
  position: relative;
}
#header .header__inner {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  z-index: 1001;
}
#header .header__inner .header__logo {
  padding: 20px 0 0 20px;
  line-height: 1;
}
#header .header__inner .header__contact-list {
  background: rgba(var(--color-white-rgb), 0.9);
  width: 360px;
}
#header .header__inner .header__contact-list .com-tel {
  width: 270px;
}
#header .header__inner .header__contact-list .com-mail .mail__button {
  width: 90px;
  background-size: auto;
  padding-left: 0;
  background-position: 50%;
}
#header .header__inner .header__contact-list .com-mail .mail__button-text {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(750px, 59.3745vw, 1140px);
  background: url(../../img/top/mv/mv_bg.jpg) center/cover no-repeat;
  position: relative;
}
#top-mv .mv__catch {
  position: absolute;
  inset: 1.75438% 3.3854% auto auto;
  width: 71.302%;
}

/*==========================================
nav
===========================================*/
#nav {
  position: absolute;
  inset: auto 0 1.7543%;
  width: 1080px;
  margin: 0 auto;
  background: url(../../img/common/nav_bdr.png) top center no-repeat, url(../../img/common/nav_bdr.png) bottom center no-repeat;
  padding: 15px 0;
  z-index: 1000;
}
#nav .nav__list {
  gap: 15px 40px;
  font-size: var(--font-size-17);
}
#nav .nav__list .nav__item-link:hover {
  opacity: 1;
  color: var(--primary-color);
}
#nav .nav__list .nav__item-link.current {
  color: var(--primary-color);
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--body-font-color);
}
#footer .fixed__button {
  position: fixed;
  width: 130px;
  height: 130px;
  color: var(--color-white);
  font-size: var(--font-size-17);
  background: url(../../img/common/side-btn_bg.jpg) center/cover no-repeat;
  inset: auto 5px 60px auto;
  z-index: 1001;
  text-align: center;
  line-height: 1.6;
  padding: 35px 0;
}
#footer .fixed__button::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 10px 10px;
  border-color: transparent transparent var(--color-white) transparent;
  inset: auto 5px 5px auto;
}
#footer .fixed__button span {
  position: relative;
}
#footer .fixed__button span::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  inset: -8px 0 auto;
  margin: 0 auto;
  background: var(--color-white);
}
#footer .footer__inbox {
  padding: 120px 0 110px;
  text-align: center;
}
#footer .footer__logo {
  display: block;
  width: 137px;
  margin: 0 auto 35px;
}
#footer .footer__official-button {
  width: 500px;
  height: 80px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-white);
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  background: var(--primary-color);
}
#footer .footer__official-button span {
  padding-left: 35px;
}
#footer .footer__official-button span::before {
  content: "\f1c5";
  left: 0;
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-20);
}
#footer .footer__official-button:hover {
  transform: scale(1.05);
}
#footer .footer__nav-list {
  width: 815px;
  margin: 0 auto;
  gap: 10px 30px;
}
#footer .footer__nav-list .footer__nav-link {
  color: var(--color-white);
  font-size: var(--font-size-17);
}
#footer .footer__nav-list .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  background: var(--color-white);
  padding: 5px 0;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 670px;
  padding: 130px 3.125% 0;
  position: relative;
  background: url(../../img/sv/sv_bg.jpg) center top no-repeat;
}
.lower-sv .sv__frame {
  width: 61.1111%;
  height: 400px;
}
.lower-sv .sv__frame .sv__title {
  position: absolute;
  inset: auto 0 140px auto;
  background: var(--body-font-color);
  color: var(--color-white);
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-bold);
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
}
.lower-sv .sv__frame .sv__title::before {
  position: absolute;
  content: "";
  width: 184px;
  height: 100%;
  inset: 0 auto 0 -184px;
  background: url(../../img/sv/sv-ttl_deco.png) center/100% no-repeat;
}

#asset-consulting-sv .sv__frame {
  background: url(../../img/sv/asset-consulting-sv_img.png) center/cover no-repeat;
}

#strengths-sv .sv__frame {
  background: url(../../img/sv/strengths-sv_img.png) center/cover no-repeat;
}

#seminar-sv .sv__frame {
  background: url(../../img/sv/seminar-sv_img.png) center/cover no-repeat;
}

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
.top-title span {
  display: block;
}
.top-title .title-en {
  margin-bottom: 20px;
}

/*
# top-event
------------------------*/
#top-event {
  padding: 115px 0 250px;
  position: relative;
  z-index: 1;
  background: url(../../img/top/event_bg.png) top 70px right/70.9895% no-repeat;
}
#top-event .event__inbox {
  width: clamp(1200px, 75.2604%, 1445px);
  margin-bottom: 130px;
  position: relative;
  z-index: 1;
  padding-top: 135px;
}
#top-event .event__title {
  width: 31.4878%;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: -1;
}
#top-event .event__list {
  width: 70.58823%;
  margin-left: auto;
  gap: 5.88245%;
}
#top-event .event__list .event__post {
  width: 29.4117%;
}
#top-event .event__list .event__post-link {
  display: block;
  position: relative;
}
#top-event .event__list .event__post-link:hover .event__post-title {
  color: var(--primary-color);
}
#top-event .event__list .event__post-thumb {
  width: 100%;
  height: clamp(249px, 15.6245vw, 300px);
  margin-bottom: 10px;
}
#top-event .event__list .event__post-date {
  position: absolute;
  inset: 0 auto auto 0;
}
#top-event .event__list .event__post-tags {
  gap: 5px;
  font-size: var(--font-size-15);
  color: var(--fourth-color);
  margin-bottom: 5px;
}
#top-event .event__list .event__post-title {
  font-size: var(--font-size-20);
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
#top-event .event__button {
  width: 300px;
  position: absolute;
  inset: auto auto 0 0;
}
#top-event .event__banner .banner__link {
  width: 1120px;
  margin: 0 auto;
  background: url(../../img/top/event-bg_img.png) right 45px bottom no-repeat, url(../../img/top/event-bnr_bg.jpg) center/cover no-repeat;
  border-top: 5px solid var(--body-font-color);
  border-bottom: 5px solid var(--body-font-color);
  padding: 60px 65px;
  position: relative;
  display: block;
}
#top-event .event__banner .banner__link:hover .banner__button {
  background-position: 98% 50%;
}
#top-event .event__banner .bannar__title {
  text-align: center;
  margin-bottom: 25px;
}
#top-event .event__banner .banner__list {
  gap: 25px;
  padding: 0 110px;
}
#top-event .event__banner .banner__button {
  position: absolute;
  inset: auto 0 0 auto;
  width: 390px;
  background: url(../../img/top/banner-btn_arr.png) right 15px center no-repeat, var(--color-white);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  height: 60px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
#top-event .event__banner .banner__button::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 60px 44px;
  border-color: transparent transparent var(--color-white) transparent;
  inset: 0 auto 0 -44px;
  z-index: 1;
}
#top-event .event__banner .banner__button em {
  color: var(--primary-color);
}
#top-event .event-bottom_bg {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  width: 100%;
  height: clamp(300px, 23.437vw, 450px);
  background: url(../../img/top/event-btm-bg-lt_deco.png) left top/72.064% no-repeat, url(../../img/top/event-btm-bg-rb_deco.png) right bottom/72.064% no-repeat, url(../../img/top/event-btm_bg.jpg) center/cover no-repeat;
}

.event__date--style {
  color: var(--color-white);
  background: var(--primary-color);
  z-index: 10;
  padding: 2px 10px;
  font-family: var(--sub-font-family);
  font-size: var(--font-size-17);
}

/*
# top-msg
------------------------*/
#top-msg {
  padding: 5.7291% 0 24.4791%;
  background: url(../../img/top/msg_bg.png) right top/61.5104% no-repeat;
}
#top-msg .msg__inner {
  position: relative;
}
#top-msg .msg__inner .msg__title .title-en {
  position: absolute;
  inset: auto -32% -220px auto;
}
#top-msg .msg__inner .msg__subtitle {
  position: absolute;
  inset: auto 20px -130px auto;
  gap: 10px;
}
#top-msg .msg__inner .msg__subtitle span {
  width: 55px;
  writing-mode: vertical-rl;
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-20);
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0.1em;
}
#top-msg .msg__inner .msg__subtitle span::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 100px;
  background: url(../../img/top/msg-subttl-top_deco.png) center/100% no-repeat;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#top-msg .msg__inner .msg__subtitle span:first-child {
  padding-bottom: 20px;
}
#top-msg .msg__inner .msg__subtitle span:first-child::before {
  top: -100px;
}
#top-msg .msg__inner .msg__subtitle span:last-child {
  padding-top: 20px;
}
#top-msg .msg__inner .msg__subtitle span:last-child::before {
  bottom: -100px;
  transform: rotate(180deg);
}
#top-msg .msg__inner .msg__content {
  width: 750px;
  writing-mode: vertical-rl;
}
#top-msg .msg__inner .msg__content .msg__text {
  margin: auto auto 0 45px;
  line-height: 2.2;
  font-size: clamp(1.6rem, 0.9vw, 1.7rem);
}
#top-msg .msg__inner .msg__content .msg__text:last-child {
  margin-left: 0;
}

/*
# top-about
------------------------*/
#top-about {
  padding: 3.6458% 0 200px;
  position: relative;
  z-index: 1;
}
#top-about::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 62.5vw;
  min-width: 800px;
  background: url(../../img/top/about_bg.png) bottom center/100% no-repeat;
  z-index: -1;
  inset: auto auto 0 0;
}
#top-about .about__inbox {
  width: 44.7916%;
  margin: 0 0 0 auto;
}
#top-about .about__title {
  width: 86.279%;
  margin: auto auto 45px -40px;
}
#top-about .about__title .title-ja {
  position: relative;
  display: block;
}
#top-about .about__title .title-ja::before {
  position: absolute;
  content: "";
  width: 35%;
  height: 2px;
  inset: auto -21% 14% auto;
  background: var(--body-font-color);
}
#top-about .about__title .title-en {
  width: 31.9791%;
  position: absolute;
  inset: auto auto 0 15.3645%;
  z-index: 1;
}
#top-about .about__button {
  width: 400px;
}

/*
# top-strengths
------------------------*/
#top-strengths {
  background: url(../../img/top/seminar-btm-bg_deco.png) right bottom/72.6041% no-repeat, url(../../img/top/strengths_bg.jpg) center/cover no-repeat;
  padding: 110px 0 120px;
}
#top-strengths .strengths__inbox {
  width: clamp(1200px, 84.375%, 1620px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#top-strengths .strengths__inbox .strengths__title {
  width: 81.4814%;
  margin: 0 auto 21.374%;
  text-align: right;
}
#top-strengths .strengths__list {
  width: 93.2098%;
  margin: 0 auto;
  min-width: 1180px;
  gap: 0.16562%;
}
#top-strengths .strengths__list .strengths__item {
  width: 19.8675%;
  background: url(../../img/top/strengths-item_bg.png) bottom center/cover no-repeat;
  padding: 100px 0 100px 20px;
  text-align: center;
  padding: 0 20px 55px;
}
#top-strengths .strengths__list .strengths__item-num {
  border-bottom: 1px solid;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#top-strengths .strengths__list .strengths__item-text {
  font-size: clamp(1.5rem, 1.05vw, 2rem);
  letter-spacing: 0.05em;
}
#top-strengths .strengths__list .strengths__item-text span {
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
}
#top-strengths .strengths__button {
  width: 400px;
  margin: 60px auto 0;
}
#top-strengths .strengths__img {
  position: absolute;
  inset: 100px 0 auto;
  z-index: -1;
}

/*
# top-seminar
------------------------*/
#top-seminar {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(300px, 23.437vw, 450px);
}
#top-seminar::before, #top-seminar::after {
  position: absolute;
  content: "";
}
#top-seminar::before {
  z-index: -2;
  width: 65.1041%;
  height: 600px;
  background: var(--color-gray);
  inset: auto auto clamp(300px, 23.437vw, 450px) 0;
}
#top-seminar::after {
  background: url(../../img/top/seminar_bg.png) center/100% no-repeat;
  width: 100%;
  height: calc(100% - clamp(300px, 23.437vw, 450px));
  inset: 0 0 auto;
  z-index: -1;
}
#top-seminar .seminar__inbox {
  padding: 115px 0 120px;
}
#top-seminar .seminar__title {
  text-align: right;
  margin-bottom: clamp(400px, 27.06vw, 520px);
}
#top-seminar .seminar__content {
  width: 640px;
  margin-left: -85px;
  font-size: var(--font-size-17);
}
#top-seminar .seminar__button {
  width: 400px;
}
#top-seminar .seminar__img {
  position: absolute;
  inset: 85px auto auto 0;
  width: 56.927%;
}
#top-seminar .seminar__img-bottom {
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: clamp(300px, 23.437vw, 450px);
  background: url(../../img/top/seminar-btm-bg_deco.png) right bottom/72.6041% no-repeat, url(../../img/top/seminar-btm_img.jpg) center bottom/cover no-repeat;
}

/*
# top-recruit
------------------------*/
#top-recruit {
  padding: 270px 0 130px;
  background: url(../../img/top/recruit-lt_bg.png) left top/57.6041% no-repeat;
}
#top-recruit .recruit__inbox {
  width: clamp(1200px, 79.166%, 1520px);
}
#top-recruit .recruit__link {
  width: 100%;
  height: 460px;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  background: url(../../img/top/recruit-btn-pc_bg.jpg) center/cover no-repeat;
}
#top-recruit .recruit__link::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: calc(100% + 30px);
  background: url(../../img/top/recruit-bnr-x_bdr.png) top left/99% 5px no-repeat, url(../../img/top/recruit-bnr-x_bdr.png) bottom right/99% 5px no-repeat, url(../../img/top/recruit-bnr-y_bdr.png) left bottom/5px 99% no-repeat, url(../../img/top/recruit-bnr-y_bdr.png) right top/5px 98% no-repeat;
  inset: 0 0 0 -15px;
  margin: auto;
}
#top-recruit .recruit__link .title-en {
  position: absolute;
  inset: -65px auto auto -120px;
  z-index: 1;
}
#top-recruit .recruit__link .title-ja {
  width: 410px;
  border-bottom: 2px solid;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
#top-recruit .recruit__link .recruit__button {
  width: 230px;
  display: block;
  text-align: center;
  margin-left: auto;
  font-family: var(--sub-font-family);
  color: var(--primary-color);
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-semibold);
}
#top-recruit .recruit__link .recruit__button::before, #top-recruit .recruit__link .recruit__button::after {
  background: var(--primary-color);
}

/*
# top-news
------------------------*/
#top-news {
  padding: 80px 0 120px;
  background: url(../../img/top/news-btm_bg.png) bottom center/100% no-repeat;
}
#top-news .news__title {
  text-align: center;
  margin-bottom: 50px;
}
#top-news .news__post-list {
  gap: 30px;
}
#top-news .news__post-list .news__post {
  width: 340px;
}
#top-news .news__post-list .news__post-link {
  display: block;
}
#top-news .news__post-list .news__post-link:hover .news__post-title {
  color: var(--primary-color);
}
#top-news .news__post-list .news__post-tags {
  gap: 5px;
  margin-bottom: 5px;
}
#top-news .news__post-list .news__post-tags li {
  color: var(--color-white);
  background: var(--primary-color);
  padding: 1px 10px;
  font-size: var(--font-size-15);
}
#top-news .news__post-list .news__post-thumb {
  width: 100%;
  height: 340px;
}
#top-news .news__post-list .news__post-title {
  font-size: var(--font-size-20);
  padding: 10px 0 5px;
  border-bottom: 2px solid var(--fourth-color);
  margin-bottom: 10px;
  transition: all 0.3s;
}
#top-news .news__post-list .news__post-date {
  display: block;
  text-align: right;
  font-size: var(--font-size-17);
  color: var(--primary-color);
  font-family: var(--sub-font-family);
}
#top-news .news__button {
  width: 400px;
  margin: 70px auto 0;
}

/*==========================================
asset-consulting
===========================================*/
/*
# asset-about
------------------------*/
#asset-about {
  padding: 165px 0 195px;
  background: url(../../img/asset-consulting/about-rb_bg.png) right bottom/71.875% no-repeat, url(../../img/asset-consulting/about-lb_bg.png) left bottom/55.7291% no-repeat;
}
#asset-about .about__text {
  text-align: center;
  font-size: clamp(1.5rem, 0.9vw, 1.7rem);
  line-height: 3;
}

/*
# asset-thinking
------------------------*/
#asset-thinking {
  padding: 105px 0 0;
  background: url(../../img/asset-consulting/thinking-rb_bg.png) right bottom/95.4687%, var(--body-font-color);
  color: var(--color-white);
}
#asset-thinking .thinking__title {
  width: 350px;
  padding: 0 0 125px 20px;
  border-left: 2px solid var(--color-white);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-35);
}
#asset-thinking .thinking__title::first-letter {
  color: var(--accent-color);
}
#asset-thinking .thinking__content {
  width: 560px;
}

/*
# asset-msg
------------------------*/
#asset-msg {
  padding: 90px 0 130px;
  background: url(../../img/asset-consulting/msg-lt_bg.png) left top/62.8125% no-repeat;
}
#asset-msg .msg__content {
  width: 680px;
  margin-left: auto;
}
#asset-msg .msg__title {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid;
}
#asset-msg .msg__title .title-img {
  display: block;
  margin-bottom: 20px;
}
#asset-msg .msg__title .title-text {
  font-size: var(--font-size-25);
}
#asset-msg .msg__title .title-text em {
  font-size: var(--font-size-30);
  font-weight: var(--font-weight-bold);
}
#asset-msg .msg__title .title-text .color-primary {
  color: var(--primary-color);
}
#asset-msg .msg__title .title-text .color-fourth {
  color: var(--fourth-color);
}

/*
# asset-ask
------------------------*/
#asset-ask {
  padding: 140px 0 150px;
  background: url(../../img/asset-consulting/ask-top_bdr.png) top center/100% no-repeat;
  position: relative;
}
#asset-ask::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 120px;
  inset: 7px 0 auto;
  margin: 0 auto;
  background: var(--body-font-color);
}
#asset-ask .ask__title {
  font-size: var(--font-size-35);
  font-weight: var(--font-weight-bold);
  text-align: center;
  margin-bottom: 75px;
}
#asset-ask .ask__title span {
  color: var(--primary-color);
}
#asset-ask .ask__item {
  position: relative;
  margin-bottom: 90px;
  z-index: 1;
}
#asset-ask .ask__item::before {
  position: absolute;
  content: "";
  z-index: -1;
}
#asset-ask .ask__item:last-child {
  margin-bottom: 0;
}
#asset-ask .ask__item-img {
  position: absolute;
  top: 0;
}
#asset-ask .ask__item-title {
  font-size: var(--font-size-25);
  background: url(../../img/asset-consulting/ask-item-ttl_bdr.png) bottom center no-repeat;
  font-weight: var(--font-weight-bold);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#asset-ask .ask__item-title:first-letter {
  color: var(--accent-color);
}
#asset-ask .ask__item-content {
  width: 540px;
  min-height: 480px;
}
#asset-ask .ask__item:nth-of-type(odd)::before {
  width: 604px;
  height: 456px;
  background: url(../../img/asset-consulting/ask-item-odd_deco.png) center/100% no-repeat;
  inset: auto auto -70px -265px;
}
#asset-ask .ask__item:nth-of-type(odd) .ask__item-img {
  right: -100px;
}
#asset-ask .ask__item:nth-of-type(even)::before {
  width: 633px;
  height: 545px;
  background: url(../../img/asset-consulting/ask-item-even_deco.png) center/100% no-repeat;
  inset: auto -210px -70px auto;
}
#asset-ask .ask__item:nth-of-type(even) .ask__item-img {
  left: -100px;
}
#asset-ask .ask__item:nth-of-type(even) .ask__item-content {
  margin-left: auto;
}

/*
# asset-balance
------------------------*/
#asset-balance {
  padding: 135px 0 150px;
  background: url(../../img/asset-consulting/balance_bg.jpg) center/cover no-repeat;
}
#asset-balance .balance__title {
  text-align: center;
  font-size: var(--font-size-35);
  font-weight: var(--font-weight-bold);
  margin-bottom: 50px;
}
#asset-balance .balance__title span {
  color: var(--primary-color);
}
#asset-balance .balance__content {
  background: rgba(var(--color-white-rgb), 0.8);
  padding: 60px;
}
#asset-balance .balance__content .balance__subtitle {
  text-align: center;
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-30);
  padding: 10px;
  margin-bottom: 50px;
}
#asset-balance .balance__content .balance__text {
  text-align: center;
}

/*
# asset-closing
------------------------*/
#asset-closing {
  padding: 140px 0;
  background: url(../../img/asset-consulting/closing-lt_bg.png) left top/32.2395% no-repeat, url(../../img/asset-consulting/closing-rb_bg.png) right 10.9375% bottom/30.15625% no-repeat, url(../../img/asset-consulting/closing-lb_bg.png) left bottom/96.9791% no-repeat;
}
#asset-closing .closing__title {
  text-align: center;
  font-size: var(--font-size-35);
  font-weight: var(--font-weight-bold);
  margin-bottom: 50px;
}
#asset-closing .closing__text {
  text-align: center;
  font-size: var(--font-size-25);
}
#asset-closing .closing__text span {
  color: var(--primary-color);
  font-weight: var(--font-weight-bold);
}

/*==========================================
strengths
===========================================*/
/*
# strengths-reason
------------------------*/
#strengths-reason {
  background: url(../../img/strengths/reason-rt_bg.png) right top 30px/70.9895% no-repeat;
}
#strengths-reason .reason__title {
  font-weight: var(--font-weight-bold);
  text-align: center;
  margin-bottom: 40px;
}
#strengths-reason .reason__title span {
  display: block;
}
#strengths-reason .reason__title span em {
  color: var(--primary-color);
}
#strengths-reason .reason__title .title-en {
  font-family: var(--sub-font-family);
  font-size: 15rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
#strengths-reason .reason__title .title-en em {
  font-weight: var(--font-weight-bold);
}
#strengths-reason .reason__title .title-ja {
  font-size: var(--font-size-35);
  letter-spacing: 0.1em;
}
#strengths-reason .reason__text {
  margin-bottom: 90px;
  text-align: center;
}
#strengths-reason .reason__item {
  position: relative;
  margin-bottom: 80px;
  padding-top: 70px;
  z-index: 1;
}
#strengths-reason .reason__item:last-child {
  margin-bottom: 0;
}
#strengths-reason .reason__item-title {
  width: 540px;
  position: relative;
  padding-bottom: 65px;
}
#strengths-reason .reason__item-title .title-num {
  position: absolute;
  bottom: 0;
}
#strengths-reason .reason__item-title .title-text {
  width: 300px;
  font-size: var(--font-size-25);
  color: var(--color-white);
  background: url(../../img/strengths/reason-item-ttl_bdr.png) bottom left no-repeat;
  display: block;
  padding-bottom: 20px;
}
#strengths-reason .reason__item-content {
  width: 600px;
  min-height: 480px;
}
#strengths-reason .reason__item-textwrap {
  background: var(--color-white);
  padding: 30px;
}
#strengths-reason .reason__item-img {
  position: absolute;
  top: 0;
  z-index: -1;
}
#strengths-reason .reason__item:nth-child(odd) .reason__item-title {
  margin-left: auto;
}
#strengths-reason .reason__item:nth-child(odd) .reason__item-title .title-num {
  right: 20px;
}
#strengths-reason .reason__item:nth-child(odd) .reason__item-content {
  margin-left: auto;
}
#strengths-reason .reason__item:nth-child(odd) .reason__item-img {
  left: -100px;
}
#strengths-reason .reason__item:nth-child(even) .reason__item-title .title-num {
  left: 20px;
}
#strengths-reason .reason__item:nth-child(even) .reason__item-title .title-text {
  margin-left: auto;
}
#strengths-reason .reason__item:nth-child(even) .reason__item-img {
  right: -100px;
}

/*
# strengths-flow
------------------------*/
#strengths-flow {
  background: url(../../img/strengths/flow-top_bg.png) top center/100% no-repeat, url(../../img/strengths/flow-btm_bg.png) bottom center/100% no-repeat;
}
#strengths-flow .flow__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: clamp(1200px, 84.375%, 1620px);
  margin: 0 auto 60px;
  height: 550px;
  color: var(--color-white);
  background: url(../../img/strengths/flow-ttl_img.jpg) center/cover no-repeat;
}
#strengths-flow .flow__title span {
  width: 1080px;
  margin: 0 auto;
  text-align: left;
}
#strengths-flow .flow__title .title-en {
  font-size: 15rem;
  font-family: var(--sub-font-family);
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#strengths-flow .flow__title .title-ja {
  letter-spacing: 0.1em;
  font-size: var(--font-size-35);
}
#strengths-flow .inbox {
  padding: 60px 0 150px;
}
#strengths-flow .flow__text {
  background: var(--color-gray);
  text-align: center;
  padding: 30px;
  margin-bottom: 80px;
}
#strengths-flow .flow__list {
  position: relative;
  z-index: 1;
}
#strengths-flow .flow__list::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background: var(--color-gray);
  inset: 0 auto auto 85px;
}
#strengths-flow .flow__item {
  margin-bottom: 80px;
  position: relative;
  min-height: 190px;
}
#strengths-flow .flow__item:last-child {
  margin-bottom: 0;
}
#strengths-flow .flow__item .title-num {
  width: 190px;
  height: 190px;
  background: url(../../img/strengths/step-item-num_bg.jpg) center/cover no-repeat;
  display: block;
  text-align: right;
  padding: 15px 15px 0 0;
  position: absolute;
  inset: 0 auto auto 0;
}
#strengths-flow .flow__item .title-num em {
  display: block;
  width: 100px;
  text-align: center;
  font-family: var(--sub-font-family);
  font-size: var(--font-size-40);
  color: var(--color-white);
  border-bottom: 2px solid var(--color-white);
  line-height: 1.4;
  text-align: right;
  margin-bottom: 5px;
}
#strengths-flow .flow__item .title-text {
  font-size: var(--font-size-25);
  border-bottom: 2px solid;
  margin-bottom: 15px;
  display: block;
}
#strengths-flow .flow__item .title-text:first-letter {
  color: var(--accent-color);
}
#strengths-flow .flow__item-content {
  width: 850px;
  margin-left: auto;
}

/*==========================================
seminar
===========================================*/
/*
# seminar-overview
------------------------*/
#seminar-overview {
  padding: 145px 0 120px;
  background: url(../../img/seminar/overview-top_bg.png) top 15px center/100% no-repeat;
}
#seminar-overview .overview__inbox {
  width: clamp(1200px, 84.375%, 1620px);
}
#seminar-overview .overview__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: clamp(1200px, 84.375%, 1620px);
  margin: 0 auto 60px;
  height: 600px;
  color: var(--color-white);
  background: url(../../img/seminar/overview-ttl_img.jpg) center/cover no-repeat;
}
#seminar-overview .overview__title span {
  width: 1080px;
  margin: 0 auto;
  text-align: left;
}
#seminar-overview .overview__title .title-en {
  font-size: 15rem;
  font-family: var(--sub-font-family);
  line-height: 0.95;
  letter-spacing: 0.05em;
}
#seminar-overview .overview__title .title-ja {
  letter-spacing: 0.1em;
  font-size: var(--font-size-35);
}
#seminar-overview .overview__text {
  text-align: center;
  margin-bottom: 90px;
}
#seminar-overview .overview__list {
  width: 1080px;
  margin: 0 auto;
}
#seminar-overview .overview__list .overview__item {
  padding-top: 385px;
  position: relative;
  margin-bottom: 95px;
  z-index: 1;
}
#seminar-overview .overview__list .overview__item:last-child {
  margin-bottom: 0;
}
#seminar-overview .overview__list .overview__item-textwrap {
  width: 900px;
  background: var(--color-white);
  padding-top: 55px;
  border-top: 2px solid var(--primary-color);
}
#seminar-overview .overview__list .overview__item-img {
  position: absolute;
  top: 0;
  z-index: -1;
}
#seminar-overview .overview__list .overview__item-title {
  width: 480px;
  position: absolute;
  top: 85px;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-35);
  background: url(../../img/seminar/overview-item-ttl_bdr.png) bottom center no-repeat;
  padding-bottom: 25px;
}
#seminar-overview .overview__list .overview__item-title:first-letter {
  color: var(--primary-color);
}
#seminar-overview .overview__list .overview__item-title small {
  display: block;
  font-size: var(--font-size-20);
  letter-spacing: 0.08em;
}
#seminar-overview .overview__list .overview__item:nth-of-type(odd) .overview__item-img {
  right: -100px;
}
#seminar-overview .overview__list .overview__item:nth-of-type(odd) .overview__item-title {
  right: -100px;
}
#seminar-overview .overview__list .overview__item:nth-of-type(odd) .overview__item-textwrap {
  padding-right: 50px;
  border-right: 2px solid var(--primary-color);
}
#seminar-overview .overview__list .overview__item:nth-of-type(even) .overview__item-img {
  left: -100px;
}
#seminar-overview .overview__list .overview__item:nth-of-type(even) .overview__item-title {
  left: -100px;
  padding-left: 100px;
}
#seminar-overview .overview__list .overview__item:nth-of-type(even) .overview__item-textwrap {
  margin-left: auto;
  padding-left: 50px;
  border-left: 2px solid var(--primary-color);
}

/*
# seminar-event
------------------------*/
#seminar-event {
  padding: 145px 0 140px;
  background: url(../../img/seminar/event-top_bdr.png) top center/100% no-repeat, url(../../img/seminar/event-top_bg.png) top center/100% no-repeat, url(../../img/seminar/event-btm_bg.png) bottom center/100% no-repeat;
}
#seminar-event .event__list {
  gap: 50px 30px;
}
#seminar-event .event__list .event__item {
  width: 340px;
}
#seminar-event .event__list .event__item-link {
  position: relative;
  display: block;
}
#seminar-event .event__list .event__item-link:hover .event__item-title {
  color: var(--primary-color);
}
#seminar-event .event__list .event__item-thumb {
  width: 100%;
  height: 340px;
}
#seminar-event .event__list .event__item-date {
  position: absolute;
  inset: 0 auto auto 0;
}
#seminar-event .event__list .event__item-title {
  padding: 5px 0;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.05em;
  transition: all 0.3s;
}

.event__tags--style {
  font-size: var(--font-size-15);
  color: var(--fourth-color);
  gap: 5px;
}
.event__tags--style .tag-item {
  padding-left: 20px;
  background: url(../../img/seminar/event-tag_ic.png) left top 5px no-repeat;
}

/*
# event-single
------------------------*/
#event-single .event__post {
  padding: 40px 60px;
  background: var(--color-gray);
}
#event-single .event__post .event__headline {
  gap: 20px 15px;
}
#event-single .event__post .event__headline .event__headline-tags {
  width: calc(100% - 130px);
}
#event-single .event__post .event__headline .event__post-title {
  width: 100%;
}
#event-single .event__post .event__post-img {
  margin-bottom: 45px;
}

/*==========================================
recruit
===========================================*/
/*
# recruit-propose
------------------------*/
#recruit-propose {
  padding: 130px 0 150px;
  background: url(../../img/recruit/propose-rb_bg.png) right bottom/53.6458% no-repeat, url(../../img/recruit/propose_bg.jpg) bottom center no-repeat;
}
#recruit-propose .propose__list .propose__item {
  color: var(--color-white);
  margin-bottom: 20px;
  background: url(../../img/recruit/propose-item_ic.png) left 65px top 18px no-repeat, var(--primary-color);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-30);
  padding: 5px 15px 5px 115px;
}
#recruit-propose .propose__list .propose__item:last-child {
  margin-bottom: 0;
}

/*
# recruit-charm
------------------------*/
#recruit-charm {
  background: url(../../img/recruit/charm-rt_bg.png) right top/39.6875% no-repeat;
}
#recruit-charm .charm__list {
  row-gap: 85px;
}
#recruit-charm .charm__list .charm__item {
  width: 500px;
  position: relative;
}
#recruit-charm .charm__list .charm__item::before {
  position: absolute;
  inset: 0 auto auto 15px;
  font-size: 12rem;
  font-family: var(--sub-font-family);
  font-weight: var(--font-weight-bold);
  line-height: 1;
}
#recruit-charm .charm__list .charm__item-img {
  margin-bottom: 10px;
}
#recruit-charm .charm__list .charm__item-title {
  color: var(--color-white);
  background: var(--primary-color);
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-bold);
  padding: 5px 15px;
  margin-bottom: 10px;
}

/*
# recruit-intro
------------------------*/
#recruit-intro {
  background: url(../../img/recruit/intro-top_bdr.png) top center/100% no-repeat, url(../../img/recruit/intro-rb_bg.png) right bottom/57.7604% no-repeat;
}
#recruit-intro .intro__inner {
  position: relative;
  width: 1050px;
  margin-bottom: 65px;
}
#recruit-intro .intro__inner .intro__content-title {
  width: 960px;
  background: var(--primary-color);
  font-size: var(--font-size-25);
  color: var(--color-white);
  margin-bottom: 30px;
  padding: 0 35px;
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
}
#recruit-intro .intro__inner .intro__content-title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 80px;
  inset: 0 -120px 0 auto;
  background: url(../../img/recruit/intro-prof-name_deco.png) center/100% no-repeat;
}
#recruit-intro .intro__inner .intro__content-title small {
  font-size: var(--font-size-20);
}
#recruit-intro .intro__inner .intro__content-img {
  position: absolute;
  inset: 0 auto auto 0;
}
#recruit-intro .intro__inner .intro__content-item {
  margin-bottom: 30px;
}
#recruit-intro .intro__inner .intro__content-item:last-child {
  margin-bottom: 0;
}
#recruit-intro .intro__inner .intro__content-item dt {
  font-size: var(--font-size-20);
  border-left: 5px solid var(--primary-color);
  padding-left: 10px;
  margin-bottom: 10px;
}
#recruit-intro .intro__inner .intro__content-item dd {
  background: var(--color-gray);
  padding: 25px;
}
#recruit-intro .intro__profile {
  row-gap: 65px;
}
#recruit-intro .intro__profile .intro__prof-item {
  width: 500px;
}
#recruit-intro .intro__profile .prof__title {
  font-size: var(--font-size-25);
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#recruit-intro .intro__profile .prof__title::first-letter {
  color: var(--accent-color);
}
#recruit-intro .intro__profile .prof__item {
  border-bottom: 1px solid var(--fourth-color);
  padding: 10px 15px;
}
#recruit-intro .intro__profile .intro__prof-history .prof__item {
  display: flex;
}
#recruit-intro .intro__profile .intro__prof-history .prof__item .history__date {
  width: 125px;
  color: var(--primary-color);
}
#recruit-intro .intro__profile .intro__prof-history .prof__item .history__event {
  width: calc(100% - 125px);
}

/*==========================================
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 {
  margin-bottom: 20px;
}
#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フレーム時)
  ===========================================*/