@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.inline-pc {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .inline-pc {
    display: none;
  }
}

.inline-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .inline-sp {
    display: inline;
  }
}

.no-link {
  pointer-events: none;
}

.scroll-head {
  scroll-margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .scroll-head {
    scroll-margin-top: 5.6rem;
  }
}

.cs-subheader {
  display: none;
}

.c-title--ptn1 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 45px;
  position: relative;
  line-height: 1.3571428571 !important;
  letter-spacing: 0.1em !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  color: #000 !important;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn1 {
    margin-bottom: 40px;
    line-height: 1.4166666667 !important;
    font-size: 24px !important;
  }
}
.c-title--ptn1.is-white {
  color: #FFF !important;
}
.c-title--ptn1.is-white .is-main::before, .c-title--ptn1.is-white .is-main::after {
  background-image: url(../img/home/title-decoration-white.webp);
}
.c-title--ptn1 .is-main {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
}
.c-title--ptn1 .is-main::before, .c-title--ptn1 .is-main::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/home/title-decoration.webp) 50% 50%/100% no-repeat;
  position: absolute;
  bottom: calc(100% + 2px);
}
.c-title--ptn1 .is-main::before {
  left: calc(50% - 16px - 2px);
}
.c-title--ptn1 .is-main::after {
  right: calc(50% - 16px - 2px);
}
.c-title--ptn1 .is-bg {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  bottom: 3px;
  translate: -50% 0;
  line-height: 1.16;
  white-space: nowrap;
  font-size: 100px;
  font-weight: 700;
  font-family: "Montserrat", serif;
  color: #F1F4F4;
}
.c-title--ptn1 .is-bg.is-white {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .c-title--ptn1 .is-bg {
    top: -36px;
    bottom: auto;
    font-size: 50px;
  }
}

.c-btn--ptn1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 64px;
  border-radius: 100px;
  box-shadow: 0 4px 0 #F55139;
  box-sizing: border-box;
  background: #FF735D;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.075em;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  transition: 0.3s;
}
.c-btn--ptn1::after {
  content: "";
  width: 8.38px;
  height: 13.76px;
  background: url(../img/home/btn-arrow-01.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 20.3px;
  translate: 0 -50%;
}
.c-btn--ptn1:hover {
  box-shadow: 0 0 0;
  translate: 0 4px;
  color: #FFF;
}
.c-btn--ptn1.is-back::after {
  right: auto;
  left: 20px;
  transform: scale(-1, 1);
}

.l-container--ptn1 {
  max-width: 1243px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.l-container--ptn2 {
  max-width: 923px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.l-container--ptn3 {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.l-archive-list {
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .l-archive-list {
    padding: 56px 0;
  }
}
.l-archive-list__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
}
@media only screen and (max-width: 768px) {
  .l-archive-list__wrap {
    grid-template-columns: 100%;
    gap: 24px;
    max-width: 261px;
    width: 100%;
    margin: 0 auto;
  }
}
.l-archive-list__item_image {
  display: block;
  width: 100%;
  height: 186px;
  border: 2px solid #CFCFCF;
  border-radius: 19px;
  box-sizing: border-box;
  overflow: hidden;
}
.l-archive-list__item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-archive-list__item_content {
  padding: 12px 0 0;
}
.l-archive-list__item_date {
  margin: 0 0 2px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 400;
}
.l-archive-list__item_title {
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 400;
}
.l-archive-list__item_title a {
  color: #000;
}

.l-paginate {
  display: flex;
  justify-content: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 85px auto 0;
  position: relative;
}
.l-paginate .page-numbers:not(.prev, .next) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  aspect-ratio: 1/1;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.l-paginate .page-numbers:not(.prev, .next).current {
  text-decoration: underline;
  color: #6DC6C6;
}
.l-paginate .page-numbers.prev,
.l-paginate .page-numbers.next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../img/home/paginate-arrow.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.l-paginate .page-numbers.prev {
  right: calc(100% + 24px);
}
.l-paginate .page-numbers.next {
  left: calc(100% + 24px);
  transform: scale(-1, 1);
}

.l-page-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  background: #6DC6C6;
}
@media only screen and (max-width: 768px) {
  .l-page-header {
    height: min(160px, 42.328042328vw);
  }
}
.l-page-header__title {
  line-height: 1.3571428571 !important;
  letter-spacing: 0.1em !important;
  text-align: center !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  color: #FFF !important;
}
@media only screen and (max-width: 768px) {
  .l-page-header__title {
    font-size: min(28px, 7.4074074074vw) !important;
  }
}

.l-single__head_date {
  margin: 0 0 10px;
  line-height: 1.7142857143 !important;
  letter-spacing: 0.1em !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.l-single__head_title {
  margin: 0 auto !important;
  line-height: 1.6875 !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
@media only screen and (max-width: 768px) {
  .l-single__head_title {
    line-height: 1.7083333333 !important;
    font-size: 24px !important;
  }
}
.l-single__head_image {
  margin: 32px auto 0;
  border-radius: 19px;
  box-sizing: border-box;
  overflow: hidden;
}
.l-single__head_image img {
  width: 100%;
}
.l-single__body {
  padding: 40px 0 0;
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 400;
}
.l-single__body p {
  line-height: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #000;
}
.l-single__body p + P {
  margin-top: 40px;
}
.l-single__btn {
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
}

.p-home-mv img {
  width: 100%;
}

.p-home-about {
  padding: 126px 0 0;
  background: url(../img/home/commit_bg.webp) 50% 100%/100% no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-home-about {
    padding-top: 62px;
    background-position: 50% calc(100% - min(154px, 41.0666666667vw));
  }
}
.p-home-about__head {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-home-about__head {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
.p-home-about__lead {
  margin: 0 auto 72px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .p-home-about__lead {
    margin-bottom: 40px;
    text-align: left;
  }
}
.p-home-about__lead p {
  line-height: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  color: inherit;
}
.p-home-about__lead p + p {
  margin-top: 1.6em;
}
.p-home-about__loops {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  height: 164px;
  overflow: hidden;
}
.p-home-about__loops_item {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.p-home-about__loops_item img {
  width: auto;
  height: 100%;
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.p-home-open {
  padding: 113px 0 108px;
  background: url(../img/home/open_bg.webp) 50% 0/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .p-home-open {
    padding: 56.3px 0 100px;
    background-image: url(../img/home/open_bg-sp.webp);
  }
}
.p-home-open img {
  width: 100%;
}
.p-home-open__container {
  max-width: 966px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-home-open__container {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
.p-home-open__title {
  width: 78.45px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .p-home-open__title {
    width: 272px;
    margin: 0 auto 57.5px;
    position: static;
  }
}
.p-home-open__wrap {
  display: flex;
  flex-direction: column;
  gap: 34px;
  max-width: 826px;
  width: 100%;
  margin: 0 0 0 auto;
}
.p-home-open__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-home-open__item {
    flex-direction: column;
    gap: 16px;
  }
}
.p-home-open__item_image {
  width: min(290px, 29vw);
}
@media only screen and (max-width: 768px) {
  .p-home-open__item_image {
    width: min(290px, 77.3333333333vw);
  }
}
.p-home-open__item_content {
  width: calc(100% - min(326px, 326vw));
}
@media only screen and (max-width: 768px) {
  .p-home-open__item_content {
    width: 100%;
  }
}
.p-home-open__item_title {
  margin: 0 0 20px;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: 900;
}
.p-home-open__item_title span {
  background: #FFD561;
}
.p-home-open__item_caption {
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 400;
}

.p-home-environment {
  padding: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  .p-home-environment {
    padding-bottom: 56px;
  }
}
.p-home-environment img {
  width: 100%;
}
.p-home-environment__lead {
  margin: 0 auto 50px !important;
  line-height: 1.3333333333 !important;
  letter-spacing: 0.1em !important;
  text-align: center;
  font-size: 18px !important;
  font-weight: 400 !important;
}
@media only screen and (max-width: 768px) {
  .p-home-environment__lead {
    margin-bottom: 40px !important;
  }
}
.p-home-environment__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 27px 26px;
}
@media only screen and (max-width: 768px) {
  .p-home-environment__wrap {
    grid-template-columns: 100%;
    gap: 16px;
  }
}
.p-home-environment__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 29px;
  border: 4px solid #6DC6C6;
  border-radius: 19px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .p-home-environment__item {
    flex-direction: column;
    gap: 16px;
    padding: 30px;
  }
}
.p-home-environment__item_image {
  width: min(200px, 20vw);
}
@media only screen and (max-width: 768px) {
  .p-home-environment__item_image {
    width: 100%;
  }
}
.p-home-environment__item_content {
  width: calc(100% - min(240px, 24vw));
}
@media only screen and (max-width: 768px) {
  .p-home-environment__item_content {
    width: 100%;
  }
}
.p-home-environment__item_title {
  display: block;
  margin: 0 0 20px;
  position: relative;
  line-height: 1.3571428571;
  letter-spacing: 0.1em;
  font-size: 28px;
  font-weight: 900;
  color: #6DC6C6;
}
@media only screen and (max-width: 768px) {
  .p-home-environment__item_title {
    margin-bottom: 16px;
    line-height: 1.5833333333;
    font-size: 24px;
  }
}
.p-home-environment__item_title::after {
  content: "";
  width: min(32px, 3.2vw);
  aspect-ratio: 1/1;
  background: url(../img/home/link-arrow.svg) 50% 50%/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  .p-home-environment__item_title::after {
    width: min(24px, 6.4vw);
  }
}
.p-home-environment__item_caption {
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 400;
}

.p-home-news {
  padding: 60px 0;
  background: #6DC6C6;
}
@media only screen and (max-width: 768px) {
  .p-home-news {
    padding: 76px 0 56px;
  }
}
.p-home-news__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(40px, 3.3812341505vw);
}
@media only screen and (max-width: 768px) {
  .p-home-news__wrap {
    grid-template-columns: 100%;
    gap: 24px;
    max-width: 261px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-home-news__item_image {
  display: block;
  width: 100%;
  height: 186px;
  border: 2px solid #CFCFCF;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.p-home-news__item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-news__item_content {
  padding: 12px 0 0;
}
.p-home-news__item_date {
  line-height: 1.3333333333 !important;
  letter-spacing: 0.1em !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #FFF !important;
}
.p-home-news__item_title {
  line-height: 1.7142857143 !important;
  letter-spacing: 0.1em !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.p-home-news__item_title a {
  text-decoration: none;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: #FFF !important;
}

.p-home-occupations {
  padding: 100px 0 85px;
  background: #D2F2F2;
}
@media only screen and (max-width: 768px) {
  .p-home-occupations {
    padding: 92px 0 56px;
  }
}
.p-home-occupations img {
  width: 100%;
}
.p-home-occupations__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px min(26px, 2.6vw);
}
@media only screen and (max-width: 768px) {
  .p-home-occupations__wrap {
    grid-template-columns: 100%;
    gap: 24px;
  }
}
.p-home-occupations__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px min(30px, 3vw) 38px;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
  box-sizing: border-box;
  background: #FFF;
}
@media only screen and (max-width: 768px) {
  .p-home-occupations__item {
    padding: 36px min(30px, 8vw) 38px;
  }
}
.p-home-occupations__item_image, .p-home-occupations__item_content, .p-home-occupations__item_title, .p-home-occupations__item_caption {
  display: block;
}
.p-home-occupations__item_image {
  width: min(148px, 14.8vw);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-home-occupations__item_image {
    width: min(148px, 39.4666666667vw);
  }
}
.p-home-occupations__item_content {
  width: 100%;
  padding: 17px 0 0;
}
.p-home-occupations__item_title {
  margin: 0 auto 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #6DC6C6;
}
.p-home-occupations__item_caption {
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.p-home-occupations__btn {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .p-home-occupations__btn {
    margin-top: 34px;
  }
}

.p-home-recommend {
  padding: 106px 0 80px;
}
.p-home-recommend__btn {
  display: flex;
  justify-content: center;
  margin: 34px auto 0;
}

/* 2025.05.12追加 */
.p-home-mv__bottom {
  background-color: #FF2300;
  padding: 10px;
}
.p-home-mv__bottom-text {
  display: block;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .p-home-mv__bottom-text {
    text-align: left;
  }
}