* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  color: rgb(17, 17, 17);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-size-adjust: 100%;
  min-width: 320px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}

.font-yugothic {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

ul {
  list-style-type: none;
}

a {
  color: currentcolor;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}

a:hover {
  opacity: 0.5;
}

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

.c-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.flex{
  display: flex;
}
.bg-before::before,
.bg-after::after{
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.c-main{
  margin-top: 120px;
}
@media(max-width: 1024px){
 .c-main{
  margin-top: 80px;
 } 
}
@media(max-width: 767px){
 .c-main{
  margin-top: 70px;
 } 
}
/**Btn*/
.c-btn-list {
  display: flex;
  justify-content: center;
  gap: 20px 30px;
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
  position: relative;
  line-height: 1;
  transition: all 0.4s ease 0s;
}

.c-btn::before, .c-btn::after {
  content: "";
  flex-shrink: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: inherit;
}

.c-btn:hover {
  opacity: 1;
}

.c-btn1 {
  background: transparent;
  color: rgb(169, 140, 7);
  border: 1px solid rgb(169, 140, 7);
  padding: 14px 10px;
  width: 180px;
}

.c-btn1::before {
  margin-right: 9px;
  background-image: url("../images/common/ic-arrow-btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 8px;
  height: 14px;
  margin-top: -2px;
}

.c-btn1.active, .c-btn1:hover {
  background: rgb(169, 140, 7);
  color: rgb(255, 255, 255);
}

.c-btn1:hover::before {
  background-image: url("../images/common/ic-arrow-btn-hv.png");
}
.c-btn2 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  color: #111;
  border: 2px solid #111;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  cursor: pointer;
  transition: all ease 0.4s;
  width: 100%;
    max-width: 250px;
    padding: 19px 20px;
    justify-content: space-between;
    font-size: 18px;
}

.c-btn2::after {
  content: "";
  background-image: url(./../images/common/ic-arrow3-black.png);
  width: 13px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-btn2:hover::after {
  background-image: url(./../images/common/ic-arrow3-white.png);
}
.c-btn2:hover{
  color: #fff;
  background: #3b9727;
  border-color: #3b9727;
  opacity: 1;
}
@media(max-width: 1024px){
  .c-btn-list{
    gap: 15px 20px;
  }
  .c-btn2 {
      font-size: 14px;
      padding: 14px 20px;
      max-width: 200px;
  }
  .c-btn2::after {
    width: 8px;
    height: 15px;
}
}
@media(max-width: 767px){
  .c-btn-list{
    gap: 15px 10px;
  }
  .c-btn1 {
    font-size: 13px;
    width: 160px;
  }
  .c-btn1::before{
    width: 6px;
    height: 12px;
  }
}
/**End btn*/
/*Title*/
.c-title {
  text-align: center;
  font-weight: bold;
}

.c-title span {
  color: #3B9727;
  display: block;
  text-align: center;
}

.c-title1 {
  font-size: 40px;
}
.c-title1::after{
  width: 30px;
  height: 1px;
  background: #3B9727;
  content: '';
  display: block;
  margin: 26px auto 0;
}
.c-title2 {
  font-size: 32px;
}

.c-title1 span,
.c-title2 span
{
  margin-bottom: 16px;
  font-size: 26px;
}
 
@media(max-width: 1024px){
  .c-title1{
    font-size: 36px;
  }
  .c-title2 {
    font-size: 28px;
  }
  .c-title1 span, .c-title2 span{
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media(max-width: 767px){
  .c-title1{
    font-size: 24px;
  }
  .c-title2 {
    font-size: 22px;
  }
  .c-title1 span, .c-title2 span{
    margin-bottom: 8px;
    font-size: 16px;
  }
}
/**End Title */

/**pallarax*/
.c-pallarax {
  height: 320px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.c-pallarax__content {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  width: 683px;
  padding: 72px 55px 94px 160px;
}

.c-pallarax__title {
  font-size: 97px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 120%;
}

.c-pallarax__subtt {
  font-size: 37px;
  line-height: 120%;
  margin: 17px 0px 0px;
  letter-spacing: 1.8px;
}

.c-pallarax__desc {
  line-height: 200%;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 26px;
  font-weight: bold;
}

.c-parallax--bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.parallax__container {
  position: absolute;
  clip: rect(0px, auto, auto, 0px);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -10;
}

.parallax {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}
@media(max-width: 767px){
  .c-pallarax{
    height: 200px;
  }
}
/**End pallarax*/
.c-nav .c-nav__menu {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-right: 25px;
}

.c-nav .c-nav__link {
  display: block;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0px;
  transition: all 0.4s ease 0s;
  padding: 16px 14px;
  position: relative;
  color: #111;
}

.c-header.active .c-nav .c-nav__link {
  color: rgb(17, 17, 17);
}

.c-nav .c-nav__link:hover {
  opacity: 0.5;
}

.c-nav__menu__item--last .c-btn {
  width: 166px;
  height: 60px;
  flex-shrink: 0;
}

.c-menuIcon {
  display: none;
}

@media screen and (max-width: 1350px) {
  .c-nav__menu .c-nav__link {
      min-width: unset;
  }
}

@media screen and (max-width: 1200px) {
  .c-menuIcon {
      display: block;
      height: 25px;
      width: 30px;
      z-index: 1001;
      cursor: pointer;
      margin-left: 25px;
      position: relative;
  }

  .c-menuIcon span {
      width: 100%;
      height: 3px;
      background-color: #3B9727;
      position: absolute;
      left: 0px;
      transition: all 0.2s ease 0s;
  }

  .c-menuIcon span:nth-child(1) {
      top: 0px;
  }

  .c-menuIcon span:nth-child(2) {
      top: 50%;
      transform: translateY(-50%);
  }

  .c-menuIcon span:nth-child(3) {
      bottom: 0px;
  }

  .c-menuIcon.active span:nth-child(1) {
      top: 50%;
      transform: rotate(45deg) translateY(-50%);
  }

  .c-menuIcon.active span:nth-child(2) {
      left: 150%;
      opacity: 0;
  }

  .c-menuIcon.active span:nth-child(3) {
      bottom: 46%;
      transform: rotate(-45deg) translateY(50%);
  }
}

@media screen and (max-width: 767px) {
  .c-menuIcon {
  height: 23px;
  width: 28px;
  margin-left: 0;
  }
}

.c-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  height: 120px;
  color: rgb(17, 17, 17);
  display: flex;
  align-items: center;
  background: #fff;
  transition: all 0.4s ease 0s;
}

.c-header.active {
  background-color: rgb(255, 255, 255);
}

.c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: inherit;
  position: relative;
  max-width: 1860px;
  padding: 0px 20px;
}

.c-header__logo {
  flex-shrink: 0;
  width: 573px;
}
.c-header__logo{
  display: flex;
  align-items: center;
}
.c-header__logo::before {
  height: 67px;
  width: 206px;
  margin-right: 28px;
  background-image: url('../images/common/logo.png');
  background-size: contain;
}
.c-header__logo h1{
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.c-header__group {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .c-header__logo h1{
    font-size: 17px;
  }
  .c-header__logo{
    width: 480px;
  }
  .c-header__logo::before{
    width: 170px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .c-header__group {
    display: none;
  }

  .c-header__group {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    justify-content: center;
    z-index: 1000;
    display: flex;
    transform: translateX(100%);
    transition: all ease 0.4s;
    padding-top: 0 !important;
  }
  .c-header__group::before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3B9727;
    opacity: 0.16;
  }

  .c-header__group.active {
    transform: translateX(0);
  } 

  .c-header__group > .c-nav .c-nav__menu {
      display: block;
      width: 100%;
      padding: 0;
  }

  .c-header__group > .c-nav .c-nav__menu .c-nav__menu__item {
      border-left: 0px;
  }

  .c-nav .c-nav__link {
      color: #111 !important;
  }
  .c-nav .c-nav__link:hover{
    opacity: 1;
    color: #3B9727 !important;
  }

  .c-header__group > .c-nav .c-nav__menu .c-nav__menu__item--last .c-btn {
      margin: 0px auto;
      width: 100%;
      max-width: 300px;
      padding: 20px;
  }
}
@media screen and (max-width: 1024px){
  .c-header__logo h1{
    font-size: 13px;
  }
  .c-header__logo{
    width: 380px;
  }
  .c-header__logo::before{
    width: 130px;
    margin-right: 10px;
  }
  .c-header{
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    height: 70px;
  }

  .c-header__logo{
    width: 280px;
  }
  .c-header__logo h1{
    font-size: 9px;
    margin-top: 4px;
  }
  .c-header__logo::before{
    width: 94px;
    margin-right: 6px;
  }
  .c-header__logo img{
    width: 150px;
  }
  .c-header__inner{
    padding: 0 20px;
  }
}
@media screen and (max-width: 350px) {

  .c-header__logo{
    width: 260px;
  }
  .c-header__logo h1{
    font-size: 9px;
  }
}
/**Footer*/
.c-footer__logo{
  text-align: center;
  margin-top: 95px;
  display: inline-block;
}
.c-footer__logo img{
  max-width: 100%;
}
.c-footer__title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top: 22px;
}
.c-copyright {
  font-weight: bold;
  font-size: 14px;
  margin: 40px 0px 50px;
}

@media(max-width: 767px){
  .c-footer__logo img{
    width: 160px;
  }
  .c-footer__logo{
    margin-bottom: 15px;
  }
  .c-footer__title{
    font-size: 15px;
    margin-top: 12px;
  }
  .c-copyright {
    font-size: 10px;
    margin-top: 19px;
  }
}
/*News list*/
.c-news{
  background-color: #fff;
  padding: 50px 46px;
  border-radius: 10px;
}
.c-news .c-news__item ~ .c-news__item{
  margin-top: 33px;
}
.c-news__link{
  display: flex;
  padding: 0 10px 23px;
  border-bottom: 1px dashed #CCC;
  align-items: center;
}
.c-news__item:last-child .c-news__link{
  border: 0;
  padding-bottom: 0;
}
.c-news__date{
  font-size: 15px;
  font-weight: 500;
  margin-right: 12px;
}
.c-news__label{
  flex: 0 0 50px;
  width: 50px;
  height: 28px;
  font-size: 12px;
  font-weight: bold;
  background-color: #CB000B;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.c-news__title{
  font-size: 16px;
  font-weight: bold;
  color: #111;
  overflow: hidden;
  display: -webkit-inline-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.p-archive .c-news__title{
  font-size: 18px;
}
.p-archive .c-news__date{
  font-size: 16px;
}
.p-archive .c-news__link{
  padding-left: 20px;
  padding-right: 20px;
}
.p-archive .c-news__item:last-child .c-news__link{
  border-width: 1px;
  padding-bottom: 23px;
}
.p-archive .c-news{
  padding: 0;
}
@media (max-width: 767px) {
  .c-news{
    padding: 20px;
  }
  .c-news__link{
    flex-wrap: wrap;
    padding: 0 7px 15px !important;
  }
  .c-news__title{
    width: 100%;
    font-size: 14px !important;
    margin-top: 8px;
  }
  .c-news__date{
    font-size: 13px !important;
    margin-right: 8px;
  }
  .c-news__label{
    width: 38px;
    flex: 0 0 38px;
    height: 22px;
    font-size: 10px;
    padding-top: 2px;
  }
  .c-news .c-news__item ~ .c-news__item{
    margin-top: 20px;
  }
}

