@charset "utf-8";
.boxIndexTop .item {
  width: 1080px;
  height: 610px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.boxIndexTop .item {
  width: 1080px;
  margin: 0 15px;
}
.boxIndexTop .slick-prev,
.boxIndexTop .slick-next {
  all: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  height: 128px;
  width: 55px;
  font-size: 0;
}
.boxIndexTop .slick-prev {
  background: url(../../images/common/svg/arrow_slide_left.svg) no-repeat left top !important;
  background-size: contain !important;
  left: 50%;
  transform: translateX(-600px) translateY(-50%);
}
.boxIndexTop .slick-next {
  background: url(../../images/common/svg/arrow_slide_right.svg)no-repeat left top !important;
  background-size: contain !important;
  right: 50%;
  transform: translateX(600px) translateY(-50%);
}
.boxIndexTop .slick-prev::before,
.boxIndexTop .slick-next::before {
  content: none;
}
.boxIndexTop .movie-iframe {
  width: 832px;
  height: 466px;
  position: absolute;
  right: 25px;
  top: 25px;
  overflow: hidden;
}
.boxIndexTop .movie-iframe iframe {
  width: 100%;
  height: 100%;
}
.boxIndexTop .txt {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.boxIndexTop .item01 {
  padding: 73px 0 0 42px;
  background-image: url('./../../images/index/img-slide01.png');
}
.boxIndexTop .item02 {
  padding: 45px 0 0 0;
  background-image: url('./../../images/index/img-slide02.png');
}
.boxIndexTop .item03 {
  background-image: url('./../../images/index/img-slide03.png');
}
.boxIndexTop .item04 {
  background-image: url('./../../images/index/img-slide04.jpg');
}
.boxIndexTop .item02 .txt .p01 {
  font-size: 1.625rem;
  font-weight: 800;
  margin-left: 60px;
  margin-top: -25px;
}
.boxIndexTop .item02 .txt .p02 {
  line-height: 1.66;
  position: relative;
  top: -49px;
  left: 227px;
  text-shadow: 0 0 21px #fff,1px 1px 0 #fff;
}
.boxIndexTop .item .btn_area {
  position: absolute;
  left: 42px;
  bottom: 39px;
  z-index: 2;
}
.boxIndexTop .item .btn_area a {
  width: 293px;
  height: 53px;
  border-radius: 10em;
  font-weight: bold;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: url(../../images/common/svg/arrow_green02.svg) no-repeat right 18px center;
  background-size: 21px;
  background-color: #fff;
}
.boxIndexTop .item .btn_area a:nth-child(n+2) {
  margin-top: 12px;
}
@media only screen and (min-width:751px) {
  .boxIndexTop .item02 .btn_area a {
    width: 365px;
  }
}

.boxIndexTopThumb {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 26px;
  background-color: #92e5ff;
}
.boxIndexTop {
  position: relative;
}
.boxIndexTop:before {
  content: "";
  height: 170px;
  width: 100%;
  background-color: #92e5ff;
  position: absolute;
  bottom: 0;
}
.boxIndexTopCover .obj01IndexMvSp {
  display: none;
}
.boxIndexTopThumb:before {
  content: "";
  width: 100%;
  height: 93px;
  background-color: #58b530;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.boxIndexTopThumb .boxIndexTopThumbIn {
  display: inline-flex;
  justify-content: center;
  gap: 9px; /* 余白 */
  margin-top: 20px;
  padding: 16px;
  position: relative;
}
.boxIndexTopThumb .boxIndexTopThumbIn:before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #98e378;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.boxIndexTopThumb .boxIndexTopThumbIn:after {
  content: none;
  width: 180px;
  height: 294px;
  background: url(../../images/common/svg/mv_chara0203.svg) no-repeat right center;
  background-size: contain;
  position: absolute;
  right: -180px;
  bottom: 0;
}
.boxIndexTopThumb .img {
  width: 173px; /* 好み */
  cursor: pointer;
  position: relative;
  box-sizing: border-box; /* ←最重要 */
  border: 6px solid transparent; /* ←最初から枠を確保 */
  border-radius: 26px;
  transition: 0.2s;
}
.boxIndexTopThumb img {
  width: 100%;
  display: block;
}
.boxIndexTopThumb .img.current {
  border-color: #58b530;
}
.boxIndexTopThumb .img.current:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 19px solid #58b530;
  border-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -24px;
}
.boxIndexTopThumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.boxIndexNews01Wrap {
  padding: 40px 0;
  background-color: #edeeef;
}
.boxIndexNews01 {
  max-width: 1200px;
  display: flex;
}
.boxIndexNews01 .ttl {
  width: 285px;
}
.boxIndexNews01 .ttl span:nth-of-type(1) {
  color: #e60012;
  font-weight: bold;
  font-size: 1.68rem;
  padding: 8px 0 8px 52px;
  line-height: 1;
  background: url(../../images/common/svg/pickup_news.svg) no-repeat left center;
  background-size: 37px;
  display: block;
}
.boxIndexNews01 .ttl span:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10em;
  background-color: #fff;
  width: 230px;
  line-height: 1;
  height: 32px;
  margin-top: 14px;
  color: #e60012;
}
.boxIndexNews01 .cont {
  width: calc(100% - 285px);
  padding-top: 9px;
}
.boxIndexNews01 .cont dl {
  display: flex;
  font-size: 1.125rem;
}
.boxIndexNews01 .cont dl:nth-child(n+2) {
  margin-top: 26px;
}
.boxIndexNews01 .cont dl dt {
  width: 130px;
}
.boxIndexNews01 .cont dl dd {
  width: calc(100% - 130px);
}
.boxIndex01Wrap {
  padding: 50px 0 0 0;
}
.boxIndex01 {
}
.boxIndex01 .ttl_area {
  display: flex;
  margin-bottom: 40px;
}
.boxIndex01 .ttl_area .ttl01 {
  width: 676px;
  padding-left: 155px;
  background: url(../../images/common/svg/service_chara.svg) no-repeat left top;
  background-size: 154px;
}
.boxIndex01 .ttl_area .ttl01 span:nth-of-type(1) {
  display: block;
  font-size: 7.125rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #0b5b29 0%, #0b5b29 60%, #58b530 40%, #58b530 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.boxIndex01 .ttl_area .ttl01 span:nth-of-type(2) {
  font-weight: bold;
  font-size: 1.875rem;
  letter-spacing: 0.18em;
  margin-left: -72px;
}
.boxIndex01 .ttl_area .bnr {
  width: calc(100% - 676px);
  display: flex;
  justify-content: space-between;
}
.boxIndex0102 {
  display: flex;
  position: relative;
}
.boxIndex0102 .btn {
      display: flex;
    align-items: center;
    line-height: 1;
    min-width: 284px;
    height: 53px;
    padding-left: 2em;
    border-radius: 10em;
    background: url(../../images/common/svg/arrow_green02.svg) no-repeat right 20px center;
    background-color: #edeeef;
    background-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 20px;
}
.boxIndex0102 .img {
  width: 41.6%;
  padding: 10px;
  background-color: #fff;
  border-radius: 26px;
  margin-bottom: -140px;
}
.boxIndex0102 .img img {
  border-radius: 18px;
}
.boxIndex0102 .cont {
  width: 58.4%;
  padding: 20px 0 0 3%;
}
.boxIndex0102 .cont .t01 {
  font-size: 2.875rem;
  font-weight: 800;
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
  line-height: 1.15;
}
.boxIndex0102 .cont .t01 .num {
  color: #259950;
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 16px;
  line-height: 1;
  text-align: center;
}
.boxIndex0102 .cont .t01 .num.alpha span {
  font-size: 3.82125rem;
  display: block;
}
.boxIndex0102 .cont dl {
  display: flex;
}
.boxIndex0102 .cont dl dt {
  width: 100px;
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  background-color: #259950;
  border-radius: 0.5rem;
  padding: 10px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxIndex0102 .cont dl dd {
  padding: 5px 0 5px 16px;
}
.boxIndex0102 .cont dl dd span {
  display: block;
  font-weight: bold;
  color: #259950;
  font-size: 1.625rem;
  margin-bottom: 8px;
}
.boxIndex02Wrap {
  background-color: #259950;
  padding: 45px 0 60px 0;
}
.boxIndex02Wrap .lead01 {
  color: #fff;
  font-size:2rem;
  font-weight: 800;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.35);
  letter-spacing: 0.1em;
  padding-left: 45%;
}
.boxIndex02 {
  margin-top: 38px;
  max-width: 1580px;
  background-color: #0e8138;
  border-radius: 18px;
  padding: 54px 46px 45px 47px;
}
.boxIndex02 .ttl01 {
  text-shadow: 2px 2px 0px rgba(0,0,0,0.35);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}
.boxIndex02 .ttl01 .t01 {
  color: #fff;
  font-size: 42.26px;
}
.boxIndex02 .ttl01 .t02 {
  color: #fff100;
  font-size: 58px;
}
.boxIndex02 .ttl01 .t03 {
  color: #fff100;
  font-size: 42.26px;
}
.boxIndex02 .ttl01 .t04 {
  color: #fff100;
  font-size: 54px;
}
.boxIndex02 .ttl01 .t05 {
  color: #fff100;
  font-size: 42.26px;
}
.boxIndex02 .lead02 {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 2em;
  color: #fff;
}
.boxIndex02 .box_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}
.boxIndex02 .box_wrap .box {
  width: 32%;
  background-color: #fff;
  padding: 16px 16px 30px 16px;
  border-radius: 18px;
}
.boxIndex02 .box_wrap .box .img img {
  border-radius: 16px;
}
.boxIndex02 .box_wrap .box .title {
  line-height: 1;
  text-align: center;
  font-weight: 800;
  color: #58b530;
  font-size: 2.75rem;
  margin: 38px 0 29px 0;
  letter-spacing: 0.1em;
}
.boxIndex02 .box_wrap .box p {
  text-align: center;
  font-size: 1.25rem;
  color: #333333;
}
.boxIndex02 .btn {
  font-weight: 800;
  font-size: 2rem;
  background-color: #fff100;
  border-radius: 10em;
  max-width: 888px;
  width: 90%;
  margin: auto;
  padding: 15px 0;
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}
.boxIndex02 .btn span {
  font-size: 2.3rem;
}
.boxIndex02 .btn img {
  width: 48px;
  border: 6px solid #9fd2b2;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10em;
}
.boxIndex0202 {
  background-color: #fff;
  border-radius: 18px;
  padding: 0 17px 17px 17px;
  max-width: 1440px;
  margin: 48px auto 0 auto;
  display: flex;
  position: relative;
}
.boxIndex0202:after {
  content: "";
  width: 325px;
  height: 300px;
  background: url(../../images/index/img03.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -33px;
  bottom: -60px;
}
.boxIndex0202 .img {
  margin-right: 38px;
  position: relative;
  flex-shrink: 0;
  margin-bottom: -20px;
}
.boxIndex0202 .img:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #dbffd7;
  border-right: 0;
  position: absolute;
  right: -19px;
  top: 55px;
}
.boxIndex0202 .right {
  padding-top: 30px;
  width: 100%;
  position: relative;
}
.boxIndex0202 .right .p01 {
  color: #333333;
  margin-bottom: 1em;
}
.boxIndex0202 .right .p02 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.29;
  margin-bottom: 16px;
}
.boxIndex0202 .right dl {
  display: flex;
}
.boxIndex0202 .right dl dt {
  width: 73px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10em;
  background-color:#edeeef;
  color: #259950;
  font-size: 0.9375rem;
  font-weight: bold;
}
.boxIndex0202 .right dl dd {
  width: calc(100% - 73px);
  font-size: 1.125rem;
  padding-left: 10px;
}
.boxIndex0202 .right a {
  display: flex;
  padding-bottom: 1px;
  width: 297px;
  height: 50px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 22px;
  font-size: 0.95rem;
  border-radius: 10em;
  background: url(../../images/common/svg/arrow_green02.svg) no-repeat right 10px center;
  background-size: 20px;
  background-color: #fff100;
  font-weight: bold;
  position: absolute;
  right: 3px;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width:1430px) and (min-width:751px) {
  .boxIndex0202 .right a {
    bottom: -42px;
  }
  .boxIndex0202:after {
    width: 239px;
    height: 220px;
    right: -60px;
  }
}
.boxIndex03Wrap {
  padding: 70px 0;
}
.boxIndex03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.boxIndex03 .box {
  width: 49%;
  border-radius: 16px;
  overflow: hidden;  
}
.boxIndex03 .box a {
  display: flex;
}
.boxIndex03 .box:nth-child(n+3) {
  margin-top: 2%;
}
.boxIndex03 .box .img {
  width: 34%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  background-color: #16ade1;
  min-height: 200px;
}
.boxIndex03 .box .cont {
  width: 66%;
  background: url(../../images/common/svg/arrow_blue.svg) no-repeat right 26px top 30px;
  background-color: #edeeef;
  background-size: 35px;
  padding: 20px 0 20px 20px;
}
.boxIndex03 .box .cont .ttl {
  display: flex;
}
.boxIndex03 .box .cont .ttl .num {
  width: 58px;
  height: 58px;
  border-radius: 10em;
  font-weight: bold;
  color: #16ade1;
  font-size: 8px;
  text-align: center;
  background-color: #fff;
  line-height: 1;
  padding-top: 11px;
}
.boxIndex03 .box .cont .ttl .num span {
  font-size: 30px;
  display: block;
}
.boxIndex03 .box .cont .ttl .p01 {
  font-weight: 800;
  font-size: 2.25rem;
  margin-left: 16px;
}
.boxIndex03 .box .cont p {
  margin: 12px 0;
}
.boxIndex03 .box .cont .dl_wrap {
}
.boxIndex03 .box .cont .dl_wrap dl {
  display: flex;
}
.boxIndex03 .box .cont .dl_wrap dl dt {
  width: 65px;
  height: 20px;
  border-radius: 10em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1;
  background-color: #16ade1;
  padding-bottom: 1px;
}
.boxIndex03 .box .cont .dl_wrap dl dd {
  margin-left: 8px;
}
.boxIndex03 .box .cont .dl_wrap dl:nth-child(n+2) {
  margin-top: 10px;
}
.boxIndex03 .box02 .cont {
  background-image: url(../../images/common/svg/arrow_orange.svg);
}
.boxIndex03 .box02 .img {
  background-color: #fa8319;
  padding: 0 16px 0 31px;
}
.boxIndex03 .box02 .cont .ttl .num {
  color: #fa8319;
}
.boxIndex03 .box02 .cont .dl_wrap dl dt {
  background-color: #fa8319;
}
.boxIndex03 .box03 .cont {
  background-image: url(../../images/common/svg/arrow_pink.svg);
}
.boxIndex03 .box03 .img {
  background-color: #e9536b;
  padding: 0 26px 0 26px;
}
.boxIndex03 .box03 .cont .ttl .num {
  color: #e9536b;
}
.boxIndex03 .box03 .cont .dl_wrap dl dt {
  background-color: #e9536b;
}
.boxIndex03 .box04 .cont {
  background-image: url(../../images/common/svg/arrow_purple.svg);
}
.boxIndex03 .box04 .img {
  background-color: #836dad;
  padding: 0 13px 0 13px;
}
.boxIndex03 .box04 .cont .ttl .num {
  color: #836dad;
}
.boxIndex03 .box04 .cont .dl_wrap dl dt {
  background-color: #836dad;
}
.boxIndex04Wrap {
  padding: 45px 0 70px 0;
  background: url(../../images/index/bg01.jpg) no-repeat left top;
  background-size: cover;
}
.boxIndex04 .ttl {
  margin-bottom: 15px;
}
.boxIndex04 .wrap {
}
.boxIndex04 .wrap dl {
  display: flex;
  align-items: flex-end;
}
.boxIndex04 .wrap dl:nth-child(n+2) {
  margin-top: 20px;
}
.boxIndex04 .wrap dl dt {
  width: 475px;
}
.boxIndex04 .wrap dl dt span:nth-of-type(1) {
  display: block;
  padding-left: 25px;
  margin-bottom: 5px;
}
.boxIndex04 .wrap dl dt span:nth-of-type(2) {
  display: block;
  font-weight: 800;
  font-size: 1.875rem;
  padding-left: 25px;
  position: relative;
}
.boxIndex04 .wrap dl dt span:nth-of-type(2):before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 10em;
  background-color: #16ade1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.boxIndex04 .wrap dl dd {
  width: calc(100% - 380px);
  padding-bottom: 3px;
}
.boxIndex05Wrap {
  padding: 70px 0;
}
.boxIndex05 .ttl {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 45px;
  
}.boxIndex05 .ttl .en {
  color: #0b5b29;
  font-weight: bold;
  font-size: 5rem;
  
}.boxIndex05 .ttl .ja {
  font-size: 1.5rem;
  margin-left: 1.2em;
  letter-spacing: 0.16em;
}
.boxIndex05Wrap .boxVoiceList01 .box {
  width: 295px;
  margin: 0 !important;
}
.boxIndex05Wrap .boxVoiceList01 .box {
  padding: 0 15px;   /* ← 左右30px */
  box-sizing: border-box;
}
.boxIndex05Wrap .boxVoiceList01 .slick-list {
  overflow: visible;
}
.boxIndex05 {
  position: relative;
}
.boxIndex05 .btnBaseText {
  position: absolute;
  right: 0;
  top: 28px;
}
.tab-menu{
  display:flex;
  gap:15px;
  justify-content: center;
  align-items: flex-end;
}
.tab-menu li{
  padding:0 1.5em;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  cursor:pointer;
  text-align: center;
  position: relative;
  font-size: 0.9rem;
  min-width: 3em;
  color: #fff;
}
.tab-menu li[data-tab="cat-2"] {
  color: #000;
}
.tab-menu li[data-tab="all"] {
  background-color: #333;
  color: #fff;
}
.tab-menu li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 9px solid #e9536b;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  opacity: 0;
}
.tab-menu li.active{
  height: 55px;
  background-color: #fff !important;
  color: #000 !important;
}
.tab-menu li.active:after {
  opacity: 1;
}
.tab-content{
  display:none;
}
.tab-content.active{
  display:block;
}
.news-item > a {
  display:flex;
  justify-content:space-between;
}
@media only screen and (max-width:1460px) and (min-width:751px) {
  .tab-menu li {
    font-size: 0.875rem;
    padding: 0 1em;
  }
}
.boxIndex06Wrap {
  background: url(../../images/common/bg-dot01.jpg);
  padding: 100px 0 200px 0;
}
.boxIndex06 {
  display: flex;
}
.boxIndex06 .left {
  width: 48%;
}
.boxIndex06 h2 {
  text-align: center;
  margin-bottom: 46px;
  letter-spacing: 0.1em;
}
.boxIndex06 h2 .en {
  display: block;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
  color: #0b5b29;
}
.boxIndex06 h2 .ja {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0.8em;
}
.boxIndex06 .left .news-tabs .tab-contents {
  background-color: #fff;
  border-radius: 16px;
  padding:50px 38px ;
}
.tab-content {
}
.tab-content .news-list {
}
.tab-content .news-list .news-item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #cacaca;
}
.tab-content .news-list .news-item:not(:first-child) {
  padding-top: 30px;
}
.tab-content .news-list .news-item .news-text {
  width: calc(100% - 168px);
  padding-right: 5%;
}
.tab-content .news-list .news-item .news-text >div {
  display: flex;
}
.tab-content .news-list .news-item .news-text .date {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-right: 1em;
}
.tab-content .news-list .news-item .news-text .cat-wrap .cat-tag {
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 10em;
  padding: 0.25em 1em;
  color: #fff;
}
.tab-content .news-list .news-item .news-text .cat-wrap .cat-tag.term2 {
  color: #000;
}
.tab-content .news-list .news-item .news-text .title {
  width: 100%;
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 0.8em;
}
.tab-content .news-list .news-item .news-thumb {
  width: 168px;
  height: 117px;
  border-radius: 16px;
  overflow: hidden;
}
.tab-content .news-list .news-item .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boxIndex06 .left,.boxIndex06 .right {
  position: relative;
}
.boxIndex06  a.btn {
  width: 330px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../../images/common/svg/arrow_green02.svg) no-repeat right 16px center;
  background-size: 20px;
  border-radius: 10em;
  background-color: #fff;
  position: absolute;
  left:0;
  right: 0;
  margin: auto;
  bottom: -100px;
}
.boxIndex06 .right {
  width: 48%;
  margin-left: auto;
}
.boxIndex06 .right .lead {
  color: #062f15;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding-bottom: 0.8em;
  padding-left: 35px;
  position: relative;

}
.boxIndex06 .right .lead:after {
  content: "";
  width: 218px;
  height: 202px;
    background: url(../../images/common/svg/faq_chara02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: -1px;
}
.boxIndex06 .right .lead span {
  font-size: 1.5rem;
}
.boxIndex07Wrap {
  padding: 60px 0;
}
.boxIndex07 {
  position: relative;
  max-width: 1200px;
}
.boxIndex07 .img01 {
  position: absolute;
    top: -44px;
    left: -173px;
}
.boxIndex07 .img01:after {
  content: "";
  width: 52px;
  height: 47px;
  background: url(../../images/index/img05s.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 206px;
  z-index: 1;
}
.boxIndex07 .img02 {
  position: absolute;
  top: -97px;
  right: -113px;
}
.boxIndex07 .img02:after {
  content: "";
  width: 43px;
  height: 62px;
  background: url(../../images/index/img04s.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 103px;
  top: 236px;
  z-index: 1;
}
.boxIndex07 .box_wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 0;
}
.boxIndex07 .box_wrap .slick-slide {
  padding: 0 15px; /* 念のため左右に余白 */
  box-sizing: border-box;
}

.boxIndex07 .box_wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.boxFooterWrap {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width:750px) {
  .boxIndexNews01 {
    display: block;
  }
  .boxIndexNews01 .ttl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    text-align: left;
  }
  .boxIndexNews01 .cont {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
  .boxIndexNews01 .ttl span:nth-of-type(1) {
    display: inline-block;
    padding: 0.1em 0 0.2em 1.2em;
    background-size: 0.82em;
  }
  .boxIndexNews01 .ttl span:nth-of-type(2) {
    position: relative;
    right: -5vw;
    width: 11.5em;
    height: 1.8em;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .boxIndex01 .ttl_area {
    display: block;
  }
  .boxIndex01 .ttl_area .ttl01 {
    width: 100%;
        padding-left: 21vw;
        background-size: 6em;
  }
  .boxIndexTopCover {
    position: relative;
  }
  .boxIndexTopCover .obj01IndexMvSp {
    position: absolute;
    z-index: 2;
    bottom: -1.0em;
    left: 54%;
    display: inline-block;
    width: 41.3%;
    animation: floatAnime 3s ease-in-out infinite;
  }
  .boxIndexTop .item {
    width: 100vw;
    height: 108.7vw;/*57vw;*/
    padding: 1.5rem;
    background-size: 100%;
  }
  .boxIndexTop .movie-iframe {
    top: 3.7vw;
    right: 0;
    left: 0.1em;
    width: 93.0%;/*59%;*/
    height: 46.8%;/*56%;*/
    margin: auto;
  }
  .boxIndexTop .movie-iframe iframe {
    height: 49.2vw;
  }
  .boxIndexTop .item .btn_area {
    position: absolute;
    z-index: 2;
    left: auto;
    right: 1.5rem;
    bottom: 7vw;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .boxIndexTop .item.item01 .btn_area {
    left: 0;
    right: auto;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-left: 1.25em;
    padding-bottom: 1.55em;
  }
  .boxIndexTop .item .btn_area a {
    margin: 0 !important;
    width: 33%;
    height: 2.5em;
    border-radius: 10em;
    font-weight: bold;
    font-size: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background: url(../../images/common/svg/arrow_green02.svg) no-repeat right 5% center;
    background-size: 3vw;
    background-color: #fff;
  }
  .boxIndexTop .item.item01 .btn_area a {
    width: 42.5%;
    margin-top: 0.8em !important;
  }
  .boxIndexTop .item .btn_area a:last-child {
    margin-left: 0 !important;/*2% !important;*/
  }
  .boxIndexTop .item.item01 .btn_area a:last-child,
  .boxIndexTop .item.item03 .btn_area a:last-child,
  .boxIndexTop .item.item04 .btn_area a:last-child {
    margin-left: 0 !important;
  }
  .boxIndexTopThumb {
    padding-bottom: 3.5vw;
  }
  .boxIndexTopThumb:before {
    height: 12.4vw;
  }
  .boxIndexTopThumb .img {
    width: 23vw;
    border-radius: 15px;
    border-width: 5px;
  }
  .boxIndexTopThumb img {
    object-fit: cover;
    height: 100%;
    border-radius: 9px;
  }
  .boxIndexTopThumb .boxIndexTopThumbIn:after {
      content: "";
      width: 13vw;
      height: 24vw;
      background: url(../../images/common/svg/mv_chara02.svg) no-repeat right center;
      background-size: contain;
      position: absolute;
      right: 0;
      bottom: -7vw;
      pointer-events: none;
      content: none;
  }
  .boxIndexTop .item02 .txt {
    top: 2.8vw;
    left: -4.2vw;
    width: 93%;
  }
  .boxIndex01 .ttl_area .ttl01 span:nth-of-type(1) {
    font-size: 4.375rem;
  }
  .boxIndex01 .ttl_area .ttl01 span:nth-of-type(2) {
    font-size: 1.2rem;
    margin:0.3em 0 0 -21vw;
    text-align: center;
    display: block;
  }
  .boxIndex01 .ttl_area .bnr {
    width: 100%;
  }
  .boxIndex01 .ttl_area .bnr a {
    margin: 1.5rem 2% 0 2%;
  }
  .boxIndex0102 {
    display: block;
  }
  .boxIndex0102 .img {
    width: 100%;
    margin: 0;
  }
  .boxIndex0102 .btn {
    position: static;
    width: 320px;
    margin: 2em auto 0 auto;
  }
  .boxIndex0102 .cont {
    width: 100%;
    padding: 0;
  }
  .boxIndex0102 .cont .t01 .num {
    font-size: 0.5rem;
  }
  .boxIndex0102 .cont .t01 .num.alpha span {
    font-size: 2.2rem;
  }
  .boxIndex0102 .cont .t01 {
    font-size: 2.3rem;
    margin-bottom: 1.3rem;
  }
  .boxIndex0102 .cont dl dt {
    width: 7em;
  }
  .boxIndex01Wrap {
    padding-bottom: 50px;
  }
  .boxIndex02Wrap .lead01 {
    font-size: 1.3rem;
    padding: 0;
    text-align: center;
  }
  .boxIndex02 {
    padding: 2rem;
  }
  .boxIndex02 .ttl01 .t01,
  .boxIndex02 .ttl01 .t03,
  .boxIndex02 .ttl01 .t05 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .boxIndex02 .ttl01 .t02,.boxIndex02 .ttl01 .t04 {
    font-size: 2.4rem;
  }
  .boxIndex02 .box_wrap {
    width: 100%;
    display: block;
  }
  .boxIndex02 .box_wrap .box {
    width: 100%;
  }
  .boxIndex02 .box_wrap .box:nth-child(n+2) {
    margin-top: 1.2rem;
  }
  .boxIndex02 .box_wrap .box .title {
    font-size: 2rem;
  }
  .boxIndex02 .box_wrap .box p {
    font-size: 1rem;
  }
  .boxIndex02 .btn {
    font-size: 1rem;
    padding: 0.5rem 0;
    width: 100%;
    line-height: 1.3;
  }
  .boxIndex02 .btn span {
    font-size: 1.4rem;
  }
  .boxIndex02 .btn img {
      width: 2rem;
      border: 3px solid #9fd2b2;
      right: 4%;
  }
  .boxIndex0202 {
    display: block;
    width: 90%;
    margin: 2rem auto 0 auto;
  }
  .boxIndex0202 .img {
    margin: 0;
  }
  .boxIndex0202 .img:after {
    content: none;
  }
  .boxIndex0202:after {
      content: "";
      width: 36vw;
          height: 33vw;
          right: -14vw;
  }
  .boxIndex0202 .right {
    padding-top: 0;
  }
  .boxIndex0202 .right .p01 {
    font-size: 0.9rem;
  }
  .boxIndex0202 .right .p02 {
    font-size: 1.3rem;
  }
  .boxIndex0202 .right a {
    position: static;
    margin-top: 1.5rem;
    font-size: 0.9rem;
    width: 20em;
    height: 3em;
    background-size: 1.2em;
    background-position: right 0.8em center;
  }
  .boxIndex0202 .right dl dd {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
  }
  .boxIndex03 {
    display: block;
  }
  .boxIndex03 .box {
    width: 100%;
  }
  .boxIndex03 .box:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .boxIndex03 .box a {
    display: block;
  }
  .boxIndex03 .box .img {
    width: 100%;
  }
  .boxIndex03 .box .cont {
    width: 100%;;
    padding: 1.5rem;
    background-size: 1.8rem;
    background-position: right 1rem bottom 1rem;
  }
  .boxIndex04 .wrap dl {
    display: block;
  }
  .boxIndex04 .wrap dl:nth-child(n+2) {
    margin-top:2rem;
  }
  .boxIndex04 .wrap dl dt {
    width: 100%;
  }
  .boxIndex04 .wrap dl dd {
    width: 100%;
    padding: 0.5em 0 0 25px;
  }
  .boxIndex05 .ttl .en {
    font-size: 3.4rem;
  }
  .boxIndex05 .ttl .ja {
    font-size: 1rem;
  }
  .boxIndex05 {
    position: static;
  }
  .boxIndex05Wrap {
    position: relative;
    padding-bottom: 8rem;
  }
  .boxIndex05 .btnBaseText {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 3rem;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .boxIndex06 {
    display: block;
  }
  .boxIndex06 .left {
    width: 100%;
    margin-bottom: 3rem;
  }
  .boxIndex06Wrap {
    padding: 70px 0;
  }
  .boxIndex06 .left, .boxIndex06 .right {
    height: auto !important;
  }
  .tab-menu {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2.5rem;
  }
  .tab-menu li {
    border-radius: 10em;
    font-size: 0.9rem;
    height: 2em !important;
  }
  .tab-menu li:after {
    bottom: -11px;
  }
  .boxIndex06 .left .news-tabs .tab-contents {
    padding: 1.5rem;
  }
  .tab-content .news-list .news-item .news-text .title {
    font-size: 1rem;
  }
  .tab-content .news-list .news-item .news-thumb {
      width: 40%;
      height: 23vw;
  }
  .tab-content .news-list .news-item .news-text {
    width: 60%;
  }
  .tab-content .news-list .news-item .news-text .date {
    font-size: 0.85rem;
    margin-bottom: 5px;
    display: block;
  }
  .tab-content .news-list .news-item .news-text >div {
    display: block;
  }
  .tab-content .news-list .news-item .news-text .cat-wrap .cat-tag {
    font-size: 0.7rem;
    display: inline-block;
  }
  .boxIndex06 a.btn {
    position: static;
    margin-top: 1.5rem;
  }
  .boxIndex06 .right {
    width: 100%;
  }
  .boxIndex06 .right .lead {
    font-size: 0.9rem;
    padding-left: 1rem;
    padding-bottom: 1.5em;
  }
  .boxIndex06 .right .lead:after {
      content: "";
      width: 18vw;
      height: 17vw;
      right: 4%;
  }
  .boxIndex06 .right .lead span {
    font-size: 1.15rem;
  }
  .boxIndex06 .right .box {
    position: relative;
    z-index: 1;
  }
  .boxIndex07 .box_wrap {
    width: 80%;
    margin: auto;
  }
  .boxIndex07Wrap {
    padding: 9vw 0 3vw 0;
  }
  .boxIndex07 .img01 {
          width: 23vw;
          left: -7vw;
          top: 9vw;
  }
  .boxIndex07 .img02 {
    width: 30vw;
    right: -4vw;
    top: 4vw;
  }
  .boxIndex07 .img01:after {
      content: "";
      width: 5vw;
      height: 5vw;
      background: url(../../images/index/img05s.png) no-repeat;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 22.5vw;
      z-index: 1;
  }
  .boxIndex07 .img02:after {
    content: none;
  }
  .boxVoiceList01 .box .text {
    height: 13em;
  }
}

.boxIndex02 .box_wrap .box .title span {
  background: url(../../images/common/svg/arrow_orange.svg) no-repeat right center;
  background-size: 49px;
  padding-right: 68px;
  padding-bottom: 2px;
  color: #ff7f2e;
}
.boxIndex02 .box_wrap .box:nth-of-type(2) .title span {
  background-image: url(../../images/common/svg/arrow_green.svg);
  color: #58b530;
}
.boxIndex02 .box_wrap .box:nth-of-type(3) .title span {
  background-image: url(../../images/common/svg/arrow_blue.svg);
  color: #18a0cd;
}
.boxIndex02 .box_wrap .box .img {
  border-radius: 16px;
  position: relative;
  height: 200px;
  background-color: #feffc7;
}
.boxIndex02 .box_wrap .box:nth-of-type(2) .img {
  background-color: #e2ffd5;
}
.boxIndex02 .box_wrap .box:nth-of-type(3) .img {
  background-color: #d7f7ec;
}
.boxIndex02 .box_wrap .box .img img {
  transition: all 0.5s;
  opacity: 1 !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%) scale(0.95);
}
.boxIndex02 .box_wrap .box a {
  opacity: 1 !important;
}
.boxIndex02 .box_wrap .box a:hover .img img {
  transform: scale(1) translateY(-50%);
}
@media only screen and (max-width:750px) {
  .boxIndex02 .box_wrap .box .title span {
    padding-right: 1.5em;
    padding-bottom: 0.1em;
    background-size: 1.2em;
  }
  .boxIndexTop .item03 .btn_area,
  .boxIndexTop .item04 .btn_area {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    justify-content: flex-start;
    padding-left: 2.0em;
    padding-bottom: 2.0em;
  }
  .boxIndexTop .item03 .btn_area a {
    width: 44.7%;
  }
  .boxIndexNews01 .cont dl dt {
    width: 7em;
  }
  .boxIndexNews01 .cont dl dt div span {
    letter-spacing: 0.2em;
  }
  .boxIndexNews01 .cont dl dd {
    width: calc(100% - 7em);
  }
  .boxIndex0102 .cont dl dt {
    letter-spacing: 0.1em;
  }
  .boxIndex0102 .cont dl dt div span {
    letter-spacing: 0;
  }
  .boxIndexTop .item02 .txt .p01 {
    margin-top: -0.17em;
    margin-left: 0;
    padding-left: 0.85em;
    line-height: 1.54;
    font-size: 1.1rem;
  }
  .boxIndexTop .item02 .txt .p02 {
    margin-left: 0;
    font-size: 0.65rem;
    display: none;
  }
  .boxIndexTop .item02 img {
    width: 90%;
  }
  .boxIndexTop .item02 .btn_area a:last-child {
    width: 46%;
    margin-left: 0 !important;
  }
  .boxIndexTop .item02 .btn_area {
    right: auto;
    left:auto;
    justify-content: flex-start;
  }
}
.boxIndex07 .slick-dots {
  display: none;
}
@media only screen and (max-width:1520px) and (min-width:751px) {
  .boxIndex07 .box_wrap .box {
    width: 350px;
  }
  .boxIndex07 .img01 {
    position: absolute;
    top: -75px;
    left: -88px;
  }
  .boxIndex07 .img02 {
    position: absolute;
    top: -124px;
    right: -41px;
  }
  .boxIndex07 .img02:after {
    right: 103px;
  }
  .boxIndex07Wrap {
    min-width: 1250px;
  }
}
@media only screen and (max-width:1279px) and (min-width:751px) {
}
.cat-tag.campaign {
  background-color: #259950;
}
.cat-tag.term4 {
  background-color: #e60012;
}
.cat-tag.term2 {
  background-color: #fff100;
}
.cat-tag.term12 {
  background-color: #fa8319;
}
.boxIndexTopThumb .img.current img {
  border:3px solid #fff;
  border-radius: 20px;
  object-fit: cover;
  height: 100%;
}
@media only screen and (max-width:750px) {
  .boxIndexTopThumb .img.current img {
    border-radius: 9px;
    border-width: 2px;
  }
  .boxIndex04 .wrap dl dt span:nth-of-type(2):before {
    top: 0.4em;
    transform: none;
  }
}
.boxBnrMv01:after {
  content: none;
}
.boxIndexTopChara01 {
  position: absolute;
  right: -132px;
  top: -33px;
}
.boxIndexTopChara01 .i01 {
  border-radius: 0;
  width: 110px;
  position: relative;
  z-index: 1;
}
.boxBnrMv01 {
  width: auto;
  position: absolute;
  top: -93px;
  right: -195px;
}
.boxIndexTopChara01 {
  animation: floatAnime 3s ease-in-out infinite;
  transform: translateZ(0); /* これ追加 */
  will-change: transform;
}
.boxBnrMv01:before {
  content: none;
}
@keyframes floatAnime {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 上にふわっと */
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (max-width:750px) {
  .boxIndexTop .item {
    margin: 0;
  }
  .boxIndexTop .item01 {
    padding: 56.7vw 0 0 1.2em;
    background-image: url('./../../images/index/img-slide01-sp.png');
    background-size: 120%;
    background-position: center center;
    border: 1.8vw solid #0d7a35;
    border-left: 2.7vw solid #0d7a35;
    border-right: 2.95vw solid #0d7a35;
  }
  .boxIndexTop .item01 .txt img {
    width: 94.1%;
  }
  .boxIndexTop .item02 {
    background-image: url('./../../images/index/img-slide02-sp.jpg');
    background-size: cover;/*110%;*/
    background-position: center center
  }
  .boxIndexTop .item03 {
    background-image: url('./../../images/index/img-slide03-sp.jpg');
    background-size: cover;/*104%;*/
    background-position: center center
  }
  .boxIndexTop .item04 {
    background-image: url('./../../images/index/img-slide04-sp.png');
    background-size: cover;
  }
  .boxIndexTopChara01 {
    display: none;
    right: 15vw;
    top: 31vw;
  }
  .boxBnrMv01 {
    display: block;
  }
  /*
  @keyframes floatAnime {
    0%   { transform: translateY(0) scale(0.5); }
    50%  { transform: translateY(-10px) scale(0.5); }
    100% { transform: translateY(0) scale(0.5); }
  }*/
  .boxIndexTopThumb .img.current:before {
        border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 13px solid #58b530;
    top: -16px;
  }
  .boxIndexTopThumb .boxIndexTopThumbIn {
    /*top: -3vw;*/
    gap: 0;
    margin-top: 2.4vw;
    padding: 2vw;
  }
  .boxIndexTop .item04 {
    border-radius: 0 !important;
  }
}

.boxIndexTop .item04 .btn_area a {
  background-image: url(../../images/common/svg/arrow_pink02.svg);
}
@media all and (max-width: 750px){
  .boxIndexTop .item04 .btn_area a {
    width: 45%;
  }
}

.boxIndexTop .item04 {
  border-radius: 27px;
}