@charset "UTF-8";
span {
  display: inline-block;
}

.page-scroll {
  position: absolute;
  bottom: 8%;
  left: 5%;
}
.page-scroll__text {
  position: relative;
}
.page-scroll__text-desc {
  font-size: 1.4rem;
  font-size: clamp(10px, 2.63vw, 14px);
  line-height: 1;
  color: #092846;
}
.page-scroll__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #092846;
  right: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  width: 1px;
  height: 112px;
  animation: scroll 1.5s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@media screen and (max-width: 1024px) {
  .page-scroll {
    bottom: 7%;
    left: 5.3%;
  }
}
@media screen and (max-width: 480px) {
  .page-scroll {
    bottom: 8%;
    left: 5%;
  }
  .page-scroll__text::after {
    right: 50%;
    bottom: -85px;
    height: 76px;
  }
}
.top__wrapper {
  display: flex;
}
.top__fv {
  width: 77vw;
}
.top__fv-container {
  width: 100%;
  height: 100vh;
}
.top__fv-inner {
  position: relative;
  width: 96.6%;
  height: calc(100vh - 3.5%);
  padding-top: 3.5%;
  padding-right: 3.4%;
}
.top__fv-inner::after {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  width: 50vw;
  height: 80vh;
  background: linear-gradient(to right, #FF9158, #FFBB1E);
  z-index: -1;
}
.top__fv-bg {
  width: 100%;
  height: 100%;
}
.top__fv-bg-wrapper {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../second-img/fv.jpg);
  border-radius: 50px;
}
.top__fv-copy {
  position: absolute;
  top: 40%;
  display: inline-block;
  font-family: "Kanit", serif;
  font-size: clamp(48px, 12.6vw, 90px);
  font-weight: 700px;
  line-height: 1.1;
  color: #ffffff;
  left: 5%;
}
.top__fv-lead {
  position: absolute;
  right: 13.2%;
  bottom: 10%;
}
.top__fv-lead--text {
  padding: 0.25em 0.7em;
  font-size: clamp(16px, 4.2vw, 28px);
  line-height: 2;
  background-color: #F8B41E;
  color: #ffffff;
  display: inline;
}
.top__fv-lead-copy--second {
  margin-top: 0.8vw;
}

@media screen and (min-width: 1441px) {
  .top__fv {
    width: 78vw;
  }
  .top__fv-copy {
    font-size: clamp(90px, 6.25vw, 140px);
  }
  .top__fv-lead--text {
    font-size: clamp(28px, 1.94vw, 43px);
  }
}
@media screen and (max-width: 1024px) {
  .top__wrapper {
    display: block;
  }
  .top__fv {
    width: 100%;
  }
  .top__fv-inner {
    margin-top: 33px;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 3.75%;
    box-sizing: border-box;
  }
  .top__fv-inner::after,
  .top__fv-inner ::before {
    content: none;
  }
  .top__fv-bg {
    max-width: 1120px;
    width: 100%;
    aspect-ratio: 365/589;
    max-height: 100%;
  }
  .top__fv-bg-wrapper {
    border-radius: 20px 0 0 20px;
  }
  .top__fv-bg-wrapper::after {
    content: none;
  }
  .top__fv-copy {
    left: 10%;
  }
  .top__fv-lead {
    right: 6%;
  }
}
@media screen and (max-width: 480px) {
  .top__fv-inner {
    margin-top: 16px;
    padding-left: 10px;
  }
  .top__fv-container {
    height: auto;
  }
  .top__fv-bg-wrapper {
    background-image: url(../second-img/24516327.jpg);
  }
  .top__fv-text {
    left: 19px;
    transform: none;
    bottom: 14.9%;
  }
  .top__fv-text--copy {
    padding: 14px 13px 14px 13px;
  }
}
.about-slideshow {
  position: relative;
  padding-top: 63px;
  padding-bottom: 63px;
  padding-left: 48px;
  background-color: #F8F8F8;
}
.about-slideshow__copy {
  position: absolute;
  top: 52.4%;
  right: 15.6%;
  z-index: 100;
}
.about-slideshow__copy-wrapper {
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: flex-end;
}
.about-slideshow__copy-text {
  background-color: #F8F8F8;
  writing-mode: vertical-rl;
  padding-top: 26px;
  padding-left: 32px;
  padding-right: 29px;
  padding-bottom: 7px;
}
.about-slideshow__copy-text--large {
  line-height: 1.4;
  font-size: clamp(2.4rem, 1.837rem + 2.4vw, 4rem);
  letter-spacing: 0.5em;
}
.about-slideshow__copy-text--highlight {
  color: #F8B41E;
}
.about-slideshow__copy-img {
  padding-bottom: 40px;
  width: 11vw;
}
.about-slideshow__copy-img img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1441px) {
  .about-slideshow__copy {
    top: 75%;
  }
  .about-slideshow__copy-text--large {
    font-size: clamp(4rem, 2.7vw, 5.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .about-slideshow__copy {
    right: 7.2%;
    top: 65.4%;
  }
  .about-slideshow__copy-img {
    width: 14vw;
  }
}
@media screen and (max-width: 768px) {
  .about-slideshow__copy {
    right: 27px;
    top: 50%;
  }
  .about-slideshow__copy-wrapper {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .about-slideshow__copy-text {
    padding-left: 24px;
    padding-right: 24px;
  }
  .about-slideshow__copy-img {
    max-width: 110px;
    width: 100%;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .about-slideshow {
    padding-top: 16px;
    padding-bottom: 58px;
    padding-left: 19px;
  }
  .about-slideshow__copy {
    top: 42.3%;
  }
  .about-slideshow__copy-text {
    padding-left: 12px;
    padding-right: 19px;
    padding-top: 23px;
    padding-bottom: 10px;
  }
  .about-slideshow__copy-text--large {
    font-size: 2.4rem;
    margin-left: 7px;
  }
  .about-slideshow__copy-img {
    max-width: 80px;
    width: 100%;
  }
}
.about__inner {
  margin-top: 24vh;
  width: 77vw;
  box-sizing: border-box;
}
.about__wrapper {
  position: relative;
  z-index: 1000;
  margin-top: 70px;
}
.about__content {
  margin-top: 41px;
}
.about__content-btn--primary {
  margin-top: 40px;
}

@media screen and (min-width: 1441px) {
  .about__inner {
    max-width: 75vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .about__inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .about__wrapper {
    margin-top: 50px;
    padding-left: 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .about__inner {
    margin-top: 16vh;
  }
  .about__wrapper {
    margin-top: 126px;
  }
}
@media screen and (max-width: 480px) {
  .about .content-block__desc--about {
    font-size: 1.4rem;
  }
  .about__inner {
    margin-top: 72px;
  }
  .about__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about__content-btn--primary {
    margin-top: 29px;
  }
}
.swiper-slide {
  aspect-ratio: 1/1;
  max-width: 360px;
}

@media screen and (min-width: 1441px) {
  .swiper-slide {
    max-width: 495px;
  }
}
.service .section__heading--service {
  position: relative;
  width: 100%;
}
.service .section__heading--service::after {
  content: "";
  z-index: 20;
  position: absolute;
  top: 45px;
  right: 20px;
  width: 16vw;
  aspect-ratio: 300/236;
  background-size: cover;
  background-image: url(../second-img/illustration3.png);
}
.service__outer {
  position: relative;
  padding-top: 49px;
  padding-bottom: 100px;
}
.service__outer::after {
  position: absolute;
  z-index: -2;
  content: "";
  background-color: #FFF7F5;
  width: 67.22%;
  height: 100%;
  top: 0;
  right: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.service__wrapper {
  max-width: 1002px;
  width: 100%;
}

@media screen and (min-width: 1441px) {
  .service__outer {
    padding-top: 3.5vw;
    padding-bottom: 7vw;
  }
  .service__wrapper {
    max-width: none;
    width: 97%;
    padding-right: 3%;
  }
  .service__outer::after {
    width: 67vw;
  }
}
@media screen and (max-width: 1280px) {
  .service .section__heading--service::after {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .service .content-block__desc {
    max-width: none;
  }
  .service .section__heading--service::after {
    top: 0;
    transform: translateY(-65%);
  }
  .service__outer {
    padding-top: 49px;
    padding-bottom: 100px;
  }
  .service__wrapper {
    max-width: 1002px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .service .section__heading--service::after {
    transform: translateY(-78%);
    width: 110px;
    right: 0;
  }
  .service__outer {
    margin-top: 120px;
    padding-top: 26px;
    padding-bottom: 91px;
  }
  .service__outer::after {
    width: 73.22%;
  }
}
.service-contents__wrapper {
  margin-top: 90px;
  width: 100%;
  align-items: flex-end;
  -moz-column-gap: 57px;
       column-gap: 57px;
}
.service-contents__wrapper--top {
  margin-top: 64px;
}
.service-contents__wrapper--middle {
  -moz-column-gap: 53px;
       column-gap: 53px;
}
.service-contents__img {
  max-width: 516px;
  width: 100%;
  aspect-ratio: 516/464;
}
.service-contents__img img {
  width: 100%;
  height: 100%;
}
.service-contents__detail {
  position: relative;
  max-width: 430px;
  width: 100%;
}
.service-contents__detail--first::before {
  position: absolute;
  font-size: 16.8rem;
  font-family: "Kanit", serif;
  z-index: -1;
  content: "01";
  top: 0px;
  left: 0px;
  transform: translateX(-45%) translateY(-94%);
}
.service-contents__detail--second::before {
  content: "02";
  position: absolute;
  font-size: 16.8rem;
  font-family: "Kanit", serif;
  z-index: -1;
  content: "02";
  top: 0;
  right: 0;
  transform: translate(38%, -93%);
}
.service-contents__detail--third::before {
  position: absolute;
  font-size: 16.8rem;
  font-family: "Kanit", serif;
  z-index: -1;
  content: "03";
  top: 0px;
  left: 0px;
  transform: translateX(-38%) translateY(-94%);
}
.service-contents__detail::before {
  color: #FCDD99;
}
.service-contents__detail-ttl {
  margin-top: 11px;
  display: inline-block;
  padding: 10px 16px;
  font-size: 2.4rem;
  background: #ffffff;
  color: #092846;
}
.service-contents__detail-content {
  margin-top: 48px;
}

@media screen and (min-width: 1441px) {
  .service-contents {
    max-width: none;
    width: 100%;
  }
  .service-contents .content-block__desc {
    max-width: 500px;
  }
  .service-contents__wrapper {
    margin-top: 12vh;
    width: 97%;
    padding-right: 3%;
  }
  .service-contents__img {
    max-width: none;
    width: 50%;
  }
  .service-contents__detail {
    max-width: none;
    width: 50%;
  }
  .service-contents__detail-contents {
    margin-top: 3.5vw;
  }
  .service-contents__detail::before {
    font-size: clamp(168px, 11.6vw, 230px);
  }
  .service-contents__detail-ttl {
    font-size: clamp(24px, 1.6vw, 32px);
  }
}
@media screen and (max-width: 1280px) {
  .service-contents__detail {
    padding-top: 15.2rem;
  }
  .service-contents__detail--first::before {
    transform: translateX(-45%) translateY(5%);
  }
  .service-contents__detail--second::before {
    transform: translateX(38%) translateY(5%);
  }
  .service-contents__detail--third::before {
    transform: translateX(-38%) translateY(5%);
  }
  .service-contents__detail-content {
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .service-contents .multiple-column {
    display: block;
  }
  .service-contents__heading {
    position: relative;
    width: 100%;
  }
  .service-contents__heading::after {
    content: "";
    z-index: 20;
    position: absolute;
    top: 0;
    right: 20px;
    width: 90px;
    transform: translateY(-100%);
    background-image: url(../img/contract_02\ 1.png);
  }
  .service-contents__img {
    margin: 0 auto;
  }
  .service-contents__detail {
    max-width: 516px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
  }
  .service-contents__detail--first::before, .service-contents__detail--second::before, .service-contents__detail--third::before {
    font-size: 4.8rem;
    left: auto;
    bottom: 0;
    right: 0;
    transform: none;
  }
  .service-contents__detail-ttl {
    margin-top: 0;
  }
  .service-contents__detail-content {
    margin-top: 26px;
  }
}
@media screen and (max-width: 480px) {
  .service-contents .content-block__desc--service {
    line-height: 1.8;
  }
  .service-contents__wrapper {
    margin-top: 56px;
  }
  .service-contents__wrapper--top {
    margin-top: 24px;
  }
  .service-contents__detail {
    margin-top: 21px;
  }
  .service-contents__detail-content {
    margin-top: 17px;
  }
  .service-contents__detail-ttl--third {
    padding: 10px 5px;
  }
}
.news__list {
  box-sizing: border-box;
  margin-top: 46px;
  padding-right: 40px;
}
.news__item {
  position: relative;
  border-bottom: 1px solid #F8B41E;
}
.news__item-link {
  display: inline;
  cursor: pointer;
}
.news__item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  /* arrow size */
  height: 10px;
  /* arrow size */
  border-top: 3px solid #F8B41E;
  /* thickness, color */
  border-right: 3px solid #F8B41E;
  transform: rotate(45deg);
}
.news__item:first-child {
  border-top: 1px solid #F8B41E;
}
.news__item-content {
  padding: 31px 0;
}
.news__item-header {
  color: #F8B41E;
  font-size: 1.4rem;
}
.news__item-header--category {
  max-width: 116px;
  width: 100%;
  padding: 5px 1px;
  box-sizing: border-box;
  border: 1px solid #F8B41E;
  text-align: center;
}
.news__item-header--date {
  margin-left: 12px;
}
.news__item-desc {
  margin-top: 24px;
}

@media screen and (min-width: 1441px) {
  .news__list {
    margin-top: 3vw;
  }
  .news__item-content {
    padding: 2.2vw 0;
  }
  .news__item-desc {
    font-size: clamp(16px, 1.1vw, 22px);
  }
  .news__item-header--category {
    padding: 7px 1px;
    max-width: 180px;
    font-size: clamp(16px, 1.1vw, 18px);
  }
  .news__item-header--date {
    font-size: clamp(14px, 0.97vw, 16px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .news__list {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .news__item-desc {
    line-height: 1.75;
    padding-right: 53px;
  }
}
@media screen and (max-width: 480px) {
  .news__item::after {
    right: 5px;
  }
  .news__item-content {
    padding-top: 16px;
    padding-bottom: 15px;
  }
  .news__item-content--middle {
    padding-top: 16px;
    padding-bottom: 9px;
  }
  .news__item-content--last {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .news__item-desc {
    padding-right: 37px;
    margin-top: 17px;
    font-size: 1.4rem;
  }
  .news__item-desc--middle {
    margin-top: 10px;
  }
  .news__item-desc--last {
    margin-top: 10px;
  }
}
/* モーダルと背景の指定 */
.news-modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 999;
}
.news-modal__wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.news-modal__wrapper.is-active {
  opacity: 1;
  visibility: visible;
}
.news-modal__container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 860px;
  aspect-ratio: 860/791;
  width: 100%;
  background-color: #ffffff;
  margin-top: 55px;
}

@media screen and (min-width: 1441px) {
  .news-modal__container {
    max-width: none;
    width: 65vw;
    margin-top: 2vw;
  }
}
@media (max-width: 1220px) {
  .news-modal__container {
    margin-top: 30px;
  }
}
@media (max-width: 900px) {
  .news-modal__container {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  top: -9px;
  right: -15px;
  transform: translateX(15px);
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

@media screen and (min-width: 1441px) {
  .modal-close {
    top: -1vw;
    right: -3vw;
    font-size: clamp(32px, 2.2vw, 62px);
  }
}
/* モーダルのコンテンツ部分の指定 */
.modal-content {
  height: 100vh;
  overflow-y: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.modal-content .news__item-content {
  padding: 0;
}
.modal-content__inner {
  max-width: 696px;
  text-align: left;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 16px 20px 24px 20px;
  box-sizing: border-box;
}
.modal-content__ttl {
  margin-top: 17px;
  font-size: 2.4rem;
  line-height: 1.7;
}
.modal-content__img {
  margin-top: 16px;
  width: 100%;
  aspect-ratio: 656/366;
}
.modal-content__desc {
  margin-top: 36px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
.modal-content__btn {
  margin-top: 60px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 1441px) {
  .modal-content__inner {
    max-width: none;
    width: 90%;
    padding: 1.2vw 1.8vw 1.8vw 1.4vw;
  }
}
@media (max-width: 980px) {
  .modal-close {
    top: 0;
    right: 20px;
    color: #F8B41E;
  }
}
@media screen and (max-width: 768px) {
  .modal-content {
    height: 90vh;
  }
  .modal-content__ttl {
    font-size: 1.8rem;
  }
  .modal-content__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .news-modal__container {
    aspect-ratio: none;
    height: 90vh;
  }
}
@media screen and (max-width: 480px) {
  .news-modal__wrapper {
    padding: 20px 0;
  }
}/*# sourceMappingURL=style.css.map */