*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#support {
  font-size: 13px;
  font-weight: 500;
  color: #072C40;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#support * {
  box-sizing: border-box;
}

#support a {
  transition: opacity .3s;
}

#support a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#support a:hover {
  text-decoration: none;
}

#support a:focus-visible {
  outline: none;
}

#support img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#support .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#support .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#support .pc-br {
  display: none;
}

#support .sp-br {
  display: inline;
}

#support .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

/*..............box-tab............ */

#support .title-tab {
  text-align: center;
  font-size: min(13px, 3.47vw);
  line-height: 24px;
  font-weight: 500;
}


#support .list-tab {
  margin-top: 25px;
}

#support .box-tab {
  padding: 30px 0px 0px
}




#support .list-tab .item-tab {
  background: #47B08B;
  color: white;
  font-size: 14px;
  font-weight: 500;
  width: 200px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding-right: 20px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
  z-index: 9;
}
#support .list-tab .item-tab a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
 
}

#support .list-tab .item-tab:hover {
 background: #7CC5AB;
 color: white;
 border-radius: 10px;
}
#support .list-tab .item-tab::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #47B08B;
  top:0px;
  left: 0px;
  border-radius: 10px;
  z-index: -1;
}
#support .list-tab .item-tab:hover svg {
  transform: translateY(5px) scale(0.6);
}

#support .list-tab .item-tab svg {
  position: absolute;
  right: 8px;
  top: 14px;
  transform: scale(0.6) rotate(0deg);
}

@media print, screen and (max-width: 350px) {
  #support .title-tab {
    font-size: 10px;
    line-height: 22px;
 }
}




@media print, screen and (min-width: 768px) {
  
  #support .sp-br {
    display: none;
  }
  
  #support .pc-br {
    display: inline;
  }

  #support  .title-tab {
    font-size: 18px;
    line-height: 32px;
  }

  #support .box-tab {
    padding: 100px 0px 0px;
  }
  
  #support .list-tab {
    margin-top: 81px;
    display: flex;
    justify-content: space-between;
  }

  #support .list-tab .item-tab {
    font-size: 22px;
    width: auto;
    height: 70px;
    line-height: 55px;
    padding-right: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
    width: calc(100% / 4 - 20px);
  }

  #support .list-tab .item-tab svg {
    position: absolute;
    right: calc(50% - 10px);
    top: unset;
    bottom: 12px;
    transform: scale(1) rotate(0deg);
    transition: all 0.3s ease;
  }
  #support .list-tab .item-tab:hover svg {
    transform: translateY(5px) scale(1);
  }

}

/*..............titleHeading............ */

#support .titleHeading {
  text-align: center;
  margin-bottom: 28px;
}

#support .titleHeading .en{
  font-size: 35px;
  color: #47B08B;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1.15;
}

#support  .titleHeading .ja{
  font-size: 16px;
  font-weight: 500;
  padding-left: 0px;
  display: block;
}
#support .note-title {
  text-align: center;
  font-size: min(13px,3.47vw);
  line-height: 24px;
  margin-bottom: 28px
}

@media print, screen and (min-width: 768px) {
  #support .titleHeading {
    margin-bottom: 48px
  }
  #support .titleHeading .en {
    font-size: 70px;
  }
  #support .titleHeading .ja {
    font-size: 26px;
    margin-top: 5px;
  }
  #support .note-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
}




/* ----------------------------------- */




/* ------------block-local----------- */

#support .block-local {
  padding: 30px 0px 14px
}
#support .block-local .box-img {
  text-align: center;
  max-width: 200px;
  margin: auto;
  margin-bottom: 20px;
}

#support .block-local .box-item-local {
  margin-bottom: 13px;
}
#support .block-local .dt-local {
  text-align: center;
  font-size: 16px;
  background: linear-gradient(to right, #2c8cd7 0%, #5ba7a2 27%, #47b08b 100%);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: fit-content;
    margin: auto;
    margin-bottom: 12px;
}

#support .block-local .dd-local {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}

#support .inner-local {
  padding: 0px 12px;
}


#support .inner-local .title-local {
  font-size: min(23px,6.13vw);
  color: #47B08B;
  margin-bottom: 39px;
  text-align: center;
  font-weight: 500;
}



@media print, screen and (min-width: 768px) {
  #support .block-local {
    padding: 115px 0px 0px;
}
  #support .inner-local {
    max-width: 1060px;
    margin: auto;
  }
  #support .inner-local .title-local {
    font-size: 40px;
    margin-bottom: 40px;
  }
  #support .block-local .box-item-local {
    position: relative;
    margin-bottom: 43px;
    padding: 30px 0px 50px;
  }
  #support .block-local .box-item-local .box-img {
    position: absolute;
    right: -77px;
    top: -30px;
    width: 45%;
    max-width: 460px;
  }
  #support .block-local .dl-local {
    max-width: 620px;
  }
  #support .block-local .dt-local {
    text-align: left;
    font-size: 30px;
    margin: inherit;
    margin-bottom: 44px;
  }
  #support .block-local .dd-local {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }


  #support .block-local .flex-end {
    display: flex;
    justify-content: end;
  }
  #support .block-local .box-item-local .box-img.two {
    right: unset;
    left: -81px;
    top: -20px;
  }

  #support .block-local .box-item-local.two {
    margin-bottom: 70px;
  }




}




/* -----------blockdata----------- */


#support .blockdata {
  padding: 30px 0px;
}


#support .grid-table {
  display: block;
  width: 80.5%;
  margin: auto;
  max-width: 500px;

}

#support .grid-table .table-item {
  background-color: #ffffff; 
  border: 1px solid #52b788;  
  box-sizing: border-box;
  margin-top: -1px;
  position: relative;
}
#support .grid-table .table-item .box-img {
  text-align: center;
}

#support .grid-table .table-item .title-data {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  font-weight: 500;
  width: 100%;
    text-align: center;
}


#support .grid-table .table-item:nth-child(1) {
  margin-top: 0px;
}


@media print, screen and (min-width: 768px) {
  #support .blockdata {
    padding: 20px 0px 33px
  }
  #support .data-inner {
    max-width: 1080px;
    margin: auto;
  }

  #support .grid-table {
    display: flex;
    flex-direction: column;
    overflow: hidden; 
    max-width: 1050px;
  }
  
  #support .table-row {
    display: flex;
    width: 100%;
  }
  
  #support .table-row + .table-row {
    margin-top: -2px; 
  }
  
  #support .grid-table .table-item {
    background-color: #ffffff; 
    border: 2px solid #52b788;  
    box-sizing: border-box;
    margin-top: 0px;
  }
  

  #support .table-item + .table-item {
    margin-left: -2px; 
  }
  #support .grid-table .table-item .title-data {
    top: 36px;
    font-size: 20px;
  }

}


/* -----------block-benefits----------- */
#support .block-benefits {
  padding: 28px 0px 20px;
}
#support .list-benefits {
  margin-top: 95px; 
}
#support .block-benefits .dt-bennefit {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 105px;
}

#support .block-benefits .dd-bennefit {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}
#support .block-benefits .item-benefit {
  margin-bottom: 116px;
  position: relative;
  z-index: 99;
  text-align: center;
}

#support .block-benefits .item-benefit:nth-child(3) {
  margin-bottom: 0px;
}


#support .block-benefits .item-benefit::after {
  position: absolute;
  content: "";
  z-index: -1;
  background-image: url(../images/contentBox/support/support_11_sp.png);
  width: 358px;
  height: 511px;
  top: -137%;
  left: 50%;
  transform: scale(0.5) translateX(-100%);
  z-index: -1;
}


#support .block-benefits .item-benefit:nth-child(1):after {
  top: -106%;
}

#support .block-benefits .item-benefit:nth-child(2):after {
  position: absolute;
  content: "";
  top: -106%;
  background-image: url(../images/contentBox/support/support_12_sp.png);
}
#support .block-benefits .item-benefit:nth-child(3):after {
  position: absolute;
  content: "";
  top: -83%;
  background-image: url(../images/contentBox/support/support_13_sp.png);
}
#support .block-benefits .item-benefit:nth-child(2) {
  margin-bottom: 81px;
}
#support .block-benefits .item-benefit:nth-child(3) .dt-bennefit {
  margin-bottom: 95px;
}
@media print, screen and (min-width: 768px) {

  #support .block-benefits .item-benefit::after {
    background-image: url(../images/contentBox/support/support_11_pc.png);
    width: 476px;
    height: 618px;
    top: -105%;
    left: 50%;
    transform: scale(0.5) translateX(-100%);
  }
  #support .block-benefits .item-benefit:nth-child(1):after {
    top: -90%;
  }
  #support .block-benefits .item-benefit:nth-child(2):after {
    position: absolute;
    content: "";
    top: -90%;
    background-image: url(../images/contentBox/support/support_12_pc.png);
  }
  #support .block-benefits .item-benefit:nth-child(3):after {
    position: absolute;
    content: "";
    top: -90%;
    background-image: url(../images/contentBox/support/support_13_pc.png);
  }
  

  #support .list-benefits {
    display: flex;
    flex-wrap: wrap;
    max-width: 1060px;
    margin: auto;
    margin-top: 130px;
    justify-content: space-between;
  }

  #support .block-benefits .item-benefit {
    margin-bottom: 0px;
    width: calc(100%/3 - 10px);
  }

  #support .block-benefits .item-benefit:nth-child(2) {
    margin-bottom: 0px;
  }
  #support .block-benefits .item-benefit:nth-child(3) .dt-bennefit {
    margin-bottom: 132px;
    margin-top: -10px;
  }

  #support .block-benefits .dt-bennefit {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 150px;
  }

  #support .block-benefits .dd-bennefit {
    font-size: 18px;
    line-height: 30px;
  }


  #support .note-title.two {
    font-size: 24px;
  }


}




/* -----------block-support----------- */

#support  .block-support {
  padding: 35px 0px 33px;
  position: relative;
  z-index: 99;
}
#support .block-support::after {
  position: absolute;
  content: "";
  background-image: url(../images/contentBox/support/bg_support_sp.png);
  width: 100%;
  height: min(285px,76vw);
  top: 0px;
  left: 0px;
  background-size: cover;
  z-index: -1;
}


#support  .list-support {
  padding: 0px 12px;
}

#support  .list-support  .item-support {
  padding: 18px 15px 15px 15px;
  background: white;
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}

#support  .list-support .dt-support {
  padding-left: 25px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
#support  .list-support .dt-support::after {
  position: absolute;
  content: "";
  background-image: url(../images/contentBox/support/icon_title.svg);
  height: 40px;
  width: 40px;
  transform: scale(0.5);
  left: -10px;
  top: -10px;
}

#support  .list-support .dd-support {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
}



@media print, screen and (min-width: 768px) {
  #support .block-support::after {
    position: absolute;
    content: "";
    background-image: url(../images/contentBox/support/bg_support.png);
    width: 100%;
    height:838px;
    top: 0px;
    left: 0px;
    background-size: cover;
    z-index: -1;
  }
  #support .block-support {
    padding: 107px 0px 115px;
  }
  #support .titleHeading.three {
    margin-bottom: 55px;
  }
  #support .note-title.three {
    font-size: 18px;
    margin-bottom: 60px;
    line-height: 31px;
  }
  #support  .list-support {
    max-width: 1080px;
    margin: auto;
  }
  #support  .list-support  .item-support {
    padding: 35px 130px 30px 150px;
    margin-bottom: 10px;
  }

  #support  .list-support .dt-support {
    padding-left: 0px;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 32px;
  }
  #support  .list-support .dt-support::after {
    background-image: url(../images/contentBox/support/icon_title_pc.svg);
    height: 40px;
    width: 40px;
    transform: scale(1);
    left: -67px;
    top: 0px;
  }
  
  #support  .list-support .dd-support {
    font-size: 18px;
    line-height: 26px;  
  }
  






}
@media print, screen and (min-width: 1300px) {
  #support .block-support::after {
    height:min(1341px,69.84vw);
    top: -80px;
  }
  #support  .list-support {
    max-width: 1230px;
    margin: auto;
  }
}




