@charset "UTF-8";
.display-pc {
  display: none; }
  @media (min-width: 992px) {
    .display-pc {
      display: block; } }

.display-sp {
  display: block; }
  @media (min-width: 992px) {
    .display-sp {
      display: none !important; } }

/*@mixin hoverswipe {
	position: relative;
	z-index: 2;
	&:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
&:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
}*/
/*body:after {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color:#fff;
      z-index: 9999;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: opacity .8s ease;
      transition: opacity .8s ease;
    }
    body.body-fadeout:after {
      opacity: 1;
    }*/
a {
  color: #398344; }

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #24416e;
  z-index: 9999999;
  text-align: center;
  color: #fff; }

.splashbg {
  display: none; }

body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleY(0);
  background-color: #24416e;
  animation-name: PageAnime;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

@keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0); }
  50% {
    transform-origin: top;
    transform: scaleY(1); }
  50.001% {
    transform-origin: bottom; }
  100% {
    transform-origin: bottom;
    transform: scaleY(0); } }
#container {
  opacity: 0; }

body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 0.5s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes PageAnimeAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.button01 {
  position: relative;
  width: 240px;
  height: 60px;
  margin: 5px auto;
  padding: 10px 0;
  border: solid 1px #323232;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  transition: ease .2s; }
  .button01:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(200, 200, 200, 0.2);
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top; }
  .button01:hover:before {
    transform-origin: left top;
    transform: scale(1, 1); }
  .button01 img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 10px 5px; }
  .button01 p {
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 600; }
  @media (min-width: 576px) {
    .button01 {
      width: 350px;
      height: 80px;
      margin: 20px auto;
      padding: 20px 0;
      border-radius: 40px; }
      .button01 img {
        width: 30px;
        height: 30px;
        margin: 5px; } }
  @media (min-width: 1200px) {
    .button01 {
      width: 400px; } }

.button02 {
  position: relative;
  width: 200px;
  height: 40px;
  background-color: #24416e;
  border: solid 1px #ffffff;
  z-index: 2; }
  .button02 p {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding-right: 40px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 38px;
    z-index: 3; }
  .button02:after {
    content: '\e5cc';
    position: absolute;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding-right: 8px;
    width: 38px;
    height: 38px;
    z-index: 2;
    font-size: 20px;
    line-height: 38px;
    text-align: right;
    font-family: 'Material Icons';
    color: #ffffff;
    border-left: solid 1px #ffffff;
    background-color: #00853c; }
  @media (min-width: 992px) {
    .button02.button02-b {
      border: none;
      background-color: rgba(255, 255, 255, 0); }
      .button02.button02-b:after {
        border: none; } }
  .button02.button02-b p {
    line-height: 40px; }
  .button02.button02-c {
    width: 260px;
    margin: auto;
    background-color: #51a199;
    display: block; }
  .button02.button02-d, .button02.button02-e {
    margin: auto;
    background-color: #51a199; }
    .button02.button02-d p, .button02.button02-e p {
      font-family: "Montserrat", sans-serif; }
  @media (min-width: 992px) {
    .button02.button02-e:hover:after {
      width: 199px; } }

@media (min-width: 992px) {
  .button02-a:hover:after {
    width: 199px; } }

.button02-div {
  position: absolute;
  right: 0;
  bottom: 0; }

@media (min-width: 992px) {
  a:hover .button02-b:after {
    width: 199px; }
  a:hover.button02-c:after {
    width: 259px; }
  a:hover.button02-d:after {
    width: 199px; } }

.button03 {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
  margin: 5px auto;
  overflow: hidden;
  transition: ease .2s; }
  .button03:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2 !important;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top; }
  .button03:hover:before {
    transform-origin: left top;
    transform: scale(1, 1); }
  .button03.button03-a, .button03.button03-b, .button03.button03-c {
    display: block;
    width: 33.4%;
    height: 100px;
    margin: 0 10px;
    text-align: center;
    margin: auto;
    border-radius: 0; }
    @media (max-width: 991px) {
      .button03.button03-a img, .button03.button03-b img, .button03.button03-c img {
        display: block; } }
  @media (min-width: 992px) {
    .button03 {
      width: 350px !important;
      height: 80px !important;
      margin: 0 10px !important;
      border-radius: 40px !important; } }
  .button03 img {
    position: relative;
    display: inline-block;
    margin: 20px auto 0 auto;
    width: 30px;
    height: 30px;
    z-index: 3;
    /* margin: 10px 10px; */ }
    @media (min-width: 992px) {
      .button03 img {
        display: inline-block !important;
        width: 20px;
        height: 20px;
        margin: 30px 10px !important; } }
  .button03 p {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 38px;
    color: #ffffff;
    font-weight: 600;
    z-index: 3; }
    @media (min-width: 992px) {
      .button03 p {
        font-size: 18px;
        line-height: 80px; } }
  .button03.button03-a {
    background-color: #00853c; }
    .button03.button03-a:before {
      background-color: #86b28d; }
  .button03.button03-b {
    background-color: #51a199; }
    .button03.button03-b:before {
      background-color: #a0c3c0; }
  .button03.button03-c {
    background-color: #24416e; }
    .button03.button03-c:before {
      background-color: #556788; }
  .button03.button03-d, .button03.button03-e {
    display: block;
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px #ffffff; }
    .button03.button03-d:before, .button03.button03-e:before {
      background-color: rgba(255, 255, 255, 0.2); }
    @media (min-width: 992px) {
      .button03.button03-d, .button03.button03-e {
        display: inline-block;
        margin-bottom: 10px !important; } }
    .button03.button03-d p, .button03.button03-e p {
      font-family: "Montserrat", sans-serif;
      font-weight: 600; }
    .button03.button03-d img, .button03.button03-e img {
      width: 20px;
      height: 20px;
      margin: 10px; }
      @media (min-width: 992px) {
        .button03.button03-d img, .button03.button03-e img {
          width: 30px;
          height: 30px;
          margin: 25px 10px !important; } }
  .button03.button03-d p {
    font-size: 20px; }
    @media (min-width: 992px) {
      .button03.button03-d p {
        font-size: 22px; } }
  .button03.button03-e p {
    font-size: 16px; }
    @media (min-width: 992px) {
      .button03.button03-e p {
        font-size: 20px; } }
  .button03.button03-f {
    display: block !important;
    border: solid 1px #ffffff;
    margin: auto !important; }
    @media (max-width: 991px) {
      .button03.button03-f {
        width: 90% !important;
        height: 40px;
        line-height: 38px;
        border-radius: 20px; } }
    @media (min-width: 992px) {
      .button03.button03-f {
        width: 480px !important;
        height: 80px;
        line-height: 78px;
        border-radius: 40px; } }

.p01 {
  text-align: center;
  font-size: 14px;
  line-height: 24px; }
  @media (min-width: 992px) {
    .p01 {
      font-size: 16px;
      line-height: 32px; } }

.p02 {
  text-align: center;
  font-size: 12px;
  color: #878787; }

.p03 {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #24416e; }
  @media (min-width: 1200px) {
    .p03 {
      font-size: 32px;
      line-height: 48px; } }

.p04 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #51a199;
  font-size: 12px;
  line-height: 15px; }

.p05 {
  display: block;
  color: #24416e;
  font-size: 20px;
  line-height: 28px;
  margin: 20px;
  font-weight: 600;
  letter-spacing: 1.5px; }
  @media (min-width: 992px) {
    .p05 {
      font-size: 26px;
      line-height: 35px;
      letter-spacing: 2px; } }

.p06 {
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin: 10px 0; }
  @media (min-width: 992px) {
    .p06 {
      font-size: 16px !important;
      line-height: 24px;
      margin: 20px 0; } }
  .p06 span {
    font-size: 12px;
    font-weight: 600; }
    @media (min-width: 992px) {
      .p06 span {
        font-size: 16px !important; } }

.p06-b {
  display: block; }
  .p06-b span {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin: 10px 0; }
    .p06-b span:first-of-type {
      position: relative;
      margin-right: 10px;
      padding-right: 10px; }
      .p06-b span:first-of-type:before {
        content: '';
        position: absolute;
        right: 0;
        display: inline-block;
        width: 1px;
        height: 15px;
        background-color: #323232; }
    @media (min-width: 992px) {
      .p06-b span {
        font-size: 16px !important;
        line-height: 24px;
        margin: 20px 0; } }
    .p06-b span:before {
      top: 0; }

.p07 {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #24416e; }
  @media (min-width: 992px) {
    .p07 {
      font-size: 24px;
      line-height: 40px; } }

.p08 {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.5px; }
  @media (min-width: 992px) {
    .p08 {
      font-size: 18px;
      line-height: 28px; } }

.p09 {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #24416e; }
  @media (min-width: 992px) {
    .p09 {
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 40px; } }

.p10 {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  vertical-align: top;
  font-weight: 600; }
  .p10:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 30px;
    vertical-align: top;
    margin-right: 20px;
    background-color: #51a199; }
  @media (min-width: 992px) {
    .p10 {
      font-size: 18px;
      line-height: 50px; }
      .p10:before {
        height: 50px; } }

.p11 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px; }
  @media (min-width: 992px) {
    .p11 {
      font-size: 16px;
      line-height: 32px; } }

.p12 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px; }
  @media (min-width: 992px) {
    .p12 {
      font-size: 32px;
      line-height: 50px; } }

.p13 {
  font-size: 12px;
  color: #51a199;
  font-family: "Montserrat", sans-serif; }
  @media (min-width: 992px) {
    .p13 {
      font-size: 18px; } }

.p14 {
  font-size: 22px;
  font-weight: 600; }
  @media (min-width: 992px) {
    .p14 {
      font-size: 28px; } }

.p-c-w {
  color: #ffffff; }

.img01 {
  width: 230px;
  height: auto; }
  @media (min-width: 992px) {
    .img01 {
      width: 300px; } }

.img02 {
  width: 100%;
  height: auto;
  margin-top: 10px; }
  @media (min-width: 992px) {
    .img02 {
      width: 360px;
      margin-top: 50px; } }

.img03 {
  display: block !important;
  width: 100%;
  height: auto;
  margin: 10px auto 30px auto; }
  @media (min-width: 992px) {
    .img03 {
      width: 50%; } }

header {
  position: relative; }
  header .headerfixed-kaso {
    display: block;
    background-color: rgba(255, 255, 255, 0.8); }
    @media (min-width: 992px) {
      header .headerfixed-kaso {
        display: flex !important;
        justify-content: flex-end; } }
  header .headerfixed {
    position: fixed;
    justify-content: flex-end;
    width: 100%;
    height: 60px;
    z-index: 100; }
    @media (min-width: 1200px) {
      header .headerfixed {
        height: 70px; } }
    header .headerfixed .header-01 .main_logo {
      width: 200px;
      height: 40px;
      margin: 15px 15px 0 15px; }
      @media (min-width: 1200px) {
        header .headerfixed .header-01 .main_logo {
          width: 250px;
          height: 50px;
          margin: 15px 20px; } }
      header .headerfixed .header-01 .main_logo a {
        margin: auto; }
      header .headerfixed .header-01 .main_logo .h1-2 {
        display: block; }
        header .headerfixed .header-01 .main_logo .h1-2 img {
          width: 200px; }
          @media (min-width: 1200px) {
            header .headerfixed .header-01 .main_logo .h1-2 img {
              width: 250px; } }
    header .headerfixed .header-02 {
      position: relative;
      width: auto; }
      header .headerfixed .header-02 .header-menu-all {
        margin-right: 0;
        position: absolute;
        top: 0;
        right: 60px; }
        @media (min-width: 1200px) {
          header .headerfixed .header-02 .header-menu-all {
            right: 70px; } }
      header .headerfixed .header-02 .header-menubutton00 {
        height: 60px; }
        @media (min-width: 1200px) {
          header .headerfixed .header-02 .header-menubutton00 {
            height: 70px; } }
    header .headerfixed .header-03 {
      width: 100%; }
      header .headerfixed .header-03 .header-menu-all {
        width: 100%; }
        header .headerfixed .header-03 .header-menu-all .header-menu-ul01 {
          margin-right: 220px; }
          @media (min-width: 1550px) {
            header .headerfixed .header-03 .header-menu-all .header-menu-ul01 {
              margin-right: 390px; } }
          header .headerfixed .header-03 .header-menu-all .header-menu-ul01 li:after {
            background-color: #323232; }
          header .headerfixed .header-03 .header-menu-all .header-menu-ul01 li a {
            color: #323232; }
            header .headerfixed .header-03 .header-menu-all .header-menu-ul01 li a:after {
              background-color: #323232; }
  header .main_logo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 60px;
    margin: auto;
    text-align: center;
    /*border-bottom: solid 1px #ffffff;*/ }
    @media (min-width: 1200px) {
      header .main_logo {
        height: 80%;
        border-bottom: none; } }
    header .main_logo a {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      transform: translateY(-50%);
      display: block;
      margin: 5px 0 5px 15px;
      text-align: left; }
      header .main_logo a:hover {
        opacity: 0.8; }
      @media (min-width: 1200px) {
        header .main_logo a {
          text-align: center;
          margin: 0; } }
      header .main_logo a.h1-1 {
        display: block; }
      header .main_logo a.h1-2 {
        display: none; }
      header .main_logo a img {
        width: 200px;
        height: auto; }
        @media (min-width: 1200px) {
          header .main_logo a img {
            width: 300px; } }
  header .header-menu-all {
    position: relative;
    /* width: calc(100% - 80px); */
    width: 100%;
    height: 60px; }
    @media (min-width: 576px) {
      header .header-menu-all {
        width: auto;
        height: 70px; } }
    @media (min-width: 1200px) {
      header .header-menu-all {
        margin-right: 170px; } }
    header .header-menu-all .header-menu-ul01 {
      display: none; }
      @media (min-width: 1200px) {
        header .header-menu-all .header-menu-ul01 {
          display: block;
          height: 100%;
          text-align: right;
          margin-right: 160px; } }
      @media (min-width: 1550px) {
        header .header-menu-all .header-menu-ul01 {
          margin-right: 320px; } }
      header .header-menu-all .header-menu-ul01 li {
        position: relative;
        display: inline-block;
        height: 100%; }
        header .header-menu-all .header-menu-ul01 li:after {
          content: "";
          position: absolute;
          top: 32px;
          display: inline-block;
          width: 1px;
          height: 10px;
          z-index: 1;
          background-color: #ffffff; }
        header .header-menu-all .header-menu-ul01 li:last-child:after {
          display: none; }
        header .header-menu-all .header-menu-ul01 li a {
          color: #ffffff;
          line-height: 70px;
          margin: 0 15px;
          position: relative;
          display: inline-block; }
          header .header-menu-all .header-menu-ul01 li a:after {
            position: absolute;
            bottom: 20px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            margin: 0;
            z-index: 2;
            background: #ffffff;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s; }
          header .header-menu-all .header-menu-ul01 li a:hover:after {
            transform: scale(1, 1); }
  header .nav-drawer {
    position: fixed;
    display: block;
    width: auto;
    height: 0;
    top: 0;
    right: 0;
    /*vertical-align: top;*/
    z-index: 999;
    /*　ハンバーガーボタン　*/
    	/*.nav-content.active {
      		transform: translateY(0%);
    		top: 60px;
    			@include w1200 {
    				top: 70px;
    			}
    		}*/ }
    @media (min-width: 1200px) {
      header .nav-drawer {
        top: 0; } }
    header .nav-drawer #nav-bg {
      position: fixed;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      z-index: 1;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      transition: all 0.6s;
      cursor: pointer;
      visibility: hidden; }
    header .nav-drawer .hamburger {
      position: relative;
      display: block;
      z-index: 11;
      right: 0;
      top: 0;
      width: 60px;
      height: 60px;
      padding: 10px;
      cursor: pointer;
      text-align: center;
      background-color: #24416e; }
      @media (min-width: 1200px) {
        header .nav-drawer .hamburger {
          width: 70px;
          height: 70px; } }
  @media (min-width: 1200px) and (min-width: 992px) {
    header .nav-drawer .hamburger:hover {
      background-color: rgba(36, 65, 110, 0.8);
      box-shadow: 0 0 5px #24416e; } }

      header .nav-drawer .hamburger p {
        position: absolute;
        top: 10px;
        right: 12px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #ffffff;
        font-size: 10px;
        line-height: 10px; }
        @media (min-width: 1200px) {
          header .nav-drawer .hamburger p {
            line-height: 20px;
            right: 16px; } }
      header .nav-drawer .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        right: 15px;
        background-color: #ffffff;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        header .nav-drawer .hamburger span:first-of-type {
          top: 25px; }
        header .nav-drawer .hamburger span:nth-of-type(2) {
          top: 35px; }
        header .nav-drawer .hamburger span:last-of-type {
          top: 45px; }
        @media (min-width: 1200px) {
          header .nav-drawer .hamburger span {
            width: 30px;
            right: 20px; }
            header .nav-drawer .hamburger span:first-of-type {
              top: 30px; }
            header .nav-drawer .hamburger span:nth-of-type(2) {
              top: 40px; }
            header .nav-drawer .hamburger span:last-of-type {
              top: 50px; } }
      header .nav-drawer .hamburger.active {
        /* ナビ開いてる時のボタン */ }
        header .nav-drawer .hamburger.active span {
          background-color: #ffffff; }
          header .nav-drawer .hamburger.active span:first-of-type {
            top: 35px;
            right: 15px;
            transform: rotate(-45deg); }
            @media (min-width: 1200px) {
              header .nav-drawer .hamburger.active span:first-of-type {
                top: 40px;
                right: 20px; } }
          header .nav-drawer .hamburger.active span:nth-of-type(2), header .nav-drawer .hamburger.active span:last-of-type {
            top: 35px;
            transform: rotate(45deg); }
            @media (min-width: 1200px) {
              header .nav-drawer .hamburger.active span:nth-of-type(2), header .nav-drawer .hamburger.active span:last-of-type {
                top: 40px; } }
    header .nav-drawer .nav-content {
      position: fixed;
      top: 0;
      right: 0;
      z-index: 999;
      transform: translateY(-120%);
      transition: all 300ms 0s ease;
      background: #ffffff;
      width: 80%;
      height: 100%;
      overflow: auto;
      margin: 0;
      padding: 20px 0; }
      @media (min-width: 576px) {
        header .nav-drawer .nav-content {
          width: 450px;
          height: 750px;
          padding: 20px 30px; } }
      @media (min-width: 1200px) {
        header .nav-drawer .nav-content {
          overflow: hidden;
          width: 630px;
          margin: 0 0 0 auto;
          padding: 30px !important; } }
  header .top-circle {
    position: absolute;
    width: 100%;
    /*left: 80px;*/
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px; }
    @media (min-width: 576px) {
      header .top-circle {
        left: 80px;
        height: 150px; } }
    @media (min-width: 1200px) {
      header .top-circle {
        left: 100px;
        height: 260px; } }
    header .top-circle .top-circle-inner {
      position: relative;
      width: 100%;
      height: 100%; }
      header .top-circle .top-circle-inner img {
        position: absolute;
        width: 110px;
        height: 110px;
        animation: 15s linear infinite rotation1; }
        @media (min-width: 576px) {
          header .top-circle .top-circle-inner img {
            width: 150px;
            height: 150px; } }
        @media (min-width: 1200px) {
          header .top-circle .top-circle-inner img {
            width: 260px;
            height: 260px; } }
      header .top-circle .top-circle-inner .top-circle-p {
        position: relative;
        width: 100%;
        height: 100%; }
        header .top-circle .top-circle-inner .top-circle-p p {
          position: absolute;
          left: 30px;
          display: block;
          color: #ffffff;
          font-weight: 600;
          z-index: 10;
          text-shadow: 0 0 5px #323232; }
          @media (min-width: 576px) {
            header .top-circle .top-circle-inner .top-circle-p p {
              left: 50px; } }
          header .top-circle .top-circle-inner .top-circle-p p:first-of-type {
            top: 30px;
            font-size: 14px; }
            @media (min-width: 576px) {
              header .top-circle .top-circle-inner .top-circle-p p:first-of-type {
                font-size: 18px;
                top: 45px; } }
            @media (min-width: 1200px) {
              header .top-circle .top-circle-inner .top-circle-p p:first-of-type {
                font-size: 20px;
                top: 95px; } }
          header .top-circle .top-circle-inner .top-circle-p p:last-of-type {
            bottom: 32px;
            font-size: 18px; }
            @media (min-width: 576px) {
              header .top-circle .top-circle-inner .top-circle-p p:last-of-type {
                bottom: 50px;
                font-size: 22px; } }
            @media (min-width: 1200px) {
              header .top-circle .top-circle-inner .top-circle-p p:last-of-type {
                bottom: 100px;
                font-size: 36px; } }
  header .headerfixed-top {
    display: none; }
  header .headerfixed-top.active {
    position: fixed;
    display: block;
    overflow: visible;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    height: 60px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.8);
    /*.header-02 .top-car-wrap,.header-menu-all .header-menu-ul01,.loop-all,.news01,.top-circle {
    	display: none;
    }*/ }
    @media (min-width: 1200px) {
      header .headerfixed-top.active {
        width: calc(100% - 70px);
        height: 70px; } }
    header .headerfixed-top.active .main_logo {
      position: fixed;
      margin: 10px;
      z-index: 10;
      border-bottom: none; }
      @media (min-width: 576px) {
        header .headerfixed-top.active .main_logo {
          width: 200px;
          margin: 7px 20px; } }
      @media (min-width: 1200px) {
        header .headerfixed-top.active .main_logo {
          width: 250px;
          height: 50px;
          margin: 10px 20px; } }
      header .headerfixed-top.active .main_logo a {
        margin: 2px 0;
        position: static; }
        @media (min-width: 1200px) {
          header .headerfixed-top.active .main_logo a {
            margin: 0; } }
        header .headerfixed-top.active .main_logo a.h1-1 {
          display: none; }
        header .headerfixed-top.active .main_logo a.h1-2 {
          display: block;
          transform: none; }
        header .headerfixed-top.active .main_logo a img {
          object-fit: contain; }
          @media (min-width: 576px) {
            header .headerfixed-top.active .main_logo a img {
              width: 200px; } }
          @media (min-width: 1200px) {
            header .headerfixed-top.active .main_logo a img {
              width: 250px;
              height: 50px; } }
    header .headerfixed-top.active .header-01 {
      position: absolute;
      display: inline-block;
      width: auto; }
      header .headerfixed-top.active .header-01 .main_logo {
        position: static; }
    header .headerfixed-top.active .header-02 {
      width: auto;
      height: auto;
      float: right;
      text-align: right; }
    header .headerfixed-top.active .header-03 {
      display: inline-block;
      width: 100%;
      vertical-align: top; }
      header .headerfixed-top.active .header-03 .header-menu-ul01 {
        margin-right: 160px; }
        @media (min-width: 1550px) {
          header .headerfixed-top.active .header-03 .header-menu-ul01 {
            margin-right: 320px; } }
    header .headerfixed-top.active .header-menu-all {
      position: relative;
      width: 100%;
      height: 60px;
      z-index: 5;
      left: 0;
      background-color: rgba(255, 255, 255, 0) !important; }
      @media (min-width: 1200px) {
        header .headerfixed-top.active .header-menu-all {
          height: 70px; } }
      header .headerfixed-top.active .header-menu-all .header-menubutton01, header .headerfixed-top.active .header-menu-all .header-menubutton02 {
        position: static;
        height: 60px;
        vertical-align: top; }
        @media (min-width: 1200px) {
          header .headerfixed-top.active .header-menu-all .header-menubutton01, header .headerfixed-top.active .header-menu-all .header-menubutton02 {
            height: 70px; } }
        @media (min-width: 1200px) {
          header .headerfixed-top.active .header-menu-all .header-menubutton01 img, header .headerfixed-top.active .header-menu-all .header-menubutton02 img {
            display: inline-block; } }
        header .headerfixed-top.active .header-menu-all .header-menubutton01 p, header .headerfixed-top.active .header-menu-all .header-menubutton02 p {
          color: #ffffff;
          font-weight: 600;
          line-height: 60px;
          vertical-align: top; }
          @media (min-width: 1200px) {
            header .headerfixed-top.active .header-menu-all .header-menubutton01 p, header .headerfixed-top.active .header-menu-all .header-menubutton02 p {
              display: inline-block !important;
              line-height: 70px; } }
        header .headerfixed-top.active .header-menu-all .header-menubutton01.header-menubutton01, header .headerfixed-top.active .header-menu-all .header-menubutton02.header-menubutton01 {
          width: 60px;
          margin-right: -5px; }
          @media (min-width: 1200px) {
            header .headerfixed-top.active .header-menu-all .header-menubutton01.header-menubutton01, header .headerfixed-top.active .header-menu-all .header-menubutton02.header-menubutton01 {
              width: 150px; } }
        header .headerfixed-top.active .header-menu-all .header-menubutton01.header-menubutton02, header .headerfixed-top.active .header-menu-all .header-menubutton02.header-menubutton02 {
          width: 60px;
          margin-right: 0; }
          @media (min-width: 1200px) {
            header .headerfixed-top.active .header-menu-all .header-menubutton01.header-menubutton02, header .headerfixed-top.active .header-menu-all .header-menubutton02.header-menubutton02 {
              width: 170px; } }

/* header__end */
.nav-open .nav-content {
  transform: translateY(0%) !important;
  top: 60px !important; }
  @media (min-width: 1200px) {
    .nav-open .nav-content {
      top: 70px !important; } }

.nav-open #nav-bg {
  opacity: 1 !important;
  visibility: visible !important; }

.header-menubutton00 {
  display: none;
  position: absolute;
  top: 0;
  height: 60px;
  text-align: center;
  z-index: 10; }
  @media (min-width: 992px) {
    .header-menubutton00 {
      display: inline-block;
      height: 70px; } }
  .header-menubutton00 a {
    width: 100%;
    height: 100%; }
    .header-menubutton00 a img {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 20px 0 10px 0; }
    .header-menubutton00 a p {
      color: #ffffff;
      font-weight: 600;
      line-height: 60px;
      vertical-align: top;
      font-size: 13px; }
      @media (min-width: 1200px) {
        .header-menubutton00 a p {
          line-height: 70px; } }
    @media (min-width: 1200px) {
      .header-menubutton00 a img {
        margin: 25px 0 15px 0; } }
    @media (min-width: 1550px) {
      .header-menubutton00 a img {
        margin: 25px 5px 15px 0; }
      .header-menubutton00 a p {
        display: inline-block; } }
  .header-menubutton00.header-menubutton01 {
    right: 60px;
    width: 60px; }
    .header-menubutton00.header-menubutton01 a {
      background-color: #00853c; }
      @media (min-width: 992px) {
        .header-menubutton00.header-menubutton01 a:hover {
          background-color: rgba(0, 133, 60, 0.6); } }
      .header-menubutton00.header-menubutton01 a p {
        display: inline-block; }
      .header-menubutton00.header-menubutton01 a img {
        display: none; }
    @media (min-width: 1200px) {
      .header-menubutton00.header-menubutton01 {
        right: 70px;
        width: 70px; } }
    @media (min-width: 1550px) {
      .header-menubutton00.header-menubutton01 {
        right: 170px;
        width: 150px; }
        .header-menubutton00.header-menubutton01 p, .header-menubutton00.header-menubutton01 img {
          display: inline-block !important; } }
  .header-menubutton00.header-menubutton02 {
    right: 0;
    width: 60px; }
    .header-menubutton00.header-menubutton02 a {
      background-color: #51a199; }
      .header-menubutton00.header-menubutton02 a:hover {
        background-color: rgba(81, 161, 153, 0.6); }
      .header-menubutton00.header-menubutton02 a p {
        display: none; }
      .header-menubutton00.header-menubutton02 a img {
        display: inline-block; }
    @media (min-width: 1200px) {
      .header-menubutton00.header-menubutton02 {
        right: 0;
        width: 70px; } }
    @media (min-width: 1550px) {
      .header-menubutton00.header-menubutton02 {
        width: 170px; }
        .header-menubutton00.header-menubutton02 p, .header-menubutton00.header-menubutton02 img {
          display: inline-block !important; } }

.fadeIn {
  opacity: 0;
  transition: .5s;
  position: relative;
  top: 50px; }

.fadeactive {
  opacity: 1;
  top: 0; }

.nav-content01 {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .nav-content01 {
      flex-wrap: nowrap;
      margin-bottom: 20px; } }
  .nav-content01 .nav-content01-inner {
    width: 100%;
    vertical-align: top;
    margin-top: -5px; }
    @media (min-width: 992px) {
      .nav-content01 .nav-content01-inner {
        width: 50%; } }
    .nav-content01 .nav-content01-inner a:hover {
      opacity: 0.6; }
    .nav-content01 .nav-content01-inner > ul {
      /*margin: 0;*/
      padding: 5px 10px;
      border-bottom: solid 1px #cccccc;
      margin: 5px auto; }
      @media (min-width: 992px) {
        .nav-content01 .nav-content01-inner > ul {
          border-bottom: none;
          padding: 5px 0; } }
      .nav-content01 .nav-content01-inner > ul > li {
        padding: 0 15px; }
        .nav-content01 .nav-content01-inner > ul > li ul li.active a {
          width: 90%; }
        .nav-content01 .nav-content01-inner > ul > li img {
          display: inline-block;
          width: 30px;
          height: 30px; }
          .nav-content01 .nav-content01-inner > ul > li img.display-sp {
            float: right;
            width: 20px;
            height: 20px;
            margin: 6px; }
            .nav-content01 .nav-content01-inner > ul > li img.display-sp.sp-acc-on2 {
              transform: rotate(45deg) !important; }
          @media (min-width: 1200px) {
            .nav-content01 .nav-content01-inner > ul > li img {
              width: 40px;
              height: 40px; } }
        .nav-content01 .nav-content01-inner > ul > li > a {
          display: inline-block;
          vertical-align: top;
          width: 85%;
          margin-left: -30px;
          padding-left: 30px; }
          .nav-content01 .nav-content01-inner > ul > li > a p {
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
            line-height: 24px;
            margin-left: 5px; }
          @media (min-width: 1200px) {
            .nav-content01 .nav-content01-inner > ul > li > a {
              width: auto;
              margin-left: 0;
              padding-left: 0; }
              .nav-content01 .nav-content01-inner > ul > li > a p {
                font-size: 16px;
                line-height: 40px;
                margin-left: 15px; } }
        .nav-content01 .nav-content01-inner > ul > li > ul {
          overflow: hidden;
          height: 0; }
          @media (min-width: 992px) {
            .nav-content01 .nav-content01-inner > ul > li > ul {
              height: auto !important; } }
          .nav-content01 .nav-content01-inner > ul > li > ul > li {
            transform: translateX(-200px);
            margin-left: 20px;
            line-height: 20px;
            letter-spacing: 0; }
            @media (min-width: 992px) {
              .nav-content01 .nav-content01-inner > ul > li > ul > li {
                transform: translateX(0); } }
            .nav-content01 .nav-content01-inner > ul > li > ul > li:before {
              content: "";
              display: inline-block;
              width: 5px;
              height: 1px;
              margin: 13px 5px;
              background-color: #323232; }
              @media (min-width: 992px) {
                .nav-content01 .nav-content01-inner > ul > li > ul > li:before {
                  margin: 10px 5px; } }
            .nav-content01 .nav-content01-inner > ul > li > ul > li:first-of-type {
              transition: all 600ms 0.2s ease; }
            .nav-content01 .nav-content01-inner > ul > li > ul > li:nth-of-type(2) {
              transition: all 600ms 0.4s ease; }
            .nav-content01 .nav-content01-inner > ul > li > ul > li:nth-of-type(3) {
              transition: all 600ms 0.6s ease; }
            .nav-content01 .nav-content01-inner > ul > li > ul > li:nth-of-type(4) {
              transition: all 600ms 0.8s ease; }
            .nav-content01 .nav-content01-inner > ul > li > ul > li:nth-of-type(5) {
              transition: all 600ms 1s ease; }
            .nav-content01 .nav-content01-inner > ul > li > ul > li a {
              display: inline-block;
              vertical-align: top;
          							/*letter-spacing: 0;
      								font-size: 10px;
          							line-height: 18px;*/
              font-size: 14px;
              letter-spacing: 1px;
              line-height: 24px;
              color: #323232; }
            @media (min-width: 1200px) {
              .nav-content01 .nav-content01-inner > ul > li > ul > li {
                margin-left: 60px; } }
        @media (max-width: 991px) {
          .nav-content01 .nav-content01-inner > ul > li {
            padding: 0; }
            .nav-content01 .nav-content01-inner > ul > li.active img:not(.sp-acc2) {
              transform: rotate(90deg); }
            .nav-content01 .nav-content01-inner > ul > li.active ul {
              height: auto; }
              .nav-content01 .nav-content01-inner > ul > li.active ul li.active {
                transform: translateX(0); } }

.nav-content02 {
  padding: 10px 0 100px 0; }
  @media (min-width: 992px) {
    .nav-content02 {
      padding: 0 !important; } }

/* 車の動きここから_footer */
.foot-car-wrap {
  width: 100%;
  height: 80px;
  background-image: url("../img/slider/car/pic_foot_douro.png");
  background-size: cover;
  background-position: left;
  overflow: hidden; }
  @media (min-width: 576px) {
    .foot-car-wrap {
      height: 100px; } }
  .foot-car-wrap .foot-car-top, .foot-car-wrap .foot-car-bottom {
    position: relative;
    width: 100%;
    height: 40px; }
    @media (min-width: 576px) {
      .foot-car-wrap .foot-car-top, .foot-car-wrap .foot-car-bottom {
        height: 50px; } }
    .foot-car-wrap .foot-car-top div, .foot-car-wrap .foot-car-bottom div {
      position: absolute;
      animation-timing-function: linear !important; }
      .foot-car-wrap .foot-car-top div img, .foot-car-wrap .foot-car-bottom div img {
        width: 40px;
        height: 80px;
        object-fit: cover;
        transform: rotate(90deg); }
        @media (min-width: 576px) {
          .foot-car-wrap .foot-car-top div img, .foot-car-wrap .foot-car-bottom div img {
            width: 50px;
            height: 100px; } }
  .foot-car-wrap .foot-car-top div {
    top: -20px;
    left: 0;
    transform: translateX(-100px); }
    @media (min-width: 576px) {
      .foot-car-wrap .foot-car-top div {
        top: -25px; } }
    .foot-car-wrap .foot-car-top div:first-of-type {
      animation: car-move03 16s forwards 0s infinite normal; }
    .foot-car-wrap .foot-car-top div:nth-of-type(2) {
      animation: car-move03 16s forwards 3s infinite normal; }
    .foot-car-wrap .foot-car-top div:last-of-type {
      animation: car-move03 16s forwards 7s infinite normal; }
  .foot-car-wrap .foot-car-bottom div {
    bottom: -25px;
    right: 0;
    transform: translateX(100px); }
    @media (min-width: 576px) {
      .foot-car-wrap .foot-car-bottom div {
        bottom: -30px; } }
    .foot-car-wrap .foot-car-bottom div:first-of-type {
      animation: car-move04 14.5s forwards 1s infinite normal; }
    .foot-car-wrap .foot-car-bottom div:nth-of-type(2) {
      animation: car-move04 14.5s forwards 6s infinite normal; }
    .foot-car-wrap .foot-car-bottom div:last-of-type {
      animation: car-move04 14.5s forwards 10s infinite normal; }
@keyframes car-move03 {
  0% {
    transform: translateX(-100px); }
  100% {
    transform: translateX(3000px); } }
@keyframes car-move04 {
  0% {
    transform: translateX(100px); }
  100% {
    transform: translateX(-3000px); } }
/* 車の動きここまで_footer */
.loop-all {
  display: flex;
  width: 100%;
  /*width: calc(100% - 80px);*/
  height: 100%; }
  @media (min-width: 1200px) {
    .loop-all {
      width: calc(100% - 100px); } }

.loop_left, .loop_right {
  width: 50%; }
  .loop_left .loop_inner, .loop_right .loop_inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .loop_left .loop_inner ul, .loop_right .loop_inner ul {
      width: 100%;
      height: 100%; }
      .loop_left .loop_inner ul.slider-left-ul:first-child, .loop_right .loop_inner ul.slider-left-ul:first-child {
        animation: loop 100s -50s linear infinite; }
      .loop_left .loop_inner ul.slider-left-ul:last-child, .loop_right .loop_inner ul.slider-left-ul:last-child {
        animation: loop2 100s linear infinite; }
      .loop_left .loop_inner ul.slider-right-ul:first-child, .loop_right .loop_inner ul.slider-right-ul:first-child {
        animation: loop3 100s -50s linear infinite; }
      .loop_left .loop_inner ul.slider-right-ul:last-child, .loop_right .loop_inner ul.slider-right-ul:last-child {
        animation: loop4 100s linear infinite; }
      .loop_left .loop_inner ul li, .loop_right .loop_inner ul li {
        /* display: flex; */
        width: 100%;
        height: 200px; }
        .loop_left .loop_inner ul li img, .loop_right .loop_inner ul li img {
          width: 100%;
          height: 200px;
          object-fit: cover; }
        @media (min-width: 576px) {
          .loop_left .loop_inner ul li, .loop_right .loop_inner ul li {
            height: 200px; }
            .loop_left .loop_inner ul li img, .loop_right .loop_inner ul li img {
              height: 200px; } }
        @media (min-width: 1200px) {
          .loop_left .loop_inner ul li, .loop_right .loop_inner ul li {
            height: 34%; }
            .loop_left .loop_inner ul li img, .loop_right .loop_inner ul li img {
              height: 100%; } }

.loop_content {
  /* width: calc(100% + 100px); */
  width: 100%;
  height: 200px; }
  @media (min-width: 1200px) {
    .loop_content {
      height: 460px; } }
  .loop_content .loop_inner {
    display: flex;
    width: 100%;
    height: 200px;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .loop_content .loop_inner {
        height: 460px; } }
    .loop_content .loop_inner ul {
      display: flex; }
      .loop_content .loop_inner ul.slider-content-ul:first-child {
        animation: loop5 100s -50s linear infinite; }
      .loop_content .loop_inner ul.slider-content-ul:last-child {
        animation: loop6 100s linear infinite; }
      .loop_content .loop_inner ul li {
        width: 160px;
        height: 120px; }
        .loop_content .loop_inner ul li img {
          width: 160px;
          height: 120px;
          object-fit: cover; }
        @media (min-width: 576px) {
          .loop_content .loop_inner ul li {
            width: 250px;
            height: 200px; }
            .loop_content .loop_inner ul li img {
              width: 250px;
              height: 200px; } }
        @media (min-width: 1200px) {
          .loop_content .loop_inner ul li {
            width: 640px;
            height: 460px; }
            .loop_content .loop_inner ul li img {
              width: 640px;
              height: 460px; } }

@keyframes loop {
  0% {
    transform: translateY(100%); }
  to {
    transform: translateY(-100%); } }
@keyframes loop2 {
  0% {
    transform: translateY(0); }
  to {
    transform: translateY(-200%); } }
@keyframes loop3 {
  0% {
    transform: translateY(-100%); }
  to {
    transform: translateY(100%); } }
@keyframes loop4 {
  0% {
    transform: translateY(-200%); }
  to {
    transform: translateY(0); } }
@keyframes loop5 {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@keyframes loop6 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }
@keyframes rotation1 {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.news-cat {
  display: inline-block;
  color: #51a199;
  padding: 0 10px;
  font-size: 12px;
  border: solid 1px #51a199;
  text-align: center; }
  @media (min-width: 992px) {
    .news-cat {
      padding: 0 20px;
      font-size: 14px; } }

.news-cat2 {
  display: inline-block;
  margin-left: 5px;
  padding-left: 7px;
  border-left: solid 1px #323232;
  font-size: 14px;
  line-height: 22px; }

.news01 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  width: 90%;
  margin: auto;
  padding-top: 10px; }
  @media (min-width: 1200px) {
    .news01 {
      width: 80%;
      padding-top: 0;
      bottom: 50px; } }
  .news01 .news01-inner {
    display: inline-block; }
    @media (min-width: 1200px) {
      .news01 .news01-inner .news01-1 {
        margin-bottom: 10px; } }
    .news01 .news01-inner .news01-1 p, .news01 .news01-inner .news01-1 time {
      display: inline-block;
      font-size: 12px; }
    .news01 .news01-inner .news01-1 time {
      padding: 0 10px;
      color: #ffffff; }
    .news01 .news01-inner .news01-2 p {
      display: inline-block;
      font-weight: 600;
      color: #ffffff;
      position: relative;
      display: inline-block; }
      .news01 .news01-inner .news01-2 p:after {
        position: absolute;
        bottom: 20px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        margin: 0;
        z-index: 2;
        background: #ffffff;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s; }
      .news01 .news01-inner .news01-2 p:hover:after {
        transform: scale(1, 1); }
      .news01 .news01-inner .news01-2 p:before {
        content: "";
        bottom: 0;
        transform: scale(1, 1);
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        margin: 0;
        z-index: 2;
        background-color: #ffffff; }
      .news01 .news01-inner .news01-2 p:after {
        bottom: 0;
        background-color: #aaaaaa; }
  .news01 .news01-ichiran {
    /*display: inline-block;*/
    float: right; }
    .news01 .news01-ichiran a:hover {
      opacity: 0.8; }
    .news01 .news01-ichiran a p {
      display: inline-block;
      color: #ffffff;
      vertical-align: top;
      line-height: 20px; }
    .news01 .news01-ichiran a img {
      display: inline-block;
      width: 22px;
      height: 22px;
      margin: 0 5px; }

.moveleft {
  background-color: #ffffff;
  width: 100%;
  height: 400px;
  transform: translateX(100%);
  transition: all 1200ms 0s ease; }
  @media (min-width: 1200px) {
    .moveleft {
      height: 380px; } }

.moveleft.active {
  transform: translateX(0); }

.moveleftb {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  width: 100%;
  height: 600px;
  margin: 0 0 50px 0;
  clip-path: polygon(0 30%, 100% 0, 100% 80%, 0 100%);
  transform: translateX(100%);
  transition: all 1200ms 0s ease; }
  @media (min-width: 992px) {
    .moveleftb {
      margin: -100px 0 50px 0;
      clip-path: polygon(0 30%, 100% 0, 100% 80%, 0 100%); } }

.moveleftb.active {
  transform: translateX(0);
  /*transform: rotate(5deg);*/ }

.moveleft2 {
  position: relative;
  left: 40%;
  width: auto;
  height: 250px;
  margin-top: -150px;
  vertical-align: bottom;
  transform: translateX(100%);
  transition: all 10000ms 0s ease; }
  @media (min-width: 992px) {
    .moveleft2 {
      left: 60%;
      height: 400px;
      margin-top: -300px; } }

.moveleft2.active {
  transform: translateX(0); }

.moveright {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  width: 100%;
  height: 600px;
  margin: 0 0 50px 0;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  transform: translateX(-100%);
  transition: all 1200ms 0s ease; }
  @media (min-width: 992px) {
    .moveright {
      margin: 0 0 50px 0;
      clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%); } }

.moveright.active {
  transform: translateX(0);
  /*transform: rotate(5deg);*/ }

.moverightb {
  background-color: #ffffff;
  width: 100%;
  height: 400px;
  transform: translateX(-100%);
  transition: all 1200ms 0s ease; }
  @media (min-width: 1200px) {
    .moverightb {
      height: 380px; } }

.moverightb.active {
  transform: translateX(0); }

.moveright2 {
  position: relative;
  right: 900px;
  width: auto;
  height: 250px;
  margin-top: -60px;
  vertical-align: bottom;
  transform: translateX(-100%);
  transition: all 10000ms 0s ease; }
  @media (min-width: 1200px) {
    .moveright2 {
      right: 130%;
      height: 400px;
      margin-top: -100px; } }

.moveright2.active {
  transform: translateX(0); }

.movebottom {
  background-color: #ffffff;
  width: 260px;
  height: 1050px;
  transition: all 1200ms 1s ease;
  transform: translateY(-1050px);
  margin: 0 0 0 40%; }
  @media (min-width: 1200px) {
    .movebottom {
      width: 380px;
      margin: 0 0 200px 100px; } }

.movebottom.active {
  transform: translateY(0); }

.movebottom2 {
  transform: translateY(-200px);
  margin: 0 0 0 auto;
  opacity: 0; }

.movebottom2.active {
  transform: translateY(0);
  opacity: 1; }

.movetop {
  transform: translateY(100px);
  margin: 0 0 0 auto;
  opacity: 0; }

.movetop.active {
  transform: translateY(0);
  opacity: 1; }

.bg-naname01 {
  z-index: 2;
  	/*&:before,&:after {
  		content: "";
      	position: absolute;
      	left: 0;
      	width: 0;
      	height: 0;
      	border-style: solid;
      	border-width: 100px 0 0 100vw;
  	}
  	&:before {
      	top: 0;
      	border-color: #eeefef transparent transparent transparent;
  	}
  	&:after {
      	bottom: 0;
      	border-color: transparent transparent transparent #eeefef;
  	}*/
  /*margin-right: -7%;
  -webkit-clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 75%);
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 75%);
  @include w1200 {
  	-webkit-clip-path: polygon(0 0, 100% 55%, 95% 100%, 0 45%);
  	clip-path: polygon(0 0, 100% 55%, 95% 100%, 0 45%);
  }*/ }

article section .section-inner {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    article section .section-inner {
      width: 1080px; } }
  article section .section-inner.section-inner2 {
    margin-top: -70px;
    margin-bottom: 30px;
    padding-top: 70px; }
    @media (min-width: 1200px) {
      article section .section-inner.section-inner2 {
        width: 1180px;
        margin-top: -100px;
        margin-bottom: 50px;
        padding-top: 100px; } }
  article section .section-inner .inner-01 {
    display: inline-block;
    max-width: 410px; }
    @media (min-width: 576px) {
      article section .section-inner .inner-01 {
        max-width: 40%; } }
    @media (min-width: 1200px) {
      article section .section-inner .inner-01 {
        max-width: 450px; } }
  article section .section-inner .inner-02 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 112%;
    margin: 0 -6%;
    padding: 0;
    /* padding: 0 0 10px 0; */ }
    @media (min-width: 992px) {
      article section .section-inner .inner-02 {
        width: 100%;
        margin: 0 auto;
        padding: 80px 0 30px 0; } }
  article section .section-inner img {
    display: inline-block; }
article section .content01-all {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: auto; }
  @media (min-width: 1200px) {
    article section .content01-all {
      flex-wrap: nowrap; } }
  article section .content01-all .content01 {
    width: 48%;
    margin: 0 1% 20px 1%; }
    @media (min-width: 1200px) {
      article section .content01-all .content01 {
        width: 18%;
        margin: 0 1%; } }
    article section .content01-all .content01 a .hover-imgover2, article section .content01-all .content01 a img {
      width: 100%;
      max-width: 100%;
      height: 100px;
      max-height: 100px;
      object-fit: cover;
      overflow: hidden; }
      @media (min-width: 992px) {
        article section .content01-all .content01 a .hover-imgover2, article section .content01-all .content01 a img {
          height: 200px;
          max-height: 200px; } }
    article section .content01-all .content01 a div span {
      font-size: 12px; }
      article section .content01-all .content01 a div span:first-of-type {
        position: relative;
        margin-right: 10px;
        padding-right: 10px; }
        article section .content01-all .content01 a div span:first-of-type:before {
          content: '';
          position: absolute;
          right: 0;
          display: inline-block;
          width: 1px;
          height: 15px;
          background-color: #323232; }
      article section .content01-all .content01 a div span:before {
        top: 1px; }
    article section .content01-all .content01 a:hover img {
      transform: scale(1.05);
      opacity: 0.6; }

.content04-all {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto 0 auto;
  justify-content: center; }
  .content04-all .content04 {
    margin: 10px 15px 0 15px; }
  @media (min-width: 992px) {
    .content04-all {
      flex-wrap: nowrap;
      margin: 30px auto 0 auto; }
      .content04-all .content04 {
        margin: 0 15px; }
      .content04-all .button03 {
        margin-bottom: 10px; } }

.sekou-img {
  position: relative;
  width: 350px;
  height: 300px;
  margin: -50px auto 0 auto; }
  @media (min-width: 576px) {
    .sekou-img {
      display: inline-block; } }
  @media (min-width: 1200px) {
    .sekou-img {
      width: 655px;
      height: 380px;
      margin: auto;
      margin: 0 auto 0 -30px; } }
  .sekou-img .sekouimg01, .sekou-img .sekouimg08 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1; }
  .sekou-img .sekouimg02, .sekou-img .sekouimg03, .sekou-img .sekouimg04, .sekou-img .sekouimg05, .sekou-img .sekouimg06, .sekou-img .sekouimg07 {
    position: absolute;
    width: 70px;
    height: 70px;
    object-fit: contain;
    z-index: 2; }
    @media (min-width: 1200px) {
      .sekou-img .sekouimg02, .sekou-img .sekouimg03, .sekou-img .sekouimg04, .sekou-img .sekouimg05, .sekou-img .sekouimg06, .sekou-img .sekouimg07 {
        width: 130px;
        height: 130px; } }
  .sekou-img .sekouimg02 {
    transition: all 600ms 1s ease;
    bottom: 60px;
    left: 35px; }
    @media (min-width: 1200px) {
      .sekou-img .sekouimg02 {
        bottom: 30px;
        left: 60px; } }
  .sekou-img .sekouimg03 {
    transition: all 600ms 1.4s ease;
    bottom: 95px;
    left: 80px; }
    @media (min-width: 1200px) {
      .sekou-img .sekouimg03 {
        bottom: 95px;
        left: 150px; } }
  .sekou-img .sekouimg04 {
    transition: all 600ms 1.8s ease;
    bottom: 120px;
    left: 135px; }
    @media (min-width: 1200px) {
      .sekou-img .sekouimg04 {
        bottom: 140px;
        left: 270px; } }
  .sekou-img .sekouimg05 {
    transition: all 600ms 2.2s ease;
    bottom: 150px;
    left: 190px; }
    @media (min-width: 1200px) {
      .sekou-img .sekouimg05 {
        bottom: 200px;
        left: 365px; } }
  .sekou-img .sekouimg06 {
    transition: all 600ms 2.6s ease;
    bottom: 180px;
    left: 235px; }
    @media (min-width: 1200px) {
      .sekou-img .sekouimg06 {
        bottom: 250px;
        left: 440px; } }
  .sekou-img .sekouimg07 {
    transition: all 600ms 3s ease;
    bottom: 210px;
    left: 275px; }
    @media (min-width: 1200px) {
      .sekou-img .sekouimg07 {
        bottom: 300px;
        left: 510px; } }
  .sekou-img .sekouimg08 {
    transition: all 600ms 3.5s ease; }

.title01 {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .title01 {
      margin-bottom: 30px; } }
  .title01 p {
    text-align: center; }

.news-all {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto; }
  .news-all .news-title {
    width: 100%;
    padding-top: 20px; }
    .news-all .news-title .button02 {
      margin: 20px 0 0 0; }
  .news-all .content02-all {
    width: 100%; }
    .news-all .content02-all .content02 {
      padding: 15px 0 10px 0; }
  @media (min-width: 1200px) {
    .news-all {
      width: 90%;
      flex-wrap: nowrap;
      margin: 100px auto; }
      .news-all .news-title {
        width: 30%; }
        .news-all .news-title .button02 {
          margin: 70px 0 0 0; }
      .news-all .content02-all {
        width: 70%; }
        .news-all .content02-all .content02 {
          padding: 20px 0 !important; } }

.content02-all .content02 {
  border-bottom: solid 1px #b4b4b4;
  padding: 10px 0;
  display: block; }
  .content02-all .content02:last-of-type {
    border-bottom: none; }
  @media (min-width: 1200px) {
    .content02-all .content02 {
      padding: 30px 0; } }
  .content02-all .content02 .news-cat, .content02-all .content02 time {
    display: inline-block;
    margin-right: 10px; }
  .content02-all .content02 p:not(.news-cat) {
    display: block;
    margin-right: 10px; }
    @media (min-width: 992px) {
      .content02-all .content02 p:not(.news-cat) {
        display: inline-block; } }

.content03-all {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .content03-all.content03-all-b .content03 {
    margin: 0 1% 20px 1%; }
    @media (min-width: 1200px) {
      .content03-all.content03-all-b .content03 {
        margin: 0 1% 50px 1%; } }
  .content03-all .content03 {
    width: 48%;
    margin: 0 1%; }
    @media (min-width: 576px) {
      .content03-all .content03 {
        width: 31%; } }
    @media (min-width: 1200px) {
      .content03-all .content03 {
        width: 23%; } }
    .content03-all .content03 a:hover img {
      transform: scale(1.05);
      opacity: 0.6; }
    .content03-all .content03 div:first-of-type, .content03-all .content03 div img {
      width: 100%;
      max-width: 100%;
      height: 100px;
      object-fit: cover;
      overflow: hidden; }
      @media (min-width: 576px) {
        .content03-all .content03 div:first-of-type, .content03-all .content03 div img {
          height: 170px; } }
    .content03-all .content03 div:last-of-type {
      height: auto;
      margin-bottom: 10px; }
      .content03-all .content03 div:last-of-type p, .content03-all .content03 div:last-of-type time {
        display: inline-block; }
      .content03-all .content03 div:last-of-type time {
        padding-right: 10px;
        margin-right: 10px;
        border-right: solid 1px #323232;
        line-height: 15px; }

footer .foot-inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0; }
  @media (min-width: 992px) {
    footer .foot-inner {
      width: 1080px;
      padding: 100px 0; } }
footer .foot-inner2 {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0; }
  @media (min-width: 992px) {
    footer .foot-inner2 {
      width: 1080px;
      padding: 80px 0 50px 0; } }
footer .foot01 {
  width: 100%;
  background-image: url("../img/bg/bg_foot_contact.jpg");
  background-position: right;
  background-size: cover; }
  @media (min-width: 992px) {
    footer .foot01 {
      background-position: center; } }
  footer .foot01 p {
    text-align: center; }
footer .foot03 .nav-content01 .nav-content01-inner:last-child > ul:last-child {
  border-bottom: 0; }
footer .foot03 .foot03-01 {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #878787; }
  footer .foot03 .foot03-01 .foot03-01-content {
    width: 100%; }
    footer .foot03 .foot03-01 .foot03-01-content:first-of-type {
      width: 95%;
      margin: 0 auto 10px auto; }
  @media (min-width: 992px) {
    footer .foot03 .foot03-01 {
      flex-wrap: nowrap;
      padding: 0 50px 50px 50px; }
      footer .foot03 .foot03-01 .foot03-01-content:first-child {
        margin-right: 100px;
        width: 40% !important; }
      footer .foot03 .foot03-01 .foot03-01-content:last-child {
        width: 60% !important; } }
footer .foot03 .foot03-02 {
  text-align: center;
  padding: 10px 0; }
  @media (min-width: 576px) {
    footer .foot03 .foot03-02 {
      padding: 20px 0; } }
footer .foot04 {
  width: 100%;
  height: 30px;
  text-align: left;
  margin-bottom: 50px;
  padding: 0 20px;
  background-color: #24416e; }
  @media (min-width: 992px) {
    footer .foot04 {
      margin-bottom: 0; } }
  footer .foot04 small {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 10px;
    line-height: 30px; }
  @media (min-width: 576px) {
    footer .foot04 {
      width: 100%;
      height: 50px;
      text-align: center;
      background-color: #51a199; }
      footer .foot04 small {
        line-height: 50px; } }
footer .foot05 {
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  z-index: 100; }
  footer .foot05 .foot05-button {
    position: relative;
    display: flex;
    width: calc(100% - 50px); }
    footer .foot05 .foot05-button .header-menubutton00 {
      position: static;
      display: block;
      width: 50%;
      height: 50px; }
      @media (min-width: 992px) {
        footer .foot05 .foot05-button .header-menubutton00 {
          display: none; } }
      footer .foot05 .foot05-button .header-menubutton00 a img {
        display: inline-block;
        margin: 15px 5px; }
      footer .foot05 .foot05-button .header-menubutton00 a p {
        display: inline-block;
        line-height: 50px;
        vertical-align: top; }
  footer .foot05 #pageTop {
    /*position: fixed;
    right: 0;
    bottom: 0;*/
    position: relative;
    display: block !important;
    width: 50px;
    height: 50px;
    margin: -50px 0 0 auto;
    z-index: 100;
    background-color: #24416e;
    /*vertical-align: bottom;*/
    cursor: pointer; }
    @media (min-width: 992px) {
      footer .foot05 #pageTop:hover {
        background-color: rgba(36, 65, 110, 0.8); } }
    footer .foot05 #pageTop:before {
      position: absolute;
      bottom: 0;
      right: 0;
      content: '\e5ce';
      padding: 12px 10px;
      font-family: 'Material Icons';
      color: #ffffff;
      font-size: 30px; }
    @media (min-width: 992px) {
      footer .foot05 #pageTop {
        margin: 0 0 0 auto; } }
