@charset "UTF-8";
@media (min-width: 768px) and (max-width: 1199px) {
  .l-header__logo img {
    max-height: 50px;
  }
}

.p-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 55px;
  line-height: 1.4;
}

@media (-ms-high-contrast: none) {
  .p-btn {
    height: 55px;
  }
}

.p-triangle {
  pointer-events: none;
}

@media (min-width: 768px) {
  .p-article08__content {
    display: flex;
    flex-direction: column;
  }
  .p-article08__btn {
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  .p-footer-link {
    height: auto;
    padding: 85px 0;
  }
}

@media (min-width: 768px) {
  .p-footer-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .p-footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .p-copyright {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 50px;
    line-height: 1.2;
    text-align: left;
  }
}

.post-type-archive-news .l-primary,
.single-news .l-primary {
  width: 100%;
}

.post-type-archive-news .l-secondary,
.single-news .l-secondary {
  display: none;
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (max-width: 767px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .link-tel {
    text-decoration: none !important;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.p-entry__body img {
  vertical-align: middle;
}

.p-entry__body a {
  text-decoration: underline;
}

.p-entry__body a:hover {
  text-decoration: none;
}

.p-entry__body p, .p-entry__body ul, .p-entry__body ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.p-entry__body p:last-child, .p-entry__body ul:last-child, .p-entry__body ol:last-child {
  margin-bottom: 0;
}

.p-entry__body li {
  line-height: 1.8;
}

.p-entry__body .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .p-entry__body .sec_basic {
    margin-bottom: 50px;
  }
}

.p-entry__body .sec_basic:last-child {
  margin-bottom: 0;
}

.p-entry__body .highlight {
  padding: 25px 25px;
  background-color: #dddddd;
}

@media (max-width: 767px) {
  .p-entry__body .highlight {
    padding: 15px;
  }
}

.p-entry__body .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.p-entry__body .p-btn {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}

.p-entry__body .p-btn:hover {
  background: #333333;
}

.p-entry__body .table_default {
  width: 100%;
}

@media (max-width: 767px) {
  .p-entry__body .table_default th, .p-entry__body .table_default td {
    display: block;
    width: 100% !important;
  }
}

.p-entry__body .table_menu {
  width: 100%;
}

.p-entry__body .table_menu th, .p-entry__body .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.p-entry__body .table_menu th:last-child, .p-entry__body .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-entry__body .table_menu th, .p-entry__body .table_menu td {
    display: block;
  }
  .p-entry__body .table_menu th:not(:first-child), .p-entry__body .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .p-entry__body .table_menu th {
    background-color: transparent;
  }
}

.p-entry__body .list_check {
  list-style: none;
  margin-left: 10px;
}

.p-entry__body .list_check li {
  position: relative;
  padding-left: 25px;
}

.p-entry__body .list_check li::before, .p-entry__body .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.p-entry__body .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.p-entry__body .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.p-entry__body .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 767px) {
  .p-entry__body .map_container {
    padding-top: 100%;
  }
}

.p-entry__body .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-entry__body .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons {
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.p-entry__body .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons a {
    width: 40px;
    padding-top: 40px;
  }
}

.p-entry__body .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.p-entry__body .sns_icons a.instagram {
  background-image: url(./img/instagram_cl.png);
}

.p-entry__body .sns_icons a.youtube {
  background-image: url(./img/youtube.png);
}

.p-entry__body .sns_icons a.line {
  background-image: url(./img/line.png);
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

.p-social-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.p-social-nav::after {
  display: none;
}

.p-social-nav .p-social-nav__item {
  display: block;
  margin: 0;
}

.p-social-nav .p-social-nav__item a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

.p-social-nav .p-social-nav__item a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 0;
}

.p-social-nav .p-social-nav__item--facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--twitter a::before {
  font-size: 0;
  background: url(./img/x_bk.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--instagram a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 767px) {
  .p-social-nav {
    gap: 20px;
  }
  .p-social-nav .p-social-nav__item a::before {
    width: 40px;
    height: 40px;
    font-size: 0;
  }
  .p-social-nav .p-social-nav__item--hpb a::before {
    width: 120px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}

.grecaptcha-message a {
  text-decoration: underline;
}

.backBlueSec {
  background: linear-gradient(#1F4A80 50%, transparent 50%);
  position: relative;
  z-index: 10;
}

.backBlueSec .radiusArea {
  border-top-left-radius: 72px;
  border-top-right-radius: 72px;
  padding: 72px 0;
}

@media (min-width: 768px) {
  .backBlueSec .radiusArea {
    padding: 136px 0 72px;
  }
}

.backBlueSec .radiusArea h2 {
  font-weight: bold;
  font-family: "Poppins",sans-serif;
  font-size: clamp(3rem, 2.472rem + 2.25vw, 4.5rem);
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .backBlueSec .radiusArea h2 {
    margin-bottom: 72px;
  }
}

.backBlueSec .radiusArea h2::after {
  font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
}

.backBlueSec .topStrength {
  background-color: #fff;
}

.backBlueSec .topStrength h2 {
  color: #1F4A80;
}

.backBlueSec .topStrength h2::after {
  content: '池田保温の強み';
  color: #333333;
}

.backBlueSec .topStrength .topStrengthList {
  counter-reset: strengthnum;
  width: calc(100% - 32px);
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 38px;
}

.backBlueSec .topStrength .topStrengthList div {
  width: 100%;
  max-width: 568px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .backBlueSec .topStrength .topStrengthList div {
    width: 47.33%;
  }
}

.backBlueSec .topStrength .topStrengthList div img {
  border-radius: 32px;
}

@media (min-width: 768px) {
  .backBlueSec .topStrength .topStrengthList div img {
    margin-bottom: 32px;
  }
}

.backBlueSec .topStrength .topStrengthList div h3 {
  color: #fff;
  font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  background-color: #00CB70;
  padding: 8px 16px;
  border-top-left-radius: 32px;
  border-bottom-right-radius: 32px;
  position: absolute;
  left: 0;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.backBlueSec .topStrength .topStrengthList div h3::before {
  content: counter(strengthnum, decimal-leading-zero);
  counter-increment: strengthnum;
  font-family: "Poppins",sans-serif;
}

.backBlueSec .topService {
  background-color: #E9EDF3;
  border-bottom-left-radius: 72px;
  border-bottom-right-radius: 72px;
}

.backBlueSec .topService h2 {
  color: #1F4A80;
}

.backBlueSec .topService h2::after {
  content: '事業内容';
  color: #333333;
}

.backBlueSec .topServiceDetail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 560px;
  background-size: 45%;
  background-repeat: no-repeat;
}

.backBlueSec .topServiceDetail:first-of-type {
  background-image: url("/wp-content/uploads/bg_img001.webp");
  background-position: bottom right;
}

.backBlueSec .topServiceDetail:nth-of-type(2) {
  background-image: url("/wp-content/uploads/bg_img002.webp");
  background-position: bottom left;
}

.backBlueSec .topServiceDetail:last-of-type {
  background-image: url("/wp-content/uploads/bg_img003.webp");
  background-position: bottom right;
}

@media (min-width: 768px) {
  .backBlueSec .topServiceDetail {
    flex-wrap: nowrap;
    margin-bottom: 72px;
    margin-right: 16px;
  }
}

.backBlueSec .topServiceDetail figure {
  margin: 0;
  width: 100%;
  max-width: 960px;
  position: relative;
}

@media (min-width: 768px) {
  .backBlueSec .topServiceDetail figure {
    width: 960px;
  }
}

.backBlueSec .topServiceDetail figure img {
  width: 960px;
}

@media (max-width: 767px) {
  .backBlueSec .topServiceDetail figure img {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .backBlueSec .topServiceDetail figure img {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .backBlueSec .topServiceDetail:nth-of-type(2n) {
    margin-right: auto;
    margin-left: 16px;
  }
}

@media (min-width: 768px) {
  .backBlueSec .topServiceDetail:nth-of-type(2n) figure {
    order: 2;
  }
}

.backBlueSec .topServiceDetail:nth-of-type(2n) figure img {
  left: auto;
  right: 0;
}

.backBlueSec .topServiceDetail .topServiceText {
  width: calc(100% - 32px);
  max-width: 680px;
  background-color: #fff;
  border-radius: 32px;
  margin: auto auto 50px;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .backBlueSec .topServiceDetail .topServiceText {
    width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 3.75%;
    margin-left: -2.5%;
    margin-bottom: auto;
  }
}

.backBlueSec .topServiceDetail .topServiceText h3 {
  font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
  color: #1F4A80;
  border-bottom: none !important;
}

.backBlueSec .topServiceDetail .topServiceText .topLink {
  padding: 0;
  position: relative;
  line-height: 2.4;
  margin-left: auto;
}

.backBlueSec .topServiceDetail .topServiceText .topLink::before {
  content: '';
  width: 7em;
  height: 2px;
  background-color: #1F4A80;
  position: absolute;
  bottom: 0;
  left: 0;
}

.backBlueSec .topServiceDetail .topServiceText .topLink::after {
  content: '';
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #1F4A80;
  position: absolute;
  right: 0;
  top: 0;
  bottom: -10px;
  margin: auto;
  padding: 0;
  pointer-events: none;
}

.backBlueSec .topServiceDetail .topServiceText .topLink a {
  background: transparent;
  text-decoration: none;
  display: flex;
  color: #1F4A80;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  justify-content: flex-start;
  font-size: 16px;
  padding: 0;
  min-width: 11em;
  height: auto;
  line-height: 2.4;
}

.backBlueSec .topServiceDetail .topServiceText .topLink a::before {
  content: '';
  height: 2px;
  width: 1em;
  position: absolute;
  top: 0;
  bottom: -10px;
  right: 1em;
  margin: auto;
  background-color: #fff;
  display: block;
  z-index: 1;
}

.backBlueSec .topServiceDetail .topServiceText .topLink a::after {
  content: '';
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  top: 0;
  bottom: -10px;
  margin: auto;
  z-index: 1;
}

@media (min-width: 768px) {
  .backBlueSec .topServiceDetail:nth-of-type(2n) .topServiceText {
    margin-right: -2.5%;
    margin-left: auto;
  }
}

/*Override*/
.p-index-content01__link {
  z-index: 1;
}

.p-index-content01 {
  margin-bottom: 0;
}

.p-cb {
  padding-top: 0;
}

.p-entry__body {
  margin-bottom: 0;
}

.p-entry__body a {
  text-decoration: none;
}

.p-cb__item {
  margin-bottom: 0;
}

.p-index-content05, #cb_content2 {
  background-color: #1F4A80;
  width: 100%;
  max-width: 100%;
  padding: 32px 16px;
}

@media (min-width: 768px) {
  .p-index-content05, #cb_content2 {
    padding: 72px 18.75% 128px;
  }
}

#cb_content2 {
  padding-top: 152px;
  margin-top: -72px;
  position: relative;
  background-image: url("/wp-content/uploads/pat01.webp");
}

.p-index-content08__btn {
  padding: 0;
  width: 10em;
  position: relative;
  line-height: 2.4;
  margin: auto;
}

@media (min-width: 768px) {
  .p-index-content08__btn {
    position: absolute;
    top: 164px;
    right: 18.75%;
  }
}

.p-index-content08__btn::before {
  content: '';
  width: 6em;
  height: 2px;
  background-color: #00cd70;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-index-content08__btn::after {
  content: '';
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #00cd70;
  position: absolute;
  right: 0;
  top: 0;
  bottom: -10px;
  margin: auto;
  padding: 0;
  pointer-events: none;
}

.p-index-content08__btn .p-btn {
  background: transparent;
  color: #00cb70;
  text-align: left;
  justify-content: flex-start;
  font-size: 16px;
  padding: 0;
  width: 10em;
  height: auto;
  line-height: 2.4;
}

.p-index-content08__btn .p-btn::before {
  content: '';
  height: 2px;
  width: 1em;
  position: absolute;
  top: 0;
  bottom: -10px;
  right: 1em;
  margin: auto;
  background-color: #fff;
  display: block;
  z-index: 1;
}

.p-index-content08__btn .p-btn::after {
  content: '';
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  top: 0;
  bottom: -10px;
  margin: auto;
  z-index: 1;
}

.p-index-content07__inner {
  width: calc(100% - 32px);
  max-width: 608px;
  align-items: start;
}

@media (min-width: 768px) {
  .p-index-content07__inner {
    width: 40%;
    margin: auto 19.27% auto 49.06%;
  }
}

.p-index-content07__title, .p-index-content07__desc {
  text-align: left;
}

.p-index-content07__title {
  margin-bottom: 32px;
}

.p-index-content07__btn {
  padding: 0;
  position: relative;
  line-height: 2.4;
  margin-left: auto;
}

.p-index-content07__btn::before {
  content: '';
  width: 7em;
  height: 2px;
  background-color: #1F4A80;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-index-content07__btn::after {
  content: '';
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #1F4A80;
  position: absolute;
  right: 0;
  top: 0;
  bottom: -10px;
  margin: auto;
  padding: 0;
  pointer-events: none;
}

.p-index-content07__btn .p-btn {
  background: transparent;
  color: #1F4A80;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  justify-content: flex-start;
  font-size: 16px;
  padding: 0;
  min-width: 11em;
  height: auto;
  line-height: 2.4;
}

.p-index-content07__btn .p-btn::before {
  content: '';
  height: 2px;
  width: 1em;
  position: absolute;
  top: 0;
  bottom: -10px;
  right: 1em;
  margin: auto;
  background-color: #fff;
  display: block;
  z-index: 1;
}

.p-index-content07__btn .p-btn::after {
  content: '';
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 1em;
  top: 0;
  bottom: -10px;
  margin: auto;
  z-index: 1;
}

.p-index-content08 {
  margin-bottom: 0;
}

.p-headline02__sub {
  font-size: 24px;
  color: #fff;
}

.p-index-content07__title {
  color: #1F4A80;
}

.p-index-content07__desc {
  color: #333333;
}

#js-footer-link {
  border-top-left-radius: 72px;
  border-top-right-radius: 72px;
  margin-top: -50px;
}

.p-index-content04__col--news .p-headline02, .p-index-content04__col--event .p-headline02 {
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  font-weight: bold;
  font-family: "Poppins",sans-serif;
}

.p-index-content04__col--news .p-headline02 span, .p-index-content04__col--event .p-headline02 span {
  color: #333;
  margin-left: 0;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
}

.p-index-content04__col {
  position: relative;
}

@media (min-width: 768px) {
  .p-index-content04__col-link {
    position: absolute;
    top: 30px;
    right: 0;
    margin: auto;
    display: block;
    font-size: 16px;
    line-height: 2.4;
  }
  .p-index-content04__col-link::before {
    content: '';
    height: 2px;
    background-color: #1F4A80;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-index-content04__col-link::after {
    content: '';
    width: 3em;
    height: 3em;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: -10px;
    margin: auto;
    padding: 0;
    pointer-events: none;
  }
  .p-index-content04__col-link a {
    display: block;
    background: transparent;
    color: #1F4A80;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    font-size: 16px;
    padding: 0;
    height: auto;
    line-height: 2.4;
  }
  .p-index-content04__col-link a::before {
    content: '';
    height: 2px;
    width: 1em;
    position: absolute;
    top: 0;
    bottom: -10px;
    right: 1em;
    margin: auto;
    background-color: #fff;
    display: block;
    z-index: 1;
  }
  .p-index-content04__col-link a::after {
    content: '';
    display: block;
    width: 0.7em;
    height: 0.7em;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 1em;
    top: 0;
    bottom: -10px;
    margin: auto;
    z-index: 1;
  }
}

.p-index-content04__col--news .p-index-content04__col-link::before, .p-index-content04__col--news .p-index-content04__col-link::after {
  background-color: #1F4A80;
}

.p-index-content04__col--news .p-index-content04__col-link::before {
  width: 6em;
}

.p-index-content04__col--news .p-index-content04__col-link a {
  min-width: 10em;
}

.p-index-content04__col--event .p-index-content04__col-link::before, .p-index-content04__col--event .p-index-content04__col-link::after {
  background-color: #00cb70;
}

.p-index-content04__col--event .p-index-content04__col-link::before {
  width: 5em;
}

.p-index-content04__col--event .p-index-content04__col-link a {
  min-width: 9em;
}

.p-cb__item, .p-cb__item:last-child {
  margin-bottom: 0 !important;
}

.p-footer-link__list li:first-of-type .p-article07__title {
  color: #1F4A80;
}

.p-article01__content {
  background-color: #fff;
}

.p-footer-link__title {
  font-weight: bold;
}

.p-header-video:before {
  content: '';
  background-image: url("/wp-content/uploads/main_sp_copy.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -39%;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .p-header-video:before {
    background-image: url("/wp-content/uploads/main_copy.webp");
    bottom: -46%;
  }
}

h2 {
  font-family: "Poppins",sans-serif;
}

.p-triangle {
  font-weight: bold;
  font-family: "Poppins",sans-serif;
  padding-top: 16px;
}

#js-index-content01__link {
  z-index: 100;
}

.p-page-header::before {
  background: rgba(0, 0, 0, 0.5);
}

.p-page-header__title {
  background-color: transparent;
}

.sec_policy {
  margin-bottom: 100px;
}

.p-index-content04__inner {
  padding-bottom: 100px;
}

/*Default*/
/*  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT */
.p-entry__body {
  /* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */
  /* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
  /*  12 COLUMN : RESPONSIVE GRID SYSTEM  DEVELOPER : DENIS LEBLANC  URL : http://responsive.gs  VERSION : 3.0  LICENSE : GPL & MIT*/
  /* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1*/
  /* version */
  /*
 * フッターパターンA
 */
  /* お問い合わせフォーム */
  /*
 * moreボタン雛形
 */
  /*
 * ボタン矢印
 */
  /*
 * ページトップのデザインタイプ
 */
}

.p-entry__body * {
  box-sizing: border-box;
}

.p-entry__body .container {
  max-width: 800px;
  margin: 0 auto;
}

.p-entry__body .clr:after, .p-entry__body .col:after, .p-entry__body .container:after, .p-entry__body .group:after, .p-entry__body .row:after {
  content: "";
  display: table;
  clear: both;
}

.p-entry__body .row {
  padding-bottom: 0;
}

.p-entry__body .col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .p-entry__body .gutters .col {
    margin-left: 2%;
  }
  .p-entry__body .span_1 {
    width: 8.33333333333%;
  }
  .p-entry__body .span_2 {
    width: 16.6666666667%;
  }
  .p-entry__body .span_3 {
    width: 25%;
  }
  .p-entry__body .span_4 {
    width: 33.3333333333%;
  }
  .p-entry__body .span_5 {
    width: 41.6666666667%;
  }
  .p-entry__body .span_6 {
    width: 50%;
  }
  .p-entry__body .span_7 {
    width: 58.3333333333%;
  }
  .p-entry__body .span_8 {
    width: 66.6666666667%;
  }
  .p-entry__body .span_9 {
    width: 75%;
  }
  .p-entry__body .span_10 {
    width: 83.3333333333%;
  }
  .p-entry__body .span_11 {
    width: 91.6666666667%;
  }
  .p-entry__body .span_12 {
    width: 100%;
  }
  .p-entry__body .gutters .span_1 {
    width: 6.5%;
  }
  .p-entry__body .gutters .span_2 {
    width: 15%;
  }
  .p-entry__body .gutters .span_3 {
    width: 23.5%;
  }
  .p-entry__body .gutters .span_4 {
    width: 32%;
  }
  .p-entry__body .gutters .span_5 {
    width: 40.5%;
  }
  .p-entry__body .gutters .span_6 {
    width: 49%;
  }
  .p-entry__body .gutters .span_7 {
    width: 57.5%;
  }
  .p-entry__body .gutters .span_8 {
    width: 66%;
  }
  .p-entry__body .gutters .span_9 {
    width: 74.5%;
  }
  .p-entry__body .gutters .span_10 {
    width: 83%;
  }
  .p-entry__body .gutters .span_11 {
    width: 91.5%;
  }
  .p-entry__body .gutters .span_12 {
    width: 100%;
  }
}

.p-entry__body .container {
  padding: 0 1%;
}

.p-entry__body .container img {
  max-width: 100%;
}

.p-entry__body * + .container {
  margin-top: 2em;
}

.p-entry__body .row:not(:last-child) {
  margin-bottom: 5%;
}

.p-entry__body .col {
  float: none;
}

.p-entry__body .col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .p-entry__body .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
  }
  .p-entry__body * + .container {
    margin-top: 40px;
  }
  .p-entry__body .col {
    float: left;
  }
  .p-entry__body .reverse > .col {
    float: right;
  }
  .p-entry__body .col:not(:last-child) {
    margin-bottom: 0;
  }
  .p-entry__body .reverse > .col:last-child, .p-entry__body :not(.reverse) > .col:first-child {
    margin-left: 0;
  }
  .p-entry__body .col.offset_1 {
    margin-left: 8.33333333333%;
  }
  .p-entry__body .gutters .col.offset_1 {
    margin-left: 10.5%;
  }
  .p-entry__body .gutters .col.offset_1:first-child {
    margin-left: 8.5%;
  }
  .p-entry__body .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  .p-entry__body .gutters .col.offset_2 {
    margin-left: 19%;
  }
  .p-entry__body .gutters .col.offset_2:first-child {
    margin-left: 17%;
  }
  .p-entry__body .col.offset_3 {
    margin-left: 25%;
  }
  .p-entry__body .gutters .col.offset_3 {
    margin-left: 27.5%;
  }
  .p-entry__body .gutters .col.offset_3:first-child {
    margin-left: 25.5%;
  }
  .p-entry__body .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  .p-entry__body .gutters .col.offset_4 {
    margin-left: 36%;
  }
  .p-entry__body .gutters .col.offset_4:first-child {
    margin-left: 34%;
  }
  .p-entry__body .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  .p-entry__body .gutters .col.offset_5 {
    margin-left: 44.5%;
  }
  .p-entry__body .gutters .col.offset_5:first-child {
    margin-left: 42.5%;
  }
  .p-entry__body .col.offset_6 {
    margin-left: 50%;
  }
  .p-entry__body .gutters .col.offset_6 {
    margin-left: 53%;
  }
  .p-entry__body .gutters .col.offset_6:first-child {
    margin-left: 51%;
  }
  .p-entry__body .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  .p-entry__body .gutters .col.offset_7 {
    margin-left: 61.5%;
  }
  .p-entry__body .gutters .col.offset_7:first-child {
    margin-left: 59.5%;
  }
  .p-entry__body .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  .p-entry__body .gutters .col.offset_8 {
    margin-left: 70%;
  }
  .p-entry__body .gutters .col.offset_8:first-child {
    margin-left: 68%;
  }
  .p-entry__body .col.offset_9 {
    margin-left: 75%;
  }
  .p-entry__body .gutters .col.offset_9 {
    margin-left: 78.5%;
  }
  .p-entry__body .gutters .col.offset_9:first-child {
    margin-left: 76.5%;
  }
  .p-entry__body .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  .p-entry__body .gutters .col.offset_10 {
    margin-left: 87%;
  }
  .p-entry__body .gutters .col.offset_10:first-child {
    margin-left: 85%;
  }
  .p-entry__body .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  .p-entry__body .gutters .col.offset_11 {
    margin-left: 95.5%;
  }
  .p-entry__body .gutters .col.offset_11:first-child {
    margin-left: 93.5%;
  }
  .p-entry__body .col.offset_12 {
    margin-left: 100%;
  }
  .p-entry__body :not(.reverse) > .col.break + .col {
    clear: left;
    margin-left: 0;
  }
  .p-entry__body .reverse > .col.break {
    margin-left: 0;
  }
  .p-entry__body .reverse > .col.break + .col {
    clear: right;
    margin-right: 0;
  }
  .p-entry__body .col.break ~ .col {
    margin-top: 2%;
  }
}

@media (min-width: 1024px) {
  .p-entry__body .container {
    padding: 0;
  }
}

.p-entry__body html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.p-entry__body body {
  margin: 0;
}

.p-entry__body article, .p-entry__body aside, .p-entry__body footer, .p-entry__body header, .p-entry__body nav, .p-entry__body section {
  display: block;
}

.p-entry__body h1 {
  font-size: 2em;
  margin: .67em 0;
}

.p-entry__body figcaption, .p-entry__body figure, .p-entry__body main {
  display: block;
}

.p-entry__body figure {
  margin: 1em 40px;
}

.p-entry__body hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.p-entry__body pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

.p-entry__body a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.p-entry__body abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

.p-entry__body b, .p-entry__body strong {
  font-weight: inherit;
}

.p-entry__body b, .p-entry__body strong {
  font-weight: bolder;
}

.p-entry__body code, .p-entry__body kbd, .p-entry__body samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

.p-entry__body dfn {
  font-style: italic;
}

.p-entry__body mark {
  background-color: #ff0;
  color: #000;
}

.p-entry__body small {
  font-size: 80%;
}

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

.p-entry__body sub {
  bottom: -0.25em;
}

.p-entry__body sup {
  top: -0.5em;
}

.p-entry__body audio, .p-entry__body video {
  display: inline-block;
}

.p-entry__body audio:not([controls]) {
  display: none;
  height: 0;
}

.p-entry__body img {
  border-style: none;
}

.p-entry__body svg:not(:root) {
  overflow: hidden;
}

.p-entry__body button, .p-entry__body input, .p-entry__body optgroup, .p-entry__body select, .p-entry__body textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.p-entry__body button, .p-entry__body input {
  overflow: visible;
}

.p-entry__body button, .p-entry__body select {
  text-transform: none;
}

.p-entry__body button, .p-entry__body html [type="button"], .p-entry__body [type="reset"], .p-entry__body [type="submit"] {
  -webkit-appearance: button;
}

.p-entry__body button::-moz-focus-inner, .p-entry__body [type="button"]::-moz-focus-inner, .p-entry__body [type="reset"]::-moz-focus-inner, .p-entry__body [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.p-entry__body button:-moz-focusring, .p-entry__body [type="button"]:-moz-focusring, .p-entry__body [type="reset"]:-moz-focusring, .p-entry__body [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.p-entry__body fieldset {
  padding: .35em .75em .625em;
}

.p-entry__body legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.p-entry__body progress {
  display: inline-block;
  vertical-align: baseline;
}

.p-entry__body textarea {
  overflow: auto;
}

.p-entry__body [type="checkbox"], .p-entry__body [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

.p-entry__body [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.p-entry__body [type="search"]::-webkit-search-cancel-button, .p-entry__body [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

.p-entry__body details, .p-entry__body menu {
  display: block;
}

.p-entry__body summary {
  display: list-item;
}

.p-entry__body canvas {
  display: inline-block;
}

.p-entry__body template {
  display: none;
}

.p-entry__body [hidden] {
  display: none;
}

.p-entry__body * {
  box-sizing: border-box;
}

.p-entry__body .container {
  max-width: 800px;
  margin: 0 auto;
}

.p-entry__body .clr:after, .p-entry__body .col:after, .p-entry__body .container:after, .p-entry__body .group:after, .p-entry__body .row:after {
  content: "";
  display: table;
  clear: both;
}

.p-entry__body .row {
  padding-bottom: 0;
}

.p-entry__body .col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .p-entry__body .gutters .col {
    margin-left: 2%;
  }
  .p-entry__body .span_1 {
    width: 8.33333333333%;
  }
  .p-entry__body .span_2 {
    width: 16.6666666667%;
  }
  .p-entry__body .span_3 {
    width: 25%;
  }
  .p-entry__body .span_4 {
    width: 33.3333333333%;
  }
  .p-entry__body .span_5 {
    width: 41.6666666667%;
  }
  .p-entry__body .span_6 {
    width: 50%;
  }
  .p-entry__body .span_7 {
    width: 58.3333333333%;
  }
  .p-entry__body .span_8 {
    width: 66.6666666667%;
  }
  .p-entry__body .span_9 {
    width: 75%;
  }
  .p-entry__body .span_10 {
    width: 83.3333333333%;
  }
  .p-entry__body .span_11 {
    width: 91.6666666667%;
  }
  .p-entry__body .span_12 {
    width: 100%;
  }
  .p-entry__body .gutters .span_1 {
    width: 6.5%;
  }
  .p-entry__body .gutters .span_2 {
    width: 15%;
  }
  .p-entry__body .gutters .span_3 {
    width: 23.5%;
  }
  .p-entry__body .gutters .span_4 {
    width: 32%;
  }
  .p-entry__body .gutters .span_5 {
    width: 40.5%;
  }
  .p-entry__body .gutters .span_6 {
    width: 49%;
  }
  .p-entry__body .gutters .span_7 {
    width: 57.5%;
  }
  .p-entry__body .gutters .span_8 {
    width: 66%;
  }
  .p-entry__body .gutters .span_9 {
    width: 74.5%;
  }
  .p-entry__body .gutters .span_10 {
    width: 83%;
  }
  .p-entry__body .gutters .span_11 {
    width: 91.5%;
  }
  .p-entry__body .gutters .span_12 {
    width: 100%;
  }
}

.p-entry__body .container {
  padding: 0 1%;
}

.p-entry__body .container img {
  max-width: 100%;
}

.p-entry__body * + .container {
  margin-top: 2em;
}

.p-entry__body .row:not(:last-child) {
  margin-bottom: 4%;
}

.p-entry__body .col {
  float: none;
}

.p-entry__body .col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .p-entry__body .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
  }
  .p-entry__body * + .container {
    margin-top: 40px;
  }
  .p-entry__body .col {
    float: left;
  }
  .p-entry__body .reverse > .col {
    float: right;
  }
  .p-entry__body .col:not(:last-child) {
    margin-bottom: 0;
  }
  .p-entry__body .reverse > .col:last-child, .p-entry__body :not(.reverse) > .col:first-child {
    margin-left: 0;
  }
  .p-entry__body .col.offset_1 {
    margin-left: 8.33333333333%;
  }
  .p-entry__body .gutters .col.offset_1 {
    margin-left: 10.5%;
  }
  .p-entry__body .gutters .col.offset_1:first-child {
    margin-left: 8.5%;
  }
  .p-entry__body .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  .p-entry__body .gutters .col.offset_2 {
    margin-left: 19%;
  }
  .p-entry__body .gutters .col.offset_2:first-child {
    margin-left: 17%;
  }
  .p-entry__body .col.offset_3 {
    margin-left: 25%;
  }
  .p-entry__body .gutters .col.offset_3 {
    margin-left: 27.5%;
  }
  .p-entry__body .gutters .col.offset_3:first-child {
    margin-left: 25.5%;
  }
  .p-entry__body .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  .p-entry__body .gutters .col.offset_4 {
    margin-left: 36%;
  }
  .p-entry__body .gutters .col.offset_4:first-child {
    margin-left: 34%;
  }
  .p-entry__body .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  .p-entry__body .gutters .col.offset_5 {
    margin-left: 44.5%;
  }
  .p-entry__body .gutters .col.offset_5:first-child {
    margin-left: 42.5%;
  }
  .p-entry__body .col.offset_6 {
    margin-left: 50%;
  }
  .p-entry__body .gutters .col.offset_6 {
    margin-left: 53%;
  }
  .p-entry__body .gutters .col.offset_6:first-child {
    margin-left: 51%;
  }
  .p-entry__body .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  .p-entry__body .gutters .col.offset_7 {
    margin-left: 61.5%;
  }
  .p-entry__body .gutters .col.offset_7:first-child {
    margin-left: 59.5%;
  }
  .p-entry__body .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  .p-entry__body .gutters .col.offset_8 {
    margin-left: 70%;
  }
  .p-entry__body .gutters .col.offset_8:first-child {
    margin-left: 68%;
  }
  .p-entry__body .col.offset_9 {
    margin-left: 75%;
  }
  .p-entry__body .gutters .col.offset_9 {
    margin-left: 78.5%;
  }
  .p-entry__body .gutters .col.offset_9:first-child {
    margin-left: 76.5%;
  }
  .p-entry__body .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  .p-entry__body .gutters .col.offset_10 {
    margin-left: 87%;
  }
  .p-entry__body .gutters .col.offset_10:first-child {
    margin-left: 85%;
  }
  .p-entry__body .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  .p-entry__body .gutters .col.offset_11 {
    margin-left: 95.5%;
  }
  .p-entry__body .gutters .col.offset_11:first-child {
    margin-left: 93.5%;
  }
  .p-entry__body .col.offset_12 {
    margin-left: 100%;
  }
  .p-entry__body :not(.reverse) > .col.break + .col {
    clear: left;
    margin-left: 0;
  }
  .p-entry__body .reverse > .col.break {
    margin-left: 0;
  }
  .p-entry__body .reverse > .col.break + .col {
    clear: right;
    margin-right: 0;
  }
  .p-entry__body .col.break ~ .col {
    margin-top: 2%;
  }
}

@media (min-width: 1024px) {
  .p-entry__body .container {
    padding: 0;
  }
}

@font-face {
  .p-entry__body {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
  }
}

@font-face {
  .p-entry__body {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
  }
}

@font-face {
  .p-entry__body {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
  }
}

@font-face {
  .p-entry__body {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
  }
}

@font-face {
  .p-entry__body {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
  }
}

@font-face {
  .p-entry__body {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
  }
}

@font-face {
  .p-entry__body {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
  }
}

@view-transition {
  .p-entry__body {
    navigation: auto;
  }
}

.p-entry__body html {
  font-size: 62.5%;
  overflow-x: hidden;
}

.p-entry__body body {
  background: #FEF8F0;
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.8;
  color: #1b1b1b;
  height: auto !important;
  overflow: hidden;
}

.p-entry__body main {
  overflow: hidden;
}

.p-entry__body figure {
  margin: 0;
  text-align: center;
}

.p-entry__body figure + * {
  margin-top: 0.8em;
}

.p-entry__body figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

.p-entry__body a {
  color: #1b1b1b;
  text-decoration: underline;
}

.p-entry__body a:hover {
  color: #1b1b1b;
  text-decoration: none;
}

.p-entry__body a:hover img {
  opacity: 0.7;
}

.p-entry__body .highlight a {
  color: #1b1b1b;
}

.p-entry__body .highlight a:hover {
  color: #1b1b1b;
}

.p-entry__body a img {
  transition: .3s;
}

.p-entry__body img {
  vertical-align: middle;
}

.p-entry__body img.circle {
  border-radius: 50%;
}

.p-entry__body p {
  margin: 0.5em 0 1em;
}

.p-entry__body p:first-child {
  margin-top: 0;
}

.p-entry__body p:last-child {
  margin-bottom: 0;
}

.p-entry__body ol,
.p-entry__body ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
  line-height: 1.8;
}

.p-entry__body ol:last-child,
.p-entry__body ul:last-child {
  margin-bottom: 0;
}

.p-entry__body ol ol,
.p-entry__body ol ul,
.p-entry__body ul ol,
.p-entry__body ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

.p-entry__body ol ol:last-child,
.p-entry__body ol ul:last-child,
.p-entry__body ul ol:last-child,
.p-entry__body ul ul:last-child {
  margin-bottom: 0.5em;
}

.p-entry__body ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.p-entry__body ul.list-unstyled ol,
.p-entry__body ul.list-unstyled ul {
  padding-left: 2em;
}

.p-entry__body ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 16px;
}

.p-entry__body ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-entry__body dl {
  margin: 0 0 1em;
  line-height: 1.8;
}

.p-entry__body dl:last-child {
  margin-bottom: 0;
}

.p-entry__body dl dt {
  font-weight: bold;
}

.p-entry__body dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

.p-entry__body dl dd:last-child {
  margin-bottom: 0;
}

.p-entry__body table {
  border-collapse: collapse;
  border-spacing: 0;
}

.p-entry__body td,
.p-entry__body th {
  padding: 0;
}

.p-entry__body main section {
  margin-bottom: 10%;
}

.p-entry__body main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

.p-entry__body .sp-mask {
  transition: none !important;
}

.p-entry__body .highlight {
  padding: 4%;
  background: #1f4a8055;
  color: #1b1b1b;
}

.p-entry__body #swipebox-overlay {
  z-index: 10000002 !important;
}

@media (min-width: 768px) {
  .p-entry__body p {
    margin: 0.5em 0 1em;
  }
  .p-entry__body dl.dl-horizontal {
    overflow: hidden;
  }
  .p-entry__body dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  .p-entry__body dl.dl-horizontal dd {
    float: left;
  }
  .p-entry__body main section {
    margin-bottom: 7%;
  }
  .p-entry__body main section:last-child {
    margin-bottom: 9%;
  }
  .p-entry__body main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 8%;
  }
}

@media (max-width: 767px) {
  .p-entry__body .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .p-entry__body .gutters .row.row_inline {
    letter-spacing: -.40em;
  }
  .p-entry__body .gutters .row.row_inline > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 5%;
  }
  .p-entry__body .gutters .row.row_inline .span_1:nth-child(12n+1) {
    margin-left: 0;
  }
  .p-entry__body .gutters .row.row_inline .span_2:nth-child(6n+1) {
    margin-left: 0;
  }
  .p-entry__body .gutters .row.row_inline .span_3:nth-child(4n+1) {
    margin-left: 0;
  }
  .p-entry__body .gutters .row.row_inline .span_4:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-entry__body .gutters .row.row_inline .span_5:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-entry__body .gutters .row.row_inline .span_6:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-entry__body .gutters .row.row_inline .span_7 {
    width: 57.5%;
  }
  .p-entry__body .gutters .row.row_inline .span_8 {
    width: 66%;
  }
  .p-entry__body .gutters .row.row_inline .span_9 {
    width: 74.5%;
  }
  .p-entry__body .gutters .row.row_inline .span_10 {
    width: 83%;
  }
  .p-entry__body .gutters .row.row_inline .span_11 {
    width: 91.5%;
  }
  .p-entry__body .gutters .row.row_inline .span_12 {
    width: 100%;
  }
  .p-entry__body .gutters .row.grid {
    display: grid;
    gap: 1em 2%;
  }
  .p-entry__body .gutters .row.grid_col1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p-entry__body .gutters .row.grid_col2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-entry__body .gutters .row.grid_col3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p-entry__body .gutters .row.grid_col4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .p-entry__body .gutters .row.grid_col5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .p-entry__body .gutters .row.grid_col6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .p-entry__body .gutters .row.grid_col7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .p-entry__body .gutters .row.grid_col8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .p-entry__body .gutters .row.grid_col9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .p-entry__body .gutters .row.grid_col10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .p-entry__body .gutters .row.grid_col11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .p-entry__body .gutters .row.grid_col12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .p-entry__body .gutters .row.grid > .col {
    width: 100%;
    margin: 0;
  }
  .p-entry__body .gutters .row.grid .span_1 {
    grid-column: span 1/span 1;
  }
  .p-entry__body .gutters .row.grid .span_2 {
    grid-column: span 2/span 2;
  }
  .p-entry__body .gutters .row.grid .span_3 {
    grid-column: span 3/span 3;
  }
  .p-entry__body .gutters .row.grid .span_4 {
    grid-column: span 4/span 4;
  }
  .p-entry__body .gutters .row.grid .span_5 {
    grid-column: span 5/span 5;
  }
  .p-entry__body .gutters .row.grid .span_6 {
    grid-column: span 6/span 6;
  }
  .p-entry__body .gutters .row.grid .span_7 {
    grid-column: span 7/span 7;
  }
  .p-entry__body .gutters .row.grid .span_8 {
    grid-column: span 8/span 8;
  }
  .p-entry__body .gutters .row.grid .span_9 {
    grid-column: span 9/span 9;
  }
  .p-entry__body .gutters .row.grid .span_10 {
    grid-column: span 10/span 10;
  }
  .p-entry__body .gutters .row.grid .span_11 {
    grid-column: span 11/span 11;
  }
  .p-entry__body .gutters .row.grid .span_12 {
    grid-column: span 12/span 12;
  }
}

.p-entry__body main .column_main,
.p-entry__body main .column_sub {
  overflow: hidden;
  min-height: 100px;
}

.p-entry__body main .column_main .widget_header,
.p-entry__body main .column_sub .widget_header {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
  margin-bottom: 0;
}

.p-entry__body main .column_main .widget_header + *:not(.calendar_wrap),
.p-entry__body main .column_sub .widget_header + *:not(.calendar_wrap) {
  padding: 0;
  margin: 0 auto 1em;
}

.p-entry__body main .column_main .widget_header + .textwidget,
.p-entry__body main .column_sub .widget_header + .textwidget {
  padding: 10px 0;
}

.p-entry__body main .column_main .widget_wrap .menu,
.p-entry__body main .column_main .widget_wrap > ul,
.p-entry__body main .column_sub .widget_wrap .menu,
.p-entry__body main .column_sub .widget_wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-entry__body main .column_main .widget_wrap .menu ul,
.p-entry__body main .column_main .widget_wrap > ul ul,
.p-entry__body main .column_sub .widget_wrap .menu ul,
.p-entry__body main .column_sub .widget_wrap > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-entry__body main .column_main .widget_wrap .menu li,
.p-entry__body main .column_main .widget_wrap > ul li,
.p-entry__body main .column_sub .widget_wrap .menu li,
.p-entry__body main .column_sub .widget_wrap > ul li {
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #ccc;
}

.p-entry__body main .column_main .widget_wrap .menu li:last-child,
.p-entry__body main .column_main .widget_wrap > ul li:last-child,
.p-entry__body main .column_sub .widget_wrap .menu li:last-child,
.p-entry__body main .column_sub .widget_wrap > ul li:last-child {
  border-bottom: 0;
}

.p-entry__body main .column_main .widget_wrap .menu li a,
.p-entry__body main .column_main .widget_wrap > ul li a,
.p-entry__body main .column_sub .widget_wrap .menu li a,
.p-entry__body main .column_sub .widget_wrap > ul li a {
  display: block;
  text-decoration: none;
}

.p-entry__body main .column_main .widget_wrap .menu li a:hover,
.p-entry__body main .column_main .widget_wrap > ul li a:hover,
.p-entry__body main .column_sub .widget_wrap .menu li a:hover,
.p-entry__body main .column_sub .widget_wrap > ul li a:hover {
  text-decoration: underline;
}

.p-entry__body main .column_main .widget_wrap ul > li.page_item,
.p-entry__body main .column_sub .widget_wrap ul > li.page_item {
  border-bottom: #ccc solid 1px;
}

.p-entry__body main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
.p-entry__body main .column_sub .widget_wrap ul > li.page_item.page_item_has_children {
  padding: 0.5em 0.7em 0.2em !important;
}

.p-entry__body main .column_main .widget_wrap ul > li.page_item .children,
.p-entry__body main .column_sub .widget_wrap ul > li.page_item .children {
  border-top: #eee solid 1px;
  margin: 0.5em 0 0 !important;
}

.p-entry__body main .column_main .widget_wrap ul > li.page_item .children li,
.p-entry__body main .column_sub .widget_wrap ul > li.page_item .children li {
  font-weight: normal;
  border-bottom: #eee solid 1px;
  font-size: 96%;
  padding: 0.5em 0.7em 0.5em 1em;
  position: relative;
}

.p-entry__body main .column_main .widget_wrap ul > li.page_item .children li:before,
.p-entry__body main .column_sub .widget_wrap ul > li.page_item .children li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.4);
  border-radius: 2.5px;
}

.p-entry__body main .column_main .widget_wrap ul > li.page_item .children li li:before,
.p-entry__body main .column_sub .widget_wrap ul > li.page_item .children li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.15);
  border-radius: 0;
}

@media (max-width: 900px) {
  .p-entry__body .gutters .span_3.column_sub,
  .p-entry__body .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .p-entry__body .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }
  .p-entry__body .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .p-entry__body .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .p-entry__body .container {
    max-width: 1200px;
  }
}

@media (min-width: 1024px) {
  .p-entry__body .container {
    padding: 0 10px;
  }
}

.p-entry__body .article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .p-entry__body .article_detail:not(.reverse) .col.span_12 + .span_4,
  .p-entry__body .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
  .p-entry__body .article_detail.reverse .col.span_12,
  .p-entry__body .article_list.reverse .col.span_12 {
    margin-left: 0;
  }
}

.p-entry__body .sidebar {
  visibility: hidden;
}

.p-entry__body .sidebar > .widget_wrap {
  visibility: visible;
}

.p-entry__body .gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.p-entry__body .sitemap {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

.p-entry__body .sitemap li {
  list-style: none;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
}

.p-entry__body .sitemap li > ul {
  padding: 0;
  border-top: #ccc solid 1px;
}

.p-entry__body .sitemap li > ul > li {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.p-entry__body .sitemap li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
}

.p-entry__body .sitemap li > ul > li:last-child {
  border-bottom: none;
  padding: 10px 0 0 15px;
}

.p-entry__body .sitemap li > ul > li .children > li {
  padding: 10px 0 0 15px;
}

.p-entry__body .sitemap li > ul > li .children > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 0;
}

.p-entry__body .sitemap a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

.p-entry__body .sitemap a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .p-entry__body .sitemap a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-entry__body .parallax_h1 {
  height: 250px;
  position: relative;
}

.p-entry__body .parallax_h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}

.p-entry__body .parallax_h1 h1 {
  color: #fff;
}

.p-entry__body .parallax_h1 h1:after, .p-entry__body .parallax_h1 h1:before {
  background: #fff;
}

@media (min-width: 768px) {
  .p-entry__body .parallax_h1 {
    height: 450px;
  }
}

.p-entry__body .map_wide #map_canvas,
.p-entry__body .map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-entry__body .map_wide img {
  max-width: none;
}

.p-entry__body .slick-track {
  margin: 0 auto;
}

.p-entry__body .col dl p {
  line-height: 1.8;
  margin: 0;
}

.p-entry__body .col p {
  line-height: 1.8;
}

.p-entry__body .container {
  padding: 0 10px;
}

@media (min-width: 1220px) {
  .p-entry__body .container {
    padding: 0;
  }
}

.p-entry__body .container .container {
  padding: 0;
}

.p-entry__body #fb-root,
.p-entry__body .fb-page {
  font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif !important;
}

.p-entry__body #swipebox-overlay {
  background: rgba(13, 13, 13, 0.8);
}

.p-entry__body img.wp-edited-image[width] {
  width: auto !important;
}

.p-entry__body img.wp-edited-image[height] {
  height: auto !important;
}

.p-entry__body .grecaptcha-badge {
  visibility: hidden;
}

.p-entry__body .grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}

.p-entry__body .grecaptcha-message a {
  text-decoration: underline;
}

.p-entry__body header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #FEF8F0;
  color: #1b1b1b;
}

.p-entry__body header .row {
  margin: 0 3%;
}

@media (max-width: 767px) {
  .p-entry__body header .container .row {
    margin: 0;
  }
}

.p-entry__body header .title {
  font-size: 0px;
  font-size: 0rem;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
}

.p-entry__body header .title a {
  display: inline-block;
}

.p-entry__body header .title img,
.p-entry__body header .title object {
  width: 350px;
  height: 30px;
  max-width: none;
}

@media (max-width: 600px) {
  .p-entry__body header .title img,
  .p-entry__body header .title object {
    width: 250px;
    height: 21.42857px;
  }
}

.p-entry__body header .global_nav > ul {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #b3b3b3;
}

@media (min-width: 768px) {
  .p-entry__body header .global_nav > ul {
    left: auto;
    width: 50%;
    max-width: 400px;
  }
}

.p-entry__body header .global_nav > ul > li {
  border-bottom: 1px solid #b3b3b3;
}

.p-entry__body header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: #305008;
}

.p-entry__body header .global_nav > ul > li a:hover {
  color: #fff;
}

.p-entry__body header .global_nav > ul > li a:active {
  background: #305008;
  color: #fff;
}

.p-entry__body header .global_nav > ul > li > a {
  background: #305008;
}

.p-entry__body header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 100;
}

.p-entry__body header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: transform 0.3s;
  overflow: hidden;
}

.p-entry__body header .global_nav .menu_icon a:after, .p-entry__body header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #305008;
  transition: transform 0.5s;
}

.p-entry__body header .global_nav .menu_icon a:before {
  top: 0;
}

.p-entry__body header .global_nav .menu_icon a:after {
  bottom: 0;
}

.p-entry__body header .global_nav .menu_icon a span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #305008;
  transition: transform 0.5s;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

.p-entry__body header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}

.p-entry__body header .global_nav .menu_icon a.close:not(.fix):before {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  background: #305008;
}

.p-entry__body header .global_nav .menu_icon a.close:not(.fix):after {
  bottom: 50%;
  transform: translate(0, 50%) rotate(-45deg);
  background: #305008;
}

.p-entry__body header .global_nav .menu_icon a.close:not(.fix) span {
  transform: translate(100%, -50%);
}

.p-entry__body header .global_nav > ul {
  transform-origin: center top;
  visibility: hidden;
  transition: transform 0.3s;
  transform: rotateX(90deg);
}

.p-entry__body header.menu_open .global_nav > ul {
  visibility: visible;
  transform: rotateX(0deg);
}

.p-entry__body #google_translate_element,
.p-entry__body .translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.p-entry__body .translate_gt {
  margin-top: -14px;
}

@media (min-width: 769px) {
  .p-entry__body header .row {
    table-layout: fixed;
    display: table;
    width: 94%;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .p-entry__body header .row {
    margin: auto;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .p-entry__body header .container .row {
    width: auto;
    margin: 0;
  }
  .p-entry__body header .global_nav,
  .p-entry__body header .title {
    margin: 0;
    vertical-align: middle;
    height: 120px;
    display: table-cell;
  }
  .p-entry__body header .title {
    max-width: none;
    max-width: none;
    padding: 10px 0;
  }
  .p-entry__body header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
  }
  .p-entry__body header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
  }
  .p-entry__body header .global_nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-entry__body header .global_nav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  .p-entry__body header .global_nav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  .p-entry__body header .global_nav > ul > li:not(:first-child) > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #1b1b1b;
  }
  .p-entry__body header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #1b1b1b;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1.5em;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  .p-entry__body header .global_nav > ul > li > a {
    padding: 0.3em 0.5em;
  }
}

@media (min-width: 769px) {
  .p-entry__body header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #305008;
    color: #305008;
  }
  .p-entry__body header .global_nav > ul > li > a:active {
    background: none;
  }
  .p-entry__body header .global_nav > ul > li > a span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-entry__body header .global_nav .menu_icon {
    display: none;
  }
  .p-entry__body #google_translate_element,
  .p-entry__body .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .p-entry__body .translate_gt {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .p-entry__body header .global_nav > ul > li a > span,
  .p-entry__body header .global_nav > ul > li a > br {
    display: none;
  }
}

.p-entry__body .hdr_info_wrap {
  display: none;
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(10% + 20px);
  transform: translateY(-50%);
  margin: auto;
}

@media (min-width: 640px) {
  .p-entry__body .hdr_info_wrap {
    right: 10%;
  }
}

.p-entry__body .hdr_info_wrap .hdr_info_sp a {
  position: relative;
  display: block;
  background: #305008;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.p-entry__body .hdr_info_wrap .hdr_info_sp a img {
  max-width: 17px;
  max-height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 769px) {
  .p-entry__body .hdr_info_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1200px;
  }
  .p-entry__body .hdr_info_wrap .hdr_info {
    position: absolute;
    right: 10px;
    top: 35px;
  }
}

.p-entry__body footer {
  position: relative;
}

@media (max-width: 767px) {
  .p-entry__body footer {
    padding-bottom: 50px;
  }
}

.p-entry__body footer nav {
  text-align: center;
}

.p-entry__body footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-entry__body footer nav ul li + li {
  border-top: 1px solid #b3b3b3;
}

.p-entry__body footer nav a {
  display: block;
  padding: 0.7em 0;
  text-decoration: none;
}

.p-entry__body footer nav a:hover {
  text-decoration: underline;
}

.p-entry__body footer .footer_copyright_wrap {
  text-align: center;
}

.p-entry__body footer .footer_copyright_wrap p {
  padding: 1em 0.3em;
}

@media (min-width: 768px) {
  .p-entry__body footer .row:not(:last-child) {
    margin-bottom: 5px;
  }
  .p-entry__body footer nav {
    text-align: center;
    padding: 0.7em 0 0;
  }
  .p-entry__body footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
    white-space: normal;
  }
  .p-entry__body footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-entry__body footer nav ul li {
    line-height: 1.5;
    white-space: normal;
  }
  .p-entry__body footer nav ul li + li {
    border: 0;
  }
  .p-entry__body footer nav ul li:not(:first-child):before {
    content: "|";
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
  .p-entry__body footer nav a {
    display: inline;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-entry__body footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  .p-entry__body footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

.p-entry__body footer {
  background: #305008;
  color: #fff;
}

.p-entry__body footer a {
  color: #fff;
}

.p-entry__body footer a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .p-entry__body footer .container .row .col {
    float: none;
    width: 100%;
  }
  .p-entry__body footer .container .row nav ul {
    display: inline-block;
  }
  .p-entry__body footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

.p-entry__body .floating_button {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
}

.p-entry__body .floating_button a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #305008;
  padding: 1em;
  margin-bottom: 50px;
  width: 140px;
  height: 140px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

@media (max-width: 767px) {
  .p-entry__body .floating_button {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: none;
    display: flex;
  }
  .p-entry__body .floating_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0;
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.p-entry__body .bread_wrap {
  margin-bottom: 2%;
}

.p-entry__body .bread {
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-entry__body .bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.p-entry__body .bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

.p-entry__body .bread ul li a {
  text-decoration: none;
  color: #1b1b1b;
}

.p-entry__body .bread ul li a:hover {
  color: #1b1b1b;
  text-decoration: none;
}

.p-entry__body .bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.p-entry__body .bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.p-entry__body .bread ul li:last-child:after {
  content: none;
}

.p-entry__body .button, .p-entry__body .inquiry .wpcf7-submit {
  display: inline-block;
  min-width: 200px;
  margin: 0;
  padding: 0.6em;
  border: 1px solid #305008;
  border-radius: 0;
  background: #305008;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  transition: .3s;
  cursor: pointer;
}

.p-entry__body .button:hover, .p-entry__body .inquiry .wpcf7-submit:hover {
  background: #fff;
  color: #305008;
}

.p-entry__body .highlight .button, .p-entry__body .highlight .inquiry .wpcf7-submit, .p-entry__body .inquiry .highlight .wpcf7-submit {
  color: #fff;
}

.p-entry__body .highlight .button:hover, .p-entry__body .highlight .inquiry .wpcf7-submit:hover, .p-entry__body .inquiry .highlight .wpcf7-submit:hover {
  color: #305008;
}

.p-entry__body .button.block, .p-entry__body .inquiry .block.wpcf7-submit {
  display: block;
  min-width: 0;
}

.p-entry__body .button.inverse, .p-entry__body .inquiry .inverse.wpcf7-submit {
  border: 1px solid #305008;
  border-radius: 0;
  background: #fff;
  color: #305008;
}

.p-entry__body .button.inverse:hover, .p-entry__body .inquiry .inverse.wpcf7-submit:hover {
  background: #305008;
  color: #fff;
}

.p-entry__body .button.cancel, .p-entry__body .inquiry .cancel.wpcf7-submit {
  background: #888;
  color: #fff;
}

.p-entry__body .button.cancel:hover, .p-entry__body .inquiry .cancel.wpcf7-submit:hover {
  background: #6f6f6f;
}

.p-entry__body .button.large, .p-entry__body .inquiry .large.wpcf7-submit {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-entry__body .button + .button, .p-entry__body .inquiry .wpcf7-submit + .button, .p-entry__body .inquiry .button + .wpcf7-submit, .p-entry__body .inquiry .wpcf7-submit + .wpcf7-submit {
  margin-left: 0.5em;
}

.p-entry__body .button span, .p-entry__body .inquiry .wpcf7-submit span {
  line-height: 1;
  padding-left: 20px;
  background: url(/wp-content/uploads/btn_icon.png) left center no-repeat;
  background-size: auto 14px;
}

.p-entry__body .cal_wrapper table.cal {
  width: 100%;
}

.p-entry__body .cal_wrapper table.cal caption {
  position: relative;
  margin-bottom: 1.0em;
}

.p-entry__body .cal_wrapper table.cal .current_ym {
  font-size: 1.8rem;
}

.p-entry__body .cal_wrapper table.cal button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 0;
  margin: auto;
  padding: 20px 0 0;
  border: 0;
  background: none;
  overflow: hidden;
  cursor: pointer;
}

.p-entry__body .cal_wrapper table.cal button::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 3px solid #1f4a80;
}

.p-entry__body .cal_wrapper table.cal button.prev {
  left: 0;
}

.p-entry__body .cal_wrapper table.cal button.prev::before {
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
}

.p-entry__body .cal_wrapper table.cal button.next {
  right: 0;
}

.p-entry__body .cal_wrapper table.cal button.next::before {
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.p-entry__body .cal_wrapper table.cal td {
  padding: 0.5em;
  border-top: solid 1px #eee;
  text-align: center;
}

.p-entry__body .cal_wrapper table.cal .headline {
  background-color: #1f4a80;
  color: #fff;
}

.p-entry__body .cal_wrapper table.cal .headline td {
  padding: 0.5em;
}

.p-entry__body .cal_wrapper .cal_legend {
  margin-top: 20px;
}

.p-entry__body .cal_wrapper .cal_legend dl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.p-entry__body .cal_wrapper .cal_legend dl:not(:first-child) {
  margin-top: 10px;
}

.p-entry__body .cal_wrapper .cal_legend dt {
  width: 30px;
  height: 0;
  padding-top: 24px;
  overflow: hidden;
}

.p-entry__body .inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: #1f4a80;
}

.p-entry__body .inquiry fieldset .row {
  margin: 0;
}

.p-entry__body .inquiry dl {
  margin: 0;
  padding: 0;
}

.p-entry__body .inquiry dt {
  font-weight: normal;
}

.p-entry__body .inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}

.p-entry__body .inquiry dd {
  margin: 0;
  padding: 0;
}

.p-entry__body .inquiry dd:last-child {
  padding-bottom: 0;
}

.p-entry__body .inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}

.p-entry__body .inquiry input[type="text"],
.p-entry__body .inquiry input[type="url"],
.p-entry__body .inquiry input[type="email"],
.p-entry__body .inquiry input[type="tel"],
.p-entry__body .inquiry input[type="date"],
.p-entry__body .inquiry input[type="number"],
.p-entry__body .inquiry select,
.p-entry__body .inquiry textarea {
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-entry__body .inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}

.p-entry__body .inquiry input.p-postal-code {
  width: 100px;
}

.p-entry__body .inquiry input.p-region {
  width: 100px;
}

.p-entry__body .inquiry input.p-locality {
  width: 150px;
}

.p-entry__body .inquiry input.p-street-address {
  width: 100%;
}

.p-entry__body .inquiry input.p-extended-address {
  width: 100%;
}

.p-entry__body .inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.p-entry__body .inquiry .submit .button, .p-entry__body .inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 0.9em;
}

.p-entry__body .inquiry .required {
  color: #f00;
}

.p-entry__body .inquiry label {
  display: block;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .p-entry__body .inquiry {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-entry__body .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .p-entry__body .inquiry dt {
    clear: both;
    padding: 6px 0;
  }
  .p-entry__body .inquiry dd {
    padding-bottom: 1.5em;
  }
  .p-entry__body .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .p-entry__body .inquiry input[type="text"],
  .p-entry__body .inquiry input[type="url"],
  .p-entry__body .inquiry input[type="email"],
  .p-entry__body .inquiry input[type="tel"],
  .p-entry__body .inquiry input[type="date"],
  .p-entry__body .inquiry input[type="text"],
  .p-entry__body .inquiry select {
    width: 60%;
  }
  .p-entry__body .inquiry input[type="number"] {
    width: 65px;
  }
  .p-entry__body .inquiry input.p-postal-code {
    width: 100px;
  }
  .p-entry__body .inquiry input.p-region {
    width: 100px;
  }
  .p-entry__body .inquiry input.p-locality {
    width: 150px;
  }
  .p-entry__body .inquiry input.p-street-address {
    width: 100%;
  }
  .p-entry__body .inquiry input.p-extended-address {
    width: 100%;
  }
  .p-entry__body .inquiry textarea {
    width: 100%;
  }
  .p-entry__body .inquiry .submit {
    margin: 60px 0 0;
  }
  .p-entry__body .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .p-entry__body .gutters .inquiry dt.col {
    margin-left: 0;
  }
}

.p-entry__body .movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.p-entry__body .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-entry__body .movie.ar16to9 {
  padding-top: 56.25%;
}

.p-entry__body .movie.ar4to3 {
  padding-top: 75%;
}

.p-entry__body .news .news_bg {
  background: rgba(48, 80, 8, 0.05);
}

.p-entry__body .news.typeC .news_bg {
  padding: 1em;
}

.p-entry__body .news h2 {
  color: #1b1b1b;
}

.p-entry__body .news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.p-entry__body .news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}

.p-entry__body .news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #ccc;
}

.p-entry__body .news dl dd a {
  text-decoration: none;
}

.p-entry__body .news dl dd a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .p-entry__body .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .p-entry__body .news.typeA > div .heading {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .p-entry__body .news.typeA h2 {
    margin: 0;
    padding: 0;
  }
  .p-entry__body .news.typeA h2:after {
    display: none;
  }
  .p-entry__body .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .p-entry__body .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }
  .p-entry__body .news.typeC dl {
    max-height: 500px;
  }
  .p-entry__body .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .p-entry__body .news dl dt {
    width: 100px;
    clear: left;
    float: left;
    margin: 0;
    padding: 1em 0 1em 1em;
  }
  .p-entry__body .news dl dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  .p-entry__body .news dl dt + dd {
    padding-left: 120px;
  }
}

.p-entry__body .parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.p-entry__body .parallax.ios {
  background-attachment: scroll;
}

.p-entry__body .parallax .parallax_contents {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.p-entry__body .parallax .parallax_contents h1, .p-entry__body .parallax .parallax_contents .h1 {
  margin: 0;
  padding: 1em 0;
}

.p-entry__body .qa h3.question {
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
}

.p-entry__body .qa .question {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 50px 1em 1em;
  background-color: #1f4a8055;
  color: #333;
  font-weight: normal;
  cursor: pointer;
}

.p-entry__body .qa .question:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 1em;
  left: auto;
  top: 50%;
  bottom: auto;
  margin-top: -12px;
  background: url(/wp-content/uploads/chevron-down.svg) center center no-repeat;
  background-size: 24px;
  transition: .5s;
  border: none;
  transform: rotate(0);
}

.p-entry__body .qa .question:before {
  content: none;
}

.p-entry__body .qa .question:hover {
  background: #1f4a8055;
}

.p-entry__body .qa .question.open:after {
  transform: rotate(180deg);
}

.p-entry__body .qa .answer {
  padding: 0 0 0 1em;
}

.p-entry__body .qa .answer:not(:last-child) {
  margin-bottom: 2em;
}

.p-entry__body .qa.qa-open .question {
  padding-right: 1em;
  cursor: default;
}

.p-entry__body .qa.qa-open .question:hover {
  background-color: #1f4a80;
}

.p-entry__body .qa.qa-open .question:after {
  display: none;
}

.p-entry__body .qa.qa-open .answer {
  display: block;
}

.p-entry__body .highlight .qa .question {
  background: #1f4a80;
}

.p-entry__body .highlight .qa .question:hover {
  background: #1f4a80;
}

.p-entry__body .highlight .qa.qa-open .question:hover {
  background: #1f4a80;
}

.p-entry__body .shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}

.p-entry__body .shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}

.p-entry__body .shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.p-entry__body .shopinfo dl:first-child {
  margin-top: 0;
}

.p-entry__body .shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.p-entry__body .shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #1f4a80;
}

.p-entry__body .shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.p-entry__body .shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

.p-entry__body .shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-entry__body .shopinfo .map_container + p {
  margin-top: 2em;
}

.p-entry__body .map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

.p-entry__body .map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-entry__body body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .p-entry__body .shopinfo figure {
    max-width: 100%;
  }
  .p-entry__body .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .p-entry__body .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .p-entry__body .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .p-entry__body .shopinfo .map_container {
    padding-top: 70%;
  }
  .p-entry__body .shopinfo .span_12 .map_container, .p-entry__body .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .p-entry__body .map_wide {
    padding-top: 420px;
  }
}

@media (max-width: 767px) {
  .p-entry__body .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .p-entry__body .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .p-entry__body .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .p-entry__body .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .p-entry__body .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .p-entry__body .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .p-entry__body .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .p-entry__body .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .p-entry__body .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .p-entry__body .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .p-entry__body .sp_image_left {
    overflow: hidden;
  }
  .p-entry__body .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .p-entry__body .sp_image_left .col:last-child {
    float: none;
  }
  .p-entry__body .sp_image_right {
    overflow: hidden;
  }
  .p-entry__body .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .p-entry__body .sp_image_right .col:last-child {
    float: none;
  }
}

.p-entry__body .step h3:last-child {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
}

.p-entry__body .step h3:last-child:after, .p-entry__body .step h3:last-child:before {
  content: none;
}

.p-entry__body .step_num {
  text-align: center;
}

.p-entry__body .step_num p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #305008;
  line-height: 1;
}

.p-entry__body .step_num p span {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  color: #305008;
}

.p-entry__body .step > .row,
.p-entry__body .step-h .col {
  position: relative;
  padding: 1em;
  background: rgba(48, 80, 8, 0.05);
}

.p-entry__body .step > .row:not(:last-child):after,
.p-entry__body .step-h .col:not(:last-child):after,
.p-entry__body .step-h .row.continue > .col:last-child:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  background: url("/wp-content/uploads/chevron-down.svg") center center no-repeat;
  background-size: 45px auto;
}

@media (max-width: 767px) {
  .p-entry__body .step > .row:not(:last-child),
  .p-entry__body .step-h .col:not(:last-child),
  .p-entry__body .step-h .row.continue > .col:last-child {
    margin-bottom: 18%;
  }
  .p-entry__body .step > .row:not(:last-child):after,
  .p-entry__body .step-h .col:not(:last-child):after,
  .p-entry__body .step-h .row.continue > .col:last-child:after {
    padding-top: 20%;
  }
  .p-entry__body .step-h .row.continue {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .p-entry__body .step > .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 2em;
  }
  .p-entry__body .step > .row > .col {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .p-entry__body .step > .row > .col:not(:first-child) {
    padding-left: 2%;
  }
  .p-entry__body .step > .row:not(:last-child) {
    margin-bottom: 80px;
  }
  .p-entry__body .step > .row:not(:last-child):after {
    top: 100%;
    padding-top: 60px;
    margin: 10px 0;
  }
  .p-entry__body .step > .row:not(:last-child):after,
  .p-entry__body .step-h .col:not(:last-child):after,
  .p-entry__body .step-h .row.continue > .col:last-child:after {
    background-size: auto 100%;
  }
  .p-entry__body .step-h.gutters .col {
    margin: 0;
  }
  .p-entry__body .step-h .col {
    padding: 0;
    background: none;
  }
  .p-entry__body .step-h .col:not(:last-child) {
    position: relative;
    margin-right: 4%;
  }
  .p-entry__body .step-h .col:not(:last-child):after {
    display: none;
  }
  .p-entry__body .step-h .col:not(:last-child) figure span {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .p-entry__body .step-h .col:not(:last-child) figure span:after {
    content: '';
    display: block;
    width: 28px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    background: url("/wp-content/uploads/arrow_right.svg") center center no-repeat;
    background-size: contain;
  }
  .p-entry__body .step-h .span_3 {
    width: 22%;
  }
  .p-entry__body .step-h .span_4 {
    width: 30.66666666%;
  }
  .p-entry__body .step-h .span_6 {
    width: 48%;
  }
}

@media (min-width: 1024px) {
  .p-entry__body .step-h .col:not(:last-child) figure span:after {
    right: -34px;
  }
}

.p-entry__body .tab_module .tab_nav {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  border-bottom: 1px solid #305008;
}

.p-entry__body .tab_module .tab_nav li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 2%;
  border: 1px solid #305008;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  color: #305008;
  word-break: break-all;
  line-height: 1.4;
  cursor: pointer;
  transition: .2s;
}

.p-entry__body .tab_module .tab_nav li:is(.active, :hover) {
  background: #305008;
  color: #fff;
}

.p-entry__body .tab_module .tab_content:not(.show) {
  display: none;
}

@media (min-width: 768px) {
  .p-entry__body .tab_module_1 .tab_nav_1 li {
    width: calc((100% - (5 - 1)*10px)/5);
  }
  .p-entry__body .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child) {
    position: relative;
  }
  .p-entry__body .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child):before {
    content: '';
    width: 100vw;
    height: 1px;
    background: #305008;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .p-entry__body .tab_module_1 .tab_nav_1 li {
    width: calc((100% - (2 - 1)*10px)/2);
  }
  .p-entry__body .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child) {
    position: relative;
  }
  .p-entry__body .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child):before {
    content: '';
    width: 100vw;
    height: 1px;
    background: #305008;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.p-entry__body table {
  margin: 0 auto;
}

.p-entry__body table td,
.p-entry__body table th {
  word-break: break-all;
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  .p-entry__body table td,
  .p-entry__body table th {
    padding: 0.7em .3em;
  }
}

.p-entry__body table th {
  text-align: center;
  font-weight: normal;
}

.p-entry__body .table-default {
  width: 100%;
}

.p-entry__body .table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.p-entry__body .table-default td,
.p-entry__body .table-default th {
  border: 1px solid #1f4a80;
}

.p-entry__body .table-default th {
  background: #1f4a80cc;
  color: #fff;
}

.p-entry__body .table-default td {
  background: transparent;
}

.p-entry__body .table-menu {
  width: 100%;
}

.p-entry__body .table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.p-entry__body .table-menu td,
.p-entry__body .table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #305008;
  border-bottom: 1px solid #305008;
}

@media (max-width: 767px) {
  .p-entry__body .table-menu td,
  .p-entry__body .table-menu th {
    padding: 0.7em .3em;
  }
}

.p-entry__body .table-menu tbody th {
  text-align: left;
}

.p-entry__body .table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.p-entry__body .table-schedule {
  width: 100%;
}

.p-entry__body .table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.p-entry__body .table-schedule td,
.p-entry__body .table-schedule th {
  border: 1px solid #305008;
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .p-entry__body .table-schedule td,
  .p-entry__body .table-schedule th {
    padding: 0.7em .3em;
  }
}

.p-entry__body .table-schedule thead th {
  background: rgba(48, 80, 8, 0.7);
  color: #fff;
}

.p-entry__body .table-schedule tbody th {
  background: transparent;
}

.p-entry__body .table-schedule td {
  background: transparent;
}

.p-entry__body .table-summary {
  border-top: 1px solid #305008;
  width: 100%;
}

.p-entry__body .table-summary caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.p-entry__body .table-summary td,
.p-entry__body .table-summary th {
  padding: 1em;
  border-bottom: 1px solid #305008;
}

.p-entry__body .table-summary th {
  text-align: left;
  font-weight: normal;
  width: 20%;
}

@media (max-width: 767px) {
  .p-entry__body .responsive-stack {
    display: block;
  }
  .p-entry__body .responsive-stack thead {
    display: none;
  }
  .p-entry__body .responsive-stack tbody,
  .p-entry__body .responsive-stack td,
  .p-entry__body .responsive-stack th,
  .p-entry__body .responsive-stack tr {
    display: block;
  }
  .p-entry__body .responsive-stack td,
  .p-entry__body .responsive-stack th {
    width: 100% !important;
  }
  .p-entry__body .responsive-stack tr:not(:last-child) td,
  .p-entry__body .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .p-entry__body .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .p-entry__body .responsive-list {
    display: block;
  }
  .p-entry__body .responsive-list thead {
    display: none;
  }
  .p-entry__body .responsive-list tbody,
  .p-entry__body .responsive-list td,
  .p-entry__body .responsive-list th,
  .p-entry__body .responsive-list tr {
    display: block;
  }
  .p-entry__body .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .p-entry__body .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .p-entry__body .responsive-list td:first-child {
    border-bottom: 0;
  }
  .p-entry__body .responsive-list td:last-child {
    border-top: 0;
  }
  .p-entry__body .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .p-entry__body .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .p-entry__body .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  .p-entry__body .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
  }
  .p-entry__body .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}

.p-entry__body h1:not(.title) {
  position: relative;
  background: #305008;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 .5em;
  padding: .8em .5em;
}

@media (max-width: 767px) {
  .p-entry__body h1:not(.title) {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 1em .5em;
  }
}

.p-entry__body h2 {
  position: relative;
  display: block;
  color: #333;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 0.8em;
  border: 0;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  .p-entry__body h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-entry__body h3 {
  position: relative;
  color: #333;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5em;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 767px) {
  .p-entry__body h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-entry__body h4 {
  position: relative;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0 0 0.5em;
  padding-left: 1em;
}

@media (max-width: 767px) {
  .p-entry__body h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-entry__body .widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #1b1b1b;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(48, 80, 8, 0.05);
}

.p-entry__body .widget_wrap .widget_header a {
  text-decoration: none;
}

.p-entry__body .widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .p-entry__body .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-entry__body .main_visual {
  position: relative;
  table-layout: fixed;
}

.p-entry__body .main_visual .main_visual_slick,
.p-entry__body .main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.p-entry__body .main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.p-entry__body .main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.p-entry__body .main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.p-entry__body .main_visual .main_visual_slick li:not([id^="slick-slide"]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.p-entry__body .main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active) {
  transition-delay: 0.5s !important;
}

.p-entry__body .main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
}

.p-entry__body .main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.p-entry__body .main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.p-entry__body .main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 46.66667%;
  max-width: 560px;
  max-height: 560px;
  z-index: 52;
}

.p-entry__body .main_visual .main_visual_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.p-entry__body .main_visual .main_visual_arrow .slick-prev {
  left: 25px;
}

.p-entry__body .main_visual .main_visual_arrow .slick-next {
  right: 25px;
}

.p-entry__body .main_visual .main_visual_arrow .slick-prev:before,
.p-entry__body .main_visual .main_visual_arrow .slick-next:before {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 639px) {
  .p-entry__body .main_visual .main_visual_arrow .slick-prev {
    left: 10px;
  }
  .p-entry__body .main_visual .main_visual_arrow .slick-next {
    right: 10px;
  }
  .p-entry__body .main_visual .main_visual_arrow .slick-prev:before,
  .p-entry__body .main_visual .main_visual_arrow .slick-next:before {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  .p-entry__body .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.p-entry__body .main_visual .main_visual_slick {
  padding-top: 62.5% !important;
}

@media (min-width: 1200px) {
  .p-entry__body .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 750px !important;
  }
}

@media (min-width: 1920px) {
  .p-entry__body .main_visual .main_visual_slick {
    padding-top: 39.0625% !important;
  }
}

@media (max-width: 639px) {
  .p-entry__body .main_visual .main_visual_slick {
    padding-top: 109.375% !important;
  }
}

.p-entry__body .slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.p-entry__body .slick-dots li.slick-active button {
  background: #305008;
}

.p-entry__body .slide_scroll {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 45px;
  background: url(/wp-content/uploads/icon_scroll.png) center bottom no-repeat;
  z-index: 55;
  color: #fff;
  text-decoration: none;
}

.p-entry__body .slide_scroll:hover {
  color: #fff;
}

.p-entry__body .article_list {
  padding: .5em;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .p-entry__body .article_list {
    padding: 1em;
  }
}

.p-entry__body .article_list:nth-child(even) {
  background: rgba(48, 80, 8, 0.05);
}

.p-entry__body .article_list:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  transform: translate(-10px, -10px) rotate(45deg);
  transition: .3s;
}

.p-entry__body .article_list:hover:before {
  background: #305008;
}

.p-entry__body .article_list .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .p-entry__body .article_list .case_arrow {
    height: 80px;
  }
}

.p-entry__body .article_list .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #305008;
  border-right: 5px solid #305008;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .p-entry__body .article_list .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #305008;
    border-right: 5px solid #305008;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.p-entry__body .article_list .span_12 {
  margin: 2% 0;
}

.p-entry__body .article_single01 .article_single01_02 {
  margin-top: 10px;
}

.p-entry__body .article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.p-entry__body .article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-entry__body .article_single01 .ofi {
  background: rgba(48, 80, 8, 0.05);
}

.p-entry__body .article_single01 .more {
  display: block;
  text-align: center;
}

.p-entry__body .article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.p-entry__body .article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-entry__body .article_single02 .ofi {
  background: rgba(48, 80, 8, 0.05);
}

.p-entry__body .article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .p-entry__body .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  .p-entry__body .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .p-entry__body .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.p-entry__body .article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.p-entry__body .article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-entry__body .article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .p-entry__body .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.p-entry__body .article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #305008;
  border-right: 3px solid #305008;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .p-entry__body .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.p-entry__body .article_single03 .ofi {
  background: rgba(48, 80, 8, 0.05);
}

.p-entry__body .article_single03 .more {
  display: block;
  text-align: center;
}

.p-entry__body .article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-entry__body .article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}

.p-entry__body .article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}

.p-entry__body .article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}

.p-entry__body .article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}

.p-entry__body .article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}

.p-entry__body .article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}

.p-entry__body .article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

.p-entry__body .article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}

.p-entry__body .article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.p-entry__body .article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.p-entry__body .article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.p-entry__body .article_single04.article_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

.p-entry__body .article_single04.article_container .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

.p-entry__body .article_single04.article_container .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

.p-entry__body .article_single04.article_container .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

.p-entry__body .article_single04.article_container .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

.p-entry__body .article_single04.article_container .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

.p-entry__body .article_single04.article_container .article_single04_01_nav {
  margin-top: 15px;
}

.p-entry__body .article_single04.article_container .article_single04_01_nav .ofi {
  padding-top: 12%;
}

.p-entry__body .article_single04.article_container .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.p-entry__body .article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.p-entry__body .article_single04.article_container .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.p-entry__body .article_single04 .article_single04_02 {
  margin-top: 10px;
}

.p-entry__body .article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.p-entry__body .article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-entry__body .article_single04 .slick-next,
.p-entry__body .article_single04 .slick-prev {
  z-index: 1;
}

.p-entry__body .article_single04 .slick-next:before,
.p-entry__body .article_single04 .slick-prev:before {
  content: none;
}

.p-entry__body .article_single04 .slick-next:after,
.p-entry__body .article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #305008;
  transition: 0.2s;
  z-index: 1;
}

.p-entry__body .article_single04 .slick-prev {
  left: 0;
}

.p-entry__body .article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #305008;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}

.p-entry__body .article_single04 .slick-next {
  right: 0;
}

.p-entry__body .article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #305008;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.p-entry__body .article_single04 .ofi {
  background: rgba(48, 80, 8, 0.05);
  height: auto !important;
}

.p-entry__body .article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .p-entry__body .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  .p-entry__body .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  .p-entry__body .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.p-entry__body .article_container .article_single01_02 {
  margin-top: 10px;
}

.p-entry__body .article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.p-entry__body .article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-entry__body .article_detail {
  background: rgba(48, 80, 8, 0.05);
  padding: 4%;
  margin-bottom: 4%;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-entry__body .article_detail .article_date {
  margin-bottom: 1em;
}

.p-entry__body .article_detail .article_thumbnail {
  float: left;
  margin: 0 2% 2% 0;
}

.p-entry__body .article_detail .article_content {
  float: none;
  width: 100%;
  margin-left: 0;
}

.p-entry__body .article_detail .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .p-entry__body .article_detail .case_arrow {
    height: 80px;
  }
}

.p-entry__body .article_detail .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #305008;
  border-right: 5px solid #305008;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .p-entry__body .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #305008;
    border-right: 5px solid #305008;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.p-entry__body .article_detail .span_12 {
  margin: 2% 0;
}

.p-entry__body .wp_pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.p-entry__body .wp_pager .wp_pager_prev {
  float: left;
}

.p-entry__body .wp_pager .wp_pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

.p-entry__body .wp_pager .wp_pager_prev a:before, .p-entry__body .wp_pager .wp_pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #000;
  transition: .2s;
}

.p-entry__body .wp_pager .wp_pager_prev a:before {
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}

.p-entry__body .wp_pager .wp_pager_prev a:after {
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}

.p-entry__body .wp_pager .wp_pager_prev a:hover {
  text-decoration: underline;
}

.p-entry__body .wp_pager .wp_pager_prev a:hover:before {
  left: 0;
}

.p-entry__body .wp_pager .wp_pager_prev a:hover:after {
  left: 0;
}

.p-entry__body .wp_pager .wp_pager_next {
  float: right;
}

.p-entry__body .wp_pager .wp_pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}

.p-entry__body .wp_pager .wp_pager_next a:before, .p-entry__body .wp_pager .wp_pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #000;
  transform-origin: center;
  transition: .2s;
}

.p-entry__body .wp_pager .wp_pager_next a:before {
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}

.p-entry__body .wp_pager .wp_pager_next a:after {
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}

.p-entry__body .wp_pager .wp_pager_next a:hover {
  text-decoration: underline;
}

.p-entry__body .wp_pager .wp_pager_next a:hover:before {
  right: 0;
}

.p-entry__body .wp_pager .wp_pager_next a:hover:after {
  right: 0;
}

.p-entry__body #commentform {
  background: transparent;
  padding: 2% 5%;
  border: 1px solid #333;
}

.p-entry__body #commentform #comment {
  width: 100%;
}

.p-entry__body #commentform #submit {
  background: #305008;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin: 0 auto;
  display: table;
}

.p-entry__body #commentform input[type="submit"] {
  background: #305008;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: .3em 1em;
  margin: 0 auto;
  display: table;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .p-entry__body #commentform #submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-entry__body #commentform input[type="submit"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-entry__body .more {
  display: block;
  overflow: hidden;
  margin: auto;
}

.p-entry__body .more a {
  display: block;
  border: 1px solid #305008;
  border-radius: 0;
  color: #fff;
  background: #305008;
  padding: 0.6em;
  margin: 0 auto 1px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-entry__body .more a.inverse {
  border: 1px solid #305008;
  color: #305008;
  background: #fff;
}

.p-entry__body .more a.inverse:hover {
  border-color: #305008;
  color: #fff;
  background: #305008;
}

.p-entry__body .more a:hover {
  border: 1px solid #305008;
  color: #305008;
  background: #fff;
}

.p-entry__body .add_arrow {
  display: block;
  position: relative;
}

.p-entry__body .add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.p-entry__body .add_arrow.inverse:after {
  border-top: 1px solid #305008;
  border-right: 1px solid #305008;
}

.p-entry__body .add_arrow.inverse:hover:after {
  border-color: #fff;
}

.p-entry__body .add_arrow:hover:after {
  right: 4%;
  border-color: #305008;
}

.p-entry__body header .global_nav > ul > li.has_under > a {
  position: relative;
}

.p-entry__body header .global_nav > ul > li.has_under > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
}

.p-entry__body header .global_nav > ul > li.has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
}

.p-entry__body header .global_nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.p-entry__body header .global_nav > ul > li > ul > li {
  border-bottom: 1px solid #b3b3b3;
}

@media (max-width: 768px) {
  .p-entry__body header .global_nav > ul > li > ul > li a {
    background: #253d06;
  }
}

@media (min-width: 769px) {
  .p-entry__body header .global_nav > ul > li.has_under {
    position: relative;
  }
  .p-entry__body header .global_nav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  .p-entry__body header .global_nav > ul > li.has_under > a:after {
    border-color: #1b1b1b;
    width: 6px;
    height: 6px;
  }
  .p-entry__body header .global_nav > ul > li.has_under > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  .p-entry__body header .global_nav > ul > li.has_under > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  .p-entry__body header .global_nav > ul > li.has_under > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    top: 100%;
    background: #305008;
    z-index: 52;
  }
  .p-entry__body header .global_nav > ul > li.has_under > ul > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  .p-entry__body header .global_nav > ul > li.has_under > ul > li a {
    background: transparent;
    padding: 1em;
    overflow-wrap: break-word;
    transition: .3s;
  }
  .p-entry__body header .global_nav > ul > li.has_under > ul > li a:hover {
    background: #305008;
  }
}

.p-entry__body .pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 99;
}

@media (max-width: 767px) {
  .p-entry__body .pagetop {
    bottom: calc(50px + 1%);
  }
}

.p-entry__body .pagetop a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #FBD036;
}

@media (min-width: 768px) {
  .p-entry__body .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.p-entry__body .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

.p-entry__body footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-95%);
}

.p-entry__body .text-center {
  text-align: center !important;
}

.p-entry__body .text-left {
  text-align: left !important;
}

.p-entry__body .text-right {
  text-align: right !important;
}

.p-entry__body .lead {
  color: #305008;
  font-size: 20px;
  font-size: 2rem;
}

.p-entry__body .text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.p-entry__body .text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.p-entry__body .text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-entry__body .text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.p-entry__body .text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.p-entry__body .text-white {
  color: #fff !important;
}

.p-entry__body .text-black {
  color: #333 !important;
}

.p-entry__body .text-red {
  color: #f00 !important;
}

@media (max-width: 767px) {
  .p-entry__body .sp-hide, .p-entry__body .pc-only, .p-entry__body .tablet-only {
    display: none !important;
  }
  .p-entry__body .sp-text-center {
    text-align: center !important;
  }
  .p-entry__body .sp-text-left {
    text-align: left !important;
  }
  .p-entry__body .sp-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .p-entry__body .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .p-entry__body .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .p-entry__body .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .p-entry__body .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-entry__body .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-entry__body .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .p-entry__body .pc-hide, .p-entry__body .sp-only {
    display: none !important;
  }
  .p-entry__body .pc-text-center {
    text-align: center !important;
  }
  .p-entry__body .pc-text-left {
    text-align: left !important;
  }
  .p-entry__body .pc-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-entry__body .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .p-entry__body .tablet-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .p-entry__body .sp-hide02, .p-entry__body .pc-only02, .p-entry__body .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .p-entry__body .pc-hide02, .p-entry__body .sp-only02 {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .p-entry__body .sp-hide03, .p-entry__body .pc-only03, .p-entry__body .tablet-only03 {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .p-entry__body .pc-hide03, .p-entry__body .sp-only03 {
    display: none !important;
  }
}

.p-entry__body .arial {
  font-family: "Arial", arial !important;
}

.p-entry__body .arial_n {
  font-family: "Arial Narrow", arial !important;
}

.p-entry__body .color_pri {
  color: #305008;
}

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

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

.p-entry__body .m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.p-entry__body .inverse h2,
.p-entry__body .inverse h3,
.p-entry__body .inverse h4,
.p-entry__body .inverse p {
  color: #fff;
}

.p-entry__body .inverse h2:after {
  background: #fff;
}

.p-entry__body .inverse h2 small,
.p-entry__body .inverse h2 span {
  color: #fff;
}

.p-entry__body .link-tel {
  text-decoration: none;
}

@media (min-width: 768px) {
  .p-entry__body .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

.p-entry__body .companyCount {
  counter-reset: company;
}

.p-entry__body .pageTriangle {
  position: relative;
}

.p-entry__body .pageTriangle::before {
  content: '';
  border-width: 40px;
  border-style: solid;
  border-color: #fff transparent transparent #fff;
  position: absolute;
  display: block;
}

.p-entry__body .pageTriangle::after {
  content: "0" counter(company);
  counter-increment: company;
  color: #333;
  font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
  position: absolute;
  left: 5%;
  top: 5%;
  margin: auto;
}

.p-entry__body section:nth-of-type(n+2) {
  margin-top: 56px;
}

.p-entry__body .insulationCount {
  counter-reset: constNum;
}

.p-entry__body .insulationArea {
  width: 100%;
  position: relative;
  padding: 32px 16px;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

@media (min-width: 768px) {
  .p-entry__body .insulationArea {
    padding: 32px;
  }
}

.p-entry__body .insulationArea figure {
  width: 100%;
  max-width: 400px;
  position: relative;
}

@media (min-width: 768px) {
  .p-entry__body .insulationArea figure {
    width: 30%;
  }
}

.p-entry__body .insulationArea figure::before {
  content: 'STEP';
  font-family: "Poppins",sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: -12px;
  top: -19px;
  margin: auto;
  z-index: 2;
}

.p-entry__body .insulationArea figure::after {
  content: "0" counter(constNum);
  counter-increment: constNum;
  font-family: "Poppins",sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left: -12px;
  top: -0px;
  margin: auto;
}

.p-entry__body .insulationArea figure img::before {
  content: '';
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #1f4a80;
  position: absolute;
  left: -30px;
  top: -30px;
  margin: auto;
}

.p-entry__body .insulationArea div {
  width: 100%;
}

@media (min-width: 768px) {
  .p-entry__body .insulationArea div {
    width: 60%;
  }
}

.p-entry__body .insulationArea::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 24px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  bottom: -56px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

.p-entry__body .insulationArea:last-of-type::before {
  border-width: 0;
}

/* 20260427修正 */
@media (min-width: 768px) {
  header .l-inner {
    max-width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1319px) {
  header .l-inner .l-header__logo img {
    width: 280px;
    height: 48.83px;
  }
}

/*# sourceMappingURL=custom.css.map */
