@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-tel
------------------------*/
.c-tel {
  line-height: 0;
}
.c-tel .tel__num {
  font-size: var(--font-size-30);
}
.c-tel .tel__num small {
  font-size: var(--font-size-20);
}

/*
# sns-list
------------------------*/
.c-sns__list {
  gap: 10px 30px;
}

/*
# c-requirements__section
------------------------*/
.c-requirements__section .requirements__button-list {
  margin-top: 65px;
  gap: 25px 50px;
}
.c-requirements__section .requirements__button-list .requirements__button {
  width: 515px;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  margin-bottom: 20px;
  border-bottom: none;
}
.com-table tr:last-child {
  margin-bottom: 0;
}
.com-table tr th {
  padding: 5px 10px;
  width: 150px;
  vertical-align: top;
  text-align: center;
}
.com-table tr th.color-white {
  color: var(--color-white);
}
.com-table tr td {
  width: calc(100% - 150px);
  padding: 5px 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;
}

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

/*
# com-button
------------------------*/
.com-button {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--body-font-color);
  border-radius: 45px;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
}
.com-button::before {
  right: 7%;
}
.com-button:hover {
  opacity: 1;
  background: var(--primary-color);
}
.com-button:hover::before {
  right: 5%;
}

/*
# com-part
------------------------*/
.com-part {
  padding: 35px 50px 50px;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  margin-bottom: 70px;
}
.section-title.align-center {
  text-align: center;
}
.section-title .title-en {
  display: block;
  font-size: var(--font-size-16);
  letter-spacing: 0.28em;
  font-weight: var(--font-weight-regular);
}
.section-title .title-ja {
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.12em;
}

.headline-title {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-bold);
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.sub-title {
  background: var(--accent-color);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  margin-bottom: 15px;
  text-align: center;
}

/*==========================================
header
===========================================*/
#header {
  padding: 20px 2.34375% 0;
}
#header .header__right {
  width: 895px;
  gap: 15px 30px;
}
#header .header__nav {
  width: 560px;
}
#header .header__nav-list {
  gap: 10px 15px;
}
#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;
}
#header .header__sns-list {
  width: -moz-fit-content;
  width: fit-content;
}

/*==========================================
mv
===========================================*/
#top-mv {
  position: relative;
  height: clamp(650px, 44.3224vw, 851px);
  background: url(../img/top/mv/mv_img.png) top center/100% no-repeat;
}
#top-mv .mv__catch {
  width: 45.052%;
  max-width: 865px;
  position: absolute;
  inset: auto auto 22.2623% 3.3854%;
}
#top-mv .mv__catch-img {
  width: 76.763%;
  margin-bottom: 11%;
}
#top-mv .mv__catch-list {
  gap: 3.54%;
}
#top-mv .mv__catch-list .catch-list__item {
  font-size: clamp(1.4rem, 1.05vw, 2rem);
  padding: 0 1%;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 75px 0;
}
#footer .side-button {
  inset: auto 0 140px auto;
  width: 60px;
  height: 220px;
  padding: 10px 0 25px;
  z-index: 1001;
  font-size: var(--font-size-20);
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#footer .side-button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  background: url(../img/common/side-btn_ill.png) bottom center/100% no-repeat;
  inset: auto 0 0;
}
#footer .footer__left {
  width: 380px;
}
#footer .footer__logo {
  display: inline-block;
  margin-bottom: 35px;
}
#footer .footer__tel {
  margin-bottom: 55px;
}
#footer .footer__button {
  height: 70px;
  font-size: var(--font-size-18);
}
#footer .footer__right {
  width: 555px;
}
#footer .footer__sns-list {
  justify-content: flex-end;
  margin-bottom: 30px;
}
#footer .footer__nav-list {
  gap: 5px 15px;
  justify-content: flex-end;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

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

.pagetop {
  width: 66px;
  height: 66px;
}
.pagetop::before {
  width: 20px;
  height: 20px;
  inset: 10px 0 0;
}

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.lower-sv {
  height: clamp(383px, 29.9475vw, 575px);
  position: relative;
  z-index: 1;
  background: url(../img/sv/sv-base_bg.png) bottom center/100% no-repeat;
}
.lower-sv::before {
  position: absolute;
  content: "";
  width: 55.677%;
  height: 96.5217%;
  inset: auto 0 0 auto;
  margin-left: auto;
}
.lower-sv .sv__title {
  width: 36.4583%;
  position: absolute;
  inset: auto auto 38.26086% 3.90625%;
  font-size: var(--font-size-40);
  text-align: center;
  border-bottom: 1px solid var(--color-gray);
}

#works-sv::before {
  background: url(../../img/sv/works-sv_img.jpg) center/100% no-repeat;
}

#environment-sv::before {
  background: url(../../img/sv/environment-sv_img.jpg) center/100% no-repeat;
}

#recruit-sv::before {
  background: url(../../img/sv/recruit-sv_img.jpg) center/100% no-repeat;
}

#info-sv::before {
  background: url(../../img/sv/info-sv_img.jpg) center/100% no-repeat;
}

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-msg
------------------------*/
#top-msg {
  padding: 175px 0 0;
}
#top-msg .msg__inbox {
  text-align: center;
}
#top-msg .msg__title {
  font-size: var(--font-size-50);
  line-height: 2;
  letter-spacing: 0.22em;
  margin-bottom: 65px;
}
#top-msg .msg__text {
  font-size: var(--font-size-18);
  line-height: 2.7777777778;
}
#top-msg .msg__button {
  width: 720px;
  margin: 145px auto 0;
}
#top-msg .msg__movie-wrap {
  margin-top: 135px;
  background: linear-gradient(to bottom, var(--color-white) 27%, var(--accent-color) 27%);
}

/*
# top-environment
------------------------*/
#top-environment {
  position: relative;
  padding: 8.8541% 0 11.9791%;
  z-index: 1;
}
#top-environment .environment__title .title-en {
  position: absolute;
  inset: 9.35% auto auto 3.6458%;
  font-size: clamp(3rem, 2.95vw, 5.6rem);
  line-height: 1.5714285714;
  letter-spacing: 0.1em;
  z-index: -2;
}
#top-environment .environment__title .title-ja {
  display: grid;
  margin-left: auto;
  align-items: flex-start;
  text-align: left;
  justify-content: flex-end;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: var(--font-size-40);
  letter-spacing: 0.22em;
  line-height: 1.7;
}
#top-environment .environment__title .title-ja span {
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px 0;
  margin-left: 15px;
}
#top-environment .environment__img {
  position: absolute;
  inset: auto 0 -9.75%;
  width: 83.333%;
  margin-left: auto;
  z-index: -1;
}

/*
# top-about
------------------------*/
#top-about {
  position: relative;
  background: linear-gradient(to right, var(--primary-color) 93.75%, var(--color-white) 93.75%);
  padding: 195px 0 120px;
}
#top-about::before {
  position: absolute;
  content: "";
  width: 6.25%;
  height: 565px;
  background: var(--accent-color);
  inset: 0 0 auto auto;
}
#top-about .about__title {
  margin-bottom: 60px;
}
#top-about .about__list {
  row-gap: 10px;
}
#top-about .about__list .about__list-item {
  width: 535px;
  display: flex;
  flex-direction: column;
  padding: 30px 15px 70px;
}
#top-about .about__list .about__list-item--phone .about__item-title {
  background: url(../img/top/about-sp_ic.png) left 25px top no-repeat;
}
#top-about .about__list .about__list-item--welfare .about__item-title {
  background: url(../img/top/about-welfare_ic.png) left 20px center no-repeat;
}
#top-about .about__list .about__list-item--support .about__item-title {
  background: url(../img/top/about-support_ic.png) left 20px center no-repeat;
}
#top-about .about__list .about__list-item--allowance .about__item-title {
  line-height: 1.3;
  background: url(../img/top/about-allowance_ic.png) left 20px center no-repeat;
}
#top-about .about__list .about__item-title {
  font-size: var(--font-size-24);
  border-bottom: 1px solid var(--color-gray);
  line-height: 1.4666666667;
  padding: 10px 0 20px 120px;
  margin-bottom: 20px;
  height: 115px;
}
#top-about .about__list .about__item-title .color-primary {
  font-size: var(--font-size-30);
}
#top-about .about__list .about__item-title small {
  font-size: var(--font-size-18);
}
#top-about .about__list .about__item-title small .color-primary {
  font-size: var(--font-size-22);
}
#top-about .about__list .about__item-text {
  padding: 0 20px;
}

/*
# top-links
------------------------*/
#top-links {
  padding: 140px 0 130px;
}
#top-links .links__list {
  row-gap: 55px;
}
#top-links .links__list-item {
  width: 525px;
  position: relative;
}
#top-links .links__item-title {
  font-size: var(--font-size-36);
  position: absolute;
  inset: -20px 40px auto auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 20px 0;
  letter-spacing: 0.22em;
}
#top-links .links__item-sections {
  margin-top: 30px;
}
#top-links .links__item-sections .links__item-section {
  border-bottom: 1px solid var(--color-gray);
}
#top-links .links__item-sections .links__item-section:first-child {
  border-top: 1px solid var(--color-gray);
}
#top-links .links__item-sections .links__section-link {
  display: block;
  padding: 10px 25px;
  font-size: var(--font-size-20);
}
#top-links .links__item-sections .links__section-link span::before {
  transition: all 0.3s;
  right: -35px;
}
#top-links .links__item-sections .links__section-link:hover span::before {
  right: -45px;
}

/*
# top-voices
------------------------*/
#top-voices {
  padding: 140px 0 150px;
}
#top-voices .voices__list {
  gap: 30px;
}
#top-voices .voice__card {
  width: 340px;
}
#top-voices .voice__card-link {
  display: block;
}
#top-voices .voice__card-link:hover .voice__card-img::before {
  opacity: 1;
}
#top-voices .voice__card-img {
  width: 100%;
  height: 340px;
  margin-bottom: 10px;
  position: relative;
}
#top-voices .voice__card-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid;
  inset: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
#top-voices .voice__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-voices .voice__card-join {
  font-size: var(--font-size-18);
}
#top-voices .voice__card-join span {
  padding: 3px 10px;
}
#top-voices .voice__card-title {
  border-bottom: 1px solid var(--color-gray);
  font-size: var(--font-size-24);
}
#top-voices .voices__button {
  width: 720px;
  margin: 85px auto 0;
}

/*
# top-recruit
------------------------*/
#top-requirements {
  padding: 120px 0 0;
}
#top-requirements .requirements__movie {
  margin-top: 100px;
}
#top-requirements .requirements__movie video {
  width: 100%;
  height: 608px;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 200px 0 95px;
  margin-top: -115px;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__post-list {
  width: 800px;
}
#top-news .news__post {
  border-bottom: 1px solid var(--color-white);
}
#top-news .news__post:first-child {
  border-top: 1px solid var(--color-white);
}
#top-news .news__post-link {
  padding: 25px 0;
}
#top-news .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-date {
  width: 105px;
}
#top-news .news__post-tags {
  width: calc(100% - 115px);
}
#top-news .news__post-tags .news__post-tag {
  padding: 0 30px;
  position: relative;
}
#top-news .news__post-tags .news__post-tag::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: var(--color-white);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#top-news .news__post-title {
  font-size: var(--font-size-16);
}
#top-news .news__button {
  position: absolute;
  inset: 150px auto auto 0;
  font-size: var(--font-size-20);
}
#top-news .news__button:hover span::before {
  right: -45px;
}
#top-news .news__button span::before {
  right: -35px;
  transition: all 0.3s;
}

/*
# top-access
------------------------*/
#top-access {
  padding: 95px 0 130px;
}
#top-access .access__title {
  margin-bottom: 40px;
}
#top-access .access__table {
  margin-bottom: 70px;
}
#top-access .info__blocks #g-map {
  width: 525px;
}

/*==========================================
works
===========================================*/
/*
# works-description
------------------------*/
#works-description .description__part {
  margin-bottom: 50px;
}
#works-description .description__part:last-child {
  margin-bottom: 0;
}
#works-description .description__part-inner {
  margin-top: 65px;
}
#works-description .description__part-jobs {
  width: 540px;
  padding: 20px 40px;
}
#works-description .description__part .description__jobs-title {
  text-align: center;
  font-size: var(--font-size-16);
  margin-bottom: 15px;
}

/*
# works-schedule
------------------------*/
#works-schedule .schedule__part {
  margin-bottom: 55px;
}
#works-schedule .schedule__part:last-child {
  margin-bottom: 0;
}
#works-schedule .schedule__part-title {
  font-size: var(--font-size-20);
  text-align: center;
  margin-bottom: 30px;
}
#works-schedule .schedule__part-item {
  margin-bottom: 25px;
}
#works-schedule .schedule__part-item:last-child {
  margin-bottom: 0;
}

/*==========================================
environment
===========================================*/
/*
# environment-faq
------------------------*/
#environment-faq .faq__part {
  margin-bottom: 60px;
}
#environment-faq .faq__part:last-child {
  margin-bottom: 0;
}
#environment-faq .faq__part-list {
  gap: 20px 10px;
}
#environment-faq .faq__part-item {
  width: 320px;
  text-align: center;
  font-size: var(--font-size-17);
  padding: 10px 5px;
}
#environment-faq .faq__part .faq__sub-title {
  font-size: var(--font-size-20);
}
#environment-faq .faq__part .faq__schedule-item {
  margin-bottom: 35px;
}
#environment-faq .faq__part .faq__schedule-item:last-child {
  margin-bottom: 0;
}
#environment-faq .faq__part .faq__schedule-title {
  font-size: var(--font-size-20);
}

/*
# environment-benefits
------------------------*/
#environment-benefits .benefits__list {
  gap: 25px 30px;
}
#environment-benefits .benefits__item {
  width: 340px;
  padding: 15px 15px 55px;
}
#environment-benefits .benefits__item-title {
  margin-bottom: 10px;
  font-size: var(--font-size-20);
}

/*
# environment-staff
------------------------*/
#environment-staff .staff__post {
  margin-bottom: 45px;
  position: relative;
}
#environment-staff .staff__post:last-child {
  margin-bottom: 0;
}
#environment-staff .staff__post-img {
  position: absolute;
  inset: 45px auto auto 50px;
  width: 315px;
  height: 280px;
}
#environment-staff .staff__post-title .title-join {
  font-size: var(--font-size-18);
  display: inline-block;
  line-height: 1.6;
  padding: 0 10px;
}
#environment-staff .staff__post-title .title-name {
  display: block;
}
#environment-staff .staff__post-content {
  width: 600px;
  margin-left: auto;
  min-height: 280px;
}
#environment-staff .staff__post-career {
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/*==========================================
recruit
===========================================*/
#recruit-details .details__post {
  margin-bottom: 55px;
}
#recruit-details .details__post:last-child {
  margin-bottom: 0;
}
#recruit-details .details__post-title {
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-20);
}
#recruit-details .details__table tr {
  border-bottom: 1px solid var(--color-gray);
  padding: 15px 0;
  margin-bottom: 0;
}

/*
# recruit-apply
------------------------*/
#recruit-apply .apply__list {
  gap: 20px 25px;
}
#recruit-apply .apply__item--tel {
  width: 100%;
  text-align: center;
}
#recruit-apply .apply__item--tel .c-tel {
  line-height: 1.5;
}
#recruit-apply .apply__item--tel .tel__num {
  letter-spacing: var(--body-letter-spacing);
  font-size: var(--font-size-50);
}
#recruit-apply .apply__item--tel .tel__num small {
  font-size: var(--font-size-34);
}
#recruit-apply .apply__item .apply__button {
  width: 380px;
}
#recruit-apply .apply__item--line .apply__button {
  background: var(--color-line-color);
}
#recruit-apply .apply__item--line .apply__button:hover {
  background: var(--primary-color);
}

/*==========================================
info
===========================================*/
/*
# info
------------------------*/
#info .info__table {
  margin-bottom: 145px;
}
#info .map {
  height: 600px;
}

/*==========================================
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-way .way__address {
  padding: 45px 15px 25px;
  text-align: center;
  margin-top: 60px;
}
#contact-way .way__address .way__tel {
  margin-bottom: 25px;
}
#contact-way .way__address .way__tel .tel__num {
  font-size: var(--font-size-50);
}
#contact-way .way__address .way__tel .tel__num small {
  font-size: var(--font-size-34);
}
#contact-way .way__address .worktime__item dt {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}
#contact-way .way__address .worktime__item dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--body-font-color);
}

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