@charset "utf-8";
/*
メインビジュアル
---------------*/

/*
コンテンツ
------------------------------------------------------------*/
/*
メインビジュアル
------------------------------*/
.mainVidualWrap {
    background: #F7F8FA;
    /* min-height: calc(100vh - 300px); */
    height: calc(100vh - 100px);
    overflow: hidden;
    position: relative;
}
.mainVidual_slide img {
    object-fit: cover;
    object-position: center;
    height: 100vh;
}

.mainVidual_text {
    position: absolute;
    left: 10vw;
    bottom: 10vw;
}
.mainVidual_text .jaTitle {
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 500;
}
.mainVidual_text .enTitle {
    margin-top: 15px;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
}

/*
メインビジュアル レスポンシブ
-------------------------*/
.mainVidual_slide img.sp_img{
  display: none;
}
.mainVidual_slide img.pc_img{
  display: block;
}
@media (max-width: 640px) {
  .mainVidual_slide img.sp_img{
    display: block;
  }
  .mainVidual_slide img.pc_img{
    display: none;
  }
}


/*
ABOUT
---------------------------------------*/
.aboutWrap .aboutInner {
  max-width: 700px;
  margin-left: 10%;
}

.about_objectWrap {
  position: relative;
}

.about_objectWrap .about_objectIcon {
  color: #fff;
  font-size: 280px;
  position: absolute;
  top: -10%;
}

.aboutWrap .page_common_ttl01 {
  position: inherit;
  z-index: +1;
}

.aboutWrap .aboutInner {
  position: inherit;
  z-index: +1;
}


@media (max-width: 1440px) {
  .about_objectWrap .about_objectIcon {
    font-size: 200px;
  }
}


@media (max-width: 991px) {
  .about_objectWrap .about_objectIcon {
    font-size: 160px;
    top: 0;
  }
}

@media (max-width: 640px) {
  .about_objectWrap .about_objectIcon {
    font-size: 90px;
    top: 5%;
  }
}



/*
サービス
------------------------------*/






/*
動画スライダー
------------------------------*/
.movieSliderWrap{
  margin-top: 60px;
}
.movieSliderWrap .ttleType03 .ttleItem{
  position: relative;
  padding: 0 20px;
  margin-bottom: 20px;
}

.movieSliderWrap .ttleType03 .ttleItem:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: var(--color-main);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.movieSliderWrap .ttleType03 .ttleItem:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  right: 0;
  background-color: var(--color-main);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.link350Contents{
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}

.link350Contents a{
    background-color: #525766;
    /*display: block;*/
    border-radius: 10px;
    padding: 10px;
    position: relative;
    display: flex;
align-items: center;
transition: 3s;
}

.link350Contents a:hover{
  opacity: .5;
}

.link350Contents a img{
  min-width: 320px;
  width: 80%;
}

.link350Contents a .icon{
  border-radius: 100px;
  border: 1px solid #fff;
  position: relative;
  width: 40px;
  height: 40px;
}

.link350Contents a .icon:after{
  content: '';
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}


/*　　スライダー　　*/
.movie_sliderListWrap li{
  margin: 10px 10px;
  width: 240px;
}

.movie_sliderListWrap li img{
  display: block;
  margin-bottom: 7px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  border-radius: 12px;
  margin-top: 10px;
}

.movie_sliderListWrap li p{
  text-align: center;
  width: 100%;
}

.movie_sliderListWrap li p span.txt{
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  display: inline-block;
  color: #525766;
}

.movie_sliderListWrap li p span.txt:before{
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: var(--color-main);
}

.movie_sliderListWrap .slick-prev,
.movie_sliderListWrap .slick-next{
  display: none;
}

@media screen and (max-width: 640px) {

  .link350Contents a img{
    min-width: auto;
  }
  .link350Contents a .icon{
    width: 30px;
    height: 30px;
  }
  .link350Contents a .icon:after{
    left: 9px;
  }
  .movie_sliderListWrap li p span.txt{
    font-size: 10px;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
    text-align: left;
  }
  .movie_sliderListWrap li p span.txt:before{
    position: inherit;
    margin-right: 3px;
    top: 5px;
    width: 5px;
    height: 5px;
  }
}



/*
クライアント
------------------------------*/
.clientWrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.clientWrap .page_common_ttl07 span{
  display: block;
}
.clientWrap .page_common_ttl07 .ttl_l {
  font-size: 40px;
  margin-bottom: 10px;
}
.clientWrap .page_common_ttl07 .ttl_s {
  font-size: 18px;
  font-weight: bold;
}
.clientSliderWrap {
  display: flex;
  gap: 20px;
}
.clientSliderWrap .clientSliderItem {
  border-radius: 200px;
  width: 140px;
  overflow: hidden;
  margin-right: 10px;
  margin-left: 10px;
}
.clientSliderWrap .clientSliderItem a{
  background: #fff;
  display: block;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  width: 140px;
  overflow: hidden;
}
.clientSliderWrap .clientSliderItem a img{
  width: 90% !important;
  height: auto; 
}
.clientSliderWrap .clientSliderItem a img.vertically_long{
  width: 90% !important;
  height: auto;
}
.clientSliderWrap .clientSliderItem a img.vertically_long{
  width: auto !important;
  height: 90%;
}

@media screen and (max-width: 768px) {
  .clientWrap {
    margin-bottom: 0;
  }
  .clientWrap .page_common_ttl07 {
    text-align: left !important;
    margin-left: 5%;
  }
}


/*
CSR
----------------------------------------- */
.csr_LinkBlock {
  background: url(../img/top/csr_bg_pc.png) no-repeat;
  background-size: cover;
  background-position: center bottom;

  padding: 80px 5%;
  display: flex;
  align-items: center;
}
.csr_LinkBlock .csr_textWrap {
  width: 80%;
  max-width: 330px;
  margin-right: auto;
}
.csr_LinkBlock .csr_textWrap .ttl .ttl_l{
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
  display: block;
}
.csr_LinkBlock .csr_textWrap .ttl .ttl_s{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  display: block;
}
.csr_LinkBlock .csr_textWrap .text {
  font-size: 14px;
}
.csr_LinkBlock .commonLink02 {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .csrWrap {
    width: 100%;
  }
  .csr_LinkBlock .csr_textWrap {
    width: 100%;
    max-width: inherit;
  }
  .csr_LinkBlock .csr_textWrap .ttl .ttl_l{
    font-size: 36px;
  }
  .csr_LinkBlock .csr_textWrap .ttl .ttl_s{
    font-size: 14px;
  }
  .csr_LinkBlock .csr_textWrap .text {
    font-size: 14px;
  }
}



/*
Common Issues
------------------------------*/
.issueWrap{
  padding-bottom: 150px;
  position: relative;
}
/*
.issueWrap:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    border-top: 60px solid var(--color-main);
    border-right: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 80px solid transparent;
}
*/

.issueWrap .stageRowBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    /*margin-bottom: 220px;*/
}

.issueWrap .stageRowBox .stageCol:nth-child(3n + 1) {
    margin-left: 0;
}

.issueWrap .stageRowBox_news {
    margin-bottom: 0px;
}

.issueWrap .stageCol {
    width: 32%;
    margin-left: 2%;
    /*margin-bottom: 60px;*/
}

.issueWrap .stageColBox {
    border: 3px solid #3a4652;
    position: relative;
    text-align: center;
}

.issueWrap .stageCol_point {
    border: 0 solid transparent;
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
    padding-top: 0;
    min-height: 550px;
}

.issueWrap .stageColBox img {
    display: inline-block;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
}

.issueWrap .stageColBox .pointImg {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    max-width: inherit;
    width: 60px;
    z-index: 999;
}

.issueWrap .stageCol_point h2 {
    color: #000;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: left;
    min-height: 2em;
}

.issueWrap .point_image_block {
    margin-bottom: 30px;
}

.issueWrap .stageCol_icon {
    margin-bottom: 30px;
}

.issueWrap .stageCol_text {
    font-size: 16px;
    line-height: 2;
    width: 70%;
    text-align: left;
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
}
.issueWrap .stageCol_text.line3txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.issueWrap .stageCol_date {
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    letter-spacing: .5px;
    text-align: left;
    margin-top: 15px;
}
.issueWrap .colBtnBox {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -12%;
}

.issueWrap .colBtnBox img {
    display: inline-block;
    max-width: 273px;
    width: 80%;
}

.issueWrap .point_image_block {
    margin-bottom: 30px;
}

/* リスト */
.issueWrap .checkList{
  min-height: 150px;
}

.issueWrap .checkList li{
  list-style: none;
  margin-bottom: 20px;
  min-height: 1em;
  text-align: left;
  font-size: 16px;
  padding-left: 36px;
  position: relative;
}

.issueWrap .checkList li:last-child{
  margin-bottom: 0;
}

.issueWrap .checkList li:before{
  content: '';
  background: url(../img/top/check_icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
  left: 0;
}

/* テキストエリア */
.solveWrap{
  background-color: #525766;
  padding: 30px;
  border-radius: 20px;

  min-height: 620px;
}

.solveWrap .ttl{
  color: #525766;
  background: #fff;
  border-radius: 100px;
  padding: 2px 10px;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 20px;
}

.solveWrap .text{
  text-align: left;
}

.solveWrap .impact{
  color: var(--color-main);
  font-weight: bold;
  font-size: 1em;
}

@media screen and (max-width: 1366px) {
  .issueWrap .checkList {
      min-height: 200px;
  }
  .solveWrap {
      padding: 30px 20px;
  }

}

@media screen and (max-width: 768px) {
  .issueWrap{
    padding-bottom: 40px;
  }

  /*.issueWrap:before{
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      
      width: 40px;
      border-top: 40px solid var(--color-main);
      border-right: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-left: 40px solid transparent;
  }*/
  .issueWrap .stageRowBox{
    margin-bottom: 0;
  }
  .issueWrap .stageRowBox {
    display: flex;
    display: block;
  }
  .issueWrap .stageCol {
    width: 100%;
  }
  .issueWrap .stageCol{
    margin-left: 0;
  }
  .issueWrap .stageCol_point h2{
    min-height: auto;
    font-size: 20px;
  }
  .issueWrap .checkList li{
    font-size: 15px;
  }
  .solveWrap{
    padding: 30px 20px;
    min-height: auto;
    margin-bottom: 80px;
  }
  .issueWrap .checkList{
    min-height: auto;
    margin-bottom: 30px;
  }
  .issueWrap .stageCol_point{
    min-height: auto;
    padding-bottom: 40px;
  }
  .issueWrap .stageCol_point:last-child{
    padding-bottom: 0;
  }
}

/*
ABOUT
------------------------------*/
.aboutWrap {
  padding-top: 140px;
  padding-bottom: 270px;
  position: relative;
}

.aboutWrap .serviceBgItem{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  width: 94%;
  max-width: 1700px;
  height: 130px;
}






/*
Advantage
------------------------------*/
.advantageListwrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
/*    margin-bottom: 220px;*/
}

.advantageListwrap .stageCol:nth-child(3n + 1) {
    margin-left: 0;
}

.advantageListwrap .advantageListwrap_news {
    margin-bottom: 0px;
}

.advantageListwrap .stageCol {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 60px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: .3s;
}



.advantageListwrap .stageColBox {
    border: 3px solid #31D570;
    position: relative;
    /*text-align: center;*/
}

.advantageListwrap .stageCol_point {
    border: 0 solid transparent;
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative;
    padding-top: 0;
    height: 100%;
    background: #fff;
}

.advantageListwrap .pointImg {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.advantageListwrap .stageCol_point h2 {
    margin-bottom: 20px;
    font-weight: normal;
    text-align: left;
    color: var(--color-black1);
    padding: 0 0;
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
}

.advantageListwrap .point_image_block {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.advantageListwrap .stageCol_icon {
    margin-bottom: 30px;
}

.advantageListwrap .stageCol_text {
    font-size: 16px;
    line-height: 1.7;
    width: 100%;
    text-align: left;
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
    padding: 0 0;
    margin-bottom: 10px;
}

.stageCol_text.line3txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.advantageListwrap .stageCol .number{
    font-size: 60px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--color-main);
}

.advantageListwrap .stageColBox img {
    display: block;
    border-radius: 20px;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.advantageListwrap .colBtnBox {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -12%;
}

.advantageListwrap .colBtnBox img {
    display: inline-block;
    max-width: 273px;
    width: 80%;
}

.advantageListwrap .stageColBox .moreLink{
  text-align: right;
  padding-right: 30px;
  position: relative;
  font-weight: bold;
  color: #525766;
  font-size: 16px;
}

.advantageListwrap .stageColBox .moreLink:after{
  position: absolute;
  content: '';
  background: url(../img/common/icon_moreLink.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 100%;
  margin-left: 5px;
}

.advantageListwrap .stageColBox a:hover .point_image_block img{
  transform: scale(1.1);
}


@media screen and (max-width: 1180px) {
    .advantageListwrap .stageCol_point {
        min-height: 400px;
    }
    .advantageListwrap .stageCol_point h2 {
        font-size: 18px;
        /* height: 160px; */
    }
}

@media screen and (max-width: 991px) {
    .advantageListwrap .stageCol_point {
        min-height: 300px;
    }
    .advantageListwrap .stageCol_text {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
    }
}
@media screen and (max-width: 768px) {
    .advantageListwrap{
    flex-wrap: wrap;
    justify-content: center;
    }
    .advantageListwrap .stageCol {
    width: 40%;
    max-width: inherit;
    margin-right: inherit;
    }
/*    .advantageListwrap .stageCol:nth-child(2n){
        margin-left: 0;
    }*/
    .advantageListwrap .stageCol:nth-child(3n + 1){
        margin-left: 2%;
    }
}
@media screen and (max-width: 640px) {
    .advantageListwrap{
    display: block;
    }
    .advantageListwrap .stageCol {
        margin-bottom: 40px;
        width: 80%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
    .advantageListwrap .stageCol:nth-child(3n + 1){
        margin-right: auto;
        margin-left: auto;
    }
    .advantageListwrap .point_image_block {
        /*margin-bottom: 0;*/
        height: 200px;
    }
    .advantageListwrap .stageCol_point {
        padding-bottom: 0;
        min-height: 542px;
        min-height: auto;
    }
    .advantageListwrap .stageCol_point h2 {
        font-size: 18px;
    }
    .advantageListwrap .stageCol_text {
        width: 95%;
        line-height: 1.7;
        font-size: 15px;
        margin-bottom: 10px;
    }
}





/*
resultWrap
------------------------------*/
.resultWrap{
  background: url(../img/top/resultWrap_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 130px;
}
/*
.resultWrap .page_ttlType02{
    background: url(../img/top/resultWrap_ttl_bg.svg) no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
    padding-top: 120px;
    padding-bottom: 20px;
}
*/
.resultFlexWrap{
  display: flex;
  justify-content: center;
}

.resultFlexWrap .flexitem{

}

.page_ttlTate{
    writing-mode: vertical-rl;
    /* width: 100px; */
    font-size: 40px;
    font-weight: bold;
    /* vertical-align: middle; */
    /* text-align: center; */
    display: table;
    margin-right: 100px;
    margin-left: 100px;
    line-height: 1.5;
}

.resultFlexWrap .textWrap_ttl{
  background: var(--color-black1);
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  width: 140px;
  text-align: center;
  letter-spacing: .2px;
  font-weight: bold;
  padding: 5px 7px;
}

.numberInfoBlock{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.numberInfoBlock .numberLeft{
  /*text-align: center;*/
}

.numberInfoItem{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-right: 44px;
}

.numberInfoItem .cateName{
    /*border: 1px solid #fff;*/
    background: var(--color-black1);
    color: #fff;
    padding: 6px 22px;
    min-width: 80px;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 100px;
}

.numberInfoItem .number{
  font-size: 100px;
  display: block;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

.numberInfoItem .icon{
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0;
}

.resultWrap .sp_hide{
  display: block;
}
.resultWrap .pc_hide{
  display: none;
}

@media screen and (max-width: 1200px) {
  .page_ttlTate{
    margin-right: 50px;
    margin-left: 50px;
  }
  .numberInfoItem .cateName{
    padding: 3px 10px;
  }
  .numberInfoItem .number{
    font-size: 6.5rem;
  }
  .numberInfoItem .icon{
    font-size: 2em;
  }
  .numberInfoItem{
    margin-right: 20px;
  }

}

@media screen and (max-width: 768px) {
  .resultWrap .sp_hide{
    display: none;
  }
  .resultWrap .pc_hide{
    display: block;
  }
  .resultWrap{
    background: url(../img/top/resultWrap_bg_sp.png) no-repeat;
    background-size: cover;
    background-position: left bottom;
    padding-bottom: 130px;
  }
  .resultFlexWrap{
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .resultWrap .page_ttlType02{
    background-size: 100% auto;
    background-position: top;
    padding-bottom: 0;
    /*padding-top: 90px;*/
    line-height: 1.5;
  }
  .resultFlexWrap .textWrap_ttl{
    font-size: 14px;
    width: 120px;
    padding: 3px 5px;
  }
  .resultFlexWrap .textWrap{
    font-weight: normal;
  }
  .numberInfoBlock{
    /*display: block;*/
  }
  .numberInfoItem .cateName{
    font-size: 14px;
  }
  .numberInfoItem{
    margin-bottom: 40px;
    /*margin-right: 0;*/
       
            justify-content: flex-start;
  }
  .numberInfoItem .number{
    font-size: 80px;
  }
}

@media screen and (max-width: 640px) {
  .numberInfoItem .number{
    font-size: 43px;
  }
  .numberInfoItem .cateName {
      font-size: 10px;
      padding: 4px 7px;
  }
  .numberInfoItem .icon{
    font-size: 12px;
  }
  .numberInfoItem {
    margin-bottom: 0;
  }
  .resultWrap .number_caution{
    font-size: 10px !important;
  }
}


/*
サービスの特徴
------------------------------*/
.featureWrap{

}

.flexConditionsWrap{
	 display: flex;
    justify-content: space-around;
    max-width: 1380px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.flexConditionsWrap .flexcard{
	background: #F5F5F5;
	border-radius: 20px;
	padding: 16px;
	width: calc(33% - 40px);
  margin-bottom: 40px;
}

.flexConditionsWrap .flexcard .number{
	background: #525766;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	display: flex;
	align-items: center;
    justify-content: center;
}

.flexConditionsWrap .flexcard .imgWrap{
	margin-bottom: 20px;
	max-width: 130px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.flexConditionsWrap .flexcard .card_ttl{
	margin-bottom: 20px;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: .2px;
}

.flexConditionsWrap .flexcard .txt{
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: .1em;
}

.flexConditionsWrap .flexcard .card_ttl span{
	font-size: 18px;
	line-height: 1.7;
	display: block;
}

.flexConditionsWrap .flexcard .card_ttl .ttl_small{
	font-size: 14px;
}

@media screen and (max-width: 1200px) {
	.flexConditionsWrap .flexcard{
		width: calc(33% - 10px);
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 991px) {
	.flexConditionsWrap {
		flex-wrap: wrap;
	}
	.flexConditionsWrap .flexcard{
		width: calc(50% - 10px);
    	margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
  .flexConditionsWrap {
    flex-wrap: wrap;
  }
  .flexConditionsWrap .flexcard{
    width: 80%;
      margin-bottom: 20px;
      max-width: 350px;
  }
}









/*
お役立ちコラム
------------------------------*/
.caseWrap{
  padding-bottom: 150px;
}

.caseListwrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
/*    margin-bottom: 220px;*/
}

.caseListwrap .stageCol:nth-child(3n + 1) {
    margin-left: 0;
}

.caseListwrap .caseListwrap_news {
    margin-bottom: 0px;
}

.caseListwrap .stageCol {
    width: 32%;
    margin-left: 2%;
    /*margin-bottom: 60px;*/
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transition: .3s;
}

.caseListwrap .stageCol:hover {
    box-shadow: none;
}

.caseListwrap .stageColBox {
    border: 3px solid #31D570;
    position: relative;
    /*text-align: center;*/
}

.caseListwrap .stageCol_point {
    border: 0 solid transparent;
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative;
    padding-top: 0;
    height: 100%;
    background: #fff;
}

.caseListwrap .pointImg {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.caseListwrap .stageCol_point h2 {
    margin-bottom: 18px;
    font-weight: normal;
    text-align: left;
    color: var(--color-black1);
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}

.caseListwrap .point_image_block {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.caseListwrap .stageCol_icon {
    margin-bottom: 30px;
}

.caseListwrap .stageCol_text {
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
    padding: 0 20px;
    margin-bottom: 10px;
}

.stageCol_text.line3txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.caseListwrap .stageCol .voice{
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    /* margin-right: 10px; */
    /* margin-left: 0; */
    background: var(--color-main);
    padding: 3px 10px;
    border-radius: 30px;
    text-align: left;
    color: #fff;
    margin: 0 20px 10px 20px;
}

.caseListwrap .stageCol .name{
    padding: 0 20px 10px 20px;
    font-size: 15px;
}

.caseListwrap .stageCol_date {
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    letter-spacing: .5px;
    text-align: left;
    margin-top: 15px;
}

.caseListwrap .stageColBox img {
    display: block;
    border-radius: inherit;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.caseListwrap .colBtnBox {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -12%;
}

.caseListwrap .colBtnBox img {
    display: inline-block;
    max-width: 273px;
    width: 80%;
}

.caseListwrap .stageColBox .moreLink{
  text-align: right;
  padding-right: 30px;
  position: relative;
  font-weight: bold;
  color: #525766;
  font-size: 16px;
}

.caseListwrap .stageColBox .moreLink:after{
  position: absolute;
  content: '';
  background: url(../img/common/icon_moreLink.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 100%;
  margin-left: 5px;
}

.caseListwrap .stageColBox a:hover .point_image_block img{
  transform: scale(1.1);
}


@media screen and (max-width: 1180px) {
    .caseListwrap .stageCol_point {
        min-height: 400px;
    }
    .caseListwrap .stageCol_point h2 {
        font-size: 16px;
        /* height: 160px; */
    }
}

@media screen and (max-width: 991px) {
    .caseListwrap .stageCol_point {
        min-height: 300px;
    }
    .caseListwrap .stageCol_text {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
    }
}
@media screen and (max-width: 768px) {
  .caseWrap{
    padding-bottom: 80px;
  }
    .caseListwrap{
    flex-wrap: wrap;
    justify-content: center;
    }
    .caseListwrap .stageCol {
    width: 40%;
    max-width: inherit;
    margin-right: inherit;
    }
/*    .caseListwrap .stageCol:nth-child(2n){
        margin-left: 0;
    }*/
    .caseListwrap .stageCol:nth-child(3n + 1){
        margin-left: 2%;
    }
}
@media screen and (max-width: 500px) {
    .caseListwrap{
    display: block;
    }
    .caseListwrap .stageCol {
        margin-bottom: 40px;
        width: 80%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
    .caseListwrap .stageCol:nth-child(3n + 1){
        margin-right: auto;
        margin-left: auto;
    }
    .caseListwrap .point_image_block {
        /*margin-bottom: 0;*/
    }
    .caseListwrap .stageColBox .moreLink{
      padding-bottom: 10px;
    }
    .caseListwrap .stageCol_point {
        padding-bottom: 0;
        min-height: 542px;
        min-height: auto;
    }
    .caseListwrap .stageCol_point h2 {
        font-size: 16px;
    }
    .caseListwrap .stageCol_text {
        width: 95%;
        line-height: 1.7;
        font-size: 15px;
        margin-bottom: 10px;
    }
}




/*
お役立ちコラム
------------------------------*/
.columnMainWrap{
  padding-bottom: 150px;
}

.columwrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
/*    margin-bottom: 220px;*/
}

.columwrap .stageCol:nth-child(3n + 1) {
    margin-left: 0;
}

.columwrap .columwrap_news {
    margin-bottom: 0px;
}

.columwrap .stageCol {
    width: 32%;
    margin-left: 2%;
    /*margin-bottom: 60px;*/
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transition: .3s;
}

.columwrap .stageCol:hover {
    box-shadow: none;
}

.columwrap .stageColBox {
    border: 3px solid #31D570;
    position: relative;
    /*text-align: center;*/
}

.columwrap .stageCol_point {
    border: 0 solid transparent;
    /* box-shadow: 0 0 8px gray; */
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative;
    padding-top: 0;
    height: 100%;
    background: #fff;
}

.columwrap .pointImg {
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.columwrap .stageCol_point h2 {
    margin-bottom: 18px;
    font-weight: normal;
    text-align: left;
    color: var(--color-black1);
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.6;
}

.columwrap .point_image_block {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.columwrap .stageCol_icon {
    margin-bottom: 30px;
}

.columwrap .stageCol_text {
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    width: 100%;
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
    padding: 0 20px;
    margin-bottom: 10px;
}

.stageCol_text.line3txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.columwrap .stageCol .cate{
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    /* margin-right: 10px; */
    /* margin-left: 0; */
    background: var(--color-main);
    padding: 2px 5px;
    border-radius: 3px;
    text-align: left;
    margin: 0 20px 10px 20px;
}

.columwrap .stageCol .cate.color_dounyu{
  background-color: #FFD1DE;
}

.columwrap .stageCol .cate.color_recommend{
  background-color: #B1C3FF;
}

.columwrap .stageCol .cate.color_comment{
  background-color: #AFEDDF;
}

.columwrap .stageCol_date {
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    letter-spacing: .5px;
    text-align: left;
    margin-top: 15px;
}

.columwrap .stageColBox img {
    display: block;
    border-radius: inherit;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.columwrap .colBtnBox {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -12%;
}

.columwrap .colBtnBox img {
    display: inline-block;
    max-width: 273px;
    width: 80%;
}

.columwrap .stageColBox .moreLink{
  text-align: right;
  padding-right: 30px;
  position: relative;
  font-weight: bold;
  color: #525766;
  font-size: 16px;
}

.columwrap .stageColBox .moreLink:after{
  position: absolute;
  content: '';
  background: url(../img/common/icon_moreLink.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 100%;
  margin-left: 5px;
}

.columwrap .stageColBox a:hover .point_image_block img{
  transform: scale(1.1);
}


@media screen and (max-width: 1180px) {
    .columwrap .stageCol_point {
        min-height: 400px;
    }
    .columwrap .stageCol_point h2 {
        font-size: 16px;
        /* height: 160px; */
    }
}

@media screen and (max-width: 991px) {
    .columwrap .stageCol_point {
        min-height: 300px;
    }
    .columwrap .stageCol_text {
        position: inherit;
        top: auto;
        left: auto;
        transform: inherit;
    }
}
@media screen and (max-width: 768px) {
    .columwrap{
    flex-wrap: wrap;
    justify-content: center;
    }
    .columwrap .stageCol {
    width: 40%;
    max-width: inherit;
    margin-right: inherit;
    }
/*    .columwrap .stageCol:nth-child(2n){
        margin-left: 0;
    }*/
    .columwrap .stageCol:nth-child(3n + 1){
        margin-left: 2%;
    }
}
@media screen and (max-width: 500px) {
    .columwrap{
    display: block;
    }
    .columwrap .stageCol {
        margin-bottom: 40px;
        width: 80%;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
    .columwrap .stageCol:nth-child(3n + 1){
        margin-right: auto;
        margin-left: auto;
    }
    .columwrap .point_image_block {
       /* margin-bottom: 0;*/
    }
    .columwrap .stageCol_point {
        padding-bottom: 0;
        min-height: 542px;
        min-height: auto;
    }
    .columwrap .stageColBox .moreLink{
      padding-bottom: 10px;
    }
    .columwrap .stageCol_point h2 {
        font-size: 16px;
    }
    .columwrap .stageCol_text {
        width: 95%;
        line-height: 1.7;
        font-size: 15px;
        margin-bottom: 10px;
    }
}

/*
運営からのお知らせ
----------------------------------------- */
.infoLinkWrap{
  padding-bottom: 150px;
}

.news-sec-inner{
  display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.new-listWrap{
  max-width: inherit;
  margin-right: auto;
  margin-left: auto;
}

.new-listWrap li {
    margin-bottom: 10px;
}

.new-listWrap a{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    border-radius: 10px;
    padding: 23px 20px;
    background: #fff;
    position: relative;
    transition: .3s;
}

.new-listWrap a:after{
  content: '';
  background: url(../img/common/news_link_icon.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.news-date{
    font-weight: 400;
    line-height: 1.6;
    font-size: 14px;
    display: inline-block;
    color: var(--color-black1);
    margin-right: 20px;
    vertical-align: middle;
    letter-spacing: .1px;
  width: 80px;
  font-weight: 500;
}
.news-cate{
    border: 1px solid var(--color-main);
    font-size: 12px;
    padding: 1px 5px 0;
    border-radius: 20px;
    display: inline-block;
    background: var(--color-main);
    color: var(--color-black1);
    transition: .3s;
    vertical-align: middle;
    line-height: 1.7;
    font-weight: bold;

  width: 90px;
  text-align: center;
  margin-right: 30px;
  letter-spacing: .1px;
  margin-top: 2px;
}
.news-txt{
  display: inline-block;
  width: 500px;
  margin-top: 0px;
  letter-spacing: .5px;
  font-size: 14px;
}
.new-listWrap .news-txt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-listWrap a:hover {
    opacity: .5;
}

.news-txt{
    display: inline-block;
    width: 68%;
    margin-top: 0px;
    letter-spacing: .5px;
    font-size: 14px;
}

.news_detail .new-list{
  width: 100%;
}

.news_detail .new-list li{
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 1300px) {
  .news-txt{
    width: calc(100% - 205px);   
  }
}

@media screen and (max-width: 991px) {
  .news-date{
    margin-right: 20px;
  }
  .news-cate{
    margin-right: 30px;
  }
  .new-listWrap .news-txt{
    text-overflow: inherit;
    white-space: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 640px) {
  .new-listWrap a{
    display: block;
    font-size: 14px;
  }
  .news-txt{
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
}


