@charset "UTF-8";

.pagettl{
  margin-bottom: 175px;
}
@media screen and (max-width: 767px) {
  .pagettl{
    margin-bottom: 80px;
  }
}
.backbtn{
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .backbtn{
    margin-bottom: 50px;
  }
}

/* ▼▼▼ BUSINESS
======================================================*/
.business-bg{
  background: url(../img/business/bg.svg) center top 250px / 100% auto no-repeat;
}
@media screen and (max-width: 1366px) {
  .business-bg{
    background-size: 1366px auto;
  }
}
.business-bg2{
  position: relative;
  overflow: hidden;
}
.business-bg2:before{
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e6ebee;
  z-index: -1;
}

.business1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 70px;
}
.business1 a{
  display: block;
  margin-bottom: 30px;
  width: 47.5%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 3;
  text-align: center;
  background: linear-gradient(to right, #d2707b 0%,#d79981 100%);
  border-radius: 100px;
  position: relative;
}
.business1 a:before{
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 100px;
  -webkit-transition: all .2s; transition: all .2s;
  background: #4e5f77;
}
.business1 a:hover:before{
  opacity: 0;
}
.business1 a:after{
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 41px;
  background: url(../img/common/arrow-bottom.svg) center no-repeat;
  z-index: 1;
}
.business1 a:hover{
  opacity: 1;
}
.business1 a span{
  position: relative;
  z-index: 1;
}
.business2{
  margin-bottom: 100px;
}
.business2 article:not(:last-child){
  margin-bottom: 50px;
}
.business2 article{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 90px 0 90px 80px;
  background: #fff;
  border-radius: 20px;
}
.business2 article figure{
  width: 46.5%;
}
.business2 article figure img{
  border-radius: 40px 0 0 40px;
}
.business2 article div{
  width: 48.6%;
}
.business2 article div h2{
  margin-bottom: .5em;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: .05em;
}
.business2 article div .txt{
  margin-bottom: 2em;
  line-height: 2.5;
}
.business2 article div .btn a{
  display: block;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 3.3;
  text-align: center;
  background: linear-gradient(to right, #d2707b 0%,#d79981 100%);
  border-radius: 100px;
  position: relative;
}
.business2 article div .btn a:before{
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 100px;
  -webkit-transition: all .2s; transition: all .2s;
  background: #4e5f77;
}
.business2 article div .btn a:hover:before{
  opacity: 0;
}
.business2 article div .btn a:after{
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 41px;
  height: 41px;
  background: url(../img/common/arrow-right.svg) center no-repeat;
  z-index: 1;
}
.business2 article div .btn a:hover{
  opacity: 1;
}
.business2 article div .btn a span{
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .business-bg{
    background: url(../img/business/bg-sp.svg) center top 170px / 100% auto no-repeat;
  }
  .business1{
    display: block;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .business1 a{
    margin-bottom: 10px;
    width: auto;
    font-size: 13px;
    line-height: 3.5;
  }
  .business1 a:hover:before{
    opacity: 1;
  }
  .business1 a:after{
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .business1 a:hover{
    opacity: 1;
  }
  .business2{
    margin-bottom: 50px;
  }
  .business2 article:not(:last-child){
    margin-bottom: 30px;
  }
  .business2 article{
    display: block;
    padding: 0;
  }
  .business2 article figure{
    width: auto;
  }
  .business2 article figure img{
    border-radius: 20px 20px 0 0;
  }
  .business2 article div{
    width: auto;
    padding: 8vw 3vw;
  }
  .business2 article div h2{
    margin-bottom: .3em;
    font-size: 22px;
  }
  .business2 article div .txt{
    font-size: 13px;
    margin-bottom: 1.5em;
    line-height: 2;
  }
  .business2 article div .btn{
    margin: 0 5%;
  }
  .business2 article div .btn a{
    font-size: 12px;
    line-height: 4;
    background-size: 30px;
  }
  .business2 article div .btn a:hover:before{
    opacity: 1;
  }
  .business2 article div .btn a:after{
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .business2 article div .btn a.pink{
    background: url(../img/common/arrow-right.svg) right 10px center / 30px no-repeat ,linear-gradient(to right, #d2707b 0%,#d79981 100%);
  }
}

/* ▼▼▼ Detail page
======================================================*/
.busidetail1{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}
.busidetail1 div{
  width: 45%;
  font-size: 14px;
}
.busidetail1 div.full{
  width: auto;
}
.busidetail1 div h2{
  margin-bottom: 20px;
}
.busidetail1 figure{
  position: absolute;
  right: 0;
  top: -20px;
  width: 55.8%;
  z-index: 1;
}
.busidetail1 figure img{
  border-radius: 10px;
}
.busidetail1 dl{
  position: absolute;
  right: 0;
  top: -20px;
  width: 52%;
  background: #b0b8c3;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.busidetail1 dl img{
  margin-right: .5em;
}
.busidetail1 dl dt{
  background: #4e5f77;
}
.busidetail1 dl dt a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  line-height: 80px;
}
.busidetail1 dl dd{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 10px 0;
}
.busidetail1 dl dd a{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 49%;
  line-height: 80px;
  color: #4e5f77;
  font-size: 20px;
  background: #fff;
  border-radius: 10px;
}
.business-bg2.ptwide{
  padding-top: 150px;
}
.business-bg2.ptusually{
  padding-top: 60px;
}
.busidetail2{
  margin-bottom: 100px;
  padding: 0 50px;
  background: #fff;
  border-radius: 10px;
}
.busidetail2 article{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 80px 0;
}
.busidetail2 article:first-child{
  padding-top: 50px;
}
.busidetail2 article:last-child{
  padding-bottom: 50px;
}
.busidetail2 article:nth-child(2n){
  flex-direction: inherit;
}
.busidetail2 article:not(:last-child){
  border-bottom: 1px solid #c6c7c8;
}
.busidetail2 article figure{
  width: 42.2%;
}
.busidetail2 article figure img{
    border-radius: 10px;
}
.busidetail2 article div{
  width: 52%;
  font-size: 14px;
  line-height: 2;
}
.busidetail2 article div h3{
  display: flex;
  align-items: center;
  color: #4e5f77;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.busidetail2 article div h3:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  display: block;
  background: linear-gradient(90deg, #d16b7a, #d9a482);
}
.busidetail2 article div h3 img{
  margin-right: .5em;
}
.busidetail2 article div .txt{
  margin-bottom: 2em;
}
.busidetail2 article div ul{
  display: flex;
  flex-wrap: wrap;
}
.busidetail2 article div ul.mb1em{
  margin-bottom: 1em;
}
.busidetail2 article div ul li{
  display: flex;
  align-items: center;
  width: 100%;
  height: 20px;
  padding: 0 1em 0 2em;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.2;
  background: url(../img/common/ic-ttl1-gray.svg) left .8em center / 10px no-repeat #fff;
}
.busidetail2 article div ul li:nth-child(2n+1){
  margin-right: 3%;
}
.busidetail2 article div dl{
  margin-top: -1em;
  overflow: hidden;
}
.busidetail2 article div dl.mb3em{
  margin-bottom: 3em;
}
.busidetail2 article div dl dt{
  margin-bottom: .5em;
  color: #4e5f77;
  font-size: 20px;
  font-weight: 600;
}
.busidetail2 article div dl dd{
  padding: 1em 1em 0.2em 2em;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.3;
  background: url(../img/common/ic-ttl1-gray.svg) left .8em top 1.1em / 10px no-repeat #fff;
}
.busidetail2 article div dl dd:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .busidetail1{
    display: block;
    margin-bottom: 0;
  }
  .busidetail1 div{
    width: auto;
    margin-bottom: 40px;
  }
  .busidetail1 figure{
    position: static;
    width: auto;
    margin-bottom: -80px;
  }
  .busidetail1 dl{
    position: static;
    width: auto;
    margin-bottom: -80px;
  }
  .busidetail1 dl img{
    width: 20px;
  }
  .busidetail1 dl dt a{
    font-size: 14px;
    line-height: 53px;
  }
  .busidetail1 dl dd{
    padding: 2% 2% 0;
  }
  .busidetail1 dl dd a{
    margin-bottom: 2%;
    width: 49%;
    line-height: 53px;
    font-size: 14px;
  }
  .busidetail1 dl dd a:hover{
    opacity: 1;
  }
  .business-bg2.ptwide{
    padding-top: 130px;
  }
  .busidetail2{
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .busidetail2 article{
    display: block;
    padding: 40px 0;
  }
  .busidetail2 article:first-child{
    padding-top: 30px;
  }
  .busidetail2 article:last-child{
    padding-bottom: 30px;
  }
  .busidetail2 article figure{
    width: auto;
    margin-bottom: 30px;
  }
  .busidetail2 article div{
    width: auto;
    font-size: 13px;
  }
  .busidetail2 article div h3{
    font-size: 22px;
  }
  .busidetail2 article div h3 img{
    width: 30px;
  }
  .busidetail2 article div .txt{
    margin-bottom: 1.5em;
  }
  .busidetail2 article div ul li{
    flex-wrap: wrap;
    align-content: center;
    padding: 0 1em 0 2em;
    margin-bottom: 3%;
    font-size: 14px;
  }
  .busidetail2 article div ul li.sp-w100{
    width: 100%;
    margin-right: 0;
  }
  .busidetail2 article div dl{
    margin-top: 0;
  }
  .busidetail2 article div dl dt{
    font-size: 14px;
  }
  .busidetail2 article div dl dd{
    margin-bottom: 0%;
    font-size: 14px;
    padding: 1em 1em 0em 2em;
  }
}
