@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

a, a:hover {
  color: inherit;
  text-decoration: none; }

*, *::before, *::after {
  box-sizing: border-box; }

img {
  vertical-align: middle;
  border-style: none; }

/* 
Fonts
*/
/* 
全体
*/
html {
  font-size: 62.5%; }

body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #2152525;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  margin: 0; }

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999999;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease; }

body.fadeout::after {
  opacity: 0; }

body.stop {
  height: 100%;
  overflow: hidden;
  z-index: -1; }

.wrap {
  position: relative; }

.container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 2rem; }

img {
  width: 100%;
  height: auto; }

svg, object {
  fill: currentColor; }

h1, h2 {
  margin-bottom: 2rem;
  padding: 0.5rem 0 0.5rem 2rem; }
  @media screen and (max-width: 1024px) {
    h1, h2 {
      padding-left: 1.5rem;
      border-left: 5px solid #fff;
      font-size: 2.8rem;
      line-height: 3rem; } }
  @media screen and (min-width: 1025px) {
    h1, h2 {
      padding-left: 2rem;
      border-left: 10px solid #fff;
      font-size: 4rem;
      line-height: 4rem; } }

.jp {
  font-family: 'Zen Kaku Gothic New', sans-serif; }

.en {
  font-family: 'Poppins', sans-serif; }

@media screen and (max-width: 1024px) {
  .spBreak {
    display: inline; } }
@media screen and (min-width: 1025px) {
  .spBreak {
    display: none; } }

@media screen and (max-width: 1024px) {
  .pcBreak {
    display: none; } }
@media screen and (min-width: 1025px) {
  .pcBreak {
    display: inline; } }

/* 
ヘッダー
*/
.header {
  position: fixed;
  width: 100%;
  z-index: 100; }
  @media screen and (min-width: 1025px) {
    .header {
      overflow: hidden; } }
  .header__inner {
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .header__inner {
        margin: 0 !important;
        padding: 1rem 0 0 0;
        background-color: #fff; } }
    @media screen and (min-width: 1025px) {
      .header__inner {
        align-items: baseline;
        margin: 2rem auto 0 auto;
        /*padding-top: 1rem;*/
        border-radius: 0.4rem;
        background-color: rgba(255, 255, 255, 0.9); } }
  @media screen and (max-width: 1024px) {
    .header__logo {
      max-width: 260px; }
      .header__logo__pcimg {
        display: none; }
      .header__logo h1 {
        margin-bottom: 0;
        padding-left: 0; } }
  @media screen and (min-width: 1025px) {
    .header__logo {
      width: 200px;
      padding: 0.5rem 0 0.5rem 2rem;
      margin-bottom: 2rem;
      font-size: 4rem; }
      .header__logo__spimg {
        display: none; } }
  .header__logo h1 {
    border: none; }
  @media screen and (max-width: 1024px) {
    .header__navi {
      position: fixed;
      visibility: hidden;
      overflow-y: scroll;
      opacity: 0;
      transition: opacity .6s ease, visibility .6s ease; }
      .header__navi.active {
        opacity: 100;
        visibility: visible;
        height: 100%;
        overflow-y: scroll;
        background-color: #fff; }
      .header__navi__logo {
        max-width: 220px; }
      .header__navi__inner {
        background-color: #fff;
        margin-top: 25px;
        width: 100vw;
        height: 100vh;
        padding: 0 2rem; }
      .header__navi__item {
        border-bottom: 1px solid #A8A8A8;
        font-family: 'Poppins', sans-serif;
        font-size: 2rem;
        font-weight: 700;
        color: #359239;
        line-height: 2rem; }
        .header__navi__item:first-of-type {
          border-top: 1px solid #A8A8A8; }
        .header__navi__item a {
          display: block;
          padding: 2rem 0; }
        .header__navi__item__subtext {
          font-family: 'Zen Kaku Gothic New', sans-serif;
          font-size: 1.2rem;
          font-weight: 400;
          color: #707070;
          margin-left: 2rem; }
      .header__navi__sns ul {
        display: flex;
        margin-top: 4rem; }
        .header__navi__sns ul li {
          width: 30%; }
          .header__navi__sns ul li .icon {
            width: 5rem;
            height: 5rem;
            color: #359239; }
      .header__navi__etc {
        margin-top: 3.2rem;
        font-size: 1.2rem;
        color: #707070; }
      .header__navi__parent > div {
        position: relative;
        z-index: 100; }
      .header__navi__openicon {
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        z-index: 101;
        cursor: pointer; }
        .header__navi__openicon::before {
          width: 10px;
          height: 2px; }
        .header__navi__openicon::after {
          width: 2px;
          height: 10px; }
        .header__navi__openicon::before, .header__navi__openicon::after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-color: #359239; }
        .header__navi__openicon.on {
          transform: translateY(-50%) rotate(45deg); }
      .header__navi__child {
        display: none; }
        .header__navi__child ul {
          border-top: 1px solid #A8A8A8; }
        .header__navi__child li {
          margin-left: 2rem;
          border-bottom: 1px solid #A8A8A8;
          font-size: 1.4rem; }
        .header__navi__child li:last-of-type {
          border-bottom: none; }
      .header__navi .child-navi-open {
        display: block;
        animation-name: sample01;
        animation-duration: 5s; }
    @keyframes sample01 {
      0% {
        opacity: 0;
        transform: translateY(-30px); }
      100% {
        opacity: 1;
        transform: translateY(0); } } }
  @media screen and (min-width: 1025px) {
    .header__navi__logo {
      display: none; }
    .header__navi__inner {
      display: flex;
      justify-content: flex-end;
      list-style: none; }
    .header__navi__item {
      margin: 0 3rem;
      font-family: 'Poppins', sans-serif;
      font-size: 2rem;
      font-weight: 700;
      color: #359239;
      line-height: 2rem;
      text-align: center;
      height: 70px;
      padding: 0 1.5rem; }
      .header__navi__item a {
        position: relative;
        display: block; }
        .header__navi__item a::after {
          content: '';
          position: absolute;
          bottom: -5px;
          left: 0;
          width: 100%;
          height: 2px;
          background: #359239;
          transition: all .3s;
          transform: scale(0, 1);
          transform-origin: left top; }
        .header__navi__item a:hover::after {
          transform: scale(1, 1); }
      .header__navi__item span {
        display: block;
        font-family: 'Zen Kaku Gothic New', sans-serif;
        font-size: 1.2rem;
        font-weight: 400;
        color: #707070; }
    .header__navi__home, .header__navi__sns, .header__navi__etc {
      display: none; }
    .header__navi__child {
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      margin-top: 0rem;
      padding: 30px;
      transition: all 0.2s ease; }
      .header__navi__child ul {
        list-style: none;
        font-size: 1.4rem;
        display: flex;
        justify-content: space-between; } }
  @media screen and (max-width: 1024px) {
    .header__spmenu {
      width: 60px; } }
  @media screen and (min-width: 1025px) {
    .header__spmenu {
      display: none; } }
  @media screen and (max-width: 1024px) {
    .header .hamburger {
      display: block;
      position: relative;
      z-index: 3;
      width: 42px;
      height: 48px;
      margin-right: 1rem;
      cursor: pointer;
      text-align: center; }
      .header .hamburger span {
        display: block;
        position: absolute;
        width: 50px;
        height: 2px;
        background: #359239;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .header .hamburger span:nth-child(1) {
        top: 10px;
        width: 100%; }
      .header .hamburger span:nth-child(2) {
        top: 20px;
        width: 80%; }
      .header .hamburger span:nth-child(3) {
        top: 30px;
        width: 50%; }
      .header .hamburger.active span:nth-child(1) {
        top: 20px;
        width: 100%;
        background: #359239;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .header .hamburger.active span:nth-child(2) {
        opacity: 0;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
      .header .hamburger.active span:nth-child(3) {
        top: 20px;
        width: 100%;
        background: #359239;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg); } }
  @media screen and (min-width: 1025px) {
    .header .hamburger {
      display: none; } }

.mega-open {
  overflow: visible;
  transition-delay: 1s; }
  .mega-open .header__inner {
    border-radius: 0.4rem 0.4rem 0 0; }

.child-open {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 0.4rem 0.4rem; }

/* 
ナビゲーション
*/
.nav.active {
  opacity: 100;
  visibility: visible;
  height: 100%;
  overflow-y: scroll; }

/* 
コンテンツ
*/
main {
  position: relative;
  overflow: hidden;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    main {
      width: 100vw;
      padding-top: 58px; } }
  main .contents_header {
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 1024px) {
      main .contents_header {
        height: 60vh; } }
    @media screen and (min-width: 1025px) {
      main .contents_header {
        height: 80vh; } }
    main .contents_header__bgimg {
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center center;
      animation: zoomOut 15s linear 0s;
      animation-fill-mode: both; }
      @media screen and (max-width: 1024px) {
        main .contents_header__bgimg {
          height: 60vh; } }
      @media screen and (min-width: 1025px) {
        main .contents_header__bgimg {
          height: 80vh; } }
@keyframes zoomOut {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
    main .contents_header__title {
      position: absolute;
      bottom: 50px;
      width: 100%; }
      main .contents_header__title h1 {
        color: #fff; }
        @media screen and (max-width: 1024px) {
          main .contents_header__title h1 {
            font-size: 3.8rem;
            line-height: 4rem; } }
        @media screen and (min-width: 1025px) {
          main .contents_header__title h1 {
            font-size: 6rem;
            line-height: 8rem; } }
        main .contents_header__title h1 span {
          display: block; }
          @media screen and (max-width: 1024px) {
            main .contents_header__title h1 span {
              font-size: 1.8rem; } }
          @media screen and (min-width: 1025px) {
            main .contents_header__title h1 span {
              font-size: 4rem; } }
  @media screen and (max-width: 1024px) {
    main .intro {
      margin-top: 3rem; } }
  @media screen and (min-width: 1025px) {
    main .intro {
      margin-top: 10rem; } }
  @media screen and (min-width: 1025px) {
    main .intro__container {
      display: flex;
      justify-content: space-between; } }
  main .intro .intro__title h2 {
    border-color: #EC6519;
    line-height: 5.8rem; }
  main .intro__wrap1 {
    width: 100%; }
    @media screen and (max-width: 1024px) {
      main .intro__wrap1 .intro__title h2 {
        line-height: 3.6rem;
        font-size: 2.4rem; } }
  @media screen and (max-width: 1024px) {
    main .intro__wrap2-1 .intro__title h2 {
      line-height: 3.6rem;
      font-size: 2.4rem; }
    main .intro__wrap2-1 .intro__img {
      margin-bottom: 2rem; } }
  @media screen and (min-width: 1025px) {
    main .intro__wrap2-1 {
      width: 48%; }
      main .intro__wrap2-1 .intro__img {
        display: none; } }
  @media screen and (max-width: 1024px) {
    main .intro__wrap2-2 {
      display: none; } }
  @media screen and (min-width: 1025px) {
    main .intro__wrap2-2 {
      width: 48%;
      padding-top: 5.8rem; } }
  main .intro__text {
    width: 100%; }

/*
フッター
*/
.footer {
  background-color: #69C2EE; }
  @media screen and (max-width: 1024px) {
    .footer {
      margin-top: 10rem; } }
  .footer__main {
    padding: 4rem 0 2rem 0; }
    @media screen and (min-width: 1025px) {
      .footer__main {
        display: flex;
        justify-content: space-between; } }
    @media screen and (max-width: 1024px) {
      .footer__main__logo {
        width: 80%;
        margin: 0 auto; } }
    @media screen and (min-width: 1025px) {
      .footer__main__logo {
        width: 30%; } }
    @media screen and (max-width: 1024px) {
      .footer__main__logo__spimg {
        display: block; } }
    @media screen and (min-width: 1025px) {
      .footer__main__logo__spimg {
        display: none; } }
    @media screen and (max-width: 1024px) {
      .footer__main__logo__pcimg {
        display: none; } }
    @media screen and (min-width: 1025px) {
      .footer__main__logo__pcimg {
        display: block; } }
    .footer__main__logo__addr {
      font-size: 1.4rem;
      color: #fff; }
      @media screen and (max-width: 1024px) {
        .footer__main__logo__addr {
          margin-top: 2rem;
          text-align: center; } }
      @media screen and (min-width: 1025px) {
        .footer__main__logo__addr {
          margin-top: 1rem;
          margin-left: 2rem; } }
    @media screen and (max-width: 1024px) {
      .footer__main__link {
        text-align: center; } }
    @media screen and (min-width: 1025px) {
      .footer__main__link {
        width: 30%;
        text-align: right; } }
    .footer__main__link ul {
      list-style: none;
      display: flex; }
      @media screen and (max-width: 1024px) {
        .footer__main__link ul {
          justify-content: center;
          margin-top: 8rem;
          margin-bottom: 5rem; } }
      @media screen and (min-width: 1025px) {
        .footer__main__link ul {
          justify-content: flex-end;
          margin-bottom: 2rem; } }
      @media screen and (max-width: 1024px) {
        .footer__main__link ul li {
          margin: 0 3rem; } }
      @media screen and (min-width: 1025px) {
        .footer__main__link ul li {
          margin-left: 4rem; } }
      .footer__main__link ul li .icon {
        color: #fff; }
        @media screen and (max-width: 1024px) {
          .footer__main__link ul li .icon {
            width: 6rem;
            height: 6rem; } }
        @media screen and (min-width: 1025px) {
          .footer__main__link ul li .icon {
            width: 3rem;
            height: 3rem; } }
    .footer__main__link a {
      color: #fff; }
      @media screen and (max-width: 1024px) {
        .footer__main__link a {
          font-size: 1.4rem; } }
      @media screen and (min-width: 1025px) {
        .footer__main__link a {
          font-size: 1.2rem; } }
  .footer__copyright {
    font-size: 1.2rem;
    color: #fff;
    padding-bottom: 1rem; }
    @media screen and (max-width: 1024px) {
      .footer__copyright {
        margin-top: 4rem;
        text-align: center; } }
    @media screen and (min-width: 1025px) {
      .footer__copyright {
        margin-left: 2rem; } }

/*
ボタン
*/
.btn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  background: #fff;
  color: #707070;
  padding: 10px 40px 10px 30px;
  border: 1px solid #69C2EE;
  text-align: center;
  outline: none;
  transition: ease .2s; }

.btn:hover {
  background: #69C2EE;
  color: #fff; }

.btnarrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #69C2EE;
  border-right: 2px solid #69C2EE;
  transform: rotate(45deg);
  transition: all .3s; }

.btnarrow:hover::after {
  right: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff; }

/*
breadcrumb
*/
.breadcrumb {
  padding: 1rem 0; }
  @media screen and (max-width: 1024px) {
    .breadcrumb {
      display: none; } }
  @media screen and (min-width: 1025px) {
    .breadcrumb {
      margin-top: 26rem;
      background-color: #F9F9F9; }
      .breadcrumb ul {
        margin: 0 2.4rem;
        list-style: none;
        display: flex;
        flex-wrap: wrap; }
        .breadcrumb ul li {
          position: relative;
          margin-right: 3rem;
          font-size: 1.4rem; }
          .breadcrumb ul li a {
            color: #359239;
            font-weight: 600; }
        .breadcrumb ul li:not(:last-child)::after {
          position: absolute;
          content: "";
          top: 50%;
          right: -1.5rem;
          content: "";
          display: block;
          width: 5px;
          height: 5px;
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          -webkit-transform: rotate(45deg); } }

/*
CONTACT
*/
@media screen and (max-width: 1024px) {
  .contact {
    margin-top: 11rem; } }
@media screen and (min-width: 1025px) {
  .contact {
    margin-top: 18rem; } }
.contact__title {
  padding-left: 0;
  text-align: center; }
  .contact__title h2 {
    border-left: none;
    padding-left: 0;
    display: inline-block; }
    @media screen and (max-width: 1024px) {
      .contact__title h2 {
        padding-top: 1.5rem;
        border-top: 5px solid #69C2EE; } }
    @media screen and (min-width: 1025px) {
      .contact__title h2 {
        padding-top: 2rem;
        border-top: 10px solid #69C2EE; } }
    .contact__title h2 span {
      display: block;
      font-size: 1.4rem; }
.contact__main {
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .contact__main {
      margin-top: 2rem; } }
  @media screen and (min-width: 1025px) {
    .contact__main {
      margin-top: 3.2rem; } }
  .contact__main__tel {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      .contact__main__tel {
        margin-top: 2.4rem; } }
    @media screen and (min-width: 1025px) {
      .contact__main__tel {
        margin-top: 4rem; } }
    .contact__main__tel .icon {
      color: #69C2EE;
      margin-right: 2rem;
      display: block; }
      @media screen and (max-width: 1024px) {
        .contact__main__tel .icon {
          width: 3.2rem;
          height: 3.2rem; } }
      @media screen and (min-width: 1025px) {
        .contact__main__tel .icon {
          width: 5.2rem;
          height: 5.2rem; } }
    .contact__main__tel a {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      display: block; }
      @media screen and (max-width: 1024px) {
        .contact__main__tel a {
          font-size: 2.8rem; } }
      @media screen and (min-width: 1025px) {
        .contact__main__tel a {
          font-size: 4.5rem; } }
.contact__btn {
  margin-top: 4rem;
  text-align: center; }

/*
square_img
*/
.square_img {
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .square_img {
      margin-top: 10rem; } }
  @media screen and (min-width: 1025px) {
    .square_img {
      margin-top: 14rem; } }
  .square_img .slide-img {
    border-radius: 0; }

/*
エフェクト
*/
.fadein {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 2s;
  animation-delay: 0.25s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeup {
  opacity: 0;
  animation-name: fadeup;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.swiper-button-prev {
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  width: 50px;
  height: 50px;
  color: #177364; }

.swiper-button-next {
  right: 0;
  border-radius: 50%;
  background-color: #fff;
  width: 50px;
  height: 50px;
  color: #177364; }

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 2rem; }

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0; }
