@charset "UTF-8";

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

/* ▼▼▼ OFFICE/BENEFITS
======================================================*/
.benefit-bg{
  background: url(../img/benefit/bg.svg) center top 250px / 100% auto no-repeat;
}
.benefit-bg .container{
  max-width: 1160px;
}
@media screen and (max-width: 1366px) {
  .benefit-bg{
    background-size: 1366px auto;
  }
}

.benefit1{
  display: flex;
  margin-bottom: 100px;
}
.benefit1 .leftcol{
  width: 47.8%;
  font-size: 18px;
  line-height: 2.4;
  background: #fff;
  position: relative;
  z-index: 9;
}
.benefit1 .leftcol:before{
  display: block;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 1000px;
  height: 100%;
  background: #fff;
  z-index: 9;
}
.benefit1 .leftcol h2{
  margin-bottom: 30px;
}
.benefit1 .rightcol{
  width: 52.2%;
  padding-top: 1px;
}
.benefit1 .rightcol .slick-list{
  overflow: visible!important;
}
.benefit1 .rightcol .slick-slide{
  width: 280px !important;
  margin-right: 30px;
}
.benefit1 .rightcol .slick-slide img{
  border-radius: 40px;
}
.benefit1 .rightcol .slick-track{
  display: flex !important;
}
h2.mb40{
  margin-bottom: 40px;
}
.benefit2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.benefit2 div{
  width: 32%;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: #fff;
  border: 1px solid #4d5f77;
  border-radius: 10px;
}
.benefit2 .clm2{
  display: flex;
  justify-items: center;
  align-items: center;
  width: 49%;
  padding: 40px 0;
}
.benefit2 .clm2 .ttl{
  width: 40%;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.benefit2 .clm2 .ttl small{
  font-size: 14px;
}
.benefit2 .clm2 .date{
  flex: 1;
  padding-left: 50px;
  padding-right: 1em;
  font-size: 18px;
  text-align: left;
  background: url(../img/benefit/ic1.svg) left center no-repeat;
}
.benefit2 .clm1{
  width: 100%;
}
.benefit2 .clm1 ul{
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding: 20px;
}
.benefit2 .clm1 ul li{
  width: 15em;
}
.benefit3{
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.benefit3 dl{
  padding: 30px;
  width: 29%;
  background: #fff;
  border: 1px solid #4d5f77;
  border-radius: 10px;
}
.benefit3 dl.box2{
  width: 38%;
}
.benefit3 dl dt{
  margin-bottom: .5em;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.benefit3 dl dt img{
  margin: 0 auto .3em;
}
.benefit3 dl dd{
  font-size: 18px;
  text-align: left;
}
.benefit3 dl.box2 dd ul{
  display: flex;
  flex-wrap: wrap;
}
.benefit3 dl.box2 dd ul li.half{
  width: 50%;
  min-width: 10em;
}
.benefit4-lead{
  margin-bottom: 1em;
  font-size: 18px;
}
.benefit4{
 display: flex;
 flex-wrap: wrap;
 margin-bottom: 60px;
}
.benefit4 article{
  width: 31%;
  margin-bottom: 40px;
}
.benefit4 article:not(:nth-child(3n)){
  margin-right: 3.5%;
}
.benefit4 article .ttl{
  margin-bottom: .5em;
  font-size: 20px;
  font-weight: 600;
}
.benefit4 article dl{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: .5em;
}
.benefit4 article dl dt{
  margin-right: .5em;
  width: 7em;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  background: #4d5f77;
}
.benefit4 article dl dd{
  flex: 1;
}
.benefit4 .slick-dotted.slick-slider{
  margin-bottom: 40px;
}
.benefit4 .slick-dots{
  bottom: -30px;
}
.benefit4 .slick-dots li button:before{
  content: ""!important;
  width: 10px;
  height: 10px;
  background: #b4b4b5;
  border-radius: 50%;
  opacity: 1;
}
.benefit4 .slick-dots li button:hover:before{
  opacity: 1;
}
.benefit4 .slick-dots li.slick-active button:before{
  background: #4d5f77;
}

@media screen and (max-width: 767px) {
  .benefit-bg{
    background: none;
  }
  .benefit1{
    display: block;
    margin-bottom: 50px;
  }
  .benefit1 .leftcol{
    width: auto;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 2em;
  }
  .benefit1 .leftcol:before{
    display: none;
  }
  .benefit1 .leftcol h2{
    margin-bottom: 20px;
  }
  .benefit1 .rightcol{
    width: auto;
    padding-top: 0;
  }
  .benefit1 .rightcol .slick-slide{
    width: 160px !important;
    margin-right: 20px;
  }
  .benefit1 .rightcol .slick-slide img{
    border-radius: 30px;
  }
  h2.mb40{
    margin-bottom: 30px;
  }
  .benefit2{
    display: block;
    margin-bottom: 50px;
  }
  .benefit2 div{
    width: auto;
    margin-bottom: 15px;
    padding: 20px;
    font-size: 16px;
  }
  .benefit2 .clm2{
    display: block;
    width: auto;
    padding: 20px 0;
  }
  .benefit2 .clm2 .ttl{
    width: auto;
    margin-bottom: 1em;
  }
  .benefit2 .clm2 .date{
    display: inline-block;
    padding-left: 50px;
    padding-right: 0;
    line-height: 1.2
  }
  .benefit2 .clm1 ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .benefit2 .clm1 ul li{
    display: inline-block;
    width: auto;
    min-width: 50%;
  }
  .benefit3{
    display: block;
    margin-bottom: 50px;
  }
  .benefit3 dl{
    margin-bottom: 15px;
    padding: 20px;
    width: auto!important;
  }
  .benefit3 dl dt{
    font-size: 20px;
  }
  .benefit3 dl dd{
    font-size: 15px;
  }
  .benefit3 dl.box2 dd ul{
    display: block;
  }
  .benefit3 dl.box2 dd ul li.half{
    width: auto;
    min-width: inherit;
  }
  .benefit4-lead{
    font-size: 16px;
  }
  .benefit4{
   display: block;
   margin-bottom: 20px;
   overflow: hidden;
  }
  .benefit4 article{
    width: auto;
    margin-bottom: 40px;
  }
  .benefit4 article:not(:nth-child(3n)){
    margin-right: 0;
  }
  .benefit4 article .ttl{
    margin-bottom: .5em;
    font-size: 20px;
    font-weight: 600;
  }
  .benefit4 article dl{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: .5em;
  }
  .benefit4 article dl dt{
    margin-right: .5em;
    width: 7em;
    color: #fff;
    font-size: 12px;
    line-height: 2;
    text-align: center;
    background: #4d5f77;
  }
  .benefit4 article dl dd{
    flex: 1;
  }
  .benefit4 .slick-dotted.slick-slider{
    margin-bottom: 40px;
  }
  .benefit4 .slick-dots{
    bottom: -30px;
  }
  .benefit4 .slick-dots li button:before{
    content: ""!important;
    width: 10px;
    height: 10px;
    background: #b4b4b5;
    border-radius: 50%;
    opacity: 1;
  }
  .benefit4 .slick-dots li button:hover:before{
    opacity: 1;
  }
  .benefit4 .slick-dots li.slick-active button:before{
    background: #4d5f77;
  }
}
