@charset "UTF-8";
/* ------------------------------
    共通
------------------------------ */
.sec_ttl {
  margin-bottom: 50px;
}

.sec_ttl span {
  font-weight: 900;
  font-size: 2rem;
  display: block;
  line-height: 1.8;
  margin-top: 10px;
}

.txt_area p {
  text-align: center;
}

/* ------------------------------
    mv
------------------------------ */
/*ticker*/
#tickerbox {
  width: 800px;
  margin: -24.5px auto 0;
}

#tickerbox ul {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#005e32), color-stop(18.75%, #005e32), color-stop(18.75%, #fff8d2), to(#fff8d2));
  background: linear-gradient(90deg, #005e32 0%, #005e32 18.75%, #fff8d2 18.75%, #fff8d2 100%);
}

#tickerbox ul li a {
  font-size: 1.6rem;
  display: inline-block;
  width: 100%;
}

#tickerbox ul li a span {
  display: inline-block;
}

#tickerbox ul li a .ttl_img {
  width: calc(18.75% - 10px);
  height: 100%;
  padding: 0;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
}

#tickerbox ul li a .ttl_img img {
  width: 56px;
  margin-bottom: 4px;
}

#tickerbox ul li a .date {
  max-width: calc(81.25% - 10px);
}

/*
#tickerbox ul li a:hover .link_txt::before {
	width: 100%;
}
*/
/* ------------------------------
    about
------------------------------ */
#about {
  padding: 120px 0 100px;
  background-image: url(../img/index/bg01_about.png), url(../img/index/bg02_about.png), url(../img/index/bg03_about.png), url(../img/index/bg04_about.png);
  background-repeat: no-repeat;
  background-position: left 70px top 50px, right 60px top 40px, left bottom -64px, right bottom;
  background-size: 250px auto, 320px auto, 320px auto, 442px auto;
}

#about .sec_ttl img {
  width: 235px;
}

#about .txt_area .txt_green {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#about .txt_area .btn {
  margin-top: 30px;
}

/* ------------------------------
    news
------------------------------ */
#news {
  padding: 100px 0;
}

#news .sec_ttl img {
  width: 197px;
}

#news .news_block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#news .news_block .box {
  width: 485px;
  margin-top: 40px;
  position: relative;
}

#news .news_block .box .box_ttl {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.72;
  padding-bottom: 6px;
}

#news .news_block .box .list {
  background: #fff;
  padding: 10px 30px 30px;
}

#news .news_block .box .list a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #c1c1c1;
}

#news .news_block .box .list a .cate {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  padding: 2px 10px;
  border-radius: 8px;
  margin-left: 8px;
}

#news .news_block .box .list a .date {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0;
  vertical-align: middle;
  color: #c1c1c1;
}

#news .news_block .box .list a .ttl {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 5px;
}

/*
#news .news_block .box .list a:hover .link_txt::before {
	width: 100%;
}
*/
#news .news_block .box .btn {
  position: absolute;
  top: 8px;
  right: 0;
}

#news .news_block .box .btn a {
  font-size: 1.2rem;
  width: 120px;
  height: 25px;
  line-height: 21px;
  border-radius: 12.5px;
  border: 2px solid;
}

#news .news_block .box.box01 .box_ttl {
  color: #ff9002;
}

#news .news_block .box.box01 .list {
  border-top: 5px solid #ff9002;
}

#news .news_block .box.box01 .list a .cate {
  background: #ff9002;
}

#news .news_block .box.box01 .btn a {
  background: #ff9002;
  border-color: #ff9002;
}

/*
#news .news_block .box.box01 .btn a:hover {
	color: #ff9002;
}
*/
#news .news_block .box.box02 .box_ttl {
  color: #005e32;
}

#news .news_block .box.box02 .list {
  border-top: 5px solid #005e32;
}

#news .news_block .box.box02 .list a .cate {
  background: #005e32;
}

#news .news_block .box.box02 .btn a {
  background: #005e32;
  border-color: #005e32;
}

/*
#news .news_block .box.box02 .btn a:hover {
	color: #005e32;
}
*/
#news .news_block .box.box03 .box_ttl {
  color: #8cc63f;
}

#news .news_block .box.box03 .list {
  border-top: 5px solid #8cc63f;
}

#news .news_block .box.box03 .list a .cate {
  background: #8cc63f;
}

#news .news_block .box.box03 .btn a {
  background: #8cc63f;
  border-color: #8cc63f;
}

/*
#news .news_block .box.box03 .btn a:hover {
	color: #8cc63f;
}
*/
#news .news_block .box.box04 .box_ttl {
  color: #ffc202;
}

#news .news_block .box.box04 .list {
  border-top: 5px solid #ffc202;
}

#news .news_block .box.box04 .list a .cate {
  background: #ffc202;
}

#news .news_block .box.box04 .btn a {
  background: #ffc202;
  border-color: #ffc202;
}

/*
#news .news_block .box.box04 .btn a:hover {
	color: #ffc202;
}
*/
/* ------------------------------
    overview
------------------------------ */
#overview {
  padding: 100px 0 0;
}

#overview .sec_ttl .ttl01 {
  width: 346px;
}

#overview .sec_ttl .ttl02 {
  width: 361px;
}

#overview .sec_ttl img + img {
  margin-left: 30px;
}

#overview .overview_block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}

#overview .overview_block .box {
  width: 50%;
  height: 325px;
  position: relative;
}

/*
#overview .overview_block .box03,
#overview .overview_block .box04,
#overview .overview_block .box05{
	width: 33.333%;
}
*/
#overview .overview_block .box .txt_area {
  text-align: center;
  background-position: left top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

#overview .overview_block .box .txt_area p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.57;
}

#overview .overview_block .box .txt_area .ttl {
  font-weight: 900;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 16px;
}

#overview .overview_block .box .txt_area .btn {
  margin-top: 55px;
}

#overview .overview_block .box .txt_area .btn a {
  font-size: 1.4rem;
  width: 180px;
  height: 40px;
  line-height: 40px;
  /*
  	border-radius: 20px;
  	border: 3px solid #fff;
  */
  border: none;
  background-color: transparent;
  display: block;
  margin: 0 auto;
}

#overview .overview_block .box .txt_area .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 3px solid #fff;
  z-index: -2;
}

#overview .overview_block .box {
  position: relative;
  background: no-repeat center center/cover;
}

#overview .overview_block .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
}

#overview .overview_block .box01 {
  background-image: url(../img/index/img_overview01_pc.png);
}

#overview .overview_block .box02 {
  background-image: url(../img/index/img_overview03_pc.png);
}

#overview .overview_block .box03 {
  background-image: url(../img/index/img_overview04_pc.png);
}

#overview .overview_block .box04 {
  background-image: url(../img/index/img_overview05_pc.png);
}

#overview .overview_block .box01 .txt_area {
  background: url(../img/index/num_overview01.png) no-repeat;
  background-size: auto 92px;
}

#overview .overview_block .box02 .txt_area {
  background: url(../img/index/num_overview02.png) no-repeat;
  background-size: auto 92px;
}

#overview .overview_block .box03 .txt_area {
  background: url(../img/index/num_overview03.png) no-repeat;
  background-size: auto 92px;
}

#overview .overview_block .box04 .txt_area {
  background: url(../img/index/num_overview04.png) no-repeat;
  background-size: auto 92px;
}

#overview .overview_block .box05 .txt_area {
  background: url(../img/index/num_overview05.png) no-repeat;
  background-size: auto 92px;
}

/* ------------------------------
    point
------------------------------ */
#point {
  padding: 100px 0;
}

#point .sec_ttl img {
  width: 520px;
}

#point .point_block .box {
  width: 25%;
  height: 325px;
  /*	padding-top: 25%;*/
  position: relative;
  background-size: cover;
  background-position: center;
}

#point .point_block .box::before {
  /* 透過した黒を重ねる */
  background-color: rgba(0, 0, 0, 0.38);
  /* どの範囲に重ねるかを指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}

#point .point_block .box .txt_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-position: left top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#point .point_block .box .txt_area p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.57;
}

#point .point_block .box .txt_area .num {
  line-height: 1;
  width: 51px;
  margin: 0 auto 10px;
}

#point .point_block .box .txt_area .ttl {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 8px;
}

#point .point_block .box .txt_area .txt {
  min-height: 63px;
}

#point .point_block .box .txt_area .btn {
  margin-top: 20px;
}

#point .point_block .box .txt_area .btn a {
  font-size: 1.4rem;
  width: 180px;
  height: 40px;
  line-height: 40px;
  /*
  	border-radius: 20px;
  	border: 3px solid #fff;
  */
  border: none;
  background-color: transparent;
  display: block;
  margin: 0 auto;
}

/*

#point .point_block .box .txt_area .btn a:hover {
	color: #232323;
}
*/
#point .point_block .box .txt_area .btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 3px solid #fff;
  z-index: -2;
}

/*
.edge #point .point_block .box .txt_area .btn a:hover{
	background: #fff;
}
*/
#point .point_block .box.box01 {
  background: url(../img/index/img_point01.jpg) rgba(0, 0, 0, 0.34) no-repeat;
  background-size: cover;
  background-position: center;
}

#point .point_block .box.box02 {
  background: url(../img/index/img_point02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#point .point_block .box.box03 {
  background: url(../img/index/img_point03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#point .point_block .box.box04 {
  background: url(../img/index/img_point04.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#point .delivery_area {
  width: 1000px;
  margin: 50px auto 0;
  background: #ffc202;
  padding: 42px 50px;
}

#point .delivery_area .ttl {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
}

#point .delivery_area .box_white {
  background: #fff;
  padding: 30px;
}

#point .delivery_area .box_white dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 12px;
  position: relative;
  margin-top: 12px;
  line-height: 1.5;
}

#point .delivery_area .box_white dl dt:first-child {
  margin-top: 0;
}

#point .delivery_area .box_white dl dt::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background: #ffc202;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

#point .delivery_area .box_white dl dd {
  font-size: 1.4rem;
  line-height: 1.7;
}

#point .delivery_area .box_white .img {
  width: 389px;
}

#point .delivery_area .box_white + p {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  margin-top: 12px;
}

/* ------------------------------
    recommend
------------------------------ */
#recommend {
  padding: 100px 0;
}

#recommend .sec_ttl img {
  width: 447px;
}

#recommend .recommend_block {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 50px;
}

#recommend .recommend_block .box {
  display: block;
  width: 431px;
  height: auto;
}

#recommend .recommend_block .box + .box {
  margin-left: 38px;
  margin-top: 38px;
}

#recommend .recommend_block .box:nth-of-type(2) {
  margin-top: 0;
}

#recommend .recommend_block .box:nth-child(odd) {
  margin-left: 0;
}

/* ------------------------------
    recruit
------------------------------ */
#recruit {
  width: 100%;
  padding: 100px 0 17.647%;
  /*	padding: 100px 0 242px;*/
  background: url(../img/index/bg_recruit.png) no-repeat;
  background-size: 100%;
  background-position: center bottom -60px;
}

#recruit .sec_ttl img {
  width: 299px;
}

#recruit .txt_area p {
  text-align: center;
}

#recruit .txt_area .btn {
  margin-top: 30px;
}

#recruit .txt_area .btn a {
  width: 250px;
}

@media screen and (min-width: 769px) {
  #tickerbox ul li a:hover .link_txt::before {
    width: 100%;
  }
  #news .news_block .box .list a:hover .link_txt::before {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* ------------------------------
  		共通
  ------------------------------ */
  .sec_ttl {
    margin-bottom: 25px;
  }
  .sec_ttl img {
    width: auto !important;
    height: 25px;
    margin: 0 auto;
  }
  .sec_ttl span {
    font-size: 1rem;
    margin-top: 6px;
  }
  /* ------------------------------
  		mv
  ------------------------------ */
  /*ticker*/
  .ticker_wrap {
    width: 100%;
    padding: 0;
  }
  #tickerbox {
    width: 100%;
    margin: 0;
  }
  #tickerbox ul {
    background: -webkit-gradient(linear, left top, right top, from(#005e32), color-stop(18.75%, #005e32), color-stop(18.75%, #fff8d2), to(#fff8d2));
    background: linear-gradient(90deg, #005e32 0%, #005e32 18.75%, #fff8d2 18.75%, #fff8d2 100%);
  }
  #tickerbox ul li {
    height: 35px;
    /*		padding: 5px 10px!important;*/
  }
  #tickerbox ul li a {
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #tickerbox ul li a .ttl_img {
    width: calc(18.75% - 20px);
    height: auto;
    padding: 0;
    margin: 0;
    margin-right: 6%;
  }
  #tickerbox ul li a .date {
    width: 81.25%;
  }
  #tickerbox ul li a .ttl_img img {
    width: auto;
    height: 10px;
    margin-bottom: 2px;
  }
  /* ------------------------------
  		about
  ------------------------------ */
  #about {
    overflow: hidden;
    padding: 50px 0;
    background-image: url(../img/index/bg01_about.png), url(../img/index/bg02_about.png), url(../img/index/bg03_about.png), url(../img/index/bg04_about.png);
    background-repeat: no-repeat;
    background-position: left 2% top 14px, right 1% top 10px, left bottom -10px, right bottom;
    background-size: 100px auto, 114px auto, 80px auto, 135px auto;
  }
  #about .txt_area .txt_green {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  #about .txt_area .txt {
    text-align: left;
  }
  #about .txt_area .btn {
    margin-top: 15px;
  }
  /* ------------------------------
  		news
  ------------------------------ */
  #news {
    padding: 50px 0;
  }
  #news .txt_area p {
    text-align: left;
  }
  #news .news_block .box {
    width: 100%;
    margin-top: 20px;
  }
  #news .news_block .box .box_ttl {
    font-size: 1.5rem;
    padding-bottom: 3px;
  }
  #news .news_block .box .list {
    padding: 15px;
    border-width: 3px !important;
  }
  #news .news_block .box .list a {
    padding: 0;
    border-bottom: none;
  }
  #news .news_block .box .list a .cate {
    font-size: 0.8rem;
    padding: 1px 5px;
    border-radius: 6px;
    margin-left: 4px;
  }
  #news .news_block .box .list a .date {
    font-size: 0.8rem;
  }
  #news .news_block .box .list a .ttl {
    font-size: 0.9rem;
    margin-top: 3px;
  }
  #news .news_block .box .btn {
    position: static;
    margin-top: 10px;
  }
  #news .news_block .box .btn a {
    font-size: 1rem;
    width: 150px;
  }
  /* ------------------------------
  		overview
  ------------------------------ */
  #overview {
    padding: 50px 0 0;
  }
  #overview .sec_ttl {
    text-align: center;
  }
  #overview .sec_ttl img {
    display: block;
    text-align: center;
  }
  #overview .sec_ttl img + img {
    margin-top: 6px;
    margin-left: auto;
  }
  #overview .overview_block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
  }
  #overview .overview_block .box {
    width: 100%;
    height: 175px;
  }
  #overview .overview_block .box:nth-of-type(2),
  #overview .overview_block .box:nth-of-type(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #overview .overview_block .box .img img {
    width: auto;
    vertical-align: bottom;
  }
  #overview .overview_block .box .txt_area p {
    font-size: 1rem;
    line-height: 1.3;
  }
  #overview .overview_block .box .txt_area .ttl {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  #overview .overview_block .box .txt_area .btn {
    margin-top: 25px;
  }
  #overview .overview_block .box .txt_area .btn a {
    font-size: 0.9rem;
    width: 100px;
    height: 22px;
    line-height: 22px;
    /*
    		border-radius: 11px;
    		border: 2px solid #fff;
    */
  }
  #overview .overview_block .box .txt_area .btn a::before {
    border-radius: 11px;
    border: 2px solid #fff;
  }
  #overview .overview_block .box01 {
    background-image: url(../img/index/img_overview01_sp.png);
  }
  #overview .overview_block .box02 {
    background-image: url(../img/index/img_overview03_sp.png);
  }
  #overview .overview_block .box03 {
    background-image: url(../img/index/img_overview04_sp.png);
  }
  #overview .overview_block .box04 {
    background-image: url(../img/index/img_overview05_sp.png);
  }
  /*
  #overview .overview_block .box05{
  	background-image: url(../img/index/img_overview05_sp.png);
  }
  */
  #overview .overview_block .box01 .txt_area {
    background-size: auto 54px;
  }
  #overview .overview_block .box02 .txt_area {
    background-size: auto 54px;
  }
  #overview .overview_block .box03 .txt_area {
    background-size: auto 54px;
  }
  #overview .overview_block .box04 .txt_area {
    background-size: auto 54px;
  }
  #overview .overview_block .box05 .txt_area {
    background-size: auto 54px;
  }
  /* ------------------------------
  		point
  ------------------------------ */
  #point {
    padding: 50px 0;
  }
  #point .point_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #point .point_block .box {
    width: 50%;
    height: 180px;
  }
  #point .point_block .box .txt_area {
    padding: 0 3%;
  }
  #point .point_block .box .txt_area p {
    font-size: 1rem;
    line-height: 1.2;
  }
  #point .point_block .box .txt_area .num {
    line-height: 1;
    margin-bottom: 5px;
    width: inherit;
  }
  #point .point_block .box .txt_area .num img {
    width: auto;
    height: 28px;
  }
  #point .point_block .box .txt_area .ttl {
    font-size: 1.1rem;
    margin-bottom: 4px;
  }
  #point .point_block .box .txt_area .txt {
    min-height: 33px;
  }
  #point .point_block .box .txt_area .btn {
    margin-top: 10px;
  }
  #point .point_block .box .txt_area .btn a {
    font-size: 0.9rem;
    width: 100px;
    height: 22px;
    line-height: 22px;
    /*
    		border-radius: 11px;
    		border: 2px solid #fff;
    */
  }
  /*
  	#point .point_block .box .txt_area .btn a:hover::after {
  		width: 150%;
  	}
  */
  #point .point_block .box .txt_area .btn a::before {
    border-radius: 11px;
    border: 2px solid #fff;
  }
  #point .delivery_area {
    width: 88%;
    margin: 25px auto 0;
    padding: 20px 25px;
  }
  #point .delivery_area .ttl {
    font-size: 1.2rem;
    margin-bottom: 15px;
    white-space: nowrap;
  }
  #point .delivery_area .box_white {
    padding: 15px;
  }
  #point .delivery_area .box_white dl {
    float: none;
  }
  #point .delivery_area .box_white dl dt {
    font-size: 1.2rem;
    padding-left: 8px;
    margin-top: 8px;
  }
  #point .delivery_area .box_white dl dt:first-child {
    margin-top: 0;
  }
  #point .delivery_area .box_white dl dt::before {
    width: 2px;
    height: 12px;
    margin-top: -6px;
  }
  #point .delivery_area .box_white dl dd {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  #point .delivery_area .box_white .img {
    float: none;
    width: 100%;
    margin-top: 12px;
  }
  #point .delivery_area .box_white + p {
    font-size: 0.9rem;
    text-align: left;
    margin-top: 8px;
    text-indent: -1em;
    margin-left: 1em;
  }
  /* ------------------------------
  		recommend
  ------------------------------ */
  #recommend {
    padding: 50px 0;
  }
  #recommend .recommend_block {
    padding: 0;
  }
  #recommend .recommend_block .box {
    display: block;
    width: 100%;
    height: auto;
    /*		margin-bottom: 4%;*/
  }
  #recommend .recommend_block .box img {
    width: 100%;
  }
  #recommend .recommend_block .box + .box {
    margin-left: 0;
    margin-top: 0;
  }
  #recommend .recommend_block .box:nth-of-type(2) {
    margin-top: 0;
  }
  #recommend .recommend_block .box:nth-child(odd) {
    margin-left: 0;
  }
  #recommend .recommend_block .box.box02,
  #recommend .recommend_block .box.box03,
  #recommend .recommend_block .box.box04 {
    margin-top: 3%;
  }
  /* ------------------------------
  		recruit
  ------------------------------ */
  #recruit {
    padding: 50px 0 36.8%;
    /*	padding: 100px 0 250px;*/
    background: url(../img/index/bg_recruit.png) no-repeat;
    background-size: 100%;
    background-position: center bottom -5px;
  }
  #recruit .txt_area p {
    text-align: left;
  }
  #recruit .txt_area .btn {
    margin-top: 15px;
  }
  #recruit .txt_area .btn a {
    width: 200px;
  }
}
/*--------------- 20251217 add ----------------*/
#mv {
  padding: 5.7rem 0 5rem;
  background: url(../img/index/bg_mv_top.png) no-repeat top/100% auto, url(../img/index/bg_mv_bottom.png) no-repeat bottom/100% auto;
}
@media screen and (max-width: 768px) {
  #mv {
    background-image: url(../img/index/bg_mv_top_sp.png), url(../img/index/bg_mv_bottom_sp.png);
    padding: 2.85rem 0 3rem;
  }
}
#mv .wrap {
  position: relative;
}
#mv .txt_01 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  background-color: #005e32;
  line-height: 1;
  padding: 1.5rem 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #mv .txt_01 {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.5rem 0 0.75rem;
  }
}
#mv .txt_01 .txt_yellow {
  color: #fdd000;
}
#mv .txt_01 .txt_large {
  font-size: 130%;
}
#mv .txt_02 {
  font-size: 3.9rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  #mv .txt_02 {
    font-size: 2.3rem;
    text-align: center;
    margin-top: 0.5rem;
  }
}
#mv .txt_02 .txt_small {
  font-size: 80%;
}
#mv .txt_03 {
  font-size: 5.15rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  #mv .txt_03 {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  #mv .txt_03 {
    font-size: 3.1rem;
    text-align: center;
  }
}
#mv .txt_03 .txt_green {
  color: #005e32;
}
#mv .txt_03 .txt_small {
  font-size: 80%;
}
#mv .mv_image {
  position: absolute;
  right: -13rem;
  top: 0.8rem;
}
@media screen and (max-width: 768px) {
  #mv .mv_image {
    position: static;
    margin-top: 1.5rem;
  }
}
#mv .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #mv .list {
    margin-top: -3.6rem;
    gap: 0 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#mv .list li {
  width: 17rem;
  height: 17rem;
  border-radius: 8.5rem;
  position: relative;
  padding-top: 3.8rem;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #mv .list li {
    width: 11rem;
    height: 11rem;
    border-radius: 5.5rem;
    padding-top: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
#mv .list li::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/index/icon_mv_check.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 1.3rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #mv .list li::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.8rem;
  }
}
#mv .list li .list_ttl {
  position: relative;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #mv .list li .list_ttl {
    font-size: 2.1rem;
    padding-bottom: 0.4rem;
  }
}
#mv .list li .list_ttl::after {
  content: "";
  width: 11.6rem;
  height: 3px;
  border-radius: 1.5px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #mv .list li .list_ttl::after {
    width: 6.65rem;
    height: 2px;
  }
}
#mv .list li .list_txt {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  #mv .list li .list_txt {
    font-size: 1.15rem;
  }
}
#mv .list li.green {
  background-color: #005e32;
}
#mv .list li.orange {
  background-color: #f08300;
}
#mv .list li.red {
  background-color: #c83931;
}
#mv .txt_04 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-left: 6.2rem;
  padding-right: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-top: 3rem;
  letter-spacing: -0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #mv .txt_04 {
    font-size: 1.4rem;
    margin: 2.25rem auto 0;
    padding-right: 0;
  }
}
#mv .txt_04::before, #mv .txt_04::after {
  content: "";
  width: 18px;
  height: 26px;
  position: absolute;
  bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  #mv .txt_04::before, #mv .txt_04::after {
    width: 1.2rem;
    height: 1.8rem;
    bottom: 0.2rem;
  }
}
#mv .txt_04::before {
  background: url(../img/index/point_mv_txt_left.svg) no-repeat center/contain;
  left: -3.4rem;
}
@media screen and (max-width: 768px) {
  #mv .txt_04::before {
    left: -2rem;
  }
}
#mv .txt_04::after {
  background: url(../img/index/point_mv_txt_right.svg) no-repeat center/contain;
  right: 0;
}
@media screen and (max-width: 768px) {
  #mv .txt_04::after {
    right: -2rem;
  }
}
#mv .txt_05 {
  margin-top: 0.5rem;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #mv .txt_05 {
    margin-top: 0.5rem;
    font-size: 1.5rem;
    text-align: center;
  }
}
#mv .txt_05 a {
  color: #0069b9;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#mv .txt_05 a:hover {
  opacity: 0.7;
}
#mv .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  #mv .link {
    margin-top: 2.25rem;
    gap: 0 0.5rem;
  }
}
#mv .link li a {
  width: 32rem;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #mv .link li a {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#mv .link li a:hover {
  opacity: 0.7;
}
#mv .link li .img_box {
  width: 10rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  #mv .link li .img_box {
    width: 100%;
  }
}
#mv .link li .img_box img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #mv .link li .img_box img {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
}
#mv .link li .txt_box {
  width: 100%;
  padding-left: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv .link li .txt_box {
    padding: 1.45rem 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
}
#mv .link li .txt_box::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../img/index/icon_mv_list_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #mv .link li .txt_box::after {
    width: 0.6rem;
    height: 1rem;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    bottom: 1.6rem;
    right: 2.5rem;
  }
}
#mv .link li .txt_box .txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin-top: -0.3rem;
}
@media screen and (max-width: 768px) {
  #mv .link li .txt_box .txt {
    text-align: center;
    margin-top: 0;
    font-size: 0.9rem;
    line-height: 1.5789473684;
    width: 100%;
  }
}
#mv .link li .txt_box .txt .txt_yellow {
  color: #fdd000;
  font-size: 120%;
}
#mv .link li.green .txt_box {
  background-color: #005e3c;
}
#mv .link li.yellow .txt_box {
  background-color: #5c9600;
}
#mv .link li.blue .txt_box {
  background-color: #0069b9;
}