/* --------------------------------------------------
	section size
-------------------------------------------------- */
.ttl_selection {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.0714285714;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  width: 24.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ttl_selection {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 600;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 2.5rem;
  }
}

/* sec-selection
---------------------------------------------------------------------------- */
.sec-selection {
  padding-bottom: 80px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-selection {
    padding-bottom: 5.7rem;
  }
  .sec-selection .c-title02 {
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.sec-selection .l-inner {
  max-width: 1300px;
}
@media screen and (max-width: 768px) {
  .sec-selection .l-inner {
    max-width: inherit;
  }
}
.sec-selection .flex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  align-content: stretch;
  min-height: 45rem;
}
@media screen and (max-width: 768px) {
  .sec-selection .flex {
    flex-direction: column;
    gap: 3rem 0;
    min-height: inherit;
  }
}
.sec-selection .flex-txt {
  width: 55rem;
}
@media screen and (max-width: 768px) {
  .sec-selection .flex-txt {
    width: 100%;
  }
}
.sec-selection .flex-img {
  position: absolute;
  right: 0;
  width: 51%;
  max-width: 940px;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-selection .flex-img {
    position: relative;
    width: 100%;
    max-width: inherit;
  }
}
.sec-selection .c-page-ttl {
  top: 136px;
}
@media screen and (max-width: 768px) {
  .sec-selection .c-page-ttl {
    top: 4rem;
  }
}
.sec-selection .lead-txt {
  width: 808px;
  margin: 0 auto 17rem auto;
}
@media screen and (max-width: 768px) {
  .sec-selection .lead-txt {
    width: 100%;
    margin: 0 auto 7rem auto;
  }
}
.sec-selection .ttl_selection {
  width: 28.2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .sec-selection .ttl_selection {
    width: 100%;
    margin-bottom: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-selection .c-text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

/* sec-strengths
---------------------------------------------------------------------------- */
.sec-strengths {
  padding: 88px 0 104px 0;
  background: #F0F5F5;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-strengths {
    padding: 3.3rem 0 5.3rem 0;
  }
}
.sec-strengths .l-inner {
  max-width: 1300px;
}
@media screen and (max-width: 768px) {
  .sec-strengths .l-inner {
    max-width: inherit;
  }
}
.sec-strengths .ttl_selection {
  margin: 0 auto 7.7rem auto;
}
@media screen and (max-width: 768px) {
  .sec-strengths .ttl_selection {
    margin-bottom: 3rem;
  }
}
.sec-strengths .box-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 5.8rem;
}
@media screen and (max-width: 768px) {
  .sec-strengths .box-wrap {
    flex-direction: column-reverse;
    gap: 3.4rem 0;
  }
}
.sec-strengths .box-wrap .box {
  width: calc((100% - 5.8rem) / 2);
  padding: 3.3rem 4rem 6.5rem 4rem;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sec-strengths .box-wrap .box {
    width: 100%;
    padding: 1.2rem 1.7rem 1.8rem 1.7rem;
  }
}
.sec-strengths .box-wrap .box-img {
  width: 16.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-strengths .box-wrap .box-img {
    width: 11.8rem;
  }
}
.sec-strengths .box-wrap .box-txt .ttl {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.4;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #A9C300;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 768px) {
  .sec-strengths .box-wrap .box-txt .ttl {
    font-size: 1.8rem;
    line-height: 1.3888888889;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 1.8rem;
  }
}
.sec-strengths .box-wrap .box-txt .list-txt li {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-indent: -1.8rem;
  margin-left: 1.8rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec-strengths .box-wrap .box-txt .list-txt li {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-indent: -1.5rem;
    margin-left: 1.5rem;
  }
}
.sec-strengths .box-wrap .box-txt .list-txt li + li {
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .sec-strengths .box-wrap .box-txt .list-txt li + li {
    margin-top: 1rem;
  }
}

/* shienkan-wrap
---------------------------------------------------------------------------- */
.shienkan-wrap {
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  .shienkan-wrap {
    padding-top: 3.8rem;
  }
}
.shienkan-wrap .lead-txt {
  text-align: center;
  font-size: 2.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .shienkan-wrap .lead-txt {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 4rem;
  }
}
.shienkan-wrap .name {
  text-align: center;
  color: #A9C300;
  font-size: 4rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .shienkan-wrap .name {
    font-size: 2.5rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 2rem;
  }
}
.shienkan-wrap .address {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.7777777778;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .shienkan-wrap .address {
    font-size: 1.5rem;
    line-height: 2.8;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}
.shienkan-wrap .tel-btn {
  margin: 3rem auto 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shienkan-wrap .tel-btn {
    margin-top: 2.5rem;
  }
}
.shienkan-wrap .tel-btn .tel {
  position: relative;
}
@media screen and (max-width: 768px) {
  .shienkan-wrap .tel-btn .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: stretch;
    width: 100%;
    height: 8rem;
    background: #4F8B34;
    border-radius: 2rem;
    box-sizing: border-box;
  }
}
.shienkan-wrap .tel-btn .tel:before {
  position: relative;
  top: 0.2rem;
  display: inline-block;
  margin-right: 2rem;
  content: "";
  background: url("../img/common/icon_tel.svg") no-repeat center center;
  background-size: 100% auto !important;
  width: 3.6rem;
  height: 3.6rem;
}
@media screen and (max-width: 768px) {
  .shienkan-wrap .tel-btn .tel:before {
    background: url("../img/common/icon_tel_w.svg") no-repeat center center;
    margin-right: 0.6rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
.shienkan-wrap .tel-btn .tel .tel-link {
  font-size: 4.5rem;
  line-height: 0.6222222222;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .shienkan-wrap .tel-btn .tel .tel-link {
    color: #fff;
    font-size: 2.9rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
.shienkan-wrap .tel-btn .tel .tel-link a {
  color: #fff;
}