@charset "UTF-8";
#contents section.top_contents {
  background: linear-gradient(to bottom, #fff, #f2fafe);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

#contents section.top_contents::before {
  width: 1600px;
  height: auto;
  position: absolute;
  content: url(../img/img01-pc.png);
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (max-width: 480px) {
  #contents section.top_contents::before {
    display: none;
  }
}
#contents section.top_contents .top_contents_inner {
  background: url(../img/background-img01-pc.png) bottom right no-repeat;
  padding-bottom: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

@media (max-width: 480px) {
  #contents section.top_contents .top_contents_inner {
    background: url(../img/background-img01-sp.png) bottom right/50% no-repeat;
    padding-bottom: 30px;
    display: block;
  }
}
#contents section.top_contents .top_contents_inner .top_contents_text {
  width: 620px;
}

@media (max-width: 480px) {
  #contents section.top_contents .top_contents_inner .top_contents_text {
    width: auto;
  }
}
#contents section.top_contents .top_contents_inner .top_contents_text .top_contents_title {
  font-family: "Noto Serif JP", serif;
  color: #082a4f;
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  #contents section.top_contents .top_contents_inner .top_contents_text .top_contents_title {
    font-size: 2.2rem;
    width: auto;
    margin-bottom: 20px;
  }
}
#contents section.top_contents .top_contents_inner .top_contents_text p {
  line-height: 2.5;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  #contents section.top_contents .top_contents_inner .top_contents_text p {
    line-height: 1.8;
    margin-bottom: 12px;
  }
}
#contents section.top_contents .top_contents_sp_img {
  width: auto;
  margin: 0 10px 20px;
}

#contents section.top_contents .top_contents_sp_img img {
  max-width: 100%;
}

#contents section.top_business {
  padding-bottom: 0;
}

@media (max-width: 480px) {
  #contents section.top_business .txt_c {
    text-align: left;
  }
}
#contents section.top_business .top_business_inner {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#contents section.top_business .top_business_inner .top_business_btn {
  width: 25%;
}

@media (max-width: 480px) {
  #contents section.top_business .top_business_inner .top_business_btn {
    width: 100%;
  }
}
#contents section.top_business .top_business_inner .top_business_btn a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: normal;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.7s;
}

@media (max-width: 480px) {
  #contents section.top_business .top_business_inner .top_business_btn a {
    font-size: 2rem;
  }
}
#contents section.top_business .top_business_inner .top_business_btn a:before,
#contents section.top_business .top_business_inner .top_business_btn a:after,
#contents section.top_business .top_business_inner .top_business_btn a span:before,
#contents section.top_business .top_business_inner .top_business_btn a span:after {
  position: absolute;
  content: "　";
  background: #fff;
  transition: all 0.9s;
  z-index: 1;
}

#contents section.top_business .top_business_inner .top_business_btn a:before,
#contents section.top_business .top_business_inner .top_business_btn a:after {
  width: calc(100% - 20px);
  height: 1px;
}

#contents section.top_business .top_business_inner .top_business_btn a:before {
  left: 10px;
  top: 10px;
}

#contents section.top_business .top_business_inner .top_business_btn a:after {
  right: 10px;
  bottom: 10px;
}

#contents section.top_business .top_business_inner .top_business_btn a span:before,
#contents section.top_business .top_business_inner .top_business_btn a span:after {
  width: 1px;
  height: calc(100% - 20px);
}

#contents section.top_business .top_business_inner .top_business_btn a span:before {
  right: 10px;
  top: 10px;
}

#contents section.top_business .top_business_inner .top_business_btn a span:after {
  left: 10px;
  bottom: 10px;
}

#contents section.top_business .top_business_inner .top_business_btn a:hover:before,
#contents section.top_business .top_business_inner .top_business_btn a:hover:after {
  width: 0;
}

#contents section.top_business .top_business_inner .top_business_btn a:hover span:before,
#contents section.top_business .top_business_inner .top_business_btn a:hover span:after {
  height: 0;
}

@media (max-width: 480px) {
  #contents section.top_business .top_business_inner .top_business_btn a:hover:before,
  #contents section.top_business .top_business_inner .top_business_btn a:hover:after {
    width: calc(100% - 20px);
    height: 1px;
  }
  #contents section.top_business .top_business_inner .top_business_btn a:hover:before {
    left: 10px;
    top: 10px;
  }
  #contents section.top_business .top_business_inner .top_business_btn a:hover:after {
    right: 10px;
    bottom: 10px;
  }
  #contents section.top_business .top_business_inner .top_business_btn a:hover span:before,
  #contents section.top_business .top_business_inner .top_business_btn a:hover span:after {
    width: 1px;
    height: calc(100% - 20px);
  }
  #contents section.top_business .top_business_inner .top_business_btn a:hover span:before {
    right: 10px;
    top: 10px;
  }
  #contents section.top_business .top_business_inner .top_business_btn a:hover span:after {
    left: 10px;
    bottom: 10px;
  }
}
#contents section.top_business .top_business_inner .top_business_btn .top_business_btn_text {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#contents section.top_business .top_business_inner .top_business_btn .top_business_btn_text::after {
  width: 25px;
  height: 25px;
  background: url(../img/arrow02.png) center/contain no-repeat;
  position: absolute;
  content: "";
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 480px) {
  #contents section.top_business .top_business_inner .top_business_btn .top_business_btn_text::after {
    width: 22px;
    height: 22px;
  }
}
#contents section.top_business .top_business_inner .top_business_btn .top_business_btn_img img {
  width: 100%;
  display: block;
  transition: 0.7s;
  visibility: visible;
}

#contents .top_advantage {
  background: url(../img/background-img02-01.png) left bottom no-repeat, url(../img/background-img02-02.png) right top no-repeat;
}

@media (max-width: 480px) {
  #contents .top_advantage {
    background: url(../img/background-img02-01.png) left bottom/90% no-repeat, url(../img/background-img02-02.png) right top/90% no-repeat;
  }
}
#contents .top_advantage .txt_c {
  line-height: 2.2;
}

@media (max-width: 480px) {
  #contents .top_advantage .txt_c {
    text-align: left;
  }
}
#contents .top_advantage .top_advantage_inner {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  #contents .top_advantage .top_advantage_inner {
    display: block;
    padding-bottom: 0;
  }
}
#contents .top_advantage .top_advantage_inner .top_advantage_set {
  text-align: center;
  width: 320px;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 30px;
  margin-bottom: 40px;
  position: relative;
}

#contents .top_advantage .top_advantage_inner .top_advantage_set:not(:nth-child(3n)) {
  margin-right: 30px;
}

@media (max-width: 480px) {
  #contents .top_advantage .top_advantage_inner .top_advantage_set {
    width: auto;
    padding: 20px;
    margin: 0 auto 15px;
  }
  #contents .top_advantage .top_advantage_inner .top_advantage_set:not(:nth-child(3n)) {
    margin-right: auto;
  }
}
#contents .top_advantage .top_advantage_inner .top_advantage_set h2 {
  font-family: "Noto Serif JP", serif;
  color: #023d7b;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

#contents .top_advantage .top_advantage_inner .top_advantage_set h2 img {
  max-width: 100%;
  display: block;
  margin: 15px auto 5px;
}

@media (max-width: 480px) {
  #contents .top_advantage .top_advantage_inner .top_advantage_set h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  #contents .top_advantage .top_advantage_inner .top_advantage_set h2 img {
    width: 60px;
    display: inline-block;
    margin: 0 15px 0 0;
  }
}
#contents .top_advantage .top_advantage_inner .top_advantage_set p {
  text-align: left;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 480px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 480px) {
  .sp_only {
    display: block;
  }
}

.title_jp {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.385;
  font-size: clamp(26px, 2.196193265vw, 30px);
  letter-spacing: 0.05em;
  color: #47362e;
  margin-bottom: clamp(15px, 1.6105417277vw, 22px);
}
@media (max-width: 480px) {
  .title_jp {
    font-size: 5.4166666667vw;
  }
}

.effect {
  max-width: 92px;
  width: 100%;
  margin: 0 auto clamp(30px, 2.9282576867vw, 40px) auto;
}
.effect img {
  width: 100%;
}

.content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #47362e;
  text-align: center;
}
@media (max-width: 480px) {
  .content {
    text-align: start;
    font-size: 1.4rem;
  }
}

main#contents {
  background: transparent;
  margin-top: clamp(60px, 5.8565153734vw, 80px);
}
@media (max-width: 480px) {
  main#contents {
    margin-top: 0px;
  }
}

.main_slider_wrap {
  position: relative;
}
.main_slider_wrap::after {
  content: "";
  background: url(../img/illust_001.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 0;
  width: 185px;
  height: 555px;
}
@media (max-width: 1366px) {
  .main_slider_wrap::after {
    top: -20px;
    width: 125px;
    height: 375px;
  }
}
@media (max-width: 1250px) {
  .main_slider_wrap::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .main_slider_wrap::after {
    display: inherit;
    top: unset;
    bottom: 0;
    width: 20%;
    height: 40%;
  }
}
.main_slider_wrap::before {
  content: "";
  background: url(../img/illust_002.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  right: 0;
  width: 127px;
  height: 579px;
}
@media (max-width: 1366px) {
  .main_slider_wrap::before {
    top: -20px;
    width: 100px;
    height: 455px;
  }
}
@media (max-width: 480px) {
  .main_slider_wrap::before {
    top: unset;
    bottom: -5%;
    width: 12%;
    height: 43%;
  }
}
.main_slider_wrap .main_slider {
  position: relative;
  max-width: 1277px;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
}
.main_slider_wrap .main_slider .sldier_wrap {
  max-width: 760px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1920px) {
  .main_slider_wrap .main_slider .sldier_wrap {
    max-width: 59.5%;
  }
}
@media (max-width: 480px) {
  .main_slider_wrap .main_slider .sldier_wrap {
    max-width: 95.8333333333vw;
    margin: 0 auto;
    position: relative;
    left: -8px;
  }
}
@media (max-width: 480px) {
  .main_slider_wrap .main_slider .sldier_wrap .slide_pc {
    display: none;
  }
}
.main_slider_wrap .main_slider .sldier_wrap .slide_sp {
  display: none;
}
@media (max-width: 480px) {
  .main_slider_wrap .main_slider .sldier_wrap .slide_sp {
    display: inherit;
  }
}
.main_slider_wrap .main_slider .sldier_wrap .slick-dots {
  display: none !important;
}
.main_slider_wrap .main_slider .sldier_wrap .slick-slide {
  height: 100%;
  width: 100%;
}
.main_slider_wrap .main_slider .sldier_wrap .slick-slide img {
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .main_slider_wrap .main_slider .sldier_wrap .slick-slide img {
    border-radius: 25px;
  }
}
.main_slider_wrap .main_slider .slider_title {
  max-width: 517px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 1920px) {
  .main_slider_wrap .main_slider .slider_title {
    max-width: 40.5%;
  }
}
@media (max-width: 480px) {
  .main_slider_wrap .main_slider .slider_title {
    transform: unset;
    top: unset;
    left: unset;
    bottom: -1px;
    max-width: 60%;
    width: 100%;
    margin: 20px auto 0 auto;
    position: relative;
  }
}
.main_slider_wrap .main_slider .slider_title img {
  width: 100%;
}
.main_slider_wrap .sp_mv_bottom {
  max-width: 95.8333333333vw;
  width: 100%;
  margin: 4.1666666667vw auto 0 auto;
}
.main_slider_wrap .sp_mv_bottom img {
  width: 100%;
}

#s01 {
  padding: clamp(60px, 6.588579795vw, 90px) 6% 0;
}
@media (max-width: 480px) {
  #s01 {
    padding: 40px 6% 0;
  }
}
#s01 .inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#s01 .inner::after {
  content: "";
  background: url(../img/illust_003.svg) no-repeat;
  background-size: contain;
  width: clamp(100px, 10.7613469985vw, 147px);
  height: clamp(120px, 12.2254758419vw, 167px);
  left: -11px;
  top: -31px;
  position: absolute;
}
@media (max-width: 1366px) {
  #s01 .inner::after {
    top: -51px;
  }
}
@media (max-width: 480px) {
  #s01 .inner::after {
    display: none;
  }
}
#s01 .inner .s01_wrap1 {
  position: relative;
  overflow: hidden;
}
#s01 .inner .s01_wrap1::after {
  content: "";
  position: absolute;
  background: url(../img/top_bg001.svg) no-repeat;
  background-size: contain;
  width: 184px;
  height: 180px;
  left: 30%;
  top: -90px;
}
@media (max-width: 480px) {
  #s01 .inner .s01_wrap1::after {
    width: 120px;
    height: 120px;
    top: -60px;
    left: 10%;
  }
}
#s01 .inner .s01_wrap1::before {
  content: "";
  position: absolute;
  background: url(../img/top_bg001.svg) no-repeat;
  background-size: contain;
  width: 227px;
  height: 221px;
  left: -30px;
  bottom: 10%;
  z-index: 1;
}
@media (max-width: 480px) {
  #s01 .inner .s01_wrap1::before {
    width: 140px;
    height: 130px;
  }
}
#s01 .inner .s01_wrap1 .s01_wrap2 {
  padding: clamp(60px, 7.027818448vw, 96px) 6% clamp(80px, 8.0527086384vw, 110px);
  background: url(../img/top_bg003.jpg);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  #s01 .inner .s01_wrap1 .s01_wrap2 {
    padding: 45px 6% 40px;
  }
}
#s01 .inner .s01_wrap1 .s01_wrap2::after {
  content: "";
  position: absolute;
  background: url(../img/top_bg001.svg) no-repeat;
  background-size: contain;
  width: 232px;
  height: 226px;
  right: -40px;
  bottom: -40px;
}
@media (max-width: 480px) {
  #s01 .inner .s01_wrap1 .s01_wrap2::after {
    width: 160px;
    height: 150px;
  }
}
#s01 .inner .s01_wrap1 .s01_wrap2 > * {
  position: relative;
  z-index: 3;
}
#s01 .inner .s01_wrap1 .s01_wrap2 .main_img {
  max-width: 840px;
  width: 100%;
  margin: 0 auto clamp(20px, 1.756954612vw, 24px) auto;
}
#s01 .inner .s01_wrap1 .s01_wrap2 .title_jp {
  font-size: clamp(22px, 1.9033674963vw, 26px);
  font-weight: 900;
}
@media (max-width: 480px) {
  #s01 .inner .s01_wrap1 .s01_wrap2 .title_jp {
    font-size: clamp(18px, 4.5833333333vw, 22px);
  }
}
#s01 .inner .s01_wrap1 .s01_wrap2 .content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #47362e;
  text-align: center;
}
@media (max-width: 480px) {
  #s01 .inner .s01_wrap1 .s01_wrap2 .content {
    text-align: start;
    font-size: 1.4rem;
  }
}

.bg_1 {
  position: relative;
  overflow: hidden;
}
.bg_1::before {
  content: "";
  position: absolute;
  background: url(../img/top_bg003.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100% - 400px);
  bottom: 0;
  left: 0;
}
@media (max-width: 480px) {
  .bg_1::before {
    height: calc(100% - 300px);
  }
}
.bg_1::after {
  content: "";
  position: absolute;
  background: url(../img/top_bg001.svg) no-repeat;
  background-size: contain;
  width: 273px;
  height: 267px;
  left: 20px;
  bottom: -20px;
  z-index: 0;
}
@media (max-width: 480px) {
  .bg_1::after {
    display: none;
  }
}
.bg_1 #s02 {
  padding-top: clamp(120px, 11.7130307467vw, 160px);
  padding-bottom: clamp(80px, 8.78477306vw, 120px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .bg_1 #s02 {
    padding-top: 80px;
  }
}
.bg_1 #s02::after {
  content: "";
  position: absolute;
  background: url(../img/top_bg001.svg) no-repeat;
  background-size: contain;
  width: 201px;
  height: 196px;
  right: -30px;
  top: 35%;
  z-index: 1;
}
@media (max-width: 480px) {
  .bg_1 #s02::after {
    width: 140px;
    height: 130px;
  }
}
.bg_1 #s02::before {
  content: "";
  position: absolute;
  background: url(../img/top_bg001.svg) no-repeat;
  background-size: contain;
  width: 201px;
  height: 196px;
  left: -30px;
  bottom: 30%;
  z-index: 1;
}
@media (max-width: 480px) {
  .bg_1 #s02::before {
    width: 140px;
    height: 130px;
  }
}
.bg_1 #s02 .inner {
  position: relative;
  z-index: 2;
  max-width: calc(1100px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.bg_1 #s02 .inner .title_jp {
  font-size: clamp(26px, 2.196193265vw, 30px);
}
.bg_1 #s02 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: clamp(40px, 4.7584187408vw, 65px);
  position: relative;
}
@media (max-width: 480px) {
  .bg_1 #s02 .inner .grid_box {
    grid-template-columns: 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: clamp(20px, 8.3333333333vw, 40px);
  }
}
.bg_1 #s02 .inner .grid_box::after {
  content: "";
  position: absolute;
  background: url(../img/illust_005.svg) no-repeat;
  background-size: contain;
  top: -217px;
  height: 217px;
  width: 175px;
  left: 36px;
  z-index: 2;
}
@media (max-width: 480px) {
  .bg_1 #s02 .inner .grid_box::after {
    width: 25vw;
    height: 33.75vw;
    left: -6%;
    top: -37.5vw;
  }
}
.bg_1 #s02 .inner .grid_box::before {
  content: "";
  position: absolute;
  background: url(../img/illust_006.svg) no-repeat;
  background-size: contain;
  width: 209px;
  height: 203px;
  top: -203px;
  right: 33px;
  z-index: 2;
}
@media (max-width: 480px) {
  .bg_1 #s02 .inner .grid_box::before {
    width: 25vw;
    height: 25.4166666667vw;
    right: -6%;
    top: -33.3333333333vw;
  }
}
.bg_1 #s02 .inner .grid_box .grid_col {
  position: relative;
  z-index: 1;
  gap: 0;
  border-radius: 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  box-shadow: 0 2px 2px 2px #e9e4d4;
  transition: 0.4s all;
}
.bg_1 #s02 .inner .grid_box .grid_col:hover {
  transform: translateY(-10px);
}
.bg_1 #s02 .inner .grid_box .grid_col.add_img::after {
  content: "";
  position: absolute;
  background: url(../img/illust_007.svg) no-repeat;
  background-size: contain;
  width: 151px;
  height: 113px;
  top: -44px;
  right: -63px;
}
@media (max-width: 480px) {
  .bg_1 #s02 .inner .grid_box .grid_col.add_img::after {
    top: -22px;
    right: -6%;
    width: 110px;
    height: 80px;
  }
}
.bg_1 #s02 .inner .grid_box .grid_col .grid_main_img {
  position: relative;
}
.bg_1 #s02 .inner .grid_box .grid_col .grid_main_img::after {
  content: "";
  position: absolute;
  bottom: -22.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 480px) {
  .bg_1 #s02 .inner .grid_box .grid_col .grid_main_img::after {
    bottom: -21px;
    width: 42px;
    height: 42px;
  }
}
.bg_1 #s02 .inner .grid_box .grid_col .grid_main_img img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
}
.bg_1 #s02 .inner .grid_box .grid_col .white_box {
  padding: clamp(20px, 2.0497803807vw, 28px) clamp(20px, 1.8301610542vw, 25px) clamp(30px, 3.2942898975vw, 45px);
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .bg_1 #s02 .inner .grid_box .grid_col .white_box {
    padding: 28px 20px 35px;
  }
}
.bg_1 #s02 .inner .grid_box .grid_col .white_box .grid_title {
  font-weight: bold;
  font-size: clamp(19px, 1.6105417277vw, 22px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #47362e;
}
@media (max-width: 480px) {
  .bg_1 #s02 .inner .grid_box .grid_col .white_box .grid_title {
    font-size: 2.2rem;
  }
}
@media (max-width: 370px) {
  .bg_1 #s02 .inner .grid_box .grid_col .white_box .grid_title {
    font-size: 5.3333333333vw;
  }
}
.bg_1 #s02 .inner .grid_box .grid_col .white_box .grid_line {
  margin-bottom: clamp(15px, 1.4641288433vw, 20px);
}
.bg_1 #s02 .inner .grid_box .grid_col .white_box .grid_line img {
  width: 100%;
  height: auto;
}
.bg_1 #s02 .inner .grid_box .grid_col .white_box .content {
  text-align: start;
}
@media (max-width: 480px) {
  .bg_1 #s02 .inner .grid_box .grid_col .white_box .content {
    font-size: 14px;
  }
}

#s03 {
  position: relative;
  padding-bottom: clamp(90px, 10.980966325vw, 150px);
  z-index: 1;
}
#s03 .inner_wrap {
  position: relative;
}
#s03 .inner_wrap::after {
  content: "";
  position: absolute;
  background: url(../img/top_bg001.svg) no-repeat;
  background-size: contain;
  width: 241px;
  height: 235px;
  right: -30px;
  top: -10%;
  z-index: 1;
}
@media (max-width: 480px) {
  #s03 .inner_wrap::after {
    width: 160px;
    height: 150px;
  }
}
#s03 .inner_wrap::before {
  content: "";
  position: absolute;
  background: url(../img/top_bg001.svg) no-repeat;
  background-size: contain;
  width: 261px;
  height: 255px;
  right: -100px;
  top: 40%;
  z-index: 1;
}
@media (max-width: 480px) {
  #s03 .inner_wrap::before {
    width: 160px;
    height: 150px;
  }
}
#s03 .inner_wrap .inner_wrap2 {
  position: relative;
}
#s03 .inner_wrap .inner_wrap2::after {
  content: "";
  position: absolute;
  background: url(../img/top_bg001.svg) no-repeat;
  background-size: contain;
  width: 276px;
  height: 270px;
  left: 140px;
  top: 20%;
  z-index: 1;
}
@media (max-width: 480px) {
  #s03 .inner_wrap .inner_wrap2::after {
    width: 180px;
    height: 170px;
  }
}
#s03 .inner_wrap .inner_wrap2::before {
  content: "";
  position: absolute;
  background: url(../img/illust_011.svg) no-repeat;
  background-size: contain;
  width: 177px;
  height: 433px;
  left: 0;
  top: 25%;
  z-index: 1;
}
@media (max-width: 480px) {
  #s03 .inner_wrap .inner_wrap2::before {
    display: none;
  }
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap_add {
  position: relative;
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap_add::after {
  content: "";
  position: absolute;
  background: url(../img/illust_012.svg) no-repeat;
  background-size: contain;
  width: 129px;
  height: 379px;
  right: 0;
  top: 25%;
  z-index: 1;
}
@media (max-width: 480px) {
  #s03 .inner_wrap .inner_wrap2 .inner_wrap_add::after {
    display: none;
  }
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 {
  max-width: calc(1100px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
  position: relative;
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner {
  position: relative;
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner::after {
  content: "";
  background: url(../img/illust_008.svg) no-repeat;
  background-size: contain;
  width: 160px;
  height: 140px;
  position: absolute;
  top: -10px;
  z-index: 2;
  left: -10px;
}
@media (max-width: 480px) {
  #s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner::after {
    width: 25vw;
    height: 21.875vw;
  }
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner::before {
  content: "";
  background: url(../img/illust_008.svg) no-repeat;
  background-size: contain;
  width: 160px;
  height: 140px;
  position: absolute;
  top: -10px;
  z-index: 5;
  right: -10px;
  transform: scaleX(-1);
}
@media (max-width: 480px) {
  #s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner::before {
    width: 25vw;
    height: 21.875vw;
  }
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .inner_add {
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 2px 2px #e9e4d4;
  padding: clamp(50px, 5.8565153734vw, 80px) 6% clamp(60px, 6.588579795vw, 90px);
  position: relative;
}
@media (max-width: 480px) {
  #s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .inner_add {
    padding: 50px 6% 40px;
  }
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .inner_add::after {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/illust_009.svg) no-repeat;
  background-size: contain;
  width: 158px;
  height: 93px;
}
@media (max-width: 480px) {
  #s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .inner_add::after {
    width: 120px;
    height: 80px;
  }
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .inner_add::before {
  content: "";
  background: url(../img/illust_013.svg) no-repeat;
  background-size: contain;
  width: 150px;
  height: 121px;
  bottom: -33px;
  right: -47px;
  position: absolute;
}
@media (max-width: 480px) {
  #s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .inner_add::before {
    width: 100px;
    height: 80px;
    right: -6%;
  }
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .title_jp {
  font-size: clamp(26px, 2.196193265vw, 30px);
}
@media (max-width: 480px) {
  #s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .title_jp {
    font-size: 5.4166666667vw;
  }
}
@media (max-width: 480px) {
  #s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .effect {
    margin-bottom: 20px;
  }
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .grid_box {
  max-width: 100%;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #cdcdcd;
  padding-top: 30px;
  display: grid;
  grid-template-columns: 0.17fr 0.83fr;
  -moz-column-gap: clamp(30px, 2.9282576867vw, 40px);
       column-gap: clamp(30px, 2.9282576867vw, 40px);
}
@media (max-width: 480px) {
  #s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(20px, 6.25vw, 30px);
  }
}
@media (max-width: 480px) {
  #s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .grid_box {
    padding-top: 20px;
  }
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .grid_box .img_area img {
  width: 100%;
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .grid_box .text_area .title_flex {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 10px;
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .grid_box .text_area .title_flex img {
  width: 32px;
  height: 30px;
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .grid_box .text_area .title_flex .grid_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 22px);
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #47362e;
}
@media (max-width: 375px) {
  #s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .grid_box .text_area .title_flex .grid_title {
    font-size: 5.3333333333vw;
  }
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .grid_box .text_area .content {
  text-align: start;
  margin-bottom: 10px;
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .grid_box .text_area .category_area {
  background: #faf6ee;
  border-radius: 10px;
  padding: 0 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 2.125;
  letter-spacing: 0.02em;
  color-interpolation-filters: #47362e;
  display: flex;
  flex-wrap: wrap;
  gap: 8px; /* 필요 시 간격 조정 */
}
@media (max-width: 480px) {
  #s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .grid_box .text_area .category_area {
    padding: 10px 15px;
  }
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .grid_box .text_area .category_area span::after {
  content: "/";
  margin-left: 4px;
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .grid_box .text_area .category_area span:last-child::after {
  content: "";
}
#s03 .inner_wrap .inner_wrap2 .inner_wrap3 .inner .text_start {
  text-align: start;
  margin-top: 30px;
}

#s04 {
  padding: 0 0 clamp(60px, 7.3206442167vw, 100px);
  margin-top: -50px;
}
#s04 .inner {
  max-width: calc(1100px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s04 .inner .main_mon {
  max-width: 337px;
  width: 100%;
  height: auto;
  position: relative;
  left: -90px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  #s04 .inner .main_mon {
    left: 50%;
    transform: translateX(-50%);
    max-width: 58.3333333333vw;
  }
}
#s04 .inner .main_mon img {
  width: 100%;
}
#s04 .inner .banner_img {
  display: block;
  position: relative;
  transition: 0.4s ease all;
  transform: translateY(0);
}
#s04 .inner .banner_img::after {
  content: "";
  position: absolute;
  background: url(../img/top_bnr002.svg) no-repeat;
  background-size: contain;
  content: "";
  top: -41px;
  transform: translateY(0);
  right: -23px;
  width: 368px;
  height: 107px;
  transition: 0.4s ease all;
}
@media (max-width: 480px) {
  #s04 .inner .banner_img::after {
    top: 40%;
    right: -6%;
    width: clamp(208px, 53.75vw, 258px);
    height: clamp(107px, 27.5vw, 132px);
  }
}
#s04 .inner .banner_img:hover {
  transform: translateY(-20px);
}
#s04 .inner .banner_img:hover::after {
  transform: translateY(20px);
}
#s04 .inner .banner_img img {
  width: 100%;
}

#s05 {
  overflow: hidden;
  padding: clamp(70px, 7.3206442167vw, 100px) 0;
  position: relative;
  z-index: 1;
}
#s05 .inner_top {
  max-width: calc(1100px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
  position: relative;
}
#s05 .inner_top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/illust_015.svg) no-repeat;
  background-size: contain;
  width: 163px;
  height: 165px;
}
@media (max-width: 480px) {
  #s05 .inner_top::after {
    bottom: unset;
    width: 25vw;
    height: 25vw;
    top: 0;
  }
}
#s05 .inner_top::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -40px;
  background: url(../img/illust_016.svg) no-repeat;
  background-size: contain;
  width: 210px;
  height: 174px;
}
@media (max-width: 480px) {
  #s05 .inner_top::before {
    bottom: unset;
    top: 0;
    width: 35.4166666667vw;
    height: 25vw;
    right: -6%;
  }
}
#s05 .inner_top .sub_title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 22px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
#s05 .inner_bottom {
  max-width: calc(1100px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
  position: relative;
}
#s05 .inner_bottom .button {
  margin-top: clamp(35px, 3.6603221083vw, 50px);
}
#s05 .inner_bottom .button a {
  max-width: 280px;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2501e;
  border-radius: 50vh;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  transition: 0.4s all;
}
#s05 .inner_bottom .button a:hover {
  background: #da4c1c;
  transform: translateY(-10px);
}
#s05 .inner_bottom .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(../img/btn_arrow.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
}

#s06 {
  background: url(../img/top_bg003.jpg);
  position: relative;
  z-index: 2;
}
#s06::after {
  content: "";
  position: absolute;
  top: -77px;
  left: 0;
  background: url(../img/illust_017.svg) no-repeat;
  background-size: contain;
  width: 184px;
  height: 290px;
}
@media (max-width: 480px) {
  #s06::after {
    width: 25vw;
    height: 41.6666666667vw;
    top: -8.3333333333vw;
  }
}
@media (max-width: 480px) {
  #s06::before {
    content: "";
    background: url(../img/sp_illust_018.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -14.5833333333vw;
    right: 0;
    width: 47.9166666667vw;
    height: 41.6666666667vw;
    z-index: 3;
  }
}
#s06 .inner_wrap {
  position: relative;
  overflow: hidden;
}
#s06 .inner_wrap::after {
  content: "";
  position: absolute;
  background: url(../img/top_bg001.svg) no-repeat;
  background-size: contain;
  width: 196px;
  height: 192px;
  left: -33px;
  bottom: 35px;
  z-index: 1;
}
@media (max-width: 480px) {
  #s06 .inner_wrap::after {
    display: none;
  }
}
#s06 .inner_wrap::before {
  content: "";
  position: absolute;
  background: url(../img/top_bg001.svg) no-repeat;
  background-size: contain;
  width: 232px;
  height: 226px;
  right: -19px;
  bottom: -35px;
  z-index: 1;
}
@media (max-width: 480px) {
  #s06 .inner_wrap::before {
    width: 140px;
    height: 130px;
  }
}
#s06 .inner_wrap .inner_wrap2 {
  position: relative;
  padding: clamp(60px, 6.588579795vw, 90px) 0 clamp(70px, 7.3206442167vw, 100px);
}
@media (max-width: 480px) {
  #s06 .inner_wrap .inner_wrap2 {
    padding: 60px 0 40px;
  }
}
#s06 .inner_wrap .inner_wrap2::after {
  content: "";
  position: absolute;
  background: url(../img/top_bg001.svg) no-repeat;
  background-size: contain;
  width: 207px;
  height: 202px;
  right: 30%;
  top: -80px;
  z-index: 0;
}
@media (max-width: 480px) {
  #s06 .inner_wrap .inner_wrap2::after {
    width: 140px;
    height: 130px;
  }
}
#s06 .inner_wrap .inner_wrap2 .inner {
  position: relative;
  z-index: 1;
  max-width: calc(1192px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6% 30px 6%;
}
#s06 .inner_wrap .inner_wrap2 .inner .flex_box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(35px, 3.7335285505vw, 51px);
       column-gap: clamp(35px, 3.7335285505vw, 51px);
  padding-top: 50px;
  position: relative;
}
@media (max-width: 480px) {
  #s06 .inner_wrap .inner_wrap2 .inner .flex_box {
    flex-direction: column;
    row-gap: clamp(40px, 3.6603221083vw, 50px);
    padding-top: 0;
  }
}
#s06 .inner_wrap .inner_wrap2 .inner .flex_box::after {
  content: "";
  background: url(../img/illust_018.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: -53px;
  width: 253px;
  height: 231px;
}
@media (max-width: 1366px) {
  #s06 .inner_wrap .inner_wrap2 .inner .flex_box::after {
    width: clamp(170px, 18.5212298682vw, 253px);
    height: clamp(150px, 16.9106881406vw, 231px);
  }
}
@media (max-width: 480px) {
  #s06 .inner_wrap .inner_wrap2 .inner .flex_box::after {
    display: none;
  }
}
#s06 .inner_wrap .inner_wrap2 .inner .flex_box .img_area {
  max-width: 609px;
  width: 100%;
  position: relative;
  z-index: 1;
}
#s06 .inner_wrap .inner_wrap2 .inner .flex_box .img_area::after {
  content: "";
  position: absolute;
  width: 181px;
  height: 111px;
  background: url(../img/illust_019.svg) no-repeat;
  background-size: contain;
  left: 12px;
  bottom: -28px;
}
@media (max-width: 480px) {
  #s06 .inner_wrap .inner_wrap2 .inner .flex_box .img_area::after {
    width: 90px;
    height: 55px;
    left: 0;
  }
}
#s06 .inner_wrap .inner_wrap2 .inner .flex_box .img_area img {
  width: 100%;
}
#s06 .inner_wrap .inner_wrap2 .inner .flex_box .text_area {
  max-width: 532px;
  width: 100;
}
#s06 .inner_wrap .inner_wrap2 .inner .flex_box .text_area .title_jp {
  text-align: start;
  margin-bottom: 13px;
}
@media (max-width: 480px) {
  #s06 .inner_wrap .inner_wrap2 .inner .flex_box .text_area .title_jp {
    text-align: center;
  }
}
#s06 .inner_wrap .inner_wrap2 .inner .flex_box .text_area .effect {
  margin: 0 0 clamp(25px, 2.5622254758vw, 35px);
}
@media (max-width: 480px) {
  #s06 .inner_wrap .inner_wrap2 .inner .flex_box .text_area .effect {
    margin: 0 auto 25px auto;
  }
}
#s06 .inner_wrap .inner_wrap2 .inner .flex_box .text_area .content {
  text-align: start;
  margin-bottom: clamp(30px, 2.9282576867vw, 40px);
  width: 100%;
}
#s06 .inner_wrap .inner_wrap2 .inner .flex_box .text_area .button {
  margin-top: clamp(35px, 3.6603221083vw, 50px);
}
#s06 .inner_wrap .inner_wrap2 .inner .flex_box .text_area .button a {
  max-width: 280px;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2501e;
  border-radius: 50vh;
  color: #fff;
  margin: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 480px) {
  #s06 .inner_wrap .inner_wrap2 .inner .flex_box .text_area .button a {
    margin: 0 auto;
  }
}
#s06 .inner_wrap .inner_wrap2 .inner .flex_box .text_area .button a:hover {
  background: #da4c1c;
  transform: translateY(-10px);
}
#s06 .inner_wrap .inner_wrap2 .inner .flex_box .text_area .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(../img/btn_arrow.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
}

#news_blog {
  padding: clamp(70px, 7.3206442167vw, 100px) 0 clamp(150px, 13.616398243vw, 186px);
  position: relative;
}
@media (max-width: 480px) {
  #news_blog {
    padding: 50px 0 120px;
  }
}
#news_blog::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/illust_020.svg) no-repeat;
  background-size: contain;
  width: 230px;
  height: 120px;
  z-index: 2;
}
@media (max-width: 480px) {
  #news_blog::after {
    width: clamp(180px, 47.9166666667vw, 230px);
    height: clamp(100px, 25vw, 120px);
  }
}
#news_blog #newsBlogWrap.inner {
  max-width: calc(854px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#news_blog #newsBlogWrap.inner .news_area {
  display: flex;
  -moz-column-gap: 90px;
       column-gap: 90px;
  align-items: flex-start;
}
@media (max-width: 480px) {
  #news_blog #newsBlogWrap.inner .news_area {
    flex-direction: column;
    row-gap: clamp(30px, 5.8517555267vw, 45px);
  }
}
@media (max-width: 480px) {
  #news_blog #newsBlogWrap.inner .news_area .title_area {
    width: 100%;
  }
}
#news_blog #newsBlogWrap.inner .news_area .title_area h2 {
  text-align: start;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.385;
  font-size: clamp(26px, 2.196193265vw, 30px);
  letter-spacing: 0.05em;
  color: #47362e;
  margin-bottom: 13px;
}
@media (max-width: 480px) {
  #news_blog #newsBlogWrap.inner .news_area .title_area h2 {
    font-size: 5.4166666667vw;
    text-align: center;
  }
}
#news_blog #newsBlogWrap.inner .news_area .title_area .effect {
  margin: 0 0 clamp(20px, 2.3426061493vw, 32px) 0;
}
@media (max-width: 480px) {
  #news_blog #newsBlogWrap.inner .news_area .title_area .effect {
    margin: 0 auto 20px auto;
  }
}
#news_blog #newsBlogWrap.inner .news_area .title_area .button a {
  width: 240px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2501e;
  border-radius: 50vh;
  color: #fff;
  margin: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 480px) {
  #news_blog #newsBlogWrap.inner .news_area .title_area .button a {
    margin: 0 auto;
  }
}
#news_blog #newsBlogWrap.inner .news_area .title_area .button a:hover {
  background: #da4c1c;
  transform: translateY(-10px);
}
#news_blog #newsBlogWrap.inner .news_area .title_area .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(../img/btn_arrow.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
}
#news_blog #newsBlogWrap.inner .news_area .news_list {
  width: 100%;
}
#news_blog #newsBlogWrap.inner .news_area .news_list li {
  padding: clamp(10px, 1.0980966325vw, 15px) 0;
  border-bottom: 1px solid #aaa;
}
#news_blog #newsBlogWrap.inner .news_area .news_list li a {
  transition: 0.4s all;
}
#news_blog #newsBlogWrap.inner .news_area .news_list li a:hover span {
  color: #e2501e;
}
#news_blog #newsBlogWrap.inner .news_area .news_list li a .news_date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  letter-spacing: 0.02em;
  color: #47362e;
  margin-right: 10px;
}
#news_blog #newsBlogWrap.inner .news_area .news_list li a .news_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  line-height: 2;
  letter-spacing: 0.02em;
  color: #47362e;
}
#news_blog #newsBlogWrap.inner .news_area .news_list .button {
  margin-top: 40px;
}
#news_blog #newsBlogWrap.inner .news_area .news_list .button a {
  width: 240px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2501e;
  border-radius: 50vh;
  color: #fff;
  margin: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 480px) {
  #news_blog #newsBlogWrap.inner .news_area .news_list .button a {
    margin: 0 auto;
  }
}
#news_blog #newsBlogWrap.inner .news_area .news_list .button a:hover {
  background: #da4c1c;
  transform: translateY(-10px);
}
#news_blog #newsBlogWrap.inner .news_area .news_list .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(../img/btn_arrow.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
}

#s08 {
  background: url(../img/top_bg003.jpg) no-repeat;
  background-size: cover;
  padding: clamp(50px, 5.4904831625vw, 75px) 0 clamp(70px, 7.3206442167vw, 100px);
  -webkit-clip-path: ellipse(100% 95% at 50% 95%);
          clip-path: ellipse(100% 95% at 50% 95%);
  overflow: hidden;
  position: relative;
}
@media (max-width: 480px) {
  #s08 {
    -webkit-clip-path: ellipse(200% 95% at 50% 95%);
            clip-path: ellipse(200% 95% at 50% 95%);
  }
}
#s08::after {
  content: "";
  position: absolute;
  background: url(../img/top_bg001.svg) no-repeat;
  background-size: contain;
  width: 232px;
  height: 226px;
  right: -48px;
  top: 20%;
}
@media (max-width: 480px) {
  #s08::after {
    width: 130px;
    height: 140px;
    top: 0;
  }
}
#s08::before {
  content: "";
  position: absolute;
  background: url(../img/top_bg001.svg) no-repeat;
  background-size: contain;
  width: 246px;
  height: 240px;
  left: -48px;
  bottom: -20px;
}
@media (max-width: 480px) {
  #s08::before {
    width: 130px;
    height: 140px;
    top: 20%;
  }
}
#s08 .s08_inner {
  position: relative;
}
@media (max-width: 480px) {
  #s08 .s08_inner::after {
    content: "";
    position: absolute;
    background: url(../img/top_bg001.svg) no-repeat;
    background-size: contain;
    width: 246px;
    width: 130px;
    height: 140px;
    right: -30px;
    bottom: -20px;
  }
}
#s08 .inner {
  position: relative;
  z-index: 1;
  max-width: calc(1100px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
#s08 .inner .sub_title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(20px, 1.6105417277vw, 22px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
#s08 .inner .title_jp {
  text-align: center;
  margin-bottom: 13px;
}
#s08 .inner .effect {
  margin-bottom: clamp(20px, 2.196193265vw, 30px);
}
#s08 .inner .content {
  text-align: center;
  margin-bottom: 20px;
}
#s08 .inner .content:last-of-type {
  margin-bottom: clamp(40px, 2.196193265vw, 30px);
}
@media (max-width: 480px) {
  #s08 .inner .text_start {
    text-align: start;
  }
}
#s08 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(20px, 1.756954612vw, 24px);
       column-gap: clamp(20px, 1.756954612vw, 24px);
}
@media (max-width: 480px) {
  #s08 .inner .grid_box {
    grid-template-columns: 1fr;
    row-gap: clamp(30px, 3.2942898975vw, 45px);
  }
}
#s08 .inner .grid_box .btn1 {
  position: relative;
  pointer-events: none;
}
#s08 .inner .grid_box .btn1::after {
  content: "";
  position: absolute;
  background: url(../img/illust_021.svg) no-repeat;
  background-size: contain;
  width: 105px;
  height: 103px;
  top: -66px;
  left: -45px;
}
@media (max-width: 480px) {
  #s08 .inner .grid_box .btn1::after {
    width: 70px;
    height: 70px;
    left: -6%;
    top: -12%;
  }
}
@media (max-width: 480px) {
  #s08 .inner .grid_box .btn1 {
    pointer-events: all;
  }
}
#s08 .inner .grid_box .btn3 {
  position: relative;
}
#s08 .inner .grid_box .btn3::after {
  content: "";
  position: absolute;
  background: url(../img/illust_022.svg) no-repeat;
  background-size: contain;
  width: 142px;
  height: 118px;
  bottom: -33px;
  right: -113px;
}
@media (max-width: 480px) {
  #s08 .inner .grid_box .btn3::after {
    right: -6%;
    bottom: -70px;
    width: 120px;
    height: 100px;
    display: none;
  }
}
#s08 .inner .grid_box .grid_col {
  transition: 0.4s all;
}
#s08 .inner .grid_box .grid_col:hover {
  transform: translateY(-10px);
}
#s08 .inner .grid_box p {
  margin-bottom: 0;
}
#s08 .inner .grid_box .fax {
  pointer-events: none;
}

#footer {
  position: relative;
}
#footer::after {
  content: "";
}
@media (max-width: 480px) {
  #footer::after {
    right: 0;
    top: -63px;
    position: absolute;
    background: url(../img/illust_022.svg) no-repeat;
    background-size: contain;
    width: 120px;
    height: 100px;
  }
}/*# sourceMappingURL=top.css.map */