@charset "UTF-8";

/*
 Theme Name: デジタルサイネージ広島テーマテンプレート
 Version: 1.0
*/


/* thanks */
.thanks_txt-block {
  padding-bottom: 150px;
  text-align: center;
}
.thanks_txt:nth-child(2) {
  margin-bottom: 60px;
}
.thanks_btn a {
  border: 1px solid;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 20px 40px;
  transition: .2s;
}
.thanks_btn a:hover {
  opacity: .5;
  text-decoration: none;
}

.p-top-service,
.p-top-prodcut,
.p-top-plan,
.l-footer {
  overflow: hidden;
}

/* recaptcha */
.grecaptcha-badge {
  bottom: 80px !important;
  z-index: 99999!important;
}



/*==========================================================================
  Common
==========================================================================*/

body {
  background-color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.body {
  transition: .8s;
}
.body.show {
  background-color: #EEE7DD;
  color: #000;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
/** フォームリセット **/
input,
button,
textarea,
select,
submit {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/* animation */
.fade-in,
.action {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


/* トップへ戻る */
.pagetop {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  margin: 0;
  z-index: 20;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 15px;
  text-decoration: none;
  padding: 15px 20px;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pagetop a:hover {
  background-color: #b2d1fb;
  color: #fff;
}


/* header */
.l-header {
  background: #fff;
  margin: 8px auto 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 99%;
  display: flex;
  justify-content: space-between;
  padding: 25px 1.5%;
  z-index: 10;

  & >a {
    position: relative;
    z-index: 1;
  }

  & a:hover {
    text-decoration: none;
    opacity: 1;
  }

  & .l-header__logo {
    display: flex;
    color: #000;
    margin: 0;
    z-index: 10;
  }

  & .l-header__logo__img {
    margin: 0;
    line-height: 0;
  }

  & .l-header__logo__txt {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 20px;
  }

  & .l-header__nav__li {
    display: flex;
    margin: 0;
  }

  & .l-header__nav__li li {
    margin-right: 45px;
  }

  & .l-header__nav__li li:last-child {
    margin-right: 0;
  }

  & .l-header__nav__li li a {
    color: #000;
    transition: .4s;
    position: relative;
  }

  & .l-header__nav__li li a::after {
    content: '';
    display: block;
    height: 1px;
    width: 80%;
    background: #FF39DF;
    position: absolute;
    bottom: -5px;
    left: 10%;
    transform: scale(0, 1);
    transition: .3s;
  }

  & .l-header__nav__li li a:hover {
    color: #FF39DF;
    text-decoration: none;
  }

  & .l-header__nav__li li a:hover::after {
    transform: scale(1, 1);
  }

  & .l-header__link {
    display: flex;
  }

  & .l-header__link li {
    margin-right: 40px;
    position: relative;
  }

  & .l-header__link li::after {
    content: "";
    background-color: #000;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 6px;
    right: -20px;
  }

  & .l-header__link li:last-child {
    margin-right: 0;
  }

  & .l-header__link li:last-child::after {
    content: none;
  }

  & .l-header__link {
    margin: -4px 0 0;
  }

  & .l-header__link a {
    color: #000;
    vertical-align: middle;
    position: relative;
    transition: .4s;
  }

  & .l-header__link a::after {
    content: '';
    display: block;
    height: 1px;
    width: 80%;
    background: #99DC0B;
    position: absolute;
    bottom: -5px;
    left: 15%;
    transform: scale(0, 1);
    transition: .3s;
  }

  & .l-header__link a:hover::after {
    transform: scale(1, 1);
  }

  & .l-header__link a:hover {
    text-decoration: none;
    color: #99DC0B;
  }

  & .l-header__link a span {
    margin-right: 5px;
  }
}


/* bread */
.c-breadcrumbs {
  padding: 30px 0 60px;
  position: relative;
  z-index: 1;
  
  & #breadcrumbs {
    margin: 0;
    text-align: right;
  }

  & a {
    color: #fff;
    transition: .4s;
  }
}



/* mv */
.p-mv {
  /* background-image: url(./assets/img/top/mv-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 500px 5% 145px 40%; */
  position: relative;

  & .p-mv__cont__txt {
    font-size: 27px;
    font-weight: bold;
  }

  & .p-mv__cont__sub-txt {
    font-size: 38px;
    font-weight: bold;
  }
  
  & .p-mv__cont__img svg {
    width: 100%;
  }

  & .p-mv__on {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    mix-blend-mode: exclusion;
    width: 58%;
  }

  & .p-mv__cont {
    position: absolute;
    z-index: 1;
    bottom: 7%;
    right: 7%;
  }

  & .p-mv__cont__img {
    margin-bottom: 30px;
  }
}


/* c-title__block */
.c-title__block {
  background-image: url(./assets/img/common/title-img.jpg);
  background-size: cover;
  padding: 260px 10% 185px;
  position: relative;

  & .c-title__block__txt {
    font-size: 40px;
    letter-spacing: 5px;
    margin: 0;
  }

  & .p-title__on {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    mix-blend-mode: exclusion;
    width: 50%;
  }
}



/* c-title */
.c-title__deco {
  font-family: "KoHo", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 80px;
  margin-bottom: 60px;
}
.c-title__deco::before {
  content: "";
  width: 4px;
  height: 90px;
  background: linear-gradient(to bottom, #99DC0B, #FF39DF);
  position: absolute;
  top: -40px;
  left: 50px;
  transform: skewX(-45deg);
}
.show .c-title__deco::before {
  background: linear-gradient(to bottom, #28FFE5, #B67EFF);
}
.l-wrap {
  margin-inline: auto;
  max-width: 1390px;
  width: 90%;
}
.other__area {
  margin-top: 250px;
}
.c-title {
  position: relative;
  z-index: 1;
}
.c-title__txt {
  font-size: 42px;
  font-weight: normal;
  line-height: 1.4;
}
.c-title.u-second {
  text-align: center;
}
.c-title.u-second .c-title__txt {
  display: inline-block;
  position: relative;
  text-align: center;
}
.c-title__info {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 70px;
  text-align: center;
}
.u-second .c-title__deco {
  position: absolute;
  top: 8px;
  right: -250px;
  margin: 0;
  text-align: left;
  width: 220px;
}
.st0 {
  stroke:#fff;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 0.5;
  -webkit-animation: hello 2s ease-in 0s;
  animation: hello 2s ease-in 0s;
}
@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill:transparent;
  }
  40% {
    stroke-dashoffset: 2000;
    fill:transparent;
  }
  50% {
    fill:transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill:#fff;
  }
}


/* top-service */
.p-top-service {
  padding-top: 140px;
  position: relative;

  &::before {
    content: "";
    background-image: url(./assets/img/top/support-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 322px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  &::after {
    content: "";
    background-image: url(./assets/img/top/support-bg-en.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 174px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  & .p-service__on {
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: exclusion;
    width: 58%;
  }

  & .p-service__on img {
    width: 100%;
  }

  & .p-top-service__wrap {
    display: flex;
    margin-left: 40%;
    gap: 20px;
    width: 53%;
    margin-top: -300px;
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
  }

  & .p-top-service__wrap__block {
    width: 24%;
  }

  & .p-top-service__wrap__block:first-child {
    margin-top: 430px;
  }

  & .p-top-service__wrap__block:nth-child(2) {
    margin-top: 270px;
  }

  & .p-top-service__wrap__block:nth-child(3) {
    margin-top: 160px;
  }

  & .p-top-service__wrap__block:last-child {
    margin-right: 0;
  }

  & .p-top-service__wrap__block_box {
    background-color: #000;
    border: 1px solid;
    margin-bottom: 20px;
    padding: 40px 5%;
    width: 100%;
    height: 240px;
    position: relative;
  }

  & .p-top-service__wrap__block_box.u-green {
    border: 1px solid #99DC0B;
  }

  & .p-top-service__wrap__block_box.u-pink {
    border: 1px solid #FF39DF;
  }

  & .p-top-service__wrap__block_box:last-child {
    margin-bottom: 0;
  }

  & .p-block_box__img figure {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
  }

  & .potion .p-block_box__img figure {
    top: 33%;
  }

  & .p-block_box__txt {
    margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
  }

  & .p-block_box__txt-option {
    position: absolute;
    top: 20px;
    left: 20px;
  }


}


/* top-works */
.p-top-works {
  position: relative;
  padding-top: 90px;

  &::after {
    content: "";
    background-image: url(./assets/img/top/work-bg-en.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 174px;
    position: absolute;
    bottom: 50px;
    left: 0;
  }

  & .p-top-works__slide__box {
    margin: 0 50px;
  }

  & .p-top-works__slide__box a {
    display: block;
    color: #fff;
    font-family: "KoHo", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    position: relative;
  }

  & .p-top-works__slide__info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
  }

  & .p-top-works__slide__img {
    clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 60px), 0 100%);
    margin-top: 20px;
  }

  & .p-top-works__slide__img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
  }

  & .p-slide__info__no {
    margin-bottom: 0;
  }

  & .p-slide__info__detail {
    font-size: 13px;
    margin: 0;
  }

  & .p-slide__info__day {
    font-size: 13px;
    margin: 0;
  }

  & .p-slide__info__place {
    margin-bottom: 1px;
  }

  & .p-slide__info__more {
    margin: 0;
    padding-right: 1.3em;
  }

  & .p-slide__info__more span {
    font-size: 13px;
    position: relative;
  }

  & .p-slide__info__more span::before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -20px;
    box-sizing: border-box;
  }

  & .p-slide__info__more span::after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 7.5px;
    right: -20px;
  }

  & .p-top-works__slide__click {
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 130px;
    text-align: right;
  }

  & .p-work__on {
    mix-blend-mode: exclusion;
    position: absolute;
    top: 0;
    left: 0;
  }

  & .slide {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
  }

  & .slide-dots li button {
    position: relative;
  }

  & .slide-dots {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  & .slide-dots li {
    display: inline-block;
    margin: 0 10px;
  }

  & .slide-dots li button {
    position: relative;
    text-indent: -9999px;
    background: none;
    border: none;
    outline: none;
    padding: 0 7px;
  }

  & .slide-dots li button::before {
    background-image: url(./assets/img/common/line01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    cursor: pointer;
    height: 13.5px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }

  & .slide-dots li.slick-active button::before {
    background-image: url(./assets/img/common/line02.svg);
    top: 6px;
    right: initial;
    left: -2px;
  }


}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
  z-index: 1;
}
.prev-arrow,
.next-arrow {
  content: "";
  background-image: url(./assets/img/top/slide-left.svg);
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  transition: all .3s ease;
  cursor: pointer;
  position:relative;
}
.next-arrow {
  background-image: url(./assets/img/top/slide-right.svg);
}
.slick-slide img {
  width: 100%;
}
.c-more-btn {
  margin: 0;
  position: relative;
  z-index: 1;
}
.c-more-btn a {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 24px;
  max-width: 500px;
  margin-inline: auto;
  text-align: center;
  padding: 25px;
  width: 90%;
}
.c-more-btn a span {
  position: relative;
}
.c-more-btn a span::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -30px;
  box-sizing: border-box;
}
.c-more-btn a span::after {
  content: "";
  width: 22px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -27px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.control_box {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.control_box_wrap {
  display: inline-block;
  position: relative;
}
.prev-arrow {
  position: absolute;
  top: 0;
  left: -25px;
}
.next-arrow {
  position: absolute;
  top: 0;
  right: -25px;
}


/* top-prodcut */
.p-top-prodcut {
  padding: 800px 0 0;
  background-image: url(./assets/img/top/product_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;
  margin-top: -500px;
  margin-bottom: 200px;
  position: relative;

  & .p-prodcut__on {
    position: absolute;
    top: 800px;
    right: 0;
    mix-blend-mode: luminosity;
    width: 45%;
  }

  &::before {
    content: "";
    background-image: url(./assets/img/top/product_bg_en.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 174px;
    position: absolute;
    top: 800px;
    left: 0;
  }

  & .p-top-prodcut__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
  }

  & .p-top-prodcut__list__box {
    position: relative;
    margin-bottom: 60px;
  }

  & .p-top-prodcut__list__box:last-child {
    margin-bottom: 0;
  }

  & .p-top-prodcut__list__box figcaption {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding: 5px;
  }

  & .p-top-prodcut__list__block {
    width: 30%;
  }

  & .p-top-prodcut__list__block:nth-child(2) {
    margin-top: 40px;
  }

}


/* top-plan */
.p-top-plan {
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 180px;

  &::after {
    content: "";
    background-image: url(./assets/img/top/plan-bg-en.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 174px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  & .p-plan__on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    transition: .4s;
    width: 23%;
  }

  & .p-top-plan__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
  }

  & .p-list__box__img {
    height: 100px;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
  }

  & .p-list__box__img figure {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
    width: 90%;
  }

  & .p-list__box__txt {
    display: flex;
    align-items: center;
    font-family: "KoHo", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
  }

  & .p-list__box__txt__num {
    font-size: 35px;
  }

  & .p-list__box__txt__en {
    font-size: 12px;
    margin: 0 0 0 10px;
  }

  & .p-list__box__head {
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
  }

  & .p-list__box__head::before {
    content: "";
    border-radius: 3px;
    border-left: 1px solid #99DC0B;
    border-top: 1px solid #99DC0B;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -20px;
    left: -30px;
  }

}

.show .p-plan__on {
  opacity: 0;
}

/* top-company */
.p-top-company {
  margin-bottom: 120px;
  
  & .p-top-company__block {
    background-color: #fff;
    color: #000;
    font-weight: normal;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 20px 5% 20px 2%;
  }

  & .p-top-company__block__txt__head {
    font-size: 27px;
    margin-bottom: 20px;
  }

  & .p-top-company__block__logo {
    width: 20%;
    margin: 0 1% 0 0;
  }

  & .p-top-company__block__txt {
    width: 79%;
  }

  & .p-top-company__block__txt__box p {
    line-height: 1.8;
  }

  & .p-top-company__block__txt__box p:last-child {
    margin-bottom: 0;
  }
}

/* footer */
.l-footer {


  & .l-footer__link {
    display: flex;
  }

  & .l-footer__wrap {
    padding-top: 180px;
    padding-bottom: 125px;
    background: url(./assets/img/common/footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  & .l-footer__link__box {
    color: #000;
    width: calc(100% / 3);
    position: relative;
    display: flex;
    flex-direction: column;
  }

  & .l-footer__link__box a {
    background-color: #99DC0B;
    color: #fff;
    display: block;
    padding: 50px 21% 50px 7%;
    flex-grow: 1;
    transition: .4s;
  }

  & .l-footer__link__box a:hover {
    text-decoration: none;
  }

  & .l-footer__link__box .l-footer__link__box-wrap {
    padding: 50px 7% 50px 7%;
    flex-grow: 1;
  }

  & .l-footer__link__box:first-child::after {
    content: "";
    background-image: url(./assets/img/common/footer-contact.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50px;
    right: 5%;
    width: 48px;
    height: 60px;
  }

  & .l-footer__link__box:nth-child(2):after {
    content: "";
    background-image: url(./assets/img/common/footer-contact02.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50px;
    right: 5%;
    width: 60px;
    height: 60px;
  }

  & .l-footer__link__box:nth-child(2) a {
    background-color: #FF39DF;
    color: #fff;
  }

  & .l-footer__link__box:nth-child(3) span {
    background-color: #505050;
    color: #fff;
  }

  & .l-link__box__smalltxt {
    font-weight: bold;
  }

  & .l-link__box__txt {
    font-size: 27px;
  }

  & .l-link__box__txt span {
    display: block;
    font-size: 18px;
  }

  & .l-link__box__tel {
    line-height: 1;
    margin-bottom: 0;
  }

  & .l-link__box__tel a {
    background-color: initial;
    color: #fff;
    font-size: 48px;
    font-family: "KoHo", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0;
  }

  & .l-footer__cont__info {
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 50px;
    letter-spacing: 1px;
  }

  & .l-footer__cont__info p {
    margin-right: 10px;
    margin-bottom: 0;
  }

  & .l-footer__cont__info p:last-child {
    margin-right: 0;
  }

  & .l-footer__cont__icons {
    display: flex;
    justify-content: center;
  }

  & .l-cont__icons__sns {
    margin: 0;
    display: flex;
  }

  & .l-cont__icons__logo {
    margin: 0 20px 0 0;
  }

  & .l-cont__icons__sns li {
    margin-right: 7px;
  }

  & .l-cont__icons__sns li:last-child {
    margin-right: 0;
  }

  & .l-cont__company__txt {
    font-family: "KoHo", sans-serif;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 7px;
    text-align: center;
    margin: 0;
  }

  & .l-cont__company__txt__sub {
    display: flex;
    justify-content: center;
    align-items: baseline;
    letter-spacing: 1px;
  }

  & .l-cont__company__txt__sub__left {
    font-weight: bold;
    margin: 0 110px 0 0;
  }

  & .l-cont__company__txt__sub__right {
    font-size: 11px;
    margin: 0;
  }

  & .l-footer__cont__company {
    margin-bottom: 40px;
  }
}


/* company__wrap */
.company__wrap {

  & .p-overview__wrap {
    margin-inline: auto;
    max-width: 1200px;
    width: 90%;
  }

  & .p-overview__wrap__list {
    display: flex;
    font-size: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 32px;
  }

  & .p-overview__wrap__list:last-child {
    margin-bottom: 0;
  }

  & .p-overview__wrap__list dt {
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #99DC0B, #FF39DF) 1;
    border-image-slice: 1;
    padding: 0 20px 10px;
    width: 280px;
  }

  & .p-overview__wrap__list dd {
    border-bottom: 1px solid #5A5A5A;
    flex: 1;
    margin: 0;
    padding-bottom: 10px;
  }

  & .p-company__cont__wrap {
    display: flex;
    gap: 60px;
  }

  & .p-company__cont__box {
    width : calc(100% / 3);
  }

  & .p-company__cont__box:nth-child(2) {
    margin-top: 40px;
  }

  & .p-company__cont__box__photo {
    position: relative;
    margin-bottom: 0;
  }

  & .p-company__cont__box__photo figcaption {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding: 5px;
  }

}

.page-wrap {
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;

  & .p-cont__on {
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: exclusion;
    width: 50%;
    margin: 0;
  }
}

.c-title.u-second.page-title__wrap {
  margin-bottom: 80px;

  & .c-title__deco::before {
    background: linear-gradient(to bottom, #28FFE5, #B67EFF);
  }
}

.c-page__title {
  font-size: 42px;
  font-weight: normal;
  padding-top: 130px;
  padding-bottom: 80px;
  text-align: center;
  position: relative;
}
.c-page__title span {
  position: relative;
  z-index: 1;
}
.c-page__title::before {
  content: "";
  background-image: url(./assets/img/company/support-bg02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 37%;
  height: 282px;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.c-page__title::after {
  content: "";
  background-image: url(./assets/img/company/support-bg-en02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 174px;
  position: absolute;
  bottom: 0;
  right: 0;
}


.sp_nav {
  display: none;
}

.fadein-box {
  opacity: 0;
  transition: all 1s;
}
.fadein-box.active {
  opacity: 1;
}



/* faq */
.faq_list {
  margin: 80px auto 250px;
  max-width: 1100px;
  width: 90%;
}
.faq_box {
  border-bottom: 1px solid;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.faq_box dt {
  font-size: 23px;
  margin-bottom: 25px;
  text-align: center;
}
.faq_cont {
  padding: 0 2%;
}
.faq_table {
  width: 100%;
}
.faq_table th,
.faq_table td {
  border: 1px solid;
  padding: 10px;
  text-align: center;
}
.faq_table_txt {
  display: none;
}
.c-page__wrap {
  margin-inline: auto;
  max-width: 1200px;
  width: 90%;
}
.c-page__txt {
  margin-bottom: 40px;
}


/* video service */
.video__wrap {

  & .p-video {
      margin-bottom: 50px;
  }
  & .p-video__photo__box figcaption {
    margin-top: 10px;
    text-align: center;
  }
  & .p-video__photo__block {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    gap: 30px;
  }
  & .p-advertisingvideo__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  & .p-advertisingvideo__block figure {
    margin-bottom: 0;
  }
  & .c-page__title::after {
    background-image: url(./assets/img/video/video-bg-en.svg);
    width: 100%;
  }
  & .p-advertisingvideo .c-page__title::after {
    background-image: url(./assets/img/video/video-bg-en02.svg);
    width: 70%;
  }
}


/* products */
.products__wrap {

  & .p-products__cont {
    margin-inline: auto;
    margin-bottom: 250px;
    max-width: 1200px;
    width: 90%;
  }
  & .p-products__cont__title {
    font-size: 30px;
    padding: 20px 70px;
    background: rgba(255,255,255,0.3);
    margin-bottom: 20px;
  }
  & .p-products__cont__flex {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 40px;
  }
  & .p-products__cont__flex__txt {
    width: 50%;
  }
  & .p-products__cont__flex__txt p {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 20px 0 70px;
  }
  & .p-products__cont__flex__txt p:last-child {
    margin-bottom: 0;
  }
  & .p-products__cont__flex__img {
    margin-bottom: 0;
    padding-top: 60px;
    width: 50%;
  }
  & .products_slide__wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 5%;
  }
  & .products_slide__cont__company {
    font-size: 18px;
    margin-bottom: 3px;
  }
  & .products_slide__cont__name {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  & .products_slide__cont__txt {
    line-height: 1.8;
    margin-bottom: 0;
  }
  & .products_slide {
    width: 50%;
  }
  & .products_slide .slick-prev {
    left: 10px;
  }
  & .products_slide .slick-next {
    right: 10px;
  }

}



/* スマホリンク */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}


/* レスポンシブ */

@media screen and (max-width:1600px) {
  .p-top-service {
    & .p-top-service__wrap{
      margin-left: 37%;
      width: 60%;
    }
  }
}


@media screen and (max-width:1400px) {
  .p-mv {
    & .p-mv__cont__txt {
      font-size: 23px;
    }
    & .p-mv__cont__sub-txt {
      font-size: 43px;
    }
  }
  .p-top-service {
    & .p-block_box__txt {
      font-size: 15px;
    }
    & .p-top-service__wrap {
      margin-left: 27%;
      width: 70%;
    }
  }
  .p-top-works {
    & .p-top-works__slide__img img {
      height: 350px;
    }
  }
}


@media screen and (max-width:1200px) {
  .pc_nav {
    display: none !important;
  }
  .sp_nav {
    display: block;
  }
  .l-header {
    align-items: center;
    padding: 0px 1.5%;
  }

  /* ハンバーガーメニュー */
  .l-sp-header_ham-menu {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding-top: 14px;
  }
  .openbtn1 {
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 40px;
    margin-top: 2px;
    z-index: 5;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 56%;
    width: 62%;
  }
  /* 上の線 */
  .openbtn1 span:nth-of-type(1) {
    top: 4px;
    background-color: #000;
  }
  /* 真ん中の線 */
  .openbtn1 span:nth-of-type(2) {
    top: 14px;
    background-color: #000;
  }
  /* 下の線 */
  .openbtn1 span:nth-of-type(3) {
    top: 24px;
    background-color: #000;
  }
  /* ---------------------------- */
  /*activeクラスが付与されると線が回転して×に*/
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    top: 8px;
    left: 18px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    width: 50%;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    top: 20px;
    left: 18px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    width: 50%;
  }
  .p-sp-nav-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.6);
    top: 0;
    left: 0;
    transition: all 0.3s;
  }
  .p-sp-nav-bg.bg-active{
    display: block;
    transition: all 0.3s;
  }
  #sp-g-nav {
    visibility: hidden;
    position: fixed;
    z-index: 7;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    width: 100%;
    top: 76px;
    opacity: 0;
    left: 0;
    transition: all .7s;
  }
  #sp-g-nav.panel-active {
    visibility: visible;
    width: 100%;
    opacity: 1;
  }
  .p-sp-nav_ul {
    width: 100%;
  }
  .p-sp-nav_li {
    height: 55px;
    border-bottom: 1px solid #fff;
  }
  .p-sp-nav_li:last-of-type {
    border-bottom: 0;
  }
  .p-sp-nav_a {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 15px;
  }
  .p-sp-nav_a:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
    text-decoration: none;
  }
}


@media screen and (max-width:1100px) {

  .p-top-service {
    & .p-top-service__wrap__block:first-child {
      margin-top: 370px;
    }
    & .p-top-service__wrap {
      margin-top: -140px;
      margin-left: 17%;
      width: 80%;
    }
    & .p-top-service__wrap__block:nth-child(2) {
      margin-top: 210px;
    }
    & .p-top-service__wrap__block:nth-child(3) {
      margin-top: 100px;
    }
  }

  .p-top-plan {
    & .p-top-plan__list {
      justify-content: space-around;
    }
    & .p-top-plan__list__box {
      margin-bottom: 70px;
      width: 30%;
    }
  }

  .l-footer {
    & .l-link__box__txt {
        font-size: 24px;
    }
    & .l-link__box__tel a {
      font-size: 38px;
    }
  }
}


@media screen and (max-width:1000px) {

  .c-title__txt {
    font-size: 30px;
  }

  .p-top-works {
    & .p-top-works__slide__box {
      margin: 0 30px;
    }
    & .p-top-works__slide__img img {
      height: 450px;
    }
  }

  .l-footer {
    & .l-footer__link {
      display: block;
    }
    & .l-footer__link__box {
      width: 100%;
    }
  }

  .c-title__block {
    padding: 180px 10% 125px;

    & .p-title__on {
      width: 70%;
    }
  }

  .page-wrap {
    & .p-cont__on {
      width: 70%;
    }
  }
}


@media screen and (max-width:768px) {
  .pc_only {
    display: none;
  }

  .p-mv {

    & .p-mv__cont__txt {
      font-size: 18px;
      margin: 0;
    }
    & .p-mv__cont__sub-txt {
      font-size: 33px;
      margin: -30px 0 0;
    }
  }

  .l-header {
    align-items: center;
    padding: 0px 1.5%;
  }

  .c-title__txt {
    font-size: 25px;
  }
  .c-title__info {
    font-size: 19px;
  }

  .p-top-service {
    padding-top: 80px;
    padding-bottom: 90px;

    &::before {
      height: 150px;
    }
    &::after {
      height: 74px;
    }
    & .p-top-service__wrap {
      display: block;
      margin: 40px auto 0;
      width: 90%;
    }
    & .p-top-service__wrap__block {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
      width: 100%;
    }
    & .p-top-service__wrap__block_box {
      margin: 0;
      height: 190px;
      width: 48%;
    }
    & .p-top-service__wrap__block:nth-child(3) {
      margin-top: 0;
    }
    & .p-top-service__wrap__block:nth-child(2) {
      margin-top: 0;
    }
    & .p-top-service__wrap__block:first-child {
      margin-top: 0;
    }
    & .p-block_box__txt {
      font-size: 13px;
      bottom: 10px;
    }
  }

  .p-top-prodcut {
    background-size: 70%;
    margin-top: -180px;
    margin-bottom: 100px;
    padding: 320px 0 0;
    

    & .p-top-prodcut__list {
      display: block;
    }
    & .p-top-prodcut__list__block {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-bottom: 40px;
    }
    & .p-top-prodcut__list__box {
      margin: 0;
      width: 48%;
    }
  }

  .p-top-plan {
    margin-bottom: 80px;

    & .p-top-plan__list__box {
      max-width: 230px;
      margin-inline: auto;
      width: 50%;
    }
  }

  .p-top-company {
    & .p-top-company__block {
      display: block;
      padding: 10px 5% 20px;
    }
    & .p-top-company__block__logo {
      width: 50%;
      margin: 0 auto;
    }
    & .p-top-company__block__txt {
      width: 100%;
    }
  }

  .p-top-works {
    padding-top: 60px;
  }

  .l-footer {
    & .l-footer__link__box a,
    & .l-footer__link__box .l-footer__link__box-wrap {
      padding: 30px 21% 30px 7%;
    }
    & .l-link__box__txt {
      font-size: 20px;
    }
    & .l-link__box__smalltxt {
      font-size: 14px;
      margin-bottom: 5px;
    }
    & .l-footer__link__box:first-child::after {
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }
    & .l-footer__link__box .l-footer__link__box-wrap {
      padding: 30px 7% 30px 7%;
    }
    & .l-footer__link__box a {
      padding: 30px 24% 30px 7%;
    }
    & .l-link__box__tel a {
      padding: 0;
      text-align: center;
    }
    & .l-footer__link__box:nth-child(3) span {
      font-size: 16px;
    }
    & .l-cont__company__txt__sub {
      display: block;
      text-align: center;
    }
    & .l-cont__company__txt {
      margin: 0 0 10px;
    }
    & .l-cont__company__txt__sub__left {
      margin: 0 0 5px;
    }
    & .l-footer__cont__info {
      display: block;
      text-align: center;
    }
    & .l-footer__cont__info p {
      margin: 0 0 6px;
    }
    & .l-footer__cont__company {
      margin-bottom: 30px;
    }
    & .l-footer__wrap {
      padding-top: 90px;
      padding-bottom: 145px;
    }
  }

  .c-page__title {
    font-size: 32px;
  }

  .c-title__block {
    & .c-title__block__txt {
      font-size: 30px;
    }
  }

  .company__wrap {
    & .p-overview__wrap__list {
      font-size: 17px;
    }
    & .p-overview__wrap__list {
      display: block;
    }
    & .p-overview__wrap__list dt {
      margin-bottom: 18px;
      text-align: center;
      width: 100%;
    }
    & .p-company__profile {
      margin-bottom: 170px;
    }
    & .p-company__cont__wrap {
      display: block;
    }
    & .p-company__cont__box {
      margin: 0 auto 40px;
      text-align: center;
      width: 100%;
    }
  }
  .c-page__title::before {
    width: 50%;
    height: 212px;

  }
  .page-wrap {
    padding-bottom: 140px;
  }
}


@media screen and (max-width:600px) {
  .p-top-service {
    &::before {
        height: 90px;
    }
    & .p-block_box__txt-option {
      top: 5px;
      left: 10px;
    }
    & .p-top-service__wrap__block_box {
      height: 220px;
    }
  }
  .p-mv {
    & .p-mv__cont__txt {
      font-size: 16px;
      margin-bottom: 10px;
    }
    & .p-mv__cont__sub-txt {
      font-size: 20px;
      margin: -15px 0 0;
    }
    & .p-mv__cont__img svg {
      height: auto;
    }
  }
  
  .p-top-works {
    & .p-top-works__slide__img img {
      height: 270px;
    }
  }
  .c-title__deco::before {
    width: 4px;
    height: 35px;
    top: -2px;
    left: 55px;
  }
  .u-second .c-title__deco {
    top: 48px;
    right: -80px;
    width: 180px;
  }
  .c-title__deco {
    font-size: 8px;
    margin-bottom: 20px;
  }
  .c-more-btn a {
    font-size: 20px;
  }
  .c-more-btn a span::before {
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    top: 53%;
  }
  .c-title__info {
    margin-top: 60px;
  }
  .l-header {
    width: 95%;

    & .l-header__logo__txt {
      font-size: 13px;
      margin: 5px 0 0 15px;
    }
  }

  .p-top-prodcut{
    & .p-top-prodcut__list__box {
      margin-bottom: 40px;
      max-width: 420px;
      margin-inline: auto;
      width: 100%;
    }
    & .p-top-prodcut__list__block {
      display: block;
    }
  }

  .p-top-plan {
    & .p-top-plan__list{
      display: block;
    }
  }

  .l-footer {
    & .l-footer__link__box:nth-child(2) {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 1;
    }
    & .l-footer__link__box:nth-child(2) a {
      padding: 15px 24% 0 7%;
    }
    & .l-footer__link__box:nth-child(2):after {
      top: 31px;
    }
  }
  .pagetop {
    bottom: 135px;
  }

  .faq_table_txt {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .faq_table {
    overflow-x: auto;
    display: block;
  }
  .faq_table th,
  .faq_table td {
    white-space: nowrap;
  }
}