@charset "utf-8";
/* CSS Document */

/* b-main ----------*/
.b-main .b-img{
  background-image:url(../service/image/main.jpg);
}

/* b-lead ----------*/
.sec-lead{
  padding-bottom:0;
}
.sec-lead .b-lead{
  text-align: center;
}
.sec-lead section{
  position: relative;
}
.sec-lead section .b-txt{
  width:calc(50% + 120px);
  position: relative;
  z-index: 1;
  background:rgba(255,255,255,.9);
  padding:60px;
}
.sec-lead section .b-txt::after{
  content:"";
  display: block;
  width:137px;
  height:103px;
  position: absolute;
  top:-30px;
}
.b-svs01 .b-txt::after{
  background:url(../service/image/svs01.png) center center / contain no-repeat;
  right:55px;
}
.b-svs02 .b-txt::after{
  background:url(../service/image/svs02.png) center center / contain no-repeat;
  right:65px;
}
.b-svs03 .b-txt::after{
  background:url(../service/image/svs03.png) center center / contain no-repeat;
  right:65px;
}
.sec-lead section .b-txt h2{
  color:#614c3f;
  line-height:1;
  font-weight: 600;
  font-size:3rem;
  margin-bottom:.8em;;
}
.sec-lead section .b-img{
  position: absolute;
  width:calc(50% + 75px);
  height:400px;
  background-size:contain;
  background-repeat: no-repeat
}
.b-svs01 .b-img{
  background-image: url(../service/image/svs01-img.jpg);
  background-position:right center;
}
.b-svs02 .b-img{
  background-image: url(../service/image/svs02-img.jpg);
  background-position:left center;
}
.b-svs03 .b-img{
  background-image: url(../service/image/svs03-img.jpg);
  background-position:right center;
}
@media screen and (max-width: 1500px){
  .sec-lead section .b-img{
    background-size:cover;
  }
}
@media screen and (max-width: 767px){
  .sec-lead section .b-txt{
    width:85%;
  }
  .sec-lead section .b-txt h2{
    font-weight: bold;
  }
  .sec-lead section .b-img{
    width:60%;
  }
}
@media screen and (max-width: 600px){
  .sec-lead .b-lead{
    line-height:1.5;
  }
  .sec-lead section .b-txt{
    width:100%;
    padding:8vw 6vw 5vw;
  }
  .sec-lead section .b-txt h2{
    font-size:5vw;
  }
  .sec-lead section .b-txt::after{
    width:20vw;
    height:18vw;
    top:-7vw;
  }
  .b-svs01 .b-txt::after{
    right:6vw;
  }
  .b-svs02 .b-txt::after{
    right:7vw;
  }
  .b-svs03 .b-txt::after{
    right:7vw;
  }
  .sec-lead section .b-img{
    height:50vw;
  }
}
/* b-svs01 / b-svs03 */
.b-svs01,
.b-svs03{
  padding-top:110px;
}
.b-svs01{
  margin-top:50px;
}
.b-svs03{
  margin-top:70px;
}
.b-svs01 .b-txt,
.b-svs03 .b-txt{
  margin-left:auto;
  margin-right:0;
}
.b-svs01 .b-img,
.b-svs03 .b-img{
  top:0;
  left:0;
}
@media screen and (max-width: 600px){
  .b-svs01,
  .b-svs03{
    padding-top:30vw;
  }
  .b-svs01{
    margin-top:6vw;
  }
  .b-svs03{
    margin-top:7vw;
  }
}
/* b-svs01 */
.b-svs02{
  margin-top:100px;
  padding-bottom:110px;
}
.b-svs02 .b-txt{
  margin-right:auto;
  margin-left:0;
}
.b-svs02 .b-img{
  bottom:0;
  right:0;
}
@media screen and (max-width: 600px){
  .b-svs02{
    margin-top:12vw;
    padding-bottom:30vw;
  }
}

/* b-ft */
.sec-lead .b-ft{
  display:flex;
  height:310px;
  margin-top:120px;
}
.sec-lead .b-ft span{
  width: calc( 100% / 3);
  height:100%;
  background-size:cover;
  background-position: center center;
}
.sec-lead .b-ft span:nth-child(1){
  background-image:url(../service/image/svs-ft01.jpg);
}
.sec-lead .b-ft span:nth-child(2){
  background-image:url(../service/image/svs-ft02.jpg);
}
.sec-lead .b-ft span:nth-child(3){
  background-image:url(../service/image/svs-ft03.jpg);
}
@media screen and (max-width: 767px){
  .sec-lead .b-ft{
    height: calc(100vw / 3);
  } 
}
@media screen and (max-width: 600px){
  .sec-lead .b-ft{
    height: 35vw;
    margin-top:12vw;
  } 
}

/* sec-flow ----------*/

@media screen and (min-width: 601px){
  .sec-flow{
    padding-bottom:120px;
  }
}
.sec-flow .b-ttl{
  align-items: center;
  margin-bottom:60px;
}
.e-flow{
  display: flex;
  align-items: center;
  background:#fff;
  border-radius: 100px;
  margin-top:80px;
  min-height:120px;
}
.e-flow:nth-child(1){
  margin-top:0;
}
@media screen and (max-width: 767px){
  .e-flow{
    min-height:0;
  }
}
@media screen and (max-width: 600px){
  .e-flow{
    margin-top:8vw;
  }
  .sec-flow .b-ttl{
    margin-bottom:8vw;
  }
}
/**/
.e-flow::before{
  content:"";
  display: flex;
  background-color:#90c872;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width:120px;
  min-width:120px;
  height:120px;
  background-size:56px 56px;
}
.e-flow:nth-child(1)::before{
  background-image:url(../service/image/stp01.png);
  animation: fuwafuwa1 1s infinite ease-in-out 0s alternate;
}
.e-flow:nth-child(2)::before{
  background-image:url(../service/image/stp02.png);
  animation: fuwafuwa1-r 1s infinite ease-in-out 0s alternate;
}
.e-flow:nth-child(3)::before{
  background-image:url(../service/image/stp03.png);
  animation: fuwafuwa1 1s infinite ease-in-out 0s alternate;
}
.e-flow:nth-child(4)::before{
  background-image:url(../service/image/stp04.png);
  animation: fuwafuwa1-r 1s infinite ease-in-out 0s alternate;
}
/**/
.e-flow::after{
  content:"";
  display:block;
  background:url(../image/common/arw-gr-d.png) center center / contain no-repeat;
  position: absolute;
  left:50%;
  bottom:0;
  transform: translate( -50% , 150%);
  width:40px;
  height:40px;
}
.e-flow:nth-last-child(1)::after{
  display: none;
}
@media screen and (max-width: 600px){
  .e-flow::after{
    width:5vw;
    height:5vw;
    transform: translate( -50% , 6.5vw);
  }
}
/**/
.e-flow dl{
  margin:0 30px;
}
.e-flow dt{
  font-size:1.8rem;
  font-weight:600;
}
.e-flow dt span{
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color:#90c872;
  font-size:1.9rem;
  margin-right:10px;
}
.e-flow dd{
  line-height:1.7;
}
@media screen and (max-width: 767px){
  .e-flow{
    padding:25px;
    align-items: flex-start;
    border-radius:10px;
  }
  .e-flow::before{
    width:100px;
    min-width:100px;
    height:100px;
    margin-right:25px;
  }
  .e-flow dl{
    margin:0;
  }
}
@media screen and (max-width: 600px){
  .e-flow{
    padding:4vw
  }
  .e-flow::before{
    width:15vw;
    min-width:15vw;
    height:15vw;
    background-size: 8vw 8vw;
    margin-right:4vw
  }
  .e-flow dt{
    font-weight:bold;
    font-size:3.6vw;
  }
  .e-flow dt span{
    font-size:3.6vw;
  }
  .e-flow dd{
    font-size:3.0vw;
  }
}

/* sec-fee ----------*/
.sec-fee{
  padding:0;
}
.sec-fee .container,
.sec-fee .b-inner:nth-child(1){
  display: flex;
  align-items: flex-start;
}
.sec-fee .b-ttl{
  width:265px;
  min-width:265px;
}
.sec-fee .b-inner:nth-child(1) .b-ttls{
  flex:1;
  padding-right:50px;
}
.sec-fee .b-tbl,
.sec-fee table{
  width:445px;
  min-width:445px;
}
.sec-fee th,
.sec-fee td{
  width:50%;
}
.sec-fee h3{
  font-size:2.4rem;
  line-height:1;
  font-weight: 600;
}
.sec-fee .b-ttls p{
  line-height:1.75;
  margin-top:1.6em;
}
@media screen and (max-width: 1050px){
  .sec-fee .container{
    display: block;
  }
  .sec-fee .b-ttl{
    width:100%;
    min-width:100%;
    text-align: center;
  }
}
@media screen and (max-width: 750px){
  .sec-fee .b-inner:nth-child(1) .b-ttls{
    padding-right:3vw;
  }
  .sec-fee .b-tbl,
  .sec-fee table{
    width:360px;
    min-width:360px;
  }
  .sec-fee .b-tbl{
    margin-bottom:30px;
  }
  .sec-fee th{ width:63%;}
}
@media screen and (max-width: 600px){
  .sec-fee .b-inner h3{
    font-weight: bold;
    font-size:3.6vw;
  }
  .sec-fee .b-inner:nth-child(1){
    display: block;
  }
  .sec-fee .b-ttls p{
    margin-top:3vw;
  }
  .sec-fee .b-tbl,
  .sec-fee table{
    width:100%;
    min-width:100%;
  }
  .sec-fee .b-tbl{
    margin-top:3vw;
    margin-bottom:8vw;
  }
  .sec-fee th,
  .sec-fee td{
    width:50%;
  }
}
/* b-ft */
.sec-fee .b-ft{
  display:flex;
  height:400px;
  margin-top:120px;
  background:url(../service/image/fee-ft.jpg) center center / cover no-repeat;
}
@media screen and (max-width: 767px){
  .sec-fee .b-ft{
    height:calc(100vw / 3);
  }
}

@media screen and (max-width: 600px){
  .sec-fee .b-ft{
    height:35vw;
    margin-top:12vw;
  }
}

/* sec-faq ----------*/
.sec-faq .b-ttl{
  text-align: center;
}
.b-faq dl{
  background:#fff;
  border-radius: 150px;
  padding:30px 80px;
  margin-bottom:40px;
}
.b-faq dl dt,
.b-faq dl dd{
  display: flex;
  align-items: flex-start;
  line-height:1.7;
}
.b-faq dt{
  padding-bottom:1em;
  margin-bottom:1em;
  background:url(../image/common/dot-line.png) left bottom repeat-x;
}
.b-faq dl span{
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  margin-right:1em;
}
.b-faq dt span{ color: #64c8c9;}
.b-faq dd span{ color: #ed9052;}

.sec-faq .b-lnk{
  text-align: center;
}
.sec-faq .b-lnk a{
  width:300px;
}
@media all and (-ms-high-contrast: none) {
  .b-faq dl span{
    margin-top:-.2em;
  }
}
@media screen and (min-width: 601px){
  .b-faq dl *{
    font-size:1.8rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px){
  .b-faq dl{
    border-radius: 10px;
    padding:30px 40px;
  }
  .b-faq dl *{
    font-weight: bold;
  }
}
@media screen and (max-width: 600px){
  .b-faq dl{
    padding:5vw;
    margin-bottom:6vw;
  }
  .b-faq dl span{
    margin-right:.8em;
  }
  .sec-faq .b-lnk a{
    width:60vw;
  }
}

/* b-lnkList ----------*/
.b-lnkList{
  padding-bottom:0;
}
.b-lnkList .container{
  background:#fff;
  border-radius: 150px;
  display: flex;
  align-items: center;
  padding:30px 0;
}
.b-lnkList .container h3{
  margin:0;
  line-height:1;
  width:215px;
  min-width:215px;
  text-align: center;
  padding:.8em 0;
}
.b-lnkList ul{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom:8px;
  padding-left:70px;
}
.b-lnkList li{
  width:50%;
  margin-top:.6em;
}
@media screen and (min-width: 601px){
  .b-lnkList .container h3{
    font-size:2.4rem;
    font-weight: 600;
  }
  .b-lnkList .container ul{
    border-left:1px solid #e5e5e4;
  }
  .b-lnkList .container ul *{
    font-weight: 600;
  }
}
@media screen and (max-width: 767px){
  .b-lnkList .container{
    border-radius: 10px;
  }
  .b-lnkList .container ul *{
    font-weight: bold;
  }
  .b-lnkList li{
    width:100%;
  }
}
@media screen and (max-width: 600px){
  .b-lnkList .container{
    display:block;
    padding:3vw 5vw 5vw;
  }
  .b-lnkList .container h3{
    width:100%;
    font-size:3.6vw;
    font-weight: bold;
    background:url(../image/common/dot-line.png) left bottom repeat-x;
    padding-bottom:1.4em;
  }
  .b-lnkList .container ul{
    padding:1vw 2vw 0;
  }
  .b-lnkList li{
    margin-top:1em;
  }
}
