@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/*color*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

sup {
  vertical-align: super;
}

a:link {
  color: #45AE00;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #45AE00;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media (width < 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #222222;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  letter-spacing: 0.025rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (width < 767px) {
  body {
    font-size: 1.4rem;
  }
}

.pc {
  display: block !important;
}
@media (width < 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (width < 767px) {
  .sp {
    display: block !important;
  }
}

.site-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.site-header {
  max-width: 100%;
  margin: auto;
  padding: 1.5em 1em;
  position: relative;
}
@media (width < 767px) {
  .site-header {
    background-color: #FDFCFA;
    width: 100%;
    height: 60px;
    margin: auto;
    padding: 0.5em;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  }
}
.site-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__logo {
  width: 215px;
  height: auto;
}
@media (width < 767px) {
  .site-header__logo {
    width: 150px;
  }
}
.site-header__logo img {
  display: block;
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.site-header__trigger {
  display: none;
}
@media (width < 767px) {
  .site-header__trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 14px;
    right: 10px;
    z-index: 100;
  }
  .site-header__trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header__trigger span:nth-of-type(1) {
    top: 0;
  }
  .site-header__trigger span:nth-of-type(2) {
    top: 12px;
  }
  .site-header__trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .site-header__trigger.active span {
    background-color: #FFFFFF;
  }
}
@media (width < 767px) and (width < 767px) {
  .site-header__trigger.active span {
    background-color: #FFFFFF;
  }
}
@media (width < 767px) {
  .site-header__trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
            transform: translateY(12px) rotate(-45deg);
  }
  .site-header__trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .site-header__trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg);
  }
}
.site-header__navigation {
  max-width: 100%;
  margin: 0 auto;
}
@media (width < 767px) {
  .site-header__navigation {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 100px;
    background-color: #45AE00;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header__navigation.open {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.site-header__navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (width < 767px) {
  .site-header__navigation ul {
    display: block;
    margin: 0 1em;
  }
}
.site-header__navigation ul li {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media (width < 767px) {
  .site-header__navigation ul li {
    font-size: 1.8rem;
    color: #FFFFFF;
    width: auto;
    padding: 0;
  }
}
.site-header__navigation ul li::after {
  background-color: #45AE00;
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  margin: 15px auto 0;
}
@media (width < 767px) {
  .site-header__navigation ul li::after {
    content: none;
  }
}
.site-header__navigation ul li.current-menu-item::after {
  background-color: #F89422;
}
.site-header__navigation ul li.last a {
  background-color: #FF6600;
  border-radius: 10px;
}
.site-header__navigation ul li a {
  color: #686767;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header__navigation ul li a span {
  font-size: 1.5rem;
  color: #4BAFDD;
  display: block;
  margin-top: 8px;
}
@media (width < 767px) {
  .site-header__navigation ul li a span {
    display: none;
  }
}
@media (width < 767px) {
  .site-header__navigation ul li a {
    color: #FFFFFF;
    padding: 20px;
  }
}
.site-header__navigation ul li a:hover {
  opacity: 0.7;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 1;
}

main {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (width < 767px) {
  main {
    padding-top: 60px;
    /*&.open {
    	transform: translateX(-300px);
    }*/
  }
}

.main-slider {
  height: 500px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media (width < 767px) {
  .main-slider {
    height: auto;
  }
}
.main-slider__list {
  margin: auto;
  overflow: hidden;
}
.main-slider__list img {
  height: auto;
}
.main-slider__img {
  position: relative;
}
.main-slider__img img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider::before {
  background: url("../img/header_deco.svg") no-repeat left bottom/100%;
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 110px;
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: wave 5s linear 0s infinite normal;
          animation: wave 5s linear 0s infinite normal;
}
@media (width < 767px) {
  .main-slider::before {
    background: url("../img/header_deco_sp.svg") no-repeat left bottom/100%;
  }
}
.main-slider .slick-slide {
  margin-right: 10px !important;
}
@media (width < 767px) {
  .main-slider .slick-slide {
    margin-right: 0 !important;
  }
}
.main-slider .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding-left: 5px !important;
}
@media (width < 767px) {
  .main-slider .slick-track {
    padding-left: 0px !important;
  }
}
.main-slider__town {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.main-slider__town img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-slider__town--left {
  width: 220px;
  left: 0;
}
@media (width < 767px) {
  .main-slider__town--left {
    width: 100px;
  }
}
.main-slider__town--right {
  width: 240px;
  right: 0;
}
@media (width < 767px) {
  .main-slider__town--right {
    width: 100px;
  }
}

.top-message {
  max-width: 100%;
  margin: 60px auto 0;
}
@media (width < 767px) {
  .top-message {
    margin: 30px auto 0;
  }
}
.top-message h2 {
  font-size: 1.8rem;
  text-align: center;
}
@media (width < 767px) {
  .top-message h2 {
    font-size: 1.5rem;
  }
}
.top-message figure {
  width: 140px;
  height: auto;
  margin: 20px auto 0;
}
@media (width < 767px) {
  .top-message figure {
    width: 120px;
    margin: 10px auto 0;
  }
}
.top-message figure img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-btn {
  font-weight: 700;
  width: 280px;
  margin: auto;
}
@media (width < 767px) {
  .common-btn {
    width: 260px;
  }
}
.common-btn a {
  background-color: #45AE00;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  width: 100%;
  padding: 15px 0;
  border: 2px solid #45AE00;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.common-btn a:hover {
  background-color: #FFFFFF;
  color: #45AE00;
}
.common-btn a:hover::after {
  background-image: url("../img/arrow_green.svg");
}
@media (width < 767px) {
  .common-btn a {
    padding: 15px 0;
  }
}
.common-btn a::after {
  background: url("../img/arrow_white.svg") no-repeat center/100%;
  content: "";
  display: block;
  width: 7px;
  height: 6px;
  position: absolute;
  top: 44%;
  right: 20px;
}
@media (width < 767px) {
  .common-btn a::after {
    right: 10px;
  }
}

.content-inner {
  max-width: 100%;
  margin: auto;
}

.common-title {
  text-align: center;
}
.common-title::before {
  display: block;
  content: "";
  width: 42px;
  height: 32px;
  margin: 0 auto 20px;
}
@media (width < 767px) {
  .common-title::before {
    margin-bottom: 10px;
  }
}
.common-title h2 {
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
}
@media (width < 767px) {
  .common-title h2 {
    font-size: 2rem;
  }
}
.common-title h2 span {
  font-size: 1.6rem;
  color: #45AE00;
  display: block;
  margin-top: 10px;
  position: relative;
}
.common-title--about::before {
  background: url("../img/icon_about.png") no-repeat center/100%;
}
.common-title--information::before {
  background: url("../img/icon_information.png") no-repeat center/100%;
}
.common-title--newsletter::before {
  background: url("../img/icon_letter.png") no-repeat center/100%;
}

.page-common__title h2 {
  font-size: 2.4rem;
  color: #222222;
  line-height: 1;
  padding: 0 0 8px 10px;
  border-bottom: 3px solid #45AE00;
  position: relative;
}
@media (width < 767px) {
  .page-common__title h2 {
    font-size: 2rem;
  }
}
.page-common__title h2::after {
  display: block;
  content: "";
  width: 10px;
  height: 9px;
  background-color: #45AE00;
  -webkit-clip-path: polygon(10px 0, 10px 9px, 0 0);
          clip-path: polygon(10px 0, 10px 9px, 0 0);
  position: absolute;
  bottom: -11px;
  left: 40px;
}

.top-about {
  max-width: 1040px;
  margin: 100px auto 0;
}
@media (width < 767px) {
  .top-about {
    max-width: 100%;
    margin: 60px 1em 0;
  }
}
.top-about__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media (width < 767px) {
  .top-about__content {
    display: block;
    margin-top: 20px;
  }
}
.top-about__img {
  width: 520px;
}
@media (width < 767px) {
  .top-about__img {
    width: auto;
  }
}
.top-about__img a {
  display: block;
}
.top-about__img a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.top-about__text {
  width: calc(100% - 560px);
}
@media (width < 767px) {
  .top-about__text {
    width: auto;
    margin-top: 15px;
  }
}
.top-about__text p {
  margin-bottom: 20px;
}
@media (width < 767px) {
  .top-about__text p {
    margin-bottom: 15px;
  }
}
.top-about__text p span {
  font-size: 1.4rem;
}

.top-information {
  max-width: 960px;
  margin: 100px auto 0;
  position: relative;
}
@media (width < 767px) {
  .top-information {
    margin: 60px 1em 0;
  }
}
.top-information__inner {
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.top-information__unorder {
  margin: 40px auto 0;
  border-top: 1px solid #DEDEDE;
}
@media (width < 1140px) {
  .top-information__unorder {
    gap: 40px 4%;
    margin: 40px 1.5em 0;
  }
}
@media (width < 767px) {
  .top-information__unorder {
    margin: 20px auto 0;
  }
}
.top-information__list {
  background: url("../img/list_arrow.svg") no-repeat right 10px center/20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  max-width: 100%;
  padding: 20px 15px;
  position: relative;
  border-bottom: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .top-information__list {
    display: grid;
    grid-template-areas: "first second second" "third third third";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    padding: 10px;
  }
}
.top-information__list--pdf {
  background: url("../img/list_pdf.svg") no-repeat right 10px center/18px;
}
.top-information__date {
  font-size: 1.8rem;
  margin-right: 40px;
}
@media (width < 767px) {
  .top-information__date {
    font-size: 1.6rem;
    grid-area: first;
  }
}
.top-information__category {
  font-size: 1.4rem;
  background-color: #DEDEDE;
  text-align: center;
  width: 140px;
  margin-right: 40px;
  padding: 8px 0 10px;
  border-radius: 50px;
}
@media (width < 767px) {
  .top-information__category {
    font-size: 1.3rem;
    grid-area: second;
    width: 120px;
    margin-right: 0;
    padding: 4px 0 6px;
  }
}
.top-information__title {
  display: block;
}
@media (width < 767px) {
  .top-information__title {
    font-size: 1.6rem;
    grid-area: third;
    margin-top: 10px;
    padding-right: 20px;
  }
}
.top-information__title a {
  color: #222222;
  text-decoration: none;
}
.top-information__title a:hover {
  text-decoration: underline;
}
.top-information__btn {
  max-width: 100%;
  width: 360px;
  margin-top: 40px;
}
@media (width < 767px) {
  .top-information__btn {
    width: auto;
    margin-top: 20px;
  }
}

.top-submenu {
  background-color: #FFFDE5;
  max-width: 100%;
  margin: 100px auto 0;
  padding: 80px 0;
}
@media (width < 767px) {
  .top-submenu {
    margin: 60px auto 0;
    padding: 40px 1em;
  }
}
.top-submenu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  margin: auto;
}
@media (width < 767px) {
  .top-submenu__inner {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    max-width: 100%;
    margin: 0 1em;
  }
}
.top-submenu__block {
  background-color: #FFFFFF;
  width: 320px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(34, 34, 34, 0.1);
          box-shadow: 0px 0px 10px 1px rgba(34, 34, 34, 0.1);
}
@media (width < 767px) {
  .top-submenu__block {
    width: auto;
    padding: 10px;
  }
}
.top-submenu__photo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.top-submenu__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-top: 20px;
}
@media (width < 767px) {
  .top-submenu__title {
    margin-top: 10px;
  }
}
.top-submenu__title::after {
  background-color: #45AE00;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  margin: 10px auto 0;
}
.top-submenu__text {
  font-weight: 400;
  margin-top: 20px;
}
@media (width < 767px) {
  .top-submenu__text {
    margin-top: 10px;
  }
}
.top-submenu__btn {
  width: 240px;
  margin-top: 20px;
}
@media (width < 767px) {
  .top-submenu__btn {
    width: auto;
    margin: 20px 1em;
  }
}

.information-box__title {
  margin-top: 10px;
}
@media (width < 767px) {
  .information-box__title {
    margin-top: 5px;
  }
}

.information {
  max-width: 100%;
}
.information__summary {
  max-width: 960px;
  margin: 20px auto 0;
  padding: 20px;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}
@media (width < 767px) {
  .information__summary {
    max-width: 100%;
    margin: 20px 1em 0;
  }
}
.information__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  max-width: 960px;
  margin: 40px auto 0;
}
@media (width < 767px) {
  .information__search {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    max-width: 100%;
    margin: 40px 1em 0;
  }
}
.information__search select {
  width: 200px;
  padding: 10px;
  border: 1px solid #DEDEDE;
}
.information__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 20px;
  max-width: 960px;
  margin: 20px auto 0;
}
@media (width < 767px) {
  .information__inner {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 30px 1em 0;
  }
}
.information__inner--single {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
.information__box {
  background-color: #FFFFFF;
  width: 32%;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(34, 34, 34, 0.1);
          box-shadow: 1px 1px 10px 1px rgba(34, 34, 34, 0.1);
}
@media (width < 767px) {
  .information__box {
    width: 100%;
    margin: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #F1F1F1;
  }
}
.information__box a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 10px 20px;
  position: relative;
}
@media (width < 767px) {
  .information__box a {
    padding: 10px;
  }
}
.information__box a:hover {
  opacity: 0.7;
}
.information__box__title {
  margin-top: 10px;
}
@media (width < 767px) {
  .information__box__title {
    margin-top: 5px;
  }
}
@media (width < 767px) {
  .information__box--archive {
    width: 100%;
  }
}
.information__box--archive a figure {
  height: auto;
}
.information__photo {
  width: auto;
  height: auto;
}
.information__photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  outline: 1px solid #F1F1F1;
  overflow: hidden;
}
.information__excerpt {
  color: #222222;
}
.information__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media (width < 767px) {
  .information__meta {
    margin-top: 10px;
  }
}
.information__time {
  font-size: 1.6rem;
}
@media (width < 767px) {
  .information__time {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}
.information__cat {
  font-size: 1.2rem;
  background-color: #DEDEDE;
  color: #222222;
  display: inline-block;
  padding: 2px 20px 4px;
  border-radius: 50px;
}
@media (width < 767px) {
  .information__cat {
    font-size: 1.3rem;
  }
}
.information__heading {
  margin-top: 20px;
}
@media (width < 767px) {
  .information__heading {
    font-size: 1.6rem;
    margin-top: 5px;
  }
}
.information__content {
  background-color: #FFFFFF;
  width: 780px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
@media (width < 767px) {
  .information__content {
    width: auto;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.information__header {
  padding-bottom: 10px;
  border-bottom: 2px dotted #c8c8c8;
}
.information__date {
  font-size: 1.8rem;
  line-height: 1;
}
.information__category {
  font-size: 1.3rem;
  background-color: #483C34;
  color: #FFFFFF;
  line-height: 1;
  padding: 4px 10px 5px;
  border-radius: 5px;
}
.information__title {
  font-size: 3rem;
  margin-top: 10px;
}
@media (width < 767px) {
  .information__title {
    font-size: 2rem;
  }
}
.information__post h2 {
  font-size: 2.2rem;
  background-color: #FFF7EC;
  color: #FF6600;
  margin-top: 40px;
  padding: 5px;
}
@media (width < 767px) {
  .information__post h2 {
    font-size: 2rem;
    margin-top: 30px;
  }
}
.information__post h3 {
  font-size: 1.8rem;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c8c8c8;
}
@media (width < 767px) {
  .information__post h3 {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.information__post p {
  margin-top: 30px;
}
@media (width < 767px) {
  .information__post p {
    margin-top: 20px;
  }
}
.information__post figure {
  margin-top: 30px;
}
@media (width < 767px) {
  .information__post figure {
    margin-top: 20px;
  }
}
.information__post iframe {
  margin-top: 30px !important;
}
@media (width < 767px) {
  .information__post iframe {
    margin-top: 20px !important;
  }
}
.information__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  margin: 60px auto 0;
  padding-top: 40px;
  border-top: 2px dotted #c8c8c8;
}
@media (width < 767px) {
  .information__navigation {
    margin: 40px auto 0;
    padding-top: 20px;
  }
}
.information__prev a, .information__next a {
  color: #222222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.information__prev a:hover, .information__next a:hover {
  text-decoration: underline;
}
.information__prev a {
  background: url("../img/arrow_prev.svg") no-repeat left center/6px;
  padding-left: 20px;
}
.information__next a {
  background: url("../img/arrow_next.svg") no-repeat right center/6px;
  padding-right: 20px;
}
.information__side {
  width: 260px;
}
@media (width < 767px) {
  .information__side {
    width: 100%;
  }
}
.information__pagination {
  font-family: "Lato", serif;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
@media (width < 767px) {
  .information__pagination {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}
.information__pagination span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid #F89422;
}
.information__pagination span.current {
  background-color: #F89422;
  color: #FFFFFF;
}
.information__pagination a {
  color: #F89422;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid #F89422;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.information__pagination a:hover {
  background-color: #F89422;
  color: #FFFFFF;
}

.single-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  margin: 40px auto 0;
}
@media (width < 767px) {
  .single-article {
    display: block;
    max-width: 100%;
    margin: 40px 1em 0;
  }
}
.single-article__main {
  width: 72%;
}
@media (width < 767px) {
  .single-article__main {
    width: auto;
  }
}
.single-article__header {
  padding: 20px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.single-article__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.single-article__date {
  font-size: 1.6rem;
}
.single-article__category {
  font-size: 1.4rem;
  background-color: #F1F1F1;
  color: #222222;
  text-align: center;
  padding: 2px 20px 4px;
  border-radius: 50px;
}
.single-article__title {
  font-size: 2.4rem;
  margin-top: 20px;
}
.single-article__content {
  margin-top: 20px;
}
.single-article__content h3 {
  margin: 40px 0 0;
}
.single-article__content h3.wp-block-heading {
  background-color: #F3FFEB;
  color: #45AE00;
  line-height: 1.2;
  padding: 12px 10px 14px;
}
.single-article__content p {
  line-height: 1.8;
  margin: 20px auto 0;
}
.single-article__content .wp-block-file a {
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (width < 767px) {
  .single-article__content .wp-block-file a {
    font-size: 1.4rem;
  }
}
.single-article__content .wp-block-file a.wp-block-file__button {
  background-color: #F89422;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  padding: 4px 40px 6px;
}
.single-article__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .single-article__navigation {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}
.single-article__prev, .single-article__next {
  text-align: center;
  width: 200px;
}
@media (width < 767px) {
  .single-article__prev, .single-article__next {
    width: 48%;
  }
}
.single-article__prev a, .single-article__next a {
  color: #F89422;
  text-decoration: none;
  display: block;
  line-height: 1;
  padding: 12px 20px 14px;
  border: 2px solid #F89422;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (width < 767px) {
  .single-article__prev a, .single-article__next a {
    padding: 8px 10px 10px;
  }
}
.single-article__prev a::after, .single-article__next a::after {
  content: "";
  display: block;
  width: 7px;
  height: 6px;
  position: absolute;
  top: 44%;
}
.single-article__prev a:hover, .single-article__next a:hover {
  background-color: #F89422;
  color: #FFFFFF;
}
.single-article__prev a::after {
  background: url("../img/arrow_orange_left.svg") no-repeat center/100%;
  left: 20px;
}
.single-article__prev a:hover::after {
  background-image: url("../img/arrow_white_left.svg");
}
.single-article__next a::after {
  background: url("../img/arrow_orange.svg") no-repeat center/100%;
  right: 20px;
}
.single-article__next a:hover::after {
  background-image: url("../img/arrow_white.svg");
}
.single-article__side {
  width: 22%;
}
@media (width < 767px) {
  .single-article__side {
    width: auto;
    margin-top: 60px;
  }
}

.sidebar-content__block {
  margin-bottom: 40px;
}
@media (width < 767px) {
  .sidebar-content__block {
    margin-bottom: 20px;
  }
}
.sidebar-content__block h4 {
  font-size: 1.6rem;
  background-color: #FFF7EC;
  color: #F89422;
  line-height: 1;
  padding: 10px 10px 12px;
}
.sidebar-content__list {
  padding: 10px;
}
.sidebar-content__list li {
  line-height: 1.6;
}
.sidebar-content__list li::before {
  content: "・";
  display: inline-block;
}
.sidebar-content__list li a {
  color: #222222;
  text-decoration: none;
}
.sidebar-content__year {
  padding: 10px;
}
.sidebar-content__year select {
  width: 100%;
  padding: 10px;
}

.common-contact {
  max-width: 800px;
  margin: 140px auto 0;
  padding: 20px;
  border: 3px solid #FCF400;
  border-radius: 10px;
}
@media (width < 767px) {
  .common-contact {
    margin: 80px 1em 0;
  }
}
.common-contact__header {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}
@media (width < 767px) {
  .common-contact__header {
    font-size: 1.5rem;
  }
}
.common-contact__btn {
  margin-top: 20px;
}
.common-contact__btn a {
  background-color: #F89422;
  border: 2px solid #F89422;
}
.common-contact__btn a:hover {
  background-color: #FFFFFF;
  color: #F89422;
}
.common-contact__btn a:hover::after {
  background-image: url("../img/arrow_orange.svg");
}
@media (width < 767px) {
  .common-contact__btn a {
    padding: 15px 0;
  }
}

.key-visual {
  background-color: #F3FFEB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  height: 180px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
@media (width < 767px) {
  .key-visual {
    max-width: 100%;
    height: 140px;
    margin: auto;
  }
}
.key-visual::before, .key-visual::after {
  display: block;
  content: "";
  width: 400px;
  height: 15px;
  position: absolute;
  bottom: 0;
}
.key-visual::before {
  background: url("../img/key_bg.svg") no-repeat left bottom/100%;
  left: 0;
}
@media (width < 767px) {
  .key-visual::before {
    content: none;
  }
}
.key-visual::after {
  background: url("../img/key_bg.svg") no-repeat right bottom/100%;
  right: 0;
}
.key-visual__header {
  text-align: center;
  z-index: 1;
}
.key-visual__header h1 {
  font-size: 3.2rem;
  color: #45AE00;
  line-height: 1;
}
@media (width < 767px) {
  .key-visual__header h1 {
    font-size: 2.4rem;
  }
}
.key-visual__header h1 span {
  font-size: 1.6rem;
  display: block;
  margin-top: 10px;
}
@media (width < 767px) {
  .key-visual__header h1 span {
    font-size: 1.3rem;
  }
}
.key-visual__header h1 span::before {
  background-color: #45AE00;
  display: block;
  content: "";
  width: 80px;
  height: 2px;
  margin: 0 auto 10px;
}

.page-wrapper {
  max-width: 960px;
  margin: 60px auto 0;
}
@media (width < 767px) {
  .page-wrapper {
    max-width: 100%;
    margin: 30px auto 0;
  }
}

@media (width < 767px) {
  .about-content {
    margin: 0 1em;
  }
}
.about-content--activity {
  margin: 60px auto 0;
}
@media (width < 767px) {
  .about-content--activity {
    margin: 40px 1em 0;
  }
}
.about-content--freedom {
  margin: 80px auto 0;
}
@media (width < 767px) {
  .about-content--freedom {
    margin: 60px 1em 0;
  }
}
.about-content--access {
  margin: 80px auto 0;
}
@media (width < 767px) {
  .about-content--access {
    margin: 60px 1em 0;
  }
}
.about-content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0;
}
@media (width < 767px) {
  .about-content__inner {
    display: block;
    margin: 30px auto 0;
  }
}
.about-content__inner--freedom {
  display: block;
}
.about-content__img {
  max-width: 360px;
}
@media (width < 767px) {
  .about-content__img {
    max-width: 100%;
  }
}
.about-content__img figure {
  position: relative;
}
.about-content__img figure + figure {
  margin-top: 20px;
}
.about-content__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.about-content__text {
  max-width: 560px;
}
@media (width < 767px) {
  .about-content__text {
    max-width: 100%;
    margin-top: 20px;
  }
}
.about-content__text--freedom {
  max-width: 100%;
  margin-top: 30px;
}
.about-content__text h3 {
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (width < 767px) {
  .about-content__text h3 {
    font-size: 2.4rem;
  }
}
.about-content__text p {
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (width < 767px) {
  .about-content__text p {
    margin-bottom: 15px;
  }
}
@media (width < 767px) {
  .about-content__text figure img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.about-content__text ul {
  margin-bottom: 20px;
}
.about-content__text ul li {
  font-size: 1.6rem;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
@media (width < 767px) {
  .about-content__text ul li {
    font-size: 1.4rem;
  }
}
.about-content__pdf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 20px;
  margin: 40px auto 0;
}
@media (width < 767px) {
  .about-content__pdf {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 20px auto 0;
  }
}
.about-content__pdf li {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  width: 30%;
}
@media (width < 767px) {
  .about-content__pdf li {
    font-size: 1.6rem;
    width: auto;
  }
}
.about-content__pdf li a {
  background-color: #45AE00;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  padding: 30px 0;
  border-radius: 10px;
  position: relative;
}
@media (width < 767px) {
  .about-content__pdf li a {
    padding: 20px 0;
  }
}
.about-content__pdf li a img {
  display: block;
  min-width: 100%;
  height: auto;
}
.about-content__pdf li a::after {
  background: url("../img/link_pdf.svg") no-repeat center/100%;
  display: block;
  content: "";
  width: 22px;
  height: 28px;
  position: absolute;
  top: 24px;
  right: 20px;
}
@media (width < 767px) {
  .about-content__pdf li a::after {
    top: 14px;
    right: 10px;
  }
}
.about-content__access {
  margin-top: 30px;
}
.about-content__access p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.about-content__access iframe {
  width: 100%;
  height: 480px;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.lightbox-overlay.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}

.close-lightbox {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #222222;
  cursor: pointer;
}

@media (width < 767px) {
  .activity-content {
    margin: 0 1em;
  }
}
@media (width < 767px) {
  .activity-content__schedule {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.activity-content__calendar {
  margin-top: 30px;
}
.activity-content__calendar iframe {
  width: 100%;
}
.activity-content__section {
  margin: 80px auto 0;
}
.activity-content__table {
  margin-top: 30px;
}
.activity-content__table table {
  margin: -10px;
  border-collapse: separate;
  border-spacing: 10px;
}
@media (width < 767px) {
  .activity-content__table table tr {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.activity-content__table table tr th {
  color: #45AE00;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  padding: 15px;
  border: 1px solid #45AE00;
}
@media (width < 767px) {
  .activity-content__table table tr th {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
.activity-content__table table tr td {
  vertical-align: middle;
  width: 70%;
  padding: 15px;
  border: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .activity-content__table table tr td {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
  }
}
.activity-content__table table tr td p {
  margin-bottom: 20px;
}
.activity-content__table table tr td p:last-child {
  margin-bottom: 0;
}
.activity-content__table table tr td p a {
  color: #F89422;
}
.activity-content__btn {
  margin-top: 40px;
}
.activity-content__committee {
  margin: 80px auto 0;
}
@media (width < 767px) {
  .activity-content__committee {
    margin-top: 60px;
  }
}
.activity-content__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0;
  -webkit-column-gap: 1.3333%;
     -moz-column-gap: 1.3333%;
          column-gap: 1.3333%;
}
@media (width < 767px) {
  .activity-content__flex {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-top: 20px;
  }
}
.activity-content__block {
  width: 24%;
}
@media (width < 767px) {
  .activity-content__block {
    width: auto;
    margin-bottom: 10px;
  }
}
.activity-content__block::last-child {
  margin-bottom: 0;
}
.activity-content__name {
  font-size: 1.8rem;
  color: #45AE00;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  border: 1px solid #45AE00;
}
@media (width < 767px) {
  .activity-content__name {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
    width: auto;
  }
}
.activity-content__summary {
  margin-top: 10px;
  padding: 20px 15px;
  border: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .activity-content__summary {
    width: auto;
    padding: 10px;
  }
}
.activity-content__text {
  padding-bottom: 20px;
  border-bottom: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .activity-content__text {
    padding-bottom: 10px;
  }
}
.activity-content__text p {
  line-height: 1.8;
}
@media (width < 767px) {
  .activity-content__text p {
    line-height: 1.6;
  }
}
.activity-content__member {
  padding-top: 20px;
}
@media (width < 767px) {
  .activity-content__member {
    padding-top: 10px;
  }
}

@media (width < 767px) {
  .trash-content__about {
    margin: 0 1em;
  }
}
.trash-content__prevention {
  margin: 80px auto 0;
}
@media (width < 767px) {
  .trash-content__prevention {
    margin: 60px 1em 0;
  }
}
.trash-content__group {
  margin-bottom: 60px;
}
@media (width < 767px) {
  .trash-content__group {
    margin-bottom: 40px;
  }
}
.trash-content__group h3 {
  font-size: 1.8rem;
  line-height: 1;
  margin: 30px auto 20px;
  padding: 5px 0 5px 15px;
  border-left: 5px solid #45AE00;
}
.trash-content__group p {
  margin-bottom: 20px;
}
.trash-content__group p a {
  color: #F89422;
}

.side-bar__block {
  margin-bottom: 40px;
}
@media (width < 767px) {
  .side-bar__block {
    margin-bottom: 20px;
  }
}
.side-bar__title {
  font-size: 1.8rem;
  color: #FF6600;
  text-align: center;
  line-height: 1;
  padding: 12px 0 14px;
  border: 2px solid #FF6600;
  border-radius: 10px;
}
.side-bar__category {
  padding: 20px 10px;
}
@media (width < 767px) {
  .side-bar__category {
    padding: 15px 10px 0;
  }
}
.side-bar__list {
  line-height: 1.8;
}
.side-bar__list a {
  font-weight: 500;
  color: #222222;
  text-decoration: none;
}
.side-bar__list a:hover {
  text-decoration: underline;
}
.side-bar__form {
  padding: 20px 10px;
}
@media (width < 767px) {
  .side-bar__form {
    padding: 15px 10px 0;
  }
}
.side-bar__select {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222222;
  width: 100%;
  padding: 5px;
}
.side-bar__select:focus {
  border: 1px solid #686767;
}
.side-bar__select option {
  font-weight: 500;
}

.searching-post {
  max-width: 1040px;
  margin: 40px auto 0;
}
@media (width < 767px) {
  .searching-post {
    max-width: 100%;
    margin: 40px 1em 0;
  }
}
.searching-post__inner {
  background-color: #FFFFFF;
  padding: 40px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
@media (width < 767px) {
  .searching-post__inner {
    background-color: transparent;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.searching-post__header {
  padding-bottom: 10px;
  border-bottom: 2px dotted #c8c8c8;
}
.searching-post__label {
  font-size: 1.4rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  width: 120px;
  padding: 5px 0;
  border-radius: 50px;
}
.searching-post__label.label01 {
  background-color: #FF6600;
}
.searching-post__label.label02 {
  background-color: #4BAFDD;
}
.searching-post__label.label03 {
  background-color: #45AE00;
}
.searching-post__label.label04 {
  background-color: #FF006F;
}
.searching-post__title {
  font-size: 3rem;
  margin-top: 10px;
}
@media (width < 767px) {
  .searching-post__title {
    font-size: 2rem;
  }
}
.searching-post__content {
  margin: 40px auto 0;
}
@media (width < 767px) {
  .searching-post__content {
    margin: 20px auto 0;
  }
}
.searching-post__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (width < 767px) {
  .searching-post__main {
    display: block;
  }
}
.searching-post__img {
  width: 500px;
}
@media (width < 767px) {
  .searching-post__img {
    width: auto;
  }
}
.searching-post__img img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 10px;
}
@media (width < 767px) {
  .searching-post__meta {
    margin-top: 10px;
  }
}
.searching-post__meta li {
  line-height: 2;
}
@media (width < 767px) {
  .searching-post__meta li {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.searching-post__photo {
  margin-top: 60px;
}
.searching-post__scene {
  font-size: 1.8rem;
  line-height: 1;
  padding: 4px 0 6px 15px;
  border-left: 5px solid #FF6600;
}
.searching-post__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 2%;
  margin-top: 20px;
}
.searching-post__slider li {
  width: 32%;
}
.searching-post__slider li img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 10px;
}
.searching-post__slider .slick-dots li button::before {
  font-size: 2rem !important;
}
@media (width < 767px) {
  .searching-post__slider .slick-dots li button::before {
    font-size: 4rem !important;
  }
}
.searching-post__slider .slick-dots li.slick-active button::before {
  color: #FF6600 !important;
}
.searching-post__text {
  margin-top: 60px;
}
@media (width < 767px) {
  .searching-post__text {
    margin-top: 80px;
  }
}
.searching-post__text h3 {
  font-size: 2rem;
  color: #FF6600;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #FF6600;
}
@media (width < 767px) {
  .searching-post__text h3 {
    font-size: 1.8rem;
  }
}
.searching-post__text p {
  margin-bottom: 20px;
}
@media (width < 767px) {
  .searching-post__text iframe {
    width: 100%;
  }
}
.searching-post__link {
  margin-top: 60px;
  padding: 20px;
  border: 1px dashed #483C34;
  border-radius: 10px;
}
@media (width < 767px) {
  .searching-post__link {
    margin-top: 30px;
    padding: 10px;
  }
}
.searching-post__link p {
  text-align: center;
  margin-bottom: 0 !important;
}
.searching-post__link p a {
  font-weight: 600;
  color: #FF6600;
}
.searching-post__link p a:visited {
  color: #FF6600;
}
.searching-post__btn {
  margin: 60px auto 0;
}

.page-content {
  max-width: 100%;
  margin: 40px 1em 100px;
}
@media (width < 767px) {
  .page-content {
    margin: 30px 1em 60px;
  }
}
.page-content__inner {
  max-width: 960px;
  margin: auto;
}
@media (width < 767px) {
  .page-content__inner {
    max-width: 100%;
  }
}

.privacy-content {
  max-width: 100%;
}
.privacy-content__lead {
  padding: 20px;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
}
@media (width < 767px) {
  .privacy-content__lead {
    padding: 15px;
  }
}
.privacy-content__lead p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (width < 767px) {
  .privacy-content__lead p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.privacy-content__block {
  margin: 40px 1.5em 0;
}
@media (width < 767px) {
  .privacy-content__block {
    margin: 30px auto 0;
  }
}
.privacy-content__block h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #FF6600;
  padding-bottom: 10px;
  border-bottom: 2px dotted #FF6600;
}
@media (width < 767px) {
  .privacy-content__block h3 {
    font-size: 1.6rem;
  }
}
.privacy-content__block p {
  line-height: 1.8;
  margin-top: 10px;
}
@media (width < 767px) {
  .privacy-content__block p {
    line-height: 1.6;
  }
}

.wsp-pages-list li {
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media (width < 767px) {
  .wsp-pages-list li {
    font-size: 1.5rem;
  }
}
.wsp-pages-list li a {
  background-color: #F5FBFF;
  color: #4BAFDD;
  text-decoration: none;
  display: block;
  padding: 20px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (width < 767px) {
  .wsp-pages-list li a {
    padding: 10px;
  }
}
.wsp-pages-list li a:hover {
  opacity: 0.6;
}

.contact-content {
  max-width: 100%;
  margin: 20px auto 0;
}
@media (width < 767px) {
  .contact-content {
    margin: 30px auto 60px;
    padding: 0;
  }
}
.contact-content__lead {
  text-align: center;
  padding: 0 20px;
}
@media (width < 767px) {
  .contact-content__lead {
    text-align: left;
    padding: 0 10px;
  }
}
.contact-content__lead--center {
  text-align: center;
}
.contact-content__lead p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (width < 767px) {
  .contact-content__lead p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.contact-content__message {
  background-color: #FFFFFF;
  padding: 80px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
@media (width < 767px) {
  .contact-content__message {
    padding: 30px 15px;
  }
}
.contact-content__message h2 {
  font-size: 3.4rem;
  font-weight: 600;
  color: #FF6600;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
@media (width < 767px) {
  .contact-content__message h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.contact-content__message p {
  text-align: center;
  margin-top: 20px;
}
.contact-content__message p strong {
  font-size: 120%;
  color: #FF6600;
}
@media (width < 767px) {
  .contact-content__message p {
    text-align: left;
  }
}
.contact-content__table table {
  width: 100%;
  margin: -10px;
  border-collapse: separate;
  border-spacing: 10px;
}
@media (width < 767px) {
  .contact-content__table table tr {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-content__table table tr:last-child {
    margin-bottom: 0;
  }
}
.contact-content__table table tr th {
  font-weight: 600;
  color: #45AE00;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  padding: 20px 10px;
  border: 1px solid #45AE00;
}
@media (width < 767px) {
  .contact-content__table table tr th {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.contact-content__table table tr td {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #DEDEDE;
}
@media (width < 767px) {
  .contact-content__table table tr td {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
  }
}
.contact-content__table table tr td input {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.contact-content__table table tr td input[type=text] {
  font-size: 1.6rem;
  width: 100%;
  padding: 15px;
  border: 1px solid #c8c8c8;
}
@media (width < 767px) {
  .contact-content__table table tr td input[type=text] {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px;
  }
}
.contact-content__table table tr td input.contact-tel {
  width: 60%;
}
.contact-content__table table tr td input[type=email] {
  font-size: 1.6rem;
  width: 60%;
  padding: 15px;
  border: 1px solid #c8c8c8;
}
@media (width < 767px) {
  .contact-content__table table tr td input[type=email] {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px;
  }
}
.contact-content__table table tr td select {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  padding: 15px;
  border: 1px solid #c8c8c8;
}
@media (width < 767px) {
  .contact-content__table table tr td select {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.contact-content__table table tr td textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  width: 100%;
  padding: 15px;
  border: 1px solid #c8c8c8;
}
@media (width < 767px) {
  .contact-content__table table tr td textarea {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.contact-content__attention {
  text-align: center;
  margin-top: 40px;
}
.page-id-4926 .contact-content__attention {
  display: none;
}
@media (width < 767px) {
  .contact-content__attention {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}
.contact-content__attention a {
  color: #ff0000;
}
.contact-content__attention a:hover {
  text-decoration: none;
}
.page-id-2797 .contact-content__attention {
  display: none;
}
.contact-content__btn {
  width: 330px;
  margin: 40px auto 0;
  position: relative;
}
@media (width < 767px) {
  .contact-content__btn {
    width: 240px;
  }
}
.contact-content__btn--return {
  margin: 20px auto 0;
}
.contact-content__btn input[type=submit] {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #45AE00;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border: 2px solid #45AE00;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
@media (width < 767px) {
  .contact-content__btn input[type=submit] {
    font-size: 1.4rem;
    padding: 15px 0;
  }
}
.contact-content__btn input[type=submit]:hover {
  background-color: #FFFFFF;
  color: #45AE00;
}
.contact-content__btn input[name=submitBack] {
  margin-top: 20px;
  background-color: #FFFFFF;
  color: #686767;
  border: 2px solid #686767;
}
.contact-content__btn input[name=submitBack]:hover {
  background-color: #686767;
  color: #FFFFFF;
}
.contact-content .mwform-checkbox-field-text {
  font-weight: 500;
}

.not-found {
  padding: 60px 0 100px;
}
@media (width < 767px) {
  .not-found {
    margin: 0 4%;
  }
}
.not-found__inner {
  background-color: #FFFFFF;
  text-align: center;
  max-width: 1080px;
  margin: auto;
  padding: 60px;
  border-radius: 20px;
}
.not-found__title {
  font-size: 7rem;
  font-weight: 700;
  color: #ff0000;
  line-height: 1;
  margin-bottom: 10px;
}
.not-found__text {
  margin-bottom: 20px;
}
.not-found__small-text {
  font-size: 1.4rem;
}
.not-found__btn {
  margin-top: 60px;
}

.site-footer {
  background-color: #F1F1F1;
  margin: 60px auto 0;
  padding: 60px 0 0;
  position: relative;
}
@media (width < 767px) {
  .site-footer {
    margin: 20px auto 0;
    padding: 30px 1em 0;
  }
}
.site-footer__return {
  width: 78px;
  height: auto;
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 900;
}
@media (width < 767px) {
  .site-footer__return {
    width: 60px;
    right: 5px;
    bottom: 10px;
  }
}
.site-footer__return a {
  display: block;
}
.site-footer__return a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.site-footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  margin: auto;
  padding: 0 1.5em;
  position: relative;
  z-index: 2;
}
@media (width < 767px) {
  .site-footer__content {
    display: block;
    max-width: 100%;
  }
}
.site-footer__information {
  position: relative;
}
@media (width < 767px) {
  .site-footer__information {
    text-align: center;
  }
}
.site-footer__logo {
  width: 215px;
  height: auto;
}
@media (width < 767px) {
  .site-footer__logo {
    margin: 0 auto 10px;
  }
}
.site-footer__logo a {
  display: block;
}
.site-footer__logo a img {
  display: block;
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.site-footer__text {
  line-height: 1.5;
  margin-top: 10px;
}
.site-footer__text strong {
  font-size: 1.8rem;
}
@media (width < 767px) {
  .site-footer__text strong {
    font-size: 1.6rem;
  }
}
.site-footer__text span {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.site-footer__text span a {
  display: inline-block;
}
.site-footer__text span a img {
  display: inline-block;
}
@media (width < 767px) {
  .site-footer__menu {
    display: none;
  }
}
.site-footer__menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.site-footer__menu ul li {
  font-size: 1.4rem;
  line-height: 1;
}
.site-footer__menu ul li a {
  font-weight: 600;
  color: #222222;
  text-decoration: none;
}
.site-footer__menu ul li a:hover {
  text-decoration: underline;
}
.site-footer__bottom {
  background-color: #222222;
  max-width: 100%;
  margin-top: 60px;
  padding: 10px 0;
}
.site-footer__copy {
  font-size: 1.4rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
}
@media (width < 767px) {
  .site-footer__copy {
    font-size: 1.2rem;
  }
}

.fade-in-list .fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.breadcrumbs {
  font-size: 1.3rem;
  max-width: 100%;
  margin: 20px 1em 0;
}
@media (width < 767px) {
  .breadcrumbs {
    font-size: 1.2rem;
    margin: 15px 1em 0;
    padding: 0;
  }
}
.breadcrumbs a {
  color: #222222;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .current {
  font-weight: 600;
}

.send-complete {
  max-width: 960px;
  background-color: #FFFFFF;
  margin: 80px auto;
  padding: 40px;
  border-radius: 20px;
}
@media (width < 767px) {
  .send-complete {
    margin: 40px 4%;
  }
}
.send-complete p {
  font-size: 2rem;
  text-align: center;
  line-height: 2;
}
@media (width < 767px) {
  .send-complete p {
    font-size: 1.4rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (width < 767px) {
  .anker-link {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.wsp-pages-title {
  display: none;
}

.wsp-pages-list li a {
  background-color: rgba(69, 174, 0, 0.1);
  color: #45AE00;
}/*# sourceMappingURL=style.css.map */