@charset "UTF-8";
html, body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

body {
  position: relative;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #1c1c1c;
  background: #fff;
}

main {
  display: block;
  /* for IE */
  overflow: hidden;
}

a:link,
a:visited,
a:before,
a:after,
a img {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

*:focus {
  outline: none;
}

section {
  position: relative;
}

article {
  max-width: 100%;
}

html, body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

a.link-btn {
  display: inline-block;
  position: relative;
  background: #C60012;
  overflow: hidden;
  border-radius: 1000px;
  font-size: 14px;
  color: #fff;
  width: auto;
  height: 42px;
  margin: 0 auto;
  border: 1px solid #C60012;
}
a.link-btn span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px 0 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
}
a.link-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
a.link-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  translate: 0 -50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #C60012;
  border-right: 1px solid #C60012;
  rotate: 45deg;
  -webkit-transition: .3s;
  transition: .3s;
}
a.link-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  left: -100%;
  -webkit-transition: .3s;
  transition: .3s;
}
a.link-btn:hover {
  color: #C60012;
}
a.link-btn:hover::before {
  left: 0;
}
a.link-btn:hover span::before {
  background: #C60012;
}
a.link-btn:hover span::after {
  border-color: #fff;
}

p.note {
  max-width: 900px;
  margin: 0 auto 110px;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.reveal {
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.reveal.is-animate {
  opacity: 1;
}

/* header */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 64px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  padding: 0 30px;
  background: #000;
}
header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
header h1 a:hover {
  opacity: .7;
}
header h1 .logo {
  width: 62px;
}
header h1 .type {
  width: 207px;
  padding-bottom: 2px;
}
header nav {
  height: 100%;
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
header nav ul li a {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
header nav .contact-btn a.link-btn {
  font-size: 14px;
  height: 31px;
}
header nav .contact-btn a.link-btn span {
  padding: 0 35px 0 1em;
}
header nav .contact-btn a.link-btn span::before {
  right: 10px;
  width: 16px;
  height: 16px;
}
header nav .contact-btn a.link-btn span::after {
  right: 16px;
  width: 5.5px;
  height: 5.5px;
}

#mv {
  position: relative;
  width: 100%;
  height: 795px;
  background: url("../images/mv_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 150px;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-animation: mv-reveal 1s forwards;
          animation: mv-reveal 1s forwards;
}
#mv .inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  z-index: 3;
}
#mv .inner .catch {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 1.7;
  letter-spacing: .1em;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-animation: mv-reveal 1s forwards;
          animation: mv-reveal 1s forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#mv .inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-animation: mv-reveal 1s forwards;
          animation: mv-reveal 1s forwards;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
#mv .inner .title .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 22px;
  color: #fff;
  letter-spacing: .05em;
}
#mv .inner .title .text img {
  width: 285px;
}
#mv .inner .title .logo {
  width: 135px;
}
#mv .contact-btn {
  opacity: 0;
  -webkit-animation: mv-reveal 1s forwards;
          animation: mv-reveal 1s forwards;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
#mv .mv-slider {
  opacity: 0;
  -webkit-animation: mv-reveal 1s forwards;
          animation: mv-reveal 1s forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  margin-top: -65px;
  overflow: hidden;
}
#mv .mv-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#mv .mv-slider .swiper-wrapper .swiper-slide {
  margin-right: 25px;
}
#mv .mv-slider .swiper-wrapper .swiper-slide.slide01 {
  width: 180px;
  margin-top: 190px;
}
#mv .mv-slider .swiper-wrapper .swiper-slide.slide02 {
  width: 222px;
  margin-top: 135px;
}
#mv .mv-slider .swiper-wrapper .swiper-slide.slide03 {
  width: 233px;
  margin-top: 45px;
}
#mv .mv-slider .swiper-wrapper .swiper-slide.slide04 {
  width: 296px;
  margin-top: 0;
}
#mv .mv-slider .swiper-wrapper .swiper-slide.slide05 {
  width: 213px;
  margin-top: 85px;
}

@-webkit-keyframes mv-reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mv-reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sec-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 50px;
}
.sec-title .small {
  display: block;
  font-size: 14px;
  color: #C60012;
  margin-bottom: 20px;
}
.sec-title img {
  display: inline-block;
  width: 75px;
  vertical-align: baseline;
  margin-bottom: -2px;
}

#intro {
  position: relative;
  padding-bottom: 125px;
}
#intro .sec-title {
  text-align: center;
}
#intro .img li {
  position: absolute;
}
#intro .img-left li {
  right: 50%;
  translate: -50%;
}
#intro .img-left li:nth-child(1) {
  width: 216px;
  top: 178px;
  margin-right: 540px;
}
#intro .img-left li:nth-child(2) {
  width: 231px;
  top: 394px;
  margin-right: 448px;
}
#intro .img-left li:nth-child(3) {
  width: 243px;
  top: 722px;
  margin-right: 496px;
}
#intro .img-left li.is-animate {
  translate: 0;
}
#intro .img-right li {
  left: 50%;
  translate: 50%;
}
#intro .img-right li:nth-child(1) {
  width: 214px;
  top: 262px;
  margin-left: 521px;
}
#intro .img-right li:nth-child(2) {
  width: 281px;
  top: 576px;
  margin-left: 563px;
}
#intro .img-right li:nth-child(3) {
  width: 232px;
  top: 705px;
  margin-left: 450px;
}
#intro .img-right li.is-animate {
  translate: 0;
}
#intro .copy {
  text-align: center;
  font-size: 18px;
  line-height: 1.9;
}
#intro .contact-btn {
  text-align: center;
  margin-top: 90px;
}

#benefit {
  position: relative;
  padding: 35px 0 145px;
  background: url("../images/benefit_bg.jpg") no-repeat center top;
  background-size: cover;
}
#benefit .sec-title {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: left;
  color: #fff;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
#benefit ul {
  margin-bottom: 90px;
}
#benefit ul li {
  position: relative;
  max-width: 900px;
  margin: 0 auto 55px;
  translate: -100px;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
#benefit ul li::before {
  content: "";
  position: absolute;
  width: calc((100vw - 100%) / 2);
  min-width: 200px;
  height: 100%;
  background: #fff;
  right: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
#benefit ul li .box {
  position: relative;
  width: 670px;
  height: 270px;
  padding-top: 25px;
  background: #fff;
  overflow: hidden;
  border-radius: 0 40px 40px 0;
}
#benefit ul li h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  z-index: 2;
  margin-bottom: 25px;
}
#benefit ul li h3 .ico {
  height: 60px;
  width: auto;
}
#benefit ul li h3 .text span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background: #1c1c1c;
  line-height: 1.8;
  padding: 0 3px 1px;
  letter-spacing: .02em;
}
#benefit ul li .copy {
  width: 357px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .02em;
}
#benefit ul li .img {
  width: 270px;
  height: 270px;
  position: absolute;
  top: 0;
  right: 0;
}
#benefit ul li:nth-child(2) {
  translate: 100px;
}
#benefit ul li:nth-child(2)::before {
  left: 100%;
  right: auto;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%);
}
#benefit ul li:nth-child(2) .box {
  padding-left: 228px;
  margin: 0 0 0 auto;
  border-radius: 40px 0 0 40px;
}
#benefit ul li:nth-child(2) h3 .ico {
  height: 70px;
}
#benefit ul li:nth-child(2) .copy {
  margin: 0 10px 0 auto;
}
#benefit ul li:nth-child(2) .img {
  left: 0;
  right: auto;
}
#benefit ul li.is-animate {
  translate: 0;
}
#benefit h4 {
  max-width: 900px;
  margin: 0 auto 80px;
  position: relative;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}
#benefit h4::before, #benefit h4::after {
  content: "";
  width: 34px;
  height: 90%;
  border: 4px solid #fff;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
#benefit h4::before {
  border-right: none;
  left: 0;
}
#benefit h4::after {
  border-left: none;
  right: 0;
}
#benefit .contact-btn {
  text-align: center;
}

#quality {
  padding: 90px 0 115px;
  background: #1C1C1C;
  color: #fff;
}
#quality .sec-title {
  text-align: center;
  margin-bottom: 50px;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
#quality .note {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
#quality .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
#quality .content.cont01, #quality .content.cont03 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#quality .content.cont01 .text, #quality .content.cont03 .text {
  padding-bottom: 30px;
}
#quality .content.cont02 {
  padding: 90px 0;
}
#quality .content.cont02 .text {
  margin-bottom: 28px;
}
#quality .content.cont03 {
  padding-top: 90px;
  border-bottom: none;
}
#quality .content .img-side {
  width: 380px;
}
#quality .content h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
}
#quality .content .copy {
  font-size: 16px;
  line-height: 1.9;
}
#quality .content .img {
  width: 380px;
  margin-bottom: 30px;
}
#quality .content .img figcaption {
  font-size: 14px;
  margin-top: 15px;
}
#quality .content .img video {
  width: 100%;
}
#quality .content .img-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#quality .content .img-double .img {
  width: 205px;
}
#quality .content .box-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 120px;
  padding: 0 18px;
  font-size: 14px;
  letter-spacing: .02em;
  border: 1px solid #fff;
}

#sample {
  background: #1c1c1c;
  color: #fff;
  padding-bottom: 145px;
}
#sample .sec-title {
  max-width: 900px;
  margin: 0 auto 50px;
}
#sample p.note {
  margin-bottom: 60px;
}
#sample .sample-slider {
  position: relative;
  margin-bottom: 120px;
}
#sample .sample-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#sample .sample-slider .swiper-wrapper .swiper-slide {
  margin: 0 25px;
}
#sample .sample-slider .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}
#sample .sample-slider .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.7;
}
#sample .sample-slider .swiper-wrapper .swiper-slide.slide01 {
  width: 252px;
  margin-top: 107px;
}
#sample .sample-slider .swiper-wrapper .swiper-slide.slide02 {
  width: 278px;
  margin-top: 38px;
}
#sample .sample-slider .swiper-wrapper .swiper-slide.slide03 {
  width: 224px;
  margin-top: 94px;
}
#sample .sample-slider .swiper-wrapper .swiper-slide.slide04 {
  width: 238px;
  margin-top: 167px;
}
#sample .sample-slider .swiper-wrapper .swiper-slide.slide05 {
  width: 296px;
  margin-top: 0;
}
#sample .sample-slider .swiper-wrapper .swiper-slide.slide06 {
  width: 233px;
  margin-top: 126px;
}
#sample .sample-slider .swiper-wrapper .swiper-slide.slide07 {
  width: 243px;
  margin-top: 250px;
}
#sample .sample-slider .swiper-wrapper .swiper-slide.slide08 {
  width: 233px;
  margin-top: 130px;
}
#sample .sample-slider .swiper-wrapper .swiper-slide.slide09 {
  width: 278px;
  margin-top: 60px;
}
#sample .sample-slider .swiper-wrapper .swiper-slide.slide10 {
  width: 173px;
  margin-top: 235px;
}
#sample .sample-slider .swiper-wrapper .swiper-slide.slide11 {
  width: 224px;
  margin-top: 141px;
}
#sample .sample-slider .swiper-pagination {
  bottom: -40px;
}
#sample .sample-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #7E7E7E;
  margin: 0 7.5px;
  opacity: 1;
}
#sample .sample-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C60012;
}
#sample .contact-btn {
  text-align: center;
}
#sample .modal-content {
  height: 427px;
  width: 90%;
  max-width: 865px;
  top: 50%;
  left: 50%;
  position: fixed;
  display: none;
  z-index: 992;
  margin: 0;
  overflow: visible;
  overflow: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-scrolling: touch;
  background: #fff;
}
#sample .modal-content .modal-inner {
  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;
  position: relative;
  gap: 70px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
#sample .modal-content .sample-image {
  width: 335px;
}
#sample .modal-content .sample-cont {
  text-align: left;
  width: 315px;
  color: #1c1c1c;
}
#sample .modal-content .sample-cont h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
#sample .modal-content .sample-cont h3 span {
  font-size: 14px;
  display: block;
}
#sample .modal-content .sample-cont h4 {
  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: 16px;
  font-weight: 600;
  height: 30px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #1C1C1C;
}
#sample .modal-content .sample-cont .copy {
  font-size: 16px;
  line-height: 1.8;
}
#sample #modal-sample01 .sample-image img {
  width: 252px;
}
#sample #modal-sample02 .sample-image img {
  width: 334px;
}
#sample #modal-sample03 .sample-image img {
  width: 296px;
}
#sample #modal-sample04 .sample-image img {
  width: 314px;
}
#sample #modal-sample05 .sample-image img {
  width: 326px;
}
#sample #modal-sample06 .sample-image img {
  width: 323px;
}
#sample #modal-sample07 .sample-image img {
  width: 321px;
}
#sample #modal-sample08 .sample-image img {
  width: 280px;
}
#sample #modal-sample09 .sample-image img {
  width: 250px;
}
#sample #modal-sample10 .sample-image img {
  width: 228px;
}
#sample #modal-sample11 .sample-image img {
  width: 296px;
}

#example {
  padding: 90px 0 60px;
  background: #EFF4F5;
}
#example .sec-title {
  text-align: center;
  margin-bottom: 40px;
}
#example .inner {
  max-width: 900px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#example h3 {
  font-size: 22px;
  font-weight: 600;
}
#example .example-link {
  width: 406px;
}
#example .example-link a {
  display: inline-block;
  position: relative;
  background: #fff;
  overflow: hidden;
  border-radius: 1000px;
  font-size: 18px;
  color: #000;
  width: 100%;
  height: 52px;
  margin: 0 auto;
  text-align: center;
}
#example .example-link a span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 50px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#example .example-link a span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #000;
  -webkit-transition: .3s;
  transition: .3s;
}
#example .example-link a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  translate: 0 -50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
  -webkit-transition: .3s;
  transition: .3s;
}
#example .example-link a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  top: 0;
  left: -100%;
  -webkit-transition: .3s;
  transition: .3s;
}
#example .example-link a:hover {
  color: #fff;
}
#example .example-link a:hover::before {
  left: 0;
}
#example .example-link a:hover span::before {
  background: #fff;
}
#example .example-link a:hover span::after {
  border-color: #000;
}
#example .copy {
  width: 410px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .04em;
}
#example .img {
  width: 406px;
}

#plan {
  padding: 90px 0 150px;
  background: #fff;
}
#plan .sec-title {
  text-align: center;
  margin-bottom: 40px;
}
#plan ul {
  max-width: 900px;
  margin: 0 auto 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#plan ul li {
  width: 405px;
}
#plan ul li h3 {
  width: 95px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #1c1c1c;
  margin-bottom: 15px;
}
#plan ul li .img {
  width: 100%;
  margin-bottom: 10px;
}
#plan ul li .detail {
  margin-bottom: 10px;
}
#plan ul li .detail table {
  width: 100%;
}
#plan ul li .detail table tr {
  background: #E1EBED;
}
#plan ul li .detail table tr:nth-child(2n) {
  background: #C8E3E8;
}
#plan ul li .detail table tr td {
  padding: 8px 35px;
  font-size: 18px;
}
#plan ul li .detail table tr td.dscr {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .04em;
  padding: 10px 35px;
}
#plan ul li .detail table tr td.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#plan ul li .equipment table {
  width: 100%;
}
#plan ul li .equipment table thead tr {
  background: #C8CDE8;
}
#plan ul li .equipment table thead tr th {
  font-size: 18px;
  text-align: center;
  padding: 6px 0;
}
#plan ul li .equipment table tbody tr {
  background: #DFE0E8;
  border-bottom: 2px solid #fff;
}
#plan ul li .equipment table tbody tr th {
  padding: 8px 0 8px 35px;
  border-right: 2px solid #fff;
  font-size: 16px;
  font-weight: 400;
}
#plan ul li .equipment table tbody tr td {
  width: 95px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
#plan .contact-btn {
  text-align: center;
}

#step {
  background: #E8E8E8;
  padding: 90px 0 145px;
}
#step .sec-title {
  text-align: center;
  margin-bottom: 40px;
}
#step ul {
  max-width: 900px;
  margin: 0 auto 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#step ul li {
  width: 25%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
#step ul li h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
#step ul li h3 .ico {
  position: absolute;
  top: 50%;
  left: 30px;
  translate: 0 -50%;
  z-index: 2;
}
#step ul li h3 span {
  position: relative;
  z-index: 3;
}
#step ul li h3::before, #step ul li h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-clip-path: polygon(88% 0, 100% 50%, 88% 100%, 0% 100%, 12% 50%, 0% 0%);
          clip-path: polygon(88% 0, 100% 50%, 88% 100%, 0% 100%, 12% 50%, 0% 0%);
}
#step ul li h3::after {
  left: auto;
  right: 0;
  background: #000;
  z-index: 0;
}
#step ul li:nth-child(1) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
#step ul li:nth-child(1) h3 .ico {
  width: 46px;
  left: 20px;
}
#step ul li:nth-child(1) h3::before, #step ul li:nth-child(1) h3::after {
  -webkit-clip-path: polygon(88% 0, 100% 50%, 88% 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(88% 0, 100% 50%, 88% 100%, 0% 100%, 0% 50%, 0% 0%);
}
#step ul li:nth-child(2) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
#step ul li:nth-child(2) h3 ico {
  width: 43px;
}
#step ul li:nth-child(3) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
#step ul li:nth-child(3) h3 ico {
  width: 55px;
}
#step ul li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#step ul li:nth-child(4) h3 ico {
  width: 54px;
}
#step ul .copy {
  padding: 0 38px 0 15px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .03em;
}
#step ul.is-animate li {
  opacity: 1;
}
#step .contact-btn {
  text-align: center;
}

#qanda {
  background: #EFF4F5;
  padding: 90px 0;
}
#qanda .sec-title {
  text-align: center;
}
#qanda ul {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
#qanda ul li {
  background: #fff;
  width: 100%;
  padding: 0 80px 0 40px;
}
#qanda ul li .question {
  position: relative;
  padding: 35px 0 30px 35px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  cursor: pointer;
}
#qanda ul li .question::before {
  content: "Q.";
  font-size: 20px;
  font-weight: 600;
  color: #999;
  position: absolute;
  top: 33px;
  left: 0;
}
#qanda ul li .question .cross-btn {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 40px;
  right: -40px;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}
#qanda ul li .question .cross-btn::before, #qanda ul li .question .cross-btn::after {
  content: "";
  width: 18px;
  height: 1px;
  background: #4d4d4d;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
#qanda ul li .question .cross-btn::after {
  rotate: 90deg;
}
#qanda ul li .question.is-active .cross-btn {
  rotate: 135deg;
}
#qanda ul li .answer {
  display: none;
  padding: 30px 0 40px;
  border-top: solid 1px #999;
}
#qanda ul li .answer .inner {
  position: relative;
  padding-left: 35px;
}
#qanda ul li .answer .inner::before {
  content: "A.";
  font-size: 20px;
  font-weight: 600;
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
}
#qanda ul li .answer .inner .copy {
  font-size: 16px;
  line-height: 1.9em;
}
#qanda ul li .answer .inner .copy .smaller {
  font-size: 14px;
}
#qanda ul li .answer .inner .copy .note {
  font-size: 12px;
}
#qanda ul li .answer .inner .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding-top: 10px;
}
#qanda ul li .answer .inner .images .img {
  width: 155px;
}
#qanda ul li .answer .inner .images .img figcaption {
  font-size: 12px;
}
#qanda ul li .answer .inner .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#qanda ul li .answer .videos {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#qanda ul li .answer .videos .video {
  width: 180px;
}
#qanda ul li .answer .videos .video video {
  width: 100%;
}
#qanda ul li .answer .videos .video figcaption {
  font-size: 12px;
}

.cv-area {
  padding: 120px 0;
}
.cv-area .inner {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.cv-area .inner h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 58px;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #C60012;
  -webkit-clip-path: polygon(88% 0, 100% 50%, 88% 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(88% 0, 100% 50%, 88% 100%, 0% 100%, 0% 50%, 0% 0%);
}
.cv-area .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cv-area .inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.cv-area .inner ul li a:hover {
  opacity: .7;
}
.cv-area .inner ul li .ico {
  width: 54px;
  height: 54px;
}
.cv-area .inner ul li .tel-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}
.cv-area .inner ul li .tel-text strong {
  font-size: 27px;
  font-weight: 600;
}
.cv-area .inner ul li .tel-text .hours {
  border-top: 1px solid #000;
}
.cv-area .inner ul li .mail-text {
  font-size: 18px;
}
.cv-area .inner ul li:nth-child(1) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #000;
}

/* footer */
footer {
  background: #800303;
  color: #fff;
  padding: 90px 0 30px;
  clear: both;
}
footer .inner {
  max-width: 900px;
  margin-inline: auto;
  padding-bottom: 30px;
}
footer .inner .footer-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
footer .inner .footer-links h2 {
  width: 147px;
  margin: 0 60px 0 0;
}
footer .inner .footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
footer .inner .footer-links ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
footer .inner .youtube-link {
  position: absolute;
  left: 0;
  top: 45px;
}
footer .inner .youtube-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 108px;
  height: 20px;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding-left: 32px;
  border-radius: 10px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .inner .youtube-link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .inner .youtube-link a::after {
  content: "";
  display: block;
  width: 9px;
  height: 8.5px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #800303;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .secure {
  text-align: right;
  padding-right: 30px;
  margin-bottom: 10px;
}
footer .secure a {
  display: inline-block;
  width: 170px;
}
footer .copyright {
  text-align: right;
  padding-right: 30px;
  margin: 0;
}
footer .copyright small {
  font-size: 10px;
}

#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 20;
}
#pagetop a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  background: #827779;
  border-radius: 50%;
  opacity: .8;
}
#pagetop a::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* modal parts */
.modal-overlay {
  z-index: 990;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C1C1C;
  opacity: 0.85;
}

.modal-open:hover {
  cursor: pointer;
}

.modal-open:hover {
  cursor: pointer;
}

.modal-close {
  display: table;
  margin: 0 auto;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: underline;
  font-size: 22px;
}
.modal-close:hover {
  cursor: pointer;
  opacity: .7;
}

.crossbtn {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  right: 0;
  background: #A6A6A6;
  z-index: 10;
}
.crossbtn::before, .crossbtn::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
}
.crossbtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.crossbtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }

  .sp {
    display: none !important;
  }

  body, html {
    min-width: 1100px;
  }

  img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  a.link-btn {
    font-size: 13px;
    height: 35px;
  }
  a.link-btn span {
    padding: 0 35px 0 1em;
  }
  a.link-btn span::before {
    right: 10px;
    width: 16px;
    height: 16px;
  }
  a.link-btn span::after {
    right: 16px;
    width: 5.5px;
    height: 5.5px;
  }
  a.link-btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    left: -100%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  a.link-btn:hover {
    color: #C60012;
  }
  a.link-btn:hover::before {
    left: 0;
  }
  a.link-btn:hover span::before {
    background: #C60012;
  }
  a.link-btn:hover span::after {
    border-color: #fff;
  }

  p.note {
    width: 100%;
    margin: 0 auto 100px;
    font-size: 13px;
    padding: 12px 0;
  }

  header {
    width: 100%;
    height: 60px;
    gap: 0;
    padding: 0 6%;
  }
  header h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  header h1 .logo {
    width: 40px;
  }
  header h1 .type {
    width: 130px;
  }
  header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    padding-top: 100px;
  }
  header nav > ul {
    width: 85%;
    margin-inline: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    border-top: 1px solid #808080;
  }
  header nav > ul li {
    width: 100%;
    position: relative;
    height: auto;
    display: block;
    border-bottom: 1px solid #808080;
  }
  header nav > ul li a {
    position: relative;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 4em;
  }
  header nav > ul li a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    position: absolute;
    top: 50%;
    right: 20px;
    translate: 0 -50%;
    rotate: 45deg;
  }
  header nav .contact-btn {
    margin-top: 40px;
    text-align: center;
  }
  header nav .contact-btn a.link-btn {
    font-size: 13px;
    height: 35px;
  }
  header nav .contact-btn a.link-btn span {
    padding: 0 35px 0 1em;
  }
  header nav .contact-btn a.link-btn span::before {
    right: 10px;
    width: 16px;
    height: 16px;
  }
  header nav .contact-btn a.link-btn span::after {
    right: 16px;
    width: 5.5px;
    height: 5.5px;
  }

  .hamburger_area {
    position: absolute;
    top: 0;
    right: 6%;
    width: 30px;
    height: 60px;
  }
  .hamburger_area::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 1:1 */
  }
  .hamburger_area .btnHamburger {
    position: absolute;
    width: 100%;
    /* クリックエリアの横幅*/
    height: 100%;
    /* クリックエリアの高さ*/
    margin: 0;
    cursor: pointer;
    z-index: 1000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .hamburger_area .btnHamburger .line {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 30px;
    /* 横幅 */
    height: 3px;
    /* 1本辺りの高さ */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
  }
  .hamburger_area .btnHamburger .line_01 {
    top: 33%;
  }
  .hamburger_area .btnHamburger .line_02 {
    top: 50%;
  }
  .hamburger_area .btnHamburger .line_03 {
    top: 67%;
  }
  .hamburger_area .btnHamburger.is-active .line_01 {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
            transform: translate(-50%, -50%) rotate(225deg);
  }
  .hamburger_area .btnHamburger.is-active .line_02 {
    opacity: 0;
  }
  .hamburger_area .btnHamburger.is-active .line_03 {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    margin-left: 0;
  }

  #mv {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 120px;
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
  #mv .inner {
    position: relative;
    width: 86%;
  }
  #mv .inner .catch {
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: .1em;
    margin-bottom: 20px;
  }
  #mv .inner .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  #mv .inner .title .text {
    gap: 5px;
    font-size: 13px;
    letter-spacing: .05em;
  }
  #mv .inner .title .text img {
    width: 165px;
  }
  #mv .inner .title .logo {
    width: 77px;
  }
  #mv .mv-slider {
    margin-top: 25px;
  }
  #mv .mv-slider .swiper-wrapper .swiper-slide {
    margin-right: 15px;
  }
  #mv .mv-slider .swiper-wrapper .swiper-slide.slide01 {
    width: 113px;
    margin-top: 120px;
  }
  #mv .mv-slider .swiper-wrapper .swiper-slide.slide02 {
    width: 140px;
    margin-top: 85px;
  }
  #mv .mv-slider .swiper-wrapper .swiper-slide.slide03 {
    width: 147px;
    margin-top: 30px;
  }
  #mv .mv-slider .swiper-wrapper .swiper-slide.slide04 {
    width: 186px;
    margin-top: 0;
  }
  #mv .mv-slider .swiper-wrapper .swiper-slide.slide05 {
    width: 134px;
    margin-top: 55px;
  }

  .sec-title {
    font-size: 26px;
    letter-spacing: .05em;
    margin-bottom: 30px;
    text-align: left;
  }
  .sec-title .small {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .sec-title img {
    width: 67px;
    margin-bottom: -2px;
  }

  #intro {
    padding: 0 7% 60px;
  }
  #intro .sec-title {
    text-align: left;
  }
  #intro .img {
    margin: 30px 0;
  }
  #intro .img li {
    position: relative;
  }
  #intro .img-left li {
    right: auto;
    left: 50%;
    translate: -50%;
  }
  #intro .img-left li:nth-child(1) {
    width: 98px;
    top: 0;
    margin-left: -43px;
    margin-right: 0;
  }
  #intro .img-left li:nth-child(2) {
    width: 104px;
    top: 0;
    margin-top: -30px;
    margin-left: -12px;
    margin-right: 0;
  }
  #intro .img-left li:nth-child(3) {
    width: 110px;
    top: 0;
    margin-top: 15px;
    margin-left: -82px;
    margin-right: 0;
  }
  #intro .img-left li.is-animate {
    translate: 0;
  }
  #intro .img-right li {
    left: 50%;
    translate: 50%;
  }
  #intro .img-right li:nth-child(1) {
    width: 97px;
    top: 0;
    margin-left: -53px;
  }
  #intro .img-right li:nth-child(2) {
    width: 127px;
    top: 0;
    margin-top: 20px;
    margin-left: -35px;
  }
  #intro .img-right li:nth-child(3) {
    width: 105px;
    top: 0;
    margin-top: -14px;
    margin-left: -85px;
  }
  #intro .img-right li.is-animate {
    translate: 0;
  }
  #intro .copy {
    text-align: left;
    font-size: 14px;
    line-height: 1.9;
  }
  #intro .contact-btn {
    text-align: center;
    margin-top: 30px;
  }

  #benefit {
    padding: 50px 0 60px;
    background: url("../images/benefit_bg.jpg") no-repeat center top;
    background-size: cover;
  }
  #benefit .sec-title {
    width: 86%;
    margin: 0 auto 25px;
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  #benefit ul {
    margin-bottom: 60px;
  }
  #benefit ul li {
    width: 87%;
    margin: 0 auto 35px;
  }
  #benefit ul li::before {
    width: calc(100vw - 100%);
    min-width: auto;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  #benefit ul li .box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 45px 0 35px;
    border-radius: 0 40px 40px 0;
  }
  #benefit ul li h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
    z-index: 2;
    margin-bottom: 20px;
  }
  #benefit ul li h3 .ico {
    height: 55px;
    width: auto;
  }
  #benefit ul li h3 .text span {
    font-size: 20px;
    line-height: 1.8;
    padding: 0 3px 1px;
    letter-spacing: .01em;
    white-space: nowrap;
  }
  #benefit ul li .copy {
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding-right: 25px;
    z-index: 2;
  }
  #benefit ul li .img {
    width: 208px;
    height: auto;
    top: 45px;
    right: 25px;
  }
  #benefit ul li:nth-child(2) {
    translate: 100px;
  }
  #benefit ul li:nth-child(2)::before {
    left: 100%;
    right: auto;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  #benefit ul li:nth-child(2) .box {
    padding-left: 25px;
    margin: 0 0 0 auto;
    border-radius: 40px 0 0 40px;
  }
  #benefit ul li:nth-child(2) h3 .ico {
    height: 65px;
  }
  #benefit ul li:nth-child(2) .copy {
    margin: 0;
  }
  #benefit ul li:nth-child(2) .img {
    left: auto;
    right: 0;
  }
  #benefit ul li.is-animate {
    translate: 0;
  }
  #benefit h4 {
    width: 86%;
    margin: 0 auto 50px;
    font-size: 20px;
  }
  #benefit h4::before, #benefit h4::after {
    content: "";
    width: 16px;
    height: 95%;
    border: 3px solid #fff;
  }
  #benefit h4::before {
    border-right: none;
    left: 0;
  }
  #benefit h4::after {
    border-left: none;
    right: 0;
  }
  #benefit .contact-btn {
    text-align: center;
  }

  #quality {
    padding: 45px 7% 60px;
  }
  #quality .sec-title {
    text-align: left;
    margin-bottom: 30px;
  }
  #quality .note {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  #quality .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  #quality .content.cont01, #quality .content.cont03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #quality .content.cont01 .text, #quality .content.cont03 .text {
    padding-bottom: 30px;
  }
  #quality .content.cont02 {
    padding: 50px 0;
  }
  #quality .content.cont02 .text {
    margin-bottom: 28px;
  }
  #quality .content.cont02 .img-side {
    margin-top: 40px;
  }
  #quality .content.cont03 {
    padding-top: 50px;
    border-bottom: none;
  }
  #quality .content .img-side {
    width: 100%;
  }
  #quality .content h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #quality .content .copy {
    font-size: 14px;
    line-height: 1.9;
  }
  #quality .content .img {
    width: 100%;
    margin-bottom: 30px;
  }
  #quality .content .img figcaption {
    font-size: 12px;
    margin-top: 10px;
  }
  #quality .content .img video {
    width: 100%;
  }
  #quality .content .img-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #quality .content .img-double .img {
    width: 47.5%;
  }
  #quality .content .box-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 1.8;
  }

  #sample {
    padding: 0 7% 60px;
  }
  #sample .sec-title {
    margin: 0 auto 25px;
  }
  #sample p.note {
    margin-bottom: 50px;
    text-align: left;
  }
  #sample .sample-slider {
    position: relative;
    margin-bottom: 80px;
  }
  #sample .sample-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  #sample .sample-slider .swiper-wrapper .swiper-slide {
    margin: 0 15px;
  }
  #sample .sample-slider .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #sample .sample-slider .swiper-wrapper .swiper-slide a:hover {
    opacity: 0.7;
  }
  #sample .sample-slider .swiper-wrapper .swiper-slide.slide01 {
    width: 150px;
    margin-top: 64px;
  }
  #sample .sample-slider .swiper-wrapper .swiper-slide.slide02 {
    width: 166px;
    margin-top: 23px;
  }
  #sample .sample-slider .swiper-wrapper .swiper-slide.slide03 {
    width: 134px;
    margin-top: 57px;
  }
  #sample .sample-slider .swiper-wrapper .swiper-slide.slide04 {
    width: 142px;
    margin-top: 100px;
  }
  #sample .sample-slider .swiper-wrapper .swiper-slide.slide05 {
    width: 177px;
    margin-top: 0;
  }
  #sample .sample-slider .swiper-wrapper .swiper-slide.slide06 {
    width: 139px;
    margin-top: 74px;
  }
  #sample .sample-slider .swiper-wrapper .swiper-slide.slide07 {
    width: 145px;
    margin-top: 150px;
  }
  #sample .sample-slider .swiper-wrapper .swiper-slide.slide08 {
    width: 139px;
    margin-top: 78px;
  }
  #sample .sample-slider .swiper-wrapper .swiper-slide.slide09 {
    width: 166px;
    margin-top: 35px;
  }
  #sample .sample-slider .swiper-wrapper .swiper-slide.slide10 {
    width: 103px;
    margin-top: 140px;
  }
  #sample .sample-slider .swiper-wrapper .swiper-slide.slide11 {
    width: 134px;
    margin-top: 84px;
  }
  #sample .sample-slider .swiper-pagination {
    bottom: -40px;
  }
  #sample .sample-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #7E7E7E;
    margin: 0 5px;
    opacity: 1;
  }
  #sample .sample-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #C60012;
  }
  #sample .contact-btn {
    text-align: center;
  }
  #sample .modal-content {
    height: auto;
    max-height: 90%;
    width: 90%;
    padding: 35px 10%;
  }
  #sample .modal-content .modal-inner {
    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;
    position: relative;
    gap: 70px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: auto;
  }
  #sample .modal-content .sample-image {
    width: 100%;
    margin-bottom: 30px;
  }
  #sample .modal-content .sample-cont {
    text-align: left;
    width: 100%;
    color: #1c1c1c;
  }
  #sample .modal-content .sample-cont h3 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #sample .modal-content .sample-cont h3 span {
    font-size: 12px;
  }
  #sample .modal-content .sample-cont h4 {
    font-size: 14px;
    height: 2em;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #1C1C1C;
  }
  #sample .modal-content .sample-cont .copy {
    font-size: 14px;
    line-height: 1.8;
  }
  #sample #modal-sample01 .sample-image img {
    width: 100%;
  }
  #sample #modal-sample02 .sample-image img {
    width: 100%;
  }
  #sample #modal-sample03 .sample-image img {
    width: 100%;
  }
  #sample #modal-sample04 .sample-image img {
    width: 100%;
  }
  #sample #modal-sample05 .sample-image img {
    width: 100%;
  }
  #sample #modal-sample06 .sample-image img {
    width: 100%;
  }
  #sample #modal-sample07 .sample-image img {
    width: 100%;
  }
  #sample #modal-sample08 .sample-image img {
    width: 100%;
  }
  #sample #modal-sample09 .sample-image img {
    width: 100%;
  }
  #sample #modal-sample10 .sample-image img {
    width: 100%;
  }
  #sample #modal-sample11 .sample-image img {
    width: 100%;
  }

  #example {
    padding: 45px 7% 50px;
  }
  #example .sec-title {
    text-align: left;
    margin-bottom: 25px;
  }
  #example .inner {
    width: 100%;
    margin: 0 auto 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #example h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  #example .example-link {
    width: 100%;
  }
  #example .example-link a {
    font-size: 16px;
    height: 39px;
  }
  #example .example-link a span {
    padding-right: 25px;
  }
  #example .example-link a span::before {
    right: 10px;
    width: 24px;
    height: 24px;
  }
  #example .example-link a span::after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
  #example .copy {
    width: 100%;
    font-size: 14px;
    line-height: 1.9;
  }
  #example .img {
    width: 100%;
    margin-bottom: 30px;
  }

  #plan {
    padding: 45px 7% 60px;
  }
  #plan .sec-title {
    text-align: left;
    margin-bottom: 30px;
  }
  #plan ul {
    width: 100%;
    margin: 0 auto 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  #plan ul li {
    width: 100%;
  }
  #plan ul li h3 {
    width: 75px;
    height: 28px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #plan ul li .img {
    width: 100%;
    margin-bottom: 5px;
  }
  #plan ul li .detail {
    margin-bottom: 5px;
  }
  #plan ul li .detail table {
    width: 100%;
  }
  #plan ul li .detail table tr {
    background: #E1EBED;
  }
  #plan ul li .detail table tr:nth-child(2n) {
    background: #C8E3E8;
  }
  #plan ul li .detail table tr td {
    padding: 5px 6%;
    font-size: 14px;
    letter-spacing: normal;
  }
  #plan ul li .detail table tr td.dscr {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: .04em;
    padding: 10px 6%;
  }
  #plan ul li .equipment table thead tr th {
    font-size: 14px;
    padding: 6px 0;
  }
  #plan ul li .equipment table tbody tr {
    background: #DFE0E8;
    border-bottom: 2px solid #fff;
  }
  #plan ul li .equipment table tbody tr th {
    padding: 5px 0 5px 6%;
    border-right: 1.5px solid #fff;
    font-size: 13px;
    font-weight: 400;
  }
  #plan ul li .equipment table tbody tr td {
    width: 75px;
    font-size: 13px;
  }
  #plan .contact-btn {
    text-align: center;
  }

  #step {
    padding: 45px 7% 60px;
  }
  #step .sec-title {
    text-align: left;
    margin-bottom: 25px;
  }
  #step ul {
    width: 75%;
    max-width: 250px;
    margin: 0 auto 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #step ul li {
    position: relative;
    width: 100%;
    padding: 50px 10% 60px;
  }
  #step ul li::before, #step ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
            clip-path: polygon(50% 15%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
    z-index: 1;
  }
  #step ul li::after {
    background: #000;
    z-index: 0;
    top: 15px;
  }
  #step ul li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding-left: 30px;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  #step ul li h3 .ico {
    position: absolute;
    z-index: 2;
    left: 0;
  }
  #step ul li h3 span {
    position: relative;
    z-index: 3;
  }
  #step ul li h3::before, #step ul li h3::after {
    content: none;
  }
  #step ul li h3::after {
    left: auto;
    right: 0;
    background: #000;
    z-index: 0;
  }
  #step ul li:nth-child(1) {
    padding-top: 25px;
  }
  #step ul li:nth-child(1)::before, #step ul li:nth-child(1)::after {
    -webkit-clip-path: polygon(100% 0, 100% 83%, 50% 100%, 0 83%, 0 0);
            clip-path: polygon(100% 0, 100% 83%, 50% 100%, 0 83%, 0 0);
  }
  #step ul li:nth-child(1) h3 .ico {
    width: 46px;
    left: 0;
  }
  #step ul li:nth-child(2) h3 ico {
    width: 43px;
  }
  #step ul li:nth-child(3) h3 ico {
    width: 55px;
  }
  #step ul li:nth-child(4) h3 ico {
    width: 54px;
  }
  #step ul .copy {
    position: relative;
    padding: 0;
    font-size: 14px;
    z-index: 2;
  }

  #qanda {
    padding: 50px 7% 60px;
  }
  #qanda .sec-title {
    text-align: left;
    margin-bottom: 25px;
  }
  #qanda ul {
    width: 100%;
    gap: 10px;
  }
  #qanda ul li {
    width: 100%;
    padding: 0 18px;
  }
  #qanda ul li .question {
    position: relative;
    padding: 25px 20px 25px 28px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: normal;
  }
  #qanda ul li .question::before {
    content: "Q.";
    font-size: 17px;
    top: 22px;
    left: 0;
  }
  #qanda ul li .question .cross-btn {
    width: 15px;
    height: 15px;
    top: 30px;
    right: 0;
  }
  #qanda ul li .question .cross-btn::before, #qanda ul li .question .cross-btn::after {
    width: 15px;
  }
  #qanda ul li .answer {
    display: none;
    padding: 25px 0;
    border-top: solid 1px #999;
  }
  #qanda ul li .answer .inner {
    position: relative;
    padding-left: 28px;
  }
  #qanda ul li .answer .inner::before {
    font-size: 17px;
  }
  #qanda ul li .answer .inner .copy {
    font-size: 13px;
  }
  #qanda ul li .answer .inner .copy .smaller {
    display: inline-block;
    font-size: 12px;
    line-height: 1.7em;
  }
  #qanda ul li .answer .inner .copy .note {
    display: inline-block;
    font-size: 11px;
    line-height: 1.7em;
  }
  #qanda ul li .answer .inner .images {
    display: block;
    padding-top: 10px;
  }
  #qanda ul li .answer .inner .images .img {
    width: 100%;
    margin-bottom: 10px;
  }
  #qanda ul li .answer .inner .images .img figcaption {
    font-size: 12px;
  }
  #qanda ul li .answer .inner .layout {
    display: block;
    margin-bottom: 15px;
  }
  #qanda ul li .answer .videos {
    margin-top: 30px;
    padding-left: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  #qanda ul li .answer .videos .video {
    width: 100%;
  }
  #qanda ul li .answer .videos .video video {
    width: 100%;
  }
  #qanda ul li .answer .videos .video figcaption {
    font-size: 12px;
  }

  .cv-area {
    padding: 70px 0;
  }
  .cv-area .inner {
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .cv-area .inner h3 {
    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: 100%;
    height: auto;
    padding: 8px 0;
    font-size: 15px;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .cv-area .inner ul {
    display: block;
  }
  .cv-area .inner ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .cv-area .inner ul li .ico {
    width: 44px;
    height: 44px;
  }
  .cv-area .inner ul li .tel-text strong {
    font-size: 22px;
  }
  .cv-area .inner ul li .tel-text .hours {
    font-size: 12px;
    letter-spacing: normal;
  }
  .cv-area .inner ul li .mail-text {
    font-size: 14px;
  }
  .cv-area .inner ul li:nth-child(1) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
  }

  /* footer */
  footer {
    padding: 40px 0 30px;
  }
  footer .inner {
    width: 85%;
    margin-inline: auto;
    padding-bottom: 30px;
  }
  footer .inner .footer-links {
    display: block;
    margin-bottom: 25px;
  }
  footer .inner .footer-links h2 {
    width: 40%;
    margin: 0 0 30px 0;
  }
  footer .inner .footer-links ul {
    display: block;
  }
  footer .inner .footer-links ul li {
    margin-bottom: 10px;
  }
  footer .inner .footer-links ul li a {
    font-size: 13px;
  }
  footer .inner .footer-links .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .inner .youtube-link {
    position: static;
  }
  footer .inner .youtube-link a {
    width: 108px;
    height: 22px;
    font-size: 13px;
    padding-left: 30px;
    border-radius: 11px;
  }
  footer .inner .youtube-link a::before {
    width: 32px;
    height: 100%;
    border-radius: 11px;
  }
  footer .inner .youtube-link a::after {
    left: 12px;
  }
  footer .secure {
    width: 20%;
    padding-right: 0;
    margin: 0 5% 15px auto;
  }
  footer .secure a {
    width: auto;
  }
  footer .copyright {
    text-align: right;
    padding-right: 0;
    margin: 0 5% 0 auto;
    line-height: 1.1;
  }
  footer .copyright small {
    font-size: 10px;
  }

  #pagetop {
    right: 20px;
    bottom: 20px;
  }
  #pagetop a {
    width: 50px;
    height: 50px;
  }
  #pagetop a::before {
    width: 16px;
    height: 16px;
  }

  .crossbtn {
    width: 32px;
    height: 32px;
  }
  .crossbtn::before, .crossbtn::after {
    width: 16px;
    height: 1px;
  }
}

/*# sourceMappingURL=style.css.map */