@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Edu+SA+Beginner:wght@400..700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

textarea,
iframe {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  color: #514937;
  font-size: 16px;
  line-height: 1.8;
  background: #FFF;
  word-break: break-all;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: url(../img/bg_body.jpg) no-repeat 0 0;
  background-size: 1000px auto;
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 60px;
    background-size: 100% auto;
  }
}

a:link,
a:visited {
  color: #4F9E2C;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #4F9E2C;
  text-decoration: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 4px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 100%;
  line-height: 1.6;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  border: 1px solid #999;
  padding: 8px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=password],
  textarea {
    width: 100%;
  }
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  position: relative;
  padding-left: 23px;
  margin-right: 20px;
  cursor: pointer;
  white-space: nowrap;
}
input[type=radio] + span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  border-radius: 50%;
}
input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #4F9E2C;
  border-radius: 50%;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  margin-right: 15px;
  cursor: pointer;
  line-height: 1.6;
}
input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #4F9E2C;
  background: #FFF;
  border-radius: 2px;
}
input[type=checkbox]:checked + span::before {
  background: #4F9E2C;
  border: 1px solid #4F9E2C;
}
input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
}

.p-checkbox-checked {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.p-checkbox-checked::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #4F9E2C;
  background: #4F9E2C;
  border-radius: 2px;
}
.p-checkbox-checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
}

select {
  border: 1px solid #999;
  padding: 8px;
  border-radius: 3px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 93%;
  line-height: 1.6;
  cursor: pointer;
}

input::placeholder {
  color: #BBB;
}

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

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

.l-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 183px;
}
@media screen and (max-width: 1024px) {
  .l-header {
    position: fixed;
    top: 0;
    height: 60px;
    background: #FFF;
    box-shadow: 4px 0 4px rgba(0, 0, 0, 0.1);
  }
}

@media print, screen and (min-width: 1025px) {
  .l-global-nav {
    display: block !important;
  }
  .l-global-nav__inner {
    display: flex;
    justify-content: flex-end;
    padding-top: 93px;
  }
}
@media screen and (max-width: 1024px) {
  .l-global-nav {
    display: none;
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-property: transform;
  }
  .l-global-nav.active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .l-global-nav__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 40px;
  }
}
.l-container-fluid {
  position: relative;
  padding: 80px 30px;
}
@media screen and (max-width: 768px) {
  .l-container-fluid {
    padding: 40px 15px;
  }
}

.l-container-fluid-narrow {
  position: relative;
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  .l-container-fluid-narrow {
    padding: 30px 15px;
  }
}

.l-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.l-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-container-narrow {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.l-container-narrow::after {
  content: "";
  display: block;
  clear: both;
}

.l-mainvisual {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .l-mainvisual {
    padding-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .l-mainvisual {
    margin-bottom: 10px;
    padding: 20px 0;
  }
}

.l-mainvisual-inner {
  position: relative;
  margin-left: 25%;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .l-mainvisual-inner {
    margin-left: 19%;
    margin-right: 15px;
  }
}

.l-secondvisual {
  margin: 0 30px;
}
@media screen and (max-width: 1024px) {
  .l-secondvisual {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-secondvisual {
    margin: 0 15px;
    padding-top: 15px;
  }
}

.l-secondvisual-inner {
  position: relative;
  border-radius: 20px;
  background: #4F9E2C url(../img/bg_secondvisual.jpg) no-repeat center center/cover;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-secondvisual-inner {
    border-radius: 10px;
  }
}
.l-secondvisual-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.l-greenround {
  position: relative;
  padding: 90px 30px 80px 30px;
  background: #FCFFF3;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-greenround {
    padding: 50px 15px 40px 15px;
  }
}
.l-greenround::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EEF7E4;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-greenround::before {
    top: 10%;
  }
}
.l-greenround::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: -50%;
  right: -50%;
  width: 150%;
  height: 300px;
  background: #EEF7E4;
  border-radius: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-greenround::after {
    height: 100px;
  }
}

.l-topicpath {
  position: relative;
  z-index: 1;
  margin-bottom: -40px;
  padding: 20px 30px 0 30px;
}
@media screen and (max-width: 768px) {
  .l-topicpath {
    margin-bottom: -10px;
    padding: 10px 15px 0 15px;
  }
}

.l-contents {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-contents {
    flex-direction: column;
  }
}

.l-main {
  width: 100%;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin-right: 0;
  }
}

.l-side {
  width: 250px;
  min-width: 250px;
}
@media screen and (max-width: 768px) {
  .l-side {
    width: 100%;
    min-width: 100%;
    margin-top: 40px;
  }
}

.l-footer {
  background: #F5F5EE;
}

.l-footer-inner1 {
  padding: 80px 30px;
}
@media screen and (max-width: 768px) {
  .l-footer-inner1 {
    padding: 40px 15px;
  }
}

.l-footer-inner2 {
  padding: 40px 30px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .l-footer-inner2 {
    padding: 30px 15px;
  }
}

.l-footer-inner3 {
  padding: 25px 30px;
  background: #4F9E2C;
}
@media screen and (max-width: 768px) {
  .l-footer-inner3 {
    padding: 20px 15px 0 15px;
  }
}

.l-container-footer {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-container-footer {
    display: block;
  }
}

.c-btn-guide {
  position: relative;
  font-weight: 500;
  font-weight: bold;
  padding-right: 50px;
  transition: 0.2s;
}
.c-btn-guide::before {
  content: "";
  margin: auto;
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #4F9E2C;
  transition: 0.2s;
}
.c-btn-guide::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}
.c-btn-guide:hover::before {
  background: #F0A500;
}

a.c-btn-more {
  position: relative;
  display: inline-block;
  width: 270px;
  padding: 18px;
  line-height: 1.6;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  background: #4F9E2C;
  border-radius: 100px;
  transition: 0.2s;
}
a.c-btn-more:hover {
  background: #F0A500;
}
a.c-btn-more::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 8px;
  height: 8px;
  border-top: 2.5px solid #FFF;
  border-right: 2.5px solid #FFF;
  transform: rotate(45deg);
}

a.c-btn-info-more {
  position: relative;
  display: inline-block;
  width: 190px;
  padding: 12px;
  line-height: 1.6;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #FFF;
  border-radius: 100px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  a.c-btn-info-more {
    width: 250px;
    padding: 14px;
  }
}
a.c-btn-info-more:hover {
  background: rgba(255, 255, 255, 0.1);
}
a.c-btn-info-more::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 7px;
  height: 7px;
  border-top: 2.5px solid #FFF;
  border-right: 2.5px solid #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  a.c-btn-info-more::before {
    right: 25px;
  }
}

a.c-btn-pdf {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  font-size: 108%;
  line-height: 1.6;
  color: #DC3C00;
  text-align: center;
  text-decoration: none;
  border: 2px solid #DC3C00;
  background: #FFF;
  border-radius: 8px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  a.c-btn-pdf {
    padding: 15px;
    font-size: 100%;
  }
}
a.c-btn-pdf:hover {
  background: #FFF2EE;
}
a.c-btn-pdf::before {
  content: "";
  display: block;
  min-width: 35px;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  background: url(../img/icon_pdf.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  a.c-btn-pdf::before {
    min-width: 25px;
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
}

a.c-btn-fee {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 15px;
  font-size: 108%;
  line-height: 1.6;
  color: #4F9E2C;
  text-align: center;
  text-decoration: none;
  border: 2px solid #4F9E2C;
  background: #FFF;
  border-radius: 8px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  a.c-btn-fee {
    padding: 15px;
    font-size: 100%;
  }
}
a.c-btn-fee:hover {
  background: #EEF7E4;
}
a.c-btn-fee::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  background: url(../img/icon_fee.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  a.c-btn-fee::before {
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
}

a.c-btn-pdf-single {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 400px;
  padding: 20px;
  font-size: 108%;
  line-height: 1.6;
  color: #DC3C00;
  text-align: center;
  text-decoration: none;
  border: 2px solid #DC3C00;
  background: #FFF;
  border-radius: 8px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  a.c-btn-pdf-single {
    min-width: 100%;
    width: 100%;
    padding: 15px;
    font-size: 100%;
  }
}
a.c-btn-pdf-single:hover {
  background: #FFF2EE;
}
a.c-btn-pdf-single::before {
  content: "";
  display: block;
  min-width: 35px;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  background: url(../img/icon_pdf.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  a.c-btn-pdf-single::before {
    min-width: 25px;
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
}

.c-btn-send {
  display: inline-block;
  width: 270px;
  padding: 18px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 108%;
  line-height: 1.6;
  color: #FFF;
  text-align: center;
  transition: 0.2s;
  background: #4F9E2C;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
}
.c-btn-send:hover {
  background: #F0A500;
}
@media screen and (max-width: 768px) {
  .c-btn-send:hover {
    background: #4F9E2C;
  }
}

.c-btn-return {
  display: inline-block;
  width: 150px;
  padding: 18px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 108%;
  line-height: 1.6;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  background: #D7D5C8;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-btn-return {
    width: 270px;
  }
}
.c-btn-return:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-btn-return:hover {
    opacity: 1;
  }
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-grid {
    gap: 30px;
    margin-bottom: 40px;
  }
}
.c-grid:last-of-type {
  margin-bottom: 0;
}
.c-grid.is-reverse {
  flex-direction: row-reverse;
}
.c-grid-6 {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .c-grid-6 {
    width: 100%;
  }
}

.c-grid-info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-grid-info {
    display: block;
  }
}
.c-grid-info__left {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .c-grid-info__left {
    width: auto;
  }
}
.c-grid-info__right {
  width: 72%;
  padding: 40px 45px;
  background: #FFF;
  border-radius: 15px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .c-grid-info__right {
    width: auto;
    padding: 20px;
    border-radius: 10px;
  }
}

.c-grid-greeting {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-grid-greeting {
    flex-direction: column-reverse;
  }
}
.c-grid-greeting__left {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .c-grid-greeting__left {
    width: auto;
  }
}
.c-grid-greeting__right {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .c-grid-greeting__right {
    width: auto;
    margin-bottom: 20px;
  }
}

.c-grid-button {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-grid-button {
    margin-top: 40px;
    display: block;
  }
}
.c-grid-button li {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .c-grid-button li {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .c-grid-button li:last-child {
    margin-bottom: 0;
  }
}

.c-label-new {
  display: inline-block;
  margin: -2px 0 0 12px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  color: #FFF;
  background: #DC3C00;
  vertical-align: middle;
}

.c-label-hissu {
  float: right;
  display: inline-block;
  background: #DC3C00;
  font-size: 13px;
  line-height: 1;
  color: #FFF;
  font-weight: normal;
  margin-top: 4px;
  padding: 6px 8px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .c-label-hissu {
    padding: 5px 7px;
    font-size: 12px;
  }
}

.c-label-excel, .c-label-word, .c-label-pdf {
  display: inline-block;
  margin-right: 15px;
  padding: 4px;
  font-size: 85%;
  line-height: 1.3;
  text-indent: 0;
  color: #FFF;
  min-width: 75px;
  text-align: center;
}

.c-label-pdf {
  background: #DC3C00;
}

.c-label-word {
  background: #2B63CA;
}

.c-label-excel {
  background: #4F9E2C;
}

.c-box-lightbeige {
  padding: 40px;
  background: #F5F5EE;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-box-lightbeige {
    padding: 25px;
    border-radius: 10px;
  }
}

.c-box-white {
  padding: 40px;
  background: #FFF;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-box-white {
    padding: 25px;
    border-radius: 10px;
  }
}

@media print, screen and (min-width: 1025px) {
  .p-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .p-logo a {
    display: block;
    width: 290px;
    height: 150px;
    padding: 30px;
    background: #FFF url(../img/logo.png) no-repeat center center;
    background-size: 225px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 15px 0;
    text-indent: -9999px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .p-logo {
    display: block;
    height: 100%;
    padding-left: 15px;
  }
  .p-logo a {
    width: 170px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/logo_smp.png) no-repeat 0 center/contain;
    overflow: hidden;
    text-indent: -9999px;
  }
}
.p-footer-address {
  display: flex;
  align-items: center;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-footer-address {
    display: block;
  }
}
.p-footer-address__logo {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .p-footer-address__logo {
    margin: 0 0 25px 0;
    text-align: center;
  }
}
.p-footer-address__logo img {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .p-footer-address__logo img {
    width: 200px;
  }
}
.p-footer-address__text {
  font-size: 93%;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-footer-address__text {
    text-align: center;
  }
}

.p-footer-number {
  margin-top: 30px;
  padding: 20px 25px 18px 25px;
  border: 2px solid #4F9E2C;
  background: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-footer-number {
    margin-top: 25px;
    padding: 18px 15px 15px 15px;
  }
}
.p-footer-number__list {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.p-footer-number__list:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-footer-number__list {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .p-footer-number__list:last-of-type {
    margin-bottom: 0;
  }
}
.p-footer-number__list dt {
  width: 240px;
  font-size: 93%;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-footer-number__list dt {
    width: auto;
    font-size: 85%;
    margin-bottom: 4px;
  }
}
.p-footer-number__list dd a {
  display: inline-block;
  padding-left: 20px;
  font-size: 162%;
  line-height: 1;
  color: #4F9E2C;
  text-decoration: none;
  white-space: nowrap;
  background: url(../img/icon_tel.png) no-repeat 0 5px;
  background-size: 20px 20px;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .p-footer-number__list dd a {
    pointer-events: auto;
    cursor: pointer;
  }
}

.p-footer-contact {
  margin-top: 30px;
}
.p-footer-contact a {
  position: relative;
  display: block;
  padding: 18px;
  border-radius: 8px;
  font-size: 116%;
  line-height: 1.5;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background: #4F9E2C;
  overflow: hidden;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-footer-contact a {
    padding: 16px;
    font-size: 108%;
    border-radius: 6px;
  }
}
.p-footer-contact a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: -3px 10px 0 0;
  background: url(../img/icon_mail.png) no-repeat center center/cover;
}
.p-footer-contact a:hover {
  background: #F0A500;
}

.p-footer-map {
  width: 100%;
  height: 350px;
  border: 2px solid #FFF;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .p-footer-map {
    height: 250px;
  }
}

.p-copyright {
  font-size: 93%;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-copyright {
    font-size: 85%;
    margin-top: 20px;
    padding: 13px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.p-pagetop {
  position: fixed;
  z-index: 500;
  right: 16px;
  bottom: 16px;
  display: none;
}
@media screen and (max-width: 768px) {
  .p-pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.p-pagetop span {
  display: block;
  position: relative;
  width: 43px;
  height: 43px;
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-pagetop span {
    width: 30px;
    height: 30px;
  }
}
.p-pagetop span:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-pagetop span:hover {
    opacity: 1;
  }
}
.p-pagetop span::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-pagetop span::before {
    top: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

.p-toggle {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-toggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #4F9E2C;
  }
  .p-toggle .hamburger-icon {
    display: block;
    position: absolute;
    top: 29px;
    left: 16px;
    width: 28px;
    height: 2px;
    background: #FFF;
    transition: 0.3s;
  }
  .p-toggle .hamburger-icon::before,
  .p-toggle .hamburger-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 2px;
    background: #FFF;
    transition: 0.3s;
  }
  .p-toggle .hamburger-icon::before {
    margin-top: -10px;
  }
  .p-toggle .hamburger-icon::after {
    margin-top: 8px;
  }
  .p-toggle .close {
    background: transparent;
  }
  .p-toggle .close::before,
  .p-toggle .close::after {
    margin-top: 0;
  }
  .p-toggle .close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .p-toggle .close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
@media print, screen and (min-width: 1025px) {
  .p-global-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 30px 0 290px;
  }
  .p-global-nav li {
    margin-left: 25px;
  }
  .p-global-nav li a {
    display: block;
    font-size: 108%;
    line-height: 1.3;
    font-weight: 500;
    color: #514937;
    text-decoration: none;
  }
  .p-global-nav li a:hover {
    color: #4F9E2C;
  }
  .p-global-nav li:last-child a {
    display: block;
    padding: 15px 22px;
    font-size: 16px;
    color: #FFF;
    white-space: nowrap;
    background: #F0A500;
    border-radius: 50px;
    transition: 0.2s;
  }
  .p-global-nav li:last-child a:hover {
    background: #D99131;
  }
  .p-global-nav li:last-child a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: -2px 8px 0 0;
    background: url(../img/icon_mail.png) no-repeat center center/cover;
  }
}
@media screen and (max-width: 1024px) {
  .p-global-nav {
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #4F9E2C;
  }
  .p-global-nav li a {
    position: relative;
    display: block;
    padding: 7px 12px;
    border-bottom: 1px solid #4F9E2C;
    font-size: 100%;
    color: #514937;
    text-decoration: none;
  }
  .p-global-nav li a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    width: 7px;
    height: 7px;
    border-top: 2.5px solid #4F9E2C;
    border-right: 2.5px solid #4F9E2C;
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 1025px) {
  .p-sub-nav {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-sub-nav li a {
    display: block;
    padding: 15px 18px;
    font-size: 93%;
    line-height: 1.6;
    color: #FFF;
    text-decoration: none;
    transition: 0.2s;
  }
  .p-sub-nav li:first-child a {
    background: #286B3C;
    border-radius: 0 0 0 10px;
  }
  .p-sub-nav li:first-child a:hover {
    opacity: 0.8;
  }
  .p-sub-nav li:last-child a {
    background: #4F9E2C;
  }
  .p-sub-nav li:last-child a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1024px) {
  .p-sub-nav {
    width: 100%;
    margin-bottom: 25px;
  }
  .p-sub-nav li:first-child {
    margin-bottom: 10px;
  }
  .p-sub-nav li a {
    position: relative;
    display: block;
    padding: 13px;
    font-size: 100%;
    line-height: 1.5;
    color: #FFF;
    text-decoration: none;
    border-radius: 6px;
  }
  .p-sub-nav li a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    width: 7px;
    height: 7px;
    border-top: 2.5px solid #FFF;
    border-right: 2.5px solid #FFF;
    transform: rotate(45deg);
  }
  .p-sub-nav li:first-child a {
    background: #286B3C;
  }
  .p-sub-nav li:last-child a {
    background: #4F9E2C;
  }
}
.p-utility-nav {
  display: flex;
  position: absolute;
  top: 15px;
  right: 500px;
}
@media screen and (max-width: 1024px) {
  .p-utility-nav {
    position: static;
    width: 100%;
  }
}
.p-utility-nav li {
  margin-right: 20px;
}
.p-utility-nav li:last-child {
  margin-right: 0;
}
.p-utility-nav li a {
  position: relative;
  display: block;
  font-size: 93%;
  color: #514937;
  line-height: 1.6;
  padding-left: 16px;
}
@media screen and (max-width: 1024px) {
  .p-utility-nav li a {
    text-decoration: none;
  }
}
.p-utility-nav li a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2.5px solid #4F9E2C;
  border-right: 2.5px solid #4F9E2C;
  transform: rotate(45deg);
}

.p-footer-mainnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -0.5% -2%;
}
.p-footer-mainnav li {
  width: 23%;
  margin: 0 0 0.5% 2%;
}
@media screen and (max-width: 768px) {
  .p-footer-mainnav li {
    width: 45%;
  }
}
.p-footer-mainnav li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  line-height: 1.5;
  padding-left: 17px;
}
@media screen and (max-width: 768px) {
  .p-footer-mainnav li a {
    font-size: 93%;
    padding-left: 15px;
  }
}
.p-footer-mainnav li a::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #4F9E2C;
  border-right: 2px solid #4F9E2C;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-footer-mainnav li a::after {
    top: 9px;
    border-width: 2px;
  }
}

.p-footer-subnav {
  display: flex;
  flex-wrap: wrap;
}
.p-footer-subnav li {
  margin-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-footer-subnav li {
    margin-right: 1em;
  }
}
.p-footer-subnav li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-size: 93%;
  line-height: 1.5;
  color: #FFF;
  text-decoration: none;
}
.p-footer-subnav li a:hover {
  text-decoration: underline;
}
.p-footer-subnav li a::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
}

.p-topicpath {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 93%;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-topicpath {
    font-size: 70%;
  }
}
.p-topicpath li {
  display: inline;
}
.p-topicpath li a {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .p-topicpath li a {
    margin-right: 5px;
    padding-right: 11px;
  }
}
.p-topicpath li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #F0A500;
  border-right: 2px solid #F0A500;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-topicpath li a::before {
    width: 4px;
    height: 4px;
  }
}

.p-side-nav {
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .p-side-nav {
    display: block;
  }
}
.p-side-nav dt a {
  position: relative;
  display: block;
  padding: 15px 20px;
  font-size: 108%;
  line-height: 1.6;
  color: #FFF;
  font-weight: 500;
  text-decoration: none;
  background: #4F9E2C;
  border-radius: 8px 8px 0 0;
  transition: 0.2s;
}
.p-side-nav dt a:hover {
  background: #F0A500;
}
.p-side-nav dt a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 7px;
  height: 7px;
  border-top: 2.5px solid #FFF;
  border-right: 2.5px solid #FFF;
  transform: rotate(45deg);
}
.p-side-nav dd ul {
  padding: 22px 20px;
  background: #EEF7E4;
  border-radius: 0 0 8px 8px;
}
.p-side-nav dd ul li {
  padding: 6px 0;
}
.p-side-nav dd ul li:last-child {
  border-bottom: none;
}
.p-side-nav dd ul li a {
  position: relative;
  display: inline-block;
  line-height: 1.6;
  padding-left: 16px;
}
.p-side-nav dd ul li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #F0A500;
}

.p-pagenav {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .p-pagenav {
    margin-top: 40px;
  }
}
.p-pagenav li a,
.p-pagenav li .current,
.p-pagenav li .dotted {
  display: block;
  position: relative;
  background: #FFF;
  line-height: 39px;
  text-align: center;
  color: #4F9E2C;
  width: 41px;
  height: 41px;
  overflow: hidden;
  text-decoration: none;
  cursor: default;
  border: 1px solid #4F9E2C;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .p-pagenav li a,
  .p-pagenav li .current,
  .p-pagenav li .dotted {
    font-size: 93%;
    line-height: 33px;
    width: 35px;
    height: 35px;
  }
}
.p-pagenav li a:hover {
  background: #EEF7E4;
}
.p-pagenav li .current {
  background: #4F9E2C;
  color: #FFF;
  border: 1px solid #4F9E2C;
}
.p-pagenav li .current span {
  border-color: #FFF;
}
.p-pagenav li .arrow-prev {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4F9E2C;
  border-right: 2px solid #4F9E2C;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  overflow: hidden;
  text-indent: -9999px;
}
.p-pagenav li .arrow-next {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 12%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4F9E2C;
  border-right: 2px solid #4F9E2C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  text-indent: -9999px;
}
.p-pagenav li a {
  cursor: pointer;
}
.p-pagenav li a .arrow-prev {
  border-top: 2px solid #4F9E2C;
  border-right: 2px solid #4F9E2C;
}
.p-pagenav li a .arrow-next {
  border-top: 2px solid #4F9E2C;
  border-right: 2px solid #4F9E2C;
}

.p-pager {
  display: flex;
  justify-content: center;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .p-pager {
    margin: 40px auto 0 auto;
  }
}
.p-pager li {
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .p-pager li {
    padding: 0 4px;
  }
}
.p-pager li.prev a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 7px;
  height: 7px;
  border-top: 2.5px solid #FFF;
  border-left: 2.5px solid #FFF;
  transform: rotate(-45deg);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-pager li.prev a::before {
    left: 12px;
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
}
.p-pager li.next a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 7px;
  height: 7px;
  border-top: 2.5px solid #FFF;
  border-right: 2.5px solid #FFF;
  transform: rotate(45deg);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-pager li.next a::before {
    right: 12px;
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .p-pager li.prev a {
    padding-left: 25px;
  }
  .p-pager li.next a {
    padding-right: 25px;
  }
}
.p-pager li a {
  position: relative;
  display: block;
  width: 160px;
  padding: 15px;
  font-size: 93%;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #4F9E2C;
  border-radius: 100px;
  transition: 0.2s;
}
.p-pager li a:hover {
  color: #FFF;
  background: #F0A500;
}
.p-pager li a:hover::before {
  border-color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-pager li a {
    width: auto;
    padding: 10px 25px;
    font-size: 77%;
  }
}

.p-title-secondvisual {
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 270%;
  line-height: 1.3;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .p-title-secondvisual {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .p-title-secondvisual {
    height: 110px;
    font-size: 147%;
    padding: 0 30px;
  }
}

.p-title-center {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-title-center {
    margin-bottom: 40px;
  }
}
.p-title-center__jpn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 208%;
  line-height: 1.5;
  color: #4F9E2C;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-title-center__jpn {
    font-size: 162%;
  }
}
.p-title-center__eng {
  position: absolute;
  font-family: "Edu SA Beginner", cursive;
  font-size: 450%;
  line-height: 0.7;
  color: #F1F2E8;
  font-style: italic;
  top: -30px;
  left: 0;
  right: 0;
  z-index: -1;
  transform: rotate(-3deg);
}
@media screen and (max-width: 768px) {
  .p-title-center__eng {
    font-size: 350%;
    top: -20px;
  }
}
.p-title-center::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: -12px;
  left: 0;
  right: 0;
  width: 70px;
  height: 3px;
  background: #4F9E2C;
}
@media screen and (max-width: 768px) {
  .p-title-center::before {
    bottom: -8px;
    width: 55px;
  }
}

.p-title-center-underline {
  position: relative;
  margin-bottom: 60px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 224%;
  line-height: 1.3;
  color: #4F9E2C;
  text-align: center;
  letter-spacing: 0.05em;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-title-center-underline {
    margin-bottom: 40px;
    font-size: 162%;
  }
}
.p-title-center-underline::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: -17px;
  left: 0;
  right: 0;
  width: 70px;
  height: 3px;
  background: #4F9E2C;
}
@media screen and (max-width: 768px) {
  .p-title-center-underline::before {
    bottom: -12px;
    width: 55px;
  }
}

.p-title-info {
  position: relative;
  margin-top: 35px;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-title-info {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.p-title-info__jpn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 193%;
  line-height: 1.5;
  color: #FFF;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-title-info__jpn {
    font-size: 162%;
  }
}
.p-title-info__eng {
  position: absolute;
  font-family: "Edu SA Beginner", cursive;
  font-size: 330%;
  line-height: 0.7;
  color: rgba(255, 255, 255, 0.15);
  font-style: italic;
  top: -23px;
  left: 0;
  right: 0;
  z-index: -1;
  transform: rotate(-3deg);
}
@media screen and (max-width: 768px) {
  .p-title-info__eng {
    font-size: 300%;
    top: -20px;
  }
}
.p-title-info::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 55px;
  height: 3px;
  background: #FFF;
}

.p-title-bar {
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 15px 15px 15px 38px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 147%;
  line-height: 1.5;
  color: #4F9E2C;
  background: #EEF7E4;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .p-title-bar {
    margin-top: 50px;
    padding: 13px 13px 13px 30px;
    font-size: 131%;
  }
}
.p-title-bar::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 18px;
  width: 6px;
  border-radius: 2px;
  background: #4F9E2C;
}
@media screen and (max-width: 768px) {
  .p-title-bar::before {
    top: 14px;
    bottom: 14px;
    left: 14px;
    width: 5px;
    border-radius: 5px;
  }
}

.p-title-dotline {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 147%;
  line-height: 1.5;
  color: #4F9E2C;
  border-bottom: 3px dotted #D7D5C8;
}
@media screen and (max-width: 768px) {
  .p-title-dotline {
    margin-top: 30px;
    margin-bottom: 25px;
    padding-bottom: 8px;
    font-size: 131%;
  }
}

.p-catchcopy {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 50px;
  z-index: 5;
  animation-name: catchcopy;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .p-catchcopy {
    top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-catchcopy {
    top: 0;
    left: 15px;
  }
}
.p-catchcopy img {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .p-catchcopy img {
    width: 250px;
  }
}

.p-btn-info {
  position: absolute;
  bottom: -70px;
  right: 110px;
  z-index: 5;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .p-btn-info {
    bottom: 0;
    right: 55px;
  }
}
.p-btn-info:hover {
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  .p-btn-info:hover {
    bottom: 0;
  }
}
.p-btn-info img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .p-btn-info img {
    width: 80px;
  }
}

@keyframes catchcopy {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.swiper {
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .swiper {
    border-radius: 10px;
  }
}

.swiper .swiper-slide {
  position: relative;
}

.swiper .slide-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .swiper .slide-img img {
    height: 220px;
  }
}

.swiper .swiper-slide-active .slide-img,
.swiper .swiper-slide-duplicate-active .slide-img,
.swiper .swiper-slide-prev .slide-img {
  animation: zoom-up 10s linear 0s 1 normal both;
}

@keyframes zoom-up {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.13);
  }
}
.swiper-pagination {
  font-size: 0;
  position: absolute;
  left: auto !important;
  right: 40px !important;
  bottom: 40px !important;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    right: 20px !important;
    bottom: 20px !important;
  }
}
.swiper-pagination span {
  display: block;
  margin: 0;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFF;
  opacity: 1;
  margin: 15px 0 0 0 !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    margin: 10px 0 0 0 !important;
  }
}

.swiper-pagination-bullet-active {
  background: #4F9E2C;
}

.p-list-guide-top {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -6% -6%;
}
@media screen and (max-width: 768px) {
  .p-list-guide-top {
    display: block;
    margin: 0;
  }
}
.p-list-guide-top li {
  margin: 0 0 6% 6%;
  width: 44%;
}
@media screen and (max-width: 768px) {
  .p-list-guide-top li {
    margin: 0 0 40px 0;
    width: auto;
  }
  .p-list-guide-top li:last-child {
    margin-bottom: 0;
  }
}

.p-guide-image-top img {
  object-fit: cover;
  width: 100%;
  height: 220px;
  border-radius: 15px;
  transition: 0.2s;
}
.p-guide-image-top img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-guide-image-top img {
    height: 180px;
    border-radius: 10px;
  }
}

.p-guide-top {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-guide-top {
    margin-top: 22px;
  }
}
.p-guide-top dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 177%;
  line-height: 1.5;
  color: #4F9E2C;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-guide-top dt {
    font-size: 147%;
  }
}
.p-guide-top dd {
  margin-top: 15px;
}

.p-btn-guide-top {
  margin-top: 20px;
  text-align: right;
}

.p-btn-more {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-btn-more {
    margin-top: 40px;
  }
}

.p-list-linkcard {
  display: flex;
  margin: 0 0 -4% -4%;
}
@media screen and (max-width: 768px) {
  .p-list-linkcard {
    display: block;
    margin: 0;
  }
}
.p-list-linkcard li {
  margin: 0 0 4% 4%;
  width: 29.33%;
}
@media screen and (max-width: 768px) {
  .p-list-linkcard li {
    margin: 0 0 30px 0;
    width: auto;
  }
  .p-list-linkcard li:last-child {
    margin-bottom: 0;
  }
}
.p-list-linkcard li a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.p-list-linkcard li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 20, 0, 0.5);
  transition: 0.2s;
  z-index: 1;
}
.p-list-linkcard li a:hover::before {
  background: rgba(0, 20, 0, 0.3);
}
.p-list-linkcard li a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  border: 1px solid #FFF;
  border-radius: 10px;
  z-index: 1;
}
.p-list-linkcard li a img {
  width: 100%;
  height: 200px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-list-linkcard li a img {
    height: 160px;
  }
}
.p-list-linkcard li a:hover img {
  transform: scale(1.07);
}
.p-list-linkcard li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 139%;
  line-height: 1.4;
  color: #FFF;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.03em;
  padding-right: 100px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-list-linkcard li a span {
    font-size: 131%;
    left: 30px;
  }
}
.p-list-linkcard li a span::before {
  content: "";
  margin: auto;
  position: absolute;
  margin: auto;
  right: 35px;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #4F9E2C;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-list-linkcard li a span::before {
    right: 28px;
  }
}
.p-list-linkcard li a span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 52px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-list-linkcard li a span::after {
    right: 45px;
  }
}
.p-list-linkcard li a:hover span::before {
  background: #F0A500;
}

@media screen and (max-width: 768px) {
  .p-info-top {
    margin: -8px 0;
  }
}
.p-info-top li a {
  display: inline-flex;
  padding: 5px 0;
  font-size: 93%;
  line-height: 1.6;
  color: #514937;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-info-top li a {
    display: block;
    border-bottom: 1px dotted #DDD;
    padding: 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-info-top li:last-child a {
    border-bottom: 0;
  }
}
.p-info-top__date {
  margin-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-info-top__date {
    display: block;
    margin: 0 0 2px 0;
    font-size: 93%;
  }
}
.p-info-top__title {
  color: #4F9E2C;
  text-decoration: underline;
}
.p-info-top__title:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-info-top__title {
    display: block;
  }
}

.p-btn-info-more {
  position: absolute;
  top: 130px;
  left: 22px;
}
@media screen and (max-width: 768px) {
  .p-btn-info-more {
    position: static;
    text-align: center;
    margin-top: 40px;
  }
}

.p-list-banner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 -4% -4%;
}
.p-list-banner li {
  margin: 0 0 4% 4%;
  width: 29.33%;
}
@media screen and (max-width: 768px) {
  .p-list-banner li {
    width: 46%;
  }
}
.p-list-banner li img {
  transition: 0.2s;
}
.p-list-banner li img:hover {
  opacity: 0.7;
}

.p-info {
  border-top: 1px solid #EAE9E3;
}
.p-info li {
  display: flex;
  padding: 17px 30px;
  line-height: 1.6;
  border-bottom: 1px solid #EAE9E3;
}
@media screen and (max-width: 768px) {
  .p-info li {
    display: block;
    padding: 13px 10px;
  }
}
.p-info__date {
  margin-right: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-info__date {
    display: block;
    margin: 0 0 3px 0;
    font-size: 85%;
  }
}
@media screen and (max-width: 768px) {
  .p-info__title {
    display: block;
  }
}

.p-person {
  text-align: center;
}
.p-person dt img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-person dt img {
    width: 250px;
  }
}
.p-person dd {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 10px;
  font-size: 131%;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: center;
}

.p-table-common1 {
  width: 100%;
  line-height: 1.6;
}
.p-table-common1 th {
  width: 25%;
  border: 1px solid #D7D5C8;
  padding: 15px;
  background: #EEF7E4;
  color: #286B3C;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-table-common1 th {
    display: block;
    width: auto;
    margin-top: -1px;
    padding: 8px 15px;
    border-bottom: 0;
    text-align: left;
  }
}
.p-table-common1 td {
  border: 1px solid #D7D5C8;
  padding: 15px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .p-table-common1 td {
    display: block;
  }
}

.p-table-common2 {
  width: 100%;
  line-height: 1.6;
}
.p-table-common2 th {
  border: 1px solid #D7D5C8;
  padding: 12px 15px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-table-common2 th {
    padding: 8px 15px;
  }
}
.p-table-common2 th.head1 {
  background: #4F9E2C;
  color: #FFF;
}
.p-table-common2 th.head2 {
  background: #F5F5EE;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-table-common2 th.head2 {
    width: 32%;
  }
}
.p-table-common2 td {
  border: 1px solid #D7D5C8;
  padding: 15px;
  background: #FFF;
}

.p-gmap {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .p-gmap {
    height: 300px;
  }
}

.p-list-disc {
  padding-left: 1.5em;
}
.p-list-disc li {
  list-style: disc;
}
.p-list-disc li::marker {
  color: #4F9E2C;
}

.p-floormap {
  padding: 60px;
  border: 1px solid #D7D5C8;
}
@media screen and (max-width: 768px) {
  .p-floormap {
    padding: 15px;
  }
}

.p-list-facility {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -3% -5%;
}
@media screen and (max-width: 768px) {
  .p-list-facility {
    display: block;
    margin: 0;
  }
}
.p-list-facility li {
  margin: 0 0 3% 5%;
  width: 28.33%;
}
@media screen and (max-width: 768px) {
  .p-list-facility li {
    margin: 0 0 30px 0;
    width: auto;
  }
  .p-list-facility li:last-child {
    margin-bottom: 0;
  }
}
.p-list-facility li span {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.p-list-disc-large li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}
.p-list-disc-large li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #F0A500;
  border-radius: 50%;
}
.p-list-disc-large li:last-child {
  margin-bottom: 0;
}

.p-list-role {
  position: relative;
  margin: 50px 17px 0 17px;
  padding: 35px 50px;
  border: 2px solid #4F9E2C;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .p-list-role {
    margin: 30px 15px 0 15px;
    padding: 25px;
    border-width: 1.5px;
    border-radius: 10px;
  }
}
.p-list-role dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 147%;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-list-role dt {
    font-size: 131%;
  }
}
.p-list-role dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 120%;
  color: #FFF;
  position: absolute;
  content: "";
  top: -17px;
  left: -17px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #4F9E2C;
}
@media screen and (max-width: 768px) {
  .p-list-role dt span {
    top: -15px;
    left: -15px;
    width: 42px;
    height: 42px;
    border-radius: 42px;
  }
}
.p-list-role dd {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-list-role dd {
    margin-top: 5px;
  }
}

.p-list-guide {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-list-guide {
    margin-top: 30px;
  }
}
.p-list-guide li {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px dotted #D7D5C8;
}
@media screen and (max-width: 768px) {
  .p-list-guide li {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.p-list-guide li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-list-guide li.is-reverse {
  flex-direction: row;
}

.p-guide-image {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .p-guide-image {
    width: auto;
    margin-bottom: 22px;
  }
}

.p-guide {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .p-guide {
    width: auto;
  }
}
.p-guide dt {
  margin-bottom: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 208%;
  line-height: 1.5;
  color: #4F9E2C;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-guide dt {
    margin-bottom: 15px;
    font-size: 147%;
    text-align: center;
  }
}
.p-guide dd:last-child {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .p-guide dd:last-child {
    margin-top: 27px;
    text-align: center;
  }
}

.p-guide-catch {
  margin-bottom: 30px;
}
.p-guide-catch img {
  object-fit: cover;
  width: 100%;
  height: 330px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .p-guide-catch img {
    height: 180px;
    border-radius: 10px;
  }
}

.p-list-target {
  padding: 30px;
  background: #FDF8E2;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-list-target {
    padding: 20px;
  }
}
.p-list-target li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.p-list-target li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #F0A500;
  border-radius: 50%;
}
.p-list-target li:last-child {
  margin-bottom: 0;
}

.p-btn-file {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 -3% -3%;
}
@media screen and (max-width: 768px) {
  .p-btn-file {
    display: block;
    margin: 30px 0 0 0;
  }
}
.p-btn-file li {
  width: 47%;
  margin: 0 0 3% 3%;
}
@media screen and (max-width: 768px) {
  .p-btn-file li {
    width: auto;
    margin: 0 0 15px 0;
  }
  .p-btn-file li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-table-scroll {
    overflow-x: scroll;
  }
  .p-table-scroll table {
    min-width: 580px;
  }
  .p-table-scroll::-webkit-scrollbar {
    height: 10px;
  }
  .p-table-scroll::-webkit-scrollbar-thumb {
    background: #BBB;
    border-radius: 10px;
  }
}
.p-table-fee {
  width: 100%;
  font-size: 93%;
  line-height: 1.5;
}
.p-table-fee th {
  border: 1px solid #D7D5C8;
  padding: 10px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}
.p-table-fee th.head1 {
  background: #4F9E2C;
  color: #FFF;
}
.p-table-fee th.head2 {
  background: #F5F5EE;
  text-align: left;
}
.p-table-fee td {
  border: 1px solid #D7D5C8;
  padding: 10px;
  background: #FFF;
}

.p-list-paper {
  display: flex;
  flex-wrap: wrap;
  margin: -3% -3% 0 0;
}
@media screen and (max-width: 768px) {
  .p-list-paper {
    margin: -4% -4% 0 0;
  }
}
.p-list-paper li {
  width: 22%;
  margin: 3% 3% 0 0;
  padding: 15px;
  background: #FFF;
  border: 2px solid #EEF7E4;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-list-paper li {
    width: 46%;
    margin: 4% 4% 0 0;
    padding: 5px 5px 10px 5px;
    border-radius: 8px;
  }
}

.p-paper {
  margin-top: 5px;
  text-align: center;
}
.p-paper dt {
  font-size: 108%;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-paper dt {
    font-size: 93%;
  }
}
.p-paper dd {
  font-size: 85%;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-paper dd {
    font-size: 77%;
  }
}

.p-list-link {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -3% -3%;
}
@media screen and (max-width: 768px) {
  .p-list-link {
    display: block;
    margin: 0;
  }
}
.p-list-link li {
  width: 47%;
  margin: 0 0 3% 3%;
}
@media screen and (max-width: 768px) {
  .p-list-link li {
    width: auto;
    margin: 0 0 15px 0;
  }
  .p-list-link li:last-child {
    margin-bottom: 0;
  }
}
.p-list-link li a {
  position: relative;
  display: block;
  padding: 18px 18px 18px 40px;
  color: #514937;
  line-height: 1.6;
  background: #FFF;
  border: 2px solid #EEF7E4;
  border-radius: 7px;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .p-list-link li a {
    padding: 15px 15px 15px 35px;
  }
}
.p-list-link li a:hover {
  background: #EEF7E4;
}
.p-list-link li a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 6px;
  height: 6px;
  border-top: 2.5px solid #4F9E2C;
  border-right: 2.5px solid #4F9E2C;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-list-link li a::after {
    left: 16px;
  }
}

.p-list-sitemap > li {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-list-sitemap > li {
    margin-bottom: 25px;
  }
}
.p-list-sitemap > li:last-child {
  margin-bottom: 0;
}
.p-list-sitemap > li > a {
  display: block;
  padding-bottom: 10px;
  font-size: 116%;
  line-height: 1.6;
  border-bottom: 2px dotted #D7D5C8;
}
@media screen and (max-width: 768px) {
  .p-list-sitemap > li > a {
    font-size: 108%;
  }
}
.p-list-sitemap > li ul {
  margin-top: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-list-sitemap > li ul {
    margin-top: 15px;
  }
}
.p-list-sitemap > li ul li {
  margin-bottom: 6px;
}
.p-list-sitemap > li ul li:last-child {
  margin-bottom: 0;
}
.p-list-sitemap > li ul li a {
  position: relative;
  display: inline-block;
  padding-left: 17px;
}
@media screen and (max-width: 768px) {
  .p-list-sitemap > li ul li a {
    font-size: 93%;
  }
}
.p-list-sitemap > li ul li a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #F0A500;
  border-right: 2px solid #F0A500;
  transform: rotate(45deg);
}

.p-lead {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 147%;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-lead {
    font-size: 131%;
  }
}

.p-note {
  font-size: 93%;
  line-height: 1.6;
  color: #A47B00;
  padding-left: 1em;
  text-indent: -1em;
}

.p-list-service-visit {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -3% -3%;
}
@media screen and (max-width: 768px) {
  .p-list-service-visit {
    display: block;
    margin: 0;
  }
}
.p-list-service-visit > li {
  width: 47%;
  margin: 0 0 3% 3%;
}
@media screen and (max-width: 768px) {
  .p-list-service-visit > li {
    width: auto;
    margin: 0 0 30px 0;
  }
  .p-list-service-visit > li:last-child {
    margin-bottom: 0;
  }
}

.p-service-visit {
  height: 100%;
  border: 2px solid #4F9E2C;
  border-top: none;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-service-visit {
    border-width: 1.5px;
    border-radius: 8px;
  }
}
.p-service-visit dt {
  padding: 13px 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 116%;
  line-height: 1.6;
  color: #FFF;
  font-weight: bold;
  background: #4F9E2C;
}
@media screen and (max-width: 768px) {
  .p-service-visit dt {
    padding: 11px 15px;
    font-size: 108%;
  }
}
.p-service-visit dd {
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .p-service-visit dd {
    padding: 15px;
  }
}

.p-contact-number {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .p-contact-number {
    flex-direction: column;
    gap: 15px;
  }
}
.p-contact-number dl {
  width: 31.33%;
  padding: 28px 28px 25px 28px;
  background: #F5F5EE;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .p-contact-number dl {
    width: 100%;
    padding: 20px 20px 17px 20px;
    border-radius: 10px;
  }
}
.p-contact-number dl dt {
  margin-bottom: 25px;
  padding-bottom: 6px;
  border-bottom: 2px dotted #D7D5C8;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 108%;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-contact-number dl dt {
    margin-bottom: 20px;
    font-size: 100%;
  }
}
.p-contact-number dl dd {
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-number dl dd {
    margin-bottom: 2px;
  }
}
.p-contact-number dl dd:last-of-type {
  margin-bottom: 0;
}
.p-contact-number dl dd a {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 24px;
  font-size: 208%;
  line-height: 1;
  color: #4F9E2C;
  text-decoration: none;
  background: url(../img/icon_tel.png) no-repeat 0 5px;
  background-size: 24px 24px;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .p-contact-number dl dd a {
    pointer-events: auto;
    cursor: pointer;
    padding-left: 22px;
    font-size: 193%;
    background-position: 0 4px;
    background-size: 22px 22px;
  }
}
.p-contact-number dl dd span {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 25px;
  font-size: 147%;
  line-height: 1;
  color: #514937;
  text-decoration: none;
  background: url(../img/icon_fax.png) no-repeat 0 3px;
  background-size: 18px 18px;
}
@media screen and (max-width: 768px) {
  .p-contact-number dl dd span {
    padding-left: 22px;
    font-size: 131%;
    background-position: 0 2px;
    background-size: 16px 16px;
  }
}

.p-table-form {
  width: 100%;
  border-top: 1px solid #EAE9E3;
}
.p-table-form th {
  padding: 30px;
  border-bottom: 1px solid #EAE9E3;
  width: 300px;
  font-size: 108%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-table-form th {
    display: block;
    padding: 20px 0 10px 0;
    border-bottom: none;
    width: auto;
  }
}
.p-table-form td {
  padding: 30px 30px 30px 0;
  border-bottom: 1px solid #EAE9E3;
}
@media screen and (max-width: 768px) {
  .p-table-form td {
    display: block;
    padding: 0 0 20px 0;
  }
}

.p-list-error {
  margin-bottom: 40px;
  padding: 25px;
  background: #FFF5F5;
  border: 1px solid #FFE6E6;
}
@media screen and (max-width: 768px) {
  .p-list-error {
    margin-bottom: 30px;
    padding: 15px;
  }
}
.p-list-error li {
  font-size: 93%;
  line-height: 1.7;
  color: #DC3C00;
}
@media screen and (max-width: 768px) {
  .p-list-error li {
    font-size: 85%;
  }
}

.p-error {
  margin-top: 10px;
  font-size: 93%;
  line-height: 1.6;
  color: #DC3C00;
}

.p-finish {
  padding: 40px;
  background: #EEF7E4;
  text-align: center;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .p-finish {
    padding: 25px;
    border-radius: 10px;
  }
}
.p-finish dt {
  margin-bottom: 25px;
  font-size: 147%;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-finish dt {
    margin-bottom: 20px;
    font-size: 131%;
  }
}
.p-finish dd:last-child {
  margin-top: 15px;
}

.p-date {
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .p-date {
    margin-bottom: 4px;
    font-size: 85%;
  }
}

.p-title-entry {
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 193%;
  line-height: 1.5;
  color: #4F9E2C;
  border-bottom: 3px solid #4F9E2C;
}
@media screen and (max-width: 768px) {
  .p-title-entry {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 147%;
  }
}

.entry p {
  margin-bottom: 1.2em;
}
.entry p:last-child {
  margin-bottom: 0;
}

.entry h2 {
  margin: 60px 0 30px 0;
  padding: 13px 18px;
  font-size: 131%;
  line-height: 1.6;
  color: #FFF;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #4F9E2C;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .entry h2 {
    margin: 35px 0 20px 0;
    padding: 10px 15px;
  }
}

.entry h3 {
  margin: 50px 0 30px 0;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 139%;
  line-height: 1.6;
  color: #4F9E2C;
  border-bottom: 3px dotted #D7D5C8;
}
@media screen and (max-width: 768px) {
  .entry h3 {
    margin: 30px 0 20px 0;
  }
}

.entry h4 {
  position: relative;
  margin: 40px 0 20px 0;
  padding: 2px 0 2px 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 124%;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .entry h4 {
    margin: 30px 0 15px 0;
  }
}
.entry h4::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 6px;
  background: #4F9E2C;
}

.entry h5 {
  margin: 30px 0 10px 0;
  font-size: 116%;
  line-height: 1.5;
  font-weight: 500;
}

.entry h6 {
  margin: 30px 0 10px 0;
  font-size: 116%;
  line-height: 1.5;
  font-weight: 500;
}

.entry ul {
  list-style: disc;
  margin: 1em 0;
  padding-left: 2em;
}
.entry ul li::marker {
  color: #4F9E2C;
}

.entry ol {
  list-style: decimal;
  margin: 1em 0;
  padding-left: 2em;
}

.entry table {
  width: 100%;
  margin: 1.5em 0;
}
.entry table th {
  border: 1px solid #D7D5C8;
  padding: 12px;
  background: #EEF7E4;
  color: #286B3C;
  text-align: center;
}
.entry table td {
  border: 1px solid #D7D5C8;
  padding: 12px;
}

.p-post-image {
  display: flex;
  gap: 4%;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .p-post-image {
    display: block;
    margin-bottom: 30px;
  }
}
.p-post-image li {
  text-align: center;
}
.p-post-image li img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-post-image li {
    margin-bottom: 30px;
  }
}

.p-caption {
  display: block;
  font-size: 93%;
  line-height: 1.6;
  margin-top: 8px;
  text-align: center;
}

.p-post-files {
  margin-top: 50px;
  border-top: 1px solid #EAE9E3;
}
@media screen and (max-width: 768px) {
  .p-post-files {
    margin-top: 40px;
  }
}
.p-post-files li {
  border-bottom: 1px solid #EAE9E3;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .p-post-files li {
    padding: 12px;
  }
}

.u-spacer {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .u-spacer {
    margin-top: 40px;
  }
}

.u-spacer-narrow {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .u-spacer-narrow {
    margin-top: 40px;
  }
}

.u-bgimg-leaf1 {
  background: linear-gradient(#FFF, #FCFFF3);
  z-index: 0;
}
.u-bgimg-leaf1::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  width: 380px;
  height: 550px;
  background: url(../img/bg_leaf_left.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-bgimg-leaf1::before {
    top: -50px;
    width: 200px;
    height: 290px;
  }
}
.u-bgimg-leaf1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 380px;
  height: 550px;
  background: url(../img/bg_leaf_right.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-bgimg-leaf1::after {
    width: 200px;
    height: 290px;
  }
}

.u-bgimg-leaf2 {
  z-index: 0;
}
.u-bgimg-leaf2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 380px;
  height: 550px;
  background: url(../img/bg_leaf_left.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-bgimg-leaf2::before {
    display: none;
  }
}
.u-bgimg-leaf2::after {
  content: "";
  position: absolute;
  top: 400px;
  right: 0;
  width: 380px;
  height: 550px;
  background: url(../img/bg_leaf_right.png) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-bgimg-leaf2::after {
    display: none;
  }
}

.u-bgimg-info {
  background: url(../img/top/bg_info.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .u-bgimg-info {
    background: none;
  }
}
.u-bgimg-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4F9E2C;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .u-bgimg-info::before {
    opacity: 1;
  }
}

.u-bgcolor-lightgreen {
  background: #EEF7E4;
}

.u-overlay {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(235, 243, 222, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}

.u-color-red {
  color: #DC3C00;
}

.u-rounded-image1 img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .u-rounded-image1 img {
    border-radius: 10px;
  }
}

.u-rounded-image2 img {
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .u-rounded-image2 img {
    border-radius: 10px;
  }
}

.u-icon-circle {
  position: relative;
  padding-left: 20px;
}
.u-icon-circle::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #F0A500;
  border-radius: 50%;
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-w120px {
  width: 120px !important;
}