@charset "UTF-8";

/******************************
common
******************************/
.pagesec .content{
  margin: 5rem 0 ;
}
.pagesec .content .subttl{
  font-size: 3.4rem;
}
.pagesec .content .txtgr {
  margin: 2rem 0 5rem;
}
.pagesec .content .txtgr p{
  font-size: 1.8rem;
  line-height: 2;
}
.pagesec .content .txtgr p:not(:last-of-type){
  margin-bottom: 2rem;
}
.pagesec .imgbox{
  margin-left: auto;
  width: 80%;
}
.pagesec .imgbox img{
  aspect-ratio: 17 / 7;
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec .content .subttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec .content {
    margin: 3rem 0;
  }
  .pagesec .content .subttl {
    font-size: 2.2rem;
  }
  .pagesec .content .txtgr p{
    font-size: 1.6rem;
  }
  .pagesec .imgbox {
    width: 100%;
  }
  .pagesec .imgbox img{
    aspect-ratio: 3 / 2 ;
  }
}

/******************************
pagesec-biz1
******************************/
.pagesec-biz1 .boxlist {
  gap: 1rem;
  margin: 6rem 0;
}
.pagesec-biz1 .boxlist > div{
  background: #fff;
  border: 1px solid;
  min-height: 200px;
  padding: 2rem;
  width: calc(100% / 3 - 1rem);
}
.pagesec-biz1 .boxlist > div dt{
  border-bottom: 1px solid;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-biz1 .boxlist > div {
    width: calc(100% / 2 - 1rem);
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-biz1 .boxlist > div {
    min-height: auto;
    width: 100%;
  }
}

/******************************
pagesec-biz2
******************************/
.pagesec-biz2 .seclist {
  flex-direction: column;
  gap: 3rem;
  margin: 6rem 0;
}
.pagesec-biz2 .seclist .ftxtbox{
  width: 60%;
}
.pagesec-biz2 .seclist .fimgbox{
  width: 38%;
}
.pagesec-biz2 .seclist > div > dt{
  border-bottom: 1px solid;
  border-left: 10px solid;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 1.5rem .5rem;
}
.pagesec-biz2 .seclist > div > dd{
  padding: 3rem;
}
.pagesec-biz2 .seclist .price{
  margin-top: 3rem;
}
.pagesec-biz2 .seclist .price > dt{
  background: #000;
  color: #fff;
  display: inline-block;
  padding: .5rem 1rem;
}
.pagesec-biz2 .seclist .price > dd{
  background: #fff;
  border: 1px solid;
  padding: 2rem;
}
.pagesec-biz2 .seclist .price li {
  border-bottom: 1px dotted ;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}
.pagesec-biz2 .seclist .price li span{
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 1.5rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-biz2 .seclist > div > dd {
    gap: 2rem;
    padding: 2rem 1rem;
  }
  .pagesec-biz2 .seclist .ftxtbox,
  .pagesec-biz2 .seclist .fimgbox{
    width: 100%;
  }
  .pagesec-biz2 .seclist .price li span{
    display: block;
    font-size: 1.6rem;
  }
}

/******************************
pagesec-future
******************************/
