.container,
.container__inner {
  max-width: initial;
  width: 100%;
  overflow: hidden;
}
img {
  width: 100%;
  display: block;
  object-fit: contain;
}
/* ============================================================
components
============================================================ */
.c-head {
  width: min(80%, 1200px);
  margin: 0 auto;
  padding: 7.32vw 0 80px 0;
}
.c-head__title {
  width: 100%;
  padding-bottom: 0.73vw;
  color: var(--accent);
  font-size: min(1.76vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 3px solid var(--accent);
}

/* ============================================================
hero
============================================================ */
.hero {
  width: 100%;
  height: calc(100vh - 60px);
}
.hero__inner {
  width: 100%;
  height: 100%;
}
.hero__head {
  position: relative;
  padding-bottom: 5.3333vw;
  width: 100%;
  height: 100%;
}
.hero__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom;
}
.hero__title {
  position: absolute;
  bottom: 5.3333vw;
  left: 0;
  right: 0;
}
.hero__title__inner {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 80%;
}
.hero__title-text {
  display: inline-block;
  position: relative;
  color: var(--accent);
  font-size: 4.333vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 0.6em;
  padding-right: 1.8em;
}
.hero__title-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 5.3333vw;
  position: absolute;
  left: 0;
  bottom: -5.3333vw;
  background-color: var(--accent);
}

/* ============================================================
section
============================================================ */

@media screen and (min-width: 768px) {
  .section__bg-right:after,
  .section__bg-left:after {
    content: "";
    display: block;
    position: absolute;
    top: 2.85vw;
    left: 50%;
    width: 50vw;
    height: calc(100% - 2.85vw);
    /* background-color: #ede7d7; */
  }
  .section__bg-left:after {
    left: -20%;
    top: 0;
    height: 100%;
  }
}

/* ============================================================
section01
============================================================ */
.section01__text {
  margin-top: 2vw;
  font-size: min(1.17vw, 20px);
  line-height: 1.75;
}
.section01__img {
  width: min(80%, 1200px);
  margin: 0 auto;
}
.section01__caption {
  width: min(80%, 1200px);
  margin: 0 auto;
  font-size: min(1.17vw, 20px);
  margin-top: 0.5vw;
}

/* ============================================================
section02
============================================================ */
.section02__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(80%, 1200px);
  margin: 0 auto;
  margin-top: 40px;
  gap: 40px;
}
.section02__text {
  width: 50%;
  margin-top: 2vw;
  font-size: min(1.46vw, 20px);
  line-height: 1.5;
}
.section02__img {
  width: 50%;
  margin: 0 auto;
}

/* ============================================================
section03
============================================================ */
.section03 {
  background-color: #ede7d7;
  padding-bottom: 280px;
  margin-top: 80px;
}
.section03__content {
  position: relative;
  width: min(80%, 1200px);
  margin: 0 auto;
}
.section03__img-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.section03__content01 .section03__img-wrap .section03__main-img {
  width: 57.7%;
}
/* .section03__content01__img-wrap02 .section03__main-img:nth-of-type(1) {
  width: 66%;
} */
.section03__content01__img-wrap02 .section03__main-img:nth-of-type(2) {
  width: 33%;
  width: calc(42.3% - 40px);
}
.section03__content01 .section03__img-wrap .section03__thumbnail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(42.3% - 40px);
}
.section03__img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.section03__lead {
  font-size: min(1.76vw, 24px);
  text-align: center;
  margin-bottom: 4.39vw;
}
.section03__content .section03__lead {
  margin-top: 4.39vw;
}
.section03__desc {
  /* position: absolute;
  z-index: 1;
  top: 0; */
  /* left: 56.3%; */
  /* width: 43.7%; */
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.section03__desc__img {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 1.34vw;
  margin-bottom: -2.85vw;
}
.section03__desc__img img {
  /* width: calc(50% - 7.5px); */
  width: 100%;
}
.section03__content01 .section03__desc,
.section03__content05 .section03__desc {
  width: 41.58%;
  left: 58.42%;
}
.section03__content01 .section03__desc {
  width: 70%;
  margin: 0 auto;
}
.section03__content05 .section03__desc__inner {
  padding-left: 2.2vw;
  padding-right: 2.2vw;
  /* padding-right: 7.17vw; */
}
.section03__content02 .section03__desc,
.section03__content04 .section03__desc {
  width: 41.58%;
}
.section03__content02 .section03__desc__inner,
.section03__content04 .section03__desc__inner {
  /* padding-left: 7.17vw; */
  padding-left: 2.2vw;
  padding-right: 2.2vw;
}
.section03__content02,
.section03__content04 {
  margin-top: 7.32vw;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.section03__content02 .section03__img-wrap,
.section03__content04 .section03__img-wrap {
  width: calc(60.5% - 4.39vw);
}
.section03__content02 .section03__desc,
.section03__content04 .section03__desc {
  width: 39.5%;
}
.section03__content02__logo-wrap {
  width: 90%;
  margin-bottom: 4px;
}
.section03__content02__logo-wrap img {
  width: 100%;
  display: block;
  object-fit: contain;
}
.section03__text {
  /* margin-top: 2.93vw; */
  font-size: min(1.46vw, 20px);
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section03__text.u-text-bold span {
  padding: 1px 0.73vw;
  font-size: 0.88vw;
  font-weight: 400;
  line-height: 1.5;
  background-color: #8f8f8f;
  color: #fff;
  margin-top: 0.67vw;
}
.section03__text--small {
  font-size: min(1.46vw, 20px);
  margin-bottom: 4.39vw;
}
.section03__text:nth-of-type(n + 2) {
  margin-top: 2.34vw;
}
.section03__content__link {
  display: inline-block;
  color: #0014ff;
  font-size: min(1.46vw, 20px);
}
.section03__content05 {
  margin-top: 7.32vw;
  width: 100%;
}
.section03__content05 .section03__desc {
  position: initial;
  width: min(80%, 1200px);
  margin: 0 auto;
  justify-content: center;
}
.section03__content05 .section03__desc__inner {
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  padding-right: 0;
  margin: 0 auto;
}
.section03__content05 .section03__text {
  margin-top: 0;
  /* width: 50%; */
  max-width: 50%;
  width: fit-content;
}
/* .section03__content05 .section03__text--left {
  text-align: right;
} */
.section03__content05-bottom {
  display: flex;
  margin-top: 3.66vw;
}
.section03__content05-bottom__li {
  flex: 1;
}
.section03__content05-bottom__li img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* ============================================================
section03__content03
============================================================ */
.section03__content03 {
  margin: 7.32vw 0;
}
.section03__content03__bg-content {
  width: 100vw;
  height: 34.26vw;
  background-image: url("/assets/img/pages/workstyle/bg-workstyle01.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
.section03__content03__text {
  width: 50vw;
  height: 8.05vw;
  padding: 2vw 4vw;
  margin: 0 auto;
  background-color: var(--accent);
  color: var(--white);
  font-size: min(1.46vw, 20px);
  font-weight: bold;
  line-height: 1.875;
  text-align: center;
}
.section03__content03__text:not(.c-pc-hidden) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section03__content06 {
  flex-direction: column-reverse;
}
.section03__content06 .section03__desc__inner {
  padding: 0;
}
.section03__content06 .section03__img-wrap {
  width: 100%;
}
.section03__content06 .section03__desc {
  width: 70%;
  margin: 0 auto;
}
.section03__content06 .section03__content06__section03__lead {
  /* width: fit-content; */
  display: block;
  text-align: center;
}
.section03__content06 .section03__content02__logo-wrap {
  max-width: 320px;
  width: 44%;
  margin: 0 auto;
}
.section03__content06 .section03__content06__section03__lead {
  margin-top: 8px;
}
.section03__content06 .section03__text {
  margin-bottom: 0;
}
.section03__content06 .section03__text.u-text-bold {
  margin-top: 0;
  margin-bottom: 4.39vw;
}

/* ============================================================
pre-footer
============================================================ */
.pre-footer {
  /* margin-top: 7.32vw; */
  padding: 100px 0;
  background-color: #1b338f;
  text-align: center;
}

.pre-footer_text {
  color: var(--white);
  font-size: min(1.46vw, 20px);
  font-weight: bold;
}
.pre-footer__btn {
  background-color: var(--white);
  color: #1b338f;
}

@media screen and (max-width: 767px) {
  /* ============================================================
components
============================================================ */
  .c-head {
    width: initial;
    margin: 0 20px;
    padding: 32px 0 24px;
  }
  .c-head__title {
    padding-bottom: 4px;
    font-size: 24px;
  }

  /* ============================================================
hero
============================================================ */
  .hero {
    height: calc(100vh - 45px);
  }
  .hero__head {
    padding-bottom: 24px;
  }
  .hero__img img {
    height: 100%;
    object-fit: cover;
  }
  .hero__title {
    bottom: 24px;
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .hero__title__inner {
    width: 100%;
    padding: 0 20px;
  }
  .hero__title-text {
    font-size: 3.2rem;
  }
  .hero__title-text::after {
    height: 24px;
    bottom: -24px;
  }

  /* ============================================================
section
============================================================ */

  .section__bg-right,
  .section__bg-left {
    position: relative;
  }
  .section__bg-right:after,
  .section__bg-left:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    width: 100vw;
    height: 100%;
    background-color: #ede7d7;
  }

  /* ============================================================
section01
============================================================ */
  .section01__text {
    margin-top: 16px;
    font-size: 2rem;
  }
  .section01__img {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .section01__caption {
    width: calc(100% - 40px);
    font-size: 1.4rem;
    margin-top: 8px;
  }

  /* ============================================================
section02
============================================================ */
  .section02__inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 20px;
    flex-direction: column;
  }
  .section02__text {
    margin-top: 16px;
    font-size: 2rem;
    width: 100%;
  }
  .section02__img {
    /* width: calc(100% - 40px); */
    width: 100%;
    margin: 0 auto;
  }

  /* ============================================================
section03
============================================================ */
  .section03 {
    padding-bottom: 120px;
  }
  .section03__content {
    position: relative;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .section03__lead {
    font-size: 2rem;
    margin: 0 20px;
  }
  .section03__content .section03__lead {
    margin: 40px 0;
  }
  .section03__content03__text.c-sp-hidden {
    display: none;
  }
  .section03__text--small {
    margin-bottom: 0;
  }
  .section03__img-wrap {
    width: initial;
  }
  .section03__content01 .section03__img-wrap {
    background-color: #ece7d7;
    flex-direction: column;
    gap: 20px;
  }
  .section03__content04 .section03__img-wrap {
    background-color: #ece7d7;
  }
  .section03__content02 .section03__img-wrap,
  .section03__content04 .section03__img-wrap {
    width: 100%;
  }
  .section03__content01 .section03__img-wrap .section03__main-img {
    width: 100%;
  }
  .section03__content01 .section03__img-wrap .section03__thumbnail {
    flex-direction: row;
    width: 100%;
    gap: 10px;
  }
  .section03__content01 .section03__img-wrap .section03__thumbnail img {
    width: calc(50% - 5px);
  }
  .section03__desc {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
  }
  .section03__desc__img {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .section03__content01 .section03__desc,
  .section03__content04 .section03__desc {
    left: initial;
    background-color: #ece7d7;
  }
  .section03__desc__inner {
    padding: 40px 20px;
  }
  .section03__content02,
  .section03__content04,
  .section03__content05 {
    display: flex;
    flex-direction: column-reverse;
  }
  .section03__content01 .section03__desc,
  .section03__content05 .section03__desc {
    width: 100%;
    left: initial;
  }
  .section03__content01 .section03__desc__inner,
  .section03__content05 .section03__desc__inner {
    padding: 40px 0px;
  }
  .section03__content02 .section03__desc,
  .section03__content04 .section03__desc {
    width: 100%;
  }
  .section03__content02 .section03__desc__inner,
  .section03__content04 .section03__desc__inner {
    padding: 40px 0px;
  }
  .section03__content05 .section03__desc__inner {
    flex-direction: column;
    align-items: center;
  }
  .section03__content05 .section03__text {
    max-width: 100%;
    width: fit-content;
  }
  .section03__content05-bottom {
    flex-wrap: wrap;
  }
  .section03__content05-bottom__li {
    width: 50%;
    flex: none;
  }
  .section03__text {
    font-size: 2rem;
  }
  .section03__text.u-text-bold span {
    font-size: 1.4rem;
    padding: 1px 8px;
  }
  .section03__text--small {
    font-size: 2rem;
  }
  .section03__text:nth-of-type(n + 2) {
    margin-top: 16px;
  }
  .section03__content__link {
    font-size: 2rem;
  }
  .section03__content06 .section03__content02__logo-wrap {
    width: 100%;
  }
  .section03__content06 .section03__content06__section03__lead {
    max-width: initial;
    margin: 12px auto 40px;
  }
  /* ============================================================
section03__content03
============================================================ */
  .section03__content03 {
    width: 100%;
    margin: 40px 0 0;
    display: flex;
    flex-direction: column-reverse;
  }
  /* .section03__content03__bg-content {
    width: 100%;
    height: 34.26vw;
    background-image: url("/assets/img/pages/workstyle/bg-workstyle01.jpg");
    background-repeat: no-repeat;
    background-size: contain;
  } */
  .section03__content03__text {
    width: 100%;
    height: initial;
    padding: 40px 20px;
    margin-left: initial;
    font-size: 2rem;
  }

  /* ============================================================
pre-footer
============================================================ */
  .pre-footer {
    padding: 35px 20px;
  }

  .pre-footer_text {
    font-size: 2rem;
  }
  .pre-footer__link {
    margin: 30px auto 0;
    padding: 25px 40px;
    font-size: 2rem;
  }
}
