@charset "UTF-8";

.p-front {
  position: relative;
  background-color: #ebf8ff;
}

.p-front-mv {
  position: relative;
  height: 715px;
  background: url("../img/front/mv-bg0101.webp") no-repeat 50% 50%;
  background-size: 3000px auto;
}

@media screen and (max-width: 767px) {
  .p-front-mv {
    height: 420px;
    background: url("../img/front/mv-bg0101-sp.webp") no-repeat 0% 0%;
    background-size: cover;
    position: relative;
  }
}

.p-front-mv-content {
  width: fit-content;
  margin: 0 auto;
  padding-top: 244px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-front-mv-content {
    padding-top: 145px;
    margin: 0 0 0 16px;
    text-align: left;
  }
}

.p-front-mv-content__text02 {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .p-front-mv-content__text02 {
    margin: 25px 0 18px;
  }
}

.mv-img-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .mv-img-inner {
    display: none;
  }
}

.mv-img01 {
  position: absolute;
  top: 75px;
  left: 50%;
  translate: -651px 0;
}

.mv-img02 {
  position: absolute;
  top: 75px;
  left: 50%;
  translate: -379px 0;
}

.mv-img03 {
  position: absolute;
  top: 210px;
  left: 50%;
  translate: -516px 0;
}

.mv-img04 {
  position: absolute;
  top: 345px;
  left: 50%;
  translate: -651px 0;
}

.mv-img05 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -516px 0;
}

.mv-img06 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -28px 0;
}

.mv-frame01 {
  position: absolute;
  top: 209px;
  left: -137px;
}

.mv-frame02 {
  position: absolute;
  bottom: 182px;
  left: -137px;
}

.mv-frame03 {
  position: absolute;
  bottom: 208px;
  left: 50%;
  translate: -515px 0;
}

.mv-frame04 {
  position: absolute;
  top: 75px;
  left: 50%;
  translate: -82px 0;
}

.mv-frame05 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -109px 0;
}

.mv-frame06 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: 241px 0;
}

.p-front-news {
  display: flex;
  justify-content: flex-end;
  margin-top: -46px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-front-news {
    display: block;
    margin-top: 0px;
  }
}

.p-front-news-block01 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 50%;
  max-width: 100%;
  padding: 25px 15px;
  background-color: #092d76;
}

@media screen and (max-width: 1090px) {
  .p-front-news-block01 {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .p-front-news-block01 {
    width: 100%;
  }
}

.p-front-news-block01__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  letter-spacing: 0.1em;
  font-size: 25px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__left {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
    font-size: 15px;
  }
}

.p-front-news-block01__left h2 {
  font-family: "din2014_l", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__left h2 {
    padding-right: 30px;
    border-right: 1px solid #fff;
  }
}

.p-front-news-block01__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  padding: 0px 0 0px 35px;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__right {
    padding: 0px 0 0px 0px;
    border-left: none;
  }
}

.p-front-news-block01__btn {
  width: 70px;
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__btn {
    width: fit-content;
    text-align: right;
  }
}

.p-front-news-block01__btn>a {
  position: relative;
  padding-right: 20px;
  color: #fff;
  z-index: 2;
  font-family: "din2014_l", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-front-news-block01__btn>a::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-front-news-block01__btn>a::after {
    top: 4px;
  }
}

.p-front-post-list {
  flex: 1;
}

.p-front-post-list__item {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .p-front-post-list__item {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}

.p-front-post-list__info {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .p-front-post-list__info {
    width: 100%;
    margin-bottom: 5px;
  }
}

.p-front-post-list__time {
  font-family: "din2014_r", sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  opacity: 0.6;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-front-post-list__time {
    margin-bottom: 7px;
    font-size: 13px;
  }
}

.p-front-post-list__title {
  font-size: 15px;
  letter-spacing: 0.15em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
  line-height: 1;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 767px) {
  .p-front-post-list__title {
    font-size: 13px;
  }
}

/* スマホ時に表示 */
.p-front-banner {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-banner {
    display: block;
    background-color: #fff;
    padding: 20px 20px 30px;
  }
}

.p-front-banner .l-header-banner {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-front-banner .l-header-banner {
    display: block;
  }
}

/* about */
.p-front-about {
  position: relative;
  padding: 160px 0 120px 0;
}

@media screen and (max-width: 767px) {
  .p-front-about {
    padding: 80px 0 50px 0;
  }
}

.p-front-about::before {
  content: "";
  position: absolute;
  top: -39px;
  left: 50%;
  translate: -596px 0;
  width: 772px;
  height: 155px;
  background: url("../img/front/top-deco01.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-about::before {
    display: none;
  }
}

.p-front-about::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  translate: -571px 0;
  width: 675px;
  height: 452px;
  background: url("../img/front/top-deco02.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-about::after {
    display: none;
  }
}

.p-front-about-block01-bg {
  position: absolute;
  top: 255px;
  right: 0;
  width: 80%;
  max-width: 90%;
  height: 711px;
  background: url("../img/front/about-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .p-front-about-block01-bg {
    width: 90%;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-about-block01-bg {
    top: auto;
    bottom: 0;
    width: 95%;
    max-width: 100%;
    height: 72%;
  }
}

@media screen and (max-width: 767px) {
  .p-front-about-block01-bg {
    width: 100%;
  }
}

.p-front-about-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 44px;
  position: relative;
  z-index: 2;
  margin-bottom: 52px;
}

@media screen and (max-width: 1090px) {
  .p-front-about-block01 {
    flex-wrap: wrap;
  }
}

.p-front-about-block01__img {
  width: 40%;
}

@media screen and (max-width: 1090px) {
  .p-front-about-block01__img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-front-about-block01__img {
    width: calc(100% + 40px);
    margin: 70px -20px 0 -20px;
  }
}

.p-front-about-block01__content {
  width: fit-content;
}

@media screen and (max-width: 1090px) {
  .p-front-about-block01__content {
    display: contents;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-about-block01 .c-front-heading01 {
    order: -1;
    margin: auto;
  }
}

.p-front-about-block01__content-inner {
  padding-left: 70px;
}

@media screen and (max-width: 1090px) {
  .p-front-about-block01__content-inner {
    width: fit-content;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-front-about-block01__content-inner {
    padding-left: 0;
  }
}

.p-front-about-block01__text {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-about-block01__text {
    font-size: 21px;
  }
}

.p-front-about-block02 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 822px;
  margin: auto;
}

@media screen and (max-width: 1090px) {
  .p-front-about-block02 {
    width: 100%;
    max-width: 600px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-about-block02 {
    padding-left: 0;
  }
}

.p-front-about-block02__text {
  margin-bottom: 40px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}

.p-front-about-block02__btn {
  text-align: right;
}

.p-front-about-block02__btn a {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .p-front-about-block02__btn a {
    width: 100%;
    max-width: 450px;
  }
}

/* project */
.p-front-project {
  position: relative;
  padding: 80px 0 90px 0;
}

.p-front-project::before {
  content: "";
  position: absolute;
  top: 88px;
  left: 50%;
  translate: 280px 0;
  width: 452px;
  height: 675px;
  background: url("../img/front/top-deco03.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-project::before {
    display: none;
  }
}

.p-front-project .c-front-heading01__jp {
  right: -115px;
}

@media screen and (max-width: 767px) {
  .p-front-project .c-front-heading01__jp {
    right: 0;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-project .c-front-heading01 {
    margin: auto;
  }
}

.p-front-project__text {
  width: 1100px;
  max-width: 88%;
  margin: 65px 0 50px 0;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-project__text {
    max-width: 100%;
    margin: 190px 0 50px 0;
  }
}

.p-front-project-block01-bg {
  position: relative;
  z-index: 2;
}

.p-front-project-block01-bg::before {
  content: "";
  position: absolute;
  top: 95px;
  left: 0;
  width: 90%;
  height: 698px;
  background: url("../img/front/project-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 1090px) {
  .p-front-project-block01-bg::before {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .p-front-project-block01-bg::before {
    top: 255px;
    width: 100%;
    height: 76%;
  }
}

.p-front-project-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px 65px;
  max-width: 90%;
}

@media screen and (max-width: 1090px) {
  .p-front-project-block01 {
    gap: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-project-block01 {
    gap: 35px;
    flex-wrap: wrap;
    max-width: 100%;
  }
}

.p-front-project-block01__content {
  width: 100%;
  max-width: 500px;
  padding: 35px 30px 30px;
  background-color: #fff;
}

.p-front-project-block01__title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  color: #234c9d;
}

@media screen and (max-width: 767px) {
  .p-front-project-block01__title {
    font-size: 18px;
  }
}

.p-front-project-block01__text {
  margin-bottom: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #14316a;
}

.p-front-our {
  position: relative;
  padding: 80px 0 90px 0;
}

@media screen and (max-width: 767px) {
  .p-front-our {
    padding: 40px 0 90px 0;
  }
}

.p-front-our::before {
  content: "";
  position: absolute;
  top: -201px;
  left: 50%;
  translate: -674px 0;
  width: 522px;
  height: 452px;
  background: url("../img/front/top-deco04.png") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-our::before {
    display: none;
  }
}

.p-front-our .p-front-our-heading01 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-front-our .p-front-our-heading01 {
    justify-content: center;
    text-align: center;
  }
}

.p-front-our .p-front-our-heading01__inner {
  position: relative;
  width: fit-content;
}

.p-front-our .p-front-our-heading01__en {
  position: relative;
  right: 0;
}

.p-front-our .p-front-our-heading01__jp {
  top: -6px;
  left: -210px;
  right: auto;
}

@media screen and (max-width: 767px) {
  .p-front-our .p-front-our-heading01__jp {
    top: 0;
    left: 0;
  }
}

.p-front-our-block01-bg {
  position: relative;
  z-index: 2;
}

.p-front-our-block01-bg::before {
  content: "";
  position: absolute;
  top: -53px;
  left: 0;
  width: 100%;
  height: 634px;
  background: url("../img/front/our-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-front-our-block01-bg::before {
    display: none;
  }
}

.p-front-our-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 678px;
  padding-top: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-front-our-block01 {
    margin-bottom: 140px;
  }
}

.p-front-our-block01::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: 50%;
  translate: -363px 0;
  width: 772px;
  height: 245px;
  background: url("../img/front/top-deco05.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  .p-front-our-block01::before {
    display: none;
  }
}

.p-front-our-block01__img {
  position: relative;
  width: 50%;
  padding-right: 70px;
  text-align: right;
  z-index: 4;
}

@media screen and (max-width: 1090px) {
  .p-front-our-block01__img {
    padding-right: 20px;
    width: 44%;
  }
}

@media screen and (max-width: 767px) {
  .p-front-our-block01__img {
    width: 100%;
    padding: 0;
  }
}

.p-front-our-block01__img01 {
  position: relative;
  right: -15px;
  z-index: 4;
}

@media screen and (max-width: 1090px) {
  .p-front-our-block01__img01 {
    right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-our-block01__img01 {
    display: block;
    top: 31px;
    margin: auto;
    width: 144px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-front-our-block01__img02 {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
  }
}

.p-front-our-block01__img-inner {
  position: absolute;
  top: 48px;
  right: 70px;
  width: 727px;
  height: 600px;
  z-index: 3;
}

@media screen and (max-width: 1090px) {
  .p-front-our-block01__img-inner {
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-our-block01__img-inner {
    position: relative;
    inset: 0;
    width: 100%;
    height: auto;
  }
}

.p-front-our-block01__content {
  width: 50%;
  padding: 0 20px 0 2%;
}

@media screen and (max-width: 1090px) {
  .p-front-our-block01__content {
    width: 56%;
    padding: 0 10px 0 2%;
  }
}

@media screen and (max-width: 767px) {
  .p-front-our-block01__content {
    width: 100%;
    padding: 0 20px 50px;
    background: url("../img/front/our-bg01.webp") no-repeat 50% 50%;
    background-size: cover;
  }
}

.p-front-our-block01__content-inner {
  width: 100%;
  max-width: 600px;
  padding-top: 40px;
}

.p-front-our-block01__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (max-width: 1090px) {
  .p-front-our-block01__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-our-block01__title {
    font-size: 21px;
  }
}

.p-front-our-block01__text {
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}

.p-front-our-block02 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 70px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-front-our-block02 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}

.p-front-our-block02::after {
  content: "";
  position: absolute;
  bottom: -162px;
  left: 50%;
  translate: -468px 0;
  width: 872px;
  height: 245px;
  background: url("../img/front/top-deco06.png") no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-front-our-block02::after {
    display: none;
  }
}

.p-front-our-block02__content {
  width: 60%;
  padding: 130px 30px 0 0;
  text-align: right;
}

@media screen and (max-width: 1090px) {
  .p-front-our-block02__content {
    padding: 60px 30px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-front-our-block02__content {
    width: 100%;
    padding: 40px 0px 50px;
    text-align: left;
  }
}

.p-front-our-block02__content-inner {
  width: 100%;
  max-width: 550px;
  margin: auto;
}

.p-front-our-block02__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #14316a;
}

@media screen and (max-width: 1090px) {
  .p-front-our-block02__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-our-block02__title {
    margin-bottom: 40px;
    font-size: 21px;
  }
}

.p-front-our-block02__text {
  line-height: 2;
  letter-spacing: 0.1em;
  color: #14316a;
  text-align: left;
}

@media screen and (max-width: 1090px) {
  .p-front-our-block02__text {
    font-size: 15px;
  }
}

.p-front-our-block02__img {
  width: 40%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-front-our-block02__img {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}

.p-front-our-block02__img01 {
  position: relative;
  right: 23px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-front-our-block02__img01 {
    display: block;
    inset: 31px auto auto auto;
    width: 144px;
    margin: auto;
  }
}

.p-front-our-block02__img02 {
  position: relative;
  top: -45px;
}

@media screen and (max-width: 767px) {
  .p-front-our-block02__img02 {
    top: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
  }
}

.p-front-our-block03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

@media screen and (max-width: 1090px) {
  .p-front-our-block03 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-front-our-block03 {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}

.p-front-our-block03__item {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .p-front-our-block03__item {
    width: 100%;
  }
}

.p-front-our-block03__img {
  text-align: center;
}

.p-front-our-block03__img01 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-front-our-block03__img01 {
    display: block;
    top: 31px;
    width: 144px;
    margin: auto;
  }
}

.p-front-our-block03__img02 {
  margin-top: -36px;
}

@media screen and (max-width: 767px) {
  .p-front-our-block03__img02 {
    margin-top: 0;
    width: 100%;
  }
}

.p-front-our-block03__content {
  padding: 35px 0;
}

@media screen and (max-width: 767px) {
  .p-front-our-block03__content {
    padding: 40px 20px 50px;
  }
}

.p-front-our-block03__title {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.82;
  letter-spacing: 0.1em;
  text-align: left;
  color: #14316a;
}

@media screen and (max-width: 767px) {
  .p-front-our-block03__title {
    margin-bottom: 40px;
    font-size: 21px;
  }
}

.p-front-our-block03__text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #14316a;
}

@media screen and (max-width: 767px) {
  .p-front-our-block03__text {
    font-size: 14px;
  }
}

.p-front-works {
  padding: 105px 0 125px;
  background: url("../img/front/works-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-front-works {
    padding: 105px 0 70px;
  }
}

.p-front-works .c-front-heading01 {
  padding: 0px 0 0 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-front-works .c-front-heading01 {
    margin: 0 auto 100px;
  }
}

.p-front-works .c-front-heading01__en {
  font-size: 150px;
  color: #fff;
}

@media screen and (max-width: 1090px) {
  .p-front-works .c-front-heading01__en {
    font-size: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-works .c-front-heading01__en {
    font-size: 60px;
  }
}

.p-front-works .c-front-heading01__jp {
  top: auto;
  bottom: 37px;
  right: -141px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-works .c-front-heading01__jp {
    inset: 0;
  }
}

.p-front-works .c-front-heading01__jp::before,
.p-front-works .c-front-heading01__jp::after {
  background-color: #fff;
}

.p-front-works__lead {
  max-width: 1000px;
  margin: 0 0 0px 218px;
  line-height: 2;
  letter-spacing: 1.6px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-works__lead {
    margin: 0;
  }
}

.p-front-works__btn {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .p-front-works__btn {
    max-width: 500px;
  }
}

.p-front-works-block01 {
  position: relative;
  left: -20px;
  width: 100vw;
  max-width: 1600px;
  padding-top: 74px;
  margin-bottom: 60px;
  /* 矢印用のスペースを確保 */
  /* Slick矢印（ナビゲーション）のスタイル */
  /* 左矢印 */
  /* 右矢印 */
}

@media screen and (max-width: 767px) {
  .p-front-works-block01 {
    padding-top: 150px;
  }
}

.p-front-works-block01 .slick-slide {
  padding: 0 20px;
}

@media screen and (max-width: 1090px) {
  .p-front-works-block01 .slick-slide {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-works-block01 .slick-slide {
    padding: 0 20px;
  }
}

.p-front-works-block01 .slick-prev,
.p-front-works-block01 .slick-next {
  position: absolute;
  top: -54px;
  /* スライダー上部に配置 */
  width: 60px;
  height: 50px;
  z-index: 10;
  background-color: #3ab5e2;
  border: none;
  color: white;
  font-size: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 767px) {

  .p-front-works-block01 .slick-prev,
  .p-front-works-block01 .slick-next {
    inset: 40px 0 auto 0;
    margin: auto;
  }
}

.p-front-works-block01 .slick-prev:hover,
.p-front-works-block01 .slick-next:hover {
  opacity: 0.8;
}

.p-front-works-block01 .slick-prev::before,
.p-front-works-block01 .slick-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.p-front-works-block01 .slick-prev {
  left: 20px;
}

@media screen and (max-width: 767px) {
  .p-front-works-block01 .slick-prev {
    left: -80px;
  }
}

.p-front-works-block01 .slick-prev::before {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.p-front-works-block01 .slick-next {
  left: 96px;
}

@media screen and (max-width: 767px) {
  .p-front-works-block01 .slick-next {
    left: 80px;
  }
}

.p-front-works-block01 .slick-next::before {
  transform: rotate(45deg);
  margin-right: 3px;
}

.p-front-works-block01 .slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.p-front-voice {
  padding: 90px 0 115px 0;
  background: url("../img/front/voice-bg01.webp") repeat 0% 0%;
  background-size: 1600px auto;
}

@media screen and (max-width: 767px) {
  .p-front-voice {
    padding: 110px 0 115px 0;
  }
}

.p-front-voice__heading-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 240px;
}

@media screen and (max-width: 767px) {
  .p-front-voice__heading-wrap {
    padding-right: 0;
    justify-content: center;
    margin-bottom: 80px;
  }
}

.p-front-voice-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-front-voice-block01 {
    flex-wrap: wrap;
    margin-bottom: 90px;
  }
}

.p-front-voice-block01--rev {
  flex-direction: row-reverse;
}

.p-front-voice-block01__img {
  position: relative;
  width: 249px;
}

@media screen and (max-width: 767px) {
  .p-front-voice-block01__img {
    margin: auto;
    z-index: 3;
  }
}

.p-front-voice-block01__img02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-front-voice-block01__img02 {
    bottom: 15px;
  }
}

.p-front-voice-block01__img03 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .p-front-voice-block01__img03 {
    bottom: 15px;
  }
}

.p-front-voice-block01__content {
  position: relative;
  left: -20px;
  width: fit-content;
  max-width: 647px;
  margin-top: 120px;
  padding: 40px 70px 35px 90px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  background-color: #fff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-front-voice-block01__content {
    left: 0;
    width: calc(100% + 40px);
    margin: -20px -20px 0;
    padding: 50px 20px 40px 20px;
    border-radius: 0px;
  }
}

.p-front-voice-block01__content--rev {
  left: auto;
  right: -20px;
  padding: 40px 90px 35px 70px;
  border-top-left-radius: 100px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

@media screen and (max-width: 767px) {
  .p-front-voice-block01__content--rev {
    left: 0;
    width: calc(100% + 40px);
    margin: -20px -20px 0;
    padding: 50px 20px 40px 20px;
    border-radius: 0px;
  }
}

.p-front-voice-block01__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  position: absolute;
  bottom: -18px;
  left: 90px;
  margin: 0;
  padding: 0;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .p-front-voice-block01__list {
    justify-content: center;
    inset: auto 0 -18px 0;
    margin: auto;
  }
}

.p-front-voice-block01__list--rev {
  left: auto;
  right: 90px;
}

@media screen and (max-width: 767px) {
  .p-front-voice-block01__list--rev {
    inset: auto 0 -18px 0;
  }
}

.p-front-voice-block01__li-item01 {
  padding: 7px 19px 8px 18px;
  border-radius: 18px;
  background-color: #ffe100;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 1.5px;
  text-align: center;
  color: #231714;
}

@media screen and (max-width: 767px) {
  .p-front-voice-block01__li-item01 {
    padding: 7px 15px 8px 14px;
    font-size: 13px;
  }
}

.p-front-voice-block01__li-item02 {
  display: block;
  padding: 7px 19px 8px 18px;
  border-radius: 18px;
  background-color: #85d8fe;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: 1.5px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-voice-block01__li-item02 {
    padding: 7px 15px 8px 14px;
    font-size: 13px;
  }
}

.p-front-message {
  padding: 60px 0 0 0;
  background: url("../img/front/message-bg02.webp") no-repeat calc(50% + 315px) 0%, url("../img/front/message-bg01.webp") no-repeat 50% 50%;
  background-size: auto 100%, cover;
}

@media screen and (max-width: 1090px) {
  .p-front-message {
    background: url("../img/front/message-bg01.webp") no-repeat 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .p-front-message {
    padding: 100px 0 0 0;
  }
}

.p-front-message__heading-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-left: 195px;
}

@media screen and (max-width: 1090px) {
  .p-front-message__heading-wrap {
    padding-left: 95px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-message__heading-wrap {
    margin-bottom: 70px;
    padding-left: 0;
  }
}

.p-front-message .c-front-heading01__en {
  color: #fff;
}

.p-front-message .c-front-heading01__jp {
  right: -160px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-front-message .c-front-heading01__jp {
    right: 0;
  }
}

.p-front-message .c-front-heading01__jp::before,
.p-front-message .c-front-heading01__jp::after {
  background-color: #fff;
}

.p-front-message-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-inline: 20px;
}

@media screen and (max-width: 1260px) {
  .p-front-message-block01 {
    align-items: flex-end;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-message-block01 {
    flex-wrap: wrap;
  }
}

.p-front-message-block01__content {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}

@media screen and (max-width: 1260px) {
  .p-front-message-block01__content {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-message-block01__content {
    justify-content: center;
    width: 100%;
  }
}

.p-front-message-block01__content-inner {
  width: 100%;
  max-width: 600px;
  color: #fff;
}

.p-front-message-block01__text {
  margin-bottom: 33px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fafdf3;
}

.p-front-message-block01__info {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-front-message-block01__info {
    font-size: 14px;
  }
}

.p-front-message-block01__name {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-front-message-block01__name {
    font-size: 23px;
  }
}

.p-front-message-block01__en {
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: right;
}

.p-front-message-block01__imgs {
  width: 50%;
  padding: 20px 0 0 30px;
}

@media screen and (max-width: 1260px) {
  .p-front-message-block01__imgs {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .p-front-message-block01__imgs {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0px 5% 0 5%;
    background: url("../img/front/message-bg02-sp.png") no-repeat 0% 100%;
    background-size: contain;
  }
}

.p-front-message-block01__btn {
  position: absolute;
  right: calc(50% - 500px);
  bottom: 50px;
}

@media screen and (max-width: 1090px) {
  .p-front-message-block01__btn {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-message-block01__btn {
    right: 0;
    bottom: 20px;
    width: 100%;
    padding-inline: 20px;
  }
}

.p-front-message-block01__btn a {
  width: 300px;
  background-color: #fff;
  color: #234c9d;
}

@media screen and (max-width: 767px) {
  .p-front-message-block01__btn a {
    width: 100%;
    max-width: 500px;
  }
}

.p-front-message-block01__btn a::before {
  border-right: 1px solid #234c9d;
  border-bottom: 1px solid #234c9d;
}

.p-front-recruit {
  padding: 80px 0;
  background: url("../img/front/recruit-bg01.webp") repeat-x 0% -200px;
  background-size: auto 512px;
  background-color: #39B5E2;
}

@media screen and (max-width: 767px) {
  .p-front-recruit {
    padding: 30px 0px;
    background-position: 0 0;
    background-size: auto 380px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-recruit__heading-wrap {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-recruit .c-front-heading01 {
    margin: auto;
  }
}

.p-front-recruit .c-front-heading01__en {
  color: #fff;
}

.p-front-recruit .c-front-heading01__jp {
  color: #fff;
  right: -125px;
}

@media screen and (max-width: 767px) {
  .p-front-recruit .c-front-heading01__jp {
    right: 0;
  }
}

.p-front-recruit .c-front-heading01__jp::before,
.p-front-recruit .c-front-heading01__jp::after {
  background-color: #fff;
}

.p-front-recruit-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #10a3d9;
}

@media screen and (max-width: 767px) {
  .p-front-recruit-block01 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1090px) {
  .p-front-recruit-block01__img {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .p-front-recruit-block01__img {
    width: 100%;
  }
}

.p-front-recruit-block01__content {
  padding: 35px 30px 10px 55px;
  color: #fff;
}

@media screen and (max-width: 1090px) {
  .p-front-recruit-block01__content {
    padding: 35px 20px 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-recruit-block01__content {
    padding: 80px 20px 34px 20px;
  }
}

.p-front-recruit-block01__lead {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-front-recruit-block01__lead {
    font-size: 18px;
    text-align: center;
  }
}

.p-front-recruit-block01__text {
  margin-bottom: 60px;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 1260px) {
  .p-front-recruit-block01__text {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-front-recruit-block01__text {
    text-align: center;
    margin-bottom: 30px;
  }
}

.p-front-recruit-block01__btn {
  width: 100%;
  max-width: 350px;
  background-color: #234c9d;
}

/* --------------------------
プラスチック加工
--------------------------- */
.p-plastic-sec02 {
  padding-bottom: 135px;
}

.p-plastic-sec02-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 27px 26px;
}

@media screen and (max-width: 1260px) {
  .p-plastic-sec02-block01 {
    width: 100%;
    max-width: 880px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-plastic-sec02-block01 {
    gap: 64px 24px;
  }
}

.p-plastic-sec02-block01__item {
  width: 280px;
}

.p-plastic-sec02-block01__item:nth-child(even) {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-plastic-sec02-block01__item:nth-child(even) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-plastic-sec02-block01__item {
    width: calc(50% - 12px);
  }
}

.p-plastic-sec02-block01__title {
  padding: 25px 0 15px;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #234c9d;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-plastic-sec02-block01__title {
    font-size: 33px;
    letter-spacing: 0.03em;
  }
}

.p-plastic-sec02-block01__subtitle {
  padding-bottom: 35px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-plastic-sec02-block01__subtitle {
    padding-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
  }
}

.p-plastic-sec02-block01__hr {
  margin: 0 0 20px;
  border: none;
  border-bottom: 1px solid #85d8fe;
}

.p-plastic-sec02-block01__text {
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-plastic-sec03 {
  padding: 105px 0 0;
  background: url("../img/plastic/sec03-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}

.p-plastic-sec03-block01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 85px 60px;
  margin-bottom: 133px;
}

@media screen and (max-width: 1260px) {
  .p-plastic-sec03-block01 {
    width: 100%;
    max-width: 880px;
    margin: 0 auto 130px;
    justify-content: center;
  }
}

.p-plastic-sec03-block01__item {
  position: relative;
  width: 350px;
}

.p-plastic-sec03-block01__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 210px;
  height: 42px;
  border: solid 1px #85d8fe;
  background-color: #234c9d;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
}

.p-plastic-sec03-block01__title {
  padding: 10px 0 15px;
  border-bottom: 1px solid #85d8fe;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-plastic-sec03-block01__title {
    font-size: 14px;
  }
}

.p-plastic-sec03-block02 {
  padding: 25px 0 50px;
  background-color: rgba(255, 255, 255, 0.35);
}

.p-plastic-sec03-block02__head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 35px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #85d8fe;
}

.p-plastic-sec03-block02__title {
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-plastic-sec03-block02__title {
    font-size: 40px;
  }
}

.p-plastic-sec03-block02__memo {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-plastic-sec03-block02__memo {
    font-size: 16px;
  }
}

.p-plastic-sec03-block02__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 45px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-plastic-sec03-block02__list li {
  width: fit-content;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.p-plastic-sec04 {
  padding: 110px 0 200px;
}

@media screen and (max-width: 767px) {
  .p-plastic-sec04 {
    padding: 100px 0 60px;
  }
}

.p-plastic-sec05 {
  padding: 70px 0 118px;
}

.p-plastic-sec05-block01+.p-plastic-sec05-block01 {
  margin-top: 45px;
}

.p-flow {
  background: url("../img/plastic/sec05-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}

.p-faq {
  padding: 80px 0 160px;
}

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

/* --------------------------
OEM・ODM
--------------------------- */
.p-oem-sec02 {
  padding-bottom: 160px;
}

@media screen and (max-width: 767px) {
  .p-oem-sec02 {
    padding-bottom: 60px;
  }
}

.p-oem-sec03 {
  padding: 65px 0 170px;
}

.p-oem-sec03__lead {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 75px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-oem-sec03__lead {
    margin: 0 auto 40px;
    text-align: left;
  }
}

.p-oem-sec03-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 64px;
}

@media screen and (max-width: 1090px) {
  .p-oem-sec03-block01 {
    gap: 40px 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-oem-sec03-block01 {
    grid-template-columns: 1fr 1fr;
  }
}

.p-oem-sec03-block01__title {
  padding: 11px 10px 15px;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
  text-align: center;
  color: #234c9d;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #85d8fe;
}

@media screen and (max-width: 767px) {
  .p-oem-sec03-block01__title {
    padding: 11px 0px 15px;
    line-height: 1.6;
  }
}

.p-oem-sec03-block01__text {
  padding: 20px 10px 0px;
  line-height: 2;
  text-align: center;
  color: #234c9d;
}

@media screen and (max-width: 767px) {
  .p-oem-sec03-block01__text {
    padding: 15px 0px 0px;
  }
}

.p-oem-sec04 {
  padding: 70px 0 118px;
}

.p-oem-sec04-block01+.p-oem-sec04-block01 {
  margin-top: 45px;
}

/* --------------------------
COMPANY
--------------------------- */
.p-company-sec02 {
  padding-bottom: 140px;
}

.p-company-sec02-block01 {
  display: grid;
  grid-template-columns: 50% 41%;
  justify-content: space-between;
  gap: 20px 20px;
}

@media screen and (max-width: 1090px) {
  .p-company-sec02-block01 {
    grid-template-columns: 54% 41%;
  }
}

@media screen and (max-width: 767px) {
  .p-company-sec02-block01 {
    grid-template-columns: 1fr;
  }
}

.p-company-sec02-block01__text {
  margin-bottom: 50px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-company-sec02-block01__text {
    margin-bottom: 30px;
  }
}

.p-company-sec02-block01__info {
  text-align: right;
  line-height: 1;
}

.p-company-sec02-block01__position {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-company-sec02-block01__position {
    font-size: 14px;
  }
}

.p-company-sec02-block01__name {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-company-sec02-block01__name {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.p-company-sec02-block01__name-en {
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-company-sec02-block01__name-en {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-company-sec02-block01__img {
    order: -1;
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

.p-company-sec03 {
  padding: 120px 0 0;
}

.p-company-sec03__lead {
  width: 100%;
  max-width: 758px;
  margin: 0 auto 85px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-company-sec03__lead {
    margin: 0 auto 50px;
    font-size: 14px;
    text-align: left;
  }
}

.p-company-sec03-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 75px 75px;
}

@media screen and (max-width: 1090px) {
  .p-company-sec03-block01 {
    gap: 75px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-company-sec03-block01 {
    grid-template-columns: 1fr 1fr;
    gap: 60px 30px;
  }
}

.p-company-sec03-block01__text {
  padding-top: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-company-sec03-block01__text {
    padding-top: 10px;
  }
}

.p-company-sec04 {
  padding: 120px 0 190px;
}

@media screen and (max-width: 767px) {
  .p-company-sec04 {
    padding: 120px 0 100px;
  }
}

.p-company-sec04__lead {
  width: 100%;
  max-width: 758px;
  margin: 0 auto 85px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-company-sec04__lead {
    margin: 0 auto 50px;
  }
}

.p-company-sec04-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 67px 67px;
}

@media screen and (max-width: 1090px) {
  .p-company-sec04-block01 {
    gap: 67px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-company-sec04-block01 {
    grid-template-columns: 1fr 1fr;
    gap: 60px 30px;
  }
}

.p-company-sec04-block01__text {
  padding-top: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-company-sec04-block01__text {
    padding-top: 10px;
  }
}

.p-company-sec05 {
  padding: 85px 0 95px;
  background: url("../img/company/sec05-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
}

.p-company-sec05__lead {
  margin-bottom: 50px;
  line-height: 2;
}

.p-company-sec05-heading {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 35px;
  line-height: 1.1;
  margin-bottom: 55px;
}

.p-company-sec05-heading__en {
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-company-sec05-heading__en {
    font-size: 40px;
  }
}

.p-company-sec05-heading__jp {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .p-company-sec05-heading__jp {
    font-size: 16px;
  }
}

.p-company-sec06 {
  padding: 120px 0 150px;
}

@media screen and (max-width: 767px) {
  .p-company-sec06 {
    padding: 120px 0 100px;
  }
}

.p-company-sec07 {
  padding: 110px 0 120px;
}

.p-company-timeline {
  position: relative;
  width: 100%;
  max-width: 752px;
  margin: auto;
  padding-left: 42px;
}

.p-company-timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 20px;
  bottom: 10px;
  width: 2px;
  border-left: 2px dotted #234c9d;
}

@media screen and (max-width: 767px) {
  .p-company-timeline::before {
    left: 7px;
  }
}

.p-company-timeline__item {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-company-timeline__item {
    margin-bottom: 50px;
  }
}

.p-company-timeline__marker {
  position: absolute;
  left: -41px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #85d8fe;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-company-timeline__marker {
    top: 6px;
    width: 15px;
    height: 15px;
  }
}

.p-company-timeline__content {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-company-timeline__content {
    gap: 10px;
    flex-direction: column;
  }
}

.p-company-timeline__date {
  width: fit-content;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #234c9d;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-company-timeline__date {
    font-size: 22px;
  }
}

.p-company-timeline__date>span {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .p-company-timeline__date>span {
    font-size: 14px;
  }
}

.p-company-timeline__text {
  flex: 1;
  line-height: 2;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-company-timeline__text {
    padding-top: 5px;
  }
}

/* --------------------------
RECRUIT
--------------------------- */
.p-recruit-sec02 {
  padding-bottom: 170px;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec02 {
    padding-bottom: 100px;
  }
}

.p-recruit-sec02-block01__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 1090px) {
  .p-recruit-sec02-block01__item {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-sec02-block01__item {
    flex-wrap: wrap;
  }
}

.p-recruit-sec02-block01__item--rev {
  flex-direction: row-reverse;
}

.p-recruit-sec02-block01__img {
  position: relative;
  width: calc(40% - 20px);
  max-width: 450px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec02-block01__img {
    width: 100%;
    margin: auto;
  }
}

.p-recruit-sec02-block01__contents {
  width: 54%;
}

@media screen and (max-width: 1090px) {
  .p-recruit-sec02-block01__contents {
    width: 57%;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-sec02-block01__contents {
    width: 100%;
  }
}

.p-recruit-sec02-block01__title {
  position: relative;
  margin-bottom: 45px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec02-block01__title {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.p-recruit-sec02-block01__title::after {
  content: "";
  position: absolute;
  bottom: -22px;
  right: 0;
  width: 60vw;
  height: 1px;
  background-color: #85d8fe;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec02-block01__title::after {
    bottom: -15px;
    width: 100%;
  }
}

.p-recruit-sec02-block01__title--rev::after {
  left: 0;
  right: auto;
}

.p-recruit-sec02-block01__text {
  line-height: 2;
}

.p-recruit-sec03 {
  padding: 55px 0 110px;
  background: url("../img/recruit/sec03-bg01.png") no-repeat 50% 50%;
  background-size: cover;
}

.p-recruit-sec03-list01 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 1090px) {
  .p-recruit-sec03-list01 {
    max-width: 590px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruit-sec03-list01 {
    gap: 20px 8px;
  }
}

.p-recruit-sec03-list01 li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  border-radius: 100px;
  background-color: #c6e0ff;
  color: #234c9d;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 19px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec03-list01 li {
    width: 150px;
    height: 150px;
    font-size: 16px;
  }
}


.p-recruit-sec03-list01 li:nth-child(even) {
  background-color: #3786d7;
  color: #fff;
}

.p-recruit-sec04 {
  padding: 100px 0 170px;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec04 {
    padding: 100px 0 100px;
  }
}

.p-recruit-sec04__title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 75px;
  padding: 10px 27px;
  background-color: #234c9d;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec04__title {
    margin: 0 auto 50px;
    padding: 10px 20px;
    font-size: 16px;
  }
}

.p-recruit-sec05 {
  padding: 70px 0 120px;
}

@media screen and (max-width: 767px) {
  .p-recruit-sec05-block01 {
    text-align: center;
  }
}

main.preload .fadeIn, main.preload .blur {
	opacity: 0 !important;
}