@charset "UTF-8";
/*
リセットcssを記述
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
html {
  font-size: 100%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  color: #5D5D5D;
  -webkit-font-smoothing: antialiased; /* macで文字が太くなる現象を解消 */
}
body.noscroll {
  overflow: hidden;
}
body .header-and-main--syonan {
  color: #333333;
}

main {
  margin-top: 151.2px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 16.6538461538vw;
  }
}

p {
  line-height: 1.6;
}

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

ul {
  list-style: none;
  padding-left: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.header-and-main--syonan {
  background-color: #FBF5ED;
}
.header-and-main--syonan main {
  margin-top: 124.67px;
}
@media screen and (max-width: 1280px) {
  .header-and-main--syonan main {
    margin-top: 119.38px;
  }
}
@media screen and (max-width: 1024px) {
  .header-and-main--syonan main {
    margin-top: 16.4820512821vw;
  }
}
.header-and-main--syonan a {
  transition: all 0.4s;
}
.header-and-main--syonan a:hover {
  opacity: 0.6;
}

/*****************
     common
*****************/
.p-news__inner {
  display: flex;
  gap: 138px;
}
@media screen and (max-width: 1024px) {
  .p-news__inner {
    flex-direction: column;
    gap: 12.8205128205vw;
  }
}
.p-news__content {
  flex: 0 0 65%;
}
@media screen and (max-width: 1024px) {
  .p-news__content {
    flex: 0 0 100%;
    padding-top: 5.1282051282vw;
  }
}
.p-news__sidebar {
  flex: 0 0 17.7%;
}
@media screen and (max-width: 1024px) {
  .p-news__sidebar {
    flex: 0 0 100%;
    padding-top: 5.1282051282vw;
  }
}

/*****************
     archive
*****************/
.p-news-archive {
  padding-bottom: 100px;
}
.p-news-archive__inner {
  display: flex;
  gap: 138px;
}
@media screen and (max-width: 1024px) {
  .p-news-archive__inner {
    flex-direction: column;
    gap: 12.8205128205vw;
  }
}
.p-news-archive__item:not(:first-of-type) .p-news-archive__item-link {
  padding-top: 22px;
}
@media screen and (max-width: 1024px) {
  .p-news-archive__item:not(:first-of-type) .p-news-archive__item-link {
    padding-top: 5.1282051282vw;
  }
}
.p-news-archive__item-link {
  line-height: 1.4;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 22px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-news-archive__item-link {
    padding-bottom: 5.1282051282vw;
  }
}
.p-news-archive__item-link:hover {
  opacity: 1;
}
.p-news-archive__item-link:hover .p-news-archive__item-title span {
  text-decoration: none;
}
.p-news-archive__item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='4' viewBox='0 0 4 4' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='2' x2='3' y2='2' stroke='%23B0D396' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 3px 2px;
}
@media screen and (max-width: 1024px) {
  .p-news-archive__item-link::after {
    height: 1.0256410256vw;
    background-size: 1.0256410256vw 0.5128205128vw;
  }
}
.p-news-archive__item-text {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-news-archive__item-text {
    flex-direction: column;
    gap: 1.2820512821vw;
  }
}
.p-news-archive__item-date {
  flex: 0 0 13%;
}
@media screen and (max-width: 1024px) {
  .p-news-archive__item-date {
    font-size: 4.1025641026vw;
    flex: 0 0 100%;
  }
}
.p-news-archive__item-title {
  font-weight: 700;
  flex: 0 0 78.8%;
}
@media screen and (max-width: 1024px) {
  .p-news-archive__item-title {
    font-size: 4.1025641026vw;
    flex: 0 0 100%;
  }
}
.p-news-archive__item-title span {
  text-decoration: underline;
  transition: all 0.3s;
}

/*****************
     single
*****************/
.p-news-single {
  padding-bottom: 100px;
}
.p-news-single .p-news__inner {
  gap: 58px;
}
.p-news-single .p-news__content {
  flex: 0 0 75%;
}
.p-news-single__date {
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .p-news-single__date {
    font-size: 4.1025641026vw;
    margin-bottom: 1.2820512821vw;
  }
}
.p-news-single .c-title-pattern3 {
  width: auto;
  font-size: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-news-single .c-title-pattern3 {
    font-size: 5.1282051282vw;
    margin-bottom: 12.8205128205vw;
  }
}
.p-news-single__content {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-news-single__content {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 12.8205128205vw;
  }
}
.p-news-single__content p {
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .p-news-single__content p {
    font-size: 4.1025641026vw;
  }
}
.p-news-single__pagination {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  gap: 134px;
}
@media screen and (max-width: 1024px) {
  .p-news-single__pagination {
    align-items: flex-start;
    margin-top: 7.6923076923vw;
    gap: 2.3076923077vw;
  }
}
.p-news-single__prev, .p-news-single__archive, .p-news-single__next {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .p-news-single__prev, .p-news-single__archive, .p-news-single__next {
    font-size: 4.1025641026vw;
  }
}
.p-news-single__prev a, .p-news-single__next a {
  position: relative;
}
.p-news-single__prev a::before, .p-news-single__next a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='47.3361' height='47.3361' rx='23.668' transform='matrix(-1 0 0 1 47.3361 0)' fill='%2330871E'/%3E%3Cpath d='M11.8331 23.6689H35.5011' stroke='white' stroke-width='2.9585' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.7199 14.7915L11.8305 23.667L19.7199 32.5425' stroke='white' stroke-width='2.9585' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
  position: absolute;
  top: 55%;
}
@media screen and (max-width: 1024px) {
  .p-news-single__prev a::before, .p-news-single__next a::before {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}
.p-news-single__prev a {
  padding-left: 21px;
}
@media screen and (max-width: 1024px) {
  .p-news-single__prev a {
    padding-left: 5.3846153846vw;
  }
}
.p-news-single__prev a::before {
  left: 0;
  transform: translateY(-50%);
}
.p-news-single__next a {
  padding-right: 21px;
}
@media screen and (max-width: 1024px) {
  .p-news-single__next a {
    padding-right: 5.3846153846vw;
  }
}
.p-news-single__next a::before {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.p-news-single__archive {
  width: 161px;
}
@media screen and (max-width: 1024px) {
  .p-news-single__archive {
    margin-top: 7.6923076923vw;
    width: 41.2820512821vw;
  }
}
.p-news-single__archive a {
  background-color: #30871E;
  color: #FFFFFF;
  text-align: center;
  display: block;
  line-height: 1.4;
  padding: 7px 0;
  border-radius: 100vw;
}
@media screen and (max-width: 1024px) {
  .p-news-single__archive a {
    padding: 1.7948717949vw 0;
  }
}
.p-news-single__archive a span {
  position: relative;
  padding-left: 21px;
}
@media screen and (max-width: 1024px) {
  .p-news-single__archive a span {
    padding-left: 5.3846153846vw;
  }
}
.p-news-single__archive a span::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2C1 1.73478 1.10536 1.48043 1.29289 1.29289C1.48043 1.10536 1.73478 1 2 1H4C4.26522 1 4.51957 1.10536 4.70711 1.29289C4.89464 1.48043 5 1.73478 5 2V4C5 4.26522 4.89464 4.51957 4.70711 4.70711C4.51957 4.89464 4.26522 5 4 5H2C1.73478 5 1.48043 4.89464 1.29289 4.70711C1.10536 4.51957 1 4.26522 1 4V2ZM6 2C6 1.73478 6.10536 1.48043 6.29289 1.29289C6.48043 1.10536 6.73478 1 7 1H9C9.26522 1 9.51957 1.10536 9.70711 1.29289C9.89464 1.48043 10 1.73478 10 2V4C10 4.26522 9.89464 4.51957 9.70711 4.70711C9.51957 4.89464 9.26522 5 9 5H7C6.73478 5 6.48043 4.89464 6.29289 4.70711C6.10536 4.51957 6 4.26522 6 4V2ZM11 2C11 1.73478 11.1054 1.48043 11.2929 1.29289C11.4804 1.10536 11.7348 1 12 1H14C14.2652 1 14.5196 1.10536 14.7071 1.29289C14.8946 1.48043 15 1.73478 15 2V4C15 4.26522 14.8946 4.51957 14.7071 4.70711C14.5196 4.89464 14.2652 5 14 5H12C11.7348 5 11.4804 4.89464 11.2929 4.70711C11.1054 4.51957 11 4.26522 11 4V2ZM1 7C1 6.73478 1.10536 6.48043 1.29289 6.29289C1.48043 6.10536 1.73478 6 2 6H4C4.26522 6 4.51957 6.10536 4.70711 6.29289C4.89464 6.48043 5 6.73478 5 7V9C5 9.26522 4.89464 9.51957 4.70711 9.70711C4.51957 9.89464 4.26522 10 4 10H2C1.73478 10 1.48043 9.89464 1.29289 9.70711C1.10536 9.51957 1 9.26522 1 9V7ZM6 7C6 6.73478 6.10536 6.48043 6.29289 6.29289C6.48043 6.10536 6.73478 6 7 6H9C9.26522 6 9.51957 6.10536 9.70711 6.29289C9.89464 6.48043 10 6.73478 10 7V9C10 9.26522 9.89464 9.51957 9.70711 9.70711C9.51957 9.89464 9.26522 10 9 10H7C6.73478 10 6.48043 9.89464 6.29289 9.70711C6.10536 9.51957 6 9.26522 6 9V7ZM11 7C11 6.73478 11.1054 6.48043 11.2929 6.29289C11.4804 6.10536 11.7348 6 12 6H14C14.2652 6 14.5196 6.10536 14.7071 6.29289C14.8946 6.48043 15 6.73478 15 7V9C15 9.26522 14.8946 9.51957 14.7071 9.70711C14.5196 9.89464 14.2652 10 14 10H12C11.7348 10 11.4804 9.89464 11.2929 9.70711C11.1054 9.51957 11 9.26522 11 9V7ZM1 12C1 11.7348 1.10536 11.4804 1.29289 11.2929C1.48043 11.1054 1.73478 11 2 11H4C4.26522 11 4.51957 11.1054 4.70711 11.2929C4.89464 11.4804 5 11.7348 5 12V14C5 14.2652 4.89464 14.5196 4.70711 14.7071C4.51957 14.8946 4.26522 15 4 15H2C1.73478 15 1.48043 14.8946 1.29289 14.7071C1.10536 14.5196 1 14.2652 1 14V12ZM6 12C6 11.7348 6.10536 11.4804 6.29289 11.2929C6.48043 11.1054 6.73478 11 7 11H9C9.26522 11 9.51957 11.1054 9.70711 11.2929C9.89464 11.4804 10 11.7348 10 12V14C10 14.2652 9.89464 14.5196 9.70711 14.7071C9.51957 14.8946 9.26522 15 9 15H7C6.73478 15 6.48043 14.8946 6.29289 14.7071C6.10536 14.5196 6 14.2652 6 14V12ZM11 12C11 11.7348 11.1054 11.4804 11.2929 11.2929C11.4804 11.1054 11.7348 11 12 11H14C14.2652 11 14.5196 11.1054 14.7071 11.2929C14.8946 11.4804 15 11.7348 15 12V14C15 14.2652 14.8946 14.5196 14.7071 14.7071C14.5196 14.8946 14.2652 15 14 15H12C11.7348 15 11.4804 14.8946 11.2929 14.7071C11.1054 14.5196 11 14.2652 11 14V12Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .p-news-single__archive a span::before {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}/*# sourceMappingURL=news.css.map */