.mainVisual {
  margin-bottom: 5rem;
}
.mainVisual .swiper-slide {
  width: 100%;
  height: auto;
}
.mainVisual .swiper-slide > img {
  width: 100%;
  height: auto;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainVisual .swiper-slide .txtwrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 1280px;
}
.mainVisual .swiper-slide .txt {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 700px;
  height: 400px;
  box-sizing: border-box;
  padding: 40px 60px;
}
.mainVisual .swiper-slide .txt p {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.mainVisual .swiper-slide .txt h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.25em;
  white-space: nowrap;
  padding-bottom: 2.5rem;
  position: relative;
  margin-bottom: 3.75rem;
}
.mainVisual .swiper-slide .txt h2:after {
  content: "";
  display: block;
  width: 229px;
  height: 6px;
  background-color: #232323;
  position: absolute;
  left: 0;
  bottom: 0;
}
.mainVisual .swiper-slide .txt a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-image: linear-gradient(to right, #ff503f, #ff9e14);
  width: 300px;
  height: 60px;
  border-radius: 30px;
  transition: 0.4s;
}
.mainVisual .swiper-slide .txt a:hover {
  background-image: linear-gradient(to right, #ff9e14, #ff503f);
}
.mainVisual .swiper-slide .txt a img {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .mainVisual {
    margin-bottom: 3rem;
  }
  .mainVisual .swiper-slide > img {
    min-height: 400px;
  }
  .mainVisual .swiper-slide .txtwrap {
    width: 100%;
  }
  .mainVisual .swiper-slide .txt {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 30px 20px;
  }
  .mainVisual .swiper-slide .txt p {
    font-size: 1.125rem;
  }
  .mainVisual .swiper-slide .txt h2 {
    font-size: 1.75rem;
  }
  .mainVisual .swiper-slide .txt h2:after {
    content: "";
    display: block;
    width: 150px;
    height: 4px;
  }
  .mainVisual .swiper-slide .txt a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(to right, #ff503f, #ff9e14);
    width: 280px;
    height: 45px;
    border-radius: 30px;
    transition: 0.4s;
  }
  .mainVisual .swiper-slide .txt a:hover {
    background-image: linear-gradient(to right, #ff9e14, #ff503f);
  }
  .mainVisual .swiper-slide .txt a img {
    margin-left: 10px;
  }
}
section {
  overflow: hidden;
}
section .full {
  width: 100%;
}

.worth {
  margin-bottom: 6.25rem;
}
.worth .title {
  text-align: center;
  margin-bottom: 3.75rem;
}
.worth .title h3 {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.25em;
  margin-bottom: 20px;
}
.worth .title p {
  font-size: 1.5rem;
  line-height: 1.375rem;
  position: relative;
}
.worth .title p:after {
  content: "";
  display: block;
  width: 380px;
  height: 16px;
  background-image: linear-gradient(to right, #ff503f, #ff9e14);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  z-index: -1;
}
.worth article ul {
  display: flex;
  flex-wrap: wrap;
}
.worth article ul li {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.worth article ul li:nth-of-type(2n) .txt b {
  color: #666;
}
.worth article ul li .txt {
  width: calc(100% - 80px);
}
.worth article ul li .txt b {
  color: #d0043c;
  font-weight: bold;
  font-size: 2.25rem;
  display: block;
  margin-bottom: 38px;
}
.worth article ul li .txt p {
  line-height: 28px;
  font-size: 1.125rem;
  color: #666;
}

@media (max-width: 1024px) {
  .worth .title {
    margin-bottom: 2.5rem;
  }
  .worth .title h3 {
    font-size: 2.5rem;
  }
  .worth .title p {
    font-size: 1.25rem;
  }
  .worth .title p:after {
    width: 380px;
  }
  .worth article ul li {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .worth article ul li:nth-of-type(2n) .txt b {
    color: #666;
  }
  .worth article ul li .txt {
    width: calc(100% - 40px);
  }
  .worth article ul li .txt b {
    font-size: 2rem;
    margin-bottom: 28px;
  }
  .worth article ul li .txt p {
    line-height: 28px;
    font-size: 1.125rem;
  }
}
@media (max-width: 550px) {
  .worth .title {
    margin-bottom: 2.5rem;
  }
  .worth .title h3 {
    font-size: 1.5rem;
  }
  .worth .title p {
    font-size: 1rem;
  }
  .worth .title p:after {
    width: 190px;
    bottom: -5px;
  }
  .worth article ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .worth article ul li:nth-of-type(2n) .txt b {
    color: #666;
  }
  .worth article ul li .txt {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .worth article ul li .txt b {
    font-size: 2rem;
    margin-bottom: 28px;
  }
  .worth article ul li .txt p {
    line-height: 28px;
    font-size: 1.125rem;
  }
}
.schedule {
  display: flex;
  margin-bottom: 100px;
}
.schedule .monthlySchedule {
  width: 36%;
  background: url("/img/schedule.png") no-repeat 50% 50%/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 94px 75px;
}
.schedule .monthlySchedule .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.671);
  box-sizing: border-box;
  padding: 40px;
  position: relative;
  color: #fff;
  width: 550px;
  height: 550px;
}
.schedule .monthlySchedule .txt:after {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.schedule .monthlySchedule .txt b {
  display: block;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.schedule .monthlySchedule .txt p {
  font-size: 1rem;
  line-height: 28px;
}
.schedule .countwrap {
  width: 64%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.schedule .countwrap figure {
  margin-bottom: 100px;
}
.schedule .countwrap .ulwrap {
  display: flex;
  justify-content: space-around;
  width: 90%;
  border-left: 1px solid #ddd;
}
.schedule .countwrap .ulwrap .schedule_tit:first-of-type {
  width: 33.333%;
}
.schedule .countwrap .ulwrap .schedule_tit:last-of-type {
  width: 66.666%;
}
.schedule .countwrap .ulwrap .schedule_tit:last-of-type ul {
  width: 50%;
}
.schedule .countwrap .ulwrap .schedule_tit > li {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.schedule .countwrap .ulwrap .schedule_tit > li .innerwrap {
  display: flex;
  justify-content: space-around;
}
.schedule .countwrap .ulwrap .schedule_tit > li > b {
  display: block;
  font-size: 1.5rem;
  color: #d0043c;
  margin-bottom: 80px;
}
.schedule .countwrap .ulwrap .schedule_tit > li ul {
  border-right: 1px solid #ddd;
}
.schedule .countwrap .ulwrap .schedule_tit > li ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.schedule .countwrap .ulwrap .schedule_tit > li ul li:not(:last-child) {
  margin-bottom: 20px;
}
.schedule .countwrap .ulwrap .schedule_tit > li ul li b {
  font-size: 3rem;
  font-weight: bold;
  display: block;
  margin-bottom: 24px;
  color: #666;
}
@media (max-width: 1280px) {
  .schedule {
    flex-direction: column;
    align-items: flex-start;
  }
  .schedule .monthlySchedule {
    width: 100%;
    background: url("/img/schedule.png") no-repeat 50% 50%/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 44px 25px;
    box-sizing: border-box;
  }
  .schedule .monthlySchedule .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.671);
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    color: #fff;
    width: 550px;
    height: 550px;
  }
  .schedule .monthlySchedule .txt:after {
    content: "";
    display: block;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .schedule .monthlySchedule .txt b {
    display: block;
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .schedule .monthlySchedule .txt p {
    font-size: 1.125rem;
    line-height: 28px;
  }
  .schedule .countwrap {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .schedule .countwrap figure {
    margin-bottom: 100px;
  }
  .schedule .countwrap .ulwrap {
    display: flex;
    justify-content: space-around;
    width: 90%;
    border-left: 1px solid #ddd;
  }
  .schedule .countwrap .ulwrap .schedule_tit:first-of-type {
    width: 33.333%;
  }
  .schedule .countwrap .ulwrap .schedule_tit:last-of-type {
    width: 66.666%;
  }
  .schedule .countwrap .ulwrap .schedule_tit:last-of-type ul {
    width: 50%;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li .innerwrap {
    display: flex;
    justify-content: space-around;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li > b {
    display: block;
    font-size: 1.5rem;
    color: #d0043c;
    margin-bottom: 80px;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li ul {
    border-right: 1px solid #ddd;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li ul li b {
    font-size: 3rem;
    font-weight: bold;
    display: block;
    margin-bottom: 24px;
    color: #666;
  }
}
@media (max-width: 768px) {
  .schedule {
    flex-direction: column;
    align-items: flex-start;
  }
  .schedule .monthlySchedule {
    width: 100%;
    background: url("/img/schedule.png") no-repeat 50% 50%/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 34px 14px;
    box-sizing: border-box;
  }
  .schedule .monthlySchedule .txt {
    width: 100%;
    height: auto;
    padding: 40px 20px;
  }
  .schedule .monthlySchedule .txt:after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .schedule .monthlySchedule .txt b {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .schedule .monthlySchedule .txt p {
    font-size: 1rem;
  }
  .schedule .countwrap {
    margin-top: 20px;
  }
  .schedule .countwrap figure {
    margin-bottom: 40px;
  }
  .schedule .countwrap figure img {
    max-width: 280px;
  }
  .schedule .countwrap .ulwrap {
    flex-direction: column;
    border-left: 0;
  }
  .schedule .countwrap .ulwrap .schedule_tit:first-of-type {
    width: 100%;
    margin-bottom: 20px;
  }
  .schedule .countwrap .ulwrap .schedule_tit:last-of-type {
    width: 100%;
  }
  .schedule .countwrap .ulwrap .schedule_tit:last-of-type ul {
    width: 100%;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li .innerwrap {
    flex-direction: column;
    align-items: center;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li .innerwrap ul:not(:last-child) {
    margin-bottom: 20px;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li > b {
    display: block;
    font-size: 1.5rem;
    color: #d0043c;
    margin-bottom: 20px;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li ul {
    border-right: 0 solid #ddd;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .schedule .countwrap .ulwrap .schedule_tit > li ul li b {
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: #666;
  }
}
.kko {
  margin-bottom: 80px;
}
.kko .inwrap {
  height: 600px;
  display: flex;
}
.kko .inwrap .txt {
  width: 50%;
  box-sizing: border-box;
  padding: 72px 60px;
}
.kko .inwrap .txt b {
  font-size: 3rem;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
}
.kko .inwrap .txt p {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.kko .inwrap .txt a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #666;
}
.kko .inwrap .txt a img {
  margin-left: 14px;
}
.kko .inwrap figure {
  width: 50%;
}
.kko .inwrap.top .txt {
  background-color: #f8f8f8;
}
.kko .inwrap.bot {
  height: 300px;
}
.kko .inwrap.bot .txt {
  text-align: right;
}
.kko .inwrap.bot .txt a {
  justify-content: flex-end;
}
.kko .inwrap.bot figure {
  transform: translateY(-100%);
  box-sizing: border-box;
  padding-left: 60px;
}

@media (max-width: 1280px) {
  .kko .inwrap {
    height: auto;
    display: flex;
  }
  .kko .inwrap .txt {
    width: 50%;
    box-sizing: border-box;
    padding: 42px 30px;
  }
  .kko .inwrap .txt b {
    font-size: 3rem;
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
  }
  .kko .inwrap .txt p {
    font-size: 1.125rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5em;
  }
  .kko .inwrap .txt a {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #666;
  }
  .kko .inwrap .txt a img {
    margin-left: 14px;
  }
  .kko .inwrap figure {
    width: 50%;
  }
  .kko .inwrap.top .txt {
    background-color: #f8f8f8;
  }
  .kko .inwrap.bot {
    height: auto;
  }
  .kko .inwrap.bot .txt {
    text-align: right;
  }
  .kko .inwrap.bot .txt a {
    justify-content: flex-end;
  }
  .kko .inwrap.bot figure {
    transform: translateY(0);
    box-sizing: border-box;
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .kko .inwrap {
    flex-direction: column;
  }
  .kko .inwrap .txt {
    width: 100%;
    padding: 22px 20px;
  }
  .kko .inwrap .txt b {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .kko .inwrap figure {
    width: 100%;
  }
  .kko .inwrap.top .txt {
    background-color: #f8f8f8;
  }
  .kko .inwrap.bot {
    height: auto;
    flex-direction: row;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  .kko .inwrap.bot {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .kko .inwrap.bot .txt {
    text-align: right;
  }
  .kko .inwrap.bot .txt a {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .kko .inwrap.bot figure {
    padding-left: 20px;
  }
}
.slideWrap {
  margin-bottom: 100px;
}
.slideWrap .title {
  margin-bottom: 40px;
  text-align: center;
}
.slideWrap .title h4 {
  font-size: 1.875rem;
  padding-bottom: 40px;
  position: relative;
}
.slideWrap .title h4:after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background-color: #67c351;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slideWrap .title h4 b {
  font-weight: bold;
}
.slideWrap .crosswrap {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}
.slideWrap .crosswrap .swiper:first-of-type {
  margin-bottom: 20px;
}
.slideWrap .crosswrap .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.slideWrap .crosswrap .swiper .swiper-slide {
  width: auto;
}
.slideWrap > a {
  width: 200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777;
  border: 1px solid #67c351;
  transition: 0.3s;
  font-size: 1.125rem;
  margin: 0 auto;
}

.contact {
  width: 95%;
  max-width: 1720px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.contact article {
  box-sizing: border-box;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc(33.333% - 33.333px);
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.contact article:not(:last-child) {
  margin-right: 20px;
}
.contact article h5 {
  color: #67c351;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 1.125rem;
}
.contact article .tel {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.contact article .tel img {
  margin-right: 5px;
}
.contact article .tel b {
  font-size: 2.25rem;
  letter-spacing: 2px;
  color: #85ba6a;
  display: block;
}
.contact article .paragUl {
  color: #666;
  line-height: 1.4em;
}
.contact article p.red {
  font-size: 0.875rem;
  color: #d0043c;
  line-height: 1.5em;
}
.contact article .noticelist {
  border-top: 1px solid #ddd;
  width: 100%;
  text-align: left;
}
.contact article .noticelist li {
  border-bottom: 1px solid #ddd;
  padding: 10px 40px;
  box-sizing: border-box;
}
.contact article .noticelist li a {
  color: #666;
}
.contact article .noticelist li span {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 5px;
}
.contact article .noticelist li p {
  font-size: 0.875rem;
}
.contact article .gopro {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  background-color: #85ba6a;
  font-size: 1.125rem;
  color: #fff;
  margin-top: 20px;
}
.contact article .gopro img {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .contact {
    flex-direction: column;
    align-items: center;
  }
  .contact article {
    padding: 40px 20px;
    width: calc(100% - 80px);
  }
  .contact article:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact article h5 {
    color: #67c351;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 1.125rem;
  }
}
.snswrap {
  margin-bottom: 80px;
}
.snswrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.snswrap ul li {
  width: 25%;
  box-sizing: border-box;
}
.snswrap ul li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.snswrap ul li a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.snswrap ul li a figure {
  margin-right: 20px;
}
.snswrap ul li a .sns-info b {
  color: #67c351;
  display: block;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.snswrap ul li a .sns-info p {
  color: #666;
  font-size: 0.875rem;
}

@media (max-width: 1024px) {
  .snswrap ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .snswrap ul li .sns-info {
    width: 140px;
  }
  .snswrap ul li:not(:last-child) {
    border-right: 0 solid #ddd;
  }
}
@media (max-width: 600px) {
  .snswrap ul li {
    width: 100%;
  }
}
.logoSwiper {
  border-top: 1px solid #ddd;
}
.logoSwiper .swiper-wrapper {
  transition-timing-function: linear;
}
.logoSwiper .swiper-slide {
  padding: 20px 40px;
  border-right: 1px solid #ddd;
  width: auto;
}

.weebing {
  -webkit-animation: weeb 0.5s ease-in-out infinite alternate;
          animation: weeb 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes weeb {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}

@keyframes weeb {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
.moreview {
  transition: 0.4s;
  overflow: hidden;
  position: relative;
}
.moreview:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(45deg) translate(-50px, 50px);
  transition: 0.4s;
  opacity: 0.4;
  z-index: 1;
  border-radius: 50%;
}
.moreview:hover {
  color: #fff;
  background-color: #67c351;
}
.moreview:hover:after {
  left: 0;
  bottom: 0;
  transform: rotate(45deg) translate(147px, -81px);
  width: 110px;
  height: 110px;
}/*# sourceMappingURL=style.css.map */