@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-mail__button
------------------------*/
.c-mail__button {
  width: 750px;
  margin: 0 auto;
  height: 140px;
  border-radius: 70px;
  font-size: var(--font-size-25);
  background: var(--color-white);
  color: var(--body-font-color);
  text-align: center;
}
.c-mail__button::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 25px;
  inset: 0 auto 0 9%;
  margin: auto 0;
  -webkit-mask: url(../img/common/mail_ic.svg) center/100% no-repeat;
          mask: url(../img/common/mail_ic.svg) center/100% no-repeat;
  background-color: var(--primary-color-dark);
  z-index: 1;
}
.c-mail__button:hover {
  background: var(--primary-color-dark);
  color: var(--color-white);
  opacity: 1;
  transform: scale(0.97);
}
.c-mail__button:hover::before {
  background: var(--color-white);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  padding: 0 10px;
  width: 65px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 65px);
  padding: 0 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: 40px;
}

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

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

/*
# com-button
------------------------*/
.com-button {
  min-height: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 40px;
  color: var(--color-white);
  font-weight: var(--font-bold);
  font-size: var(--font-size-18);
  background: var(--accent-color);
}
.com-button.has-arrow::before {
  right: 20px;
}
.com-button:hover {
  transform: scale(0.97);
}

/*
# com-icon
------------------------*/
.com-icon {
  position: relative;
  margin-bottom: 40px;
  padding: 40px 40px 30px 235px;
}
.com-icon::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: var(--primary-color);
  inset: 0 auto 0 40px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 58%;
}
.com-icon::after {
  width: 1px;
  height: 77%;
  position: absolute;
  content: "";
  margin: auto 0;
  inset: 0 auto 0 205px;
  background: var(--color-gray);
}
.com-icon:last-child {
  margin-bottom: 0;
}
.com-icon .contents__item-title {
  font-size: var(--font-size-30);
  margin-bottom: 10px;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-size: var(--font-size-50);
  margin-bottom: 65px;
  text-align: center;
  font-weight: var(--font-weight-bold);
}

.headline-title {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-bold);
  background: var(--accent-color);
  border-radius: 8px;
  color: var(--color-white);
  padding: 8px 15px;
  margin-bottom: 20px;
  line-height: 1.6;
}

/*==========================================
header
===========================================*/
#header {
  padding: 30px 2.6041% 45px 3.125%;
}
#header .header__logo {
  width: 16.7403%;
  line-height: 1;
}
#header .header__nav-list {
  gap: 10px 20px;
}
#header .header__nav-link {
  padding-left: 17px;
  line-height: 1;
}
#header .header__nav-link::before {
  inset: 0 auto 0 0;
  width: 10px;
  height: 10px;
  background-color: var(--body-font-color);
}
#header .header__nav-link:hover {
  opacity: 1;
}
#header .header__nav-link:hover::before {
  background-color: var(--primary-color);
}
#header .header__nav-link.current::before {
  background-color: var(--primary-color);
}

/*==========================================
mv
===========================================*/
#top-mv {
  width: clamp(1200px, 92.1875%, 1770px);
  margin: 0 auto 75px;
  height: clamp(500px, 38.0205vw, 730px);
  background: url(../img/top/mv/mv-lt_img.png) left top/35.0282% no-repeat, url(../img/top/mv/mv-lb_img.png) left bottom/35.0282% no-repeat, url(../img/top/mv/mv-rt_img.png) right top/35.0282% no-repeat, url(../img/top/mv/mv-rb_img.png) right bottom/35.0282% no-repeat;
}
#top-mv .mv__catch {
  width: 38.418%;
}
#top-mv .mv__catch::before {
  width: 23.676%;
  inset: auto 16.911% -28px auto;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 85px 0 90px;
}
#footer .footer__left {
  width: 540px;
}
#footer .footer__logo {
  width: 374px;
  margin-bottom: 30px;
}
#footer .footer__logo img {
  width: 380px;
}
#footer .footer__table {
  margin-bottom: 30px;
}
#footer .footer__table tr {
  padding: 10px 0;
}
#footer .footer__table th,
#footer .footer__table td {
  padding: 0;
  font-size: var(--font-size-16);
}
#footer .footer__table th {
  display: flex;
  align-items: center;
}
#footer .footer__button {
  width: 300px;
}
#footer .footer__button:hover {
  transform: scale(0.97);
}
#footer .footer__button::before {
  left: 25px;
  font-size: var(--font-size-15);
}
#footer .footer__button::after {
  right: 25px;
  font-size: var(--font-size-13);
}
#footer .footer__button small {
  padding: 0 5px;
  color: var(--body-font-color);
  font-size: var(--font-size-14);
}
#footer .footer__right {
  width: 540px;
}
#footer .footer__nav {
  width: 480px;
  padding: 35px 35px 35px 45px;
  margin-left: auto;
}
#footer .footer__nav-item {
  margin-bottom: 10px;
}
#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav-link {
  font-size: var(--font-size-14);
  padding-left: 17px;
}
#footer .footer__nav-link::before {
  inset: 0 auto 0 0;
  width: 10px;
  height: 10px;
  background-color: var(--body-font-color);
}
#footer .footer__nav-link.current::before {
  background-color: var(--primary-color);
}

#copyright {
  word-break: normal;
  text-align: right;
  margin-top: 90px;
}
#copyright small {
  font-size: var(--font-size-11);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: clamp(300px, 26.041vw, 500px);
  z-index: 1;
}
.lower-sv::before {
  position: absolute;
  content: "";
  width: 91.666%;
  height: 100%;
  margin: auto;
  inset: 0;
  z-index: -1;
  border: 10px solid var(--accent-color-extralight);
  border-radius: 40px;
}
.lower-sv .sv__title {
  font-size: var(--font-size-40);
  padding: 35px 45px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, #dbdcf4 8px, #dbdcf4 16px);
  background-color: #dfe0f5;
}
.lower-sv .sv__title span {
  padding: 0 35px;
  background: linear-gradient(to right, rgb(109, 111, 194) 0%, rgb(151, 151, 193) 20%, rgb(109, 111, 194) 58%, rgb(151, 151, 193) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--primary-color);
  filter: drop-shadow(12px 3px 7px var(--color-white)) drop-shadow(8px 0px 7px var(--color-white)) drop-shadow(8px 0px 7px var(--color-white));
}
.lower-sv .sv__title span::before, .lower-sv .sv__title span::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: var(--accent-color);
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.lower-sv .sv__title span::before {
  left: 0;
}
.lower-sv .sv__title span::after {
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
#chart {
  padding: 95px 0 100px;
  background-image: radial-gradient(#e0d3bc 1px, transparent 1px);
  background-size: 8px 8px;
  background-color: var(--accent-color-extralight);
}
#chart .chart__title {
  text-align: center;
  font-size: var(--font-size-45);
  margin-bottom: 50px;
  background: url(../img/top/chart-ttl-l_ic.png) left 235px top 20px no-repeat, url(../img/top/chart-ttl-r_ic.png) right 240px top 30px no-repeat;
}
#chart .chart__title .first-line {
  border-bottom: 2px solid;
  margin-bottom: 10px;
  font-size: var(--font-size-40);
}
#chart .chart__title .relative::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: var(--accent-color);
  inset: 0 0 auto;
  margin: 0 auto;
  border-radius: 50%;
}

/*
# top__msg
------------------------*/
.top__msg {
  text-align: center;
  padding: 85px 0;
  margin: 135px auto 110px;
}
.top__msg .msg__top-border,
.top__msg .msg__bottom-border {
  width: 640px;
  height: 10px;
}
.top__msg .msg__top-border::before, .top__msg .msg__top-border::after,
.top__msg .msg__bottom-border::before,
.top__msg .msg__bottom-border::after {
  position: absolute;
  content: "";
  width: 600px;
  height: 2px;
}
.top__msg .msg__top-border::before,
.top__msg .msg__bottom-border::before {
  top: 0;
  left: 0;
}
.top__msg .msg__top-border::after,
.top__msg .msg__bottom-border::after {
  bottom: 0;
  right: 0;
}
.top__msg .msg__top-border {
  left: 50px;
  top: 30px;
}
.top__msg .msg__bottom-border {
  right: 50px;
  bottom: 30px;
}
.top__msg.spring {
  background: url(../img/top/season/spring-lb_ill.png) left -155px bottom -10px no-repeat, url(../img/top/season/spring-rt_ill.png) right -85px top 20px no-repeat, url(../img/top/season/spring_bg.png) center top -80px no-repeat, var(--color-white);
}
.top__msg.spring .msg__top-border::before, .top__msg.spring .msg__top-border::after,
.top__msg.spring .msg__bottom-border::before,
.top__msg.spring .msg__bottom-border::after {
  background: #ffd0d8;
}
.top__msg.spring .msg__title {
  background: linear-gradient(0deg, #da8594 0%, #eaa1ad 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top__msg.summer {
  background: url(../img/top/season/summer-lb_ill.png) left -18px bottom 25px no-repeat, url(../img/top/season/summer-rt_ill.png) right -120px top 7px no-repeat, url(../img/top/season/summer_bg.png) center bottom -40px no-repeat, var(--color-white);
}
.top__msg.summer .msg__top-border::before, .top__msg.summer .msg__top-border::after,
.top__msg.summer .msg__bottom-border::before,
.top__msg.summer .msg__bottom-border::after {
  background: #c8eaa1;
}
.top__msg.summer .msg__title {
  background: linear-gradient(0deg, #a4c262 0%, #b9dd8e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top__msg.autumn {
  background: url(../img/top/season/autumn-lb_ill.png) left -20px bottom -30px no-repeat, url(../img/top/season/autumn-rt_ill.png) right -120px top -40px no-repeat, url(../img/top/season/autumn_bg.png) center bottom -40px no-repeat, var(--color-white);
}
.top__msg.autumn .msg__top-border::before, .top__msg.autumn .msg__top-border::after,
.top__msg.autumn .msg__bottom-border::before,
.top__msg.autumn .msg__bottom-border::after {
  background: #ebdbbd;
}
.top__msg.autumn .msg__title {
  background: linear-gradient(0deg, #c28862 0%, #ddb78e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top__msg.winter {
  background: url(../img/top/season/winter-lb_ill.png) left bottom -10px no-repeat, url(../img/top/season/winter-rt_ill.png) right top -10px no-repeat, url(../img/top/season/winter_bg.png) center bottom -40px no-repeat, var(--color-white);
}
.top__msg.winter .msg__top-border::before, .top__msg.winter .msg__top-border::after,
.top__msg.winter .msg__bottom-border::before,
.top__msg.winter .msg__bottom-border::after {
  background: #bdd6f7;
}
.top__msg.winter .msg__title {
  background: linear-gradient(0deg, #629fc2 0%, #8eb0dd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top__msg .msg__title {
  font-size: var(--font-size-30);
  margin-bottom: 20px;
}
.top__msg .msg__text {
  line-height: 2.2222222222;
}

/*
# top-about
------------------------*/
#top-about {
  margin-bottom: 95px;
}
#top-about .about__title {
  width: 695px;
  margin: 0 auto 40px;
  background: url(../img/top/about-ttl-l_ic.png) left top no-repeat, url(../img/top/about-ttl-r_ic.png) right bottom 10px no-repeat;
}

/*
# top-contents
------------------------*/
#top-contents .contents__inbox {
  padding: 90px 0;
}
#top-contents .contents__inbox::before {
  inset: -70px 135px auto auto;
}
#top-contents .contents__title {
  width: 1080px;
  margin: 0 auto;
  font-size: var(--font-size-30);
  inset: -40px 0 auto;
  padding: 15px;
  text-align: center;
}
#top-contents .contents__list {
  width: 1080px;
  margin: 0 auto;
}
#top-contents .contents__item--faq::before {
  background-image: url(../img/top/contents-faq_ic.svg);
}
#top-contents .contents__item--notice::before {
  background-image: url(../img/top/contents-notice_ic.svg);
}
#top-contents .contents__item--case::before {
  background-image: url(../img/top/contents-case_ic.svg);
}
#top-contents .contents__item-text {
  line-height: 1.6666666667;
  margin-bottom: 15px;
}
#top-contents .contents__item-button {
  width: 260px;
}

/*
# top-merit
------------------------*/
#top-merit {
  padding: 125px 0 130px;
  background: url(../img/top/merit_bg.png) right center no-repeat, var(--color-white);
}
#top-merit .merit__title {
  text-align: center;
  background: url(../img/top/merit-ttl_ic.png) left bottom no-repeat;
}
#top-merit .merit__title .bg-color-primary {
  padding: 0 10px;
}
#top-merit .merit__button {
  width: 490px;
  margin: 45px auto 0;
}
#top-merit .merit__button::before {
  right: 5%;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 135px 0 110px;
}
#top-news .news__inbox {
  position: relative;
  min-height: 360px;
}
#top-news .news__title {
  text-align: left;
  padding-top: 60px;
  margin-bottom: 0;
}
#top-news .news__post-list {
  width: 630px;
}
#top-news .news__post {
  border-bottom: 1px solid var(--color-gray);
}
#top-news .news__post-link {
  padding: 25px 0;
  row-gap: 10px;
}
#top-news .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post:first-child .news__post-link {
  padding-top: 0;
}
#top-news .news__post-date {
  font-size: var(--font-size-16);
  width: 95px;
}
#top-news .news__post-tags {
  width: calc(100% - 95px);
  gap: 7px;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-12);
  padding: 0 10px;
}
#top-news .news__post-tags .news__post-tag::before, #top-news .news__post-tags .news__post-tag::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--accent-color);
}
#top-news .news__post-tags .news__post-tag::before {
  left: 0;
}
#top-news .news__post-tags .news__post-tag::after {
  right: 0;
}
#top-news .news__post-tags .news__post-tag:not(:first-child)::before {
  background: none;
}
#top-news .news__post-title {
  font-size: var(--font-size-18);
}
#top-news .news__button {
  width: 260px;
  position: absolute;
  inset: 210px auto auto 0;
}

/*
# top-contact
------------------------*/
#top-contact {
  width: clamp(1200px, 78.125%, 1500px);
  margin: 0 auto;
}
#top-contact .contact__inbox {
  padding: 85px 0 95px;
}
#top-contact .contact__inbox::before {
  inset: auto -20px -35px auto;
}

/*==========================================
faq
===========================================*/
/*
# faq-archive
------------------------*/
#faq-archive .faq__tag-wrap {
  margin-bottom: 85px;
}
#faq-archive .faq__tag-wrap:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__wrap {
  padding: 60px 0;
}
#faq-archive .faq__wrap::before {
  inset: auto -6.25% -40px auto;
}
#faq-archive .faq__item {
  width: 1080px;
  margin: 0 auto 35px;
}
#faq-archive .faq__item:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__item-title::before, #faq-archive .faq__item-content::before {
  position: absolute;
  font-size: var(--font-size-30);
  font-weight: bold;
}
#faq-archive .faq__item-title {
  padding: 20px 115px 20px 115px;
  font-size: var(--font-size-25);
  transition: all 0.3s;
}
#faq-archive .faq__item-title::before {
  content: "Q";
  width: 60px;
  height: 60px;
  inset: 12px auto auto 35px;
  background: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--primary-color);
}
#faq-archive .faq__item-title:hover {
  cursor: pointer;
}
#faq-archive .faq__item-title .faq__item-icon {
  width: 60px;
  height: 30px;
  inset: 25px 40px 0 auto;
  border-radius: 15px;
  transition: ease-in-out;
}
#faq-archive .faq__item-title .faq__item-icon::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: var(--color-gray-light);
  inset: 0 auto 0 3px;
  margin: auto 0;
  transition: ease-in-out;
}
#faq-archive .faq__item-title.active {
  border-radius: 40px 40px 0 0;
}
#faq-archive .faq__item-title.active .faq__item-icon {
  background: var(--accent-color);
}
#faq-archive .faq__item-title.active .faq__item-icon::before {
  background: var(--color-white);
  right: 3px;
  left: auto;
}
#faq-archive .faq__item-content {
  padding: 15px 30px 15px 115px;
}
#faq-archive .faq__item-content::before {
  content: "A";
  color: var(--accent-color);
  inset: 0 auto auto 55px;
}

/*
# page__intro
------------------------*/
.page__intro {
  padding: 130px 0;
  background: url(../img/common/intro_bg.png) right center no-repeat, var(--color-white);
}
.page__intro .intro__title {
  margin-bottom: 50px;
  background: url(../img/common/intro-ttl_ic.png) left bottom no-repeat;
}
.page__intro .intro__title span {
  padding: 0 10px;
  margin-right: 10px;
}
.page__intro .intro__text {
  margin-bottom: 45px;
}
.page__intro .intro__button {
  width: 300px;
  margin: 0 auto;
}

/*==========================================
merit
===========================================*/
/*
# merit-worries
------------------------*/
#merit-worries .worries__title {
  width: 1080px;
  margin: 0 auto 60px;
  background: url(../img/merit/worry-ttl_ic.png) left 90px bottom no-repeat;
}
#merit-worries .worries__title .bg-color-primary {
  padding: 0 10px;
}
#merit-worries .worries__wrap {
  padding: 60px 0;
  margin-bottom: 60px;
}
#merit-worries .worries__wrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 65px 0px 65px;
  border-color: var(--primary-color-dark) transparent transparent transparent;
  inset: auto 0 -40px;
  margin: 0 auto;
}
#merit-worries .worries__list {
  width: 780px;
  margin: 0 auto;
}
#merit-worries .worries__list::before {
  position: absolute;
  content: "";
  width: 195px;
  height: 236px;
  background: url(../img/merit/worry_ill.png) center/100% no-repeat;
  inset: auto -65px 0 auto;
  z-index: 1;
}
#merit-worries .worries__item {
  margin-bottom: 20px;
  padding: 20px 15px 20px 60px;
  font-size: var(--font-size-20);
}
#merit-worries .worries__item:last-child {
  margin-bottom: 0;
}
#merit-worries .worries__item::before {
  left: 30px;
  width: 20px;
  height: 20px;
  background: var(--accent-color);
  border-radius: 50%;
  color: var(--color-white);
  font-size: var(--font-size-16);
}
#merit-worries .worries__text-solution {
  text-align: center;
  font-size: var(--font-size-40);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
#merit-worries .worries__text-solution::before, #merit-worries .worries__text-solution::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 40px;
  background: var(--body-font-color);
  margin: auto 0;
  top: 0;
  bottom: 0;
}
#merit-worries .worries__text-solution::before {
  left: -20px;
  transform: rotate(-30deg);
}
#merit-worries .worries__text-solution::after {
  right: -20px;
  transform: rotate(30deg);
}
#merit-worries .worries__text-solution span {
  padding: 0 10px;
}

/*
# merit-section
------------------------*/
.merit-section .contents__item {
  margin-bottom: 40px;
}
.merit-section .contents__item::before {
  background-position: right 40% center;
}
.merit-section .contents__item:last-child {
  margin-bottom: 0;
}
.merit-section .contents__item--check::before {
  background-image: url(../img/merit/merit-item01_ic.svg);
}
.merit-section .contents__item--cost::before {
  background-image: url(../img/merit/merit-item02_ic.png);
}
.merit-section .contents__item--expert::before {
  background-image: url(../img/merit/merit-item03_ic.png);
}
.merit-section .contents__item-title .title-num {
  width: 130px;
  margin-bottom: 10px;
  text-align: center;
  font-size: var(--font-size-20);
}
.merit-section .contents__item-title .title-num em {
  line-height: 1;
  font-size: var(--font-size-30);
}
.merit-section .contents__item-content {
  padding: 20px;
}

/*
# merit-steps
------------------------*/
#merit-steps {
  background: linear-gradient(to bottom, rgba(var(--primary-color-dark-rgb), 1) 0%, rgba(var(--primary-color-rgb), 1) 100%);
}
#merit-steps .steps__inbox {
  padding: 120px 0 125px;
}
#merit-steps .steps__inbox::before {
  z-index: 2;
  inset: auto -100px -22px auto;
}
#merit-steps .steps__list {
  z-index: 1;
  gap: 26.6666px;
}
#merit-steps .steps__list::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 100%;
  background: var(--accent-color);
  inset: 0;
  margin: auto;
  z-index: -1;
}
#merit-steps .steps__list .steps__item {
  width: 250px;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
}
#merit-steps .steps__list .steps__item-title {
  text-align: center;
  line-height: 1.2;
  font-size: var(--font-size-29);
  margin-bottom: 15px;
}
#merit-steps .steps__list .steps__item-title .title-step {
  font-size: var(--font-size-15);
  padding: 0 10px;
  margin-right: 10px;
}
#merit-steps .steps__list .steps__item-title .title-main {
  margin-top: 10px;
  font-size: var(--font-size-25);
  color: var(--body-font-color);
}
#merit-steps .steps__list .steps__item-text {
  flex-grow: 1;
  padding: 15px;
  line-height: 1.6666666667;
}

/*==========================================
notice
===========================================*/
/*
# notice-section
------------------------*/
.notice-section .notice__text {
  text-align: center;
  margin-bottom: 45px;
}
.notice-section .page__nav {
  gap: 40px 80px;
}
.notice-section .page__nav-item {
  width: 500px;
}

/*
# notice__contents
------------------------*/
.notice__contents .inbox-md {
  padding: 80px 0;
  background: linear-gradient(to bottom, rgba(var(--primary-color-dark-rgb), 1) 0%, rgba(var(--primary-color-rgb), 1) 100%);
}
.notice__contents .inbox-md::before {
  inset: -80px 125px auto auto;
}
.notice__contents .notice__list {
  width: 1080px;
  margin: 0 auto;
}
.notice__contents .notice__list .notice__item {
  padding: 10px 10px 20px;
  margin-bottom: 40px;
}
.notice__contents .notice__list .notice__item:last-child {
  margin-bottom: 0;
}
.notice__contents .notice__list .notice__item-title {
  font-size: var(--font-size-25);
  padding: 20px 25px 20px 50px;
  margin-bottom: 10px;
}
.notice__contents .notice__list .notice__item-title::before {
  color: var(--accent-color);
  font-size: var(--font-size-35);
  left: 10px;
}
.notice__contents .notice__list .notice__item-text {
  padding: 0 50px;
}

/*==========================================
case
===========================================*/
/*
# case-archive
------------------------*/
#case-archive .case__post {
  padding: 105px 0 55px;
  margin-bottom: 135px;
}
#case-archive .case__post:last-child {
  margin-bottom: 0;
}
#case-archive .case__post::before {
  inset: -125px 25px auto auto;
}
#case-archive .case__post-title {
  width: 1080px;
  margin: 0 auto;
  font-size: var(--font-size-30);
  text-align: center;
  padding: 12px 85px;
  position: absolute;
  inset: -37px 0 auto;
}
#case-archive .case__post-inner {
  width: 1080px;
  margin: 0 auto;
  gap: 50px 40px;
}
#case-archive .case__post-background {
  background: #fae6cd;
  padding: 40px;
}
#case-archive .case__post-background .background__title {
  font-size: var(--font-size-25);
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
}
#case-archive .case__post-box {
  width: 520px;
  display: flex;
  flex-direction: column;
}
#case-archive .case__post-box .box__title {
  font-size: var(--font-size-25);
  margin-bottom: 15px;
  text-align: center;
}
#case-archive .case__post-box .box__title span::before, #case-archive .case__post-box .box__title span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#case-archive .case__post-box .box__title span::before {
  left: -30px;
}
#case-archive .case__post-box .box__title span::after {
  right: -30px;
}
#case-archive .case__post-box .bg-color-gray-light {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#case-archive .case__post-box .case__post-check li {
  padding-left: 20px;
  margin-bottom: 10px;
}
#case-archive .case__post-box .case__post-check li:last-child {
  margin-bottom: 0;
}
#case-archive .case__post-box .case__post-check li::before {
  left: 0;
  font-weight: var(--font-weight-bold);
  color: var(--accent-color);
}

/*==========================================
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 {
  padding: 15px 0;
}
#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フレーム時)
  ===========================================*/