@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic-Bold";
  src: url("../fonts/ZenMaruGothic-Bold.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 25px 0 0;
}
.com-txt .ac {
  background: linear-gradient(transparent 65%, #ffe5c2 65%);
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-txt .ac {
    font-size: 1.5rem;
  }
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 130px 0 140px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-border01 {
  position: relative;
  z-index: 1;
}
.com-border01::before {
  content: "";
  width: 100%;
  height: 15px;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 1px, rgb(227, 240, 218) 1px, rgb(227, 240, 218) 2px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.com-box01 {
  background-color: #ffffff;
  border-radius: 12px;
  border: 2px solid #88c799;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.05);
}

.sub .com-box01 {
  border-width: 1px;
  box-shadow: none;
}

.com-bg01 {
  background: #fffcf0;
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  display: block;
  padding-left: 33px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.3rem;
  letter-spacing: 0.02em;
  color: #ffbd67;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.65rem;
  }
}
.com-tel-note {
  display: block;
  line-height: 1;
}
.com-tel-note img {
  line-height: 1;
}

/* =========================================

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-bg {
  position: relative;
  z-index: 1;
}
#top-about .about-bg::before {
  content: "";
  width: 810px;
  height: 545px;
  background-color: #ffffff;
  border-radius: 11px 100px 0 11px;
  position: absolute;
  left: calc(50% - 960px);
  bottom: 0;
  z-index: -1;
}
#top-about .about-ttl {
  display: inline-block;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.7rem;
  letter-spacing: 0.04em;
  color: #45a16a;
  line-height: 1.78;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl {
    font-size: 1.85rem;
  }
}
#top-about .about-ttl::before {
  content: "";
  width: 94px;
  height: 37px;
  background: url(../img/top/about-ttl-lb.png) no-repeat right bottom/contain;
  position: absolute;
  right: 36px;
  bottom: -39px;
}
#top-about .about-ttl .ac {
  color: #a1ce83;
  position: relative;
}
#top-about .about-ttl .ac::before {
  content: "";
  width: calc(100% - 35px);
  height: 2px;
  margin: auto;
  background-color: #a1ce83;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
}
#top-about .about-ttl-sub {
  margin-top: 56px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl-sub {
    font-size: 1.5rem;
  }
}
#top-about .about-ttl-sub .bg {
  display: inline-block;
  padding-left: 5px;
  background: #76bd8a;
  border-radius: 4px;
}
#top-about .about-ttl-sub .bg:nth-of-type(n+2) {
  margin-top: 19px;
}
#top-about .about-txt-box {
  margin-top: 26px;
}
#top-about .about-img {
  position: absolute;
  right: calc(50% - 935px);
  bottom: 88px;
}
#top-about .about-profile {
  position: absolute;
  left: -38px;
  bottom: 85px;
}
#top-about .about-profile .fuki {
  width: 208px;
  padding: 8px 0 16px;
  text-align: center;
  border-radius: 12px;
  background-color: #ffbd67;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-about .about-profile .fuki {
    font-size: 1.5rem;
  }
}
#top-about .about-profile .fuki::before {
  content: "";
  width: 37px;
  height: 18px;
  background: url(../img/top/about-fuki.png) no-repeat right bottom/contain;
  position: absolute;
  right: 24px;
  bottom: -18px;
}
#top-about .about-profile .num {
  font-size: 3.2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #top-about .about-profile .num {
    font-size: 1.6rem;
  }
}
#top-about .about-profile .lg {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-about .about-profile .lg {
    font-size: 1.8rem;
  }
}
#top-about .about-profile-name {
  margin-top: 21px;
  padding-left: 28px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.3rem;
  letter-spacing: 0.08em;
  color: #45a16a;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-about .about-profile-name {
    font-size: 1.5rem;
  }
}
#top-about .about-profile-name .job {
  margin: 0 10px 0 22px;
  padding: 0 9px;
  background: #45a16a;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-about .about-profile-name .job {
    font-size: 1.5rem;
  }
}
#top-about .about-profile-name .lg {
  font-size: 2.5rem;
  color: #603d1a;
}
@media screen and (max-width: 768px) {
  #top-about .about-profile-name .lg {
    font-size: 1.5rem;
  }
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-bg {
  background: url(../img/top/bnr-bg-rt.jpg) no-repeat right top/54.79%, url(../img/top/bnr-bg-lb.jpg) no-repeat left bottom/34%;
}
#top-bnr .bnr-list-item {
  position: relative;
  z-index: 1;
}
#top-bnr .bnr-list-item::before {
  content: "";
  width: 531px;
  height: 320px;
  background: #ecf5e6;
  border-radius: 80px 12px 12px 12px;
  position: absolute;
  top: -50px;
  left: -150px;
  z-index: -1;
}
#top-bnr .bnr-list-item:nth-of-type(n+2) {
  margin: 120px auto 0;
}
#top-bnr .bnr-list-item:nth-of-type(2n)::before {
  background-color: #fffbea;
  border-radius: 12px 12px 80px 12px;
  top: auto;
  bottom: -100px;
  left: auto;
  right: -150px;
}
#top-bnr .bnr-list-item:nth-of-type(2n) .bnr-img {
  margin-left: auto;
  text-align: right;
}
#top-bnr .bnr-list-item:nth-of-type(2n) .bnr-link {
  left: 100px;
  right: auto;
}
#top-bnr .bnr-list-item:last-of-type::before {
  content: none;
}
#top-bnr .bnr-img img {
  border-radius: 12px;
}
#top-bnr .bnr-link {
  display: block;
  width: 430px;
  padding: 45px 50px 50px;
  position: absolute;
  top: 120px;
  right: 100px;
}
#top-bnr .bnr-link::after {
  content: "";
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: url(../img/top/mv-arw.png) no-repeat center #a1ce83;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-link:hover {
    opacity: 1;
  }
  #top-bnr .bnr-link:hover::after {
    background-color: #ffbd67;
    right: -30px;
  }
}
#top-bnr .bnr-ttl {
  display: flex;
  align-items: center;
}
#top-bnr .bnr-ttl::before {
  content: "";
  width: 48px;
  height: 36px;
  margin-right: 12px;
  background: url(../img/top/bnr-ttl-ico.png) no-repeat left top/contain;
}
#top-bnr .bnr-ttl .border {
  display: inline-block;
  background: linear-gradient(transparent 50%, #e3f0da 50%);
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
  color: #45a16a;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-ttl .border {
    font-size: 1.9rem;
  }
}
#top-bnr .bnr-txt {
  margin-top: 26px;
  padding-bottom: 18px;
  background-size: 6px 3px;
  background-position: left bottom;
  background-image: linear-gradient(to right, #a1ce83, #a1ce83 3px, transparent 3px, transparent 6px);
  background-repeat: repeat-x;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-txt {
    font-size: 1.5rem;
  }
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-bg.jpg) no-repeat center/cover;
}
.com-contact .contact-box {
  padding: 40px 0 65px;
  background: url(../img/top/contact-box.jpg) no-repeat center/cover;
  border-radius: 12px;
  text-align: center;
}
.com-contact .contact-ttl {
  display: inline-block;
}
.com-contact .contact-ttl .fuki {
  display: block;
  margin-left: -70px;
  text-align: left;
}
.com-contact .contact-ttl .ttl {
  margin: 9px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.6rem;
  color: #45a16a;
  line-height: 1.2;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .ttl {
    font-size: 1.8rem;
  }
}
.com-contact .contact-ttl .ttl::before {
  content: "";
  width: 93px;
  height: 50px;
  background: url(../img/top/contact-ttl-rb.png) no-repeat right bottom/contain;
  position: absolute;
  right: -50px;
  bottom: -32px;
}
.com-contact .contact-ttl .ttl .ac {
  color: #a1ce83;
}
.com-contact .contact-txt {
  margin: 15px auto 0;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-txt .ac {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt .ac {
    font-size: 1.5rem;
  }
}
.com-contact .contact-flx {
  width: 100%;
  max-width: 670px;
  margin: 20px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(228, 228, 228, 0.7);
}
.com-contact .contact-btn {
  display: flex;
  width: 100%;
  max-width: 340px;
  height: 55px;
  border-radius: 999px;
  background: url(../img/top/contact-btn-bg.png) no-repeat center/cover;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
  justify-content: center;
  align-items: center;
  box-shadow: 3.536px 3.536px 0px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .com-contact .contact-btn {
    font-size: 1.5rem;
  }
}
.com-contact .contact-btn::before {
  content: "";
  width: 27px;
  height: 18px;
  margin-right: 10px;
  background: url(../img/top/contact-mail.png) no-repeat center/contain;
}
.com-contact .com-tel-link {
  padding-left: 50px;
  font-size: 4.2rem;
  letter-spacing: 0.02em;
  background-image: url(../img/top/contactc-tel.png);
  background-position-y: 5px;
}
@media screen and (max-width: 768px) {
  .com-contact .com-tel-link {
    font-size: 2.1rem;
  }
}
.com-contact .com-tel-note {
  padding-top: 6px;
  padding-left: 20px;
}

/* =========================================

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .about-flx {
  margin: 33px auto 0;
}
@media screen and (min-width: 768px) {
  #about .about-txt-box {
    max-width: 540px;
    margin-left: 50px;
  }
}
#about .sports {
  background: url(../img/about/sports-bg.jpg) no-repeat center/cover;
}
#about .sports-txt {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #about .sports-txt {
    text-align: center;
  }
}
#about .sports-list {
  margin: 50px auto 0;
}
#about .sports-list-item {
  width: 100%;
  max-width: 330px;
  padding: 30px;
}
#about .sports-list-ico {
  display: block;
  margin: auto;
  text-align: center;
}
#about .sports-list-ttl {
  margin: 20px auto 0;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.55;
  color: #45a16a;
}
@media screen and (max-width: 768px) {
  #about .sports-list-ttl {
    font-size: 1.5rem;
  }
}
#about .sports-list-ttl .sm {
  display: inline-block;
  margin-bottom: 7px;
  padding: 0 8px;
  background: #45a16a;
  border-radius: 2px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  color: #fff;
}
#about .sports-list-txt {
  margin: 10px auto 0;
  font-size: 1.5rem;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #about .sports-list-txt {
    font-size: 1.5rem;
  }
}
#about .self-flx {
  margin: 41px auto 0;
}
@media screen and (min-width: 768px) {
  #about .self-txt-box {
    max-width: 540px;
    margin-left: 45px;
  }
}
#about .self .ac {
  background: linear-gradient(transparent 30%, #ffe5c2 30%);
}

/* guide  PC
------------------------------------ */
#guide .about-list {
  margin: 40px auto 0;
}
#guide .about-list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  #guide .about-list-item {
    min-height: 440px;
  }
}
#guide .about-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
#guide .about-list-img {
  position: absolute;
  top: 0;
}
#guide .about-list-img-l {
  left: -220px;
}
#guide .about-list-img-r {
  right: -220px;
}
@media screen and (min-width: 768px) {
  #guide .about-list-con {
    max-width: 550px;
  }
  #guide .about-list-con-r {
    margin-left: auto;
  }
}
#guide .about-list-txt-box {
  margin-top: 22px;
}
#guide .about .ac {
  background: linear-gradient(transparent 30%, #ffe5c2 30%);
}
#guide .guide {
  background-color: #fffcf0;
}
#guide .guide-box {
  margin: 40px auto 0;
  padding: 93px 0 100px;
  background: url(../img/guide/guide-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #guide .guide-box-con {
    max-width: 600px;
    margin-left: auto;
  }
}
#guide .guide-box-ttl {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  color: #45a16a;
}
@media screen and (max-width: 768px) {
  #guide .guide-box-ttl {
    font-size: 1.5rem;
  }
}
#guide .guide-box-txt {
  margin-top: 22px;
}
#guide .guide-box-txt .ac {
  background: linear-gradient(transparent 30%, #ffe5c2 30%);
}

/* faq  PC
------------------------------------ */
#faq .faq-list {
  margin: 42px auto 0;
}
#faq .faq-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
#faq .faq-list-box {
  padding: 50px 50px 45px;
  border-width: 1px;
  box-shadow: none;
}
#faq .faq-list-ttl {
  padding-top: 5px;
  padding-left: 60px;
  padding-bottom: 10px;
  background: url(../img/faq/q.png) no-repeat left top;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #45a16a;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#faq .faq-list-txt {
  margin: 13px auto 0;
}
#faq .faq-list-txt a {
  display: inline;
  color: #88c799;
  border-bottom: 1px solid;
}

/* information  PC
------------------------------------ */
#information .information-box {
  margin: 42px auto 0;
  padding: 50px;
}
#information .information-map {
  margin: 60px auto 0;
}

/* contact  PC
------------------------------------ */
#contact .contact-list {
  margin: 60px auto 0;
}
#contact .contact-list-box {
  padding: 40px;
}/*# sourceMappingURL=all.css.map */