@charset "UTF-8";
header .fixedArea {
  position: fixed;
  background-color: white;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 35px 32px 20px;
  z-index: 1000;
  transition: 0.3s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
header .fixedArea .langSwitch {
  display: flex;
  padding-left: 16px;
  position: relative;
  align-items: center;
}
header .fixedArea .langSwitch::before {
  font-family: "Material Symbols Outlined";
  font-size: 20px;
  content: "\e894";
  line-height: 1em;
  margin-right: -4px;
  margin-top: 1px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" -25, "opsz" 24;
}
header .fixedArea .langSwitch a.glink {
  color: #222222;
  opacity: 0.4;
  font-size: 14px;
  padding: 0 8px;
  line-height: 1em;
  transition: color 0.3s;
}
header .fixedArea .langSwitch a.glink + a {
  border-left: 1px solid #222222;
  padding-right: 0;
}
header .fixedArea .langSwitch a.glink.gt-current-lang {
  font-weight: 400;
  opacity: 1;
}
header .fixedArea .langSwitch a.glink:hover {
  color: #74B0B7;
}
header .fixedArea .logoMain {
  width: 200px;
  height: 200px;
  position: fixed;
  top: 0px;
  left: 0px;
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  gap: 6px;
  transition: opacity 0.3s;
}
header .fixedArea .logoMain img {
  width: 120px;
  transition: 0.3s;
  height: auto;
}
header .fixedArea .logoMain:hover img {
  opacity: 0.8;
}
header .headerSpace {
  height: 100px;
  width: 100%;
}
@media all and (max-width: 1024px) {
  header .headerSpace {
    height: 60px;
  }
}
header .fixedRightBtn {
  position: fixed;
  right: 0;
  top: 100px;
}
header .fixedRightBtn a {
  display: block;
  background-color: #7dc065;
  height: 110px;
  width: 115px;
  border-radius: 0 80px;
  color: white;
  text-align: center;
  font-size: 14px;
  font-family: YakuHanRPs, "Zen Maru Gothic", serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1.4em;
  transition: 0.3s;
}
header .fixedRightBtn a span {
  margin-left: -22px;
  color: #ffffff;
}
header .fixedRightBtn a + a {
  margin-top: 6px;
}
header .fixedRightBtn a.contactBtn {
  transform: translateX(0px);
}
header .fixedRightBtn a.contactBtn img {
  width: 32px;
  height: auto;
}
header .fixedRightBtn a.contactBtn:hover {
  transform: translateX(-10px);
}
header .fixedRightBtn a.recruitBtn {
  transform: translateX(0px);
}
header .fixedRightBtn a.recruitBtn img {
  width: 26px;
  height: auto;
}
header .fixedRightBtn a.recruitBtn:hover {
  transform: translateX(-10px);
}
@media all and (max-width: 1024px) {
  header .fixedRightBtn {
    display: none;
  }
}
header.sm .fixedArea {
  height: 80px;
  padding: 0px 32px;
}
header.sm .fixedArea .headerMenuWrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 16px;
}
header.sm .fixedArea .headerMenuWrap .mainMenu li a {
  font-size: 16px;
}
header.sm .fixedArea .logoMain {
  width: fit-content;
  height: 60px;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  gap: 12px;
  top: 10px;
  left: 32px;
}
header.sm .fixedArea .logoMain img.logoMainIcon {
  height: 65px;
  width: auto;
}
header.sm .fixedArea .logoMain img.logoMainText {
  height: 45px;
  width: auto;
  margin-top: 20px;
}

@media all and (max-width: 1024px) {
  header .fixedArea,
  header.sm .fixedArea {
    height: 60px;
    padding: 0px 16px;
  }
  header .fixedArea a.logoMain,
  header.sm .fixedArea a.logoMain {
    width: fit-content;
    height: 60px;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    gap: 12px;
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
  header .fixedArea a.logoMain img.logoMainIcon,
  header.sm .fixedArea a.logoMain img.logoMainIcon {
    height: 28px;
    width: auto;
  }
  header .fixedArea a.logoMain img.logoMainText,
  header.sm .fixedArea a.logoMain img.logoMainText {
    height: 28px;
    width: auto;
    margin-top: 6px;
  }
}
.keno-summary-section {
  background-size: cover;
  background-position: center;
  padding: 135px 20px;
  margin-bottom: 120px;
  position: relative;
  color: #333;
}
.keno-summary-section .keno-summary-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 135px 20px;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
}
.keno-summary-section .keno-summary-overlay .keno-summary-heading {
  font-size: 2.2rem;
  margin-bottom: 30px;
  font-weight: bold;
}
.keno-summary-section .keno-summary-overlay .keno-summary-stats {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.keno-summary-section .keno-summary-overlay .keno-summary-stats .keno-summary-box {
  background: #fef6f1;
  padding: 20px;
  border-radius: 10px;
  flex: 1 1 250px;
  max-width: 350px;
  position: relative;
}
.keno-summary-section .keno-summary-overlay .keno-summary-stats .keno-summary-box img {
  width: 150px;
  margin: 10px auto;
  display: block;
}
.keno-summary-section .keno-summary-overlay .keno-summary-stats .keno-summary-box .keno-summary-label {
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: #222;
}
.keno-summary-section .keno-summary-overlay .keno-summary-stats .keno-summary-box .keno-summary-sub-title {
  font-size: 1rem;
}
.keno-summary-section .keno-summary-overlay .keno-summary-stats .keno-summary-box .keno-summary-value {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
  margin: 0;
}
.keno-summary-section .keno-summary-overlay .keno-summary-stats .keno-summary-box .keno-summary-value span {
  font-size: 3rem;
}
.keno-summary-section .keno-summary-overlay .keno-summary-stats .keno-summary-box .keno-summary-link {
  position: absolute;
  top: 25px;
  right: 35px;
  background: #7dc065;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 0.9rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: background 0.25s ease, transform 0.05s ease;
}
.keno-summary-section .keno-summary-overlay .keno-summary-stats .keno-summary-box .keno-summary-link:hover {
  background: #6ab052;
}
.keno-summary-section .keno-summary-overlay .keno-summary-stats .keno-summary-box .keno-summary-link:active {
  transform: translateY(1px);
}
.keno-summary-section .keno-summary-overlay .keno-summary-more {
  text-align: right;
  padding-right: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .keno-summary-section .keno-summary-overlay .keno-summary-heading {
    font-size: 1.4rem;
  }
  .keno-summary-section .keno-summary-overlay .keno-summary-stats {
    flex-direction: column;
    align-items: center;
  }
  .keno-summary-section .keno-summary-overlay .keno-summary-stats .keno-summary-box {
    max-width: 100%;
    width: 300px;
  }
  .keno-summary-section .keno-summary-overlay .keno-summary-stats .keno-summary-box .keno-summary-value {
    font-size: 1.5rem;
  }
  .keno-summary-section .keno-summary-overlay .keno-summary-stats .keno-summary-box .keno-summary-value span {
    font-size: 2.5rem;
  }
  .keno-summary-section .keno-summary-overlay .keno-summary-stats .keno-summary-box .keno-summary-link {
    top: 28px;
    right: 20px;
    padding: 5px 12px;
    font-size: 0.85rem;
  }
  .keno-summary-section .keno-summary-overlay .keno-summary-more {
    padding-right: 10px;
  }
}

/* ===== モーダル ===== */
body.keno-modal-open {
  overflow: hidden;
}

.keno-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}
.keno-modal[aria-hidden=false] {
  display: block;
}
.keno-modal .keno-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}
.keno-modal .keno-modal__dialog {
  position: relative;
  background: #fff;
  width: min(920px, 92vw);
  max-height: 88vh;
  margin: 5vh auto 0;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.keno-modal .keno-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #666;
}
.keno-modal .keno-modal__title {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 35px 22px 10px;
  margin: 0;
}
.keno-modal .keno-modal__body {
  padding: 0 22px 18px;
  overflow: auto;
}
.keno-modal .keno-modal__note {
  color: #666;
  font-size: 16px;
  margin-top: 8px;
}

/* 表（一覧） */
.keno-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}
.keno-table thead th {
  position: sticky;
  top: 0;
  background: #f8faf6;
  z-index: 1;
  text-align: center;
  padding: 10px 12px;
  border-bottom: 2px solid #e3ecd8;
}
.keno-table tbody th,
.keno-table tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  text-align: center;
}
.keno-table tbody tr:hover {
  background: #fafcf7;
}
.keno-table .keno-table__num {
  text-align: right;
  width: 120px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 560px) {
  .keno-modal .keno-modal__dialog {
    width: 94vw;
    margin-top: 6vh;
    border-radius: 10px;
  }
  .keno-table thead th:first-child {
    width: auto;
  }
}
/*--------------------------------------------------------------------------
   top_about
---------------------------------------------------------------------------*/
.top_about {
  position: relative;
  z-index: 0;
  padding-top: 246px;
  margin-bottom: 250px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .top_about {
    padding-top: 15.375vw;
  }
}
@media screen and (max-width: 1024px) {
  .top_about {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.top_about_body {
  position: relative;
  width: 650px;
  margin: 0 auto;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .top_about_body {
    width: auto;
    margin: 0 24px;
  }
}
.top_about_lead {
  margin-top: 35px;
  font-size: 40px;
  font-weight: 700;
  color: #577082;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .top_about_lead {
    margin-top: 20px;
    font-size: 1.8em;
    text-align: center;
  }
}
.top_about_paragraph {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .top_about_paragraph {
    margin-top: 30px;
  }
}
.top_about_text {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .top_about_text {
    text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 5px #fff, 0px 0px 8px #fff, 0px 0px 10px #fff;
  }
}
@media screen and (max-width: 1024px) {
  .top_about_text {
    font-size: 17px;
    text-shadow: none;
  }
}
.top_about_text + .top_about_text {
  margin-top: 2em;
}
@media screen and (max-width: 1024px) {
  .top_about_text + .top_about_text {
    margin-top: 1em;
  }
}
.top_about_btn {
  margin-top: 55px;
}
@media screen and (max-width: 1024px) {
  .top_about_btn {
    margin-top: 30px;
  }
}
.top_about_img {
  position: absolute;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top_about_img {
    position: relative;
  }
}
.top_about_img img {
  width: 100%;
  height: auto;
}
.top_about_img._01 {
  top: 90px;
  right: 0;
  width: 520px;
  height: 330px;
  border-radius: 400px 0 0 400px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .top_about_img._01 {
    width: 26.25vw;
    height: 19.68vw;
    border-radius: 25vw 0 0 25vw;
  }
}
@media screen and (max-width: 1024px) {
  .top_about_img._01 {
    top: auto;
    right: auto;
    margin: 40px 0 0 auto;
    width: 55.2vw;
    height: 41.3vw;
  }
}
.top_about_img._02 {
  top: -150px;
  left: 0;
  width: 395px;
  height: 285px;
  border-radius: 0 240px 240px 0;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .top_about_img._02 {
    width: 20.8vw;
    height: 15.68vw;
    border-radius: 0 15vw 15vw 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_about_img._02 {
    top: auto;
    left: auto;
    width: 45vw;
    height: 33.86vw;
  }
}
.top_about_img._03 {
  top: 55px;
  left: 195px;
  width: 275px;
  height: 175px;
  border-radius: 400px 32px 32px 400px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .top_about_img._03 {
    top: 0;
    left: 10.6vw;
    width: 13.5vw;
    height: 10.12vw;
    border-radius: 25vw 2vw 2vw 25vw;
  }
}
@media screen and (max-width: 1024px) {
  .top_about_img._03 {
    top: auto;
    left: auto;
    width: 29.33vw;
    height: 22.13vw;
    margin: -8.53vw 0 0 22.66vw;
  }
}
.top_about_images {
  position: absolute;
  top: 623px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .top_about_images {
    position: relative;
    top: auto;
    left: auto;
    margin-top: -18.66vw;
  }
}
.top_about_obj {
  position: absolute;
  background-color: rgba(234, 237, 240, 0.4);
  display: block;
  z-index: -1;
}
.top_about_obj._left {
  top: 0;
  left: 0;
  width: 800px;
  height: 585px;
  border-radius: 32px 700px 700px 32px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .top_about_obj._left {
    width: 45vw;
    height: 30vw;
    border-radius: 2vw 43.75vw 43.75vw 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .top_about_obj._left {
    top: 180px;
    left: -25px;
    width: 273px;
    height: 230px;
  }
}
.top_about_obj._right {
  top: 315px;
  right: 0px;
  width: 975px;
  height: 600px;
  border-radius: 700px 32px 32px 700px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .top_about_obj._right {
    width: 60vw;
    height: 35vw;
    border-radius: 43.75vw 2vw 2vw 43.75vw;
  }
}
@media screen and (max-width: 1024px) {
  .top_about_obj._right {
    top: 420px;
    right: 0px;
    width: 228px;
    height: 234px;
  }
}

/*----------------------------------------------------
☆about
----------------------------------------------------*/
.sec_about {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media all and (max-width: 1024px) {
  .sec_about {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
  }
}
.sec_about h2 {
  text-align: center;
  margin: 0 auto 40px;
  color: #6d521c;
}
@media all and (max-width: 1024px) {
  .sec_about h2 {
    padding: 0 12px;
  }
}
.sec_about p.lead {
  width: 600px;
  margin: 0 auto 32px;
}
@media all and (max-width: 1024px) {
  .sec_about p.lead {
    width: 100%;
    padding: 0 12px;
  }
}
.sec_about .philosophy {
  width: 800px;
  margin: 0 auto 32px;
}
@media all and (max-width: 1024px) {
  .sec_about .philosophy {
    width: 100%;
    padding: 0 12px;
  }
}
.sec_about .philosophy p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  .sec_about .philosophy p {
    font-size: 1.2rem;
    margin-top: 10px;
    padding: 0 10px;
  }
}
.sec_about .philosophy .renen_color {
  text-align: center;
  color: #ffffff;
  background: #26baf8;
  border-radius: 40px;
  font-size: 1.4rem;
  padding: 5px 20px;
  margin-right: 15px;
}
@media all and (max-width: 1024px) {
  .sec_about .philosophy .renen_color {
    font-size: 1.2rem;
    margin: 0;
    height: 40px;
  }
}
.sec_about p.about_text {
  text-align: center;
  font-size: 1.8rem;
  color: #225d0d;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .sec_about p.about_text {
    font-size: 1.6rem;
  }
}
.sec_about img.mainImg {
  width: 800px;
  height: 450px;
  margin: 0 auto;
  display: block;
}
@media all and (max-width: 1024px) {
  .sec_about img.mainImg {
    width: 100%;
    height: 66.6666666667vw;
    margin-bottom: 16px;
  }
}
.sec_about img.philosophyImg {
  max-width: 100%;
  margin: 0 auto;
}
.sec_about .sectionFooter {
  display: flex;
  margin-left: calc((100vw - 800px) / 2);
  gap: 2%;
}
@media all and (max-width: 1024px) {
  .sec_about .sectionFooter {
    margin-left: 0;
    order: 4;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 16px;
  }
}
.sec_about .sectionFooter .leftWrap {
  width: 31%;
  padding-top: 16px;
}
@media all and (max-width: 1024px) {
  .sec_about .sectionFooter .leftWrap {
    width: 100%;
    order: 3;
    padding: 0 12px;
  }
  .sec_about .sectionFooter .leftWrap a {
    margin-left: auto;
    margin-right: auto;
  }
}
.sec_about .sectionFooter .leftWrap p {
  margin-bottom: 32px;
}
.sec_about .sectionFooter img {
  width: 31%;
  height: calc((100vw - (100vw - 800px) / 2) * 0.31 / 3 * 2);
  border: solid 5px white;
  margin-bottom: 32px;
  margin-top: -32px;
}
@media all and (max-width: 1024px) {
  .sec_about .sectionFooter img {
    width: 45%;
    margin-top: 0;
    order: 1;
    border: solid 0px white;
    margin-bottom: 16px;
  }
}
.sec_about:nth-child(odd) {
  background-color: #fff8e3;
}
.sec_about:nth-child(odd) img.mainImg {
  display: block;
  margin-left: auto;
}
.sec_about:nth-child(odd) .sectionFooter {
  margin-right: calc((100vw - 800px) / 2);
  margin-left: auto;
  flex-direction: row-reverse;
  margin-top: 55px;
}
@media all and (max-width: 1024px) {
  .sec_about:nth-child(odd) .sectionFooter {
    flex-direction: row;
    margin-right: auto;
    margin-top: 10px;
  }
}
.sec_about + section {
  margin-top: 40px;
}

/* ==========================================================================
	about_philosophy
========================================================================== */
#about_philosophy {
  width: 100%;
  margin: 50px auto 60px;
}
#about_philosophy .philosophy {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  #about_philosophy .philosophy {
    flex-direction: column;
  }
}

#about_philosophy ul {
  width: 100%;
  padding: 0;
  max-width: 900px;
  margin: 35px auto 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

#about_philosophy ul li {
  width: 31%;
  position: relative;
  background: #fff;
  padding: 40px 10px 40px;
  box-sizing: border-box;
  border: solid 1px #818181;
  box-shadow: 3px 3px rgba(129, 129, 129, 0.3098039216);
  border-radius: 15px;
  margin-bottom: 15px;
}

#about_philosophy ul li h3 {
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background: #7dc961;
  border-radius: 20px;
}

#about_philosophy .renen_color {
  background: #26baf8;
  height: 45px;
}

#about_philosophy ul li p {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  padding: 10px;
  color: #222222;
}

@media screen and (max-width: 780px) {
  #about_philosophy {
    position: relative;
    width: 100%;
    padding: 25px 15px;
    margin: 5px auto 15px;
    box-sizing: border-box;
  }
  #about_philosophy ul {
    margin: 25px auto 0;
  }
  #about_philosophy ul li {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 35px 15px 40px;
    box-sizing: border-box;
  }
  #about_philosophy ul li p {
    font-size: 18px;
    line-height: 1.78;
  }
}
/* ==========================================================================
	about_mission
========================================================================== */
.contents {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.about_mission_title {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding: 0 5px;
  color: #577082;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 45em) {
  .about_mission_title {
    font-size: 1.8rem;
  }
}
.about_mission_title span {
  display: block;
  padding-top: 20px;
  font-size: 1.2rem;
  letter-spacing: normal;
  color: #565656;
}
.about_mission_title::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 8px;
  background: #b6c7d6;
}

.about_mission_title_v2 {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding: 0 5px;
  color: #577082;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 45em) {
  .about_mission_title_v2 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.top_about_V1 {
  margin-bottom: 180px;
}
@media screen and (max-width: 45em) {
  .top_about_V1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 45em) {
  .top_about_V1 .top_contents_title {
    line-height: 1.6;
  }
  .top_about_V1 .top_contents_title::before {
    top: 55%;
    bottom: 1.2em;
    margin-top: 0;
  }
  .top_about_V1 .top_contents_title::after {
    top: auto;
    bottom: 1.2em;
    margin-top: 0;
  }
}
.top_about_V1 .top_about_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 45em) {
  .top_about_V1 .top_about_inner {
    flex-direction: column;
    max-width: 100%;
  }
}
.top_about_V1 .text_box {
  max-width: 100%;
  text-align: left;
}
.top_about_V1 .text_box .leads {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 45em) {
  .top_about_V1 .text_box .leads {
    text-align: center;
    font-size: 1.6rem;
  }
}
.top_about_V1 .text_v2 {
  text-align: center;
}
@media screen and (max-width: 45em) {
  .top_about_V1 .text_v2 {
    text-align: left;
  }
}
.top_about_V1 .keno_ul {
  text-align: left;
}
@media screen and (max-width: 45em) {
  .top_about_V1 .keno_ul {
    margin: 0 0 1rem 0;
    padding: 0;
  }
}
.top_about_V1 .keno_ul .keno_li {
  margin: 25px 0;
}
.top_about_V1 .keno_ul .keno_li .keno_a {
  color: #22650a;
  font-weight: 600;
}
.top_about_V1 .keno_ul .keno_li .keno_a:hover {
  color: #7dc065;
}
.top_about_V1 figure {
  position: relative;
  flex-basis: 50%;
  flex-shrink: 0;
  margin-left: 60px;
}
@media screen and (max-width: 45em) {
  .top_about_V1 figure {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
.top_about_V1 figure::after {
  position: absolute;
  bottom: -27.5%;
  left: 30%;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #ebebeb;
}
@media screen and (max-width: 45em) {
  .top_about_V1 figure::after {
    bottom: -40px;
    left: 20px;
  }
}

.about_bt {
  margin-bottom: 0;
}

.top_about_v2 {
  margin-top: 50px;
  margin-bottom: 180px;
}
@media screen and (max-width: 45em) {
  .top_about_v2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 45em) {
  .top_about_v2 .top_contents_title {
    line-height: 1.6;
  }
  .top_about_v2 .top_contents_title::before {
    top: 55%;
    bottom: 1.2em;
    margin-top: 0;
  }
  .top_about_v2 .top_contents_title::after {
    top: auto;
    bottom: 1.2em;
    margin-top: 0;
  }
}
.top_about_v2 .top_about_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 45em) {
  .top_about_v2 .top_about_inner {
    flex-direction: column;
    max-width: 100%;
  }
}
.top_about_v2 .fd-right {
  flex-direction: row-reverse;
  margin-left: 0;
}
@media screen and (max-width: 45em) {
  .top_about_v2 .fd-right {
    flex-direction: column;
    margin-right: 0;
  }
}
.top_about_v2 .text_box {
  max-width: 100%;
  text-align: left;
}
.top_about_v2 figure {
  position: relative;
  flex-basis: 50%;
  flex-shrink: 0;
  margin-left: 0;
  margin-right: 60px;
}
@media screen and (max-width: 45em) {
  .top_about_v2 figure {
    max-width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
}
.top_about_v2 figure::after {
  position: absolute;
  bottom: -27.5%;
  left: -30%;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #ebebeb;
}
@media screen and (max-width: 45em) {
  .top_about_v2 figure::after {
    bottom: -40px;
    left: -40px;
  }
}

.mvStyle_01 {
  margin-bottom: 50px;
}
.mvStyle_01 .ttlArea {
  text-align: center;
  padding: 80px 0;
  background: url("../img/other/mv.png") no-repeat center center/contain;
}
.mvStyle_01 .ttlArea .main {
  line-height: 1.5;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6901960784);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mvStyle_01 .ttlArea .main {
    color: rgba(54, 54, 54, 0.6901960784);
    margin-bottom: 10rem !important;
  }
}
.mvStyle_01 .ttlArea .main span {
  font-size: 2rem;
  display: block;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .mvStyle_01 .ttlArea .main span {
    color: #333333;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mvStyle_01 .ttlArea {
    padding: 25px 0;
    background-position: center bottom;
  }
}
.mvStyle_01 .imgArea {
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mvStyle_01 .imgArea {
    width: calc(100% - 40px);
  }
}
.mvStyle_01 .imgArea span {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  background: no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .mvStyle_01 .imgArea span {
    height: 140px;
  }
}

.sec_about_topMessage {
  background: #FFF8E3;
  padding: 50px 0;
}
.sec_about_topMessage .whiteBox {
  padding: 60px 50px 20px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  box-shadow: 0 0 10px rgba(159, 108, 52, 0.65);
}
@media screen and (max-width: 768px) {
  .sec_about_topMessage .whiteBox {
    padding: 25px 15px 0 15px;
  }
}
.sec_about_topMessage .whiteBox .txBox {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .sec_about_topMessage .whiteBox .txBox {
    width: 100%;
  }
}
.sec_about_topMessage .whiteBox .txBox .copy {
  color: #333;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec_about_topMessage .whiteBox .txBox .copy {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.6;
  }
}
.sec_about_topMessage .whiteBox .txBox .tx {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec_about_topMessage .whiteBox .txBox .tx {
    font-size: 1rem;
  }
}
.sec_about_topMessage .whiteBox .txBox .name {
  color: #999999;
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec_about_topMessage .whiteBox .txBox .name {
    font-size: 1rem;
  }
}
.sec_about_topMessage .whiteBox .img {
  position: absolute;
  bottom: -17px;
  right: 5px;
  width: 370px;
  height: auto;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec_about_topMessage .whiteBox .img {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sec_about_topMessage .whiteBox .img img {
    max-width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec_about_topMessage .whiteBox .img {
    max-width: 30%;
  }
}

.inrL {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin: 0 auto;
}

.en {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
}

.enttl {
  font-family: "Quicksand", sans-serif !important;
}

.jp {
  font-family: YakuHanRPs, "Zen Maru Gothic", serif !important;
  font-weight: 500 !important;
}

.ttlStyle {
  font-size: 1.3rem;
  color: #aaa;
  margin-bottom: 60px;
  position: relative;
  line-height: 1.4;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ttlStyle {
    line-height: 1.7;
  }
}
.ttlStyle span {
  color: #6d521c;
  font-size: 40px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .ttlStyle span {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
}
.ttlStyle.copy .go {
  display: inline-block;
  background: #fff;
  font-size: 3.2rem;
  margin-bottom: 12px;
  padding: 0 7px 0 10px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .ttlStyle.copy .go {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
}

/* ==========================================================================
	Corporate Profile
========================================================================== */
#corporate_profile {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px 70px;
  margin-top: 50px;
}

#corporate_profile .con_tit:before {
  content: "Corporate Profile";
}

#corporate_profile table {
  width: 100%;
  max-width: 900px;
  margin: 60px auto 0;
  border-collapse: separate;
  border-spacing: 1px;
}

#corporate_profile table th,
#corporate_profile table td {
  border-bottom: 1px dashed #494949;
  border-collapse: separate;
}

#corporate_profile table tr:first-child th,
#corporate_profile table tr:first-child td {
  border-top: 1px dashed #494949;
}

#corporate_profile table th {
  padding: 11px 20px 11px 30px;
  background: #FFF8E3;
  font-size: 14px;
  color: #6d521c;
  font-weight: bold;
  line-height: 30px;
  vertical-align: middle;
  width: 22%;
  box-sizing: border-box;
}

#corporate_profile table td {
  padding: 11px 20px 11px 40px;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  width: 78%;
  box-sizing: border-box;
}

@media screen and (max-width: 780px) {
  #corporate_profile {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px 45px;
  }
  #corporate_profile table {
    width: 100%;
    max-width: 900px;
    margin: 40px auto 0;
  }
  #corporate_profile table th {
    padding: 11px 20px 11px 15px;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    width: 27%;
    box-sizing: border-box;
  }
  #corporate_profile table td {
    padding: 11px 20px 11px 15px;
    font-size: 12px;
    line-height: 20px;
    width: 73%;
  }
}
/* ==========================================================================
  Business Overview
========================================================================== */
.welfare-overview {
  background: linear-gradient(to bottom, #fffaee, #ffffff);
  padding: 4rem 1.5rem;
}
.welfare-overview .container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1rem;
}
.welfare-overview .welfare-card {
  background: #fff;
  border-left: 6px solid #6d521c;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
  margin-bottom: 2rem;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {
  .welfare-overview .welfare-card {
    padding: 1.75rem;
  }
}
.welfare-overview .welfare-card .welfare-heading {
  color: #6d521c;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .welfare-overview .welfare-card .welfare-heading {
    font-size: 1.375rem;
  }
}
@media (min-width: 1024px) {
  .welfare-overview .welfare-card .welfare-heading {
    font-size: 1.5rem;
  }
}
.welfare-overview .welfare-card ul {
  list-style: disc;
  padding-left: 1.25rem;
}
.welfare-overview .welfare-card ul li {
  margin-bottom: 0.5rem;
  color: #374151;
  line-height: 1.6;
  font-size: 0.95rem;
}
@media (min-width: 768px) {
  .welfare-overview .welfare-card ul li {
    font-size: 1rem;
  }
}
.welfare-overview .welfare-contact {
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .welfare-overview .welfare-contact {
    text-align: right;
  }
}
.welfare-overview .welfare-contact .contact-button {
  display: inline-block;
  background: #047857;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  font-size: 1rem;
}
.welfare-overview .welfare-contact .contact-button:hover {
  background: #065f46;
}
@media (min-width: 768px) {
  .welfare-overview .welfare-contact .contact-button {
    font-size: 1.1rem;
  }
}

/* ==========================================================================
  corporate_financial
========================================================================== */
.corporate_financial {
  width: 100%;
  position: relative;
  padding: 0 15px 65px;
  box-sizing: border-box;
}
.corporate_financial ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 20px;
}
.corporate_financial ul li {
  position: relative;
}
.corporate_financial ul li h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding-top: 20px;
  background: #468c2d;
  box-sizing: border-box;
}
.corporate_financial ul li h4 {
  width: 100%;
  height: 60px;
  padding: 22px 15px 0 180px;
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  background: #edffe6;
  color: #000;
  box-sizing: border-box;
  margin-bottom: 0;
}
.corporate_financial ul li div {
  display: none;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: #f1f1f1;
}
.corporate_financial ul li div a {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 18px 0 0 65px;
  font-size: 14px;
  color: #000;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 15px;
  transition: background 0.4s ease, color 0.4s ease;
}
.corporate_financial ul li div a:before {
  content: "";
  display: block;
  width: 17px;
  height: 18px;
  background: url(../img/other/financial_dlicon.png);
  background-size: cover;
  position: absolute;
  left: 30px;
  top: 19px;
  transition: background 0.4s ease;
}
.corporate_financial ul li div a:hover {
  background: #ffaa38;
  color: #fff;
  opacity: 1;
}
.corporate_financial ul li div a:hover:before {
  background: url(../img/other/plan_box_dlicon.png);
  background-size: cover;
}
.corporate_financial ul li p {
  text-align: center;
  margin: 30px 0 10px;
}
.corporate_financial ul li span {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 32px;
  top: 16px;
  background: url(../img/other/ac_ar.png) center center no-repeat;
  background-size: cover;
}
.corporate_financial ul li.active span {
  background: url(../img/other/ac_ar2.png) center center no-repeat;
  background-size: cover;
}
.corporate_financial .bt_nami {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 780px) {
  .corporate_financial {
    width: 100%;
    position: relative;
    padding: 0 15px 75px;
    box-sizing: border-box;
  }
  .corporate_financial ul {
    margin: 0 auto 15px;
    padding: 0;
  }
  .corporate_financial ul li h3 {
    width: 90px;
    height: 45px;
    font-size: 13px;
    font-weight: bold;
    padding-top: 15px;
  }
  .corporate_financial ul li h4 {
    width: 100%;
    height: 45px;
    padding: 15px 15px 0 106px;
    font-size: 12px;
  }
  .corporate_financial ul li div {
    padding: 20px 15px;
  }
  .corporate_financial ul li div a {
    height: 45px;
    padding: 8px 0 0 38px;
    font-size: 10px;
    margin-bottom: 15px;
  }
  .corporate_financial ul li div a:before {
    width: 13px;
    height: 14px;
    left: 15px;
    top: 15px;
  }
  .corporate_financial ul li p {
    text-align: center;
    margin: 20px 0 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .corporate_financial ul li span {
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 15px;
    top: 14px;
    background: url(../img/other/ac_ar.png) center center no-repeat;
    background-size: cover;
  }
}
ul.blogList {
  width: 1024px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 20px auto 40px;
  padding: 0;
}
@media all and (max-width: 1024px) {
  ul.blogList {
    width: 100%;
    padding: 0 24px;
    justify-content: center;
  }
}
ul.blogList li::before {
  display: none;
}
ul.blogList li a {
  display: block;
  width: 320px;
  padding: 32px 24px 24px;
  border: solid 1px #327f12;
  border-radius: 10px;
  height: 365px;
  position: relative;
  box-shadow: rgba(117, 208, 146, 0.15) 10px 10px;
  transform: translate(-10px, -10px);
  transition: 0.3s;
}
@media all and (max-width: 1024px) {
  ul.blogList li a {
    width: 300px;
    transform: translate(0, 0);
  }
}
ul.blogList li a img {
  margin-bottom: 12px;
}
ul.blogList li a .date {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}
ul.blogList li a h4 {
  font-size: 20px;
  color: #74B0B7;
}
ul.blogList li a p {
  margin-bottom: 0;
}
ul.blogList li a:hover {
  transform: translate(0px, 0px);
  box-shadow: rgba(116, 176, 183, 0.15) 0px 0px;
}
ul.blogList li a .blogCard {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
ul.blogList .noBlogs {
  margin: 0 auto;
}

#is_single main.blog {
  width: 800px;
  margin: 80px auto 40px;
  border-top: double 5px #7dc065;
  border-bottom: double 5px #7dc065;
  border-radius: 24px;
  padding: 25px;
  position: relative;
}
@media all and (max-width: 1024px) {
  #is_single main.blog {
    width: calc(100% - 20px);
    padding: 32px 16px;
    margin: 40px auto 40px;
  }
}
#is_single main.blog .blogCardSingle {
  position: absolute;
  top: -6px;
  height: 12px;
  width: auto;
}
#is_single main.blog .blogCardSingle.left {
  left: 40px;
}
#is_single main.blog .blogCardSingle.right {
  right: 40px;
}
#is_single main.blog .thmb {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
#is_single main.blog .date {
  margin: 8px 0 4px;
}
#is_single main.blog h1 {
  font-size: 36px;
  margin-bottom: 60px;
}
@media all and (max-width: 1024px) {
  #is_single main.blog h1 {
    font-size: 28px;
  }
}
#is_single main.blog h1::after {
  left: 0;
  transform: translate(0);
}
#is_single main.blog .content {
  margin-bottom: 40px;
}
#is_single main.blog .tags {
  margin-bottom: 0;
}

#is_page header .thmb {
  height: 440px;
  width: 100%;
}
@media all and (max-width: 1024px) {
  #is_page header .thmb {
    height: 56.25vw;
  }
}
#is_page .policyArea {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 1024px) {
  #is_page .policyArea {
    width: 100%;
    margin-bottom: 80px;
  }
}
#is_page .policyArea .ttlStyle span {
  font-size: 2rem;
}
#is_page .policyArea p {
  margin-bottom: 2em;
}
@media all and (max-width: 768px) {
  #is_page .policyArea p {
    padding: 0 20px;
  }
}
#is_page .policyArea .policy-p {
  margin-bottom: 1em;
}
#is_page .policyArea ul {
  margin-bottom: 2em;
}
#is_page .policyArea .policyList {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 40px;
}
@media all and (max-width: 768px) {
  #is_page .policyArea .policyList {
    padding: 0 15px;
    margin: 0 0 25px 20px;
  }
}
#is_page .policyArea .policyList li {
  position: relative;
  padding-left: 2.5em;
  text-indent: -1.8em;
  line-height: 1.8;
  margin-bottom: 1em;
}
#is_page .policyArea .policyList li .number {
  width: 1.5em;
  display: inline-block;
}
#is_page h1 {
  margin: 0 auto 50px;
}
@media all and (max-width: 1024px) {
  #is_page h1 {
    margin: 0 auto 95px;
  }
}
#is_page.page-template-page-about main.about {
  width: 100%;
}
#is_page.page-template-page-about main.about section {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-about main.about section {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
  }
}
#is_page.page-template-page-about main.about section h2 {
  text-align: center;
  margin: 0 auto 40px;
  color: #222222;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-about main.about section h2 {
    padding: 0 12px;
    order: 1;
  }
}
#is_page.page-template-page-about main.about section p.lead {
  width: 600px;
  margin: 0 auto 32px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-about main.about section p.lead {
    width: 100%;
    padding: 0 12px;
    order: 3;
  }
}
#is_page.page-template-page-about main.about section img.mainImg {
  width: 800px;
  height: 450px;
  margin: 0 auto;
  display: block;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-about main.about section img.mainImg {
    width: 100%;
    height: 66.6666666667vw;
    order: 2;
    margin-bottom: 16px;
  }
}
#is_page.page-template-page-about main.about section .sectionFooter {
  display: flex;
  margin-left: calc((100vw - 800px) / 2);
  gap: 2%;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-about main.about section .sectionFooter {
    margin-left: 0;
    order: 4;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 16px;
  }
}
#is_page.page-template-page-about main.about section .sectionFooter .leftWrap {
  width: 31%;
  padding-top: 16px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-about main.about section .sectionFooter .leftWrap {
    width: 100%;
    order: 3;
    padding: 0 12px;
  }
  #is_page.page-template-page-about main.about section .sectionFooter .leftWrap a {
    margin-left: auto;
    margin-right: auto;
  }
}
#is_page.page-template-page-about main.about section .sectionFooter .leftWrap p {
  margin-bottom: 32px;
}
#is_page.page-template-page-about main.about section .sectionFooter img {
  width: 31%;
  height: calc((100vw - (100vw - 800px) / 2) * 0.31 / 3 * 2);
  border: solid 5px white;
  margin-bottom: 32px;
  margin-top: -32px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-about main.about section .sectionFooter img {
    width: 45%;
    margin-top: 0;
    order: 1;
    border: solid 0px white;
    margin-bottom: 16px;
  }
}
#is_page.page-template-page-about main.about section:nth-child(odd) {
  background-color: #E2EFF0;
}
#is_page.page-template-page-about main.about section:nth-child(odd) img.mainImg {
  display: block;
  margin-left: auto;
}
#is_page.page-template-page-about main.about section:nth-child(odd) .sectionFooter {
  margin-right: calc((100vw - 800px) / 2);
  margin-left: auto;
  flex-direction: row-reverse;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-about main.about section:nth-child(odd) .sectionFooter {
    flex-direction: row;
    margin-right: auto;
  }
}
#is_page.page-template-page-about main.about section + section {
  margin-top: 40px;
}
#is_page.page-template-page-disclosure main {
  margin-bottom: 80px;
  width: 480px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-disclosure main {
    width: 100%;
    padding: 12px;
  }
}
#is_page.page-template-page-disclosure h3 {
  width: fit-content;
  font-size: 18px;
  background-color: #E2EFF0;
  border-left: solid 3px #74B0B7;
  padding: 4px 20px;
  color: #222222;
  min-width: 140px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-disclosure h3 {
    padding: 4px 16px;
    font-size: 16px;
  }
}
#is_page.page-template-page-disclosure h2 {
  margin-right: auto;
  margin-left: auto;
}
#is_page.page-template-page-disclosure p {
  margin-left: 24px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-disclosure p {
    margin-left: 0px;
  }
}
#is_page.page-template-page-disclosure p a {
  color: #222222;
  transition: 0.3s;
}
#is_page.page-template-page-disclosure p a:hover {
  color: #74B0B7;
}
#is_page.page-template-page-disclosure p + h3 {
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-outline main {
    padding: 12px;
  }
}
#is_page.page-template-page-outline main h2 {
  margin: 0 auto 60px;
  color: #222222;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-outline main h2 {
    margin: 0 auto 40px;
  }
}
#is_page.page-template-page-outline main table {
  margin-bottom: 120px;
}
#is_page.page-template-page-outline main table th {
  font-weight: 400;
}
#is_page.page-template-page-outline main table.gaiyo {
  background-color: #fff8e3;
}
#is_page.page-template-page-outline main table.gaiyo tr th,
#is_page.page-template-page-outline main table.gaiyo tr td {
  border-top: solid 1px #222222;
  padding: 24px 0;
  line-height: 2em;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-outline main table.gaiyo tr th,
  #is_page.page-template-page-outline main table.gaiyo tr td {
    padding: 6px 0;
    line-height: 1.6em;
  }
}
#is_page.page-template-page-outline main table.gaiyo tr th {
  width: 180px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-outline main table.gaiyo tr th {
    width: 60px;
  }
}
#is_page.page-template-page-outline main table.gaiyo tr td {
  padding-right: 40px;
  padding-left: 40px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-outline main table.gaiyo tr td {
    padding-right: 12px;
    padding-left: 12px;
  }
}
#is_page.page-template-page-outline main table.gaiyo tr:last-child th,
#is_page.page-template-page-outline main table.gaiyo tr:last-child td {
  border-bottom: solid 1px #222222;
}
#is_page.page-template-page-outline main table.enkaku tr th,
#is_page.page-template-page-outline main table.enkaku tr td {
  padding: 8px 0;
  line-height: 1.6em;
}
#is_page.page-template-page-outline main table.enkaku tr th {
  width: 140px;
  text-align: right;
  padding-right: 40px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-outline main table.enkaku tr th {
    width: 120px;
    padding-right: 12px;
  }
}
#is_page.page-template-page-outline main table tr th.map {
  padding: 24px 40px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-outline main table tr th.map {
    padding: 8px 12px;
  }
}
#is_page.page-template-page-outline main .honbu p {
  text-align: center;
  margin-bottom: 40px;
}
#is_page.page-template-page-outline main .honbu h4 {
  text-align: center;
}
#is_page.page-template-page-outline main .honbu ul {
  margin: 0 auto 80px;
  width: fit-content;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-certif main {
    padding: 12px;
    margin-bottom: 80px;
  }
}
#is_page.page-template-page-certif section {
  background-color: #fff8e3;
  padding: 80px;
  width: 100%;
  background: #fff8e3;
  background: radial-gradient(circle at top left, transparent 15px, #fff8e3 0) top left, radial-gradient(circle at top right, transparent 15px, #fff8e3 0) top right, radial-gradient(circle at bottom right, transparent 15px, #fff8e3 0) bottom right, radial-gradient(circle at bottom left, transparent 15px, #fff8e3 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-certif section {
    padding: 40px 24px;
  }
}
#is_page.page-template-page-certif section + section {
  margin-top: 80px;
}
#is_page.page-template-page-certif section h2 {
  margin: 0 auto 48px;
  color: #222222;
}
#is_page.page-template-page-certif section h4 {
  text-align: center;
}
#is_page.page-template-page-certif section .flexWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 24px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-certif section .flexWrap {
    gap: 24px;
  }
}
#is_page.page-template-page-certif section .flexWrap .imgWrap {
  width: 226px;
}
#is_page.page-template-page-certif section .flexWrap .imgWrap img {
  border: solid 1px #222222;
}
#is_page.page-template-page-certif section .flexWrap .imgWrap img.borderNone {
  border: none;
}
#is_page.page-template-page-certif section .flexWrap .imgWrap p {
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
}
#is_page.page-template-page-certif section .flexWrap a.imgWrap {
  transition: 0.3s;
}
#is_page.page-template-page-certif section .flexWrap a.imgWrap:hover {
  opacity: 0.6;
}
#is_page.page-template-page-certif section a.detail {
  margin-left: auto;
  display: block;
  width: fit-content;
  margin-top: 40px;
}
#is_page.page-template-page-certif a[target=_blank]::after {
  font-family: "Material Symbols Outlined";
  font-size: 16px;
  content: "\e89e";
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" -25, "opsz" 24;
}
#is_page.page-template-page-certif a[target=_blank]::before {
  bottom: 2px;
}
#is_page.page-template-page-support {
  background-color: #E2EFF0;
}
#is_page.page-template-page-support main {
  width: 960px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-support main {
    width: 100%;
    padding: 12px;
  }
}
#is_page.page-template-page-support main p.lead {
  width: 600px;
  margin: 0 auto 120px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-support main p.lead {
    width: 100%;
    margin: 0 auto 60px;
  }
}
#is_page.page-template-page-support main article {
  background-color: white;
  padding: 80px;
  border-radius: 60px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-support main article {
    padding: 12px 12px 40px;
    border-radius: 40px;
  }
}
#is_page.page-template-page-support main article .articleHeader {
  outline: solid 3px #74B0B7;
  width: 560px;
  text-align: center;
  padding: 32px 0;
  border-radius: 0 20px 0 20px;
  margin: -120px 0 40px -120px;
  background-color: white;
  box-shadow: -5px -5px white, 5px -5px white, 5px 5px white, -5px 5px white;
  outline-offset: 5px;
  background: linear-gradient(-45deg, transparent 0 20px, #fff 20px calc(100% - 20px), transparent calc(100% - 20px)), repeating-linear-gradient(-45deg, #74B0B7 0 2px, #fff 2px 6px);
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-support main article .articleHeader {
    width: 98%;
    margin: 0;
    padding: 16px 0;
    margin-top: -24px;
    margin-bottom: 32px;
  }
}
#is_page.page-template-page-support main article .articleHeader h5,
#is_page.page-template-page-support main article .articleHeader h4 {
  color: #74B0B7;
}
#is_page.page-template-page-support main article .articleHeader h4 {
  font-size: 32px;
}
#is_page.page-template-page-support main article .articleHeader p {
  text-align: center;
  margin-bottom: 0;
}
#is_page.page-template-page-support main article p.catch {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-support main article p.catch {
    font-size: 24px;
    line-height: 1.6;
    padding: 0 24px;
  }
}
#is_page.page-template-page-support main article section {
  display: flex;
  flex-wrap: wrap;
}
#is_page.page-template-page-support main article section h5 {
  width: 100%;
  font-size: 24px;
  color: #74B0B7;
  padding-left: 24px;
  border-left: solid 4px #74B0B7;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-support main article section h5 {
    padding-left: 10px;
    font-size: 20px;
  }
}
#is_page.page-template-page-support main article section .left {
  width: 50%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-support main article section .left {
    width: 100%;
    padding: 0;
  }
}
#is_page.page-template-page-support main article section .left img {
  width: 260px;
  height: 180px;
  margin-left: auto;
  display: block;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-support main article section .left img {
    width: 100%;
    margin-bottom: 16px;
  }
}
#is_page.page-template-page-support main article section .right {
  width: 50%;
  margin-top: auto;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-support main article section .right {
    width: 100%;
  }
}
#is_page.page-template-page-support main article section .right img {
  width: 100%;
  height: auto;
}
#is_page.page-template-page-support main article section .right .item {
  display: flex;
  width: calc(100% + 32px);
  justify-content: flex-end;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-support main article section .right .item {
    width: 100%;
  }
}
#is_page.page-template-page-support main article section .right .item .itemLeft {
  width: 240px;
  padding: 16px 24px 0 0;
}
#is_page.page-template-page-support main article section .right .item .itemLeft h6 {
  font-size: 20px;
  margin-bottom: 8px;
}
#is_page.page-template-page-support main article section .right .item img {
  width: 160px;
  height: 160px;
  border-radius: 9999px;
  border: solid 3px white;
  margin-top: -24px;
}
#is_page.page-template-page-support main article section + section {
  margin-top: 60px;
}
#is_page.page-template-page-support main article a.btnMain {
  margin: 60px auto 0;
}
#is_page.page-template-page-support main article + article {
  margin-top: 120px;
}
#is_page main.product {
  width: 100%;
}
#is_page main.product .mainHead {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media all and (max-width: 1024px) {
  #is_page main.product .mainHead {
    width: 100%;
    display: block;
  }
}
#is_page main.product .mainHead img {
  border-radius: 9999px;
  width: 500px;
}
@media all and (max-width: 1024px) {
  #is_page main.product .mainHead img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}
#is_page main.product .mainHead .titleWrap {
  margin-left: -40px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 500px;
}
@media all and (max-width: 1024px) {
  #is_page main.product .mainHead .titleWrap {
    width: 100%;
    margin: 40px auto;
  }
}
#is_page main.product .mainHead .titleWrap h1 {
  margin-bottom: 16px;
}
#is_page main.product .mainHead .titleWrap h1::after {
  display: none;
}
#is_page main.product .mainHead .titleWrap p {
  margin-bottom: 0;
  letter-spacing: 0.6em;
}
#is_page main.product .mainHead .titleWrap .circleWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
}
@media all and (max-width: 1024px) {
  #is_page main.product .mainHead .titleWrap .circleWrap {
    width: calc(100vw - 80px);
    height: 2px;
    left: 40px;
    bottom: 32px;
    top: auto;
  }
}
#is_page main.product .itemPr {
  position: relative;
  background-color: rgba(116, 176, 183, 0.8);
  padding: 80px 80px 160px;
}
@media all and (max-width: 1024px) {
  #is_page main.product .itemPr {
    padding: 40px 24px 40px;
  }
}
#is_page main.product .itemPr .bgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
#is_page main.product .itemPr p.lead {
  width: 480px;
  color: white;
  margin: 0 auto 80px;
}
@media all and (max-width: 1024px) {
  #is_page main.product .itemPr p.lead {
    width: 100%;
    margin: 0 auto 40px;
  }
}
#is_page main.product .itemPr section {
  width: 480px;
  color: white;
  margin: 0 auto 80px;
}
@media all and (max-width: 1024px) {
  #is_page main.product .itemPr section {
    width: 100%;
    margin: 0 auto 40px;
  }
}
#is_page main.product .itemPr section h3 {
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  font-size: 32px;
  border-bottom: solid 1px white;
  padding-bottom: 12px;
}
@media all and (max-width: 1024px) {
  #is_page main.product .itemPr section h3 {
    font-size: 24px;
  }
}
#is_page main.product .itemPr section .flexWrap {
  display: flex;
  gap: 32px;
}
@media all and (max-width: 1024px) {
  #is_page main.product .itemPr section .flexWrap {
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }
}
#is_page main.product .itemPr section .flexWrap p {
  color: white;
}
#is_page main.product .itemPr section .flexWrap img {
  width: 160px;
}
#is_page main.product .itemPr .tableWrap {
  width: 480px;
  margin: 0 auto 0px;
}
@media all and (max-width: 1024px) {
  #is_page main.product .itemPr .tableWrap {
    width: 100%;
  }
}
#is_page main.product .itemPr .tableWrap h4 {
  text-align: center;
  color: white;
  font-size: 20px;
}
#is_page main.product .itemPr .tableWrap table {
  width: 100%;
  background-color: white;
  border-collapse: collapse;
  margin-bottom: 0;
}
#is_page main.product .itemPr .tableWrap table tr:first-child td {
  background-color: #fff8e3;
}
#is_page main.product .itemPr .tableWrap table td,
#is_page main.product .itemPr .tableWrap table th {
  border: solid 1px #222222;
  width: 25%;
  text-align: center;
  padding: 6px 0;
  font-weight: 400;
}
@media all and (max-width: 1024px) {
  #is_page main.product .itemPr .tableWrap table td,
  #is_page main.product .itemPr .tableWrap table th {
    font-size: 14px;
  }
}
#is_page main.product .itemPr .tableWrap table th {
  background-color: #E2EFF0;
}
#is_page main.product .itemPr .tableWrap table.salt tr:first-child td {
  background-color: white;
}
#is_page main.product .itemPr .tableWrap table.salt th {
  width: 120px;
}
#is_page main.product .itemPr .tableWrap table.salt td {
  width: 360px;
}
#is_page main.product .itemPr .tableWrap table.akamaruko td:last-child {
  font-weight: 600;
  color: #EA7C9A;
}
#is_page main.product article {
  background-color: #fff8e3;
  width: 880px;
  margin: -80px auto 0;
  z-index: 100;
  position: relative;
  padding: 40px;
}
@media all and (max-width: 1024px) {
  #is_page main.product article {
    width: 100%;
    margin: 0px auto 0;
    padding: 12px;
  }
}
#is_page main.product article section {
  background-color: white;
  padding: 40px;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  #is_page main.product article section {
    padding: 12px 12px 32px;
  }
}
#is_page main.product article section h4 {
  text-align: center;
  color: #74B0B7;
  margin-bottom: 24px;
}
#is_page main.product article section .itemWrap {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  #is_page main.product article section .itemWrap {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}
#is_page main.product article section .itemWrap img {
  width: 280px;
  height: 200px;
}
@media all and (max-width: 1024px) {
  #is_page main.product article section .itemWrap img {
    width: 100%;
    height: auto;
  }
}
#is_page main.product article section .itemWrap .right {
  width: 320px;
}
#is_page main.product article section .itemWrap .right .souryou {
  line-height: 0.8em;
}
@media all and (max-width: 1024px) {
  #is_page main.product article section .itemWrap .right {
    width: 100%;
  }
}
#is_page main.product article section .itemWrap .right h5 {
  font-size: 24px;
}
@media all and (max-width: 1024px) {
  #is_page main.product article section .itemWrap .right h5 {
    font-size: 20px;
  }
}
#is_page main.product article section .itemWrap .right p {
  font-size: 24px;
}
@media all and (max-width: 1024px) {
  #is_page main.product article section .itemWrap .right p {
    font-size: 20px;
  }
}
#is_page main.product article section .itemWrap .right p span {
  font-size: 14px;
}
@media all and (max-width: 1024px) {
  #is_page main.product article section .itemWrap .right p span {
    font-size: 14px;
  }
}
#is_page main.product article section .facilityLink {
  display: flex;
  align-items: center;
  gap: 32px;
  border-top: solid 1px #222222;
  padding-top: 40px;
}
@media all and (max-width: 1024px) {
  #is_page main.product article section .facilityLink {
    flex-direction: column;
    gap: 24px;
  }
}
#is_page main.product article section .facilityLink h4 {
  font-size: 20px;
  margin-bottom: 0;
}
#is_page main.product article section .facilityLink h5 {
  text-align: left;
  color: #222222;
  margin-bottom: 4px;
  font-size: 20px;
}
#is_page main.product article section .facilityLink p {
  margin-bottom: 4px;
}
#is_page main.product article .contact .contactHead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media all and (max-width: 1024px) {
  #is_page main.product article .contact .contactHead {
    flex-direction: column;
    gap: 12px;
  }
}
#is_page main.product article .contact .contactHead .left {
  background-color: #EA7C9A;
  border-radius: 9999px;
  width: 130px;
  height: 130px;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#is_page main.product article .contact .contactHead p {
  margin-bottom: 0;
}
#is_page.page-template-page-recruit main {
  padding: 0 40px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-recruit main {
    padding: 0 12px;
  }
}
#is_page.page-template-page-recruit main h4 {
  width: fit-content;
  font-size: 18px;
  background-color: #E2EFF0;
  border-left: solid 3px #74B0B7;
  padding: 4px 20px;
  color: #222222;
}
#is_page.page-template-page-recruit main table {
  margin-bottom: 80px;
}
#is_page.page-template-page-recruit main table tr td:first-child {
  width: 160px;
  text-align: center;
  background-color: #fff8e3;
  vertical-align: middle;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-recruit main table tr td:first-child {
    font-size: 14px;
    width: 100px;
  }
}
#is_page.page-template-page-recruit main table tr td:last-child {
  padding: 16px 16px;
  vertical-align: middle;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-recruit main table tr td:last-child {
    min-width: 60px;
    font-size: 14px;
    padding: 8px;
  }
}
#is_page.page-template-page-recruit main a.banner {
  display: block;
  margin: 0 auto 120px;
  width: fit-content;
  transition: 0.3s;
}
#is_page.page-template-page-recruit main a.banner:hover {
  opacity: 0.6;
}
#is_page.page-template-page-recruit main .contactWrap h2 {
  color: #222222;
  margin: 0 auto 32px;
}
#is_page.page-template-page-recruit main .contactWrap .flexWrap {
  background-color: #E2EFF0;
  padding: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-recruit main .contactWrap .flexWrap {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 16px 40px;
  }
}
#is_page.page-template-page-recruit main .contactWrap .flexWrap a.tel {
  color: #222222;
  font-size: 32px;
}
#is_page.page-template-page-recruit main .contactWrap .flexWrap a.tel:hover {
  color: #74B0B7;
}
@media all and (max-width: 1024px) {
  #is_page.privacy-policy main {
    padding: 12px;
  }
}
#is_page.privacy-policy main h2 {
  margin: 100px auto 40px;
  font-size: 28px;
}
#is_page form {
  background-color: #fff8e3;
  width: 800px;
  padding: 40px;
}
@media all and (max-width: 1024px) {
  #is_page form {
    width: 100%;
    padding: 12px;
  }
}
#is_page form h2 {
  margin: 0 auto 40px;
  color: #222222;
  font-size: 24px;
}
#is_page form dl {
  display: flex;
  align-items: center;
  gap: 2%;
}
@media all and (max-width: 1024px) {
  #is_page form dl {
    flex-direction: column;
  }
}
#is_page form dl + dl {
  margin-top: 24px;
}
#is_page form dl dt {
  width: 160px;
}
@media all and (max-width: 1024px) {
  #is_page form dl dt {
    width: 100%;
  }
}
#is_page form dl dt p {
  text-align: right;
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  #is_page form dl dt p {
    text-align: left;
  }
}
#is_page form dl dt p span.required {
  background-color: #EA7C9A;
  color: white;
  font-size: 12px;
  padding: 0px 4px 1px;
  border-radius: 2px;
  margin-left: 4px;
}
#is_page form dl dd {
  margin: 0;
  flex-grow: 1;
}
#is_page form dl dd p {
  margin-bottom: 0;
}
#is_page form dl dd p input,
#is_page form dl dd p textarea {
  background-color: white;
  width: 100%;
  border: none;
  padding: 8px 16px;
}
#is_page form dl dd p input::placeholder,
#is_page form dl dd p textarea::placeholder {
  font-size: 0.8em;
  color: #222222;
  opacity: 0.6;
}
#is_page form dl dd.sizeM input {
  width: 50%;
}
@media all and (max-width: 1024px) {
  #is_page form dl dd.sizeM input {
    width: 100%;
  }
}
#is_page form dl dd.sizeS input {
  width: 33%;
}
@media all and (max-width: 1024px) {
  #is_page form dl dd.sizeS input {
    width: 50%;
  }
}
#is_page form dl dd .wpcf7-not-valid-tip {
  font-size: 0.8em;
}
#is_page form .privacy {
  text-align: center;
  margin: 32px auto;
  font-size: 14px;
}
#is_page form .wpcf7-response-output {
  text-align: center;
  border: none;
  color: #EA7C9A;
}
#is_page form .btnMain {
  width: fit-content;
  margin: 0 auto 24px;
  display: block;
}
#is_page form .btnMain input[type=submit] {
  width: fit-content;
  border: solid 1px #74B0B7;
  border-radius: 9999px;
  background-color: #E2EFF0;
  color: #74B0B7;
  padding: 12px 40px;
  transition: 0.3s;
}
#is_page form .btnMain input[type=submit]:hover {
  background-color: #74B0B7;
  color: white;
}
#is_page form .btnMain .wpcf7-spinner {
  display: none;
}
#is_page form h2 {
  margin-bottom: 40px;
}
#is_page form .order {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
#is_page form .order dl {
  justify-content: center;
  flex-direction: column;
  margin-top: 0;
}
#is_page form .order dl dt {
  width: 200px;
}
#is_page form .order dl dt p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
}
#is_page form .order dl dd {
  flex: 1;
}
#is_page form .order dl dd p {
  text-align: center;
}
#is_page form .order dl dd select {
  background-color: white;
  border: none;
  text-align: center;
  padding: 8px 24px;
  color: #74B0B7;
  font-weight: 500;
  border: solid 1px #74B0B7;
  border-radius: 4px;
}
#is_page form #autozip {
  display: none !important;
}
#is_page.page-template-page-fee main, #is_page.page-template-page-important main {
  padding-bottom: 180px;
}
#is_page.page-template-page-fee main h3.subTitle, #is_page.page-template-page-important main h3.subTitle {
  width: fit-content;
  margin: 0 auto 8px;
  border-radius: 999px;
  font-size: 20px;
  padding: 4px 32px;
}
@media all and (max-width: 1024px) {
  #is_page.page-template-page-fee main h3.subTitle, #is_page.page-template-page-important main h3.subTitle {
    font-size: 14px;
  }
}
#is_page.page-template-page-fee main ul, #is_page.page-template-page-important main ul {
  margin: 0 auto;
  width: fit-content;
}
#is_page.page-template-page-fee main ul li a, #is_page.page-template-page-important main ul li a {
  color: #222222;
  text-decoration: underline !important;
}
#is_page.page-template-page-fee main ul li a:hover, #is_page.page-template-page-important main ul li a:hover {
  color: #74B0B7;
}
#is_page.page-template-page-fee main ul li + li, #is_page.page-template-page-important main ul li + li {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 92px;
  }
}

@media screen and (max-width: 768px) {
  .l-pageBody .l-pageBody {
    padding: 0;
    background: 0 0;
  }
}
.l-pageBody:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .l-pageBody .l-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .l-pageBody_main {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageBody_main {
    float: right;
    width: 820px;
  }
}

@media screen and (min-width: 1025px) {
  .pageBody-single .l-pageBody_main {
    float: right;
    width: 820px;
  }
}

.l-container {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-container {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container {
    width: 1120px;
  }
}
@media screen and (max-width: 768px) {
  .l-container_section {
    padding: 0 15px;
  }
}

.cms-contents {
  color: #3a3a3a;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .cms-contents {
    margin-bottom: 65px;
  }
}
.cms-contents a {
  -webkit-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .cms-contents a:hover {
    opacity: 0.75;
    text-decoration: none;
  }
}
.cms-contents .link-txt {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
}
.cms-contents .link-txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 3px solid #3a3a3a;
  border-right: 3px solid #3a3a3a;
  width: 9px;
  height: 9px;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .cms-contents .link-txt:hover:before {
    -webkit-transform: translateX(2px) rotate(45deg);
    -ms-transform: translateX(2px) rotate(45deg);
    transform: translateX(2px) rotate(45deg);
  }
}
.cms-contents p {
  line-height: 1.7em;
}
@media screen and (min-width: 769px) {
  .cms-contents p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .cms-contents p {
    font-size: 13px;
  }
}
.cms-contents .img-r {
  float: right;
}
.cms-contents .img-l {
  float: left;
}
@media screen and (max-width: 768px) {
  .cms-contents .img-r p.prof, .cms-contents .img-l p.prof {
    font-size: 11px;
    margin: 1em 0;
  }
}
@media screen and (min-width: 769px) {
  .cms-contents .contents-title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 24px 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #1e1f1e;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .cms-contents .contents-title {
    font-size: 19px;
    line-height: 1em;
    font-weight: bold;
    padding: 25px 0 20px 0;
    margin: 0 15px 20px;
    border-bottom: 2px solid #1e1f1e;
  }
}
.cms-contents .contents-title span {
  display: inline;
  background: -webkit-linear-gradient(transparent 67%, #fced40 67%, #fced40);
  background: linear-gradient(transparent 67%, #fced40 67%, #fced40);
}
@media screen and (max-width: 768px) {
  .cms-contents .contents-title span {
    line-height: 1.6em;
  }
}
.cms-contents .contents-title span.finish {
  display: inline;
  margin-left: 10px;
  background: none !important;
}
.cms-contents .contents-title__sub-title {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .cms-contents .contents-title.centername {
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: -3px !important;
  }
}
@media screen and (max-width: 768px) {
  .cms-contents #company_info_layout .contents-title {
    padding: 10px 0 20px 0;
  }
}
@media screen and (min-width: 769px) {
  .cms-contents .lead {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .cms-contents .lead {
    font-size: 13px;
    margin-bottom: 45px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  .cms-contents .bottom-btns {
    margin-bottom: 60px;
    text-align: center;
  }
  .cms-contents .bottom-btns div {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .cms-contents .bottom-btns div:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .cms-contents .bottom-btns {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
  .cms-contents .bottom-btns div {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .cms-contents .bottom-btns div:last-child {
    margin-bottom: 0;
  }
}
.cms-contents .btn-back,
.cms-contents .btn-det {
  box-sizing: content-box;
  margin: 0 auto 0;
  text-align: center;
}
.cms-contents .btn-back a,
.cms-contents .btn-det a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}
.cms-contents .btn-back a:after,
.cms-contents .btn-det a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 769px) {
  .cms-contents .btn-back {
    width: 340px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .cms-contents .btn-back {
    width: 100%;
    height: 45px;
  }
}
.cms-contents .btn-back a {
  color: #ffffff;
  background: #fcb30a;
}
@media screen and (min-width: 769px) {
  .cms-contents .btn-back a {
    font-size: 20px;
    line-height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .cms-contents .btn-back a {
    font-size: 14px;
    line-height: 45px;
  }
}
.cms-contents .btn-back a:after {
  left: 10px;
  margin: auto 0;
  width: 12px;
  height: 8px;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../img/cms/icon_arrow_white.png) no-repeat;
}
.cms-contents .btn-back a:hover:after {
  -webkit-transform: translateX(-2px) rotate(90deg);
  -ms-transform: translateX(-2px) rotate(90deg);
  transform: translateX(-2px) rotate(90deg);
}
@media screen and (min-width: 769px) {
  .cms-contents .btn-det {
    width: 340px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .cms-contents .btn-det {
    width: auto;
    height: 38px;
  }
}
.cms-contents .btn-det a {
  padding-right: 15px;
  font-size: 14px;
  line-height: 38px;
  color: #ffffff;
  background: #fcb40a;
}
.cms-contents .btn-det a:after {
  right: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  width: 9px;
  height: 9px;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cms-contents .btn-det a:hover:after {
  -webkit-transform: translateX(2px) rotate(45deg);
  -ms-transform: translateX(2px) rotate(45deg);
  transform: translateX(2px) rotate(45deg);
}
.cms-contents .btn-det.free a {
  background: #f27a22;
  position: relative;
}
@media screen and (min-width: 769px) {
  .cms-contents .btn-det.free a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cms-contents .btn-det.free a {
    padding-left: 10px;
  }
}
.cms-contents .btn-det.free a:before {
  background: #ffffff;
  border-radius: 2px;
  color: #f27a22;
  content: "無料";
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  left: 10px;
  line-height: 18px;
  margin-top: -9px;
  padding: 0 5px;
  top: 50%;
  position: absolute;
}
.cms-contents .pager {
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .cms-contents .pager {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .cms-contents .pager {
    font-size: 13px;
    margin: 0 0 10px;
    width: 100%;
    padding: 0 10px;
  }
}
.cms-contents .pager ul {
  position: relative;
  left: 50%;
  float: left;
}
.cms-contents .pager ul li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 5px;
  padding-left: 0;
  padding-right: 0;
  border-left: none;
}
@media screen and (min-width: 769px) {
  .cms-contents .pager ul li {
    min-width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 768px) {
  .cms-contents .pager ul li {
    min-width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 769px) {
  .cms-contents .pager li.prev, .cms-contents .pager li.next {
    width: 100px;
  }
  .cms-contents .pager li.prev a:after {
    content: "前へ";
  }
  .cms-contents .pager li.next a:after {
    content: "次へ";
  }
}
@media screen and (max-width: 768px) {
  .cms-contents .pager li.prev, .cms-contents .pager li.next {
    width: 40px;
    position: relative;
  }
  .cms-contents .pager li.prev a:after, .cms-contents .pager li.next a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    width: 9px;
    height: 9px;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  .cms-contents .pager li.prev a:after {
    left: 3px;
    right: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .cms-contents .pager li.next a:after {
    left: 0;
    right: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.cms-contents .pager li span,
.cms-contents .pager li a {
  display: inline-block;
  letter-spacing: normal;
  width: 100%;
  height: 100%;
  margin: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  color: #3a3a3a;
  border: 2px solid #ccc;
}
@media screen and (min-width: 769px) {
  .cms-contents .pager li span,
  .cms-contents .pager li a {
    line-height: 46px;
  }
}
@media screen and (max-width: 768px) {
  .cms-contents .pager li span,
  .cms-contents .pager li a {
    line-height: 36px;
  }
}
.cms-contents .pager li:first-child a, .cms-contents .pager li:last-child a {
  background: #ccc;
  color: #ffffff;
}
.cms-contents .pager li a.active {
  background: #fced40;
  color: #3a3a3a;
  border: 2px solid #fced40;
}
.cms-contents .pager .point {
  background: #ffffff;
  color: #3a3a3a;
}
.cms-contents .pager li a:hover {
  background: #fced40;
  color: #3a3a3a;
}
.cms-contents .pagination {
  text-align: center;
  font-size: 1.2rem;
}
.cms-contents .pagination .page-numbers {
  margin: 0 5px;
}

#tmp_f {
  padding: 0;
}
#tmp_f .p-center__center-nav {
  background-color: #f8f6f6;
  font-size: 13px;
  padding: 10px;
}
#tmp_f .p-center__center-nav-inner:not(:first-child) {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 5px;
}
#tmp_f .p-center__center-nav-title {
  font-weight: bold;
  padding: 0 5px;
}
#tmp_f .p-center__center-nav-item-outer {
  display: flex;
  flex-wrap: wrap;
}
#tmp_f .p-center__center-nav-item {
  background: #ffffff;
  border: 1px solid #ddd;
  display: block;
  margin: 3px 0.5%;
  padding: 8px 0;
  position: relative;
  text-align: center;
  text-underline-offset: 2px;
  width: 24%;
}
#tmp_f .p-center__center-nav-new-flag-outer {
  left: -1px;
  position: absolute;
  top: 0;
  width: 100px;
}
#tmp_f .p-center__center-nav-new-flag {
  background: orange;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  left: 0;
  letter-spacing: 0.5px;
  line-height: 15px;
  padding: 0 5px;
  position: absolute;
  transform-origin: left top;
}
@media screen and (min-width: 769px) {
  #tmp_f .p-center__center-nav-new-flag {
    top: -7px;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__center-nav-new-flag {
    top: -5px;
    transform: scale(0.7);
  }
}
#tmp_f .p-center__lead {
  font-size: 14px;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__lead {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#tmp_f .p-center__lead a {
  color: red;
  font-weight: bold;
}
#tmp_f .p-center__top-info-text {
  background: #779413;
  margin: 0 0 20px;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 3px;
}
#tmp_f .p-center__top-info-text a {
  color: #ffffff;
}
@media screen and (max-width: 420px) {
  #tmp_f .p-center__top-info-text {
    font-size: 1rem;
  }
}
#tmp_f .p-center__centerlist {
  position: relative;
}
#tmp_f .p-center__centerlist-outer {
  background: #f8f6f6;
  margin-bottom: 60px;
}
#tmp_f .p-center__centerlist-outer h2::after {
  display: none;
}
@media screen and (min-width: 769px) {
  #tmp_f .p-center__centerlist-outer {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__centerlist-outer {
    padding: 20px;
  }
}
@media screen and (max-width: 420px) {
  #tmp_f .p-center__centerlist-outer {
    padding: 20px 5px;
  }
}
#tmp_f .p-center__centerlist {
  background: #ffffff;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #tmp_f .p-center__centerlist {
    padding: 30px;
  }
  #tmp_f .p-center__centerlist:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__centerlist {
    padding: 0;
  }
  #tmp_f .p-center__centerlist:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__centerlist-header {
    padding: 20px 10px 0 10px;
  }
}
#tmp_f .p-center__centerlist-name-outer {
  border-left: 6px solid #779413;
  border-bottom: 3px solid #779413;
  color: #779413;
  display: block;
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  #tmp_f .p-center__centerlist-name-outer {
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__centerlist-name-outer {
    padding-left: 10px;
    margin-top: 8px;
  }
}
#tmp_f .p-center__centerlist-name-outer h2 {
  margin: 0;
  line-height: 1.6;
  font-size: 1.4rem;
}
#tmp_f .p-center__centerlist-name {
  display: block;
}
@media screen and (min-width: 769px) {
  #tmp_f .p-center__centerlist-name {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__centerlist-name {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  #tmp_f .p-center__centerlist-sub-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__centerlist-sub-name {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) {
  #tmp_f .p-center__centerlist-description {
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__centerlist-description {
    margin: 15px 0;
  }
}
#tmp_f .p-center__centerlist-body {
  position: relative;
}
@media screen and (min-width: 769px) {
  #tmp_f .p-center__centerlist-body {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__centerlist-body {
    border-bottom: 2px solid #f8f6f6;
    padding: 0 10px;
  }
}
#tmp_f .p-center__centerlist-new-flag {
  background: #779413;
  color: #fced40;
  font-weight: bold;
  right: 0;
  padding: 2px 20px;
  border-radius: 18px;
  position: absolute;
}
@media screen and (min-width: 769px) {
  #tmp_f .p-center__centerlist-new-flag {
    line-height: 24px;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__centerlist-new-flag {
    font-size: 12px;
    padding: 0 10px;
    line-height: 20px;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__centerlist-body-detail {
    padding: 15px 0;
  }
}
#tmp_f .p-center__centerlist-info-item {
  display: flex;
  margin-left: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  #tmp_f .p-center__centerlist-info-item {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__centerlist-info-item {
    align-items: center;
    font-size: 1.2rem;
  }
}
#tmp_f .p-center__centerlist-info-item:not(:first-child) {
  margin-top: 10px;
}
#tmp_f .p-center__centerlist-info-item-text .icon-cl {
  display: block;
  color: #fff;
  background: #9e9e9e;
  width: 35px;
  text-align: center;
  height: 20px;
  font-size: 0.8rem;
}
#tmp_f .p-center__centerlist-info-icon {
  flex: none;
}
@media screen and (min-width: 769px) {
  #tmp_f .p-center__centerlist-info-icon {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__centerlist-info-icon {
    height: 30px;
    margin-right: 10px;
    width: 30px;
  }
}
#tmp_f .p-center__centerlist-tel-link {
  font-size: 16px;
  font-weight: bold;
}
#tmp_f .p-center__centerlist-tag-outer {
  margin-top: 15px;
}
#tmp_f .p-center__centerlist-tag {
  border: 2px solid #eee;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
  padding: 5px 30px 5px 10px;
  position: relative;
  min-width: 90px;
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__centerlist-tag {
    font-size: 13px;
    min-width: 84px;
  }
}
#tmp_f .p-center__centerlist-tag:after {
  border: 3px solid #009dff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  margin-top: -9px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
}
@media screen and (min-width: 769px) {
  #tmp_f .p-center__centerlist-button-outer {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .p-center__centerlist-button-outer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 7.5px;
  }
  #tmp_f .p-center__centerlist-button-outer .m-button {
    margin: 2.5px;
  }
}
@media screen and (min-width: 769px) {
  #tmp_f .vue-center-index-image-carousel {
    flex: none;
    margin-right: 20px;
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .vue-center-index-image-carousel {
    flex: none;
    width: 100%;
  }
}
#tmp_f .vue-center-index-image-carousel__current-image img {
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  #tmp_f .vue-center-index-image-carousel__current-image img {
    height: 204px;
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .vue-center-index-image-carousel__current-image img {
    height: 204px;
    width: 100%;
  }
}
#tmp_f .vue-center-index-image-carousel__control {
  display: grid;
}
@media screen and (min-width: 769px) {
  #tmp_f .vue-center-index-image-carousel__control {
    gap: 4px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: column;
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  #tmp_f .vue-center-index-image-carousel__control {
    gap: 4px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: column;
    margin-top: 4px;
  }
}
#tmp_f .vue-center-index-image-carousel__control-item {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #tmp_f .vue-center-index-image-carousel__control-item:nth-child(4) {
    display: none;
  }
}
#tmp_f .vue-center-index-image-carousel__control-item-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#tmp_f .vue-center-index-image-carousel__control-item--active {
  position: relative;
}
#tmp_f .vue-center-index-image-carousel__control-item--active:after {
  border: 3px solid orange;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.u-mgt30 {
  margin-top: 30px;
}
.u-mgb20 {
  margin-bottom: 20px;
}
.u-mgb30 {
  margin-bottom: 30px;
}
.u-mgb60 {
  margin-bottom: 60px;
}

.l-pageBody_sidebar {
  float: left;
  width: 240px;
}

@media screen and (max-width: 1199px) {
  .l-pageBody_sidebar {
    display: none;
  }
}
.l-sidebar_localNav {
  padding: 0 8px 8px;
  border-radius: 4px;
  background: #779413;
}
.l-sidebar_localNav .localNav_title {
  position: relative;
  padding: 13px 20px 14px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #779413;
  background: #f6f6f8;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
}
.l-sidebar_localNav .localNav_title::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 18px;
  background: #779413;
  top: calc(50% - 9px);
  left: 12px;
}
.l-sidebar_localNav .categoryTitle {
  display: table;
  width: 100%;
  height: 80px;
  font-size: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.l-sidebar_localNav .categoryTitle .label {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
.l-sidebar_localNav .localNav {
  margin: 0;
  padding: 0;
}
.l-sidebar_localNav .localNav_item {
  background: #ffffff;
  font-size: 1.2rem;
  line-height: 1.42857;
}
.l-sidebar_localNav .localNav_item:not(:last-child) {
  border-bottom: 2px solid #ccc;
}
.l-sidebar_localNav .localNav_item .parent {
  display: block;
  position: relative;
  padding: 25px 36px 25px 20px;
  cursor: pointer;
  -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.l-sidebar_localNav .localNav_item .parent:hover {
  color: #779413;
}
.l-sidebar_localNav .localNav_item a {
  display: block;
  position: relative;
  padding: 25px 20px 25px 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.l-sidebar_localNav .localNav_item a .c-arw {
  display: block;
}
.l-sidebar_localNav .localNav_item a .c-arw:before {
  border-color: #779413;
}
.l-sidebar_localNav .localNav_item a:hover {
  text-decoration: none;
  color: #779413;
}
.l-sidebar_localNav .localNav_item .parent_ico {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  background: #779413;
}
.l-sidebar_localNav .localNav_item .parent_ico:after, .l-sidebar_localNav .localNav_item .parent_ico:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 2px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #ffffff;
}
.l-sidebar_localNav .localNav_item .parent_ico:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.l-sidebar_localNav .parent.is-open .parent_ico:after {
  -webkit-transform: scaleY(0.1) rotate(90deg);
  -ms-transform: scaleY(0.1) rotate(90deg);
  transform: scaleY(0.1) rotate(90deg);
}
.l-sidebar_localNav .localNav_item .childNav {
  display: none;
  font-size: 1rem;
  line-height: 1.53846;
  margin: 0;
  padding: 0;
}
.l-sidebar_localNav .localNav_item .childNav .nav_item {
  position: relative;
}
.l-sidebar_localNav .localNav_item .childNav .nav_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
}
.l-sidebar_localNav .localNav_item .childNav .nav_item:first-child:before {
  right: 0;
  left: 0;
}
.l-sidebar_localNav .localNav_item .childNav a {
  padding: 12px 10px 12px 20px;
}
.l-sidebar_localNav .localNav_item .is-open {
  background-color: #faeb43;
}
.l-sidebar_localNav .localNav_item .childNav {
  display: block;
}
.l-sidebar_localNav .localNav_item .childNav .nav_item {
  background-color: #fffcde;
  margin-top: 0;
}
.l-sidebar_localNav .localNav_item .childNav .nav_item :hover {
  color: #779413;
}
.l-sidebar_localNav .localNav_item .childNav--nested {
  margin-left: 2em;
  padding-left: 0.5em;
  border-left: 2px solid #686868;
}
.l-sidebar_localNav .localNav_item .childNav--nested .nav_item {
  font-size: 0.95em;
}
.l-sidebar_localNav .localNav_item .childNav--nested a {
  text-decoration: none;
  color: #333;
  padding: 5px;
}

.mobile-filter-toggle {
  display: none;
}

.mobile-filter-overlay {
  display: none;
}

#mobile-filter-close {
  display: none;
}

@media screen and (max-width: 1199px) {
  .mobile-filter-toggle {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }
  .mobile-filter-toggle .search-icon {
    height: 70px;
    width: 70px;
  }
  .mobile-filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9998;
  }
  .mobile-filter-content {
    position: relative;
    background: #91ad31;
    width: 90%;
    max-width: 500px;
    margin: 70px auto 10%;
    padding: 20px;
    border-radius: 10px;
    overflow-y: auto;
    max-height: 80%;
  }
  .mobile-filter-header {
    margin: 10px 0;
    text-align: center;
  }
  .mobile-filter-header span {
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .mobile-filter-body ul {
    margin-left: 0;
    padding: 0;
    font-size: 1.2rem;
  }
  .mobile-filter-body ul li {
    background: #ffffff;
    padding: 5px 0 10px 10px;
    border-radius: 5px;
  }
  .mobile-filter-body ul li .parent {
    position: relative;
    font-size: 1.4rem;
  }
  .mobile-filter-body ul li .parent_ico {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
    width: 16px;
    height: 16px;
    background: #779413;
  }
  .mobile-filter-body ul li .parent_ico:after, .mobile-filter-body ul li .parent_ico:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 2px;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #ffffff;
  }
  .mobile-filter-body ul li .parent_ico:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mobile-filter-body ul li .parent.is-open .parent_ico:after {
    -webkit-transform: scaleY(0.1) rotate(90deg);
    -ms-transform: scaleY(0.1) rotate(90deg);
    transform: scaleY(0.1) rotate(90deg);
  }
  .mobile-filter-body ul li ul li {
    padding: 5px 0 5px 10px;
  }
  .mobile-filter-body ul li ul li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile-filter-body ul li ul li .childNav--nested {
    margin-left: 0.5em;
    border-left: 2px solid #4d4d4d;
  }
  .mobile-filter-body ul li ul li .childNav--nested li {
    padding: 5px 0 5px 10px;
  }
  .mobile-filter-body ul li ul li .childNav--nested li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.9rem;
    padding-right: 0.5em;
    color: #222222;
  }
  #mobile-filter-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #eaeaea;
    border: none;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    border-radius: 15px;
    padding: 5px;
  }
}
/* -----------------------------
  Cafe page (tablet = SP layout)
  Breakpoints:
    - SP/Tablet: 0–1024px
    - PC: 1025px+
-------------------------------- */
@media screen and (max-width: 1024px) {
  main {
    margin-top: 92px;
  }
}

/* layouts pageBody */
@media screen and (max-width: 1024px) {
  .cafe-pageBody .cafe-pageBody {
    padding: 0;
    background: 0 0;
  }
}
.cafe-pageBody:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .cafe-pageBody .cafe-container {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .cafe-pageBody_main {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .pageBody-single .cafe-pageBody_main {
    float: none;
    margin: 0 auto;
  }
}

/* container：はみ出し防止 */
.cafe-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
}
@media screen and (min-width: 1025px) {
  .cafe-container {
    /* PC時はお好みでパディング0 */
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cafe-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .cafe-container_section {
    padding: 0 15px;
  }
}

/* layouts: cmsContents */
.cms-cafeContents {
  color: #3a3a3a;
  margin-bottom: 120px;
  /* button */
  /* pager */
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents {
    margin-bottom: 65px;
  }
}
.cms-cafeContents a {
  transition: opacity 0.2s ease-out;
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .cms-cafeContents a:hover {
    opacity: 0.75;
    text-decoration: none;
  }
}
.cms-cafeContents .link-txt {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
}
.cms-cafeContents .link-txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 3px solid #3a3a3a;
  border-right: 3px solid #3a3a3a;
  width: 9px;
  height: 9px;
  transition: transform 0.2s ease;
  transform: rotate(45deg);
}
@media screen and (min-width: 1025px) {
  .cms-cafeContents .link-txt:hover:before {
    transform: translateX(2px) rotate(45deg);
  }
}
.cms-cafeContents p {
  line-height: 1.7em;
}
@media screen and (min-width: 1025px) {
  .cms-cafeContents p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents p {
    font-size: 13px;
  }
}
.cms-cafeContents .img-r {
  float: right;
}
.cms-cafeContents .img-l {
  float: left;
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents .img-r p.prof, .cms-cafeContents .img-l p.prof {
    font-size: 11px;
    margin: 1em 0;
  }
}
@media screen and (min-width: 1025px) {
  .cms-cafeContents .contents-title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 24px 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #1e1f1e;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents .contents-title {
    font-size: 19px;
    line-height: 1em;
    font-weight: bold;
    padding: 25px 0 20px 0;
    margin: 0 15px 20px;
    border-bottom: 2px solid #1e1f1e;
  }
}
.cms-cafeContents .contents-title span {
  display: inline;
  background: linear-gradient(transparent 67%, #fced40 67%, #fced40);
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents .contents-title span {
    line-height: 1.6em;
  }
}
.cms-cafeContents .contents-title span.finish {
  display: inline;
  margin-left: 10px;
  background: none !important;
}
.cms-cafeContents .contents-title__sub-title {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents .contents-title.centername {
    padding-top: 0;
    padding-bottom: 10px;
    margin-top: -3px !important;
  }
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents #company_info_layout .contents-title {
    padding: 10px 0 20px 0;
  }
}
@media screen and (min-width: 1025px) {
  .cms-cafeContents .lead {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents .lead {
    font-size: 13px;
    margin-bottom: 45px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1025px) {
  .cms-cafeContents .bottom-btns {
    margin-bottom: 60px;
    text-align: center;
  }
  .cms-cafeContents .bottom-btns div {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .cms-cafeContents .bottom-btns div:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents .bottom-btns {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }
  .cms-cafeContents .bottom-btns div {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .cms-cafeContents .bottom-btns div:last-child {
    margin-bottom: 0;
  }
}
.cms-cafeContents .btn-back,
.cms-cafeContents .btn-det {
  box-sizing: content-box;
  margin: 0 auto 0;
  text-align: center;
}
.cms-cafeContents .btn-back a,
.cms-cafeContents .btn-det a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
}
.cms-cafeContents .btn-back a:after,
.cms-cafeContents .btn-det a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1025px) {
  .cms-cafeContents .btn-back {
    width: 340px;
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents .btn-back {
    width: 100%;
    height: 45px;
  }
}
.cms-cafeContents .btn-back a {
  color: #fff;
  background: #fcb30a;
}
@media screen and (min-width: 1025px) {
  .cms-cafeContents .btn-back a {
    font-size: 20px;
    line-height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents .btn-back a {
    font-size: 14px;
    line-height: 45px;
  }
}
.cms-cafeContents .btn-back a:after {
  left: 10px;
  width: 12px;
  height: 8px;
  transition: transform 0.2s ease;
  transform: rotate(90deg);
  background: url(../img/cms/icon_arrow_white.png) no-repeat;
}
.cms-cafeContents .btn-back a:hover:after {
  transform: translateX(-2px) rotate(90deg);
}
@media screen and (min-width: 1025px) {
  .cms-cafeContents .btn-det {
    width: 340px;
    height: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents .btn-det {
    width: auto;
    height: 38px;
  }
}
.cms-cafeContents .btn-det a {
  padding-right: 15px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  background: #fcb40a;
}
.cms-cafeContents .btn-det a:after {
  right: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 9px;
  height: 9px;
  transition: transform 0.2s ease;
  transform: rotate(45deg);
}
.cms-cafeContents .btn-det a:hover:after {
  transform: translateX(2px) rotate(45deg);
}
.cms-cafeContents .btn-det.free a {
  background: #f27a22;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .cms-cafeContents .btn-det.free a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents .btn-det.free a {
    padding-left: 10px;
  }
}
.cms-cafeContents .btn-det.free a:before {
  background: #fff;
  border-radius: 2px;
  color: #f27a22;
  content: "無料";
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  left: 10px;
  line-height: 18px;
  margin-top: -9px;
  padding: 0 5px;
  top: 50%;
  position: absolute;
}
.cms-cafeContents .pager {
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .cms-cafeContents .pager {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents .pager {
    font-size: 13px;
    margin: 0 0 10px;
    width: 100%;
    padding: 0 10px;
  }
}
.cms-cafeContents .pager ul {
  position: relative;
  left: 50%;
  float: left;
}
.cms-cafeContents .pager ul li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 5px;
  padding-left: 0;
  padding-right: 0;
  border-left: none;
}
@media screen and (min-width: 1025px) {
  .cms-cafeContents .pager ul li {
    min-width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents .pager ul li {
    min-width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .cms-cafeContents .pager li.prev, .cms-cafeContents .pager li.next {
    width: 100px;
  }
  .cms-cafeContents .pager li.prev a:after {
    content: "前へ";
  }
  .cms-cafeContents .pager li.next a:after {
    content: "次へ";
  }
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents .pager li.prev, .cms-cafeContents .pager li.next {
    width: 40px;
    position: relative;
  }
  .cms-cafeContents .pager li.prev a:after, .cms-cafeContents .pager li.next a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 9px;
    height: 9px;
    transition: transform 0.2s ease;
  }
  .cms-cafeContents .pager li.prev a:after {
    left: 3px;
    right: 0;
    transform: rotate(-135deg);
  }
  .cms-cafeContents .pager li.next a:after {
    left: 0;
    right: 3px;
    transform: rotate(45deg);
  }
}
.cms-cafeContents .pager li span,
.cms-cafeContents .pager li a {
  display: inline-block;
  letter-spacing: normal;
  width: 100%;
  height: 100%;
  margin: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  color: #3a3a3a;
  border: 2px solid #ccc;
}
@media screen and (min-width: 1025px) {
  .cms-cafeContents .pager li span,
  .cms-cafeContents .pager li a {
    line-height: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .cms-cafeContents .pager li span,
  .cms-cafeContents .pager li a {
    line-height: 36px;
  }
}
.cms-cafeContents .pager li:first-child a, .cms-cafeContents .pager li:last-child a {
  background: #ccc;
  color: #fff;
}
.cms-cafeContents .pager li a.active {
  background: #fced40;
  color: #3a3a3a;
  border: 2px solid #fced40;
}
.cms-cafeContents .pager .point {
  background: #fff;
  color: #3a3a3a;
}
.cms-cafeContents .pager li a:hover {
  background: #fced40;
  color: #3a3a3a;
}
.cms-cafeContents .pagination {
  text-align: center;
  font-size: 1.2rem;
}
.cms-cafeContents .pagination .page-numbers {
  margin: 0 5px;
}

/* tmp_c */
#tmp_c {
  padding: 0;
}
#tmp_c .cafe-center__center-nav {
  background-color: #f8f6f6;
  font-size: 13px;
  padding: 10px;
}
#tmp_c .cafe-center__center-nav-inner:not(:first-child) {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 5px;
}
#tmp_c .cafe-center__center-nav-title {
  font-weight: bold;
  padding: 0 5px;
}
#tmp_c .cafe-center__center-nav-item-outer {
  display: flex;
  flex-wrap: wrap;
}
#tmp_c .cafe-center__center-nav-item {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  margin: 3px 0.5%;
  padding: 8px 0;
  position: relative;
  text-align: center;
  text-underline-offset: 2px;
  width: 24%;
}
#tmp_c .cafe-center__center-nav-new-flag-outer {
  left: -1px;
  position: absolute;
  top: 0;
  width: 100px;
}
#tmp_c .cafe-center__center-nav-new-flag {
  background: orange;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  left: 0;
  letter-spacing: 0.5px;
  line-height: 15px;
  padding: 0 5px;
  position: absolute;
  transform-origin: left top;
}
@media screen and (min-width: 1025px) {
  #tmp_c .cafe-center__center-nav-new-flag {
    top: -7px;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__center-nav-new-flag {
    top: -5px;
    transform: scale(0.7);
  }
}
#tmp_c .cafe-center__lead {
  font-size: 14px;
  line-height: 1.7em;
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__lead {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#tmp_c .cafe-center__lead a {
  color: red;
  font-weight: bold;
}
#tmp_c .cafe-center__centerlist {
  position: relative;
  /* header */
  /* body */
  /* button */
}
#tmp_c .cafe-center__centerlist-outer {
  background: #f8f6f6;
  margin-bottom: 60px;
}
#tmp_c .cafe-center__centerlist-outer h2::after {
  display: none;
}
@media screen and (min-width: 1025px) {
  #tmp_c .cafe-center__centerlist-outer {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__centerlist-outer {
    padding: 20px;
  }
}
@media screen and (max-width: 420px) {
  #tmp_c .cafe-center__centerlist-outer {
    padding: 20px 5px;
  }
}
#tmp_c .cafe-center__centerlist {
  background: #fff;
  font-size: 14px;
}
@media screen and (min-width: 1025px) {
  #tmp_c .cafe-center__centerlist {
    padding: 30px;
  }
  #tmp_c .cafe-center__centerlist:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__centerlist {
    padding: 0;
  }
  #tmp_c .cafe-center__centerlist:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__centerlist-header {
    padding: 20px 10px 0 10px;
  }
}
#tmp_c .cafe-center__centerlist-name-outer {
  border-left: 6px solid #6d521c;
  border-bottom: 3px solid #6d521c;
  display: block;
  text-decoration: none !important;
}
@media screen and (min-width: 1025px) {
  #tmp_c .cafe-center__centerlist-name-outer {
    padding-left: 25px;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__centerlist-name-outer {
    padding-left: 10px;
    margin-top: 8px;
  }
}
#tmp_c .cafe-center__centerlist-name-outer h2 {
  margin: 0;
  line-height: 1.6;
  font-size: 1.4rem;
}
#tmp_c .cafe-center__centerlist-name {
  display: block;
}
@media screen and (min-width: 1025px) {
  #tmp_c .cafe-center__centerlist-name {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__centerlist-name {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  #tmp_c .cafe-center__centerlist-sub-name {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__centerlist-sub-name {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  #tmp_c .cafe-center__centerlist-description {
    margin: 10px 0;
    font-size: 18px;
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__centerlist-description {
    margin: 15px 0;
  }
}
#tmp_c .cafe-center__centerlist-body {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #tmp_c .cafe-center__centerlist-body {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__centerlist-body {
    border-bottom: 2px solid #f8f6f6;
    padding: 0 10px;
  }
}
#tmp_c .cafe-center__centerlist-new-flag {
  background: #779413;
  color: #fced40;
  font-weight: bold;
  right: 0;
  padding: 2px 20px;
  border-radius: 18px;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  #tmp_c .cafe-center__centerlist-new-flag {
    line-height: 24px;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__centerlist-new-flag {
    font-size: 12px;
    padding: 0 10px;
    line-height: 20px;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__centerlist-body-detail {
    padding: 15px 0;
  }
}
#tmp_c .cafe-center__centerlist-info-item {
  display: flex;
  margin-left: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  #tmp_c .cafe-center__centerlist-info-item {
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__centerlist-info-item {
    align-items: center;
    font-size: 1.2rem;
  }
}
#tmp_c .cafe-center__centerlist-info-item:not(:first-child) {
  margin-top: 10px;
}
#tmp_c .cafe-center__centerlist-info-item-text {
  font-size: 1.2rem;
}
#tmp_c .cafe-center__centerlist-info-item-text .cafe-icon-cl {
  display: block;
  color: #fff;
  background: #9e9e9e;
  width: 35px;
  text-align: center;
  height: 20px;
  font-size: 0.8rem;
}
#tmp_c .cafe-center__centerlist-info-icon {
  flex: none;
}
@media screen and (min-width: 1025px) {
  #tmp_c .cafe-center__centerlist-info-icon {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__centerlist-info-icon {
    height: 30px;
    margin-right: 10px;
    width: 30px;
  }
}
#tmp_c .cafe-center__centerlist-tel-link {
  font-size: 16px;
  font-weight: bold;
}
#tmp_c .cafe-center__centerlist-tag-outer {
  margin-top: 15px;
}
#tmp_c .cafe-center__centerlist-tag {
  border: 2px solid #eee;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
  padding: 5px 30px 5px 10px;
  position: relative;
  min-width: 90px;
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__centerlist-tag {
    font-size: 13px;
    min-width: 84px;
  }
}
#tmp_c .cafe-center__centerlist-tag:after {
  border: 3px solid #009dff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  margin-top: -9px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
}
@media screen and (min-width: 1025px) {
  #tmp_c .cafe-center__centerlist-button-outer {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center__centerlist-button-outer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 7.5px;
  }
  #tmp_c .cafe-center__centerlist-button-outer .m-button {
    margin: 2.5px;
  }
}
@media screen and (min-width: 1025px) {
  #tmp_c .cafe-center-index-image-carousel {
    flex: none;
    margin-right: 20px;
    width: 550px;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center-index-image-carousel {
    flex: none;
    width: 100%;
  }
}
#tmp_c .cafe-center-index-image-carousel__current-image {
  display: flex;
}
@media screen and (max-width: 450px) {
  #tmp_c .cafe-center-index-image-carousel__current-image {
    flex-direction: column;
  }
}
#tmp_c .cafe-center-index-image-carousel__current-image img {
  object-fit: cover;
  margin-right: 15px;
}
@media screen and (min-width: 1025px) {
  #tmp_c .cafe-center-index-image-carousel__current-image img {
    height: 230px;
    width: 275px;
  }
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center-index-image-carousel__current-image img {
    height: 185px;
    width: 95%;
    margin: 10px;
  }
}
#tmp_c .cafe-center-index-image-carousel__control {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: column;
  margin-top: 4px;
}
#tmp_c .cafe-center-index-image-carousel__control-item {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #tmp_c .cafe-center-index-image-carousel__control-item:nth-child(4) {
    display: none;
  }
}
#tmp_c .cafe-center-index-image-carousel__control-item-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#tmp_c .cafe-center-index-image-carousel__control-item--active {
  position: relative;
}
#tmp_c .cafe-center-index-image-carousel__control-item--active:after {
  border: 3px solid orange;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* margin utility */
.u-mgt30 {
  margin-top: 30px;
}
.u-mgb20 {
  margin-bottom: 20px;
}
.u-mgb30 {
  margin-bottom: 30px;
}
.u-mgb60 {
  margin-bottom: 60px;
}

/* minor fix */
.cafe-center__centerlist-body-detail {
  margin-left: 10px;
}

/* menu list */
.menu-area .menu-ul {
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px 15px;
}
@media screen and (max-width: 1024px) {
  .menu-area .menu-ul {
    margin: 15px;
  }
}
.menu-area .menu-list {
  width: 32%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  box-sizing: border-box;
  background: #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .menu-area .menu-list {
    width: 48%;
  }
}
@media screen and (max-width: 450px) {
  .menu-area .menu-list {
    width: 100%;
  }
}
.menu-area .menu-list .menu-title {
  font-size: 1.3rem;
  margin-bottom: 10px;
  padding-left: 15px;
}
.menu-area .menu-list .menu-img {
  width: 310px;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  .menu-area .menu-list .menu-img {
    width: 280px;
    height: 165px;
    margin: 0 auto;
  }
}
.menu-area .menu-list .menu-dis {
  font-size: 1.2rem;
  height: 100%;
  margin-bottom: 10px;
  padding: 15px;
}
.menu-area .menu-list .menu-price {
  margin-top: auto;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: right;
  margin: 15px 0 0;
}

/* 関連リンク（独自スコープ） */
.keno-link {
  width: 70%;
  margin: 0 auto;
}
.keno-link--links {
  padding-bottom: 30px;
}
.keno-link__body {
  /* 内部ナビ */
  /* セクション群 */
}
.keno-link__body .keno-link__heading {
  border-bottom: 4px solid #e6e6e5;
  margin-bottom: 32px;
}
.keno-link__body .keno-link__heading__text {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 3px;
  display: inline-block;
  position: relative;
  padding-bottom: 14px;
}
.keno-link__body .keno-link__heading__text::after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: #7dc065;
  display: block;
}
.keno-link__body .keno-link__lead {
  margin-bottom: 30px;
}
.keno-link__body .keno-link__lnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 50px;
}
.keno-link__body .keno-link__lnav__item {
  margin: 0 4px 14px;
}
.keno-link__body .keno-link__lnav__item .btn-round {
  width: auto;
  min-width: 100px;
  height: 36px;
  border-radius: 18px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.keno-link__body .keno-link__lnav__item .btn-round::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #B70031;
  border-width: 0 1px 1px 0;
  margin-left: 10px;
  transform: rotate(45deg) skew(-5deg, -5deg);
}
.keno-link__body .keno-link__sections .keno-link__item {
  margin-bottom: 70px;
}
.keno-link__body .keno-link__sections .keno-link__item:last-child {
  margin-bottom: 0;
}
.keno-link__body .keno-link__sections .keno-link__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.keno-link__body .keno-link__sections .keno-link__child {
  margin-bottom: 35px;
}
.keno-link__body .keno-link__sections .keno-link__child:last-child {
  margin-bottom: 0;
}
.keno-link__body .keno-link__sections .keno-link__sub-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.keno-link__body .keno-link__sections .keno-link__list {
  border-top: 1px solid #e6e6e5;
}
.keno-link__body .keno-link__sections .keno-link__list__item {
  border-bottom: 1px solid #e6e6e5;
  padding: 16px 0;
}
.keno-link__body .keno-link__sections .keno-link__list__item a {
  color: #0e1618;
  display: block;
}
.keno-link__body .keno-link__sections .keno-link__list__item a:hover {
  opacity: 1;
}
.keno-link__body .keno-link__sections .keno-link__list__title {
  font-weight: 600;
}
.keno-link__body .keno-link__sections .keno-link__list__text {
  font-size: 1.2rem;
  color: #68656e;
  margin-top: 5px;
}
.keno-link__body .keno-link__sections .keno-link__list__text a {
  color: inherit;
  text-decoration: underline;
}
.keno-link__body .keno-link__backbtn {
  margin-top: 80px;
}

/* レスポンシブ */
@media (min-width: 768px) {
  .keno-link--links {
    padding-bottom: 40px;
  }
  .keno-link__body .keno-link__lnav__item .btn-round {
    font-size: 1.2rem;
  }
  .keno-link__body .keno-link__sections .keno-link__list__item {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .keno-link__body .keno-link__backbtn {
    margin-top: 154px;
  }
}
@media (max-width: 767px) {
  .keno-link {
    width: 85%;
  }
}
/* contact_area
   ========================================================================== */
/*Contact Form 7カスタマイズ*/
#is_page form {
  width: 1200px;
  margin: 0 auto;
}

table {
  background-color: #fff;
}

/*項目の下線*/
.inquiry th {
  width: 30%;
}

.inquiry input,
.inquiry textarea {
  width: 100%;
}

.inquiry th,
.inquiry td {
  border: none;
  background: #fff;
  border-bottom: 3px dotted silver;
  padding: 10px 5px;
}

/*必須・任意のラベルの形状*/
.formlabel {
  padding: 5px;
  font-size: 0.8em;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
}

/*必須のカラー*/
.must {
  background: #7dc065;
  color: #fff;
}

/*任意のカラー*/
.may {
  background: #929292;
  color: #fff;
}

/*送信ボタンのデザイン変更*/
.formbtn {
  display: block;
  padding: 15px;
  width: 240px;
  background: #327f12;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 5px;
  margin: 25px auto 0;
}

/*送信ボタンマウスホバー*/
.formbtn:hover {
  background: rgba(50, 127, 18, 0.8392156863);
  color: #fff;
}

/*ラジオボタンのデザイン変更*/
.inquiry .wpcf7-radio input[type=radio] {
  display: none;
  vertical-align: middle;
}

.inquiry .wpcf7-radio > .wpcf7-list-item {
  margin-left: 0;
}

.inquiry .wpcf7-radio input[type=radio] + span {
  padding-left: 25px;
  position: relative;
  margin-right: 25px;
  vertical-align: middle;
}

.inquiry .wpcf7-radio input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid gray;
  border-radius: 50%;
}

.inquiry .wpcf7-radio input[type=radio]:checked + span {
  color: #d01137;
}

.inquiry .wpcf7-radio input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1rem;
}

#contact .privacy-check-area {
  text-align: center;
  background-color: rgba(117, 169, 255, 0.1450980392);
  width: 100%;
  padding: 15px 10px;
  font-size: 1rem;
  border-radius: 5px;
}

#contact .spam-check input {
  margin: 10px 0;
  transform: scale(1.4);
}

.rob-check-area {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0.8rem;
  border-radius: 5px;
}

.rob-check {
  margin: 0;
  font-size: 1.2rem;
}

select {
  width: 100%;
  height: 35px;
  border-radius: 2px;
}

@media screen and (max-width: 787px) {
  #is_page form {
    width: 95%;
    margin: 0 auto;
  }
  .inquiry th,
  .inquiry td {
    display: block;
    width: 100%;
    padding: 5px;
  }
  .inquiry th {
    border-bottom: none;
    margin-top: 15px;
  }
  .inquiry td {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.cf7-confirm,
.cf7-confirm [data-name=your-message],
.cf7-confirm .confirm-value {
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* 404 ページ用 */
@media screen and (max-width: 768px) {
  .mvStyle_01 .ttlArea .main .notfound_title {
    font-size: 2rem;
  }
}
.notFoundPage {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 20vh;
  /* ある程度中央に */
  padding: 40px 20px;
}
.notFoundPage .container {
  max-width: 640px;
  margin: 0 auto;
}
.notFoundPage .message {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 24px;
  color: #333;
}
.notFoundPage .btnSub {
  display: inline-block;
  margin-top: 16px;
}

footer .consult {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -20px;
  position: relative;
  padding: 40px calc((100vw - 800px) / 2);
}
@media all and (max-width: 1024px) {
  footer .consult {
    padding: 24px 12px;
  }
}
footer .consult .sheet {
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(255, 249, 226) 0%, rgb(246, 236, 193) 50%, rgb(219, 204, 146) 100%);
  z-index: 1;
  transition: 0.8s;
}
footer .consult .consultHead {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  footer .consult .consultHead {
    flex-direction: column;
  }
}
footer .consult .consultHead .left {
  flex: 1;
}
footer .consult .consultHead .left h2::after {
  left: 50%;
  transform: translateX(-50%);
}
footer .consult .consultHead p {
  flex: 1;
}
@media all and (max-width: 768px) {
  footer .consult .consultHead p {
    margin-bottom: 10px;
  }
}
footer .consult .contactWrap {
  display: flex;
  gap: 16px;
  padding: 8px;
}
@media all and (max-width: 1024px) {
  footer .consult .contactWrap {
    flex-direction: column;
    padding: 0px;
  }
}
footer .consult .contactWrap .contactTel,
footer .consult .contactWrap .contactTel_v2,
footer .consult .contactWrap .contactForm,
footer .consult .contactWrap .contactForm_v2 {
  background-color: white;
  flex: 1;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .consult .contactWrap .contactTel .p-center__centerlist-info-item {
  align-items: center;
  display: flex;
  margin: 10px auto;
  font-size: 1rem;
}
footer .consult .contactWrap .contactTel .p-center__centerlist-info-item .p-center__centerlist-info-item-text {
  margin-left: 20px;
}
footer .consult .contactWrap .contactTel .p-center__centerlist-info-item .p-center__centerlist-info-item-text .icon-cl {
  display: block;
  color: #fff;
  background: #9e9e9e;
  width: 50%;
  text-align: center;
  height: 20px;
  font-size: 0.8rem;
}
footer .consult .contactWrap .contactTel p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}
footer .consult .contactWrap .contactTel a {
  font-size: 32px;
  color: #222222;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  footer .consult .contactWrap .contactTel a {
    font-size: 28px;
  }
}
footer .consult .contactWrap .contactTel a:hover {
  color: #7dc065;
}
footer .consult .contactWrap .contactTel a.mail {
  font-size: 16px;
}
footer .consult .contactWrap .contactTel img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1.4em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
footer .consult .contactWrap .contactTel_v2 {
  text-align: left;
}
footer .consult .contactWrap .contactTel_v2 p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-left: 15px;
  width: 100%;
  line-height: 1.6;
}
footer .consult .contactWrap .contactForm p {
  text-align: center;
  line-height: 1.4em;
  font-size: 14px;
}
footer .consult .contactWrap .contactForm_v2 p {
  text-align: center;
  line-height: 1.4em;
  font-size: 14px;
}
footer .consult .contactWrap .contactForm_v2 .recruit-tel {
  font-size: 26px;
  color: #222222;
  font-weight: 500;
  transition: 0.3s;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  footer .consult .contactWrap .contactForm_v2 .recruit-tel {
    font-size: 28px;
  }
}
footer .consult .contactWrap .contactForm_v2 .recruit-tel:hover {
  color: #7dc065;
}
footer .consult .contactWrap .contactForm_v2 .recruit-tel.mail {
  font-size: 16px;
}
footer .consult .contactWrap .contactForm_v2 img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1.4em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
footer .consult .contactMap {
  padding: 8px;
}
footer .consult .contactMap iframe {
  width: 100%;
  height: 350px;
}
@media all and (max-width: 768px) {
  footer .consult .contactMap {
    padding: 15px 0px 8px;
  }
}
footer .consult > * {
  position: relative;
  z-index: 10;
}
footer .footerMenuWrap {
  position: relative;
  overflow: hidden;
  padding: 120px 0 40px;
  display: flex;
  justify-content: center;
  gap: 40px 48px;
  align-items: center;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  footer .footerMenuWrap {
    padding: 40px 0;
  }
}
@media all and (max-width: 1024px) {
  footer .footerMenuWrap {
    display: block;
  }
}
footer .footerMenuWrap .logoMainIconBlue {
  position: absolute;
  width: 60%;
  height: auto;
  left: -10%;
  top: 24px;
  opacity: 0.2;
  z-index: -1;
}
@media all and (max-width: 1024px) {
  footer .footerMenuWrap .logoMainIconBlue {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  footer .footerMenuWrap .textLogo {
    width: 100%;
    padding: 12px;
    margin-bottom: 24px;
    text-align: center;
  }
}
footer .footerMenuWrap .textLogo .logoMainText {
  width: 150px;
  height: auto;
  transition: 0.3s;
}
footer .footerMenuWrap .textLogo .logoMainText:hover {
  opacity: 0.6;
}
footer .footerMenuWrap .textLogo .logoFooter {
  width: 250px;
  height: auto;
  transition: 0.3s;
}
footer .footerMenuWrap .textLogo .logoFooter:hover {
  opacity: 0.6;
}
@media all and (max-width: 768px) {
  footer .footerMenuWrap .footerMenu {
    flex-direction: column;
  }
}
@media all and (max-width: 1024px) {
  footer .footerMenuWrap .footerMenu {
    display: flex;
    padding: 0 12px;
    justify-content: space-around;
    margin-bottom: 40px;
  }
}
footer .footerMenuWrap .footerMenu ul.mainMenu {
  margin-bottom: 20px;
  gap: 0;
}
@media all and (max-width: 1024px) {
  footer .footerMenuWrap .footerMenu ul.mainMenu {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
footer .footerMenuWrap .footerMenu ul.mainMenu li {
  line-height: 1em;
  padding-right: 24px;
  transition: 0.3s;
}
@media all and (max-width: 1024px) {
  footer .footerMenuWrap .footerMenu ul.mainMenu li {
    padding: 0px;
  }
}
footer .footerMenuWrap .footerMenu ul.mainMenu li + li {
  padding-left: 24px;
  border-left: solid 1px #222222;
}
@media all and (max-width: 1024px) {
  footer .footerMenuWrap .footerMenu ul.mainMenu li + li {
    padding: 0px;
    border: none;
    margin-top: 24px;
  }
}
footer .footerMenuWrap .footerMenu ul.mainMenu li:hover a {
  color: #327f12;
}
footer .footerMenuWrap .footerMenu ul.subMenu {
  gap: 24px;
}
@media all and (max-width: 768px) {
  footer .footerMenuWrap .footerMenu ul.subMenu {
    margin-top: 20px;
  }
}
@media all and (max-width: 1024px) {
  footer .footerMenuWrap .footerMenu ul.subMenu {
    flex-direction: column;
    gap: 12px;
  }
}
footer .footerMenuWrap .footerMenu ul.subMenu li {
  transition: 0.3s;
  font-size: 14px;
}
@media all and (max-width: 1024px) {
  footer .footerMenuWrap .footerMenu ul.subMenu li {
    padding: 0px;
  }
}
footer .footerMenuWrap .footerMenu ul.subMenu li:hover a {
  color: #327f12;
  font-size: 14px;
}
footer .footerMenuWrap .bannerWrap {
  display: flex;
  gap: 0 24px;
  margin-top: 20px;
}
@media all and (max-width: 1024px) {
  footer .footerMenuWrap .bannerWrap {
    flex-direction: column;
    align-items: center;
    gap: 16px 0;
  }
}
@media all and (max-width: 768px) {
  footer .footerMenuWrap .bannerWrap {
    align-items: unset;
  }
}
footer .footerMenuWrap .bannerWrap a {
  width: 200px;
  transition: 0.3s;
}
footer .footerMenuWrap .bannerWrap a:hover {
  opacity: 0.6;
}
@media all and (max-width: 1024px) {
  footer .footerMenuWrap .bannerWrap a {
    width: 260px;
  }
}
footer .footerMenuWrap .bannerWrap .insta_icon {
  width: 40px;
}
footer .copy {
  text-align: center;
  background-color: #327f12;
  padding: 12px 0;
  font-size: 12px;
  color: white;
}
footer .copy .bannerWrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 24px auto;
}
@media all and (max-width: 1024px) {
  footer .copy .bannerWrap {
    flex-wrap: wrap;
  }
}
footer .copy .bannerWrap img {
  width: 200px;
  height: auto;
  transition: 0.3s;
}
footer .copy .bannerWrap img:hover {
  opacity: 0.6;
}

/*--------------------------------------------------------------------------
   Sitemap
---------------------------------------------------------------------------*/
.sitemap-container {
  max-width: 960px;
  margin: 40px auto;
  padding: 20px 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(159, 108, 52, 0.65);
}
.sitemap-container h1 {
  font-size: 2rem;
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #6d521c;
  margin: 0 auto 20px;
}
.sitemap-container .sitemap-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sitemap-container .sitemap-section {
  margin-bottom: 30px;
  flex: 0 1 calc(33.333% - 13.34px);
  box-sizing: border-box;
}
.sitemap-container .sitemap-section h2 {
  font-size: 1.25rem;
  color: #6d521c;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 5px solid #7dc065;
}
.sitemap-container .sitemap-section h2::after {
  background: none;
  border-left: none;
}
.sitemap-container .sitemap-section ul {
  list-style: none;
  padding-left: 20px;
}
.sitemap-container .sitemap-section ul li {
  margin-bottom: 8px;
}
.sitemap-container .sitemap-section ul li a {
  text-decoration: none;
  color: #659653;
  transition: color 0.2s ease;
}
.sitemap-container .sitemap-section ul li a:hover {
  color: #7dc065;
}
@media screen and (max-width: 1024px) {
  .sitemap-container .sitemap-flex .sitemap-section {
    flex: 0 1 calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .sitemap-container {
    padding: 15px;
    margin: 40px 10px;
  }
  .sitemap-container h1 {
    font-size: 1.5rem;
  }
  .sitemap-container .sitemap-flex {
    flex-direction: column;
  }
  .sitemap-container .sitemap-section {
    flex: 1 1 100%;
  }
  .sitemap-container .sitemap-section h2 {
    font-size: 1.1rem;
  }
  .sitemap-container .sitemap-section ul {
    padding-left: 15px;
  }
}

/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

@media screen and (max-width: 1024px) {
  main {
    margin-top: 92px;
  }
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  width: 100%;
}

.single main {
  width: 1024px;
}
@media all and (max-width: 1024px) {
  .single main {
    width: 100%;
  }
}

main {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

* {
  color: #222222;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4 {
  font-family: YakuHanRPs, "Zen Maru Gothic", serif;
  font-weight: 500;
}

h1 {
  font-size: 50px;
  line-height: 1.2em;
  margin: 0 0 1em;
  position: relative;
  width: fit-content;
}
h1::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 6px;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
}
@media all and (max-width: 1024px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.6em;
  margin: 0 0 1em;
  color: #6d521c;
  position: relative;
  width: fit-content;
}
h2::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  background: #7dc065;
  border-left: solid 10px #cccccc;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}
@media all and (max-width: 1024px) {
  h2 {
    font-size: 28px;
  }
}

.single h2 {
  font-size: 30px;
}
.single h2::after {
  left: 0%;
  transform: translateX(0%);
}
.single h3 {
  font-size: 24px;
  padding: 4px 8px;
}
.single h4 {
  font-size: 20px;
}
.single h5 {
  font-size: 18px;
}

h3 {
  font-size: 28px;
  line-height: 1.2em;
  margin: 0 0 0.6em;
  color: white;
  padding: 6px 8px;
}
@media all and (max-width: 1024px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.2em;
  margin: 0 0 0.6em;
}
@media all and (max-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 0.6em;
}
@media all and (max-width: 1024px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 14px;
  line-height: 1.2em;
  margin: 0 0 1em 0;
}

p {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 1em;
}

img {
  object-fit: cover;
}

.sp {
  display: none !important;
}
@media all and (max-width: 1024px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media all and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

/* タブレット以上はPCスタイルを適用 */
@media screen and (min-width: 768px) {
  .splide__slide {
    height: 100% !important;
  }
}
.textCenter {
  text-align: center;
}

.mLrAuto {
  margin-left: auto;
  margin-right: auto;
}

ul {
  list-style: none;
  margin: 0 0 1em 16px;
}
ul li {
  position: relative;
}
ul li + li {
  margin-top: 4px;
}

a {
  transition: color 0.3s;
  color: #7dc065;
}

a:visited {
  color: #7dc065;
}

a:hover,
a:focus,
a:active {
  color: rgba(125, 192, 101, 0.75);
}

.single main a {
  color: rgba(125, 192, 101, 0.75);
  transition: 0.3s;
  width: fit-content;
  display: inline-block;
  position: relative;
}
.single main a::before {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(125, 192, 101, 0.75);
  position: absolute;
  bottom: 0px;
  left: -2px;
  transition: 0.3s;
}
.single main a:visited {
  color: #74B0B7;
}
.single main a:hover {
  opacity: 0.8;
  color: #74B0B7;
}
.single main a:hover::before {
  width: calc(100% + 4px);
}
.single main .wp-block-image a::before {
  display: none;
}
.single main .wp-block-image a[target=_blank]::after {
  display: none;
}
.single main a[target=_blank]::after {
  font-family: "Material Symbols Outlined";
  font-size: 16px;
  content: "\e89e";
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" -25, "opsz" 24;
}
.single main a[target=_blank]::before {
  bottom: 2px;
}

a.btnMain {
  display: block;
  width: fit-content;
  position: relative;
  transition: 0.3s;
  color: #7dc065;
  background-color: white;
  padding: 8px 80px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  border: solid 1px #7dc065;
  position: relative;
  box-shadow: 6px 6px 0px 0px rgba(116, 176, 183, 0.2);
  transform: translate(-6px, -6px);
  margin-top: 6px;
  margin-left: 6px;
  border-radius: 9999px;
}

a.btnMain::before {
  content: "";
  width: 5px;
  height: 5px;
  border: solid 1px #7dc065;
  border-radius: 100px;
  background-color: white;
  position: absolute;
  top: calc(50% - 1px);
  right: 16px;
  left: auto;
  transition: 0.6s;
}

a.btnMain::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #7dc065;
  position: absolute;
  top: calc(50% + 1px);
  right: 32px;
  transition: 1s;
}

a.btnMain:hover {
  color: white;
  background-color: #7dc065;
  box-shadow: 0px 0px 0px 0px rgba(116, 176, 183, 0.2);
  transform: translate(0);
}

a.btnMain:hover::before {
  border: solid 1px white;
  background-color: white;
  transform: scale(1.4);
}

a.btnMain:hover:after {
  background-color: white;
}

a.btnSub {
  display: block;
  position: relative;
  padding-right: 40px;
  transition: 0.3s;
  width: fit-content;
}
a.btnSub::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #7dc065;
  position: absolute;
  top: calc(50% + 1px);
  right: 16px;
  transition: 0.3s;
}
a.btnSub::before {
  content: "";
  width: 5px;
  height: 5px;
  border: solid 1px #7dc065;
  border-radius: 100px;
  background-color: white;
  position: absolute;
  top: calc(50% - 1px);
  right: 12px;
  left: auto;
  transition: 0.3s;
}
a.btnSub:hover {
  font-weight: 600;
}
a.btnSub:hover::after {
  right: 10px;
}
a.btnSub:hover::before {
  right: 8px;
  background-color: #7dc065;
}

span.small {
  font-size: 0.8em;
}

.pagination ul {
  list-style: none;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pagination ul li .current {
  color: white;
  background-color: #EA7C9A;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.pagination ul li .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: 0.2s;
}
.pagination ul li a:hover {
  color: #EA7C9A;
}
.pagination ul li .next::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: 0.3s ease;
  border-top: solid 1px #222222;
  border-right: solid 1px #222222;
}
.pagination ul li .next:hover::before {
  border-top: solid 1px #EA7C9A;
  border-right: solid 1px #EA7C9A;
}
.pagination ul li .prev::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(-135deg);
  transition: 0.3s ease;
  border-top: solid 1px #222222;
  border-right: solid 1px #222222;
}
.pagination ul li .prev:hover::before {
  border-top: solid 1px #EA7C9A;
  border-right: solid 1px #EA7C9A;
}

.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
}
.tags a {
  color: #222222 !important;
  transition: 0.3s;
  font-size: 14px;
  padding: 2px 8px;
  border: solid 1px #222222;
  border-radius: 3px;
}
.tags a:hover {
  background-color: #E2EFF0;
  color: #74B0B7 !important;
  border: solid 1px #74B0B7;
}
.tags a::before {
  display: none !important;
}

.breadCrumb {
  font-size: 12px;
  display: flex;
  gap: 4px;
  color: #999;
  width: 800px;
  margin: 8px auto 64px;
}
@media all and (max-width: 1024px) {
  .breadCrumb {
    width: 100%;
    margin: 8px auto 40px;
  }
}
.breadCrumb div {
  color: #999;
}
.breadCrumb a {
  color: #999;
  transition: 0.3s;
}
.breadCrumb a:hover {
  color: #74B0B7;
}
.breadCrumb .homeLink a {
  display: flex;
  align-items: center;
}
.breadCrumb .material-symbols-outlined {
  color: #74B0B7;
  font-size: 18px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 20;
}

.circleWrap {
  width: 640px;
  height: 640px;
  padding: 3px;
  border-radius: 9999px;
  position: absolute;
  z-index: -1;
}
@media all and (max-width: 1024px) {
  .circleWrap {
    width: 440px;
    height: 440px;
  }
}
.circleWrap .circle {
  background-color: white;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
}

.hoverUnderLine {
  color: rgb(84.6255924171, 155.1469194313, 163.3744075829);
  transition: 0.3s;
  width: fit-content;
  display: inline-block;
  position: relative;
}
.hoverUnderLine::before {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgb(84.6255924171, 155.1469194313, 163.3744075829);
  position: absolute;
  bottom: 0px;
  left: -2px;
  transition: 0.3s;
}
.hoverUnderLine:visited {
  color: #74B0B7;
}
.hoverUnderLine:hover {
  opacity: 0.8;
  color: #74B0B7;
}
.hoverUnderLine:hover::before {
  width: calc(100% + 4px);
}

.showcircle {
  transition: 1.2s;
  opacity: 0;
  transform: scale(0.4);
}
.showcircle.show {
  opacity: 1;
  transform: scale(1);
}

.blur {
  filter: blur(20px);
  transition: 0.8s;
  opacity: 0;
  transform: translateY(20px);
}
.blur.show {
  filter: blur(0px);
  opacity: 1;
  transform: translateY(0px);
}

.pdf::after {
  content: "PDF";
  font-size: 0.6em;
  padding: 0 1px;
  border: solid 1px #222222;
  border-radius: 2px;
  vertical-align: middle;
  margin-left: 0.4em;
  line-height: 1.6em;
}

.textCenter {
  text-align: center;
}

.nav-links {
  display: flex;
  justify-content: center;
  color: #222222;
  gap: 8px;
  margin-bottom: 80px;
}
.nav-links > * {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-links .current {
  border: solid 1px #74B0B7;
  border-radius: 4px;
  background-color: #E2EFF0;
  color: #74B0B7;
}
.nav-links a {
  color: #222222;
}
.nav-links a:hover {
  color: #74B0B7;
}
.nav-links .next,
.nav-links .prev {
  font-size: 0.8em;
}

.pageLink {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
  gap: 32px;
}
.pageLink .prev a,
.pageLink .list a,
.pageLink .next a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #222222;
  font-size: 14px;
  transition: 0.3s;
}
.pageLink .prev a:hover,
.pageLink .list a:hover,
.pageLink .next a:hover {
  color: #74B0B7;
}
.pageLink .prev a:hover span,
.pageLink .list a:hover span,
.pageLink .next a:hover span {
  color: #74B0B7;
}
.pageLink span {
  font-size: 0.8em;
  transition: 0.3s;
}

.error404 main h1 {
  margin: 0 auto 80px;
}

.grecaptcha-badge {
  display: none !important;
}

.single-facility main {
  width: 100%;
}
.single-facility .headerImg {
  width: 100%;
  height: 320px;
}
@media all and (max-width: 1024px) {
  .single-facility .headerImg {
    height: 56.25vw;
  }
}
.single-facility .mainHead h3 {
  background-color: rgba(116, 176, 183, 0);
  color: #222222;
  text-align: center;
  line-height: 1.6;
}
@media all and (max-width: 1024px) {
  .single-facility .mainHead h3 {
    font-size: 20px;
  }
}
.single-facility .mainHead h1 {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}
.single-facility section.tag {
  margin-bottom: 80px;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 1024px) {
  .single-facility section.tag {
    width: 100%;
    padding: 0 12px;
  }
}
.single-facility section.tag h5 {
  text-align: center;
  margin-bottom: 24px;
}
.single-facility section.tag .tagWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.single-facility section.tag .tagWrap a {
  border: solid 1px #222222;
  color: #222222;
  padding: 2px 16px;
  flex-grow: 1;
  text-align: center;
}
.single-facility section.tag .tagWrap a::before {
  display: none;
}
.single-facility section.tag .tagWrap a:hover {
  background-color: #E2EFF0;
}
.single-facility section.concept {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media all and (max-width: 1024px) {
  .single-facility section.concept {
    margin-bottom: 120px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-facility section.concept .left {
  border: solid 2px #74B0B7;
  border-radius: 0 20px 20px 0;
  padding: 40px 56px;
  width: 50vw;
  position: relative;
  background-color: white;
}
@media all and (max-width: 1024px) {
  .single-facility section.concept .left {
    width: 90%;
    padding: 16px 24px;
  }
}
.single-facility section.concept .left::before {
  border-radius: 0 20px 20px 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
.single-facility section.concept .left h2 {
  color: #EA7C9A;
  width: 480px;
  margin-left: auto;
}
@media all and (max-width: 1024px) {
  .single-facility section.concept .left h2 {
    width: 100%;
  }
}
.single-facility section.concept .left p {
  width: 480px;
  margin-left: auto;
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  .single-facility section.concept .left p {
    width: 100%;
  }
}
.single-facility section.concept .right {
  z-index: -10;
  width: calc(50vw + 100px);
  margin-left: -100px;
}
@media all and (max-width: 1024px) {
  .single-facility section.concept .right {
    width: 90%;
    margin-left: auto;
    margin-top: -16px;
  }
}
.single-facility section.service {
  margin-bottom: 200px;
}
@media all and (max-width: 1024px) {
  .single-facility section.service {
    margin-bottom: 120px;
  }
}
.single-facility section.service .serviceWrap {
  width: 860px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  gap: 24px;
}
@media all and (max-width: 1024px) {
  .single-facility section.service .serviceWrap {
    width: 100%;
    flex-direction: column;
    padding: 12px 24px;
  }
}
.single-facility section.service .serviceWrap h5 {
  background-color: #E2EFF0;
  padding: 6px 14px;
  border-radius: 10px;
  font-size: 18px;
}
@media all and (max-width: 1024px) {
  .single-facility section.service .serviceWrap h5 {
    font-size: 16px;
    border-radius: 6px;
  }
}
.single-facility section.service .serviceWrap h4 {
  color: #74B0B7;
  font-size: 28px;
  margin-bottom: 8px;
}
@media all and (max-width: 1024px) {
  .single-facility section.service .serviceWrap h4 {
    font-size: 24px;
  }
}
.single-facility section.service .serviceWrap p {
  margin-bottom: 0;
}
.single-facility section.service .serviceWrap:nth-child(odd) {
  flex-direction: row-reverse;
}
@media all and (max-width: 1024px) {
  .single-facility section.service .serviceWrap:nth-child(odd) {
    flex-direction: column;
  }
}
.single-facility section.service .serviceWrap + .serviceWrap {
  margin-top: 64px;
}
.single-facility section.service .serviceWrap .left {
  width: 440px;
}
@media all and (max-width: 1024px) {
  .single-facility section.service .serviceWrap .left {
    width: 100%;
  }
}
.single-facility section.service .serviceWrap img.right {
  width: 440px;
  height: 280px;
}
@media all and (max-width: 1024px) {
  .single-facility section.service .serviceWrap img.right {
    width: 100%;
  }
}
.single-facility section.service .serviceWrap.noImg {
  margin-left: auto;
  margin-right: auto;
}
.single-facility section.service .serviceWrap.noImg .left {
  width: 100%;
}
.single-facility section.pr {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 160px;
  justify-content: center;
}
.single-facility section.pr .prCard {
  background-color: #E2EFF0;
  width: 400px;
  height: fit-content;
  position: relative;
}
@media all and (max-width: 1024px) {
  .single-facility section.pr .prCard {
    width: 100%;
  }
}
.single-facility section.pr .prCard img {
  border-bottom: solid 3px #74B0B7;
  margin-bottom: 12px;
}
@media all and (max-width: 1024px) {
  .single-facility section.pr .prCard img {
    border-top: solid 3px #74B0B7;
  }
}
.single-facility section.pr .prCard h4 {
  margin-bottom: 8px;
  padding-right: 24px;
  padding-left: 24px;
}
.single-facility section.pr .prCard p {
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 24px;
  margin-bottom: 0;
}
.single-facility section.pr .prCard .circleWrap {
  position: absolute;
  top: -160px;
  left: -200px;
}
@media all and (max-width: 1024px) {
  .single-facility section.pr .prCard .circleWrap {
    top: -80px;
    left: -160px;
  }
}
.single-facility section.gallery {
  margin-bottom: 120px;
}
@media all and (max-width: 1024px) {
  .single-facility section.gallery {
    margin-bottom: 80px;
  }
}
.single-facility section.gallery h2 {
  margin-left: auto;
  margin-right: auto;
  color: #222222;
}
.single-facility section.gallery h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.single-facility section.gallery .galleryWrap {
  display: flex;
  flex-wrap: wrap;
}
.single-facility section.gallery .galleryWrap .imgWrap {
  position: relative;
  flex-grow: 1;
  width: 50%;
  height: 28.125vw;
}
@media all and (max-width: 1024px) {
  .single-facility section.gallery .galleryWrap .imgWrap {
    width: 100%;
    height: 56.25vw;
  }
}
.single-facility section.gallery .galleryWrap .imgWrap p {
  position: absolute;
  background-color: #74B0B7;
  background-color: white;
  color: white;
  color: #74B0B7;
  padding: 0px 12px;
  text-align: center;
  bottom: 16px;
  right: 16px;
  margin-bottom: 0;
  font-size: 14px;
  border: solid 1px #74B0B7;
}
.single-facility section.gallery .galleryWrap .imgWrap img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1024px) {
  .single-facility section.gallery .galleryWrap .imgWrap img {
    border-radius: 10px;
  }
}
.single-facility section.event {
  display: flex;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media all and (max-width: 1024px) {
  .single-facility section.event {
    width: 100%;
    flex-direction: column;
    padding: 12px;
  }
}
.single-facility section.event h2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: -16px;
  color: #222222;
  height: fit-content;
  width: fit-content;
}
.single-facility section.event h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.single-facility section.event .eventListWrap {
  width: 560px;
}
@media all and (max-width: 1024px) {
  .single-facility section.event .eventListWrap {
    width: 100%;
  }
}
.single-facility section.event .eventListWrap .eventRow {
  padding: 16px 24px;
  border-top: solid 1px #74B0B7;
  display: flex;
  gap: 32px;
}
@media all and (max-width: 1024px) {
  .single-facility section.event .eventListWrap .eventRow {
    gap: 24px;
  }
}
.single-facility section.event .eventListWrap .eventRow span {
  width: 40px;
  line-height: 1.8em;
}
.single-facility section.event .eventListWrap .eventRow p {
  flex: 1;
  margin-bottom: 0;
}
.single-facility section.event .eventListWrap .eventRow:last-child {
  border-bottom: solid 1px #74B0B7;
}
.single-facility section.fee {
  background-color: #74B0B7;
  padding: 40px;
  margin-bottom: 80px;
}
.single-facility section.fee h2 {
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.single-facility section.fee h2::after {
  left: 50%;
  transform: translateX(-50%);
  border-left: solid 10px white;
}
.single-facility section.fee .btnWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.single-facility section.fee .btnWrap a.btnMain {
  box-shadow: 6px 6px 0px 0px rgba(255, 255, 255, 0.2);
}
.single-facility section.fee .btnWrap a.btnMain:hover {
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
  border: solid 1px white;
}
.single-facility section.access h2 {
  margin-left: auto;
  margin-right: auto;
  color: #222222;
}
.single-facility section.access h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.single-facility section.access a {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.single-facility section.access a.tel {
  font-size: 40px;
  margin-bottom: 8px;
  line-height: 1.2em;
  color: #222222;
}
.single-facility section.access a.tel:hover {
  color: #74B0B7;
}
.single-facility section.access a.mail {
  color: #222222;
  margin-bottom: 16px;
}
.single-facility section.access a.mail:hover {
  color: #74B0B7;
}
.single-facility section.access p {
  margin-bottom: 0;
  text-align: center;
}
.single-facility section.access p + p {
  margin-bottom: 1.6em;
}

.list-facility a {
  display: block;
  width: 500px;
  padding: 40px;
  border: solid 1px;
  margin: 40px 0;
}
@media all and (max-width: 1024px) {
  .list-facility a {
    width: 100%;
  }
}

.post-type-archive-facility,
.tax-service,
.tax-business,
.tax-business_syogai {
  background-color: #E2EFF0;
}
@media all and (max-width: 1024px) {
  .post-type-archive-facility main,
  .tax-service main,
  .tax-business main,
  .tax-business_syogai main {
    padding: 12px;
  }
}
.post-type-archive-facility main h4.subTitle,
.tax-service main h4.subTitle,
.tax-business main h4.subTitle,
.tax-business_syogai main h4.subTitle {
  background-color: #74B0B7;
  width: fit-content;
  border-radius: 999px;
  margin: 0 auto 16px;
  color: white;
  font-size: 20px;
  padding: 4px 16px;
}
.post-type-archive-facility main h1,
.tax-service main h1,
.tax-business main h1,
.tax-business_syogai main h1 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.post-type-archive-facility main .tabs,
.tax-service main .tabs,
.tax-business main .tabs,
.tax-business_syogai main .tabs {
  width: 800px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}
@media all and (max-width: 1024px) {
  .post-type-archive-facility main .tabs,
  .tax-service main .tabs,
  .tax-business main .tabs,
  .tax-business_syogai main .tabs {
    width: 100%;
  }
}
.post-type-archive-facility main .tabs .tab,
.tax-service main .tabs .tab,
.tax-business main .tabs .tab,
.tax-business_syogai main .tabs .tab {
  height: 60px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 4px);
  background-color: #FAF6EF;
  border-radius: 10px 10px 0 0;
}
.post-type-archive-facility main .tabs .tab h4,
.tax-service main .tabs .tab h4,
.tax-business main .tabs .tab h4,
.tax-business_syogai main .tabs .tab h4 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
}
.post-type-archive-facility main .tabs .tab h4:after,
.tax-service main .tabs .tab h4:after,
.tax-business main .tabs .tab h4:after,
.tax-business_syogai main .tabs .tab h4:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 3px;
  background-color: #74B0B7;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.post-type-archive-facility main .tabs .tab:hover,
.tax-service main .tabs .tab:hover,
.tax-business main .tabs .tab:hover,
.tax-business_syogai main .tabs .tab:hover {
  opacity: 0.8;
}
.post-type-archive-facility main .tabs input[name=tab],
.tax-service main .tabs input[name=tab],
.tax-business main .tabs input[name=tab],
.tax-business_syogai main .tabs input[name=tab] {
  display: none;
}
.post-type-archive-facility main .tabs .tab_content,
.tax-service main .tabs .tab_content,
.tax-business main .tabs .tab_content,
.tax-business_syogai main .tabs .tab_content {
  display: none;
}
.post-type-archive-facility main .tabs #jigyo:checked ~ #jigyo_content,
.tax-service main .tabs #jigyo:checked ~ #jigyo_content,
.tax-business main .tabs #jigyo:checked ~ #jigyo_content,
.tax-business_syogai main .tabs #jigyo:checked ~ #jigyo_content {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 1024px) {
  .post-type-archive-facility main .tabs #jigyo:checked ~ #jigyo_content,
  .tax-service main .tabs #jigyo:checked ~ #jigyo_content,
  .tax-business main .tabs #jigyo:checked ~ #jigyo_content,
  .tax-business_syogai main .tabs #jigyo:checked ~ #jigyo_content {
    flex-direction: column;
  }
}
.post-type-archive-facility main .tabs #jigyo:checked ~ #jigyo_content div,
.tax-service main .tabs #jigyo:checked ~ #jigyo_content div,
.tax-business main .tabs #jigyo:checked ~ #jigyo_content div,
.tax-business_syogai main .tabs #jigyo:checked ~ #jigyo_content div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.post-type-archive-facility main .tabs #jigyo:checked ~ #jigyo_content div a,
.tax-service main .tabs #jigyo:checked ~ #jigyo_content div a,
.tax-business main .tabs #jigyo:checked ~ #jigyo_content div a,
.tax-business_syogai main .tabs #jigyo:checked ~ #jigyo_content div a {
  display: block;
  color: #222222;
  padding: 4px 16px;
  flex-grow: 1;
  transition: 0.3s;
  border: solid 1px #74B0B7;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  border-radius: 4px;
}
@media all and (max-width: 1024px) {
  .post-type-archive-facility main .tabs #jigyo:checked ~ #jigyo_content div a,
  .tax-service main .tabs #jigyo:checked ~ #jigyo_content div a,
  .tax-business main .tabs #jigyo:checked ~ #jigyo_content div a,
  .tax-business_syogai main .tabs #jigyo:checked ~ #jigyo_content div a {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.post-type-archive-facility main .tabs #jigyo:checked ~ #jigyo_content div a::after,
.tax-service main .tabs #jigyo:checked ~ #jigyo_content div a::after,
.tax-business main .tabs #jigyo:checked ~ #jigyo_content div a::after,
.tax-business_syogai main .tabs #jigyo:checked ~ #jigyo_content div a::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 8px;
  top: 14px;
  background-color: white;
  border-radius: 999px;
  border: solid 1px #74B0B7;
  transition: 0.3s;
}
.post-type-archive-facility main .tabs #jigyo:checked ~ #jigyo_content div a::before,
.tax-service main .tabs #jigyo:checked ~ #jigyo_content div a::before,
.tax-business main .tabs #jigyo:checked ~ #jigyo_content div a::before,
.tax-business_syogai main .tabs #jigyo:checked ~ #jigyo_content div a::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  right: 16px;
  top: 17px;
  background-color: #74B0B7;
  transition: 0.3s;
}
.post-type-archive-facility main .tabs #jigyo:checked ~ #jigyo_content div a:hover,
.tax-service main .tabs #jigyo:checked ~ #jigyo_content div a:hover,
.tax-business main .tabs #jigyo:checked ~ #jigyo_content div a:hover,
.tax-business_syogai main .tabs #jigyo:checked ~ #jigyo_content div a:hover {
  background-color: #E2EFF0;
  color: #74B0B7;
}
.post-type-archive-facility main .tabs #jigyo:checked ~ #jigyo_content div a:hover::after,
.tax-service main .tabs #jigyo:checked ~ #jigyo_content div a:hover::after,
.tax-business main .tabs #jigyo:checked ~ #jigyo_content div a:hover::after,
.tax-business_syogai main .tabs #jigyo:checked ~ #jigyo_content div a:hover::after {
  background-color: #74B0B7;
}
.post-type-archive-facility main .tabs #jigyo:checked ~ #jigyo_content div a:hover::before,
.tax-service main .tabs #jigyo:checked ~ #jigyo_content div a:hover::before,
.tax-business main .tabs #jigyo:checked ~ #jigyo_content div a:hover::before,
.tax-business_syogai main .tabs #jigyo:checked ~ #jigyo_content div a:hover::before {
  right: 10px;
}
.post-type-archive-facility main .tabs #service:checked ~ #service_content,
.tax-service main .tabs #service:checked ~ #service_content,
.tax-business main .tabs #service:checked ~ #service_content,
.tax-business_syogai main .tabs #service:checked ~ #service_content {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.post-type-archive-facility main .tabs #service:checked ~ #service_content a,
.tax-service main .tabs #service:checked ~ #service_content a,
.tax-business main .tabs #service:checked ~ #service_content a,
.tax-business_syogai main .tabs #service:checked ~ #service_content a {
  display: block;
  border: solid 1px #222222;
  color: #222222;
  padding: 2px 16px;
  flex-grow: 1;
  text-align: center;
  transition: 0.3s;
}
.post-type-archive-facility main .tabs #service:checked ~ #service_content a:hover,
.tax-service main .tabs #service:checked ~ #service_content a:hover,
.tax-business main .tabs #service:checked ~ #service_content a:hover,
.tax-business_syogai main .tabs #service:checked ~ #service_content a:hover {
  background-color: #E2EFF0;
}
.post-type-archive-facility main .tabs input:checked + .tab,
.tax-service main .tabs input:checked + .tab,
.tax-business main .tabs input:checked + .tab,
.tax-business_syogai main .tabs input:checked + .tab {
  background-color: white;
}
.post-type-archive-facility main .tabs input:checked + .tab h4,
.tax-service main .tabs input:checked + .tab h4,
.tax-business main .tabs input:checked + .tab h4,
.tax-business_syogai main .tabs input:checked + .tab h4 {
  font-weight: 500;
  position: relative;
}
.post-type-archive-facility main .tabs input:checked + .tab h4:after,
.tax-service main .tabs input:checked + .tab h4:after,
.tax-business main .tabs input:checked + .tab h4:after,
.tax-business_syogai main .tabs input:checked + .tab h4:after {
  width: 32px;
}
.post-type-archive-facility main .tabs section.tab_content,
.tax-service main .tabs section.tab_content,
.tax-business main .tabs section.tab_content,
.tax-business_syogai main .tabs section.tab_content {
  background-color: white;
  width: 100%;
  padding: 40px;
}
@media all and (max-width: 1024px) {
  .post-type-archive-facility main .tabs section.tab_content,
  .tax-service main .tabs section.tab_content,
  .tax-business main .tabs section.tab_content,
  .tax-business_syogai main .tabs section.tab_content {
    padding: 16px;
  }
}
.post-type-archive-facility main .tabs section.tab_content div,
.tax-service main .tabs section.tab_content div,
.tax-business main .tabs section.tab_content div,
.tax-business_syogai main .tabs section.tab_content div {
  flex: 1;
}
.post-type-archive-facility main .tabs section.tab_content div h5,
.tax-service main .tabs section.tab_content div h5,
.tax-business main .tabs section.tab_content div h5,
.tax-business_syogai main .tabs section.tab_content div h5 {
  font-size: 18px;
  font-weight: 500;
  background-color: #E2EFF0;
  padding: 6px 12px;
  border-left: solid 3px #74B0B7;
}
.post-type-archive-facility main .btnMain.mapLink,
.tax-service main .btnMain.mapLink,
.tax-business main .btnMain.mapLink,
.tax-business_syogai main .btnMain.mapLink {
  margin: 0 auto 80px;
}
.post-type-archive-facility main h2,
.tax-service main h2,
.tax-business main h2,
.tax-business_syogai main h2 {
  border-radius: 999px;
  margin: 0 auto 40px;
}
.post-type-archive-facility main .listFacility,
.tax-service main .listFacility,
.tax-business main .listFacility,
.tax-business_syogai main .listFacility {
  width: 800px;
  margin: 0 auto 80px;
}
@media all and (max-width: 1024px) {
  .post-type-archive-facility main .listFacility,
  .tax-service main .listFacility,
  .tax-business main .listFacility,
  .tax-business_syogai main .listFacility {
    width: 100%;
  }
}
.post-type-archive-facility main .listFacility .facilityWrap + .facilityWrap,
.tax-service main .listFacility .facilityWrap + .facilityWrap,
.tax-business main .listFacility .facilityWrap + .facilityWrap,
.tax-business_syogai main .listFacility .facilityWrap + .facilityWrap {
  margin-top: 60px;
}
.post-type-archive-facility main .listFacility .facilityWrap .area,
.tax-service main .listFacility .facilityWrap .area,
.tax-business main .listFacility .facilityWrap .area,
.tax-business_syogai main .listFacility .facilityWrap .area {
  background-color: #74B0B7;
  padding: 0 16px;
  color: white;
  width: fit-content;
  margin-bottom: 6px;
  font-size: 14px;
}
.post-type-archive-facility main .listFacility .facilityWrap .nameSub,
.tax-service main .listFacility .facilityWrap .nameSub,
.tax-business main .listFacility .facilityWrap .nameSub,
.tax-business_syogai main .listFacility .facilityWrap .nameSub {
  line-height: 1.4em;
  margin-bottom: 6px;
}
.post-type-archive-facility main .listFacility .facilityWrap h4,
.tax-service main .listFacility .facilityWrap h4,
.tax-business main .listFacility .facilityWrap h4,
.tax-business_syogai main .listFacility .facilityWrap h4 {
  margin-bottom: 6px;
  font-size: 28px;
}
@media all and (max-width: 1024px) {
  .post-type-archive-facility main .listFacility .facilityWrap h4,
  .tax-service main .listFacility .facilityWrap h4,
  .tax-business main .listFacility .facilityWrap h4,
  .tax-business_syogai main .listFacility .facilityWrap h4 {
    font-size: 24px;
  }
}
.post-type-archive-facility main .listFacility .facilityWrap .tel,
.tax-service main .listFacility .facilityWrap .tel,
.tax-business main .listFacility .facilityWrap .tel,
.tax-business_syogai main .listFacility .facilityWrap .tel {
  margin-bottom: 6px;
}
.post-type-archive-facility main .listFacility .facilityWrap .thmbWrap,
.tax-service main .listFacility .facilityWrap .thmbWrap,
.tax-business main .listFacility .facilityWrap .thmbWrap,
.tax-business_syogai main .listFacility .facilityWrap .thmbWrap {
  display: flex;
}
@media all and (max-width: 1024px) {
  .post-type-archive-facility main .listFacility .facilityWrap .thmbWrap,
  .tax-service main .listFacility .facilityWrap .thmbWrap,
  .tax-business main .listFacility .facilityWrap .thmbWrap,
  .tax-business_syogai main .listFacility .facilityWrap .thmbWrap {
    flex-direction: column;
  }
}
.post-type-archive-facility main .listFacility .facilityWrap .thmbWrap img,
.tax-service main .listFacility .facilityWrap .thmbWrap img,
.tax-business main .listFacility .facilityWrap .thmbWrap img,
.tax-business_syogai main .listFacility .facilityWrap .thmbWrap img {
  width: 470px;
  height: 300px;
  flex: 1;
  transition: 0.3s;
}
@media all and (max-width: 1024px) {
  .post-type-archive-facility main .listFacility .facilityWrap .thmbWrap img,
  .tax-service main .listFacility .facilityWrap .thmbWrap img,
  .tax-business main .listFacility .facilityWrap .thmbWrap img,
  .tax-business_syogai main .listFacility .facilityWrap .thmbWrap img {
    width: 100%;
    height: 66.6666666667vw;
    margin-bottom: 8px;
  }
}
.post-type-archive-facility main .listFacility .facilityWrap .thmbWrap img:hover,
.tax-service main .listFacility .facilityWrap .thmbWrap img:hover,
.tax-business main .listFacility .facilityWrap .thmbWrap img:hover,
.tax-business_syogai main .listFacility .facilityWrap .thmbWrap img:hover {
  opacity: 0.8;
}
.post-type-archive-facility main .listFacility .facilityWrap .thmbWrap ul,
.tax-service main .listFacility .facilityWrap .thmbWrap ul,
.tax-business main .listFacility .facilityWrap .thmbWrap ul,
.tax-business_syogai main .listFacility .facilityWrap .thmbWrap ul {
  flex: 1;
  margin-left: 40px;
}
.post-type-archive-facility main .listFacility .facilityWrap .thmbWrap ul p,
.tax-service main .listFacility .facilityWrap .thmbWrap ul p,
.tax-business main .listFacility .facilityWrap .thmbWrap ul p,
.tax-business_syogai main .listFacility .facilityWrap .thmbWrap ul p {
  color: #EA7C9A;
  margin-left: -10px;
  margin-bottom: 8px;
}
@media all and (max-width: 1024px) {
  .post-type-archive-facility main .listFacility .facilityWrap .thmbWrap ul p,
  .tax-service main .listFacility .facilityWrap .thmbWrap ul p,
  .tax-business main .listFacility .facilityWrap .thmbWrap ul p,
  .tax-business_syogai main .listFacility .facilityWrap .thmbWrap ul p {
    margin-bottom: 0px;
  }
}
@media all and (max-width: 1024px) {
  .post-type-archive-facility main .listFacility .facilityWrap .thmbWrap ul,
  .tax-service main .listFacility .facilityWrap .thmbWrap ul,
  .tax-business main .listFacility .facilityWrap .thmbWrap ul,
  .tax-business_syogai main .listFacility .facilityWrap .thmbWrap ul {
    margin-left: 12px;
  }
}
.post-type-archive-facility main .listFacility .facilityWrap .thmbWrap ul li::before,
.tax-service main .listFacility .facilityWrap .thmbWrap ul li::before,
.tax-business main .listFacility .facilityWrap .thmbWrap ul li::before,
.tax-business_syogai main .listFacility .facilityWrap .thmbWrap ul li::before {
  background-color: #EA7C9A;
}
.post-type-archive-facility main .listFacility .facilityWrap .thmbWrap ul .btnMain.more,
.tax-service main .listFacility .facilityWrap .thmbWrap ul .btnMain.more,
.tax-business main .listFacility .facilityWrap .thmbWrap ul .btnMain.more,
.tax-business_syogai main .listFacility .facilityWrap .thmbWrap ul .btnMain.more {
  margin-top: 32px;
}
@media all and (max-width: 1024px) {
  .post-type-archive-facility main .listFacility .facilityWrap .thmbWrap ul .btnMain.more,
  .tax-service main .listFacility .facilityWrap .thmbWrap ul .btnMain.more,
  .tax-business main .listFacility .facilityWrap .thmbWrap ul .btnMain.more,
  .tax-business_syogai main .listFacility .facilityWrap .thmbWrap ul .btnMain.more {
    margin-left: auto;
    margin-right: auto;
  }
}

.page-template-page-facilityMap main {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
@media all and (max-width: 1024px) {
  .page-template-page-facilityMap main {
    width: 100%;
    padding: 12px;
  }
}
.page-template-page-facilityMap main h1 {
  margin: 0 auto 80px;
}
.page-template-page-facilityMap main iframe {
  margin-bottom: 40px;
}
.page-template-page-facilityMap main a.btnMain {
  margin: 0 auto;
}

#front-page header .splideHead {
  position: relative;
  width: 100%;
}
#front-page header .splideHead .catch {
  position: absolute;
  bottom: 12%;
  left: 4%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  max-width: 90%;
}
#front-page header .splideHead .catch.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 768px) {
  #front-page header .splideHead .catch {
    bottom: 4%;
  }
}
#front-page header .splideHead .catch h2 {
  border: solid 1px #6d521c;
  color: #6d521c;
  margin: 0;
  background-color: white;
  width: fit-content;
  padding: 4px 24px;
  font-size: 34px;
}
#front-page header .splideHead .catch h2 + h2 {
  margin-top: -1px;
}
#front-page header .splideHead .catch h2::after {
  content: none;
}
@media (max-width: 1024px) {
  #front-page header .splideHead .catch h2 {
    font-size: 24px;
    padding: 4px 16px;
  }
}
#front-page header .splideHead .splide {
  width: 100%;
}
#front-page header .splideHead .splide .splide__track {
  height: calc(52.3125vw - 40px);
}
@media (max-width: 1024px) {
  #front-page header .splideHead .splide .splide__track {
    height: 85svh;
  }
}
#front-page header .splideHead .splide .splide__track .splide__list .splide__slide {
  position: relative;
}
#front-page header .splideHead .splide .splide__track .splide__list .splide__slide a {
  display: block;
  position: relative;
}
#front-page header .splideHead .splide .splide__track .splide__list .splide__slide a img {
  min-height: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#front-page header .splideHead .splide .splide__pagination.splide__pagination--ltr li::before {
  content: none !important;
}
#front-page header .splideHead .logoMainIconWhite {
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 60%;
  height: auto;
  opacity: 0.3;
}
@media (max-width: 1024px) {
  #front-page header .splideHead .logoMainIconWhite {
    width: 100%;
  }
}
#front-page article {
  margin-bottom: 120px;
}
@media all and (max-width: 768px) {
  #front-page article {
    margin-top: 30px;
  }
}
@media all and (max-width: 1024px) {
  #front-page article {
    margin-bottom: 80px;
  }
}
#front-page article.concept .contentWrap {
  display: flex;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  #front-page article.concept .contentWrap {
    flex-direction: column;
  }
}
#front-page article.concept .contentWrap .left {
  width: 50%;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 16px;
}
@media all and (max-width: 1024px) {
  #front-page article.concept .contentWrap .left {
    width: 100%;
    justify-content: center;
    gap: 24px 16px;
  }
}
#front-page article.concept .contentWrap .left img.concept01 {
  width: 100%;
}
@media all and (max-width: 1024px) {
  #front-page article.concept .contentWrap .left img.concept01 {
    height: 56.25%;
  }
}
#front-page article.concept .contentWrap .left img.concept02 {
  width: calc(50% - 8px);
}
@media all and (max-width: 1024px) {
  #front-page article.concept .contentWrap .left img.concept02 {
    width: 44%;
  }
}
#front-page article.concept .contentWrap .left img.concept03 {
  width: calc(50% - 8px);
  margin-bottom: 80px;
  margin-top: -80px;
}
@media all and (max-width: 1024px) {
  #front-page article.concept .contentWrap .left img.concept03 {
    width: 44%;
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
#front-page article.concept .contentWrap .right {
  flex: 1;
  width: 50%;
  padding-top: 80px;
  position: relative;
}
@media all and (max-width: 1024px) {
  #front-page article.concept .contentWrap .right {
    width: 100%;
    overflow: hidden;
    padding: 80px 12px 12px;
  }
}
#front-page article.concept .contentWrap .right .circleWrap {
  top: 40px;
  left: -120px;
  filter: blur(0);
}
@media all and (max-width: 1024px) {
  #front-page article.concept .contentWrap .right .circleWrap {
    top: 60px;
    left: -80px;
  }
}
#front-page article.concept .contentWrap .right .textWrap {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#front-page article.concept .contentWrap .right .textWrap h2 {
  color: #6d521c;
  line-height: 1.6em;
  margin: 0 0 1em;
  width: fit-content;
  font-family: YakuHanRPs, "Zen Maru Gothic", serif;
  font-weight: 500;
  display: block;
}
#front-page article.concept .contentWrap .right .textWrap h2::after {
  left: 0%;
  transform: translateX(0%);
}
#front-page article.concept .contentWrap .right .textWrap p {
  line-height: 2.1em;
}
#front-page article.concept .contentWrap .right .textWrap p + p {
  margin-top: 32px;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  #front-page article.concept .contentWrap .right .textWrap a.btnMain {
    margin-right: auto;
    margin-left: auto;
  }
}
#front-page article.blog h2 {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
@media all and (max-width: 1024px) {
  #front-page article.blog h2 {
    margin-bottom: 40px;
  }
}
#front-page article.blog .btnSub {
  margin-left: auto;
  margin-right: calc((100% - 620px) / 2);
}
@media screen and (max-width: 440px) {
  #front-page article.blog .btnSub {
    margin-right: 40px;
  }
}
#front-page article.support {
  display: flex;
  padding: 50px 0;
  margin-bottom: 180px;
  background: linear-gradient(135deg, rgba(142, 173, 105, 0.9), rgba(55, 111, 26, 0.85));
}
@media all and (max-width: 1024px) {
  #front-page article.support {
    flex-direction: column;
    padding-top: 0;
    margin-bottom: 80px;
  }
}
#front-page article.support .left {
  width: 60%;
  display: flex;
  justify-content: center;
  gap: 0 24px;
  position: relative;
}
@media all and (max-width: 1024px) {
  #front-page article.support .left {
    width: 100%;
    gap: 0;
  }
}
#front-page article.support .left img {
  width: 30%;
}
@media all and (max-width: 1024px) {
  #front-page article.support .left img {
    width: 50%;
  }
}
#front-page article.support .left img.support01 {
  position: absolute;
  top: -115px;
  left: 135px;
}
@media all and (max-width: 1024px) {
  #front-page article.support .left img.support01 {
    margin: 0;
    position: initial;
  }
}
#front-page article.support .left img.support02 {
  position: absolute;
  bottom: -125px;
  left: 525px;
}
@media all and (max-width: 1024px) {
  #front-page article.support .left img.support02 {
    margin: 0;
    position: initial;
  }
}
#front-page article.support .right {
  width: 40%;
  padding-right: calc((100vw - 1024px) / 2);
}
@media all and (max-width: 1024px) {
  #front-page article.support .right {
    width: 100%;
    padding: 12px;
  }
}
#front-page article.support .right h2 {
  color: white;
}
#front-page article.support .right h2::after {
  left: 0%;
  transform: translateX(0%);
  border-left: solid 10px white;
}
@media all and (max-width: 1024px) {
  #front-page article.support .right h2 {
    margin-right: auto;
    margin-left: auto;
  }
  #front-page article.support .right h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
#front-page article.support .right p {
  color: white;
  margin-bottom: 32px;
}
#front-page article.support .right .btnMain {
  box-shadow: 6px 6px 0px 0px rgba(255, 255, 255, 0.2);
}
#front-page article.support .right .btnMain:hover {
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
  border: solid 1px white;
}
@media all and (max-width: 1024px) {
  #front-page article.support .right .btnMain {
    margin-right: auto;
    margin-left: auto;
  }
}
#front-page article.top-facility {
  display: flex;
  padding: 50px 0;
  margin-bottom: 180px;
  background: linear-gradient(135deg, rgba(142, 173, 105, 0.9), rgba(55, 111, 26, 0.85));
}
@media all and (max-width: 1024px) {
  #front-page article.top-facility {
    flex-direction: column;
    padding-top: 0;
    margin-bottom: 80px;
  }
}
#front-page article.top-facility .left {
  width: 42%;
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  #front-page article.top-facility .left {
    width: 100%;
    gap: 0;
  }
}
#front-page article.top-facility .left img {
  width: 40%;
}
@media all and (max-width: 1024px) {
  #front-page article.top-facility .left img {
    width: 100%;
  }
}
#front-page article.top-facility .left img.support01 {
  position: absolute;
  top: -33px;
  left: 35%;
}
@media all and (max-width: 1024px) {
  #front-page article.top-facility .left img.support01 {
    margin: 0;
    position: initial;
  }
}
#front-page article.top-facility .left img.support02 {
  position: absolute;
  bottom: -125px;
  left: 525px;
}
@media all and (max-width: 1024px) {
  #front-page article.top-facility .left img.support02 {
    margin: 0;
    position: initial;
  }
}
#front-page article.top-facility .right {
  width: 40%;
  padding-right: calc((100vw - 1024px) / 2);
}
@media all and (max-width: 1024px) {
  #front-page article.top-facility .right {
    width: 100%;
    padding: 12px;
  }
}
#front-page article.top-facility .right h2 {
  color: white;
}
#front-page article.top-facility .right h2::after {
  left: 0%;
  transform: translateX(0%);
  border-left: solid 10px white;
}
@media all and (max-width: 1024px) {
  #front-page article.top-facility .right h2 {
    margin-right: auto;
    margin-left: auto;
  }
  #front-page article.top-facility .right h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
#front-page article.top-facility .right p {
  color: white;
  margin-bottom: 32px;
}
#front-page article.top-facility .right .btnMain {
  box-shadow: 6px 6px 0px 0px rgba(255, 255, 255, 0.2);
}
#front-page article.top-facility .right .btnMain:hover {
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
  border: solid 1px white;
}
@media all and (max-width: 1024px) {
  #front-page article.top-facility .right .btnMain {
    margin-right: auto;
    margin-left: auto;
  }
}
#front-page article.topics h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
#front-page article.topics .btnSub {
  margin-left: auto;
  margin-right: calc((100% - 620px) / 2);
  margin-top: 24px;
}
@media screen and (max-width: 440px) {
  #front-page article.topics .btnSub {
    margin-right: 40px;
  }
}
#front-page .blog {
  margin-bottom: 200px;
}

ul.menu {
  padding: 0;
  margin: 0;
  display: flex;
}
ul.menu li {
  margin: 0;
}
ul.menu li a {
  font-family: YakuHanRPs, "Zen Maru Gothic", serif;
  font-weight: 400;
  color: #222222;
}
ul.menu li::before {
  display: none;
}
ul.menu.mainMenu {
  gap: 40px;
}
ul.menu.mainMenu li a {
  font-size: 18px;
}

.headerMenuWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.headerMenuWrap .mainMenu li {
  position: relative;
  transition: 0.3s;
}
.headerMenuWrap .mainMenu li a {
  transition: 0.3s;
  letter-spacing: 0.1em;
  display: inline-block;
}
.headerMenuWrap .mainMenu li a:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 9999px;
  bottom: -8px;
  left: 50%;
  translate: -50% 0;
  z-index: -2;
  transition: height 0.3s, width 0.5s 0.1s;
}
.headerMenuWrap .mainMenu li:hover a {
  translate: 0px -4px;
}
.headerMenuWrap .mainMenu li:hover a:after {
  height: 3px;
  width: 40px;
}

button.navButton {
  width: 38px;
  height: 38px;
  background-color: white;
  border-radius: 50%;
  border: none;
  padding: 0;
  position: fixed;
  right: 12px;
  top: 12px;
  z-index: 10000;
}
button.navButton::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #222222;
  translate: 0 -4px;
  transition: 0.3s;
  width: 14px;
  position: fixed;
  top: 32px;
  right: 24px;
  transition: translate 0.3s, rotate 0.3s 0.3s;
  transform-origin: center;
}
button.navButton::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #222222;
  translate: 0 4px;
  transition: 0.3s;
  width: 14px;
  position: fixed;
  top: 32px;
  right: 24px;
  transition: translate 0.3s, rotate 0.3s 0.3s;
  transform-origin: center;
}

@media all and (max-width: 1024px) {
  html body header .fixedArea,
  html body header.sm .fixedArea {
    z-index: 1500;
  }
  html body header .fixedArea .headerMenuWrap,
  html body header.sm .fixedArea .headerMenuWrap {
    display: none;
  }
  html header .spMenu {
    position: fixed;
    background-color: rgba(10, 33, 56, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: 0.4s cubic-bezier(0.05, 0.7, 0.08, 0.97);
    padding-top: 80px;
    display: flex !important;
    flex-direction: column;
  }
  html header .spMenu .langSwitch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 24px;
    opacity: 0;
  }
  html header .spMenu .langSwitch::before {
    font-family: "Material Symbols Outlined";
    font-size: 20px;
    content: "\e894";
    line-height: 1em;
    margin-right: -4px;
    margin-top: 1px;
    color: white;
    font-variation-settings: "FILL" 0, "wght" 200, "GRAD" -25, "opsz" 24;
  }
  html header .spMenu .langSwitch a.glink {
    color: white;
    opacity: 0.6;
    font-size: 14px;
    padding: 0 8px;
    line-height: 1em;
    transition: color 0.3s;
  }
  html header .spMenu .langSwitch a.glink + a {
    border-left: 1px solid white;
    padding-right: 0;
  }
  html header .spMenu .langSwitch a.glink.gt-current-lang {
    font-weight: 400;
    opacity: 1;
  }
  html header .spMenu .langSwitch a.glink:hover {
    color: #222222;
  }
  html header .spMenu .mainMenu,
  html header .spMenu .subMenu {
    flex-direction: column;
    gap: 10px;
    padding: 16px 40px;
    opacity: 0;
  }
  html header .spMenu .mainMenu a,
  html header .spMenu .subMenu a {
    color: white;
  }
  html header .spMenu .contactArea {
    width: 100%;
    display: flex;
    margin-top: auto;
    height: 60px;
    position: absolute;
    bottom: -80px;
  }
  html header .spMenu .contactArea a {
    width: 50%;
    color: white;
    background-color: #7dc065;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  html header .spMenu .contactArea a img {
    height: 14px;
    width: auto;
  }
  html header .spMenu .contactArea a + a {
    border-left: solid 1px white;
  }
  html.open header button.navButton::after {
    translate: 0 0;
    rotate: 30deg;
  }
  html.open header button.navButton::before {
    translate: 0 0;
    rotate: -30deg;
  }
  html.open header .spMenu .mainMenu,
  html.open header .spMenu .subMenu {
    transition: 0.5s 0.3s;
    opacity: 1;
  }
  html.open header .spMenu .langSwitch {
    transition: 0.5s 0.1s;
    opacity: 1;
  }
  html.open header .spMenu .contactArea {
    transition: 0.3s 0.6s cubic-bezier(0.05, 0.7, 0.08, 0.97);
    bottom: 0;
  }
  html.close .spMenu {
    left: -100%;
  }
}
ul.tagList {
  margin: 0 auto 40px;
}
ul.tagList li {
  border-bottom: solid 1px #7dc065;
  width: 620px;
  margin: 0 auto;
  transition: 0.3s;
}
ul.tagList li:hover {
  background-color: rgb(84.6255924171, 155.1469194313, 163.3744075829);
}
ul.tagList li a {
  padding: 20px;
  display: block;
}
ul.tagList li a .tags {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
  gap: 4px;
}
ul.tagList li a .tags p {
  margin-bottom: 0;
  background-color: #EA7C9A;
  color: white;
  border-radius: 4px;
  padding: 0px 12px;
  font-size: 12px;
}
ul.tagList li a .flexWrap {
  display: flex;
  gap: 20px;
  color: #222222;
}
ul.tagList li:first-child {
  border-top: solid 1px #7dc065;
}
ul.tagList li::before {
  display: none;
}

#is_tag h1 {
  font-size: 32px;
  margin: 0 auto 80px;
}

/* 新着情報：ブログカードと揃えた3カラムのテキストカード */
ul.topicsList {
  width: 1024px;
  margin: 20px auto 40px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media all and (max-width: 1024px) {
  ul.topicsList {
    width: 100%;
    padding: 0 24px;
    justify-content: center;
  }
}
ul.topicsList li::before {
  display: none;
}
ul.topicsList li div {
  display: block;
  width: 320px;
  padding: 32px 24px 24px;
  border: solid 1px #327f12;
  border-radius: 10px;
  height: 180px;
  position: relative;
  box-shadow: rgba(117, 208, 146, 0.15) 10px 10px;
  transform: translate(-5px, -5px);
  transition: 0.3s;
}
@media all and (max-width: 1024px) {
  ul.topicsList li div {
    width: 300px;
    transform: translate(0, 0);
  }
}
ul.topicsList li div .date {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}
ul.topicsList li div h4 {
  font-size: 20px;
  color: #74B0B7;
}
ul.topicsList li a {
  display: block;
  width: 320px;
  padding: 32px 24px 24px;
  border: solid 1px #327f12;
  border-radius: 10px;
  height: 180px;
  position: relative;
  box-shadow: rgba(117, 208, 146, 0.15) 10px 10px;
  transform: translate(-10px, -10px);
  transition: 0.3s;
}
@media all and (max-width: 1024px) {
  ul.topicsList li a {
    width: 300px;
    transform: translate(0, 0);
  }
}
ul.topicsList li a img {
  margin-bottom: 12px;
}
ul.topicsList li a .date {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}
ul.topicsList li a h4 {
  font-size: 20px;
  color: #74B0B7;
}
ul.topicsList li a p {
  margin-bottom: 0;
}
ul.topicsList li a:hover {
  transform: translate(0px, 0px);
  box-shadow: rgba(116, 176, 183, 0.15) 0px 0px;
}
ul.topicsList li a .blogCard {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}

.category-topics h1 {
  margin: 0 auto 80px;
}

#is_single main.topics {
  width: 800px;
  margin: 80px auto 40px;
  padding: 40px;
}
@media all and (max-width: 1024px) {
  #is_single main.topics {
    width: 100%;
  }
}
#is_single main.topics .thmb {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
#is_single main.topics .date {
  margin-bottom: 4px;
}
#is_single main.topics h1 {
  font-size: 36px;
  margin-bottom: 60px;
}
#is_single main.topics h1::after {
  left: 0;
  transform: translate(0);
}
#is_single main.topics .content {
  margin-bottom: 40px;
}
#is_single main.topics .tags {
  margin-bottom: 0;
}

.splide__arrow {
  width: 3em;
  height: 3em;
}

.splide__pagination {
  bottom: 12%;
}
@media all and (max-width: 1024px) {
  .splide__pagination {
    bottom: -1.5em;
  }
}

.splide__pagination__page {
  width: 20px;
  height: 20px;
}
@media all and (max-width: 768px) {
  .splide__pagination__page {
    width: 15px;
    height: 15px;
  }
}

.splide__pagination__page.is-active {
  background: #7dc065;
}

/* ローディング背景 */
.logo-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9990;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* ロゴ本体を包むラッパー */
.logo-loader__inner {
  position: relative;
  transform-origin: center center;
  opacity: 1;
  z-index: 10000;
}

/* SVGロゴ本体 */
.logo-svg {
  width: 60vw;
  max-width: 300px;
  height: auto;
  display: block;
}

svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-1 {
  fill: rgb(109, 82, 28);
}

svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-2 {
  fill: rgb(109, 82, 28);
}

svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-3 {
  fill: rgb(109, 82, 28);
}

svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-4 {
  fill: rgb(109, 82, 28);
}

svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .svg-elem-5 {
  fill: rgb(125, 192, 101);
}

svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-6 {
  fill: rgb(125, 192, 101);
}

svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.active .svg-elem-7 {
  fill: rgb(125, 192, 101);
}

svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-8 {
  fill: rgb(125, 192, 101);
}

svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-9 {
  fill: rgb(125, 192, 101);
}

svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s;
}

svg.active .svg-elem-10 {
  fill: rgb(125, 192, 101);
}

svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .svg-elem-11 {
  fill: rgb(125, 192, 101);
}

svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}

svg.active .svg-elem-12 {
  fill: rgb(125, 192, 101);
}

svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .svg-elem-13 {
  fill: rgb(125, 192, 101);
}

svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

svg.active .svg-elem-14 {
  fill: rgb(125, 192, 101);
}

svg .svg-elem-15 {
  fill: transparent;
  -webkit-transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .svg-elem-15 {
  fill: rgb(125, 192, 101);
}

/* PDFインライン埋め込みの共通スタイル */
.wp-block-pdf-inline,
.wp-block-pdf-inline .pdf-inline {
  max-width: 100%;
  overflow: hidden;
  /* はみ出し防止 */
  box-sizing: border-box;
}

.wp-block-pdf-inline .pdf-inline iframe {
  display: block;
  width: 100% !important;
  /* 100%に固定してはみ出さない */
  max-width: 100% !important;
  border: 0;
  height: 80vh;
  /* 画面高に追従（お好みで 70〜90vh） */
}

/* レイアウトとの段差が出る場合は余白を調整 */
.wp-block-pdf-inline .pdf-caption {
  margin-top: 8px;
  text-align: right;
}

/* 端末幅が極端に狭い時の保険 */
@media (max-width: 480px) {
  .wp-block-pdf-inline .pdf-inline iframe {
    height: 75vh;
  }
}

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