@charset "UTF-8";
@import "..//css/all.css";
body {
  font-family: "Montserrat", "Noto Sans SC", "Zen Kaku Gothic New", sans-serif;
}

@media screen and (min-width: 768px) {
  header {
    height: 69px;
  }
  header .headerBody {
    padding-top: 0;
  }
  header .logo {
    width: auto;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  header .logo .logo-image {
    display: block;
    width: 168px;
  }
  header .logo .logo-image img {
    width: 100%;
  }
  header .logo .logo-text {
    display: block;
    font-size: 16px;
    font-weight: bold;
  }
  header .headerMenu {
    padding-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 868px) and (min-width: 768px) {
  header .logo {
    width: auto;
  }
  header .logo .logo-image {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 70px;
  }
  header .menuBody {
    padding: 2rem 2rem 5rem;
  }
  header .logo {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
  header .logo .logo-image {
    width: 120px;
  }
  header .logo .logo-image img {
    width: 100%;
  }
  header .logo .logo-text {
    display: block;
    font-size: 14px;
    font-weight: bold;
  }
  header .menuBtn {
    top: 26px;
  }
}
.Lang {
  width: 76px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .Lang {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .Lang.pcOnly {
    display: none;
  }
}
.Lang.spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  .Lang.spOnly {
    display: block;
    margin: 0 auto;
  }
}
.Lang .Lang-box {
  background: -webkit-gradient(linear, left top, right top, from(#44CA63), to(#1E9D5A));
  background: linear-gradient(to right, #44CA63, #1E9D5A);
  padding: 1px;
  position: relative;
}
.Lang .Lang-box::after {
  position: absolute;
  top: 40%;
  right: 7px;
  content: "";
  width: 7px;
  height: 7px;
  border-left: #1E9D5A solid 1px;
  border-bottom: #1E9D5A solid 1px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  pointer-events: none;
}
.Lang .Lang-box select {
  color: #1E9D5A;
  background: #fff;
  width: 100%;
  padding: 3px 10px;
  cursor: pointer;
}

footer .footerMain .menu > li.--lineBtn {
  position: relative;
  top: -0.8rem;
}
footer .footerMain .menu > li.--lineBtn a {
  color: #fff;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#44CA63), to(#1E9D5A));
  background: linear-gradient(to right, #44CA63, #1E9D5A);
  border: none;
  border-radius: 0;
  text-align: center;
  padding: 0.8rem 2.5rem;
}
footer .footerMain .logo {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  footer .footerMain .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .footerMain .logo .logo-image {
  display: block;
  width: max(168px, 21.6rem);
}
footer .footerMain .logo .logo-image img {
  width: 100%;
}
footer .footerMain .logo .logo-text {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  footer .footerMain .logo .logo-text {
    font-size: 1.4rem;
  }
}

.cta {
  position: fixed;
  top: 211px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cta {
    top: auto;
    bottom: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.cta .btn {
  display: block;
  width: 10.7rem;
  height: 10rem;
  display: grid;
  place-content: center;
  place-items: center;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media screen and (max-width: 767px) {
  .cta .btn {
    width: auto;
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cta .btn.dl {
  background: #D56C2A;
}
@media screen and (max-width: 767px) {
  .cta .btn.dl {
    border-top-right-radius: 12px;
  }
}
.cta .btn.dl .text {
  color: #fff;
  font-size: max(11px, 1.4rem);
  font-weight: 500;
}
@media (max-width: 900px) {
  .cta .btn.dl .text {
    font-size: max(10px, 1.4rem);
  }
}
@media screen and (max-width: 767px) {
  .cta .btn.dl .text {
    font-size: max(11px, 1.4rem);
  }
}
.cta .btn.contact {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cta .btn.contact {
    border: #1A9859 solid 1px;
    border-top-left-radius: 12px;
  }
}
.cta .btn.contact .text {
  font-size: max(12px, 1.5rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cta .btn.contact .text {
    font-size: max(11px, 1.4rem);
  }
}
.cta .btn .icon {
  display: block;
  width: 5.8rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .cta .btn .icon {
    width: 2.6rem;
    margin-right: 6px;
    margin-bottom: 0;
  }
}
.cta .btn + .btn {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .cta .btn + .btn {
    margin-top: 0;
  }
}

/* page-contact */
.agency-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .agency-list {
    grid-template-columns: 100%;
  }
}
.agency-list li {
  padding: 3rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .agency-list li {
    padding: 2rem 0;
  }
}
.agency-list li:nth-child(odd) {
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .agency-list li:nth-child(odd) {
    padding-right: 0;
  }
}
.agency-list li:nth-child(even) {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .agency-list li:nth-child(even) {
    padding-left: 0;
  }
}
.agency-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #000000 2px, transparent 1px);
  background-position: 0 0;
  background-size: 4px 4px;
}
@media screen and (max-width: 767px) {
  .agency-list li::before {
    content: none;
  }
}
.agency-list li p {
  font-size: 1.4rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .agency-list li p {
    line-height: 2;
  }
}
.agency-list li p.agency-name {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .agency-list li p.agency-name {
    font-size: 1.6rem;
  }
}

.contact .textBox {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .contact .textBox {
    margin-bottom: 4rem;
  }
}

/* catalog */
.catalog .catalog__inner {
  margin-top: 8rem;
  width: min(100% - 11.2rem, 81rem);
  margin-inline: auto;
  padding: 7rem 6rem 12rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .catalog .catalog__inner {
    margin-top: 4rem;
    width: 33.5rem;
    padding: 3rem 2rem 6rem;
  }
}
.catalog .catalog__inner .textBox {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .catalog .catalog__inner .textBox {
    margin-bottom: 3rem;
  }
}
.catalog .catalog__inner .textBox p {
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: max(12px, 1.5rem);
}
@media screen and (max-width: 767px) {
  .catalog .catalog__inner .textBox p {
    font-size: 1.4rem;
    line-height: 160%;
  }
}
.catalog .catalog__inner .formBox .item {
  display: inline-block;
  font-size: 12px;
  color: #212D3A;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}
.catalog .catalog__inner .formBox .required {
  color: red;
}
.catalog .catalog__inner .formBox .field-select {
  margin-bottom: 4rem;
}
.catalog .catalog__inner .formBox .field-select .head {
  border-bottom: #000 solid 1px;
  margin-bottom: 1.5rem;
}
.catalog .catalog__inner .formBox .field-select .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog .catalog__inner .formBox .field-select .input-radio input[type=radio] + span {
  position: relative;
  padding-left: 11px;
  font-size: 14px;
  line-height: 1.8;
  margin-right: 2.5rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .catalog .catalog__inner .formBox .field-select .input-radio input[type=radio] + span {
    font-size: 1.2rem;
    padding-left: 1.2rem;
    margin-right: 0;
    line-height: 2;
  }
}
.catalog .catalog__inner .formBox .field-select .input-radio input[type=radio] + span::before {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #B4B4B4;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .catalog .catalog__inner .formBox .field-select .input-radio input[type=radio] + span::before {
    top: 0.4em;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 0.8rem;
    height: 0.8rem;
  }
}
.catalog .catalog__inner .formBox .field-select .input-radio input[type=radio]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #848484;
}
@media screen and (max-width: 767px) {
  .catalog .catalog__inner .formBox .field-select .input-radio input[type=radio]:checked + span::after {
    top: 0.4em;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 0.8rem;
    height: 0.8rem;
  }
}
.catalog .catalog__inner .formBox .field-text {
  margin-bottom: 18px;
}
.catalog .catalog__inner .formBox .form__row.--col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .catalog .catalog__inner .formBox .form__row.--col2 {
    grid-template-columns: 100%;
    gap: 2rem;
  }
}
.catalog .catalog__inner .formBox .input-text {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  color: #33475b;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  background-color: #f5f8fa;
}
@media screen and (max-width: 767px) {
  .catalog .catalog__inner .formBox .input-text {
    height: 4rem;
    padding: 0.9rem 1rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.catalog .catalog__inner .formBox .input-submit {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  border-radius: 3px;
  padding: 12px 24px;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .catalog .catalog__inner .formBox .input-submit {
    font-size: 1.4rem;
    padding: 1.2rem 2.4rem;
  }
}
.catalog .catalog__inner .formBox .field-submit {
  margin-top: 3.5rem;
}

/* トップページ表示調整 */
.index .about__title {
  padding-bottom: 10px;
  padding-right: 10px;
}