@charset "UTF-8";
/*
Theme Name : design-template-ver1.1
Version: 1.1
*/
body {
  min-width: 320px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  box-sizing: border-box;
  color: #494949;
  position: relative;
  letter-spacing: 0.02em;
  font-size: clamp(13px, 1.2vw, 16px);
}

html {
  height: 100%;
  scroll-behavior: smooth;
}
@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 {
  min-width: 320px;
  padding-top: 56px;
  overflow: hidden;
  background-image: url(./assets/images/common/bg.png);
  background-size: cover;
}
@media screen and (min-width: 969px) {
  main {
    padding-top: 96px;
  }
}

.contents_wrapper {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.content_block {
  width: 100%;
  padding: 60px 0 70px;
}
@media screen and (min-width: 969px) {
  .content_block {
    padding: 100px 0px 120px;
  }
}

.blog_content_block {
  width: min(90%, 1040px);
  padding: 0px 0 70px;
  margin: 50px auto 0;
}
@media screen and (min-width: 969px) {
  .blog_content_block {
    padding: 0 0 180px;
  }
}

.content_inner {
  width: 86%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 969px) {
  .content_inner {
    width: min(86%, 1180px);
  }
}

.col2_wrap {
  display: flex;
  flex-direction: column;
  column-gap: 6%;
  align-items: center;
  row-gap: 50px;
}
@media screen and (min-width: 969px) {
  .col2_wrap {
    flex-direction: row;
  }
}
.col2_wrap .col2 {
  flex: 1;
  width: 100%;
}
.col2_wrap .col2.content, .col2_wrap .col2 .content {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 767px) {
  .col2_wrap .col2.content, .col2_wrap .col2 .content {
    row-gap: 10px;
  }
}
.col2_wrap .col2.content p, .col2_wrap .col2 .content p {
  font-size: clamp(13px, 2vw, 17px);
}
.col2_wrap .col2.img {
  width: 82%;
  flex: inherit;
  margin: 0 auto;
}
@media screen and (min-width: 969px) {
  .col2_wrap .col2.img {
    width: min(48%, 610px);
    order: inherit;
    margin-top: 0;
  }
}

.bg_white {
  background-color: #fff;
}

*, ::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;
  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;
  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 {
  -ms-touch-action: manipulation;
  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 {
  position: fixed;
  transition: all 0.3s;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 56px;
}
@media screen and (min-width: 969px) {
  header {
    height: 96px;
  }
}
header.transform {
  background-color: rgba(255, 255, 255, 0.7);
}
header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 5%;
  height: 100%;
}
@media screen and (min-width: 969px) {
  header .header_pc {
    margin: 0 0 0 2%;
  }
}
header .header_pc .header_item {
  display: none;
  align-items: stretch;
  justify-content: end;
  flex: 1;
  height: 100%;
}
@media screen and (min-width: 969px) {
  header .header_pc .header_item {
    display: flex;
  }
}
header .header_pc .header_item .nav {
  align-self: center;
  flex: 1;
}
header .header_pc .header_item .nav ul {
  display: flex;
  align-items: stretch;
  padding: 0;
  margin: 0 45px 0 0;
  list-style: none;
  flex: 1;
  justify-content: end;
}
header .header_pc .header_item .nav ul > li {
  margin-right: 0;
  align-items: center;
  display: flex;
  padding: 0 min(5%, 20px);
}
header .header_pc .header_item .nav ul > li:not(:last-of-type) {
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  border-right: 1px solid #B9B9B9;
}
header .header_pc .header_item .nav ul > li:not(:last-of-type) a {
  display: block;
  transform: skewX(-150deg);
}
header .header_pc .header_item .nav ul > li a {
  display: flex;
  color: #494949;
  font-weight: 500;
  transition: all 0.5s;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1em;
}
header .header_pc .header_item .header_cta {
  width: min(23vw, 240px);
  transition: all 0.5s;
  display: flex;
  font-weight: 500;
  font-size: 22px;
  justify-content: center;
  align-items: center;
  background-color: #494949;
  color: #fff;
  column-gap: 15px;
  cursor: pointer;
}

.exlink {
  display: flex;
  align-items: center;
  column-gap: 7px;
  flex-direction: row;
}
.exlink::after {
  content: "";
  background-image: url(./assets/images/common/ico_extlnk_b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 15px;
  height: 15px;
}

#drawer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* :::::: drawer menu :::::: */
}
@media screen and (min-width: 969px) {
  #drawer {
    display: none;
  }
}
#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#drawer label.open {
  background-color: #494949;
}
#drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
#drawer #navTgl {
  display: none;
}
#drawer .open {
  z-index: 12;
  position: inherit;
  width: 56px;
  height: 56px;
  transition: 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: 27px;
  right: 33%;
  width: 33%;
  border-bottom: 3px solid #fff;
  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 #fff;
}
#drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}
#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: #fff;
  transform: translateX(200%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .menu .menu_btn {
  margin-bottom: 10px;
}
#drawer .menu .menu_btn span {
  font-weight: 500;
  font-size: clamp(13px, 1vw, 14px);
}
#drawer .menu h2,
#drawer .menu a {
  color: #494949;
}
#drawer .menu h2 {
  text-align: center;
}
#drawer .menu ul {
  margin: 0;
  padding: 0;
}
#drawer #navTgl:checked ~ .menu {
  transform: none;
}

.sp_menu .header_nav_block {
  padding: 0 35px;
  margin: 90px 0 10px;
}
.sp_menu .header_nav_block .logo {
  width: 90%;
  margin: 0 auto 40px;
}
.sp_menu .header_nav_block ul {
  margin: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.sp_menu .header_nav_block ul li {
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
}
.sp_menu .header_nav_block ul li a {
  transition: all 0.5s;
  display: block;
}
.sp_menu .header_nav_block ul li a.exlink {
  display: flex;
  align-items: center;
  column-gap: 7px;
  flex-direction: row;
  justify-content: start;
}
.sp_menu .header_nav_block ul li a.exlink::after {
  content: "";
  background-image: url(./assets/images/common/ico_extlnk_b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 15px;
  height: 15px;
}
.sp_menu .header_nav_block ul li a span {
  font-weight: 500;
  font-size: clamp(13px, 1vw, 14px);
}
.sp_menu .header_nav_block .sp_menu_tel {
  display: flex;
  content: "";
  transition: 0.5s;
  text-decoration: none;
  text-align: center;
  width: 100%;
  align-items: center;
  background: #7E678A;
  color: #fff;
  padding: 10px 20px;
  column-gap: 15px;
  margin-top: 20px;
  justify-content: center;
}
.sp_menu .header_nav_block .sp_menu_tel span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

footer {
  background-color: #494949;
  padding: 40px 4%;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 10%;
  }
}
footer .footer_inner {
  display: flex;
  column-gap: 80px;
  flex-direction: column;
}
@media screen and (min-width: 969px) {
  footer .footer_inner {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
}
footer .footer_inner .logo_wrap {
  display: grid;
  padding: 0 0 22px;
  justify-content: space-between;
  grid-template-columns: min(51%, 200px) auto;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
  }
}
footer .footer_inner .logo_wrap .logo {
  order: -1;
  text-align: center;
  width: max(51%, 160px);
  margin: 0 0 10px;
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap .logo {
    width: min(30vw, 280px);
    order: initial;
  }
}
@media screen and (min-width: 969px) {
  footer .footer_inner .logo_wrap .sns_area {
    display: none;
  }
}
footer .footer_inner .logo_wrap .copy {
  margin-top: 40px;
}
footer .footer_inner .info_list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: inherit;
}
@media screen and (max-width: 767px) {
  footer .footer_inner .info_list {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  footer .footer_inner .info_list {
    grid-column: 1/3;
  }
}
footer .footer_inner .info_list p, footer .footer_inner .info_list a {
  color: #fff;
  font-size: clamp(12px, 1.2vw, 16px);
}
@media screen and (max-width: 767px) {
  footer .footer_inner .info_list p:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 969px) {
  footer .foot_nav {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
  }
}
footer .foot_nav .nav {
  column-gap: 40px;
  align-items: start;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav {
    margin-bottom: 50px;
  }
}
footer .foot_nav .nav ul {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul {
    align-items: stretch;
    margin: 0;
    justify-content: end;
    flex-direction: column;
    flex-wrap: wrap;
    width: auto;
    column-gap: 20px;
  }
}
@media screen and (min-width: 1270px) {
  footer .foot_nav .nav ul {
    flex-direction: row;
  }
}
footer .foot_nav .nav ul li {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  line-height: 2.2em;
  font-size: 15px;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li {
    background-color: initial;
    margin-bottom: 0;
    text-align: left;
  }
}
footer .foot_nav .nav ul li a {
  display: flex;
  transition: all 0.5s;
  font-size: clamp(13px, 1vw, 16px);
  display: block;
  color: #494949;
  text-align: center;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li a {
    color: #fff;
    text-align: left;
  }
}
footer .foot_nav .nav ul li a.exlink {
  display: flex;
  align-items: center;
  column-gap: 7px;
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li a.exlink {
    justify-content: start;
  }
}
footer .foot_nav .nav ul li a.exlink::after {
  content: "";
  background-image: url(./assets/images/common/ico_extlnk_b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 969px) {
  footer .foot_nav .nav ul li a.exlink::after {
    background-image: url(./assets/images/common/ico_extlnk_w.svg);
  }
}
footer .foot_nav .sns_area {
  align-self: end;
}
@media screen and (max-width: 767px) {
  footer .foot_nav .sns_area {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  footer .foot_nav .sns_area {
    display: none;
  }
}
footer .copy {
  color: #fff;
  font-size: clamp(13px, 1vw, 14px);
  padding-bottom: 40px;
  width: 100%;
  margin-top: 10px;
  font-family: "IBM Plex Sans JP", sans-serif;
}
@media screen and (min-width: 969px) {
  footer .copy {
    margin-top: 0;
    padding-bottom: 0;
  }
}
footer .sns_area {
  display: inline-flex;
  column-gap: 15px;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px;
  width: max-content;
  align-self: start;
}
@media screen and (min-width: 969px) {
  footer .sns_area {
    column-gap: 20px;
    border-radius: 15px;
    padding: 15px;
  }
}
footer .sns_area li {
  list-style: none;
  aspect-ratio: 1/1;
  width: 32px;
}
@media screen and (min-width: 969px) {
  footer .sns_area li {
    width: 50px;
  }
}

.pagetop_block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
  }
}
.pagetop_block .contact_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
@media screen and (min-width: 969px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
.pagetop_block .contact_sp a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  background: #494949;
  font-weight: 600;
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
}
.pagetop_block #pagetop {
  width: 68px;
  bottom: 30px;
  right: 30px;
  z-index: 20;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  opacity: 1;
  color: #494949;
  background: #fff;
  filter: none;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a {
    border-radius: 50%;
    width: 58px;
    aspect-ratio: 1/1;
    background: #494949 url(./assets/images/common/ico_arrow_top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
    color: #fff;
  }
}
.pagetop_block #pagetop a::before {
  font-family: "fontello";
  font-size: 16px;
  line-height: 1;
  content: "\e800";
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a::before {
    display: none;
  }
}
.pagetop_block #pagetop a span {
  display: block;
  line-height: 1em;
  font-weight: 600;
  font-size: 13px;
}
@media screen and (min-width: 969px) {
  .pagetop_block #pagetop a span {
    display: none;
  }
}

.logo {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .logo {
    width: min(34%, 100px);
  }
}

.breadcrumb_block {
  width: min(90%, 1040px);
  margin: 20px auto 0;
}
@media screen and (min-width: 969px) {
  .breadcrumb_block {
    margin: 30px auto 0;
  }
}
.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: #494949;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li, .breadcrumb_block ul a {
    font-size: 11px;
  }
}
.breadcrumb_block ul li {
  padding-right: 30px;
  position: relative;
}
.breadcrumb_block ul li::before {
  color: #494949;
  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;
  }
}

.loc_btn {
  display: flex;
  column-gap: 8px;
  align-items: center;
  font-family: "Geologica", serif;
  font-weight: 600;
}
.loc_btn::after {
  content: "";
  background-image: url(./assets/images/common/ico_location_p.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 15px;
  aspect-ratio: 15/21;
}

.archive_btn_wrap {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .archive_btn_wrap {
    justify-content: center;
  }
}

.archive_btn {
  transition: 0.5s;
  text-decoration: none;
  display: inline-block;
  background-color: #494949;
  position: relative;
  padding: 5px 50px 10px 40px;
}
@media screen and (max-width: 767px) {
  .archive_btn {
    padding: 5px 50px 8px 40px;
  }
}
.archive_btn.center {
  margin: 0 auto;
}
.archive_btn::after {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  content: "";
  background-image: url(./assets/images/common/ico_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 17px;
  height: 16px;
  right: 16px;
}
.archive_btn span {
  color: #fff;
  line-height: 1em;
  letter-spacing: 0.06em;
  font-size: clamp(12px, 1.2vw, 13px);
}

.detail_btn_wrap {
  display: flex;
  margin-top: 30px;
  justify-content: start;
}
.detail_btn_wrap.center .detail_btn {
  margin: 0 auto;
}

.detail_btn {
  transition: 0.5s;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background-color: #494949;
  display: flex;
  padding: 12px 20px;
  column-gap: 15px;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 969px) {
  .detail_btn {
    padding: 14px 20px;
    width: min(100%, 350px);
  }
}
.detail_btn::after {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  content: "";
  background: url(./assets/images/common/ico_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 18px;
  height: 6px;
}
.detail_btn span {
  color: #fff;
  font-size: clamp(14px, 1.1vw, 19px);
}

.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: #7E678A;
  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;
}

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

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
}
.pagination .pagination__body {
  display: flex;
  justify-content: center;
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .pagination .pagination__body {
    padding: 0 1em;
  }
}
.pagination .pagination__body li {
  list-style: none;
  background: #E6EEF7;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pagination .pagination__body li {
    margin-right: 1em;
  }
}
.pagination .pagination__body li a {
  color: #DDDDDD;
  display: block;
}
.pagination .pagination__body li:last-child {
  margin-right: 0;
}
.pagination .pagination__body li.current {
  background-color: #DDDDDD;
  color: #fff;
}
.pagination .pagination__prev, .pagination .pagination__next {
  line-height: 40px;
}

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

@keyframes fadeIn {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  99.9%, to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.fadein {
  opacity: 0;
  backface-visibility: hidden;
}
.fadein.active {
  animation: fadeIn 0.5s ease-out both;
  animation-delay: 0.5s;
  transform: translate3d(0, 20px, 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 {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.sec_title .main {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: clamp(13px, 3vw, 22px);
  color: #AA854D;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.sec_title .sub {
  font-size: clamp(15px, 5vw, 37px);
  color: #494949;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.sec_title02 {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.sec_title02.center {
  align-items: center;
}
.sec_title02 .sub {
  font-size: clamp(16px, 4vw, 26px);
  line-height: 1.6em;
  color: #494949;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.sec_title03 {
  margin-bottom: 30px;
  background-color: #494949;
  text-align: center;
  padding: 3px 0 10px;
}
@media screen and (max-width: 767px) {
  .sec_title03 {
    padding: 0px 0 7px;
  }
}
.sec_title03 span {
  font-size: clamp(13px, 4vw, 22px);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.4em;
}

.sec_title04 {
  margin-bottom: 60px;
  border-bottom: 1px solid #494949;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media screen and (max-width: 767px) {
  .sec_title04 {
    margin-bottom: 30px;
    column-gap: 5px;
  }
}
.sec_title04::before {
  content: "";
  background-color: #494949;
  width: 15px;
  height: 0.7em;
}
.sec_title04 span {
  font-size: clamp(14px, 4vw, 22px);
  color: #494949;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
}

p {
  font-size: clamp(13px, 1.2vw, 16px);
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.9em;
  margin: 0;
}

.list {
  list-style: none;
  padding: 0;
}
.list li {
  list-style: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  text-align: center;
}
.list li p {
  display: inline;
}

.loclink {
  font-size: 12px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
}
.loclink::after {
  content: "";
  background-image: url(./assets/images/common/ico_location_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 12px;
  height: 14px;
}
.loclink span {
  font-family: "IBM Plex Sans JP", sans-serif;
  padding-right: 5px;
  font-weight: 600;
}

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

.note {
  display: flex;
  font-size: 11px;
  line-height: 1.7em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 969px) {
  .note {
    font-size: 13px;
  }
}
.note::before {
  content: "※";
  line-height: 1.7em;
  padding-right: 0.2em;
}
.note span {
  flex: 1;
}

.text_center {
  text-align: center;
}

.tax {
  font-size: clamp(8px, 1vw, 13px);
}

.fs14 {
  font-size: 14px;
}

.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: 968px) {
  .md_none {
    display: none;
  }
}

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -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;
}

.main_visual {
  margin: 0 auto;
}
.main_visual .main_visual_inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 1600px);
  flex-direction: row;
  padding: 36px 0;
}
@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner {
    padding: 10px 0;
  }
}
.main_visual #main_visual_img {
  transition: all 0.5s;
  opacity: 0;
  animation: 1s fadeIn 0.5s forwards;
  padding: 0;
  width: 94%;
  margin: 0 auto;
}
.main_visual #main_visual_img img {
  object-fit: cover;
  height: 100%;
  object-position: left center;
  aspect-ratio: 1400/900;
}

#top_about {
  padding: 120px 0px;
}
@media screen and (max-width: 767px) {
  #top_about {
    padding: 50px 0;
  }
}
#top_about .col2_wrap {
  max-width: initial;
}
#top_about .col2_wrap:not(:last-of-type) {
  margin-bottom: 50px;
}
#top_about .col2_wrap .col2 {
  display: flex;
  flex-direction: column;
}
#top_about .col2_wrap .col2.img {
  position: relative;
  row-gap: 20px;
  aspect-ratio: 531/667;
}
#top_about .col2_wrap .col2.img img {
  object-fit: cover;
  position: absolute;
}
#top_about .col2_wrap .col2.img img:first-of-type {
  top: 0;
  right: 0;
  width: 86%;
}
#top_about .col2_wrap .col2.img img:last-of-type {
  bottom: 0;
  left: 0;
  width: 59%;
}

#top_service .col2_wrap:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #top_service .col2_wrap:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#top_service .col2_wrap .col2 {
  align-self: center;
}
#top_service .col2_wrap .col2.img {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #top_service .col2_wrap .col2.img {
    order: 1;
  }
}

#top_contact {
  background-image: url(./assets/images/top/appo_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0px;
}
@media screen and (max-width: 767px) {
  #top_contact {
    padding: 60px 0px;
  }
}
#top_contact .content_inner {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top_contact .content_inner {
    width: 90%;
  }
}
#top_contact .content_inner h2 {
  width: min(80%, 370px);
  margin: 0 0 50px;
}
#top_contact .content_inner .contact_list_wrap {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 30px;
}
@media screen and (min-width: 969px) {
  #top_contact .content_inner .contact_list_wrap {
    flex-direction: row;
    align-items: center;
    column-gap: 40px;
  }
}
#top_contact .content_inner .contact_list_wrap .contact_list {
  position: relative;
}
@media screen and (min-width: 969px) {
  #top_contact .content_inner .contact_list_wrap .contact_list {
    width: 368px;
  }
}
#top_contact .content_inner .contact_list_wrap .contact_list:first-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 969px) {
  #top_contact .content_inner .contact_list_wrap .contact_list:first-of-type {
    margin-bottom: 0;
  }
}
#top_contact .content_inner .contact_list_wrap .contact_list .detail_btn {
  width: 100%;
  margin: 0 auto;
  padding: 20px 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #top_contact .content_inner .contact_list_wrap .contact_list .detail_btn {
    width: 90%;
  }
}
#top_contact .content_inner .contact_list_wrap .contact_list .detail_btn::after {
  content: none;
}
#top_contact .content_inner .contact_list_wrap .contact_list .detail_btn span {
  margin: 0 auto;
  font-size: clamp(16px, 4vw, 20px);
  line-height: 1em;
  letter-spacing: 0.08em;
  color: #494949;
}

.news_block .news_block_inner {
  padding: 60px 0;
  margin: 0 auto;
  min-height: 180px;
  display: flex;
  flex-direction: row;
  column-gap: 50px;
  width: min(86%, 1180px);
}
@media screen and (min-width: 969px) {
  .news_block .news_block_inner {
    min-height: 270px;
    padding: 110px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner {
    margin-left: 5%;
    flex-direction: column;
    row-gap: 30px;
  }
}
.news_block .news_block_inner .btn_wrap {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.news_block .news_block_inner .ttl_wrap {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .ttl_wrap {
    flex-direction: row;
    align-items: center;
  }
}
.news_block .news_block_inner .ttl_wrap .sec_title {
  flex: 1;
  margin-bottom: 60px;
  border-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .ttl_wrap .sec_title {
    margin-bottom: 0;
  }
}
.news_block .news_block_inner .ttl_wrap .sec_title .main {
  font-size: clamp(20px, 3vw, 22px);
}
.news_block .news_block_inner .ttl_wrap .sec_title span {
  color: #494949;
}
.news_block .news_block_inner .ttl_wrap .archive_btn_wrap {
  display: flex;
  margin: 0;
}
.news_block .news_block_inner .news_list_wrap {
  flex: 1;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 10px;
  color: #494949;
}
.news_block .news_block_inner .news_list_wrap .news_list {
  padding: 0;
  list-style: none;
}
.news_block .news_block_inner .news_list_wrap .news_list .post_content {
  display: flex;
  padding-bottom: 20px;
  column-gap: 40px;
  border-bottom: 1px solid #494949;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list_wrap .news_list .post_content {
    display: block;
    padding: 0 5px 20px;
  }
}
.news_block .news_block_inner .news_list_wrap .news_list .post_content:not(:last-of-type) {
  margin-bottom: 20px;
}
.news_block .news_block_inner .news_list_wrap .news_list .post_content .date {
  font-size: clamp(13px, 2.5vw, 15px);
  display: block;
  margin-bottom: 8px;
  font-size: 1em;
  display: block;
  color: #494949;
}
.news_block .news_block_inner .news_list_wrap .news_list .post_content .ttl {
  font-size: clamp(13px, 2.5vw, 15px);
  line-height: 1.6em;
  font-weight: 500;
  color: #494949;
  flex: 1;
}

.subpage {
  min-width: 320px;
}
.subpage .page_title {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 969px) {
  .subpage .page_title {
    margin-bottom: 80px;
  }
}
.subpage .page_title .main {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: clamp(13px, 3vw, 22px);
  color: #AA854D;
  font-weight: 500;
  letter-spacing: 0.4em;
  margin-bottom: 20px;
  display: flex;
  column-gap: 10px;
  align-items: center;
  text-transform: uppercase;
}
.subpage .page_title .main::before, .subpage .page_title .main::after {
  content: "";
  background-color: #AA854D;
  height: 1px;
  width: 30px;
}
.subpage .page_title .sub {
  font-size: clamp(15px, 5vw, 37px);
  color: #494949;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.subpage .sec_title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  text-align: left;
}
.subpage .sec_title span {
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 600;
  color: #7E678A;
  font-family: "Geologica", serif;
}
.subpage .content_block {
  margin: 0 auto;
  padding: 30px 0 120px;
}
.subpage .content_block:not(:last-of-type) {
  padding-bottom: 50px;
}
@media screen and (min-width: 969px) {
  .subpage .content_block:not(:last-of-type) {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 969px) {
  .subpage .content_block {
    padding: 70px 0 220px;
  }
}
.subpage .content_block .content_inner {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .subpage .content_block:not(:first-of-type), .subpage .content_block:not(:last-of-type) {
    margin-top: 50px;
  }
}
.subpage .content_block.bg_grade {
  margin-top: 90px;
  padding: 90px 0;
  background: #7E678A;
}
@media screen and (max-width: 767px) {
  .subpage .content_block.bg_grade {
    padding: 45px 0;
    margin-top: 45px;
  }
}
.subpage .no_post {
  text-align: center;
}
.subpage .no_post p {
  text-align: center;
}
.subpage .note_wrap {
  padding: 0;
  margin-top: 10px;
}
.subpage .note {
  line-height: 1.8em;
}
.subpage .note::before {
  line-height: 1.8em;
}
.subpage .note span {
  line-height: 1.8em;
}
.subpage sup {
  font-size: 0.8em;
  vertical-align: text-bottom;
}

.info_title_wrap {
  background-color: #494949;
}
.info_title_wrap .info_title_inner {
  margin: 0 auto;
  padding: 15px 0;
  width: min(86%, 1180px);
}
.info_title_wrap .info_title_inner .info_title {
  text-align: center;
  color: #fff;
  margin: 0;
  min-height: 240px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .info_title_wrap .info_title_inner .info_title {
    min-height: 160px;
  }
}
.info_title_wrap .info_title_inner .info_title span {
  margin: 0 auto;
  font-size: clamp(18px, 3vw, 28px);
  line-height: 1.6em;
  text-align: left;
}
.info_title_wrap .info_title_inner .posts_date {
  color: #fff;
}

#page_about .col2_wrap {
  align-items: start;
}
#page_about .col2_wrap .col2.img {
  align-self: stretch;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #page_about .col2_wrap .col2.img {
    height: 350px;
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  #page_about .col2_wrap .col2.img {
    height: 450px;
    order: 1;
  }
}
#page_about .col2_wrap .col2.img img {
  height: 100%;
  object-fit: cover;
}
#page_about .content_wrap {
  flex: 1;
}
#page_about .content_wrap dl {
  display: flex;
  align-items: stretch;
  margin-bottom: 2px;
}
#page_about .content_wrap dl dt {
  font-weight: 400;
  width: 8em;
  background-color: #ACACAC;
  padding: 17px 1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page_about .content_wrap dl dt {
    width: 8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  #page_about .content_wrap dl dt {
    width: 6.5em;
  }
}
#page_about .content_wrap dl dd {
  flex: 1;
  margin: 0;
  background-color: #F7F7F7;
  padding: 17px 1em;
}
#page_about .content_wrap dl dd .loclink {
  color: #494949;
}
#page_about .content_wrap dl dd .loclink::after {
  background-image: url(./assets/images/common/ico_location_b.svg);
}

#page_menu .menu_container .col2_wrap {
  row-gap: 20px;
}
#page_menu .menu_container .col2_wrap:not(:first-of-type) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #page_menu .menu_container .col2_wrap:not(:first-of-type) {
    margin-top: 60px;
  }
}
#page_menu .menu_container .col2_wrap .col2.img {
  width: 100%;
  order: 1;
}
@media screen and (min-width: 969px) {
  #page_menu .menu_container .col2_wrap .col2.img {
    width: min(48%, 610px);
    order: inherit;
  }
}
#page_menu .menu_container .content_ttl {
  align-self: start;
}
#page_menu .menu_container .content_ttl img {
  height: 95px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #page_menu .menu_container .content_ttl img {
    height: 60px;
  }
}
#page_menu .menu_container .menu_list_wrap dl {
  display: grid;
  align-items: center;
  column-gap: 20px;
  border-bottom: 1px solid #494949;
  padding-bottom: 15px;
  margin-bottom: 15px;
  grid-template-columns: 1fr auto;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  #page_menu .menu_container .menu_list_wrap dl {
    column-gap: 10px;
  }
}
#page_menu .menu_container .menu_list_wrap dl dt {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: clamp(15px, 3vw, 20px);
  column-gap: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page_menu .menu_container .menu_list_wrap dl dt {
    column-gap: 10px;
  }
}
#page_menu .menu_container .menu_list_wrap dl dt::after {
  content: "";
  flex: 1;
  background-image: linear-gradient(to right, #494949 2px, transparent 2px);
  height: 1px;
  background-repeat: repeat-x;
  background-size: 8px 1px;
}
#page_menu .menu_container .menu_list_wrap dl dd {
  color: #AA854D;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 600;
  margin-bottom: 0;
}
#page_menu .menu_container .menu_list_wrap dl dd.menu_content {
  color: #494949;
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #494949;
  font-weight: 500;
  font-size: clamp(12px, 3vw, 16px);
  grid-column: 1/span 2;
}
#page_menu .menu_container .menu_list_wrap .menu_sec {
  border-bottom: 1px solid #494949;
  margin-bottom: 15px;
}
#page_menu .menu_container .menu_list_wrap .menu_sec h4 {
  font-size: clamp(15px, 3vw, 20px);
  margin-bottom: 15px;
}
#page_menu .menu_container .menu_list_wrap .menu_sec dl {
  border-bottom: none;
  padding-bottom: 0;
}
#page_menu .menu_bottom {
  margin: 90px auto 30px;
}
#page_menu .menu_bottom p {
  text-align: center;
  font-size: clamp(16px, 2vw, 23px);
}
#page_menu .menu_bottom .detail_btn_wrap {
  text-align: center;
}
#page_menu .menu_bottom .detail_btn_wrap .detail_btn {
  margin: 0 auto;
}

#page_privacy .sec_title04 {
  margin-bottom: 30px;
}

.form_wrap {
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 20px 3%;
}
@media screen and (min-width: 969px) {
  .form_wrap {
    padding: 40px;
  }
}

.label_wrap > p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.label_wrap > p .wpcf7-form-control-wrap {
  margin-right: 5px;
  display: flex;
  flex-direction: column;
}
.label_wrap > p .wpcf7-form-control-wrap:not(:first-of-type) {
  margin-left: 10px;
}

.wpcf7 {
  margin: 0 auto;
  width: 100%;
}
.wpcf7 .wpcf7-response-output {
  font-weight: 600;
  margin-bottom: 30px;
  color: #FF9575 !important;
  text-align: center;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #FF9575;
  font-size: 13px;
}
.wpcf7 .form_row {
  margin-bottom: 20px;
}
@media screen and (min-width: 969px) {
  .wpcf7 .form_row {
    margin-bottom: 40px;
  }
}
.wpcf7 .form_row:last-child {
  margin-bottom: 0;
}
.wpcf7 .preview_none p:not(.note) {
  font-size: clamp(13px, 2vw, 15px);
  text-align: center;
  font-weight: 600;
}
.wpcf7 .form_btn_wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 969px) {
  .wpcf7 .form_btn_wrap {
    width: 280px;
  }
}
.wpcf7 .form_btn_wrap .wpcf7-spinner {
  display: none;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  position: absolute;
  background-color: #fff !important;
}
.wpcf7 .form_btn_wrap {
  position: relative;
}
.wpcf7 .form_btn_wrap .wpcf7-submit {
  transition: 0.5s;
  text-align: center;
  text-decoration: none;
  padding: 15px 10px;
  position: relative;
  font-size: clamp(15px, 2vw, 20px);
  letter-spacing: 0.02em;
  background: #AA854D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  border: none;
  margin: 0 auto;
}
.wpcf7 .form_btn_wrap .wpcf7-submit:focus, .wpcf7 .form_btn_wrap .wpcf7-submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_btn_wrap .wpcf7-submit {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .wpcf7 .form_btn_wrap .wpcf7-submit {
    max-width: 30%;
  }
}
.wpcf7 label {
  display: block;
  margin-bottom: 10px;
  position: static;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .wpcf7 label {
    font-size: 14px;
  }
}
.wpcf7 .wpcf7-list-item-label {
  font-weight: 400;
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 textarea {
    width: 100%;
    font-size: 16px;
  }
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit])::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 textarea::placeholder {
  color: #C8C8C8;
}
.wpcf7 select {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px 40px 10px 10px;
  color: #494949;
  background: #fff;
  font-size: 16px;
}
.wpcf7 .required {
  background-color: #FF9575;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 4px 8px;
  vertical-align: middle;
  word-break: keep-all;
}
.wpcf7 .input_long {
  width: 100%;
}

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

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

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

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

.pg_wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_wrapper {
    padding: 0 5%;
  }
}
.pg_title {
  font-size: 30px;
  margin: 0 0 50px;
  color: #494949;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_title {
    font-size: 20px;
  }
}
.pg_contents {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_contents {
    padding: 50px 0;
  }
}
.pg_contents .attachment-post-thumbnail {
  object-fit: cover;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  aspect-ratio: 220/145;
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pg_contents .attachment-post-thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pg_contents .attachment-post-thumbnail img {
  object-fit: cover;
  height: 100%;
}
.pg_contents .archive_btn {
  margin-top: 30px;
}

.posts_item_list {
  display: flex;
  flex-wrap: wrap;
}
.posts_item_list .posts_item {
  width: 100%;
}
.posts_item_list .posts_item a {
  display: block;
}
.posts_item {
  margin-bottom: 35px;
}
.posts_item:last-of-type {
  margin-bottom: 0;
}
.posts_item a:hover .post_thumb {
  overflow: hidden;
}
.posts_item a:hover .post_thumb img {
  transform: scale(1.1);
  transition: all 0.8s;
}
.posts_item_inner {
  display: flex;
  column-gap: 20px;
  margin-bottom: 0;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .posts_item_inner {
    flex-direction: column;
  }
}
.posts_item_inner .post_thumb {
  width: 220px;
  aspect-ratio: 220/145;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .posts_item_inner .post_thumb {
    width: 100%;
    margin-bottom: 15px;
  }
}
.posts_item_inner .post_thumb img {
  object-fit: cover;
  height: 100%;
}
.posts_item_inner .post_content {
  display: flex;
  padding-bottom: 20px;
  column-gap: 40px;
  border-bottom: 1px solid #494949;
}
@media screen and (max-width: 767px) {
  .posts_item_inner .post_content {
    display: block;
    padding: 0 5px 20px;
  }
}
.posts_item_inner .post_content .post_content_ttl {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 600;
  color: #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_item_inner .post_content time {
  display: block;
  margin-bottom: 10px;
}
.posts_item_inner .post_content h2 {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 500;
  flex: 1;
  line-height: 1.6em;
}
.posts_date {
  color: #494949;
  display: inline-block;
  font-weight: 400;
  line-height: 2;
  align-self: start;
}
@media screen and (min-width: 969px) {
  .posts_date {
    font-size: 16px;
  }
}
.posts_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  flex: 1;
}
@media screen and (min-width: 969px) {
  .posts_title {
    font-size: 16px;
  }
}
.posts_cat span {
  border: 1px solid;
  color: #494949;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 980px;
  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: #494949;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

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

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

.pg_single_title {
  color: #494949;
  margin: 30px 0;
  text-align: left;
  line-height: 1.7em;
}
.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: 968px) {
  .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 .detail_btn_wrap {
  margin-top: 110px;
  text-align: center;
}

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

.wp-block-image {
  margin: 0 0 2em 0;
}
.wp-block-image img {
  height: 100%;
  object-fit: cover;
  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;
  }
}