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

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

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

.sp-menu-btn.active .top {
  top: 50%;
  transform: translateY(0) translateX(0px) rotate(45deg);
  background: var(--primary-color);
}

.sp-menu-btn.active .bottom {
  bottom: 50%;
  transform: translateY(1px) translateX(0px) rotate(-45deg);
  background: var(--primary-color);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 8% 6% 15%;
  background: url(../img/common/body_bg.jpg) center;
}
#drawer__nav .drawer__nav-logo {
  width: 50%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 10% 0;
  font-size: var(--font-size-22);
  border-bottom: none;
  display: block;
  text-align: center;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .c-mail__button {
  background: var(--primary-color);
  color: var(--color-white);
  height: 17vw;
  font-size: var(--font-size-19);
}
#drawer__nav .c-mail__button::before {
  background: var(--color-white);
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-14);
  gap: 4vw;
  margin-top: 15%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-mail__button
------------------------*/
.c-mail__button {
  width: 100%;
  margin: 0 auto;
  min-height: 16vw;
  border-radius: 8vw;
  font-size: var(--font-size-18);
  background: var(--color-white);
  color: var(--body-font-color);
  text-align: center;
}
.c-mail__button::before {
  position: absolute;
  content: "";
  width: 5vw;
  height: 4vw;
  inset: 0 auto 0 15%;
  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 {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}

/*
# com-button
------------------------*/
.com-button {
  min-height: 14vw;
  padding: 2%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8vw;
  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: 4%;
}
.com-button:hover {
  transform: scale(0.97);
}

/*
# com-icon
------------------------*/
.com-icon {
  position: relative;
  margin-bottom: 15%;
  padding: 10% 6%;
}
.com-icon::before {
  position: absolute;
  content: "";
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  background-color: var(--primary-color);
  inset: 6vw auto auto 6.5%;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 58%;
}
.com-icon:last-child {
  margin-bottom: 0;
}
.com-icon .contents__item-title {
  font-size: var(--font-size-22);
  margin-bottom: 7%;
  padding-left: 20%;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-size: var(--font-size-25);
  margin-bottom: 12%;
  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: 4%;
}
#header .header__logo {
  width: 45%;
  line-height: 1;
}

/*==========================================
mv
===========================================*/
#top-mv {
  width: 95%;
  margin: 0 auto;
  height: 51vw;
  background: url(../img/top/mv/mv-lt_img.png) left top/45% no-repeat, url(../img/top/mv/mv-lb_img.png) left bottom/45% no-repeat, url(../img/top/mv/mv-rt_img.png) right top/45% no-repeat, url(../img/top/mv/mv-rb_img.png) right bottom/45% no-repeat;
}
#top-mv .mv__catch {
  width: 55%;
}
#top-mv .mv__catch::before {
  width: 29%;
  height: 24vw;
  inset: auto 5.911% -8vw auto;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 15% 0;
}
#footer .footer__logo {
  width: 75%;
  margin: 0 auto 10%;
}
#footer .footer__table {
  margin-bottom: 10%;
}
#footer .footer__table th,
#footer .footer__table td {
  font-size: var(--font-size-16);
}
#footer .footer__button {
  width: 83%;
  margin: 0 auto 10%;
}
#footer .footer__button:hover {
  transform: scale(0.97);
}
#footer .footer__button::before {
  left: 8%;
  font-size: var(--font-size-15);
}
#footer .footer__button::after {
  right: 8%;
  font-size: var(--font-size-13);
}
#footer .footer__button small {
  padding: 0 1vw;
  color: var(--body-font-color);
  font-size: var(--font-size-14);
}
#footer .footer__nav {
  padding: 10% 6%;
  margin-left: auto;
}
#footer .footer__nav-item {
  margin-bottom: 5vw;
}
#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav-link {
  font-size: var(--font-size-14);
  padding-left: 4vw;
  display: block;
}
#footer .footer__nav-link::before {
  inset: 1.5vw auto auto 0;
  width: 3vw;
  height: 3vw;
  background-color: var(--body-font-color);
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 12%;
}
#copyright small {
  font-size: var(--font-size-13);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 40vw;
}
.lower-sv .sv__title {
  max-width: 84%;
  margin: 0 auto;
  font-size: var(--font-size-22);
  padding: 4vw 2vw;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, #dbdcf4 8px, #dbdcf4 16px);
  background-color: #dfe0f5;
}
.lower-sv .sv__title span {
  padding: 0 3vw;
  display: inline-block;
  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: 1.5vw;
  height: 1.5vw;
  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 {
  background: url(../../img/sv/faq-sv_bg.jpg) center/cover no-repeat;
}

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

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

#case-sv {
  background: url(../../img/sv/case-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
===========================================*/
#chart {
  padding: 18% 0;
  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-25);
  margin-bottom: 8%;
  background: url(../img/top/chart-ttl-l_ic.png) left top/11% no-repeat, url(../img/top/chart-ttl-r_ic.png) right top/11% no-repeat;
}
#chart .chart__title .first-line {
  border-bottom: 2px solid;
  margin-bottom: 3%;
  font-size: var(--font-size-25);
}
#chart .chart__title .relative::before {
  position: absolute;
  content: "";
  width: 1vw;
  height: 1vw;
  background: var(--accent-color);
  inset: -1vw 0 auto;
  margin: 0 auto;
  border-radius: 50%;
}

/*
# top__msg
------------------------*/
.top__msg {
  padding: 10% 5%;
  margin: 15% 8%;
}
.top__msg .msg__top-border,
.top__msg .msg__bottom-border {
  width: 70%;
  height: 2vw;
}
.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: 90%;
  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: 5%;
  top: 3vw;
}
.top__msg .msg__bottom-border {
  right: 5%;
  bottom: 3vw;
}
.top__msg.spring {
  background: url(../img/top/season/spring-lb_ill.png) left -5vw bottom -2vw/45% no-repeat, url(../img/top/season/spring-rt_ill.png) right -5vw top 2vw/45% no-repeat, url(../img/top/season/spring_bg.png) center top -10vw 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 -2vw bottom 4vw/28% no-repeat, url(../img/top/season/summer-rt_ill.png) right -5vw top 1vw/45% 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 -2vw bottom -3vw/40% no-repeat, url(../img/top/season/autumn-rt_ill.png) right -5vw top -5vw/55% 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 -1vw/45% no-repeat, url(../img/top/season/winter-rt_ill.png) right top -1vw/45% no-repeat, url(../img/top/season/winter_bg.png) center bottom -5vw 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-21);
  margin-bottom: 2%;
  text-align: center;
  display: block;
}
.top__msg .msg__text {
  background: rgba(var(--color-white-rgb), 0.8);
  padding: 6%;
  line-height: 2.2222222222;
}

/*
# top-about
------------------------*/
#top-about {
  margin-bottom: 95px;
}
#top-about .about__title {
  margin-bottom: 10%;
  background: url(../img/top/about-ttl-l_ic.png) left top/11% no-repeat, url(../img/top/about-ttl-r_ic.png) right bottom 1vw/11% no-repeat;
}

/*
# top-contents
------------------------*/
#top-contents {
  padding: 0 8%;
}
#top-contents .contents__inbox {
  padding: 15% 6% 10%;
}
#top-contents .contents__inbox::before {
  inset: -5vw 0 auto auto;
}
#top-contents .contents__title {
  width: 84%;
  margin: 0 auto;
  font-size: var(--font-size-22);
  inset: -8vw 0 auto;
  padding: 3%;
  text-align: center;
}
#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: 7%;
}
#top-contents .contents__item-button {
  width: 100%;
}

/*
# top-merit
------------------------*/
#top-merit {
  padding: 18% 0;
  background: url(../img/top/merit_bg.png) right center no-repeat, var(--color-white);
}
#top-merit .merit__title {
  text-align: center;
  font-size: var(--font-size-23);
}
#top-merit .merit__title .bg-color-primary {
  padding: 0 1vw;
}
#top-merit .merit__button {
  width: 100%;
  margin: 15% auto 0;
}
#top-merit .merit__button::before {
  right: 3%;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 15% 0;
}
#top-news .news__post {
  border-bottom: 1px solid var(--color-gray);
}
#top-news .news__post-link {
  padding: 7% 0;
  row-gap: 2vw;
}
#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: 23%;
}
#top-news .news__post-tags {
  width: 75%;
  gap: 1.5vw;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-16);
  padding: 0 2vw;
}
#top-news .news__post-tags .news__post-tag::before, #top-news .news__post-tags .news__post-tag::after {
  position: absolute;
  content: "";
  width: 0.5vw;
  height: 0.5vw;
  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: 80%;
  margin: 10% auto 0;
}

/*
# top-contact
------------------------*/
#top-contact {
  width: 84%;
  margin: 0 auto;
}
#top-contact .contact__inbox {
  padding: 10% 6%;
}
#top-contact .contact__inbox::before {
  inset: auto -20px -35px auto;
}

/*==========================================
faq
===========================================*/
/*
# faq-archive
------------------------*/
#faq-archive {
  padding: 18% 8%;
}
#faq-archive .faq__tag-wrap {
  margin-bottom: 15%;
}
#faq-archive .faq__tag-wrap:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__wrap {
  padding: 10% 5%;
}
#faq-archive .faq__wrap::before {
  inset: -9vw -9% auto auto;
}
#faq-archive .faq__item {
  margin-bottom: 12%;
}
#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-20);
  font-weight: bold;
}
#faq-archive .faq__item-title {
  padding: 3% 25% 3% 18%;
  font-size: var(--font-size-19);
  transition: all 0.3s;
}
#faq-archive .faq__item-title::before {
  content: "Q";
  width: 7vw;
  height: 7vw;
  inset: 3vw auto auto 4%;
  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: 16%;
  height: 5vw;
  inset: auto 5% 3vw auto;
  border-radius: 7vw;
  transition: ease-in-out;
}
#faq-archive .faq__item-title .faq__item-icon::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 3.5vw;
  height: 3.5vw;
  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: 7vw 7vw 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: 4% 4% 4% 17%;
}
#faq-archive .faq__item-content::before {
  content: "A";
  color: var(--accent-color);
  inset: 2.5vw auto auto 7%;
}

/*
# page__intro
------------------------*/
.page__intro {
  padding: 16% 0;
  background: url(../img/common/intro_bg.png) right center no-repeat, var(--color-white);
}
.page__intro .intro__title {
  margin-bottom: 10%;
  font-size: var(--font-size-20);
}
.page__intro .intro__title span {
  padding: 0 0.2vw;
  margin-right: 0.2vw;
  font-size: var(--font-size-24);
}
.page__intro .intro__text {
  margin-bottom: 10%;
}
.page__intro .intro__button {
  width: 85%;
  margin: 0 auto;
}

/*==========================================
merit
===========================================*/
/*
# merit-worries
------------------------*/
#merit-worries .worries__title {
  margin-bottom: 15%;
}
#merit-worries .worries__title .bg-color-primary {
  padding: 0 1.5vw;
}
#merit-worries .worries__wrap {
  width: 84%;
  margin: 0 auto 15%;
  padding: 10% 6%;
}
#merit-worries .worries__wrap::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10vw 10.45vw 0px 10.45vw;
  border-color: var(--primary-color-dark) transparent transparent transparent;
  inset: auto 0 -7vw;
  margin: 0 auto;
}
#merit-worries .worries__list::before {
  position: absolute;
  content: "";
  width: 28%;
  height: 25vw;
  background: url(../img/merit/worry_ill.png) center/100% no-repeat;
  inset: -25vw 5% auto auto;
  z-index: 1;
}
#merit-worries .worries__item {
  margin-bottom: 5%;
  padding: 3% 4% 3% 12%;
  font-size: var(--font-size-18);
}
#merit-worries .worries__item:last-child {
  margin-bottom: 0;
}
#merit-worries .worries__item::before {
  inset: 3vw auto auto 3%;
  width: 4.5vw;
  height: 4.5vw;
  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-26);
}
#merit-worries .worries__text-solution span {
  padding: 0 1vw;
  margin-right: 1vw;
}

/*
# merit-section
------------------------*/
.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: 35%;
  margin-bottom: 2%;
  text-align: center;
  font-size: var(--font-size-16);
}
.merit-section .contents__item-title .title-num em {
  line-height: 1;
  font-size: var(--font-size-20);
}
.merit-section .contents__item-content {
  padding: 7% 5%;
}

/*
# 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: 15% 8%;
}
#merit-steps .steps__inbox::before {
  z-index: 2;
  inset: auto 0 -22px auto;
}
#merit-steps .steps__list {
  z-index: 1;
}
#merit-steps .steps__list::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 5%;
  background: var(--accent-color);
  inset: 0;
  margin: auto;
  z-index: -1;
}
#merit-steps .steps__list .steps__item {
  width: 80%;
  margin: 0 auto 12%;
  padding: 6% 5%;
  display: flex;
  flex-direction: column;
}
#merit-steps .steps__list .steps__item:last-child {
  margin-bottom: 0;
}
#merit-steps .steps__list .steps__item-title {
  text-align: center;
  line-height: 1.2;
  font-size: var(--font-size-29);
  margin-bottom: 5%;
}
#merit-steps .steps__list .steps__item-title .title-step {
  font-size: var(--font-size-15);
  padding: 0 1vw;
  margin-right: 1vw;
}
#merit-steps .steps__list .steps__item-title .title-main {
  margin-top: 2vw;
  font-size: var(--font-size-23);
  color: var(--body-font-color);
}
#merit-steps .steps__list .steps__item-text {
  flex-grow: 1;
  padding: 6% 5%;
  line-height: 1.6666666667;
}

/*==========================================
notice
===========================================*/
/*
# notice-section
------------------------*/
.notice-section .notice__text {
  margin-bottom: 12%;
}
.notice-section .page__nav-item {
  width: 100%;
  margin-bottom: 8%;
}
.notice-section .page__nav-item:last-child {
  margin-bottom: 0;
}

/*
# notice__contents
------------------------*/
.notice__contents .inbox-md {
  width: 84%;
  margin: 0 auto;
  padding: 10% 6%;
  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: -17vw -6% auto auto;
}
.notice__contents .notice__list .notice__item {
  padding: 2% 2% 5%;
  margin-bottom: 10%;
}
.notice__contents .notice__list .notice__item:last-child {
  margin-bottom: 0;
}
.notice__contents .notice__list .notice__item-title {
  font-size: var(--font-size-19);
  padding: 3% 3% 3% 12%;
  margin-bottom: 5%;
}
.notice__contents .notice__list .notice__item-title::before {
  color: var(--accent-color);
  font-size: var(--font-size-22);
  inset: 3vw auto auto 2%;
}
.notice__contents .notice__list .notice__item-text {
  padding: 0 6%;
}

/*==========================================
case
===========================================*/
/*
# case-archive
------------------------*/
#case-archive .case__post {
  width: 84%;
  margin: 0 auto 15%;
  padding: 10% 4%;
}
#case-archive .case__post:last-child {
  margin-bottom: 0;
}
#case-archive .case__post::before {
  inset: -11vw -8% auto auto;
}
#case-archive .case__post-title {
  margin-bottom: 6%;
  font-size: var(--font-size-21);
  text-align: center;
  padding: 3% 12% 3% 5%;
}
#case-archive .case__post-background {
  background: #fae6cd;
  padding: 10% 5%;
}
#case-archive .case__post-background .background__title {
  font-size: var(--font-size-21);
  text-align: center;
  margin-bottom: 5%;
  padding: 3%;
}
#case-archive .case__post-box {
  display: flex;
  flex-direction: column;
  margin-top: 12%;
}
#case-archive .case__post-box .box__title {
  font-size: var(--font-size-21);
  margin-bottom: 5%;
  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: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  background: var(--primary-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#case-archive .case__post-box .box__title span::before {
  left: -4vw;
}
#case-archive .case__post-box .box__title span::after {
  right: -4vw;
}
#case-archive .case__post-box .bg-color-gray-light {
  padding: 8% 5%;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#case-archive .case__post-box .case__post-check li {
  padding-left: 8%;
  margin-bottom: 3%;
}
#case-archive .case__post-box .case__post-check li:last-child {
  margin-bottom: 0;
}
#case-archive .case__post-box .case__post-check li::before {
  inset: 1.5vw auto auto 0;
  font-weight: var(--font-weight-bold);
  color: var(--accent-color);
}

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

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

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

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

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

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