@charset "UTF-8";
/*------------------------------------------------*/
.jumpTarget {
  position: absolute;
  top: -50px;
}
#headerMenu {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 44px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 30px rgb(0 0 0/0.03);
}
#headerMenu > .company {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: var(--padding);
  width: 100%;
}
#headerMenu > .company .wrap {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#headerMenu > .company .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  border-right: 1px solid var(--color_border);
  padding-right: 12px;
  height: 44px;
}
#headerMenu > .company .logo img {
  display: block;
  width: 100px;
}
#headerMenu > .company .c {
  flex: 1;
  font-size: 1.0rem;
  line-height: 1;
  color: var(--color_gray);
  padding-left: 12px;
  letter-spacing: normal;
}
#headerMenu > .company .c > div:nth-child(n+2) {
  margin-top: 3px;
}
#headerMenu > .company .sp_btn {
  width: 88px;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
#headerMenu > .company .sp_btn a.btn-contact {
  display: block;
  width: 44px;
  height: 44px;
  background: var(--color_red) url("../images/icon_mail_w.svg") center center no-repeat;
}
/*------------------------------------------------*/
#headerMenu > .company .sp_btn #spMenuBtn {
  width: 44px;
  height: 44px;
  position: relative;
  cursor: pointer;
  background-color: var(--color_1);
}
#headerMenu > .company .sp_btn #spMenuBtn span {
  display: block;
  width: 18px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 13px;
  top: 22px;
  transition: transform 0.2s, opacity 0.2s;
  will-change: transform;
}
#headerMenu > .company .sp_btn #spMenuBtn span.t1 {
  transform: translateY(-7px);
}
#headerMenu > .company .sp_btn #spMenuBtn span.t2 {
  transform: scaleX(1) translateY(0);
}
#headerMenu > .company .sp_btn #spMenuBtn span.t3 {
  transform: translateY(7px);
}
.naviOpen #headerMenu > .company .sp_btn #spMenuBtn {
  background-color: var(--color_gray);
  transition: background-color 0.2s;
}
.naviOpen #headerMenu > .company .sp_btn #spMenuBtn span.t1 {
  transform: rotate(225deg) scaleX(0.9);
}
.naviOpen #headerMenu > .company .sp_btn #spMenuBtn span.t2 {
  transform: scaleX(0) translateY(0);
  opacity: 0;
}
.naviOpen #headerMenu > .company .sp_btn #spMenuBtn span.t3 {
  transform: rotate(-225deg) scaleX(0.9);
}
/*------------------------------------------------*/
body::after {
  content: '';
  position: fixed;
  z-index: 80;
  left: 0;
  top: 0;
  width: 100%;
  height: 120lvh;
  background-color: var(--color_gray);
  transform: translate3d(0, 0, -1px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
#headerMenu > nav {
  position: fixed;
  z-index: 81;
  left: 0;
  top: 44px;
  width: 100%;
  height: calc(100dvh - 44px);
  overflow-y: auto;
  padding: 50px 10vw 100px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-50px);
}
#headerMenu > nav > .inner {
  max-width: 296px;
  margin: 0 auto;
}
#headerMenu > nav ul {
  color: #fff;
  padding: 0 35px;
}
#headerMenu > nav ul.main {
  font-size: 1.6rem;
  margin-bottom: 45px;
}
#headerMenu > nav ul.main li + li {
  margin-top: 20px;
}
#headerMenu > nav ul.sub {
  font-size: 1.2rem;
  margin-bottom: 45px;
}
#headerMenu > nav ul.sub li {
  margin-top: 15px;
}
#headerMenu > nav a.btn-contact {
  width: 100%!important;
  margin: 0 auto;
}
.naviOpen body::after {
  pointer-events: auto;
  opacity: 1;
}
.naviOpen #headerMenu > nav {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s, transform 0.2s;
}
#headerMenu > nav ul li a {
  display: block;
  padding: 0 10px;
  margin: 0 -10px;
  border-radius: 4px;
}
@media (hover: hover) {
  #headerMenu > nav ul li a:hover {
    background-color: rgb(255 255 255/0.1);
  }
  #headerMenu > nav a.btn-contact:hover {
    background-color: var(--color_1)!important;
  }
}
@media (hover: none) {
  #headerMenu > nav ul li a:active {
    background-color: rgb(255 255 255/0.1);
  }
  #headerMenu > nav a.btn-contact:active {
    background-color: var(--color_1)!important;
  }
}
/*------------------------------------------------*/
.mainVisual-bg {
  position: absolute;
  left: -50%;
  right: -50%;
  top: 0;
  margin: 0 auto;
  width: 100%;
  min-width: 800px;
  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(520px + 44px);
  padding: 44px 0 0;
  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: 2.7rem;
  line-height: 1;
  font-weight: 300;
  text-indent: 0.05em;
  margin: 0 auto 4px;
  padding: 3px 6px 5px;
  font-feature-settings: 'palt' 1;
}
#mainVisual .t2 {
  margin-top: 35px;
  font-family: var(--font_roboto);
  font-weight: 300;
  color: var(--color_red);
  text-align: center;
}
#mainVisual .t2 b {
  display: block;
  font-size: 5.1rem;
  line-height: 1;
  letter-spacing: normal;
}
#mainVisual .t2 span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
#mainVisual .t3 {
  margin-top: 60px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.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.6s 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.6s 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: 456px;
  padding: 0 0 20px;
  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.0rem;
  line-height: 1;
  font-weight: 300;
  text-indent: 0.05em;
  margin: 0 auto 3px;
  padding: 2px 6px 3px;
  font-feature-settings: 'palt' 1;
}
#footerVisual .t2 {
  margin-top: 25px;
  font-family: var(--font_roboto);
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 1;
  color: var(--color_red);
  padding-bottom: 30px;
  margin-bottom: 28px;
  position: relative;
}
#footerVisual .t2 span {
  display: block;
  font-size: 2.45rem;
}
#footerVisual .t2::after {
  content: '';
  width: 35px;
  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: 122px;
  margin: 0 auto 25px;
}
#footerVisual nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 30px
}
#footerVisual nav ul li {
  font-size: 1.3rem;
  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.6s 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;
  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: 8px 15px;
}
#news .list-news ul li + li {
  margin-top: 15px;
}
#news .list-news ul li .date {
  color: var(--color_1);
  font-size: 1.2rem;
  margin-bottom: 2px;
}
#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: 15px;
  width: fit-content;
}
.sectionHeading i {
  display: block;
  font-family: var(--font_roboto);
  font-size: 3.5rem;
  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.4rem;
  line-height: 1;
  text-indent: 0.05em;
  font-weight: bold;
  margin-top: 8px;
  padding: 6px 6px 8px;
}
.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: 50px 0 0;
}
#sec-Topics ul {
  border-bottom: 1px solid var(--color_border);
  margin: 18px calc(var(--padding) * -1) 0;
}
#sec-Topics ul li {
  border-top: 1px solid var(--color_border);
  padding: 15px var(--padding);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#sec-Topics ul li .wrap {
  width: 90px;
  padding-right: 20px;
}
#sec-Topics ul li .date {
  color: var(--color_1);
  font-size: 1.2rem;
  text-align: center;
}
#sec-Topics ul li .label {
  min-width: 66px;
  width: fit-content;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  padding: 4px 10px 5px;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  white-space: nowrap;
  margin: 5px auto 0;
}
#sec-Topics ul li .text {
  flex: 1;
}
#sec-Topics a.btn {
  margin: 25px 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,
#headerMenu > nav a.btn-contact {
  width: fit-content;
  min-width: 135px;
  height: 44px;
  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: 4px;
  box-shadow: 0 2px 10px rgb(0 0 0/0.12);
}
a.btn.mail,
#headerMenu > nav a.btn-contact {
  height: 55px;
}
a.btn.mail span,
#headerMenu > nav a.btn-contact span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
a.btn.mail span::before,
#headerMenu > nav a.btn-contact 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,
  #headerMenu > nav a.btn-contact:hover {
    background-color: var(--color_gray);
    color: #fff;
  }
  a.btn.mail:hover span::before,
  #headerMenu > nav a.btn-contact:hover span::before {
    background-image: url("../images/icon_mail_w.svg");
  }
}
@media (hover: none) {
  a.btn:active,
  #headerMenu > nav a.btn-contact:active {
    background-color: var(--color_gray);
    color: #fff;
  }
  a.btn.mail:active span::before,
  #headerMenu > nav a.btn-contact:active span::before {
    background-image: url("../images/icon_mail_w.svg");
  }
}
/*------------------------------------------------*/
#sec-OurValue {
  margin-top: 100px;
  min-height: 760px;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
}
#sec-OurValue::after {
  content: '';
  width: 1060px;
  height: 1060px;
  position: absolute;
  top: -120px;
  left: calc((1100px - 100%) / -2);
  z-index: -1;
  background: url("../images/ourvalue_bg.jpg") center center/contain no-repeat;
  animation: OurValue_bg 70s linear infinite;
  transform-origin: center center;
  will-change: transform;
}
@keyframes OurValue_bg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#sec-OurValue .t1 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.0rem;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 25px;
}
#sec-OurValue .t2 {
  margin: 0 auto;
}
#sec-OurValue .t2 p + p {
  margin-top: 2em;
}
#sec-OurValue .t2 b {
  font-weight: bold;
}
/*------------------------------------------------*/
#sec-WhatWeDo {
  margin-top: 120px;
  padding-bottom: 20px;
}
#sec-WhatWeDo::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -50%;
  right: -50%;
  bottom: -150px;
  margin: 0 auto;
  z-index: -1;
  background: url("../images/bg_wave.jpg") center bottom/max(708px, 100%) auto no-repeat;
  pointer-events: none;
}
#sec-WhatWeDo .hd_text {
  font-weight: bold;
}
#sec-WhatWeDo ul.step {
  margin-top: 50px;
}
#sec-WhatWeDo ul.step li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 15px;
}
#sec-WhatWeDo ul.step li + li {
  margin-top: 35px;
}
#sec-WhatWeDo ul.step .icon {
  position: relative;
  border-radius: 50%;
  width: 63px;
  height: 63px;
  background: linear-gradient(135deg, #E69DA6, #F6DEE1);
}
#sec-WhatWeDo ul.step .icon::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: -50%;
  margin: auto;
  width: 59px;
  height: 59px;
  background-color: #fff;
  border-radius: 50%;
}
#sec-WhatWeDo ul.step .icon img {
  display: block;
  width: 40px;
  position: absolute;
  inset: -50%;
  margin: auto;
  z-index: 2;
}
#sec-WhatWeDo ul.step .icon .num {
  font-family: var(--font_serif);
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -12px;
  z-index: 2;
  color: var(--color_red);
}
#sec-WhatWeDo ul.step .text {
  flex: 1;
}
#sec-WhatWeDo ul.step .t1 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  font-feature-settings: 'palt' 1;
}
#sec-WhatWeDo ul.step .t2 {
  margin-top: 10px;
}
#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 .sectionHeading {
  width: min(300px, 20vw);
}
#sec-Service ul.service {
  margin: 30px calc(var(--padding) * -1) 0;
  flex: 1;
  border-bottom: 1px solid var(--color_border);
}
#sec-Service ul.service li {
  border-top: 1px solid var(--color_border);
  padding: 15px var(--padding);
}
#sec-Service ul.service li .hd {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 15px;
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  padding-right: 25px;
}
#sec-Service ul.service li .hd::after {
  content: '┼';
  width: 19px;
  height: 19px;
  font-size: 19px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  transition: transform 0.3s;
}
#sec-Service ul.service li .hd img.image {
  height: 80px;
}
#sec-Service ul.service li .hd .t {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}
@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(80px + 15px);
  padding-bottom: 10px;
}
#sec-Service ul.service li .c .inner {
  padding-top: 15px;
}
dl.list-circle + dl.list-circle {
  margin-top: 18px;
}
dl.list-circle dt {
  font-weight: bold;
  margin-bottom: 5px;
}
dl.list-circle dd,
ul.list-circle li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.7;
}
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 + dd {
  margin-top: 0.5rem;
}
#sec-Service ul.service li .c .wrap-banner {
  margin-top: 25px;
  margin-left: calc((80px + 15px) * -1);
}
#sec-Service ul.service li .c .wrap-banner a.banner {
  background-color: var(--color_2);
  border: 1px solid var(--color_border2);
  padding: 10px;
  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 + a.banner {
  margin-top: 12px;
}
#sec-Service ul.service li .c .wrap-banner a.banner img.image {
  width: 82px;
}
#sec-Service ul.service li .c .wrap-banner a.banner .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 26px;
  height: 100%;
}
#sec-Service ul.service li .c .wrap-banner a.banner .t1 {
  font-size: 1.0rem;
  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: 1.8rem;
  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: 0.9rem;
  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: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 25px 2px 8px;
  font-size: 10px;
  line-height: 1;
  background: #fff url("../images/icon_pdf.svg") right 6px center/12px auto 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 {
  margin-bottom: 20px;
}
.wrap-deco .deco {
  text-align: center;
  width: fit-content;
}
.wrap-deco .deco + .deco {
  margin-top: 15px;
}
.wrap-deco .deco .t1 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 2px;
}
.wrap-deco .deco.d2 .t1 {
  margin-bottom: 8px;
}
.wrap-deco .deco .t2 {
  background: url("../images/deco1.png") left center/auto 43px no-repeat, url("../images/deco2.png") right center/auto 43px no-repeat;
  min-height: 43px;
  padding: 0 30px;
}
.wrap-deco .deco .t2.flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3px;
}
.wrap-deco .deco .t2 .n {
  font-size: 3.7rem;
  line-height: 1;
  letter-spacing: normal;
  font-family: var(--font_roboto);
  letter-spacing: normal;
}
.wrap-deco .deco .t2 .n2 {
  font-size: 2.8rem;
  letter-spacing: normal;
  line-height: 3.7rem;
}
.wrap-deco .deco.d1 .t2 .s {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 10px;
}
.wrap-deco .deco.d2 .t2 .s1 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
}
.wrap-deco .deco.d2 .t2 .s2 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 1px;
}
/*------------------------------------------------*/
#sec-Advantage {
  margin-top: 100px;
}
#sec-Advantage .wrap-deco {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
#sec-Advantage .wrap-deco > .deco {
  margin-top: 0;
}
#sec-Advantage .wrap-step {
  margin-top: 40px;
}
#sec-Advantage .wrap-step .step + .step {
  margin-top: 40px;
}
#sec-Advantage .wrap-step .step:nth-child(even) {
  flex-direction: row-reverse;
}
#sec-Advantage .wrap-step .step .wrap-image {
  position: relative;
  margin-bottom: 20px;
}
#sec-Advantage .wrap-step .step .wrap-image .num {
  background-color: var(--color_red);
  width: 56px;
  height: 56px;
  position: absolute;
  left: -2.8vw;
  top: -2.8vw;
  z-index: 1;
  letter-spacing: -0.03em;
  color: #fff;
  font-family: var(--font_serif);
  font-size: 44px;
  line-height: 1;
}
#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 .t1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#sec-Advantage .wrap-step .step .wrap-text .bn_1_1 {
  display: block;
  max-width: 160px;
  width: 100%;
  margin: 22px 0;
}
/*------------------------------------------------*/
#sec-UsersVoice {
  margin-top: 100px;
  padding-bottom: 80px;
}
#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: 15px;
  width: 100%;
}
#sec-UsersVoice .wrap-scroll::-webkit-scrollbar {
  height: 1px;
}
#sec-UsersVoice .wrap-scroll::-webkit-scrollbar-track {
  background-color: var(--color_border);
}
#sec-UsersVoice .wrap-scroll::-webkit-scrollbar-thumb {
  background-color: var(--color_gray);
}
#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 15px 15px;
  width: 315px;
  min-width: 315px;
}
#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: -32px auto 20px;
  width: fit-content;
  text-align: center;
}
#sec-UsersVoice .wrap-scroll ul li .user .image {
  position: relative;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  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: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
}
#sec-UsersVoice .wrap-scroll ul li .user .image img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: clip;
  position: relative;
  z-index: 2;
}
#sec-UsersVoice .wrap-scroll ul li .user .t {
  font-size: 1.2rem;
  margin-top: 3px;
}
#sec-UsersVoice .wrap-scroll ul li .label .h {
  position: relative;
  z-index: 1;
  width: fit-content;
  height: 23px;
  border-radius: 14px;
  color: #fff;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 1.0rem;
  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: 31px;
  border-radius: 19px;
  border: 1px solid var(--color_border);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  font-size: 1.2rem;
  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: 50px;
  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: 160px;
  z-index: 1;
}
#footerContact a.btn {
  margin: 55px auto 0;
  min-width: 296px;
  width: 90%;
}
#footerContact .text {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
}
#footerContact .fadeTrg.show .text {
  transform: translateY(0);
  opacity: 1;
}
/*------------------------------------------------*/
#mainFooter {
  padding: 45px 0;
}
#mainFooter img.logo {
  display: block;
  width: 105px;
  margin-bottom: 15px;
}
#mainFooter .t {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
#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;
  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;
  padding-bottom: 10px;
}
#mainFooter nav ul li {
  font-size: 1.2rem;
  line-height: 2;
}
#mainFooter nav ul li + li {
  margin-top: 5px;
}
@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;
  max-width: 149px;
  width: 45dvw;
}
#mainFooter .copyright {
  display: block;
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 1.2rem;
  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: 25px;
  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;
  display: none;
}
#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;
  }
}
/*------------------------------------------------*/