@charset "UTF-8";

.fl_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inner {
  padding: 0 50px;
}

.box_inner {
  padding: 0 35px;
}

.section {
  position: relative;
  overflow: hidden;
}

#home .ttl {
  max-width: 100px;
  margin: auto;
  text-align: center;
  width: 26.67vw;
}

#home .txt_b {
  font-weight: 700;
}

#home .text {
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: bold;
  text-align: center;
}

#home .txt14 {
  font-size: 1.4rem;
  font-weight: bold;
}

#home .txt10 {
  color: #333;
  font-weight: bold;
  margin-top: 25px;
  text-align: center;
}

#home .box_stories {
  background: var(--white);
  border: 2px solid var(--blue);
  padding: 0 10px 30px;
}

#home .box_stories .ttl {
  line-height: 1;
  padding: 10px;
}

#home .box_ttl {
  border-bottom: 2px solid var(--blue);
}

#home .box_stories ul {
  padding: 30px 0 0;
  text-align: center;
}

#home .box_stories ul li {
  font-size: 1.2rem;
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: 1.5;
}

#home .box_stories ul li span {
  font-size: clamp(10px, 1.2vw, 12px);
  display: block;
}

#home .box_stories ul li + li {
  margin-top: 10px;
}

/* animation */

.anm_img {
  opacity: 0;
  position: absolute;
}

.anm_img span {
  display: inline-block;
}

.anm_show .anm_img {
  animation-duration: .7s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: bounceIn;
}

#left_content.anm_show .car_img01,
#left_content.anm_show .pencail_img,
#left_content.anm_show .ball_img04,
#left_content.anm_show .food_img08,
#left_content.anm_show .food_img01 {
  animation-delay: 0.2s;
}

#left_content.anm_show .gears_img02,
#left_content.anm_show .ball_img02,
#left_content.anm_show .car_img03,
#left_content.anm_show .food_img06,
#left_content.anm_show .food_img02 {
  animation-delay: 0.4s;
}

#left_content.anm_show .gears_img01,
#left_content.anm_show .ball_img03,
#left_content.anm_show .laptop_img,
#left_content.anm_show .car_img02,
#left_content.anm_show .food_img07,
#left_content.anm_show .food_img03 {
  animation-delay: 0.6s;
}

#left_content.anm_show .wrench_img,
#left_content.anm_show .ball_img01,
#left_content.anm_show .car_img03,
#left_content.anm_show .food_img05,
#left_content.anm_show .food_img04 {
  animation-delay: 0.8s;
}

#mainv.anm_show .pencail_img,
#mainv.anm_show .ball_img04,
#mainv.anm_show.food_img08,
#mainv.anm_show .food_img01 {
  animation-delay: 1s;
}

#mainv.anm_show .car_img01,
#mainv.anm_show .gears_img02,
#mainv.anm_show .ball_img02,
#mainv.anm_show .car_img03,
#mainv.anm_show .food_img06,
#mainv.anm_show .food_img02 {
  animation-delay: 1.3s;
}

#mainv.anm_show .gears_img01,
#mainv.anm_show .ball_img03,
#mainv.anm_show .laptop_img,
#mainv.anm_show .car_img02,
#mainv.anm_show .food_img07,
#mainv.anm_show .food_img03 {
  animation-delay: 1.6s;
}

#mainv.anm_show .wrench_img,
#mainv.anm_show .ball_img01,
#mainv.anm_show .car_img03,
#mainv.anm_show .food_img05,
#mainv.anm_show .food_img04 {
  animation-delay: 1.9s;
}

#mainv.anm_show .food_img01 span {
  animation: anm_active01 2.5s linear infinite;
  animation-delay: 1s;
}

#mainv.anm_show .food_img05 span {
  animation: anm_active01 2.5s linear infinite;
}

#mainv.anm_show .food_img07 span {
  animation: anm_active01 2.5s linear infinite;
  animation-delay: 1.3s;
}

#mainv.anm_show .food_img08 span {
  animation: anm_active01 2.5s linear infinite;
  animation-delay: 2.5s;
}

#mainv.anm_show .car_img01 span {
  animation: anm_active01 2.5s linear infinite;
  animation-delay: 1s;
}

#mainv.anm_show .car_img02 span {
  animation: anm_active01 2.5s linear infinite;
  animation-delay: 1.5s;
}

#mainv.anm_show .car_img03 span {
  animation: anm_active01 2.5s linear infinite;
  animation-delay: 2s;
}

#mainv.anm_show .wrench_img span {
  animation: anm_active01 2.5s linear infinite;
  animation-delay: 1.8s;
}

#mainv.anm_show .gears_img01 span,
#mainv.anm_show .gears_img02 span,
#mainv.anm_show .ball_img04 span,
#mainv.anm_show .ball_img02 span,
#mainv.anm_show .ball_img01 span {
  animation: spin 2.5s linear infinite;
}

#mainv.anm_show .gears_img01 span,
#mainv.anm_show .gears_img02 span {
  animation-duration: 5s;
}

.food_img01 {
  top: 4%;
  left: 4%;
  width: 12%;
}

.food_img02 {
  top: 19%;
  left: 2%;
  width: 10%;
}

.food_img03 {
  top: 12%;
  left: 21%;
  width: 6.5%;
}

.food_img04 {
  top: 29%;
  left: 17%;
  width: 6%;
}

.food_img05 {
  top: 15%;
  right: 24%;
  width: 4.5%;
}

.food_img06 {
  top: 6%;
  right: 4%;
  width: 18%;
}

.food_img07 {
  top: 27%;
  right: 10%;
  width: 11%;
}

.food_img08 {
  top: 46%;
  right: 3.5%;
  width: 6.5%;
}

.car_img01 {
  top: 41%;
  left: 10%;
  width: 14%;
}

.car_img02 {
  bottom: 3%;
  left: 10%;
  width: 15%;
}

.car_img03 {
  top: 64%;
  right: 16%;
  width: 10.5%;
}

.ball_img01 {
  bottom: 25%;
  left: 3.5%;
  width: 10%;
}

.ball_img02 {
  bottom: 6%;
  left: 34%;
  width: 6%;
}

.ball_img03 {
  bottom: 38%;
  left: 18.5%;
  width: 4%;
}

.ball_img04 {
  bottom: 2%;
  left: 47.5%;
  width: 10%;
}

.gears_img01 {
  right: 9%;
  bottom: 10%;
  width: 8%;
}

.gears_img02 {
  right: 6%;
  bottom: 22%;
  width: 4.5%;
}

.wrench_img {
  right: 24%;
  bottom: 3%;
  width: 12%;
}

.pencail_img {
  right: 2%;
  bottom: 2%;
  width: 7%;
}

.laptop_img {
  top: 44%;
  right: 12%;
  width: 13%;
}

#mainv .food_img01 {
  top: 92%;
}

#mainv .food_img01 img {
  transform: rotate(45deg);
}

#mainv .food_img02 {
  top: 4%;
  left: -1.5%;
  width: 13%;
}

#mainv .food_img03 {
  top: 6%;
  left: 14%;
  width: 7.5%;
}

#mainv .food_img04 {
  top: 13%;
  left: 4%;
  width: 11%;
}

#mainv .food_img05 {
  top: 17%;
  right: 8.5%;
  width: 6.5%;
}

#mainv .food_img05 img {
  transform: rotate(-5deg);
}

#mainv .food_img06 {
  top: 9%;
  right: 0.5%;
  width: 20%;
}

#mainv .food_img07 {
  top: 27%;
  right: 4%;
  width: 12%;
}

#mainv .food_img08 {
  top: 69%;
  right: 84%;
  width: 13%;
}

#mainv .food_img08 img {
  transform: rotate(5deg);
}

#mainv .car_img01 {
  top: 24%;
  left: 7%;
  width: 13%;
}

#mainv .car_img02 {
  bottom: 41%;
  left: 4%;
  width: 20%;
}

#mainv .car_img02 img {
  transform: rotate(-10deg);
}

#mainv .car_img03 {
  top: 36%;
  right: 6.5%;
  width: 12.5%;
}

#mainv .ball_img01 {
  bottom: 56%;
  width: 11%;
}

#mainv .ball_img02 {
  bottom: 43.5%;
  left: 58%;
  width: 7%;
}

#mainv .ball_img03 {
  bottom: 65%;
  left: 11%;
  width: 6%;
}

#mainv .ball_img04 {
  bottom: 38%;
  left: 25.5%;
  width: 12%;
}

#mainv .ball_img05 {
  bottom: 22%;
  left: 81%;
  width: 7%;
}

#mainv .gears_img01 {
  right: 12%;
  bottom: 2%;
  width: 9%;
}

#mainv .gears_img02 {
  right: 6%;
  bottom: 5%;
  width: 5.5%;
}

#mainv .wrench_img {
  right: 6%;
  bottom: 32%;
  width: 16%;
}

#mainv .wrench_img img {
  transform: rotate(25deg);
}

#mainv .laptop_img {
  top: 50%;
  right: 3%;
  width: 17%;
}

#mainv .pencail_img {
  right: 15%;
  bottom: 6%;
  width: 12%;
}

#mainv .pencail_img img {
  transform: rotate(10deg);
}

/* main
---------------------------------------------------------- */

.l-page {
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* pc_page */

#left_content {
  opacity: 0;
  transition: opacity 0.3s ease 0.8s;
}

#left_content.anm_show {
  opacity: 1;
}

#left_content.anm_show h1 {
  animation-duration: .7s;
  animation-name: zoomIn;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 1;

}

#left_content {
  background: url(../img/home/main_bg.webp) no-repeat center center;
  background-size: cover;
  width: calc(100% - 660px);
  height: 100vh;
  position: fixed;
  transition: all 0.3s;
  z-index: 2;
}

@media screen and (max-width: 1700px) {
  #left_content {
    width: calc(93% - 500px);
  }
}

#left_content .left_inner {
  padding: 0 0 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

#left_content h1 {
  margin: -8% auto 0;
  max-width: 540px;
  width: 26vw;
  position: relative;
  z-index: 10;
  opacity: 0;
}

#main_content {
  background: var(--white);
  border-bottom: none;
  margin: 5% 5% 0 auto;
  position: relative;
  width: 540px;
  transition: all 0.3s;
  z-index: 3;
  overflow: hidden;
}

#mainv .list_anchors {
  margin: 0 auto;
  max-width: 60%;
  text-align: left;
  position: relative;
  z-index: 10;
}

#mainv .list_anchors li+li {
  margin-top: 8%;
}

.list_anchors li a {
  display: inline-block;
}

@media screen and (max-width:768px) {
  #mainv .list_anchors li+li {
    margin-top: 6%;
  }
}

#mainv .list_anchors li img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#mainv .list_anchors li a {
  display: inline-flex;
  justify-content: flex-start;
  width: 90%;
}

#mainv .list_anchors li:nth-child(2) a {
  width: 80%;
}

#mainv .list_anchors li:nth-child(3) a,
#mainv .list_anchors li:nth-child(6) a {
  width: 65%;
}

#mainv .list_anchors li:nth-child(5) a {
  width: 85%;
}

#mainv .list_anchors li a:hover {
  opacity: 0.8;
}

/* mainv */
#mainv {
  background: url(../img/common/bg_01.webp) no-repeat left top;
  background-size: cover;
  padding: 10px 10px 0;
  opacity: 0;
}

#mainv.anm_show {
  opacity: 1;
}

#mainv .mainv_inner {
  background: var(--white) url(../img/home/main_bg_sp.webp) no-repeat center top;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  padding: 0 0 10%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

#mainv .mainv_ttl {
  margin: 0 auto;
  padding: 5% 0 20%;
  max-width: 60%;
  position: relative;
  z-index: 10;
  opacity: 0;
}

#mainv.anm_show .mainv_ttl {
  animation-duration: .7s;
  animation-name: zoomIn;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 1;

}

#mainv .list_anchors {
  opacity: 0;
  padding-top: 15%;
}

#mainv.anm_show .list_anchors {
  animation-duration: .7s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

/* swiper */
/* .swiper-container {
  overflow: hidden;
} */

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 100%;
  transition: 0.3s all;
  position: relative;
}

.swiper-wrapper .swiper-slide {
  height: 135px;
  width: 135px;
}

.swiper-wrapper .swiper-slide .img {
  border-radius: 10px;
  position: relative;
  padding: 0 10px 10px 0;
}

.swiper-wrapper .swiper-slide .img > img {
  border-radius: 10px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.swiper-wrapper .swiper-slide .img::after {
  content: '';
  background: url(../img/home/sport_slide_bg.webp) no-repeat top left;
  background-size: 100% 100%;
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 125px;
  height: 125px;
  z-index: -1;
}

.swiper-wrapper._02 .swiper-slide .img::after {
  background: url(../img/home/bg_item02.webp) no-repeat top left;
}

.swiper-wrapper._03 .swiper-slide .img::after {
  background: url(../img/home/bg_item03.webp) no-repeat top left;
}

.swiper-wrapper._04 .swiper-slide {
  width: 135px;
  height: 185px;
}

.swiper-wrapper._04 .swiper-slide .box_slide {
  height: 175px;
  position: relative;
  padding: 0 10px 10px 0;
}

.swiper-wrapper._04 .swiper-slide .box_slide::after {
  content: '';
  background: url(../img/home/bg_item04.webp) no-repeat top right;
  background-size: contain;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 125px;
  height: 165px;
  z-index: -1;
}

.swiper-wrapper._04 .swiper-slide .box_img {
  border-radius: 20px 20px 0 0;
  height: 125px;
  width: 125px;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper._04 .swiper-slide .box_img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.swiper-wrapper._04 .swiper-slide .desc_txt {
  background: var(--blue);
  border-radius: 0 0 20px 20px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 40px;
  font-size: 0.9rem;
  line-height: 1.2;
  text-align: center;
}

.swiper-wrapper._04 .swiper-slide:nth-child(even) .desc_txt {
  background: var(--yellow);
}

.swiper-wrapper._04 .swiper-slide .desc_txt span {
  font-size: 0.7rem;
  margin-top: 3px;
}

.swiper-wrapper._05 .swiper-slide .img span {
  background: var(--white);
  display: block;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: relative;
  width: 125px;
  height: 125px;
}

.swiper-wrapper._05 .swiper-slide .img::after {
  background: url(../img/home/bg_item05.webp) no-repeat top left;
}

.swiper-wrapper .swiper-slide .icon {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 44px;
  z-index: 5;
}


/* list_item */

.list_item li {
  background: var(--white);
  border-width: 3px;
  border-style: solid;
  border-radius: 35px;
  position: relative;
}

.list_item li .icon {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 85px;
}

.list_item li ._icon2 {
  width: 60px;
}

.list_item li ._icon2 img + img {
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .list_item li .icon {
    left: -10px;
    top: -10px;
    width: 62px;
  }
  .list_item li ._icon2 {
    width: 40px;
  }
  .list_item li ._icon2 img + img {
    margin-top: 2px;
  }
}

#section_01 .list_item li {
  border-color: var(--yellow);
}

#section_02 .list_item li {
  border-color: var(--blue);
}

.list_item li + li {
  margin-top: 25px;
}

.list_item li .sbox {
  padding: 20px;
}

.list_item li .img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.list_item li .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.list_item li .flex_img {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.list_item li .txt {
  padding: 15px 0 20px;
  text-align: center;
}

.list_item li h3 {
  background-image: url(../img/home/icon_curve.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 22px 32px;
  border-radius: 30px 30px 0 0;
  max-width: 100%;
  width: 100%;
  padding: 15px 25px;
  text-align: center;
}
#section_01 .list_item li h3 {
  background-color: var(--yellow);
}
#section_02 .list_item li h3 {
  background-color: var(--blue);
}

.list_item li h3 img {
  margin: 0 auto;
  width: 90%;
}

.list_item li h3.w_01 img {
  width: 65%;
}

.list_item li .box_detail {
  background: rgba(22, 134, 197, .1);
  display: flex;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 12px;
}

.list_item li .box_detail._center {
  justify-content: center;
}

#section_01 .list_item li .box_detail {
  background: rgba(245, 149, 24, .1);
}

.list_item li .box_detail div {
  line-height: 1.5;
  display: flex;
  gap: 5px;
  align-items: baseline;
}

.list_item li .box_detail div.col {
  flex-direction: column;
  width: 100%;
}

.list_item li .box_detail div.col dd>* {
  text-align: left;
  width: calc(100% / 3);
}

.list_item li .box_detail div.col dd .w_01 {
  width: 100%;
}

.list_item li .box_detail dt {
  background: var(--blue);
  border-radius: 15px;
  color: var(--white);
  display: inline-block;
  line-height: 1.4;
  font-size: clamp(9px, 1vw, 10px);
  font-weight: bold;
  padding: 2px 10px 1px;
  min-width: 40px;
}

#section_01 .list_item li .box_detail dt {
  background: var(--yellow);
}

.list_item li .box_detail dd {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}

/* section_01  */
#section_01 {
  background: url(../img/home/bg_01.webp) repeat left top;
  color: var(--purple);
  padding: 60px 0;
  position: relative;
}

#section_01::after,
#section_01::before {
  background-image: url(../img/home/bg_line01.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
  content: "";
  height: 100%;
  width: 10px;
  position: absolute;
  top: 0;
}

#section_01::before {
  left: 0;
}

#section_01::after {
  right: 0;
}

#section_01 .sport_slider {
  padding: 45px 0 0;
}

#section_01 .sport_box {
  padding: 60px 0;
  position: relative;
  width: 100%;
}

#section_01 .sport_icon01,
#section_01 .sport_icon02,
#section_01 .sport_icon03,
#section_01 .sport_icon04 {
  animation-delay: 0.3s;
}

#section_01 .sport_icon01 {
  position: absolute;
  left: -25px;
  top: 20px;
  width: 67px;
}

#section_01 .sport_icon02 {
  position: absolute;
  left: -45px;
  bottom: 0;
  width: 132px;
}

#section_01 .sport_icon03 {
  position: absolute;
  right: 0;
  top: 20px;
  width: 45px;
}

#section_01 .sport_icon04 {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 80px;
}

#section_01 .box_stories {
  margin-bottom: 60px;
}

#section_01 .box_stories,
#section_01 .box_ttl {
  border-color: var(--purple);
}

#section_01 .box_stories .ttl {
  max-width: 136px;
}

#section_01 .list_item li {
  color: var(--yellow);
}

#section_01 .list_item li h3 img  {
  width: 65%;
}

#section_01 .list_item li h4 {
  background: var(--yellow);
  color: var(--white);
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 5px 10px;
  text-align: center;
}

#section_01 .list_item li .sbox + .sbox {
  padding-top: 0;
}


/* section_02 */
#section_02 {
  background: url(../img/home/bg_02.webp) repeat left top;
  background-size: 103px 96px;
  color: var(--blue);
  padding: 60px 0;
  position: relative;
  text-align: center;
}

#section_02::after,
#section_02::before {
  content: '';
  background-image: url(../img/home/bg_line02.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
}

#section_02::after {
  left: auto;
  right: 0;
}

#section_02 .h2_ttl {
  margin-bottom: 40px;
  position: relative;
}

#section_02 .h2_ttl .img {
  position: absolute;
  right: 0;
  top: 8%;
  width: 60%;
}

#section_02 .box_inner {
  padding: 0 45px;
}

#section_02 .box_txt {
  color: var(--pink1);
  padding: 70px 0;
  position: relative;
}

#section_02 .box_txt .text {
  position: relative;
  z-index: 5;
}

#section_02 .box_txt .icon_p01,
#section_02 .box_txt .icon_p02,
#section_02 .box_txt .icon_p03,
#section_02 .box_txt .icon_p04 {
  animation-delay: 0.3s;
}

#section_02 .box_txt .icon_p01 {
  position: absolute;
  top: 20px;
  left: -10px;
  width: 94px;
}

#section_02 .box_txt .icon_p02 {
  position: absolute;
  top: 25px;
  right: -10px;
  width: 82px;
}

#section_02 .box_txt .icon_p03 {
  position: absolute;
  bottom: 20px;
  left: -15px;
  width: 85px;
}

#section_02 .box_txt .icon_p04 {
  position: absolute;
  bottom: 35px;
  right: -10px;
  width: 51px;
}

@media screen and (max-width: 540px) {
  #section_02 .box_txt .icon_p01 {
    width: 70px;
  }
  #section_02 .box_txt .icon_p02 {
    width: 62px;
  }
  #section_02 .box_txt .icon_p03 {
    width: 72px;
  }
  #section_02 .box_txt .icon_p04 {
    width: 45px;
  }
}

#section_02 .box_stories {
  color: var(--pink1);
}

#section_02 .box_stories,
#section_02 .box_ttl {
  border-color: var(--pink1);
}

#section_02 .box_stories .ttl {
  max-width: 136px;
  width: 36.27vw;
}

#section_02 .box_reception {
  background: url(../img/home/bg_pink.webp) repeat center center;
  border-radius: 25px;
  color: var(--blue);
  margin: 30px auto 40px;
  padding: 14px 20px 30px;
}

#section_02 .box_reception .ttl {
  margin-bottom: 20px;
  max-width: 175px;
  width: 46.67vw;
}

#section_02 .box_reception .text span{
  display: block;
  margin-top: 5px;
  font-size: clamp(10px,1.3vw,13px);
}

/* section_03 */

#section_03 {
  background: url(../img/home/bg_03.webp) repeat left top;
  background-size: 26px 26px;
  padding: 60px 0;
  position: relative;
  text-align: center;
  z-index: -2;
}

#section_03::before,
#section_03::after {
  content: '';
  background: url(../img/home/bg_line03.webp) no-repeat top left;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  z-index: -1;
}

#section_03::after {
  left: auto;
  right: 0;
}

#section_03 .ttl {
  margin: 30px auto 20px;
}

#section_03 .box_item {
  color: var(--blue1);
  position: relative;
}

#section_03 .box_item {
  margin-top: 75px;
}

#section_03 .box_item:nth-child(even) {
  border-color: var(--green1);
  color: var(--green1);
}

#section_03 .box_item h3 {
  position: absolute;
  left: -8%;
  top: -50px;
  z-index: 2;
  width: 113%;
}

#section_03 .box_item:nth-child(2) {
  margin-top: 90px;
}

#section_03 .box_item:nth-child(2) h3 {
  left: -6%;
  top: -75px;
}

#section_03 .box_item .box_img {
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
}

#section_03 .box_item .box_txt {
   background: var(--white);
  border: 2px solid var(--blue1);
  border-radius: 0 0 20px 20px;
  padding: 20px;
}

#section_03 .box_item:nth-child(even) .box_txt {
  border-color: var(--green1);
}

#section_03 .box_item._04 {
  background: var(--white);
  border: 3px solid var(--green1);
  border-radius: 0 0 45px 45px;
  padding: 0 0 25px;
}

#section_03 .swiper-wrapper {
  padding-top: 75px;
}

#section_03 .box_item._04 h3 {
  left: -6%;
  top: -60px;
}

#section_03 .box_item._04 .box_swiper {
  margin: 0 -40px 25px;
}

#section_03 .list_txt {
  padding: 0 15px;
}

#section_03 .list_txt li {
  font-size: clamp(13px, 1.4vw, 14px);
}

#section_03 .list_txt li + li {
  margin-top: 10px;
}

#section_03 .list_txt li span {
  font-size: clamp(10px, 1.2vw, 12px);
  color: var(--green1);
  display: block;
}

@media screen and (max-width: 1000px) {
  #section_03 .box_item {
    margin-top: 17vw;
  }
  #section_03 .box_item h3 {
    padding: 0 3%;
    top: -11vw;
  }
  #section_03 .box_item:nth-child(2) {
    margin-top: 18vw;
  }
  #section_03 .box_item:nth-child(2) h3 {
    top: -15vw;
  }
  #section_03 .swiper-wrapper {
    padding-top: 8vw;
  }
  #section_03 .box_item._04 h3 {
    top: -16vw;
  }
  @media screen and (max-width: 540px) {
    #section_03 .box_item h3 {
      padding: 0;
    }
  }
}

/* section_04 */
#section_04 {
  background: url(../img/home/bg_04.webp) repeat left top;
  background-size: 102px 96px;
  color: var(--blue);
  padding: 60px 10px;
  position: relative;
  text-align: center;
}

#section_04::after,
#section_04::before {
  content: '';
  background: url(../img/home/bg_line04.webp) no-repeat top left;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
}

#section_04::after {
  left: auto;
  right: 0;
}

#section_04 .box_txt {
  margin: 25px auto 70px;
  position: relative;
}

#section_04 .box_txt .text {
  animation-delay: 1.2s;
}

#section_04 .box_txt .icon_food01 {
  position: absolute;
  left: -20px;
  top: -95px;
  width: 95px;
  animation-delay: 0.3s;
}

#section_04 .box_txt .icon_food02 {
  position: absolute;
  right: 0;
  top: -75px;
  width: 65px;
  animation-delay: 0.3s;
}

#section_04 .box_txt .icon_food02 img {
  transform: rotate(10deg);
}

#section_04 .box_txt .icon_food03 {
  
  position: absolute;
  left: -20px;
  bottom: -60px;
  width: 130px;;
  animation-delay: 0.3s;
}

#section_04 .box_txt .icon_food04 {
  position: absolute;
  right: -15px;
  bottom: -40px;
  width: 95px;
  animation-delay: 0.3s;
}

@media screen and (max-width: 540px) {
  #section_04 .box_txt .icon_food01 {
    top: -75px;
    width: 90px;
  }
  #section_04 .box_txt .icon_food02 {
    width: 55px;
  }
  #section_04 .box_txt .icon_food03 {
    width: 125px;
  }
  #section_04 .box_txt .icon_food04 {
    right: -30px;
    width: 80px;
  }
}

#section_04 .box_stories {
  border-color: var(--blue);
  margin-top: 50px;
  padding: 0 10px 25px;
}

#section_04 .box_ttl {
  border-color: var(--blue);
}

/* section_05 */
#section_05 {
  background: url(../img/home/bg_05.webp) repeat left top;
  background-size: 26px 25px;
  color: #00beb4;
  padding: 70px 10px;
  position: relative;
}

#section_05::after,
#section_05::before {
  content: '';
  background: url(../img/home/bg_line05.webp) no-repeat top left;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
}

#section_05::after {
  left: auto;
  right: 0;
}

#section_05 .h2_ttl {
  margin-bottom: 50px;
}

#section_05 .ttl {
  margin-bottom: 20px;
}

#section_05 .box {
  margin-bottom: 30px;
}

#section_05 .box.last {
  margin-bottom: 0;
}

#section_05 .sttl {
  position: relative;
  z-index: 2;
}

#section_05 .sttl .hide {
  display: none;
}

#section_05 .sttl.active .hide {
  display: block;
}

#section_05 .sttl .show {
  display: block;
}

#section_05 .sttl.active .show {
  display: none;
}

#section_05 .sttl span {
  font-size: 1.4rem;
}

#section_05 .box_txt {
  position: relative;
  text-align: center;
}

#section_05 .box_txt .text {
  animation-delay: 1s;
}

#section_05 .box_txt .icon_woman {
  position: absolute;
  left: 0;
  top: -25px;
  width: 30px;
  animation-delay: 0.2s;
}

#section_05 .box_txt .icon_man {
  position: absolute;
  right: 0;
  top: -37px;
  width: 36px;
  animation-delay: 0.2s;
}

#section_05 .box_txt .icon_car01 {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 70px;
  animation-delay: 0.2s;
}

#section_05 .box_txt .icon_car02 {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 66px;
  animation-delay: 0.2s;
}

@media screen and (max-width: 540px) {
  #section_05 .box_txt .icon_woman {
    left: -15px;
    width: 28px;
  }
  #section_05 .box_txt .icon_man {
    right: -15px;
    width: 32px;
  }
  #section_05 .box_txt .icon_car01 {
    bottom: -40px;
    width: 65px;
  }
  #section_05 .box_txt .icon_car02 {
    right: -10px;
    bottom: -35px;
    width: 64px;
  }
}

#section_05 .box_swiper {
  margin: 60px 0 40px;
}

#section_05 .show_list {
  display: none;
  background: var(--white);
  border: 2px solid #00beb4;
  margin: 0 10px -25px;
  padding: 40px 30px 25px;
  position: relative;
  top: -25px;
}

#section_05 .txt10 {
  margin-top: -15px;
}

/* section_06 */
#section_06 {
  background: url(../img/home/bg_access.webp) repeat left top;
  background-size: 102px 49px;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}

#section_06::after,
#section_06::before {
  content: '';
  background: url(../img/home/bg_line06.webp) repeat-y top left;
  background-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
}

#section_06::after {
  left: auto;
  right: 0;
}

#section_06 .h2_ttl {
  background: var(--purple);
  padding: 30px 40px;
  text-align: center;
}

#section_06 .h2_ttl img {
  max-width: 300px;
  margin: auto;
  width: 100%;
}

#section_06 .box_about {
  background: var(--white);
  border: 2px solid var(--purple);
  color: var(--purple);
  margin: 50px 0;
  padding: 0 10px 20px;
}

#section_06 .box_about .ttl {
  padding: 10px 0;
}

#section_06 .box_about .text {
  border-top: 2px solid var(--purple);
  display: block;
  padding: 25px 0 30px;
  text-align: left;
}

#section_06 .box_about .btn {
  background: var(--green1) url(../img/home/icon_play.svg) no-repeat calc(100% - 4px) 4px;
  background-size: 24px 24px;
  border-radius: 30px;
  color: var(--white);
  display: block;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: bold;
  padding: 5px 5px 4px;
  text-align: center;
  width: 100%;
}

#section_06 .box_access .ttl {
  margin-bottom: 20px;
}

#section_06 .box_iframe {
  line-height: 0;
}

#section_06 .box_iframe iframe {
  width: 100%;
  height: 480px;
}

@media screen and (max-width: 1000px) {
  img {
    width: 100%;
  }

  .l-page::before {
    display: none;
  }

  #right_content {
    display: none;
  }

  #left_content {
    display: none;
  }

  #main_content {
    border: none;
    margin-top: 0;
    left: 0;
    width: 100%;
  }

  #section_01 .list_examples li.fl_item {
    display: block;
  }
}