@charset "UTF-8";

/*.mv{
  height: 100vh;
}*/

.link_btn{
  width: 397px;
  height: 79px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.link_btn::after{
  content: '';
  width: 17px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}
.link_btn.link_btn_b{
  background-color: #1F1F1F;
  color: #fff;
}
.link_btn.link_btn_b::after{
  background: url(../img/common/arrow_w.svg) center / 100% no-repeat;
}
.link_btn.link_btn_w{
  background-color: #fff;
  border: 1px solid #1F1F1F;
  color: #1F1F1F;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
}
.link_btn.link_btn_w::after{
  background: url(../img/common/arrow_b.svg) center / 100% no-repeat;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .link_btn.link_btn_b:hover{
    background-color: #79CBD6;
  }
  .link_btn.link_btn_w:hover{
    background-color: #79CBD6;
    border: 1px solid #79CBD6;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .link_btn{
    width: 100%;
    height: 54px;
    border-radius: 30px;
    font-size: 14px;
  }
  .link_btn::after{
    width: 11px;
    height: 12px;
    top: calc(50% - 6px);
    right: 10px;
  }
  .link_btn.link_btn_w{
    width: 263px;
    margin-top: 50px;
  }

}

/* sec 共通
***************************************************************/
.sec.gray_bg{
  background-color: #F2F2F2;
}
.sec.blue_bg{
  background-color: #E9EFF0;
}
.sec.gray_bg::after,
.sec.blue_bg::after{
  content: '';
  width: calc(((100% - 1026px) / 2) - 180px);
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.sec.gray_bg::before,
.sec.blue_bg.consultation_sec::before{
  content: '';
  width: 100%;
  height: 45px;
  background-color: #fff;
  position: absolute;
  top: 0;
}
.sec_ttl{
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 85px;
}
.sec_ttl .jost{
  font-size: 96px;
  margin-top: -10px;
  text-transform: uppercase;
}
.sec_ttl .sub01{
  font-size: 22px;
  margin-top: 15px;
}
.sec_ttl .sub02{
  font-size: 22px;
  font-weight: 500;
  margin-top: 15px;
}
.sec_ttl .sub03{
  font-size: 36px;
  margin-top: 15px;
}
.sec_ttl .sub04{
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
}
.sec_subtxt{
  font-size: 20px;
  margin-top: 65px;
}
.number{
  font-size: 18px;
  color: #79CBD6;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .inner {
    margin-left: 11%;
    margin-right: 11%;
  }
  .sec.gray_bg::after,
  .sec.blue_bg::after{
    content: '';
    width: 5%;
  }
  .sec.gray_bg::before,
  .sec.blue_bg.consultation_sec::before{
    height: 25px;
  }
  .sec_ttl{
    margin-bottom: 35px;
    z-index: 1;
  }
  .sec_ttl .jost{
    font-size: 56px;
    margin-top: -5px;
  }
  .sec_ttl .sub01{
    font-size: 16px;
    margin-top: 5px;
  }
  .sec_ttl .sub02{
    font-size: 16px;
    margin-top: 5px;
  }
  .sec_ttl .sub03{
    font-size: 28px;
    line-height: 1.28;
    margin-top: 5px;
  }
  .sec_ttl .sub04{
    font-size: 16px;
    margin-top: 10px;
  }
  .sec_subtxt{
    font-size: 16px;
    line-height: 1.63;
    margin-top: 10px;
  }

}

/* anchor
***************************************************************/


/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .anchor{
    margin-top: -200px !important
  }
  #features.anchor,
  #flow.anchor,
  #column.anchor{
    margin-top: -100px !important;
  }
  #vision.anchor{
    margin-top: -10px !important;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  #features.anchor,
  #member.anchor,
  #flow.anchor,
  #column.anchor{
    margin-top: -60px !important;
  }
  #vision.anchor{
    margin-top: 70px !important;
  }

}




/* key_visual
***************************************************************/

.opning {
  width: 100%;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 1100;
}
.remove-scrolling {
  height: 100%;
  overflow: hidden;
}


.key_visual {
    opacity: 1;
  transition: .3s ease;
}
.mv_off .key_visual {
    opacity: 0;
}

.key_visual .key_news_container {
  background: transparent;
  padding: 10px 40px 15px 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 60px;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.key_visual .key_news_container:hover .text_wrap .text_pc ._text::before {
  content: "";
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.key_visual .key_news_container.hide {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.key_visual .key_news_container .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.key_visual .key_news_container .text_wrap .loop_text_sp {
  display: none;
}
.key_visual .key_news_container ._date {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  white-space: nowrap;
}
.key_visual .key_news_container ._date::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  width: 1px;
  height: 25px;
  margin: 0 15px;
  display: inline-block;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.key_visual .key_news_container ._tag {
  margin-right: 15px;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 6px 4px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.key_visual .key_news_container ._text {
  padding-bottom: 3px;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
  position: relative;
  overflow-x: hidden;
}
.key_visual .key_news_container ._text::before {
  content: "";
  background-color: white;
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 100;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.key_visual .key_news_container ._text::after {
  content: "";
  background: url("../images/icn_arrow_news.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 6px;
  width: 6.5px;
  height: 11px;
  display: inline-block;
}

.key_visual .top_mv {
  width: 100%;
  height: 100vh;
  position: fixed;
/*  padding-left: 55px;*/
}
.key_visual .top_mv .top_scene_item {
  top: 0;
  left: auto;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  height: 100%;
  width: 100%;
  position: absolute;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.key_visual .top_mv .mv1 {
    background-image: url(../img/front/mv01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  opacity: 1;
    height: 68vh;
    top: auto;
    bottom: 0;
}


.key_visual .top_mv .mv2 {
    background-image: url(../img/front/mv02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
.key_visual .top_mv .mv3 {
    background-image: url(../img/front/mv03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
.key_visual .top_mv .mv4 {
    background-image: url(../img/front/mv04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
#item_05{
  height: 68vh;
  position: relative;
}
#item_05::after{
  content: '';
  width: 100%;
  height: 130px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.key_visual .top_mv .disappear {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s 0.4s;
  transition: all 0.8s 0.4s;
}
.key_visual .top_mv .true {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.key_visual .top_mv .hide {
  position: static;
}
.key_visual .top_intro_title_sub-item01 span:nth-child(1){
  font-size: 18px;
  font-weight: 700;
}
.key_visual .top_intro_title_sub-item01 span:nth-child(2){
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
}
.key_visual .top_intro_title_sub-item02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
/*  border-left: 5px solid #000;*/
/*  padding-left: 2em;*/
/*  padding-right: 2em;*/
  height: auto;
  position: relative;
}
.key_visual .top_intro_title_sub-item02 span{
  font-size: 18px;
  font-weight: 700;
}
.key_visual .top_intro_title_sub-item02 span + span::before {
    content: '';
    position: absolute;
    border-top: 1px solid #000;
    width: 35px;
    height: 0;
    transform: rotate(30deg) translate(-50%, 1080%);
    left: 50%;
    top: 50%;
}
.key_visual .top_intro_title_sub-item02 span + span::after {
  content: '';
  position: absolute;
  border-top: 1px solid #000;
  width: 35px;
  height: 0;
  transform: rotate(-30deg) translate(-50%, -920%);
  left: 50%;
  top: 50%;
}
.key_visual .top_ceo_name.hide {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.key_visual .top_text_content {
  position: relative;
  z-index: 100;
}
.key_visual .top_text_content .top_text_title,
.key_visual .top_text_content .top_text_item {
  width: auto;
  height: 100vh;
  position: relative;
}
.key_visual .top_text_content .top_text_title ._text,
.key_visual .top_text_content .top_text_item ._text {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.87;
}
.key_visual .top_text_content .top_text_item ._text:nth-child(2){
    margin-top: 8em;
}

.key_visual .top_text_content .top_text_item .item_04_h2 {
    margin-top: 8.5em;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.61;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .key_visual .top_mv {
      padding-left: 55px;
  }
  .key_visual .top_mv::before{
    content: '';
    height: 100%;
    width: 55px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    position: absolute;
    z-index: 1;
  }

  /*  MV開くアニメ*/
  @keyframes tobira_ani{
    0%{width: 60%; }
    100%{width: 0%;}
  }
  .tobira_left {
      content: '';
      width: 60%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #fff;
      height: 100%;
      z-index: 1;
      animation: tobira_ani 2s cubic-bezier(0, 0, 0.28, 1) 1.2s 1 forwards;
  }
  .tobira_right {
      content: '';
      width: 60%;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #fff;
      height: 100%;
      z-index: 1;
      animation: tobira_ani 2s cubic-bezier(0, 0, 0.28, 1) 1.2s 1 forwards;
  }

  .opning_true .tobira_left {
      animation: tobira_ani 2s cubic-bezier(0, 0, 0.28, 1) 4.6s 1 forwards;
  }
  .opning_true .tobira_right {
      animation: tobira_ani 2s cubic-bezier(0, 0, 0.28, 1) 4.6s 1 forwards;
  }

  .key_visual #top_intro_title {
      left: 115px;
      position: absolute;
      top: 32vh;
      width: 560px;
      transform: translateY(-25%);
  }
  .key_visual .top_intro_title_sub-item01{
    display: flex;
    flex-direction: column;
    text-align: left;
    border-left: 5px solid #000;
    padding-left: 2em;
    padding-right: 1.5em;
  }
  .key_visual .top_intro_title_sub-item02 {
    border-left: 5px solid #000;
    padding-left: 2em;
    padding-right: 2em;
  }
  .key_visual .top_intro_title_sub {
      left: 115px;
      position: absolute;
      top: 32vh;
      transform: translateY(calc(25% + 180px));
      display: flex;
  }


}
/*--------------------SP--------------------*/
@media all and (max-width:680px){


  /*  MV開くアニメ*/
  @keyframes tobira_ani{
    0%{transform: scaleY(1.0); }
    100%{transform: scaleY(0); }
  }
  .tobira_left {
    content: '';
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 100%;
    max-height: 77vh;
    z-index: 1;
    transform: scaleY(1.0);
    transform-origin: top;
    animation: tobira_ani 3s cubic-bezier(0.27, 0.25, 0.25, 1) 1.2s 1 forwards;
  }
  .tobira_right {
    display: none;
  }

  .opning_true .tobira_left {
      animation: tobira_ani 3s cubic-bezier(0.27, 0.25, 0.25, 1) 4.6s 1 forwards;
  }
  .opning .animation {
    width: 210px;
  }

  .key_visual #top_intro_title {
    left: 5vw;
    top: 108px;
    max-width: 327px;
    width: auto;
  }
  .key_visual .top_intro_title_sub-item01{
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .key_visual .top_intro_title_sub-item01 span:nth-child(1) {
    font-size: 15px;
  }
  .key_visual .top_intro_title_sub-item01 span:nth-child(2) {
    font-size: 30px;
    margin-top: 7px;
    letter-spacing: 0.075em;
  }
  .key_visual .top_intro_title_sub-item02 {
    flex-direction: row;
    justify-content: flex-start;
    border-top: 4px solid #000;
    padding-top: 10px;
    margin-top: 10px;
  }
  .key_visual .top_intro_title_sub-item02 span {
    font-size: 13px;
    letter-spacing: 0;
  }
  .key_visual .top_intro_title_sub-item02 span + span{
    margin-left: 30px;
  }
  .key_visual .top_intro_title_sub-item02 span + span::before {
      content: '';
      position: absolute;
      border-top: 1px solid #000;
      width: 25px;
      height: 0;
      transform: rotate(30deg) translate(-50%, 750%);
      left: 47.6%;
      top: calc(50% + 5px);
  }
  .key_visual .top_intro_title_sub-item02 span + span::after {
      content: '';
      position: absolute;
      border-top: 1px solid #000;
      width: 25px;
      height: 0;
      transform: rotate(-30deg) translate(-50%, -750%);
      left: 47.6%;
      top: calc(50% + 5px);
  }
  .key_visual .top_intro_title_sub {
      /* top: 272px; */
      margin-top: 35px;
      display: flex;
      flex-direction: column;
      position: relative;
      align-items: baseline;
  }


  .key_visual .top_mv .mv1 {
      background-image: url(../img/front/mv01_sp.jpg);
      height: calc(100% - 218px);
  }

  .key_visual .top_mv .mv2 {
      background-image: url(../img/front/mv02_sp.jpg);
  }
  .key_visual .top_mv .mv3 {
      background-image: url(../img/front/mv03_sp.jpg);
  }
  .key_visual .top_mv .mv4 {
      background-image: url(../img/front/mv04_sp.jpg);
  }


  div#item_01 {
      padding-top: 108px;
      padding-left: 5vw;
  }
  #item_05::after {
    height: 60px;
    left: 0;
  }

  .key_visual .top_text_content .top_text_title, .key_visual .top_text_content .top_text_item {
      padding-left: 3.5vw;
  }
  .key_visual .top_text_content .top_text_title ._text, .key_visual .top_text_content .top_text_item ._text {
    font-size: 15px;
    line-height: 2.8;
  }

  .key_visual .top_text_content .top_text_item ._text:nth-child(2) {
    margin-top: 13.4em;
  }
  .key_visual .top_text_content .top_text_item .item_04_h2 {
      margin-top: 13.5em;
      font-size: 26px;
      line-height: 1.61;
  }
}




/* service_sec
***************************************************************/
.service_sec{
/*  margin-top: 130px;*/
  z-index: 100;
}
.service_sec .inner{
  position: relative;
}
.service_sub{
  width: 235px;
  background-color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.service_h3{
  font-size: 40px;
  line-height: 1.3;
}
.intro_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 2.26;
  margin-top: 30px;
}
.service_flow{
  margin-top: 110px;
}

.service_flow ul,
.service_flow ul li{
  position: relative;
}
.service_flow ul::before{
  content: '';
  width: 1px;
  height: 1100px;
  background-color: #79CBD6;
  position: absolute;
  top: 0;
  left: 12px;
}
.service_flow ul li + li{
  margin-top: 80px;
}
.service_flow .number{
  background-color: #F2F2F2;
  position: absolute;
  top: 0;
  left: 0;
  height: 1.75em;
  padding-top: 10px;
}
.flow_txt_wrap{
  padding-left: 50px;
}
.flow_txt_wrap > span{
  display: block;
  width: 395px;
}

.flow_txt_wrap h4{
  font-size: 18px;
  line-height: 1.44;
}
.flow_txt_wrap .flow_txt{
  font-size: 15px;
  line-height: 1.86;
  text-align: justify;
  margin-top: 20px;
}
.flow_txt_wrap img{
  margin-top: 20px;
  min-width: 240px;
  width: 70%;
}
.service_flow .link_btn{
  margin-top: 45px;
}

.service_img img{
  display: block;
}

.service_movie {
  display: block;
  width: 620px;
  height: 349px;
  position: relative;
  overflow: hidden;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
}
.movie_bg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.0);
  transition: 0.3s;
}
.service_movie::after {
  content: '';
  width: 58px;
  height: 58px;
  background: url(../img/front/play_icon.svg) center / 100% no-repeat;
  position: absolute;
  top: calc(50% - 29px);
  left: calc(50% - 29px);
}
.movie_txt01{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.movie_txt01 span{
  background-color: #000;
  padding: 0 0.5em;
}
.movie_txt01 span + span{
  margin-top: -5px;
}
.movie_txt02{
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: 85px;
  left: 20px;
}
.movie_txt03{
  font-size: 100px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: -16px;
  left: 13px;
  white-space: nowrap;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .box_01 h4{
    border-top: 3px dotted #000;
    padding-top: 40px;
    margin-top: 30px;
  }
  .box_02 .service_h3{
    display: inline-block;
    border-bottom: 3px dotted #000;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .service_movie:hover .movie_bg {
    transform: scale(1.1);
  }

  .service_img{
    width: 472px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 110px;
    right: -234px;
    z-index: 1;
  }
  .service_img img + img{
    margin-top: 16px;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .service_sec{
/*    margin-top: 60px;*/
    padding-bottom: 0;
    position: relative;
  }
  .service_sub{
    width: 183px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .service_h3{
    font-size: 29px;
  }
  .service_flow .service_h3{
    font-size: 27px;
    text-align: justify;
  }
  .intro_txt{
    font-size: 14px;
    line-height: 2;
    margin-top: 15px;
    text-align: justify;
  }
  .service_flow{
    margin-top: 65px;
  }

  .service_flow ul{
    padding-right: 5%;
  }
  .service_flow ul::before{
    height: 100%;
    left: 11px;
  }
  .service_flow ul li + li{
    margin-top: 60px;
  }
  .service_flow .number{
    padding-top: 5px;
  }
  .flow_txt_wrap{
    padding-left: calc(24px + 5%);
  }
  .flow_txt_wrap > span{
    width: auto;
  }

  .flow_txt_wrap h4{
    font-size: 16px;
    line-height: 1.5;
    border-top: 3px dotted #000;
    padding-top: 20px;
    margin-top: 15px;
  }
  .flow_txt_wrap .flow_txt{
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
  }
  .service_flow .link_btn{
    margin-top: 20px;
  }

  .service_img{
    width: 95vw;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-left: -11vw;
  }
  .service_img img{
    width: calc((100% - 2.2%) / 3);
  }

  .service_movie {
    width: 83.4vw;
    height: 46.9vw;
    margin-top: 45px;
    margin-left: -5.4vw;
  }
  .service_movie::after {
    width: 42px;
    height: 42px;
    top: calc(50% - 21px);
    left: calc(50% - 21px);
  }
  .movie_txt01{
    font-size: 14px;
    top: 12px;
    right: 12px;
  }
  .movie_txt02{
    font-size: 14px;
    bottom: 42px;
    left: 15px;
  }
  .movie_txt03{
    font-size: 48px;
    bottom: -8px;
    left: 15px;
  }

}


/* media_sec
***************************************************************/
.media_sec{
  padding-top: 100px;
  background-color: #fff;
}
.media_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.media_ttl .jost{
  font-size: 38px;
  font-weight: bold;
}
.media_ttl .ja{
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.media_img{
  display: block;
  width: 896px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .media_sec{
    padding-top: 55px;
  }
  .media_img {
    width: 90vw;
    margin-left: -6vw;
    max-width: initial;
  }

}

/* choices_sec
***************************************************************/
.choices_img{
  display: block;
  width: 100%;
  position: relative;
}
.choices_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
}
.choices_ttl .ja{
  font-size: 32px;
  color: #fff;
}
.choices_ttl .jost{
  font-size: 14px;
  color: #79CBD6;
  text-transform: uppercase;
  margin-top: 10px;
}
.choices_txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 2.26;
  text-align: justify;
  letter-spacing: 0;
  margin-top: 20px;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .choices_list > div{
    width: 493px;
  }
  .choices_list > div + div + div{
    margin-top: 40px;
  }
  .choices_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .choices_list > div + div{
    margin-top: 35px;
  }
  .choices_ttl .ja{
    font-size: 32px;
  }
  .choices_ttl .jost{
    font-size: 14px;
    margin-top: 10px;
  }
  .choices_txt{
    font-size: 14px;
    line-height: 1.85;
  }

}

/* features_sec
***************************************************************/
.features_sec{
  padding-top: 130px;
  background-color: #fff;
}
.five_wrap + .five_wrap{
  margin-top: 80px;
}

.five_ttl{
  font-size: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}
.five_ttl span{
  border-bottom: 2px solid #1F1F1F;
  padding-bottom: 10px;
}
.five_ttl span + span{
  margin-top: 15px;
}
.five_txt{
  width: 520px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.18;
  letter-spacing: 0;
  text-align: justify;
  margin-top: 45px;
}
.five_txt_small{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 0;
  margin-top: 40px;
}
.five_img{
  display: block;
  width: 580px;
}
.features_link{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 95px;
  padding-bottom: 15px;
}
.features_link_txt01{
  font-size: 26px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.features_link_txt01::before,
.features_link_txt01::after {
  content: '';
  width: 32px;
  height: 2px;
  background-color: #1F1F1F;
}
.features_link_txt01::before{
  transform: rotate(238deg);
  margin-right: 20px;
}
.features_link_txt01::after{
  transform: rotate(-238deg);
  margin-left: 20px;
}
.features_link_txt02{
  font-size: 40px;
  font-weight: bold;
  color: #79CBD6;
}
.features_link .link_btn{
  margin-top: 40px;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .five_wrap{
    width: 1160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .five_wrap:nth-child(odd) > div{
    order: 2;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .features_sec{
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .five_wrap + .five_wrap{
    margin-top: 50px;
  }

  .five_ttl{
    font-size: 20px;
    margin-top: 10px;
    white-space: nowrap;
  }
  .five_ttl span{
    padding-bottom: 5px;
  }
  .five_txt{
    width: 100%;
    font-size: 14px;
    line-height: 2;
    margin-top: 25px;

  }
  .five_txt_small{
    font-size: 11px;
    margin-top: 15px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .five_txt_small + .five_txt_small{
    margin-top: 0;
  }
  .five_img{
    width: 89vw;
    margin-top: 25px;
  }
  .features_link{
    padding-top: 65px;
    padding-bottom: 0;
  }
  .features_link_txt01{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .features_link_txt01::before,
  .features_link_txt01::after {
    width: 26px;
  }
  .features_link_txt01::before{
    margin-right: 5px;
  }
  .features_link_txt01::after{
    margin-left: 5px;
  }
  .features_link_txt02{
    font-size: 26px;
    line-height: 1.38;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
  }
  .features_link .link_btn{
    margin-top: 15px;
  }

}

/* consultation_sec
***************************************************************/
.consultation_sec{
  padding-bottom: 175px;
}
.consultation_sec .sec_ttl{
  margin-bottom: 0;
}
.voice_number{
  width: 93px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 23px;
  background-color: #79CBD6;
  text-align: center;
}
.voice_ttl{
  font-size: 18px;
  line-height: 1.77;
  letter-spacing: 0;
  white-space: nowrap;
  margin-top: 15px;
  padding-bottom: 25px;
}
.voice_detail{
  border-bottom: 1px solid #727272;
  margin-top: auto;
}
.voice_detail li{
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0;
  border-top: 1px solid #727272;
}
.voice_img{
  margin-top: 40px;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .voice_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .voice_wrap > div{
    width: 302px;
    display: flex;
    flex-direction: column;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .consultation_sec{
/*    padding-bottom: calc(18.5vw + 28px);*/
padding-bottom: 60px;
  }
  .voice_wrap{
    margin-top: 30px;
  }
  .consultation_sec .slick-slide{
    width: 78vw;
    margin-right: 5vw;
  }
/*.consultation_sec .sec_ttl{
  margin-bottom: 0;
}*/
/*.voice_number{
  width: 93px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 23px;
  background-color: #79CBD6;
  text-align: center;
}*/
  .voice_ttl{
    /*font-size: 18px;*/
    line-height: 1.55;
    /*letter-spacing: 0;*/
    white-space: initial;
    margin-top: 10px;
    padding-bottom: 15px;
  }
/*.voice_detail{
  border-bottom: 1px solid #727272;
  margin-top: auto;
}*/
  .voice_detail li{
    font-size: 13px;
    line-height: 35px;
    /*letter-spacing: 0;*/
    /*border-top: 1px solid #727272;*/
  }
  .voice_img{
    margin-top: 25px;
  }


/*.voice_arrows,
.voice_arrows{
  width: 127px;
  position: absolute;
  right: calc(((100% - 1026px) / 2) - 56px);
  margin-top: -85px;
}*/
  .voice_arrows .slick-prev,
  .voice_arrows .slick-next{
    width: 56px;
    height: 56px;
    overflow: hidden;
    text-indent: 400%;
    white-space: nowrap;
    border: 1px solid #1f1f1f;
    border-radius: 30px;
    cursor: pointer;
    transition: .3s ease;
    /*top: initial;
    bottom: 0;*/
  }
  .voice_arrows .slick-prev{
    left: calc(50% - 65px);
  }
  .voice_arrows .slick-next{
    right: calc(50% - 65px);
  }
  .voice_arrows .slick-prev::before,
  .voice_arrows .slick-next::before{
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/common/arrow_slider.svg) center / 100% no-repeat;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    display: block;
    opacity: 1;
  }
  .voice_arrows .slick-prev::before{
    transform: rotate(180deg);
  }

  .voice_arrows .slick-prev.slick-disabled,
  .voice_arrows .slick-next.slick-disabled{
    border-color: #b6bbbc;
  }

  .voice_arrows {
      height: 56px !important;
      width: auto;
      position: relative;
      top: 27px;
  }
}

/* member_sec
***************************************************************/
.member_sec .sec_ttl{
  margin-bottom: 0;
}
.member_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member_list > div{
  width: 477px;
  margin-top: 65px;
}
.member_img{
  display: block;
  width: 100%;
  height: 290px;
  position: relative;
  display: flex;
  justify-content: center;
}
.member_img::after{
  content: '';
  width: 100%;
  height: 208px;
  background-color: #CEDADB;
  position: absolute;
  bottom: calc(50% - 104px);
}
.member_img img{
  width: auto;
  height: 100%;
  z-index: 1;
  position: relative;
}
.member_ttl {
  font-size: 16px;
  font-weight: 500;
  margin-top: 35px;
  line-height: 1.4;
}
.member_name{
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.member_name span{
  font-size: 15px;
  font-weight: 600;
  color: #56A3AD;
  margin-left: 1em;
  padding-top: 0.5em;
}

.member_foot_h3{
  font-size: 32px;
  text-align: center;
  margin-top: 95px;
}
.member_foot_txt{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  margin-top: 55px;
}
.member_sec .features_link_txt01{
  color: #56A3AD;
  margin-top: 50px;
}
.member_sec .features_link_txt01::before,
.member_sec .features_link_txt01::after{
  background-color: #56A3AD;
}
.member_sec .link_btn{
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .member_sec{
    padding-top: 60px;
  }
  .member_list > div{
    width: calc((100% - 5.6%) / 2);
    margin-top: 30px;
  }
  .member_img{
    height: 110px;
  }
  .member_img::after{
    height: 66px;
    bottom: 15px;
  }
  .member_ttl{
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .member_name {
      font-size: 20px;
      margin-top: 10px;
      flex-direction: column;
      align-items: flex-start;
  }
  .member_name span{
    font-size: 13px;
    margin-left: 0;
  }

  .member_foot_h3{
    font-size: 20px;
    text-align: center;
    margin-top: 55px;
    margin-right: 5%;
  }
  .member_foot_h3 span{
    border-bottom: 2px solid #1F1F1F;
    padding-bottom: 5px;
    display: inline-block;
  }
  .member_foot_h3 span + span {
    margin-top: 10px;
  }
  .member_foot_txt{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-align: justify;
    letter-spacing: 0;
    margin-top: 30px;
    margin-right: 5%;
  }
  .member_sec .features_link_txt01{
    margin-top: 25px;
    margin-right: 5%;
  }
  .member_sec .link_btn{
    margin-top: 15px;
    margin-left: -2.5%;
  }
}

/* column_slider news_slider arrow
***************************************************************/
.column_arrows .slick-prev,
.column_arrows .slick-next,
.news_arrows .slick-prev,
.news_arrows .slick-next{
  width: 56px;
  height: 56px;
  overflow: hidden;
  text-indent: 400%;
  white-space: nowrap;
  border: 1px solid #1f1f1f;
  border-radius: 30px;
  cursor: pointer;
  transition: .3s ease;
}
.column_arrows .slick-prev,
.news_arrows .slick-prev{
  left: 0;
}
.column_arrows .slick-next,
.news_arrows .slick-next{
  right: 0;
}
.column_arrows .slick-prev::before,
.column_arrows .slick-next::before,
.news_arrows .slick-prev::before,
.news_arrows .slick-next::before{
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/common/arrow_slider.svg) center / 100% no-repeat;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  display: block;
  opacity: 1;
}
.column_arrows .slick-prev::before,
.news_arrows .slick-prev::before{
  transform: rotate(180deg);
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .column_arrows,
  .news_arrows{
    width: 127px;
    position: absolute;
    right: calc(((100% - 1026px) / 2) - 56px);
    margin-top: -85px;
  }
  .column_arrows .slick-prev:hover,
  .column_arrows .slick-next:hover,
  .news_arrows .slick-prev:hover,
  .news_arrows .slick-next:hover{
    opacity: 0.2;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .column_arrows .slick-prev,
  .column_arrows .slick-next,
  .news_arrows .slick-prev,
  .news_arrows .slick-next{
    width: 46px;
    height: 46px;
    top: 40%;
    background-color: #1f1f1f;
  }
  .column_arrows .slick-prev:focus,
  .column_arrows .slick-next:focus,
  .news_arrows .slick-prev:focus,
  .news_arrows .slick-next:focus{
    background-color: #1f1f1f;
  }
  .column_arrows .slick-prev, .news_arrows .slick-prev {
      left: calc(17% - 23px);
      z-index: 1;
  }
  .column_arrows .slick-next,
  .news_arrows .slick-next{
      right: calc(17% - 23px);
    z-index: 1;
  }
  .column_arrows .slick-prev::before,
  .column_arrows .slick-next::before,
  .news_arrows .slick-prev::before,
  .news_arrows .slick-next::before{
    background: url(../img/common/arrow_slider_w.svg) center / 100% no-repeat;
  }
  .column_arrows .slick-prev:hover,
  .news_arrows .slick-prev:hover,
  .column_arrows .slick-next:hover,
  .news_arrows .slick-next:hover {
      background-color: #1f1f1f;
  }

}


/* column_sec
***************************************************************/
.column_sec {
  padding-top: 130px;
  background-color: #fff;
}
.column_wrap.slick-slider{
  margin-left: calc((100% - 1026px) / 2);
}
.column_wrap .slick-slide{
  width: 510px;
  margin-right: 63px;
}
.column_wrap dl dt{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 35px;
}
.column_wrap dl dd{
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
  margin-top: 25px;
}
.column_link_btn{
  width: 144px;
  height: 25px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #1F1F1F;
  position: relative;
  display: block;
  margin-top: 25px;
  padding-top: 4px;
}
.column_link_btn::after {
  content: '';
  width: 17px;
  height: 20px;
  background: url(../img/common/arrow_b.svg) center / 100% no-repeat;
  position: absolute;
  top: 2px;
  right: 0;
  transition: 0.3s;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .column_link_btn:hover{
    color: #79CBD6;
    border-bottom: 1px solid #79CBD6;
  }
  .column_link_btn:hover::after {
    background: url(../img/common/arrow_l.svg) center / 100% no-repeat;
  }


}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .column_sec {
    padding-top: 60px;
  }
  .column_wrap.slick-slider{
    margin-left: 11%;
  }
  .column_wrap .slick-slide{
    width: 78vw;
    margin-right: 20px;
  }
  .column_wrap dl dt{
    font-size: 20px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .column_wrap dl dd{
    font-size: 14px;
    line-height: 1.85;
    margin-top: 15px;
  }
  .column_link_btn{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .column_arrows {
      height: 100%;
      position: relative;
      width: 100%;
      display: block;
      top: 23vw;
  }
  .column_arrows .slick-prev {
      left: calc(11% - 23px);
      /* top: 29%; */
      top: 0;
  }
  .column_arrows .slick-next {
      right: calc(11% - 23px);
      /* top: 29%; */
      top: 0;
  }

}


/* news_sec
***************************************************************/
.news_wrap.slick-slider{
  margin-left: calc((100% - 1026px) / 2);
}
.news_wrap .slick-slide{
  width: 446px;
  margin-right: 54px;
  position: relative;
}
.news_img {
  width: 100%;
  height: 275px;
  overflow: hidden;
}
.news_img .img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news_txt_wrap{
  position: relative;
  margin-top: 20px;
  padding-right: 80px;
}
.news_txt_wrap::after{
  content: '';
  width: 17px;
  height: 20px;
  background: url(../img/common/arrow_b.svg) center / 100% no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 23px;
  transition: 0.3s;
}
.news_date{
  font-size: 15px;
  color: #79CBD6;
  font-weight: 600;
}
.news_ttl{
  font-size: 18px;
  line-height: 1.73;
  font-weight: 500;
  margin-top: 10px;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .news_slider a:hover .news_img .img {
    transform: scale(1.1);
  }
  .news_slider a.slick-slide:hover::after{
    background: url(../img/common/arrow_l.svg) center / 100% no-repeat;
  }
  .news_txt_wrap::before{
    content: '';
    width: 1px;
    height: 100%;
    background-color: #C6C6C6;
    position: absolute;
    bottom: 0;
    right: 70px;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .news_wrap.slick-slider{
    margin-left: 17%;
    margin-right: 17%;
  }
  .news_wrap .slick-slide{
    width: 66vw;
    margin-right: 0;
  }
  .news_img {
    /* height: 172px; */
    height: 45.867vw;
  }
  .news_txt_wrap{
    margin-top: 15px;
    padding-right: 50px;
  }
  .news_txt_wrap::after{
    right: 15px;
  }
  .news_date{
    font-size: 13px;
  }
  .news_ttl{
    font-size: 15px;
    margin-top: 10px;
  }
  .news_sec .link_btn{
    transform: translateX(-2.5%);
    margin-top: 30px;
  }

}



/* flow_sec
***************************************************************/
.flow_sec {
  padding-top: 130px;
  background-color: #fff;
}
.flow_stxt{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.83;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 20px;
}
/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .flow_sec {
    padding-top: 60px;
  }
  .flow_img_wrap{
    display: block;
    overflow-x: auto !important;
    width: 84vw;
    padding-right: 5vw;
    margin-top: 50px;
  }
  .flow_img{
    width: 908px;
    padding-bottom: 12px;
  }
  .flow_stxt{
    display: block;
    text-align: justify;
    padding-right: 0;
  }
  .flow_stxt p{
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* faq_sec
***************************************************************/
.accordion-list{
  position: relative;
}
.accordion-title {
  height: 106px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  font-size: 18px;
  line-height: 1.44;
  font-weight: bold;
  /*padding: 30px;*/
  position: relative;
  padding-left: 35px;
}
.accordion-title.open {
  border-radius: 15px 15px 0 0;
}
.accordion-title.open:before {
  transform: rotate(180deg);
}
.accordion-title:before,
.accordion-title:after{
  position: absolute;
  content: '';
  top: 50%;
  right: 52px;
  height: 1px;
  width: 12px;
  background: #fff;
  transition: all .3s ease-in-out;
  z-index: 2;
}
.accordion-title:before {
  transform: rotate(90deg);
}
.accordion-title.open:before,
.accordion-title.open:after{
  background: #1F1F1F;
}
.accordion-list p {
  display: flex;
  position: relative;
}
.accordion-list + .accordion-list{
  margin-top: 40px;
}
.accordion-list p::before {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #79CBD6;
  font-family: "Lato", sans-serif;
  position: relative;
  margin-right: 30px;
}
.accordion-list .accordion-title p::before {
  content: 'Q';
}
.accordion-list .accordion-text p::before {
  content: 'A';
}
.accordion-list .accordion-title p {
  width: 100%;
  align-items: center;
  margin-right: 115px;
}
.accordion-title p::after{
  content: '';
  height: 48px;
  width: 48px;
  background-color: #79CBD6;
  border-radius: 24px;
  position: absolute;
  right: -81px;
  z-index: 1;
  transition: 0.3s;
}
.accordion-title.open p::after{
  background-color: #F2F2F2;
}
.accordion-text {
  display: none;
  font-size: 15px;
  line-height: 1.86;
  text-align: justify;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  padding: 0 35px 35px;
}
.accordion-list .accordion-text p {
  border-top: 1px solid #BAB7B7;
  padding-top: 30px;
}

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .accordion-container {
    width: auto;
    margin-top: 50px;
    margin-left: 80px;
    margin-right: 80px;
  }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .accordion-title {
    height: auto;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.37;
    position: relative;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .accordion-title.open {
    border-radius: 5px 5px 0 0;
  }
  .accordion-title:before,
  .accordion-title:after{
    top: calc(50% - 1px);
    right: 24px;
    height: 2px;
    width: 14px;
  }
  .accordion-list + .accordion-list{
    margin-top: 15px;
  }
  .accordion-list p::before {
    margin-right: 15px;
  }
  .accordion-list .accordion-title p {
    margin-right: 60px;
  }
  .accordion-title p::after{
    height: 32px;
    width: 32px;
    right: -45px;
  }
  .accordion-text {
    font-size: 14px;
    border-radius: 0 0 5px 5px;
    padding: 0 15px 15px;
  }
  .accordion-list .accordion-text p {
    padding-top: 15px;
  }

}


/* scroller
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:681px){
  .key_visual .scroller{
    height: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    writing-mode: vertical-rl;
    position: absolute;
    top: calc(32vh + 30px);
    right: 30px;
    z-index: 10;
  }
  .key_visual .scroller::after {
    content: '';
    width: 1px;
    height: 0;
    background-color: #fff;
    position: absolute;
    top: 90px;
    right: 50%;
    transition: height 0.3s ease;
    animation: scroll1 1.8s ease 0s infinite backwards;
  }
  @keyframes scroll1 {
    0%{height:0}
    75%{height:100%}
    100%{height:100%}
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
  .key_visual .scroller{
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: fixed;
    top: calc(100vh - 67px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    transition: .3s ease;
  }
  .scrolled .key_visual .scroller{
    opacity: 0;
  }
  .key_visual .scroller::after {
    content: '';
    width: 2px;
    height: 0;
    background-color: #fff;
    position: absolute;
    top: 1.5em;
    left: 50%;
    transform: translateX(-50%);
    transition: height 0.3s ease;
    animation: scroll1 1.8s ease 0s infinite backwards;
  }
  @keyframes scroll1 {
    0%{height:0}
    75%{height:100%}
    100%{height:100%}
  }

}

/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:681px){
}
/*--------------------SP--------------------*/
@media all and (max-width:680px){
}
