@charset "UTF-8";
/* general method */
@keyframes line-top-in {
  0% {
    left: -1vw;
    top: -1vw;
    transform: rotate(-45deg);
  }
  100% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes line-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    left: -1vw;
    top: -1vw;
    transform: rotate(-45deg);
  }
}
@keyframes line-bot-in {
  0% {
    left: -1vw;
    bottom: -1vw;
    transform: rotate(45deg);
  }
  100% {
    left: 0;
    bottom: 0;
    transform: rotate(0deg);
  }
}
@keyframes line-bot-out {
  0% {
    left: 0;
    bottom: 0;
    transform: rotate(0deg);
  }
  100% {
    left: -1vw;
    bottom: -1vw;
    transform: rotate(45deg);
  }
}
body, h1, h2, h3, h4, h5, h6, p, ul, li, figure, dl, dt, dd, time, address, table {
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 100%;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  line-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #ffd500;
  min-width: 1150px;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}

p, h1, dt, dd {
  max-height: 999999px;
}

a img {
  border: none;
}

p {
  font-size: 18px;
  color: #4e3200;
  line-height: 150%;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

a img {
  opacity: 1;
  transition: opacity 0.3s linear;
}
a:hover img {
  opacity: 0.8;
}

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

.u-sp-di {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp-di {
    display: inline;
  }
}

.u-sp-db {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp-db {
    display: block;
  }
}

.l-container01 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .l-container01 {
    width: 86.9vw;
    padding: 0;
  }
}

.c-ttl01 {
  text-align: center;
}
.c-ttl01 img {
  height: 157px;
}
@media only screen and (max-width: 767px) {
  .c-ttl01 img {
    height: 63px;
  }
}
.c-ttl01.--mb01 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .c-ttl01.--mb01 {
    margin-bottom: 18px;
  }
}
.c-ttl01.--mb02 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .c-ttl01.--mb02 {
    margin-bottom: 18px;
  }
}

.c-ttl02 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 162%;
  color: #4e3200;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .c-ttl02 {
    font-size: 17px;
    margin-bottom: 27px;
  }
}

.c-news_item {
  width: 300px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  background: #00705c;
  text-decoration: none;
  transition: opacity 0.3s linear;
}
.c-news_item:hover {
  opacity: 0.8;
}
.c-news_item:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .c-news_item.--list {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-news_item.--list .c-news_item__inner {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-news_item.--list .c-news_item__inner .c-news_item__ttl {
    font-size: 13px;
  }
}
.c-news_item .c-news_item__inner {
  padding: 15px 20px;
}
.c-news_item .c-news_item__inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  gap: 5px 15px;
}
@media only screen and (max-width: 767px) {
  .c-news_item .c-news_item__inner ul {
    margin-bottom: 5px;
  }
}
.c-news_item .c-news_item__inner ul li {
  position: relative;
  font-weight: bold;
  font-size: 13px;
  line-height: 150%;
  color: #FFD500;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-news_item .c-news_item__inner ul li {
    font-size: 11px;
    padding-left: 18px;
  }
}
.c-news_item .c-news_item__inner ul li:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/icon_circle.png) no-repeat center center/contain;
}
@media only screen and (max-width: 767px) {
  .c-news_item .c-news_item__inner ul li:before {
    width: 11px;
    height: 11px;
    top: 3px;
  }
}
.c-news_item .c-news_item__inner time {
  display: block;
  font-size: 13px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .c-news_item .c-news_item__inner time {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
.c-news_item .c-news_item__inner .c-news_item__ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .c-news_item .c-news_item__inner .c-news_item__ttl {
    font-size: 15px;
  }
}

.c-btn_contact {
  width: 770px;
  margin: 100px auto 95px;
}
@media only screen and (max-width: 767px) {
  .c-btn_contact {
    width: 86.9vw;
    margin: 50px auto 90px;
  }
}

.c-pager_num {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-bottom: 105px;
}
@media only screen and (max-width: 767px) {
  .c-pager_num {
    margin-bottom: 100px;
  }
}
.c-pager_num li {
  width: 40px;
  font-size: 16px;
  letter-spacing: 0.02em;
  border: #4e3200 solid 1px;
}
@media only screen and (max-width: 767px) {
  .c-pager_num li {
    font-size: 14px;
    width: 35px;
  }
}
.c-pager_num li.--current, .c-pager_num li:hover {
  background: #ffffff;
}
.c-pager_num li a {
  display: block;
  color: #4E3200;
  text-align: center;
  text-decoration: none;
  padding: 11px 0;
}
@media only screen and (max-width: 767px) {
  .c-pager_num li a {
    padding: 9px 0 10px;
  }
}

.c-pager {
  position: relative;
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .c-pager {
    padding-top: 50px;
    margin-top: 50px;
  }
}
.c-pager .c-pager__prev,
.c-pager .c-pager__next {
  position: absolute;
  top: 12px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-pager .c-pager__prev,
  .c-pager .c-pager__next {
    font-size: 14px;
  }
}
.c-pager .c-pager__prev a,
.c-pager .c-pager__next a {
  position: relative;
  color: #4E3200;
  text-decoration: none;
}
.c-pager .c-pager__prev a:hover,
.c-pager .c-pager__next a:hover {
  text-decoration: underline;
}
.c-pager .c-pager__prev {
  left: 0;
}
.c-pager .c-pager__prev a {
  padding-left: 65px;
}
@media only screen and (max-width: 767px) {
  .c-pager .c-pager__prev a {
    padding-left: 50px;
  }
}
.c-pager .c-pager__prev a:before {
  position: absolute;
  left: 0;
  top: -7px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/news/prev.webp) no-repeat center center/contain;
}
@media only screen and (max-width: 767px) {
  .c-pager .c-pager__prev a:before {
    top: -5px;
    width: 35px;
    height: 35px;
  }
}
.c-pager .c-pager__next {
  right: 0;
}
.c-pager .c-pager__next a {
  padding-right: 65px;
}
@media only screen and (max-width: 767px) {
  .c-pager .c-pager__next a {
    padding-right: 50px;
  }
}
.c-pager .c-pager__next a:before {
  position: absolute;
  right: 0;
  top: -7px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/news/next.webp) no-repeat center center/contain;
}
@media only screen and (max-width: 767px) {
  .c-pager .c-pager__next a:before {
    top: -5px;
    width: 35px;
    height: 35px;
  }
}
.c-pager .c-pager__back {
  width: 200px;
  margin: 0 auto;
}
.c-pager .c-pager__back a {
  display: block;
  background: #4e3200;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFD500;
  text-decoration: none;
  border-radius: 20px;
  padding: 12px 0;
  opacity: 1;
  transition: opacity 0.3s linear;
}
.c-pager .c-pager__back a:hover {
  opacity: 0.8;
}

.p-news_slider {
  overflow-x: hidden;
  border-left: #4e3200 solid 2px;
  border-right: #4e3200 solid 2px;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .p-news_slider {
    border: none;
    padding: 0;
  }
}

.p-news_slider__wrapper {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-news_slider__wrapper {
    width: 100%;
  }
}
.p-news_slider__wrapper .p-news_slider__next,
.p-news_slider__wrapper .p-news_slider__prev {
  position: absolute;
  top: 200px;
  width: 29px;
}
@media only screen and (max-width: 767px) {
  .p-news_slider__wrapper .p-news_slider__next,
  .p-news_slider__wrapper .p-news_slider__prev {
    display: none;
  }
}
.p-news_slider__wrapper .p-news_slider__next img,
.p-news_slider__wrapper .p-news_slider__prev img {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.p-news_slider__wrapper .p-news_slider__next:hover img,
.p-news_slider__wrapper .p-news_slider__prev:hover img {
  opacity: 0.7;
}
.p-news_slider__wrapper .p-news_slider__next {
  right: -29px;
}
.p-news_slider__wrapper .p-news_slider__prev {
  left: -29px;
}
.p-news_slider__wrapper .p-news_slider__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-news_slider__wrapper .p-news_slider__bottom {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.p-news_slider__wrapper .p-news_slider__bottom .p-news_slider__bottom_btn {
  width: 260px;
}
@media only screen and (max-width: 767px) {
  .p-news_slider__wrapper .p-news_slider__bottom .p-news_slider__bottom_btn {
    width: 225px;
    margin-top: 27px;
  }
}
.p-news_slider__wrapper .p-news_slider__bottom .p-news_slider__nav {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .p-news_slider__wrapper .p-news_slider__bottom .p-news_slider__nav {
    width: 100%;
    text-align: center;
  }
}
.p-news_slider__wrapper .p-news_slider__bottom .p-news_slider__nav .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background: url(../img/index/slider_nav.svg) no-repeat center center/contain;
  margin-left: 24px;
  margin-right: 0;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .p-news_slider__wrapper .p-news_slider__bottom .p-news_slider__nav .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 9px;
  }
}
.p-news_slider__wrapper .p-news_slider__bottom .p-news_slider__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: url(../img/index/slider_nav_o.svg);
}

.p-category_nav {
  display: flex;
  width: 985px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .p-category_nav {
    width: 86.9vw;
    flex-wrap: wrap;
    margin-bottom: 27px;
  }
}
.p-category_nav.--vertical {
  display: block;
  width: 100%;
  margin: 0;
}
.p-category_nav.--vertical .p-category_nav__ttl {
  width: 100%;
  text-align: left;
  padding: 13px 25px 9px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-category_nav.--vertical .p-category_nav__ttl {
    text-align: center;
  }
}
.p-category_nav.--vertical .p-category_nav__list {
  flex-wrap: wrap;
  width: 100%;
  padding: 24px;
  gap: 20px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-category_nav.--vertical .p-category_nav__list {
    justify-content: flex-start;
    gap: 14px 20px;
    padding: 16px 25px;
  }
}
.p-category_nav.--vertical .p-category_nav__list li {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-category_nav.--vertical .p-category_nav__list li {
    width: auto;
  }
}
.p-category_nav .p-category_nav__ttl {
  width: 175px;
  background: #00705c;
  text-align: center;
  border-radius: 25px;
  padding: 13px 0 9px;
}
@media only screen and (max-width: 767px) {
  .p-category_nav .p-category_nav__ttl {
    width: 100%;
  }
}
.p-category_nav .p-category_nav__ttl img {
  width: 123px;
}
@media only screen and (max-width: 767px) {
  .p-category_nav .p-category_nav__ttl img {
    width: 79px;
  }
}
.p-category_nav .p-category_nav__list {
  display: flex;
  justify-content: center;
  width: 809px;
  background: #f1f1f1;
  border-radius: 25px;
  padding: 14px 0;
  gap: 0 37px;
}
@media only screen and (max-width: 767px) {
  .p-category_nav .p-category_nav__list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 20px;
    padding: 16px 25px;
  }
}
.p-category_nav .p-category_nav__list li {
  font-weight: bold;
  font-size: 22px;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-category_nav .p-category_nav__list li {
    font-size: 14px;
  }
}
.p-category_nav .p-category_nav__list li.--current a, .p-category_nav .p-category_nav__list li:hover a {
  color: #4e3200;
}
.p-category_nav .p-category_nav__list li.--current a:before, .p-category_nav .p-category_nav__list li:hover a:before {
  background-image: url(../img/news/cat_cirlce_o.webp);
}
.p-category_nav .p-category_nav__list li a {
  position: relative;
  color: #999999;
  padding-left: 35px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .p-category_nav .p-category_nav__list li a {
    padding-left: 22px;
  }
}
.p-category_nav .p-category_nav__list li a:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/news/cat_cirlce.webp) no-repeat center center/contain;
}
@media only screen and (max-width: 767px) {
  .p-category_nav .p-category_nav__list li a:before {
    font-size: 14px;
    top: 5px;
    width: 14px;
    height: 14px;
  }
}

.p-form .p-form__require {
  color: #cc0000;
}
.p-form .p-form__txt {
  width: 770px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #4E3200;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 767px) {
  .p-form .p-form__txt {
    width: 270px;
    text-align: left;
  }
}
.p-form .p-form__txt.--left {
  text-align: left;
}
.p-form .p-form__table {
  width: 770px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-form .p-form__table {
    width: 270px;
  }
}
.p-form .p-form__table th {
  width: 170px;
  font-weight: bold;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0.05em;
  vertical-align: top;
  text-align: left;
  padding: 30px 60px 30px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-form .p-form__table th {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 0;
  }
}
.p-form .p-form__table td {
  padding: 20px 0;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .p-form .p-form__table td {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 10px 0 25px;
  }
}
.p-form .p-form__table td input[type=text] {
  background: #f1f1f1;
  width: 600px;
  border: none;
  font-size: 18px;
  padding: 16px 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-form .p-form__table td input[type=text] {
    width: 100%;
    font-size: 15px;
    padding: 13px 15px;
  }
}
.p-form .p-form__table td input[type=text][name=zip] {
  width: 183px;
  margin-left: 1em;
}
.p-form .p-form__table td textarea {
  background: #f1f1f1;
  width: 600px;
  border: none;
  font-size: 18px;
  padding: 16px 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-form .p-form__table td textarea {
    width: 100%;
    font-size: 16px;
  }
}
.p-form .p-form__table td textarea[name=addr] {
  height: 100px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .p-form .p-form__table td textarea[name=addr] {
    margin-top: 15px;
  }
}
.p-form .p-form__table td textarea[name=note] {
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .p-form .p-form__table td textarea[name=note] {
    height: 200px;
  }
}
.p-form .p-form_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 20px 50px;
}
@media only screen and (max-width: 767px) {
  .p-form .p-form_btn {
    margin-top: 20px;
  }
}
.p-form .p-form_btn input[type=submit], .p-form .p-form_btn input[type=button], .p-form .p-form_btn input[type=reset] {
  width: 200px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 20px;
  padding: 8px 0;
}
.p-form .p-form_btn input[type=submit]:hover, .p-form .p-form_btn input[type=button]:hover, .p-form .p-form_btn input[type=reset]:hover {
  cursor: pointer;
}
.p-form .p-form_btn input[type=submit] {
  color: #FFFFFF;
  background: #4e3200;
  border: #4e3200 solid 1px;
}
.p-form .p-form_btn input[type=button], .p-form .p-form_btn input[type=reset] {
  color: #4e3200;
  background: #fff;
  border: #4e3200 solid 1px;
}

.l-header {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .l-header {
    top: 13px;
  }
}
.l-header.--bg {
  background: #ffd500;
  top: 0;
  padding: 50px 0 40px;
}
@media only screen and (max-width: 767px) {
  .l-header.--bg {
    padding: 14px 0 38px;
  }
}
.l-header .l-container01 {
  display: flex;
  justify-content: space-between;
}
.l-header .l-header__logo {
  width: 123px;
}
@media only screen and (max-width: 767px) {
  .l-header .l-header__logo {
    width: 62px;
  }
}
.l-header .l-header__btn {
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .l-header .l-header__btn {
    width: 30px;
  }
}

.l-footer {
  padding-bottom: 408px;
  background: url(../img/footer_bg.png) no-repeat center bottom/auto 381px;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    background-size: auto 126px;
    padding-bottom: 126px;
  }
}
.l-footer p {
  font-size: 13px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-footer p {
    font-size: 12px;
  }
}

.l-index .l-index__mv {
  overflow-x: hidden;
  width: 100%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .l-index .l-index__mv {
    margin-bottom: 30px;
  }
}
.l-index .l-index__mv #animation_container {
  position: relative;
  background: #ffffff;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1920/910;
}
@media only screen and (max-width: 767px) {
  .l-index .l-index__mv #animation_container {
    width: 180% !important;
    margin-left: -39%;
  }
}
.l-index .l-index__mv #canvas {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  display: block;
  background-color: rgb(255, 255, 255);
}
.l-index .l-index__mv #dom_overlay_container {
  pointer-events: none;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.l-index .c-news_item {
  width: auto;
}
.l-index .l-index__txt01 {
  width: 770px;
  font-weight: bold;
  font-size: 40px;
  line-height: 163%;
  letter-spacing: 0.05em;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .l-index .l-index__txt01 {
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.l-index .l-index__txt01 span {
  background: rgb(255, 213, 0);
  background: linear-gradient(0deg, rgb(255, 213, 0) 0%, rgb(255, 213, 0) 10%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 85%, rgb(255, 213, 0) 85%, rgb(255, 213, 0) 100%);
}
.l-index .l-index__txt02 {
  width: 770px;
  font-weight: 500;
  font-size: 22px;
  line-height: 200%;
  letter-spacing: 0.02em;
  color: #4E3200;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .l-index .l-index__txt02 {
    width: 73.3vw;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
}
.l-index .l-index__txt03 {
  width: 345px;
  font-size: 18px;
  line-height: 188%;
  letter-spacing: 0.05em;
  color: #4E3200;
  margin: 0 auto 85px;
}
@media only screen and (max-width: 767px) {
  .l-index .l-index__txt03 {
    width: 287px;
    font-size: 14px;
    margin-bottom: 45px;
  }
}
.l-index .l-index__txt03 small {
  font-size: 0.72em;
}
.l-index .l-index__txt04 {
  text-align: center;
  margin-bottom: 27px;
}
.l-index .l-index__img01 {
  max-width: 668px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 767px) {
  .l-index .l-index__img01 {
    margin-bottom: 20px;
  }
}

.l-news {
  padding-top: 150px;
}
@media only screen and (max-width: 767px) {
  .l-news {
    padding-top: 85px;
  }
}
.l-news .l-news__txt01 {
  text-align: center;
  letter-spacing: 0.05em;
  color: #4E3200;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .l-news .l-news__txt01 {
    margin-bottom: 25px;
  }
}
.l-news .p-category_nav {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .l-news .p-category_nav {
    margin-bottom: 27px;
  }
}
.l-news .l-news__item_list {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 47px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 767px) {
  .l-news .l-news__item_list {
    justify-content: space-between;
    width: 86.9vw;
    gap: 25px 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .l-news .l-news__item_list .c-news_item {
    width: 46.1%;
  }
}

.l-news-single {
  padding-top: 150px;
  padding-bottom: 100px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .l-news-single {
    padding-top: 82px;
    padding-bottom: 50px;
  }
}
.l-news-single .l-news-single__mv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 550px;
  background: url(../img/news/single_mv.webp) no-repeat center top/auto 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__mv {
    background: url(../img/news/single_mv_sp.webp) no-repeat left top/100% auto;
    padding-top: 25px;
    height: auto;
    margin-bottom: 35px;
  }
}
.l-news-single .l-news-single__mv .l-news-single__mv_inner {
  width: 770px;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__mv .l-news-single__mv_inner {
    width: 73.3%;
  }
}
.l-news-single .l-news-single__mv .l-news-single__mv_inner .l-news-single__mv_inner__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__mv .l-news-single__mv_inner .l-news-single__mv_inner__top {
    margin-bottom: 15px;
  }
}
.l-news-single .l-news-single__mv .l-news-single__mv_inner .l-news-single__mv_inner__top ul {
  display: flex;
  gap: 0 30px;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__mv .l-news-single__mv_inner .l-news-single__mv_inner__top ul {
    gap: 0 18px;
  }
}
.l-news-single .l-news-single__mv .l-news-single__mv_inner .l-news-single__mv_inner__top ul li {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #4E3200;
  padding-left: 38px;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__mv .l-news-single__mv_inner .l-news-single__mv_inner__top ul li {
    font-size: 12px;
    padding-left: 18px;
  }
}
.l-news-single .l-news-single__mv .l-news-single__mv_inner .l-news-single__mv_inner__top ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/news/mv_circle.webp) no-repeat center center/contain;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__mv .l-news-single__mv_inner .l-news-single__mv_inner__top ul li:before {
    width: 12px;
    height: 12px;
  }
}
.l-news-single .l-news-single__mv .l-news-single__mv_inner .l-news-single__mv_inner__top time {
  font-size: 18px;
  line-height: 100%;
  color: #4E3200;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__mv .l-news-single__mv_inner .l-news-single__mv_inner__top time {
    font-size: 10px;
  }
}
.l-news-single .l-news-single__mv .l-news-single__mv_inner h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 150%;
  color: #00705C;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__mv .l-news-single__mv_inner h1 {
    font-size: 25px;
  }
}
.l-news-single .l-news-single__mv .l-news-single__mv_inner p {
  font-weight: bold;
  font-size: 35px;
  line-height: 125%;
  color: #4E3200;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__mv .l-news-single__mv_inner p {
    font-size: 17px;
    line-height: 150%;
    margin-top: 15px;
  }
}
.l-news-single .l-news-single__content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-news-single .l-news-single__content .l-news-single__content_main {
  width: 770px;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__content .l-news-single__content_main {
    width: 100%;
  }
}
.l-news-single .l-news-single__content .l-news-single__content_aside {
  width: 260px;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__content .l-news-single__content_aside {
    width: 100%;
    margin-top: 50px;
  }
}
.l-news-single .l-news-single__content_editor h2.wp-block-heading {
  position: relative;
  background: #f1f1f1;
  font-weight: bold;
  font-size: 30px;
  line-height: 180%;
  color: #006E5D;
  padding: 0 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__content_editor h2.wp-block-heading {
    font-size: 22px;
    padding: 0 20px;
  }
}
.l-news-single .l-news-single__content_editor h2.wp-block-heading:not(:first-child) {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__content_editor h2.wp-block-heading:not(:first-child) {
    margin-top: 30px;
  }
}
.l-news-single .l-news-single__content_editor h2.wp-block-heading:before, .l-news-single .l-news-single__content_editor h2.wp-block-heading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 50%;
}
.l-news-single .l-news-single__content_editor h2.wp-block-heading:before {
  background: #006e5d;
  top: 0;
}
.l-news-single .l-news-single__content_editor h2.wp-block-heading:after {
  background: #a5ccc6;
  bottom: 0;
}
.l-news-single .l-news-single__content_editor h3.wp-block-heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 167%;
  color: #4E3200;
  margin-top: 45px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__content_editor h3.wp-block-heading {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.l-news-single .l-news-single__content_editor h3.wp-block-heading:before {
  content: "●";
  color: #00705c;
}
.l-news-single .l-news-single__content_editor p:not([class]) {
  font-size: 20px;
  line-height: 200%;
  color: #4E3200;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__content_editor p:not([class]) {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.l-news-single .l-news-single__content_editor iframe {
  max-width: 100%;
}
.l-news-single .l-news-single__content_editor ul.wp-block-list {
  list-style: disc;
  padding-left: 2em;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__content_editor ul.wp-block-list {
    padding-left: 1em;
  }
}
.l-news-single .l-news-single__content_editor ul.wp-block-list li {
  font-size: 20px;
  line-height: 200%;
  color: #4E3200;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__content_editor ul.wp-block-list li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__content_editor ol.wp-block-list {
    padding-left: 1em;
  }
}
.l-news-single .l-news-single__content_editor ol.wp-block-list li {
  font-size: 20px;
  line-height: 200%;
  color: #4E3200;
}
@media only screen and (max-width: 767px) {
  .l-news-single .l-news-single__content_editor ol.wp-block-list li {
    font-size: 15px;
  }
}

.l-contact {
  padding-top: 150px;
  padding-bottom: 105px;
}
@media only screen and (max-width: 767px) {
  .l-contact {
    padding-top: 85px;
    padding-bottom: 50px;
  }
}
.l-contact .l-contact__txt01 {
  text-align: center;
  letter-spacing: 0.05em;
  color: #4E3200;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .l-contact .l-contact__txt01 {
    margin-bottom: 25px;
  }
}
.l-contact .l-contact__form {
  background: #ffffff;
  border-radius: 25px;
  padding: 55px 0 100px;
}
@media only screen and (max-width: 767px) {
  .l-contact .l-contact__form {
    padding: 25px 0 50px;
  }
}

.bl-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.bl-list li {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 166%;
  color: #4e3200;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .bl-list li {
    font-size: 18px;
  }
}
.bl-list li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

.bl-entry {
  margin-bottom: 30px;
}
.bl-entry .bl-entry__date {
  font-size: 28px;
  font-weight: bold;
  line-height: 125%;
  color: #00705c;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .bl-entry .bl-entry__date {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.bl-entry .bl-entry__btn {
  font-weight: bold;
  font-size: 32px;
  line-height: 142%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .bl-entry .bl-entry__btn {
    font-size: 19px;
  }
}
.bl-entry .bl-entry__btn a {
  display: block;
  position: relative;
  background: #00705c;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 60px;
  padding: 25px 95px;
  transition: opacity 0.3s linear;
}
@media only screen and (max-width: 767px) {
  .bl-entry .bl-entry__btn a {
    padding: 15px 55px 15px 20px;
  }
}
.bl-entry .bl-entry__btn a:hover {
  opacity: 0.8;
}
.bl-entry .bl-entry__btn a:after {
  position: absolute;
  right: 5px;
  top: 5px;
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  background: url(../img/news/entry_icon.webp) no-repeat center center/contain;
}
@media only screen and (max-width: 767px) {
  .bl-entry .bl-entry__btn a:after {
    width: 47px;
    height: 47px;
  }
}
.bl-entry .bl-entry__txt {
  font-size: 20px;
  line-height: 200%;
  color: #4E3200;
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .bl-entry .bl-entry__txt {
    font-size: 15px;
    margin-top: 20px;
  }
}

.bl-date {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .bl-date {
    margin-bottom: 20px;
  }
}
.bl-date .bl-date__ttl {
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .bl-date .bl-date__ttl {
    font-size: 18px;
  }
}
.bl-date .bl-date__ttl span {
  background: #4e3200;
  display: inline-block;
  padding: 5px 13px;
}
.bl-date .bl-date__txt {
  font-weight: bold;
  font-size: 20px;
  line-height: 175%;
  color: #4E3200;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .bl-date .bl-date__txt {
    font-size: 15px;
  }
}