@charset "UTF-8";
/* fv */
.fv__content {
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
}
@media screen and (max-width: 750px) {
  .fv__content {
    -webkit-padding-before: 60px;
            padding-block-start: 60px;
    -webkit-padding-after: 20px;
            padding-block-end: 20px;
  }
}
.fv__heading {
  font-weight: bold;
  font-size: 90px;
  line-height: 1.1;
}
@media screen and (max-width: 750px) {
  .fv__heading {
    font-size: min(14.358974359vw, 56px);
  }
}
.fv__lead {
  font-size: 32px;
  line-height: 1.625;
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .fv__lead {
    font-size: 28px;
  }
}
.fv__text {
  margin-top: 20px;
}
.fv__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 1125px) {
  .fv__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 750px) {
  .fv__boxes {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.fv__box {
  font-size: 20px;
  line-height: 1.2;
  color: var(--color-main);
  text-align: center;
  padding: 10px;
  min-width: 280px;
  max-width: 320px;
  border: 1px solid var(--color-main);
}
@media screen and (max-width: 750px) {
  .fv__box {
    width: 100%;
  }
}
.fv__visual {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-right: min(5.5555555556%, 80px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .fv__visual {
    padding-right: 0;
  }
}
.fv__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 10px;
  position: absolute;
  top: -80px;
  right: 40px;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .fv__buttons {
    position: static;
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.fv__button {
  width: 160px;
}
.fv__button.-estimate {
  background-color: #31BD7F;
}
@media screen and (max-width: 750px) {
  .fv__button {
    width: auto;
  }
}

.mission__media {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 750px) {
  .mission__media {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.mission__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.mission__textarea {
  display: -ms-grid;
  display: grid;
  gap: 1em;
}

.service {
  background-color: #F5F5F5;
}
.service__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1125px) {
  .service__list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .service__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.service__item__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 1125px) {
  .service__item__image {
    aspect-ratio: 1/1;
    overflow: hidden;
    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;
  }
}
@media screen and (max-width: 1125px) {
  .service__item__image img {
    width: 100%;
  }
}
.service__item__heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.features {
  background-color: var(--color-main);
}
.features__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .features__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.features__item {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .features__item {
    padding: 20px;
  }
}
.features__item__icon {
  max-width: 80px;
  margin-inline: auto;
}
.features__item__content {
  margin-top: 20px;
}
.features__item__heading {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}

/* FLOW */
.flow__inner {
  max-width: 1179px;
  width: 81.875vw;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .flow__inner {
    width: 100%;
    padding-inline: max(5.1282051282%, 20px);
  }
}
.flow__container {
  padding-block: max(280px, 640px - 25vw);
  position: relative;
  container-type: inline-size;
}
@media screen and (max-width: 1125px) {
  .flow__container {
    padding-block: 0;
  }
}
.flow__mainImage {
  width: 70vw;
  max-width: 1008px;
  margin-inline: auto;
}
@media screen and (max-width: 1125px) {
  .flow__mainImage {
    width: 100%;
  }
}
.flow__step {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-main);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1125px) {
  .flow__step {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow__step__text {
  font-size: 18px;
}
.flow__step__number {
  font-size: 80px;
}
@media screen and (max-width: 750px) {
  .flow__step__number {
    font-size: 44px;
  }
}
.flow__order {
  position: absolute;
  max-width: 340px;
  width: 23.6vw;
}
@media screen and (max-width: 1125px) {
  .flow__order {
    width: 100%;
    max-width: unset;
    position: static;
    margin-top: 60px;
  }
}
.flow__order__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 15px;
}
@media screen and (max-width: 1125px) {
  .flow__order__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.flow__order__inner::before {
  content: "";
  display: block;
  width: 1px;
  height: 44px;
  border-left: 2px dotted #2C2C2C;
  margin-inline: auto;
}
@media screen and (max-width: 1125px) {
  .flow__order__inner::before {
    display: none;
  }
}
.flow__order__inner.--rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}
@media screen and (max-width: 1125px) {
  .flow__order__inner.--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.flow__order__heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.flow__order.--01 {
  bottom: 25px;
  left: 0;
}
.flow__order.--02 {
  top: 0;
  left: min(14.375vw, 210px);
}
.flow__order.--03 {
  bottom: 50px;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.flow__order.--04 {
  top: 0;
  right: min(14.375vw, 210px);
}
.flow__order.--05 {
  bottom: 0;
  right: 0;
}

/* FAQ */
.faq {
  background-color: #F5F5F5;
}
.faq__list {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
.faq__item__q {
  padding-block: 15px;
  padding-inline: 20px;
  background-color: white;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  cursor: pointer;
}
.faq__item__icon {
  width: 34px;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
}
.faq__item__icon::before, .faq__item__icon::after {
  content: "";
  display: block;
  background-color: var(--color-main);
  position: absolute;
}
.faq__item__icon:before {
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  margin-block: auto;
}
.faq__item__icon:after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.faq__item__a {
  padding-inline: 15px;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.faq__item.is-active .faq__item__icon::after {
  opacity: 0;
}
.faq__item.is-active .faq__item__a {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  max-height: unset;
  margin-top: 20px;
}

/* COMPANY */
.company__inner {
  padding-bottom: 54px;
}
.company__table {
  border-collapse: collapse;
  width: 100%;
  max-width: 750px;
  border: none;
  margin: auto;
  margin-top: 80px;
}
.company__table tr {
  border-bottom: #cccccc solid 1px;
}
@media screen and (max-width: 750px) {
  .company__table tr {
    display: block;
    -webkit-padding-before: 10px;
            padding-block-start: 10px;
    -webkit-padding-after: 20px;
            padding-block-end: 20px;
    padding-inline: 10px;
  }
}
.company__table th, .company__table td {
  text-align: left;
  padding-block: 18px;
}
@media screen and (max-width: 750px) {
  .company__table th, .company__table td {
    display: block;
    padding-block: none;
  }
}
.company__table th {
  width: 25%;
  padding-right: 5%;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .company__table th {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.company__table a {
  color: var(--color-main);
  text-decoration: underline;
}
.company__list {
  list-style-type: disc;
  list-style-position: inside;
}

/* MAP */
.map {
  margin-bottom: -6px;
}
.map__embed {
  width: 100vw;
  height: 320px;
}

.employee {
  background-color: #F1F6FF;
}
.employee__textarea {
  display: -ms-grid;
  display: grid;
  gap: 1.6em;
}
.employee__button {
  display: block;
  border: 1px solid var(--color-main);
  padding-block: 20px;
  padding-inline: 53px;
  color: var(--color-main);
  margin-top: 72px;
}
@media screen and (max-width: 1125px) {
  .employee__button {
    padding: 20px;
    width: 100%;
    max-width: 480px;
    margin-inline: auto;
  }
}
.employee__button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.employee__button__inner::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("/assets/images/link_recruit.png");
  background-repeat: no-repeat;
  background-size: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* CONTACT */
.contact {
  background-color: #353535;
}
.contact__lead {
  text-align: center;
  margin-top: 72px;
}
.contact__content {
  max-width: 922px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 1125px) {
  .contact__content {
    gap: 40px;
  }
}
@media screen and (max-width: 750px) {
  .contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 750px) {
  .contact__phone {
    max-width: 350px;
    margin-inline: auto;
  }
}
.contact__phone__inner {
  padding: 20px;
  border: 1px solid #fff;
}
.contact__phone__text {
  color: #fff;
  text-align: center;
}
.contact__phone__number {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
.contact__form {
  width: 100%;
  max-width: 560px;
}
@media screen and (max-width: 750px) {
  .contact__form {
    max-width: unset;
  }
}

.contactForm {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
.contactForm__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
}
.contactForm__label {
  color: #fff;
}
.contactForm__input {
  height: 56px;
}
.contactForm__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.contactForm__radio {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.contactForm__radio__button {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  /* 
  * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
  */
}
.contactForm__radio__button:checked + .contactForm__radio__text::after {
  opacity: 1;
}
.contactForm__radio__text {
  color: #fff;
  position: relative;
}
.contactForm__radio__text::before, .contactForm__radio__text::after {
  content: "";
  display: block;
  position: absolute;
}
.contactForm__radio__text::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -30px;
}
.contactForm__radio__text::after {
  border-bottom: 2px solid var(--color-main);
  border-left: 2px solid var(--color-main);
  opacity: 0;
  height: 10px;
  width: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 3px;
  left: -27px;
  z-index: 2;
}
.contactForm__submit {
  width: 85%;
  min-width: 250px;
  margin-inline: auto;
  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;
  padding: 20px;
  color: #fff;
  background-color: var(--color-main);
  border: none;
  cursor: pointer;
}
.contactForm__submit:hover {
  background-color: #5D90F8;
}