@charset "UTF-8";
/*common上書き*/
main .row{ width: 89%; }
main .row .row{ width: 84%; }
h1{font-size: 2.8vw;}
/* p{font-size: 1.04vw;} */
@media only screen and (max-width: 767px) {
  main .row{ width: 84%; }
  main .row .row{
    width: 100%;
    padding: 0;
  }
  p{font-size: 3.5vw;}
}

/*  共通  */
@media only screen and (min-width: 768px) {
  .w30{ width: 25vw; }
  .w70{ width: 47vw; }
  .post_content > * {
    margin: 0 0 3em;
  }
}
@media only screen and (max-width: 767px) {
  .post_content > * {
    margin: 0 0 2em;
  }
}
p {
  margin: 0;
  line-height: 1.9;
}
p.bold {
  margin: 1.5vw 0 0;
}

/* sanitize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input, select {
  -webkit-appearance: none;
  appearance: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/* .mainImage {
  position: relative;
  margin: 0 auto 5vw;
  padding-top: 8.3vw;
}
.mainImage::before{
  width: 100vw;
  height: 87vw;
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../img/news/bg.png) left top / cover no-repeat;
}
.mainImage img {
  width: 88vw;
}
.mainImage .section-content.row {
  background: transparent;
  padding: 0;
}
.hero-contents {
  top: 0;
  left: 0;
  color: #fff;
  margin: 0 auto 0 0;
  width: 75vw;
  padding: 5.5vw 0 0;
  font-weight: 700;
  position: relative;
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.hero-contents h1 {
  font-size: 2.7vw;
  line-height: 1.4;
  font-weight: 400;
  margin-top: -1.4vw;
  letter-spacing: -0.04em;
  padding: 2.4vw 0 2vw;
}
.hero-contents h3 {
  font-size: 1.5vw;
  width: 2vw;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: 3.6vw;
}
.hero-contents h4 {
  font-size: 1.4vw;
  line-height: 1;
  padding-bottom: 1.2vw;
}
.hero-contents h5 {
  font-size: 1.0vw;
  margin-top: 2.7vw;
  margin-bottom: 0;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
.hero-contents p {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.35));
  font-size: clamp(0.5rem, 1.1vw, 16rem);
  line-height: 2;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 641px) {
  .hero-contents .flex-box{
    width: 30vw;
    padding-left: 4vw;
    padding-top: 0.3vw;
    border-left-color: transparent;
  }
  .hero-contents .flex-box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 1px;
    background: linear-gradient(to bottom, #fff 2.3vw, transparent 2.3vw, transparent 5.1vw, #fff 5.1vw);
  }  
  .hero-contents .flex-box:after {
    content: "";
    position: absolute;
    top: 2.7vw;
    left: -0.9vw;
    height: 2vw;
    width: 2vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: center;
  }
  
}
@media only screen and (max-width: 640px) {
  .mainImage {
    padding-top: 16.3vw;
    margin: 0 0 18vw;
  }
  .mainImage::before {
    width: 100vw;
    height: 164vw;
    background: url(../img/news/bg_sp.png) left top / cover no-repeat;
  }
  .mainImage img {
    width: 76vw;
    margin-left: 1.2vw;
  }
  

  .mainImage .section-content.row {
    margin: 0 0 0 auto;
    width: 78vw;
    padding: 0;
  }
  .hero-contents{
    position: relative;
    width: 92%;
    margin: 0 auto 0 1vw;
    padding: 0;
  }
  .hero-contents h1 {
    font-size: 6.6vw;
    line-height: 1.6;
    margin-bottom: 4.5vw;
    text-align: left;
    font-weight: 500;
    margin-top: 10vw;
    letter-spacing: 0;
  }
  .hero-contents h3{
    position: absolute;
    font-size: 4.4vw;
    width: auto;
    height: 50vw;
    top: 10vw;
    left: -16vw;
    letter-spacing: -0.1em;
  }
  .hero-contents h4 {
    font-size: 3.8vw;
    margin-top: 11vw;
  }
  .hero-contents h5 {
    font-size: 3.2vw;
    font-weight: 500;
    margin: 6vw 0;
    line-height: 1.85;
  }
  .hero-contents p {
    line-height: 2;
    font-size: 3.2vw;
    filter: none;
  }
} */
.section .headline__title {
  line-height: 1;
}

.section .headline__title span.en {
  display: block;
  color: #957751;
  font-family: "Inter", sans-serif;
  font-size: 2.7vw;
  font-weight: 800;
  padding-bottom: 1vw;
}
  
.section-hero .content {
  position: relative;
}

.section-hero .imgarea {
  position: relative;
  border-radius: 0 0 0 1.2em;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-hero .imgarea .swiper-slide{
    width: 100vw;
    height: 56vw;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero .content {
      margin-top: 16vw;
  }
      .section-hero .imgarea::before {
    height: 75px;
  }
  .section-hero .pagetitle{
    width: 90vw;
    margin: 0 auto;
  }
}

 .section-hero .imgarea .img img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: 50% 20%;
} 

.section .section-content {
  padding: 4.6vw 4vw 3.5vw 1vw;
  max-width: 78.6vw;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section-hero .imgarea .img img {
      max-height: 25vw;
  }
}
@media only screen and (max-width: 767px) {
  .section-hero .imgarea .img img {
      width: 97vw;
      margin: 0 0 0 3vw;
  }
  .section .section-content {
    max-width: 90vw;
    padding: 7vw 3vw;
  }

}

.section-hero .txt {
position: relative;
/* width: 81vw; */
/* margin: 3.0vw auto 0; */
width: 78.6vw;
margin: 0 auto;
padding: 3.3vw 4vw 1.2vw 1.4vw;
align-items: center;
}

.section-hero .txt .main-title {
font-size: 6.1vw;
font-weight: 800;
letter-spacing: 0.03em;
line-height: 1.06;
margin: 0 auto;
color: #957751;
}
.section-hero .txt .main-title-sub {
font-size: 1.6vw;
font-weight: 800;
letter-spacing: 0.1em;
/* margin: 2vw 0 0; */
color: #957751;
}
.section-hero .txt .caption {
padding: 2vw 1vw 0 5.5vw;
}
.section-hero .txt .caption h3{
font-size: 1.68vw;
font-weight: 700;
padding-bottom: 2vw;
}
.section-hero .txt p{
font-size: 1.2vw;
letter-spacing: 0.1em;
}

.section .section-content .headline{
  /* padding: 0.5vw 0.8vw; */
  width: 23vw;
}

.section .section-content .headline__title{
  font-size: 1.1vw;
  padding: 0.4vw 0 3.2vw;
}
.section .headline__title span {
  /* padding-bottom: 0.7vw; */
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .section-hero .txt { width: 97vw; margin-top: 3vw;}

  .section-hero .txt .main-title {
      font-size: 13vw;
      /* width: 93vw; */
  }
  .section-hero .txt .main-title-sub {
      font-size: 4.3vw;
      /* margin: 0 2.2vw; */
  }
  .section-hero .txt .caption {
    padding: 13vw 3vw 3vw;
  }
  .section-hero .txt .caption h3{
    font-size: 4.9vw;
    padding-bottom: 6vw;
  }
  .section-hero .txt .caption p{
    font-size: 3.6vw;
  }
}



.blk-select .box {
  /* width: 50%; */
  /* display: flex;
  align-items: center; */
}
.blk-select .box div {
  margin: 0.3vw 0 0.8vw 1.7vw;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.0vw;
}

.blk-select .box:first-child {
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
.blk-select {
  margin: 0 auto 60px auto;
}
  
.news .blk-select,
.blog .blk-select {
  width: 90%;
  margin: 0 auto 60px auto;
}
  
.blk-select .box {
  width: 47%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blk-select .box:first-child {
  justify-content: flex-start;
}
  
}

.select{ 
  /* margin-top: -7vw; */
  width: 39vw;
  margin-left: auto;
}
/* .blk-select { */
  /* max-width: 720px; */
  /* width: 50%; */
  /* margin: 0 0 9rem auto;
  position: relative;
  z-index: 1;
} */
.blk-select .flex {
  justify-content: flex-end;
  width: 100%;
}
.blk-select select{
  border: none;
}
.blk-select .flex .box{
  position: relative;
  width: 50%;
}
.blk-select .flex .box::after {
  content: "";
  position: absolute;
  bottom: 30%;
  right: 2.3vw;
  color: #54a045;
  border-right: 0.2vw solid;
  border-bottom: 0.2vw solid;
  transform: translateY(50%) rotate(45deg);
  width: 0.6vw;
  height: 0.6vw;
}
select.arrow_on {
  padding: 1.1vw 2vw;
  width: calc(100% - 2vw);
  text-align: left;
  border: none;
  border-radius: 2vw;
  margin-left: 1.7vw;
  background: #f6f6f6;
  color: #000;
}

/* .gnav-news .post-item{
  padding: 0;
  border-bottom: rgba(0,0,0,0.3) solid 1px;
} */
/* @media screen and (min-width: 641px) {
  .gnav-news .post-item{
    width: 90%;
    margin: 0 auto; */
    /* padding: 0 1.7vw; */
    /* background: #fff;
    border-radius: 1rem;
    position: relative;
    max-width: 1250px; */
  /* }  
} */

.section-news .section-content{
  padding: 3.5vw 4vw 3.5vw 1vw;
  max-width: 77.0vw;
  margin: 0 auto;
}
.gnav-news .post-item__inner {
  padding: 2.5vw 2vw;
  border-top: solid 1px #dddce7;
  position: relative;
}
.gnav-news .posts .post-item:last-of-type .post-item__inner {
  border-bottom: 1px solid #dddce7;
}
.gnav-news .post-item__inner > * {
  text-align: left;
}
.headline {
  padding: 2.7vw 0 2vw;
}
.gnav-news .post-item{
  margin-top: 1.3vw;
  margin-bottom: 3.3vw;
}
/* .gnav-news .post-item:last-child{
  border-bottom: 1px solid #d5cfcc;
} */
.gnav-news .post-item .titleWrap{
  font-weight: 500;
  margin-bottom: 0.8vw;
  position: static;
  justify-content: flex-start;
  align-items: baseline;
}
.isnew {
  padding: 0.1vw 0.8vw;
  background: #fff000;
  position: absolute;
  left: 2vw;
  color: #3f7d00;
  font-size: 1vw;
  line-height: 1.8;
  /* border-radius: 50%; */
  top: 0;
  font-weight: 800;
  transform: translate(0, -50%);
}
.headline .date.en {
  font-size: 1.6vw;
  /* font-weight: 500; */
  letter-spacing: 0.05em;
  display: block;
}
.headline .date.en .year {
  font-size: 1.0vw;
  padding-right: 0.5vw;
}
.headline .cat {
  margin: 0 0 0 1vw;
  padding: 0.2vw 2vw;
  font-size: 1.0vw;
  border: 1px solid;
  border-radius: 2vw;
}
.headline h4 {
  font-size: 1.7vw;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 0;
}
/* .gnav-news .post-item img {
  border-radius: 1rem;
} */
.post-item__inner .post_content{
  font-size: 1.1vw;
  margin: 0;
  line-height: 2;
  padding: 1vw 0vw;
}

.gnav-news .pagination{ 
  font-size: 1.4vw;
  margin: 7.5vw 0 0;
  text-align: center;
  font-weight: 500;
}
.gnav-news .pagination .pager{ 
  position: relative;
  color: #000;
  box-sizing: border-box;
  /* width: 3vw;
  height: 3vw; */
  display: inline-block;
  /* border-radius: 10vw; */
  margin: 0 1.3vw;
  padding: 0 0.5vw;
}
.gnav-news .pagination .pager.current {
  /* padding: 0.4vw 1.1vw;
  color: #fff;
  background: #000; */
  color: #55a900;
  border-bottom: 0.2vw solid;
}
.pagination .first,
.pagination .prev,
.pagination .next,
.pagination .last {
  /* font-size: 3.8rem;
  color: #000;*/
  padding: 0.4vw 1.1vw;
  border-radius: 50%;
  /*line-height: 0.6; */
  display: inline-block;
  vertical-align: middle;
  /* font-weight: 200;
  letter-spacing: -9px; */
  width: 3.5vw;
  height: 3.5vw;
  position: relative;
  color: #fff;
  background: #55a900;
}
.pagination .first::before,
.pagination .first::after,
.pagination .prev::before,
.pagination .next::before,
.pagination .last::before,
.pagination .last::after{
  content: "";
  border-top: 1px solid #fff;
  width: 0.8vw;
  height: 0.8vw;
  position: absolute;
  top: calc(50% - 0.4vw);
  transform: rotate(45deg);
}
/* .pagination .first {
  margin-right: 2vw;
  padding: 1.5rem 1.2rem;
} */
.pagination .first::before,
.pagination .first::after,
.pagination .prev::before{
  border-left: 1px solid #fff;
  right: calc(50% - 0.6vw);
  transform: rotate(-45deg);
}
.pagination .first::before{ right: calc(50% - 0.3vw);}
.pagination .first::after{ right: calc(50% - 0.8vw);}

.pagination .prev {
  margin-right: 4vw;
  padding-left: 0.2vw;
}
.pagination .first {
  margin-right: 2vw;
}
.pagination .next {
  margin-left: 4vw;
}
.pagination .last {
  margin-left: 2vw;
}

.pagination .next::before,
.pagination .last::before,
.pagination .last::after{
  border-right: 1px solid #fff;
  left: calc(50% - 0.6vw);
  transform: rotate(45deg);
}
.pagination .last::before{ left: calc(50% - 0.8vw); }
.pagination .last::after{ left: calc(50% - 0.3vw);}
/* .pagination .last {
  margin-left: 2vw;
  padding: 1.5rem 1.2rem;
} */
@media screen and (max-width: 767px) {
.gnav-news .section-news {
  margin-top: 0;
}
  .blk-select {
    width: 90%;
    margin: 0 auto;
}
.blk-select .flex {
  justify-content: space-between;
  width: 100%;
}
.blk-select .flex .box{ width: 48%; }
.blk-select .box div{ margin-bottom: 2vw; font-size: 3vw;}
.select{
  width: 100%;
  margin: 10vw auto 3vw;
}
select.arrow_on{
border-radius: 5vw;
padding: 2.5vw 4.5vw;
}

.gnav-news .post-item {
  /* width: 90%;
  margin: 5rem auto;
  padding: 0rem 0rem; */
}
/* .section-news .section-content.row {
  width: 95%;
  margin: 10vw auto;
} */
.section-news .section-content{
  padding: 6vw 3vw;
  max-width: 96vw;
}

.gnav-news .post-item__inner {
  padding: 7vw 2vw;
}
.headline{
  padding: 4.5vw 0;
}
.gnav-news .post-item .titleWrap {
  font-size: 4vw;
  flex-direction: row;
  margin-bottom: 6vw;
}
.gnav-news .isnew {
  font-size: 2.3vw;
  padding: 0.5vw 2vw;
  left: 3vw;
}
.headline .date.en{
  font-size: 3.5vw;
  width: fit-content;
}
.headline .date.en .year{
  font-size: 2.8vw;
  padding-right: 1.5vw;
}

.thumb{
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.gnav-news .post-item__inner h4 {
  font-size: 4.2vw;
  letter-spacing: 1px;
}
.headline .cat {
  /* font-size: 3.5vw; */
  width: fit-content;
  margin-left: 5vw;
  line-height: 1.7;
  border-radius: 4vw;
  font-size: 3vw;
  padding: 0.5vw 3.1vw;
}
.blk-select .flex .box::after{
  right: 4vw;
  top: 57%;
  width: 1.5vw;
  height: 1.5vw;
  border-width: 0.5vw;
}
.post-item__inner .post_content{
  padding: 0 1vw;
}
.post-item p{
  font-size: 3.6vw;
}
.gnav-news .pagination{ 
  font-size: 3.8vw;
}
.gnav-news .pagination .pager{ 
  width: 6vw;
  height: 8vw;
  /* padding: 2vw; */
  margin: 0 2vw;
  line-height: 2.4;
}
.gnav-news .pagination .pager.current {
  padding: 0;
}
.pagination .first,
.pagination .prev,
.pagination .next,
.pagination .last {
  /* font-size: 1.8rem; */
  width: 10vw;
  height: 10vw;
}
.pagination .first::before,
.pagination .first::after,
.pagination .prev::before,
.pagination .next::before,
.pagination .last::before,
.pagination .last::after{
  width: 2.8vw;
  height: 2.8vw;
  top: calc(50% - 1.4vw);
}

.pagination .prev::before{ right: calc(50% - 1.8vw); }
.pagination .first::before{ right: calc(50% - 1.3vw);}
.pagination .first::after{ right: calc(50% - 2.8vw);}

.pagination .next::before{ left: calc(50% - 1.8vw); }
.pagination .last::before{ left: calc(50% - 2.8vw); }
.pagination .last::after{ left: calc(50% - 1.3vw);}

}
