@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #343434;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.inner {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 1180px;
}
@media (min-width: 768px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.section-title {
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  position: relative;
  width: calc(100% - 8px);
  z-index: 1;
}
.section-title > span {
  align-items: center;
  background: #fff;
  border: 3px solid #343434;
  border-radius: 12px;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.section-title::before {
  background: #fff;
  border: 3px solid #343434;
  border-radius: 12px;
  content: "";
  height: inherit;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .section-title {
    height: 90px;
    width: calc(100% - 10px);
  }
  .section-title > span {
    font-size: 3.2rem;
  }
  .section-title::before {
    left: 10px;
    top: 10px;
  }
}

.mv {
  background: url(/assets/kanmin/img/okuyami/mv_bg_sp.jpg) no-repeat center center/cover;
  padding: 30px 0 50px;
}
@media (min-width: 768px) {
  .mv {
    background-image: url(/assets/kanmin/img/okuyami/mv_bg_pc.jpg);
    padding: 60px 0 120px;
    position: relative;
  }
}

.mv-img {
  margin: 30px auto 0;
  width: 300px;
}
@media (min-width: 768px) {
  .mv-img {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .mv-img {
    width: 420px;
  }
}

.lead {
  padding: 30px 0 60px;
}
@media (min-width: 768px) {
  .lead {
    padding: 0 0 80px;
  }
}

@media (min-width: 768px) {
  .lead-head {
    background: #fff;
    border-radius: 114px;
    margin: -80px auto 0;
    max-width: 900px;
    padding: 30px 15px 5px;
    position: relative;
  }
}

.lead-head-text {
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.lead-head-text + .lead-head-text {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .lead-head-text + .lead-head-text {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .lead-head-text {
    font-size: 1.6rem;
    line-height: 2.25;
  }
}

.lead-voice-wrap {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .lead-voice-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .lead-voice {
    width: 30.9090909091%;
  }
}
.lead-voice + .lead-voice {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .lead-voice + .lead-voice {
    margin-top: 0;
  }
}

.lead-foot {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 40px;
  text-align: center;
}
.lead-foot span {
  display: inline-block;
}
@media (min-width: 768px) {
  .lead-foot {
    font-size: 2.4rem;
    font-size: 2.8rem;
    line-height: 1.5;
    margin-top: 60px;
  }
}

.voice {
  text-align: center;
}
.voice-text {
  align-items: center;
  border-radius: 24px;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 110px;
  justify-content: center;
  line-height: 1.75;
  margin-top: 32px;
  padding: 10px 20px;
  position: relative;
}
.voice-text::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  top: -22px;
  transform: translateX(-50%);
  width: 40px;
}
@media (min-width: 768px) {
  .voice-text {
    border-radius: 32px;
    height: 140px;
    line-height: 1.6666666667;
  }
}
@media (min-width: 1024px) {
  .voice-text {
    font-size: 1.8rem;
  }
}
.voice:nth-child(1) .voice-text {
  background: #BBDEFB;
}
.voice:nth-child(1) .voice-text::before {
  background-image: url(/assets/kanmin/img/okuyami/triangle_light-blue.svg);
}
.voice:nth-child(2) .voice-text {
  background: #FFF59D;
}
.voice:nth-child(2) .voice-text::before {
  background-image: url(/assets/kanmin/img/okuyami/triangle_yellow.svg);
}
.voice:nth-child(3) .voice-text {
  background: #FFCDD2;
}
.voice:nth-child(3) .voice-text::before {
  background-image: url(/assets/kanmin/img/okuyami/triangle_pink.svg);
}

.about {
  background: rgba(134, 160, 79, 0.15);
  padding: 60px 0;
}
@media (min-width: 768px) {
  .about {
    padding: 80px 0;
  }
}

.about-img {
  margin: 40px auto 0;
  width: 227px;
}
@media (min-width: 768px) {
  .about-img {
    margin-top: 50px;
    width: 274px;
  }
}

.about-text-01 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 24px;
  text-align: center;
}
.about-text-01 .text-sm {
  font-size: 1.2rem;
}
.about-text-01 a {
  color: #4B83FF;
  font-weight: 500;
}
@media (min-width: 768px) {
  .about-text-01 {
    font-size: 1.6rem;
    line-height: 2.25;
    margin-top: 36px;
  }
}

.about-text-02 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 24px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about-text-02 .marker {
  background: #FFF59D;
  padding: 0 5px;
}
.about-text-02 .text-sm {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .about-text-02 .text-sm {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .about-text-02 {
    font-size: 2.4rem;
    line-height: 2;
  }
}

.about-text-03 {
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 24px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .about-text-03 {
    text-align: center;
  }
}

.about-background {
  background: #fff;
  border-radius: 50px;
  margin-top: 30px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .about-background {
    align-items: center;
    border-radius: 75px;
    display: flex;
    margin: 40px auto 0;
    max-width: 1020px;
    padding: 40px 30px;
  }
}
@media (min-width: 1024px) {
  .about-background {
    padding: 40px 50px;
  }
}

.about-background-img {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}
@media (min-width: 768px) {
  .about-background-img {
    margin-left: 0;
    margin-right: 4.6%;
    max-width: 28%;
    width: 243px;
  }
}

.about-background-body {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .about-background-body {
    flex: 1;
    margin-top: 0;
  }
}

.about-background-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .about-background-title {
    font-size: 2.4rem;
    text-align: left;
  }
}

.about-background-text {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .about-background-text {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}

.about-background-note {
  font-size: 1.2rem;
  line-height: 1.5833333333;
  margin-top: 16px;
}
.about-background-note a {
  color: #4B83FF;
}
@media (min-width: 1024px) {
  .about-background-note {
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}

.content {
  padding: 60px 0;
}
@media (min-width: 768px) {
  .content {
    padding: 80px 0 90px;
  }
}

.content-list {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .content-list {
    margin-top: 50px;
  }
}

.support {
  padding-bottom: 50px;
  padding-left: 18px;
  position: relative;
}
.support::before {
  background: #86a04f;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 30px;
  width: 3px;
}
@media (min-width: 768px) {
  .support::before {
    top: 50px;
  }
}
@media (min-width: 1024px) {
  .support::before {
    left: 8px;
    top: 80px;
    width: 4px;
  }
}
.support::after {
  background: #fff;
  border: 3px solid #86a04f;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: -6px;
  position: absolute;
  top: 30px;
  width: 16px;
}
@media (min-width: 768px) {
  .support::after {
    top: 50px;
  }
}
@media (min-width: 1024px) {
  .support::after {
    border-width: 4px;
    height: 21px;
    left: 0;
    top: 80px;
    width: 21px;
  }
}
.support:last-child::before {
  content: none;
}
@media (min-width: 768px) {
  .support {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .support {
    padding-bottom: 60px;
    padding-left: 60px;
  }
}

@media (min-width: 768px) {
  .support-body {
    margin-right: 3%;
    width: 62%;
  }
}
@media (min-width: 1024px) {
  .support-body {
    margin-right: 4.8076923077%;
    width: 55.7692307692%;
  }
}

.support-body-num {
  color: #86a04f;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.support-body-num span {
  font-size: 4rem;
  letter-spacing: 0.025em;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .support-body-num span {
    font-size: 6.4rem;
    line-height: 1.4;
    margin-left: 12px;
  }
}
@media (min-width: 1024px) {
  .support-body-num span {
    font-size: 10rem;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .support-body-num {
    font-size: 2.8rem;
  }
}
@media (min-width: 1024px) {
  .support-body-num {
    font-size: 3.5rem;
  }
}

.support-body-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .support-body-title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1024px) {
  .support-body-title {
    font-size: 2.8rem;
    margin-top: 8px;
  }
}

.support-body-text {
  line-height: 1.75;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .support-body-text {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

.support-body-note {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .support-body-note {
    margin-top: 16px;
  }
}

.support-img {
  margin-top: 30px;
  padding-right: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .support-img {
    width: 35%;
  }
}
@media (min-width: 1024px) {
  .support-img {
    padding-right: 5.7692307692%;
    width: 39.4230769231%;
  }
}

.support-system {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .support-system {
    margin-top: 60px;
    width: 100%;
  }
}

.system {
  counter-reset: number 0;
}
@media (min-width: 768px) {
  .system {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.system-item {
  background: rgba(134, 160, 79, 0.05);
  border-radius: 25px;
  padding: 30px 15px 20px;
  position: relative;
}
.system-item + .system-item {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .system-item + .system-item {
    margin-top: 50px;
  }
}
.system-item::before {
  background: #FFF59D;
  border-radius: 50%;
  content: counter(number);
  counter-increment: number 1;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 600;
  height: 36px;
  left: 50%;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: -15px;
  transform: translateX(-50%);
  width: 36px;
}
@media (min-width: 1024px) {
  .system-item::before {
    font-size: 2.8rem;
    height: 48px;
    line-height: 48px;
    top: -20px;
    width: 48px;
  }
}
@media (min-width: 768px) {
  .system-item:first-child {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .system-item {
    border-radius: 30px;
    padding: 30px 20px 20px;
    width: 48.0769230769%;
  }
}
@media (min-width: 1024px) {
  .system-item {
    padding: 40px 30px;
  }
}

.system-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.system-title span {
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .system-title span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .system-title {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

.system-text {
  line-height: 1.75;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .system-text {
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 840px;
  }
}

.system-btn-wrap {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .system-btn-wrap {
    margin-top: 20px;
  }
}

.system-btn {
  align-items: center;
  background: #fff;
  border: 2px solid currentColor;
  border-radius: 20px;
  color: #86a04f;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  width: 180px;
}
.system-btn::after {
  background: transparent url(/assets/kanmin/img/okuyami/icon_link.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 10px;
  width: 12px;
}
@media (min-width: 768px) {
  .system-btn {
    font-size: 1.6rem;
    height: 40px;
    width: 200px;
  }
}

.contact {
  background: #86a04f;
  padding: 64px 0 50px;
  position: relative;
}
@media (min-width: 768px) {
  .contact {
    padding-top: 90px;
  }
}

.contact-img-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: -37px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .contact-img-wrap {
    top: -50px;
  }
}

.contact-img {
  width: 75px;
}
.contact-img + .contact-img {
  margin-left: 25px;
}
@media (min-width: 768px) {
  .contact-img + .contact-img {
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  .contact-img {
    width: 100px;
  }
}

.contact-text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  text-align: center;
}

.contact-btn-wrap {
  margin-top: 30px;
}

.contact-btn {
  background: #FFF59D;
  border-radius: 42px;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.12);
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  padding: 15px;
  text-align: center;
  width: 100%;
  transition: 0.2s;
}
.contact-btn:hover {
  filter: brightness(110%);
  box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.12);
  transition: 0.2s;
}
@media (min-width: 768px) {
  .contact-btn {
    font-size: 2.8rem;
    max-width: 430px;
    padding: 20px;
  }
}

.footer {
  padding: 20px 0 10px;
}

.footer-logo {
  margin-left: auto;
  margin-right: auto;
  width: 122px;
}

.footer-copyright {
  font-size: 1.2rem;
  margin-top: 20px;
  text-align: center;
}

.hide-sp {
  display: none;
}
@media (min-width: 768px) {
  .hide-sp {
    display: block;
  }
}

.hide-pc {
  display: block;
}
@media (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .support:nth-child(1) .support-img img {
    width: 213px;
  }
  .support:nth-child(2) .support-img img {
    width: 86px;
  }
  .support:nth-child(3) .support-img img {
    width: 102px;
  }
  .support:nth-child(4) .support-img img {
    width: 124px;
  }
  .support:nth-child(5) .support-img img {
    width: 186px;
  }
}
