/*$base-width: 1400px;*/
.p-op {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .p-op {
    height: 100svh;
  }
}
.p-op-wrap {
  background: #fff;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.p-op-logo {
  width: 100%;
  opacity: 0;
}
.p-op-logo.is-show {
  opacity: 1;
}

.gecko img {
  -webkit-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}

.p-mv {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 60px;
    background: #000;
  }
}
.p-mv-catch {
  position: absolute;
  left: 3rem;
  right: 0;
  top: calc(50% - 4.5rem);
  -webkit-transform: translateY(-50%) rotate(0.0001deg);
          transform: translateY(-50%) rotate(0.0001deg);
  margin: 0 auto;
  text-align: center;
  width: 77.8rem;
  aspect-ratio: 778/83;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv-catch {
    width: 32rem;
    height: 3.4rem;
    left: 0;
    top: calc(50% - 1rem);
  }
}
.p-mv-catch .txt {
  position: relative;
  height: 100%;
  width: 100%;
  line-height: 1;
}
.p-mv-catch .line {
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-mv-video {
  width: 100%;
  height: 100vh;
  background: #000;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-mv-video {
    padding: 0;
    height: calc(100vh - 60px);
  }
}
.p-mv-video iframe {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv-video iframe {
    width: 100%;
    height: calc(100% - 3rem);
  }
}
@media screen and (min-width: 1201px) {
  .p-mv-video .mobile {
    display: none;
  }
  .p-mv-video .tablet {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 501px) {
  .p-mv-video .mobile {
    display: none;
  }
  .p-mv-video .desktop {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .p-mv-video .desktop {
    display: none;
  }
  .p-mv-video .tablet {
    display: none;
  }
}
.p-mv-count {
  font-size: 2.2rem;
  color: #fff;
  position: absolute;
  left: calc(100% - 12rem);
  bottom: 0.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-mv-scroll {
  font-size: 1.7rem;
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  height: 11rem;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-mv-scroll span {
  display: inline-block;
}
.p-mv-scroll .txt {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv-scroll .txt {
    bottom: 7rem;
  }
}
.p-mv-scroll .arw {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  width: 0.4rem;
  overflow: hidden;
}
.p-mv-scroll .arw img {
  -webkit-animation: scrollarw 2s ease-in-out infinite;
          animation: scrollarw 2s ease-in-out infinite;
}
.p-mv-mask {
  background: #000;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes scrollarw {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrollarw {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.p-passion {
  margin-top: 100vh;
  padding: 14.3rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .p-passion {
    margin-top: 100svh;
  }
}
.p-passion-headline {
  margin-bottom: 3.2rem;
  text-align: center;
}
.p-passion-headline img {
  width: 72.6rem;
}
@media screen and (max-width: 767px) {
  .p-passion-headline img {
    width: 32rem;
  }
}
.p-passion-catch {
  margin-bottom: 9rem;
  font-size: 4rem;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-passion-catch {
    font-size: 2rem;
  }
}
.p-passion-detail {
  font-size: 1.9rem;
  letter-spacing: 0.038em;
  line-height: 2.9473684211;
  color: #fff;
  max-width: 89rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-passion-detail {
    font-size: 1.5rem;
    letter-spacing: 0.046em;
    line-height: 2.6666666667;
  }
}
.p-passion-link {
  text-align: center;
  margin-top: 5.6rem;
}

.c-topheadline {
  color: #008080;
  font-size: 3.4rem;
  font-weight: 600;
  padding-left: 4.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-topheadline {
    font-size: 2.8rem;
    padding-left: 3.8rem;
  }
}
.c-topheadline:before {
  content: "";
  background: url(../img/top/icn_headline.svg) no-repeat left top/contain;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: rotate 5s linear infinite;
          animation: rotate 5s linear infinite;
}
@media screen and (max-width: 767px) {
  .c-topheadline:before {
    width: 3rem;
    height: 3rem;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(-50%) rotate(359deg);
            transform: translateY(-50%) rotate(359deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(-50%) rotate(359deg);
            transform: translateY(-50%) rotate(359deg);
  }
}
.p-linewrap {
  position: absolute;
  left: -17rem;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-linewrap {
    top: 40rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.p-linewrap .line {
  margin: 0 auto;
  width: 36.8rem;
  text-align: center;
  -webkit-animation: fuwaline 15s ease-in-out infinite;
          animation: fuwaline 15s ease-in-out infinite;
  /*.linesvg {
  	fill:none;
  	stroke:$green;
  	stroke-width:1px;
  	stroke-dasharray: 10;
  	stroke-dashoffset: 1; 
  	//animation: demo_kururi ease 1s infinite;
  }
  @keyframes demo_kururi {
  	from {
  		stroke-dashoffset: 30;
  	}
  	to {
  		stroke-dashoffset: 0;
  	}
  }*/
}
@media screen and (max-width: 767px) {
  .p-linewrap .line {
    width: 50%;
  }
}
.p-linewrap .line img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-service {
  background: #fff;
  position: relative;
  margin-top: 30.3rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 0;
    margin-top: 10.3rem;
  }
}
.p-service:before {
  content: "";
  width: 100%;
  height: 32.3rem;
  top: -32.1rem;
  left: 0;
  position: absolute;
  background: url(../img/top/bg_service.webp) no-repeat left top/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-service:before {
    height: 10rem;
    top: calc(-10rem + 3px);
    background-size: auto 100%;
  }
}
.p-service-head {
  gap: 4rem;
  position: relative;
  top: -14rem;
  padding-left: 4rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-service-head {
    padding-left: 0;
    top: 0;
    margin-top: 10rem;
  }
}
.p-service-head-video {
  border-radius: 5rem;
  width: 68rem;
  height: 55.7rem;
  overflow: hidden;
  position: absolute;
  top: -14rem;
  right: -8rem;
}
.p-service-head-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-service-head-video {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 2rem;
  }
}
.p-service-head-ttl {
  position: relative;
}
.p-service-head-ttl::after {
  content: "";
  width: 40.7rem;
  height: 27.3rem;
  position: absolute;
  left: -2px;
  bottom: -1px;
  border: 4px solid #fff;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-service-head-ttl::after {
    width: 19.4rem;
    height: 13.2rem;
    left: -3px;
    bottom: -2px;
  }
}
.p-service-head-ttl .p-service-headline {
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-head-ttl .p-service-headline {
    margin-bottom: 3rem;
  }
}
.p-service-head-ttl .img {
  background: #000;
  width: 40.3rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-service-head-ttl .img {
    width: 19rem;
  }
}
.p-service-head-ttl .img:before {
  content: "";
  background: linear-gradient(80deg, rgb(0, 0, 0), rgb(255, 97, 97) 8%, rgb(233, 178, 45) 16%, rgb(202, 196, 68) 23%, rgb(179, 200, 73) 29%, rgb(100, 187, 62) 35%, rgb(53, 179, 56) 43%, rgb(71, 140, 161) 50%, rgb(86, 110, 243) 55%, rgb(154, 39, 238) 62%, rgb(100, 95, 242) 68%, rgb(75, 133, 181) 74%, rgb(56, 173, 73) 78%, rgb(192, 202, 75) 83%, rgb(225, 183, 51) 87%, rgb(250, 116, 85) 92%, rgb(0, 0, 0));
  position: absolute;
  left: -500%;
  top: -8%;
  width: 500%;
  height: 110%;
  z-index: 0;
  -webkit-transition: 7s;
  transition: 7s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  border-radius: 30% 30% 10% 30%;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
.p-service-head-ttl .img img {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-service-head-ttl {
    margin-bottom: 5rem;
  }
}
.p-service-head-ttl.is-inview .img:before {
  left: 500%;
}
.p-service-lead {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
  padding-left: 4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-service-lead {
    padding-left: 0;
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 2.1875;
  }
}
.p-service-creation {
  margin: 14rem 0 1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 5rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-service-creation {
    margin: 6rem 0 1rem;
    padding-right: 0;
    display: block;
  }
}
.p-service-creation .txt {
  width: 37.9rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-creation .txt {
    width: 100%;
  }
}
.p-service-creation .txt .ttl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service-creation .txt .ttl {
    margin-bottom: 2rem;
  }
}
.p-service-creation .txt p {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
  margin-bottom: 1.2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-service-creation .txt p {
    font-size: 1.6rem;
    line-height: 2.1875;
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
}
.p-service-creation .txt .tags {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7.5rem 2.2rem 7.5rem 2.2rem 7.5rem 2.2rem 7.5rem;
  grid-template-columns: repeat(4, 7.5rem);
  gap: 2rem 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-service-creation .txt .tags {
    -ms-grid-columns: 1fr 0.8rem 1fr 0.8rem 1fr 0.8rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
  }
}
.p-service-creation .txt .tags li {
  border: 1px solid #808080;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  font-size: 1.1rem;
  line-height: 0.9090909091;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-creation .txt .tags li {
    width: auto;
    font-size: 1rem;
  }
}
.p-service-creation .img {
  width: 64.3rem;
  height: 58rem;
  margin-left: -7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-creation .img {
    width: 33rem;
    margin: 4rem 0 0 0;
    height: 29.7rem;
  }
}
.p-service-creation .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-creation .img .unit {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 auto;
}
.p-service-creation .img .unit.m-main {
  width: 31.9rem;
  left: 11.5rem;
  right: 0;
  margin: 0 auto;
  top: calc(50% + 1.5rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-service-creation .img .unit.m-main {
    width: 16.3rem;
    left: 2rem;
  }
}
.p-service-creation .img .unit:not(.m-main) {
  -webkit-transform: translate(-50%, -50%) scale(0.01, 0.01);
          transform: translate(-50%, -50%) scale(0.01, 0.01);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
.p-service-creation .img .unit.m-01 {
  width: 18.5rem;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-service-creation .img .unit.m-01 {
    width: 9.5rem;
  }
}
.p-service-creation .img .unit.m-02 {
  width: 17.7rem;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-service-creation .img .unit.m-02 {
    width: 9.1rem;
  }
}
.p-service-creation .img .unit.m-03 {
  width: 7.2rem;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .p-service-creation .img .unit.m-03 {
    width: 3.7rem;
  }
}
.p-service-creation .img .unit.m-04 {
  width: 22.2rem;
}
@media screen and (max-width: 767px) {
  .p-service-creation .img .unit.m-04 {
    width: 11.4rem;
  }
}
.p-service-creation .img .unit.m-05 {
  width: 10.5rem;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-service-creation .img .unit.m-05 {
    width: 5.4rem;
  }
}
.p-service-creation .img .unit.m-06 {
  width: 20.1rem;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .p-service-creation .img .unit.m-06 {
    width: 10.3rem;
  }
}
.p-service-creation .img.is-inview .unit:not(.m-main) {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.p-service-creation .img.is-inview .unit.m-01 {
  left: 18.5rem;
  top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-creation .img.is-inview .unit.m-01 {
    left: 6rem;
  }
}
.p-service-creation .img.is-inview .unit.m-02 {
  left: calc(100% - 19.5rem);
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-service-creation .img.is-inview .unit.m-02 {
    left: calc(100% - 11.5rem);
    top: 1rem;
  }
}
.p-service-creation .img.is-inview .unit.m-03 {
  left: calc(100% - 7rem);
  top: 22rem;
}
@media screen and (max-width: 767px) {
  .p-service-creation .img.is-inview .unit.m-03 {
    left: calc(100% - 5rem);
    top: 12rem;
  }
}
.p-service-creation .img.is-inview .unit.m-04 {
  left: calc(100% - 29.7rem);
  top: calc(100% - 13rem);
}
@media screen and (max-width: 767px) {
  .p-service-creation .img.is-inview .unit.m-04 {
    left: calc(100% - 15.7rem);
    top: calc(100% - 6.5rem);
  }
}
.p-service-creation .img.is-inview .unit.m-05 {
  left: 15.5rem;
  top: calc(100% - 14.6rem);
}
@media screen and (max-width: 767px) {
  .p-service-creation .img.is-inview .unit.m-05 {
    left: 7rem;
    top: calc(100% - 6.6rem);
  }
}
.p-service-creation .img.is-inview .unit.m-06 {
  left: 0;
  top: 20rem;
}
@media screen and (max-width: 767px) {
  .p-service-creation .img.is-inview .unit.m-06 {
    left: -7%;
    top: 11rem;
  }
}
.p-service-support {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 7rem;
  position: relative;
  z-index: 2;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-service-support {
    display: block;
    margin-top: 2rem;
  }
}
.p-service-support-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 16.5rem 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-service-support-txt {
    margin: 0;
  }
}
.p-service-support-txt .ttl {
  width: 26.4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service-support-txt .ttl {
    width: 70%;
  }
}
.p-service-support-txt p {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
  margin-bottom: 4rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service-support-txt p {
    font-size: 1.6rem;
    line-height: 2.1875;
    padding-right: 0;
    margin-bottom: 5rem;
  }
}
.p-service-support-fig {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 52rem;
  height: 48.1rem;
  position: relative;
  right: 5.5rem;
}
@media screen and (max-width: 1280px) {
  .p-service-support-fig {
    width: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-support-fig {
    width: 90%;
    height: 28rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.p-service-support-fig .logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-support-fig .logo {
    position: relative;
    top: -1rem;
    width: 6rem;
    right: 0.5rem;
  }
}
.p-service-support-fig .illusts {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 2rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-service-support-fig .illusts {
    left: 0;
  }
}
.p-service-support-fig .illusts li {
  width: 16.7rem;
  height: 16.7rem;
  position: absolute;
  left: 30%;
  top: 33%;
}
@media screen and (max-width: 767px) {
  .p-service-support-fig .illusts li {
    width: 36%;
    height: 36%;
    left: 30%;
    top: 30%;
  }
}
.p-service-support-fig .illusts li.m-01 {
  -webkit-animation: rotate_m01 25s linear infinite;
          animation: rotate_m01 25s linear infinite;
}
.p-service-support-fig .illusts li.m-02 {
  -webkit-animation: rotate_m02 25s linear infinite;
          animation: rotate_m02 25s linear infinite;
}
.p-service-support-fig .illusts li.m-03 {
  -webkit-animation: rotate_m03 25s linear infinite;
          animation: rotate_m03 25s linear infinite;
}
.p-service-support-fig .illusts li.m-04 {
  -webkit-animation: rotate_m04 25s linear infinite;
          animation: rotate_m04 25s linear infinite;
}
.p-service-support-fig .illusts li.m-05 {
  -webkit-animation: rotate_m05 25s linear infinite;
          animation: rotate_m05 25s linear infinite;
}
.p-service-support-fig .foot {
  position: absolute;
  bottom: -20rem;
  width: 28rem;
}
@media screen and (max-width: 1280px) {
  .p-service-support-fig .foot {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-support-fig .foot {
    width: 65%;
    bottom: -12rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.p-service-support-fig .foot .arw {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 5.6rem;
  top: -6rem;
}
@media screen and (max-width: 767px) {
  .p-service-support-fig .foot .arw {
    top: -3rem;
    width: 4rem;
  }
}
.p-service-flashimg {
  margin: 15.5rem auto 0;
  width: 119rem;
  height: 21.4rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-service-flashimg {
    width: 33rem;
    height: 18.8rem;
    margin-top: 16rem;
  }
}
.p-service-flashimg.is-inview .unit:not(.m-main) {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.p-service .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
.p-service-links {
  margin-top: -7rem;
  background: url(../img/top/bg_service_link.webp) no-repeat center top/100% 87%;
  padding: 53rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-links {
    margin-top: 0;
    background-size: 100% auto;
    background: #EFEFEF;
    padding-top: 15rem;
  }
  .p-service-links:before, .p-service-links:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 15rem;
    background: #fff url(../img/top/bg_service_link.webp) no-repeat center top/100% auto;
  }
  .p-service-links:before {
    top: -12.5rem;
    background-color: transparent;
  }
  .p-service-links:after {
    background-position: center bottom 10rem;
    bottom: 0;
    height: 30rem;
  }
}
.p-service-links .u-anchor {
  margin-top: -140px;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-service-links .u-anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.p-service-links .c-inner {
  max-width: 100rem;
}
.p-service-links .head {
  width: 75rem;
  margin-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-links .head {
    width: 28rem;
    margin-bottom: 3rem;
  }
}
.p-service-links .head::after {
  content: "";
  width: 75.8rem;
  height: 18.2rem;
  position: absolute;
  left: -3px;
  bottom: -3px;
  border: 4px solid #efefef;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-service-links .head::after {
    width: 28.6rem;
    height: 7.1rem;
    left: -3px;
    bottom: -3px;
  }
}
.p-service-links .head .img {
  background: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.p-service-links .head .img:before {
  content: "";
  background: linear-gradient(80deg, rgb(0, 0, 0), rgb(255, 97, 97) 8%, rgb(233, 178, 45) 16%, rgb(202, 196, 68) 23%, rgb(179, 200, 73) 29%, rgb(100, 187, 62) 35%, rgb(53, 179, 56) 43%, rgb(71, 140, 161) 50%, rgb(86, 110, 243) 55%, rgb(154, 39, 238) 62%, rgb(100, 95, 242) 68%, rgb(75, 133, 181) 74%, rgb(56, 173, 73) 78%, rgb(192, 202, 75) 83%, rgb(225, 183, 51) 87%, rgb(250, 116, 85) 92%, rgb(0, 0, 0));
  position: absolute;
  left: -500%;
  top: -5%;
  width: 500%;
  height: 110%;
  z-index: -1;
  -webkit-transition: 7s;
  transition: 7s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  border-radius: 20% 20% 10% 20%;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.p-service-links .head .img img {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service-links .head.is-inview .img:before {
  left: 500%;
}
.p-service-links .catch {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8333333333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-service-links .catch {
    font-size: 1.8rem;
  }
}
.p-service-links .links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: -12rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-service-links .links {
    margin-top: 5rem;
    display: block;
  }
}
.p-service-links .links .list {
  display: block;
  width: 42.4rem;
}
@media screen and (max-width: 767px) {
  .p-service-links .links .list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-links .links .list.m-01 {
    margin-bottom: 2rem;
  }
}
.p-service-links .links li + li {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-service-links .links li + li {
    margin-top: 2rem;
  }
}
.p-service-links .links a .txt .ttl {
  font-size: 2.44rem;
  letter-spacing: -0.005em;
}
@media screen and (max-width: 767px) {
  .p-service-links .links a .txt .ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-links .links a .txt .ttl.m-digital {
    font-size: 2.2rem;
  }
}
.p-service-links .links a .txt .btn .btn-arw {
  margin-top: 0;
  margin-bottom: 0.2rem;
  width: 6.3rem;
  height: 6.3rem;
}
@media screen and (max-width: 767px) {
  .p-service-links .links a .txt .btn .btn-arw {
    width: 4rem;
    height: 4rem;
  }
}
.p-service-links .links a .img {
  border-radius: 2rem;
}
.p-service .c-txtslider {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-service .c-txtslider {
    padding: 0;
  }
}

@-webkit-keyframes rotate_m01 {
  0% {
    -webkit-transform: rotate(0deg) translateY(-100%) translateX(0) rotate(0deg);
            transform: rotate(0deg) translateY(-100%) translateX(0) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(-100%) translateX(0) rotate(-360deg);
            transform: rotate(360deg) translateY(-100%) translateX(0) rotate(-360deg);
  }
}

@keyframes rotate_m01 {
  0% {
    -webkit-transform: rotate(0deg) translateY(-100%) translateX(0) rotate(0deg);
            transform: rotate(0deg) translateY(-100%) translateX(0) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(-100%) translateX(0) rotate(-360deg);
            transform: rotate(360deg) translateY(-100%) translateX(0) rotate(-360deg);
  }
}
@-webkit-keyframes rotate_m02 {
  0% {
    -webkit-transform: rotate(72deg) translateY(-100%) translateX(0) rotate(-72deg);
            transform: rotate(72deg) translateY(-100%) translateX(0) rotate(-72deg);
  }
  100% {
    -webkit-transform: rotate(432deg) translateY(-100%) translateX(0) rotate(-432deg);
            transform: rotate(432deg) translateY(-100%) translateX(0) rotate(-432deg);
  }
}
@keyframes rotate_m02 {
  0% {
    -webkit-transform: rotate(72deg) translateY(-100%) translateX(0) rotate(-72deg);
            transform: rotate(72deg) translateY(-100%) translateX(0) rotate(-72deg);
  }
  100% {
    -webkit-transform: rotate(432deg) translateY(-100%) translateX(0) rotate(-432deg);
            transform: rotate(432deg) translateY(-100%) translateX(0) rotate(-432deg);
  }
}
@-webkit-keyframes rotate_m03 {
  0% {
    -webkit-transform: rotate(144deg) translateY(-100%) translateX(0) rotate(-144deg);
            transform: rotate(144deg) translateY(-100%) translateX(0) rotate(-144deg);
  }
  100% {
    -webkit-transform: rotate(504deg) translateY(-100%) translateX(0) rotate(-504deg);
            transform: rotate(504deg) translateY(-100%) translateX(0) rotate(-504deg);
  }
}
@keyframes rotate_m03 {
  0% {
    -webkit-transform: rotate(144deg) translateY(-100%) translateX(0) rotate(-144deg);
            transform: rotate(144deg) translateY(-100%) translateX(0) rotate(-144deg);
  }
  100% {
    -webkit-transform: rotate(504deg) translateY(-100%) translateX(0) rotate(-504deg);
            transform: rotate(504deg) translateY(-100%) translateX(0) rotate(-504deg);
  }
}
@-webkit-keyframes rotate_m04 {
  0% {
    -webkit-transform: rotate(216deg) translateY(-100%) translateX(0) rotate(-216deg);
            transform: rotate(216deg) translateY(-100%) translateX(0) rotate(-216deg);
  }
  100% {
    -webkit-transform: rotate(576deg) translateY(-100%) translateX(0) rotate(-576deg);
            transform: rotate(576deg) translateY(-100%) translateX(0) rotate(-576deg);
  }
}
@keyframes rotate_m04 {
  0% {
    -webkit-transform: rotate(216deg) translateY(-100%) translateX(0) rotate(-216deg);
            transform: rotate(216deg) translateY(-100%) translateX(0) rotate(-216deg);
  }
  100% {
    -webkit-transform: rotate(576deg) translateY(-100%) translateX(0) rotate(-576deg);
            transform: rotate(576deg) translateY(-100%) translateX(0) rotate(-576deg);
  }
}
@-webkit-keyframes rotate_m05 {
  0% {
    -webkit-transform: rotate(288deg) translateY(-100%) translateX(0) rotate(-288deg);
            transform: rotate(288deg) translateY(-100%) translateX(0) rotate(-288deg);
  }
  100% {
    -webkit-transform: rotate(648deg) translateY(-100%) translateX(0) rotate(-648deg);
            transform: rotate(648deg) translateY(-100%) translateX(0) rotate(-648deg);
  }
}
@keyframes rotate_m05 {
  0% {
    -webkit-transform: rotate(288deg) translateY(-100%) translateX(0) rotate(-288deg);
            transform: rotate(288deg) translateY(-100%) translateX(0) rotate(-288deg);
  }
  100% {
    -webkit-transform: rotate(648deg) translateY(-100%) translateX(0) rotate(-648deg);
            transform: rotate(648deg) translateY(-100%) translateX(0) rotate(-648deg);
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
  }
}
.p-circleslider {
  margin-top: 0;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-circleslider {
    margin-top: 10rem;
  }
}
.p-circleslider .img {
  width: 100%;
  max-width: 148.1rem;
  height: 103.8rem;
  margin: -7.5rem auto 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-circleslider .img {
    width: 33rem;
    height: 23.1rem;
  }
}
.p-circleslider .img .unit {
  position: absolute;
}
.p-circleslider .img .unit.m-main {
  width: 53.1rem;
  left: 0;
  right: 0;
  top: 20rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-circleslider .img .unit.m-main {
    width: 11.8rem;
    top: 5.5rem;
  }
}
.p-circleslider .img .unit:not(.m-main) {
  border-radius: 30rem;
  overflow: hidden;
}
.p-circleslider .img .unit:not(.m-main) img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  -webkit-animation-name: circleslide;
          animation-name: circleslide;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  opacity: 0;
}
.p-circleslider .img .unit:not(.m-main) img.img02 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.p-circleslider .img .unit:not(.m-main) img.img03 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.p-circleslider .img .unit.m-01 {
  width: 24.5rem;
  height: 24.5rem;
  left: 28rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-circleslider .img .unit.m-01 {
    width: 5.4rem;
    height: 5.4rem;
    left: 4rem;
  }
}
.p-circleslider .img .unit.m-02 {
  width: 21.9rem;
  height: 21.9rem;
  right: 20rem;
  top: 20rem;
}
@media screen and (max-width: 767px) {
  .p-circleslider .img .unit.m-02 {
    width: 4.9rem;
    height: 4.9rem;
    right: 4rem;
    top: 5rem;
  }
}
.p-circleslider .img .unit.m-02 img {
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
.p-circleslider .img .unit.m-02 img.img02 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.p-circleslider .img .unit.m-02 img.img03 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.p-circleslider .img .unit.m-03 {
  width: 32.4rem;
  height: 32.4rem;
  right: 0;
  top: 56rem;
}
@media screen and (max-width: 767px) {
  .p-circleslider .img .unit.m-03 {
    width: 7.2rem;
    height: 7.2rem;
    top: 14rem;
  }
}
.p-circleslider .img .unit.m-03 img {
  -webkit-animation-duration: 21s;
          animation-duration: 21s;
}
.p-circleslider .img .unit.m-03 img.img02 {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.p-circleslider .img .unit.m-03 img.img03 {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.p-circleslider .img .unit.m-04 {
  width: 21.9rem;
  height: 21.9rem;
  right: 41.5rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-circleslider .img .unit.m-04 {
    width: 4.9rem;
    height: 4.9rem;
    right: 9rem;
  }
}
.p-circleslider .img .unit.m-04 img {
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.p-circleslider .img .unit.m-04 img.img02 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.p-circleslider .img .unit.m-04 img.img03 {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}
.p-circleslider .img .unit.m-05 {
  width: 24.5rem;
  height: 24.5rem;
  left: 36rem;
  bottom: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-circleslider .img .unit.m-05 {
    width: 5.4rem;
    height: 5.4rem;
    bottom: 2rem;
    left: 7rem;
  }
}
.p-circleslider .img .unit.m-05 img {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
.p-circleslider .img .unit.m-05 img.img02 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.p-circleslider .img .unit.m-05 img.img03 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.p-circleslider .img .unit.m-06 {
  width: 29.3rem;
  height: 29.3rem;
  left: 0;
  top: 37rem;
}
@media screen and (max-width: 767px) {
  .p-circleslider .img .unit.m-06 {
    width: 6.6rem;
    height: 6.6rem;
    top: 9rem;
  }
}
.p-circleslider .img .unit.m-06 img {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
.p-circleslider .img .unit.m-06 img.img02 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.p-circleslider .img .unit.m-06 img.img03 {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

@-webkit-keyframes circleslide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

@keyframes circleslide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.p-recruit {
  background: #fff;
  padding: 18.5rem 0 18.5rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 8rem 0 10rem;
  }
}
.p-recruit-headline {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-headline {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .p-recruit-headline:before {
    margin-top: 0.2rem;
  }
}
.p-recruit-catch {
  width: 33.1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-catch {
    width: 70%;
  }
}
.p-recruit p {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .p-recruit p {
    font-size: 1.6rem;
    line-height: 2.1875;
  }
}
.p-recruit-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-recruit-wrap {
    display: block;
  }
}
.p-recruit-wrap .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-recruit-wrap .img {
  width: 50.2rem;
  margin-right: 10rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-wrap .img {
    width: 100%;
    margin-right: 0;
    margin-top: 3rem;
  }
}
.p-recruit-btns {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-btns {
    margin-top: 3rem;
  }
}
.p-recruit-btns li + li {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-btns li + li {
    margin-top: 1.5rem;
  }
}
.p-recruit-btns .btn {
  width: 50rem;
  height: 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-btns .btn {
    width: 100%;
    height: 7rem;
  }
}
.p-recruit-btns .btn a {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  border-radius: 10rem;
  padding: 0 5rem;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-btns .btn a {
    padding: 0 4rem;
  }
}
.p-recruit-btns .btn a .txt .ja {
  display: block;
  font-weight: bold;
}
.p-recruit-btns .btn a .txt .en {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-btns .btn a .txt .en {
    font-size: 1.2rem;
  }
}
.p-recruit-btns .btn a .arw {
  padding-right: 7rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-btns .btn a .arw {
    padding-right: 2rem;
  }
}
.p-recruit-btns .btn a .arw .more {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-recruit-btns .btn a .arw .more {
    font-size: 1.5rem;
  }
}
.p-recruit-btns .btn a:before, .p-recruit-btns .btn a:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.6rem;
  height: 0.6rem;
  position: absolute;
  right: 4.5rem;
  top: calc(50% - 0.2rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-recruit-btns .btn a:before, .p-recruit-btns .btn a:after {
    width: 3rem;
    right: 2rem;
  }
}
.p-recruit-btns .btn a:before {
  background-image: url(../img/top/icn_arrow_recruit_wh.svg);
}
.p-recruit-btns .btn a:after {
  opacity: 0;
  background-image: url(../img/top/icn_arrow_recruit_bk.svg);
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-recruit-btns .btn a:hover:before {
    -webkit-animation: contactarwbefore 0.5s ease-in forwards;
            animation: contactarwbefore 0.5s ease-in forwards;
  }
  .p-recruit-btns .btn a:hover:after {
    -webkit-animation: contactarwafter 0.5s ease-in forwards;
            animation: contactarwafter 0.5s ease-in forwards;
  }
}
.p-recruit-btns .btn.m-recruit a {
  background: #008080;
  border: 1px solid #008080;
}
.p-recruit-btns .btn.m-recruit a .txt .ja {
  font-size: 3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-recruit-btns .btn.m-recruit a .txt .ja {
    font-size: 2rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-recruit-btns .btn.m-recruit a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
  }
  .p-recruit-btns .btn.m-recruit a:hover .en {
    color: #008080;
  }
}
.p-recruit-btns .btn.m-partner a {
  background: #777E7F;
  border: 1px solid #777E7F;
}
.p-recruit-btns .btn.m-partner a .txt .ja {
  font-size: 2.7rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-recruit-btns .btn.m-partner a .txt .ja {
    font-size: 1.8rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-recruit-btns .btn.m-partner a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
  }
  .p-recruit-btns .btn.m-partner a:hover .en {
    color: #008080;
  }
}

.p-contact {
  background: url(../img/top/bg_contact_photo.webp) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
.p-contact:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.p-contact-wrap {
  padding: 7.6rem 0 9rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-contact-wrap {
    padding: 5rem 0;
  }
}
.p-contact-headline {
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-headline {
    font-size: 2.5rem;
  }
}
.p-contact-conts {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-conts {
    display: block;
  }
}
.p-contact-conts .tel {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact-conts .tel {
    text-align: center;
  }
}
.p-contact-conts .tel a {
  font-size: 3.1rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-contact-conts .tel a {
    font-size: 2rem;
  }
}
.p-contact-conts .tel a .number {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-conts .tel a .number {
    font-size: 3.5rem;
  }
}
.p-contact-conts .tel .tel-note {
  font-size: 1.7rem;
  letter-spacing: -0.005em;
  font-weight: 300;
  text-align: right;
  margin-top: 0.5rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-conts .tel .tel-note {
    font-size: 1.2rem;
    padding-right: 0;
    text-align: center;
  }
}
.p-contact-conts .links {
  width: 40rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-conts .links {
    width: 100%;
    margin: 2rem auto 0;
  }
}
.p-contact-conts .links a {
  display: block;
  border: 1px solid #fff;
  padding: 1.2rem 2rem;
  border-radius: 0.3rem;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-contact-conts .links a {
    font-size: 1.2rem;
  }
}
.p-contact-conts .links a:before, .p-contact-conts .links a:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.2rem;
  height: 0.5rem;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-conts .links a:before, .p-contact-conts .links a:after {
    width: 3rem;
  }
}
.p-contact-conts .links a:before {
  background-image: url(../img/top/icn_arrow_contact_wh.svg);
}
.p-contact-conts .links a:after {
  opacity: 0;
  background-image: url(../img/top/icn_arrow_contact_gr.svg);
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-contact-conts .links a:hover:before {
    -webkit-animation: contactarwbefore 0.5s ease-in forwards;
            animation: contactarwbefore 0.5s ease-in forwards;
  }
  .p-contact-conts .links a:hover:after {
    -webkit-animation: contactarwafter 0.5s ease-in forwards;
            animation: contactarwafter 0.5s ease-in forwards;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-contact-conts .links a:hover {
    background: #fff;
    color: #008080;
    font-weight: 500;
  }
  .p-contact-conts .links a:hover:after {
    background-image: url(../img/top/icn_arrow_contact_gr.svg);
  }
}
.p-contact-conts .links li + li {
  margin-top: 1.5rem;
}

@-webkit-keyframes contactarwbefore {
  0% {
    right: 1.5rem;
  }
  50% {
    right: -5rem;
    opacity: 0;
  }
  100% {
    right: -100%;
    opacity: 0;
  }
}

@keyframes contactarwbefore {
  0% {
    right: 1.5rem;
  }
  50% {
    right: -5rem;
    opacity: 0;
  }
  100% {
    right: -100%;
    opacity: 0;
  }
}
@-webkit-keyframes contactarwafter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    right: 5rem;
  }
  100% {
    opacity: 1;
    right: 1.5rem;
  }
}
@keyframes contactarwafter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    right: 5rem;
  }
  100% {
    opacity: 1;
    right: 1.5rem;
  }
}
.ipad .p-op {
  height: 100svh;
}
.ipad .p-passion {
  margin-top: 100svh;
}

.js-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: fuwaline 8s ease-in-out infinite;
          animation: fuwaline 8s ease-in-out infinite;
  width: 36.6rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .js-line {
    width: 23rem;
  }
}
.js-line path {
  opacity: 0;
}

@-webkit-keyframes fuwaline {
  50% {
    -webkit-transform: translateX(6%) rotate(2deg) scale(1.04, 0.95);
            transform: translateX(6%) rotate(2deg) scale(1.04, 0.95);
  }
}

@keyframes fuwaline {
  50% {
    -webkit-transform: translateX(6%) rotate(2deg) scale(1.04, 0.95);
            transform: translateX(6%) rotate(2deg) scale(1.04, 0.95);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes fuwaline {
    50% {
      -webkit-transform: translateX(7rem) skew(-2deg, -2deg) scale(1.03, 1.01);
              transform: translateX(7rem) skew(-2deg, -2deg) scale(1.03, 1.01);
    }
  }
  @keyframes fuwaline {
    50% {
      -webkit-transform: translateX(7rem) skew(-2deg, -2deg) scale(1.03, 1.01);
              transform: translateX(7rem) skew(-2deg, -2deg) scale(1.03, 1.01);
    }
  }
}