@charset "UTF-8";
/*------------------------------------------------*/
.jumpTarget {
  position: absolute;
  top: -50px;
}
#headerMenu {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 88px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 30px rgb(0 0 0/0.03);
  padding: 0 20px;
}
#headerMenu > .company .logo img {
  display: block;
  height: 31px;
}
#headerMenu > .company .c {
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  color: var(--color_gray);
}
#headerMenu > .company .c .c1 {
  letter-spacing: 0.01em;
}
#headerMenu > .company .c > div:nth-child(n+2) {
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid var(--color_border);
}
#headerMenu > nav > .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 40px;
}
#headerMenu > nav ul.main {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 40px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: bold;
}
#headerMenu > nav ul.sub {
  display: none;
}
#headerMenu > nav a.btn-contact {
  display: block;
  width: 68px;
  height: 68px;
  background: var(--color_red) url("../images/icon_mail_w.svg") center center no-repeat;
}
#headerMenu > nav a.btn-contact span {
  display: none;
}
@media (hover: hover) {
  #headerMenu > nav ul a:hover {
    color: var(--color_red)
  }
  #headerMenu > nav a.btn-contact:hover {
    background-color: var(--color_gray);
  }
}
@media (hover: none) {
  #headerMenu > nav ul a:active {
    color: var(--color_red)
  }
  #headerMenu > nav a.btn-contact:active {
    background-color: var(--color_gray);
  }
}
#headerMenu > .company .sp_btn {
  display: none;
}
/*------------------------------------------------*/
.mainVisual-bg {
  position: absolute;
  left: -50%;
  right: -50%;
  top: 0;
  margin: 0 auto;
  width: 100%;
  min-width: 1300px;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-color: #FAFAFA;
}
.mainVisual-bg .bg1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url("../images/mv_bg2.png") center center/cover no-repeat;
  animation: mv_bg_anime3 11s ease-in-out infinite alternate;
  will-change: transform;
}
.mainVisual-bg .bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: mv_bg_anime 3.5s -4s ease-in-out infinite alternate;
  transform-origin: 80% 30%;
  will-change: transform;
  opacity: 0.7;
}
.mainVisual-bg .bg2 > div {
  width: 100%;
  height: 100%;
  background: url("../images/mv_bg.jpg") center center/cover no-repeat;
  animation: mv_bg_anime2 11s -17s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes mv_bg_anime {
  0% {
    transform: scale(1) skewY(0);
  }
  100% {
    transform: scale(1, 1.5) skewY(8deg);
  }
}
@keyframes mv_bg_anime2 {
  0% {
    transform: scale(1) skewX(0deg);
    opacity: 0.7;
  }
  100% {
    transform: scale(2, 1.4) skewX(-50deg);
    opacity: 0.9;
  }
}
@keyframes mv_bg_anime3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
/*------------------------------------------------*/
#mainVisual {
  height: calc(720px + 88px);
  padding: 88px 0 25px;
  position: relative;
  overflow: hidden;
}
#mainVisual .wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#mainVisual .wrapper .inner-mainVisual {
  width: 100%;
}
#mainVisual .t1 span {
  display: block;
  width: fit-content;
  background-color: var(--color_red);
  color: #fff;
  font-size: 3.7rem;
  line-height: 1;
  font-weight: 300;
  text-indent: 0.05em;
  margin: 0 auto 6px;
  padding: 3px 6px 5px;
  font-feature-settings: 'palt' 1;
}
#mainVisual .t2 {
  margin-top: 50px;
  font-family: var(--font_roboto);
  font-weight: 300;
  color: var(--color_red);
  white-space: nowrap;
}
#mainVisual .t2 b {
  display: block;
  font-size: 8.6rem;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (max-width: 1100px) {
  #mainVisual .t1 span {
    font-size: 3.2rem;
  }
  #mainVisual .t2 b {
    font-size: 7.6rem;
  }
}
@media screen and (max-width: 900px) {
  #mainVisual .t1 span {
    font-size: 3rem;
  }
  #mainVisual .t2 b {
    font-size: 6rem;
  }
}
#mainVisual .t2 span {
  display: block;
  font-size: 2.45rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
#mainVisual .t3 {
  margin-top: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.5rem;
  font-feature-settings: 'palt' 1;
}
#mainVisual .t1 span:nth-child(1) {
  opacity: 0;
  will-change: transform;
}
#mainVisual .t1 span:nth-child(2) {
  opacity: 0;
  will-change: transform;
}
.start #mainVisual .t1 span:nth-child(1) {
  animation: mainVisual_start_t1_1 0.6s 0.3s ease forwards;
}
.start #mainVisual .t1 span:nth-child(2) {
  animation: mainVisual_start_t1_2 0.6s 0.3s ease forwards;
}
@keyframes mainVisual_start_t1_1 {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes mainVisual_start_t1_2 {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#mainVisual .t2 b {
  opacity: 0;
  will-change: letter-spacing, opacity;
}
.start #mainVisual .t2 b {
  animation: mainVisual_start_t2_1 0.8s 0.6s ease forwards;
}
@keyframes mainVisual_start_t2_1 {
  0% {
    letter-spacing: -0.3em;
    opacity: 0;
  }
  100% {
    letter-spacing: 0;
    opacity: 1;
  }
}
#mainVisual .t2 span {
  opacity: 0;
  will-change: transform;
}
.start #mainVisual .t2 span {
  animation: mainVisual_start_t2_2 0.8s 0.6s ease forwards;
}
@keyframes mainVisual_start_t2_2 {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#mainVisual .t3 {
  opacity: 0;
}
.start #mainVisual .t3 {
  animation: mainVisual_start_t3 0.6s 0.8s ease forwards;
}
@keyframes mainVisual_start_t3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------------------------------------------------*/
#footerVisual {
  height: 720px;
  padding: 0 0 25px;
  position: relative;
  overflow: hidden;
}
#footerVisual .jumpTarget {
  top: 0;
}
#footerVisual .wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#footerVisual .t1 span {
  display: block;
  width: fit-content;
  background-color: var(--color_red);
  color: #fff;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 300;
  text-indent: 0.05em;
  margin: 0 auto 5px;
  padding: 3px 6px 5px;
  font-feature-settings: 'palt' 1;
}
#footerVisual .t2 {
  margin-top: 45px;
  font-family: var(--font_roboto);
  font-weight: 300;
  font-size: 5.0rem;
  line-height: 1;
  color: var(--color_red);
  padding-bottom: 45px;
  margin-bottom: 50px;
  position: relative;
}
#footerVisual .t2 span {
  display: block;
  font-size: 2.45rem;
}
#footerVisual .t2::after {
  content: '';
  width: 62px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 0;
  background-color: #A1A1A1;
}
#footerVisual img.logo {
  display: block;
  width: 180px;
  margin: 0 auto 40px;
}
#footerVisual nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 40px
}
#footerVisual nav ul li {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
}
@media (hover: hover) {
  #footerVisual nav ul li a:hover {
    color: var(--color_red);
  }
}
@media (hover: none) {
  #footerVisual nav ul li a:active {
    color: var(--color_red);
  }
}
#footerVisual .t1 span:nth-child(1) {
  opacity: 0;
  will-change: transform;
}
#footerVisual .t1 span:nth-child(2) {
  opacity: 0;
  will-change: transform;
}
#footerVisual .fadeTrg.show .t1 span:nth-child(1) {
  animation: mainVisual_start_t1_1 0.6s ease forwards;
}
#footerVisual .fadeTrg.show .t1 span:nth-child(2) {
  animation: mainVisual_start_t1_2 0.6s ease forwards;
}
#footerVisual .t2 {
  opacity: 0;
  will-change: letter-spacing, opacity;
}
#footerVisual .fadeTrg.show .t2 {
  animation: mainVisual_start_t2_1 0.8s 0.3s ease forwards;
}
#footerVisual .wrap-navi {
  opacity: 0;
  transition: opacity 0.6s 0.6s;
}
#footerVisual .fadeTrg.show .wrap-navi {
  opacity: 1;
}
/*------------------------------------------------*/
#news .list-news {
  background-color: #fff;
  min-height: 90px;
  margin-top: -45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 3px solid var(--color_red);
  box-shadow: 0 2px 10px rgb(0 0 0/0.12);
  padding: 30px 35px;
}
#news .list-news ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 3.0rem;
}
#news .list-news ul li + li {
  margin-top: 15px;
}
#news .list-news ul li .date {
  color: var(--color_1);
  font-size: 1.4rem;
  width: 115px;
}
#news .list-news ul li .text {
  flex: 1;
}
@media (hover: hover) {
  #news .list-news ul li .text a:hover {
    color: var(--color_red);
  }
}
@media (hover: none) {
  #news .list-news ul li .text a:active {
    color: var(--color_red);
  }
}
/*------------------------------------------------*/
.sectionHeading {
  margin-bottom: 45px;
  width: fit-content;
}
.sectionHeading i {
  display: block;
  font-family: var(--font_roboto);
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.03em;
  padding-right: 0.03em;
  color: var(--color_red);
}
.sectionHeading span {
  display: block;
  width: fit-content;
  background-color: var(--color_red);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-indent: 0.05em;
  font-weight: bold;
  margin-top: 15px;
  padding: 7px 10px 9px;
}
.sectionHeading.center,
.sectionHeading.center i,
.sectionHeading.center span {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sectionHeading i {
  opacity: 0;
  will-change: letter-spacing;
}
.start .fadeTrg.show .sectionHeading i {
  animation: sectionHeading_i 0.6s ease forwards;
}
@keyframes sectionHeading_i {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  100% {
    letter-spacing: -0.03em;
    opacity: 1;
  }
}
.sectionHeading span {
  opacity: 0;
}
.start .fadeTrg.show .sectionHeading span {
  animation: sectionHeading_span 0.6s 0.2s ease forwards;
}
@keyframes sectionHeading_span {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------------------------------------------------*/
#sec-Topics {
  margin: 80px 0 0;
}
#sec-Topics ul {
  border-bottom: 1px solid var(--color_border);
}
#sec-Topics ul li {
  border-top: 1px solid var(--color_border);
  padding: 30px 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#sec-Topics ul li .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  padding-right: 20px;
}
#sec-Topics ul li .date {
  color: var(--color_1);
  font-size: 1.4rem;
  width: 115px;
}
#sec-Topics ul li .label {
  min-width: 80px;
  width: fit-content;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  padding: 8px 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  white-space: nowrap;
}
#sec-Topics ul li .text {
  flex: 1;
}
#sec-Topics a.btn {
  margin: 50px auto;
}
@media (hover: hover) {
  #sec-Topics ul li .text a:hover {
    color: var(--color_red);
  }
}
@media (hover: none) {
  #sec-Topics ul li .text a:active {
    color: var(--color_red);
  }
}
/*------------------------------------------------*/
a.btn {
  width: fit-content;
  min-width: 154px;
  height: 60px;
  padding: 0 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgb(0 0 0/0.12);
}
a.btn.mail {
  height: 70px;
}
a.btn.mail span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
a.btn.mail span::before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  background: url("../images/icon_mail.svg") left center no-repeat;
}
@media (hover: hover) {
  a.btn:hover {
    background-color: var(--color_gray);
    color: #fff;
  }
  a.btn.mail:hover span::before {
    background-image: url("../images/icon_mail_w.svg");
  }
}
@media (hover: none) {
  a.btn:active {
    background-color: var(--color_gray);
    color: #fff;
  }
  a.btn.mail:active span::before {
    background-image: url("../images/icon_mail_w.svg");
  }
}
/*------------------------------------------------*/
#sec-OurValue {
  margin-top: 160px;
  min-height: 1000px;
  overflow-x: clip;
  overflow-y: visible;
}
#sec-OurValue::after {
  content: '';
  width: 1350px;
  height: 1350px;
  position: absolute;
  top: -120px;
  left: -50%;
  right: -50%;
  margin: 0 auto;
  z-index: -1;
  background: url("../images/ourvalue_bg.jpg") center center/contain no-repeat;
  animation: OurValue_bg 70s linear infinite;
  will-change: transform;
}
@keyframes OurValue_bg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#sec-OurValue .t1 {
  text-align: center;
  font-size: 3.0rem;
  line-height: 4.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}
#sec-OurValue .t2 {
  max-width: 595px;
  margin: 0 auto;
}
#sec-OurValue .t2 p + p {
  margin-top: 2em;
}
#sec-OurValue .t2 b {
  font-weight: bold;
}
/*------------------------------------------------*/
#sec-WhatWeDo {
  margin-top: 80px;
  padding-bottom: 260px;
}
#sec-WhatWeDo::after {
  content: '';
  width: 100%;
  min-width: 1440px;
  height: 100%;
  position: absolute;
  left: -50%;
  right: -50%;
  bottom: -220px;
  margin: 0 auto;
  z-index: -1;
  background: url("../images/bg_wave.jpg") center bottom/contain no-repeat;
  pointer-events: none;
}
#sec-WhatWeDo .hd_text {
  font-weight: bold;
}
#sec-WhatWeDo ul.step {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 60px 30px;
  margin-top: 30px;
}
#sec-WhatWeDo ul.step::before {
  content: '';
}
#sec-WhatWeDo ul.step::before,
#sec-WhatWeDo ul.step li {
  position: relative;
  width: calc((100% - 90px) / 4);
}
#sec-WhatWeDo ul.step li:nth-child(4n) {
  top: -85px;
}
#sec-WhatWeDo ul.step li:nth-child(4n+2) {
  top: 85px;
}
#sec-WhatWeDo ul.step li:nth-child(4n+3) {
  top: 170px;
}
#sec-WhatWeDo ul.step .icon {
  position: relative;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  background: linear-gradient(135deg, #E69DA6, #F6DEE1);
  margin-bottom: 20px;
}
#sec-WhatWeDo ul.step .icon::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: -50%;
  margin: auto;
  width: 72px;
  height: 72px;
  background-color: #fff;
  border-radius: 50%;
}
#sec-WhatWeDo ul.step .icon img {
  display: block;
  width: 50px;
  position: absolute;
  inset: -50%;
  margin: auto;
  z-index: 2;
}
#sec-WhatWeDo ul.step .icon .num {
  font-family: var(--font_serif);
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -12px;
  z-index: 2;
  color: var(--color_red);
}
#sec-WhatWeDo ul.step .t1 {
  font-size: 2.0rem;
  line-height: 3.2rem;
  font-weight: bold;
  font-feature-settings: 'palt' 1;
}
#sec-WhatWeDo ul.step .t2 {
  margin-top: 15px;
}
#sec-WhatWeDo ul.step li {
  transition: transform 0.5s, opacity 0.5s;
  transform: translateY(80px);
  opacity: 0;
}
#sec-WhatWeDo ul.step.fadeTrg.show li {
  transform: translateY(0);
  opacity: 1;
}
#sec-WhatWeDo ul.step li:nth-of-type(1) {
  transition-delay: 0.1s;
}
#sec-WhatWeDo ul.step li:nth-of-type(2) {
  transition-delay: 0.2s;
}
#sec-WhatWeDo ul.step li:nth-of-type(3) {
  transition-delay: 0.3s;
}
#sec-WhatWeDo ul.step li:nth-of-type(4) {
  transition-delay: 0.4s;
}
#sec-WhatWeDo ul.step li:nth-of-type(5) {
  transition-delay: 0.5s;
}
#sec-WhatWeDo ul.step li:nth-of-type(6) {
  transition-delay: 0.6s;
}
#sec-WhatWeDo ul.step li:nth-of-type(7) {
  transition-delay: 0.7s;
}
/*------------------------------------------------*/
#sec-Service {
  margin-top: 80px;
}
#sec-Service .wrapper {
  display: flex;
  padding-right: 0;
}
#sec-Service .sectionHeading {
  width: min(300px, 20vw);
}
#sec-Service ul.service {
  flex: 1;
  border-bottom: 1px solid var(--color_border);
}
#sec-Service ul.service li {
  border-top: 1px solid var(--color_border);
  padding: 30px 0;
}
#sec-Service ul.service li .hd {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  padding-right: 90px;
}
#sec-Service ul.service li .hd::after {
  content: '┼';
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  transition: transform 0.3s;
}
#sec-Service ul.service li .hd img.image {
  height: 123px;
}
#sec-Service ul.service li .hd .t {
  flex: 1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 4.2rem;
}
@media (hover: hover) {
  #sec-Service ul.service li .hd:hover .t,
  #sec-Service ul.service li .hd:hover::after {
    color: var(--color_red);
  }
}
@media (hover: none) {
  #sec-Service ul.service li .hd:active .t,
  #sec-Service ul.service li .hd:active::after {
    color: var(--color_red);
  }
}
#sec-Service ul.service li .hd.open::after {
  transform: rotate(135deg);
}
#sec-Service ul.service li .c {
  display: none;
  padding-left: calc(123px + 30px);
  padding-bottom: 15px;
  padding-right: var(--padding);
}
#sec-Service ul.service li .c .inner {
  padding-top: 30px;
}
#sec-Service ul.service li .c .wrap-dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 60px;
}
dl.list-circle dt {
  font-weight: bold;
  margin-bottom: 5px;
}
dl.list-circle dd,
ul.list-circle li {
  position: relative;
  padding-left: 1.5em;
}
ul.list-circle li + li {
  margin-top: 1rem;
}
dl.list-circle dd::before,
ul.list-circle li::before {
  content: '○';
  position: absolute;
  left: 0;
  top: 0;
}
#sec-Service ul.service li .c .wrap-dl dl.list-circle {
  flex: 1;
}
#sec-Service ul.service li .c .wrap-dl dl.list-circle dd {
  line-height: 2.5rem;
}
#sec-Service ul.service li .c .wrap-dl dl.list-circle dd + dd {
  margin-top: 0.5rem;
}
#sec-Service ul.service li .c .wrap-banner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
  margin-top: 40px;
}
#sec-Service ul.service li .c .wrap-banner a.banner {
  flex: 1;
  background-color: var(--color_2);
  border: 1px solid var(--color_border2);
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 15px;
  position: relative;
}
#sec-Service ul.service li .c .wrap-banner a.banner img.image {
  width: 102px;
}
#sec-Service ul.service li .c .wrap-banner a.banner .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 22px;
}
#sec-Service ul.service li .c .wrap-banner a.banner .t1 {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: bold;
}
#sec-Service ul.service li .c .wrap-banner a.banner .t2 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-top: 10px;
}
#sec-Service ul.service li .c .wrap-banner a.banner .t2 .font2 {
  font-family: var(--font_roboto);
  letter-spacing: 0.01em;
}
#sec-Service ul.service li .c .wrap-banner a.banner .t2 .s {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: normal;
}
#sec-Service ul.service li .c .wrap-banner a.banner .view {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 25px 3px 8px;
  font-size: 13px;
  line-height: 1;
  background: #fff url("../images/icon_pdf.svg") right 6px center no-repeat;
}
@media (hover: hover) {
  #sec-Service ul.service li .c .wrap-banner a.banner:hover .text {
    color: var(--color_red);
  }
  #sec-Service ul.service li .c .wrap-banner a.banner:hover .view {
    background-color: var(--color_gray);
    color: #fff;
  }
}
@media (hover: none) {
  #sec-Service ul.service li .c .wrap-banner a.banner:active .text {
    color: var(--color_red);
  }
  #sec-Service ul.service li .c .wrap-banner a.banner:active .view {
    background-color: var(--color_gray);
    color: #fff;
  }
}
.wrap-deco {
  width: fit-content;
  display: flex;
  gap: 0 50px;
  margin-bottom: 25px;
}
.wrap-deco .deco {
  text-align: center;
}
.wrap-deco .deco .t1 {
  line-height: 1.5;
  margin-bottom: 2px;
}
.wrap-deco .deco.d2 .t1 {
  margin-bottom: 12px;
}
.wrap-deco .deco .t2 {
  background: url("../images/deco1.png") left center/auto 55px no-repeat, url("../images/deco2.png") right center/auto 55px no-repeat;
  min-height: 55px;
  padding: 0 40px;
}
.wrap-deco .deco .t2.flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5px;
}
.wrap-deco .deco .t2 .n {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: normal;
  font-family: var(--font_roboto);
  letter-spacing: normal;
}
.wrap-deco .deco .t2 .n2 {
  font-size: 3.6rem;
  letter-spacing: normal;
  line-height: 48px;
}
.wrap-deco .deco.d1 .t2 .s {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 10px;
}
.wrap-deco .deco.d2 .t2 .s1 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}
.wrap-deco .deco.d2 .t2 .s2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 3px;
}
@media screen and (max-width: 1200px) {
  #sec-Service ul.service li .hd img.image {
    height: 80px;
  }
  #sec-Service ul.service li .hd .t {
    font-size: 2rem;
  }
  #sec-Service ul.service li .c {
    padding-left: calc(80px + 30px);
  }
  #sec-Service ul.service li .c .wrap-dl {
    gap: 0 30px;
  }
  #sec-Service ul.service li .c .wrap-banner a.banner img.image {
    width: 70px;
  }
  #sec-Service ul.service li .c .wrap-banner a.banner .t2 {
    font-size: 2rem;
  }
  .wrap-deco {
    gap: 0 30px;
  }
  .wrap-deco .deco .t2 {
    padding: 0 30px;
  }
  .wrap-deco .deco .t2 .n {
    font-size: 3.4rem;
  }
  .wrap-deco .deco .t2 .n2 {
    font-size: 2.7rem;
  }
}
/*------------------------------------------------*/
#sec-Advantage {
  margin-top: 220px;
}
#sec-Advantage .wrap-deco {
  margin: 0 auto;
}
#sec-Advantage .wrap-step {
  margin-top: 120px;
}
#sec-Advantage .wrap-step .step {
  display: flex;
  align-items: center;
  gap: 0 90px;
}
#sec-Advantage .wrap-step .step + .step {
  margin-top: 110px;
}
#sec-Advantage .wrap-step .step:nth-child(even) {
  flex-direction: row-reverse;
}
#sec-Advantage .wrap-step .step .wrap-image {
  max-width: 579px;
  width: 45%;
  position: relative;
}
#sec-Advantage .wrap-step .step .wrap-image .num {
  background-color: var(--color_red);
  width: 70px;
  height: 70px;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
  letter-spacing: -0.03em;
  color: #fff;
  font-family: var(--font_serif);
  font-size: 55px;
  line-height: 1;
}
#sec-Advantage .wrap-step .step:nth-child(even) .wrap-image .num {
  right: inherit;
  left: -20px;
}
#sec-Advantage .wrap-step .step .wrap-image .num span {
  position: absolute;
  right: -3px;
  bottom: -4px;
}
#sec-Advantage .wrap-step .step .wrap-image img.image {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
}
#sec-Advantage .wrap-step .step .wrap-text {
  flex: 1;
}
#sec-Advantage .wrap-step .step .wrap-text .t1 {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
#sec-Advantage .wrap-step .step .wrap-text .bn_1_1 {
  display: block;
  width: 192px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  #sec-Advantage .wrap-step .step {
    align-items: flex-start;
    gap: 0 50px;
  }
}
/*------------------------------------------------*/
#sec-UsersVoice {
  margin-top: 210px;
  padding-bottom: 200px;
}
#sec-UsersVoice .outer {
  max-width: fit-content;
  margin: 0 auto;
}
#sec-UsersVoice .sectionHeading {
  padding: 0 var(--padding);
}
#sec-UsersVoice .wrap-scroll {
  position: relative;
  overflow-x: auto;
  margin-top: 60px;
  width: 100%;
}
#sec-UsersVoice .wrap-scroll::-webkit-scrollbar {
  height: 10px;
}
#sec-UsersVoice .wrap-scroll::-webkit-scrollbar-track {
  background-color: var(--color_2);
  cursor: pointer;
}
#sec-UsersVoice .wrap-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(0 0 0/0.15);
  cursor: pointer;
}
#sec-UsersVoice .wrap-scroll ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 5px;
  margin: 40px var(--padding) 20px var(--padding);
}
#sec-UsersVoice .wrap-scroll ul li {
  background-color: var(--color_2);
  position: relative;
  padding: 0 20px 35px;
  width: 386px;
  min-width: 386px;
}
#sec-UsersVoice .wrap-scroll ul li:last-child::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 1px;
  width: var(--padding);
}
#sec-UsersVoice .wrap-scroll ul li .user {
  left: 0;
  right: 0;
  margin: -38px auto 23px;
  width: fit-content;
  text-align: center;
}
#sec-UsersVoice .wrap-scroll ul li .user .image {
  position: relative;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  margin: 0 auto;
  background: linear-gradient(135deg, #E69DA6, #F6DEE1);
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec-UsersVoice .wrap-scroll ul li .user .image::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: -50%;
  margin: auto;
  width: 72px;
  height: 72px;
  background-color: #fff;
  border-radius: 50%;
}
#sec-UsersVoice .wrap-scroll ul li .user .image img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: clip;
  position: relative;
  z-index: 2;
}
#sec-UsersVoice .wrap-scroll ul li .user .t {
  font-size: 1.4rem;
  margin-top: 3px;
}
#sec-UsersVoice .wrap-scroll ul li .label .h {
  position: relative;
  z-index: 1;
  width: fit-content;
  height: 28px;
  border-radius: 14px;
  color: #fff;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  margin: 0 auto -3px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
#sec-UsersVoice .wrap-scroll ul li .label .t {
  position: relative;
  z-index: 0;
  width: fit-content;
  height: 38px;
  border-radius: 19px;
  border: 1px solid var(--color_border);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin: -4px auto 0;
}
#sec-UsersVoice .wrap-scroll ul li .text {
  margin-top: 30px;
}
#sec-UsersVoice .wrap-scroll ul li .text p {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 0 15px 15px;
  box-shadow: 0px 2px 8px rgb(0 0 0/0.12);
}
#sec-UsersVoice .wrap-scroll ul li .text p + p {
  margin-top: 7px;
}
/*------------------------------------------------*/
#footerContact .text {
  font-family: var(--font_roboto);
  font-size: 100px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.55em;
  margin: 0 auto;
}
#footerContact .text.t1 {
  color: var(--color_red);
}
#footerContact .text.t2 {
  color: #fff;
}
#footerContact .bg-color {
  position: relative;
  background-color: var(--color_red);
  overflow: hidden;
  height: 260px;
  z-index: 1;
}
#footerContact a.btn {
  margin: 105px auto 0;
  min-width: 376px;
}
#footerContact .text {
  transform: translateY(80px);
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
}
#footerContact .fadeTrg.show .text {
  transform: translateY(0);
  opacity: 1;
}
/*------------------------------------------------*/
#mainFooter {
  padding: 50px 0;
}
#mainFooter img.logo {
  display: block;
  width: 146px;
  margin-bottom: 15px;
}
#mainFooter .t {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#mainFooter .t p {
  position: relative;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
#mainFooter .t p a.link {
  background-color: #f4f4f4;
  padding: 0 12px 1px;
  border-radius: 6px;
  font-size: 1.3rem;
  line-height: 1;
  font-family: var(--font_roboto);
  font-weight: 300;
  white-space: nowrap;
  color: var(--color_0);
  text-decoration: none;
  min-height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
}
@media (hover: hover) {
  #mainFooter .t p a.link:hover {
    background-color: var(--color_gray);
    color: #fff;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
@media (hover: none) {
  #mainFooter .t p a.link:active {
    background-color: var(--color_gray);
    color: #fff;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
}
#mainFooter .flex-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#mainFooter nav {
  padding-bottom: 22px;
}
#mainFooter nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 30px
}
#mainFooter nav ul li {
  font-size: 1.3rem;
  line-height: 2;
}
@media (hover: hover) {
  #mainFooter nav ul li a:hover {
    color: var(--color_red);
  }
}
@media (hover: none) {
  #mainFooter nav ul li a:active {
    color: var(--color_red);
  }
}
#mainFooter .marks img {
  display: block;
  width: 172px;
  margin-bottom: -20px;
}
#mainFooter .copyright {
  display: block;
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #C8C8C8;
}
/*------------------------------------------------*/
#pageTopBtn {
  position: fixed;
  z-index: 51;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  background-color: var(--color_red);
  color: #fff;
  font-family: var(--font_roboto);
  font-size: 13px;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.15s;
}
html.onScroll #pageTopBtn {
  pointer-events: auto;
  transform: translateX(0);
}
#pageTopBtn::after {
  content: 'V';
  transform: scaleY(-1);
}
@media (hover: hover) {
  #pageTopBtn:hover {
    background-color: var(--color_gray);
  }
}
@media (hover: none) {
  #pageTopBtn:active {
    background-color: var(--color_gray);
  }
}
/*------------------------------------------------*/
#sideNavi {
  position: fixed;
  z-index: 50;
  right: 12px;
  top: -50%;
  bottom: -50%;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  height: fit-content;
  mix-blend-mode: multiply;
}
#sideNavi a {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sideNavi a:first-child span {
  display: block;
  background: url("../images/sidemenu_home.svg") center top/contain no-repeat;
  width: 13px;
  height: 15px;
  margin-bottom: 3px;
}
#sideNavi a:not(:first-child) span {
  display: block;
  width: 11px;
  height: 11px;
  background-color: var(--color_1);
}
#sideNavi a:first-child.current span {
  background-image: url("../images/sidemenu_home_c.svg");
}
#sideNavi a:not(:first-child).current span {
  background-color: var(--color_red);
}
@media (hover: hover) {
  #sideNavi a:first-child:hover span {
    background-image: url("../images/sidemenu_home_c.svg");
  }
  #sideNavi a:not(:first-child):hover span {
    background-color: #4C4C4C;
  }
}
@media (hover: none) {
  #sideNavi a:first-child:active span {
    background-image: url("../images/sidemenu_home_c.svg");
  }
  #sideNavi a:not(:first-child):active span {
    background-color: #4C4C4C;
  }
}
@media screen and (max-width: 1200px) {
  #sideNavi {
    right: 5px;
  }
}
/*------------------------------------------------*/