@charset "utf-8";

/* -----------------------------------------------------------------
.common
----------------------------------------------------------------- */
.cmn_sec_2col {
  display: flex;
}
.cmn_sec_2col .item_ttl {
  width: 30%;
  min-width: 5em;
}
@media screen and (max-width: 767px) {
  .cmn_sec_2col {
    flex-direction: column;
  }
  .cmn_sec_2col .item_ttl {
    width: auto;
  }
  .cmn_sec_2col .item_txt {
    margin-top: 1rem;
  }
}

/* -----------------------------------------------------------------
.sec_intro
----------------------------------------------------------------- */
.sec_intro {
  position: relative;
  z-index: 1;
}
.sec_intro .sec_body {
  margin-top: var(--margin_size_L);
}
.sec_intro .list_point {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap:0.9em;
  margin-top: 2em;
}
.sec_intro .list_point li {
  display: flex;
  align-items: center;
  gap:0.6em;
  width: min(35em,100%);
  padding: 0.5em 1.8em;
  border-radius: 9999px;
  background: #fff;
  line-height: 1.4;
}
.sec_intro .list_point li::before {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.5em;
  border-left:var(--color_obj_green) 4px solid;
  border-bottom:var(--color_obj_green) 4px solid;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
}

/* -----------------------------------------------------------------
.sec_intro(parallax)
----------------------------------------------------------------- */
.sec_intro .parallax_item01 {
  top:30%;
  right: -15em;
  width: 16em;
}
.sec_intro .parallax_item02 {
  top:90%;
  left: -7em;
  width: 12em;
}
@media screen and (max-width: 767px) {
  .sec_intro .parallax_item01 {
    top:30%;
    right: -8em;
    width: 10em;
  }
  .sec_intro .parallax_item02 {
    top:90%;
    left: -7em;
    width: 8em;
  }
}


/* -----------------------------------------------------------------
.slider_example
----------------------------------------------------------------- */
#slider_example {
  margin-top: var(--margin_size_S);
}
#slider_example .splide__slide.center {
  margin-top: auto;
  margin-bottom: auto;
}
#slider_example .splide__slide.bottom {
  margin-top: auto;
  margin-bottom: 0;
}
#slider_example .item01 {
  max-width: 359px;
  width: calc(359 / 1920 * 100vw * 1.5);
}
#slider_example .item02 {
  max-width: 301px;
  width: calc(301 / 1920 * 100vw * 1.5);
}
#slider_example .item03 {
  max-width: 359px;
  width: calc(359 / 1920 * 100vw * 1.5);
}
#slider_example .item04 {
  max-width: 535px;
  width: calc(535 / 1920 * 100vw * 1.5);
}
#slider_example .item05 {
  max-width: 491px;
  width: calc(491 / 1920 * 100vw * 1.5);
}
#slider_example .item06 {
  max-width: 301px;
  width: calc(301 / 1920 * 100vw * 1.5);
}
#slider_example .item07 {
  max-width: 491px;
  width: calc(491 / 1920 * 100vw * 1.5);
}

/* -----------------------------------------------------------------
.sec_area
----------------------------------------------------------------- */
.sec_area {
}
.sec_area .sec_body {
  margin-top: var(--margin_size_L);
}
.sec_area .map_img {
  display: flex;
  justify-content: center;
  margin-top: var(--margin_size_XS);
}

/* -----------------------------------------------------------------
.sec_flow
----------------------------------------------------------------- */
.sec_flow {
  position: relative;
  margin-top: var(--margin_size_XL);
}
.sec_flow .sec_body {
  display: flex;
  flex-direction: column;
  gap:3rem;
  margin-top: var(--margin_size_S);
}
.sec_flow .sec_item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap:1rem;
  padding: 3rem 2rem;
  border-radius: var(--round_size_200);
  background: #fff;
}
.sec_flow .sec_item .item_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--color_obj_blue);
}
.sec_flow .sec_item .box_layout {
  display: flex;
  align-items: center;
  gap:2rem;
  border-radius: var(--round_size_200);
  background: #fff;
}
.sec_flow .box_1st .ttl {
  font-weight: 700;
  font-size: 1.2rem;
}
.sec_flow .box_1st .txt {
  margin-top: 1rem;
  line-height: 2em;
}
.sec_flow .box_2st {
  border-radius: 9999px;
  background: var(--color_navy_lightest);
}
.sec_flow .box_2st .ttl img {
  margin: 0 auto;
}
.sec_flow .box_2st .txt {
  margin-top: 0.8em;
  line-height: 1.8;
  font-size: 0.8rem;
}

.sec_flow .num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  font-weight: 500;
  border-radius: 999px 999px 0 999px;
  border: var(--color_obj_blue) 4px solid;
  background: #fff;
  font-style: normal;
  font-size: 2rem;
  color: var(--color_obj_blue);
}
@media screen and (max-width: 767px) {
  .sec_flow .sec_item .box_layout {
    flex-direction: column;
  }
  .sec_flow .box_1st {
    padding: 0 min(7vw,1em);
  }
  .sec_flow .box_2st {
    padding: 1.5rem 9vw;
  }
  .sec_flow .box_2st .ttl img {
    max-width: 50%;
  }
  .sec_flow .num {
    top: 1rem;
    left: 1rem;
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_flow .box_1st {
    width: 55%;
    padding-left: 5rem;
  }
  .sec_flow .box_2st {
    width: calc(45% - 2rem);
    padding: 2.5rem 6vw;
  }

}









