@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  border: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: #034fec;
  text-decoration: none;
  transition: all 0.3s;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  opacity: 0.7;
}

a[href^="tel:"] {
  pointer-events: none;
}

.tel a,
.btn-try a,
.btn-inq a,
.button a,
a.tel2,
.nav a {
  color: inherit;
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .wrap {
    max-width: 960px;
  }
}
@media screen and (max-width: 1023px) {
  .wrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .wrap {
    max-width: 100%;
    padding: 0 20px;
    overflow: hidden;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
.cl-blue {
  color: #0352f3;
}

.fnt-baseone {
  font-family: "BaseOne Regular", sans-serif;
  font-weight: 400;
}

.fnt-sourcehansansjp {
  font-family: "SourceHanSansJP", sans-serif;
}

.btn-try a,
.btn-inq a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
}

.btn-try a {
  background-color: #0352f3;
  box-shadow: 0px 3px 5px 0px rgba(3, 82, 243, 0.26);
}
.btn-try a:hover {
  background-color: #000;
  opacity: 1;
}

.btn-inq a {
  background-color: #25b867;
  box-shadow: 0px 3px 5px 0px rgba(37, 187, 103, 0.32);
}
.btn-inq a:hover {
  background-color: #000;
  opacity: 1;
}

.txt-c {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
}
.scrollSet.fadeInUp {
  opacity: 0;
  will-change: filter;
  transform: translateY(2rem);
  transition: all 0.7s ease;
}

.scrollIn.fadeInUp {
  opacity: 1;
  transform: translateY(0);
}

/*=============================================
 * body
 *=============================================*/
body {
  background: #fff;
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}
/*=============================================
 * header
 *=============================================*/
 header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    box-sizing: border-box;
    padding: 15px 0; 
  }
    header .wrap {
      display: flex;
      align-items: center;
      gap: 15px;
      height: 83px;
      background-color: #fff;
      border-radius: 50px;
      box-shadow: 0px 1px 17px 0px rgba(47, 47, 48, 0.14);
      padding: 0 25px; }
    header .logo {
      display: grid;
      grid-template-columns: 102px 1fr;
      align-items: center;
      gap: 15px;
      flex: 1 0 0; }
      header .logo span {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px; }
    header .btn-try a,
    header .btn-inq a {
      height: 43px;
      font-weight: 700;
      font-size: 13px;
      line-height: 20px;
      padding: 0 30px; }
    header .tel a {
      background: url("../images/icon-tel.webp") no-repeat center left/34px auto;
      font-size: 28px;
      letter-spacing: 0.04em;
      line-height: 32px;
      padding-left: 40px; }
  
  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 16px;
    cursor: pointer;
    transition: all 0.3s; 
   z-index:100;
      position: fixed;
      top:30px;
      right:30px;
  }
    .hamburger:hover {
      opacity: 0.7; }
    .hamburger span {
      display: block;
      width: 100%;
      height: 2px;
      background-color: #000;
      transition: all 0.3s;
      position: relative; }
      .hamburger span:before, .hamburger span:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        position: absolute;
        left: 0;
        transition: all 0.3s; }
      .hamburger span:before {
        top: -7px; }
      .hamburger span:after {
        top: 7px; }
    .hamburger.is-active span {
      background-color: transparent; }
      .hamburger.is-active span:before {
        top: 0;
        transform: rotate(45deg); }
      .hamburger.is-active span:after {
        top: 0;
        transform: rotate(-45deg); }
  
  .close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 16px;
    cursor: pointer;
    transition: all 0.3s; }
    .close-btn:hover {
      opacity: 0.7; }
    .close-btn span {
      display: block;
      width: 100%;
      height: 2px;
      transition: all 0.3s;
      position: relative; }
      .close-btn span:before, .close-btn span:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s; }
      .close-btn span:before {
        transform: rotate(45deg); }
      .close-btn span:after {
        transform: rotate(-45deg); }
  
  #navbar {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden; }
    #navbar .overlay {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0; }
    #navbar .nav {
      display: grid;
      gap: 30px;
      width: 50%;
      min-width: 300px;
      height: 100vh;
      background-color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      box-sizing: border-box;
      overflow-y: auto;
      padding: 50px;
      transform: translateX(100%);
      transition: all 0.3s linear; }
      #navbar .nav .in {
        margin: auto; }
      #navbar .nav ul li + li {
        padding-top: 10px; }
    #navbar .close-btn {
      padding: 30px;
      position: absolute;
      top: 0;
      right: 0; }
      #navbar .nav ul li{
      text-align:center;
          margin:15px auto;
      }
      #navbar .nav ul li:nth-last-child(2){
          background:#0452f4;
          color:#fff;
          border-radius:100px;
          padding:15px 35px;    
          
      }
      #navbar .nav ul li:nth-last-child(1){
          background:#26b867;
          color:#fff;
          border-radius:100px;
          padding:15px 35px;    
      }
  
  .navOpen #navbar {
    opacity: 1;
    visibility: visible; }
    .navOpen #navbar .nav {
      transform: translateX(0); }
  
  #fixedHeader{
      position:fixed;
      right:30px;
      bottom:30px;
      background-color:rgba(255,255,255,0.6);
      border-radius:30px;
      padding:20px;
      z-index:100;
    opacity: 1;
    transition: opacity 0.4s ease;
    pointer-events: auto;
  }
  #fixedHeader.is-hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
  }
  
  #fixedHeader p:nth-child(1),
  #fixedHeader p:nth-child(2){
      margin-bottom:10px;
  }
  #fixedHeader .btn-try a,
  #fixedHeader .btn-inq a {
      height: 43px;
      width:100%;
      font-weight: 700;
      font-size: 13px;
      line-height: 20px;
      padding: 0 30px; 
  box-sizing: border-box}
  #fixedHeader .tel a {
      background: url("../images/icon-tel.webp") no-repeat center left/34px auto;
      font-size: 28px;
      letter-spacing: 0.04em;
      line-height: 32px;
      padding-left: 40px; }
  #fixedHeader .btn-try a,
  .btn-inq a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border-radius: 50px; }
  
  #fixedHeader .btn-try a {
    background-color: #0352f3;
    box-shadow: 0px 3px 5px 0px rgba(3, 82, 243, 0.26); }
    .btn-try a:hover {
      background-color: #000;
      opacity: 1; }
  
  #fixedHeader .btn-inq a {
    background-color: #25b867;
    box-shadow: 0px 3px 5px 0px rgba(37, 187, 103, 0.32); }
  #fixedHeader .btn-inq a:hover {
      background-color: #000;
      opacity: 1; }
  
  
  @media screen and (max-width: 1023px) {
    header .tel,
    header .btn-try,
    header .btn-inq {
      display: none; } }
  @media screen and (max-width: 767px) {
      .wrap{
      }
    header {
      padding: 12px 10px;
      }
      header .logo {
        gap: 5px; }
        header .logo span {
          font-size: 12px;
      text-indent:-40px;}
      header .logo img {
          max-width:60px;
      }
      header .wrap {
        height: 50px;
        padding: 0 20px 0 10px; }
  
    #navbar .nav {
      width: 100%;
      padding: 0px 20px ; 
      } 
      #navbar .nav ul{
          margin-top:-60%;
      }
      
      #navbar .nav ul li{
      text-align:center;
          margin:15px auto;
      }
      #navbar .nav ul li:nth-last-child(2){
          background:#0452f4;
          color:#fff;
          border-radius:100px;
          padding:15px 25px;    
          
      }
      #navbar .nav ul li:nth-last-child(1){
          background:#26b867;
          color:#fff;
          border-radius:100px;
          padding:15px 25px;    
      }
  #fixedHeader{
      position:fixed;
      width:85%;
      right:5%;
      bottom:2%;
      background-color:rgba(255,255,255,0.6);
      border-radius:30px;
      padding:10px;
      z-index:100;
    opacity: 1;
    transition: opacity 0.4s ease;
    pointer-events: auto;
  }   
  #fixedHeader div{
        display:flex;
  }
  #fixedHeader .btn-try{
      width:90%;
      display:block;
      margin-right:1%;
      }
  #fixedHeader .btn-inq{
      width:90%;
      display:block;
      margin-left:1%;
      
      }
  
  #fixedHeader .btn-try a,
  #fixedHeader .btn-inq a {
      height: 43px;
      width:100%;
      font-weight: 700;
      font-size: 13px;
      line-height: 20px;
      padding: 0 15px; 
      box-sizing: border-box
      }
  #fixedHeader .tel{
          margin:0 auto;
          text-align: center
      }    
  #fixedHeader .tel a {
      background: url("../images/icon-tel.webp") no-repeat center left/34px auto;
      font-size: 28px;
      letter-spacing: 0.04em;
      line-height: 32px;
      padding-left: 40px; 
      text-align: center}
  #fixedHeader .btn-try a,
  .btn-inq a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border-radius: 50px; }
  
  #fixedHeader .btn-try a {
    background-color: #0352f3;
    box-shadow: 0px 3px 5px 0px rgba(3, 82, 243, 0.26); }
    .btn-try a:hover {
      background-color: #000;
      opacity: 1; }
  
  #fixedHeader .btn-inq a {
    background-color: #25b867;
    box-shadow: 0px 3px 5px 0px rgba(37, 187, 103, 0.32); }
  #fixedHeader .btn-inq a:hover {
      background-color: #000;
      opacity: 1; }
  
      
  }
/*=============================================
 * footer
 *=============================================*/
footer {
  padding: 70px 0;
}
footer a {
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}
/*=============================================
 * contents 
 *=============================================*/
#mv {
  background: url("../images/mv-bg.jpg") no-repeat center/cover;
  padding: 180px 0 20px;
  position: relative;
}
#mv .arrow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-image: url("../images/mv-bg-arrow.webp");
  background-size: cover;
  animation: bgscroll 90s linear infinite;
}
@-webkit-keyframes bgscroll {
  0% {
    background-position: -1342px 0;
  }
  100% {
    background-position: -10px 0;
  }
}

@keyframes bgscroll {
  0% {
    background-position: -1342px 0;
  }
  100% {
    background-position: -10px 0;
  }
}
#mv .wrap {
  display: flex;
  justify-content: center;
  gap: 0px;
  position: relative;
  z-index: 1;
}
#mv .col {
  width: 600px;
}
#mv h2 {
  position: relative;
}
#mv h2 span {
  display: block;
  width: 247px;
  position: absolute;
  bottom: -162px;
  right: 20px;
}
#mv .photo {
  width: 514px;
}
#mv .button {
  width: 286px;
  text-align: center;
  padding-top: 30px;
  margin-left: 30px;
}
#mv .button dt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 8px;
}
#mv .button dt:before,
#mv .button dt:after {
  content: "";
  display: block;
  width: 0;
  height: 28px;
  border-left: 1px solid #000;
}
#mv .button dt:before {
  transform: rotate(-25deg);
}
#mv .button dt:after {
  transform: rotate(25deg);
}
#mv .btn-try a {
  width: 100%;
  height: 67px;
  font-size: 20px;
}

@media screen and (max-width: 1023px) {
  #mv .wrap {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  #mv {
    padding: 100px 0 50px;
  }

  #mv .arrow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100vw;
    height: 100%;
    background-image: url("../images/mv-bg-arrow.webp");
    background-size: cover;
    animation: bgscroll 110s linear infinite;
  }
  @-webkit-keyframes bgscroll {
    0% {
      background-position: -1442px 0;
    }
    100% {
      background-position: -10px 0;
    }
  }

  @keyframes bgscroll {
    0% {
      background-position: -1442px 0;
    }
    100% {
      background-position: -10px 0;
    }
  }

  #mv .col {
    width: 100%;
    text-align: center;
    position: relative;
  }
  #mv h2 {
    padding-bottom: 21vw;
    position: relative;
    z-index: 1;
  }
  #mv h2 span {
    width: 45vw;
    top: 65%;
    bottom: 0;
    left: 0;
  }
  #mv .button {
    margin: 30% auto 0;
  }
  #mv .photo {
    position: absolute;
    right: -5px;
    top: 22%;
    width: 60%;
    z-index: 0;
  }
}
#implementing {
  padding: 50px 0;
}
#implementing h2 {
    text-align: center;
    display: block;
    width: 80%;
    max-width: 550px;
    margin: auto;
}
#implementing .swiper {
  padding-top: 30px;
}
#implementing .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#implementing .swiper .swiper-slide {
  width: auto;
  margin-right: 50px;
}
#implementing .swiper .swiper-slide img {
  height: 75px;
}

@media screen and (max-width: 767px) {
  #implementing {
    padding: 30px 0;
  }
  #implementing h2 {
    padding: 0 20px;
  }
  #implementing .swiper {
    padding-top: 15px;
  }
  #implementing .swiper .swiper-slide {
    margin-right: 25px;
  }
}
#sec1 .row-1 {
  background: url("../images/sec1-arrow.webp") no-repeat center bottom/cover;
  padding: 60px 0 11.5vw;
}
#sec1 .row-1 h2 {
  font-weight: 700;
  font-size: 31px;
  line-height: 54px;
}
#sec1 .row-1 h2 small {
  font-size: 21px;
}
#sec1 .row-1 h2 span {
  display: inline-block;
  background: linear-gradient(-55deg, #7cd95d, #2ba3ff);
  color: #fff;
  padding: 0 5px;
}
#sec1 .row-1 .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  max-width: 911px;
  margin: 0 auto;
  padding-top: 75px;
}
#sec1 .row-1 .box .col {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  position: relative;
  padding: 70px 20px 50px;
}
#sec1 .row-1 .box figure {
  width: 71px;
  position: absolute;
  top: -47px;
  left: 0;
}
#sec1 .row-1 .box h3 {
  display: inline-block;
  width: max-content;
  background-color: #484a4f;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  padding: 0 20px;
  position: absolute;
  top: -20px;
  left: 52%;
  transform: translateX(-50%);
}
#sec1 .row-1 .box h3:after {
  content: "";
  border-width: 10px 8px 0 8px;
  border-color: #484a4f transparent transparent transparent;
  border-style: solid;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#sec1 .row-1 .box dl {
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: center;
}
#sec1 .row-1 .box dl + dl {
  padding-top: 50px;
}
#sec1 .row-1 .box dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
#sec1 .row-1 .box dl dd {
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
}
#sec1 .row-1 .box dl dd p {
  text-indent: -15px;
  padding-left: 15px;
}
#sec1 .row-1 .box dl.blue dt {
  background-color: rgba(43, 163, 255, 0.6);
}
#sec1 .row-1 .box dl.grey dt {
  background-color: rgba(55, 60, 63, 0.6);
}
#sec1 .row-2 {
  padding: 50px 0;
}
#sec1 .row-2 h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0;
}
#sec1 .row-3 {
  background: url("../images/sec1-bg.jpg") no-repeat center top/cover;
  padding: 60px 0;
}
#sec1 .row-3 .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
#sec1 .row-3 .col {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.1);
}
#sec1 .row-3 .in {
  padding: 25px 35px;
}
#sec1 .row-3 h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 36px;
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 17px 0;
}
#sec1 .row-3 h3:before {
  content: "";
  width: 63px;
  height: 29px;
  background: url("../images/sec1-logo.webp") no-repeat center top/cover;
}
#sec1 .row-3 h4 {
  background: no-repeat center left / 39px auto;
  font-weight: 700;
  font-size: 20px;
  padding-left: 44px;
}
#sec1 .row-3 .list-1 {
  font-weight: 700;
  padding-top: 20px;
}
#sec1 .row-3 .list-1 li {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 15px;
  border-radius: 20px;
  padding: 5px 10px;
}
#sec1 .row-3 .list-1 li:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: no-repeat center top / cover;
}
#sec1 .row-3 .list-1 li + li {
  margin-top: 10px;
}
#sec1 .row-3 .list-2 {
  font-weight: 700;
  padding: 15px 0 0 10px;
}
#sec1 .row-3 .list-2 li {
  background: no-repeat center left / 26px auto;
  padding: 5px 0 5px 41px;
}
#sec1 .row-3 .catch {
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  border-radius: 10px;
  margin-top: 20px;
  padding: 12px 0;
}
#sec1 .row-3 .catch span {
  background-image: linear-gradient(
    rgba(255, 0, 90, 0.5),
    rgba(255, 0, 90, 0.5)
  );
  background-size: 100% 40%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
#sec1 .row-3 .price {
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  margin: 20px -35px 0;
  padding: 15px 0;
}
#sec1 .row-3 .price dt {
  font-weight: 700;
  font-size: 19px;
  line-height: 32px;
}
#sec1 .row-3 .price dt span {
  font-size: 31px;
}
#sec1 .row-3 .price dd {
  font-size: 12px;
  line-height: 14px;
  padding-top: 10px;
}
#sec1 .row-3 figure {
  padding-top: 20px;
}
#sec1 .row-3 .blue h3 {
  background-color: #094de0;
}
#sec1 .row-3 .blue h4 {
  background-image: url("../images/sec1-icon-3.webp");
}
#sec1 .row-3 .blue .list-1 li {
  background-color: rgba(9, 77, 224, 0.1);
}
#sec1 .row-3 .blue .list-1 li:before {
  background-image: url("../images/sec1-icon-4.webp");
}
#sec1 .row-3 .blue .list-2 li {
  background-image: url("../images/sec1-icon-4.webp");
}
#sec1 .row-3 .blue .catch {
  background: linear-gradient(161deg, #4556d0, #099ce0);
}
#sec1 .row-3 .green h3 {
  background-color: #34ba68;
}
#sec1 .row-3 .green h4 {
  background-image: url("../images/sec1-icon-5.webp");
}
#sec1 .row-3 .green .list-1 li {
  background-color: rgba(79, 204, 37, 0.1);
}
#sec1 .row-3 .green .list-1 li:before {
  background-image: url("../images/sec1-icon-6.webp");
}
#sec1 .row-3 .green .list-2 li {
  background-image: url("../images/sec1-icon-6.webp");
}
#sec1 .row-3 .green .catch {
  background: linear-gradient(-55deg, #34ba68, #0992e0);
}

@media screen and (max-width: 1023px) {
  #sec1 .row-1 .box h3 {
    font-size: 18px;
    left: 56%;
  }
  #sec1 .row-2 h3 {
    font-size: 28px;
  }
  #sec1 .row-3 .catch br.sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #sec1 .row-1 {
    background: url("../images/sec1-arrow_sp.webp") no-repeat center
      bottom/cover;
    padding: 30px 0 15vw;
  }
  #sec1 .row-1 h2 {
    font-size: 20px;
    line-height: 40px;
  }
  #sec1 .row-1 h2 small {
    font-size: 16px;
  }
  #sec1 .row-1 .box {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  #sec1 .row-1 .box .col {
    padding: 50px 20px 30px;
  }
  #sec1 .row-1 .box h3 {
    font-size: 18px;
    left: 55%;
    padding: 0 10px;
  }
  #sec1 .row-1 .box dl {
    grid-template-columns: 60px 1fr;
  }
  #sec1 .row-1 .box dl + dl {
    padding-top: 30px;
  }
  #sec1 .row-1 .box dl dd {
    font-size: 14px;
  }
  #sec1 .row-1 .box dl dd p {
    text-indent: -14px;
    padding-left: 14px;
  }
  #sec1 .row-2 {
    padding: 40px 0;
  }
  #sec1 .row-2 h3 {
    font-size: 20px;
    line-height: 32px;
  }
  #sec1 .row-3 {
    padding: 40px 0;
  }
  #sec1 .row-3 .wrap {
    grid-template-columns: 1fr;
  }
  #sec1 .row-3 .in {
    padding: 20px;
  }
  #sec1 .row-3 h4 {
    font-size: 18px;
    line-height: 28px;
  }
  #sec1 .row-3 .list-1,
  #sec1 .row-3 .list-2 {
    height: auto !important;
  }
  #sec1 .row-3 .list-1 li {
    gap: 10px;
  }
  #sec1 .row-3 .list-2 li {
    padding-left: 36px;
  }
  #sec1 .row-3 .catch {
    font-size: 18px;
  }
  #sec1 .row-3 .catch br.sp {
    display: none;
  }
  #sec1 .row-3 .price {
    margin: 0 -20px;
  }
}
#sec2 {
  background: url("../images/sec2-bg-1.webp") no-repeat center top/100% auto,
    url("../images/sec2-bg-3.webp") no-repeat center bottom/100% auto;
}
#sec2 .sub {
  font-weight: 700;
  font-size: 21px;
  padding-bottom: 25px;
}
#sec2 h2 {
  font-weight: 700;
  font-size: 31px;
  line-height: 54px;
  position: relative;
  padding: 18px 0;
}
#sec2 h2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#sec2 h2 span {
  display: inline-block;
  background: linear-gradient(-55deg, #7cd95d, #2ba3ff);
  color: #fff;
  padding: 0 10px;
}
#sec2 .desc {
  margin: 0 auto;
  padding: 20px 20px 0;
}
#sec2 .video {
  width: 100%;
  max-width: 724px;
  margin: 0 auto;
  padding-top: 25px;
}
#sec2 .video .in {
  width: 100%;
  padding-top: 55%;
  /*      padding-top: 56.25%;*/
  position: relative;
}
#sec2 .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#sec2 .row-1 {
  padding-top: 80px;
}
#sec2 .row-2 {
  padding-top: 135px;
}
#sec2 .row-2 .box {
  display: flex;
  justify-content: center;
  gap: 35px;
  max-width: max-content;
  margin: 50px auto 0;
  position: relative;
}
#sec2 .row-2 .box:before {
  content: "";
  height: 40px;
  background-color: #e5e5e5;
  position: absolute;
  top: 150px;
  right: 140px;
  left: 0;
}
#sec2 .row-2 .box:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #e5e5e5;
  border-style: solid;
  position: absolute;
  top: 150px;
  right: 120px;
}
#sec2 .row-2 .box h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0.08em;
  border-radius: 30px 30px 0 0;
  padding: 5px 0;
  color: #fff;
}
#sec2 .row-2 .box .txt {
  display: flex;
  flex-direction: row-reverse;
  max-width: max-content;
  text-align: justify;
  font-weight: bold;
  margin: 0 auto;
  padding: 25px 25px 30px;
}
#sec2 .row-2 .box .txt li {
  width: 28px;
  height: 450px;
}
#sec2 .row-2 .box .col {
  background-color: #fff;
  min-width: 136px;
  border-radius: 30px;
  box-shadow: 0px 0px 7px 0px rgba(31, 32, 33, 0.18);
  position: relative;
}
#sec2 .row-2 .box .col:nth-child(1) h3 {
  background-color: #0352f3;
}
#sec2 .row-2 .box .col:nth-child(2) h3 {
  background-color: #3281e3;
}
#sec2 .row-2 .box .col:nth-child(3) h3 {
  background-color: #5ac8aa;
}
#sec2 .row-2 .box .col:nth-child(4) {
  width: 117px;
  min-width: inherit;
  height: 310px;
  background: linear-gradient(-55deg, #7cd95d, #2ba3ff);
  text-align: center;
}
#sec2 .row-2 .box .col:nth-child(4) h3 {
  height: 100%;
  margin: 0 auto;
}
#sec2 .row-3 {
  padding-top: 120px;
  position: relative;
}
#sec2 .row-3:before {
  content: "";
  width: 100%;
  padding-top: 60%;
  background: url("../images/sec2-bg-2.webp") no-repeat center top/cover;
  position: absolute;
  top: 30px;
  left: 0;
}
#sec2 .row-3 .swiper {
  margin-top: 50px;
}
#sec2 .row-3 .swiper-slide {
  width: 755px;
  margin: 0 75px;
}
#sec2 .row-3 .swiper-button-next,
#sec2 .row-3 .swiper-button-prev {
  width: 34px;
  height: 34px;
  background: #094de0;
  color: #fff;
  border-radius: 50%;
  top: 35%;
  margin-top: 0;
}
#sec2 .row-3 .swiper-button-next:after,
#sec2 .row-3 .swiper-button-prev:after {
  font-size: 16px;
  letter-spacing: 0;
}
#sec2 .row-3 .swiper-button-next:hover,
#sec2 .row-3 .swiper-button-prev:hover {
  opacity: 0.7;
}
#sec2 .row-3 .swiper-button-next {
  right: auto;
  left: calc(50% + 438px);
}
#sec2 .row-3 .swiper-button-prev {
  left: calc(50% - 467px);
}
#sec2 .row-3 .swiper .video {
  max-width: inherit;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 0px 7px 0px rgba(31, 32, 33, 0.18);
  box-sizing: border-box;
}
#sec2 .row-3 .swiper .video .in {
  padding-top: 60.25%;
}
#sec2 .row-3 .swiper h3 {
  font-weight: 700;
  font-size: 26px;
  padding-top: 30px;
}
#sec2 .row-3 .swiper .txt {
  padding-top: 25px;
}
#sec2 .row-4 {
  padding-top: 150px;
}
#sec2 .row-4 figure {
  padding-top: 50px;
}
#sec2 .row-5 {
  padding: 150px 0 100px;
}

@media screen and (max-width: 1023px) {
  #sec2 .row-2 .box {
    gap: 20px;
  }
  #sec2 .row-2 .box:before {
    right: 120px;
  }
  #sec2 .row-2 .box:after {
    right: 100px;
  }
  #sec2 .row-2 .box .txt {
    padding: 20px 10px;
  }
  #sec2 .row-2 .box .col:nth-child(4) {
    width: 100px;
  }
  #sec2 .row-3 .swiper-slide {
    width: 600px;
    margin: 0 35px;
  }
  #sec2 .row-3 .swiper-button-prev {
    left: calc(50% - 350px);
  }
  #sec2 .row-3 .swiper-button-next {
    left: calc(50% + 318px);
  }
}
@media screen and (max-width: 767px) {
  #sec2 .sub {
    font-size: 18px;
    padding-bottom: 20px;
  }
  #sec2 h2 {
    font-size: 22px;
    line-height: 32px;
    padding: 0;
  }
  #sec2 h2 img {
    display: block;
    height: 60px;
    position: static;
    transform: translate(0);
    margin: 0 auto 10px;
  }
  #sec2 .desc {
    padding: 20px 20px 0;
  }
  #sec2 .row-1 {
    padding-top: 40px;
  }
  #sec2 .row-2 {
    padding-top: 50px;
  }
  #sec2 .row-2 .box {
    max-width: inherit;
    flex-direction: column;
    gap: 35px;
    margin: 20px 20px 0;
  }
  #sec2 .row-2 .box:before {
    width: 40px;
    height: auto;
    top: 0;
    right: auto;
    bottom: 120px;
    left: calc(50% - 20px);
  }
  #sec2 .row-2 .box:after {
    border-width: 20px 20px 0 20px;
    border-color: #e5e5e5 transparent transparent transparent;
    top: auto;
    right: auto;
    bottom: 100px;
    left: calc(50% - 20px);
  }
  #sec2 .row-2 .box h3 {
    font-size: 20px;
  }
  #sec2 .row-2 .box .txt {
    display: block;
  }
  #sec2 .row-2 .box .txt li {
    width: auto;
    height: auto;
  }
  #sec2 .row-2 .box .col:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
  }
  #sec2 .row-2 .box .col:nth-child(4) h3 {
    height: auto;
  }
  #sec2 .row-3 {
    padding-top: 50px;
  }
  #sec2 .row-3 .swiper {
    margin-top: 20px;
  }
  #sec2 .row-3 .swiper-slide {
    width: 100%;
    margin: 0 10px;
  }
  #sec2 .row-3 .swiper-button-prev,
  #sec2 .row-3 .swiper-button-next {
    top: 28vw;
  }
  #sec2 .row-3 .swiper-button-prev {
    left: 0;
  }
  #sec2 .row-3 .swiper-button-next {
    right: 0;
    left: auto;
  }
  #sec2 .row-3 .swiper h3 {
    font-size: 20px;
  }
  #sec2 .row-3 .swiper .txt {
    padding: 15px 20px 0;
  }
  #sec2 .row-4 {
    padding-top: 50px;
  }
  #sec2 .row-5 {
    padding: 50px 0;
  }
}
#sec3 h2 {
  font-weight: 700;
  font-size: 31px;
  line-height: 80px;
  padding-top: 11px;
  position: relative;
}
#sec3 h2 span {
  font-weight: 700;
  font-size: 91px;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
#sec3 .sub {
  max-width: 465px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 48px;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto 0;
}
#sec3 .box-1 {
  display: grid;
  grid-template-columns: repeat(2, 380px);
  justify-content: center;
  gap: 40px 25px;
  text-align: center;
  padding-top: 70px;
}
#sec3 .box-1 .col {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 9px 0px rgba(31, 32, 33, 0.1);
  position: relative;
  padding: 50px 25px 25px;
}
#sec3 .box-1 .no {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 153px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 0 30px 30px 0;
  position: absolute;
  top: -24px;
  left: 0;
}
#sec3 .box-1 .no span {
  font-size: 28px;
}
#sec3 .box-1 h3 {
  font-weight: bold;
  font-size: 21px;
  line-height: 34px;
}
#sec3 .box-1 figure {
  padding-top: 30px;
}
#sec3 .box-2 {
  text-align: center;
  padding-top: 40px;
}
#sec3 .box-2 h3 {
  font-weight: 700;
  font-size: 31px;
  line-height: 61px;
}
#sec3 .box-2 h3 span {
  font-size: 61px;
}
#sec3 .box-2 .txt {
  padding-top: 25px;
}
#sec3 .box-2 figure {
  padding-top: 40px;
}
#sec3 .row-1 {
  background-color: #e5eefd;
  padding: 100px 0;
}
#sec3 .row-1 h2 span {
  color: #094de0;
}
#sec3 .row-1 .sub {
  color: #094de0;
  border: 1px solid #094de0;
}
#sec3 .row-1 .box-1 .no {
  background-color: #094de0;
}
#sec3 .row-1 .box-2 h3 {
  color: #094de0;
}
#sec3 .row-2 {
  background-color: #e6f0ea;
  padding: 100px 0;
}
#sec3 .row-2 h2 span {
  color: #25b867;
}
#sec3 .row-2 .sub {
  color: #25b867;
  border: 1px solid #25b867;
}
#sec3 .row-2 .box-1 .no {
  background-color: #25b867;
}
#sec3 .row-2 .box-2 h3 {
  color: #25b867;
}

@media screen and (max-width: 1023px) {
  #sec3 .box-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #sec3 h2 {
    font-size: 20px;
    line-height: 50px;
  }
  #sec3 h2 span {
    font-size: 50px;
  }
  #sec3 .sub {
    font-size: 14px;
    line-height: 36px;
    margin-top: 15px;
  }
  #sec3 .box-1 {
    grid-template-columns: 1fr;
  }
  #sec3 .box-1 .col {
    padding: 40px 20px 20px;
  }
  #sec3 .box-1 .no {
    width: 130px;
    font-size: 15px;
    top: -18px;
    padding: 6px 10px;
  }
  #sec3 .box-1 .no span {
    font-size: 24px;
  }
  #sec3 .box-1 h3 {
    font-size: 18px;
    line-height: 26px;
  }
  #sec3 .box-1 figure {
    padding-top: 0;
  }
  #sec3 .box-2 h3 {
    font-size: 20px;
    line-height: 40px;
  }
  #sec3 .box-2 h3 span {
    font-size: 40px;
  }
  #sec3 .box-2 figure {
    padding-top: 20px;
  }
  #sec3 .row-1,
  #sec3 .row-2 {
    padding: 40px 0;
  }
}
#sec4 {
  background: url("../images/sec4-deco-1.webp") no-repeat center top/100% auto,
    url("../images/sec4-deco-2.webp") no-repeat center bottom/100% auto;
  position: relative;
  padding: 100px 0;
}
#sec4:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-55deg, #4fcc25, #0f991b, #1c6e89, #094de0);
  background-size: 150% 150%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.17;
  z-index: -1;
}
#sec4 h2 {
  font-weight: 700;
  font-size: 21px;
  padding-bottom: 60px;
}
#sec4 .block {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.06);
  padding: 75px 65px;
}
#sec4 .block h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
}
#sec4 .block h3 span {
  display: inline-block;
  background-color: #094de0;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 0 10px;
}
#sec4 .block h4 {
  background-color: rgba(9, 77, 224, 0.05);
  color: #094de0;
  font-weight: bold;
  font-size: 20px;
  padding: 6px 15px;
}
#sec4 .block .txt {
  font-size: 15px;
  padding: 15px 15px 0;
}
#sec4 .block .txt + .txt {
  padding-top: 15px;
}
#sec4 .block .box-1:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
#sec4 .block .box-1 h4 {
  overflow: hidden;
  background-color: #094de0;
  color: #fff;
  margin-top: 50px;
}
#sec4 .block .box-1 figure {
  width: 51%;
  height: auto;
  float: right;
  margin: 0 0 25px 25px;
}
#sec4 .block .box-2 {
  padding-top: 30px;
}
#sec4 .block .box-2.img-l:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
#sec4 .block .box-2.img-l h4 {
  overflow: hidden;
}
#sec4 .block .box-2.img-l figure {
  width: 44%;
  float: left;
  margin: 0 25px 25px 0;
}
#sec4 .block .box-2.img-r:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
#sec4 .block .box-2.img-r h4 {
  overflow: hidden;
}
#sec4 .block .box-2.img-r figure {
  width: 44%;
  float: right;
  margin: 0 0 25px 25px;
}

@media screen and (max-width: 767px) {
  #sec4 {
    padding: 40px 0;
  }
  #sec4 h2 {
    padding-bottom: 40px;
  }
  #sec4 .block {
    padding: 20px 20px;
  }
  #sec4 .block h3 {
    font-size: 20px;
    line-height: 32px;
  }
  #sec4 .block h3 span {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  #sec4 .block h4 {
    font-size: 16px;
  }
  #sec4 .block .txt {
    font-size: 14px;
  }
  #sec4 .block .box-1 figure {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  #sec4 .block .box-1 h4 {
    margin-top: 20px;
  }
  #sec4 .block .box-2.img-l figure {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  #sec4 .block .box-2.img-r figure {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}
#sec5 {
  background: url("../images/sec5-deco-1.webp") no-repeat top right,
    url("../images/sec5-deco-2.webp") no-repeat bottom left;
  padding: 70px 0;
}
#sec5 h2 {
  font-weight: 700;
  font-size: 21px;
  padding-bottom: 60px;
}
#sec5 .box .item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 35px;
}
#sec5 .box .item + .item {
  padding-top: 35px;
}
#sec5 .box h3 {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: baseline;
  color: #0352f3;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}
#sec5 .box h3:after {
  content: "";
  width: 31px;
  height: 17px;
  background: url("../images/faq-arrow.webp") no-repeat center top/cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s;
}
#sec5 .box h3 span {
  font-size: 24px;
}
#sec5 .box .txt {
  display: none;
  padding-top: 35px;
}
#sec5 .box .txt strong {
  font-weight: bold;
  text-decoration: underline;
}
#sec5 .box .txt a {
  color: #0352f3;
  text-decoration: underline;
}
#sec5 .box .txt a:hover {
  text-decoration: none;
}
#sec5 .box .is-active h3:after {
  transform: translateY(-50%) rotate(0deg);
}

@media screen and (max-width: 767px) {
  #sec5 {
    padding: 40px 0;
  }
  #sec5 h2 {
    padding-bottom: 40px;
  }
  #sec5 .box .item {
    padding-bottom: 20px;
  }
  #sec5 .box .item + .item {
    padding-top: 20px;
  }
  #sec5 .box h3 {
    grid-template-columns: 40px 1fr;
    font-size: 15px;
    padding-right: 30px;
  }
  #sec5 .box h3:after {
    width: 21px;
    height: 12px;
    right: 0;
  }
  #sec5 .box h3 span {
    font-size: 20px;
  }
  #sec5 .box .txt {
    font-size: 14px;
    padding-top: 20px;
  }
}
#sec6 {
  padding-top: 80px;
}
#sec6 h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 0;
}
#sec6 .box {
  max-width: 740px;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 14px;
}
#sec6 .box dl {
  display: table;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#sec6 .box dl + dl {
  border-top: 0;
}
#sec6 .box dl dt,
#sec6 .box dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 14px 5px 13px 15px;
}
#sec6 .box dl dt {
  width: 160px;
  background: rgba(178, 178, 178, 0.2);
}

@media screen and (max-width: 767px) {
  #sec6 {
    padding-top: 40px;
  }
  #sec6 .box {
    padding-top: 20px;
  }
  #sec6 .box dl {
    display: block;
  }
  #sec6 .box dl dt,
  #sec6 .box dl dd {
    display: block;
    padding: 10px;
  }
  #sec6 .box dl dt {
    width: auto;
  }
}
.cta {
  background: url("../images/cta-bg.jpg") no-repeat center/cover;
  text-align: center;
  padding: 45px 0;
}
.cta .tel {
  width: 100%;
  color: #fff;
}
.cta .tel a {
  background: url("../images/icon-tel-white.webp") no-repeat center left/44px
    auto;
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 36px;
  padding-left: 50px;
}
.cta ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-top: 30px;
}
.cta .btn-try a,
.cta .btn-inq a {
  background-color: #fff;
  width: 275px;
  height: 55px;
  font-size: 16px;
  padding-top: 4px;
  position: relative;
}
.cta .btn-try a:after,
.cta .btn-inq a:after {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url("../images/arrow-right.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 10px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.cta .btn-try a:hover,
.cta .btn-inq a:hover {
  background-color: #000;
}
.cta .btn-try a {
  color: #094de0;
}
.cta .btn-try a:after {
  background-color: #094de0;
}
.cta .btn-try a:hover {
  color: #fff;
}
.cta .btn-inq a {
  color: #25b867;
}
.cta .btn-inq a:after {
  background-color: #25b867;
}
.cta .btn-inq a:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cta ul {
    flex-direction: column;
  }
}
