@charset "UTF-8";
.kv-img-ttl-wrap02 .ttl-ja {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .kv-img-ttl-wrap02 .ttl-ja {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .kv-img-ttl-wrap02 .ttl-ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .kv-img-ttl-wrap02 .ttl-ja {
    font-size: 16px;
  }
}

.kv-img02 {
  aspect-ratio: 1920/440;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv-img02 {
    aspect-ratio: 767/340;
  }
}

body.on .kv-img02::after {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
body.on .kv-img-ttl-wrap02 .ttl-ja {
  bottom: 60px;
  position: absolute;
  right: 70px;
  z-index: 5;
}
@media screen and (max-width: 1280px) {
  body.on .kv-img-ttl-wrap02 .ttl-ja {
    bottom: 20px;
    right: 40px;
  }
}
@media screen and (max-width: 1080px) {
  body.on .kv-img-ttl-wrap02 .ttl-ja {
    bottom: 20px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.on .kv-img-ttl-wrap02 .ttl-ja {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 576px) {
  body.on .kv-img-ttl-wrap02 .ttl-ja {
    bottom: 10px;
    right: 10px;
  }
}

.section:not(:first-child) {
  margin-top: 140px;
}
@media screen and (max-width: 1080px) {
  .section:not(:first-child) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .section:not(:first-child) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 576px) {
  .section:not(:first-child) {
    margin-top: 80px;
  }
}

.section .box-flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  width: min(100%, 1400px);
}
@media screen and (max-width: 1080px) {
  .section .box-flex {
    align-items: center;
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section .box-flex {
    gap: 40px;
  }
}
.section .h2-wrap {
  width: 34%;
}
@media screen and (max-width: 1080px) {
  .section .h2-wrap {
    width: 100%;
  }
}
.section .h2-wrap-contact {
  flex-shrink: 0;
  max-width: 291px;
  width: 100%;
}
.section .txts {
  padding-top: 30px;
  width: 64.1%;
  /* テーブルスタイル */
  /* 各行のスタイル */
  /* セルのスタイル */
}
@media screen and (max-width: 1080px) {
  .section .txts {
    padding-top: 0;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .section .txts {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .section .txts {
    width: 100%;
  }
}
.section .txts .table {
  border-collapse: collapse;
  border-top: 1px solid #9a9a9a;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  width: 100%;
}
.section .txts .tr {
  border-bottom: 1px solid #9a9a9a;
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .section .txts .tr {
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.section .txts .td {
  text-align: left;
}
.section .txts .td:first-child {
  flex-shrink: 0;
  font-weight: bold;
  padding-left: 20px;
  vertical-align: baseline;
  width: 38%;
}
@media screen and (max-width: 1080px) {
  .section .txts .td:first-child {
    padding-left: 20px;
    padding-right: 20px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .section .txts .td:first-child {
    width: 170px;
  }
}
@media screen and (max-width: 576px) {
  .section .txts .td:first-child {
    padding-left: 10px;
    padding-right: 10px;
    width: 135px;
  }
}
.section .txts .td:nth-child(2) {
  padding-right: 20px;
}
@media screen and (max-width: 1080px) {
  .section .txts .td:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section .txts .td:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section .txts .td p {
  color: #666666;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.25;
}
@media screen and (max-width: 1080px) {
  .section .txts .td p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section .txts .td p {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .section .txts .td p {
    font-size: 14px;
  }
}
.section .txts .td a {
  display: block;
}
.section .txts .td a p {
  color: #666666;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  .section .txts .td a p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section .txts .td a p {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .section .txts .td a p {
    font-size: 14px;
  }
}
.section .txts-contact {
  padding-top: 30px;
  width: 71.3%;
  /* テーブルスタイル */
  /* 各行のスタイル */
  /* セルのスタイル */
}
@media screen and (max-width: 1080px) {
  .section .txts-contact {
    padding-top: 0;
    width: 100%;
  }
}
.section .txts-contact .table {
  border-collapse: collapse;
  border-top: 1px solid #9a9a9a;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  width: 100%;
}
.section .txts-contact .tr {
  border-bottom: 1px solid #9a9a9a;
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .section .txts-contact .tr {
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.section .txts-contact .td {
  text-align: left;
}
.section .txts-contact .td:first-child {
  flex-shrink: 0;
  font-weight: bold;
  padding-left: 20px;
  vertical-align: baseline;
  width: 38%;
}
@media screen and (max-width: 1080px) {
  .section .txts-contact .td:first-child {
    padding-left: 20px;
    padding-right: 20px;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .section .txts-contact .td:first-child {
    width: 170px;
  }
}
@media screen and (max-width: 576px) {
  .section .txts-contact .td:first-child {
    padding-left: 10px;
    padding-right: 10px;
    width: 135px;
  }
}
.section .txts-contact .td:nth-child(2) {
  padding-right: 20px;
}
@media screen and (max-width: 1080px) {
  .section .txts-contact .td:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section .txts-contact .td:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section .txts-contact .td p {
  color: #666666;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.25;
}
@media screen and (max-width: 1080px) {
  .section .txts-contact .td p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section .txts-contact .td p {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .section .txts-contact .td p {
    font-size: 14px;
  }
}
.section .txts-contact .td a {
  display: block;
}
.section .txts-contact .td a p {
  color: #666666;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1080px) {
  .section .txts-contact .td a p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .section .txts-contact .td a p {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .section .txts-contact .td a p {
    font-size: 14px;
  }
}
.section .ttl {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.section .ttl .en {
  color: #dedede;
  font-family: "Zen Old Mincho", serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  .section .ttl .en {
    font-size: 70px;
  }
}
@media screen and (max-width: 1080px) {
  .section .ttl .en {
    font-size: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section .ttl .en {
    font-size: 50px;
  }
}
@media screen and (max-width: 576px) {
  .section .ttl .en {
    font-size: 40px;
  }
}
.section .ttl-txt {
  color: #4d4d4d;
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-weight: 700;
  margin-top: 13px;
  padding-left: 9px;
}
@media screen and (max-width: 1080px) {
  .section .ttl-txt {
    font-size: 22px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .section .ttl-txt {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .section .ttl-txt {
    font-size: 18px;
  }
}

/*----------------------------------------------------------
送信ボタン
------------------------------------------------------------*/
.common-btn-blue {
  align-items: center;
  background-color: transparent;
  background-color: #081266;
  border: 4px solid #081266;
  border-radius: 5px;
  display: flex;
  font-family: "Zen Old Mincho", serif;
  justify-content: center;
  margin-top: 60px;
  max-width: 320px;
  padding: 23px 0px;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .common-btn-blue {
    border: 3px solid #081266;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 280px;
    padding: 18px 0px;
  }
}
@media screen and (max-width: 576px) {
  .common-btn-blue {
    max-width: 220px;
    padding: 15px 0px;
  }
}
@media screen and (min-width: 768px) {
  .common-btn-blue:hover {
    background-color: #ffffff;
    cursor: pointer;
    opacity: 1;
  }
  .common-btn-blue:hover .txt {
    color: #081266;
  }
}
.common-btn-blue .txt {
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1080px) {
  .common-btn-blue .txt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .common-btn-blue .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .common-btn-blue .txt {
    font-size: 16px;
  }
}
.common-btn-blue--center {
  margin-inline: auto;
}

.common-btn-blue button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

/*----------------------------------------------------------
フォームテキスト
------------------------------------------------------------*/
.form-box .box {
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .form-box .box {
    justify-content: flex-start;
  }
}

.form-box .box > .inputbox.flex {
  gap: 20px;
  justify-content: flex-start;
}

.form-box .box.required-box h3::after {
  background-color: #ad272d;
  border-radius: 3px;
  color: #ffffff;
  content: "必須";
  font-size: 14px;
  padding: 0px 15px 1px;
}

.form-box h3 {
  box-sizing: border-box;
  justify-content: space-between;
  padding-right: 35px;
  position: relative;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .form-box h3 {
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .form-box h3 {
    gap: 20px;
    justify-content: flex-start;
  }
}

.form-box .inputbox {
  width: calc(100% - 300px);
}

.form-box .inputbox input[type=radio],
.form-box .inputbox input[type=checkbox] {
  margin-right: 10px;
}

.form-box .inputbox textarea {
  height: 300px;
}

.form-box .file .inputbox > input {
  background-color: transparent;
}

.form-box .send,
.form-box .check-area {
  margin-left: 300px;
}
.form-box .send .flex,
.form-box .check-area .flex {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .form-box .send .flex,
.form-box .check-area .flex {
    justify-content: center;
  }
}
.form-box .send p,
.form-box .check-area p {
  font-family: "Zen Old Mincho", serif;
}

.form-box .privacy-bt {
  border-bottom: 1px solid #666666;
  cursor: pointer;
  font-weight: 500;
}

.form-box .send {
  justify-content: flex-start !important;
  padding-left: 20px;
  padding-right: 20px;
}

.form-box .send .send-bt {
  border-radius: 100px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  display: inline-block;
  min-width: 250px;
  overflow: hidden;
  padding: 15px 60px;
  position: relative;
  text-align: center;
}

.form-box .send .send-bt::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: ease 0.4s;
  width: 100%;
  z-index: 1;
}

.form-box .send .send-bt:hover::after {
  transform: translateX(0);
}

.form-box .send .send-bt:hover {
  opacity: 1 !important;
}

.form-box .send .send-bt i,
.form-box .send .send-bt p {
  transition: ease 0.3s;
}

.form-box .send .send-bt i {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.form-box .send .send-bt p {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.form-box .send .send-bt {
  background-color: #fff;
}

.form-box .send .send-bt::after {
  background-color: #ed1b24;
}

.form-box .send .send-bt p,
.form-box .send .send-bt i {
  color: #ed1b24;
}

.form-box .send .send-bt:hover p,
.form-box .send .send-bt:hover i {
  color: #fff;
}

.form-box .send .send-bt button {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.privacypolicy {
  background-color: rgba(17, 17, 17, 0.85);
  box-sizing: border-box;
  color: #edece2;
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.privacypolicy a p {
  color: #edece2;
}

.privacypolicy .close-bt {
  background-color: rgba(25, 25, 25, 0.85);
  cursor: pointer;
  height: 60px;
  position: fixed;
  right: 20px;
  top: 20px;
  transition: ease 0.3s;
  width: 60px;
}

.privacypolicy .close-bt:hover {
  opacity: 0.6;
}

.privacypolicy .close-bt::before,
.privacypolicy .close-bt::after {
  background-color: #edece2;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 42px;
}

.privacypolicy .close-bt::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.privacypolicy .close-bt::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.privacypolicy .box-wrap {
  padding-top: 50px;
}

.privacypolicy .box-wrap .box:not(:last-of-type) {
  margin-bottom: 80px;
}

.privacypolicy h3 {
  border-bottom: 2px solid #edece2;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.privacypolicy p {
  font-size: 14px;
  line-height: 2;
}

.privacypolicy a {
  color: #edece2;
}

.form-top-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .form-top-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .form-top-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .form-top-ttl {
    font-size: 24px;
  }
}

.form-top-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .form-top-text {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .form-top-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .form-top-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .form-top-text {
    font-size: 10px;
  }
}

/*----------------------------------------------------------
フォーム
------------------------------------------------------------*/
.section-form {
  margin-top: 140px;
}
@media screen and (max-width: 1080px) {
  .section-form {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section-form {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .section-form {
    margin-top: 60px;
  }
}

.form-box .inputbox > input,
.form-box .inputbox textarea {
  background-color: #dedede;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  padding: 16px;
  width: 100%;
}

.form-box h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .form-box h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .form-box h3 {
    font-size: 16px;
  }
}
/*----------------------------------------------------------
住所時導入雨力追記
------------------------------------------------------------*/
.form-box .addressbox > div:not(:last-of-type) {
  margin-bottom: 10px;
}
.form-box .addressbox .address1 {
  gap: 10px;
}
.form-box .addressbox .address1 input {
  max-width: 100px;
}

.addressbox input {
  background-color: #dedede;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .addressbox input {
    padding: 16px;
  }
}

.form-txt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .form-txt {
    font-size: 18px;
  }
}

.old-wrapper {
  margin-right: auto;
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .old-wrapper {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 576px) {
  .old-wrapper {
    width: 100%;
  }
}
.old-wrapper .old {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .old-wrapper .old {
    gap: 10px;
  }
}
.old-wrapper .old input {
  background-color: #d5d9da;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  max-width: 100px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .old-wrapper .old input {
    max-width: 80px;
  }
}

@media screen and (max-width: 1280px) {
  .form-box .send .send-bt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .form-box h3 {
    width: 250px;
  }

  .form-box .inputbox {
    width: calc(100% - 250px);
  }

  .form-box .send,
.form-box .check-area {
    margin-left: auto;
  }

  .form-box .send {
    text-align: center;
  }

  .privacypolicy {
    padding: 60px;
  }
}
@media screen and (max-width: 576px) {
  .form-box .text {
    font-size: 14px;
  }

  .form-box .text br {
    display: none;
  }

  .form-box .box.required-box h3::after {
    font-size: 12px;
  }

  .form-box h3 {
    margin-bottom: 10px;
    padding-right: 0;
    width: 100%;
  }

  .form-box .inputbox {
    width: 100%;
  }

  .form-box .inputbox > input,
.form-box .inputbox textarea {
    font-size: 14px;
  }

  .form-box .send .send-bt {
    min-width: 210px;
  }

  .form-box .send .send-bt p,
.form-box .send .send-bt i {
    font-size: 14px;
  }

  .privacypolicy {
    padding: 60px 20px;
  }

  .privacypolicy .close-bt {
    height: 48px;
    width: 48px;
  }

  .privacypolicy .close-bt::before,
.privacypolicy .close-bt::after {
    height: 2px;
    width: 36px;
  }

  .privacypolicy .box-wrap {
    padding-top: 20px;
  }

  .privacypolicy .box-wrap .box:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .privacypolicy h3 {
    font-size: 16px;
  }
}
/*# sourceMappingURL=sourcemaps/company.css.map */