@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     work


============================================================================= */
main {
  font-family: "Noto Serif JP", serif;
}

.day {
  background: #fff;
  margin: auto;
  margin-bottom: 150px;
  max-width: 900px;
  padding: 60px;
  position: relative;
  /*   transform: translateY(50%); */
  z-index: 1;
}

.day-ttl {
  color: #203367;
  font-family: "Host Grotesk", "Noto Serif JP", sans-serif;
  font-size: 4.4rem;
  font-weight: bold;
  text-align: center;
}
.day-ttl > span {
  border-bottom: 1px solid #203367;
}
.day-ttl > span > span {
  display: inline-block;
  font-size: 50%;
}

.day-txt {
  font-size: 2rem;
  line-height: 2;
  margin-top: 32px;
}

.step {
  background: transparent url(../asset/images/work/work-bg.jpg) no-repeat top center/cover;
  margin: 0 calc(50% - 50vw);
  padding: 220px 0 0;
  position: relative;
  width: 100vw;
}
.step:after {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(4%, rgba(252, 252, 253, 0.0666666667)), color-stop(18%, rgba(243, 244, 246, 0.3098039216)), color-stop(33%, rgba(235, 236, 241, 0.5215686275)), color-stop(47%, rgba(228, 230, 236, 0.6941176471)), color-stop(61%, rgba(223, 226, 233, 0.8274509804)), color-stop(75%, rgba(219, 222, 231, 0.9215686275)), color-stop(88%, rgba(217, 220, 229, 0.9803921569)), to(#d9dce5)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 253, 0.0666666667) 4%, rgba(243, 244, 246, 0.3098039216) 18%, rgba(235, 236, 241, 0.5215686275) 33%, rgba(228, 230, 236, 0.6941176471) 47%, rgba(223, 226, 233, 0.8274509804) 61%, rgba(219, 222, 231, 0.9215686275) 75%, rgba(217, 220, 229, 0.9803921569) 88%, #d9dce5 100%) 0% 0% no-repeat padding-box;
  content: "";
  height: 100%;
  left: 50%;
  mix-blend-mode: screen;
  opacity: 0.62;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
}
.step:before {
  background: #8f99b3 0% 0% no-repeat padding-box;
  content: "";
  height: 100%;
  left: 50%;
  mix-blend-mode: screen;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
}

.step-list {
  position: relative;
}
.step-list:before {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(20%, rgba(255, 255, 255, 0.9882352941)), color-stop(33%, rgba(255, 255, 255, 0.9529411765)), color-stop(45%, rgba(255, 255, 255, 0.8941176471)), color-stop(55%, rgba(255, 255, 255, 0.8078431373)), color-stop(65%, rgba(255, 255, 255, 0.6980392157)), color-stop(74%, rgba(255, 255, 255, 0.5647058824)), color-stop(83%, rgba(255, 255, 255, 0.4039215686)), color-stop(91%, rgba(255, 255, 255, 0.2196078431)), color-stop(99%, rgba(255, 255, 255, 0.0156862745)), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.9882352941) 20%, rgba(255, 255, 255, 0.9529411765) 33%, rgba(255, 255, 255, 0.8941176471) 45%, rgba(255, 255, 255, 0.8078431373) 55%, rgba(255, 255, 255, 0.6980392157) 65%, rgba(255, 255, 255, 0.5647058824) 74%, rgba(255, 255, 255, 0.4039215686) 83%, rgba(255, 255, 255, 0.2196078431) 91%, rgba(255, 255, 255, 0.0156862745) 99%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  bottom: -20px;
  content: "";
  height: 30%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}

.step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
.step-item + .step-item {
  margin-top: 80px;
}

.step-item-ttlbox {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.step-item-num {
  color: #203367;
  font-family: "Host Grotesk", "Noto Serif JP", sans-serif;
  font-style: italic;
  font-weight: 900;
  position: relative;
}
.step-item-num span {
  font-size: 5.2rem;
}
.step-item-num:after {
  background: #203367;
  content: "";
  height: 100%;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
}

.step-item-img {
  width: calc(50% + 30px);
}

.step-item-ttl {
  font-size: 4rem;
}

.step-item-contents {
  background: #fff;
  background: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin-left: -60px;
  padding: 28px 60px;
  position: relative;
  top: 90px;
  width: calc(50% + 30px);
  z-index: 2;
}
.step-item-contents:after, .step-item-contents:before {
  background: #203367;
  content: "";
  height: 100%;
  left: 10px;
  opacity: 0.5;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: -1;
}
.step-item-contents:after {
  background: #fff;
  left: 0;
  opacity: 1;
  top: 0;
}

.step-item-txt {
  font-size: 2rem;
  line-height: 2;
  margin-top: 1em;
}

/* =============================================================================


    req


============================================================================= */
.req {
  font-family: "Noto Serif JP", serif;
  padding: 120px 0;
}

.req-content {
  background: #f2f3f6;
  padding: 24px 36px 42px;
}

.req-ttl {
  background: #203367;
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 54px;
  padding: 10px 20px;
  text-align: center;
}

.req-table {
  border-collapse: collapse;
  font-size: 2rem;
  width: 100%;
}
.req-table tr {
  border-bottom: 1px solid #c7c9cf;
}
.req-table tr:last-child {
  border-bottom: 0;
}
.req-table th,
.req-table td {
  padding: 16px 0;
  vertical-align: top;
}
.req-table td {
  padding-top: 26px;
}

.req-address {
  margin: 0;
}

.req-addressbox {
  margin-top: 28px;
}

.req-map {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  height: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
  max-width: 800px;
  width: 100%;
}
.req-map iframe {
  height: 100%;
  width: 100%;
}

.req-entry {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 34px;
}
.req-entry a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 190px;
}
.req-entry a:hover {
  opacity: 0.7;
}
.req-entry img {
  display: block;
  height: auto;
  width: 100%;
}

.req-table th {
  font-weight: 400;
  padding-left: 12px;
  width: 180px;
}
.req-table th span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #a6adc2;
  color: #203367;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: -0.01em;
  line-height: 1.4;
  min-height: 34px;
  padding: 10px 10px;
  text-align: left;
  width: 150px;
}

.req-entry-note {
  line-height: 1.5;
  margin: 8px 0 0;
}

.req-contact {
  background: #243b74;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 52px auto 0;
  width: 86%;
}

.req-contact-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
  padding: 14px 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.req-contact-item:hover {
  opacity: 0.75;
}
.req-contact-item + .req-contact-item::before {
  background: rgba(255, 255, 255, 0.55);
  bottom: 16px;
  content: "";
  left: 0;
  position: absolute;
  top: 16px;
  width: 1px;
}

.req-contact-label {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 4px;
}

.req-contact-main {
  font-size: 2.2rem;
  line-height: 1.4;
}

@media (max-width: 1128px){
  .day-ttl {
    font-size: 3.2rem;
  }
  .step-item-num span {
    font-size: 4rem;
  }
  .step-item-ttl {
    font-size: 3rem;
    margin-top: 0.15em;
  }
}

@media screen and (max-width: 767px){
  .req {
    padding: 50px 0;
  }
  .req .inner {
    padding: 0 15px;
  }
  .req-content {
    padding: 15px 15px 25px;
  }
  .req-ttl {
    font-size: 2rem;
    margin-bottom: 30px;
    padding: 8px 12px;
  }
  .req-table {
    display: block;
  }
  .req-table tbody,
  .req-table tr,
  .req-table th,
  .req-table td {
    display: block;
    width: 100%;
  }
  .req-table tr {
    padding: 18px 0;
  }
  .req-table th,
  .req-table td {
    padding: 0;
  }
  .req-table th {
    margin-bottom: 10px;
    padding-right: 0;
  }
  .req-table th::before {
    font-size: 1.3rem;
    min-height: 30px;
    width: 120px;
  }
  .req-table td {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .req-map {
    height: 220px;
    width: 100%;
  }
  .req-entry {
    margin-top: 25px;
  }
  .req-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
    width: 100%;
  }
  .req-contact-item {
    min-height: 85px;
  }
  .req-contact-item + .req-contact-item::before {
    bottom: auto;
    height: 1px;
    left: 20px;
    right: 20px;
    top: 0;
    width: auto;
  }
  .req-contact-label {
    font-size: 1.2rem;
  }
  .req-contact-main {
    font-size: 1.9rem;
  }
}

@media (max-width: 767px){
  .day {
    margin-bottom: 90px;
    padding: 30px;
  }
  .day-ttl {
    font-size: 2.4rem;
  }
  .day-txt {
    font-size: 1.4rem;
    margin-top: 1.4em;
  }
  .step {
    padding-top: 180px;
  }
  .step-item + .step-item {
    margin-top: 40px;
  }
  .step-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  .step-item-ttlbox {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .step-item-num span {
    font-size: 3rem;
  }
  .step-item-num:after {
    display: none;
  }
  .step-item-img {
    width: 90%;
  }
  .step-item-ttl {
    border-top: 1px solid #203367;
    font-size: 2rem;
    margin-top: 10px;
    padding-top: 10px;
  }
  .step-item-contents {
    margin-left: auto;
    padding: 16px 20px;
    top: -20px;
    width: 90%;
  }
  .step-item-txt {
    font-size: 1.4rem;
  }
  .req-addressbox {
    margin-top: 20px;
  }
  .req-table th span {
    font-size: 1.4rem;
    min-height: 28px;
    width: 120px;
  }
}

/*# sourceMappingURL=work.css.map*/