@charset "utf-8";

/*---- #home ----*/
#home #mv{
  overflow: hidden;
  position: relative;
  background: url(../img/top/mv/main-low.jpg) no-repeat bottom center / contain;
  width: 100%;
  padding-top: 52.6%;
}
#home #mv .txt-box{
  position: absolute;
  top: 8%;
  max-width: none;
  width: 65%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#home #mv .shadow-box{
  position: absolute;
  top: 8%;
  max-width: none;
  width: 65%;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
  -ms-filter: blur(12px);
  filter: blur(12px);
}
#home #mv .txt1{
  width: 90%;
  margin: 0 auto 1%;
  transition: .6s;
  transition-delay: .2s;
  opacity: 0;
  transform: translateX(-10px);
  position: relative;
}
#home #mv .txt1-bg{
  width: 90%;
  margin: 0 auto 1%;
  transition: .6s;
  transition-delay: .2s;
  opacity: 0;
  transform: translateX(-10px);
  position: relative;
}
#home #mv.move .txt1{
  opacity: 1;
  transform: translateX(0);
}
#home #mv.move .txt1-bg{
  opacity: .7;
  transform: translateX(0);
}
#home #mv .txt2{
  width: 100%;
  margin: 0 auto 1%;
  z-index: 2;
  transition: .6s;
  transition-delay: .6s;
  opacity: 0;
  transform: translateX(-10px);
}
#home #mv .txt2-bg{
  width: 100%;
  margin: 0 auto 1%;
  z-index: 1;
  transition: .6s;
  transition-delay: .6s;
  opacity: 0;
  transform: translateX(-10px);
}
#home #mv.move .txt2{
  opacity: 1;
  transform: translateX(0);
}
#home #mv.move .txt2-bg{
  opacity: .7;
  transform: translateX(0);
}
#home #mv .txt3{
  width: 60%;
  margin: 0 auto;
  z-index: 2;
  transition: .6s;
  transition-delay: 1s;
  opacity: 0;
  transform: translateX(-10px);
}
#home #mv .txt3-bg{
  width: 60%;
  margin: 0 auto;
  z-index: 1;
  transition: .6s;
  transition-delay: 1s;
  opacity: 0;
  transform: translateX(-10px);
}
#home #mv.move .txt3{
  opacity: 1;
  transform: translateX(0);}
#home #mv.move .txt3-bg{
  opacity: .7;
  transform: translateX(0);
}
#home #mv .feature-list li{
  width: calc(100% / 3 - 5px);
  transition: .6s;
  opacity: 0;
  transform: translateY(10px);
}
#home #mv .feature-list li:nth-child(1){
  transition-delay: .2s;
}
#home #mv .feature-list li:nth-child(2){
  transition-delay: .4s;
}
#home #mv .feature-list li:nth-child(3){
  transition-delay: .6s;
}
#home #mv.move .feature-list li{
  opacity: 1;
  transform: translateY(0);
}
#home #mv .feature-list li a{
  position: relative;
}
#home #mv .feature-list li a:hover{
  opacity: .7;
}
#home #mv .feature-list li a:before{
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #29593a;
  mix-blend-mode: multiply;
  -ms-filter: blur(8px);
  filter: blur(8px);
  opacity: .3;
  z-index: -1;
  transform: skewX(-3deg);
}
#home #mv .assessment{
  position: absolute;
  bottom: 8%;
  right: 2%;
  z-index: 10;
  width: 22%;
}
#home #mv .assessment .fluffy{
  font-size: clamp(1rem,1.5vw,2.5rem);
  font-weight: 700;
  line-height: 1;
  background-color: var(--color-y);
  color: #000;
  border-radius: 50px;
  padding: 15px 25px;
  text-align: center;
  width: fit-content;
  margin: 0 auto 20%;
  animation: fluffy 1.5s ease-in-out infinite alternate;
  position: relative;
}
#home #mv .assessment .fluffy:after {
  content: "";
  width: 30px;
  height: 15px;
  background-color: var(--color-y);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%) scale(-1,1);
}
@keyframes fluffy {
  0% { transform: translate(0,0px) ;}
  100% { transform: translate(0,-10px);}
}
#home #mv .assessment .box{
  background-color: #fff;
  padding: 0 20px 20px;
  border-radius: 30px;
}
#home #mv .assessment .box .midashi{
  transform: translateY(-40%);
  margin: 0 0 -10%;
}
#home #mv .assessment .box .txt{
  font-size: clamp(1.1rem,1.2vw,1.3rem);
  font-weight: 500;
  line-height: 1;
  margin: 0 0 4%;
}
#home #mv .assessment .box .notes{
  font-size: clamp(1.1rem,1.2vw,1.2rem);
  line-height: 1;
  margin: 2% 0 0;
}
#home #mv .assessment .box .assessment-btn{
  width: 90%;
  margin: 4% auto 0;
  overflow: hidden;
  border-radius: 50px;
  position: relative;
}
#home #mv .assessment .box .assessment-btn:before{
  content: '';
  position: absolute;
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: .3s;
  animation: shiny 2s ease-in-out infinite;
}
#home #mv .assessment .box .assessment-btn button{
  border: none;
  background: none;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  padding-bottom: 10px;
}
#home #mv .assessment .box .assessment-btn button:hover{
  opacity: .7;
}
#home #mv .assessment .box .assessment-btn button img{
  box-shadow: 3px 3px 5px rgba(0,0,0,.25);
  border-radius: 50px;
}
@-webkit-keyframes shiny {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
#home #mv .img{
  display: none;
}
@media only screen and (min-width: 1500px) {
  #home #mv{
    overflow: hidden;
    position: relative;
    background: url(../img/top/mv/main.jpg) no-repeat top center / cover;
    width: 100%;
    height: calc(100vh - 82px);
    padding: 0;
  }
  #home #mv .txt-box{
    max-width: 1100px;
    width: 90%;
  }
  #home #mv .shadow-box{
    max-width: 1100px;
    width: 90%;
  }
  #home #mv .feature-box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  #home #mv .feature-box:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/mv/btm-bg.png) no-repeat top center / cover;
    mix-blend-mode: multiply;
    -ms-filter: blur(12px);
    filter: blur(12px);
    opacity: .7;
  }
  #home #mv .feature-box .inner{
    background: url(../img/top/mv/btm.png) no-repeat top center / cover;
    position: relative;
    z-index: 1;
    padding: 1% 2% 2%;
  }
  #home #mv .feature-tit{
    width: 38%;
    margin: 0 auto 2%;
  }
  #home #mv .feature-list{
    width: 72%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
  }
  #home #mv .img{
    display: block;
    position: absolute;
    width: 450px;
    left: 2%;
    top: 1%;
  }
}
@media only screen and (max-width: 1499px) {
  #home #mv .feature-tit{
    width: 38%;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  #home #mv .feature-list{
    width: 72%;
    position: absolute;
    bottom: 3%;
    left: 2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
  }
}
@media only screen and (max-width: 1090px) {
  #home #mv .assessment{
    bottom: 4%;
  }
  #home #mv .assessment .fluffy{
    font-size: 1.5vw;
    padding: 15px 5%;
  }
}
@media only screen and (max-width: 798px) {
  #home #mv{
    background: url(../img/top/mv/main_sp.jpg) no-repeat top center / cover;
    padding: 0 0 5%;
  }
  #home #mv .txt-box{
    position: relative;
    top: 10%;
    width: 100%;
    margin: 6% 0 8%;
  }
  #home #mv .shadow-box{
    top: 3%;
    width: 100%;
  }
  #home #mv .txt1,
  #home #mv .txt1-bg{
    width: 76%;
  }
  #home #mv .txt2,
  #home #mv .txt2-bg{
    width: 90%;
  }
  #home #mv .txt3,
  #home #mv .txt3-bg{
    width: 60%;
  }
  #home #mv .feature-tit{
    width: 75%;
    position: relative;
    bottom: initial;
    left: initial;
    transform: none;
    margin: 0 auto 3%;
  }
  #home #mv .feature-list{
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: initial;
    left: initial;
    display: block;
    padding-bottom: 3%;
  }
  #home #mv .feature-list li{
    width: 100%;
    margin: 0 0 3%;
  }
  #home #mv .assessment{
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 90%;
    margin: 0 auto;
  }
  #home #mv .assessment .fluffy{
    font-size: 5vw;
    margin: 0 auto -5%;
    padding: 10px 20px;
  }
  #home #mv .assessment .fluffy:after{
    display: none;
  }
  #home #mv .assessment .box{
    background-color: #fff;
    padding: 10% 20px 20px;
    border-radius: 20px;
  }
  #home #mv .assessment .box .midashi{
    transform: none;
    margin: 0 0 3%;
  }
  #home #mv .assessment .box .txt{
    font-size: 3vw;
    text-align: center;
    margin: 0 0 2%;
  }
  #home #mv .assessment .box .notes{
    font-size: 2vw;
  }
  #home #mv .assessment .box .assessment-btn{
    width: 100%;
    margin: 2% auto 0;
    border-radius: 20px;
  }
  #home #mv .assessment .box .assessment-btn button{
    border-radius: 20px;
    font-size: 6vw;
  }

}
#home .intro{
  overflow-x: hidden;
}
#home .intro .head{
  position: relative;
}
#home .intro .head .txt{
  max-width: 1000px;
  width: 90%;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  font-size: clamp(1.8rem, 2.4vw, 4rem);
  line-height: 2;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(0,0,0,.8);
  font-feature-settings: "palt";
}
@media only screen and (max-width: 798px) {
  #home .intro .head .txt{
    text-align: center;
    line-height: 1.8;
  }
}
#home .achievement{
  background-color: var(--color-bg01);
  padding-bottom: 100px;
}
#home .achievement .bln-txt{
  text-align: center;
  font-size: clamp(1.8rem, 2.6vw, 3.2rem);
  background-color: var(--color-main);
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  margin: -1.5% auto 60px;
  position: relative;
  z-index: 10;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 5px;
}
#home .achievement .bln-txt span{
  font-size: clamp(1.4rem, 2.2vw, 2.8rem);
}
#home .achievement .bln-txt:after {
  content: "";
  width: 30px;
  height: 15px;
  background-color: var(--color-main);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) scale(-1,1);
}
#home .achievement .list li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  margin: 0 0 100px;
}
#home .achievement .list li:nth-child(odd){
  flex-flow: row-reverse;
}
#home .achievement .list li .img{
  width: 48%;
  position: absolute;
  top: 0;
  max-height: 640px;
  overflow: hidden;
}
#home .achievement .list li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .achievement .list li .data{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#home .achievement .list li .data .inner{
  width: 72%;
  height: 100%;
  position: relative;
}
#home .achievement .list li:nth-child(even) .data .inner{
  margin-left: auto;
}
#home .achievement .list li .data .inner > a{
  transition: .3s;
}
#home .achievement .list li .data .inner > a:hover{
  opacity: .7;
}
#home .achievement .list li .data .inner .box1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 30px;
}
#home .achievement .list li:nth-child(even) .data .inner .box1{
}
#home .achievement .list li .data .inner .en{
  display: block;
  margin: 0 0 20px;
  width: 90%;
}
#home .achievement .list li:nth-child(even) .data .inner .en{
  margin-left: auto;
}
#home .achievement .list li.tennoji .data .inner .en{
  max-width: 560px;
}
#home .achievement .list li.shitennoji .data .inner .en{
  max-width: 400px;
}
#home .achievement .list li.uehonmachi .data .inner .en{
  max-width: 440px;
}
#home .achievement .list li .data .inner .area{
  display: block;
  margin: 0 0 30px;
  width: 90%;
}
#home .achievement .list li:nth-child(even) .data .inner .area{
  margin-left: auto;
}
#home .achievement .list li.tennoji .data .inner .area{
  max-width: 770px;
}
#home .achievement .list li.shitennoji .data .inner .area{
  max-width: 670px;
}
#home .achievement .list li.uehonmachi .data .inner .area{
  max-width: 580px;
}
#home .achievement .list li .data .inner .txt-box{
  width: calc(100% - 140px);
}
#home .achievement .list li:nth-child(even) .data .inner .txt-box{
  margin-left: auto;
  width: calc(100% - 220px);
}
#home .achievement .list li .data .inner .txt-box .t1{
  color: var(--color-main);
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 2%;
}
#home .achievement .list li .data .inner .txt-box .t1 strong{
  display: block;
  font-size: clamp(2rem, 2.2vw, 2.3rem);
  font-feature-settings: "palt";
}
#home .achievement .list li .data .inner .txt-box .t2{
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.6;
  width: 90%;
}
#home .achievement .list li .data .inner{
}
#home .achievement .list li .data .inner .box2{
  width: 100%;
  margin-top: 10%;
  background-color: #55ac97;
  padding: 0 20px;
  position: relative;
}
#home .achievement .list li .data .inner .box2 .flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
#home .achievement .list li .data .inner .box2 .txt-box{
  width: calc(100% - 280px);
}
#home .achievement .list li .data .inner .midashi{
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  font-weight: 500;
  line-height: 1;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
}
#home .achievement .list li .data .inner .midashi span{
  color: var(--color-y);
  font-size: clamp(2.2rem, 2.6vw, 3rem);
}
#home .achievement .list li .data .inner .box2 .icon{
  max-width: 280px;
}
#home .achievement .list li .data .inner .box2 .txt{
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.6;
  font-weight: 500;
}
#home .achievement .list li .data .inner .box2 .txt span{
  display: block;
}
#home .achievement .list li .btn-s{
  box-shadow: none;
  background-color: #fff;
  border: solid 2px var(--color-main);
  color: var(--color-main);
  margin-top: 30px;
}
#home .achievement .list li .btn-s:hover{
  opacity: 1;
  transform: none;
}
#home .achievement .btn-l_g{
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (max-width: 798px) {
  #home .achievement{
    padding-bottom: 50px;
  }
  #home .achievement .bln-txt{
    margin: -1.5% auto 30px;
  }
  #home .achievement .bln-txt span{
    font-size: clamp(1.4rem, 2.2vw, 2.8rem);
  }
  #home .achievement .bln-txt:after {
    bottom: -14px;
  }
  #home .achievement .list li{
    display: block;
    margin: 0 0 50px;
  }
  #home .achievement .list li:nth-child(odd){
    flex-flow: row-reverse;
  }
  #home .achievement .list li .en{
    margin-bottom: 10px;
  }
  #home .achievement .list li:nth-child(odd) .en{
    margin-left: 6%;
  }
  #home .achievement .list li:nth-child(even) .en{
    margin-left: auto;
    padding-right: 6%;
  }
  #home .achievement .list li.tennoji .en{
    max-width: 560px;
    width: 80%;
  }
  #home .achievement .list li.shitennoji .en{
    max-width: 400px;
    width: 60%;
  }
  #home .achievement .list li.uehonmachi .en{
    max-width: 440px;
    width: 60%;
  }
  #home .achievement .list li .img{
    width: 94%;
    position: relative;
    top: initial;
  }
  #home .achievement .list li:nth-child(odd) .img{
    margin-left: auto;
  }
  #home .achievement .list li .data .inner .en{
    display: none;
  }
  #home .achievement .list li .data .inner .area{
    display: block;
    margin: -50px 0 30px;
    width: 90%;
  }
  #home .achievement .list li:nth-child(even) .data .inner .area{
    margin-left: auto;
  }
  #home .achievement .list li.tennoji .data .inner .area{
    max-width: 770px;
  }
  #home .achievement .list li.shitennoji .data .inner .area{
    max-width: 670px;
  }
  #home .achievement .list li.uehonmachi .data .inner .area{
    max-width: 580px;
  }
  #home .achievement .list li .data .inner .txt-box,
  #home .achievement .list li:nth-child(even) .data .inner .txt-box{
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  #home .achievement .list li .data .inner .txt-box .t1{
    color: var(--color-main);
    font-size: clamp(1.6rem, 1.7vw, 1.8rem);
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 2%;
  }
  #home .achievement .list li .data .inner .txt-box .t2{
    width: 100%;
  }
  #home .achievement .list li .data .inner{
    width: 100%;
  }
  #home .achievement .list li .data .inner .box2{
    margin-top: 5%;
    padding: 10px 10px 0;
  }
  #home .achievement .list li .data .inner .box2 .flex{
    align-items: flex-end;
  }
  #home .achievement .list li .data .inner .box2 .txt-box{
    width: calc(100% - 120px);
    padding-bottom: 10px;
    text-align: left;
  }
  #home .achievement .list li .data .inner .box2 .icon{
    max-width: 120px;
  }
  #home .achievement .list li .btn-s{
    margin: 30px auto 0;
  }
}
#home .feature{
  background: var(--color-main);
  padding: 80px 0;
  position: relative;
}
#home .feature:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 10%;
  background: url(../img/top/feature-btm.svg) no-repeat bottom center / cover;
  mix-blend-mode: multiply;
}
#home .feature .midashi{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 50px;
  color: #fff;
  font-size: clamp(2.4rem, 3.2vw, 4rem);
  font-weight: 700;
  line-height: 1;
  width: 700px;
  position: relative;
}
#home .feature .midashi:before,
#home .feature .midashi:after{
  content: '';
  width: 2px;
  height: 4.5rem;
  background-color: #fff;
}
#home .feature .midashi:before{
  transform: rotate(-20deg);
  margin: 0 2rem 0 0;
}
#home .feature .midashi:after{
  transform: rotate(20deg);
  margin: 0 0 0 2rem;
}
#home .feature .midashi strong{
  width: 70%;
  display: block;
  margin-right: 10px;
}
#home .feature .inner{
  background-color: #fff;
  max-width: 1000px;
  width: 90%;
  border-radius: 50px;
  padding: 50px 0 0;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
#home .feature .inner .midashi02{
  text-align: center;
  font-size: clamp(2.4rem, 3.2vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: var(--color-main);
  position: relative;
  z-index: 1;
  margin: 0 0 50px;
}
#home .feature .inner .midashi02 span{
  position: relative;
}
#home .feature .inner .midashi02 span:before{
  content: '';
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: 70%;
  background: url(../img/common/marker.svg) repeat bottom center / 14px;
}
#home .feature .inner .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
#home .feature .inner .flex .ill{
  width: 30%;
  margin-bottom: -2.75%;
}
#home .feature .inner .flex .txt-box{
  width: 60%;
  padding-bottom: 2%;
}
#home .feature .inner .flex .txt-box .txt{
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  line-height: 1.6;
  margin: 0 0 20px;
}
#home .feature .inner .flex .txt-box .btn-l_g{
  line-height: 1.4;
  margin-top: auto;
}
#home .feature .inner .flex .txt-box .btn-l_g strong{
  width: 80%;
  display: inline-block;
  transform: translateY(-5px);
  margin-right: 5px;
}
@media only screen and (max-width: 798px) {
  #home .feature{
    padding: 40px 0;
  }
  #home .feature .midashi{
    display: block;
    margin: 0 auto 30px;
    color: #fff;
    width: 90%;
    position: relative;
    text-align: center;
  }
  #home .feature .midashi:before,
  #home .feature .midashi:after{
    position: absolute;
    bottom: 0;
  }
  #home .feature .midashi:before{
    transform: rotate(-20deg);
    margin: 0;
    left: 0;
  }
  #home .feature .midashi:after{
    transform: rotate(20deg);
    margin: 0;
    right: 0;
  }
  #home .feature .midashi strong{
    width: 90%;
    display: block;
    margin: 0 auto 10px;
  }
  #home .feature .inner{
    border-radius: 20px;
    padding: 30px 10px;
  }
  #home .feature .inner .midashi02{
    text-align: center;
    font-size: clamp(2.4rem, 3.2vw, 4rem);
    font-weight: 700;
    line-height: 1;
    color: var(--color-main);
    position: relative;
    z-index: 1;
    margin: 0;
    padding-bottom: 10px;
  }
  #home .feature .inner .midashi02 span{
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
  }
  #home .feature .inner .midashi02 span:before{
    background: url(../img/common/marker.svg) repeat bottom center / 7px;
  }
  #home .feature .inner .flex{
    display: block;
  }
  #home .feature .inner .flex .ill{
    width: 50%;
    margin: 0 auto 3%;
  }
  #home .feature .inner .flex .txt-box{
    width: 100%;
    padding-bottom: 2%;
  }
  #home .feature .inner .flex .txt-box .txt{
    color: var(--color-main);
    text-align: center;
    margin: 0 0 20px;
  }
  #home .feature .inner .flex .txt-box .btn-l_g{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #home .feature .inner .flex .txt-box .btn-l_g strong{
    width: 80%;
    display: inline-block;
    transform: translateY(-5px);
    margin-right: 5px;
  }
}

#home .flow{
  background:var(--color-bg01);
  padding: 80px 0;
}
#home .flow .tit{
  text-align: center;
  font-size: clamp(2.4rem, 3.2vw, 4rem);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 30px;
}
#home .flow .head-txt{
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.6;
  text-align: center;
  margin: 0 0 60px;
}
#home .flow .list{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#home .flow .one-box{
  position: relative;
  margin-bottom: 60px;
}
#home .flow .one-box:after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#home .flow .one-box:nth-of-type(1):after{
  width: 3px;
  height: 60px;
  background: url(../img/top/flow-line01.svg) no-repeat center center / contain;
  bottom: -75px;
}
#home .flow .one-box .midashi{
  font-size: clamp(2rem, 2.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#home .flow .one-box .midashi.bl{
  color: var(--color-main);
}
#home .flow .one-box .midashi strong{
  width: 100px;
  display: block;
  margin-right: 10px;
}
#home .flow .one-box .in-box{
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#home .flow .one-box .in-box .icon{
  width: 80px;
}
#home .flow .one-box .in-box .txt{
  width: calc(100% - 100px);
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.6;
  position: relative;
}
#home .flow .one-box .in-box .txt strong{
  display: block;
  margin: 10px 0 5px;
}
#home .flow .one-box .in-box .txt.acc p{
  display: block;
  position: relative;
  overflow: hidden;
  transition: .3s;
}
#home .flow .one-box .in-box .txt.acc p.is-hide {
  height: 180px;
  margin-bottom: 0;
}
#home .flow .one-box .in-box .txt.acc p:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  z-index: 1;
  transition: .3s;
}
#home .flow .one-box .in-box .txt.acc .grad-trigger {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  margin: auto;
  padding: 15px 5px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-sizing: border-box;
  display: block;
}
#home .flow .one-box .in-box .txt.acc .grad-trigger.btn-s:after{
  content: '';
  right: inherit;
  left: 10px;
  background: url(../img/common/arw02-w.svg) no-repeat center center / contain;
  width: 18px;
  height: 6px;
  transition: .3s;
}
#home .flow .one-box .in-box .txt.acc .grad-trigger.is-show{
  bottom: 0;
}
#home .flow .one-box .in-box .txt.acc .grad-trigger.is-show + p{
}
#home .flow .one-box .in-box .txt.acc .grad-trigger.is-show + p::before {
  opacity: 0;
  pointer-events: none;
}
#home .flow .one-box .in-box .txt.acc .grad-trigger.is-show.btn-s:after{
  transform: translateY(-50%) rotate(180deg);
}
#home .flow .flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-top: 20px;
}
#home .flow .flex:before{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 430px;
  height: 50px;
  background: url(../img/top/flow-line02.svg) no-repeat center center / contain;
  top: -45px;
}
#home .flow .flex .plan{
  width: 48%;
}
#home .flow .flex .plan .name{
  font-size: clamp(2rem, 2.2vw, 2.5rem);
  font-weight: 700;
  border-radius: 50px;
  border: solid 3px #333;
  background-color: #fff;
  padding: 5px;
  width: 220px;
  margin: 0 auto 20px;
  text-align: center;
}
#home .flow .flex .plan .name.bk{
  background-color: #333;
  color: #fff;
}
#home .flow .flex .plan .one-box:nth-of-type(1):after{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 1.5vw 0 1.5vw;
  border-color: var(--color-main) transparent transparent transparent;
  bottom: -50px;
}
#home .flow .ill{
  max-width: 450px;
  margin: 10px auto 0;
}
#home .flow .scr-txt{
  display: none;
}
@media only screen and (max-width: 798px) {
  #home .flow{
    padding: 40px 0;
  }
  #home .flow .tit{
    margin: 0 0 20px;
  }
  #home .flow .head-txt{
    margin: 0 0 40px;
  }
  #home .flow .one-box{
    position: relative;
    margin-bottom: 40px;
  }
  #home .flow .one-box:nth-of-type(1):after,
  #home .flow .one-box:nth-of-type(2):after{
    width: 2px;
    height: 40px;
    background: url(../img/top/flow-line01.svg) no-repeat center center / contain;
    bottom: -55px;
  }
  #home .flow .one-box .midashi{
  }
  #home .flow .one-box .midashi strong{
    width: 100px;
    min-width: 100px;
    display: block;
    margin: 0 10px 0 0;
  }
  #home .flow .one-box .in-box{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
  }
  #home .flow .one-box .in-box .icon{
    width: 50px;
  }
  #home .flow .one-box .in-box .txt{
    width: 100%;
  }
  #home .flow .flex{
    width: 100%;
    overflow-x: scroll;
    flex-wrap: nowrap;
    padding-top: 10px;
  }
  #home .flow .flex:before{
    display: none;
  }
  #home .flow .flex .plan{
    min-width: 280px;
  }
  #home .flow .flex .plan:first-of-type{
    margin-right: 20px;
  }
  #home .flow .flex .plan .name{
    font-size: clamp(1.6rem, 1.7vw, 1.8rem);
    border: solid 1px #333;
    padding: 5px;
    width: 120px;
    margin: 0 auto 10px;
  }
  #home .flow .flex .plan .one-box:nth-of-type(1):after{
    border-width: 20px 10px 0 10px;
    border-color: var(--color-main) transparent transparent transparent;
    bottom: -40px;
  }
  #home .flow .flex .plan .one-box:nth-of-type(2):after{
    display: none;
  }
  #home .flow .ill{
    max-width: 260px;
    width: 90%;
    margin: 10px auto 0;
  }
  #home .flow .scr-txt{
    display: block;
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--color-main);
    padding-top: 30px;
  }
}
#home .faq{
  background-color: #f2f2f2;
  padding: 80px 0;
}
#home .faq .inner{
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 0 30px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#home .faq .inner .tit{
  text-align: center;
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: 700;
  line-height: 1;
  color: var(--color-main);
  margin: 0 0 50px;
}
#home .faq .inner .tit span{
  display: inline-block;
  background: linear-gradient(transparent 50%, #eaf5f2 50%);
  padding: 0 20px 5px;
}
#home .faq .inner ul{
  max-width: 790px;
  width: 90%;
  margin: 0 auto;
}
#home .faq .inner ul li{
  padding: 50px 0;
  border-top: solid 1px #f2f2f2;
}
#home .faq .inner ul li:first-child{
  padding-top: 0;
  border-top: none;
}
#home .faq .inner ul li .q{
  position: relative;
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-main);
  padding: 0 0 0 60px;
}
#home .faq .inner ul li .a{
  position: relative;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.6;
  margin: 40px 0 0 60px;
  padding: 0 0 0 60px;
}
#home .faq .inner ul li .q:before,
#home .faq .inner ul li .a:before{
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  transform: translateY(-25%);
  background: no-repeat center center / contain;
}
#home .faq .inner ul li .q:before{
  background-image: url(../img/top/faq-q.svg);
}
#home .faq .inner ul li .a:before{
  background-image: url(../img/top/faq-a.svg);
}
@media only screen and (max-width: 798px) {
  #home .faq{
    padding: 40px 0;
  }
  #home .faq .inner{
    border-radius: 15px;
    padding: 40px 0 10px;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  #home .faq .inner .tit{
    margin: 0 0 20px;
  }
  #home .faq .inner .tit span{
    padding: 0 10px 5px;
  }
  #home .faq .inner ul li{
    padding: 20px 0;
    border-top: solid 1px #f2f2f2;
  }
  #home .faq .inner ul li .q{
    padding: 0 0 0 40px;
  }
  #home .faq .inner ul li .a{
    position: relative;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    line-height: 1.6;
    margin: 20px 0 0 20px;
    padding: 0 0 0 40px;
  }
  #home .faq .inner ul li .q:before,
  #home .faq .inner ul li .a:before{
    width: 35px;
    height: 35px;
  }
}

/*---- #work ----*/
body#work main{
  overflow: initial;
}
#work #head{
  background: #fff;
  padding: 50px 10px;
}
#work #head p{
  text-align: center;
  font-size: clamp(1.5rem, 1.6vw, 2.2rem);
  font-weight: 900;
  line-height: 1.8;
  color: var(--color-main);
}
#work .conts{
  padding: 90px 0;
  background-color: var(--color-bg02);
}
#work.detail .conts{
  background-color: #fff
}
#work .conts .inner{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: flex-start;
  position: relative;
}
#work .conts .inner .article{
  max-width: 650px;
  width: 68%;
}
#work .conts .inner .article .one-box{
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #e0e0e0;
}
#work .conts .inner .article .one-box a:hover{
  opacity: .7;
}
#work .conts .inner .article .one-box .tit{
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-main);
  margin: 0 0 20px;
}
#work .conts .inner .article .one-box .flex{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: flex-start;
}
#work .conts .inner .article .one-box .flex .img{
  min-width: 160px;
  width: 160px;
}
#work .conts .inner .article .one-box .flex .txt-box{
  width: calc(100% - 180px);
}
#work .conts .inner .article .one-box .flex .txt-box .t1{
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  line-height: 1.6;
  font-weight: 500;
}
#work .conts .inner .article .one-box .flex .txt-box .midashi{
  background-color: var(--color-main);
  margin: 20px 0 10px;
}
#work .conts .inner .article .one-box .flex .txt-box .midashi strong{
  display: block;
  border-bottom: none;
  color: #fff;
  padding: 10px;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  font-weight: 700;
  line-height: 1;
  width: 100%;
}
#work .conts .inner .article .one-box .flex .txt-box .t2{
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.6;
}
#work .conts .inner .article .one-box .flex .txt-box .name{
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.6;
  text-align: right;
  margin-top: 10px;
}
#work .conts .inner .article .pagenav{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-flow: wrap;
}
#work .conts .inner .article .pagenav ul{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-flow: wrap;
}
#work .conts .inner .article .pagenav ul.arw{
  padding-left: 30px;
}
#work .conts .inner .article .pagenav ul li{
}
#work .conts .inner .article .pagenav ul li a{
  display: block;
  line-height: 40px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #fff;
  border: solid 1px var(--color-main);
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
#work .conts .inner .article .pagenav ul li a:hover,
#work .conts .inner .article .pagenav ul li a.current{
  background-color: var(--color-main);
  color: #fff;
}
#work .conts .inner .article .pagenav ul li span{
  display: block;
  width: 20px;
  line-height: 40px;
  font-size: 1.4rem;
  text-align: center;
  margin-left: 10px;
}
#work .conts .inner .article .pagenav ul.arw a strong{
  display: block;
  transform: scale(1,1.5);
  font-weight: 400;
  line-height: 36px;
}
#work .conts .inner .side{
  max-width: 280px;
  width: 28%;
  transition: .3s;
  position: sticky;
  top: 100px;
}
@media only screen and (min-width: 799px) {
  #work .conts .inner .side.fixed{
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}
#work .conts .inner .side li a{
  display: block;
  margin: 0 0 20px;
}
#work .conts .inner .side li a:hover{
  opacity: .7;
}
#work.detail .conts .inner .article .tit{
  font-size: clamp(1.8rem, 2vw, 2.3rem);
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-main);
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: solid 1px #e0e0e0;
}
#work.detail .conts .inner .article .main-img{
  margin: 0 0 30px;
}
#work.detail .conts .inner .article .toc{
  margin: 0 0 100px;
}
#work.detail .conts .inner .article .bg-tit{
  background-color: var(--color-main);
  color: #fff;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 700;
  line-height: 1;
  padding: 10px;
  margin: 0 0 20px;
}
#work.detail .conts .inner .article .toc ul{
  padding: 10px 50px 0;
  counter-reset: number 0;
}
#work.detail .conts .inner .article .toc ul li{
  margin-bottom: 10px;
}
#work.detail .conts .inner .article .toc ul li a{
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
#work.detail .conts .inner .article .toc ul li a:before{
  counter-increment: number 1;
  content: counter(number) '.';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
#work.detail .conts .inner .article .toc ul li a:hover{
  color: var(--color-main);
}
#work.detail .conts .inner .article .box{
  padding: 0 0 40px;
}
#work.detail .conts .inner .article .box .midashi{
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  border-bottom: solid 1px var(--color-main);
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: var(--color-main);
}
#work.detail .conts .inner .article .box .txt{
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: 20px;
}
#work.detail .conts .inner .article .box .img-box{
  padding: 20px;
  background-color: #f0f0f0;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
}
#work.detail .conts .inner .article .box .img-box.graph{
  margin-bottom: 10px;
}
#work.detail .conts .inner .article .box .img-box.inv{
  flex-flow: row-reverse;
}
#work.detail .conts .inner .article .box .notes{
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  line-height: 1.6;
}
#work.detail .conts .inner .article .box .notes a{
  text-decoration: underline;
}
#work.detail .conts .inner .article .box .notes a:hover{
  text-decoration: none;
}
#work.detail .conts .inner .article .box .txt:last-of-type{
}
#work.detail .conts .inner .article .box .img-box .img{
  width: 280px;
}
#work.detail .conts .inner .article .box .img-box .t1{
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  line-height: 1.8;
  font-weight: 500;
  width: calc(100% - 300px);
}
#work.detail .conts .inner .article .box .img-box .t1 strong{
  display: block;
  margin: 0 0 20px;
  font-weight: 700;
}
#work.detail .conts .inner .article .btn{
  box-shadow: 0 4px 0 #2b2b2b;
  font-size: 3rem;
  border-radius: 50px;
  text-shadow: 1px 1px 3px rgba(0,0,0,.25);
  color: #fff;
  font-weight: 900;
  line-height: 1;
  display: block;
  width: 288px;
  display: block;
  position: relative;
  margin: 80px auto;
  text-align: center;
  overflow: hidden;
}
#work.detail .conts .inner .article .btn > span{
}
#work.detail .conts .inner .article .btn > strong{
  width: 100%;
  display: block;
  z-index: 1;
}
#work.detail .conts .inner .article .btn:hover {
  transform: translateY(4px);
  box-shadow: none;
}
#work.detail .conts .inner .article .back{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 20px;
  border-radius: 50px;
  border: solid 2px var(--color-main);
  color: var(--color-main);
  background: #fff!important;
  transition: .3s;
  max-width: 230px;
  margin: 80px auto 0;
  display: block;
  text-align: center;
}
#work.detail .conts .inner .article .back:hover{
  color: #fff;
  background: var(--color-main)!important;
  box-shadow: none!important;
}
#work.detail .conts .inner .article .other{
  padding-top: 40px;
  border-top: solid 1px #e0e0e0;
}
#work.detail .conts .inner .article .other .midashi{
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 40px;
}
#work.detail .conts .inner .article .other ul li{
  margin: 0 15px;
}
#work.detail .conts .inner .article .other ul li a{
  display: block;
  transition: .3s;
}
#work.detail .conts .inner .article .other ul li a:hover{
  opacity: .7;
}
#work.detail .conts .inner .article .other ul li .t1{
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
  font-weight: 500;
  line-height: 1.4;
}
#work.detail .conts .inner .article .other ul li .img{
  margin: 10px 0;
}
#work.detail .conts .inner .article .other ul li .t2{
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
  font-weight: 400;
  line-height: 1.4;
}
#work.detail .conts .inner .article .other .slick-prev,
#work.detail .conts .inner .article .other .slick-next{
  width: 40px;
  height: 40px;
  background: no-repeat center center / contain;
  z-index: 1;
  transition: .3s;
}
#work.detail .conts .inner .article .other .slick-prev:hover,
#work.detail .conts .inner .article .other .slick-next:hover{
  opacity: .7;
}
#work.detail .conts .inner .article .other .slick-prev{
  left: -5px;
  background-image: url(../img/work/arw-prev.svg);
}
#work.detail .conts .inner .article .other .slick-next{
  right: -5px;
  background-image: url(../img/work/arw-next.svg);
}
#work.detail .conts .inner .article .other .slick-prev:before,
#work.detail .conts .inner .article .other .slick-next:before{
  display: none;
}
@media only screen and (max-width: 798px) {
  #work #head{
    padding: 30px 10px;
  }
  #work .conts{
    padding: 40px 0;
  }
  #work .conts .inner{
    display: block;
  }
  #work .conts .inner .article{
    max-width: none;
    width: 100%;
  }
  #work .conts .inner .article .one-box{
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #work .conts .inner .article .one-box .tit{
    margin: 0 0 10px;
  }
  #work .conts .inner .article .one-box .flex{
    display: block;
  }
  #work .conts .inner .article .one-box .flex .img{
    min-width: auto;
    width: 100%;
    margin: 0 auto 10px;
  }
  #work .conts .inner .article .one-box .flex .txt-box{
    width: 100%;
  }
  #work .conts .inner .article .one-box .flex .txt-box .midashi strong{
    padding: 5px;
    min-width: 200px;
    width: 200px;
  }
  #work .conts .inner .article .one-box .flex .txt-box .name{
    margin-top: 5px;
  }
  #work .conts .inner .article .pagenav{
    display: block;
  }
  #work .conts .inner .article .pagenav ul{
    justify-content: center;
  }
  #work .conts .inner .article .pagenav ul.arw{
    padding: 10px 0 0;
  }
  #work .conts .inner .article .pagenav ul li a{
    display: block;
    line-height: 30px;
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    margin: 0 3px;
  }
  #work .conts .inner .article .pagenav ul li span{
    width: 20px;
    line-height: 30px;
    font-size: 1.3rem;
    margin-left: 0;
  }
  #work .conts .inner .article .pagenav ul.arw a strong{
    display: block;
    transform: scale(1,1.5);
    font-weight: 400;
    line-height: 28px;
  }
  #work .conts .inner .side{
    width: 100%;
    max-width: none;
    margin: 30px auto 0;
    position: relative;
    top: initial;
  }
  #work.detail .conts .inner .article .tit{
    margin: 0 0 20px;
    padding: 0 0 10px;
  }
  #work.detail .conts .inner .article .main-img{
    margin: 0 0 20px;
  }
  #work.detail .conts .inner .article .toc{
    margin: 0 0 50px;
  }
  #work.detail .conts .inner .article .bg-tit{
    margin: 0 0 10px;
  }
  #work.detail .conts .inner .article .toc ul{
    padding: 5px 10px 0;
  }
  #work.detail .conts .inner .article .toc ul li{
    margin-bottom: 5px;
  }
  #work.detail .conts .inner .article .box{
    padding: 0 0 20px;
  }
  #work.detail .conts .inner .article .box .midashi{
    margin-bottom: 10px;
  }
  #work.detail .conts .inner .article .box .txt{
    margin-bottom: 10px;
  }
  #work.detail .conts .inner .article .box .img-box{
    padding: 10px;
    display: block;
    margin-bottom: 10px;
  }
  #work.detail .conts .inner .article .box .txt:last-of-type{
  }
  #work.detail .conts .inner .article .box .img-box .img{
    width: 100%;
    margin: 0 0 10px;
  }
  #work.detail .conts .inner .article .box .img-box .t1{
    width: 100%;
  }
  #work.detail .conts .inner .article .box .img-box .t1 strong{
    margin: 0 0 10px;
  }
  #work.detail .conts .inner .article .btn{
    width: 280px;
    margin: 30px auto 50px;
  }
  #work.detail .conts .inner .article .other{
    padding-top: 20px;
  }
  #work.detail .conts .inner .article .other .midashi{
    margin: 0 0 20px;
  }
  #work.detail .conts .inner .article .other ul li{
    margin: 0 10px;
  }
  #work.detail .conts .inner .article .other .slick-prev,
  #work.detail .conts .inner .article .other .slick-next{
    width: 30px;
    height: 30px;
  }
  #work.detail .conts .inner .article .back{
    margin: 40px auto 0;
  }
}

/*---- #form ----*/
#form .conts{
  padding: 90px 0;
}
#form .conts .inner{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#form.form .conts .inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#form .conts .txt-box{
  max-width: 260px;
  width: 26%;
  position: sticky;
  top: 30px;
}
#form .conts .txt-box .tit{
  width: 100%;
  margin: 0 auto -15px;
}
#form .conts .txt-box .txt1{
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-main);
  text-align: center;
  text-decoration: underline;
  padding: 25px 5px;
  border-radius: 30px;
  background-color: var(--color-bg02);
}
#form .conts form{
  max-width: 680px;
  width: 68%;
}
#form .conts .form-tit{
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-main);
  margin: 0 0 40px;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--color-main);
}
#form .txt2{
  font-size: clamp(1.8rem, 2vw, 2.5rem);
  font-weight: 500;
  line-height: 2;
  color: var(--color-main);
  text-align: center;
  margin: 0 0 40px;
}
#form .txt3{
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height: 2;
  text-align: center;
  margin: 0 0 40px;
}
#form .txt4{
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  line-height: 2;
  text-align: center;
  margin: 0 0 40px;
}
#form .txt4 a{
  font-size: clamp(1.8rem, 2.6vw, 3.5rem);
  font-weight: 700;
  color: var(--color-main);
  pointer-events: none;
}
#form .btn-s{
  margin: 0 auto;
}
#form .inner .table{
  border-bottom: solid 1px #cbcbcb;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#form .inner .table.no-b{
  border-bottom: none;
  padding-bottom: 0;
}
#form .inner .table table{
  width: 100%;
}
#form .inner .table table th{
  min-width: 200px;
  width: 200px;
  padding: 20px 10px 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: top;
}
#form .inner .table table th p{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
#form .inner .table table th .hissu{
  background-color: #b70000;
  color: #fff;
  padding: 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  width: 65px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
}
#form .inner .table table th .any{
  background-color: #fff;
  border: solid 1px #000;
  padding: 5px 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  width: 65px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
}
#form .inner .table table td{
  padding: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: calc(100% - 200px);
}
#form .inner .table table td p{
  position: relative;
}
#form .inner .table table td p .mfp_err{
  background-color: rgba(183,0,0,.75);
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-10%,-25%);
  font-size: 1rem;
  line-height: 1;
  transition: .3s;
  margin: 0;
  padding: 5px;
  pointer-events: none;
}
#form .inner .table table td p .mfp_err:after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width:0;
  height:0;
  border-style:solid;
  border-width: 10px 10px 0 10px;
  border-color: rgba(183,0,0,.75) transparent transparent transparent;
}
#form .inner .table table td .flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#form .inner .table table td .flex > p{
  width: 49%;
}
#form .inner .table table td input[type=text],
#form .inner .table table td textarea{
  width: 100%;
  padding: 15px;
  border: solid 1px #c8c8c8;
  font-size: 1.6rem;
  position: relative;
}

#form .inner .table table td input[type=text]::placeholder,
#form .inner .table table td textarea::placeholder{
  color: #cbcbcb;
}
#form .inner .table table td input[type=text].w60{
  width: 60%;
}
#form .inner .table table td .add > p{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#form .inner .table table td .add > p span{
  min-width: 180px;
  width: 180px;
  text-align: right;
  font-weight: 500;
}
#form .inner .table table td .add > p span.trans{
}
#form .inner .table table td .add > p span select{
  background-color: #fff;
  border: solid 1px #c8c8c8;
  padding: 15px;
}
#form .inner .table table td .add > p strong{
  width: calc(100% - 200px);
}
#form .inner .table table td .add > p strong span.notes{
  min-width: auto;
  width: 100%;
  display: block;
  margin: 5px 0 0;
  text-align: left;
}
#form .inner .table table td .add > p strong input[type=radio]{
  appearance: auto;
}
#form .inner .table table td .add > p strong label{
  font-weight: normal;
}
#form .inner .table table td .add > p strong .radio{
  margin-right: 10px;
}
#form .inner .table .notes2{
  width: 100%;
  margin: 0 0 5px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
}
#form .inner .table table td .comment{
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.4;
}
#form .inner .table table td input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background-color: #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#form .inner .table table td input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
#form .inner .table table td .check{
  padding: 12px 10px 10px;
}
#form .inner .table table td .check span{
  display: inline-block;
  margin: 0 15px 15px 0;
  border: solid 1px #c8c8c8;
  padding: 10px;
}
#form .inner .table .txt{
  margin: 0 0 40px;
  font-size: 1.4rem;
  line-height: 1.6;
}
#form .inner .table .txt a{
  color: #0000ff;
  text-decoration: underline;
}
#form .inner .table .txt a:hover{
  text-decoration: none;
}
#form .inner .table .btn{
  text-align: center;
}
#form .inner .table .btn input[type=submit]{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 20px;
  border-radius: 50px;
  border: solid 2px var(--color-main);
  color: var(--color-main);
  background: #fff!important;
  transition: .3s;
}
#form .inner .table .btn input[type=submit]:hover{
  color: #fff;
  background: var(--color-main)!important;
  box-shadow: none!important;
}
div#mfp_overlay{
}
div#mfp_overlay_inner{
  position: fixed;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%,-50%);
  z-index: -1;
}
div#mfp_overlay_inner h4{
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-main);
  text-align: center;
  margin: 0 0 20px;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td{
  padding: 10px 0;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
div.mfp_buttons span{
  display: block;
  max-width: 240px;
  width: 240px;
  margin: 10px auto 0;
}
div.mfp_buttons span button{
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding: 20px;
  border-radius: 50px;
  border: solid 2px var(--color-main);
  color: var(--color-main);
  background: #fff!important;
  transition: .3s;
  width: 100%;
}
div.mfp_buttons span button:hover{
  color: #fff;
  background: var(--color-main)!important;
  box-shadow: none!important;
}
div.mfp_buttons span button#mfp_button_send{
  color: #fff;
  background: var(--color-main)!important;
}
div.mfp_buttons span button#mfp_button_send:hover{
  color: var(--color-main);
  background: #fff!important;
}
div.mfp_buttons span button#mfp_button_cancel{
  border: none;
  padding: 0;
  font-size: 1.4rem;
  text-decoration: underline;
}
div.mfp_buttons span button#mfp_button_cancel:hover{
  text-decoration: none;
  color: var(--color-main);
  background: #fff!important;
}
@media only screen and (max-width: 798px) {
  #form .conts{
    padding: 40px 0;
    display: block;
  }
  #form .conts .txt-box{
    max-width: 400px;
    width: 100%;
    margin: 0 auto 40px;
    position: relative;
    top: initial;
  }
  #form .conts .txt-box .tit{
    width: 100%;
    margin: 0 auto -15px;
  }
  #form .conts .txt-box .txt1{
    padding: 20px 5px;
    border-radius: 15px;
  }
  #form .conts form{
    max-width: none;
    width: 100%;
  }
  #form .conts .form-tit{
    margin: 0 0 20px;
    padding-bottom: 5px;
  }
  #form .txt2{
    margin: 0 0 20px;
  }
  #form .txt3{
    text-align: left;
    margin: 0 0 30px;
  }
  #form .txt4 a{
    pointer-events: inherit;
  }
  #form .inner .table{
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  #form .inner .table .notes2{
    font-size: 1.2rem;
  }
  #form .inner .table table tr{
    display: block;
  }
  #form .inner .table table th{
    min-width: auto;
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
    display: block;
  }
  #form .inner .table table th p{
    display: block;
    text-align: left;
  }
  #form .inner .table table th .hissu{
    background-color: #b70000;
    color: #fff;
    padding: 5px;
    font-size: 1.2rem;
    width: 55px;
    text-align: center;
    display: block;
    margin: 15px 0 -28px;
  }
  #form .inner .table table th .any{
    padding: 5px;
    font-size: 1.2rem;
    width: 55px;
    text-align: center;
    display: block;
    margin: 10px 0;
  }
  #form .inner .table table td{
    font-size: 1.2rem;
    width: calc(100% - 65px);
    display: block;
    padding: 0 0 10px;
    margin: 0 0 0 auto;
  }
  #form .inner .table table td.w100{
    width: 100%;
  }
  #form .inner .table table td .flex{
    display: block;
  }
  #form .inner .table table td .flex > p{
    width: 100%;
    margin: 0 0 5px;
  }
  #form .inner .table table td input[type=text],
  #form .inner .table table td textarea,
  #form .inner .table table td .add > p span select{
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
  }
  #form .inner .table table td .add > p{
    margin: 0 0 10px;
  }
  #form .inner .table table td .add > p span{
    display: block;
    margin: 0 0 5px;
    text-align: left;
    font-weight: 500;
  }
  #form .inner .table table td .add > p span.trans{
    transform: none;
    min-width: 50px;
    width: 50px;
  }
  #form .inner .table table td .add > p strong{
    width: calc(100% - 55px);
  }
  #form .inner .table table td .add > p strong .radio{
    display: block;
    margin: 0 0 5px;
  }
  #form .inner .table table td .notes{
    width: 100%;
    margin: 10px 0;
    font-size: 1rem;
  }
  #form .inner .table .txt{
    margin: 0 0 30px;
    font-size: 1rem;
  }
  #form .inner .table table td .comment{
    font-size: 1.2rem;
  }
  #form .inner .table .btn input[type=submit]{
    font-size: 1.5rem;
    border: solid 1px var(--color-main);
  }
  #form header .fix-assessment{
    display: none;
  }
}

/*---- #service ----*/
#service #mv .tit strong{
  display: inline-block;
  width: 420px;
  margin: 0 10px 0 0;
  transform: translateY(-7px);
}
#service #head{
  padding: 50px 10px;
}
#service #head p{
  text-align: center;
  font-size: clamp(1.8rem, 2.4vw, 3rem);
  font-weight: 900;
  line-height: 1.6;
  color: var(--color-main);
}
#service .feature{
  padding: 200px 0 10px;
  background-color: var(--color-bg02);
}
#service .feature-head{
  max-width: 870px;
  width: 90%;
  margin: 0 auto 100px;
}
#service .feature-list{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
#service .feature-list li{
  margin: 0 0 200px;
}
#service .feature-list li .head{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 50px;
}
#service .feature-list li:nth-child(even) .head{
  flex-flow: row-reverse;
}
#service .feature-list li .head .num{
  width: 220px;
}
#service .feature-list li:nth-child(1) .head .num{
  width: 180px;
}
#service .feature-list li .head-box{
  width: calc(100% - 260px);
}
#service .feature-list li:nth-child(1) .head-box{
  width: calc(100% - 220px);
}
#service .feature-list li .head-box .en-tit{
  max-width: 350px;
  margin: 0 0 10px;
}
#service .feature-list li:nth-child(2) .en-tit{
  max-width: 390px;
  margin-left: auto;
}
#service .feature-list li .head-box .midashi{
  font-size: clamp(2rem, 2.8vw, 3.8rem);
  font-weight: 900;
  line-height: 1.6;
  color: var(--color-main);
}
#service .feature-list li:nth-child(2) .head-box .midashi{
  text-align: right;
}
#service .feature-list li .body{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#service .feature-list li:nth-child(even) .body{
  flex-flow: row-reverse;
}
#service .feature-list li .body .img{
  width: 48%;
}
#service .feature-list li .body .txt-box{
  width: 48%;
}
#service .feature-list li .body .txt-box .txt{
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: 100px;
}
#service .feature-list li:nth-child(even) .body .txt-box .btn-l_g{
  margin-left: auto;
}
#service .feature-list li .txt-box .btn{
  box-shadow: 0 4px 0 #2b2b2b;
  border-radius: 50px;
  text-shadow: 1px 1px 3px rgba(0,0,0,.25);
  display: block;
  max-width: 390px;
  width: 100%;
  display: block;
  position: relative;
  margin: 20px 0 0;
  text-align: center;
  overflow: hidden;
}
#service .feature-list li .txt-box .btn > strong{
  width: 100%;
  display: block;
  z-index: 1;
}
#service .feature-list li .txt-box .btn:hover {
  transform: translateY(4px);
  box-shadow: none;
}
#service .provide{
  background: var(--color-main);
  position: relative;
  padding: 150px 0;
}
#service .provide .inner{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#service .provide .inner .midashi{
  text-align: center;
  font-size: clamp(2.6rem, 3vw, 5rem);
  line-height: 1.8;
  color: #fff;
  font-weight: 600;
  margin: 0 0 50px;
}
#service .provide .inner .midashi span.t1{
  display: block;
  max-width: 370px;
  margin: 0 auto 10px;
}
#service .provide .inner .midashi span.t2{
  display: inline-block;
  width: 50%;
  margin: 0 1% 0 0;
  transform: translateY(-20%);
}
#service .provide .inner .midashi strong.t1{
  display: inline-block;
  background-color: var(--color-y);
  padding: 1% 3%;
  margin-right: 1%;
  border-radius: 50px;
  line-height: 1;
  color: var(--color-main);
  font-weight: 900;
}
#service .provide .inner .midashi strong.t2{
  color: var(--color-y);
  font-weight: 900;
}
#service .provide .inner ul{
  position: relative;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#service .provide .inner ul li:nth-child(1){
  width: 33%;
  margin-top: 16%;
  transform: translateX(14%);
}
#service .provide .inner ul li:nth-child(2){
  width: 30%;
  transform: translateX(8%);
}
#service .provide .inner ul li:nth-child(3){
  width: 33%;
  margin-top: 23%;
}
#service .provide .inner .ill-box{
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: -5% auto 120px;
}
#service .provide .inner .ill-box .ill{
  max-width: 534px;
  width: 90%;
  margin: 0 auto -25px;
}
#service .provide .inner .ill-box .txt{
  background-color: #fff;
  padding: 20px;
  border-radius: 50px;
  width: 100%;
  font-size: clamp(2rem, 2.5vw, 3rem);
  line-height: 1.6;
  font-weight: 700;
  color: var(--color-main);
  text-align: center;
}
#service .provide .inner .ill-box .txt span{
  background: linear-gradient(transparent 60%, var(--color-y) 0%);
  display: inline;
}
#service .provide .inner .btn-box{
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
}
#service .provide .inner .btn-box .btn{
  display: block;
  transition: .3s;
  position: relative;
}
#service .provide .inner .btn-box .btn:before{
  content: '';
  width: 100%;
  height: 78%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 6px 6px 8px rgba(0,0,0,.25);
}
#service .provide .inner .btn-box .btn:hover{
  transform: translateY(-5px);
}
#service .support{
  background-color: var(--color-y);
  padding: 100px 0;
}
#service .support-head{
  position: relative;
}
#service .support-head:after{
  content: '';
  background: url(../img/service/support-bg.svg) no-repeat bottom center / cover;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding-top: 12%;
  mix-blend-mode: multiply;
  opacity: .7;
}
#service .support-head-ill{
  max-width: 570px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#service .support .head-txt{
  width: 90%;
  margin: 0 auto 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
#service .support .head-txt .txt{
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: 1.6;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--color-main);
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
}
#service .support .head-txt .txt span{
  display: inline-block;
  max-width: 690px;
  width: 70%;
  padding: 0 1.5% 11px 0;
  vertical-align: super;
  border-bottom: solid 1px var(--color-main);
}
#service .support .head-txt .txt strong{
  color: var(--color-main);
  font-weight: 900;
}
#service .support-list{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 1px;
}
#service .support-list li{
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px;
}
#service .support-list li .img{
  max-width: 600px;
  width: 60%;
  margin: 0 0 0 auto;
}
#service .support-list li:nth-child(even) .img{
  margin: 0 auto 0 0;
}
#service .support-list li .txt-box{
  position: absolute;
  top: 60px;
}
#service .support-list li:nth-child(odd) .txt-box{
  left: 0;
}
#service .support-list li:nth-child(even) .txt-box{
  right: 0;
}
#service .support-list li .txt-box p{
  border: solid 1px var(--color-main);
  background-color: #fff;
  padding: 10px;
  font-size: clamp(2.4rem, 4vw, 5rem);
  line-height: 1;
  font-weight: 400;
  width: fit-content;
  margin: 0 0 10px;
}
#service .support-list li .txt-box p:nth-of-type(2){
  font-weight: 700;
  color: var(--color-main);
}
#service .support-list li .en{
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
}
#service .support-list li:nth-child(1) .en{
  left: 0;
  max-width: 840px;
  width: 84%;
}
#service .support-list li:nth-child(2) .en{
  right: 0;
  max-width: 580px;
  width: 58%;
}
#service .support-list li:nth-child(3) .en{
  left: 0;
  max-width: 436px;
  width: 43%;
}
#service .case{
  background: #eaf5f2;
  padding: 150px 0;
  position: relative;
}
#service .case:before{
  content: '';
  width: 100%;
  height: 400px;
  background: url(../img/service/case-head.jpg) no-repeat center top / cover;
  position: absolute;
  top: 0;
  left: 0;
}
#service .case .tit{
  text-align: center;
  color:  #fff;
  font-size: clamp(2.2rem, 2.6vw, 3.3rem);
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 80px;
  position: relative;
  z-index: 1;
}
#service .case .list{
  max-width: 820px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  position: relative;
  z-index: 1;
}
#service .case .list li{
  width: calc(100% / 2 - 20px);
  margin: 0 40px 40px 0;
  box-shadow: 6px 6px 0 rgba(42,151,125,.4);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
#service .case .list li:nth-child(2n){
  margin-right: 0;
}
#service .case .list li .midashi{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  background-color: #f2f2f2;
  border-bottom: solid 1px #c8c8c8;
}
#service .case .list li .midashi strong{
  display: block;
  min-width: 100px;
  width: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--color-main);
  color: #fff;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.6;
  font-weight: 700;
}
#service .case .list li .midashi span{
  display: block;
  width: calc(100% - 100px);
  padding: 15px;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.6;
  font-weight: 500;
}
#service .case .list li table{
  width: 100%;
  height: 100%;
}
#service .case .list li table tr{
  border-bottom: solid 1px #f2f2f2;
}
#service .case .list li table th{
  min-width: 100px;
  width: 100px;
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  border-right: solid 1px #f2f2f2;
}
#service .case .list li table td{
  width: calc(100% - 100px);
  padding: 15px;
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  line-height: 1.6;
  font-weight: 500;
}
@media only screen and (max-width: 798px) {
  #service #head{
    padding: 30px 10px;
  }
  #service #mv .tit strong{
    display: block;
    width: 280px;
    margin: 0 auto 5px;
    transform: none;
  }
  #service .feature{
    padding: 50px 0 10px;
  }
  #service .feature-head{
    margin: 0 auto 30px;
  }
  #service .feature-list li{
    margin: 0 0 50px;
  }
  #service .feature-list li .head{
    margin: 0 0 20px;
  }
  #service .feature-list li:nth-child(even) .head{
    flex-flow: row-reverse;
  }
  #service .feature-list li .head .num{
    width: 90px;
  }
  #service .feature-list li:nth-child(1) .head .num{
    width: 70px;
  }
  #service .feature-list li .head-box{
    width: calc(100% - 110px);
  }
  #service .feature-list li:nth-child(1) .head-box{
    width: calc(100% - 90px);
  }
  #service .feature-list li .head-box .en-tit{
    max-width: 250px;
    margin: 0 0 5px;
  }
  #service .feature-list li:nth-child(2) .en-tit{
    max-width: 290px;
  }
  #service .feature-list li .body{
    display: block;
  }
  #service .feature-list li .body .img{
    width: 100%;
    margin-bottom: 10px;
  }
  #service .feature-list li .body .txt-box{
    width: 100%;
  }
  #service .feature-list li .body .txt-box .txt{
    margin-bottom: 20px;
  }
  #service .feature-list li .body .txt-box .btn-l_g,
  #service .feature-list li:nth-child(even) .body .txt-box .btn-l_g{
    margin: 0 auto;
  }
  #service .provide{
    position: relative;
    padding: 40px 0;
  }
  #service .provide .inner .midashi{
    font-size: 8vw;
    line-height: 1.6;
    margin: 0 0 20px;
  }
  #service .provide .inner .midashi span.t1{
    display: block;
    width: 60%;
    margin: 0 auto;
    transform: none;
  }
  #service .provide .inner .midashi span.t2{
    display: block;
    width: 100%;
    margin: 0 auto 1%;
    transform: none;
  }
  #service .provide .inner .midashi strong.t1{
    display: block;
    padding: 4% 1%;
    margin: 0 0 3%;
    line-height: 1;
  }
  #service .provide .inner ul{
    background: none;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  #service .provide .inner ul li{
    position: relative;
    width: 100%;
    margin: 0 0 4%;
  }
  #service .provide .inner .ill-box{
    width: 100%;
    position: relative;
    margin: -5% auto 50px;
  }
  #service .provide .inner .ill-box .ill{
    max-width: 300px;
    width: 90%;
    margin: 0 auto -25px;
  }
  #service .provide .inner .ill-box .txt{
    bottom: 6%;
    font-size: 9vw;
    padding-left: 1rem;
  }
  #service .provide .inner .btn-box .btn:before{
    height: 98%;
    box-shadow: 2px 2px 4px rgba(0,0,0,.25);
  }
  #service .support{
    padding: 50px 0;
  }
  #service .support-head{
    background: url(../img/service/support-bg.svg) no-repeat bottom 10px center / cover;
  }
  #service .support-head-ill{
    max-width: 350px;
    width: 80%;
  }
  #service .support .head-txt{
    margin: 0 auto 40px;
  }
  #service .support .head-txt .txt{
    text-underline-offset: 9px;
  }
  #service .support .head-txt .txt span{
    padding: 0 1.5% 9px 0;
  }
  #service .support-list li{
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  #service .support-list li .img{
    width: 90%;
  }
  #service .support-list li .txt-box{
    position: relative;
    top: initial;
    margin-bottom: -20px;
  }
  #service .support-list li:nth-child(odd) .txt-box{
    left: initial;
  }
  #service .support-list li:nth-child(even) .txt-box{
    right: initial;
  }
  #service .support-list li .txt-box p{
    padding: 5px 10px;
    margin: 0 0 5px;
  }
  #service .support-list li:nth-child(even) .txt-box p{
    margin-left: auto;
  }
  #service .support-list li .en{
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
  }
  #service .support-list li:nth-child(1) .en{
    left: 0;
    max-width: 840px;
    width: 84%;
  }
  #service .support-list li:nth-child(2) .en{
    right: 0;
    max-width: 580px;
    width: 58%;
  }
  #service .support-list li:nth-child(3) .en{
    left: 0;
    max-width: 436px;
    width: 43%;
  }
  #service .case{
    padding: 60px 0;
    position: relative;
  }
  #service .case:before{
    height: 200px;
  }
  #service .case .tit{
    margin: 0 0 30px;
  }
  #service .case .list{
    display: block;
  }
  #service .case .list li{
    width: 100%;
    margin: 0 0 20px;
    box-shadow: 3px 3px 0 rgba(42,151,125,.4);
  }
  #service .case .list li .midashi strong{
    min-width: 80px;
    width: 80px;
  }
  #service .case .list li .midashi span{
    width: calc(100% - 80px);
    padding: 10px;
  }
  #service .case .list li table th{
    min-width: 80px;
    width: 80px;
  }
  #service .case .list li table td{
    width: calc(100% - 80px);
    padding: 10px;
  }
}

/*---- #company ----*/
#company .conts{
  padding: 90px 0;
}
#company .conts .inner{
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
}
#company .conts table{
  border-top: solid 1px #cbcbcb;
  width: 100%;
}
#company .conts table th,
#company .conts table td{
  border-bottom: solid 1px #cbcbcb;
  padding: 15px 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
#company .conts table th{
  color: var(--color-main);
}
#company .conts table td{
  padding: 15px 10px;
}
@media only screen and (max-width: 798px) {
  #company .conts{
    padding: 40px 0;
  }
  #company .conts table th,
  #company .conts table td{
    display: block;
    width: 100%;
    padding: 0;
  }
  #company .conts table th{
    padding: 10px 0 5px;
    border-bottom: none;
  }
  #company .conts table td{
    padding: 0 0 10px;
  }
}

/*---- #privacy ----*/
#privacy .conts{
  padding: 90px 0;
}
#privacy .conts .inner{
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
}
#privacy .conts ul > li{
  margin: 0 0 50px;
}
#privacy .conts ul li .midashi{
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-main);
}
#privacy .conts ul li .txt{
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  line-height: 1.8;
  margin: 20px 0 0;
}
#privacy .conts ul li ol{
  margin-top: 10px;
}
#privacy .conts ul li ol li{
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  line-height: 1.6;
  margin: 0 0 5px;
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
}
#privacy .conts ul li ol li strong{
  display: block;
  width: 25px;
  min-width: 25px;
  text-align: right;
  margin-right: 5px;
}
#privacy .conts ul li ol li span{
  display: block;
  width: calc(100% - 30px);
}
@media only screen and (max-width: 798px) {
  #privacy .conts{
    padding: 40px 0;
  }
  #privacy .conts ul li{
    margin: 0 0 30px;
  }
}