@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
.c-mt0 {
  margin-top: 0px !important;
}

.c-mb0 {
  margin-bottom: 0px !important;
}

.c-mt8 {
  margin-top: 8px !important;
}

.c-mb8 {
  margin-bottom: 8px !important;
}

.c-mt16 {
  margin-top: 16px !important;
}

.c-mb16 {
  margin-bottom: 16px !important;
}

.c-mt24 {
  margin-top: 24px !important;
}

.c-mb24 {
  margin-bottom: 24px !important;
}

.c-mt32 {
  margin-top: 32px !important;
}

.c-mb32 {
  margin-bottom: 32px !important;
}

.c-mt40 {
  margin-top: 40px !important;
}

.c-mb40 {
  margin-bottom: 40px !important;
}

.c-mt48 {
  margin-top: 48px !important;
}

.c-mb48 {
  margin-bottom: 48px !important;
}

.c-mt56 {
  margin-top: 56px !important;
}

.c-mb56 {
  margin-bottom: 56px !important;
}

.c-mt64 {
  margin-top: 64px !important;
}

.c-mb64 {
  margin-bottom: 64px !important;
}

.c-mt72 {
  margin-top: 72px !important;
}

.c-mb72 {
  margin-bottom: 72px !important;
}

.c-mt80 {
  margin-top: 80px !important;
}

.c-mb80 {
  margin-bottom: 80px !important;
}

.c-mt88 {
  margin-top: 88px !important;
}

.c-mb88 {
  margin-bottom: 88px !important;
}

.c-mt96 {
  margin-top: 96px !important;
}

.c-mb96 {
  margin-bottom: 96px !important;
}

.c-mt104 {
  margin-top: 104px !important;
}

.c-mb104 {
  margin-bottom: 104px !important;
}

.c-mt112 {
  margin-top: 112px !important;
}

.c-mb112 {
  margin-bottom: 112px !important;
}

.c-mt120 {
  margin-top: 120px !important;
}

.c-mb120 {
  margin-bottom: 120px !important;
}

.c-mt128 {
  margin-top: 128px !important;
}

.c-mb128 {
  margin-bottom: 128px !important;
}

.c-mt136 {
  margin-top: 136px !important;
}

.c-mb136 {
  margin-bottom: 136px !important;
}

.c-mt144 {
  margin-top: 144px !important;
}

.c-mb144 {
  margin-bottom: 144px !important;
}

.c-mt152 {
  margin-top: 152px !important;
}

.c-mb152 {
  margin-bottom: 152px !important;
}

.c-mt160 {
  margin-top: 160px !important;
}

.c-mb160 {
  margin-bottom: 160px !important;
}

ul, li {
  list-style: none;
}

html {
  font-size: 10px;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  background: #fff;
  color: #222;
  font-feature-settings: "palt";
}

a {
  color: #222;
  text-decoration: none;
}

.cls-1 {
  fill: #fff;
}

.middle {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
}

.small {
  font-size: 1.4rem;
}

@media screen and (max-width: 965px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 965px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}

.headerWrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #C6CE51;
  z-index: 11;
}

.header {
  display: flex;
  align-items: center;
  max-width: 1400px;
  background-color: #C6CE51;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.header__logo {
  flex: 1 1 auto;
  margin-right: auto;
}

.active .contact {
  display: none;
}

.contact__button {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: color 0.4s ease,background-color 0.4s ease,border 0.4s ease;
}

.contact__button:hover {
  border: 2px solid #fff;
  background-color: #C6CE51;
}

.contact__button:hover svg path {
  fill: #fff;
}

.contact__button svg path {
  fill: #222;
}

@media screen and (min-width: 1013px) {
  .header {
    padding: 0 104px;
    height: 80px;
  }
  .header__logo {
    margin: 16px auto 16px 0;
    max-width: 266px;
    min-width: 200px;
  }
  .contact {
    margin: 16px 0;
  }
  .contact__button {
    padding: 16px 48px;
  }
  .contact svg {
    width: 80px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 965px) {
  .header {
    padding: 0 16px;
  }
}

@media screen and (max-width: 1012px) {
  .header.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .header {
    padding: 8px;
    height: 52px;
  }
  .header__logo {
    max-width: 185px;
  }
  .contact__button {
    padding: 8px 24px;
  }
  .contact svg {
    width: 56px;
  }
  .header nav {
    order: 2;
  }
  .contact {
    order: 1;
  }
}

.headerAfterBlock {
  position: relative;
}

@media screen and (min-width: 965px) {
  .headerAfterBlock {
    margin-top: 80px;
  }
}

@media screen and (max-width: 965px) {
  .headerAfterBlock {
    margin-top: 52px;
  }
}

@media screen and (min-width: 1013px) {
  .cp__hmenuac01 {
    display: none;
  }
}

@media screen and (max-width: 965px) {
  .cp__hmenuac01 .cp__bar,
  .cp__hmenuac01 .cp__bar:before,
  .cp__hmenuac01 .cp__bar:after {
    display: block;
    width: 40px;
    height: 4px;
    content: '';
    transition: all 0.5s ease-in-out;
    background: #fff;
  }
  .cp__hmenuac01 .cp__bar {
    position: relative;
    margin: 5px 0;
  }
  .cp__hmenuac01 .cp__bar:before,
  .cp__hmenuac01 .cp__bar:after {
    position: absolute;
  }
  .cp__hmenuac01 .cp__bar:before {
    top: 13px;
  }
  .cp__hmenuac01 .cp__bar:after {
    bottom: 13px;
  }
  .cp__hmenuac01 {
    width: 40px;
    padding: 8px;
  }
  .active .cp__hmenuac01 .cp__bar {
    background: transparent;
  }
  .active .cp__hmenuac01 .cp__bar:before {
    top: 0;
    transform: rotate(45deg);
  }
  .active .cp__hmenuac01 .cp__bar:after {
    top: 0;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 1012px) {
  .gnav {
    display: none;
  }
  .active .gnav {
    display: block;
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px 16px 48px;
    overflow-y: scroll;
    box-sizing: border-box;
    background: #fff;
    z-index: 10;
  }
  .gnav__link span:first-child {
    display: none;
  }
  .gnav__link span:last-child {
    display: block;
    font-size: 2.2rem;
    padding: 8px 0;
  }
  .gnavChild__link {
    display: list-item;
    list-style-position: inside;
    color: #888;
    padding: 12px;
    padding-left: 0;
    margin-left: 40px;
    list-style: disc;
  }
}

@media screen and (min-width: 1013px) {
  .gnav__item:last-child {
    display: none;
  }
  .gnav {
    display: flex;
  }
  .gnav__item {
    position: relative;
  }
  .gnav__item:nth-child(4) .gnav__link span:first-child:after,
  .gnav__item:nth-child(5) .gnav__link span:first-child:after {
    display: none;
  }
  .gnav__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    align-items: center;
    margin-right: 24px;
    transition: color 0.4s ease;
  }
  .gnav__link span {
    padding: 0 12px;
  }
  .gnav__link:hover, .gnav__link--active {
    color: #fff;
  }
  .gnav__link:hover span:first-child:after,
  .gnav__link--active span:first-child:after {
    background: url("../images/icon/arrow_white.svg") 0 0 no-repeat !important;
  }
  .gnav__link span:first-child {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .gnav__link span:first-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 4px;
    margin-top: -2px;
    background: url("../images/icon/arrow_black.svg") 0 0 no-repeat;
    background-size: contain;
    transition: background-image 0.4s ease;
  }
  .gnav__link span:last-child {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .gnavChild.active {
    display: block;
  }
  .gnavChild {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 170px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    z-index: 10;
  }
  .gnavChild__link {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    transition: all 0.4s ease;
  }
  .gnavChild__link:hover {
    background-color: #C6CE51;
    color: #fff;
  }
  .gnavChild__link:hover:after {
    background: url("../images/icon/arrow_white_r.svg") 0 0 no-repeat;
  }
  .gnavChild__link:after {
    content: "";
    margin-top: 2px;
    margin-left: auto;
    width: 4px;
    height: 6px;
    background: url("../images/icon/arrow_black_r.svg") 0 0 no-repeat;
    background-size: contain;
    transition: background-image 0.4s ease;
  }
}

.footerWrap {
  background-color: #C6CE51;
}

@media screen and (min-width: 965px) {
  .footer {
    padding-bottom: 80px;
  }
  .footer__logo {
    padding-top: 112px;
    width: 280px;
  }
  .footer address {
    margin-top: 80px;
  }
  .footer address .tel {
    margin-top: 16px;
  }
  .footer address .tel img {
    width: 260px;
  }
  .footerContent {
    margin-top: 144px;
    font-size: 1.8rem;
  }
  .footerNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerNav__item {
    flex: 0 0 auto;
    margin-top: 16px;
  }
  .footerNav__item:after {
    content: "|";
  }
  .footerNav__item:last-child:after {
    content: "";
  }
  .footerNav__link {
    display: inline-block;
    color: #fff;
    padding: 0 40px;
  }
  .footerNav__link:hover {
    text-decoration: underline;
  }
  .copyright {
    margin-top: 64px;
  }
}

@media screen and (max-width: 965px) {
  .footer {
    padding-bottom: 40px;
  }
  .footer__logo {
    padding-top: 80px;
    width: 245px;
  }
  address {
    margin-top: 32px;
    font-size: 1.6rem;
  }
  address .tel {
    margin-top: 16px;
  }
  address .tel img {
    width: 210px;
  }
  .footerContent {
    margin-top: 40px;
    font-size: 1.6rem;
  }
  .footerNav {
    display: none;
  }
  .copyright {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}

.footer {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
}

.footer__logo {
  margin-left: auto;
  margin-right: auto;
}

.footer address {
  font-style: normal;
}

.footer address .tel {
  display: block;
  font-weight: bold;
  color: #fff;
}

.footer .address__item {
  margin-top: 16px;
}

.artcleHeading {
  display: none;
}

.sectionWrap--type01 {
  background-color: #C6CE51;
}

.sectionWrap--type02 {
  background-color: #fff;
}

.section {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.6px;
}

@media screen and (min-width: 965px) {
  .section {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 965px) {
  .sectionWrap {
    position: relative;
  }
  .sectionWrap--type01 {
    background-color: #C6CE51;
  }
  .sectionWrap--type01:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -13vw;
    left: 0;
    width: 100%;
    height: 13vw;
    background: url("../images/visual/wave_under_SP.svg") 0 0 no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .section {
    padding-bottom: 40px;
  }
}

.heading01 {
  text-align: center;
  font-weight: bold;
}

.heading01--type1 {
  color: #fff;
}

.heading01--type2 {
  color: #222;
}

.heading01--type3 {
  color: #C6CE51;
}

.heading01 span {
  display: block;
}

@media screen and (min-width: 965px) {
  .heading01 {
    font-size: 5.0rem;
    letter-spacing: 2px;
  }
  .heading01 span {
    margin-top: 16px;
    font-size: 2.0rem;
    font-weight: lighter;
    letter-spacing: 2px;
  }
  .heading01--pt {
    padding-top: 120px;
  }
}

@media screen and (max-width: 965px) {
  .heading01 {
    font-size: 3.4rem;
    letter-spacing: 2px;
  }
  .heading01 span {
    margin-top: 8px;
    font-size: 1.6rem;
    font-weight: lighter;
    letter-spacing: 2px;
  }
  .heading01--pt {
    padding-top: 60px;
  }
  .heading01--type2 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 965px) {
  .memberWrap {
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }
  .memberBlock01 {
    position: relative;
    width: 540px;
    height: 464px;
    background: url("../images/visual/menber_PC.png") 0 0 no-repeat;
    z-index: 1;
  }
  .memberBlock01 svg {
    position: absolute;
    top: 77px;
    left: -58px;
    width: 310px;
  }
  .memberBlock02 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 108px;
    margin-left: -62px;
    width: 464px;
    height: 464px;
    border-radius: 232px;
    text-align: center;
    background: #fff;
  }
  .memberBlock02__title {
    display: inline;
    font-size: 2.4rem;
  }
  .memberBlock02__title span {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
  }
  .memberBlock02__title span:last-child {
    margin-top: 16px;
  }
  .memberBlock02__title span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 10px;
    background-color: #F7FAD7;
  }
  .memberBlock02__text {
    margin-top: 32px;
    max-width: 315px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .memberBlock02__link {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 160px;
    height: 48px;
    margin-top: 40px;
    background-color: #C6CE51;
    border-radius: 6px;
    border: 2px solid transparent;
    color: #fff;
    transition: all 0.4s ease;
  }
  .memberBlock02__link:hover {
    background-color: #fff;
    color: #C6CE51;
    border: 2px solid #C6CE51;
  }
}

@media screen and (max-width: 965px) {
  .memberWrap {
    margin: 48px 10px 0;
    border-radius: 6px;
    overflow: hidden;
  }
  .memberBlock01 {
    width: 100%;
    height: 64vw;
    background: url("../images/visual/menber_SP.jpg") 0 0 no-repeat;
    background-size: cover;
  }
  .memberBlock01 svg {
    display: none;
  }
  .memberBlock02 {
    padding: 40px 8px;
    text-align: center;
    background: #fff;
  }
  .memberBlock02__title {
    display: inline;
    font-size: 1.8rem;
  }
  .memberBlock02__title span {
    position: relative;
    display: inline-block;
    text-align: center;
    z-index: 1;
  }
  .memberBlock02__title span:last-child {
    margin-top: 16px;
  }
  .memberBlock02__title span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 10px;
    background-color: #F7FAD7;
  }
  .memberBlock02__text {
    margin-top: 40px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .memberBlock02__link {
    display: block;
    margin-top: 40px;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 24px;
    box-sizing: border-box;
    background-color: #C6CE51;
    border-radius: 6px;
    border: 2px solid transparent;
    color: #fff;
    transition: all 0.4s ease;
  }
  .memberBlock02__link:hover {
    background-color: #fff;
    color: #C6CE51;
    border: 2px solid #C6CE51;
  }
}

@media screen and (min-width: 965px) {
  .visitWrap {
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }
  .visitBlock01 {
    position: relative;
    width: 464px;
    height: 464px;
    border-radius: 232px;
    background: url("../images/visual/visit_PC.jpg") 0 0 no-repeat;
    z-index: 1;
  }
  .visitBlock01 img {
    width: 464px;
    height: 464px;
    border-radius: 232px;
  }
  .visitBlock01 svg {
    position: absolute;
    top: 77px;
    left: -58px;
    width: 310px;
  }
  .visitBlock02 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 108px;
    margin-left: -62px;
    width: 464px;
    height: 464px;
    border-radius: 232px;
    text-align: center;
    background: #C6CE51;
    color: #fff;
  }
  .visitBlock02__title {
    font-size: 2.0rem;
    line-height: 1.8;
  }
  .visitBlock02__title:after {
    content: "";
    display: block;
    margin: 24px auto;
    width: 50px;
    height: 4px;
    background-color: #fff;
  }
  .visitBlock02__text {
    max-width: 315px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .visitBlock02__link {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 160px;
    height: 48px;
    margin-top: 40px;
    border-radius: 6px;
    border: 2px solid #C6CE51;
    background-color: #fff;
    color: #C6CE51;
    transition: all 0.4s ease;
  }
  .visitBlock02__link:hover {
    border: 2px solid #fff;
    background-color: #C6CE51;
    color: #fff;
  }
}

@media screen and (max-width: 965px) {
  .visitWrap {
    margin: 48px 10px 0;
    border-radius: 6px;
    overflow: hidden;
  }
  .visitBlock01 {
    width: 100%;
    height: 64vw;
    background: url("../images/visual/visit_SP.jpg") 0 0 no-repeat;
    background-size: cover;
  }
  .visitBlock01 svg {
    display: none;
  }
  .visitBlock02 {
    padding: 40px 8px;
    text-align: center;
    background: #F7FAD7;
  }
  .visitBlock02__title {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;
  }
  .visitBlock02__title:after {
    content: "";
    display: block;
    margin: 24px auto;
    width: 50px;
    height: 4px;
    background-color: #C6CE51;
  }
  .visitBlock02 br {
    display: none;
  }
  .visitBlock02__text {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .visitBlock02__link {
    display: block;
    margin-top: 40px;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 24px;
    box-sizing: border-box;
    background-color: #C6CE51;
    border-radius: 6px;
    border: 2px solid transparent;
    color: #fff;
    transition: all 0.4s ease;
  }
  .visitBlock02__link:hover {
    background-color: #fff;
    color: #C6CE51;
    border: 2px solid #C6CE51;
  }
}

@media screen and (min-width: 965px) {
  .aboutList {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  .aboutList__item {
    flex: 1 1 auto;
  }
  .aboutList__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 190px;
    height: 190px;
    border-radius: 95px;
    font-size: 2.0rem;
    font-weight: bold;
    background-color: #fff;
  }
  .aboutList__link img {
    transition: transform 0.4s ease;
    transform: translateY(0);
  }
  .aboutList__link span {
    margin-top: 18px;
  }
  .aboutList__link:hover img {
    transform: translateY(-16px);
  }
}

@media screen and (max-width: 965px) {
  .aboutList {
    margin-top: 16px;
    display: flex;
    max-width: 280px;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .aboutList__item {
    margin-top: 24px;
    flex: 1 1 50%;
  }
  .aboutList__item:nth-child(even) .aboutList__link {
    margin-left: auto;
  }
  .aboutList__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #fff;
  }
  .aboutList__link span {
    display: block;
    word-break: keep-all;
    margin-top: 8px;
  }
  .aboutList__link img {
    zoom: 60%;
  }
}

.kindNav {
  position: relative;
}

.kindNav:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 11vw;
  background: url("../images/visual/wave_over_PC.svg") 0 100% no-repeat;
  background-size: cover;
}

.kindNavList {
  display: flex;
  justify-content: center;
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
}

.kindNavList__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  border: 2px solid transparent;
  background-color: #C6CE51;
  transition: color 0.4s ease,background-color 0.4s ease,border 0.4s ease;
}

.kindNavList__link:hover {
  border: 2px solid #C6CE51;
  background-color: #fff;
}

.kindNavList__link:hover svg path {
  fill: #C6CE51;
}

@media screen and (min-width: 965px) {
  .kindNav {
    padding-bottom: 80px;
  }
  .kindNavList {
    margin-top: 80px;
    padding-bottom: 11vw;
  }
  .kindNavList__item {
    margin-right: 70px;
  }
  .kindNavList__item:last-child {
    margin-right: 0;
  }
  .kindNavList__link {
    width: 180px;
    height: 180px;
    border-radius: 90px;
  }
  .kindNavList__link svg {
    height: 20px;
  }
  .kindNavList__link.kindNavList__link--en svg {
    height: 27px;
  }
}

@media screen and (max-width: 965px) {
  .kindNav {
    padding: 104px 0;
  }
  .kindNavList {
    flex-direction: column;
  }
  .kindNavList__item:first-child .kindNavList__link {
    margin-top: 0;
  }
  .kindNavList__link {
    margin-top: 40px;
    width: 175px;
    height: 175px;
    border-radius: 87.5px;
  }
  .kindNavList__link svg {
    height: 20px;
  }
  .kindNavList__link.kindNavList__link--en svg {
    height: 24px;
  }
}

@media screen and (min-width: 965px) {
  .mainVisual {
    position: relative;
    background: url("../images/visual/hero_PC.jpg") 0 0 no-repeat;
    background-size: cover;
    height: 60vw;
  }
  .mainVisual__text {
    position: absolute;
    left: 15vw;
    bottom: 4vw;
    width: 100%;
    max-width: 40vw;
    z-index: 1;
  }
  .mainVisual__link {
    position: absolute;
    right: 15vw;
    bottom: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13vw;
    height: 13vw;
    min-width: 120px;
    min-height: 120px;
    max-width: 188px;
    max-height: 188px;
    border-radius: 200px;
    line-height: 2;
    letter-spacing: 3px;
    text-align: center;
    font-weight: bold;
    background-color: #C6CE51;
    color: #222;
  }
  .mainVisual__link img {
    width: 90px;
  }
  .mainVisual__link:hover {
    background-color: #fff;
    color: #C6CE51;
  }
  .mainVisual:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 11vw;
    background: url("../images/visual/wave_over_PC.svg") 0 100% no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 965px) {
  .mainVisual {
    position: relative;
    background: url("../images/visual/hero_SP.jpg") 0 0 no-repeat;
    background-size: cover;
    height: 149vw;
  }
  .mainVisual__text {
    position: absolute;
    left: 6vw;
    bottom: 10vw;
    width: 100%;
    max-width: 75vw;
    z-index: 1;
  }
  .mainVisual__link {
    position: absolute;
    right: 6vw;
    top: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    line-height: 1.6;
    letter-spacing: 3px;
    text-align: center;
    font-weight: bold;
    background-color: #C6CE51;
    color: #222;
  }
  .mainVisual__link img {
    width: 62px;
  }
  .mainVisual:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36vw;
    background: url("../images/visual/wave_over_SP.png") 0 100% no-repeat;
    background-size: cover;
  }
}

.subVisual {
  position: relative;
  width: 100%;
  height: 42vw;
  background: url("../images/visual/img_hero02_PC.jpg") 0 0 no-repeat;
  background-size: contain;
}

.subVisual__link {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  box-sizing: border-box;
  line-height: 1.6;
  letter-spacing: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  background-color: #C6CE51;
  color: #222;
}

.subVisual__link:hover {
  background-color: #fff;
}

.subVisualText__title {
  position: relative;
  display: inline-block;
  margin-top: 4vw;
  font-size: 2.0rem;
  z-index: 1;
}

.subVisualText__title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 10px;
  background-color: #FFEEBE;
  z-index: -1;
}

.subVisualText__text {
  margin-top: 2vw;
  line-height: 2;
  font-weight: lighter;
}

@media screen and (max-width: 965px) {
  .subVisualAfter {
    background: url("../../images/visual/wave_under_SP.svg") 0 0 no-repeat;
    background-size: 100% auto;
    padding-top: 64px;
  }
  .subVisual {
    min-height: 200px;
    background-size: 150%;
    background-position: 60% 50%;
    overflow: hidden;
  }
  .subVisual__link {
    right: 16px;
    bottom: 45px;
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }
  .subVisual__link img {
    width: 60px;
  }
  .subVisual:after {
    content: "";
    background: url("../images/visual/wave_over_SP.svg") 0 0 no-repeat;
    position: absolute;
    bottom: -1px;
    width: 101%;
    height: 13vw;
    background-size: cover;
  }
  .subVisualText {
    background-color: #C6CE51;
    padding: 0 8px 16px;
    box-sizing: border-box;
  }
  .subVisualText__text br {
    display: none;
  }
  .subVisualText__Area {
    margin-top: 3vw;
    text-align: center;
    background-color: #fff;
    padding: 16px;
    border-radius: 6px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 965px) {
  .subVisual__link {
    bottom: 6vw;
    right: 16vw;
    width: 188px;
    height: 188px;
    border-radius: 94px;
  }
  .subVisual__link img {
    width: 90px;
  }
  .subVisual:after {
    content: "";
    background: url("../images/visual/wave_over_w_PC.svg") 0 100% no-repeat;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 11vw;
    background-size: cover;
  }
  .subVisual--type02.subVisual:after {
    background: url("../images/visual/wave_over_PC.svg") 0 100% no-repeat;
  }
  .subVisualText {
    width: 100%;
    height: 38vw;
    background: url("../images/visual/img_bg_01.png") 0 100% no-repeat;
    background-size: contain;
    text-align: center;
  }
}

.sectionStyle02 {
  background-color: #C6CE51;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4vw;
}

.dotList__item {
  padding: 16px 0;
  line-height: 1.75;
}

.sectionStyle03 {
  background: url(../images/visual/img_bg_02.jpg) 100% 100% no-repeat;
  background-size: contain;
  padding-bottom: 48px;
  box-sizing: border-box;
}

.pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
}

.buttonStyle01 {
  display: inline-block;
  background-color: #C6CE51;
  padding: 8px 24px;
  color: #fff;
  border-radius: 6px;
}
