@charset "utf-8";

/*---- #home ----*/
#home #loading{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 30000;
  transition: .6s;
}
#home #loading.none{
  opacity: 0;
  pointer-events: none;
}
#home #loading .inner{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
#home #loading .inner .txt{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(1.6rem, 2vw, 2.3rem);
  line-height: 1.8;
  color: var(--color-main);
  margin: 0 auto;
  opacity: 0;
  transition: .1s;
}
#home #loading .inner .txt.move{
  opacity: 1;
}
#home #loading .inner .txt > span{
  display: inline-block;
  animation: textanimation 1s forwards;
  opacity: 0;
}
#home #loading .inner .txt > span:nth-child(1) {
  animation-delay: 0.1s
}
#home #loading .inner .txt > span:nth-child(2) {
  animation-delay: 0.2s
}
#home #loading .inner .txt > span:nth-child(3) {
  animation-delay: 0.3s
}
#home #loading .inner .txt > span:nth-child(4) {
  animation-delay: 0.4s
}
#home #loading .inner .txt > span:nth-child(5) {
  animation-delay: 0.5s
}
#home #loading .inner .txt > span:nth-child(6) {
  animation-delay: 0.6s
}
#home #loading .inner .txt > span:nth-child(7) {
  animation-delay: 0.7s
}
#home #loading .inner .txt > span:nth-child(8) {
  animation-delay: 0.8s
}
#home #loading .inner .txt > span:nth-child(9) {
  animation-delay: 0.9s
}
#home #loading .inner .txt > span:nth-child(10) {
  animation-delay: 1s
}
#home #loading .inner .txt > span:nth-child(11) {
  animation-delay: 1.1s
}
#home #loading .inner .txt > span:nth-child(12) {
  animation-delay: 1.2s
}
#home #loading .inner .txt > span:nth-child(13) {
  animation-delay: 1.3s
}
#home #loading .inner .txt > span:nth-child(14) {
  animation-delay: 1.4s
}
#home #loading .inner .txt > span:nth-child(15) {
  animation-delay: 1.5s
}
#home #loading .inner .txt > span:nth-child(16) {
  animation-delay: 1.6s
}
#home #loading .inner .txt > span:nth-child(17) {
  animation-delay: 1.7s
}
@keyframes textanimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
#home #loading .inner .logo{
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
  transition: 1s;
  opacity: 0;
}
#home #loading .inner .logo.move{
  opacity: 1;
}
@media only screen and (max-width: 798px) {
  #home #loading .inner .logo{
    max-width: 240px;
  }
}
#home {
  background-color: var(--color-sub1);
}
#home .mv{
  position: relative;
  pointer-events: none;
}
#home .mv .txt-box{
  max-width: 1120px;
  width: 90%;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 10;
}
#home .mv .txt-box .logo{
  max-width: 400px;
  width: 90%;
  margin: 0 0 30px;
}
#home .mv .txt-box .txt{
  font-size: 2.3rem;
  line-height: 1.8;
  color: var(--color-main);
}

#home .mv .slider{
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#home .mv .slider.sp{
  display: none;
}
.slider .slider-item{
  font-size: 0;
  height: 100%;
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@media only screen and (max-width: 798px) {
  #home .mv .txt-box{
    top: initial;
    bottom: 7%;
  }
  #home .mv .txt-box .logo{
    max-width: 225px;
    width: 90%;
    margin: 0 0 20px;
  }
  #home .mv .slider.pc{
    display: none;
  }
  #home .mv .slider.sp{
    display: block;
  }
}
#home .intro{
  padding: 100px 0;
  color: var(--color-main);
}
#home .intro .inner{
  max-width: 650px;
  width: 90%;
  margin: 0 auto 70px;
}
#home .intro .inner .txt1{
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin: 0 0 40px;
}
#home .intro .inner .txt2{
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1.8;
}
#home .intro .btn-arw01{
  max-width: 350px;
  width: 90%;
  margin: 0 auto 0;
}
@media only screen and (max-width: 798px) {
  #home .intro{
    padding: 70px 0;
  }
  #home .intro .inner{
    margin: 0 auto  50px;
  }
  #home .intro .btn-arw01{
    max-width: 260px;
    width: 90%;
  }
}
#home .num-list{
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
  z-index: 1;
}
#home .num-list li{
  width: calc(100% / 3 - 50px);
  position: relative;
}
#home .num-list li:after{
  content: '';
  position: absolute;
  top: 0;
  right: -35px;
  height: 100%;
  width: 1px;
  background-color: var(--color-sub1);
}
#home .num-list li:last-child:after{
  display: none;
}
#home .num-list li .midashi{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
#home .num-list li .midashi strong{
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
  display: block;
  padding-bottom: 20px;
  width: 40px;
  min-width: 40px;
  background: url(../img/top/num-arw.png) no-repeat bottom left /contain;
}
#home .num-list li .midashi span{
  display: block;
  font-weight: 500;
  font-size: clamp(1.6rem,1.8vw,2rem);
  line-height: 1.8;
  width: calc(100% - 50px);
}
#home .num-list li .txt{
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1.8;
}
@media only screen and (max-width: 798px) {
  #home .num-list{
    display: block;
  }
  #home .num-list li{
    width: 100% ;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #fff;
  }
  #home .num-list li:after{
    display: none;
  }
  #home .num-list li:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #home .num-list li .midashi{
    margin-bottom: 10px;
  }
  #home .num-list li .midashi strong{
    padding-bottom: 10px;
  }
}
#home .strengths{
  padding: 100px 0 170px;
  background: var(--color-main);
  color: #fff;
  position: relative;
  overflow: hidden;
}
#home .strengths .logo{
  content: '';
  width: 130%;
  position: absolute;
  bottom: 0;
  left: -20%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#home .strengths .logo img{
  display: block;
  width: 45%;
  mix-blend-mode: exclusion;
  opacity: .2;
  transform: translateY(15%);
}
#home .strengths .logo span{
  font-size: clamp(5rem,10vw,12rem);
  letter-spacing: .5rem;
  line-height: 1;
  margin-left: 3%;
  opacity: .05;
}
#home .strengths .sec-tit strong{
  display: block;
  max-width: 200px;
  margin: 0 auto 20px;
}
#home .strengths .sec-tit strong span{
  font-size: 1.4rem;
  font-weight: 300;
}
@media only screen and (max-width: 1350px) {
  #home .strengths .logo span{
    font-size: 8.5vw;
  }
}
@media only screen and (max-width: 798px) {
  #home .strengths{
    padding: 70px 0 50px;
  }
  #home .strengths .logo{
    width: 120%;
    bottom: initial;
    top: 0;
    left: -20%;
    align-items: flex-start;
  }
  #home .strengths .logo img{
    transform: translateY(0);
  }
  #home .strengths .logo span{
    font-size: 10.5vw;
    margin: 3% 0 0 -10%;
  }
}
#home .service{
  padding: 100px 0 170px;
  background: var(--color-sub1);
  color: var(--color-main);
  position: relative;
  overflow: hidden;
}
#home .service .num-list li:after{
  background-color: var(--color-main);
}
#home .service .num-list li .midashi strong{
  background: url(../img/top/num-arw-green.png) no-repeat bottom left / contain;
}
#home .service .logo{
  content: '';
  width: 130%;
  position: absolute;
  bottom: 0;
  right: -20%;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-flow: row-reverse;
}
#home .service .logo img{
  display: block;
  width: 45%;
  opacity: .05;
  transform: translateY(15%);
}
#home .service .logo span{
  font-size: clamp(5rem,10vw,12rem);
  letter-spacing: .5rem;
  line-height: 1;
  margin-right: 9%;
  opacity: .05;
}
#home .service .num-list li .txt2{
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  font-weight: 500;
  line-height: 1.8;
  margin-top: 15px;
}
@media only screen and (max-width: 1350px) {
  #home .service .logo span{
    font-size: 8.5vw;
  }
}
@media only screen and (max-width: 798px) {
  #home .service{
    padding: 70px 0 50px;
  }
  #home .service .num-list li{
    border-color: var(--color-main);
  }
  #home .service .logo{
    width: 120%;
    bottom: initial;
    top: 0;
    left: -20%;
    align-items: flex-start;
  }
  #home .service .logo img{
    transform: translateX(35%);
  }
  #home .service .logo span{
    font-size: 10.5vw;
    margin: 3% -8% 0 0;
  }
}
#home .other-link{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#home .other-link a{
  position: relative;
  display: block;
  width: 50%;
}
#home .other-link a:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 45%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%);
  transition: .3s;
  z-index: 1;
}
#home .other-link a .img{
  overflow: hidden;
}
#home .other-link a .img img{
  transition: .3s;
}
#home .other-link a:hover .img img{
  transform: scale(1.05,1.05);
}
#home .other-link a .txt{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  z-index: 2;
  padding: 40px 0;
}
#home .other-link a .txt:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: var(--color-main);
  opacity: 0;
  transition: .3s;
  z-index: -1;
}
#home .other-link a:hover .txt:before{
  opacity: .9;
}
#home .other-link a .txt:after{
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 8px;
  background: url(../img/top/link-arw.svg) no-repeat bottom center;
}
#home .other-link a .txt span{
  display: block;
  font-size: 1.5rem;
  margin-top: 10px;
}
@media only screen and (max-width: 798px) {
  #home .other-link{
    display: block;
  }
  #home .other-link a{
    width: 100%;
  }
  #home .other-link a:before{
    height: 80%;
    opacity: .8;
  }
}

/*---- .company ----*/
@media only screen and (min-width: 799px) {
  #under.company main .mv .tit{
    letter-spacing: 1rem;
  }
  #under.company main .mv .tit strong{
    letter-spacing: ;
  }
}
.company{
}
.company .conts .one-box{
  max-width: 1120px;
  width: 90%;
  margin: 0 auto 160px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company .conts .one-box .midashi{
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  line-height: 1;
  letter-spacing: .75rem;
  font-weight: 500;
  min-width: 150px;
  width: 150px;
  padding-top: 5px;
}
.company .conts .one-box .body{
  width: calc(100% - 200px);
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 2;
}
.company .conts .one-box .body .txt{
  width: 76%;
}
.company .conts .one-box .body table{
  width: 100%;
  border-top: solid 2px var(--color-main);
  border-bottom: solid 2px var(--color-main);
  margin-top: 18px;
}
.company .conts .one-box .body table tr{
  border-bottom: solid 1px var(--color-main);
}
.company .conts .one-box .body table tr:last-of-type{
  border-bottom: none;
}
.company .conts .one-box .body table th{
  padding: 20px 0;
  vertical-align: top;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1.8;
  min-width: 160px;
  width: 160px;
}
.company .conts .one-box .body table td{
  padding: 20px;
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1.8;
}
.company .conts .one-box .body table td a{
  color: var(--color-main);
  text-decoration: underline;
}
.company .conts .one-box .body table td a:hover{
  text-decoration: none;
}
.company .conts .map .frame{
  width: 100%;
  height: 500px;
  margin: 0 0 10px;
}
.company .conts .map .frame iframe{
  width: 100%;
  height: 100%;
}
.company .conts .map .one-box{
  margin: 0 auto;
  padding-bottom: 160px;
}
.company .conts .map .txt{
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1.8;
}
@media only screen and (max-width: 798px) {
  .company .conts .one-box{
    margin: 0 auto 100px;
    display: block;
  }
  .company .conts .one-box .midashi{
    padding-top: 0;
    margin-bottom: 30px;
  }
  .company .conts .one-box .body{
    width: 100% ;
  }
  .company .conts .one-box .body .txt{
    width: 100%;
  }
  .company .conts .one-box .body table{
    margin-top: 0;
  }
  .company .conts .one-box .body table th{
    display: block;
    padding: 10px 0 3px;
    min-width: auto;
    width: 100%;
    text-align: center;
  }
  .company .conts .one-box .body table td{
    display: block;
    padding: 0 0 10px;
    width: 100%;
    text-align: center;
  }
  .company .conts .one-box .body table td a{
    color: var(--color-main);
  }
  .company .conts .one-box .body table td a:hover{
    text-decoration: underline;
  }
  .company .conts .map .frame{
    height: 370px;
  }
  .company .conts .map .one-box{
    padding-bottom: 100px;
  }
}

/*---- .about ----*/
.about .intro .inner{
  max-width: 900px;
  width: 90%;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .intro .inner .img{
  max-width: 410px;
  width: 50%;
}
.about .intro .inner .txt-box{
  width: 40%;
}
.about .intro .inner .txt-box .txt1{
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px;
}
.about .intro .inner .txt-box .txt2{
  font-size: clamp(1.5rem, 1.7vw, 2rem);
  font-weight: 400;
  line-height: 1.8;
}
.about .conts{
  padding: 120px 0;
  position: relative;
}
.about .conts .logo{
  content: '';
  width: 800px;
  position: absolute;
  top: 0;
  display: block;
  pointer-events: none;
}
.about .conts .logo img{
  display: block;
  mix-blend-mode: exclusion;
}
.about .vision{
  background-color: var(--color-bg1);
}
.about .vision .logo{
  right: 0;
  transform: translateX(50%);
  opacity: .05;
}
.about .mission{
  z-index: 1;
  background-color: var(--color-sub1);
}
.about .mission .logo{
  left: 0;
  transform: translateX(-50%);
  opacity: .05;
}
.about .conts:before{
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 120px;
  width: 1px;
  background-color: var(--color-main);
}
.about .conts .tit{
  text-align: center;
  margin: 0 0 50px;
  font-size: clamp(2rem, 2.2vw, 2.4rem);
  font-weight: 500;
  line-height: 1.6;
}
.about .conts .tit strong{
  display: block;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: .25rem;
  margin-bottom: 10px;
  line-height: 1;
}
.about .conts .inner{
  max-width: 650px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about .conts .inner .txt{
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1.8;
}
@media only screen and (max-width: 798px) {
  .about .intro .inner{
    display: block;
  }
  .about .intro .inner .img{
    max-width: 410px;
    width: 100%;
    margin: 0 auto 40px;
  }
  .about .intro .inner .txt-box{
    width: 100%;
  }
  .about .intro .inner .txt-box .txt1{
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: center;
  }
  .about .conts{
    padding: 100px 0;
  }
  .about .conts .logo{
    content: '';
    max-width: 200px;
  }
  .about .vision{
    background-color: var(--color-bg1);
  }
  .about .vision .logo{
    right: 0;
    transform: translateX(50%);
  }
  .about .conts:before{
    height: 100px;
    width: 2px;
  }
  .about .conts .tit{
    margin: 0 0 30px;
  }
}

/*---- .for ----*/
/*.for .sec-tit{
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 80px;
}
.for .sec-tit span{
  display: block;
  font-size: 1.7rem;
  margin-top: 10px;
}
@media only screen and (max-width: 798px) {
  .for .sec-tit{
    margin-bottom: 50px;
  }
}*/

/*---- .flow ----*/
.for .flow{
  padding: 100px 0;
}
.for .flow .list{
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.for .flow .list li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 0 50px 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px var(--color-main);
}
.for .flow .list li:last-child{
  margin-bottom: 0;
}
.for .flow .list li .midashi{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  min-width: 280px;
  width: 280px;
}
.for .flow .list li .midashi strong{
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
  display: block;
  padding-bottom: 15px;
  width: 40px;
  min-width: 40px;
  background: url(../img/top/num-arw-green.png) no-repeat bottom left / contain;
}
.for .flow .list li .midashi .tit{
  display: block;
  font-weight: 500;
  font-size: clamp(1.6rem,1.8vw,2rem);
  line-height: 1.6;
  width: calc(100% - 60px);
}
.for .flow .list li .midashi .tit span{
  display: block;
  font-size: clamp(1.1rem,1.2vw,1.3rem);
  margin-top: 10px;
}
.for .flow .list li .txt{
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1.8;
  width: calc(100% - 320px);
}
@media only screen and (max-width: 798px) {
  .for .flow{
    padding: 70px 0;
  }
  .for .flow .list li{
    display: block;
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
  .for .flow .list li .midashi{
    min-width: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .for .flow .list li .midashi strong{
    font-size: 3.5rem;
    padding-bottom: 10px;
    width: 30px;
    min-width: 30px;
  }
  .for .flow .list li .midashi .tit{
    width: calc(100% - 50px);
  }
  .for .flow .list li .txt{
    width: 100%;
  }
}

/*---- .case ----*/
.for .case{
  padding: 100px 0;
  background-color: var(--color-bg1);
}
.for .case .list{
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.for .case .list .one-box{
  background-color: var(--color-sub1);
  padding: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.for .case .list .one-box:last-of-type{
  margin-bottom: 0;
}
.for .case .list .one-box .case-num{
  position: relative;
  min-width: 110px;
  width: 110px;
}
.for .case .list .one-box .case-num .num{
  width: 110px;
  height: 110px;
  border-radius: 100px;
  border: solid 1px var(--color-main);
  position: relative;
}
.for .case .list .one-box .case-num .num span{
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  line-height: 1.4;
  font-weight: 500;
}
.for .case .list .one-box .case-num .num span strong{
  font-weight: 500;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  display: block;
}
.for .case .list .one-box .job{
  width: calc(100% - 130px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.for .case .list .one-box .txt{
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1.6;
  width: 49%;
  position: relative;
}
.for .case .list .one-box .txt:first-of-type{
  padding-right: 30px;
}
.for .case .list .one-box .txt:first-of-type:after{
  content: '';
  width: 30px;
  height: 130px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../img/common/arw-dots.svg) no-repeat center center / contain;
}
.for .case .list .one-box .txt strong{
  font-weight: 500;
}
@media only screen and (max-width: 798px) {
  .for .case{
    padding: 70px 0;
    background-color: var(--color-bg1);
  }
  .for .case .list{
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .for .case .list .one-box{
    background-color: var(--color-sub1);
    padding: 40px 15px;
    display: block;
  }
  .for .case .list .one-box .case-num{
    min-width: 90px;
    width: 90px;
    margin: 0 auto 20px;
  }
  .for .case .list .one-box .case-num .num{
    width: 90px;
    height: 90px;
  }
  .for .case .list .one-box .job{
    width: 100% ;
    display: block;
  }
  .for .case .list .one-box .txt{
    width: 100%;
    text-align: center;
  }
  .for .case .list .one-box .txt:first-of-type{
    padding: 0 0 50px;
  }
  .for .case .list .one-box .txt:first-of-type:after{
    width: 20px;
    height: 100px;
    top: initial;
    bottom: -30px;
    transform: translateX(-50%) rotate(90deg);
    right: initial;
    left: 50%;
    background: url(../img/common/arw-dots.svg) no-repeat center center / contain;
  }
  .for .case .list .one-box .txt strong{
    font-weight: 500;
  }
}

/*---- .corporation ----*/
.corporation .intro{
  max-width: 660px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 90px;
}
.corporation .intro .head-txt{
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 40px;
}
.corporation .intro .txt{
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1.8;
}
.corporation .region{
  background-color: var(--color-bg1);
  padding: 80px 0;
}
.corporation .region .inner{
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.corporation .region .inner .img{
  width: 340px;
}
.corporation .region .inner .txt-box{
  width: calc(100% - 380px);
}
.corporation .region .inner .txt-box .txt1{
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1.8;
  margin-bottom: 30px;
}
.corporation .region .inner .txt-box .midashi{
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
}
.corporation .region .inner .txt-box .midashi:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-main);
}
.corporation .region .inner .txt-box .txt2 li{
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
  font-weight: 500;
  line-height: 1.6;
  text-indent: -1rem;
  margin: 0 0 10px 1rem;
}
@media only screen and (max-width: 798px) {
  .corporation .intro .head-txt{
    margin-bottom: 30px;
  }
  .corporation .region{
    padding: 50px 0;
  }
  .corporation .region .inner{
    display: block;
  }
  .corporation .region .inner .img{
    max-width: 400px;
    width:  90%;
    margin: 0 auto 20px;
  }
  .corporation .region .inner .txt-box{
    width: 100%;
  }
  .corporation .region .inner .txt-box .txt1{
    margin-bottom: 20px;
  }
  .corporation .region .inner .txt-box .midashi{
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: block;
  }
  .corporation .region .inner .txt-box .midashi:after{
    height: 2px;
  }
  .corporation .region .inner .txt-box .txt2 li{
    font-size: clamp(1.3rem, 1.4vw, 1.5rem);
    font-weight: 500;
    line-height: 1.6;
    text-indent: -1.25rem;
    margin: 0 0 10px 1.25rem;
  }
}

/*---- .personal ----*/
.personal .intro{
  padding-bottom: 10px;
}
.personal .intro .head-txt{
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 80px;
}
.personal .intro .inner{
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.personal .intro .inner .list li{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 120px;
}
.personal .intro .inner .list li:nth-child(even){
  flex-flow: row-reverse;
}
.personal .intro .inner .list li .img{
  max-width: 450px;
  width: 45%;
  position: relative;
}
.personal .intro .inner .list li .img:before{
  content: '';
  position: absolute;
  top: -50px;
  width: 80%;
  height: 50%;
  background-color: var(--color-bg1);
  z-index: -1;
}
.personal .intro .inner .list li:nth-child(odd) .img:before{
  left: -160px;
}
.personal .intro .inner .list li:nth-child(even) .img:before{
  left: -40px;
}
.personal .intro .inner .list li .txt-box{
  width: 46%;
  margin: 0 0 0 4%;
}
.personal .intro .inner .list li:nth-child(even) .txt-box{
  margin: 0 4% 0 0;
}
.personal .intro .inner .list li .txt-box .midashi{
  font-size: clamp(1.5rem, 1.7vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
.personal .intro .inner .list li .txt-box .txt{
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1.8;
}
@media only screen and (max-width: 798px) {
  .personal .intro{
    padding-bottom: 5px;
  }
  .personal .intro .head-txt{
    margin-bottom: 100px;
  }
  .personal .intro .inner{
    width: 100%;
  }
  .personal .intro .inner .list li{
    display: block;
    margin-bottom: 70px;
  }
  .personal .intro .inner .list li .img{
    max-width: none;
    width: 100%;
  }
  .personal .intro .inner .list li .img:before{
    top: -40px;
  }
  .personal .intro .inner .list li:nth-child(odd) .img:before{
    left: 0;
  }
  .personal .intro .inner .list li:nth-child(even) .img:before{
    left: initial;
    right: 0;
  }
  .personal .intro .inner .list li .txt-box{
    width: 90%;
    margin: 20px auto 0;
  }
  .personal .intro .inner .list li:nth-child(even) .txt-box{
    margin: 20px auto 0;
  }
  .personal .intro .inner .list li .txt-box .midashi{
    text-align: center;
    margin-bottom: 15px;
  }
}

/*---- .privacypolicy ----*/
.privacypolicy .head{
  text-align: center;
  padding-top: 50px;
}
.privacypolicy .head .tit{
  font-size: clamp(2.5rem, 3vw, 3.5rem);
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 100px;
}
.privacypolicy .inner{
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.privacypolicy .inner .box{
  margin-bottom: 50px;
}
.privacypolicy .inner .box .midashi{
  font-size: clamp(1.5rem, 1.7vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
.privacypolicy .inner .box .txt{
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1.8;
  margin-bottom: 20px;
}
.privacypolicy .inner .box .txt:last-of-type{
  margin-bottom: 0;
}
.privacypolicy .inner .box .list li{
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1.8;
  margin: 5px 0 0 2rem;
  text-indent: -2rem;
}
@media only screen and (max-width: 798px) {
  .privacypolicy .head{
    padding-top: 20px;
  }
  .privacypolicy .head .tit{
    margin: 0 0 50px;
  }
  .privacypolicy .inner{
    padding-bottom: 30px;
  }
  .privacypolicy .inner .box{
    margin-bottom: 30px;
  }
  .privacypolicy .inner .box .midashi{
    margin-bottom: 10px;
  }
}

/*---- .contact ----*/
#under.contact{
  background-color: var(--color-sub1);
}
.contact .head{
  text-align: center;
}
.contact .head .tit{
  font-size: clamp(2.5rem, 3vw, 3.5rem);
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 100px;
}
.contact .head .txt{
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  line-height: 1.8;
  font-weight: 500;
  margin: 0 0 100px;
}
.confirm-txt{
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  line-height: 1.8;
  font-weight: 500;
  margin:0 auto 100px;
  max-width: 900px;
  width: 90%;
}
.contact .tab_area{
  overflow:hidden;
  margin:0 auto 100px;
  max-width: 900px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .tab_area li{
  width:50%; 
  text-align:center; 
  border: 1px solid var(--color-main); 
  cursor: pointer; 
  display:flex;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
  transition: .3s;
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  line-height: 1.2;
  font-weight: 500;
  padding: 20px 5px;
  text-align: center;
}
.contact .tab_area li.select,
.contact .tab_area li:hover{
  color: #fff;
  background-color: var(--color-main);
}
.contact .content_area{
  margin:0 auto;
  max-width: 900px;
  width: 90%;
  padding-bottom: 100px;
}
.contact .content_area table{
  width: 100%;
}
.contact .content_area table tr{
  border-bottom: solid 1px #D0D6D3;
}
.contact .content_area table th{
  min-width: 280px;
  width: 280px;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.2;
  font-weight: 400;
  padding: 20px 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.contact .content_area table th span{
  display: block;
  margin-right: 10px;
  border-radius: 50px;
  width: 60px;
  padding: 5px 10px;
  text-align: center;
}
.contact .content_area table th .req{
  background-color: #F13F24;
  color: #fff;
}
.contact .content_area table th .any{
  border: solid #F13F24 1px;
  color: #F13F24;
}
.contact .content_area table th p{
  display: block;
  width: calc(100% - 70px);
}
.contact .content_area table td{
  padding: 20px 0 20px 20px;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  width: 80%;
}
.contact .content_area table td p{
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact .content_area .mw_wp_form_confirm table td p{
  display: none;
}
.contact .content_area table td p.notes{
  font-size: clamp(1rem, 1.1vw, 1.2rem);
}
.contact .content_area table td input[type=text],
.contact .content_area table td textarea{
  border: none;
  background-color: #fff;
  padding: 15px;
  width: 80%;
}
.contact .content_area table td input#zip{
  width: 10rem;
}
.contact .content_area table td .file-button{
  width: 370px;
}
.contact .content_area table td .file-button::file-selector-button {
  border-radius: 100px;
  border: solid 1px var(--color-main);
  background-color: var(--color-main);
  color: #fff;
  padding: 10px 20px;
  transition: .3s;
  position: relative;
  text-align: left;
  font-size: clamp(1.1rem, 1.3vw, 1.4rem);
  line-height: 1.6;
  font-weight: 300;
  margin: 0 5px;
}
.contact .content_area table input::placeholder {
  color: #ccc;
}
.contact .content_area td select{
  border: none;
  background-color: #fff;
  padding: 15px;
  width: 80%;
}
.contact .content_area td select.is-empty{
  color: #ccc;
}
.contact .content_area td .flex{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
}
.contact .content_area td .flex > div{
  width: calc(100% / 3 - 20px);
  margin-right: 10px;
}
.contact .content_area .mw_wp_form_confirm td .flex > div{
  width: fit-content;
}
.contact .content_area td .flex > div select{
  margin-right: 5px;
}
.contact .content_area td .zip-btn{
  display: block;
  border-radius: 100px;
  border: solid 1px var(--color-main);
  background-color: var(--color-main);
  color: #fff;
  padding: 10px;
  transition: .3s;
  position: relative;
  text-align: left;
  font-size: clamp(1.3rem, 1.5vw, 1.7rem);
  line-height: 1.6;
  font-weight: 300;
  width: 100px;
  max-width: 100px;
  text-align: center;
  margin: 0 0 0 10px;
}
.contact .content_area .mw_wp_form_confirm td .zip-btn{
  display: none;
}
.contact .content_area .pp-txt{
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  line-height: 1.6;
  font-weight: 400;
  margin: 20px 0 40px;
}
.contact .content_area .pp-txt a{
  color: #0000EE;
  text-decoration: underline;
}
.contact .content_area .pp-txt a:hover{
  text-decoration: none;
}
.contact .content_area .btn-wrap{
  display: flex;
  justify-content: center;
}
.contact .content_area button[type=submit]{
  display: block;
  border-radius: 100px;
  border: solid 1px var(--color-main);
  background-color: var(--color-main);
  color: #fff;
  padding: 20px 45px 20px 30px;
  transition: .3s;
  position: relative;
  text-align: left;
  font-size: clamp(1.3rem, 1.5vw, 1.7rem);
  line-height: 1.6;
  font-weight: 400;
  width: 48%;
  max-width: 400px;
  margin: 0 5px;
  text-align: center;
}
.contact .content_area button[type=submit].back{
  background-color: #D0D6D3;
  border: solid 1px #D0D6D3;
  color: var(--color-main);
}
.contact .content_area button[type=submit]:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 8px;
  background: url(../img/common/arw-white.png) no-repeat center center / contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}
.contact .content_area button[type=submit].back:after{
  background: url(../img/common/arw-green.png) no-repeat center center / contain;
}
.contact .content_area button[type=submit]:hover{
  background-color: var(--color-sub1);
  color: var(--color-main);
}
.contact .content_area button[type=submit]:hover:after{
  background: url(../img/common/arw-green.png) no-repeat center center / contain;
}
.contact .totop{
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}
#under.contact.thanks main{
  padding: 120px 20px;
}
@media only screen and (max-width: 798px) {
  .contact .head .tit{
    margin: 0 0 50px;
  }
  .contact .head .txt{
    margin: 0 0 50px;
  }
  .contact .tab_area{
    display: block;
    margin: 0 auto 50px;
  }
  .contact .tab_area li{
    width: 100%;
    margin: 0 0 10px;
  }
  .contact .content_area{
    padding-bottom: 50px;
  }
  .contact .content_area table tr{
    border-bottom: none;
  }
  .contact .content_area table th{
    min-width: auto;
    width: 100%;
    padding: 10px 0 10px;
  }
  .contact .content_area table th span{
    width: 52px;
  }
  .contact .content_area table th p{
    width: calc(100% - 62px);
  }
  .contact .content_area table td{
    padding: 0 0 10px;
    width: 100%;
    display: block;
  }
  .contact .content_area table td p{
    margin-bottom: 5px;
  }
  .contact .content_area table td input[type=text],
  .contact .content_area table td textarea{
    padding: 10px;
    width: 100%;
  }
  .contact .content_area td select{
    border: none;
    background-color: #fff;
    padding: 10px;
    width: 80%;
  }
  .contact .content_area td select.is-empty{
    color: #ccc;
  }
  .contact .content_area table td .file-button{
    width: 100%;
  }
  .contact .content_area td .flex{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .contact .content_area td .flex > div{
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
  }
  .contact .content_area td .birth > div:first-of-type{
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .content_area td .birth > div:first-of-type select{
    width: 38%;
  }
  .contact .content_area .btn-wrap{
    display: block;
  }
  .contact .content_area button[type=submit]{
    display: block;
    border-radius: 100px;
    border: solid 1px var(--color-main);
    background-color: var(--color-main);
    color: #fff;
    padding: 20px 45px 20px 30px;
    transition: .3s;
    position: relative;
    font-size: clamp(1.3rem, 1.5vw, 1.7rem);
    line-height: 1.6;
    font-weight: 300;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  .contact .content_area button[type=submit].back{
    background-color: #D0D6D3;
    border: solid 1px #D0D6D3;
    color: var(--color-main);
  }
  .contact .content_area button[type=submit]:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 8px;
    background: url(../img/common/arw-white.svg) no-repeat center center / contain;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
  }
  .contact .content_area button[type=submit].back:after{
    background: url(../img/common/arw-green.svg) no-repeat center center / contain;
  }
  .contact .content_area button[type=submit]:hover{
    background-color: var(--color-sub1);
    color: var(--color-main);
  }
  .contact .content_area button[type=submit]:hover:after{
    background: url(../img/common/arw-green.svg) no-repeat center center / contain;
  }
  #under.contact.thanks main{
    padding: 90px 20px;
  }
}

/*.file-input-wrapper {
  display: none;
  margin-bottom: 10px;
}
.mw_wp_form_confirm .file-input-wrapper,
.file-input-wrapper.visible {
  display: block;
}*/