<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
共通
タイトル
---------------*/
body{
    overflow-x: hidden;
    padding: 0 0 0 0;
    margin: 0 100px 0 0;
    width: 100%;
}

/*
共通
---------------*/
.page_inner_Wrap{
  max-width: 1200px;
  width: 86%;
  margin: 0 auto;
}

.page_inner_space{
    padding-top: 130px;
}
.pageBlock{
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .page_inner_Wrap{
    width: 94%;   
  }
  .pageBlock{
    padding-top: 80px;
  }
  .page_inner_space{
      padding-top: 90px;
  }
}


/*
改行
---------------*/
.sp_br{
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br{
    display: block;
  }
}


/*
背景色
---------------*/
.bgGray{
	background: #F5F5F5;
}

/*
フォントデザイン
---------------*/
.main_orange{
  color: var(--color-main);
}
.f_white{
  color: #fff;
}

.txt_bold{
  font-weight: bold;
}

.taC{
	text-align: center !important;
}

.txt_ud{
  text-decoration: underline;
}
.txt_caution{
    color: #666666;
}

.f_size_14{
  font-size: 14px !important;
}

.f_size_16{
  font-size: 16px !important;
}
.f_size_20{
  font-size: 20px !important;
}
.f_size_22{
  font-size: 22px !important;
}
.f_size_30{
  font-size: 30px !important;
}
.f_size_40{
  font-size: 40px !important;
}
.f_size_12{
  font-size: 12px !important;
}

.l_heigt2{
  line-height: 2;
}

small{
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .taC.sp_left{
    text-align: left !important;
  }
}
@media screen and (max-width: 640px) {
  .f_size_14{
    font-size: 12px !important;
  }
  .f_size_16{
    font-size: 15px !important;
  }
  .f_size_20{
    font-size: 17px !important;
  }
  .f_size_22{
    font-size: 19px !important;
  }
  .f_size_40{
    font-size: 32px !important;
  }
}

/*
margin
------------------------------*/
.mb10{
  margin-bottom: 10px;
}
.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px;
}
.mb40{
  margin-bottom: 40px;
}
.mb50{
  margin-bottom: 50px;
}
.mb60{
  margin-bottom: 60px;
}
.mb70{
  margin-bottom: 70px;
}
.mb80{
  margin-bottom: 80px;
}
.mb100{
  margin-bottom: 100px;
}
.mb120{
  margin-bottom: 120px;
}
.mb150{
  margin-bottom: 150px;
}
.mb200{
  margin-bottom: 200px;
}
@media screen and (max-width: 640px) {
  .mb60{
    margin-bottom: 50px;
  }
  .mb70{
    margin-bottom: 65px;
  }
  .mb80{
    margin-bottom: 60px;
  }
  .mb100{
    margin-bottom: 80px;
  }
  .mb120{
    margin-bottom: 100px;
  }
  .mb150{
    margin-bottom: 120px;
  }
  .mb200{
    margin-bottom: 170px;
  }
}





/*
タイトル
----------------------------------------- */
.page_ttlType01 .ttl_logo{
	max-width: 40px;
	margin-bottom: 10px;
}
.page_ttlType01 .ttl_en{
	font-size: 30px;
	color: var(--color-main);
	font-weight: 400;
	display: block;
	margin-bottom: 18px;
}

.page_ttlType01 .ttl_jp{
	font-size: 40px;
	color: #2D2D2D;
	font-weight: bold;
	display: block;
}

.page_ttlType01 .ttl_jp_l{
  font-size: 58px;
  color: #2D2D2D;
  font-weight: bold;
  display: block;
}

.page_ttlType02{
  font-weight: bold;
  font-size: 40px;
}

.ttleType03{
  text-align: center;
}

.ttleType03 .ttleItem{
  font-weight: bold;
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #525766;
}

.page_ttlType03{
  text-align: center;
  background: #EAAD09;
  width: 220px;
  text-align: center;
  padding: 13px;
  border-radius: 100px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page_ttlType01 .ttl_en{
    font-size: 28px;
  }
  .page_ttlType01 .ttl_jp{
    font-size: 36px;
  }
  .page_ttlType01 .ttl_jp{
    font-size: 32px;
  }

  .page_ttlType02{
    font-size: 32px;
  }
}

@media screen and (max-width: 640px) {
  .page_ttlType01 .ttl_en{
    font-size: 25px;
  }
  .page_ttlType01 .ttl_jp{
    font-size: 30px;
    line-height: 1.3;
  }
  .page_ttlType02{
    font-size: 30px;
  }
}


/* commonLink01 
----------------------------------------- */
.bgImageBtnWrap .link{
  margin-bottom: 20px;
}
.commonLink01{
  display: block;
  background: var(--color-black1);
  color: #fff;
  position: relative;
  /*border: 1px solid var(--color-yellow);*/
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding: 40px 30px;
  border-radius: 10px;
  transition: .3s;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
  letter-spacing: .2px;
}

.commonLink01:after{
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    transition: .3s;
}

.commonLink01:hover:after{
    border-top: 2px solid var(--color-black1);
    border-right: 2px solid var(--color-black1);
}

.commonLink01:visited,
.commonLink01:link{
  color: #fff;
}
.commonLink01:hover{
  background: #fff;
  color: var(--color-black1);
  transition: .3s;
}

.commonLink01 img{
  transition: .3s;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.commonLink01:hover img{
  filter: saturate(0%);
  filter: brightness(23%);
}

@media screen and (max-width:640px) {
  .commonLink01{
    font-size: 15px;
    padding: 30px 20px;
  }
}


/* commonLink02
----------------------------------------- */
.commonLink02{
  background: #fff;
  color: var(--color-main);
  border: 1px solid var(--color-main);
  font-size: 14px;
  padding: 10px 34px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  transition: .3s;
  letter-spacing: .2px;
}
.commonLink02:link, .commonLink02:visited{
  color: var(--color-main);
}
.commonLink02:hover{
  background: var(--color-main);
  color: #fff;
}

/* commonLink03
----------------------------------------- */
.commonLink03{
  background: rgb(255,255,255,0);
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 20px 20px;
  border-radius: 44px;
  text-align: center;
  font-weight: bold;
  transition: .3s;
  letter-spacing: .2px;
}

.commonLink03:hover{
  background: #fff;
  color: var(--color-main);
}

/* commonLink04
----------------------------------------- */
.commonLink04{
  color: var(--color-main);
  text-decoration: underline;
  transition: .3s;
}
.commonLink04:visited,
.commonLink04:link{
  color: var(--color-main);
}
.commonLink04:hover{
  color: #000;
}


/* commonLink05
----------------------------------------- */
.commonLink05{
  background:  var(--color-main);
  color: #fff;
  border: 1px solid var(--color-main);
  font-size: 14px;
  padding: 10px 34px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  transition: .3s;
  letter-spacing: .2px;
}
.commonLink05:link, .commonLink05:visited{
  color: #fff;
}

.commonLink05:hover{
  background: #fff;
  color: var(--color-main);
}


/* commonLink06
----------------------------------------- */
.commonLink06{
  display: block;
    background: var(--color-yellow);
    color: #fff;
    position: relative;
    border: 1px solid var(--color-yellow);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 26px 17px;
    border-radius: 10px;
    transition: .3s;
    line-height: 1.7;
    max-width: 324px;
    letter-spacing: .2px;
    margin: 0 auto;
}

.commonLink06:visited,
.commonLink06:link{
  color: #fff;
}
.commonLink06:hover{
  background: #fff;
  color: var(--color-yellow);
  transition: .3s;
}


/* commonLink07
----------------------------------------- */
.bgImageBtnWrap .link{
  margin-bottom: 20px;
}
.commonLink07{
  display: block;
  background: #fff;
  color: var(--color-black1);
  position: relative;
  /*border: 1px solid var(--color-yellow);*/
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding: 38px 30px;
  border-radius: 10px;
  transition: .3s;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
  letter-spacing: .2px;
}

.commonLink07:after{
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-black1);
    border-right: 2px solid var(--color-black1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    transition: .3s;
}

.commonLink07:hover:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.commonLink07:visited,
.commonLink07:link{
  color: var(--color-black1);
}
.commonLink07:hover{
  background: var(--color-black1);
  color: #fff;
  transition: .3s;
}

.commonLink07 img{
  transition: .3s;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 1em;
}

.commonLink07:hover img{
  filter: saturate(100%);
  filter: brightness(200%);
}

@media screen and (max-width:640px) {
  .commonLink07{
    font-size: 18px;
    padding: 30px 20px;
  }
}

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

.mainFlexBlock{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-start;
    max-width: 1920px;
    width: 97%;
    /* margin: 0 auto; */
   /* min-height: calc(100vh - 300px);*/
    height: 680px;
}

.mainFlexBlock .mainFlexItem{
  width: 45%;
  position: relative;
  padding-top: 0;
  /*height: calc(100vh - 300px);*/
  height: 680px;
}

.mainVidual_text{
  position: absolute;
  bottom: 10%;
}

.mainVidualWrap .scrollBtn{
  position: absolute;
  bottom: 0;
  right: 30px;
}

.mainVidualWrap .scrollBtn a{
  position: relative;
  padding-bottom: 20px;
}

.mainVidualWrap .scrollBtn a img{
  margin-bottom: 30px;
}

.mainVidualWrap .scrollBtn a:after{
    content: '';
    width: 2px;
    background: #fff;
    height: 20px;
    position: absolute;
    display: block;
    bottom: -30px;
    left: 0;
    right: 3px;
    margin: 0 auto;
}





@media screen and (max-width: 1366px) {
  .mainVidualWrap{
    /*height: auto;*/
  }
  .mainFlexBlock{
      height: 500px;
  }
  .mainFlexBlock .mainFlexItem{
    width: 45%;
    height: 500px;
  }

}

@media screen and (max-width: 1100px) {
  .mainFlexBlock .mainFlexItem{
    width: 50%;
  }
}


@media screen and (max-width: 800px) {
  .mainVidualWrap{
    min-height: inherit;
    height: auto;
    margin-bottom: 100px;
    height: auto;
  }
  .mainFlexBlock{
    display: block;
    width: 100%;
    height: auto;
  }
  .mainFlexBlock .mainFlexItem{
    width: 100%;
    height: auto;
  }
  .mainFlexBlock .mainFlexItem{
    height: auto;
  }
  .mainFlexBlock .mainFlexItem.movie{
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 640px) {
  .mainVidualWrap{
    margin-bottom: 30px;

  }
  .mainFlexBlock .mainFlexItem.movie{
    padding-bottom: 100px;
  }
  .mainSlide_imgItem.item01{
    bottom: -70px;
  }
  .mainSlide_imgItem.item02{
    bottom: -70px;
  }
}

/*
メインビジュアル TEXT
------------------------------*/
.mainFlexItem .textWrap{
    max-width: 500px;
    /*position: absolute;*/
    text-align: left;
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.mainttleWrap{
  margin-bottom: 30px;
}

.mainttleWrap img{
  width: 493px;
}

.mainttleWrap .ttl_m{
  font-weight: bold;
  font-size: 50px;
  color: #2D2A28;
  display: block;
}

.mainttleWrap .ttl_L{
font-size: 60px;
    /* letter-spacing: 3px; */
    margin: 0.8em 0 0.5em;
    display: inline-block;
}

.mainttleWrap .dot_text{
  font-size: 70px;
  color: var(--color-main);

    position: relative;
}
.mainttleWrap .dot_text::before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  /*margin-top: 10px;*/
/*  background: -webkit-radial-gradient(circle 10px,#FAD238%,transparent 50%);
  background: radial-gradient(circle 10px,#FAD238,transparent 50%);
  background: -moz-radial-gradient(circle 10px,#FAD238,transparent 50%);*/
  background: var(--color-main);
  width: 10px;
  height: 10px;
  border-radius: 100px;
}

.mainPointList{
  display: flex;
}

.mainPointList .mainPointItem{
  list-style: none;
}

.mainPointList .mainPointItem img{
  max-width: 110px;
}
@media screen and (max-width: 1366px) {
  .mainFlexItem .textWrap{
    right: 12%;
    width: 70%;
  }
}

@media screen and (max-width: 800px) {
  .mainFlexItem .textWrap {
    scale: 1;
    position: inherit;
    transform: inherit;
    top: 10%;
    right: auto;
    text-align: center;
    width: 100%;
    margin-right: auto;
    max-width: inherit;
    margin-left: auto;
    padding-top: 30px;
  }
  /*.mainttleWrap .ttl_m{
    font-size: 6vw;
  }
  .mainttleWrap .ttl_L{
    font-size: 7vw;
    margin: 10px 0 10px;
    line-height: 1.5;
  }*/
  .mainttleWrap{
    font-size: 7vw;
  }
  .mainttleWrap img{
    max-width: 400px;
  }
  .mainttleWrap .dot_text{
    font-size: 7vw;
  }
  .mainPointList{
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .mainttleWrap img{
    width: 70%;
  }
  .mainPointList .mainPointItem{
    max-width: 90px;
    width: 20%;
  }
}


/*
メインビジュアル 画像
------------------------------*/
.mainSlideshow{
  max-width: 880px;
}

.vidualWrap{
    position: relative;
    top: calc(50% - 60px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);  
}

.mainSlide_imgItem {
  position: absolute;
}

.mainSlide_imgItem img{
  max-width: inherit;
  /*width: calc(100% /);*/
    width: 100%;
    max-width: 260px;
}

.mainSlide_imgItem.item01{
    left: -8%;
    bottom: -120px;
}


.mainSlide_imgItem.item02{
    right: 0;
    bottom: -100px;
}

@media screen and (max-width: 1366px) {
  /*.vidualWrap{
    top: 15%;
  }*/
  .mainSlide_imgItem img{
    width: 80%;
  }
  .mainSlide_imgItem.item02 img{
    margin-right: 0;
  }
}

@media screen and (max-width: 1090px) {
  /*.vidualWrap{
    top: 15%;
  }*/
}

@media screen and (max-width: 800px) {
  .vidualWrap{
    top: inherit;
    position: inherit;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    transform: inherit;
  }
  .mainSlide_imgItem.item01{
    left: -8%;
    bottom: -120px;
    width: 50%;
    left: 0;
  }
  .mainSlide_imgItem.item02{
    right: 0;
    bottom: -120px;
    width: 50%;
  }
  .mainSlide_imgItem img{
    width: 90%;
  }
  .mainSlide_imgItem.item01 img{
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .mainSlide_imgItem img{
    width: 100%;
  }
  .vidualWrap{
    width: 100%;
  }
  .mainSlideshow{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}


/*
メインビジュアル02
------------------------------*/
.mainvidual_img{
  overflow: hidden;
  position: relative;
  height: calc(100vh - 100px);
  width: 100%;
}
.mainvidual_img img{
  position: absolute;
  object-fit: cover;
  object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}

.mainvidual02 .textWrap{
  position: absolute;
}


/*
動画スライダー
------------------------------*/
.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;
  }
}



/*
Choice Wrap
------------------------------*/
.movieSampleWrap{
    background-color: var(--color-main);
    padding-bottom: 150px;
    position: relative;
}

.movieSampleWrap:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* height: 50px; */
    width: 80px;
    border-top: 60px solid #fff;
    border-right: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 80px solid transparent;
}

.movieSampleWrap .ttl_logo{
  width: 90px;
  max-width: inherit;
  margin-bottom: 0;
}

.movieSampleWrap .flexItem01{
  display: flex;
  justify-content: space-between;
}

.movieSampleWrap .flexItem02{
  display: flex;
  justify-content: space-between;
}

.pointflexcard{
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
  border: 3px solid #FFF3B3;
  box-shadow: 0 3px 10px rgba(0,0,0,16%);
}

.pointflexcard img{
  max-width: inherit;
  width: 70px;
  margin-bottom: 15px;
}

.pointflexcard .textWrap{
  font-weight: bold;
  font-size: 16px;
}

.movieSampleWrap .flexItem01 .pointflexcard{
  width: calc(50% - 10px);
  margin-bottom: 10px;
}

.movieSampleWrap .flexItem02 .pointflexcard{
  width: calc(33% - 10px);
  margin-bottom: 10px;
}

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

  .movieSampleWrap:before{
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      /* height: 50px; */
      width: 40px;
      border-top: 40px solid #fff;
      border-right: 40px solid transparent;
      border-bottom: 40px solid transparent;
      border-left: 40px solid transparent;
  }

  .movieSampleWrap .flexItem01{
    display: block;
  }
  /*.movieSampleWrap .flexItem02{
    display: block;
  }*/
  .movieSampleWrap .flexItem01 .pointflexcard{
    width: 100%;
    margin-bottom: 20px;
  }
  .movieSampleWrap .flexItem02 .pointflexcard{
    width: calc(33% - 10px);
  }
  .pointflexcard .flexItem01 .textWrap{
    font-size: 16px !important;
  }
  .pointflexcard .textWrap{
    font-size: 12px;
  }
  .pointflexcard{
    padding: 15px 0;
  }
  .pointflexcard img{
    max-width: 70px;
    width: 60%;
  }
  .sp_hidden{
    display: none;
  }
}



/*
youtube動画エリア
------------------------------*/
.movieSampleFlex{
  display: flex;
justify-content: space-between;
}
.movieSampleFlex_item{
  width: calc(50% - 10px);
}

.movieSampleFlex_item .youtube{
  position: relative;
  width: 100%;
}

.movieSampleFlex_item .youtube iframe{
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .movieSampleFlex{
    display: block;
  }
  .movieSampleFlex_item{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }
}



/*
Common Issues
------------------------------*/
.issueWrap{
  padding-bottom: 150px;
  position: relative;
}

.issueWrap:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* height: 50px; */
    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;
      /* height: 50px; */
      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 .flexWrap01{
	display: flex;
  justify-content: space-between;

}

.aboutWrap .flexWrap01 .flex_imgWrap,
.aboutWrap .flexWrap01 .flex_textWrap{
	width: calc(50% - 20px);
}

.aboutWrap .flex_textWrap .ttl_jp_l{
  padding-bottom: 10px;
}

.aboutWrap .flex_textWrap .ttl_en{
  font-weight: bold;
}

.about_img_sp{
  display: none;
}

@media screen and (max-width: 768px) {
  .aboutWrap .flex_textWrap .ttl_jp_l{
    font-size: 50px;
  }
  .aboutWrap .flexWrap01{
    display: block;
  }
  .aboutWrap .flexWrap01 .flex_imgWrap,
  .aboutWrap .flexWrap01 .flex_textWrap{
    width: 100%;;
  }
  .aboutWrap .flexWrap01 .flex_imgWrap{
    display: none;
  }
  .about_img_sp{
    display: block;
    margin-top: 60px;
  }
}



/*
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;
    padding: 6px 22px;
    min-width: 80px;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.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;
  }
}




/*
導入までの流れ
------------------------------*/
.flowInnerBlock {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.flowInnerBlock .flowTitle .innerItem{
  background-color: var(--color-main);
  border-radius: 10px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin-bottom: 40px;
}

.flowInnerBlock .flowTitle .innerItem:after{
    content: '';
    border-top: 22px solid var(--color-main);
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    width: 20px;
    margin: 0 auto;
}


.flowInnerBlock .flowItem{
  border: 2px solid var(--color-black1);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}

.flow_triangleIcon{
  margin: 20px auto 3px;
  width: 15px;
    border-top: 22px solid var(--color-main);
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}

.flowInnerBlock .flowItem .step{
  color: #fff;
  background-color: var(--color-main);
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}

.flowInnerBlock .flowItem .ttl{
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .flowInnerBlock .flowItem .txt{
    text-align: left;
  }
}


/*
料金表
------------------------------*/
.plan_imgWrap{
  width: 100%;
}
.plan_imgWrap img{
  max-width: 1020px;
  width: 100%;
  min-width: 800px;
}

.plan_table{
  min-width: 800px;
  background-color: #fff;
}

.plan_table td{
  background-color: #fff;
}


/*
お役立ちコラム
------------------------------*/
.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;
    }
}




/* 
アコーディオン FAQ
---------------------------------------------------------- */
.voiceBox{
  overflow: hidden;
}


.acMenu {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    /*border: 1px solid var(--color-yellow);*/
    /* box-shadow: 0 0 8px gray; */
    border-radius: 10px;
    position: relative;
    background-color: #F7F8FA;
}

.acMenu dt {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
}

.acMenu dd {
    width: 100%;
    display: none;
    float: left;
    position: relative;
}

.stageBox_faq {
    padding-top: 25px;
    padding-bottom: 200px;
}

.faq_tit {
    margin-bottom: 30px;
}

.faq_tit span {
    font-size: 30px;
    font-weight: bold;
}

.rotate180deg {
    transform: rotate(180deg);
}

.faqTxt {
    font-size: 16px;
    color: var(--color-black1);
    font-weight: 500;
    padding: 22px 40px 22px 24px;
    width: calc(100% - 154px);
}

.faqTxt2 {
    font-size: 16px;
    color: #272727;
    font-weight: 500;
    padding: 0px 70px 30px 84px;
    width: auto;
    line-height: 1.7;
    font-weight: 400;
}

.faqQ {
    /* width: 54px; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    color: #104730;
    font-size: 32px;
    padding-left: 34px;
    color: var(--color-main);
    font-weight: 500;
}

.faqTxt:after {
    content: "";
    /* font-family: FontAwesome; */
    color: #272727;
    /* font-size: 30px; */
    transition: 0.3s;
    position: absolute;
    right: 30px;
    background: url(../img/common/icon_faq_open.svg) no-repeat center;
    width: 30px;
    height: 30px;
    top: 15px;
}

.active .faqTxt:after {
    transition: 0.3s;
    background: url(../img/common/icon_faq_close.svg) no-repeat center;
    width: 30px;
    height: 30px;
}

.faqA {
    width: 54px;
    position: absolute;
    font-size: 30px;
    color: #104730;
    font-weight: bold;
    text-align: center;
    line-height: 107px;
}

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

    .acMenu dt {
        flex-wrap: wrap;
    }
    .stageBox_faq {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .faqQ{
      padding-left: 20px;
    }
    .faqA {
        position: inherit;
        line-height: 57px;
    }
    .faqTxt2 {
        padding: 0px 20px 40px 20px;
        font-size: 15px;
    }
    .faqTxt {
        position: relative;
        width: calc(100% - 80px);
        font-size: 15px;
    }
    .faqTxt:after {
        right: 10px;
        top: calc(50% - 15px);
    }
}



/*
お役立ちコラム
------------------------------*/
.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;
}</pre></body></html>