@charset "UTF-8";
/*!
Theme Name: 光サポート
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 3.5rem;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #272727;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 140%;
  }
}

li {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em,
address {
  font-style: normal;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content-width {
  max-width: 116rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width {
    width: 100%;
  }
}

.content-width--l {
  max-width: 124rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .content-width--l {
    width: 100%;
  }
}

/* CTAボタン */
.cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24rem;
  height: 6.4rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background: #0074d7;
  position: relative;
}
@media (max-width: 767px) {
  .cta-btn {
    font-size: 1.6rem;
    font-weight: 500;
    max-width: 100%;
    height: 4.8rem;
  }
}
.cta-btn::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/hikari-support/images//arrow-right.svg);
  background-size: contain;
  width: 5px;
  height: 9px;
  top: 50%;
  bottom: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-btn::before {
    width: 7px;
    height: 11.5px;
  }
}

.cta-btn-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18rem;
  height: 4.8rem;
  border-radius: 2.4rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .cta-btn-s {
    font-size: 1.5rem;
    width: 100%;
    max-width: 18rem;
    height: 4.8rem;
    margin: 0 auto;
  }
}
.cta-btn-s::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/hikari-support/images//arrow-right.svg);
  background-size: contain;
  width: 5px;
  height: 9px;
  top: 50%;
  bottom: 50%;
  right: 1.9rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-btn-s::before {
    width: 6px;
    height: 10px;
  }
}

.cta-btn-s--orange {
  background: #f6ac28;
}

.cta-btn-s--blue {
  background: #0074d7;
}

.cta-btn-s--l-blue {
  background: #60beff;
}

/* 全て見るボタン */
.more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24rem;
  height: 6.4rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background: #f6ac28;
  position: relative;
}
@media (max-width: 767px) {
  .more-btn {
    font-size: 1.6rem;
    width: 100%;
    max-width: 24rem;
    height: 4.8rem;
    font-weight: 500;
  }
}
.more-btn::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/hikari-support/images//arrow-right.svg);
  background-size: contain;
  width: 5px;
  height: 9px;
  top: 50%;
  bottom: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .more-btn::before {
    width: 5px;
    height: 7px;
  }
}

.more-btn--blue {
  background: #0074d7;
}

.section-title {
  font-weight: 700;
  color: #153072;
  line-height: 140%;
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.section-title .en-title {
  display: block;
}
.section-title .ja {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .section-title .ja {
    font-size: 1.8rem;
    line-height: 140%;
  }
}

.page-title {
  text-align: center;
}
.page-title .ja {
  font-weight: 700;
  color: #222222;
  line-height: 140%;
  letter-spacing: 0.03em;
  font-size: 3.2rem;
  display: block;
  margin-top: -7rem;
}
@media (max-width: 767px) {
  .page-title .ja {
    font-size: 1.8rem;
    margin-top: -3.7rem;
  }
}
.page-title .en-title img {
  max-width: 23rem;
}
.page-title .line-title {
  position: relative;
  padding-bottom: 0.8rem;
  margin-top: -4rem;
}
.page-title .line-title::after {
  position: absolute;
  content: "";
  background: #0074d7;
  width: 5.4rem;
  height: 0.4rem;
  bottom: 0;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .section-text {
    font-size: 1.4rem;
  }
}

.orange {
  color: #f6ac28;
}

.page-section {
  padding: 4rem 2rem 18rem;
}
@media (max-width: 767px) {
  .page-section {
    padding: 4rem 2rem 11rem;
  }
}

.cta {
  padding: 10rem 2rem 0;
}
@media (max-width: 767px) {
  .cta {
    padding: 6rem 2rem 0;
  }
}
.cta .cta-title {
  color: #153072;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .cta .cta-title {
    font-size: 1.8rem;
  }
}
.cta p {
  margin-top: 2.4rem;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .cta p {
    font-size: 1.4rem;
  }
}
.cta .cta__list {
  margin-top: 3.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.marker {
  background: -webkit-gradient(linear, left top, right top, from(#fff116), to(#fff116));
  background: linear-gradient(90deg, #fff116 0%, #fff116 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 30%;
}

/*=================================================
    ヘッダー
===================================================*/
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 3rem 2rem 0;
  /*ナビゲーションのリンク設定*/
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    padding: 0 1.6rem;
  }
}
.header .header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 132rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header .header__inner {
    padding: 0 2rem 0 0;
  }
}
@media (max-width: 767px) {
  .header .header__inner {
    height: 18.6666666667vw;
    width: 100%;
  }
}
.header .header__logo {
  max-width: 13.8888888889vw;
  width: 100%;
}
@media (min-width: 768px) {
  .header .header__logo {
    padding-top: 0.9rem;
  }
}
@media (min-width:1440px) {
  .header .header__logo {
    max-width: 20rem;
  }
}
@media (max-width: 767px) {
  .header .header__logo {
    max-width: 32vw;
  }
}
.header .header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header__inner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .header .header__inner__right {
    display: none;
  }
}
.header .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.0833333333vw;
}
@media (min-width:1440px) {
  .header .header__menu {
    margin-right: 3rem;
  }
}
.header .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
.header nav {
  text-align: center;
}
.header nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header nav ul ul {
  display: block;
}
.header nav ul li {
  position: relative;
}
.header nav ul li a {
  display: block;
  text-decoration: none;
  padding: 0 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.8rem;
  font-weight: 400;
}
.header nav ul li li a {
  padding: 5.7px 0 2px;
}

.has-child .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.7px;
}
.has-child .text-wrap .arrow {
  width: 1.2rem;
}
.has-child .child-list li a {
  font-size: 1.6rem;
}

/*下の階層を持っているulの指定*/
.has-child ul {
  background: #0074d7;
  width: 160px;
  padding: 7px 10px 10px;
  border-radius: 7px;
}
@media (min-width: 768px) {
  .has-child ul {
    position: absolute;
    left: 1.8rem;
    top: 3.4rem;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .has-child ul {
    margin: 8px auto 0;
  }
}
.has-child ul li a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .has-child ul li a {
    padding: 8px 0;
  }
}

/*hoverしたら表示*/
.has-child:hover > ul,
.has-child ul li:hover > ul,
.has-child:active > ul,
.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px #fff;
}

.has-child ul li:last-child > a {
  border-bottom: none;
}

/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  position: fixed;
  top: 2rem;
  right: 1.6rem;
  width: 4rem;
  height: 2rem;
  z-index: 100;
  cursor: pointer;
}
.hamburger-btn .hamburger-btn__line {
  width: 4rem;
  height: 2rem;
  position: relative;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}
@media (min-width:768px) and (max-width: 1024px) {
  .hamburger-btn .hamburger-btn__line {
    width: 4rem;
    height: 2.6rem;
  }
}
.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  background: #000000;
  height: 1.6px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 0;
  width: 4rem;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  top: 50%;
  width: 3.2rem;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(3) {
  bottom: 0;
  width: 2.4rem;
}

/* ×　オープン */
.hamburger-btn.active .line:nth-child(1), .hamburger-btn.active .line:nth-child(2), .hamburger-btn.active .line:nth-child(3) {
  width: 4rem;
  top: 10px;
  left: 0;
}
.hamburger-btn.active .line:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger-btn.active .line:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger-btn.active .line:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* メニューの中身 */
#hamburger-menu {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-size: 100%;
  background-position: center top;
  background-image: url(/wp-content/themes/hikari-support/images//fv_bg_sp.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  padding: 8rem 2rem 6rem;
}
#hamburger-menu .hamburger-menu__list {
  margin-top: 2rem;
}
#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item {
  text-align: center;
  margin-bottom: 2rem;
}
#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item:last-child {
  margin-bottom: 0;
}
#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item .js-accordion,
#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item .js-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.7px;
}
#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item ul {
  display: none;
}
#hamburger-menu .header__logo {
  max-width: 14rem;
  margin: 0 auto;
}
#hamburger-menu .btn-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3.2rem;
}
#hamburger-menu .btn-list li {
  width: 100%;
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  overflow: scroll;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .hamburger-btn,
  .hamburger-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hamburger-btn,
  .hamburger-menu {
    display: block;
  }
}

/*=================================================
   メインビジュアル
===================================================*/
.mv {
  background-image: url(/wp-content/themes/hikari-support/images//fv_deco.png);
  background-size: cover;
  background-position: top center;
  padding: 14.5833333333vw 2rem 5.7638888889vw;
  overflow: hidden;
}
@media (min-width:1440px) {
  .mv {
    padding: 21rem 2rem 8.3rem;
  }
}
@media (max-width: 767px) {
  .mv {
    background-image: url(/wp-content/themes/hikari-support/images//fv_bg_sp.png);
    padding: 34.6666666667vw 5.3333333333vw 14.9333333333vw;
  }
}
.mv .mv-width {
  max-width: 86.1111111111vw;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 1.8rem;
}
@media (max-width: 767px) {
  .mv .mv-width {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mv .mv__left {
  max-width: 33.3333333333vw;
  width: 100%;
}
@media (min-width: 768px) {
  .mv .mv__left {
    padding-top: 2.0138888889vw;
  }
}
@media (max-width: 767px) {
  .mv .mv__left {
    max-width: 100%;
  }
}
.mv .mv__title {
  font-size: 3.3333333333vw;
  font-weight: 900;
  line-height: 120%;
  color: #222222;
}
@media (max-width: 767px) {
  .mv .mv__title {
    text-align: center;
    font-size: 6.9333333333vw;
  }
}
.mv .mv__title small {
  font-size: 2.7777777778vw;
}
@media (max-width: 767px) {
  .mv .mv__title small {
    font-size: 6.9333333333vw;
  }
}
.mv .mv__title .text-top {
  margin-bottom: 0.5555555556vw;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .mv .mv__title .text-top {
    margin-bottom: 0.2777777778vw;
  }
}
.mv .mv__title .text-top:last-of-type {
  margin-bottom: 0;
}
.mv .mv__title .text-bottom {
  letter-spacing: 0;
}
.mv .mv__catch {
  margin-top: 2.0138888889vw;
  font-size: 1.25vw;
  font-weight: 400;
  color: #000000;
}
@media (min-width: 768px) {
  .mv .mv__catch {
    padding-left: 1rem;
    max-width: 44.9rem;
  }
}
@media (max-width: 767px) {
  .mv .mv__catch {
    margin: 6.1333333333vw auto 0;
    font-size: 4.2666666667vw;
    max-width: 85.3333333333vw;
    letter-spacing: 0.03em;
    line-height: 140%;
  }
}
.mv .cta-btn {
  margin: 2.6388888889vw auto 0 0;
}
@media (max-width: 767px) {
  .mv .cta-btn {
    margin: 8vw auto 0;
    width: 100%;
    max-width: 24rem;
  }
}
.mv .mv__img {
  max-width: 51.5277777778vw;
  width: 100%;
}
@media (max-width: 767px) {
  .mv .mv__img {
    margin: 1.3333333333vw auto 0;
    max-width: 85.3333333333vw;
  }
}

/*=================================================
製品
===================================================*/
.service {
  padding: 6.3rem 0 1.2rem;
  background-image: url(/wp-content/themes/hikari-support/images//bg_service.png);
  background-size: cover;
}
@media (max-width: 767px) {
  .service {
    padding: 2.2rem 0 7.3rem;
    background-image: url(/wp-content/themes/hikari-support/images//sp_bg_service.png);
  }
}
.service .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.6rem;
}
@media (max-width: 767px) {
  .service .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.2rem;
  }
}
.service .service__img {
  width: 45%;
}
@media (max-width: 767px) {
  .service .service__img {
    width: 100%;
    padding: 0 2.7rem;
  }
}
.service .service__img img {
  max-width: 46.4rem;
  width: 100%;
  display: block;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .service .service__img img {
    max-width: 100%;
  }
}
.service .service__text {
  width: 61%;
  padding-top: 1.7rem;
}
@media (max-width: 767px) {
  .service .service__text {
    width: 100%;
  }
}
.service .service__text p {
  color: #000000;
  margin: 5.3rem auto 0;
  max-width: 53rem;
  line-height: 160%;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .service .service__text p {
    max-width: 100%;
    padding: 0 2.7rem;
    margin: 3.2rem auto 0;
    font-size: 1.6rem;
    line-height: 140%;
    letter-spacing: 0.05em;
  }
}
.service .service__title {
  background-image: url(/wp-content/themes/hikari-support/images//titlebg_blue_service.png);
  background-size: cover;
  background-position: left;
  width: 100%;
  height: 14.8rem;
  color: #fff;
  padding-left: 8.8888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  line-height: 135%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .service .service__title {
    background-image: url(/wp-content/themes/hikari-support/images//sp_titlebg_blue_service.png);
    height: 7rem;
    font-size: 1.8rem;
    line-height: 120%;
    letter-spacing: 0.05em;
    padding-left: 11.4666666667vw;
    width: 74.6666666667vw;
    margin: 0 0 0 auto;
  }
}
.service .en-title {
  margin: 6.3rem 0 0 auto;
}
@media (min-width: 768px) {
  .service .en-title {
    text-align: right;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .service .en-title {
    margin: 2.9rem auto 0;
    max-width: 30.9rem;
  }
}

/*=================================================
サービス動画
===================================================*/
.page-service--movie .content-wrap {
  position: relative;
}
.page-service--movie .content-wrap::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/hikari-support/images//service-illust-l.png);
  background-size: contain;
  width: 10.6944444444vw;
  height: 19.8611111111vw;
  bottom: -3rem;
  left: 4.5833333333vw;
  z-index: 1;
}
@media (min-width:1440px) {
  .page-service--movie .content-wrap::before {
    width: 15.4rem;
    height: 28.6rem;
    left: 6.6rem;
  }
}
@media (max-width: 767px) {
  .page-service--movie .content-wrap::before {
    bottom: 0;
  }
}
.page-service--movie .content-wrap::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/hikari-support/images//service-illust-r.png);
  background-size: contain;
  width: 10.7638888889vw;
  height: 17.2916666667vw;
  bottom: -2rem;
  right: 4.3055555556vw;
  z-index: 1;
}
@media (min-width:1440px) {
  .page-service--movie .content-wrap::after {
    width: 15.5rem;
    height: 24.9rem;
    right: 6.2rem;
  }
}
@media (max-width: 767px) {
  .page-service--movie .content-wrap::after {
    bottom: 1rem;
  }
}

.content-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.3rem;
  margin-top: 3.7rem;
  padding: 0 2rem 32.7rem;
}
@media (max-width: 767px) {
  .content-wrap {
    padding: 0 2rem 15rem;
    gap: 5rem;
  }
}

.content-left {
  max-width: 72rem;
  width: 100%;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .content-left {
    width: 100%;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .aside {
    max-width: 32rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .aside {
    width: 100%;
  }
}
.aside .aside__serch {
  margin-bottom: 3.1rem;
}
.aside .aside__serch .search_container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 4rem;
  max-width: 100%;
  border: solid 1px #dcdcdc;
  padding: 3px 10px;
  border-radius: 3px;
  overflow: hidden;
}
.aside .aside__serch .search_container input[type=text] {
  border: none;
  width: 100%;
  height: 4rem;
}
.aside .aside__serch .search_container input[type=text]:focus {
  outline: 0;
}
.aside .aside__serch .search_container input[type=submit] {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #0074d7;
  color: #fff;
  position: absolute;
  width: 8rem;
  height: 4rem;
  right: 0px;
  top: -2px;
  outline: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.aside__item {
  border: solid 1px #dcdcdc;
  margin-bottom: 4rem;
}
.aside__item .aside-title {
  background: #0074d7;
  color: #fff;
  padding: 1.2rem 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.05em;
}
.aside__item:last-of-type {
  margin-bottom: 0;
}
.aside__item .aside__list li {
  border-bottom: solid 1px #dcdcdc;
}
.aside__item .aside__list li a {
  color: #222222;
  padding: 1.6rem 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  display: block;
}
.aside__item .aside__list li:last-child {
  border-bottom: none;
}

.article-category {
  color: #fff;
  background: #f6ac28;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 100%;
  padding: 8px;
  display: table;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .article-category {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}

.article-title {
  font-size: 3.2rem;
  line-height: 140%;
  font-weight: 700;
  letter-spacing: 0;
  color: #153072;
  padding-bottom: 1.4rem;
  border-bottom: solid 1px #153072;
}
@media (max-width: 767px) {
  .article-title {
    font-size: 1.8rem;
  }
}

.aricle-content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0;
  margin-top: 3.9rem;
  margin-bottom: 2.4rem;
  color: #222222;
  padding-left: 1.2rem;
  position: relative;
}
.aricle-content h2::before {
  position: absolute;
  content: "";
  background: #0074d7;
  width: 4px;
  height: 2.8rem;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .aricle-content h2 {
    font-size: 1.6rem;
    margin-top: 3.75rem;
    margin-bottom: 2rem;
  }
}
.aricle-content p {
  font-size: 1.6rem;
  line-height: 160%;
  letter-spacing: 0.03rem;
}
@media (max-width: 767px) {
  .aricle-content p {
    font-size: 1.4rem;
  }
}
.aricle-content img {
  margin-top: 5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .aricle-content img {
    margin-top: 3rem;
  }
}

.products {
  padding: 0 0 15rem;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
@media (max-width: 767px) {
  .products {
    padding: 0 0 8.4rem;
  }
}
.products .products__title {
  background-image: url(/wp-content/themes/hikari-support/images//titlebg_orange_service.png);
  background-size: contain;
  background-position: left;
  width: 100%;
  height: 12rem;
  color: #153072;
  padding-left: 14.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
  line-height: 140%;
  font-weight: 700;
  margin-top: -2.5rem;
}
@media (max-width: 767px) {
  .products .products__title {
    background-image: url(/wp-content/themes/hikari-support/images//sp_titlebg_orange_service.png);
    background-size: cover;
    background-position: right;
    height: 5.8rem;
    font-size: 1.8rem;
    line-height: 140%;
    letter-spacing: 0.05em;
    padding-left: 12.8vw;
    width: 64vw;
    margin: -3rem auto 0 0;
  }
}
.products .section-text {
  margin-top: 7.7rem;
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .products .section-text {
    margin-top: 2.9rem;
  }
}
.products .en-title {
  margin-top: -3.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .products .en-title {
    max-width: 25.7rem;
    margin: 3.1rem auto 0;
  }
}
.products .more-btn {
  margin: 4.4rem 0 0 auto;
}
@media (max-width: 767px) {
  .products .more-btn {
    margin: 6.2rem auto 0;
  }
}
.products .products__slider {
  position: relative;
}
@media (min-width: 768px) {
  .products .products__slider {
    margin: -2rem auto 0;
    width: 98%;
  }
}
@media (max-width: 767px) {
  .products .products__slider {
    margin-top: 2.9rem;
    padding: 0 2.7rem;
  }
}
.products .swiper-slide {
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  padding-bottom: 4px;
  aspect-ratio: 1.6;
}
.products .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .products .swiper-slide {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
}
.products .swiper-slide img, .products .swiper-slide video, .products .swiper-slide iframe {
  -webkit-filter: drop-shadow(0px 4px 2px rgba(246, 172, 40, 0.1));
          filter: drop-shadow(0px 4px 2px rgba(246, 172, 40, 0.1));
}
.products .swiper-slide .cate {
  padding: 10px 16px;
  font-size: 2rem;
  color: #fff;
  background: #f6ac28;
  line-height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  display: table;
  position: absolute;
  top: 0;
  left: 2.4rem;
  border-radius: 0 0 7px 7px;
}
@media (max-width: 767px) {
  .products .swiper-slide .cate {
    font-size: 1.4rem;
    left: 2.5rem;
  }
}
.products .swiper-slide img, .products .swiper-slide video, .products .swiper-slide iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px;
}
@media (max-width: 767px) {
  .products .swiper-slide img, .products .swiper-slide video, .products .swiper-slide iframe {
    border-radius: 16px;
  }
}
.products .swiper-slide-active {
  opacity: 1;
  z-index: 1;
}
@media (min-width: 768px) {
  .products .swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.products .swiper-button-prev,
.products .swiper-button-next {
  height: 4rem;
  width: 4rem;
}
@media (max-width: 767px) {
  .products .swiper-button-prev,
  .products .swiper-button-next {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.products .swiper-button-prev:after,
.products .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4rem;
  margin: auto;
  width: 4rem;
}
@media (max-width: 767px) {
  .products .swiper-button-prev:after,
  .products .swiper-button-next:after {
    width: 3.2rem;
    height: 3.2rem;
    top: 52%;
  }
}
.products .swiper-button-prev:after {
  background-image: url(/wp-content/themes/hikari-support/images//arrow-prev.svg);
}
.products .swiper-button-next:after {
  background-image: url(/wp-content/themes/hikari-support/images//arrow-next.svg);
}
.products .swiper-button-next,
.products .swiper-rtl .swiper-button-prev {
  right: 32%;
  left: auto;
}
@media (max-width: 767px) {
  .products .swiper-button-next,
  .products .swiper-rtl .swiper-button-prev {
    right: 1.1rem;
  }
}
.products .swiper-button-prev,
.products .swiper-rtl .swiper-button-next {
  left: 32%;
  right: auto;
}
@media (max-width: 767px) {
  .products .swiper-button-prev,
  .products .swiper-rtl .swiper-button-next {
    left: 1.1rem;
  }
}
.products .swiper-pagination {
  bottom: -5.4rem;
}
@media (max-width: 767px) {
  .products .swiper-pagination {
    bottom: -2.5rem;
  }
}
.products .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  opacity: 1;
  opacity: 0.2;
  background-color: #f6ac28;
}
.products .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f6ac28;
  opacity: 1;
}

.contact {
  padding: 0rem 0 8rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact {
    padding: 0rem 0 4rem;
  }
}
.contact .section-title {
  background-image: url(/wp-content/themes/hikari-support/images//titlebg_contact.png);
  background-size: cover;
  text-align: center;
  padding: 6rem 2rem 2.9rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact .section-title {
    background-image: url(/wp-content/themes/hikari-support/images//sp_titlebg_contact.png);
    padding: 2.2rem 2rem 2.2rem;
  }
}
.contact .section-title .en-title {
  position: absolute;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3.7rem;
  z-index: 2;
  width: 47.4rem;
  height: 10rem;
}
@media (max-width: 767px) {
  .contact .section-title .en-title {
    width: 22.8rem;
    height: 4.8rem;
    top: inherit;
    bottom: -3.8rem;
  }
}
.contact .content-width {
  padding: 5.5rem 2rem 0;
}
@media (max-width: 767px) {
  .contact .content-width {
    padding: 5.6rem 1.6rem 0;
  }
}
.contact .section-text {
  text-align: center;
  line-height: 160%;
  color: #000000;
}
@media (max-width: 767px) {
  .contact .section-text {
    line-height: 140%;
  }
}
.contact #formWrap {
  max-width: 56.2rem;
  margin: 3.2rem auto 0;
}
@media (max-width: 767px) {
  .contact #formWrap {
    margin-top: 2.7rem;
    max-width: 100%;
  }
}
.contact #formWrap tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.7rem;
}
@media (max-width: 767px) {
  .contact #formWrap tr {
    margin-bottom: 2.1rem;
  }
}
.contact #formWrap tr:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact table.formTable th,
  .contact table.formTable td {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.contact table.formTable th {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .contact table.formTable th {
    margin-bottom: 0.6rem;
  }
}
.contact table.formTable th .required {
  font-size: 1.4rem;
}
.contact select,
.contact form input[type=text],
.contact form input[type=email],
.contact form textarea {
  width: 100%;
  height: 4.8rem;
  padding: 1.2rem;
  font-size: 1.5rem;
  line-height: 150%;
  display: block;
  border: solid 1px #c2c2c2;
}
@media (max-width: 767px) {
  .contact select,
  .contact form input[type=text],
  .contact form input[type=email],
  .contact form textarea {
    padding: 14px 20px 14px;
  }
}
.contact .select-wrap {
  position: relative;
  height: 4.8rem;
  width: 100%;
}
.contact .select-wrap::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/hikari-support/images//select-arrow.svg);
  background-size: contain;
  width: 11px;
  height: 7px;
  right: 2rem;
  top: 50%;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact form textarea {
  height: 18rem;
}
@media (max-width: 767px) {
  .contact form textarea {
    height: 18rem;
  }
}
.contact textarea::-webkit-input-placeholder, .contact input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.contact textarea::-moz-placeholder, .contact input::-moz-placeholder {
  color: #c2c2c2;
}
.contact textarea:-ms-input-placeholder, .contact input:-ms-input-placeholder {
  color: #c2c2c2;
}
.contact textarea::-ms-input-placeholder, .contact input::-ms-input-placeholder {
  color: #c2c2c2;
}
.contact textarea::placeholder,
.contact input::placeholder {
  color: #c2c2c2;
}
.contact .form-agree {
  text-align: left;
  margin-top: 2.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .contact .form-agree {
    margin-top: 1.6rem;
  }
}
.contact .form-agree .checkbox {
  width: 18px;
  height: 18px;
  border: solid 1px #272727;
  margin-right: 0.8rem;
}
.contact .submit-btn-wrap {
  margin: 4rem auto 0;
}
@media (max-width: 767px) {
  .contact .submit-btn-wrap {
    margin: 4.95rem auto 0;
  }
}
.contact form input[type=submit] {
  display: block;
  max-width: 8.2rem;
  width: 100%;
  height: 4rem;
  background: #272727;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .contact form input[type=submit] {
    max-width: 7.2rem;
    height: 3.2rem;
  }
}

@media (max-width: 767px) {
  .company {
    padding: 0 1.6rem;
  }
}
.company .company__block {
  background: #daf9ff;
  -webkit-box-shadow: 2px 2px 2px rgba(27, 20, 100, 0.1);
          box-shadow: 2px 2px 2px rgba(27, 20, 100, 0.1);
  border-radius: 2rem;
  padding: 3.7rem 5rem 8rem 7.2rem;
}
@media (max-width: 767px) {
  .company .company__block {
    padding: 3.2rem 1.2rem 4.8rem;
  }
}
.company .company__block .section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company .company__block .section-title .ja {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .company .company__block .section-title .ja {
    margin-top: -1rem;
  }
}
@media (max-width: 767px) {
  .company .company__block .section-title .ja {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .company .company__block .section-text {
    margin-top: 0.9rem;
  }
}
@media (max-width: 767px) {
  .company .company__block .section-text {
    text-align: center;
    margin-top: 2.4rem;
  }
}
@media (max-width: 767px) {
  .company .en-title {
    max-width: 24.7rem;
    margin: -1.7rem auto 0;
  }
}
.company .company__img {
  max-width: 72rem;
  margin: -6.9rem auto 0;
}
@media (max-width: 767px) {
  .company .company__img {
    margin: 2.3rem auto 0;
    max-width: 28rem;
  }
}

.company-table {
  border-spacing: 0;
  max-width: 80rem;
  width: 100%;
  margin: 3.5rem auto 0;
}
@media (max-width: 767px) {
  .company-table {
    margin: 2rem auto 0;
  }
}
@media (max-width: 767px) {
  .company-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.2rem 2rem;
    border-bottom: dashed 1px #272727;
  }
}
.company-table th {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 150%;
  padding: 1.6rem 1.3rem;
  text-align: left;
  width: 50%;
}
@media (max-width: 767px) {
  .company-table th {
    width: 100%;
    font-size: 1.5rem;
    padding: 0;
    line-height: 180%;
  }
}
.company-table td {
  font-size: 1.6rem;
  letter-spacing: 0.04rem;
  line-height: 150%;
  padding: 1.6rem 1.5rem;
  text-align: left;
  width: 50%;
}
@media (max-width: 767px) {
  .company-table td {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0;
    line-height: 180%;
  }
}
.company-table td a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .company-table td address {
    line-height: 130%;
  }
}
.company-table th,
.company-table td {
  border-bottom: dashed 1px #272727;
}
@media (max-width: 767px) {
  .company-table th,
  .company-table td {
    border-bottom: none;
  }
}

.cover {
  padding: 16.1111111111vw 2rem 10.4166666667vw;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .cover {
    padding: 8rem 2rem 3rem;
  }
}
.cover .cover__title {
  text-align: left;
}
.cover .cover__title .ja {
  font-size: 4.8rem;
  font-weight: 900;
  display: block;
  letter-spacing: 0.03em;
  line-height: 120%;
  position: relative;
  padding-bottom: 0.87rem;
  color: #222222;
}
@media (max-width: 767px) {
  .cover .cover__title .ja {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.cover .cover__title .en {
  color: #0074d7;
  line-height: 100%;
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.page-scene .cover {
  background-image: url(/wp-content/themes/hikari-support/images//cover-scene.jpg);
}

.page-scene-list .cover {
  background-image: url(/wp-content/themes/hikari-support/images//cover-scene-list.jpg);
}

.page-service-list .cover {
  background-image: url(/wp-content/themes/hikari-support/images//cover-service-list.jpg);
}

.page-service .cover {
  background-image: url(/wp-content/themes/hikari-support/images//cover-service.jpg);
}

.breadcrumbs {
  padding: 3.2rem 2rem 0 5rem;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 2rem 2rem 0;
  }
}
.breadcrumbs a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  color: #153072;
}
@media (max-width: 767px) {
  .breadcrumbs a {
    font-size: 1.4rem;
  }
}

.qa {
  background-image: url(/wp-content/themes/hikari-support/images//bg_faq.jpg);
  background-size: cover;
  padding: 0 2rem 13.3rem;
  position: relative;
}
@media (max-width: 767px) {
  .qa {
    background-image: url(/wp-content/themes/hikari-support/images//sp_bg_faq.jpg);
    padding: 0 2.7rem 0;
  }
}
.qa::before {
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url(/wp-content/themes/hikari-support/images//faq_illust.png);
  background-size: contain;
  width: 19.4444444444vw;
  height: 19.7916666667vw;
  top: -15.1388888889vw;
  left: 5.5555555556vw;
}
@media (min-width:1440px) {
  .qa::before {
    width: 28rem;
    height: 28.5rem;
    left: 8rem;
    top: -21.8rem;
  }
}
@media (max-width: 767px) {
  .qa::before {
    width: 26.6666666667vw;
    height: 26.9333333333vw;
    top: -13.6vw;
    left: 4.2666666667vw;
  }
}
.qa .section-title {
  max-width: 59rem;
  height: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.6rem;
  background: #daf9ff;
  text-align: center;
  margin: 0 auto 0;
  position: relative;
  top: -5rem;
}
@media (max-width: 767px) {
  .qa .section-title {
    max-width: 24rem;
    height: auto;
    padding: 1.6rem;
    top: -3.7rem;
  }
}
@media (min-width: 768px) {
  .qa .section-title .en-title {
    position: absolute;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -6rem;
    z-index: 2;
    width: 25.7rem;
    height: 12rem;
  }
}
@media (max-width: 767px) {
  .qa .section-title .en-title {
    max-width: 10.3rem;
  }
}
@media (max-width: 767px) {
  .qa .section-title .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.3rem;
  }
}
.qa .section-text {
  text-align: center;
  margin-top: -4.7rem;
}
@media (max-width: 767px) {
  .qa .section-text {
    text-align: left;
    margin-top: -3.7rem;
  }
}
.qa .question-width {
  max-width: 96rem;
  margin: 4.9rem auto 0;
}
@media (max-width: 767px) {
  .qa .question-width {
    margin-top: 3.5rem;
  }
}
.qa .question__item {
  margin-bottom: 3rem;
  border: solid 1px #8cc7f0;
  -webkit-box-shadow: 2px 2px 2px rgba(246, 172, 40, 0.1);
          box-shadow: 2px 2px 2px rgba(246, 172, 40, 0.1);
  background: #fff;
  padding: 3.8rem 0;
}
@media (max-width: 767px) {
  .qa .question__item {
    padding: 1.3rem 0 2.1rem;
    margin-bottom: 2.4rem;
  }
}
.qa .question__item:last-of-type {
  margin-bottom: 0;
}
.qa .question__item .question {
  padding: 0 6rem 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .qa .question__item .question {
    padding: 0.5rem 1rem 0.5rem 1.3rem;
  }
}
.qa .question__item .question:before, .qa .question__item .question:after {
  position: absolute;
  content: "";
  background: #202020;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 6.6rem;
  width: 24px;
  height: 3px;
}
@media (max-width: 767px) {
  .qa .question__item .question:before, .qa .question__item .question:after {
    right: 2.3rem;
    width: 20px;
    height: 2px;
  }
}
.qa .question__item .question:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.qa .question__item .question .q-title {
  font-weight: 700;
  font-size: 2rem;
  color: #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .qa .question__item .question .q-title {
    font-size: 1.6rem;
    gap: 1rem;
  }
}
.qa .question__item .q,
.qa .question__item .a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .qa .question__item .q,
  .qa .question__item .a {
    font-size: 2rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.qa .question__item .q {
  background: #f6ac28;
  color: #fff;
}
@media (max-width: 767px) {
  .qa .question__item .q {
    line-height: 1;
  }
}
.qa .question__item .a {
  color: #f6ac28;
  border: solid 1px #f6ac28;
}
@media (max-width: 767px) {
  .qa .question__item .a {
    margin-top: -4px;
  }
}
.qa .question__item .answer {
  padding: 0 6rem 0;
  margin-top: 2rem;
  display: none;
  color: #272727;
}
@media (max-width: 767px) {
  .qa .question__item .answer {
    margin-top: 1rem;
    padding: 0 1.6rem;
  }
}
.qa .question__item .answer .answer__text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.8rem;
  border-top: dashed 1px #000000;
  padding-top: 1.8rem;
}
@media (max-width: 767px) {
  .qa .question__item .answer .answer__text {
    font-size: 1.5rem;
    gap: 1rem;
    padding-top: 1.6rem;
    line-height: 130%;
  }
}
.qa .question.open::before {
  opacity: 0;
}
.qa .question.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.qa .qa__bottom {
  margin-top: 5rem;
  text-align: center;
  max-width: 96rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .qa .qa__bottom {
    max-width: 100%;
    margin: 3.2rem auto 0;
  }
}
@media (min-width: 768px) {
  .qa .qa__bottom .flex {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.qa .qa__bottom .bottom-title {
  color: #153072;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .qa .qa__bottom .bottom-title {
    font-size: 2.2rem;
  }
}
.qa .qa__bottom p {
  margin-top: 1.6rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .qa .qa__bottom p {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .qa .qa__bottom p {
    margin-top: 1.5rem;
  }
}
.qa .qa__bottom .cta-btn {
  margin: 3.6rem auto 0;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .qa .qa__bottom .cta-btn {
    margin: 2.3rem auto 0;
    letter-spacing: 0.01em;
  }
}
.qa .qa__bottom .qa__bottom__img {
  max-width: 22.7rem;
  width: 100%;
  margin-right: 6.9rem;
}
@media (max-width: 767px) {
  .qa .qa__bottom .qa__bottom__img {
    max-width: 22rem;
    margin: 3.2rem auto 0;
  }
}

.page-scene .cta .content-width {
  position: relative;
}
.page-scene .cta .content-width::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/hikari-support/images//scene-illust-l.png);
  background-size: contain;
  width: 9.7222222222vw;
  height: 13.4722222222vw;
  bottom: -13rem;
  left: 3.1944444444vw;
  z-index: 1;
}
@media (min-width:1440px) {
  .page-scene .cta .content-width::before {
    width: 14rem;
    height: 19.4rem;
    left: 4.6rem;
  }
}
@media (max-width: 767px) {
  .page-scene .cta .content-width::before {
    bottom: -9.7rem;
  }
}
.page-scene .cta .content-width::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/hikari-support/images//scene-illust-r.png);
  background-size: contain;
  width: 12.3611111111vw;
  height: 14.0277777778vw;
  bottom: -16rem;
  right: 5vw;
  z-index: 1;
}
@media (min-width:1440px) {
  .page-scene .cta .content-width::after {
    width: 17.8rem;
    height: 20.2rem;
    right: 7.2rem;
  }
}
@media (max-width: 767px) {
  .page-scene .cta .content-width::after {
    bottom: -10.1rem;
  }
}

@media (min-width: 768px) {
  .scene .page-title .en-title img {
    max-width: 37.5rem;
  }
}
.scene .scene__img {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .scene .scene__img {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .scene-list .page-title .en-title img {
    max-width: 37.5rem;
  }
}
.scene-list .section-text {
  text-align: center;
  margin-top: 4rem;
}
.scene-list .tab {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 4.8rem auto 0;
  max-width: 111.7rem;
}
@media (max-width: 767px) {
  .scene-list .tab {
    margin-top: 3rem;
  }
}
.scene-list .tab li a {
  display: block;
  background: #fff;
  color: #153072;
  border: solid 1px #0074d7;
  border-right: none;
  height: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .scene-list .tab li a {
    height: 4.7rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 120%;
  }
}
.scene-list .tab li:last-child a {
  border-right: solid 1px #0074d7;
}
.scene-list .tab li .current {
  background: #0074d7;
  color: #fff;
  position: relative;
}
.scene-list .tab li .current::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/hikari-support/images//arrow-tab.svg);
  background-size: contain;
  width: 2rem;
  height: 2rem;
  bottom: -2rem;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.scene-list .scene__list {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.7777777778vw;
  margin: 8.6rem auto 0;
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (min-width:1440px) {
  .scene-list .scene__list {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .scene-list .scene__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.8rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.scene-list .scene__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .scene-list .scene__list li {
    gap: 2rem;
  }
}
.scene-list .scene__list li .list-image {
  max-width: 36rem;
  width: 100%;
  position: relative;
}
.scene-list .scene__list li .list-image img {
  aspect-ratio: 1.8;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media (max-width: 767px) {
  .scene-list .scene__list li .list-image {
    max-width: 100%;
  }
}
.scene-list .scene__list li .list-image .cate {
  padding: 4px 8px;
  font-size: 1.4rem;
  color: #fff;
  background: #f6ac28;
  line-height: 150%;
  font-weight: 600;
  margin-top: 2.4rem;
  display: table;
}
@media (max-width: 767px) {
  .scene-list .scene__list li .list-image .cate {
    font-size: 1.1rem;
    margin-top: 1.5rem;
  }
}
.scene-list .scene__list li .list-text {
  width: 100%;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .scene-list .scene__list li .list-text {
    margin-top: 1rem;
  }
}
.scene-list .scene__list li .list-text p {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  color: #222222;
}
@media (max-width: 767px) {
  .scene-list .scene__list li .list-text p {
    font-size: 1.4rem;
  }
}
.scene-list .scene__list li .scene-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0;
  color: #153072;
  border-bottom: solid 1px #0074d7;
  padding-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .scene-list .scene__list li .scene-title {
    font-size: 1.4rem;
  }
}
.scene-list .scene__list li .list-more {
  margin: 0 0 0 auto;
  text-align: right;
}
.scene-list .scene__list li .list-more a {
  color: #8d8d8d;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .scene-list .scene__list li .list-more a {
    font-size: 1.4rem;
  }
}
.scene-list .more-btn-wrap {
  position: relative;
}
.scene-list .more-btn-wrap::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/hikari-support/images//scene-illust-l.png);
  background-size: contain;
  width: 9.7222222222vw;
  height: 13.4722222222vw;
  bottom: -13rem;
  left: 3.1944444444vw;
  z-index: 1;
}
@media (min-width:1440px) {
  .scene-list .more-btn-wrap::before {
    width: 14rem;
    height: 19.4rem;
    left: 4.6rem;
  }
}
@media (max-width: 767px) {
  .scene-list .more-btn-wrap::before {
    bottom: -10rem;
  }
}
.scene-list .more-btn-wrap::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/hikari-support/images//scene-illust-r.png);
  background-size: contain;
  width: 12.3611111111vw;
  height: 14.0277777778vw;
  bottom: -16rem;
  right: 5vw;
  z-index: 1;
}
@media (min-width:1440px) {
  .scene-list .more-btn-wrap::after {
    width: 17.8rem;
    height: 20.2rem;
    right: 7.2rem;
  }
}
@media (max-width: 767px) {
  .scene-list .more-btn-wrap::after {
    bottom: -10rem;
  }
}
.scene-list .more-btn-wrap--service {
  position: relative;
}
.scene-list .more-btn-wrap--service::before {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/hikari-support/images//service-illust-l.png);
  background-size: contain;
  width: 10.6944444444vw;
  height: 19.8611111111vw;
  bottom: -22rem;
  left: 4.5833333333vw;
  z-index: 1;
}
@media (min-width:1440px) {
  .scene-list .more-btn-wrap--service::before {
    width: 15.4rem;
    height: 28.6rem;
    left: 6.6rem;
  }
}
@media (max-width: 767px) {
  .scene-list .more-btn-wrap--service::before {
    bottom: -12rem;
  }
}
.scene-list .more-btn-wrap--service::after {
  position: absolute;
  content: "";
  background-image: url(/wp-content/themes/hikari-support/images//service-illust-r.png);
  background-size: contain;
  width: 10.7638888889vw;
  height: 17.2916666667vw;
  bottom: -20rem;
  right: 4.3055555556vw;
  z-index: 1;
}
@media (min-width:1440px) {
  .scene-list .more-btn-wrap--service::after {
    width: 15.5rem;
    height: 24.9rem;
    right: 6.2rem;
  }
}
@media (max-width: 767px) {
  .scene-list .more-btn-wrap--service::after {
    bottom: -11rem;
  }
}
.scene-list .more-btn--blue {
  margin: 8rem auto 0;
}

.page-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 160px;
}
@media (max-width:1200px) {
  .page-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
}
.page-content .article-block .article-content ul {
  margin: 20px 0;
}
.page-content .article-block .article-content ul li {
  list-style: disc;
  margin-left: 20px;
}
.page-content .article-block .article-content ul ul {
  margin: 10px 0;
}
.page-cover {
  padding-top: 160px;
  padding-bottom: 40px;
}
@media (max-width:1200px) {
  .page-cover {
    padding-top: 120px;
    padding-bottom: 20px;
  }
}

.page-404-cta {
  margin-bottom: 160px;
}
@media (max-width: 1024px) {
  .page-404-cta {
    margin-bottom: 80px;
  }
}

.footer {
  background-image: url(/wp-content/themes/hikari-support/images//bg_footer.svg);
  background-size: cover;
  background-position: top center;
  padding: 7.2916666667vw 2rem 4.8rem;
  color: #fff;
  margin-top: -7.2916666667vw;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    background-image: url(/wp-content/themes/hikari-support/images//sp_bg_footer.svg);
    padding: 5.9rem 1.6rem 1.2rem 3.2rem;
    margin-top: -5.2rem;
  }
}
.footer .footer__inner {
  max-width: 128rem;
  margin: 0 auto;
}
.footer a {
  color: #fff;
}
.footer .footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4.2361111111vw;
}
@media (min-width:1440px) {
  .footer .footer__top {
    padding-right: 6.1rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__top {
    padding-right: 0;
  }
}
.footer .footer__left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .footer .footer__left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .footer__logo {
  margin-right: 8.125vw;
  max-width: 20rem;
  width: 100%;
}
@media (max-width: 767px) {
  .footer .footer__logo {
    margin: 0 auto 0;
    max-width: 10rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__menu {
    margin-top: 0.8rem;
  }
}
.footer .footer__menu .menu-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5vw;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width:1440px) {
  .footer .footer__menu .menu-list {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__menu .menu-list {
    font-size: 1.4rem;
    gap: 1.2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    letter-spacing: 0;
  }
}
.footer .copyright {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .footer .copyright {
    font-size: 1.2rem;
    margin-top: 1.1rem;
  }
}
@media (max-width: 767px) {
  .footer .x-btn {
    max-width: 2.4rem;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .footer .x-btn img {
    width: 2.4rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__right {
    padding-top: 1.9rem;
  }
}
.footer .footer__chat {
  text-align: right;
  padding-right: 2rem;
  margin-top: -0.5em;
}
@media (max-width: 767px) {
  .footer .footer__chat {
    padding-right: 0;
    margin-top: 2.3rem;
  }
}