#main {
  background: #fff;
}

#about #lead {
  width: 100%;
  height: auto;
  padding: 12vw 0;
  background: url(../img/about/lead.jpg) no-repeat 50% 50% #005d36;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1ch;
}
@media screen and (min-width: 767px) {
  #about #lead {
    padding: 6vw 0 8vw;
  }
}
#about #lead h2 {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  display: inline;
  margin: 0 auto 30px;
  background: linear-gradient(transparent 60%, #005d36 60%);
  padding: 0 0.2em 0.2em;
  width: 90%;
}
@media screen and (min-width: 767px) {
  #about #lead h2 {
    font-size: 30px;
    margin: 0 0 40px 0;
    display: inline;
  }
}
#about #lead p {
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 90%;
  margin-top: 1.5em;
}
@media screen and (min-width: 767px) {
  #about #lead p {
    font-size: 18px;
    width: auto;
    text-align: center;
  }
}
#about .page-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (min-width: 1000px) {
  #about .page-nav {
    gap: 60px;
    margin-top: 80px;
  }
}
#about .page-nav li {
  width: 80%;
}
@media screen and (min-width: 767px) {
  #about .page-nav li {
    width: 348px;
  }
}
#about .page-nav li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  width: 100%;
  color: #095837;
  background: #fff;
  border-radius: 50px;
  padding: 1em 1em 30px 1em;
}
@media screen and (min-width: 1000px) {
  #about .page-nav li a {
    font-size: 16px;
  }
}
#about .page-nav li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1em;
  left: 50%;
  width: 14px;
  aspect-ratio: 14/4;
  background-image: url(../img/arw_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%) rotate(90deg);
}
#about .about-content {
  background: #fff;
  padding: 54px 0 0;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  #about .about-content {
    padding: 96px 0 0;
  }
}
#about .about-content .wrapper {
  background: #f2f2ea;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  #about .about-content .wrapper {
    width: calc(100% - 128px);
  }
}
#about .about-content .wrapper2 {
  width: 90%;
  position: relative;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (min-width: 1200px) {
  #about .about-content .wrapper2 {
    width: 90%;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1560px) {
  #about .about-content .wrapper2 {
    width: 1300px;
  }
}
#about .about-content .title {
  position: absolute;
  top: -45px;
  mix-blend-mode: multiply;
  z-index: 3;
}
#about .about-content .title span {
  font-family: "La Belle Aurore", cursive;
  font-size: 60px;
  color: #eee;
  line-height: 100%;
  margin: 0;
  padding: 0;
  line-height: 186%;
  height: 74px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #about .about-content .title span {
    font-size: 96px;
    line-height: 133%;
    height: 90px;
  }
}
#about .about-content .title_txt {
  margin: 0 0 32px 0;
}
@media screen and (min-width: 1200px) {
  #about .about-content .title_txt {
    margin: 0 0 96px 0;
  }
}
#about .about-content .title_txt h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 160%;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #about .about-content .title_txt h2 {
    font-size: 32px;
  }
}
#about .about-content .title_txt h2:before {
  content: "";
  width: 800px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0.8em;
  left: -810px;
}
@media screen and (min-width: 1200px) {
  #about .about-content .title_txt h2:before {
    left: -832px;
  }
}
#about .about-content .content_block {
  display: block;
}
@media screen and (min-width: 1200px) {
  #about .about-content .content_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#about .about-content .content_block:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  #about .about-content .content_block:not(:last-child) {
    margin-bottom: 112px;
  }
}
@media screen and (min-width: 1200px) {
  #about .about-content .content_block:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
#about .about-content .content_block figure {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #about .about-content .content_block figure {
    width: 60%;
  }
}
#about .about-content .content_block figure img {
  width: 100%;
  height: auto;
  margin: 0 auto 32px;
}
@media screen and (min-width: 1200px) {
  #about .about-content .content_block figure img {
    margin: 0;
  }
}
#about .about-content .content_block div {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #about .about-content .content_block div {
    width: calc(40% - 64px);
  }
}
#about .about-content .content_block div h3 {
  font-size: 22px;
  line-height: 160%;
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  #about .about-content .content_block div h3 {
    font-size: 26px;
    margin: 0 0 32px 0;
  }
}
#about .about-content .content_block div h3 span {
  font-family: "Barlow", sans-serif;
  font-size: 38px;
  line-height: 100%;
  margin: 0 0 16px 0;
  padding: 0;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 1200px) {
  #about .about-content .content_block div h3 span {
    font-size: 56px;
  }
}
#about .flow {
  padding: 60px 0 0;
  box-sizing: border-box;
}
@media screen and (min-width: 1300px) {
  #about .flow {
    padding-top: 120px;
  }
}
#about .flow .wrapper {
  width: 100%;
  margin: 0 auto;
}
#about .flow h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 32px 0;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  #about .flow h4 {
    font-size: 28px;
    margin: 0 0 48px 0;
  }
}
#about .flow nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (min-width: 1300px) {
  #about .flow nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
  }
}
#about .flow nav div {
  width: 25%;
  height: auto;
  padding: 50px 0 16px;
}
@media screen and (min-width: 1300px) {
  #about .flow nav div {
    height: 96px;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1ch;
    cursor: pointer;
    position: relative;
  }
}
#about .flow nav div span {
  font-size: 16px;
  line-height: 140%;
  margin: 0;
  padding: 0 4px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 1300px) {
  #about .flow nav div span {
    font-size: 18px;
    line-height: 100%;
    padding: 0 0 0 40px;
  }
}
#about .flow nav div span:before {
  content: "01";
  font-family: "Barlow", sans-serif;
  font-size: 22px;
  line-height: 100%;
  margin: 0 0 0 -10px;
  padding: 0;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -32px;
}
@media screen and (min-width: 1300px) {
  #about .flow nav div span:before {
    font-size: 28px;
    margin: 0 8px 0 0;
    left: 0;
    top: -0.2em;
  }
}
#about .flow nav div:nth-child(2) span:before {
  content: "02";
}
#about .flow nav div:nth-child(3) span:before {
  content: "03";
}
#about .flow nav div:nth-child(4) span:before {
  content: "04";
}
#about .flow nav div.active {
  background: #005d36;
  position: relative;
}
#about .flow nav div.active:after {
  content: "";
  display: block;
  background: #005d36;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: rotate(45deg);
  margin-left: -8px;
}
@media screen and (min-width: 1300px) {
  #about .flow nav div.active:after {
    width: 24px;
    height: 24px;
    bottom: -12px;
  }
}
#about .flow nav div.active span {
  color: #fff;
}
#about .flow nav div.active span:before {
  color: #fff;
}
#about .flow .tab_area {
  border: 2px solid #005d36;
  padding: 32px;
  text-align: left;
  background: #fff;
}
@media screen and (min-width: 1300px) {
  #about .flow .tab_area {
    padding: 48px;
  }
}
#about .flow .tab_area .tab_conts {
  display: none;
}
#about .flow .tab_area .tab_conts.show {
  display: block;
}
#about #links {
  margin-top: 54px;
  background: #f2f2ea;
}
@media screen and (min-width: 1300px) {
  #about #links {
    margin-top: 96px;
  }
}
#about #links .wrapper {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding: 54px 0;
}
@media screen and (min-width: 1000px) {
  #about #links .wrapper {
    width: 90%;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1300px) {
  #about #links .wrapper {
    width: 1300px;
    padding: 96px 0;
  }
}
#about #links h2 {
  font-size: 22px;
  line-height: 160%;
  font-weight: 700;
  margin: 0 0 32px;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #about #links h2 {
    font-size: 28px;
    margin: 0 0 64px;
  }
}
#about #links h2 span {
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  color: #005d36;
}
@media screen and (min-width: 1000px) {
  #about #links h2 span {
    font-size: 28px;
  }
}
#about #links nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about #links nav a {
  display: block;
  width: 100%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media screen and (min-width: 1000px) {
  #about #links nav a {
    width: calc(50% - 16px);
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1300px) {
  #about #links nav a {
    width: calc(50% - 32px);
  }
}
#about #links nav a figure {
  width: 120px;
}
@media screen and (min-width: 1000px) {
  #about #links nav a figure {
    width: 205px;
  }
}
#about #links nav a div {
  padding: 0 16px;
  text-align: left;
  width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1ch;
  background: url(../img/arw_01.svg) no-repeat 90% 50%;
  background-size: 22px 7px;
}
@media screen and (min-width: 1000px) {
  #about #links nav a div {
    padding: 0 32px;
    width: calc(100% - 205px);
  }
}
#about #links nav a div span {
  font-size: 18px;
  font-weight: 700;
  color: #005d36;
  line-height: 100%;
  display: block;
}
@media screen and (min-width: 1000px) {
  #about #links nav a div span {
    font-size: 20px;
  }
}
#about #links nav a:nth-last-child(1) {
  margin-bottom: 0;
}
#about #links nav a:nth-last-child(2) {
  margin-bottom: 12px;
}
@media screen and (min-width: 1000px) {
  #about #links nav a:nth-last-child(2) {
    margin-bottom: 0px;
  }
}
/*# sourceMappingURL=about.css.map */