@charset "utf-8";

/*--------------------------------------------
header
--------------------------------------------*/
.l-header {
  width: 100%;
  height: 59px;
  border-bottom: solid 2px #008F79;
  padding: 12px 0 0 16px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-header {
    height: 15.653vw;
    padding: 3vw 0 0 4.266vw;
  }
}

.l-header img {
  width: 100px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-header img {
    width: 30.933vw;
  }
}


/*--------------------------------------------
kv
--------------------------------------------*/
.l-kv_bg {
  background-color: #BEE8DE;
}

.l-kv {
  max-width: 1000px;
  width: 78.125%;
  padding-top: 56px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  /* fadein 初期設定 */
  opacity: 0;
  transform: translate(0, 1.111vw);
  transition: all 1s ease-out;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-kv {
    max-width: none;
    display: block;
    width: 85.566vw;
    padding-top: 6.933vw;
  }
}

.l-kv__heading {
  width: 54%;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-kv__heading {
    width: 100%;
  }
}

.l-kv__heading__top {
  font-size: 28px;
  line-height: 1.357em;
  color: #5A2300;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-kv__heading__top {
    font-size: 5.066vw;
  }
}

.l-kv__heading__top span {
  display: inline-block;
  font-size: 32px;
  margin-left: -0.5em;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-kv__heading__top span {
    font-size: 5.866vw;
  }
}

.l-kv__heading__bottom {
  margin-top: 55px;
  font-size: 48px;
  line-height: 1.3em;
  letter-spacing: -0.04em;
  color: #fff;
  padding-left: 0.05em;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-kv__heading__bottom {
    letter-spacing: 0;
    margin-top: 2.24vw;
    font-size: 7.733vw;
  }
}

.l-kv__heading__bottom p {
  letter-spacing: 0.01em;
  line-height: 1.3em;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-kv__heading__bottom p {
    font-size: 8.266vw;
    letter-spacing: -0.02em;
  }
}

.l-kv__heading__bottom span {
  display: inline-block;
  font-size: 58px;
  color: #008F79;
  margin-left: -0.05em;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-kv__heading__bottom span {
    font-size: 9.866vw;
  }
}

.l-kv__img {
  width: 46%;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-kv__img {
    width: 100%;
    margin-top: -7vw;
  }
}


/*--------------------------------------------
whats
--------------------------------------------*/
.l-whats {
  padding: 85px 0 103px 0;
  /* fadein 初期設定 */
  opacity: 0;
  transform: translate(0, 1.111vw);
  transition: all 1s ease-out;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-whats {
    padding: 15vw 0 22.4vw 0;
  }
}


/*--------------------------------------------
whats heading
--------------------------------------------*/
.l-whats__heading {
  background: url(/other/kariru/danshin/images/whats_heading.svg) no-repeat;
  background-position: top center;
  background-size: 56px;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #008F79;
  min-height: 90px;
  text-align: center;
  padding-top: 62px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-whats__heading {
    background: url(/other/kariru/danshin/images/whats_heading.svg) no-repeat;
    background-position: top center;
    background-size: 8vw;
    font-size: 3.2vw;
    min-height: 14.666vw;
    padding-top: 9.222vw;
  }
}

.l-whats__heading span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-whats__heading span {
    padding: 0 3.066vw;
  }
}

.l-whats__heading span::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/other/kariru/danshin/images/whats_heading_l.svg) no-repeat;
  background-position: left bottom;
  background-size: 13px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-whats__heading span::before {
    background: url(/other/kariru/danshin/images/whats_heading_l.svg) no-repeat;
    background-position: left bottom;
    background-size: 1.899vw;
    bottom: -0.4vw;
  }
}

.l-whats__heading span::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/other/kariru/danshin/images/whats_heading_r.svg) no-repeat;
  background-position: right bottom;
  background-size: 13px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-whats__heading span::after {
    background: url(/other/kariru/danshin/images/whats_heading_r.svg) no-repeat;
    background-position: right bottom;
    background-size: 1.899vw;
    bottom: -0.4vw;
  }
}


/*--------------------------------------------
whats content
--------------------------------------------*/
.l-whats__cnt {
  max-width: 800px;
  width: 78.125%;
  margin: 13px auto 0 auto;
  background: #fff;
  border-radius: 15px;
  padding: 23px 0 16px 0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-whats__cnt {
    max-width: none;
    width: 89.066vw;
    margin: 1.455vw auto 0 auto;
    border-radius: 4vw;
    padding: 5.333vw 0 8.16vw 0;
  }
}

/* heading */
.l-whats__cnt__heading {
  max-width: 570px;
  width: 90%;
  background: url(/other/kariru/danshin/images/whats_cnt_heading.svg) no-repeat;
  background-position: top center;
  background-size: 170px;
  font-size: 30px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #79CBB8;
  line-height: 1.466em;
  margin: 0 auto;
  padding: 128px 0 48px 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-whats__cnt__heading {
    max-width: none;
    width: 79.2vw;
    background: url(/other/kariru/danshin/images/whats_cnt_heading.svg) no-repeat;
    background-position: top center;
    background-size: 45.6vw;
    font-size: 5.866vw;
    padding: 34vw 0 12vw 0;
  }
}

.l-whats__cnt__heading::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/other/kariru/danshin/images/whats_cnt_heading_bg.svg) no-repeat;
  background-position: center bottom;
  background-size: 540px;
  position: absolute;
  left: 0;
  bottom: 0;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-whats__cnt__heading::before {
    background: url(/other/kariru/danshin/images/whats_cnt_heading_bg_sp.svg) no-repeat;
    background-position: center bottom;
    background-size: 79.01vw;
  }
}

.l-whats__cnt__heading span {
  color: #008F79;
}

/* sentence */
.l-whats__cnt__sentence {
  width: 90%;
  margin: 19px auto 0 auto;
  font-size: 20px;
  line-height: 1.65em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-whats__cnt__sentence {
    width: 79.2vw;
    margin: 2.88vw auto 0 auto;
    font-size: 4vw;
  }
}

/* img */
.l-whats__cnt__img {
  max-width: 589px;
  width: 90%;
  margin: 46px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-whats__cnt__img {
    max-width: none;
    width: 64.176vw;
    margin: 15.813vw auto 0 auto;
  }
}

/* list */
.l-whats__cnt__list {
  margin-top: 28px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-whats__cnt__list {
    margin-top: 4.966vw;
  }
}

.l-whats__cnt__list li {
  border-bottom: solid 1px #74CFBA;
}

.l-whats__cnt__list li:last-child {
  border-bottom: none;
}

.l-whats__cnt__list li a {
  background: url(/other/kariru/danshin/images/ic_arrow_g.svg) no-repeat;
  background-size: 10px;
  background-position: right center;
  display: flex;
  gap: 0 31px;
  align-items: center;
  min-height: 83px;
  width: 57.5%;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-whats__cnt__list li a {
    background: url(/other/kariru/danshin/images/ic_arrow_g.svg) no-repeat;
    background-size: 2.578vw;
    background-position: right center;
    gap: 0 4.533vw;
    min-height: 18.666vw;
    width: 72.266vw;
  }
}

.l-whats__cnt__list__no {
  font-size: 35px;
  color: #79CBB8;
  position: relative;
  top: -0.08em;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-whats__cnt__list__no {
    font-size: 6.933vw;
  }
}

.l-whats__cnt__list__txt {
  font-size: 24px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-whats__cnt__list__txt {
    font-size: 4.8vw;
  }
}


/*--------------------------------------------
section
--------------------------------------------*/
.l-section {
  padding: 68px 0 40px 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section {
    padding: 12.8vw 0;
  }
}

.l-section.-top {
  padding-top: 35px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section.-top {
    padding-top: 9.6vw;
  }
}

/* white */
.l-section.-arrow_w {
  background: #fff;
}

.l-section.-arrow_w::before {
  content: "";
  background: url(/other/kariru/danshin/images/section_bg_w.svg) no-repeat;
  background-size: cover;
  width: 60px;
  height: 33px;
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section.-arrow_w::before {
    background: url(/other/kariru/danshin/images/section_bg_w.svg) no-repeat;
    background-size: cover;
    width: 16vw;
    height: 8.8vw;
    bottom: -8.8vw;
  }
}

.l-section.-no_arrow::before {
  content: "";
  background: none;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
}

/* green */
.l-section.-arrow_g {
  background: #BEE8DE;
}

.l-section.-arrow_g::before {
  content: "";
  background: url(/other/kariru/danshin/images/section_bg_g.svg) no-repeat;
  background-size: cover;
  width: 60px;
  height: 33px;
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: +1;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section.-arrow_g::before {
    background: url(/other/kariru/danshin/images/section_bg_g.svg) no-repeat;
    background-size: cover;
    width: 16vw;
    height: 8.8vw;
    bottom: -8.8vw;
  }
}

/* h2 */
.l-section__heading_h2 {
  background: url(/other/kariru/danshin/images/section_heading_bg.svg) no-repeat;
  background-size: 100%;
  background-position: bottom center;
  width: 285px;
  margin: 0 auto;
  padding-bottom: 40px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__heading_h2 {
    background: url(/other/kariru/danshin/images/section_heading_bg_sp.svg) no-repeat;
    background-size: 100%;
    background-position: bottom center;
    width: 51.749vw;
    padding-bottom: 7.666vw;
  }
}

.l-section__heading_h2__no {
  display: block;
  font-size: 66px;
  color: #008F79;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__heading_h2__no {
    font-size: 12vw;
  }
}

.l-section__heading_h2__txt {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__heading_h2__txt {
    font-size: 3.2vw;
    margin-top: 2.133vw;
  }
}

/* h3 */
.l-section__heading_h3 {
  font-size: 30px;
  width: 90%;
  margin: 25px auto 0 auto;
  text-align: center;
  line-height: 1.6em;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__heading_h3 {
    font-size: 5.333vw;
    width: 100%;
    margin: 3.2vw auto 0 auto;
  }
}

.l-section__heading_h3 span {
  color: #008F79;
}

/* section 01 */
.l-section__01 {
  display: flex;
  align-items: center;
  gap: 0 8.352%;
  margin: 48px auto 0 auto;
  max-width: 862px;
  width: 78.125%;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__01 {
    display: block;
    margin: 0 auto;
    max-width: none;
    width: 100%;
  }
}

.l-section__01__img {
  width: 345px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__01__img {
    width: 72.266vw;
    margin: 8.453vw auto 0 auto;
  }
}

.l-section__01__txt {
  width: 375px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__01__txt {
    width: 77.333vw;
    margin: 6.933vw auto 0 auto;
  }
}

/* section 02 */
.l-section__02 {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  gap: 0 7.4%;
  margin: 48px auto 0 auto;
  max-width: 837px;
  width: 78.125%;
  position: relative;
  left: 31px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__02 {
    display: block;
    margin: 7.626vw auto 0 auto;
    max-width: none;
    width: 100%;
    position: static;
  }
}

.l-section__02__img {
  width: 361px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__02__img {
    width: 75.146vw;
    margin: 0 auto;
  }
}

.l-section__02__txt {
  width: 414px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__02__txt {
    margin: 10vw auto 0 auto;
    width: 77.333vw;
  }
}

/* section 03 */
.l-section__03 {
  display: flex;
  align-items: center;
  gap: 0 6.267%;
  margin: 48px auto 0 auto;
  max-width: 860px;
  width: 78.125%;
  position: relative;
  left: -29px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__03 {
    display: block;
    margin: 8.8vw auto 0 auto;
    max-width: none;
    width: 100%;
    position: static;
  }
}

.l-section__03__img {
  width: 392px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__03__img {
    width: 84.266vw;
    margin: 0 auto;
  }
}

.l-section__03__txt {
  width: 414px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__03__txt {
    width: 77.333vw;
    margin: 9.546vw auto 0 auto;
  }
}

/* section 04 */
.l-section__04 {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  gap: 0 8.794%;
  margin: 48px auto 0 auto;
  max-width: 838px;
  width: 78.125%;
  position: relative;
  left: 24px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__04 {
    display: block;
    margin: 11.733vw auto 0 auto;
    max-width: none;
    width: 100%;
    position: static;
  }
}

.l-section__04__img {
  width: 350px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__04__img {
    width: 79.626vw;
    margin: 0 auto;
  }
}

.l-section__04__txt {
  width: 414px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__04__txt {
    width: 77.333vw;
    margin: 14.16vw auto 0 auto;
  }
}

/* section 05 */
.l-section__05 {
  display: flex;
  align-items: center;
  gap: 0 8.925%;
  margin: 48px auto 0 auto;
  max-width: 800px;
  width: 78.125%;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__05 {
    display: block;
    margin: 8.533vw auto 0 auto;
    max-width: none;
    width: 100%;
  }
}

.l-section__05__img {
  width: 314px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__05__img {
    width: 70.133vw;
    margin: 0 auto;
  }
}

.l-section__05__txt {
  width: 414px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__05__txt {
    width: 77.333vw;
    margin: 10.88vw auto 0 auto;
  }
}

/* txt */
.l-section__txt {
  font-size: 18px;
  line-height: 1.777em;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__txt {
    font-size: 3.733vw;
  }
}

/* 注釈 */
.l-section__list {
  margin-top: 8px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__list {
    margin-top: 3.733vw;
  }
}

.l-section__list li {
  font-size: 14px;
  line-height: 1.714em;
  padding-left: 1em;
  text-indent: -1em;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-section__list li {
    font-size: 3.2vw;
  }
}


/*--------------------------------------------
summary
--------------------------------------------*/
.l-summary {
  padding: 68px 0 74px 0;
  background: #FBBAA3;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-summary {
    padding: 16.533vw 0 18.133vw 0;
  }
}

.l-summary__heading_h2 {
  font-size: 25px;
  line-height: 1.76em;
  text-align: center;
  color: #5A2300;
  width: 78.125%;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-summary__heading_h2 {
    font-size: 4.8vw;
    width: 100%;
  }
}

.l-summary__heading_h3 {
  font-size: 20px;
  line-height: 1.7em;
  text-align: center;
  color: #008F79;
  margin: 28px auto 0 auto;
  width: fit-content;
  position: relative;
  padding: 0 14px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-summary__heading_h3 {
    font-size: 3.2vw;
    margin: 10.533vw auto 0 auto;
    padding: 0 2.133vw;
  }
}

.l-summary__heading_h3::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/other/kariru/danshin/images/whats_heading_l.svg) no-repeat;
  background-position: left bottom;
  background-size: 13px;
  position: absolute;
  left: 0;
  bottom: 3px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-summary__heading_h3::before {
    background: url(/other/kariru/danshin/images/whats_heading_l.svg) no-repeat;
    background-position: left bottom;
    background-size: 1.893vw;
    bottom: 1vw;
  }
}

.l-summary__heading_h3::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/other/kariru/danshin/images/whats_heading_r.svg) no-repeat;
  background-position: right bottom;
  background-size: 13px;
  position: absolute;
  left: 0;
  bottom: 3px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-summary__heading_h3::after {
    background: url(/other/kariru/danshin/images/whats_heading_r.svg) no-repeat;
    background-position: right bottom;
    background-size: 1.893vw;
    bottom: 1vw;
  }
}

.l-summary__img {
  width: 334px;
  margin: 14px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-summary__img {
    width: 63.466vw;
    margin: 2.8vw auto 0 auto;
  }
}


/*--------------------------------------------
btn
--------------------------------------------*/
.l-btn {
  background: #F2F2F2;
  padding: 64px 0 92px 0;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-btn {
    padding: 14.133vw 0 25.333vw 0;
  }
}

.l-btn__inner {
  display: flex;
  align-items: center;
  gap: 0 7%;
  max-width: 800px;
  width: 78.125%;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-btn__inner {
    flex-flow: column;
    gap: 9.6vw 0;
    max-width: none;
    width: 80vw;
  }
}

.l-btn__inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #008F79;
  width: 46.5%;
  min-height: 73px;
  border-radius: 40px;
  padding: 0 1em;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-btn__inner a {
    width: 100%;
    min-height: 15.733vw;
    border-radius: 7.8665vw;
  }
}

.l-btn__inner a span {
  display: block;
  color: #fff;
  font-size: 22px;
  padding-right: 30px;
  background: url(/other/kariru/danshin/images/ic_arrow_w.svg) no-repeat;
  background-size: 10px;
  background-position: right center;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-btn__inner a span {
    font-size: 4.8vw;
    padding-right: 5.866vw;
    background: url(/other/kariru/danshin/images/ic_arrow_w.svg) no-repeat;
    background-size: 2.578vw;
    background-position: right center;
  }
}


/*--------------------------------------------
bnr
--------------------------------------------*/
.l-bnr {
  background: #F2F2F2;
  padding: 0 0 52px 0;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-bnr {
    padding: 0 0 13.866vw 0;
  }
}

.l-bnr__heading {
  border-bottom: solid 1px #008F79;
  padding-bottom: 12px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-bnr__heading {
    padding-bottom: 3.2vw;
  }
}

.l-bnr__heading span {
  display: block;
  max-width: 1094px;
  width: 85.468%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-bnr__heading span {
    max-width: none;
    width: 89.066vw;
    font-size: 4.266vw;
  }
}

.l-bnr__list {
  display: flex;
  max-width: 1094px;
  width: 85.468%;
  margin: 42px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-bnr__list {
    flex-flow: column;
    gap: 20vw 0;
    max-width: none;
    width: 89.066vw;
    margin: 10.4vw auto 0 auto;
  }
}

.l-bnr__list__01 {
  width: 334px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-bnr__list__01 {
    width: 100%;
  }
}

.l-bnr__list__02 {
  width: 272px;
  margin: 0 12.065% 0 7.038%;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-bnr__list__02 {
    width: 100%;
    margin: 0;
  }

  .l-bnr__list__02 img {
    display: block;
    width: 72.533vw;
    margin: 0 auto;
  }
}

.l-bnr__list__03 {
  width: 224px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-bnr__list__03 {
    width: 100%;
  }

  .l-bnr__list__03 img {
    display: block;
    width: 59.733vw;
    margin: 0 auto;
  }
}

.l-bnr__list li p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-bnr__list li p {
    font-size: 3.733vw;
  }
}

.l-bnr__list li a {
  display: block;
  margin-top: 22px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-bnr__list li a {
    margin-top: 5.6vw;
  }
}

.l-bnr__footer {
  max-width: 1094px;
  width: 85.468%;
  margin: 44px auto 0 auto;
  font-size: 12px;
  line-height: 1.666em;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-bnr__footer {
    max-width: none;
    width: 89.066vw;
    margin: 13.6vw auto 0 auto;
    font-size: 3.2vw;
    text-align: left;
  }
}


/*--------------------------------------------
line
--------------------------------------------*/
.l-line_bg {
  background: #01965E;
  padding: 40px 0 0 0;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-line_bg {
    padding: 13.066vw 0 9.866vw 0;
  }
}

.l-line {
  max-width: 488px;
  width: 78.125%;
  margin: 0 auto;
  background: url(/other/kariru/danshin/images/line_img.svg) no-repeat;
  background-size: 159px;
  background-position: right bottom;
  padding-bottom: 40px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-line {
    max-width: none;
    width: 86.4vw;
    background: url(/other/kariru/danshin/images/line_img_sp.svg) no-repeat;
    background-size: 29.6vw;
    background-position: right bottom;
    padding-bottom: 0;
  }
}

.l-line p {
  padding-left: 0.5em;
  border-left: solid 1px #fff;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-line p {
    font-size: 2.933vw;
    line-height: 1.45em;
  }
}

.l-line h2 {
  margin-top: 17px;
  font-size: 24px;
  line-height: 1.541em;
  font-weight: 700;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-line h2 {
    margin-top: 2.133vw;
    font-size: 5.333vw;
  }
}

.l-line ul {
  margin-top: 17px;
  display: flex;
  flex-flow: column;
  gap: 9px 0;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-line ul {
    margin-top: 4vw;
    gap: 1.5vw 0;
  }
}

.l-line ul li {
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  padding: 0.1em 0 0.1em 23px;
  position: relative;
  z-index: 0;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-line ul li {
    font-size: 3.2vw;
    padding: 0.1em 0 0.1em 4.5vw;;
  }
}

.l-line ul li::before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(/other/kariru/danshin/images/ic_line.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: +1;
  
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-line ul li::before {
    background: url(/other/kariru/danshin/images/ic_line_sp.svg) no-repeat;
    background-size: 100%;
    width: 3.4vw;
    height: 3.4vw;
    top: 0.3em;
  }
}

.l-line a {
  display: block;
  margin-top: 37px;
  width: 174px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-line a {
    margin-top: 10.666vw;
    width: 46.666vw;
  }
}


/*--------------------------------------------
contact
--------------------------------------------*/
.l-contact {
  margin: 57px auto 0 auto;
  max-width: 800px;
  width: 78.125%;
  border: solid 2px #008F79;
  border-radius: 5px;
  padding: 17px 0 23px 0;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-contact {
    margin: 9.333vw auto 0 auto;
    max-width: none;
    width: 89.066vw;
    border-radius: 1.333vw;
    padding: 2.933vw 0 4.533vw 0;
  }
}

.l-contact h2 {
  font-size: 24px;
  font-weight: 700;
  color: #008F79;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-contact h2 {
    font-size: 4.266vw;
  }
}

.l-contact__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 0 auto;
  width: 90%;
  max-width: 643px;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-contact__inner {
    flex-flow: column;
    align-items: start;
    gap: 2.666vw 0;
    margin: 3.733vw auto 0 auto;
    width: 80vw;
    max-width: none;
  }
}

.l-contact__inner h3 {
  border-left: solid 2px #008F79;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
  padding: 0 0 0.1em 0.5em;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-contact__inner h3 {
    font-size: 3.2vw;
  }
}


/********* sp *********/
@media only screen and (max-width:767px) {
  .l-contact a {
    border: solid 1px #707070;
    overflow: hidden;
    display: block;
    width: 100%;
    border-radius: 1.333vw;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

.l-contact p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3em;
  width: 90%;
  max-width: 643px;
  margin: 30px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-contact p {
    font-size: 2.933vw;
    line-height: 1.545em;
    width: 80vw;
    max-width: none;
    margin: 2.4vw auto 0 auto;
  }
}

.l-contact ul {
  width: 90%;
  max-width: 643px;
  margin: 2px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-contact ul {
    width: 80vw;
    max-width: none;
    margin: 1.066vw auto 0 auto;
  }
}

.l-contact ul li {
  font-size: 12px;
  line-height: 1.166em;
  padding-left: 1em;
  text-indent: -1em;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-contact ul li {
    font-size: 2.666vw;
    line-height: 1.4em;
  }
}


/*--------------------------------------------
btn back
--------------------------------------------*/
.l-btn_back {
  margin: 38px auto 0 auto;
  max-width: 395px;
  width: 78.125%;
  height: 50px;
  border: solid 1px #707070;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-btn_back {
    margin: 5.866vw auto 0 auto;
    max-width: none;
    width: 89.066vw;
    height: 9.6vw;
    border: solid 1px #707070;
    border-radius: 1.333vw;
  }
}

.l-btn_back a  {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-btn_back a  {
    font-size: 3.733vw;
  }
}


/*--------------------------------------------
footer
--------------------------------------------*/
.l-footer {
  margin-top: 50px;
  background: #898989;
  padding: 18px 0 37px 0;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-footer {
    margin-top: 11.2vw;
    padding: 4.266vw 0 6.666vw 0;
  }
}

.l-footer p {
  font-size: 10px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width:767px) {
  .l-footer p {
    width: 87vw;
    font-size: 2.666vw;
    margin: 0 auto;
  }
}


