@charset "UTF-8";
/**** 共通カラー ****/
.section-mv .mv-frame {
  position: relative;
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: calc(100% - 20px);
  height: calc(100vh - 1.3888888889vw);
}
.section-mv .mv-swiper-container {
  height: 100%;
}
.section-mv .mv-mask {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.section-mv .mv-swiper {
  width: 100%;
  height: 100%;
}
.section-mv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-mv .mv-catch {
  position: absolute;
  bottom: 4.1666666667vw;
  left: 7.6388888889vw;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .section-mv .mv-catch {
    bottom: 9.7222222222vw;
  }
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch {
    bottom: 26.1333333333vw;
    left: 20px;
  }
}
.section-mv .mv-catch h1 {
  font-family: "NotoSansJP-Bold";
  font-size: clamp(2.8rem, 3.2vw, 4.2rem);
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch h1 {
    font-size: 2.4rem;
  }
}
.section-mv .mv-catch h1 div > span {
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .section-mv .mv-catch h1 div > span {
    margin-bottom: 16px;
  }
}
.section-mv .mv-catch h1 div > span.cover {
  overflow: hidden;
}
.section-mv .scroll_bar {
  position: absolute;
  background-image: url(../image/mv-deco.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(90deg) translate(0, 100%);
  transform-origin: bottom right;
  bottom: 4.1666666667vw;
  right: -40px;
  z-index: 2;
  width: 140px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .section-mv .scroll_bar {
    bottom: 24vw;
  }
}
.section-mv .scroll_bar > span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins-SemiBold";
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  text-align: center;
  line-height: 30px;
  transform: translateX(-16px);
  position: relative;
}
.section-mv .scroll_bar > span::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  top: -4px;
  bottom: 0;
  left: 100px;
  margin: auto;
  background-color: #cccccc;
}
.section-mv .scroll_bar > span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #e8871a;
  top: -4px;
  bottom: 0;
  left: 123px;
  margin: auto;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    left: 93px;
  }
  100% {
    left: 123px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.section-parts_01 {
  padding-top: 140px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .section-parts_01 {
    padding-top: 86px;
  }
}
.section-parts_01 ul > li {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-family: "NotoSansJP-Bold";
  line-height: 1.1875;
  padding: 20px 8px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-parts_01 ul > li {
    font-size: 2rem;
  }
}
.section-parts_01 ul > li::before {
  content: "";
  position: absolute;
  background-image: url(../image/border.webp);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
}
.section-parts_01 ul > li:last-of-type::after {
  content: "";
  position: absolute;
  background-image: url(../image/border.webp);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.section-parts_01 ul > li .mark {
  display: inline-block;
  background-image: url(../image/area.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 37.5px;
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  font-family: "NotoSansJP-Bold";
  color: #ffffff;
  text-align: center;
  padding-top: 6px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .section-parts_01 ul > li .mark {
    width: 26px;
    height: 32.5px;
    font-size: 1.2rem;
  }
}
.section-parts_01 .child_item_parts.parts01 {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .section-parts_01 .child_item_parts.parts01 {
    width: 100%;
  }
}
.section-parts_01 .child_item_parts.parts02 {
  width: 73%;
}
@media screen and (max-width: 768px) {
  .section-parts_01 .child_item_parts.parts02 {
    width: 100vw;
    margin-left: -40px;
    margin-top: 40px;
  }
}

.section-parts_02 {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .section-parts_02 {
    padding-bottom: 80px;
  }
}
.section-parts_02 .swiper-slide.pt40 {
  padding-top: 40px;
}
.section-parts_02 .swiper-slide.pt80 {
  padding-top: 80px;
}
.section-parts_02 .swiper-slide.pt120 {
  padding-top: 120px;
}

.section-parts_03 {
  padding-top: 135px;
  background-color: #edeff0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-parts_03 {
    padding-top: 78px;
  }
}
.section-parts_03 .circle-wrapper {
  position: absolute;
  width: 55.5555555556vw;
  height: 55.5555555556vw;
  right: 0;
  top: 135px;
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .section-parts_03 .circle-wrapper {
    width: 200vw;
    height: 200vw;
    transform: translateX(75%);
  }
}
.section-parts_03 .circle-wrapper .circle {
  width: 100%;
  height: 100%;
  background-image: url(../image/service-circle01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  animation: rotation 30s linear infinite;
  transform-origin: center;
}
.section-parts_03.revice {
  padding-bottom: 140px;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .section-parts_03.revice {
    padding-bottom: 80px;
  }
}
.section-parts_03.revice .circle-wrapper {
  position: absolute;
  width: 55.5555555556vw;
  height: 55.5555555556vw;
  left: 0;
  top: 135px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .section-parts_03.revice .circle-wrapper {
    right: 0;
    left: auto;
    width: 200vw;
    height: 200vw;
    transform: translateX(75%);
  }
}
.section-parts_03.revice .circle-wrapper .circle {
  width: 100%;
  height: 100%;
  background-image: url(../image/service-circle02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  animation: rotation 30s linear infinite;
  transform-origin: center;
}
.section-parts_03.revice .wrap::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: calc(100vw - 40px);
  height: calc(100% + 80px);
  margin-left: calc(50% - 50vw);
  margin-right: auto;
  bottom: 0;
  left: 0;
  border-radius: 0 0 30px 0;
}
.section-parts_03 .parts01 {
  width: 50vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-parts_03 .parts01 {
    width: calc(100% + 20px);
    margin-bottom: 36px;
  }
}
.section-parts_03 .parts02 {
  width: 43%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-parts_03 .parts02 {
    width: 100%;
  }
}
.section-parts_03 .wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding-top: 74px;
  padding-bottom: 78px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-parts_03 .wrap {
    width: calc(100% - 40px);
    margin-top: 36px;
    border-radius: 10px;
    padding-top: 40px;
    padding-bottom: 38px;
  }
}
.section-parts_03 .wrap::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: calc(100vw - 40px);
  height: calc(100% + 80px);
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  bottom: 0;
  right: 0;
  border-radius: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .section-parts_03 .wrap::after {
    display: none;
  }
}
.section-parts_03 .wrap .inner-wrap {
  position: relative;
  z-index: 2;
}
.section-parts_03 .wrap .flex_wrap {
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section-parts_03 .wrap .flex_wrap {
    flex-direction: column;
  }
}
.section-parts_03 .wrap .note {
  margin-top: 8px;
  text-align: center;
  line-height: 1.8;
}

.bg-image {
  position: relative;
  z-index: -1;
  transform: translateY(-26px);
}

.section-case {
  padding-top: 110px;
  padding-bottom: 138px;
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .section-case {
    padding-top: 50px;
    padding-bottom: 78px;
  }
}
.section-case::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: -52px;
  left: 0;
  width: 100%;
  height: 28px;
  border-radius: 30px 30px 0 0;
  z-index: 2;
}
.section-case .case_item {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .section-case .case_item {
    width: 100%;
  }
}
.section-case .case_item h3 {
  font-family: "NotoSansJP-Medium";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  padding-bottom: 8px;
  margin-bottom: 14px;
  position: relative;
}
.section-case .case_item h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../image/border-02.webp);
  background-repeat: repeat-x;
  background-size: contain;
}
.section-case .case_item h3 span {
  display: inline-block;
  background-color: #e8871a;
  font-family: "Poppins-SemiBold";
  width: 30px;
  aspect-ratio: 1;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  color: #ffffff;
  border-radius: 50%;
}
.section-case .case_item > ul {
  display: flex;
  justify-content: space-between;
}
.section-case .case_item > ul li {
  width: calc(50% - 10px);
  position: relative;
}
.section-case .case_item > ul li .scroll_bar {
  position: absolute;
  background-image: url(../image/mv-deco02.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(90deg) translate(0, 147%);
  text-align: center;
  padding-top: 4px;
  top: 50px;
  left: 0;
  z-index: 2;
  width: 100px;
  height: 30px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .section-case .case_item > ul li .scroll_bar {
    width: 80px;
    height: 24px;
    font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  }
}
.section-case .case_item > ul li .scroll_bar > span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins-SemiBold";
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  text-align: center;
  line-height: 30px;
  transform: translateX(-16px);
  position: relative;
}
.section-case .case_item > ul li .scroll_bar > span::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  top: -4px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #cccccc;
}
.section-case .case_item .note {
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .section-case .case_item .note {
    font-size: 1.2rem;
  }
}

.section_message {
  background-image: url(../image/section_message.webp);
  background-size: cover;
  position: relative;
  padding-top: 175px;
  padding-bottom: 146px;
  transform: translateY(-26px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section_message {
    padding-top: 96px;
    padding-bottom: 96px;
    background-image: url(../image/section_message_sp.webp);
  }
}
.section_message .flex_wrap {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .section_message .flex_wrap {
    justify-content: center;
    align-items: center;
  }
}
.section_message .flex_wrap .message-item01 {
  width: 50%;
  margin-right: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .section_message .flex_wrap .message-item01 {
    width: 100%;
    margin-right: 0;
  }
}
.section_message .flex_wrap .message-item02 {
  width: 30%;
  margin: 0 5%;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .section_message .flex_wrap .message-item02 {
    width: 70%;
    margin-top: 60px;
    margin-right: 0;
    margin-left: 0;
  }
}
.section_message .note {
  font-family: "NotoSansJP-Regular";
}

.section-company {
  padding-top: 120px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .section-company {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.section-company::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: -52px;
  left: 0;
  width: 100%;
  height: 28px;
  border-radius: 30px 30px 0 0;
  z-index: 2;
}

.contat-section {
  background-color: #edeff0;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .contat-section {
    padding-top: 76px;
    padding-bottom: 80px;
  }
}
.contat-section .contct-item01 {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .contat-section .contct-item01 {
    width: 100%;
  }
}
.contat-section .contct-item01 .note {
  font-family: "NotoSansJP-Bold";
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 10px;
}
.contat-section .contct-item02 {
  display: flex;
  justify-content: space-between;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .contat-section .contct-item02 {
    width: 100%;
    flex-direction: column;
    margin-top: 38px;
  }
}
.contat-section .contct-item02 .contact-box {
  width: calc(50% - 10px);
  padding-top: 2.7777777778vw;
  padding-left: 2.7777777778vw;
  padding-right: 2.7777777778vw;
  padding-bottom: 2.6388888889vw;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contat-section .contct-item02 .contact-box {
    width: 100%;
    padding: 35px;
  }
}
.contat-section .contct-item02 .contact_btn {
  text-align: center;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  color: #ffffff;
  font-family: "NotoSansJP-Bold";
  position: relative;
}
.contat-section .contct-item02 .contact_btn::before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  width: 5.5555555556vw;
  max-width: 80px;
  aspect-ratio: 1;
  margin: 0 auto 20px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .contat-section .contct-item02 .contact_btn::before {
    width: 70px;
  }
}
.contat-section .contct-item02 .contact_btn a {
  width: 100%;
  border: solid 1px #ffffff;
  border-radius: 20px;
  padding: 8px 20px 8px 0;
  position: relative;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}
.contat-section .contct-item02 .contact_btn a .deco {
  position: absolute;
  right: 10px;
  top: 8px;
  background-color: #ffffff;
  width: 1.3888888889vw;
  max-width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contat-section .contct-item02 .contact_btn a .deco {
    width: 5.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.contat-section .contct-item02 .contact_btn a .deco::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-image: url(../image/arrow_01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8.8px;
  aspect-ratio: 1;
  transition: 0.3s;
}
.contat-section .contct-item02 .contact_btn a .deco::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%) translateX(-300%);
  display: block;
  background-image: url(../image/arrow_01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8.8px;
  aspect-ratio: 1;
  transition: 0.3s;
}
.contat-section .contct-item02 .contact_btn a:hover .deco::after {
  transform: translateY(-50%) translateX(300%);
}
.contat-section .contct-item02 .contact_btn a:hover .deco::before {
  transform: translateY(-50%) translateX(0);
}
.contat-section .contct-item02 .tel_box {
  background-image: url(../image/conact_bg01.webp);
}
@media screen and (max-width: 768px) {
  .contat-section .contct-item02 .tel_box {
    margin-bottom: 40px;
  }
}
.contat-section .contct-item02 .tel_box .contact_btn::before {
  background-image: url(../image/contact_tel_icon.svg);
}
.contat-section .contct-item02 .tel_box .contact_btn a {
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .contat-section .contct-item02 .tel_box .contact_btn a {
    pointer-events: all;
  }
}
.contat-section .contct-item02 .tel_box .time {
  margin-top: 12px;
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  text-align: center;
  color: #ffffff;
}
.contat-section .contct-item02 .mail_box {
  background-image: url(../image/conact_bg02.webp);
}
.contat-section .contct-item02 .mail_box .contact_btn::before {
  background-image: url(../image/contact_mail_icon.svg);
}
.contat-section .contct-item02 .mail_box .contact_btn a .deco::after {
  background-image: url(../image/arrow_02.svg);
}
.contat-section .contct-item02 .mail_box .contact_btn a .deco::before {
  background-image: url(../image/arrow_02.svg);
}
.contat-section .contct-item02 .mail_box .form {
  margin-top: 12px;
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  text-align: center;
  color: #ffffff;
}/*# sourceMappingURL=top.css.map */