body {
  overflow-y: hidden;
}

@media screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tabnone {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  display: none;
}

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

@font-face {
  font-family: 'font03';
  src: url("../../font/freelanceallegroregular.ttf");
}

@font-face {
  font-family: 'font04';
  src: url("../../font/D-DINExp-Bold.otf");
}

header {
  position: relative;
  width: 100%;
}

header .main {
  height: 510px;
}

header .main .main_img {
  height: 500px;
}

@media (min-width: 992px) {
  header .main {
    height: 820px;
  }
  header .main .main_img {
    height: 800px;
  }
}

@media (min-width: 992px) {
  header #nav-drawer #nav-content {
    transform: translateX(0);
    position: relative;
    z-index: 15;
    margin-top: -110px;
  }
  header #nav-drawer #nav-content ul {
    background-color: rgba(255, 255, 255, 0);
    display: block;
    width: auto;
    height: auto;
  }
  header #nav-drawer #nav-content .nav-g {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin: 0 7.5px;
    border-radius: 50%;
    background-color: #006432;
    vertical-align: top;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  header #nav-drawer #nav-content .nav-g {
    width: 140px;
    height: 140px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  header #nav-drawer #nav-content .nav-g {
    width: 160px;
    height: 160px;
  }
}

@media (min-width: 992px) {
  header #nav-drawer #nav-content .nav-g a {
    position: relative;
    display: block;
    height: 160px;
    padding: 0;
    border-radius: 50%;
  }
  header #nav-drawer #nav-content .nav-g a:hover {
    border-radius: 50%;
    border: solid 5px #00984b;
    box-shadow: 3px 3px 6px #969696;
  }
  header #nav-drawer #nav-content .nav-g a p {
    position: static;
    color: #ffffff;
    font-size: 15px;
    padding-top: 35px;
    line-height: 50px;
  }
  header #nav-drawer #nav-content .nav-g a p.longtext01 {
    line-height: 22px;
  }
  header #nav-drawer #nav-content .nav-g a img {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 25px;
    width: 50px;
    height: 50px;
    margin: auto;
  }
}

header .slider-full {
  clear: both;
  position: relative;
  z-index: -1;
}

header .slider-full .slider li .slider-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

header .slider-full .sliderback-black {
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

@media (min-width: 576px) {
  header .slider-full .slider li .slider-img {
    width: 100%;
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  header .slider-full .slider li .slider-img {
    height: auto;
  }
}

article section {
  width: 100%;
  margin: 80px auto;
}

@media (min-width: 1200px) {
  article section {
    margin: 150px auto;
  }
}

article section .section-inner {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  article section .section-inner {
    width: 1080px;
    margin: auto;
  }
}

article section .top-content {
  text-align: center;
}

article section .top-content img {
  width: 50px;
  height: 50px;
}

article section .top-content p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Noto Serif JP", serif;
}

@media (min-width: 1200px) {
  article section .top-content p {
    font-size: 25px;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  article section .top-content img {
    width: 90px;
    height: 90px;
  }
}

article section .content01 {
  display: flex;
  flex-wrap: wrap;
}

article section .content01 .content01-inner {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  article section .content01 .content01-inner {
    width: 48%;
    height: 240px;
    margin-bottom: 35px;
  }
}

@media (min-width: 1200px) {
  article section .content01 .content01-inner {
    width: 520px;
    height: 240px;
    margin-bottom: 35px;
  }
}

article section .content01 .content01-inner:first-child, article section .content01 .content01-inner:nth-child(2n+1) {
  margin-right: 0;
}

@media (min-width: 992px) {
  article section .content01 .content01-inner:first-child, article section .content01 .content01-inner:nth-child(2n+1) {
    margin-right: 35px;
  }
}

article section .content01 .content01-inner a {
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 10px #bd9f66;
}

article section .content01 .content01-inner a:hover {
  border: solid 20px #bd9f66;
}

article section .content01 .content01-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

article section .content01 .content01-inner .content01-text {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto auto -10px auto;
  text-align: center;
  width: 180px;
  height: 40px;
  background-color: #006432;
}

article section .content01 .content01-inner .content01-text p {
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
}

@media (min-width: 768px) {
  article section .content01 .content01-inner .content01-text {
    width: 260px;
    height: 60px;
  }
  article section .content01 .content01-inner .content01-text p {
    font-size: 20px;
    line-height: 60px;
  }
}

article section .content02 .content02-div {
  display: flex;
  background-color: #ffffff;
  margin: 24px auto;
}

@media (min-width: 1200px) {
  article section .content02 .content02-div {
    margin: 0;
  }
}

article section .content02 .content02-div:before {
  content: '';
  display: inline-block;
  width: 20px;
  background-color: #006432;
}

article section .content02 .content02-div .button01 {
  margin: 0 auto;
}

article section .content02 .content02-inner1 {
  margin-bottom: 30px;
}

article section .content02 .content02-inner1 .content02-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 992px) {
  article section .content02 .content02-inner1 .content02-div {
    flex-direction: row;
  }
}

article section .content02 .content02-inner1 .content02-div:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: '';
  height: 100%;
  width: 20px;
}

@media (min-width: 1200px) {
  article section .content02 .content02-inner1 .content02-div:before {
    height: 470px;
    width: 30px;
  }
}

article section .content02 .content02-inner1 .content02-div .content02-left {
  width: 90%;
  padding: 0;
  margin: 0 auto;
  padding-left: 20px;
}

@media (min-width: 992px) {
  article section .content02 .content02-inner1 .content02-div .content02-left {
    width: 50%;
    margin: 0;
    padding: 20px 30px 20px 60px;
    height: 470px;
  }
}

article section .content02 .content02-inner1 .content02-div .content02-left .button01 {
  margin: 40px 0;
}

@media (min-width: 992px) {
  article section .content02 .content02-inner1 .content02-div .content02-left .button01 {
    margin: 0;
  }
}

article section .content02 .content02-inner1 .content02-div .content02-right {
  width: 90%;
  margin: auto;
  padding-left: 20px;
}

@media (min-width: 768px) {
  article section .content02 .content02-inner1 .content02-div .content02-right {
    width: 50.5%;
    margin: 0;
  }
}

article section .content02 .content02-inner1 .content02-div .content02-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

article section .content02 .content02-inner2 {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  article section .content02 .content02-inner2 {
    flex-direction: row;
  }
}

article section .content02 .content02-inner2 .content02-div {
  position: relative;
  width: 100%;
  height: 300px;
}

article section .content02 .content02-inner2 .content02-div:before {
  height: 100%;
}

@media (min-width: 992px) {
  article section .content02 .content02-inner2 .content02-div {
    width: 31.5% !important;
    height: auto !important;
  }
  article section .content02 .content02-inner2 .content02-div:before {
    height: 430px;
  }
}

article section .content02 .content02-inner2 .content02-div:first-child, article section .content02 .content02-inner2 .content02-div:nth-child(2) {
  margin-right: 30px;
}

article section .content02 .content02-inner2 .content02-div .content02-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

article section .content02 .content02-inner2 .content02-div .content02-top img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media (min-width: 1200px) {
  article section .content02 .content02-inner2 .content02-div .content02-top img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  article section .content02 .content02-inner2 .content02-div .content02-top img {
    width: 60%;
    float: right;
  }
}

article section .content02 .content02-inner2 .content02-div .content02-bottom {
  position: absolute;
  right: 20px;
  left: 40px;
  bottom: 20px;
  margin: auto;
}

article section .news {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  article section .news {
    flex-direction: row;
  }
}

article section .news.news-top .news-left {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  article section .news.news-top .news-left {
    width: 250px;
    margin: 0 20px 0 0;
  }
}

@media (min-width: 1200px) {
  article section .news.news-top .news-left {
    border-right: solid 1px #323232;
    width: 250px;
    margin: 0 50px 0 0;
  }
}

article section .news.news-top .news-right {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  article section .news.news-top .news-right {
    width: 800px;
    margin: 0;
  }
}

article section .news.news-top .news-right a:after, article section .news.news-top .news-right a::before {
  display: none;
}

article section .news.news-top .news-right a.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

article section .news.news-top .news-right a p {
  margin: 0;
}
