@charset "UTF-8";
/* 基本スタイル */
* {
  box-sizing: border-box;
  line-height: 1.5;
  color: #000;
}

body, html {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
dl {
  margin: 0;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
ul,
li,
b,
strong,
option,
span,
label,
input,
select,
dt,
dd,
small {
  font-size: 1em;
}

a {
  text-decoration: none;
  display: block;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

figure {
  margin: 0;
}

table {
  width: 100%;
}

:focus {
  outline: none;
}

/* 基本クラス */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.contents {
  display: contents;
}

.inline-block {
  display: inline-block;
}

.container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 20px;
}

/* ブレイクポイント */
/* 基本カラー */
/* ミックスイン */
/* メディアクエリ */
/* 上下左右中央寄せ */
/* ボーダーセット */
/* 疑似要素のtop位置指定 */
/* 疑似要素セット(画像無し) */
/* 疑似要素セット(画像) */
/* br block style */
/* br none style */
/* 基本スタイル */
* {
  box-sizing: border-box;
  line-height: 1.5;
  color: #000;
}

body, html {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
dl {
  margin: 0;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
ul,
li,
b,
strong,
option,
span,
label,
input,
select,
dt,
dd,
small {
  font-size: 1em;
}

a {
  text-decoration: none;
  display: block;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

figure {
  margin: 0;
}

table {
  width: 100%;
}

:focus {
  outline: none;
}

/* 基本クラス */
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.contents {
  display: contents;
}

.inline-block {
  display: inline-block;
}

.container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 20px;
}

/* ブレイクポイント */
/* 基本カラー */
/* ミックスイン */
/* メディアクエリ */
/* 上下左右中央寄せ */
/* ボーダーセット */
/* 疑似要素のtop位置指定 */
/* 疑似要素セット(画像無し) */
/* 疑似要素セット(画像) */
/* br block style */
/* br none style */
/* お問い合わせ＆下層ページ基本ヘッディング */
.basic-heading-wrap {
  padding-top: 80px;
}
@media screen and (max-width: 520px) {
  .basic-heading-wrap {
    padding-top: 134px;
  }
}
.basic-heading-inner {
  height: 227px;
  background: url("../img/common/bg_heading.webp") no-repeat center bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #FF8900;
}
.basic-heading-inner h2 {
  font-size: 24px;
  color: #333;
  text-align: center;
}

/* パンくず */
.breadcrumb {
  background-color: #FFFDD1;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb ul {
  font-size: 12px;
  column-gap: 16px;
}
.breadcrumb ul li {
  color: #333;
}
.breadcrumb ul li.has-link {
  position: relative;
}
.breadcrumb ul li.has-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc(50% - 6px / 2);
  color: #333;
  line-height: 1;
  border: 1.5px solid #333;
  border-left: 0;
  border-bottom: 0;
  transform: translateX(-25%) rotate(45deg);
  right: -1em;
}
.breadcrumb ul li a {
  color: #333;
  transition: all 0.3s;
}
.breadcrumb ul li a:hover {
  opacity: 0.8;
}

/* 下層ページ基本スタイル */
.sub-wrap {
  width: min(100%, 800px);
  padding: 77px 0 114px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .sub-wrap {
    padding-top: 40px;
  }
}
.sub__heading {
  font-size: 24px;
  text-align: center;
}
.sub__txt {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
.sub__d-list {
  font-size: 18px;
  margin-top: 20px;
}
.sub__d-list dt, .sub__d-list dd {
  color: #333;
}
.sub__d-list dd {
  margin-left: 1em;
}
.sub__list {
  margin-top: 20px;
  font-size: 18px;
}
.sub__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.sub__list li:not(:first-child) {
  margin-top: 20px;
}
.sub__data {
  font-size: 18px;
}

#contact {
  /* お問い合わせフォーム */
}
#contact #nyuryoku {
  display: none;
}
#contact #nyuryoku.active {
  display: block;
}
#contact #kakunin {
  display: none;
}
#contact #kakunin.active {
  display: block;
}
#contact .form {
  width: min(100%, 695px);
  margin: 44px auto 0;
  /* 確認画面 */
  /* 完了画面 */
  /* reCaptcha */
}
#contact .form-wrap {
  padding: 85px 0 104px;
}
@media screen and (max-width: 520px) {
  #contact .form-wrap {
    padding: 40px 0 104px;
  }
}
#contact .form__heading {
  font-size: 24px;
  text-align: center;
}
#contact .form__item {
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
#contact .form__item:not(.last) {
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  #contact .form__item:not(.last) {
    margin-bottom: 20px;
  }
}
#contact .form__item:first-child .flex {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#contact .form__item:first-child .flex:first-child {
  width: min(100%, 568px);
}
@media screen and (max-width: 768px) {
  #contact .form__item:first-child .flex:first-child {
    justify-content: flex-start;
    column-gap: 10px;
    width: min(100%, 327px);
  }
}
@media screen and (max-width: 640px) {
  #contact .form__item:first-child .flex:first-child {
    width: 45%;
  }
}
#contact .form__item:first-child .flex:last-child {
  justify-content: flex-end;
  column-gap: 10px;
  width: min(100%, 329px);
}
#contact .form__item:first-child .flex:last-child .form__label {
  width: min(100%, 105px);
}
@media screen and (max-width: 640px) {
  #contact .form__item:first-child .flex:last-child .form__label {
    width: 100%;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  #contact .form__item:first-child .flex:last-child {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  #contact .form__item:first-child .flex:last-child {
    width: 45%;
  }
}
#contact .form__item:first-child .flex .form__label {
  width: min(100%, 216px);
}
@media screen and (max-width: 768px) {
  #contact .form__item:first-child .flex .form__label {
    width: min(100%, 103px);
  }
}
@media screen and (max-width: 640px) {
  #contact .form__item:first-child .flex .form__label {
    width: 100%;
    flex-direction: row;
  }
}
#contact .form__item:first-child .flex .form__input--text {
  width: min(100%, 214px);
}
@media screen and (max-width: 640px) {
  #contact .form__item:first-child .flex .form__input--text {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #contact .form__item:first-child .flex {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  #contact .form__item:first-child {
    justify-content: space-between;
    column-gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  #contact .form__item:first-child {
    align-items: flex-end;
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contact .form__item:not(:first-child) {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
  }
}
#contact .form__label {
  font-size: 18px;
  width: min(100%, 216px);
  justify-content: space-between;
  align-items: center;
}
#contact .form__label .required-mark {
  font-size: 12px;
  color: #fff;
  background-color: #FFB0B0;
  padding: 3.5px 10px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #contact .form__label {
    justify-content: flex-start;
    column-gap: 10px;
  }
}
#contact .form__input--text {
  font-size: 18px;
  height: 47px;
  padding: 0.55em;
  border-radius: 6px;
  color: rgba(51, 51, 51, 0.5);
  border: 1px solid #D9D9D9;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  width: min(100%, 468px);
}
@media screen and (max-width: 768px) {
  #contact .form__input--text {
    width: 100%;
  }
}
#contact .form__select {
  font-size: 18px;
  height: 47px;
  padding: 0.55em;
  border-radius: 6px;
  color: #333;
  border: 1px solid #D9D9D9;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none;
}
#contact .form__select-wrap {
  width: min(100%, 468px);
  position: relative;
}
#contact .form__select-wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 13px;
  top: calc(50% - 13px / 2);
  vertical-align: middle;
  color: #000;
  line-height: 1;
  border: 1.5px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
  right: 1em;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contact .form__select-wrap {
    width: 100%;
  }
}
#contact .form__txt {
  font-size: 14px;
  margin-top: 44px;
}
#contact .form__txt small a {
  display: inline-block;
  color: #107BB7;
  text-decoration: underline;
}
#contact .form__txt div {
  margin-top: 40px;
}
#contact .form__txt div p {
  line-height: 1.8;
}
#contact .form__txt div p a {
  color: #107BB7;
  text-decoration: underline;
  display: inline-block;
}
#contact .form__btn {
  transition: all 0.3s;
  cursor: pointer;
}
#contact .form__btn--confirm {
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  background-color: #AED7AE;
  border-radius: 6px;
  width: min(100%, 551px);
  height: 50px;
  margin: 85px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
#contact .form__btn--confirm:hover {
  opacity: 0.8;
}
#contact .form__btn--confirm .w-640-block {
  display: none;
}
@media screen and (max-width: 640px) {
  #contact .form__btn--confirm .w-640-block {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #contact .form__btn--confirm {
    height: initial;
    padding: 0.625em 1.25em;
  }
}
#contact .form-confirm-content {
  width: min(100%, 695px);
  margin: 42px auto 0;
}
#contact .form-confirm-content dl {
  font-size: 18px;
  border-bottom: 1px solid #333;
  padding: 1.05em 0.77em;
}
#contact .form-confirm-content dl#company_name_item.inactive {
  display: none;
}
#contact .form-confirm-content dl:first-child {
  border-top: 1px solid #333;
}
#contact .form-confirm-content dl dt {
  font-weight: bold;
  float: left;
}
@media screen and (max-width: 520px) {
  #contact .form-confirm-content dl dt {
    float: initial;
  }
}
#contact .form-confirm-content dl dd {
  margin-left: 10.5em;
}
@media screen and (max-width: 520px) {
  #contact .form-confirm-content dl dd {
    margin-left: 1.5em;
  }
}
#contact .form-confirm-content dl .flex dd:first-child {
  margin-left: 8.5em;
}
@media screen and (max-width: 520px) {
  #contact .form-confirm-content dl .flex dd:first-child {
    margin-left: 1.5em;
  }
}
#contact .form-confirm-content dl .flex dd:last-child {
  margin-left: 0.5em;
}
#contact .form-confirm__btns {
  margin-top: 85px;
  justify-content: center;
  column-gap: 56px;
}
#contact .form-confirm__btns button {
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  color: #404040;
  transition: all 0.3s;
  cursor: pointer;
}
#contact .form-confirm__btns button:hover {
  opacity: 0.8;
}
#contact .form-confirm__btns button.back {
  position: relative;
  background-color: #fff;
  border: 1px solid #333;
  width: min(100%, 98px);
  padding-left: 1.8em;
}
#contact .form-confirm__btns button.back .arrow {
  position: absolute;
  left: 1.4em;
  top: 0.7em;
}
#contact .form-confirm__btns button.back .arrow span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 16px;
  height: 2px;
  background-color: #333;
}
#contact .form-confirm__btns button.back .arrow span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 10px / 2);
  border: 2px solid currentColor;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
  position: absolute;
  top: 50%;
  left: -0.05em;
  box-sizing: border-box;
}
#contact .form-confirm__btns button.send {
  background-color: #AED7AE;
  border: none;
  width: min(100%, 104px);
}
#contact .form-complete__txt {
  margin-top: 45px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
#contact .form-complete__annot {
  width: min(100%, 655px);
  font-size: 14px;
  margin: 45px auto 0;
  padding-left: 1em;
  text-indent: -1em;
}
#contact .form-complete__annot li {
  color: #FF0000;
}
#contact .form .g-recaptcha {
  margin-top: 20px;
}