.top {
  position: relative;
  overflow: hidden;
}

.mv {
  width: 100%;
  position: relative;
  padding-top: 90px;
}
.mv-inner {
  width: 100%;
  position: absolute;
  top: 10.416vw;
  left: 10vw;
  z-index: 10;
}
.mv-heading {
  display: inline-block;
  letter-spacing: 0.1em;
}
.mv-heading p {
  font-weight: 500;
  font-size: 1.3vw;
}
.mv-heading h1 {
  font-weight: 700;
  font-size: 3.125vw;
  line-height: 1.4em;
  margin-top: 1.8vw;
}
.mv-heading h1 span {
  position: relative;
}
.mv-heading h1 span:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 24%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, #d6f1e4, #f3eab5);
}
.mv-heading.sp {
  display: none;
}
.mv-object {
  display: flex;
  margin-top: 3.33vw;
}
.mv-object img {
  margin-left: 2.08vw;
  display: block;
  width: 14vw;
  height: 13.8vw;
}
.mv-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mv-btn p {
  font-size: 0.93vw;
  font-weight: 500;
}
.mv-btn a {
  margin-top: 0.833vw;
  width: 18.125vw;
  height: 4.0625vw;
  border-radius: 2.03vw;
  font-size: 1.145vw;
  line-height: 4.0625vw;
  display: block;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  background-color: #22b5be;
  box-shadow: 2px 2px 8px 2px rgba(102, 197, 165, 0.6);
  transition: 0.3s ease;
}
.mv-btn a:hover {
  background-color: #20939c;
  box-shadow: 1px 1px 2px 1px rgba(102, 197, 165, 0.6);
}
.mv-btn.sp {
  display: none;
}
.mv-bg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.mv-bg.sp {
  display: none;
}
.mv-bg-r,
.mv .mv-bg-l {
  display: inline-block;
}
.mv-bg-r {
  width: 60vw;
  height: 31.9vw;
}
.mv-bg-l {
  width: 15vw;
  height: 51.9vw;
}

.pickup {
  position: relative;
  width: 100vw;
  height: 65vw;
  max-height: 1200px;
  min-height: 860px;
}
.pickup-container {
  background-color: #f9fafc;
  position: absolute;
  top: -10vw;
  right: -10vw;
  width: 90vw;
  border-radius: 0.52vw;
}
.pickup-inner {
  position: relative;
  width: 100%;
  padding: 2.5vw;
}
.pickup-txt {
  position: absolute;
  width: 8.75vw;
  padding-top: 2.5vw;
}
.pickup-txt p {
  display: block;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 1.04vw;
  font-weight: 700;
  color: #22b5be;
}
.pickup-txt h2 {
  display: inline-block;
  text-align: center;
  font-size: 1.45vw;
  font-weight: 700;
  margin-top: 1.04vw;
}
.pickup-slide {
  margin-left: 12.083vw;
}
.pickup-slide li {
  margin: 0 0.7vw;
}
.pickup .slide-arrow {
  position: absolute;
  top: 60%;
  z-index: 10;
  left: -8.9583vw;
  width: 2.604vw;
  height: 2.604vw;
}
.pickup .prev-arrow {
  transform: translateX(-1.615vw);
}
.pickup .next-arrow {
  transform: translateX(1.615vw);
}
.pickup-img {
  width: 16.667vw;
  height: 10.417vw;
}
.pickup-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.521vw;
}
.pickup-ttl {
  color: #000;
  width: 16.667vw;
  font-size: 0.9375vw;
  font-weight: 700;
  line-height: 1.6em;
  margin-top: 1.042vw;
}
.pickup-bg {
  position: absolute;
  top: -8vw;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
          clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  background: linear-gradient(90deg, #47a384, #20b6bf);
}

.service {
  width: 100%;
}
.service-inner {
  width: 960px;
  margin: -820px auto 200px;
}
.service-txt {
  /*width: 100%;*/
  width: calc(100% + 150px);
  margin: 0 -50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.service-txt-eng {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.36em;
}
@media screen and (max-width: 1024px) {
    .service-txt {
        width: 100%;
        margin: 0 auto;
    }
    .service-txt-eng {
        font-size: 14px;
    }
}
.service-txt-sub {
  display: inline-block;
  padding: 0px 36px;
  color: #20b6bf;
  font-size: 24px;
  font-weight: 700;
  margin-top: 28px;
  line-height: 52px;
  border-radius: 26px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .service-txt-sub {
    font-size: 20px;
  }
}
.service-txt-heading {
  font-size: 34px;
  font-weight: 700;
  margin-top: 48px;
  line-height: 1.8em;
}
@media screen and (max-width: 1024px) {
  .service-txt-heading {
    font-size: 30px;
  }
}
.service-txt-heading span {
  display: none;
}
.service-img {
  width: 100%;
  margin-top: 80px;
}
.service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-img img:nth-child(2) {
  display: none;
}
.service-bg-sp {
  display: none;
}

@media screen and (max-width: 1920px) {
  .service-inner {
    margin: -48vw auto 10vw;
  }
}
@media screen and (max-width: 1440px) {
  .service-inner {
    margin: -680px auto 200px;
  }
}
.merit {
  width: 100%;
}
.merit-inner {
  width: 960px;
  margin: 0 auto;
}
.merit-ttl {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.merit-ttl span {
  display: block;
  font-size: 24px;
  color: #22b5be;
  font-family: "Lato", sans-serif;
  margin-bottom: 32px;
}
.merit-wrapper {
  width: 100%;
}
.merit-wrapper li {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 80px;
}
.merit-wrapper li::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 836px;
  height: 110%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  background-color: #f9fafc;
}
.merit-wrapper li:nth-child(even) {
  flex-direction: row-reverse;
}
.merit-img {
  width: 506px;
  height: 357.5px;
  padding-bottom: 24px;
}
.merit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.merit-img.merit02 {
  width: 430px;
  height: 366.5px;
  padding-bottom: 0;
}
.merit-img.sp {
  display: none;
}
.merit-txt {
  width: 446px;
  height: 295px;
  background-size: cover;
  background-image: url(../../common/images/img_merit_txtbox.jpg);
  padding: 64px 50px;
  box-shadow: 4px 4px 16px rgba(51, 136, 137, 0.27);
}
.merit-txt h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.merit-txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 28px;
  letter-spacing: 0.06em;
}
.merit-txt.merit02 {
  margin-bottom: 24px;
}
.merit-bg-sp {
  display: none;
}

.case {
  width: 100%;
  margin-top: 160px;
  margin-bottom: 160px;
}
.case-inner {
  width: 960px;
  margin: 0 auto;
}
.case-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.case-ttl span {
  display: block;
  font-size: 60px;
  font-family: "Lato", sans-serif;
  margin-bottom: 24px;
}
.case-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-top: 64px;
}
.case-list li {
  display: block;
  width: 310px;
  position: relative;
  background-color: #fff;
  padding-bottom: 48px;
  border-radius: 10px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.14);
}
.case-img {
  width: 310px;
  height: 220px;
  position: relative;
}
.case-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.case-tag {
  position: absolute;
  top: 12px;
  left: 8px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 8px 16px;
  background-color: #22b5be;
  border-radius: 15px;
}
.case-txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin: 16px 10px;
  padding: 10px;
  background-color: #f9fafc;
  border-radius: 8px;
}
.case-company {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin: 16px 10px;
}
.case-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.14);
  transition: 0.3s ease;
}
.case-btn:hover {
  transform: translate(-50%, calc(50% + 4px));
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.14);
}
.case-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-bg-sp {
  display: none;
}

.price {
  width: 100%;
  margin-top: 160px;
  margin-bottom: 120px;
}
.price-inner {
  width: 960px;
  margin: 0 auto;
}
.price-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.price-ttl span {
  display: block;
  font-size: 60px;
  font-family: "Lato", sans-serif;
  margin-bottom: 24px;
}
.price-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
.price-img {
  display: block;
  width: 400px;
  height: 400px;
  margin: 32px;
}
.price-txtbox {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  border-radius: 10px;
}
.price-sub-heading {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
  z-index: 2;
}
.price-sub-heading:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 24%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(90deg, #d6f1e4, #f3eab5);
}
.price-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 48px;
}
.price-heading span {
  font-family: "Lato", sans-serif;
  font-size: 88px;
}
.price-msg {
  font-size: 15px;
  line-height: 2em;
  font-weight: 500;
  margin-top: 32px;
}
.price-bg-sp {
  display: none;
}

.registration {
  background-image: linear-gradient(90deg, #47a384, #20b6bf);
  position: relative;
  width: 100%;
  height: 540px;
  margin-top: 48px;
  margin-bottom: 0px;
}
.registration-inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding-top: 100px;
  z-index: 10;
}
.registration-img {
  position: absolute;
  top: -42px;
  right: 0;
  width: 200px;
  height: 200px;
}
.registration-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.registration-btn-txt {
  display: block;
  width: 480px;
  margin: 0 auto 0;
}
.registration-btn1 {
  display: block;
  width: 680px;
  height: 110px;
  color: #22b5be;
  font-size: 32px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: 0.12em;
  text-align: center;
  border-radius: 60px;
  background-color: transparent;
  margin: 48px auto;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}
.registration-btn1:hover {
  color: #fff;
}
.registration-btn1:hover::after {
  transform: translateX(0);
}
.registration-btn1::before, .registration-btn1::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -2;
  transition: 0.3s ease;
}
.registration-btn1::after {
  background-color: #333;
  z-index: -1;
  transform: translateX(-100%);
}
.registration-btn1 span {
  font-size: 72px;
  font-weight: 900;
}
.registration-txt {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.registration-btn2 {
  display: block;
  width: 320px;
  height: 72px;
  color: #22b5be;
  font-size: 20px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: 0.12em;
  text-align: center;
  border-radius: 60px;
  background-color: #fff;
  margin: 24px auto;
  transition: 0.3s ease;
}
.registration-btn2:hover {
  color: #fff;
  background-color: #aaa;
}
.registration-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 540px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  z-index: 1;
}
.registration-bg img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 460px;
}
@media screen and (max-width: 1440px) {
  .registration-bg img {
    width: 320px;
  }
}

.voice {
  position: relative;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0px;
}
.voice-inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.voice-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.voice-ttl span {
  display: block;
  font-size: 60px;
  font-family: "Lato", sans-serif;
  margin-bottom: 24px;
}
.voice-list {
  list-style: none;
  display: block;
  width: 100%;
  margin-top: 64px;
}
.voice-list li {
  display: inline-block;
  vertical-align: top;
  width: 460px;
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 16px;
  margin-bottom: 32px;
  box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.14);
}
.voice-list li img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.voice-list li:nth-child(odd) {
  margin-right: 36px;
}
.voice-company {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin: 24px 16px 0;
}
.voice-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-top: 24px;
  background-color: #f9fafc;
  border-radius: 8px;
  padding: 14px;
  margin: 16px 16px 0;
}
.voice-bg-sp {
  display: none;
}

.topics {
  position: relative;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 0px;
}
.topics-inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.topics-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.topics-ttl span {
  display: block;
  font-size: 60px;
  font-family: "Lato", sans-serif;
  margin-bottom: 24px;
}
.topics-msg {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-top: 56px;
}
.topics-list {
  width: 940px;
  margin-top: 64px;
  list-style: none;
}
.topics-list li {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-bottom: 48px;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.14);
  transition: 0.3s ease;
}
.topics-list li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.topics-list li img {
  width: 340px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.topics-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #EFEFEF;
  z-index: -1;
  transition: 0.3s ease;
  opacity: 0;
}
.topics-list li:hover {
  transform: translateY(2px);
  opacity: 0.9;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.14);
}
.topics-list li:hover::after {
  opacity: 1;
}
.topics-right {
  position: relative;
  width: 540px;
}
.topics-date {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
}
.topics-cat {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  text-align: center;
  background-color: #22b5be;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 0 28px;
  margin-left: 16px;
}
.topics-heading {
  font-size: 20px;
  font-weight: 500;
  margin-top: 24px;
  line-height: 1.6;
}
.topics-company {
  font-size: 15px;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 20px;
}
.topics-tag {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  background-color: #f9fafc;
  padding: 16px 24px;
  border-radius: 10px;
}
.topics-tag-item {
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
  line-height: 1.6em;
}
.topics-tag-item:last-child {
  margin: 0;
}
.topics-bg-sp {
  display: none;
}

.news {
  position: relative;
  width: 100%;
  margin-top: 160px;
  margin-bottom: 160px;
}
.news-inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.news-l {
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.news-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 32px;
}
.news-ttl span {
  display: block;
  font-size: 60px;
  font-family: "Lato", sans-serif;
  margin-bottom: 24px;
}
.news-btn {
  display: inline-flex;
  align-items: center;
  height: 42px;
  margin: 80px auto 32px;
  transition: 0.3s ease;
}
.news-btn p {
  display: inline-block;
  font-family: "Lato", sans-serif;
  line-height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.2em;
  margin-right: 16px;
}
.news-btn img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  transition: 0.3s ease;
  box-shadow: 4px 4px 16px rgba(51, 136, 137, 0.27);
}
.news-btn:hover {
  transform: translateX(4px);
}
.news-r {
  width: 700px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-r li {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #f9fafc;
  border-radius: 10px;
  margin: 8px;
  transition: 0.3s ease;
}
.news-r li:hover {
  transform: translateX(4px);
}
.news-r li a {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}
.news-date {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
}
.news-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 24px;
  background-color: #22b5be;
  color: #fff;
  border-radius: 15px;
}
.news-heading {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin: 18px 0 0;
}
.news-bg-sp {
  display: none;
}

.top-bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 36vw;
  left: 0;
  z-index: -10;
  display: flex;
  justify-content: space-between;
}
.top-bg img {
  width: 500px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 60px;
}
.top-bg img:first-child {
  width: 680px;
  margin-top: 0px;
}

@media screen and (max-width: 1000px) {
  .mv {
    padding-top: 64px;
  }
  .mv-inner {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 48px;
  }
  .mv-heading {
    display: none;
  }
  .mv-heading.sp {
    display: block;
    margin-left: 20px;
  }
  .mv-heading.sp p {
    font-size: 20px;
  }
  .mv-heading.sp h1 {
    font-size: 44px;
    margin-top: 30px;
  }
  .mv-object {
    margin-top: 0;
  }
  .mv-object img {
    width: 180px;
    height: 180px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: -20px;
  }
  .mv-bg {
    display: none;
  }
  .mv-bg.sp {
    display: block;
    width: 640px;
    height: 440px;
    margin: -60px auto 0;
  }
  .mv-bg.sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mv-btn {
    display: none;
  }
  .mv-btn.sp {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
  }
  .mv-btn.sp p {
    font-size: 18px;
  }
  .mv-btn.sp a {
    margin: 24px 0 48px;
    width: 400px;
    height: 64px;
    border-radius: 32px;
    font-size: 24px;
    line-height: 64px;
  }
  .pickup {
    height: 1000px;
    max-height: none;
    min-height: 0;
  }
  .pickup-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    margin: 0;
  }
  .pickup-inner {
    padding: 32px;
  }
  .pickup-txt {
    position: relative;
    width: 100%;
    padding: 0;
    margin-left: 16px;
  }
  .pickup-txt p {
    display: block;
    text-align: start;
    font-size: 16px;
  }
  .pickup-txt h2 {
    display: block;
    text-align: start;
    font-size: 22px;
    margin-top: 8px;
  }
  .pickup-slide {
    margin-left: 16px;
    margin-top: 32px;
  }
  .pickup-slide li {
    margin: 0;
  }
  .pickup .slide-arrow {
    position: absolute;
    top: -80px;
    z-index: 10;
    left: auto;
    right: 100px;
    width: 48px;
    height: 48px;
  }
  .pickup .prev-arrow {
    transform: translateX(-30px);
  }
  .pickup .next-arrow {
    transform: translateX(30px);
  }
  .pickup-img {
    width: 320px;
    height: 200px;
    margin: 0;
    border-radius: 10px;
  }
  .pickup-img img {
    border-radius: 10px;
  }
  .pickup-ttl {
    width: 320px;
    font-size: 16px;
    margin-top: 16px;
  }
  .pickup-bg {
    top: 10px;
  }
  .service {
    position: relative;
  }
  .service-inner {
    width: 640px;
    margin: -520px auto 100px;
  }
  .service-txt-heading {
    font-size: 30px;
    margin-top: 40px;
  }
  .service-txt-heading span {
    display: contents;
  }
  .service-img img {
    display: none;
  }
  .service-img img:nth-child(2) {
    display: block;
  }
  .service-bg-sp {
    position: absolute;
    top: 540px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: -10;
  }
  .service-bg-sp img {
    width: 240px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .merit {
    position: relative;
    padding-top: 80px;
  }
  .merit-inner {
    width: 560px;
  }
  .merit-ttl {
    font-size: 40px;
  }
  .merit-ttl span {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .merit-wrapper {
    margin-top: 64px;
  }
  .merit-wrapper li {
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
  }
  .merit-wrapper li::after {
    width: 640px;
    height: 84%;
    top: 56px;
  }
  .merit-wrapper li:nth-child(even) {
    flex-direction: column;
  }
  .merit-img {
    width: 560px;
    height: 380px;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
  .merit-img img {
    width: 500px;
    margin-right: 60px;
    margin-left: 0;
  }
  .merit-img ._02 {
    width: 480px;
    margin-left: 80px;
  }
  .merit-img ._03 {
    width: 520px;
    margin-right: 40px;
  }
  .merit-img ._04 {
    width: 480px;
    margin-left: 80px;
  }
  .merit-img.merit02 {
    display: none;
  }
  .merit-img.sp {
    display: block;
    width: 480px;
    height: 100%;
  }
  .merit-txt {
    width: 500px;
    height: 280px;
    padding: 56px 56px;
  }
  .merit-txt h3 {
    font-size: 30px;
  }
  .merit-txt p {
    font-size: 17px;
  }
  .merit-txt.merit02 {
    margin-bottom: 0;
  }
  .merit-bg-sp {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: -10;
  }
  .merit-bg-sp img {
    width: 224px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .case {
    position: relative;
    padding-top: 120px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .case-inner {
    width: 420px;
  }
  .case-ttl {
    font-size: 18px;
    font-weight: 500;
  }
  .case-ttl span {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 16px;
  }
  .case-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
  }
  .case-list li {
    width: 100%;
    padding-bottom: 32px;
    margin-bottom: 64px;
  }
  .case-img {
    width: 100%;
    height: 240px;
  }
  .case-bg-sp {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    z-index: -10;
  }
  .case-bg-sp img {
    width: 170px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .case-bg-sp img:first-child {
    width: 190px;
  }
  .price {
    position: relative;
    padding-top: 120px;
    margin-top: 0px;
    margin-bottom: 200px;
  }
  .price-inner {
    width: 560px;
  }
  .price-ttl {
    font-size: 18px;
    font-weight: 500;
  }
  .price-ttl span {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 16px;
  }
  .price-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
  }
  .price-img {
    margin: 0;
    margin-bottom: 24px;
  }
  .price-txtbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .price-sub-heading {
    display: inline-block;
    font-size: 28px;
  }
  .price-msg {
    font-size: 16px;
    margin-top: 40px;
    font-weight: 400;
  }
  .price-bg-sp {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    z-index: -10;
  }
  .price-bg-sp img {
    width: 174px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .price-bg-sp img:first-child {
    width: 170px;
  }
  .registration {
    height: 500px;
  }
  .registration-inner {
    width: 640px;
    padding-top: 140px;
  }
  .registration-img {
    width: 240px;
    height: 240px;
    top: -140px;
    right: 50%;
    transform: translateX(50%);
  }
  .registration-btn1 {
    width: 560px;
    height: 90px;
    line-height: 80px;
    font-size: 28px;
    margin: 32px auto;
  }
  .registration-btn1 span {
    font-size: 64px;
  }
  .registration-bg img {
    width: 350px;
    transform: translateX(30px) translateY(-20px);
  }
  .registration-bg img:first-child {
    transform: translateX(-80px);
  }
  .voice {
    position: relative;
    padding-top: 32px;
    margin-top: 64px;
    margin-bottom: 0px;
  }
  .voice-inner {
    width: 460px;
    margin: 0 auto;
    position: relative;
  }
  .voice-ttl {
    font-size: 18px;
    font-weight: 500;
  }
  .voice-ttl span {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 16px;
  }
  .voice-list li {
    display: block;
  }
  .voice-list li:nth-child(odd) {
    margin-right: 0px;
  }
  .voice-bg-sp {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    z-index: -10;
  }
  .voice-bg-sp img {
    width: 194px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .voice-bg-sp img:first-child {
    width: 240px;
  }
  .topics {
    position: relative;
    padding-top: 16px;
    margin-top: 80px;
    margin-bottom: 0px;
  }
  .topics-inner {
    width: 640px;
    margin: 0 auto;
    position: relative;
  }
  .topics-ttl {
    font-size: 18px;
    font-weight: 500;
  }
  .topics-ttl span {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 16px;
  }
  .topics-msg {
    font-size: 22px;
  }
  .topics-list {
    width: 640px;
    margin-top: 48px;
  }
  .topics-list li {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .topics-list li img {
    width: 200px;
    height: 140px;
  }
  .topics-right {
    width: 380px;
  }
  .topics-tag {
    width: 608px;
    transform: translate(-228px);
  }
  .topics-heading {
    font-size: 17px;
    margin-top: 16px;
  }
  .topics-company {
    font-size: 14px;
  }
  .topics-bg-sp {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    z-index: -10;
  }
  .topics-bg-sp img {
    width: 140px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .topics-bg-sp img:first-child {
    width: 190px;
  }
  .news {
    position: relative;
    padding-top: 64px;
    margin-top: 32px;
    margin-bottom: 260px;
  }
  .news-inner {
    width: 640px;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
  }
  .news-l {
    width: 100%;
    display: block;
    align-items: start;
  }
  .news-ttl {
    text-align: start;
    margin: 0 0 32px;
  }
  .news-ttl span {
    font-size: 48px;
    margin-bottom: 16px;
  }
  .news-btn {
    position: absolute;
    right: 0;
    bottom: -90px;
  }
  .news-r {
    width: 100%;
  }
  .news-bg-sp {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    z-index: -10;
  }
  .news-bg-sp img {
    width: 210px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .news-bg-sp img:first-child {
    width: 240px;
  }
  .top-bg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mv-inner {
    padding: 0 2.778vw;
    overflow: hidden;
    margin-top: 6.667vw;
  }
  .mv-heading.sp {
    margin-left: 0px;
  }
  .mv-heading.sp p {
    font-size: 3.333vw;
  }
  .mv-heading.sp h1 {
    font-size: 7.222vw;
    font-size: 7.6vw;
    margin-top: 16px;
  }
  .mv-object {
    margin-top: 0;
  }
  .mv-object img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 4px;
    margin-left: -1.667vw;
  }
  .mv-bg.sp {
    width: 100vw;
    height: 70vw;
    margin: -8.333vw auto 0;
  }
  .mv-bg.sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv-btn.sp {
    width: 100%;
    margin-top: 10vw;
  }
  .mv-btn.sp p {
    font-size: 3.611vw;
  }
  .mv-btn.sp a {
    margin: 4.444vw 0 13.333vw;
    width: 83.333vw;
    height: 15.556vw;
    border-radius: 7.778vw;
    font-size: 5vw;
    line-height: 15.556vw;
  }
  .pickup {
    height: 218.75vw;
  }
  .pickup-inner {
    padding: 5vw;
  }
  .pickup-txt {
    margin-left: 0px;
  }
  .pickup-txt p {
    font-size: 14px;
  }
  .pickup-txt h2 {
    display: block;
    text-align: start;
    font-size: 20px;
    margin-top: 8px;
  }
  .pickup-slide {
    margin-left: 0px;
    margin-top: 7.5vw;
  }
  .pickup .slide-arrow {
    top: -68px;
    z-index: 10;
    left: auto;
    right: 40px;
    width: 48px;
    height: 48px;
  }
  .pickup .prev-arrow {
    transform: translateX(-30px);
  }
  .pickup .next-arrow {
    transform: translateX(30px);
  }
  .pickup-img {
    width: 90vw;
    height: 56.25vw;
  }
  .pickup-ttl {
    width: 90vw;
    font-size: 16px;
    margin-top: 5vw;
  }
  .pickup-bg {
    top: 3.125vw;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
  }
  .service {
    position: relative;
  }
  .service-inner {
    width: 93.75vw;
    margin: -93.75vw auto 48px;
  }
  .service-txt-eng {
    font-size: 10px;
    letter-spacing: 0.36em;
  }
  .service-txt-sub {
    padding: 0px 14px;
    font-size: 12px;
    margin-top: 16px;
    line-height: 36px;
  }
  .service-txt-heading {
    font-size: 17px;
    margin-top: 24px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .service-txt-heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .service-img {
    margin-top: 32px;
  }
  .service-img img:nth-child(2) {
    display: block;
  }
  .service-bg-sp {
    display: none;
  }
  .merit {
    position: relative;
    padding-top: 15vw;
  }
  .merit-inner {
    width: 93.75vw;
  }
  .merit-ttl {
    font-size: 7.5vw;
  }
  .merit-ttl span {
    font-size: 4.375vw;
    margin-bottom: 3.125vw;
  }
  .merit-wrapper {
    margin-top: 10vw;
  }
  .merit-wrapper li {
    margin-top: 7.5vw;
  }
  .merit-wrapper li::after {
    width: 93.75vw;
    height: 80%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .merit-img {
    width: 93.75vw;
    height: 60vw;
    padding-bottom: 0;
    margin-bottom: 2.5vw;
  }
  .merit-img img {
    width: 88vw;
    height: 100%;
    margin-right: 5.75vw;
  }
  .merit-img ._02 {
    width: 80.75vw;
    height: 64vw;
    margin-right: 0;
    margin-left: 12vw;
  }
  .merit-img ._03 {
    width: 91.75vw;
    margin-right: 2vw;
  }
  .merit-img ._04 {
    width: 82.75vw;
    margin-right: 0;
    margin-left: 10vw;
  }
  .merit-img.sp {
    width: 93.75vw;
    height: 100%;
  }
  .merit-img.even {
    height: 64vw;
    margin-bottom: 4vw;
  }
  .merit-txt {
    width: 86vw;
    height: 52vw;
    padding: 7.5vw 5vw;
  }
  .merit-txt h3 {
    font-size: 6.875vw;
  }
  .merit-txt p {
    font-size: 3.4375vw;
    margin-top: 5vw;
  }
  .merit-bg-sp {
    top: -10vw;
  }
  .merit-bg-sp img {
    width: 40.625vw;
    height: auto;
  }
  .case {
    padding-top: 0vw;
    margin-top: 15vw;
  }
  .case-inner {
    position: relative;
    width: 93.75vw;
  }
  .case-ttl {
    font-size: 4.375vw;
  }
  .case-ttl span {
    font-size: 12vw;
    margin-bottom: 3.125vw;
  }
  .case-list {
    margin-top: 10vw;
  }
  .case-list li {
    width: 100%;
    padding-bottom: 32px;
    margin-bottom: 64px;
  }
  .case-list li:last-child {
    margin-bottom: 24px;
  }
  .case-img {
    width: 100%;
    height: 56.25vw;
  }
  .case-txt {
    font-size: 4.375vw;
  }
  .case-company {
    font-size: 4.375vw;
  }
  .case-bg-sp {
    top: 0vw;
  }
  .case-bg-sp img {
    width: 40vw;
    height: auto;
    margin-top: 10vw;
  }
  .case-bg-sp img:first-child {
    width: 42vw;
    margin-top: 0;
  }
  .price {
    padding-top: 15vw;
    margin-bottom: 36vw;
  }
  .price-inner {
    width: 93.75vw;
  }
  .price-ttl {
    font-size: 4.375vw;
  }
  .price-ttl span {
    font-size: 12vw;
    margin-bottom: 3.125vw;
  }
  .price-container {
    margin-top: 5vw;
  }
  .price-img {
    width: 87.5vw;
    height: 87.5vw;
    margin-bottom: 2.5vw;
  }
  .price-sub-heading {
    font-size: 6.25vw;
  }
  .price-heading {
    font-size: 5.625vw;
    margin-top: 10vw;
  }
  .price-heading span {
    font-size: 54px;
  }
  .price-msg {
    margin-top: 10vw;
    font-size: 4.375vw;
  }
  .price-bg-sp {
    top: 0vw;
  }
  .price-bg-sp img {
    width: 36vw;
    height: auto;
    margin-top: 7vw;
  }
  .price-bg-sp img:first-child {
    width: 38vw;
    margin-top: 0;
  }
  .registration {
    height: 100vw;
  }
  .registration-inner {
    width: 93.75vw;
    padding-top: 25vw;
  }
  .registration-img {
    width: 50vw;
    height: 50vw;
    top: -30vw;
    right: 50%;
    transform: translateX(50%);
  }
  .registration-btn-txt {
    width: 100%;
  }
  .registration-btn1 {
    width: 100%;
    height: 15vw;
    line-height: 12.5vw;
    font-size: 5vw;
    margin: 5vw auto 7.5vw;
  }
  .registration-btn1 span {
    font-size: 28px;
  }
  .registration-txt {
    font-size: 3.75vw;
  }
  .registration-btn2 {
    width: 80%;
    height: 15vw;
    line-height: 15vw;
    font-size: 5vw;
    margin: 5vw auto 7.5vw;
  }
  .registration-btn2 span {
    font-size: 28px;
  }
  .registration-bg {
    height: 100%;
  }
  .registration-bg img {
    width: 68.75vw;
    transform: translateX(-5vw) translateY(15vw);
  }
  .registration-bg img:first-child {
    transform: translateX(-12.5vw) translateY(-5vw);
  }
  .voice {
    margin-top: 5vw;
    padding-top: 10vw;
  }
  .voice-inner {
    width: 93.75vw;
    max-width: 360px;
  }
  .voice-ttl {
    font-size: 4.375vw;
  }
  .voice-ttl span {
    font-size: 12vw;
    margin-bottom: 3.125vw;
  }
  .voice-list {
    margin-top: 10vw;
  }
  .voice-list li {
    width: 100%;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
  }
  .voice-list li img {
    height: 62.5vw;
  }
  .voice-company {
    font-size: 13px;
    margin: 16px 10px 0;
  }
  .voice-txt {
    font-size: 13px;
    padding: 10px;
    margin: 16px 10px 0;
  }
  .voice-bg-sp {
    top: 0vw;
  }
  .voice-bg-sp img {
    width: 48vw;
    height: auto;
    margin-top: 0vw;
    transform: translateX(5vw) translateY(-15vw);
  }
  .voice-bg-sp img:first-child {
    width: 50vw;
    margin-top: 15vw;
    transform: translateX(-10vw);
  }
  .topics {
    margin-top: 5vw;
    padding-top: 10vw;
  }
  .topics-inner {
    width: 93.75vw;
  }
  .topics-ttl {
    font-size: 4.375vw;
  }
  .topics-ttl span {
    font-size: 12vw;
    margin-bottom: 3.125vw;
  }
  .topics-msg {
    font-size: 16px;
    margin-top: 10vw;
  }
  .topics-list {
    width: 100%;
    margin-top: 10vw;
  }
  .topics-list li {
    margin-bottom: 5vw;
    padding: 3.125vw;
    border-radius: 2.5vw;
  }
  .topics-list li img {
    width: 28.125vw;
    height: 22.5vw;
    border-radius: 2.5vw;
  }
  .topics-right {
    width: 56.25vw;
  }
  .topics-date {
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
    margin-right: 2.5vw;
  }
  .topics-cat {
    height: 6.25vw;
    line-height: 6.25vw;
    border-radius: 3.125vw;
    font-size: 3.125vw;
    padding: 0 16px;
    margin-left: 0;
    margin-bottom: 2.5vw;
  }
  .topics-heading {
    font-size: 3.75vw;
    margin-top: 0vw;
  }
  .topics-company {
    font-size: 3.125vw;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
  }
  .topics-tag {
    width: 87.5vw;
    padding: 3.125vw;
    border-radius: 2.5vw;
    transform: translateX(-31.25vw);
  }
  .topics-tag-item {
    font-size: 3.125vw;
    margin-right: 2.5vw;
  }
  .news {
    margin-bottom: 56.25vw;
  }
  .news-inner {
    width: 93.75vw;
    justify-content: center;
    align-items: start;
  }
  .news-ttl {
    font-size: 4.375vw;
    margin-bottom: 10vw;
  }
  .news-ttl span {
    font-size: 12vw;
    margin-bottom: 3.125vw;
  }
  .news-r {
    width: 100%;
  }
  .news-r li {
    margin: 2.5vw 0;
    padding: 5vw;
  }
  .news-date {
    font-size: 3.75vw;
    margin-right: 3.75vw;
  }
  .news-tag {
    font-size: 3.125vw;
    padding: 2.5vw 7.5vw;
  }
  .news-heading {
    font-size: 4.0625vw;
    margin: 3.75vw 0 0;
  }
}