@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
.sec__title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .sec__title {
    font-size: 28px;
    margin-top: 80px;
  }
}

.sec__title-en {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .sec__title-en {
    font-size: 16px;
  }
}

.sec__title-contact {
  margin-top: 0;
}

/*==========================================================================
commitment
========================================================================== */
.kasou__fv {
  padding-top: 24.3055555556vw;
}
@media screen and (max-width: 767px) {
  .kasou__fv {
    padding-top: 45.1388888889vw;
  }
}

.kasou__fv-commitment {
  background: url("../image/kasou/fv-commitment.jpg") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .kasou__fv-commitment {
    background-size: cover;
  }
}

.commitment__contents {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .commitment__contents {
    margin-top: 80px;
  }
}

.section__title-en-kasou {
  text-align: center;
}

.section__title-kasou {
  text-align: center;
}

.commitment__item-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .commitment__item-wrapper {
    margin-top: 50px;
  }
}

.commitment__item {
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .commitment__item {
    display: block;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .commitment__item:first-child {
    margin-top: 0;
  }
}

.commitment__item-left {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .commitment__item-left {
    width: 100%;
    padding-top: 50px;
  }
}
.commitment__item-left::before {
  position: absolute;
  content: "";
  width: 180%;
  background: #003067;
  opacity: 0.1;
  height: 100%;
  z-index: -1;
  left: -100px;
  top: -50px;
}
@media screen and (max-width: 767px) {
  .commitment__item-left::before {
    width: calc(100% + 40px);
    left: -20px;
    top: 0px;
    height: 125%;
  }
}

.commitment__item-number {
  font-size: 16px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #003067;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 767px) {
  .commitment__item-number {
    font-size: 14px;
    text-align: center;
  }
}
.commitment__item-number span {
  font-size: 50px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  border-bottom: 3px solid #003067;
  display: inline-block;
  line-height: 1.6;
  margin-left: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .commitment__item-number span {
    font-size: 30px;
    margin-left: 5px;
    line-height: 1.2;
  }
}

.commitment__item-title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.008em;
  line-height: 1.5142857143;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .commitment__item-title {
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.8181818182;
  }
}

.commitment__item-text {
  margin-top: 30px;
  line-height: 2.1875;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .commitment__item-text {
    margin-top: 20px;
    font-size: 14px;
  }
}

.commitment__item-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .commitment__item-right {
    width: 100%;
  }
}

.commitment__item-img {
  margin-top: 150px;
  margin-right: -160px;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .commitment__item-img {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 20px;
  }
}

.commitment__copy,
.company__copy,
.service__copy,
.privacy__copy,
.contact__copy {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2222222222;
  letter-spacing: 0.012em;
  text-align: center;
  margin-top: 80px;
  padding-bottom: 0px;
  max-width: 860px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .commitment__copy,
  .company__copy,
  .service__copy,
  .privacy__copy,
  .contact__copy {
    font-size: 18px;
    margin-top: 40px;
    padding-bottom: 50px;
    line-height: 2.25;
  }
}

.commitment__copy2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 150px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .commitment__copy2 {
    font-size: 20px;
    margin-top: 80px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section__title-en-contact {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .section__title-ja-contact {
    text-align: center !important;
  }
}

/*==========================================================================
company
========================================================================== */
.kasou__fv-company {
  background: url("../image/kasou/fv-company.jpg") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .kasou__fv-company {
    background-size: cover;
  }
}

.company__message {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .company__message {
    padding: 80px 0;
    padding-top: 40px;
  }
}

.company__h3 {
  font-size: 25px;
  line-height: 2.2;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #666;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .company__h3 {
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
}

.company__h3-en {
  font-family: "Oswald", sans-serif;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .company__h3-en {
    margin-top: 5px;
    font-size: 14px;
  }
}

.message__copy {
  margin-top: 50px;
  font-size: 35px;
  letter-spacing: 0.16em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .message__copy {
    font-size: 24px;
    margin-top: 30px;
  }
}

.message__text {
  margin-top: 50px;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .message__text {
    line-height: 2.25;
    margin-top: 30px;
  }
}

.message__name {
  margin-top: 50px;
  max-width: 221px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .message__name {
    margin-top: 10px;
    max-width: 150px;
  }
}

.company__profile {
  padding: 100px 0;
  background: rgba(0, 48, 103, 0.1);
}
@media screen and (max-width: 767px) {
  .company__profile {
    padding: 80px 0;
  }
}

.company__profile-contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .company__profile-contents {
    margin-top: 50px;
  }
}

.company__profile-dl .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* ← 上下中央揃え */
  border-bottom: 1px solid #666;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .company__profile-dl .row {
    padding: 10px 0;
    font-size: 15px;
  }
}
.company__profile-dl .row:first-child {
  border-top: 1px solid #666;
}

.row dt {
  width: 120px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .row dt {
    width: 110px;
    padding-left: 5px;
  }
}

.row dd {
  width: calc(100% - 120px);
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .row dd {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
}

.company__access {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .company__access {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.company__access-map {
  margin-top: 50px;
  position: relative;
  width: 100%;
  padding-top: 50%;
}
@media screen and (max-width: 767px) {
  .company__access-map {
    margin-top: 20px;
  }
}
.company__access-map iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.company__access-text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .company__access-text {
    font-size: 13px;
    margin-top: 10px;
  }
}

/*==========================================================================
service
========================================================================== */
.kasou__fv-service {
  background: url("../image/kasou/fv-service.jpg") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .kasou__fv-service {
    background-size: cover;
  }
}

.service__sec02 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .service__sec02 {
    margin-top: 50px;
  }
}

.service__item {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .service__item {
    padding: 80px 0;
  }
}

.service__item-1,
.service__item-3 {
  background: rgba(0, 48, 103, 0.1);
}

.service__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .service__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.service__item-2 .service__item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.service__item-left {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .service__item-left {
    width: 100%;
  }
}

.service__item-right {
  width: 40%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service__item-right {
    width: 100%;
  }
}

.service__item-title {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.008em;
  line-height: 1.2857142857;
}
@media screen and (max-width: 767px) {
  .service__item-title {
    font-size: 28px;
    text-align: center;
  }
}

.service__item-text {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .service__item-text {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .service__item-img {
    margin-top: 40px;
  }
}

.service__item-img2 {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .service__item-img2 {
    margin-top: 30px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

.service__item-2 .service__item-img2 {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .service__item-2 .service__item-img2 {
    margin-left: auto;
    margin-right: auto;
  }
}

/*==========================================================================
recruit
========================================================================== */
.kasou__fv-recruit {
  background: url("../image/kasou/fv-recruit.jpg") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .kasou__fv-recruit {
    background-size: cover;
  }
}

.recruit__copy {
  margin-top: 80px;
  font-size: 30px;
  text-align: center;
  padding-bottom: 250px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit__copy {
    font-size: 22px;
    margin-top: 40px;
    padding-bottom: 100px;
  }
}

.recruit__contents {
  background: rgba(0, 48, 103, 0.1);
  padding: 100px 0;
}

.recruit__img-wrapper {
  margin-top: -250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .recruit__img-wrapper {
    margin-top: -150px;
  }
}

.recruit__message-title {
  font-size: 30px;
  text-align: center;
  margin-top: 100px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .recruit__message-title {
    font-size: 24px;
    margin-top: 70px;
  }
}

.recruit__message-text {
  font-size: 18px;
  line-height: 2.7777777778;
  max-width: 755px;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .recruit__message-text {
    font-size: 16px;
    margin-top: 20px;
    line-height: 2.5;
  }
}

/*==========================================================================
privacy
========================================================================== */
.kasou__fv-privacy {
  background: url("../image/kasou/fv-policy.jpg") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .kasou__fv-privacy {
    background-size: cover;
  }
}

.privacy__contents {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .privacy__contents {
    margin-top: 50px;
  }
}

.privacy__item {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .privacy__item {
    margin-top: 50px;
  }
}

.privacy__title {
  font-size: 25px;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .privacy__title {
    font-size: 20px;
  }
}

.privacy__text {
  font-size: 15px;
  line-height: 2.3333333333;
  margin-top: 10px;
}

/*==========================================================================
contact
========================================================================== */
.kasou__fv-contact {
  background: url("../image/kasou/fv-contact.jpg") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .kasou__fv-contact {
    background-size: cover;
  }
}

.contact__wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .contact__wrapper {
    margin-top: 50px;
  }
}

.meeting__form {
  margin-top: 100px;
}

.form__title {
  color: #fff;
  font-size: 20px;
  background: #000000;
  padding: 20px 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .form__title {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.form__contents {
  padding: 50px 70px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .form__contents {
    padding: 20px;
  }
}
.form__text1 {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .form__text1 {
    font-size: 16px;
  }
}
.form__attention {
  font-size: 14px;
  line-height: 1.9285714286;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .form__attention {
    font-size: 13px;
  }
}
.form {
  margin-top: 30px;
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .form__item {
    display: block;
    padding: 15px 0;
  }
}
.form__item-date {
  display: block;
  border-bottom: 1px solid #ccc;
}

.form__item-address {
  display: block;
}

.form__item-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .form__item-1 {
    display: block;
  }
}
.form__item-1 .form_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__label {
  width: 20%;
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .form__label {
    width: 100%;
    margin-top: 0;
  }
}
.form__label .mt-10 {
  margin-top: 10px;
  display: inline-block;
}

.form__label .required {
  position: relative;
}

.form__label .required::after {
  font-size: 12px;
  position: absolute;
  content: "必須";
  color: #fff;
  background: #000000;
  width: 30px;
  line-height: 1;
  padding: 5px 5px 6px 10px;
  border-radius: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .form__label .required::after {
    font-size: 10px;
    padding: 3px 0px 4px 5px;
    width: 30px;
  }
}
.form__label__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.form_input {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .form_input {
    width: 100%;
  }
}
.form_input .mt-10 {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.form_input input,
.form_input textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 3px;
  background: #f4f4f4;
}

.form_input textarea {
  width: 100%;
  border: none;
  border-radius: 3px;
}

.form__item-last {
  border-bottom: 1px solid #ccc;
}

.w-contact-50 {
  width: 49% !important;
}

.w-contact-50:nth-child(n+2) {
  margin-left: 2%;
}

.contact-attention {
  font-size: 13px;
}

.contact-attention-time {
  font-size: 13px;
  width: 80%;
  margin-left: auto;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact-attention-time {
    width: 100%;
  }
}
.submit__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .submit__wrapper {
    display: block;
    margin-top: 40px;
  }
}
.submit__text {
  font-size: 14px;
}

.submit__text a {
  text-decoration: underline !important;
}

.submit__button {
  margin-top: auto;
  margin-bottom: auto;
}

.submit__button input {
  padding: 20px 55px;
  border: none;
  background: #000000;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Noto Serif JP";
}

@media screen and (max-width: 767px) {
  .submit__button {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin-top: 30px;
  }
}
.contact-text2 {
  padding-left: 60px;
  margin-top: 50px;
  font-size: 14px;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .contact-text2 {
    padding-left: 0;
    padding-bottom: 80px;
  }
}
.contact__form {
  margin-top: 50px;
}

.thanks__p1 {
  margin-top: 150px;
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .thanks__p1 {
    font-size: 20px;
    margin-top: 100px;
  }
}

.thanks__p2 {
  margin-top: 80px;
  text-align: center;
  font-size: 16px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .thanks__p2 {
    margin-top: 40px;
    padding-bottom: 100px;
    font-size: 14px;
  }
}