.swiper_id {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 700px;
}

@media screen and (max-width: 768px) {
  .swiper_id {
    margin: 0;
    min-height: inherit;
  }
}
.swiper_id .swiper-wrapper {
  width: 100%;
  height: 100vh;
  min-height: 700px;
}

@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper {
    height: calc(100vh - 80px);
    min-height: inherit;
  }
}
.swiper_id .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper_id .swiper-wrapper .swiper-slide.slide_01 {
  background: url(../images/top/slide_01.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide.slide_01 {
    background: url(../images/top/slide_01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.swiper_id .swiper-wrapper .swiper-slide.slide_01 .main_txt_box .main_point {
  width: 649px;
  height: 241px;
}

@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide.slide_01 .main_txt_box .main_point {
    width: 96%;
    height: auto;
  }
}
.swiper_id .swiper-wrapper .swiper-slide.slide_02 {
  background: url(../images/top/slide_02.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide.slide_02 {
    background: url(../images/top/slide_02_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.swiper_id .swiper-wrapper .swiper-slide.slide_02 .main_txt_box .main_point {
  width: 649px;
  height: 241px;
}

@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide.slide_02 .main_txt_box .main_point {
    width: 96%;
    height: auto;
  }
}
.swiper_id .swiper-wrapper .swiper-slide.slide_03 {
  background: url(../images/top/slide_03.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide.slide_03 {
    background: url(../images/top/slide_03_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.swiper_id .swiper-wrapper .swiper-slide.slide_03 .main_txt_box .main_point {
  width: 869.01px;
  height: 223.307px;
}

@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide.slide_03 .main_txt_box .main_point {
    width: 96%;
    height: auto;
  }
}
.swiper_id .swiper-wrapper .swiper-slide .main_txt_box {
  position: absolute;
  top: 55%;
  transform: translatey(-50%);
  left: 19.8%;
}

@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .main_txt_box {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
.swiper_id .swiper-wrapper .swiper-slide .main_txt_box .main_txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.swiper_id .swiper-wrapper .swiper-slide .main_txt_box .main_txt .main_txt_01 {
  color: #fff;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4.9rem;
  letter-spacing: 0.384rem;
  margin: 0 0 22px;
}

@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .main_txt_box .main_txt .main_txt_01 {
    margin: 0 0 13px;
    font-size: 4.266vw;
    line-height: 2.4056rem;
    letter-spacing: 0.08rem;
  }
}
.swiper_id .swiper-wrapper .swiper-slide .main_txt_box .main_txt .main_txt_02 {
  color: #fff;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  font-size: 5.5rem;
  font-weight: 500;
  letter-spacing: 0.55rem;
  margin: 0 0 11px;
}

@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .main_txt_box .main_txt .main_txt_02 {
    margin: 0 0 6px;
    font-size: 7.2vw;
    letter-spacing: 0.135rem;
  }
}
.swiper_id .swiper-wrapper .swiper-slide .main_txt_box .main_txt .main_txt_02 .span {
  display: inline-block;
  color: #ceff67;
}

.swiper_id .swiper-wrapper .swiper-slide .main_txt_box .main_txt .main_txt_02.main_txt_02_bk {
  background: url(../images/top/slide_nami.svg) center bottom no-repeat;
  background-size: 100%;
  padding: 0 0 11px;
}

.swiper_id .swiper-wrapper .swiper-slide .main_txt_box .main_point {
  margin: 5% 0 0;
}

@media screen and (max-width: 768px) {
  .swiper_id .swiper-wrapper .swiper-slide .main_txt_box .main_point {
    margin: 3% 0 0;
  }
}
.swiper_id .swiper-button-prev,
.swiper_id .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8ec320;
  background: rgba(52, 56, 58, 0.8);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.swiper_id .swiper-button-prev.swiper-button-disabled,
.swiper_id .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: all;
}

.swiper_id .swiper-button-prev {
  padding: 0 0 0 4px;
  left: 0px;
}

.swiper_id .swiper-button-prev::after {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(-135deg);
  width: 12px;
  height: 12px;
  left: 25px;
  border-left: none;
  border-bottom: none;
}

.swiper_id .swiper-button-next {
  padding: 0 4px 0 0;
  right: 0px;
}

.swiper_id .swiper-button-next::after {
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  right: 25px;
  border-left: none;
  border-bottom: none;
}

.swiper_id .swiper-pagination-fraction,
.swiper_id .swiper-pagination-custom,
.swiper_id .swiper-horizontal > .swiper-pagination-bullets,
.swiper_id .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 25px;
  right: inherit;
  left: inherit;
  width: auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.swiper_id .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper_id .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper_id .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper_id .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #9f8f53;
  opacity: 0.4;
  padding: 3px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .swiper_id .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 5px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px));
  }
}
.swiper_id .swiper-pagination-bullet-active {
  opacity: 1;
}

.sec_wave img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}

.sec_info {
  position: relative;
  background: #eff9e2;
}

.sec_info .contents {
  padding: 50px 0 160px;
}

@media screen and (max-width: 768px) {
  .sec_info .contents {
    padding: 10px 0 82px;
  }
}
.news_conts_wrap {
  background: url(../images/top/news_bk.svg) no-repeat;
  background-size: cover;
  height: 336px;
}

@media screen and (max-width: 768px) {
  .news_conts_wrap {
    background: none;
    height: auto;
  }
}
.news_conts_wrap .news_conts {
  width: 845px;
  padding: 85px 0 0 138px;
  display: flex;
  justify-content: space-between;
  gap: 35px;
}

@media screen and (max-width: 768px) {
  .news_conts_wrap .news_conts {
    width: 100%;
    padding: 0;
    flex-direction: column;
    gap: 0;
  }
}
.news_conts_wrap .news_conts .news_conts_l h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  position: relative;
  padding: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .news_conts_wrap .news_conts .news_conts_l h2 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
.news_conts_wrap .news_conts .news_conts_l h2::before {
  content: "";
  background: url(../images/top/icon_news.svg) no-repeat;
  background-size: cover;
  width: 59px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.news_conts_wrap .news_conts .news_conts_l h2 .span {
  display: block;
  color: #a5a5a5;
  font-family: "EB Garamond", serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 5.5rem;
  letter-spacing: 0.35rem;
}

@media screen and (max-width: 768px) {
  .news_conts_wrap .news_conts .news_conts_l h2 .span {
    font-size: 2.9rem;
    line-height: 5.5rem;
    letter-spacing: 0.29rem;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .news_conts_wrap .news_conts .news_conts_l h2 .span::before {
    content: "";
    background: url(../images/top/news_sp_item_02.svg);
    background-size: cover;
    width: 58px;
    height: 100.185px;
    position: absolute;
    left: -120px;
    top: -70px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .news_conts_wrap .news_conts .news_conts_l h2 .span::before {
    top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .news_conts_wrap .news_conts .news_conts_l h2 .span::after {
    content: "";
    background: url(../images/top/news_sp_item_03.svg);
    background-size: cover;
    width: 24px;
    height: 24.527px;
    position: absolute;
    right: -110px;
    top: -60px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .news_conts_wrap .news_conts .news_conts_l h2 .span::after {
    top: -40px;
  }
}
.news_conts_wrap .news_conts .news_conts_l .news_link {
  margin: 20px 0 0;
}

.news_conts_wrap .news_conts .news_conts_l .news_link a {
  padding: 0 20px 10px 0;
  background-image: linear-gradient(to right, #c2c2c2, #c2c2c2 6px, transparent 6px, transparent 4px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
}

.news_conts_wrap .news_conts .news_conts_l .news_link a::before {
  content: "";
  color: #8ec320;
  position: absolute;
  top: 40%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #636363;
  border-right: 2px solid #636363;
  transform: rotate(45deg) translatey(-50%);
}

.news_conts_wrap .news_conts .news_conts_r .news_conts_ul {
  width: 700px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

@media screen and (max-width: 768px) {
  .news_conts_wrap .news_conts .news_conts_r .news_conts_ul {
    width: 100%;
    background: url(../images/top/news_bk_sp.svg) no-repeat;
    background-size: cover;
    height: 363px;
    padding: 60px 0;
    gap: 17px;
    position: relative;
  }
  .news_conts_wrap .news_conts .news_conts_r .news_conts_ul::before {
    content: "";
    background: url(../images/top/news_sp_item_01.svg);
    background-size: cover;
    width: 85px;
    height: 111px;
    position: absolute;
    right: 20px;
    top: -40px;
  }
}
.news_conts_wrap .news_conts .news_conts_r .news_conts_ul li {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .news_conts_wrap .news_conts .news_conts_r .news_conts_ul li {
    width: 86%;
    margin: 0 auto;
  }
}
.news_conts_wrap .news_conts .news_conts_r .news_conts_ul li a {
  display: flex;
  gap: 30px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .news_conts_wrap .news_conts .news_conts_r .news_conts_ul li a {
    flex-direction: column;
    gap: 7px;
  }
}
.news_conts_wrap .news_conts .news_conts_r .news_conts_ul li a time {
  padding: 0 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.18rem;
  background-image: linear-gradient(to right, #c2c2c2, #c2c2c2 3px, transparent 3px, transparent 2px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

@media screen and (max-width: 768px) {
  .news_conts_wrap .news_conts .news_conts_r .news_conts_ul li a time {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
    background-image: none;
    padding: 0;
  }
}
.news_conts_wrap .news_conts .news_conts_r .news_conts_ul li a .news_txt {
  padding: 0 0 10px;
  width: 560px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.18rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: linear-gradient(to right, #c2c2c2, #c2c2c2 3px, transparent 3px, transparent 2px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

@media screen and (max-width: 768px) {
  .news_conts_wrap .news_conts .news_conts_r .news_conts_ul li a .news_txt {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
}
.info_bnr {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  width: 1100px;
  gap: 35px 16px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .info_bnr {
    position: relative;
    width: 94%;
    padding: 30px 0 0;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .info_bnr::before {
    content: "";
    background: url(../images/top/news_sp_item_04.svg) no-repeat;
    background-size: cover;
    width: 268.862px;
    height: 70.806px;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
.info_bnr .info_bnr_item.item_01 {
  /* width: 679px; */
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .info_bnr .info_bnr_item.item_01 {
    width: 100%;
  }
}
.info_bnr .info_bnr_item.item_02 {
  width: 404px;
}

@media screen and (max-width: 768px) {
  .info_bnr .info_bnr_item.item_02 {
    width: 76%;
  }
}
.info_bnr .info_bnr_item.item_03 {
  /* width: 520px; */
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .info_bnr .info_bnr_item.item_03 {
    /* width: 76%; */
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .info_bnr .info_bnr_item a:hover {
    opacity: 0.7;
  }
}
.info_schedule_bk {
  margin: 35px auto 0;
  position: relative;
  width: 1050px;
}

@media screen and (max-width: 768px) {
  .info_schedule_bk {
    margin: 40px auto 0;
    width: 92%;
  }
}
.info_schedule_bk::before {
  content: "";
  background: #8ec320;
  width: 32px;
  height: 3px;
  position: absolute;
  right: 21px;
  bottom: 21px;
  border-radius: 3px 0 0 3px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .info_schedule_bk::before {
    width: 16px;
    right: 19px;
    bottom: 19px;
  }
}
.info_schedule_bk::after {
  content: "";
  background: #8ec320;
  width: 3px;
  height: 32px;
  position: absolute;
  right: 21px;
  bottom: 21px;
  border-radius: 3px 3px 0 0;
}

@media screen and (max-width: 768px) {
  .info_schedule_bk::after {
    height: 16px;
    right: 19px;
    bottom: 19px;
  }
}
.info_schedule {
  margin: 0 auto;
  border-radius: 15px;
  width: 100%;
  background: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 42px 62px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  .info_schedule {
    padding: 42px 5%;
    flex-direction: column;
  }
}
.info_schedule::before {
  content: "";
  background: #8ec320;
  width: 32px;
  height: 3px;
  position: absolute;
  left: 21px;
  top: 21px;
  border-radius: 0 3px 3px 0;
}

@media screen and (max-width: 768px) {
  .info_schedule::before {
    width: 16px;
    left: 19px;
    top: 19px;
  }
}
.info_schedule::after {
  content: "";
  background: #8ec320;
  width: 3px;
  height: 32px;
  position: absolute;
  left: 21px;
  top: 21px;
  border-radius: 0 0 3px 3px;
}

@media screen and (max-width: 768px) {
  .info_schedule::after {
    height: 16px;
    left: 19px;
    top: 19px;
  }
}
.info_schedule .info_schedule_l {
  padding: 0 15px;
  width: 386px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .info_schedule .info_schedule_l {
    width: 100%;
    padding: 0;
    margin: 0 0 36px;
  }
}
.info_schedule .info_schedule_l .sns_item {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .info_schedule .info_schedule_l .sns_item {
    width: 90%;
    margin: 0 auto;
  }
}
.info_schedule .info_schedule_l .sns_item.sns_fb a {
  border: 2px solid #77adde;
  background: #77adde;
}

.info_schedule .info_schedule_l .sns_item.sns_fb a::before {
  background: url(../images/top/icon_fb.svg);
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .info_schedule .info_schedule_l .sns_item.sns_fb a:hover {
    background: #fff;
    color: #77adde;
  }
  .info_schedule .info_schedule_l .sns_item.sns_fb a:hover::before {
    background: url(../images/top/icon_fb_02.svg);
    background-size: cover;
  }
  .info_schedule .info_schedule_l .sns_item.sns_fb a:hover::after {
    background: #77adde;
  }
}
.info_schedule .info_schedule_l .sns_item.sns_insta a {
  border: 2px solid #f2c6d0;
  background: #f2c6d0;
}

.info_schedule .info_schedule_l .sns_item.sns_insta a::before {
  background: url(../images/top/icon_insta.svg);
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .info_schedule .info_schedule_l .sns_item.sns_insta a:hover {
    background: #fff;
    color: #f2c6d0;
  }
  .info_schedule .info_schedule_l .sns_item.sns_insta a:hover::before {
    background: url(../images/top/icon_insta_02.svg);
    background-size: cover;
  }
  .info_schedule .info_schedule_l .sns_item.sns_insta a:hover::after {
    background: #f2c6d0;
  }
}
.info_schedule .info_schedule_l .sns_item.sns_blog a {
  border: 2px solid #bbdfa5;
  background: #bbdfa5;
}

.info_schedule .info_schedule_l .sns_item.sns_blog a::before {
  background: url(../images/top/icon_blog.svg);
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .info_schedule .info_schedule_l .sns_item.sns_blog a:hover {
    background: #fff;
    color: #bbdfa5;
  }
  .info_schedule .info_schedule_l .sns_item.sns_blog a:hover::before {
    background: url(../images/top/icon_blog_02.svg);
    background-size: cover;
  }
  .info_schedule .info_schedule_l .sns_item.sns_blog a:hover::after {
    background: #bbdfa5;
  }
}
.info_schedule .info_schedule_l .sns_item a {
  border-radius: 5px;
  width: 100%;
  height: 45px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1;
}

.info_schedule .info_schedule_l .sns_item a::before {
  content: "";
  width: 31px;
  height: 31px;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}

.info_schedule .info_schedule_l .sns_item a::after {
  content: "";
  background: #fff;
  width: 11px;
  height: 11px;
  -webkit-clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
  clip-path: polygon(100% 100%, 100% 0%, 0% 100%);
  position: absolute;
  right: 5px;
  bottom: 5px;
  transition: all 0.3s;
}

.info_schedule .info_schedule_r {
  width: 505px;
}

@media screen and (max-width: 768px) {
  .info_schedule .info_schedule_r {
    width: 100%;
  }
}
.info_schedule .info_schedule_r table {
  width: 100%;
}

.info_schedule .info_schedule_r table tr th {
  text-align: center;
  vertical-align: middle;
  padding: 7px 0;
  background: #8ec320;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.18rem;
}

@media screen and (max-width: 768px) {
  .info_schedule .info_schedule_r table tr th {
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
}
.info_schedule .info_schedule_r table tr th:first-child {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.27rem;
  width: 150px;
  border-radius: 3px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  .info_schedule .info_schedule_r table tr th:first-child {
    width: 110px;
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
  }
}
.info_schedule .info_schedule_r table tr th:last-child {
  border-radius: 0px 3px 0px 0px;
}

@media screen and (max-width: 768px) {
  .info_schedule .info_schedule_r table tr th:last-child {
    padding: 7px 7px 7px 0;
  }
}
.info_schedule .info_schedule_r table tr td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  color: #8ec320;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.08rem;
  border-bottom: 1px solid #8ec320;
}

@media screen and (max-width: 768px) {
  .info_schedule .info_schedule_r table tr td {
    font-size: 1.5rem;
    letter-spacing: 0.75rem;
  }
}
.info_schedule .info_schedule_r table tr td:first-child {
  color: #636363;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 768px) {
  .info_schedule .info_schedule_r table tr td:first-child {
    font-size: 1.3rem;
    line-height: 2.6rem;
    letter-spacing: 0.065rem;
  }
}
.info_schedule .info_schedule_r .cap {
  margin: 10px 0 0;
  display: flex;
  gap: 23px;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .info_schedule .info_schedule_r .cap {
    justify-content: center;
  }
}
.info_schedule .info_schedule_r .cap li {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.075rem;
}

@media screen and (max-width: 768px) {
  .info_schedule .info_schedule_r .cap li {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
  }
}
.h2_box {
  text-align: center;
  margin: 0 auto;
}

.h2_box .h2_box_txt {
  color: #8ec320;
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 9.0514rem;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 768px) {
  .h2_box .h2_box_txt {
    font-size: 1.9rem;
    line-height: 2.2rem;
    letter-spacing: 0.19rem;
    padding: 0 0 20px;
  }
}
.h2_box h2 {
  text-align: center;
  margin: 0 auto;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.48rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 127px;
}

@media screen and (max-width: 768px) {
  .h2_box h2 {
    font-size: 2.1rem;
    letter-spacing: 0.315rem;
    padding: 0px 48px 5px;
  }
}
.h2_box h2::before {
  content: "";
  background: url(../images/top/icon_kira_h2.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 21px;
  left: 19px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}

@media screen and (max-width: 768px) {
  .h2_box h2::before {
    width: 14.168px;
    height: 14.877px;
  }
}
.h2_box h2::after {
  content: "";
  background: url(../images/top/icon_kira_h2.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 21px;
  right: 19px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}

@media screen and (max-width: 768px) {
  .h2_box h2::after {
    width: 14.168px;
    height: 14.877px;
  }
}
.h2_box h2 .h2_bk::before {
  content: "";
  background-image: linear-gradient(to right, #c2c2c2, #c2c2c2 3px, transparent 3px, transparent 2px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}

.h2_box h2 .h2_bk::after {
  content: "";
  background-image: linear-gradient(to right, #c2c2c2, #c2c2c2 3px, transparent 3px, transparent 2px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.h2_box h2 .span {
  font-size: 5.1rem;
  font-weight: 500;
  letter-spacing: 0.765rem;
}

@media screen and (max-width: 768px) {
  .h2_box h2 .span {
    font-size: 3.3rem;
    letter-spacing: 0.495rem;
  }
}
.tit {
  position: relative;
}

.tit::before {
  content: "Feature";
  color: #8ec320;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  position: absolute;
  left: 0;
  top: -20px;
}

@media screen and (max-width: 768px) {
  .tit::before {
    font-size: 1.4rem;
    line-height: 2.1766rem;
    letter-spacing: 0.14rem;
  }
}
.tit .tit_num {
  color: #8ec320;
  font-family: "EB Garamond", serif;
  font-size: 4.5rem;
  line-height: 6rem;
  letter-spacing: 0.45rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .tit .tit_num {
    font-size: 3.2rem;
    line-height: 4.3532rem;
    letter-spacing: 0.32rem;
  }
}
.tit .tit_num::before {
  content: "";
  background: url(../images/top/line_01.svg) no-repeat;
  background-size: cover;
  width: 20px;
  height: 37px;
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translatey(-50%);
}

@media screen and (max-width: 768px) {
  .tit .tit_num::before {
    width: 17px;
    height: 34px;
    right: -18px;
    top: 50%;
  }
}
.conts_read {
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 6rem;
}

@media screen and (max-width: 768px) {
  .conts_read {
    font-size: 5.333vw;
    line-height: 1.5;
    letter-spacing: 0.3rem;
    padding: 5px 0 0;
  }
}
.conts_txt {
  padding: 28px 0 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 3.1rem;
  letter-spacing: 0.17rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .conts_txt {
    padding: 24px 0 0;
    font-size: 1.4rem;
    line-height: 2.2492rem;
    letter-spacing: 0.14rem;
  }
}
.sec01_conts_01 {
  width: 1020px;
  display: flex;
  justify-content: space-between;
  margin: 127px auto 220px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01 {
    width: 86%;
    flex-direction: column-reverse;
    z-index: 4;
    position: relative;
    margin: 50px auto 0;
  }
}
.sec01_conts_01 .sec01_conts_01_l {
  position: relative;
  width: 495px;
  height: 626px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01 .sec01_conts_01_l {
    width: 110%;
    height: auto;
    padding: 30px 0 0;
    left: -5%;
  }
}
.sec01_conts_01 .sec01_conts_01_l::before {
  content: "";
  background: url(../images/top/sec01_img_01_a.png) no-repeat;
  background-size: cover;
  width: 485px;
  height: 573px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01 .sec01_conts_01_l::before {
    content: none;
  }
}
.sec01_conts_01 .sec01_conts_01_l .img_01 {
  position: absolute;
  left: -75px;
  top: -93px;
  width: 345px;
  height: 187px;
}

.sec01_conts_01 .sec01_conts_01_l .img_02 {
  position: absolute;
  left: -100px;
  bottom: 0;
  width: 226px;
  height: 293px;
}

.sec01_conts_01 .sec01_conts_01_r {
  width: 480px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01 .sec01_conts_01_r {
    width: 100%;
  }
}
.sec01_conts_01 .sec01_conts_01_r::before {
  content: "";
  background: url(../images/top/sec01_bk_01.png) no-repeat;
  background-size: cover;
  width: 897px;
  height: 922px;
  position: absolute;
  right: -460px;
  top: -300px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01 .sec01_conts_01_r::before {
    background: url(../images/top/sec01_bk_01_sp.png) no-repeat;
    background-size: cover;
    width: 571px;
    height: 544px;
    right: -220px;
    top: -155px;
  }
}
.sec01_conts_01 .sec01_conts_01_r::after {
  content: "";
  background: url(../images/top/sec01_bk_02.svg) no-repeat;
  background-size: cover;
  width: 240px;
  height: 230px;
  position: absolute;
  right: -195px;
  bottom: -210px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01 .sec01_conts_01_r::after {
    content: none;
  }
}
.sec01_conts_01 .sec01_conts_01_r .tit {
  position: absolute;
  left: -90px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01 .sec01_conts_01_r .tit {
    position: relative;
    left: inherit;
    top: inherit;
  }
}
@media screen and (max-width: 768px) {
  .sec01_conts_01 .sec01_conts_01_r .conts_read {
    letter-spacing: 0.06em;
  }
}
.sec01_conts_01 .sec01_conts_01_r .conts_txt::before {
  content: "";
  background: url(../images/top/sec01_img_01_b.png) no-repeat;
  background-size: cover;
  width: 494px;
  height: 380px;
  position: absolute;
  bottom: -420px;
  left: -60px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01 .sec01_conts_01_r .conts_txt::before {
    content: none;
  }
}
.sec01_conts_01_sub_wrap {
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01_sub_wrap {
    width: 100%;
  }
}
.sec01_conts_01_sub {
  display: flex;
  width: 736px;
  padding: 49px 44px 38px 44px;
  justify-content: center;
  gap: 24px;
  position: relative;
  border-radius: 15px;
  background: #fff;
  display: flex;
  justify-content: center;
  gap: 24px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01_sub {
    width: 76%;
    margin: 0 auto;
    flex-direction: column;
    background: none;
    border-radius: 0;
    gap: 22px;
    padding: 10px 0;
  }
}
.sec01_conts_01_sub .conts_01_sub_img {
  position: absolute;
  top: -90px;
  left: -5px;
  width: 383px;
  height: 115px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01_sub .conts_01_sub_img {
    position: relative;
    top: inherit;
    kerning: inherit;
    width: 295px;
    height: 85px;
    left: -8%;
  }
}
.sec01_conts_01_sub .sub_item {
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  width: 200px;
  height: 148px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01_sub .sub_item {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }
}
.sec01_conts_01_sub .sub_item::before {
  content: "";
  background: transparent;
  border-left: 2px solid #f39701;
  border-top: 2px solid #f39701;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 9px;
  top: 9px;
}

.sec01_conts_01_sub .sub_item::after {
  content: "";
  background: transparent;
  border-right: 2px solid #f39701;
  border-bottom: 2px solid #f39701;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 9px;
  bottom: 9px;
}

.sec01_conts_01_sub .sub_item .sub_item_num {
  color: #f39701;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.33rem;
  position: relative;
  padding: 27px 0 0;
  margin: 7px 0 0;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01_sub .sub_item .sub_item_num {
    font-size: 2.3rem;
    line-height: 2.5rem;
    letter-spacing: 0.23rem;
    margin: 0;
    padding: 12px 0 0;
  }
}
.sec01_conts_01_sub .sub_item .sub_item_num::before {
  content: "POINT";
  color: #f39701;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  letter-spacing: 0.195rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .sec01_conts_01_sub .sub_item .sub_item_num::before {
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: 0.165rem;
  }
}
.sec01_conts_01_sub .sub_item .sub_item_txt {
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.17rem;
  margin: 0 auto;
}

.sec01_conts_01_sub .sub_item .sub_item_txt.sub_item_txt_02 {
  margin: 24px auto 0;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01_sub .sub_item .sub_item_txt.sub_item_txt_02 {
    margin: 5px auto;
  }
}
@media screen and (max-width: 768px) {
  .sec01_conts_01_sub .sub_item .sub_item_txt {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
.sec01_conts_01_sub .sub_item .sub_item_txt .span {
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.23rem;
}

@media screen and (max-width: 768px) {
  .sec01_conts_01_sub .sub_item .sub_item_txt .span {
    font-size: 2.6rem;
    letter-spacing: 0.26rem;
    line-height: 1;
  }
}
.sec01_conts_01_sub .sub_item .sub_item_txt .span_02 {
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.18rem;
}

.sec01_conts_02 {
  width: 1130px;
  margin: 0 auto;
  padding: 0 0 185px 88px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec01_conts_02 {
    width: 86%;
    flex-direction: column-reverse;
    z-index: 4;
    position: relative;
    margin: 0 auto 0;
    padding: 0;
  }
}
.sec01_conts_02::before {
  content: "";
  background: url(../images/top/sec01_img_02_a.jpg) right center;
  background-size: cover;
  width: 877px;
  height: 455px;
  position: absolute;
  left: calc(50% + 80px);
  top: -60px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_02::before {
    content: none;
  }
}
.sec01_conts_02::after {
  content: "";
  background: url(../images/top/sec01_bk_03.png) no-repeat;
  background-size: cover;
  width: 875px;
  height: 673px;
  position: absolute;
  z-index: -1;
  left: -540px;
  top: -40px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_02::after {
    background: url(../images/top/sec01_bk_03_sp.png) no-repeat;
    background-size: cover;
    width: 570px;
    height: 678px;
    left: -30px;
    top: -90px;
  }
}
.sec01_conts_02 .tit {
  position: absolute;
  left: 0;
  top: 0;
}

.sec01_conts_02 .tit::before {
  color: #f39701;
}

@media screen and (max-width: 768px) {
  .sec01_conts_02 .tit {
    position: relative;
    left: inherit;
    top: inherit;
  }
}
.sec01_conts_02 .tit .tit_num {
  color: #f39701;
}

.sec01_conts_02 .conts_read .span {
  font-weight: 300;
}

.sec01_conts_02 .conts_txt {
  width: 470px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_02 .conts_txt {
    width: 100%;
  }
}
.sec01_conts_02_img {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec01_conts_02_img {
    display: block;
    margin: 60px 0;
    position: relative;
    z-index: 5;
  }
}
.sec01_conts_02_sub {
  max-width: 1440px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_02_sub {
    max-width: inherit;
    flex-direction: column;
    width: 80%;
    padding: 0;
    gap: 30px;
  }
}
.sec01_conts_02_sub .sub_item {
  width: calc((100% - 100px) / 3);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec01_conts_02_sub .sub_item {
    width: 100%;
  }
}
.sec01_conts_02_sub .sub_item .sub_item_img {
  width: 100%;
  transition: all 0.3s;
}

.sec01_conts_02_sub .sub_item .sub_item_img img {
  width: 100%;
  height: 305px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .sec01_conts_02_sub .sub_item .sub_item_img img {
    height: auto;
    border-radius: 8px;
  }
}
@media screen and (min-width: 769px) {
  .sec01_conts_02_sub .sub_item a:hover .sub_item_img {
    opacity: 0.7;
  }
  .sec01_conts_02_sub .sub_item a:hover .sub_item_link .sub_item_link_txt::before {
    right: -10px;
  }
}
.sec01_conts_02_sub .sub_item .sub_item_txt {
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 0.21rem;
  margin: 10px auto 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .sec01_conts_02_sub .sub_item .sub_item_txt {
    font-size: 1.5rem;
    line-height: 2.8222rem;
    letter-spacing: 0.15rem;
    height: auto;
    margin: 7px auto 0;
  }
}
.sec01_conts_02_sub .sub_item .sub_item_link.link_01 .sub_item_link_txt::before {
  background: url(../images/top/sub_item_link_01.png);
  background-size: cover;
}

.sec01_conts_02_sub .sub_item .sub_item_link.link_02 .sub_item_link_txt::before {
  background: url(../images/top/sub_item_link_02.png);
  background-size: cover;
}

.sec01_conts_02_sub .sub_item .sub_item_link.link_03 .sub_item_link_txt::before {
  background: url(../images/top/sub_item_link_03.png);
  background-size: cover;
}

.sec01_conts_02_sub .sub_item .sub_item_link .sub_item_link_txt {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: clamp(2rem, 1.354vw, 2.6rem);
  font-weight: 500;
  line-height: 6rem;
  letter-spacing: 0.39rem;
  position: relative;
  padding: 0 48px 0 0;
}

@media screen and (max-width: 768px) {
  .sec01_conts_02_sub .sub_item .sub_item_link .sub_item_link_txt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 4.2332rem;
    letter-spacing: 0.27rem;
    padding: 0 36px 0 0;
  }
}
@media screen and (max-width: 330px) {
  .sec01_conts_02_sub .sub_item .sub_item_link .sub_item_link_txt {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}
.sec01_conts_02_sub .sub_item .sub_item_link .sub_item_link_txt::before {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .sec01_conts_02_sub .sub_item .sub_item_link .sub_item_link_txt::before {
    width: 26.81px;
    height: 26.81px;
  }
}
.sec01_conts_03 {
  max-width: 1445px;
  margin: 0 auto 0;
  padding: 0 30px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 {
    max-width: inherit;
    width: 100%;
    flex-direction: column;
    padding: 0;
    gap: 30px;
  }
}
.sec01_conts_03 .sec01_conts_03_item {
  width: calc((100% - 40px) / 3);
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item {
    width: 100%;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_01 {
  margin: -210px 0 0;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_01 {
    margin: -180px 0 0;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_01::before {
  content: "";
  background: url(../images/top/sec01_img_03_a.svg) no-repeat;
  background-size: cover;
  width: 100px;
  height: 69px;
  position: absolute;
  right: 10px;
  bottom: 165px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_01::before {
    width: 80px;
    height: 60px;
    right: 55px;
    bottom: 25px;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_01 .fukidashi {
  margin: 30px 0 0;
  height: 250px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_01 .fukidashi {
    margin: 10px auto 0;
    height: 170px;
    width: 90%;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_01 .fukidashi::before {
  content: "";
  background: url(../images/top/sec01_conts_03_item_01.svg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_01 .fukidashi::before {
    height: 170px;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_02 {
  margin: -120px 0 0;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_02 {
    margin: 0;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_02::before {
  content: "";
  background: url(../images/top/sec01_img_04_a.svg) no-repeat;
  background-size: cover;
  width: 67px;
  height: 126px;
  position: absolute;
  right: 80px;
  bottom: 115px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_02::before {
    width: 50px;
    height: 80px;
    right: 109px;
    bottom: 105px;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_02 .fukidashi {
  margin: 30px 0 0;
  height: 230px;
  padding: 16% 0 0 18%;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_02 .fukidashi {
    margin: 10px auto 0;
    height: 176px;
    width: 90%;
    padding: 20px 40px 0;
  }
}
@media screen and (max-width: 330px) {
  .sec01_conts_03 .sec01_conts_03_item.item_02 .fukidashi {
    padding: 20px 20px 0;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_02 .fukidashi::before {
  content: "";
  background: url(../images/top/sec01_conts_03_item_02.svg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 230px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_02 .fukidashi::before {
    height: 176px;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_02 .fukidashi .tit {
  left: 2%;
  top: 25%;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_02 .fukidashi .tit {
    left: inherit;
    top: inherit;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_02 .fukidashi .tit::before {
  color: #f39701;
}

.sec01_conts_03 .sec01_conts_03_item.item_02 .fukidashi .tit .tit_num {
  color: #f39701;
}

.sec01_conts_03 .sec01_conts_03_item.item_03 {
  margin: -230px 0 0;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_03 {
    margin: 0;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_03::before {
  content: "";
  background: url(../images/top/sec01_img_05_a.svg) no-repeat;
  background-size: cover;
  width: 79px;
  height: 110px;
  position: absolute;
  left: 10px;
  bottom: 100px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_03::before {
    width: 59px;
    height: 80px;
    left: 10px;
    bottom: -3px;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_03::after {
  content: "";
  background: url(../images/top/sec01_img_05_b.svg) no-repeat;
  background-size: cover;
  width: 83px;
  height: 105px;
  position: absolute;
  right: 40px;
  bottom: 210px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_03::after {
    width: 70px;
    height: 86px;
    right: 50px;
    bottom: 86px;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_03 .fukidashi {
  margin: 30px 0 0;
  height: 268px;
  padding: 14% 0 0 24%;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_03 .fukidashi {
    margin: 20px auto 0;
    height: 172px;
    padding: 0px 60px;
    width: 90%;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_03 .fukidashi::before {
  content: "";
  background: url(../images/top/sec01_conts_03_item_03.svg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 268px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_03 .fukidashi::before {
    height: 172px;
  }
}
.sec01_conts_03 .sec01_conts_03_item.item_03 .fukidashi .tit {
  left: 5%;
  top: 17%;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item.item_03 .fukidashi .tit {
    left: inherit;
    top: inherit;
  }
}
.sec01_conts_03 .sec01_conts_03_item .sec01_conts_03_img {
  width: 95%;
  text-align: center;
  height: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item .sec01_conts_03_img {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 330px) {
  .sec01_conts_03 .sec01_conts_03_item .sec01_conts_03_img {
    margin: 0 auto 30px;
  }
}
.sec01_conts_03 .sec01_conts_03_item .fukidashi {
  position: relative;
  padding: 12% 0 0 24%;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item .fukidashi {
    padding: 0px 40px;
  }
}
.sec01_conts_03 .sec01_conts_03_item .fukidashi .tit {
  position: absolute;
  left: 5%;
  top: 15%;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item .fukidashi .tit {
    position: relative;
    left: inherit;
    top: inherit;
  }
}
.sec01_conts_03 .sec01_conts_03_item .fukidashi .tit::before {
  font-size: clamp(1.4rem, 1.384vw, 2rem);
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item .fukidashi .tit::before {
    font-size: 1.4rem;
    line-height: 1.8566rem;
    letter-spacing: 0.14rem;
  }
}
.sec01_conts_03 .sec01_conts_03_item .fukidashi .tit .tit_num {
  font-size: clamp(3.2rem, 3.114vw, 4.5rem);
  font-weight: 400;
  line-height: 6rem;
  letter-spacing: 0.45rem;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item .fukidashi .tit .tit_num {
    font-size: 3.2rem;
    line-height: 3.7132rem;
    letter-spacing: 0.32rem;
  }
}
.sec01_conts_03 .sec01_conts_03_item .fukidashi .conts_read {
  position: relative;
  font-size: clamp(1.8rem, 1.6608vw, 2.4rem);
  font-weight: 500;
  line-height: 4.5rem;
  letter-spacing: 0.36rem;
}

@media screen and (max-width: 768px) {
  .sec01_conts_03 .sec01_conts_03_item .fukidashi .conts_read {
    font-size: 1.9rem;
    line-height: 3.3rem;
    letter-spacing: 0.285rem;
  }
}
@media screen and (max-width: 330px) {
  .sec01_conts_03 .sec01_conts_03_item .fukidashi .conts_read {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}
.sec01_conts_bnr {
  width: 950px;
  height: 300px;
  margin: 0 auto;
  background: url(../images/top/sec01_img_06.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .sec01_conts_bnr {
    background: url(../images/top/sec01_img_06_sp.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 40px;
  }
}
.sec01_conts_bnr .bnr_txt_01 {
  color: #fff;
  text-align: left;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 4.5rem;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 768px) {
  .sec01_conts_bnr .bnr_txt_01 {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.24rem;
  }
}
.sec01_conts_bnr .bnr_txt_01 .span {
  color: #fff;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4.5rem;
  letter-spacing: 0.48rem;
}

@media screen and (max-width: 768px) {
  .sec01_conts_bnr .bnr_txt_01 .span {
    font-size: 2.2rem;
    line-height: 4.5rem;
    letter-spacing: 0.33rem;
  }
}
.sec01_conts_bnr .bnr_txt_02 {
  margin: 25px auto 0;
  width: 640px;
  color: #fff;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 3.1rem;
  letter-spacing: 0.17rem;
}

@media screen and (max-width: 768px) {
  .sec01_conts_bnr .bnr_txt_02 {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.9rem;
    letter-spacing: 0.14rem;
  }
}
.sec01_conts_04_wrap {
  padding: 170px 0 60px;
  position: relative;
  margin: 66px auto 0;
  width: 950px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04_wrap {
    width: 92%;
    padding: 0;
    margin: 37px auto 0;
  }
}
.sec01_conts_04_wrap::before {
  content: "";
  background: url(../images/top/sec01_img_07.png) no-repeat;
  background-size: cover;
  width: 950px;
  height: 172px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04_wrap::before {
    content: none;
  }
}
.sec01_conts_04_wrap .sp_img {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04_wrap .sp_img {
    display: block;
  }
}
.sec01_conts_04_wrap .bnr {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  width: 750px;
  height: 176px;
  margin: 66px auto 0;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04_wrap .bnr {
    margin: 41px auto 0;
    width: 94%;
    height: auto;
    border-radius: 10px;
  }
}
@media screen and (min-width: 769px) {
  .sec01_conts_04_wrap .bnr a:hover {
    opacity: 0.7;
  }
}
.sec01_conts_04 {
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 30px 45px 45px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 {
    padding: 20px 5px 40px;
  }
}
.sec01_conts_04 .sec01_conts_04_up {
  width: 100%;
  background-image: linear-gradient(to right, #c2c2c2, #c2c2c2 6px, transparent 6px, transparent 4px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin: 0 auto 35px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_up {
    width: 95%;
    margin: 0 auto 28px;
  }
}
.sec01_conts_04 .sec01_conts_04_up .sec01_conts_04_up_img {
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_up .sec01_conts_04_up_img {
    width: 104%;
    left: -2%;
    position: relative;
  }
}
.sec01_conts_04 .sec01_conts_04_up .sec01_conts_04_up_txt {
  color: #f39701;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 4.5rem;
  letter-spacing: 0.45rem;
  padding: 13px 0 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_up .sec01_conts_04_up_txt {
    padding: 5px 0 10px;
    font-size: 2.2rem;
    line-height: 4.5rem;
    letter-spacing: 0.33rem;
  }
}
.sec01_conts_04 .sec01_conts_04_dw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_dw {
    flex-direction: column;
  }
}
.sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_dw_l {
  width: 460px;
  padding: 20px 0 0;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 3.1rem;
  letter-spacing: 0.17rem;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_dw_l {
    width: 94%;
    margin: 0 auto;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.14rem;
  }
}
.sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_dw_r {
  width: 377px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_dw_r {
    width: 88%;
    margin: 20px 0 0 auto;
  }
}
.sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap {
  margin: 30px auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 25px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap {
    flex-direction: column;
    gap: 12px;
    width: 85%;
  }
}
.sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item {
  width: 235px;
  height: 145px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item {
    width: 100%;
    height: 60px;
  }
}
.sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item.item_01 a {
  background: #f9c051;
}

.sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item.item_01 a::after {
  background: url(../images/top/sec01_icon_a.svg) no-repeat;
  background-size: cover;
  width: 51px;
  height: 44px;
  top: 17px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item.item_01 a::after {
    width: 35.545px;
    height: 30.667px;
    top: 50%;
    left: 25px;
  }
}
@media screen and (min-width: 769px) {
  .sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item.item_01 a:hover {
    background: rgba(249, 192, 81, 0.8);
  }
}
.sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item.item_02 a {
  background: #a6da94;
}

.sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item.item_02 a::after {
  background: url(../images/top/sec01_icon_b.svg) no-repeat;
  background-size: cover;
  width: 47px;
  height: 50px;
  top: 13px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item.item_02 a::after {
    width: 29px;
    height: 31px;
    top: 50%;
    left: 25px;
  }
}
@media screen and (min-width: 769px) {
  .sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item.item_02 a:hover {
    background: rgba(166, 218, 148, 0.8);
  }
}
.sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item.item_03 a {
  background: #85c6f6;
}

.sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item.item_03 a::after {
  background: url(../images/top/sec01_icon_c.svg) no-repeat;
  background-size: cover;
  width: 48px;
  height: 54px;
  top: 9px;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item.item_03 a::after {
    width: 28px;
    height: 32px;
    top: 50%;
    left: 25px;
  }
}
@media screen and (min-width: 769px) {
  .sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item.item_03 a:hover {
    background: rgba(133, 198, 246, 0.8);
  }
}
.sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item a {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 4px solid #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 15px 0 0;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item a {
    border-radius: 8px;
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
    padding: 0;
    border: 3px solid #fff;
  }
}
.sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item a::before {
  content: "";
  background: url(../images/top/icon_arrow.svg) no-repeat;
  background-size: cover;
  width: 29px;
  height: 29px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item a::before {
    width: 20.4px;
    height: 20.4px;
    bottom: inherit;
    left: inherit;
    right: 40px;
    top: 50%;
    transform: translatey(-50%);
  }
}
.sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item a::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item a::after {
    transform: translatey(-50%);
  }
}
@media screen and (min-width: 769px) {
  .sec01_conts_04 .sec01_conts_04_dw .sec01_conts_04_btn_wrap .btn_item a:hover::before {
    left: 52%;
  }
}
.sec01 {
  padding: 56px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sec01 {
    padding: 36px 0 0;
  }
}
.sec01 .contents_full_01 {
  position: relative;
}

.sec01 .contents_full_01 .sec_wave img {
  z-index: -2;
}

@media screen and (max-width: 768px) {
  .sec01 .contents_full_01 .sec_wave img {
    z-index: 2;
    bottom: 440px;
  }
}
.sec01 .contents_full_02 {
  padding: 100px 0 430px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec01 .contents_full_02 {
    padding: 50px 0 260px;
  }
}
.sec01 .contents_full_02 .sec_wave img {
  z-index: -2;
}

.sec01 .contents_full_03 {
  background: #fffcf1;
}

.sec01 .contents_full_04 {
  background: #fffcf1;
  padding: 40px 0 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec01 .contents_full_04 {
    padding: 60px 0 80px;
  }
}
.sec01 .contents_full_04 .sec_wave img {
  z-index: 2;
}

.sec02_img_01 {
  width: 1100px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .sec02_img_01 {
    width: 92%;
    margin: 27px auto 0;
  }
}
.sec02_conts_01 {
  margin: 70px auto 0;
  width: 100%;
  max-width: 1700px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 {
    width: 92%;
    max-width: inherit;
    margin: 80px auto 0;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}
.sec02_conts_01 .sec02_conts_item {
  position: relative;
}

.sec02_conts_01 .sec02_conts_item.item_01 {
  width: 29.4%;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item.item_01 {
    width: 90%;
  }
}
.sec02_conts_01 .sec02_conts_item.item_01 .sec02_tit {
  background: url(../images/top/sec02_tit_bk_01.png) no-repeat;
  background-size: cover;
}

.sec02_conts_01 .sec02_conts_item.item_01 .item_txt_box {
  background: linear-gradient(180deg, #ffedca 39%, rgba(255, 255, 255, 0) 100%);
}

.sec02_conts_01 .sec02_conts_item.item_01 .item_txt_box ul li a {
  border: 2px solid #f9c051;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item.item_01 .item_txt_box ul li a {
    border: 1px solid #f9c051;
  }
}
.sec02_conts_01 .sec02_conts_item.item_01 .item_txt_box ul li a::before {
  background-color: #f9c051;
}

.sec02_conts_01 .sec02_conts_item.item_02 {
  width: 33.5%;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item.item_02 {
    width: 90%;
  }
}
.sec02_conts_01 .sec02_conts_item.item_02 .sec02_tit {
  background: url(../images/top/sec02_tit_bk_02.png) no-repeat;
  background-size: cover;
}

.sec02_conts_01 .sec02_conts_item.item_02 .item_txt_box {
  background: linear-gradient(180deg, #eff9e2 57%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item.item_02 .item_txt_box {
    padding: 20px 10px 30px;
  }
}
.sec02_conts_01 .sec02_conts_item.item_02 .item_txt_box ul {
  flex-direction: row;
  gap: 12px 15px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item.item_02 .item_txt_box ul {
    gap: 8px;
  }
}
.sec02_conts_01 .sec02_conts_item.item_02 .item_txt_box ul li {
  width: calc((100% - 15px) / 2);
  height: 62px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item.item_02 .item_txt_box ul li {
    width: calc((100% - 8px) / 2);
    height: 39px;
  }
}
.sec02_conts_01 .sec02_conts_item.item_02 .item_txt_box ul li a {
  border: 2px solid #a6da94;
}

.sec02_conts_01 .sec02_conts_item.item_02 .item_txt_box ul li a::before {
  background-color: #a6da94;
  right: 8px;
}

@media screen and (max-width: 1600px) {
  .sec02_conts_01 .sec02_conts_item.item_02 .item_txt_box ul li a {
    font-size: min(1.0625vw, 1.7rem);
  }
}
@media screen and (max-width: 1300px) {
  .sec02_conts_01 .sec02_conts_item.item_02 .item_txt_box ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item.item_02 .item_txt_box ul li a {
    font-size: 3.466vw;
    line-height: 1.5rem;
    letter-spacing: 0.06rem;
    border: 1px solid #a6da94;
    padding: 0 20px 0 0;
  }
}
.sec02_conts_01 .sec02_conts_item.item_03 {
  width: 29.4%;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item.item_03 {
    width: 90%;
  }
}
.sec02_conts_01 .sec02_conts_item.item_03 .sec02_tit {
  background: url(../images/top/sec02_tit_bk_03.png) no-repeat;
  background-size: cover;
}

.sec02_conts_01 .sec02_conts_item.item_03 .item_txt_box {
  background: linear-gradient(180deg, #d3ecff 18.5%, rgba(255, 255, 255, 0) 100%);
}

.sec02_conts_01 .sec02_conts_item.item_03 .item_txt_box ul li {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item.item_03 .item_txt_box ul li {
    width: 80%;
    height: 38px;
  }
}
.sec02_conts_01 .sec02_conts_item.item_03 .item_txt_box ul li a {
  border: 2px solid #85c6f6;
}

.sec02_conts_01 .sec02_conts_item.item_03 .item_txt_box ul li a::before {
  background-color: #85c6f6;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item.item_03 .item_txt_box ul li a {
    border: 1px solid #85c6f6;
  }
}
.sec02_conts_01 .sec02_conts_item .sec02_tit {
  width: 305px;
  height: 64px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 3.1rem;
  letter-spacing: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 20px;
  position: absolute;
  left: -20px;
  top: -30px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item .sec02_tit {
    width: 207.892px;
    height: 40.319px;
    left: -5%;
    top: -15px;
    font-size: 1.7rem;
    line-height: 1.9529rem;
    letter-spacing: 0.17rem;
  }
}
.sec02_conts_01 .sec02_conts_item .item_img img {
  border-radius: 0px 50px 0px 0px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item .item_img img {
    border-radius: 0px 32px 0px 0px;
  }
}
.sec02_conts_01 .sec02_conts_item .item_txt_box {
  padding: 26px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item .item_txt_box {
    padding: 20px 0 30px;
  }
}
.sec02_conts_01 .sec02_conts_item .item_txt_box ul {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item .item_txt_box ul {
    gap: 9px;
    align-items: center;
  }
}
.sec02_conts_01 .sec02_conts_item .item_txt_box ul li {
  width: 100%;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item .item_txt_box ul li {
    width: 80%;
    height: 38px;
  }
}
.sec02_conts_01 .sec02_conts_item .item_txt_box ul li a {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: clamp(1.5rem, 1.235vw, 2.1rem);
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: 0.21rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec02_conts_01 .sec02_conts_item .item_txt_box ul li a {
    font-size: 1.4rem;
    line-height: 1.5749rem;
    letter-spacing: 0.14rem;
    padding: 0 20px 0 0;
  }
}
.sec02_conts_01 .sec02_conts_item .item_txt_box ul li a::before {
  content: "";
  -webkit-mask-image: url(../images/top/icon_arrow.svg);
  mask-image: url(../images/top/icon_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 75px;
  transform: translatey(-50%);
  transition: all 0.3s;
}

@media screen and (max-width: 1400px) {
  .sec02_conts_01 .sec02_conts_item .item_txt_box ul li a::before {
    width: 16px;
    height: 16px;
    right: 65px;
  }
}
@media screen and (min-width: 769px) {
  .sec02_conts_01 .sec02_conts_item .item_txt_box ul li a:hover {
    opacity: 0.7;
  }
}
.sec02_conts_02_wrap {
  width: 100%;
  position: relative;
}

.sec02_conts_02_wrap::before {
  content: "";
  background: url(../images/top/sec02_conts_02_img_01.jpg) no-repeat center left;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap::before {
    content: none;
  }
}
.sec02_conts_02_wrap + .sec02_conts_02_wrap {
  margin: 120px 0 0;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap + .sec02_conts_02_wrap {
    margin: 90px 0 0;
  }
}
.sec02_conts_02_wrap.item_02::before {
  content: "";
  background: url(../images/top/sec02_conts_02_img_02.jpg) no-repeat center left;
  background-size: cover;
  right: inherit;
  left: 0;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_02::before {
    content: none;
  }
}
.sec02_conts_02_wrap.item_02 .sec02_conts_02::after {
  background: url(../images/top/sec02_conts_02_bk_02.png) no-repeat;
  background-size: cover;
  right: -140px;
  left: initial;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_02 .sec02_conts_02::after {
    background: url(../images/top/sec02_conts_02_bk_02_sp.png) no-repeat;
    background-size: cover;
    right: inherit;
  }
}
.sec02_conts_02_wrap.item_02 .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_sub .span {
  color: #5ba9f0;
}

.sec02_conts_02_wrap.item_02 .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 a {
  background: #ecfaff;
}

.sec02_conts_02_wrap.item_02 .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 a::before {
  content: "";
  background: url(../images/top/icon_arrow_04.svg);
  background-size: cover;
}

.sec02_conts_02_wrap.item_02 .sec02_conts_02 .sec02_conts_02_r {
  width: 560px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 60px 40px 0;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_02 .sec02_conts_02 .sec02_conts_02_r {
    justify-content: center;
    width: 100%;
    background: url(../images/top/sec02_conts_02_img_02_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 360px;
    align-items: flex-start;
    padding: 160px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_02 .sec02_conts_02 .sec02_conts_02_r ul.ul_02 {
    position: relative;
    top: -170px;
  }
}
.sec02_conts_02_wrap.item_03::before {
  content: "";
  background: url(../images/top/sec02_conts_02_img_03.jpg) no-repeat center left;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_03::before {
    content: none;
  }
}
.sec02_conts_02_wrap.item_03 .sec02_conts_02::after {
  background: url(../images/top/sec02_conts_02_bk_03.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_03 .sec02_conts_02::after {
    background: url(../images/top/sec02_conts_02_bk_03_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.sec02_conts_02_wrap.item_03 .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_sub .span {
  color: #7ac95e;
}

.sec02_conts_02_wrap.item_03 .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 a {
  background: #eff9e2;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_03 .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 a {
    padding: 0 20px 0 0;
  }
}
.sec02_conts_02_wrap.item_03 .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 a::before {
  content: "";
  background: url(../images/top/icon_arrow_05.svg);
  background-size: cover;
  right: 105px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_03 .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 a::before {
    right: 18px;
  }
}
@media screen and (min-width: 769px) {
  .sec02_conts_02_wrap.item_03 .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 a:hover::before {
    right: 95px;
  }
}
.sec02_conts_02_wrap.item_03 .sec02_conts_02 .sec02_conts_02_r {
  padding: 0 0 38px 61px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_03 .sec02_conts_02 .sec02_conts_02_r {
    justify-content: center;
    width: 100%;
    background: url(../images/top/sec02_conts_02_img_03_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 580px;
    align-items: flex-start;
    padding: 130px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_03 .sec02_conts_02 .sec02_conts_02_r ul.ul_02 {
    position: relative;
    top: -130px;
  }
}
.sec02_conts_02_wrap.item_03 .sec02_conts_02 .sec02_conts_02_r ul.ul_02 li::before {
  content: "";
  background: rgba(166, 218, 148, 0.5);
}

.sec02_conts_02_wrap.item_04::before {
  content: "";
  background: url(../images/top/sec02_conts_02_img_04.jpg) no-repeat center left;
  background-size: cover;
  right: inherit;
  left: 0;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_04::before {
    content: none;
  }
}
.sec02_conts_02_wrap.item_04 .sec02_conts_02::after {
  background: url(../images/top/sec02_conts_02_bk_04.png) no-repeat;
  background-size: cover;
  right: -140px;
  left: initial;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_04 .sec02_conts_02::after {
    background: url(../images/top/sec02_conts_02_bk_04_sp.jpg) no-repeat;
    background-size: cover;
    right: inherit;
  }
}
.sec02_conts_02_wrap.item_04 .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_sub .span {
  color: #8a85df;
}

.sec02_conts_02_wrap.item_04 .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 a {
  background: #f1f0ff;
}

.sec02_conts_02_wrap.item_04 .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 a::before {
  content: "";
  background: url(../images/top/icon_arrow_06.svg);
  background-size: cover;
}

.sec02_conts_02_wrap.item_04 .sec02_conts_02 .sec02_conts_02_r {
  width: 570px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 38px 50px 0 0;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_04 .sec02_conts_02 .sec02_conts_02_r {
    justify-content: flex-end;
    width: 100%;
    background: url(../images/top/sec02_conts_02_img_04_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 260px;
    align-items: flex-start;
    padding: 10px 20px 0 0;
  }
}
.sec02_conts_02_wrap.item_04 .sec02_conts_02 .sec02_conts_02_r ul li {
  background: url(../images/top/sec02_item_bk_02.png) no-repeat;
  background-size: cover;
}

.sec02_conts_02_wrap.item_re .sec02_conts_02 {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_re .sec02_conts_02 {
    flex-direction: column;
  }
}
.sec02_conts_02_wrap.item_re .sec02_conts_02::before {
  right: -90px;
  left: inherit;
  top: 0;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_re .sec02_conts_02::before {
    right: inherit;
    top: inherit;
  }
}
.sec02_conts_02_wrap.item_re .sec02_conts_02 .sec02_conts_02_l {
  padding: 68px 0 62px 70px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_re .sec02_conts_02 .sec02_conts_02_l {
    padding: 20px 30px 40px;
  }
}
.sec02_conts_02_wrap.item_re .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01::before {
  left: inherit;
  right: -90px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap.item_re .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01::before {
    right: inherit;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec02_conts_02_wrap .sec02_conts_02 {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 {
    width: 92%;
    margin: 0 auto;
    flex-direction: column;
  }
}
.sec02_conts_02_wrap .sec02_conts_02::before {
  content: "";
  background: #fff;
  width: 90px;
  height: 100%;
  position: absolute;
  left: -90px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02::before {
    content: none;
  }
}
.sec02_conts_02_wrap .sec02_conts_02::after {
  content: "";
  background: url(../images/top/sec02_conts_02_bk_01.png) no-repeat;
  background-size: cover;
  width: 50px;
  height: 100%;
  position: absolute;
  left: -140px;
  top: 0;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02::after {
    background: url(../images/top/sec02_conts_02_bk_01_sp.png) no-repeat;
    background-size: cover;
    left: 0;
    top: -25px;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 25px;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l {
  width: 630px;
  background: #fff;
  padding: 68px 70px 62px 0px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l {
    width: 100%;
    padding: 20px 30px 40px;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 {
  padding: 0 0 31px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 {
    padding: 0 0 17px;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01::before {
  content: "";
  background: #d5d5d5;
  width: 720px;
  height: 4px;
  position: absolute;
  left: -90px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01::before {
    width: 100%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_sub {
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.33rem;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_sub {
    font-size: 1.6rem;
    letter-spacing: 0.24rem;
    line-height: 2.7rem;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_sub .span {
  color: #ef83a3;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_sub .span {
    display: block;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 h3 {
  padding: 12px 0 29px;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.48rem;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 h3 {
    padding: 4px 0 20px;
    font-size: 2.2rem;
    letter-spacing: 0.33rem;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.9rem;
  letter-spacing: 0.16rem;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_txt {
    font-size: 1.4rem;
    line-height: 2.7rem;
    letter-spacing: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_link {
    margin: 10px 0 0;
    padding: 0 10px 0 0;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_link a {
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px 0 0 auto;
  padding: 0 48px 0 0;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_link a {
    font-size: 1.5rem;
    letter-spacing: 0.225rem;
    padding: 0 35px 0 0;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_link a::before {
  content: "";
  background: url(../images/top/icon_arrow_02.svg);
  background-size: cover;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_link a::before {
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 769px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_01 .sec02_link a:hover::before {
    right: -10px;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 {
  margin: 29px 0 0;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 {
    margin: 20px 0 0;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02.link_02 a::before {
  right: 104px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02.link_02 a::before {
    right: 25px;
  }
}
@media screen and (min-width: 769px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02.link_02 a:hover::before {
    right: 94px;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 a {
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.285rem;
  border-radius: 50px;
  background: #fff0f0;
  width: 512px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 50px 0 0;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 a {
    width: 100%;
    height: 45px;
    font-size: min(3.5vw, 1.5rem);
    letter-spacing: 0.225rem;
    padding: 0 10px 0 0;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 a::before {
  content: "";
  background: url(../images/top/icon_arrow_03.svg);
  background-size: cover;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 144px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 a::before {
    width: 22px;
    height: 22px;
    right: 35px;
  }
}
@media screen and (min-width: 769px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_l .sec02_conts_box_02 .sec02_link_02 a:hover::before {
    right: 134px;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r {
  width: 570px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 20px 60px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r {
    width: 100%;
    background: url(../images/top/sec02_conts_02_img_01_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 360px;
    align-items: flex-start;
    padding: 20px 0 0 20px;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r ul {
  display: flex;
  gap: 28px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r ul {
    gap: 10px;
    flex-direction: column;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r ul.ul_02 {
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r ul.ul_02 {
    width: 100%;
    margin: 0 auto;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r ul.ul_02 li {
  width: 495px;
  height: 52px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r ul.ul_02 li {
    width: 92%;
    height: 50px;
    margin: 0 auto;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r ul.ul_02 li::before {
  content: "";
  background: rgba(161, 221, 255, 0.5);
  width: 503px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 26px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r ul.ul_02 li::before {
    width: calc(100% + 8px);
    height: 58px;
    border-radius: 35px;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r ul.ul_02 li .span {
  background: #fff;
  width: 495px;
  height: 52px;
  border-radius: 26px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r ul.ul_02 li .span {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r ul li {
  text-align: center;
  width: 145px;
  height: 157px;
  background: url(../images/top/sec02_item_bk_01.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r ul li {
    width: 100px;
    height: 110px;
  }
}
.sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r ul li .span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.285rem;
}

@media screen and (max-width: 768px) {
  .sec02_conts_02_wrap .sec02_conts_02 .sec02_conts_02_r ul li .span {
    font-size: 1.4rem;
    letter-spacing: 0.21rem;
  }
}
.sec02_bnr {
  margin: 110px auto 0;
  display: flex;
  gap: 30px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .sec02_bnr {
    margin: 65px auto 0;
    flex-direction: column;
    gap: 20px;
    width: 92%;
  }
}
.sec02_bnr .sec02_bnr_item {
  width: auto;
  height: 140px;
}

@media screen and (max-width: 768px) {
  .sec02_bnr .sec02_bnr_item {
    width: 100%;
    height: auto;
  }
}
.sec02_bnr .sec02_bnr_item a img {
  width: auto;
  height: 140px;
}

@media screen and (max-width: 768px) {
  .sec02_bnr .sec02_bnr_item a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .sec02_bnr .sec02_bnr_item a:hover {
    opacity: 0.7;
  }
}
.sec02 {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding: 65px 0 0;
  }
}
.sec02 .contents_full_01 {
  padding: 0 0 80px;
  position: relative;
}

.sec02 .contents_full_01 .h2_box .h2_box_txt {
  color: #f39701;
}

.sec02 .contents_full_01 .h2_box h2 {
  padding: 18px 127px 14px;
}

@media screen and (max-width: 768px) {
  .sec02 .contents_full_01 .h2_box h2 {
    padding: 11px 85px 14px;
  }
}
.sec02 .contents_full_02 {
  background: #fffcf3;
  padding: 94px 0 94px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec02 .contents_full_02 {
    padding: 60px 0 42px;
  }
}
.sec03_conts {
  width: 1120px;
  margin: 62px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sec03_conts {
    margin: 40px auto 0;
    width: 100%;
    flex-direction: column-reverse;
  }
}
.sec03_conts .sec03_conts_l {
  width: 665px;
  border-radius: 50px;
  background: #f9f9f9;
  padding: 45px 50px;
  position: relative;
  filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.07));
}

@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_l {
    width: 100%;
    padding: 40px 20px;
    margin: 30px 0 0;
    box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1);
  }
}
.sec03_conts .sec03_conts_l::before {
  content: "";
  background: url(../images/top/fukidashi_haji.svg) no-repeat;
  background-size: cover;
  width: 70px;
  height: 50px;
  position: absolute;
  right: -50px;
  bottom: 160px;
}

@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_l::before {
    background: url(../images/top/fukidashi_haji_sp.svg) no-repeat;
    background-size: cover;
    right: inherit;
    left: 30px;
    top: -50px;
  }
}
.sec03_conts .sec03_conts_l .sec03_conts_txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.9rem;
  letter-spacing: 0.16rem;
}

@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_l .sec03_conts_txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.14rem;
  }
}
.sec03_conts .sec03_conts_l .sec03_conts_txt .span {
  color: #8ec320;
}

.sec03_conts .sec03_conts_l .sec03_conts_txt + .sec03_conts_txt {
  padding: 1.5em 0 0;
}

.sec03_conts .sec03_conts_r {
  width: 417px;
}

@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_r {
    width: 90%;
    margin: 0 auto;
  }
}
.sec03_conts .sec03_conts_r .doctor_img {
  margin: 24px 0 0;
  width: 417px;
  height: 459px;
  background: url(../images/top/sec03_img_01.png) no-repeat center top;
  background-size: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_r .doctor_img {
    background: none;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.sec03_conts .sec03_conts_r .doctor_img .sp_img {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_r .doctor_img .sp_img {
    display: block;
    width: 100%;
  }
}
.sec03_conts .sec03_conts_r .doctor_img .doctor_name {
  position: absolute;
  background: url(../images/top/sec03_name_bk.svg) no-repeat;
  background-size: cover;
  width: 179px;
  height: 139px;
  right: 37px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_r .doctor_img .doctor_name {
    background: none;
    width: 120px;
    height: auto;
    right: 15px;
    bottom: 28px;
  }
}
.sec03_conts .sec03_conts_r .doctor_img .doctor_name .doctor_name_01 {
  color: #fff;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.27rem;
}

@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_r .doctor_img .doctor_name .doctor_name_01 {
    font-size: 1.5rem;
    line-height: 1.6115rem;
    letter-spacing: 0.225rem;
  }
}
.sec03_conts .sec03_conts_r .doctor_img .doctor_name .doctor_name_02 {
  margin: 13px 0 0;
  padding: 7px 0 0;
  border-top: 1px dotted #fff;
  color: #fff;
  font-family: YakuHanJP, "Shippori Mincho", serif;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.315rem;
}

@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_r .doctor_img .doctor_name .doctor_name_02 {
    font-size: 1.7rem;
    letter-spacing: 0.255rem;
  }
}
@media screen and (max-width: 768px) {
  .sec03_conts .sec03_conts_r .sec03_link {
    display: none;
  }
}
.sec03_link {
  margin: 33px 0 0 52px;
}

@media screen and (max-width: 768px) {
  .sec03_link {
    margin: 40px auto 0;
  }
}
.sec03_link a {
  position: relative;
  border-radius: 50px;
  border: 3px solid #8ec320;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 0;
  color: #8ec320;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.11rem;
  width: 285px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .sec03_link a {
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.105rem;
    width: 80%;
    margin: 0 auto;
  }
}
.sec03_link a::before {
  content: "";
  width: 23.314px;
  height: 23.314px;
  -webkit-mask-image: url(../images/top/icon_arrow.svg);
  mask-image: url(../images/top/icon_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #8ec320;
  transition: all 0.3s;
  position: absolute;
  right: 61px;
  top: 50%;
  transform: translatey(-50%);
}

@media screen and (min-width: 769px) {
  .sec03_link a:hover {
    color: #fff;
    background: #8ec320;
  }
  .sec03_link a:hover::before {
    background-color: #fff;
  }
}
.sec03_bnr_box {
  width: 1065px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .sec03_bnr_box {
    width: 100%;
    flex-direction: column;
    gap: 25px;
  }
}
.sec03_bnr_box .sec03_bnr_item {
  width: 500px;
  height: 155px;
}

@media screen and (max-width: 768px) {
  .sec03_bnr_box .sec03_bnr_item {
    width: 100%;
    height: 110px;
  }
}
.sec03_bnr_box .sec03_bnr_item.item_01 a::before {
  background: url(../images/top/sec03_bnr_01.jpg) no-repeat;
  background-size: cover;
}

.sec03_bnr_box .sec03_bnr_item.item_02 a::before {
  background: url(../images/top/sec03_bnr_02.jpg) no-repeat;
  background-size: cover;
}

.sec03_bnr_box .sec03_bnr_item a {
  width: 100%;
  height: 155px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .sec03_bnr_box .sec03_bnr_item a {
    height: 110px;
  }
}
.sec03_bnr_box .sec03_bnr_item a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .sec03_bnr_box .sec03_bnr_item a:hover::before {
    content: "";
    transform: scale(1.1);
    opacity: 0.7;
  }
}
.sec03_bnr_box .sec03_bnr_item a .span {
  color: #fff;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  position: relative;
  padding: 0 50px 0 0;
}

@media screen and (max-width: 768px) {
  .sec03_bnr_box .sec03_bnr_item a .span {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
    padding: 0 40px 0 0;
  }
}
.sec03_bnr_box .sec03_bnr_item a .span::before {
  content: "";
  background: url(../images/top/icon_arrow_wh.svg);
  background-size: cover;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

@media screen and (max-width: 768px) {
  .sec03_bnr_box .sec03_bnr_item a .span::before {
    width: 24px;
    height: 24px;
  }
}
.sec03 .contents_full_01 {
  position: relative;
  padding: 0 0 56px;
}

@media screen and (max-width: 768px) {
  .sec03 .contents_full_01 {
    padding: 0 0 95px;
  }
}
.sec03 .contents_full_01 .sec_wave img {
  z-index: 0;
}

.sec03 .contents_full_02 {
  position: relative;
  background: #eff9e2;
  padding: 30px 0 110px;
}

@media screen and (max-width: 768px) {
  .sec03 .contents_full_02 {
    padding: 30px 0 50px;
  }
}
.sec03 .contents .h2_box h2 {
  padding: 18px 80px 14px;
}

@media screen and (max-width: 768px) {
  .sec03 .contents .h2_box h2 {
    padding: 11px 40px 14px;
  }
}
.sec03 {
  position: relative;
  padding-top: 180px;
}

.sec03 .sec_wave2 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: none;
}

.sec03 .sec_wave2 img {
  z-index: 0;
}

.sec04 {
  background: #fffcf3;
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  .sec04 {
    padding: 20px 0 45px;
  }
}
.sec04 .text01 {
  color: #636363;
  font-family: "Kiwi Maru";
  font-weight: 500;
  line-height: 1.5;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .sec04 .text01 {
    margin: 0 0 25px;
    font-size: 16px;
  }
}
.sec04 .text02 {
  text-align: center;
  color: rgba(99, 99, 99, 0.9);
  font-size: 29px;
  font-style: normal;
  font-family: "Kiwi Maru";
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec04 .text02 {
    text-align: left;
    font-size: 22px;
    margin-top: 40px;
  }
}
.sec04 .text02 .marker {
  padding: 0 0.4em;
  background: linear-gradient(transparent 60%, rgba(193, 246, 82, 0.5) 40%);
	    padding-bottom: 0.2em;
}
.sec04 .bg01 {
  background: linear-gradient(180deg, #ffffff 0%, #fffae9 62.98%, #fff5cf 100%);
  border-radius: 30px;
  padding: 40px 20px 60px;
  max-width: 930px;
  margin: 50px auto 0 auto;
}
@media (max-width: 767px) {
  .sec04 .bg01 {
    padding-top: 0;
    margin-left: -4%;
    margin-right: -4%;
  }
}
.sec04 .bg02 {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(190, 190, 190, 0.25);
  border-radius: 35px;
  padding: 45px;
  max-width: 700px;
  width: 100%;
  margin: 30px auto 0 auto;
}
@media (max-width: 767px) {
  .sec04 .bg02 {
    padding: 30px 20px 40px 20px;
    border-radius: 20px;
    margin: 30px auto 0 auto;
  }
}
.sec04 .mission_list {
  display: table;
  margin: 0 auto;
}
.sec04 .mission_list li {
  font-family: "Kiwi Maru";
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: rgba(99, 99, 99, 0.9);
  display: block;
  padding-left: 1.5em;
  position: relative;

}
@media (max-width: 767px) {
  .sec04 .mission_list li {
    font-size: 15px;
		letter-spacing: 0.05em;
  }
}
.sec04 .mission_list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 26px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background-size: 1em auto;
  background-size: contain;
}
.sec04 .mission_list li .text_bg {
  font-size: 1.1304347826em;
  padding: 0 0.7em;
  border-radius: 6px;
    display: inline-flex;
    align-items: center;
		    margin: 0 0.3em;
}
@media (max-width: 767px) {
  .sec04 .mission_list li .text_bg {
    padding: 0.2em 0.7em;
  }
}
.sec04 .mission_list li .en {
  font-size: 0.6923076923em;
  margin-left: 0.8em;
	    letter-spacing: 0.05em;
}
.sec04 .mission_list li + li {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
.sec04 .mission_list li + li {
  margin-top: 0.6em;
}
}
.sec04 .mission_list li:nth-child(1):before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 13C7.75901 13 12.5 17.931 12.5 26C12.5 17.931 17.2419 13 25 13C17.241 13 12.5 8.06899 12.5 0C12.5 8.06899 7.75815 13 0 13Z' fill='%23FFD071'/%3E%3C/svg%3E%0A");
}
.sec04 .mission_list li:nth-child(1) .text_bg {
  background: #fff4ca;
}
.sec04 .mission_list li:nth-child(2):before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 13C7.75901 13 12.5 17.931 12.5 26C12.5 17.931 17.2419 13 25 13C17.241 13 12.5 8.06899 12.5 0C12.5 8.06899 7.75815 13 0 13Z' fill='%23BDDE79'/%3E%3C/svg%3E%0A");
}
.sec04 .mission_list li:nth-child(2) .text_bg {
  background: #eff9e2;
}
.sec04 .mission_list li:nth-child(3){
padding-left:2.2em;
}
.sec04 .mission_list li:nth-child(3):before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 13C7.75901 13 12.5 17.931 12.5 26C12.5 17.931 17.2419 13 25 13C17.241 13 12.5 8.06899 12.5 0C12.5 8.06899 7.75815 13 0 13Z' fill='%23A0D9EE'/%3E%3C/svg%3E%0A");
}
.sec04 .mission_list li:nth-child(3) .text_bg {
  background: #ecfaff;
}
.sec04 .mission_list li:nth-child(4):before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 13C7.75901 13 12.5 17.931 12.5 26C12.5 17.931 17.2419 13 25 13C17.241 13 12.5 8.06899 12.5 0C12.5 8.06899 7.75815 13 0 13Z' fill='%23FBCCCC'/%3E%3C/svg%3E%0A");
}
.sec04 .mission_list li:nth-child(4) .text_bg {
  background: #fff0f0;
}
.sec04 .mission_list li:nth-child(5):before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='26' viewBox='0 0 25 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 13C7.75901 13 12.5 17.931 12.5 26C12.5 17.931 17.2419 13 25 13C17.241 13 12.5 8.06899 12.5 0C12.5 8.06899 7.75815 13 0 13Z' fill='%23CECBF8'/%3E%3C/svg%3E%0A");
}
.sec04 .mission_list li:nth-child(5) .text_bg {
  background: #f1f0ff;
}
.sec04 .h2_box h2 {
  padding: 18px 80px 14px;
}

@media screen and (max-width: 768px) {
  .sec04 .h2_box h2 {
    padding: 11px 40px 14px;
  }
}
@-webkit-keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loopSlide {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}

.loopSlide ul {
  padding: 0;
  width: auto;
  height: 460px;
  display: flex;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .loopSlide ul {
    height: 170px;
  }
}
.loopSlide ul:first-child {
  -webkit-animation: slide1 120s -60s linear infinite;
  animation: slide1 120s -60s linear infinite;
}

.loopSlide ul:last-child {
  -webkit-animation: slide2 120s linear infinite;
  animation: slide2 120s linear infinite;
}

.loopSlide ul li {
  display: inline-block;
  text-align: center;
}

.loopSlide ul li img {
  display: block;
  width: auto;
  height: 460px;
}

@media screen and (max-width: 768px) {
  .loopSlide ul li img {
    height: 170px;
  }
}
.gcal {
  width: 100%;
}

.gcal iframe {
  width: 100%;
}
