@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
  padding: 5px 0;
  background: var(--color-white);
}
div .bread .breadcrumbs {
  width: 1080px;
  margin: 0 auto;
  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-tel
------------------------*/
.c-tel {
  width: -moz-fit-content;
  width: fit-content;
}
.c-tel .tel__text {
  display: block;
  text-align: center;
  line-height: 1.5;
}
.c-tel .tel__num {
  font-size: var(--font-size-30);
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.c-tel .tel__num.tel-icon {
  padding-left: 40px;
  position: relative;
  display: block;
  color: var(--color-white);
}
.c-tel .tel__num.tel-icon::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: url(../img/common/tel_ic.svg) center/18px 26px no-repeat, var(--primary-color);
}

/*
# c-sns__list
------------------------*/
.c-sns__list {
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px 25px;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 65px 0 100px;
  background: url(../img/top/contact_bg.jpg);
}
.c-contact__section .contact__title {
  margin-bottom: 35px;
}
.c-contact__section .contact__list {
  gap: 15px 65px;
}
.c-contact__section .contact__item-button {
  width: 280px;
}
.c-contact__section .contact__item-button span {
  padding-left: 30px;
}
.c-contact__section .contact__item-button span::before {
  left: 0;
}

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

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

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

/*
# com-button
------------------------*/
.com-button {
  border-radius: var(--button-radius-pc);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  text-align: center;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  background: var(--primary-color);
}
.com-button.bs-icon--chevron-right::before {
  right: 5%;
}

.bs-icon--chevron-right::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-12);
  background: var(--color-white);
  color: var(--primary-color);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-size: var(--font-size-46);
  font-weight: var(--font-weight-black);
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.3913043478;
}
.section-title.align-left {
  text-align: left;
}
.section-title.has-icon {
  padding-top: 85px;
  position: relative;
}
.section-title.has-icon::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 85px;
  inset: 0 0 auto;
  margin: 0 auto;
}

.headline-title {
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  background: var(--primary-color);
  border-radius: 15px;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.sub-title {
  color: var(--color-white);
  background: url(../img/common/sub-ttl_bg.png);
  font-size: var(--font-size-36);
  font-weight: var(--font-weight-black);
  text-align: center;
  padding: 15px;
  margin-bottom: 60px;
}

/*==========================================
header
===========================================*/
#header {
  padding: 15px 1.5625%;
  z-index: 10;
}
#header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  inset: auto 0 -20px;
  background: url(../img/common/header_frame.png) top center/100% no-repeat;
}
#header .header__right {
  width: 675px;
}
#header .header__info {
  gap: 15px 30px;
}
#header .header__nav {
  margin-top: 10px;
}
#header .header__nav-list {
  gap: 10px 25px;
}
#header .header__nav-link {
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#header .header__nav-link::before, #header .header__nav-link::after {
  content: "";
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--body-font-color);
  position: absolute;
  display: block;
}
#header .header__nav-link::before {
  left: 50%;
}
#header .header__nav-link:after {
  right: 50%;
}
#header .header__nav-link:hover {
  color: var(--body-font-color);
}
#header .header__nav-link:hover::before, #header .header__nav-link:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--body-font-color);
}
#header .header__nav-link.current {
  border-bottom: 1px solid;
}
#header .header__nav-link.current::before, #header .header__nav-link.current::after {
  border-bottom: none;
}
#header .header__nav-link.current:hover::before, #header .header__nav-link.current:hover::after {
  border-bottom: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(600px, 41.666vw, 800px);
  background: url(../img/top/mv/mv-l_img.png) left 5px bottom 5.625%/58.0729% no-repeat, url(../img/top/mv/mv-r_img.png) right top/42.8125% no-repeat;
}
#top-mv .mv__catch {
  width: 35.4166%;
  inset: auto auto 0 0;
}

/*==========================================
footer
===========================================*/
#footer .fixed-button {
  width: 230px;
  height: 70px;
  inset: auto 0 50px auto;
  z-index: 100;
  border-radius: 15px 0 0 15px;
  padding: 0 0 0 35px;
  font-size: var(--font-size-20);
}
#footer .fixed-button::before {
  width: 30px;
  height: 30px;
  inset: 0 auto 0 5%;
  margin: auto 0;
  background: var(--color-white);
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-16);
}
#footer .footer__headline {
  padding: 50px 0;
  border-bottom: 1px solid var(--color-gray);
}
#footer .footer__info {
  gap: 15px 30px;
}
#footer .footer__nav {
  padding: 15px 0 30px;
}
#footer .footer__nav-list {
  width: 910px;
  margin: 0 auto;
  row-gap: 10px;
}
#footer .footer__nav-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  inset: 0 0 0 auto;
  background: var(--body-font-color);
  transform: rotate(15deg);
  margin: auto 0;
}
#footer .footer__nav-item:nth-child(6)::after, #footer .footer__nav-item:last-child::after {
  background: none;
}
#footer .footer__nav-link {
  font-size: var(--font-size-15);
  padding: 0 30px;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  padding: 12px 0;
}
#copyright small {
  font-size: var(--font-size-11);
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  width: 50px;
  height: 50px;
  bottom: 180px;
  right: 20px;
  z-index: 999;
  font-size: var(--font-size-40);
  line-height: 0;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 360px;
}
.lower-sv .sv__title {
  font-size: var(--font-size-44);
  height: 190px;
  width: 719px;
  margin: 0 auto;
  background: url(../img/sv/sv-ttl_bg.png) center/100% no-repeat;
  text-shadow: var(--color-white) 2px 0px, var(--color-white) -2px 0px, var(--color-white) 0px -2px, var(--color-white) 0px 2px, var(--color-white) 2px 2px, var(--color-white) -2px 2px, var(--color-white) 2px -2px, var(--color-white) -2px -2px, var(--color-white) 1px 2px, var(--color-white) -1px 2px, var(--color-white) 1px -2px, var(--color-white) -1px -2px, var(--color-white) 2px 1px, var(--color-white) -2px 1px, var(--color-white) 2px -1px, var(--color-white) -2px -1px;
}
.lower-sv .sv__title::before, .lower-sv .sv__title::after {
  position: absolute;
  content: "";
}
.lower-sv .sv__title::before {
  width: 66px;
  height: 109px;
  background: url(../img/sv/sv-ttl-l_ill.png) center/100% no-repeat;
  inset: 0 auto 0 0;
  margin: auto 0;
}
.lower-sv .sv__title::after {
  width: 81px;
  height: 103px;
  background: url(../img/sv/sv-ttl-r_ill.png) center/100% no-repeat;
  inset: 0 0 0 auto;
  margin: auto 0;
}

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

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

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

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-blog
------------------------*/
#top-blog {
  padding: 135px 0 110px;
}
#top-blog .blog__inbox {
  position: relative;
}
#top-blog .blog__wrap {
  min-height: 305px;
  padding: 35px 40px 35px 45px;
}
#top-blog .blog__title {
  padding-top: 35px;
}
#top-blog .blog__post-list {
  width: 740px;
}
#top-blog .blog__post {
  border-bottom: 1px solid var(--color-gray);
}
#top-blog .blog__post:last-child {
  border-bottom: none;
}
#top-blog .blog__post-link {
  padding: 25px 0;
  row-gap: 10px;
}
#top-blog .blog__post-link:hover {
  transform: translateX(10px);
}
#top-blog .blog__post-link:hover .blog__post-title {
  text-decoration: underline;
}
#top-blog .blog__post:first-child .blog__post-link {
  padding-top: 0;
}
#top-blog .blog__post-date {
  font-size: var(--font-size-17);
  width: 95px;
}
#top-blog .blog__post-tags {
  width: calc(100% - 95px);
  gap: 7px 0;
}
#top-blog .blog__post-tags .blog__post-tag {
  font-size: var(--font-size-17);
  padding: 0 10px;
  line-height: 1.2;
}
#top-blog .blog__post-tags .blog__post-tag::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--body-font-color);
}
#top-blog .blog__post-title {
  font-size: var(--font-size-16);
}
#top-blog .blog__button {
  width: 200px;
  position: absolute;
  inset: 175px auto auto 45px;
}

/*
# top-about
------------------------*/
#top-about {
  padding: 70px 0 60px;
  background: url(../img/top/about-lb_ill.png) left 8.177% bottom 40px/13.3854% no-repeat;
}
#top-about .about__inbox {
  position: relative;
}
#top-about .about__title {
  margin-bottom: 40px;
}
#top-about .about__img {
  position: absolute;
  inset: 0 -235px auto auto;
}
#top-about .about__content {
  width: 625px;
  min-height: 573px;
}

/*
# top-service
------------------------*/
#top-service::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  margin: 0 auto;
  inset: -75px 0 auto;
  border-radius: 50%;
  background: url(../img/common/pattern_bg.png);
}
#top-service .service__inbox {
  padding: 200px 0 100px;
  width: clamp(1080px, 62.5%, 1200px);
}
#top-service .service__title {
  position: absolute;
  inset: -50px 0 auto;
}
#top-service .service__title::before {
  background: url(../img/top/service-ttl_ic.png) center no-repeat;
}
#top-service .service__card {
  padding: 50px 5%;
  position: relative;
  margin-bottom: 80px;
}
#top-service .service__card-content {
  width: 60.1851%;
  min-height: 440px;
}
#top-service .service__card-title {
  margin-bottom: 20px;
}
#top-service .service__card-title .title-main {
  font-size: var(--font-size-42);
}
#top-service .service__card-title .title-sub {
  font-size: var(--font-size-24);
}
#top-service .service__card-img {
  position: absolute;
  top: 50px;
  width: 41.6666%;
}
#top-service .service__card:nth-of-type(odd) .service__card-img {
  right: -7.8125%;
}
#top-service .service__card:nth-of-type(even) .service__card-img {
  left: -7.8125%;
}
#top-service .service__card:nth-of-type(even) .service__card-content {
  margin-left: auto;
}
#top-service .faq__card-button {
  width: 600px;
  height: 150px;
  margin: 0 auto;
  background: url(../img/top/faq-button_bg.jpg) center/cover no-repeat;
  font-size: var(--font-size-34);
}
#top-service .faq__card-button:hover {
  opacity: 1;
  transform: scale(0.97);
}
#top-service .faq__card-button span::before {
  left: -35px;
}

/*
# top-info
------------------------*/
#top-info {
  padding: 70px 0 110px;
}
#top-info .info__title {
  margin-bottom: 65px;
}
#top-info .info__table {
  width: 530px;
}
#top-info #g-map {
  width: 500px;
}

/*==========================================
wholesale
===========================================*/
#wholesale-recommend {
  padding: 40px 0;
}
#wholesale-recommend .recommend__title::before {
  background: url(../img/wholesale/recom-ttl_ic.png) center no-repeat;
}

.com-check__wrap {
  padding: 65px 30px;
  position: relative;
}
.com-check__wrap .check__img {
  width: 580px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.com-check__wrap .check__item {
  width: 470px;
  padding-left: 35px;
  margin-bottom: 10px;
  font-size: var(--font-size-20);
  background: url(../img/wholesale/recom-check_ic.png) left center no-repeat;
}

#wholesale-feature {
  padding: 40px 0 130px;
}
#wholesale-feature .feature__title {
  margin-bottom: 70px;
}
#wholesale-feature .feature__title::before {
  background: url(../img/wholesale/feature-ttl_ic.png) center no-repeat;
}

.com-feature__list {
  margin-top: 90px;
}
.com-feature__list.grid-2 {
  gap: 100px 80px;
}
.com-feature__list.grid-2 .feature__card {
  width: 500px;
}
.com-feature__list.grid-3 {
  gap: 80px 30px;
}
.com-feature__list.grid-3 .feature__card {
  width: 340px;
}
.com-feature__list .feature__card {
  z-index: 1;
  padding: 20px 20px 30px;
  text-align: center;
}
.com-feature__list .feature__card::before {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  inset: -42px 0 auto;
  margin: 0 auto;
  background: linear-gradient(to bottom, var(--primary-color) 50%, var(--color-white) 50%);
  color: var(--color-white);
  font-size: var(--font-size-32);
  font-weight: var(--font-weight-black);
  line-height: 1.3;
  z-index: -1;
}
.com-feature__list .feature__card-title {
  font-size: var(--font-size-26);
  line-height: 1.28125;
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.com-feature__list .feature__card-title span {
  font-size: var(--font-size-32);
}

/*
# steps__section
------------------------*/
.steps__section {
  padding: 70px 0 95px;
}
.steps__section .steps__title::before {
  background: url(../img/wholesale/steps-ttl_ic.png) center no-repeat;
}
.steps__section .steps__item {
  margin-bottom: 65px;
}
.steps__section .steps__item:last-child {
  margin-bottom: 0;
}
.steps__section .steps__item-num {
  padding-right: 15px;
  position: relative;
}
.steps__section .steps__item-num::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 22px;
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--color-white);
}

/*
# faq__section
------------------------*/
.faq__section {
  padding: 75px 0 135px;
}
.faq__section .faq__item {
  margin-bottom: 60px;
}
.faq__section .faq__item:last-child {
  margin-bottom: 0;
}
.faq__section .faq__item-title::before, .faq__section .faq__item-content::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 32px;
  inset: 19px auto auto 24px;
}
.faq__section .faq__item-title {
  font-size: var(--font-size-24);
  padding: 12px 15px 12px 70px;
  border-radius: 15px 15px 0 0;
}
.faq__section .faq__item-title::before {
  background: url(../img/faq/q_txt.svg) center/100% no-repeat;
}
.faq__section .faq__item-content {
  border-radius: 0 0 15px 15px;
  padding: 20px 15px 20px 70px;
}
.faq__section .faq__item-content::before {
  background: url(../img/faq/a_txt.svg) center/100% no-repeat;
}

/*==========================================
group
===========================================*/
#group-sales {
  padding: 35px 0 115px;
}
#group-sales .sales__title {
  font-size: var(--font-size-42);
}
#group-sales .sales__title::before {
  background: url(../img/group/sales-ttl_ic.png) center no-repeat;
}
#group-sales .sales__title span {
  font-size: var(--font-size-52);
}
#group-sales .sales__part {
  margin-bottom: 100px;
}
#group-sales .sales__part:last-child {
  margin-bottom: 0;
}

/*==========================================
partnership
===========================================*/
/*
# partnership-oem
------------------------*/
#partnership-oem {
  padding: 35px 0 40px;
}
#partnership-oem .oem__title::before {
  background: url(../img/partnership/oem-ttl_ic.png) center no-repeat;
}

/*
# partnership-corp
------------------------*/
#partnership-corp {
  padding: 40px 0;
}
#partnership-corp .corp__title::before {
  background: url(../img/partnership/corp-ttl_ic.png) center no-repeat;
}

/*
# partnership-value
------------------------*/
#partnership-value {
  padding: 40px 0;
}
#partnership-value .value__title::before {
  background: url(../img/partnership/value-ttl_ic.png) center no-repeat;
}

/*
# partnership-steps
------------------------*/
#partnership-steps .steps__title::before {
  background: url(../img/partnership/steps-ttl_ic.png) center no-repeat;
}

/*==========================================
faq
===========================================*/
#faq-archive .faq__title::before {
  background: url(../img/faq/faq-ttl_ic.png) center no-repeat;
}
#faq-archive .faq__tag-part {
  margin-bottom: 120px;
}
#faq-archive .faq__tag-part:last-child {
  margin-bottom: 0;
}

/*
# case-archive
------------------------*/
#case-archive .case__title::before {
  background: url(../img/faq/case-ttl_ic.png) center no-repeat;
}
#case-archive .case__post {
  margin-bottom: 60px;
}
#case-archive .case__post:last-child {
  margin-bottom: 0;
}

/*==========================================
blog
===========================================*/
.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-way .contact-way__text {
  margin-bottom: 25px;
}
#contact-way .c-tel {
  margin: 0 auto 25px;
  text-align: center;
}
#contact-way .c-tel .tel__num {
  color: var(--body-font-color);
}

#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フレーム時)
  ===========================================*/