@charset "UTF-8";
@media screen and (min-width: 769px), print {
  /* フローティングバナー */
  .slider {
    width: 100%;
    position: relative;
    height: 380px !important;
    z-index: 5;
    background-color: #4D4D4D;
  }
  .slider .slider_container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 380px !important;
    z-index: 5;
  }
  .slider .slider_base {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .slider .slider_base .slider_wrap {
    position: absolute;
    height: 100%;
  }
  .slider .slider_next,
  .slider .slider_prev {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    height: 100%;
    background: rgba(33, 33, 33, 0.8);
  }
  .slider .slider_nav {
    position: absolute;
    z-index: 1000;
    width: 100%;
    bottom: -36px;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider .slider_nav li {
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: #dcdcdc;
    cursor: pointer;
    display: none;
  }
  .slider .slider_nav li:not(:last-child) {
    margin-right: 15px;
  }
  .slider .slider_nav li.active {
    background: #fe8524;
  }
  .slider .wrap {
    float: left;
    width: 100%;
    height: 100%;
  }
  .slider .wrap .slide {
    width: min(100%, 1062px);
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .slider .wrap .slide .main_slide {
    width: min(43%, 500px);
    background: url("../images/bg.webp") 0 0 repeat;
    position: relative;
    padding: 106px 37px 0 38px;
  }
  .slider .wrap .slide .main_slide::before {
    position: absolute;
    content: "";
    width: 170px;
    height: 159px;
    background: url("../images/pick_up_pc.webp") 0 0 no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    top: 30px;
    right: -90px;
  }
  .slider .wrap .slide .main_slide h2 {
    position: absolute;
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
    border-bottom: 1px solid #fff;
    left: 0;
    top: 15px;
    font-size: 4rem;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    padding: 0 0 9px 3px;
    letter-spacing: 4px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    font-style: italic;
  }
  .slider .wrap .slide .main_slide h2 span {
    display: inline-block;
  }
  .slider .wrap .slide .main_slide h2 span:nth-child(even) {
    color: #fff;
  }
  .slider .wrap .slide .main_slide h2 span:nth-child(1), .slider .wrap .slide .main_slide h2 span:nth-child(7) {
    color: #fcff00;
  }
  .slider .wrap .slide .main_slide h2 span:nth-child(3), .slider .wrap .slide .main_slide h2 span:nth-child(5) {
    color: #fe8524;
  }
  .slider .wrap .slide .main_slide h2 span:nth-last-child(-n+4) {
    font-weight: 700;
  }
  .slider .wrap .slide .main_slide h2 span:nth-child(-n+4) {
    font-weight: 300;
  }
  .slider .wrap .slide .main_slide .try {
    position: absolute;
    width: -webkit-calc(100% - 75px);
    width: -moz-calc(100% - 75px);
    width: calc(100% - 75px);
    left: 0;
    top: 15px;
    line-height: 1;
    padding: 0 0 9px 3px;
  }
  .slider .wrap .slide .main_slide p {
    font-size: 0;
    margin-bottom: 14px;
  }
  .slider .wrap .slide .main_slide .btn {
    margin-top: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background-color: initial;
    border-width: 0;
  }
  .slider .wrap .slide .main_slide .btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 340px;
    height: 50px;
    padding: 0 20px;
    font-size: 1.7rem;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1.5px;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 1;
    background: #fcff00;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
  }
  .slider .wrap .slide .main_slide .btn a::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/btn_slide.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slider .wrap .slide .main_slide .btn a:hover {
    opacity: 1;
    color: #fff;
  }
  .slider .wrap .slide .main_slide .btn a:hover::before {
    background: url("../images/btn_slide_hr.webp") 0 0 no-repeat;
  }
  .slider .wrap .slide .main_slide .btn a:hover::after {
    -webkit-transform: scale3d(12, 9, 1);
    -moz-transform: scale3d(12, 9, 1);
    transform: scale3d(12, 9, 1);
  }
  .slider .wrap .slide .main_slide .btn a::after {
    background: #03a744;
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 32px;
    height: 32px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .slider .wrap .slide .main_slide .btn a span {
    letter-spacing: 0;
    margin-top: 2px;
  }
  .slider .wrap .slide .main_slide .btn a span small {
    letter-spacing: 1px;
  }
  .slider .wrap .slide .main_slide .new {
    margin-top: 42px;
    text-align: center;
  }
  .slider .wrap .slide figure {
    width: min(59%, 620px);
  }
  .slider .wrap .slide figure img {
    width: 100%;
    height: 100%;
  }
  .side {
    position: absolute;
    top: 201px;
    right: 0;
    width: 184px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    z-index: 20;
  }
  .side p {
    font-size: 1.6rem;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 18px 0 14px;
    background: #03a744;
  }
  .side ul {
    background: #fff;
  }
  .side ul li {
    border-bottom: 1px solid #e5e5e5;
  }
  .side ul li a {
    display: block;
    position: relative;
    color: #000;
    font-size: 1.5rem;
    line-height: 20px;
    padding: 13px 0 13px 20px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .side ul li a:hover {
    opacity: 1;
    color: #fff;
    background: #009039;
  }
  .side ul li a:hover::before {
    background: #fff;
  }
  .side ul li a:hover::after {
    background: url("../images/arrow_side_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .side ul li a span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .side ul li a::before, .side ul li a::after {
    position: absolute;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .side ul li a::before {
    width: 3px;
    height: 14px;
    background: #03a744;
    left: 10px;
    top: 16px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
  }
  .side ul li a::after {
    width: 12px;
    height: 18px;
    background: url("../images/arrow_side.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6px;
  }
  .about {
    margin-top: 4px;
    background: url("../images/bg_02.webp") 0 0 repeat;
    padding: 19px 0 33px;
  }
  .about h2 {
    font-size: 2.6rem;
    line-height: 1;
    color: #000;
    text-align: center;
    font-weight: normal;
  }
  .about h2 span {
    color: #03a744;
    font-weight: bold;
  }
  .about h2 span:nth-of-type(1) {
    font-size: 6rem;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }
  .about h2 span:nth-of-type(2) {
    font-size: 4rem;
    font-weight: bold;
  }
  .about .main_section {
    width: min(100%, 1440px);
    margin: 36px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about .main_section article {
    width: 33.33333%;
    padding: 0 55px 0 60px;
  }
  .about .main_section article:not(:last-child) {
    border-right: 1px solid #e5e5e5;
  }
  .about .main_section article h3 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 28px;
    position: relative;
    padding: 0 0 16px;
  }
  .about .main_section article h3::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    background: #6dcc16;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about .main_section article p {
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 12px;
  }
  .info_aside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 83px;
  }
  .info_aside .left {
    width: 100%;
  }
  .info_aside .left .bnr-gallery {
    margin-top: 30px;
  }
  .info_aside .left .info {
    padding: 38px 0 0;
    color: #000;
    background-color: initial;
  }
  .info_aside .left .info h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 31px;
    font-style: normal;
    justify-content: space-between;
    border-bottom: 2px solid #0CAD50;
  }
  .info_aside .left .info h3 span {
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    margin-right: 18px;
  }
  .info_aside .left .info h3 span span {
    font-size: 0.4em;
    margin-left: 1.7em;
    vertical-align: 5px;
  }
  .info_aside .left .info ul {
    margin-top: 14px;
  }
  .info_aside .left .info ul li {
    padding: 20px 0 19px;
    border-top: 1px dashed #e5e5e5;
  }
  .info_aside .left .info ul li:last-child {
    border-bottom: 1px dashed #e5e5e5;
  }
  .info_aside .left .info ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
  }
  .info_aside .left .info ul li a time {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #03a744;
    width: 113px;
  }
  .info_aside .left .info ul li a span {
    width: -webkit-calc(100% - 113px);
    width: -moz-calc(100% - 113px);
    width: calc(100% - 113px);
    font-size: 1.6rem;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    margin-left: 0;
  }
  .info_aside .left .info ul li time {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #03a744;
    width: 113px;
  }
  .info_aside .left .info ul li span {
    width: -webkit-calc(100% - 113px);
    width: -moz-calc(100% - 113px);
    width: calc(100% - 113px);
    font-size: 1.6rem;
    line-height: 1;
    text-overflow: ellipsis;
    word-wrap: break-word;
    margin-left: 27px;
    width: -webkit-calc(100% - 123px);
    width: -moz-calc(100% - 123px);
    width: calc(100% - 123px);
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
  }
  .info_aside .left .info ul li span img {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: baseline;
  }
  .info_aside .left .info .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    align-items: center;
    background-color: initial;
    border-width: 0;
    font-weight: normal;
    width: 145px;
    height: 25px;
    padding: 4px 0 4px 20px;
    border: 1px solid #0CAD50;
    border-radius: 100vh;
  }
  .info_aside .left .info .btn a {
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    color: #0CAD50;
  }
  .info_aside .left .info .btn a::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url("../images/btn_news.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    left: -20px;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .info_aside .left .info .new-mark {
    display: inline;
    color: #E70012;
    font-weight: bold;
    font-size: 1.2rem;
    padding-left: 0.8em;
    vertical-align: middle;
  }
  .info_aside .left .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 47px;
  }
  .info_aside .left .box a {
    width: 220px;
    height: auto;
    border: 4px solid #e5e5e5;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-perspective: 1px;
    -moz-perspective: 1px;
    perspective: 1px;
    overflow: hidden;
    color: #000;
  }
  .info_aside .left .box a h2 {
    display: block;
    font-size: 2rem;
    line-height: 28px;
    padding: 125px 0 0;
    position: relative;
    background: url("../images/arrow_side.webp") 190px 87px no-repeat;
    -moz-background-size: 12px 18px;
    background-size: 12px 18px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .info_aside .left .box a h2 span {
    display: block;
    font-style: normal;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fe8524;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .info_aside .left .box a p {
    text-align: left;
    padding: 10px;
  }
  .info_aside .left .box a::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .info_aside .left .box a::after {
    background: #6dcc16;
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -moz-border-radius: 20%;
    border-radius: 20%;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale(1, 14);
    -moz-transform: scale(1, 14);
    -ms-transform: scale(1, 14);
    transform: scale(1, 14);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  }
  .info_aside .left .box a:hover span {
    color: #fff;
    background: url("../images/arrow_side_hr.webp") 190px 87px no-repeat;
  }
  .info_aside .left .box a:hover span span {
    color: #fff;
  }
  .info_aside .left .box a:hover::after {
    -webkit-transform: scale(14, 14);
    -moz-transform: scale(14, 14);
    -ms-transform: scale(14, 14);
    transform: scale(14, 14);
  }
  .info_aside .left .box a:nth-child(1):hover::before {
    background: url("../images/mountain_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .info_aside .left .box a:nth-child(1)::before {
    width: 113px;
    height: 86px;
    background: url("../images/mountain.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 27px;
  }
  .info_aside .left .box a:nth-child(2):hover::before {
    background: url("../images/search_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .info_aside .left .box a:nth-child(2)::before {
    width: 90px;
    height: 86px;
    background: url("../images/search.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 18px;
  }
  .info_aside .left .box a:nth-child(3):hover::before {
    background: url("../images/note_hr.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .info_aside .left .box a:nth-child(3)::before {
    width: 73px;
    height: 87px;
    background: url("../images/note.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 19px;
  }
  .info_aside .left .social {
    margin-top: 71px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .info_aside .left .social h3 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .info_aside .left .social .fb,
  .info_aside .left .social .yt {
    width: min(47%, 490px);
    aspect-ratio: 600/386;
  }
  .info_aside .left .social .fb img,
  .info_aside .left .social .yt img {
    float: right;
    width: 90px;
    margin-bottom: 15px;
  }
  .info_aside .left .social .fb iframe,
  .info_aside .left .social .yt iframe {
    width: 100%;
    height: 100%;
  }
  .info_aside aside {
    width: 270px;
    padding: 47px 0 0;
  }
  .info_aside aside img {
    width: 100%;
    height: auto;
  }
  /* ご入会はこちらボタン表示の際の調整CSS 2022/01/16~ */
  /* .slider {
    .wrap {
      .slide {
        .main_slide {
          &:before {
            top: 40px;
            right: -50px;
          }
          p {
            img {
              width: 280px;
              margin-left: 10px;
            }
          }
          .new {
            margin-top: 20px;
            text-align: center;
            &:nth-of-type(2) {
              margin-top: 10px;
            }
          }
        }
      }
    }
  }
  */
}
@media screen and (max-width: 768px) {
  .slider {
    position: relative;
    z-index: 5;
    background-color: #4D4D4D;
  }
  .slider .slider_container {
    width: 100%;
    height: 50vw !important;
    overflow: hidden;
    position: relative;
    z-index: 5;
  }
  .slider .slider_base {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .slider .slider_base .slider_wrap {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .slider .slider_next,
  .slider .slider_prev {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    height: 100%;
    background: rgba(33, 33, 33, 0.8);
  }
  .slider .slider_nav {
    position: absolute;
    z-index: 900;
    width: 100%;
    bottom: -20px;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider .slider_nav li {
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    background: #dcdcdc;
    cursor: pointer;
    display: none;
  }
  .slider .slider_nav li:not(:last-child) {
    margin-right: 12px;
  }
  .slider .slider_nav li.active {
    background: #fe8524;
  }
  .slider .wrap {
    float: left;
    width: 100%;
  }
  .slider .wrap + .wrap {
    display: none;
  }
  .slider .wrap .slide {
    width: 100% !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .slider .wrap .slide .main_slide {
    width: 55.85938%;
    background: url("../images/bg.webp") 0 0 repeat;
    position: relative;
    padding: 16.02708% 3.90625% 5% 3.90625%;
  }
  .slider .wrap .slide .main_slide::before {
    position: absolute;
    content: "";
    width: 39.62704%;
    height: 0;
    padding-top: 37.06294%;
    background: url("../images/pick_up_pc.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 2.0979%;
    right: -18.41492%;
    z-index: 10;
  }
  .slider .wrap .slide .main_slide h2 {
    position: absolute;
    width: 86.01399%;
    border-bottom: 1px solid #fff;
    left: 0;
    top: 5px;
    margin-top: 2.71003%;
    font-size: 2rem;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    padding: 0 0 3.79404% 3px;
    letter-spacing: 4px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    font-style: italic;
  }
  .slider .wrap .slide .main_slide h2 span {
    display: inline-block;
  }
  .slider .wrap .slide .main_slide h2 span:nth-child(even) {
    color: #fff;
  }
  .slider .wrap .slide .main_slide h2 span:nth-child(1), .slider .wrap .slide .main_slide h2 span:nth-child(7) {
    color: #fcff00;
  }
  .slider .wrap .slide .main_slide h2 span:nth-child(3), .slider .wrap .slide .main_slide h2 span:nth-child(5) {
    color: #fe8524;
  }
  .slider .wrap .slide .main_slide h2 span:nth-last-child(-n+4) {
    font-weight: 700;
  }
  .slider .wrap .slide .main_slide h2 span:nth-child(-n+4) {
    font-weight: 300;
  }
  .slider .wrap .slide .main_slide .try {
    position: absolute;
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: 100%;
    left: 0;
    top: 10px;
    line-height: 1;
    padding: 0 0 9px 3px;
  }
  .slider .wrap .slide .main_slide p {
    font-size: 0;
    width: 96.20596%;
  }
  .slider .wrap .slide .main_slide .btn {
    margin-top: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: initial;
    border-width: 0;
    padding: 0;
  }
  .slider .wrap .slide .main_slide .btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 1.8648% 0;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 1;
    background: #fcff00;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
  }
  .slider .wrap .slide .main_slide .btn a span {
    word-break: keep-all;
    text-align: center;
    letter-spacing: -0.6px;
    padding-right: 6.52681%;
    white-space: nowrap;
  }
  .slider .wrap .slide .main_slide .btn a span small {
    letter-spacing: 0;
  }
  .slider .wrap .slide .main_slide .btn a::after {
    position: absolute;
    content: "";
    width: 6.99301%;
    height: 0;
    padding-top: 6.99301%;
    background: url("../images/btn_slide.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 4.662%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slider .wrap .slide .main_slide .btn a:hover {
    opacity: 1;
    color: #fff;
  }
  .slider .wrap .slide .main_slide .btn a.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider .wrap .slide .main_slide .new {
    margin-top: 12.58741%;
    text-align: center;
  }
  .slider .wrap .slide figure {
    width: 44.27083%;
    position: relative;
  }
  .slider .wrap .slide figure img {
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .side {
    padding: 0 3.90625%;
    margin-top: 7.8125%;
    overflow: hidden;
  }
  .side p {
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 3.81356% 0;
    background: #03a744;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .side ul {
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 3.24859%;
    border: 1px solid #e5e5e5;
    border-top: 0;
  }
  .side ul li {
    width: 48.33837%;
  }
  .side ul li:nth-child(-n+2) {
    border-bottom: 1px solid #e5e5e5;
  }
  .side ul li a {
    display: block;
    position: relative;
    color: #000;
    font-size: 1.3rem;
    line-height: 20px;
    padding: 6.25% 0 3.125% 4.0625%;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .side ul li a:hover {
    opacity: 1;
    color: #fff;
    background: #009039;
  }
  .side ul li a:hover::before {
    background: #fff;
  }
  .side ul li a span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .side ul li a::before, .side ul li a::after {
    position: absolute;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .side ul li a::before {
    width: 3px;
    height: 14px;
    background: #03a744;
    left: 0;
    top: 0;
    margin-top: 7.8125%;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
  }
  .side ul li a::after {
    width: 5.3125%;
    height: 0;
    padding-top: 9.375%;
    background: url("../images/arrow_side.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  .about {
    background: url("../images/bg_02.webp") 0 0 repeat;
    padding: 54.8125% 3.90625% 0;
  }
  .about h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #000;
    text-align: center;
    font-weight: normal;
  }
  .about h2 span {
    color: #03a744;
    font-weight: bold;
  }
  .about h2 span:nth-of-type(1) {
    font-size: 4rem;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }
  .about h2 span:nth-of-type(2) {
    font-size: 2rem;
    font-weight: bold;
  }
  .about .main_section article {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 4.23729% 0 3.53107%;
  }
  .about .main_section article:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
  .about .main_section article h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    padding: 0 0 2.25989%;
  }
  .about .main_section article h3::after {
    position: absolute;
    content: "";
    width: 11.29944%;
    height: 3px;
    background: #6dcc16;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about .main_section article p {
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 12px;
  }
  .info_aside .left {
    width: 100%;
    padding: 0 10px 100px;
  }
  .info_aside .left .bnr-gallery {
    margin-top: 2.60417%;
  }
  .info_aside .left .info {
    padding: 8.33333% 0 0;
    color: #000;
    background-color: initial;
  }
  .info_aside .left .info h3 {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 16px;
    font-style: normal;
    justify-content: space-between;
    border-bottom: 2px solid #0CAD50;
    padding-bottom: 5px;
  }
  .info_aside .left .info h3 span {
    font-size: 2.7rem;
    line-height: 1;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    display: block;
    margin-right: 18px;
  }
  .info_aside .left .info h3 span span {
    font-size: 0.4em;
    margin-left: 1.7em;
    vertical-align: 5px;
  }
  .info_aside .left .info ul {
    margin-top: 2.68362%;
  }
  .info_aside .left .info ul li {
    padding: 4.09605% 0 3.9548%;
    border-top: 1px dashed #e5e5e5;
  }
  .info_aside .left .info ul li:last-child {
    border-bottom: 1px dashed #e5e5e5;
  }
  .info_aside .left .info ul li a {
    color: #000;
    display: block;
  }
  .info_aside .left .info ul li a time {
    font-size: 1.4rem;
    line-height: 1.5rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #03a744;
    display: block;
  }
  .info_aside .left .info ul li a span {
    display: block;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .info_aside .left .info ul li a span img {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: baseline;
    width: auto;
  }
  .info_aside .left .info ul li time {
    font-size: 1.4rem;
    line-height: 1.5rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #03a744;
    display: block;
  }
  .info_aside .left .info ul li span {
    display: block;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .info_aside .left .info .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: left;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: initial;
    border-width: 0;
    width: 145px;
    height: 25px;
    margin: 10px 0 0 auto;
    padding: 4px 0 4px 20px;
    border: 1px solid #0CAD50;
    border-radius: 100vh;
  }
  .info_aside .left .info .btn::before {
    position: relative;
    content: "";
    width: 13px;
    height: 13px;
    background: url("../images/btn_news.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: -1px;
  }
  .info_aside .left .info .btn a {
    display: inline-block;
    position: relative;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 15px;
    color: #0CAD50;
  }
  .info_aside .left .info .new-mark {
    display: inline;
    color: #E70012;
    font-weight: bold;
    font-size: 1.2rem;
    padding-left: 0.8em;
    vertical-align: middle;
  }
  .info_aside .left .box {
    margin-top: 6.07345%;
  }
  .info_aside .left .box a {
    width: 100%;
    padding-top: 25%;
    border: 4px solid #e5e5e5;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #000;
    display: inline-block;
    margin-bottom: 5px;
  }
  .info_aside .left .box a::after {
    position: absolute;
    content: "";
    width: 3%;
    height: 0;
    padding-top: 8.125%;
    background: url("../images/arrow_side_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2.5%;
  }
  .info_aside .left .box a h2 {
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    line-height: 1;
    padding: 26px 0 0;
    position: absolute;
  }
  .info_aside .left .box a h2 span {
    display: block;
    font-style: normal;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fe8524;
    margin-bottom: 3.57143%;
  }
  .info_aside .left .box a p {
    padding: 0 6% 15px 3%;
    display: inline-block;
    text-align: left;
    font-size: 1.2rem;
  }
  .info_aside .left .box a::before {
    position: absolute;
    content: "";
    left: 33%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .info_aside .left .box a:hover span {
    color: #000;
  }
  .info_aside .left .box a:hover span em {
    color: #000;
  }
  .info_aside .left .box a:nth-child(1)::before {
    width: 42.41071%;
    height: 32.57576%;
    background: url("../images/mountain.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 15px;
  }
  .info_aside .left .box a:nth-child(2)::before {
    width: 40.17857%;
    height: 32.57576%;
    background: url("../images/search.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 15px;
  }
  .info_aside .left .box a:nth-child(3)::before {
    width: 34.82143%;
    height: 32.95455%;
    background: url("../images/note.webp") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    top: 15px;
  }
  .info_aside .left .social {
    margin-top: 50px;
  }
  .info_aside .left .social .yt {
    position: relative;
    width: min(100%, 600px);
    aspect-ratio: 600/386;
    padding-top: 15px;
    margin-bottom: 20px;
  }
  .info_aside .left .social .fb {
    position: relative;
    width: 100%;
    padding-top: 25px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .info_aside .left .social .yt {
    margin: 0 auto;
  }
  .info_aside .left .social h3 {
    position: absolute;
    top: 0;
    width: 100%;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .info_aside .left .social iframe {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    margin-top: 3%;
  }
  .info_aside .left .social img {
    width: 35% !important;
    display: block;
  }
  .info_aside aside {
    padding: 3.64583% 3.90625% 0;
  }
  .info_aside .bp {
    display: none !important;
  }
  /* ご入会はこちらボタン表示の際の調整CSS 2022/01/16~ */
  /* .slider {
    .wrap {
      .slide {
        .main_slide {
          padding: percentage(116/768) percentage(30/768) 0 percentage(30/768);
          &:before {
            top: percentage(60/429);
            right: percentage(-40/429);
          }
          p {
            margin-left: percentage(10/429);
            img {
              width: percentage(620/768);
            }
          }
          .btn {
            a {
              line-height: 1.3;
            }
          }
          .new {
            margin-top: percentage(24/429);
            &:nth-of-type(2) {
              margin-top: percentage(16/429);
            }
          }
        }
      }
    }
  }
  */
}
@media screen and (max-width: 520px) {
  .slider .wrap .slide .main_slide .btn a {
    font-size: 1rem;
  }
  .slider .wrap .slide .main_slide .btn a::after {
    right: 2px;
  }
}