@charset "UTF-8";
/*
Theme Name : design-template-ver1.1
Version: 1.1
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  position: relative;
  background-color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1100px) {
  body {
    font-size: 15px;
  }
}

html {
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

img {
  width: 100%;
}

h2, h3, h4 {
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
}

main {
  padding-top: 80px;
  background-color: #0C0C0C;
}
@media screen and (min-width: 1100px) {
  main {
    padding-top: 100px;
  }
}

.contents_wrapper {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .contents_wrapper {
    overflow: hidden;
  }
}

.content_block {
  width: 100%;
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  .content_block {
    width: 100%;
    padding: 60px 0;
  }
}

.blog_content_block {
  width: 100%;
  padding: 50px 0 230px;
}
@media screen and (max-width: 767px) {
  .blog_content_block {
    padding: 50px 0 130px;
  }
}

.content_inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .content_inner {
    width: 1100px;
  }
}
.content_inner .inner_section_block {
  margin-top: 70px;
}

*, ::after, ::before {
  box-sizing: border-box;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

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

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

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

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

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

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header {
  background-color: #0C0C0C;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  position: fixed;
  padding: 0 0 0 20px;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1100px) {
  header {
    padding: 0 50px 0;
  }
}
header .header_pc {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  header .header_pc {
    height: 100px;
  }
}
header .header_pc .header_item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  header .header_pc .header_item {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .header_pc .header_item {
    display: none;
  }
}
header .header_pc .header_item .head_telnum {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
header .header_pc .header_item .head_telnum span {
  font-size: 14px;
  color: #fff;
  line-height: 1.4em;
  padding-top: 10px;
  padding-left: 10px;
  font-weight: 500;
}
header .header_pc .header_item .head_telnum a {
  font-size: 24px;
  color: #9E8D52;
  padding-left: 23px;
  position: relative;
}
header .header_pc .header_item .head_telnum a::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  width: 17px;
  height: 19px;
  transform: translateY(-50%);
  background-image: url(./assets/images/common/ico_tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}

#drawer {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* #navTgl:checked + .open {
  	transform: translateX(-250px);
  } */
  /* :::::: drawer menu :::::: */
}
@media screen and (min-width: 1100px) {
  #drawer {
    display: none;
  }
}
#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
#drawer #navTgl {
  display: none;
}
#drawer .open {
  z-index: 12;
  position: inherit;
  width: 48px;
  height: 48px;
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before,
#drawer .open::after {
  content: "";
}
#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 30%;
  width: 40%;
  border-bottom: 3px solid #9E8D52;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before {
  transform: translateY(-8px);
}
#drawer .open::after {
  transform: translateY(8px);
}
#drawer .close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  transition: background 0.6s;
}
#drawer #navTgl:checked + .open span {
  transform: scaleX(0);
}
#drawer #navTgl:checked + .open::before {
  transform: rotate(45deg);
  border-bottom: 3px solid #9E8D52;
}
#drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 3px solid #9E8D52;
}
#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
}
#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  background: #202020;
  transform: translateX(200%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .menu h2,
#drawer .menu a {
  color: #fff;
}
#drawer .menu h2 {
  text-align: center;
}
#drawer .menu ul {
  margin: 0;
  padding: 0;
}
#drawer #navTgl:checked ~ .menu {
  transform: none;
}

.drawer_inner_btn ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.drawer_inner_btn ul li {
  margin-bottom: 15px;
}
.drawer_inner_btn ul li:last-of-type {
  margin-bottom: 0;
}
.drawer_inner_btn ul li a {
  color: #fff;
  font-weight: bold;
  background: #9E8D52;
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
}

.sp_menu .header_nav_block {
  padding: 0 30px;
  margin: 90px 0 50px;
}
.sp_menu .header_nav_block ul {
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
}
.sp_menu .header_nav_block ul li {
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.sp_menu .header_nav_block ul li::after {
  content: "";
  width: 100%;
  height: 1px;
  background-size: 6px 4px;
  background-image: linear-gradient(to right, #E3F0ED 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sp_menu .header_nav_block ul li a {
  color: #fff;
  transition: all 0.5s;
  display: block;
  padding: 0 10px;
}
.sp_menu .header_tel {
  padding: 0 30px;
}
.sp_menu .header_tel p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
  padding: 0 10px;
}

footer {
  background-color: #0C0C0C;
  border-top: 1px solid #fff;
}
footer .footer_inner {
  width: 90%;
  padding: 30px 2% 80px;
  margin: 0 auto;
  justify-content: space-between;
  color: #fff;
}
footer .footer_inner a {
  color: #fff;
}
@media screen and (min-width: 1100px) {
  footer .footer_inner {
    display: grid;
    padding: 30px 0 50px;
    grid-template-columns: 50% 50%;
  }
}
footer .footer_inner #footer_info {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
footer .footer_inner #footer_info .foot_logo_wrap {
  margin-bottom: 30px;
}
footer .footer_inner #footer_info .foot_logo_wrap .logo {
  margin-left: 0;
}
footer .footer_inner #footer_info .info {
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  footer .footer_inner #footer_info .info {
    margin-bottom: 0;
  }
}
footer .footer_inner #footer_info .info ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
footer .footer_inner #footer_info .info ul li {
  margin-bottom: 10px;
}
footer .footer_inner #footer_info .info ul li p {
  font-size: 15px;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  footer .footer_inner #footer_info .info ul li p {
    font-size: 12px;
  }
}
footer .footer_inner #footer_info .info ul li p span {
  font-size: 12px;
  vertical-align: baseline;
}
footer .footer_inner #footer_info .info ul li.foot_info_addr span {
  display: block;
}
footer .footer_inner #footer_info .info .fs12 {
  font-size: 12px;
}
footer .footer_inner .sns_list {
  background-color: #D9D9D9;
  border-radius: 2px;
  font-size: 14px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  width: 250px;
  padding: 15px;
  color: #0C0C0C;
}
footer .footer_inner .sns_list dt {
  margin: 0;
}
footer .footer_inner .sns_list dt span {
  font-size: 14px;
  font-weight: 700;
}
footer .footer_inner .sns_list dd {
  margin: 0;
}
footer .footer_nav_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
@media screen and (min-width: 1100px) {
  footer .footer_nav_wrap {
    align-items: end;
  }
}
footer .footer_nav_wrap nav {
  display: none;
}
@media screen and (min-width: 1100px) {
  footer .footer_nav_wrap nav {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-right: 0;
    margin-top: 18px;
  }
}
footer #copy_wrap {
  background-color: #9E8D52;
  padding: 15px;
}
footer #copy_wrap .copy {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  padding-bottom: 0;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  footer #copy_wrap .copy {
    font-size: 15px;
  }
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
  }
}
.pagetop_block .contact_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
.pagetop_block .contact_sp a {
  background: #9E8D52;
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagetop_block .contact_sp a span {
  font-size: 28px;
  color: #fff;
  line-height: 1em;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-left: 26px;
}
.pagetop_block .contact_sp a span::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  width: 19px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(./assets/images/common/ico_tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
}
.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
.pagetop_block #pagetop a {
  display: flex;
  font-family: "Noto Serif JP", serif;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #9E8D52;
}
.pagetop_block #pagetop a::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop a {
    opacity: 1 !important;
  }
}

.logo a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 1100px) {
  .logo a {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.logo a img {
  width: 63px;
}
@media screen and (min-width: 1100px) {
  .logo a img {
    font-size: 93px;
  }
}
.logo a span {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1100px) {
  .logo a span {
    font-size: 21px;
  }
}
.logo a span span {
  font-weight: 600;
  padding-right: 24px;
  font-size: 9px;
}
@media screen and (min-width: 1100px) {
  .logo a span span {
    font-size: 13px;
  }
}

.nav {
  margin-right: 50px;
}
.nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.nav ul li {
  font-size: 16px;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  line-height: 1.6em;
}
.nav ul li::after {
  content: "";
  width: 1px;
  height: 100%;
  background-size: 6px 4px;
  background-image: linear-gradient(to bottom, #E3F0ED 2px, transparent 2px);
  background-repeat: repeat-y;
  background-position: left bottom;
  position: absolute;
  top: 0;
  right: 0;
}
.nav ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.nav ul li:last-of-type::after {
  content: none;
}
.nav ul li a {
  color: #fff;
}

.breadcrumb_block {
  width: 90%;
  margin: 10px auto 0;
}
@media screen and (min-width: 1100px) {
  .breadcrumb_block {
    width: 1100px;
  }
}
.breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.breadcrumb_block ul li, .breadcrumb_block ul a {
  color: #9E8D52;
  font-size: 13px;
}
.breadcrumb_block ul li {
  padding-right: 30px;
  position: relative;
}
.breadcrumb_block ul li::before {
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
}
.breadcrumb_block ul li:last-of-type::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li {
    white-space: nowrap;
  }
}

.archive_btn_wrap {
  margin: 55px auto 0;
  text-align: center;
}

.archive_btn {
  border: #fff 1px solid;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px 10px 10px;
  position: relative;
  min-width: 220px;
  display: inline-block;
}
.archive_btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./assets/images/common/ico_arrow_g.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right center;
}
.archive_btn span {
  color: #9E8D52;
}

.detail_btn_wrap {
  margin: 55px auto 0;
  text-align: center;
}

.detail_btn {
  border: #9E8D52 1px solid;
  background-color: #9E8D52;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px 10px 10px;
  position: relative;
  min-width: 180px;
  display: inline-block;
}
.detail_btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  right: 20px;
  top: 53%;
  transform: translateY(-50%);
  background-image: url(./assets/images/common/ico_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right center;
}
.detail_btn span {
  color: #fff;
}

.contact_tel .link_tel {
  font-size: 29px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  padding-left: 24px;
  position: relative;
  margin-bottom: 20px;
  color: #9E8D52;
  display: block;
}
.contact_tel .link_tel::after {
  content: "";
  width: 18px;
  height: 21px;
  top: 55%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  background-image: url(./assets/images/common/ico_tel.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}
.contact_tel dl {
  display: flex;
  justify-content: flex-start;
  align-items: left;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.contact_tel dl dt {
  background-color: #9E8D52;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 4px 9px;
  align-self: center;
  font-weight: 500;
}
.contact_tel dl dd {
  margin-bottom: 0;
}

#mw_wp_form_mw-wp-form-12 p {
  font-size: 16px;
}
#mw_wp_form_mw-wp-form-12 p:last-of-type {
  margin-bottom: 0;
}

.form_item input {
  width: auto;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item .red_text {
  font-size: 14px;
}

.form_item_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .form_item_button {
    margin-top: 24px;
  }
}
.form_item_button input {
  border: none;
  background: #9E8D52;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 140px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form_item_button input {
    width: 110px;
  }
}
.form_item_button input:hover {
  opacity: 0.8;
}
.form_item_button input:nth-of-type(2) {
  margin-left: 20px;
}

.form_block .mwform-radio-field {
  margin-bottom: 0;
  display: flex;
  text-align: center;
}
.form_block .mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}
.form_block .mwform-radio-field input {
  margin-right: 5px;
}

.home_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.home_button a {
  display: block;
  border: none;
  text-decoration: none;
  background: #9E8D52;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  width: 160px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}
.home_button a:hover {
  opacity: 0.8;
}

a[href*="tel:"] {
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width: 1100px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .card_item {
    margin-bottom: 40px;
  }
  .card_item:last-of-type {
    margin-bottom: 0;
  }
}
.card_item figure {
  margin: 0;
}
.card_item figure img {
  height: auto;
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-body {
  padding: 2rem 1rem;
}

.card_title {
  font-size: 13px;
  margin-bottom: 1rem;
  line-height: 1.6em;
}
@media screen and (min-width: 1100px) {
  .card_title {
    font-size: 15px;
  }
}

.card_text {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .card_text {
    margin-bottom: 2rem;
  }
}

.blog_post_date {
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}
@media screen and (min-width: 1100px) {
  .blog_post_date {
    font-size: 15px;
  }
}

.card_button a {
  width: 80%;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .card_button a {
    width: 200px;
  }
}

.d_flex {
  display: flex;
}

.justify_center {
  justify-content: center;
}

.justify_between {
  justify-content: space-between;
}

.justify_around {
  justify-content: space-around;
}

.align_items_center {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sm_order1 {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .sm_order2 {
    order: 2;
    margin-top: 30px;
  }
}

.pagination {
  margin-top: 40px;
  justify-content: center;
}
.pagination a {
  color: #fff;
}
.pagination .page-numbers {
  margin: 0 10px;
}
.pagination .current {
  border-bottom: 1px solid #fff;
}

.current::before {
  color: #fff !important;
  font-size: 16px !important;
}

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.sec_title {
  font-size: 23px;
  text-align: center;
  color: #9E8D52;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1100px) {
  .sec_title {
    font-size: 30px;
  }
}

.border_title {
  background: #9E8D52;
  color: #fff;
  padding: 6px 10px;
  line-height: 1em;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .border_title {
    font-size: 15px;
  }
}

h4, h5 {
  font-size: 1em;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.9em;
  margin: 0;
}

ol, ul {
  padding-left: 1em;
}
ol li, ul li {
  line-height: 1.8em;
  font-size: 13px;
}
ol li::marker, ul li::marker {
  font-size: 10px;
}
ol li span, ul li span {
  vertical-align: bottom;
}

.text_link {
  font-weight: bold;
  color: #9E8D52;
}

.red_text {
  color: #cb0000;
}

.text_list li {
  font-size: 14px;
  margin-bottom: 1.3em;
}
.text_list li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .text_list li {
    font-size: 18px;
  }
}

a {
  color: #fff;
}
a:hover {
  color: #fff;
}

.note {
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.6em;
  display: block;
}
@media screen and (min-width: 1100px) {
  .note {
    font-size: 14px;
    padding-left: 22px;
  }
}
.note::before {
  content: "※";
  line-height: 1.6em;
  position: absolute;
  left: 0;
  top: 0;
}
.note span {
  vertical-align: initial;
  line-height: 1.2em;
}

.text_center {
  text-align: center;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

.align_r {
  text-align: right;
}

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

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .md_none {
    display: none;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1350px) {
  .lg_none {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .xl_none {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./assets/images/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./assets/fonts/slick.eot");
  src: url("./assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/slick.woff") format("woff"), url("./assets/fonts/slick.ttf") format("truetype"), url("./assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@-webkit-keyframes fadeIn {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.main_visual {
  width: 100%;
}
.main_visual .main_visual_inner {
  transition: all 0.5s;
  position: relative;
  opacity: 0;
  -webkit-animation: 1s fadeIn 0.5s forwards;
          animation: 1s fadeIn 0.5s forwards;
  width: 100%;
  height: 830px;
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner {
    max-height: 600px;
    height: 80vh;
  }
}
.main_visual .slider {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.main_visual .slider img {
  height: 830px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main_visual .slider img {
    max-height: 600px;
    height: 80vh;
  }
}
.main_visual .catch_copy {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: end;
  transform: translateY(-50%);
  flex-direction: column;
  text-shadow: rgba(255, 255, 255, 0.45) 0 0 13px;
}
@media screen and (min-width: 1100px) {
  .main_visual .catch_copy {
    left: 100px;
  }
}
.main_visual .catch_copy h1 {
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0 0 30px 0;
  font-family: "Noto Serif JP", serif;
}
.main_visual .catch_copy h1 span {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .main_visual .catch_copy h1 span {
    font-size: 46px;
  }
}
.main_visual .catch_copy p {
  font-size: 12px;
  line-height: 2em;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  .main_visual .catch_copy p {
    font-size: 20px;
  }
}
.main_visual .catch_copy .dots {
  position: relative;
  text-align: center;
  margin: 0;
}
.main_visual .catch_copy .dots .slick-dots {
  position: initial;
  padding: 0 3px;
}
.main_visual .catch_copy .dots .slick-dots li {
  height: 15px;
  width: 15px;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 1100px) {
  .main_visual .catch_copy .dots .slick-dots li {
    height: 20px;
    width: 20px;
    margin: 0 30px 0 0;
  }
}
.main_visual .catch_copy .dots .slick-dots li button {
  color: transparent;
  height: 13px;
  width: 13px;
  border: 1px solid #fff;
  opacity: 1;
  padding: 0;
  border-radius: 50%;
  transition: all 0.5s;
}
@media screen and (min-width: 1100px) {
  .main_visual .catch_copy .dots .slick-dots li button {
    height: 18px;
    width: 18px;
  }
}
.main_visual .catch_copy .dots .slick-dots li button::before {
  content: none;
}
.main_visual .catch_copy .dots .slick-dots li.slick-active button {
  background-color: #fff;
}

.news_block {
  width: 100%;
  position: relative;
}
.news_block .news_block_inner {
  width: 90%;
  margin: 0 0 0 10%;
  position: relative;
  padding: 20px;
  align-items: center;
  background-color: #DDD;
  justify-content: start;
  -moz-column-gap: 60px;
       column-gap: 60px;
  top: 0;
  position: absolute;
  transform: translateY(-50%);
  row-gap: 20px;
}
@media screen and (min-width: 1100px) {
  .news_block .news_block_inner {
    display: grid;
    grid-template-columns: 13% 55% auto;
    padding: 40px 80px;
    justify-content: space-between;
  }
}
.news_block .news_block_inner .news_heading {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_heading {
    align-items: center;
    margin-bottom: 20px;
  }
}
.news_block .news_block_inner .sec_title {
  margin: 0;
  text-align: left;
  font-size: 15px;
}
@media screen and (min-width: 1100px) {
  .news_block .news_block_inner .sec_title {
    font-size: 20px;
  }
}
.news_block .news_block_inner .sec_title span {
  color: #9E8D52;
  font-family: "Noto Serif JP", serif;
}
.news_block .news_block_inner .news_list .no_post {
  color: #0C0C0C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list .no_post {
    padding: 20px 0 0;
    font-size: 13px;
  }
}
.news_block .news_block_inner .news_list a {
  display: flex;
  flex-direction: column;
  color: #0C0C0C;
}
.news_block .news_block_inner .news_list a:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list a {
    padding: 0;
    flex-wrap: wrap;
    font-size: 13px;
  }
  .news_block .news_block_inner .news_list a:last-of-type {
    margin-bottom: 20px;
  }
}
.news_block .news_block_inner .news_list a dl {
  margin: 0;
  color: #0C0C0C;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list a dl {
    display: block;
  }
}
.news_block .news_block_inner .news_list a dl:hover::after {
  opacity: 0.8;
}
.news_block .news_block_inner .news_list a dl dt {
  margin-bottom: 5px;
  font-weight: 400;
}
.news_block .news_block_inner .news_list a dl dd {
  color: #0C0C0C;
  margin: 0;
  font-weight: 400;
}
.news_block .news_block_inner .archive_btn_wrap {
  margin: 0;
}

#top_concept {
  padding: 90px 0 0;
  background-image: url(./assets/images/top/bg_kirakira.png);
  background-repeat: no-repeat;
  background-size: auto 430px;
  background-position: top left;
}
@media screen and (min-width: 1100px) {
  #top_concept {
    padding: 130px 0 0;
    background-size: 100% auto;
  }
}
#top_concept .content_inner {
  position: relative;
  padding: 110px 0 0;
}
@media screen and (max-width: 767px) {
  #top_concept .content_inner {
    width: 80%;
    padding: 70px 0;
  }
}
#top_concept .content_inner .concept_title_wrap {
  position: relative;
  border: 1px solid #fff;
  width: 100%;
  padding: 10px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1100px) {
  #top_concept .content_inner .concept_title_wrap {
    width: 698px;
    padding: 14px;
    margin: 0 auto 70px;
  }
}
#top_concept .content_inner .concept_title_wrap h2 {
  left: -7%;
  top: -20px;
  width: 170px;
  height: 100px;
  position: absolute;
  background-image: url(./assets/images/top/concept.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
  filter: drop-shadow(0 0 18px #0C0C0C);
}
@media screen and (min-width: 1100px) {
  #top_concept .content_inner .concept_title_wrap h2 {
    left: -38px;
    top: -34px;
    width: 357px;
    height: 160px;
  }
}
#top_concept .content_inner p {
  font-size: 18px;
  line-height: 2em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top_concept .content_inner p {
    font-size: 14px;
  }
}

#top_price {
  padding: 20px 0 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 1100px) {
  #top_price {
    padding: 110px 0 0;
  }
}
#top_price .top_price_table {
  border: 1px solid #fff;
  margin-bottom: 0.5em;
}
#top_price .top_price_table > dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  padding: 20px;
  row-gap: 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_table > dl {
    padding: 30px 60px;
    -moz-column-gap: 70px;
         column-gap: 70px;
    flex-direction: row;
  }
}
#top_price .top_price_table > dl:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
#top_price .top_price_table > dl > dt {
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_table > dl > dt {
    width: 230px;
    margin-bottom: 0;
  }
}
#top_price .top_price_table > dl > dt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
  background-color: #fff;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_table > dl > dt::after {
    width: 1px;
    height: 100%;
    top: 0;
    bottom: auto;
  }
}
#top_price .top_price_table > dl > dt h3 {
  font-size: 13px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_table > dl > dt h3 {
    font-size: 18px;
  }
}
#top_price .top_price_table > dl .price_table_content {
  width: 100%;
  margin-bottom: 0;
}
#top_price .top_price_table > dl .price_table_content dl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-image: linear-gradient(to right, #fff 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left 50%;
  align-items: center;
}
#top_price .top_price_table > dl .price_table_content dl:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_table > dl .price_table_content dl:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
#top_price .top_price_table > dl .price_table_content dl > dt, #top_price .top_price_table > dl .price_table_content dl > dd {
  background-color: #0C0C0C;
  z-index: 1;
  font-size: 13px;
  line-height: 1em;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_table > dl .price_table_content dl > dt, #top_price .top_price_table > dl .price_table_content dl > dd {
    font-size: 18px;
  }
}
#top_price .top_price_table > dl .price_table_content dl > dt {
  padding-right: 1em;
  font-weight: 400;
}
#top_price .top_price_table > dl .price_table_content dl > dt span {
  max-width: 200px;
  display: inline-block;
  line-height: 1.5em;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_table > dl .price_table_content dl > dt span {
    max-width: 580px;
    line-height: 1em;
  }
}
#top_price .top_price_table > dl .price_table_content dl > dd {
  padding-left: 1em;
  color: #9E8D52;
  margin: 0;
}

#contact_area {
  width: 90%;
  margin: 50px auto -340px;
  position: relative;
  background-color: #9E8D52;
  padding: 15px;
  z-index: 1;
  box-shadow: 0 0 18px rgba(12, 12, 12, 0.3);
}
@media screen and (min-width: 1100px) {
  #contact_area {
    width: 1100px;
    margin: 0 auto;
    transform: translateY(50%);
  }
}
#contact_area .contact_inner {
  padding: 15px;
  border: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  #contact_area .contact_inner {
    flex-direction: row;
    padding: 30px;
  }
}
#contact_area .contact_inner .left p {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  #contact_area .contact_inner .left p {
    font-size: 20px;
    text-align: left;
  }
}
#contact_area .contact_inner .left .archive_btn_wrap {
  text-align: center;
  margin: 20px auto;
}
@media screen and (min-width: 1100px) {
  #contact_area .contact_inner .left .archive_btn_wrap {
    text-align: left;
    margin: 20px 0 0;
  }
}
#contact_area .contact_inner .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  #contact_area .contact_inner .right {
    flex-direction: row;
  }
}
#contact_area .contact_inner .right .link_tel {
  font-size: 31px;
  color: #fff;
  padding-left: 34px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  #contact_area .contact_inner .right .link_tel {
    font-size: 41px;
  }
}
#contact_area .contact_inner .right .link_tel::after {
  width: 20px;
  height: 23px;
  background-image: url(./assets/images/common/ico_tel_w.svg);
}
@media screen and (min-width: 1100px) {
  #contact_area .contact_inner .right .link_tel::after {
    width: 25px;
    height: 28px;
  }
}
#contact_area .contact_inner .right dl {
  display: flex;
  justify-content: flex-start;
  align-items: left;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#contact_area .contact_inner .right dl dt {
  background-color: #fff;
  color: #9E8D52;
  padding: 3px 8px;
}
#contact_area .contact_inner .right dl dd {
  margin-bottom: 0;
  padding: 0 8px;
}
#contact_area .contact_inner .right img {
  margin: 30px 0;
  width: 80%;
}
@media screen and (min-width: 1100px) {
  #contact_area .contact_inner .right img {
    width: 152px;
  }
}

#top_instagram {
  padding: 430px 0 110px;
  background-color: #ddd;
}
@media screen and (min-width: 1100px) {
  #top_instagram {
    padding: 240px 0 110px;
  }
}
#top_instagram #sb_instagram #sbi_images {
  gap: 70px !important;
}

#top_youtube .content_inner {
  text-align: center;
  margin: 50px auto 0;
}
@media screen and (min-width: 1100px) {
  #top_youtube .content_inner {
    margin: 120px auto 0;
  }
}
#top_youtube .content_inner iframe {
  height: 300px;
}
@media screen and (min-width: 1100px) {
  #top_youtube .content_inner iframe {
    height: 600px;
  }
}

#top_info .content_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  #top_info .content_inner {
    flex-direction: row;
  }
}
#top_info .info_content {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  #top_info .info_content {
    width: 50%;
    margin-bottom: 0;
  }
}
#top_info .info_content h2 {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  #top_info .info_content h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
#top_info .info_content h2 span {
  font-size: 11px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  #top_info .info_content h2 span {
    font-size: 13px;
  }
}
#top_info .info_content .contact_tel {
  margin-bottom: 40px;
}
#top_info .info_content .detail_btn_wrap {
  text-align: left;
  margin-top: 20px;
}
#top_info .info_content .detail_btn_wrap .detail_btn {
  font-size: 12px;
}
#top_info .info_img {
  order: -1;
  margin-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  #top_info .info_img {
    width: 668px;
    margin-bottom: 0;
    order: 1;
  }
}

.main_visual_subpage {
  width: 100%;
  height: 300px;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_visual_subpage {
    height: 180px;
  }
}
.main_visual_subpage .page_name {
  padding: 0 20px;
}
.main_visual_subpage .page_name h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #9E8D52;
  text-align: center;
  font-size: 27px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main_visual_subpage .page_name h1 {
    font-size: 25px;
  }
}

#page_recruit .recruit_img {
  width: 60%;
  margin: 0 auto 60px;
  display: block;
}
@media screen and (max-width: 767px) {
  #page_recruit .recruit_img {
    width: 100%;
    margin: 0 auto 30px;
  }
}
#page_recruit .jobdescription {
  border: 1px solid #fff;
  margin-bottom: 100px;
}
#page_recruit .jobdescription > dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  padding: 15px;
  row-gap: 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  #page_recruit .jobdescription > dl {
    padding: 15px 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    flex-direction: row;
  }
}
#page_recruit .jobdescription > dl:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
#page_recruit .jobdescription > dl > dt {
  position: relative;
  align-self: stretch;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  #page_recruit .jobdescription > dl > dt {
    width: 230px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#page_recruit .jobdescription > dl > dt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  right: 0;
  background-color: #fff;
}
@media screen and (min-width: 1100px) {
  #page_recruit .jobdescription > dl > dt::after {
    width: 1px;
    height: 100%;
    top: 0;
    bottom: auto;
  }
}
#page_recruit .jobdescription > dl > dt h3 {
  font-size: 13px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  #page_recruit .jobdescription > dl > dt h3 {
    font-size: 18px;
  }
}
#page_recruit .jobdescription > dl dd {
  width: 100%;
  margin-bottom: 0;
}
#page_recruit .jobdescription > dl dd.tag_wrap span {
  background: #9E8D52;
  padding: 2px 9px 4px;
  font-weight: 500;
  border-radius: 2px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #page_recruit .jobdescription > dl dd.tag_wrap span {
    font-size: 11px;
  }
}
#page_recruit .jobdescription > dl dd .detail_btn_wrap {
  text-align: left;
  margin: 10px 0 20px;
}
#page_recruit .jobdescription > dl dd .detail_btn_wrap .detail_btn {
  padding: 5px 15px 5px 5px;
  font-size: 12px;
}
#page_recruit .jobdescription > dl dd .detail_btn_wrap .detail_btn::after {
  top: 50%;
}
#page_recruit .recruit_movie {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #page_recruit .recruit_movie iframe {
    height: 300px;
  }
}

.subpage .content_block {
  padding-bottom: 330px;
}
@media screen and (max-width: 767px) {
  .subpage .content_block {
    padding: 40px 0 130px;
  }
}
.subpage .content_block .content_inner {
  width: 80%;
  max-width: 900px;
}
.subpage .content_block .content_inner:not(:last-of-type) {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .subpage .content_block .content_inner:not(:last-of-type) {
    margin-bottom: 90px;
  }
}
.subpage .no_post {
  text-align: center;
}
.subpage .no_post p {
  text-align: center;
}
.subpage .no_post .archive_btn_wrap {
  margin-top: 30px;
}
.subpage .note,
.subpage .quote {
  font-size: 12px;
}
.subpage .note a,
.subpage .quote a {
  font-size: 12px;
}
.subpage .note {
  line-height: 1.2em;
}
.subpage .note::before {
  line-height: 1.2em;
}
.subpage .note span {
  line-height: 1.2em;
}

.under_content {
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .under_content {
    width: 100%;
  }
}
.under_content .content_inner {
  width: 900px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .under_content .content_inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .under_content .content_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
.under_content .content_inner h2 {
  font-size: 28px;
  margin: 0 0 40px;
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 7px double #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .under_content .content_inner h2 {
    font-size: 24px;
  }
}
.under_content .content_inner h3 {
  margin: 0 0 20px;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .under_content .content_inner h3 {
    font-size: 20px;
  }
}
.under_content .content_inner h4 {
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 1em;
  margin-bottom: 10px;
  position: relative;
}
.under_content .content_inner h4::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #fff;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .under_content .content_inner h4 {
    font-size: 17px;
  }
  .under_content .content_inner h4::before {
    top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .under_content .content_inner h4 {
    font-size: 17px;
  }
  .under_content .content_inner h4::before {
    top: 4px;
  }
}

.password_block {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .password_block {
    margin-bottom: 70px;
  }
}
.password_block .content_inner {
  text-align: center;
}
.password_block p {
  margin-bottom: 20px;
}
.password_block input[type=password] {
  color: #9E8D52;
  width: 50%;
  height: 35px;
  display: block;
  margin: 0 auto;
}
.password_block input[type=password]::-moz-placeholder {
  color: #575757;
}
.password_block input[type=password]::placeholder {
  color: #575757;
}
@media screen and (max-width: 767px) {
  .password_block input[type=password] {
    width: 90%;
    font-size: 16px;
  }
}
.password_block input[type=submit] {
  background: #cb0000;
  color: #fff;
  margin: 0 auto;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 30px;
  width: 250px;
  height: 35px;
}

.memberpage_block {
  background: #0C0C0C;
  border-radius: 20px;
  padding: 70px 50px 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .memberpage_block {
    padding: 40px 20px;
    margin-bottom: 70px;
  }
}
.memberpage_block .video_block {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .memberpage_block .video_block {
    margin-bottom: 40px;
  }
}
.memberpage_block .video_block:last-of-type {
  margin-bottom: 0;
}
.memberpage_block .video_block h3 {
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 1em;
  margin-bottom: 10px;
  position: relative;
}
.memberpage_block .video_block h3::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #fff;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .memberpage_block .video_block h3 {
    font-size: 20px;
  }
}
.memberpage_block .video_block p {
  margin-bottom: 20px;
}
.memberpage_block .video_block p:last-of-type {
  margin-bottom: 0;
}
.memberpage_block .video_block video {
  width: 100%;
  height: auto;
}

.privacy_block {
  background: #0C0C0C;
  border-radius: 20px;
  padding: 70px 50px 60px;
  margin: 20px 0 120px;
}
@media screen and (max-width: 767px) {
  .privacy_block {
    padding: 40px 20px;
    margin: 20px 0 70px;
  }
}
.privacy_block p {
  margin-bottom: 20px;
}
.privacy_block h4 before {
  content: none;
}
.privacy_block section:last-of-type p:last-of-type {
  margin-bottom: 0;
}

.form_block {
  margin: 0 auto;
  width: 100%;
}
.form_block .form_row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #9E8D52;
}
.form_block .form_row .form_item:first-of-type {
  margin-bottom: 10px;
}
.form_block .form_row:last-child {
  margin-bottom: 0;
}
.form_block .form_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .form_block .form_btn_wrap .form_btn + .form_btn {
    margin-left: 20px;
  }
}
.form_block .form_btn {
  border: none;
  transition: all 0.5s;
  width: 380px;
  display: block;
  color: #fff;
  border: #fff 1px solid;
  padding: 15px 0;
  text-align: center;
  background: #9E8D52;
  margin: 50px auto 0;
  text-decoration: none;
  position: relative;
  font-family: "Noto Serif JP", serif;
  cursor: pointer;
}
.form_block .form_btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./assets/images/common/ico_arrow_w.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right center;
}
.form_block .form_btn:focus, .form_block .form_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .form_block .form_btn {
    width: 90%;
    padding: 12px;
  }
}
.form_block .form_btn[value=back] {
  background: #fff;
  color: #9E8D52;
}
.form_block label {
  display: block;
  margin-bottom: 10px;
  position: static;
}
.form_block input[type=text],
.form_block input[type=email],
.form_block textarea {
  border: 1px solid #E3F0ED;
  border-radius: 3px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .form_block input[type=text],
.form_block input[type=email],
.form_block textarea {
    width: 100%;
    font-size: 16px;
  }
}
.form_block input::-moz-placeholder {
  color: #575757;
  font-weight: 300;
}
.form_block input::placeholder {
  color: #575757;
  font-weight: 300;
}
.form_block .select_wrap {
  position: relative;
}
.form_block .select_wrap::after {
  content: "";
  position: absolute;
  top: 31%;
  right: 20px;
  width: 9px;
  aspect-ratio: 1/1;
  border-right: 2px solid #9E8D52;
  border-bottom: 2px solid #9E8D52;
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}
.form_block select {
  border: 1px solid #E3F0ED;
  border-radius: 3px;
  padding: 10px 40px 10px 10px;
  color: #0C0C0C;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 767px) {
  .form_block select {
    font-size: 16px;
  }
}
.form_block .mwform-radio-field {
  margin-bottom: 0;
  display: flex;
  text-align: center;
}
.form_block .required {
  background-color: #9E8D52;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 4px 8px;
  vertical-align: middle;
  word-break: keep-all;
}
.form_block .input_long {
  width: 100%;
}

.mw_wp_form_input .input_none {
  display: none;
  speak: none;
}

.select .error {
  display: inline-block !important;
}

.mw_wp_form_preview .form_row {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 1100px) {
  .mw_wp_form_preview .form_row {
    flex-flow: row;
  }
}
.mw_wp_form_preview .form_row .form_item:first-child {
  min-width: 23%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .mw_wp_form_preview .form_row .form_item:first-child {
    margin-bottom: 0;
  }
}
.mw_wp_form_preview .preview_none {
  display: none !important;
  speak: none;
}
.mw_wp_form_preview .input_none {
  display: block;
  speak: normal;
}
.mw_wp_form_preview .select_wrap::after {
  content: none;
}

.preview_none:has(+ .mw_wp_form_preview),
.preview_none:has(+ .mw_wp_form_complete) {
  display: none !important;
  speak: none;
}

.mwform-tel-field input[type=text] {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mwform-tel-field input[type=text] {
    width: 28% !important;
  }
}

/* reCAPTCHAマークをずらして表示 */
.grecaptcha-badge {
  bottom: 74px !important;
}
@media screen and (min-width: 1100px) {
  .grecaptcha-badge {
    bottom: 84px !important;
  }
}

article {
  position: relative;
}
.archive article {
  background-color: #fff;
}

.pg_wrapper {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_wrapper {
    padding: 0 5%;
  }
}
.pg_title {
  font-size: 25px;
  margin: 0 0 50px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_title {
    font-size: 20px;
  }
}
.pg_contents {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_contents {
    padding: 50px 20px;
  }
}

.posts_item_list {
  display: flex;
  flex-wrap: wrap;
}
.posts_item_list .posts_item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .posts_item_list .posts_item {
    margin-bottom: 40px;
  }
}
.posts_item_list .posts_item a {
  display: block;
}
.posts_item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.posts_item:last-of-type {
  margin-bottom: 0;
}
.posts_tmb {
  margin: 0;
}
.posts_tmb img {
  border-radius: 0.25rem;
  height: 180px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .posts_tmb img {
    /* height: calc(((100vw - 40px) / 160) * 90); */
    width: 100%;
    border-radius: 10px;
  }
}
.posts_date {
  color: #9E8D52;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
}
@media screen and (min-width: 1100px) {
  .posts_date {
    font-size: 15px;
  }
}
.posts_title {
  font-size: 15px;
  line-height: 2;
  font-weight: 300;
}
.posts_cat span {
  border: 1px solid;
  color: #9E8D52;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .no_post {
    padding: 50px 20px 20px;
  }
  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }
}
.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #9E8D52;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.posts_content {
  margin-top: 30px;
}
.posts_content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.pg-blog .blog_tmb {
  margin: 0 0 15px 0;
}

.pg_single_title {
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
}
.pg_single_contents {
  padding-bottom: 0;
  padding-top: 0;
}
.pg_single_contents > .blog_tmb {
  margin-bottom: 30px;
}
.pg_single_contents > .blog_tmb img {
  height: 56.25%;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.pg_single_contents .breadcrumb_block {
  margin-bottom: 50px;
}
.pg_single_contents .archive_btn_wrap {
  margin-top: 50px;
  text-align: center;
}

.pg-news .posts_item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.pg-news .posts_title {
  margin: 0;
}

.wp-block-image {
  margin: 0 0 2em 0;
}
.wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.wp-block-buttons {
  justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 14px !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
}