@charset "UTF-8";
body {
  position: relative;
  height: auto;
  background: transparent;
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(img/job01-bg.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}

main {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}

.main-icon {
  content: "";
  display: block;
  position: absolute;
  right: -14.375vw;
  top: 19.609375vw;
  width: 47.65625vw;
  aspect-ratio: 610/990;
  background-image: url(img/job01-bg-icon.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .main-icon {
    right: -18vw;
    top: 30vw;
  }
}

.w1136 {
  width: 88.75vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .w1136 {
    width: auto;
  }
}

/*============================
ページごとのアイコン
============================*/
body.job01::before {
  background: url(img/job01-bg.jpg) no-repeat;
  background-size: cover;
}

body.job02::before {
  background: url(img/job02-bg.jpg) no-repeat;
  background-size: cover;
}
body.job02 .main-icon {
  right: -8.125vw;
  top: 17.578125vw;
  width: 35.15625vw;
  aspect-ratio: 450/844;
  background-image: url(img/job02-bg-icon.svg);
}
@media screen and (max-width: 768px) {
  body.job02 .main-icon {
    top: 30vw;
    width: 40%;
  }
}

body.job03::before {
  background: url(img/job03-bg.jpg) no-repeat;
  background-size: cover;
}
body.job03 .main-icon {
  right: -12.890625vw;
  top: 16.484375vw;
  width: 48.125vw;
  aspect-ratio: 616/851;
  background-image: url(img/job03-bg-icon.svg);
}
@media screen and (max-width: 768px) {
  body.job03 .main-icon {
    top: 30vw;
    width: 60%;
    right: -13.3333333333vw;
  }
}

body.job04::before {
  background: url(img/job04-bg.jpg) no-repeat;
  background-size: cover;
}
body.job04 .main-icon {
  right: 0;
  top: 14.6875vw;
  width: 26.71875vw;
  aspect-ratio: 342/1058;
  background-image: url(img/job04-bg-icon.svg);
}
@media screen and (max-width: 768px) {
  body.job04 .main-icon {
    top: 30vw;
    width: 28%;
    right: 0;
  }
}

body.job05::before {
  background: url(img/job05-bg.jpg) no-repeat;
  background-size: cover;
}
body.job05 .main-icon {
  right: -2.1875vw;
  top: 14.453125vw;
  width: 30.078125vw;
  aspect-ratio: 385/933;
  background-image: url(img/job05-bg-icon.svg);
}
@media screen and (max-width: 768px) {
  body.job05 .main-icon {
    top: 80px;
    width: 38%;
    right: 0;
  }
}

body.job06::before {
  background: url(img/job06-bg.jpg) no-repeat;
  background-size: cover;
}
body.job06 .main-icon {
  right: 0;
  top: 14.0625vw;
  width: 31.328125vw;
  aspect-ratio: 401/1213;
  background-image: url(img/job06-bg-icon.svg);
}
@media screen and (max-width: 768px) {
  body.job06 .main-icon {
    top: 180px;
    width: 38%;
    right: 0;
  }
}

body.job07::before {
  background: url(img/job07-bg.jpg) no-repeat;
  background-size: cover;
}
body.job07 s .main-icon {
  right: -14.375vw;
  top: 25.46875vw;
  width: 41.5625vw;
  aspect-ratio: 532/789;
  background-image: url(img/job07-bg-icon.svg);
}
@media screen and (max-width: 768px) {
  body.job07 s .main-icon {
    top: 45.3333333333vw;
    width: 45%;
    right: -14.6666666667vw;
  }
}

/*============================
.pagettl4
============================*/
.pagettl4 {
  height: 56.25vw;
  position: relative;
  padding-top: 8.203125vw;
}
@media screen and (max-width: 768px) {
  .pagettl4 {
    height: auto;
    padding-top: 80px;
  }
}
.pagettl4 figure {
  position: absolute;
  right: 0;
  top: 8.203125vw;
  margin: 0;
  padding: 0;
  margin-left: 18.75vw;
}
@media screen and (max-width: 768px) {
  .pagettl4 figure {
    position: relative;
    top: auto;
    margin-left: 30px;
  }
}
.pagettl4 .ttl-wrap {
  display: block;
  position: relative;
  margin-top: 3.125vw;
  margin-left: 3.28125vw;
}
@media screen and (max-width: 768px) {
  .pagettl4 .ttl-wrap {
    margin-top: -20px;
    margin-left: 0;
  }
}
.pagettl4 .ttl-wrap .ttl-box {
  width: 32.03125vw;
  background: rgba(250, 120, 0, 0.9) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 2.34375vw 2.34375vw 1.5625vw;
}
@media screen and (max-width: 768px) {
  .pagettl4 .ttl-wrap .ttl-box {
    width: min-content;
    width: 40vw;
    padding: 20px;
    overflow: hidden;
  }
}
.pagettl4 .ttl-wrap .ttl-box p.sholder {
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pagettl4 .ttl-wrap .ttl-box p.sholder {
    line-height: 1.2;
  }
}
.pagettl4 .ttl-wrap .ttl-box p.sholder small {
  font-size: 0.9375vw;
  display: block;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .pagettl4 .ttl-wrap .ttl-box p.sholder small {
    font-size: 10px;
  }
}
.pagettl4 .ttl-wrap .ttl-box p.sholder span {
  font-size: 1.40625vw;
}
@media screen and (max-width: 768px) {
  .pagettl4 .ttl-wrap .ttl-box p.sholder span {
    font-size: 12px;
  }
}
.pagettl4 .ttl-wrap .ttl-box h1 {
  font-weight: 500;
  font-size: 2.8125vw;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .pagettl4 .ttl-wrap .ttl-box h1 {
    font-size: 20px;
    padding: 1em 0 0.5em 0;
    margin: 0;
  }
}
.pagettl4 .ttl-wrap p.lead {
  font-weight: 400;
  font-family: "Noto Serif JP", serif !important;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 3.125vw;
  letter-spacing: 0.06em;
  line-height: 1.8;
  color: #000;
  margin: 0;
  padding: 6.640625vw 2.34375vw 0;
}
@media screen and (max-width: 768px) {
  .pagettl4 .ttl-wrap p.lead {
    font-size: 6.1333333333vw;
    letter-spacing: 0.01em;
    padding: 1em;
    position: relative;
    mix-blend-mode: normal;
    color: #000;
    z-index: 1;
    text-shadow: none;
  }
  .pagettl4 .ttl-wrap p.lead br {
    display: none;
  }
}
.pagettl4 .ttl-wrap p.lead span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pagettl4 .ttl-wrap p.lead span {
    color: #000;
  }
}

/*============================
#features
============================*/
#features {
  padding: 110px 40px 100px;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  #features {
    padding: 50px 20px;
  }
}
#features div.w1136 {
  padding-left: 4.453125vw;
  padding-right: 33.90625vw;
}
@media screen and (max-width: 768px) {
  #features div.w1136 {
    padding: 0;
    width: auto;
    max-width: none;
  }
}
#features div.w1136 h2 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.666;
}
@media screen and (max-width: 768px) {
  #features div.w1136 h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 1em;
  }
}
#features div.w1136 p {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.9;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #features div.w1136 p {
    font-size: 14px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
  }
}
#features div.w1136 p + h2 {
  margin-top: 3.5em;
}

/*============================
#content
============================*/
#content {
  padding: 133px 0 145px;
  margin-bottom: 246px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #content {
    padding: 70px 0 60px;
    margin-bottom: 120px;
  }
}
#content .w1136 {
  padding: 0 4.453125vw;
}
@media screen and (max-width: 768px) {
  #content .w1136 {
    padding: 0 20px;
  }
}
#content h2 {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 0 64px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #content h2 {
    font-size: 20px;
    margin: 0 0 1em;
  }
}
#content div.content-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #content div.content-list {
    display: block;
  }
}
#content div.content-list div {
  flex: 0 0 50%;
  background: #FAEBDD;
  border-bottom: 1px solid #fff;
  padding: 2.34375vw 8.90625vw 3.90625vw 5.625vw;
}
@media screen and (max-width: 768px) {
  #content div.content-list div {
    padding: 30px 20px 20px;
    display: block;
  }
}
#content div.content-list div:not(:nth-child(odd)) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #content div.content-list div:not(:nth-child(odd)) {
    border-left: none;
  }
}
#content div.content-list div dl {
  margin: 0;
  padding: 0;
}
#content div.content-list div dl dt {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: left;
  color: #FA7800;
  margin-bottom: 1.15em;
}
@media screen and (max-width: 768px) {
  #content div.content-list div dl dt {
    font-size: 18px;
    margin: 0 0 1em;
  }
}
#content div.content-list div dl dd {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #content div.content-list div dl dd {
    padding-bottom: 1em;
  }
}

/*============================
#major
============================*/
#major {
  background-color: rgba(250, 120, 0, 0.8);
  color: #fff;
  padding: 89px 72px 86px;
}
@media screen and (max-width: 768px) {
  #major {
    padding: 45px 20px;
  }
}
#major div.w1136 {
  display: flex;
}
@media screen and (max-width: 768px) {
  #major div.w1136 {
    display: block;
  }
}
#major div.w1136 h2 {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  flex: 0 0 246px;
}
@media screen and (max-width: 768px) {
  #major div.w1136 h2 {
    font-size: 20px;
    padding: 1em 0;
  }
}
#major div.w1136 div.major-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#major div.w1136 div.major-list div {
  flex: 0 0 25%;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #EAB686;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 37px;
}
@media screen and (max-width: 768px) {
  #major div.w1136 div.major-list div {
    flex: 0 0 50%;
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
#major div.w1136 div.major-list div:last-of-type {
  border: none;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 38px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #major div.w1136 div.major-list div:last-of-type {
    padding-bottom: 15px;
    padding-left: 20px;
  }
}
#major div.w1136 div.major-list div figure img {
  display: block;
  width: 106px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #major div.w1136 div.major-list div figure img {
    width: 50px;
  }
}
#major div.w1136 div.major-list div figure figcaption {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  #major div.w1136 div.major-list div figure figcaption {
    font-size: 15px;
  }
}
#major div.w1136 div.major-list div p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #major div.w1136 div.major-list div p {
    font-size: 15px;
  }
}

/*============================
#licende
============================*/
#licende {
  background-color: #C15D01;
  color: #fff;
  padding: 84px 0px 56px;
  margin-bottom: 262px;
}
@media screen and (max-width: 768px) {
  #licende {
    padding: 40px 20px 30px;
    margin-bottom: 130px;
  }
}
#licende .w1136 {
  display: flex;
}
@media screen and (max-width: 768px) {
  #licende .w1136 {
    display: block;
  }
}
#licende .w1136 h2 {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  flex: 0 0 246px;
}
@media screen and (max-width: 768px) {
  #licende .w1136 h2 {
    font-size: 20px;
    margin-bottom: 1em;
  }
}
#licende .w1136 p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #licende .w1136 p {
    font-size: 12px;
  }
}
#licende .w1136 p:not(:last-of-type) {
  margin-bottom: 20px;
}
#licende .w1136 p small {
  font-size: 12px;
}

/*============================
#related
============================*/
#related {
  background-color: #F4F4F4;
  position: relative;
  padding: 60px 0 126px;
}
#related * {
  margin: 0;
  padding: 0;
}
#related .related-icon {
  display: block;
  position: absolute;
  left: -180px;
  top: -122px;
  aspect-ratio: 573/788;
  width: 573px;
  background: url(img/related-icon.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #related .related-icon {
    left: -50px;
    top: -50px;
    width: 300px;
  }
}
#related .w1136 {
  margin: auto;
}
@media screen and (max-width: 768px) {
  #related .w1136 {
    padding: 0 20px;
  }
}
#related .w1136 h2 {
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: right;
  margin-bottom: 114px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  #related .w1136 h2 {
    font-size: 24px;
    margin-bottom: 100px;
    padding-right: 0;
  }
}
#related .w1136 h2 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #related .w1136 h2 small {
    font-size: 14px;
  }
}
#related .w1136 div {
  position: relative;
}
#related .w1136 div a {
  display: block;
  max-width: 773px;
  margin: auto;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
#related .w1136 div a:hover {
  opacity: 0.8;
}
#related .w1136 div a figure {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #related .w1136 div a figure {
    display: block;
  }
}
#related .w1136 div a figure span {
  display: block;
  flex: 0 0 362px;
}
#related .w1136 div a figure figcaption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#related .w1136 div a figure figcaption dl dt {
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #related .w1136 div a figure figcaption dl dt {
    font-size: 16px;
    padding-top: 1.5em;
  }
}
#related .w1136 div a figure figcaption dl dd {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #related .w1136 div a figure figcaption dl dd {
    font-size: 12px;
  }
}