/* break point */
/* base setting */
html {
  font-size: 0.78125vw;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (min-width: 1280px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
  line-height: inherit;
}

picture {
  display: block;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.4s ease;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

ul {
  list-style: none;
}

input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  color: #777;
}

input:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder {
  color: #777;
}

input::placeholder {
  color: #777;
}

/* IE */
input:-ms-input-placeholder {
  color: #777;
}

/* Edge */
input::-ms-input-placeholder {
  color: #777;
}

@media only screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

.nowrap {
  white-space: nowrap;
}

.l-news {
  padding-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .l-news {
    padding-top: 6rem;
  }
}

.l-news__hero {
  height: 23rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-news__hero {
    height: 20rem;
  }
}
.l-news__hero-bg {
  background: #1A4217;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 68.7rem);
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 10.6rem) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 10.6rem) 100%, 0% 100%);
}
@media only screen and (max-width: 768px) {
  .l-news__hero-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 9rem) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 9rem) 100%, 0% 100%);
    width: calc(100% - 13.2rem);
  }
}
.l-news__hero-photo {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 80rem;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .l-news__hero-photo {
    width: 24rem;
  }
}
.l-news__hero-photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-news__hero-inner {
  margin: 0 auto;
  max-width: 134rem;
  padding: 6.7rem 5rem 0;
  position: relative;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .l-news__hero-inner {
    padding: 4.9rem 1.5rem 0;
  }
}
.l-news__hero-en {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media only screen and (max-width: 768px) {
  .l-news__hero-en {
    font-size: 2.6rem;
    line-height: 2.2307692308;
  }
}
.l-news__hero-ttl {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.0714285714;
  margin-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .l-news__hero-ttl {
    font-size: 2.6rem;
    line-height: 2.2307692308;
    margin-top: -1.3rem;
  }
}

.l-news__archive {
  background: #F1FFEF;
  padding-bottom: 6rem;
  padding-top: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .l-news__archive {
    padding-bottom: 3.2rem;
    padding-top: 1.6rem;
  }
}
.l-news__archive-inner {
  margin: 0 auto;
  max-width: 134rem;
  padding: 0 5rem;
}
@media only screen and (max-width: 768px) {
  .l-news__archive-inner {
    padding: 0 1.5rem;
  }
}

.l-news__breadcrumb {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  gap: 0;
  line-height: 1.4285714286;
  margin-bottom: 6rem;
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-news__breadcrumb::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-news__breadcrumb {
    margin-bottom: 3.2rem;
  }
}
.l-news__breadcrumb-link {
  color: #111111;
}
@media (hover: hover) {
  .l-news__breadcrumb-link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-news__breadcrumb-link:active {
    opacity: 0.7;
  }
}
.l-news__breadcrumb-sep {
  color: #111111;
  margin: 0 2rem;
}
.l-news__breadcrumb-current {
  color: #797979;
}

.l-news__filter {
  display: flex;
  gap: 0;
  gap: 1.6rem;
  justify-content: center;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .l-news__filter {
    gap: 0;
    margin-bottom: 2.4rem;
  }
}
.l-news__filter-btn {
  align-items: center;
  background: #fff;
  border: 2px solid #378331;
  color: #378331;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.35;
  min-height: 5rem;
  padding: 0 0.8rem;
  text-align: center;
  transition: 0.3s ease-out;
  transition-property: background, color, border-color;
  width: 19rem;
}
@media only screen and (max-width: 768px) {
  .l-news__filter-btn {
    font-size: 1.6rem;
    min-height: 4rem;
    width: 50%;
  }
}
@media (hover: hover) {
  .l-news__filter-btn:hover {
    background: #1A4217;
    border-color: #1A4217;
    color: #fff;
  }
}
@media (hover: none) {
  .l-news__filter-btn:active {
    background: #1A4217;
    border-color: #1A4217;
    color: #fff;
  }
}
.l-news__filter-btn.is-active {
  background: #1A4217;
  border-color: #1A4217;
  color: #fff;
}

.l-news__card {
  background: #fff;
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 99rem;
  padding: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .l-news__card {
    padding: 1.6rem;
  }
}

.l-news__item {
  border-top: 1px solid #d9d9d9;
  margin-top: 1.6rem;
  padding-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .l-news__item {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
  }
}
.l-news__item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.l-news__item-link {
  display: block;
  transition: 0.3s ease-out;
  transition-property: opacity;
}
@media (hover: hover) {
  .l-news__item-link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-news__item-link:active {
    opacity: 0.7;
  }
}
.l-news__item-cats {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}
.l-news__item-cat {
  align-items: center;
  border-radius: 0.4rem;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  min-height: 2.2rem;
  padding: 0 0.8rem;
  white-space: nowrap;
  white-space: nowrap;
}
.l-news__item-cat.--advertiser {
  background: #1A4217;
  color: #fff;
}
.l-news__item-cat.--golf_course {
  background: #378331;
  color: #fff;
}
.l-news__item-body {
  align-items: flex-start;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .l-news__item-body {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.l-news__item-date {
  color: #797979;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .l-news__item-date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.l-news__item-ttl {
  color: #111111;
  flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .l-news__item-ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.l-news__empty {
  color: #999;
  font-size: 1.4rem;
  padding: 6rem 0;
  text-align: center;
}

.l-news__more {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .l-news__more {
    margin-top: 2.4rem;
  }
}
.l-news__more-btn {
  align-items: center;
  background: #fff;
  border: 2px solid #1A4217;
  border-radius: 4rem;
  color: #1A4217;
  cursor: pointer;
  display: inline-flex;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 6rem;
  min-width: 24rem;
  padding: 0 6rem;
  transition: 0.3s ease-out;
  transition-property: background, color;
}
@media only screen and (max-width: 768px) {
  .l-news__more-btn {
    font-size: 1.8rem;
    min-height: 4rem;
    min-width: 20rem;
    padding: 0 5rem;
  }
}
@media (hover: hover) {
  .l-news__more-btn:hover {
    background: #1A4217;
    color: #fff;
  }
}
@media (hover: none) {
  .l-news__more-btn:active {
    background: #1A4217;
    color: #fff;
  }
}

.l-news__loading {
  padding: 4rem 0;
  text-align: center;
}
.l-news__loading-spinner {
  border: 3px solid #d9d9d9;
  border-radius: 50%;
  border-top-color: #1A4217;
  display: inline-block;
  height: 3.2rem;
  width: 3.2rem;
  -webkit-animation: newsSpinner 0.8s linear infinite;
  animation: newsSpinner 0.8s linear infinite;
}

@-webkit-keyframes newsSpinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes newsSpinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.l-news-single__section {
  background: #F1FFEF;
  padding-bottom: 6rem;
  padding-top: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .l-news-single__section {
    padding-bottom: 3.2rem;
    padding-top: 1.6rem;
  }
}

.l-news-single__outer {
  margin: 0 auto;
  max-width: 134rem;
  padding: 0 5rem;
}
@media only screen and (max-width: 768px) {
  .l-news-single__outer {
    padding: 0 1.5rem;
  }
}

.l-news-single__card {
  background: #fff;
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 100rem;
  padding: 4rem;
}
@media only screen and (max-width: 768px) {
  .l-news-single__card {
    padding: 1.6rem;
  }
}

.l-news-single__cats {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .l-news-single__cats {
    margin-bottom: 1.2rem;
  }
}

.l-news-single__date {
  color: #797979;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 768px) {
  .l-news-single__date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-bottom: 1.2rem;
  }
}

.l-news-single__ttl {
  color: #111111;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2.0714285714;
}
@media only screen and (max-width: 768px) {
  .l-news-single__ttl {
    font-size: 2.6rem;
    line-height: 1.3846153846;
  }
}

.l-news-single__separator {
  background: #efefef;
  height: 0.4rem;
  margin-bottom: 2.4rem;
  margin-top: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .l-news-single__separator {
    margin-bottom: 1.2rem;
    margin-top: 1.8rem;
  }
}

.l-news-single__content {
  color: #111111;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .l-news-single__content {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-news-single__content p {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .l-news-single__content p {
    margin-bottom: 2.4rem;
  }
}
.l-news-single__content p:last-child {
  margin-bottom: 0;
}
.l-news-single__content a {
  color: #00AEE2;
  text-decoration: underline;
}
@media (hover: hover) {
  .l-news-single__content a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .l-news-single__content a:active {
    opacity: 0.7;
  }
}
.l-news-single__content h2 {
  border-bottom: 2px solid #1A4217;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545454545;
  margin-bottom: 1.6rem;
  margin-top: 4rem;
  padding-bottom: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .l-news-single__content h2 {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-bottom: 1.2rem;
    margin-top: 3rem;
    padding-bottom: 1rem;
  }
}
.l-news-single__content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5555555556;
  margin-bottom: 1.2rem;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .l-news-single__content h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    margin-top: 2.4rem;
  }
}
.l-news-single__content ul,
.l-news-single__content ol {
  margin-bottom: 1.6rem;
  padding-left: 2rem;
}
.l-news-single__content ul {
  list-style: disc;
}
.l-news-single__content ol {
  list-style: decimal;
}
.l-news-single__content li {
  margin-bottom: 0.4rem;
}
.l-news-single__content img {
  border-radius: 4px;
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}
.l-news-single__content blockquote {
  background: #f4f4f4;
  border-left: 4px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
  margin-bottom: 1.6rem;
  padding: 1.6rem 2rem;
}
.l-news-single__content table {
  border-collapse: collapse;
  margin-bottom: 1.6rem;
  width: 100%;
}
.l-news-single__content table th,
.l-news-single__content table td {
  border: 1px solid #d9d9d9;
  font-size: 1.4rem;
  padding: 1rem 1.2rem;
}
@media only screen and (max-width: 768px) {
  .l-news-single__content table th,
  .l-news-single__content table td {
    font-size: 1.2rem;
    padding: 0.8rem;
  }
}
.l-news-single__content table th {
  background: #f4f4f4;
  font-weight: 700;
}