@charset "UTF-8";
/*********************************************************
  * TOPページ
**********************************************************/
#home #wrapper {
  overflow: hidden;
}
#home .header {
  height: 0;
}
#home .contents {
  width: 100vw;
}

.top-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh) * 100);
  background: linear-gradient(to right, #04b238, #6cde22);
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  pointer-events: none;
  z-index: 10000;
}
.top-overlay.loading {
  visibility: visible;
  opacity: 1;
}

/* top-mv
---------------------------------------------------------*/
.top-mv {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 900px;
  background: url("../img/top/mv_pc.png") no-repeat;
  background-size: 100% 100%;
  padding-left: 50px;
}
.top-mv .c-reveal,
.top-mv .c-fadein {
  transition-duration: 1.2s;
}
.top-mv .c-reveal.fast,
.top-mv .c-fadein.fast {
  transition-duration: 1s;
}
@media screen and (max-width: 750px) {
  .top-mv .c-reveal,
  .top-mv .c-fadein {
    transition-duration: 1s;
  }
  .top-mv .c-reveal.fast,
  .top-mv .c-fadein.fast {
    transition-duration: 0.8s;
  }
}
.top-mv .c-slidein {
  transition-duration: 1s;
}
@media screen and (max-width: 750px) {
  .top-mv .c-slidein {
    transition-duration: 0.4s;
  }
}
.top-mv-header {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  padding-left: 19px;
}
@media screen and (max-width: 959px) {
  .top-mv-header {
    display: none;
  }
}
.top-mv-header .header-nav-logo {
  width: 209px;
  align-self: flex-end;
  margin-right: 55px;
}
@media screen and (max-width: 1679px) {
  .top-mv-header .header-nav-logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .top-mv-header .header-nav-logo {
    width: 160px;
    align-self: center;
  }
}
@media screen and (max-width: 1400px) {
  .top-mv-header .header-nav-logo {
    width: 120px;
  }
}
.top-mv-header .header-nav-list {
  padding-bottom: 5px;
}
.top-mv-header .header-nav-list > li {
  color: #FFF;
  margin-right: 30px;
}
@media screen and (max-width: 1679px) {
  .top-mv-header .header-nav-list > li {
    margin-right: 18px;
  }
}
@media screen and (max-width: 1520px) {
  .top-mv-header .header-nav-list > li {
    margin-right: 16px;
  }
}
@media screen and (max-width: 1420px) {
  .top-mv-header .header-nav-list > li {
    margin-right: 12px;
  }
}
@media screen and (max-width: 1300px) {
  .top-mv-header .header-nav-list > li {
    font-size: 13px;
  }
}
.top-mv-header .header-nav-list > li.link-top a {
  font-family: "Lato", sans-serif;
}
.top-mv-header .header-nav-contact {
  border-bottom-left-radius: 10px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.15);
  height: 97px;
}
.top-mv-header .header-nav-contact .contact-tel {
  height: 100%;
  width: 270px;
  margin-right: 0;
}
@media screen and (max-width: 1500px) {
  .top-mv-header .header-nav-contact .contact-tel {
    width: 230px;
  }
}
@media screen and (max-width: 1400px) {
  .top-mv-header .header-nav-contact .contact-tel {
    width: 200px;
  }
}
.top-mv-header .header-nav-contact .contact-tel a {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-bottom-left-radius: 10px;
  transition: 0.2s;
}
.top-mv-header .header-nav-contact .contact-tel a:hover {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  left: -1px;
  top: -1px;
  z-index: 1;
}
.top-mv-header .header-nav-contact .contact-tel-num {
  display: flex;
  align-items: center;
  font: 700 28px "Lato", sans-serif;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  .top-mv-header .header-nav-contact .contact-tel-num {
    font-size: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .top-mv-header .header-nav-contact .contact-tel-num {
    font-size: 20px;
  }
}
.top-mv-header .header-nav-contact .contact-tel-num img {
  width: 23px;
  height: 23px;
  margin-right: 6px;
}
.top-mv-header .header-nav-contact .contact-tel-time {
  color: #090a00;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  .top-mv-header .header-nav-contact .contact-tel-time {
    font-size: 12px;
  }
}
.top-mv-header .header-nav-contact .contact-btn li {
  height: 97px;
}
@media (max-width: 1700px) {
  .top-mv {
    background: url("../img/top/mv_pc.png") no-repeat;
    background-size: cover;
    height: 52.942vw;
  }
}
@media screen and (max-width: 750px) {
  .top-mv {
    height: 591px;
    justify-content: center;
    align-items: flex-start;
    padding: 89.5px 0 0;
    background: linear-gradient(to left, #6edf22, #00b039);
    position: relative;
    z-index: 0;
  }
  .top-mv::before {
    content: "";
    width: 182.5px;
    height: 190px;
    display: block;
    background: url(../img/top/mv-sp-line.png) center/cover no-repeat;
    position: absolute;
    top: 42%;
    right: 0;
  }
  .top-mv::after {
    content: "";
    display: inline-block;
    border-left: solid 100vw rgba(0, 0, 0, 0);
    border-bottom: solid 12.5vw #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
  }
}
.top-mv-catch {
  width: 1032px;
  margin-bottom: 46px;
}
@media (max-width: 1699px) {
  .top-mv-catch {
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  .top-mv-catch {
    position: relative;
  }
  .top-mv-catch:before {
    content: "";
    position: absolute;
    top: -21%;
    left: 12px;
    display: block;
    width: 362.5px;
    height: 293px;
    background: url(//hks-speed.jp/wp/wp-content/themes/theta/assets/css/../img/top/mv-sp-wing.png) center/cover no-repeat;
    opacity: 0.8;
  }
}
.top-mv-catch .top-ttl01 {
  width: 83%;
  padding-left: 65px;
  margin: 25px 0 16px;
}
@media screen and (max-width: 750px) {
  .top-mv-catch .top-ttl01 {
    width: 88.5%;
    margin: 0 auto 10px;
    padding-left: 0;
  }
}
.top-mv-catch .top-ttl02 {
  width: 97%;
  padding-left: 20px;
  margin-bottom: 26px;
}
@media screen and (max-width: 750px) {
  .top-mv-catch .top-ttl02 {
    width: 93%;
    margin: 0 auto 17px;
    padding-left: 0;
  }
}
.top-mv-catch .top-ttl-cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 105%;
  height: 100%;
}
@media (max-width: 1299px) {
  .top-mv-catch .top-ttl-cont {
    width: 100%;
  }
}
.top-mv-catch .top-ttl-cont li {
  position: relative;
}
.top-mv-catch .top-ttl-cont li:nth-of-type(2) {
  left: -23px;
}
@media (max-width: 1299px) {
  .top-mv-catch .top-ttl-cont li:nth-of-type(2) {
    left: -12px;
  }
}
.top-mv-catch .top-ttl-cont li:nth-of-type(3) {
  left: -47px;
}
@media (max-width: 1299px) {
  .top-mv-catch .top-ttl-cont li:nth-of-type(3) {
    left: -25px;
  }
}
@media screen and (max-width: 750px) {
  .top-mv-catch {
    width: 100%;
    max-width: 375px;
    margin-bottom: 0;
  }
  .top-mv-catch__list {
    transform: skew(-14deg, -7deg);
    position: absolute;
    bottom: 3px;
    left: 37px;
  }
  .top-mv-catch__item {
    margin-bottom: 5px;
  }
  .top-mv-catch__item:last-child {
    margin-bottom: 0;
  }
  .top-mv-catch__item .txt {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    line-height: 1;
    transform: skewX(12deg);
  }
  .top-mv-catch__item .txt--yellow {
    color: #ffea00;
  }
  .top-mv-catch__item .txt--large {
    font-size: 21px;
  }
  .top-mv-catch__item .subtxt {
    padding-left: 3px;
    font-size: 10px;
    font-weight: 400;
  }
  .top-mv-catch__item .txt-num {
    font-family: "Lato", sans-serif;
    letter-spacing: 0.04em;
  }
  .top-mv-catch__item01 .txt {
    padding: 8px 15px 12px 11px;
  }
  .top-mv-catch__item02 .txt {
    padding: 13px 17px 14px 11px;
  }
  .top-mv-catch__item03 .txt {
    padding: 13px 13px 14px;
  }
  .top-mv-catch__skew {
    display: inline-block;
    background: #190058;
    color: #fff;
  }
}
.top-mv-char {
  position: absolute;
  width: 644px;
  right: 0;
  top: 20.2%;
}
@media (max-width: 1699px) {
  .top-mv-char {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  .top-mv-char {
    position: relative;
    width: 100%;
    max-width: 322px;
    margin: 0 auto;
    transform: translateX(6px);
  }
}
.top-mv-char .char-btn {
  position: absolute;
  bottom: 20%;
  left: 4%;
  width: 350px;
  height: 119px;
  z-index: 1;
}
@media (max-width: 1699px) {
  .top-mv-char .char-btn {
    width: 54.35%;
    height: 20.04%;
    bottom: 20%;
  }
}
@media screen and (max-width: 750px) {
  .top-mv-char .char-btn {
    left: 33%;
    bottom: -33%;
    width: 220px;
    height: 117px;
  }
}
.top-mv-char .char-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/top/mv_btn.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .top-mv-char .char-btn a {
    background-image: url("../img/top/mv_btn_sp.png");
  }
}
.top-mv-char .char-btn:hover {
  left: calc(4% + 8px);
  height: 111px;
}
@media (max-width: 1699px) {
  .top-mv-char .char-btn:hover {
    left: calc(4% + 5px);
    height: calc(20.04% - 5px);
  }
}
@media screen and (max-width: 750px) {
  .top-mv-char .char-btn:hover {
    left: calc(33% + 5px);
    height: 112px;
  }
}
.top-mv-char .char-btn:hover a {
  background: url("../img/top/mv_btn01.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .top-mv-char .char-btn:hover a {
    background-image: url("../img/top/mv_btn01_sp.png");
  }
}
@media screen and (max-width: 750px) {
  .top-mv-line::before {
    position: absolute;
    bottom: -53px;
    right: 0;
    content: " ";
    width: 100%;
    height: 100px;
    background: url("../img/top/mv-sp-underline.png") no-repeat;
    background-size: 100%;
    z-index: -1;
  }
}

@media screen and (max-width: 750px) {
  .top-mv-content__main {
    padding-top: 14px;
    position: relative;
  }
  .top-mv-content__btn {
    max-width: 172px;
    margin: 0 0 0 auto;
    transform: rotate(-7deg) translate(7px, -8px);
    position: relative;
    z-index: 1;
  }
  .top-mv-content__btn a {
    transition: opacity 0.2s ease;
  }
  .top-mv-content__btn a:hover {
    opacity: 0.7;
  }
  .top-mv-content__bg-txt {
    font: 700 45px "Lato", sans-serif;
    color: #fff;
    opacity: 0.25;
    position: absolute;
    bottom: 0.3em;
    left: 0;
    white-space: nowrap;
    transform: rotate(-7deg) skewX(-7deg);
    z-index: -1;
  }
  .top-mv-content__bg-txt span {
    font-weight: 400;
  }
}

/* top-intro
---------------------------------------------------------*/
.top-intro {
  margin-top: -62px;
  padding-bottom: 68px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .top-intro {
    margin-top: -9px;
    padding-bottom: 36px;
  }
}
.top-intro-head {
  position: relative;
}
@media screen and (min-width: 1701px) {
  .top-intro-head {
    height: 22vw;
  }
}
.top-intro-head__img {
  position: absolute;
  left: 0;
  width: 52.4%;
  z-index: -1;
  -webkit-clip-path: polygon(0 22%, 100% 0%, 100% 78%, 0% 100%);
          clip-path: polygon(0 22%, 100% 0%, 100% 78%, 0% 100%);
}
@media screen and (max-width: 750px) {
  .top-intro-head__img {
    position: relative;
    width: 100%;
  }
}
.top-intro-head__img .slide-wrap {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 56.18%;
}
.top-intro-head__img .slide-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  animation: img-slide 15s linear infinite;
}
.top-intro-head__img .slide-wrap img:nth-of-type(1) {
  animation-delay: 0s;
}
.top-intro-head__img .slide-wrap img:nth-of-type(2) {
  animation-delay: 3s;
}
.top-intro-head__img .slide-wrap img:nth-of-type(3) {
  animation-delay: 6s;
}
.top-intro-head__img .slide-wrap img:nth-of-type(4) {
  animation-delay: 9s;
}
.top-intro-head__img .slide-wrap img:nth-of-type(5) {
  animation-delay: 12s;
}
@keyframes img-slide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    transform: scale(1.05);
  }
}
.top-intro-head__img .txt {
  position: absolute;
  bottom: 0.23em;
  right: 6%;
  display: block;
  color: #FFF;
  font: 140px "Inter", sans-serif;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 1;
  white-space: nowrap;
  margin: auto;
  z-index: 0;
}
@media screen and (min-width: 1701px) {
  .top-intro-head__img .txt {
    bottom: 2.5vw;
  }
}
@media screen and (max-width: 1400px) {
  .top-intro-head__img .txt {
    font-size: 80px;
  }
}
@media screen and (max-width: 750px) {
  .top-intro-head__img .txt {
    font-size: 59px;
  }
}
.top-intro-head__img .txt span {
  display: inline-block;
  transform: rotate(-7deg) skewX(-10deg);
}
.top-intro-head .c-inner {
  max-width: 1330px;
}
.top-intro-head__desc {
  width: 547px;
  padding-top: 36px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1400px) {
  .top-intro-head__desc {
    width: 420px;
  }
}
@media screen and (max-width: 959px) {
  .top-intro-head__desc {
    width: 380px;
  }
}
@media screen and (max-width: 750px) {
  .top-intro-head__desc {
    width: 100%;
    padding-top: 0;
  }
}
.top-intro-head__desc .desc-ttl {
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: bold;
  font-style: italic;
  font-feature-settings: "palt";
  line-height: 1.4166666667;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .top-intro-head__desc .desc-ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 959px) {
  .top-intro-head__desc .desc-ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .top-intro-head__desc .desc-ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 7px;
  }
}
.top-intro-head__desc .desc-txt {
  max-width: 512px;
  font-size: 16px;
  font-style: italic;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .top-intro-head__desc .desc-txt {
    line-height: 1.8;
    margin-bottom: 14px;
  }
}
.top-intro-trouble {
  position: relative;
  margin-top: -5px;
  -webkit-clip-path: polygon(0 26.5%, 100% 0%, 100% 73.4%, 0% 100%);
          clip-path: polygon(0 26.5%, 100% 0%, 100% 73.4%, 0% 100%);
  z-index: 1;
}
.top-intro-trouble .c-service-worry {
  padding: 13.1vw 0 12.8vw;
  background-image: url("../img/top/trouble-bg.jpg");
}
@media (min-width: 1700px) {
  .top-intro-trouble {
    -webkit-clip-path: polygon(0 26.5%, 100% 0%, 100% 73.4%, 0% 100%);
            clip-path: polygon(0 26.5%, 100% 0%, 100% 73.4%, 0% 100%);
  }
  .top-intro-trouble .c-service-worry {
    padding: 224px 0 216px;
  }
}
@media (max-width: 1300px) {
  .top-intro-trouble {
    -webkit-clip-path: polygon(0 13.25%, 100% 0%, 100% 86.75%, 0% 100%);
            clip-path: polygon(0 13.25%, 100% 0%, 100% 86.75%, 0% 100%);
  }
}
@media screen and (max-width: 750px) {
  .top-intro-trouble {
    -webkit-clip-path: polygon(0 6.2%, 100% 0%, 100% 93.75%, 0% 100%);
            clip-path: polygon(0 6.2%, 100% 0%, 100% 93.75%, 0% 100%);
  }
  .top-intro-trouble .c-service-worry {
    background-image: url("../img/top/trouble-bg-sp.jpg");
    padding: 19vw 0;
  }
}
@media (min-width: 751px) {
  .top-intro-trouble .c-service-worry__item {
    width: 224px;
    height: 200px;
    line-height: 1.5454545455;
  }
  .top-intro-trouble .c-service-worry__item::before {
    width: 86%;
  }
  .top-intro-trouble .c-service-worry__item::after {
    height: 86%;
  }
}
.top-intro-trouble .c-service-worry__ttl {
  margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
  .top-intro-trouble .c-service-worry__ttl {
    margin-bottom: 28px;
  }
}
.top-intro-trouble__ttl {
  font-size: 48px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding-left: 6px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .top-intro-trouble__ttl {
    margin-bottom: 28px;
  }
}
.top-intro-trouble__ttl span {
  font-size: 68px;
  color: #36b02b;
}
.top-intro-trouble__item {
  display: flex;
  justify-content: space-between;
}
.top-intro-trouble__item li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(20% - 10px);
  max-height: 200px;
  background: url("../img/top/intro_trouble_bg.png") no-repeat;
  background-size: contain;
  font-size: 22px;
  color: #FFF;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 63px 0 56px;
}
.top-intro-trouble__item li .green {
  color: #36b02b;
}
.top-intro-speed {
  position: relative;
}
.top-intro-speed .arrow {
  position: absolute;
  top: -204px;
  right: 0;
  left: 0;
  content: " ";
  width: 100px;
  height: 125px;
  background: url("../img/top/intro_arrow.png") no-repeat;
  background-size: 100%;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .top-intro-speed .arrow {
    top: -124px;
  }
}
@media screen and (max-width: 959px) {
  .top-intro-speed .arrow {
    top: -77px;
    width: 50px;
    height: 62px;
  }
}
@media screen and (max-width: 750px) {
  .top-intro-speed .arrow {
    top: -77px;
    width: 50px;
    height: 62px;
  }
}
.top-intro-speed__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .top-intro-speed__inner {
    display: flex;
    align-items: center;
  }
}
.top-intro-speed__inner::before {
  position: absolute;
  width: 100%;
  top: -210px;
  left: 0;
  content: " ";
  height: 450px;
  background: linear-gradient(to right, #04b238, #6cde22);
  -webkit-clip-path: polygon(0 46%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 46%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .top-intro-speed__inner::before {
    top: -165px;
    height: 350px;
  }
}
@media screen and (max-width: 959px) {
  .top-intro-speed__inner::before {
    top: -140px;
    height: 300px;
  }
}
@media screen and (max-width: 750px) {
  .top-intro-speed__inner::before {
    top: -49px;
    height: 211px;
    -webkit-clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
  }
}
.top-intro-speed .c-inner {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-intro-speed .c-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 959px) {
  .top-intro-speed .c-inner {
    max-width: 768px;
  }
}
@media screen and (max-width: 750px) {
  .top-intro-speed .c-inner {
    max-width: 375px;
    padding: 0;
  }
}
.top-intro-speed__img {
  position: absolute;
  top: -142px;
  left: -102px;
  width: 502px;
}
@media screen and (max-width: 1400px) {
  .top-intro-speed__img {
    top: -126px;
    left: 10px;
    width: 460px;
  }
}
@media screen and (max-width: 1200px) {
  .top-intro-speed__img {
    top: -110px;
    width: 380px;
  }
}
@media screen and (max-width: 959px) {
  .top-intro-speed__img {
    top: -90px;
    width: 300px;
  }
}
@media screen and (max-width: 750px) {
  .top-intro-speed__img {
    top: -15px;
    left: 5px;
    width: 146px;
  }
}
.top-intro-speed__ttl {
  position: relative;
  top: -43px;
  font-size: 54px;
  font-weight: bold;
  color: #FFF;
  font-style: italic;
  line-height: 1.2;
  font-feature-settings: "palt";
  text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
  text-align: right;
  letter-spacing: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .top-intro-speed__ttl {
    font-size: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .top-intro-speed__ttl {
    font-size: 38px;
  }
}
@media screen and (max-width: 959px) {
  .top-intro-speed__ttl {
    top: -20px;
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .top-intro-speed__ttl {
    top: -2px;
    font-size: 20px;
    text-align: left;
    line-height: 1.35;
    letter-spacing: 0;
    padding-left: 152px;
  }
}
.top-intro-speed__ttl span {
  position: relative;
  font-size: 80px;
  color: #ffeb00;
  font-weight: 800;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1400px) {
  .top-intro-speed__ttl span {
    font-size: 68px;
  }
}
@media screen and (max-width: 1200px) {
  .top-intro-speed__ttl span {
    font-size: 52px;
  }
}
@media screen and (max-width: 959px) {
  .top-intro-speed__ttl span {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  .top-intro-speed__ttl span {
    font-size: 33px;
    letter-spacing: 0;
  }
}
.top-intro-speed__ttl span::before {
  position: absolute;
  top: -10px;
  left: -20px;
  content: " ";
  width: 40px;
  height: 41px;
  background: url("../img/top/speed_deco.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 959px) {
  .top-intro-speed__ttl span::before {
    top: -5px;
    left: -10px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 750px) {
  .top-intro-speed__ttl span::before {
    top: 2px;
    left: -6px;
    width: 14px;
    height: 14px;
  }
}
.top-intro-speed__ttl span .slant {
  font-size: 90px;
  font-weight: 500;
  margin-left: 26px;
}
@media screen and (max-width: 959px) {
  .top-intro-speed__ttl span .slant {
    font-size: 48px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .top-intro-speed__ttl span .slant {
    font-size: 33px;
    margin-left: 0;
  }
}
.top-intro-speed__ttl span .slant::before {
  content: none;
}
.top-intro-speed::after {
  position: absolute;
  bottom: -46px;
  right: 3.5%;
  content: "SPEED&QUALITY";
  font: 140px "Inter", sans-serif;
  color: #FFF;
  font-style: oblique;
  font-weight: bold;
  line-height: 0.4;
  margin: auto;
  opacity: 0.2;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .top-intro-speed::after {
    bottom: -60px;
    font-size: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .top-intro-speed::after {
    bottom: -16px;
  }
}
@media screen and (max-width: 959px) {
  .top-intro-speed::after {
    bottom: -56px;
    font-size: 80px;
  }
}
@media screen and (max-width: 750px) {
  .top-intro-speed::after {
    right: 0;
    bottom: -25px;
    width: 100%;
    letter-spacing: 0.08em;
    line-height: 0.1;
    font-size: 43px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .top-intro-speed::after {
    font-size: 38px;
  }
}

/* top-advantage
---------------------------------------------------------*/
.top-advantage {
  padding: 160px 0 18px;
  font-feature-settings: "palt";
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .top-advantage {
    padding: 106px 0 0;
  }
}
.top-advantage .c-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .top-advantage .c-ttl {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 750px) {
  .top-advantage .c-ttl .en-large {
    top: -7px;
  }
}
.top-advantage .c-ttl .jp {
  padding-left: 10px;
  margin-top: -5px;
}
@media screen and (max-width: 750px) {
  .top-advantage .c-ttl .jp {
    padding-left: 0;
    line-height: 1;
  }
}
.top-advantage-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 90px;
}
@media screen and (max-width: 1200px) {
  .top-advantage-wrap {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 14px;
  }
}
.top-advantage-wrap__item {
  width: calc(25% - 50px);
}
@media screen and (max-width: 1200px) {
  .top-advantage-wrap__item {
    width: calc(50% - 6px);
    margin-bottom: 20px;
  }
}
.top-advantage-wrap__item .item-thumb {
  position: relative;
  max-width: 250px;
  margin: 0 auto 14px;
}
@media screen and (max-width: 750px) {
  .top-advantage-wrap__item .item-thumb {
    margin-bottom: 7px;
  }
}
.top-advantage-wrap__item .item-desc {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 200px;
  background: #ffeb00;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  letter-spacing: 0px;
  border-radius: 50px;
  padding: 2px 0;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .top-advantage-wrap__item .item-desc {
    width: 128px;
    font-size: 11.5px;
    padding: 1px 0;
  }
}
.top-advantage-wrap__item .item-ttl {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .top-advantage-wrap__item .item-ttl {
    font-size: 14px;
  }
}
.top-advantage-wrap__item .item-ttl span {
  color: #36b02b;
}
.top-advantage-wrap__item .item-note {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .top-advantage-wrap__item .item-note {
    font-size: 10px;
  }
}
.top-advantage-wrap__item .item-note::before {
  content: "※";
}
.top-advantage-cont {
  position: relative;
  margin-bottom: 111px;
}
@media screen and (max-width: 750px) {
  .top-advantage-cont {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .top-advantage-cont .c-inner {
    padding: 0;
  }
}
.top-advantage-cont__desc {
  width: 604px;
}
@media screen and (max-width: 1200px) {
  .top-advantage-cont__desc {
    width: 46%;
  }
}
@media screen and (max-width: 750px) {
  .top-advantage-cont__desc {
    width: 100%;
  }
}
.top-advantage-cont__desc .desc-ttl {
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.45;
  letter-spacing: 0.01em;
  margin-left: -5px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .top-advantage-cont__desc .desc-ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 959px) {
  .top-advantage-cont__desc .desc-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .top-advantage-cont__desc .desc-ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: -1em;
  }
}
.top-advantage-cont__desc .desc-txt {
  max-width: 512px;
  letter-spacing: 0.1em;
  font-style: italic;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .top-advantage-cont__desc .desc-txt {
    max-width: unset;
    padding-right: 20px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 750px) {
  .top-advantage-cont__desc .c-button-wrap {
    padding: 0 20px;
  }
}
.top-advantage-cont__desc .c-button {
  width: 430px;
  max-width: unset;
  height: 70px;
}
@media screen and (max-width: 1200px) {
  .top-advantage-cont__desc .c-button {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .top-advantage-cont__desc .c-button {
    width: 100%;
    height: 50px;
    font-size: 14px;
    margin-left: -11px;
  }
}
.top-advantage-cont__img {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: calc(50% - 107px);
  height: 460px;
  z-index: -1;
}
@media screen and (min-width: 1701px) {
  .top-advantage-cont__img {
    width: calc(50% + 107px);
  }
}
@media screen and (max-width: 750px) {
  .top-advantage-cont__img {
    position: relative;
    left: 0;
    height: 170px;
    font-size: 15px;
    margin-bottom: 27px;
  }
}
.top-advantage-cont__img .img-head {
  height: 100%;
  -webkit-clip-path: polygon(265px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(265px 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 750px) {
  .top-advantage-cont__img .img-head {
    -webkit-clip-path: polygon(98px 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(98px 0, 100% 0, 100% 100%, 0 100%);
  }
}
.top-advantage-cont__img .img-head img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% center;
     object-position: 80% center;
}
.top-advantage-cont__img .img-ttl {
  position: absolute;
  bottom: 0;
  left: 12%;
  font: 140px "Inter", sans-serif;
  color: #FFF;
  font-style: oblique;
  font-weight: bold;
  line-height: 0.7;
  margin: auto;
  white-space: nowrap;
  z-index: 0;
}
@media screen and (max-width: 1500px) {
  .top-advantage-cont__img .img-ttl {
    font-size: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .top-advantage-cont__img .img-ttl {
    font-size: 80px;
  }
}
@media screen and (max-width: 750px) {
  .top-advantage-cont__img .img-ttl {
    left: auto;
    right: 39px;
    font-size: 50px;
  }
}

/* top-case
---------------------------------------------------------*/
.top-case {
  background: #f5f5f5;
  padding: 94px 0 70px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .top-case {
    padding: 30px 0 50px;
  }
}
.top-case .c-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .top-case .c-ttl {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 750px) {
  .top-case .c-ttl .c-ttl-msg {
    margin-bottom: 0;
  }
}
.top-case .c-ttl .c-ttl-msg span {
  font-size: 46px;
}
@media screen and (max-width: 750px) {
  .top-case .c-ttl .c-ttl-msg span {
    font-size: 36px;
  }
}
.top-case .c-ttl .en-large {
  top: 12px;
  z-index: 0;
}
.top-case .c-ttl .jp {
  position: relative;
  z-index: 1;
}
.top-case .c-ttl::before {
  content: none;
}
.top-case-item {
  position: relative;
  background: #FFF;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.15);
  opacity: 0.5;
  margin: 0 26px;
}
.top-case-item.slick-active {
  opacity: 1;
}
.top-case-item__thumb {
  position: relative;
}
.top-case-item__thumb .item-cat {
  position: absolute;
  top: 10px;
  left: -10px;
  background: linear-gradient(to right, #04b238, #6cde22);
  font-weight: bold;
  color: #FFF;
  line-height: 1;
  padding: 10px;
}
.top-case-item__thumb .item-cat::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #005813 transparent transparent;
}
.top-case-item__cont {
  padding: 30px 26px;
}
.top-case-item__cont .cont-date {
  font: 14px "Lato", sans-serif;
  color: #36b02b;
  font-weight: bold;
  margin-bottom: 14px;
}
.top-case-item__cont .cont-ttl {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
.top-case-item__cont .cont-info {
  display: flex;
  justify-content: flex-end;
  border-top: 1px dashed #c8c8c8;
  padding-top: 20px;
}
.top-case-item__cont .cont-info li {
  margin-right: 13px;
}
.top-case-item__cont .cont-info li:last-child {
  margin-right: 0;
}
.top-case-item__cont .cont-info-ttl {
  font-size: 14px;
  background: #ebf7e9;
  color: #36b02b;
  line-height: 1;
  font-weight: bold;
  padding: 9px;
  margin-right: 6px;
}
.top-case-item__cont .cont-info-txt {
  font-size: 14px;
}

/* top-service
---------------------------------------------------------*/
.top-service {
  padding: 160px 0 0;
}
@media screen and (max-width: 750px) {
  .top-service {
    padding: 101px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .top-service .c-inner {
    padding: 0;
  }
}
.top-service__head {
  position: relative;
  width: 642px;
  padding-bottom: 45px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .top-service__head {
    width: 100%;
    padding-bottom: 25px;
  }
}
.top-service__head .en-large {
  display: flex;
  width: 100vw;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .top-service__head .en-large {
    justify-content: center;
    top: -13px;
  }
}
@media screen and (max-width: 750px) {
  .top-service__head .en-small {
    margin-bottom: 7px;
  }
}
.top-service__chara {
  position: absolute;
  width: 404px;
  bottom: 0;
  right: -253px;
}
@media screen and (max-width: 750px) {
  .top-service__chara {
    width: 135px;
    right: 0;
  }
}
.top-service-ttl {
  position: relative;
  height: 250px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .top-service-ttl {
    height: 125px;
    margin-bottom: 17px;
  }
}
.top-service-ttl__cont {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #FFF;
  font-weight: bold;
  z-index: 1;
}
.top-service-ttl__cont .ttl-jp {
  font-size: 40px;
}
@media screen and (max-width: 750px) {
  .top-service-ttl__cont .ttl-jp {
    font-size: 24px;
    padding: 0 20px;
  }
}
.top-service-ttl__cont .ttl-en {
  position: absolute;
  bottom: -1px;
  left: -170px;
  font: 120px "Inter", sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 0.7;
  opacity: 0.1;
}
@media screen and (max-width: 750px) {
  .top-service-ttl__cont .ttl-en {
    bottom: 0;
    left: 0;
    font-size: 31px;
  }
}
.top-service-ttl__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-service-ttl__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service-txt {
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .top-service-txt {
    font-size: 16px;
    line-height: 1.8125;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.top-service-scene {
  background: #f5f5f5;
  padding: 19px 0 55px;
}
@media screen and (max-width: 750px) {
  .top-service-scene {
    padding: 17px 0 0;
  }
}
.top-service-scene .c-subttl {
  margin-bottom: 37px;
}
@media screen and (max-width: 750px) {
  .top-service-scene .c-subttl {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-scene .c-subttl .txt {
    padding-bottom: 10px;
  }
}
.top-service-scene__soudan {
  padding: 20px 0 130px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .top-service-scene__soudan {
    padding-bottom: 0;
  }
}
.top-service-scene__soudan .soudan-bg {
  position: absolute;
  bottom: 0;
  left: calc(50vw - 600px);
  width: 100%;
  height: 469px;
  background: url("../img/top/soudan_bg.png") left bottom/1450px 469px no-repeat;
}
@media screen and (max-width: 1200px) {
  .top-service-scene__soudan .soudan-bg {
    left: auto;
    right: 0;
    height: 300px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-scene__soudan .soudan-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/top/soudan_bg_sp.png");
    background-size: 100% 100%;
  }
}
.top-service-scene__soudan .soudan-ttl {
  position: relative;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .top-service-scene__soudan .soudan-ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-scene__soudan .soudan-ttl {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.top-service-scene__soudan .soudan-ttl .green {
  color: #36b02b;
}
.top-service-scene__soudan .soudan-ttl .green .small {
  font-size: 36px;
}
@media screen and (max-width: 1200px) {
  .top-service-scene__soudan .soudan-ttl .green .small {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-scene__soudan .soudan-ttl .green .small {
    font-size: 20px;
  }
}
.top-service-scene__soudan .soudan-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .top-service-scene__soudan .soudan-wrap {
    display: block;
    padding: 0 40px;
  }
}
.top-service-scene__soudan .soudan-wrap-item {
  position: relative;
  width: calc(33.3333% - 30px);
  padding-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .top-service-scene__soudan .soudan-wrap-item {
    width: calc(33.3333% - 10px);
  }
}
@media screen and (max-width: 750px) {
  .top-service-scene__soudan .soudan-wrap-item {
    width: 100%;
    margin-bottom: 11px;
  }
}
.top-service-scene__soudan .soudan-wrap-item .item-ttl {
  margin-top: -20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .top-service-scene__soudan .soudan-wrap-item .item-ttl {
    margin-top: -17px;
  }
}
.top-service-scene__soudan .soudan-wrap-item .item-ttl span {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  background: linear-gradient(to right, #04b238, #6cde22);
  letter-spacing: 0.04em;
  border-radius: 40px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.15);
  padding: 5px 24px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .top-service-scene__soudan .soudan-wrap-item .item-ttl span {
    font-size: 16px;
    padding: 4px 21px;
  }
}
.top-service-scene__soudan .soudan-wrap-item:last-child {
  margin-bottom: 0;
}
.top-service-area {
  position: relative;
  background: #f5f5f5;
  padding: 0 0 3px;
}
.top-service-area .area-bg {
  position: absolute;
  top: 78px;
  right: calc(50vw - 600px);
  width: 100%;
  height: 397px;
  background: url("../img/top/area_bg.png") right bottom/1450px 397px no-repeat;
}
@media screen and (max-width: 1200px) {
  .top-service-area .area-bg {
    right: auto;
    left: 0;
    height: 300px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-area .area-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/area_bg_sp.png") right top/cover no-repeat;
  }
}
@media screen and (max-width: 750px) {
  .top-service-area {
    padding: 30px 0 50px;
  }
}
.top-service-area .c-subttl {
  position: relative;
}
@media screen and (max-width: 750px) {
  .top-service-area .c-subttl {
    margin-bottom: 20px;
  }
}
.top-service-area .area-cont-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.top-service-area .area-cont-wrap.c-reveal.to-right {
  -webkit-clip-path: inset(-50% 150% -50% -50%);
          clip-path: inset(-50% 150% -50% -50%);
}
.top-service-area .area-cont-wrap.c-reveal.to-right.inview {
  -webkit-clip-path: inset(-50% 0 -50% -50%);
          clip-path: inset(-50% 0 -50% -50%);
}
@media screen and (max-width: 750px) {
  .top-service-area .area-cont-wrap {
    justify-content: flex-end;
    padding: 0 20px;
  }
}
.top-service-area .area-cont-wrap .cont-img {
  position: relative;
  top: -22px;
  left: -79px;
  width: 316px;
}
@media screen and (max-width: 1200px) {
  .top-service-area .area-cont-wrap .cont-img {
    top: -12px;
    left: -62px;
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .top-service-area .area-cont-wrap .cont-img {
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .top-service-area .area-cont-wrap .cont-img {
    position: absolute;
    top: -2px;
    left: 8px;
    width: 141px;
  }
}
.top-service-area .area-cont-wrap .cont-desc {
  position: relative;
  top: -10px;
  right: 95px;
  text-align: center;
  font-feature-settings: "palt";
  padding-bottom: 50px;
}
@media screen and (max-width: 959px) {
  .top-service-area .area-cont-wrap .cont-desc {
    right: 50px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-area .area-cont-wrap .cont-desc {
    top: 7px;
    right: 0;
    width: 100%;
    padding-bottom: 0;
  }
}
.top-service-area .area-cont-wrap .cont-desc .cont-ttl {
  position: relative;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .top-service-area .area-cont-wrap .cont-desc .cont-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .top-service-area .area-cont-wrap .cont-desc .cont-ttl {
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-area .area-cont-wrap .cont-desc .cont-ttl {
    width: 217px;
    font-size: 21px;
    line-height: 1.35;
    margin-left: auto;
  }
}
.top-service-area .area-cont-wrap .cont-desc .cont-ttl .underline {
  background: linear-gradient(transparent 82%, #ffeb00 0%);
  font-style: italic;
  padding: 0 10px;
}
.top-service-area .area-cont-wrap .cont-desc .cont-ttl .underline .br-tb {
  display: none;
}
@media screen and (max-width: 959px) {
  .top-service-area .area-cont-wrap .cont-desc .cont-ttl .underline .br-tb {
    display: inline;
  }
}
@media screen and (max-width: 750px) {
  .top-service-area .area-cont-wrap .cont-desc .cont-ttl .underline {
    letter-spacing: 0.04em;
    padding: 0;
  }
}
.top-service-area .area-cont-wrap .cont-desc .cont-ttl .underline .green {
  font-size: 58px;
  color: #36b02b;
}
@media screen and (max-width: 1200px) {
  .top-service-area .area-cont-wrap .cont-desc .cont-ttl .underline .green {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-area .area-cont-wrap .cont-desc .cont-ttl .underline .green {
    font-size: 30px;
  }
}
.top-service-area .area-cont-wrap .cont-desc .cont-ttl .note {
  position: absolute;
  top: 24px;
  bottom: 0;
  right: -100px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .top-service-area .area-cont-wrap .cont-desc .cont-ttl .note {
    right: -30px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-area .area-cont-wrap .cont-desc .cont-ttl .note {
    position: relative;
    display: none;
  }
}
.top-service-area .area-cont-wrap .cont-desc .cont-ttl .note::before {
  content: "※";
}
.top-service-area .area-cont-wrap .cont-desc .cont-place {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px 0 34px;
}
@media screen and (max-width: 959px) {
  .top-service-area .area-cont-wrap .cont-desc .cont-place {
    width: 360px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 41px auto;
    padding-right: 5px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-area .area-cont-wrap .cont-desc .cont-place {
    width: 230px;
  }
}
.top-service-area .area-cont-wrap .cont-desc .cont-place li {
  width: 164px;
  height: 54px;
  background: linear-gradient(to right, #04b238, #6cde22);
  font-size: 24px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.15);
  margin-right: 9px;
}
@media screen and (max-width: 1200px) {
  .top-service-area .area-cont-wrap .cont-desc .cont-place li {
    font-size: 20px;
    height: 42px;
  }
}
@media screen and (max-width: 959px) {
  .top-service-area .area-cont-wrap .cont-desc .cont-place li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .top-service-area .area-cont-wrap .cont-desc .cont-place li {
    height: 36px;
    font-size: 16px;
  }
}
.top-service-area .area-cont-wrap .cont-desc .cont-place li:last-child {
  margin-right: 0;
}
.top-service-area .area-cont-wrap .cont-desc .c-button {
  max-width: unset;
  width: 430px;
  height: 70px;
  background: #333;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .top-service-area .area-cont-wrap .cont-desc .c-button {
    max-width: 315px;
    height: 50px;
    background: #333;
    padding-right: 15px;
    margin: 0 auto;
  }
}
.top-service-area .area-cont-wrap .cont-desc .c-button::before {
  right: 19px;
}
@media screen and (max-width: 750px) {
  .top-service-area .area-cont-wrap .cont-desc .c-button::before {
    right: 9px;
  }
}
.top-service-area .area-cont-wrap .cont-desc .c-button:hover::before {
  right: 13px;
}
.top-service-consult {
  background: #f5f5f5;
}
.top-service-consult .c-subttl {
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .top-service-consult .c-subttl {
    margin-bottom: 24px;
  }
}
.top-service-consult .consult-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 62px;
}
@media screen and (max-width: 750px) {
  .top-service-consult .consult-wrap {
    display: block;
    padding: 0 30px 19px;
  }
}
.top-service-consult .consult-wrap .consult-item {
  width: calc(33.3333% - 30px);
  background: #FFF;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.05);
  font-feature-settings: "palt";
}
@media screen and (max-width: 959px) {
  .top-service-consult .consult-wrap .consult-item {
    width: calc(33.3333% - 10px);
  }
}
@media screen and (max-width: 750px) {
  .top-service-consult .consult-wrap .consult-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-consult .consult-wrap .consult-item-img {
    height: 212px;
  }
  .top-service-consult .consult-wrap .consult-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-service-consult .consult-wrap .consult-item-cont {
  padding: 13px 30px 33px;
}
@media screen and (max-width: 959px) {
  .top-service-consult .consult-wrap .consult-item-cont {
    padding: 10px 10px 28px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-consult .consult-wrap .consult-item-cont {
    padding: 10px 25px 28px;
  }
}
.top-service-consult .consult-wrap .consult-item-cont .cont-ttl {
  font-size: 26px;
  color: #36b02b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 1200px) {
  .top-service-consult .consult-wrap .consult-item-cont .cont-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-service-consult .consult-wrap .consult-item-cont .cont-ttl {
    font-size: 24px;
    margin-bottom: 2px;
  }
}
.top-service-consult .consult-wrap .consult-item-cont .cont-txt {
  letter-spacing: 0.04em;
  margin-bottom: 21px;
}
@media screen and (max-width: 750px) {
  .top-service-consult .consult-wrap .consult-item-cont .cont-txt {
    margin-bottom: 15px;
  }
}
.top-service-consult .consult-wrap .consult-item-cont .c-button {
  height: 50px;
}
@media screen and (max-width: 750px) {
  .top-service-consult .consult-wrap .consult-item-cont .c-button {
    height: 44px;
    background: linear-gradient(to right, #04b238, #6cde22);
    margin: 0 auto;
  }
}
.top-service-link {
  background: #f5f5f5;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .top-service-link {
    padding-bottom: 0;
  }
}

/* top-voice
---------------------------------------------------------*/
.top-voice {
  background: #f5f5f5;
  padding: 101px 0 49px;
}
@media screen and (max-width: 750px) {
  .top-voice {
    padding: 20px 0 50px;
  }
}
.top-voice .c-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .top-voice .c-ttl {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 750px) {
  .top-voice .c-ttl .c-ttl-msg {
    top: 0;
    margin-bottom: 0;
  }
}
.top-voice .c-ttl .c-ttl-msg::before, .top-voice .c-ttl .c-ttl-msg::after {
  bottom: 12px;
}
@media screen and (max-width: 750px) {
  .top-voice .c-ttl .c-ttl-msg::before, .top-voice .c-ttl .c-ttl-msg::after {
    bottom: 12px;
  }
}
.top-voice .c-ttl .c-ttl-msg::before {
  left: -64px;
}
@media screen and (max-width: 750px) {
  .top-voice .c-ttl .c-ttl-msg::before {
    left: -56px;
  }
}
.top-voice .c-ttl .c-ttl-msg::after {
  right: -64px;
}
@media screen and (max-width: 750px) {
  .top-voice .c-ttl .c-ttl-msg::after {
    right: -56px;
  }
}
.top-voice .c-ttl .en-large {
  color: #FFF;
  opacity: 1;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .top-voice .c-ttl .en-large {
    top: 20px;
  }
}
.top-voice .c-ttl::before {
  content: none;
}
.top-voice-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .top-voice-wrap {
    display: unset;
  }
}
.top-voice-wrap .slick-track {
  padding-bottom: 20px;
}
.top-voice-wrap .slick-arrow {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 45px);
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .top-voice-wrap .slick-arrow {
    top: calc(50% - 36px);
  }
}
.top-voice-wrap .slick-arrow--prev {
  background-image: url(../img/common/c-case-arrow-l.png);
  left: -16px;
}
.top-voice-wrap .slick-arrow--next {
  background-image: url(../img/common/c-case-arrow-r.png);
  right: -16px;
}
.top-voice-wrap .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.top-voice-wrap .slick-dots li {
  position: relative;
  width: 9px;
  height: 9px;
  margin-right: 13px;
}
.top-voice-wrap .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #ccc;
  color: transparent;
  border-radius: 50%;
  padding: 0;
}
.top-voice-wrap .slick-dots li:last-child {
  margin-right: 0;
}
.top-voice-wrap .slick-dots li.slick-active button {
  background: #36b02b;
}
.top-voice-item {
  width: calc(50% - 20px);
  background: #FFF;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.05);
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .top-voice-item {
    width: 100%;
    margin: 0 8px;
  }
}
.top-voice-item__thumb {
  position: relative;
  max-height: 411px;
}
@media screen and (max-width: 750px) {
  .top-voice-item__thumb .thumb-img {
    width: 100%;
  }
  .top-voice-item__thumb .thumb-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-voice-item__thumb .thumb-ttl {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 284px;
  padding: 59px 0 5px;
  background: url("../img/top/voice_ttl.png") no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  padding-right: 14px;
}
@media screen and (max-width: 750px) {
  .top-voice-item__thumb .thumb-ttl {
    width: 172px;
    background: url("../img/top/voice_ttl.png") no-repeat;
    background-size: 100% 100%;
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: right bottom;
    letter-spacing: 0.06em;
    padding: 40px 6px 4px 0;
  }
}
.top-voice-item__thumb .thumb-ttl .name {
  font-size: 18px;
  margin-right: 6px;
}
@media screen and (max-width: 750px) {
  .top-voice-item__thumb .thumb-ttl .name {
    font-size: 10px;
    transform: scale(1);
    transform-origin: right;
  }
}
.top-voice-item__cont {
  padding: 30px 28px 32px;
}
@media screen and (max-width: 750px) {
  .top-voice-item__cont {
    padding: 22px 20px;
  }
}
.top-voice-item__cont .cont-service {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .top-voice-item__cont .cont-service {
    margin-bottom: 10px;
  }
}
.top-voice-item__cont .cont-service-ttl {
  background: #ebf7e9;
  color: #36b02b;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 1px 12px;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .top-voice-item__cont .cont-service-ttl {
    margin-right: 10px;
  }
}
.top-voice-item__cont .cont-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #36b02b;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .top-voice-item__cont .cont-ttl {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}
.top-voice-item__cont .cont-txt {
  letter-spacing: 0.06em;
}

/* top-msg
---------------------------------------------------------*/
.top-msg {
  background: url("../img/top/msg_bg.jpg") no-repeat #f5f5f5;
  background-size: 100%;
  padding: 24.7% 0 40px;
}
@media screen and (max-width: 750px) {
  .top-msg {
    background: url("../img/top/msg_bg_sp.jpg") no-repeat #f5f5f5;
    background-size: 100%;
    padding: 171px 0 40px;
  }
}
.top-msg-wrap {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  padding: 48px 46px 47px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 959px) {
  .top-msg-wrap {
    padding: 30px 20px 24px;
  }
}
@media screen and (max-width: 750px) {
  .top-msg-wrap {
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  }
}
.top-msg-en {
  position: absolute;
  top: -16px;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .top-msg-en {
    top: -13px;
  }
}
.top-msg-en span {
  background: linear-gradient(to right, #04b238, #6cde22);
  font: 18px "Lato", sans-serif;
  color: #FFF;
  font-weight: bold;
  border-radius: 24px;
  padding: 8px 24px;
}
@media screen and (max-width: 750px) {
  .top-msg-en span {
    font-size: 14px;
    padding: 7px 16px;
  }
}
.top-msg-ttl {
  position: relative;
  font-size: 38px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 24px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .top-msg-ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .top-msg-ttl {
    font-size: 21px;
    font-style: italic;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 7px;
  }
}
.top-msg-ttl::before {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  content: "MESSAGE";
  font: 120px "Inter", sans-serif;
  color: #f5f5f5;
  font-style: oblique;
  font-weight: bold;
  line-height: 1;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .top-msg-ttl::before {
    font-size: 80px;
  }
}
@media screen and (max-width: 750px) {
  .top-msg-ttl::before {
    top: 0;
    font-size: 60px;
  }
}
.top-msg-txt {
  letter-spacing: 0;
}

.top-member-bnr {
  position: relative;
  background: #f5f5f5;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .top-member-bnr {
    padding-bottom: 35px;
  }
}
.top-member-bnr .c-reveal {
  position: relative;
  z-index: 2;
}
.top-member-bnr .c-reveal.to-right {
  -webkit-clip-path: inset(-50px 105% -50px -50px);
          clip-path: inset(-50px 105% -50px -50px);
}
.top-member-bnr .c-reveal.to-right.inview {
  -webkit-clip-path: inset(-50px -50px -50px -50px);
          clip-path: inset(-50px -50px -50px -50px);
}
.top-member-bnr a {
  position: relative;
  display: block;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06);
}
.top-member-bnr a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 100%;
  bottom: 0;
  background: linear-gradient(to right, #04b238, #6cde22);
  opacity: 0.5;
  transition: right 0.2s;
}
.top-member-bnr a:hover::after {
  right: 0;
}
@media screen and (max-width: 750px) {
  .top-member-bnr .c-inner {
    padding: 0;
  }
  .top-member-bnr a {
    box-shadow: 0 0 8px 0, 0, 0, 0.06;
  }
}

/* top-news
---------------------------------------------------------*/
.top-news {
  background: #f5f5f5;
  padding: 0 0 100px;
}
@media screen and (max-width: 750px) {
  .top-news {
    padding: 0 0 50px;
  }
}
.top-news-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .top-news-wrap {
    display: block;
  }
}
.top-news-ttl {
  position: relative;
  width: 200px;
  text-align: center;
  padding-top: 12px;
}
@media screen and (max-width: 750px) {
  .top-news-ttl {
    width: 100%;
  }
}
.top-news-ttl::before {
  position: absolute;
  top: -114px;
  left: -150px;
  content: " ";
  width: 329px;
  height: 288px;
  background: url("../img/top/news_bg.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  .top-news-ttl::before {
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .top-news-ttl::before {
    width: 164px;
    height: 144px;
    top: -56px;
    right: 0;
    left: -4px;
    margin: auto;
  }
}
.top-news-ttl__ttl {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .top-news-ttl__ttl {
    margin-bottom: 0;
  }
}
.top-news-ttl__ttl .en {
  font: 18px "Lato", sans-serif;
  color: #36b02b;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .top-news-ttl__ttl .en {
    font-size: 14px;
  }
}
.top-news-ttl__ttl .jp {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .top-news-ttl__ttl .jp {
    font-size: 30px;
    line-height: 1.5;
  }
}
.top-news-ttl__btn {
  width: 200px;
  height: 50px;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .top-news-ttl__btn {
    width: 100%;
    max-width: 314px;
  }
}
.top-news-cont {
  width: calc(100% - 274px);
  padding-top: 19px;
}
@media screen and (max-width: 750px) {
  .top-news-cont {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 15px;
  }
}
.top-news-cont__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #bfbfbf;
  font-feature-settings: "palt";
  padding-bottom: 12px;
  margin-bottom: 13px;
  transition: opacity 0.2s ease;
}
.top-news-cont__item:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .top-news-cont__item {
    display: block;
    padding-bottom: 22px;
    margin-bottom: 16px;
  }
}
.top-news-cont__item .item-date {
  width: 129px;
  font: 17px "Lato", sans-serif;
  color: #36b02b;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .top-news-cont__item .item-date {
    width: auto;
    font-size: 14.5px;
    margin-bottom: 6px;
  }
}
.top-news-cont__item .item-ttl {
  position: relative;
  width: calc(100% - 129px);
  font-size: 17px;
  letter-spacing: 0.08em;
  padding-right: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .top-news-cont__item .item-ttl {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
  }
}
.top-news-cont__item .item-ttl::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  content: " ";
  width: 14px;
  height: 14px;
  background: url("../img/common/arrows-icon-g.png") no-repeat;
  background-size: 100%;
  margin: auto;
  transition: 0.2s;
}
@media screen and (max-width: 750px) {
  .top-news-cont__item .item-ttl::after {
    right: 2px;
  }
}
.top-news-cont__item:hover .item-ttl::after {
  right: 4px;
}
@media screen and (max-width: 750px) {
  .top-news-cont__item:hover .item-ttl::after {
    right: 2px;
  }
}
.top-news-cont__item:last-child {
  margin-bottom: 0;
}
