@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  z-index: -200;
  background-color: #fff9f3;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.1rem;
  }
}

.midashi {
  font-family: "Alyamama", serif;
  font-weight: normal;
}

.nomal_font {
  font-family: "Noto Sans JP", sans-serif;
}

button {
  font-family: "Zen Old Mincho", serif;
}

html {
  font-size: 16px;
}

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

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in2 {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll-load {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeIn1 {
  0% {
    opacity: 0; /* 開始時点では透明 */
    transform: translateX(0); /* 少し下から開始する（任意） */
  }
  100% {
    opacity: 1; /* 終了時点では不透明 */
    transform: translateX(0); /* 元の位置に戻る */
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0; /* 開始時点では透明 */
    transform: translateX(30px); /* 少し下から開始する（任意） */
  }
  100% {
    opacity: 1; /* 終了時点では不透明 */
    transform: translateX(0); /* 元の位置に戻る */
  }
}
p {
  font-size: 1rem;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.9rem;
  }
}

h1 {
  font-size: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.2rem;
  }
}

h5 {
  font-size: 1.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.1rem;
  }
}

.top_headline {
  margin-bottom: 2vw;
}

.top_btn a {
  text-decoration: none;
}
.top_btn a button {
  padding: 1.2vw 3vw;
  border: none;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #333;
  transition: all 0.4s;
  cursor: pointer;
}
.top_btn a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.top_btn a button i {
  margin-left: 1vw;
}

#lower .lower {
  position: relative;
}
#lower .lower .lower_main {
  background-position: center;
  background-size: cover;
  width: 80%;
  height: 30vw;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_main {
    height: 50vw;
  }
}
#lower .lower .lower_title {
  margin-top: 5rem;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efe2d4;
  color: #5D310C;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title {
    margin-top: 0rem;
    width: auto;
    padding: 6rem 0 2rem 0;
  }
}
#lower .lower .lower_title h2 {
  opacity: 0;
  transform: translateY(0px);
  animation: fadeUp 2s ease forwards;
  font-size: 1.2rem;
  text-align: center;
}
#lower .lower .lower_title h2 span {
  font-size: 250%;
  display: block;
}
#lower .lower .breadcrumbs {
  text-align: start;
  margin: 1rem 0;
  padding-left: 2vw;
}
#lower .lower .breadcrumbs p a {
  color: #888;
}
#lower .lower .breadcrumbs p span {
  margin: 0 2vw;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.acf-field {
  width: 50%;
  float: left;
  clear: none !important;
}

.acf-field-type-settings {
  container-type: normal !important;
}

.smart-cf-meta-box-repeat-tables {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.smart-cf-meta-box-repeat-tables .smart-cf-meta-box-table {
  width: 30%;
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 3%;
  bottom: 5%;
  color: #ffffff;
  padding: 2rem;
  font-size: 2.5vw;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

@media screen and (min-width: 1441px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .topBtnSp {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    color: #ffffff;
    padding: 1rem;
    font-size: 3vw;
    width: 100% !important;
    text-decoration: none;
    background: #333;
    text-align: center;
  }
}
.topBtnSp::before {
  width: 100% !important;
  height: 20vw !important;
  border-radius: 0 !important;
}
.topBtnSp i {
  font-size: 4vw;
}
.topBtnSp p {
  font-size: 3vw;
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #333;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), 1px -1px 2px rgba(255, 255, 255, 0.3), -1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(255, 255, 255, 0.3);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .js-header.change-color #header_pc {
    background-color: transparent;
  }
}
.js-header.change-color #header_pc .header_pc {
  transition: 0.5s;
  position: fixed;
  height: auto;
  top: 0;
  bottom: auto;
}
.js-header.change-color2 #header_pc {
  height: auto;
}
@media screen and (max-width: 768px) {
  .js-header.change-color2 #header_pc {
    background-color: transparent;
  }
}
.js-header.change-color2 #header_pc .header_pc {
  transition: 0.5s;
  position: fixed;
  height: auto;
  top: 0;
  bottom: auto;
}
header {
  width: 100%;
  position: absolute;
}
header #header_pc {
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: flex;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc {
    height: 100vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    height: 80vh;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_pc {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  background-color: #fff;
  z-index: 999999;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc {
    padding: 1rem 1rem;
  }
}
header #header_pc .header_pc .header_logo img {
  width: 100%;
  display: block;
}
header #header_pc .header_pc .header_menu {
  padding-right: 2vw;
  width: 60%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_pc .header_menu {
    width: 75%;
  }
}
header #header_pc .header_pc .header_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding-right: 0;
  border-radius: 10px;
}
header #header_pc .header_pc .header_menu ul li {
  width: auto;
  text-align: center;
}
header #header_pc .header_pc .header_menu ul li a {
  font-weight: 600;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  text-decoration: none;
  color: #5D310C;
  border-bottom: 0px solid #5D310C;
  text-shadow: 0 0 5px #fff;
}
header #header_pc .header_pc .header_menu ul li a:hover {
  opacity: 0.75;
}
header #header_pc .header_pc .header_menu ul li a span {
  font-size: 70%;
  display: block;
}
header #header_pc .header_pc .header_menu ul li .header_service {
  display: none;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: absolute;
  width: 10.5%;
  padding-left: 0;
  border: 2px solid #ffffff;
  background-color: #666;
}
header #header_pc .header_pc .header_menu ul li .header_service .header_service_list {
  width: 100%;
  padding: 1vw 0;
  border-bottom: 1px solid #ffffff;
}
header #header_pc .header_pc .header_menu ul li .header_service .header_service_list:last-child {
  border: none;
}
header #header_pc .header_pc .header_menu ul li .header_service .header_service_list a {
  font-size: 0.9vw;
  color: #ffffff;
}
header #header_pc .header_pc .header_menu ul li .header_service .header_service_list a:hover {
  border: none !important;
}
header #header_sp {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 60px;
  }
}
header .header_logo {
  width: 80px;
  position: relative;
  margin-top: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header .header_logo {
    width: 7%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .header_logo {
    width: 7%;
  }
}
@media screen and (max-width: 768px) {
  header .header_logo {
    width: 100px;
    margin-top: 1rem;
  }
}
header .header_logo img {
  width: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background-color: #666666;
}
@media screen and (min-width: 1441px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 60%;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ffffff;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 35%;
}

.hamburger span:nth-child(2) {
  top: 50%;
}

.hamburger span:nth-child(3) {
  top: 65%;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 50%;
  left: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 50%;
  left: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #ffffff;
  background: rgba(102, 102, 102, 0.9);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

nav.globalMenuSp ul {
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li {
    margin-bottom: 1rem;
  }
}
nav.globalMenuSp ul li .list_child {
  margin-left: auto;
  margin-right: 0;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #ffffff;
  padding: 0.5rem 0;
  text-decoration: none;
  font-size: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp ul li a {
    padding: 0.5em 0;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 3vw;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

#top_main {
  overflow: hidden;
  position: relative;
  height: 90vh;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_main {
    height: 90vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main {
    height: 70vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main {
    height: 50vh;
  }
}
#top_main .slider {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  position: relative;
}
#top_main .slider::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
#top_main .slider .slick-list {
  width: 100%;
  height: 100%;
}
#top_main .slider .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .slider .slick-list .slick-track .slick-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main_images {
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_images {
    width: 100%;
    height: 65vh;
    margin-left: 0;
  }
}
#top_main .top_main_images .top_main_images_left {
  width: 100%;
  height: 100%;
}
#top_main .top_main_images .top_main_images_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main_logo {
  position: absolute;
  top: 0%;
  left: 0;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_logo {
    display: none;
  }
}
#top_main .top_main_logo .top_main_logo_img {
  width: 250px;
  padding: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_logo .top_main_logo_img {
    width: 25vw;
  }
}
#top_main .top_main_logo .top_main_logo_img img {
  width: 100%;
}
#top_main .top_main_texts {
  width: 100%;
  position: absolute;
  top: 45%;
  text-align: center;
}
#top_main .top_main_texts .text {
  text-align: center;
  position: relative;
  color: #ffffff;
  margin-bottom: 1vw;
  text-shadow: 0 0 5px #000;
  /* animation: [アニメーション名] [再生時間] [遅延時間 (任意)] [実行回数 (任意)] [再生後の状態 (任意)]; */
}
#top_main .top_main_texts .text i {
  margin-top: 1rem;
  margin-right: -6rem;
  position: absolute;
  transform: rotate(45deg);
  font-size: 5rem;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_texts .text i {
    font-size: 3rem;
  }
}
#top_main .top_main_texts .text h2 {
  font-weight: 500;
  font-size: 3rem !important;
  animation: fadeIn1 3s 0.5s ease-out forwards;
  opacity: 0; /* アニメーション開始前の初期状態を非表示に設定 */
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_main .top_main_texts .text h2 {
    font-size: 3.5vw !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_texts .text h2 {
    font-size: 4vw !important;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_texts .text h2 {
    font-size: 5vw !important;
  }
}
#top_main .top_main_texts .text h3 {
  font-weight: 500;
  font-size: 3rem !important;
  animation: fadeIn1 3s 2s ease-out forwards;
  opacity: 0; /* アニメーション開始前の初期状態を非表示に設定 */
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_main .top_main_texts .text h3 {
    font-size: 3.5vw !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_texts .text h3 {
    font-size: 4vw !important;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_texts .text h3 {
    font-size: 5vw !important;
  }
}

#top_concept {
  overflow: hidden;
  margin: 10rem 0 7rem 0;
}
@media screen and (max-width: 768px) {
  #top_concept {
    margin: 5rem 0 5rem 0;
  }
}
#top_concept .top_concept {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
#top_concept .top_concept .top_concept_title {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#top_concept .top_concept .top_concept_title h2 {
  font-size: 1.2rem;
  line-height: 1;
}
#top_concept .top_concept .top_concept_title h2 span {
  color: #AC8858;
  font-size: 250%;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
  line-height: 1;
}
#top_concept .top_concept .top_concept_title h2 i {
  padding-right: 0.5rem;
}
#top_concept .top_concept .top_concept_title .top_concept_img {
  width: 20%;
  margin: 0 auto;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  #top_concept .top_concept .top_concept_title .top_concept_img {
    width: 35%;
  }
}
#top_concept .top_concept .top_concept_title .top_concept_img img {
  width: 100%;
}
#top_concept .top_concept .top_concept_contents .top_concept_right h3 {
  font-size: 2vw;
  color: #90AD66;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_concept .top_concept .top_concept_contents .top_concept_right h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  #top_concept .top_concept .top_concept_contents .top_concept_right h3 {
    font-size: 1.25rem;
  }
}
#top_concept .top_concept .top_concept_contents .top_concept_right p {
  font-size: 1.2rem;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_concept .top_concept .top_concept_contents .top_concept_right p {
    font-size: 0.8rem;
  }
}
#top_concept .top_concept .top_concept_contents .top_concept_img {
  width: 20%;
  margin: 0 auto;
  padding-top: 2rem;
}
#top_concept .top_concept .top_concept_contents .top_concept_img img {
  width: 100%;
}
#top_concept .top_concept .top_concept_contents .top_concept_button {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_concept .top_concept .top_concept_contents .top_concept_button {
    bottom: 4vw;
  }
}
#top_concept .top_concept .top_concept_contents .top_concept_button a {
  display: table;
  color: #fff;
  background-color: #666;
  text-decoration: none;
  padding: 1rem 3rem;
  margin: 0 auto;
}
#top_concept .top_concept .top_concept_contents .top_concept_button a i {
  padding-left: 0.5rem;
}

#top_event {
  padding: 5vw 0;
  background-color: #efe2d4;
  border-top: solid 1px #b1a291;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_event {
    padding: 5vw 0;
  }
}
@media screen and (max-width: 768px) {
  #top_event {
    padding: 5vw 0;
    padding-bottom: 10vw;
  }
}
#top_event .top_event {
  padding: 5vw 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_event .top_event {
    padding: 3rem 0;
  }
}
#top_event .top_event .top_event_contents {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_event .top_event .top_event_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_event .top_event .top_event_contents {
    width: 90%;
  }
}
#top_event .top_event .top_event_contents .top_event_title {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#top_event .top_event .top_event_contents .top_event_title h2 {
  font-size: 1.2rem;
  line-height: 1;
}
#top_event .top_event .top_event_contents .top_event_title h2 span {
  color: #AC8858;
  font-size: 250%;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
  line-height: 1;
}
#top_event .top_event .top_event_contents .top_event_title h2 i {
  padding-right: 0.5rem;
}
#top_event .top_event .top_event_contents p {
  text-align: center;
  margin-bottom: 1rem;
}
#top_event .top_event .top_event_contents ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}
#top_event .top_event .top_event_contents ul li {
  width: 33.3333333333%;
  text-decoration: none;
  color: #666;
  display: block;
  padding-bottom: 0.4vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_event .top_event .top_event_contents ul li {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_event .top_event .top_event_contents ul li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#top_event .top_event .top_event_contents ul li a {
  color: #212121;
  padding: 1rem;
  display: block;
  text-decoration: none;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_event .top_event .top_event_contents ul li a {
    padding: 0;
  }
}
#top_event .top_event .top_event_contents ul li a:hover {
  opacity: 0.75;
}
#top_event .top_event .top_event_contents ul li a .news-img {
  height: 17vw;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #top_event .top_event .top_event_contents ul li a .news-img {
    height: 55vw;
  }
}
#top_event .top_event .top_event_contents ul li a .outline {
  padding: 1rem 0;
}
#top_event .top_event .top_event_contents ul li a .outline dl.category_style {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#top_event .top_event .top_event_contents ul li a .outline dl.category_style dd {
  font-size: 0.75rem;
  padding: 0.25rem;
  background-color: #fff;
  border: solid 1px #AC8858;
  margin-bottom: 0.5rem;
}
#top_event .top_event .top_event_contents ul li a .outline .date {
  font-size: 0.85rem;
  letter-spacing: 0.1vw;
}
@media screen and (max-width: 768px) {
  #top_event .top_event .top_event_contents ul li a .outline .title {
    padding-top: 0.5rem;
  }
}
#top_event .top_event .top_event_contents .top_contents_btn {
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top_event .top_event .top_event_contents .top_contents_btn {
    bottom: -7rem;
  }
}
#top_event .top_event .top_event_contents .top_contents_btn a {
  display: table;
  background-color: #AC8858;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 3rem;
  transition: 0.4s all;
  border: solid 1px #AC8858;
}
#top_event .top_event .top_event_contents .top_contents_btn a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #top_event .top_event .top_event_contents .top_contents_btn a {
    padding: 1rem;
  }
}

#top_blog {
  padding: 5vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_blog {
    padding: 5vw 0;
  }
}
@media screen and (max-width: 768px) {
  #top_blog {
    padding: 10vw 0;
    padding-bottom: 10vw;
  }
}
#top_blog .top_blog {
  position: relative;
}
#top_blog .top_blog .top_blog_contents {
  width: 85%;
  margin: 0 auto;
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_blog .top_blog .top_blog_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_blog .top_blog .top_blog_contents {
    width: 90%;
    padding: 1.5rem;
    flex-flow: column;
  }
}
#top_blog .top_blog .top_blog_contents .top_blog_title {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#top_blog .top_blog .top_blog_contents .top_blog_title h2 {
  font-size: 1.2rem;
  line-height: 1;
}
#top_blog .top_blog .top_blog_contents .top_blog_title h2 span {
  color: #AC8858;
  font-size: 250%;
  font-weight: 500;
  letter-spacing: 3px;
  display: block;
  line-height: 1;
}
#top_blog .top_blog .top_blog_contents .top_blog_title h2 i {
  padding-right: 0.5rem;
}
#top_blog .top_blog .top_blog_contents p {
  text-align: center;
  margin-bottom: 1rem;
}
#top_blog .top_blog .top_blog_contents ul {
  list-style: none;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_blog .top_blog .top_blog_contents ul {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_blog .top_blog .top_blog_contents ul {
    margin-bottom: 6vw;
  }
}
#top_blog .top_blog .top_blog_contents ul a {
  text-decoration: none;
  color: #666;
  display: block;
  padding: 1rem 0;
  margin-bottom: 2vw;
  border-bottom: 1px dotted #666;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_blog .top_blog .top_blog_contents ul a {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_blog .top_blog .top_blog_contents ul a {
    margin-bottom: 8vw;
  }
}
#top_blog .top_blog .top_blog_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_blog .top_blog .top_blog_contents ul a li .outline {
    display: block;
  }
}
#top_blog .top_blog .top_blog_contents ul a li .outline:hover {
  opacity: 0.6;
}
#top_blog .top_blog .top_blog_contents ul a li .outline .date {
  font-size: 0.85rem;
  letter-spacing: 0.1vw;
}
#top_blog .top_blog .top_blog_contents ul a li .outline .title {
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  #top_blog .top_blog .top_blog_contents ul a li .outline .title {
    padding-top: 0.5rem;
    padding-left: 0;
  }
}
#top_blog .top_blog .top_blog_contents .top_contents_btn {
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top_blog .top_blog .top_blog_contents .top_contents_btn {
    bottom: -7rem;
  }
}
#top_blog .top_blog .top_blog_contents .top_contents_btn a {
  display: table;
  background-color: #AC8858;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 3rem;
  transition: 0.4s all;
  border: solid 1px #AC8858;
}
#top_blog .top_blog .top_blog_contents .top_contents_btn a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #top_blog .top_blog .top_blog_contents .top_contents_btn a {
    padding: 1rem;
  }
}

#boundary_line {
  background-size: cover;
  background-position: center;
  height: 30vw;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  #boundary_line {
    height: 50vw;
    background-attachment: scroll;
  }
}

#top_about {
  overflow: hidden;
  margin-top: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about {
    margin-top: 8vw;
  }
}
#top_about .top_about {
  position: relative;
  padding: 10vw 0;
  height: 50vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about {
    height: 60vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about {
    height: auto;
  }
}
#top_about .top_about .top_about_enText {
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_enText {
    position: relative;
    top: 0%;
    right: 0%;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
}
#top_about .top_about .top_about_enText h4 {
  font-weight: 400;
  font-style: normal;
  font-size: 6vw;
  color: #AC8858;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_enText h4 {
    font-size: 3rem;
  }
}
#top_about .top_about .top_about_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents {
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents {
    height: auto;
    display: block;
  }
}
#top_about .top_about .top_about_contents .top_about_images {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_images {
    width: 100%;
  }
}
#top_about .top_about .top_about_contents .top_about_images .top_about_image01 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#top_about .top_about .top_about_contents .top_about_images .top_about_image02 {
  position: absolute;
  z-index: 10;
  top: 32%;
  left: 12%;
  width: 80%;
  height: 30vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_images .top_about_image02 {
    border-radius: 20px;
  }
}
#top_about .top_about .top_about_contents .top_about_right {
  width: 55%;
  padding: 3rem;
  background-color: rgba(233, 227, 220, 0.75);
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_right {
    position: relative;
    padding: 3rem 1.5rem;
    width: 100%;
  }
}
#top_about .top_about .top_about_contents .top_about_right h3 {
  font-size: 2vw;
  color: #90AD66;
  margin-bottom: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_right h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_right h3 {
    font-size: 1.25rem;
  }
}
#top_about .top_about .top_about_contents .top_about_right h4 {
  position: absolute;
  background-color: #AC8858;
  top: -2rem;
  right: 0;
  color: #fff;
  padding: 1rem 3rem;
}
#top_about .top_about .top_about_contents .top_about_right img {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_right img {
    border-radius: 20px;
  }
}
#top_about .top_about .top_about_contents .top_about_button {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_button {
    bottom: 4vw;
  }
}
#top_about .top_about .top_about_contents .top_about_button a {
  display: table;
  color: #fff;
  background-color: #666;
  text-decoration: none;
  padding: 1rem 3rem;
  margin: 0 auto;
}
#top_about .top_about .top_about_contents .top_about_button a i {
  padding-left: 0.5rem;
}

#top_boundary_line {
  overflow: hidden;
}
#top_boundary_line .top_boundary_line {
  overflow: hidden;
  height: 40vh;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  #top_boundary_line .top_boundary_line {
    padding: 8vw 1rem;
  }
}

#top_service {
  overflow: hidden;
}
#top_service .top_service {
  list-style: none;
  overflow: hidden;
  background-color: #fff;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #top_service .top_service {
    padding: 8vw 1rem;
  }
}
#top_service .top_service .top_service_contents {
  position: relative;
}
#top_service .top_service .top_service_contents .top_service_bg {
  content: "";
  position: absolute;
  top: 15%;
  right: 0;
  width: 60%;
  height: 20rem;
  background-color: #ebe1d7;
}
#top_service .top_service .top_service_contents .top_service_content {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  position: relative;
  color: #212121;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_content {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_content {
    width: 90%;
    margin-bottom: 8vw;
  }
}
#top_service .top_service .top_service_contents .top_service_content .top_service_text {
  width: 50%;
  position: absolute;
  top: 5rem;
  right: 0;
  padding: 5rem;
  background-color: rgba(235, 225, 215, 0.85);
}
#top_service .top_service .top_service_contents .top_service_content .top_service_text h2 {
  color: #fff;
  background-color: #AC8858;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_content .top_service_text h2 {
    font-size: 10vw;
  }
}
#top_service .top_service .top_service_contents .top_service_content .top_service_text h3 {
  font-size: 3rem;
  color: #ffffff;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_content .top_service_text h3 {
    font-size: 2rem;
  }
}
#top_service .top_service .top_service_contents .top_service_content .top_service_text p a {
  display: table;
  font-size: 1.4vw;
  color: #fff;
  background-color: #666;
  text-decoration: none;
  padding: 1rem 3rem;
  margin: 0 auto;
  transition: all 0.4s;
}
#top_service .top_service .top_service_contents .top_service_content .top_service_text p a:hover {
  opacity: 0.75;
}
#top_service .top_service .top_service_contents .top_service_content .top_service_img {
  width: 60%;
  color: #212121;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_content .top_service_img {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_content .top_service_img {
    width: 90%;
  }
}
#top_service .top_service .top_service_contents .top_service_content .top_service_img img {
  width: 100%;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#top_works {
  background-color: #efe2d4;
  overflow: hidden;
}
#top_works .top_works {
  position: relative;
  padding-bottom: 5rem;
  padding-top: 5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works {
    padding-bottom: 3rem;
  }
}
#top_works .top_works .top_works_headline h2 {
  text-align: center;
}
#top_works .top_works .top_works_headline h2 span {
  font-weight: 400;
  font-style: normal;
  font-size: 6vw;
  color: #AC8858;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_headline h2 span {
    font-size: 3rem;
  }
}
#top_works .top_works .top_works_headline p {
  text-align: center;
  margin-bottom: 3rem;
}
#top_works .top_works .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#top_works .top_works .scroll-infinity__wrap .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
#top_works .top_works .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item {
  width: 25vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item {
    width: 50vw;
  }
}
#top_works .top_works .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item a {
  display: block;
  padding: 0 1rem;
  text-decoration: none;
}
#top_works .top_works .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item a h4 {
  text-align: center;
  padding: 0.5rem 0;
  color: #fff;
  background-color: #666666;
}
#top_works .top_works .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item a .thumb {
  position: relative;
}
#top_works .top_works .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item a .thumb span {
  position: absolute;
  font-size: 1.5rem;
  width: 100%;
  height: auto;
  color: #fff;
  top: 8vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item a .thumb span {
    width: 50vw;
  }
}
#top_works .top_works .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item a .thumb img {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .scroll-infinity__wrap .scroll-infinity__list .scroll-infinity__item a .thumb img {
    height: 30vw;
  }
}
#top_works .top_works .scroll-infinity__wrap .scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
#top_works .top_works .top_works_contents {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin: 3rem;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents {
    width: 90%;
    margin: 0 auto !important;
  }
}
#top_works .top_works .top_works_contents:hover .top_works_link {
  animation-play-state: paused;
}
#top_works .top_works .top_contents_btn {
  display: flex;
  text-align: center;
  margin: 3rem auto 0 auto;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_contents_btn {
    bottom: -7rem;
  }
}
#top_works .top_works .top_contents_btn a {
  display: table;
  background-color: #AC8858;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 3rem;
  transition: 0.4s all;
  border: solid 1px #AC8858;
}
#top_works .top_works .top_contents_btn a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_contents_btn a {
    padding: 1rem;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#top_flex {
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 5vw;
}
#top_flex .top_flex {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_flex .top_flex {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex {
    flex-flow: column;
  }
}
#top_flex .top_flex .top_tile {
  width: 48%;
  box-shadow: 0 0 5px #878787;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_tile {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#top_flex .top_flex .top_tile .top_tile_image {
  width: 100%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_tile .top_tile_image {
    height: 50vw;
  }
}
#top_flex .top_flex .top_tile .top_tile_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_flex .top_flex .top_tile .top_tile_contents {
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_tile .top_tile_contents {
    padding: 6vw 4vw;
  }
}
#top_flex .top_flex .top_tile .top_tile_contents h2 {
  text-align: center;
  color: #144374;
  margin-bottom: 2vw;
}
#top_flex .top_flex .top_tile .top_tile_contents p {
  text-align: left;
  color: #212121;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_tile .top_tile_contents p {
    margin-bottom: 5vw;
  }
}
#top_flex .top_flex .top_tile .top_tile_contents .btn {
  text-align: center;
}
#top_flex .top_flex .top_tile .top_tile_contents .btn a button {
  border: none;
  background-color: #fff;
  padding: 1vw 4vw;
  transition: all 0.4s;
  cursor: pointer;
  border: solid 1px #144374;
  margin-top: 2vw;
  cursor: pointer;
}
#top_flex .top_flex .top_tile .top_tile_contents .btn a button:hover {
  background-color: #144374;
  color: #fff;
}
#top_flex .top_flex .top_tile .top_tile_contents .btn a button i {
  margin-left: 2vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_tile .top_tile_contents .btn a button {
    padding: 3vw 8vw;
  }
}
#top_flex .top_flex .top_exterior {
  width: 48%;
  box-shadow: 0 0 5px #878787;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_exterior {
    width: 100%;
  }
}
#top_flex .top_flex .top_exterior .top_exterior_image {
  width: 100%;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_exterior .top_exterior_image {
    height: 50vw;
  }
}
#top_flex .top_flex .top_exterior .top_exterior_image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_flex .top_flex .top_exterior .top_exterior_contents {
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_exterior .top_exterior_contents {
    padding: 6vw 4vw;
  }
}
#top_flex .top_flex .top_exterior .top_exterior_contents h2 {
  text-align: center;
  color: #144374;
  margin-bottom: 2vw;
}
#top_flex .top_flex .top_exterior .top_exterior_contents p {
  text-align: left;
  color: #212121;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_exterior .top_exterior_contents p {
    margin-bottom: 5vw;
  }
}
#top_flex .top_flex .top_exterior .top_exterior_contents .btn {
  text-align: center;
}
#top_flex .top_flex .top_exterior .top_exterior_contents .btn a button {
  border: none;
  background-color: #fff;
  padding: 1vw 4vw;
  transition: all 0.4s;
  cursor: pointer;
  border: solid 1px #144374;
  margin-top: 2vw;
}
#top_flex .top_flex .top_exterior .top_exterior_contents .btn a button:hover {
  background-color: #144374;
  color: #fff;
}
#top_flex .top_flex .top_exterior .top_exterior_contents .btn a button i {
  margin-left: 2vw;
}
@media screen and (max-width: 768px) {
  #top_flex .top_flex .top_exterior .top_exterior_contents .btn a button {
    padding: 3vw 8vw;
  }
}

.prev, .next {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.75);
  color: #6D8753;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.prev {
  left: 5px;
}

.next {
  right: 5px;
}

.accordion-container {
  margin: 50px auto 0;
  width: 60%;
  text-align: start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .accordion-container {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .accordion-container {
    width: 90%;
  }
}
.accordion-container .more {
  position: relative;
  width: 20%;
  margin: 4vw auto;
  color: #fff;
}
.accordion-container .more::after {
  position: absolute;
  content: "+";
  top: 50%;
  right: 5%;
  color: #fff;
  transform: translate(0, -50%);
}
.accordion-container .more_contents {
  display: none;
}

#top_banner {
  overflow: hidden;
}
#top_banner .top_banner {
  width: 85%;
  margin: 5rem auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_banner .top_banner {
    width: 90%;
  }
}
#top_banner .top_banner .top_banner_contents {
  position: relative;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #top_banner .top_banner .top_banner_contents {
    display: block;
    margin-bottom: 8vw;
  }
}
#top_banner .top_banner .top_banner_contents li {
  width: 48%;
  background-color: #113152;
}
@media screen and (max-width: 768px) {
  #top_banner .top_banner .top_banner_contents li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#top_banner .top_banner .top_banner_contents li a {
  position: relative;
  color: #212121;
  text-decoration: none;
  width: 100%;
  height: 400px;
  display: block;
  background-size: cover;
  background-position: center;
  transition: all 0.4s;
}
#top_banner .top_banner .top_banner_contents li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  transition: all 0.4s;
}
#top_banner .top_banner .top_banner_contents li a:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_banner .top_banner .top_banner_contents li a {
    height: 25vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_banner .top_banner .top_banner_contents li a {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #top_banner .top_banner .top_banner_contents li a {
    height: 50vw;
  }
}
#top_banner .top_banner .top_banner_contents li a .top_banner_content {
  width: 90%;
  padding: 1.5rem;
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
}
#top_banner .top_banner .top_banner_contents li a .top_banner_content h2 {
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  #top_banner .top_banner .top_banner_contents li a .top_banner_content h2 {
    font-size: 1.2rem;
  }
}
#top_banner .top_banner .top_banner_contents li a .top_banner_content h2 span {
  font-size: 1.5vw;
  display: block;
}
@media screen and (max-width: 768px) {
  #top_banner .top_banner .top_banner_contents li a .top_banner_content h2 span {
    font-size: 1rem;
  }
}
#top_banner .top_banner .top_banner_contents li a .top_banner_content p {
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_banner .top_banner .top_banner_contents li a .top_banner_content p {
    font-size: 1.15vw;
  }
}
@media screen and (max-width: 768px) {
  #top_banner .top_banner .top_banner_contents li a .top_banner_content p {
    font-size: 0.8rem;
  }
}
#top_banner .top_banner .btn {
  text-align: center;
}
#top_banner .top_banner .btn a button {
  border: none;
  background-color: #fff;
  padding: 1vw 4vw;
  transition: all 0.4s;
  cursor: pointer;
  border: solid 1px #144374;
  margin-top: 2vw;
}
#top_banner .top_banner .btn a button:hover {
  background-color: #144374;
  color: #fff;
}
#top_banner .top_banner .btn a button i {
  margin-left: 2vw;
}
@media screen and (max-width: 768px) {
  #top_banner .top_banner .btn a button {
    padding: 3vw 8vw;
  }
}

#top_btnbanner {
  overflow: hidden;
}
#top_btnbanner .top_btnbanner {
  width: 85%;
  margin: 2rem auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_btnbanner .top_btnbanner {
    width: 90%;
  }
}
#top_btnbanner .top_btnbanner a {
  width: 40%;
  text-decoration: none;
  color: #5D310C;
  margin: 0 auto;
  display: table;
  background-color: #fff;
  padding: 0.5rem;
  transition: all 0.4s;
  cursor: pointer;
  border: solid 1px #5D310C;
}
#top_btnbanner .top_btnbanner a:hover {
  opacity: 0.75;
}
#top_btnbanner .top_btnbanner a img {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_btnbanner .top_btnbanner a {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #top_btnbanner .top_btnbanner a {
    width: 75%;
  }
}

#archive_blog {
  padding: 5vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #archive_blog {
    padding: 5vw 0;
  }
}
@media screen and (max-width: 768px) {
  #archive_blog {
    padding: 10vw 0;
    padding-bottom: 10vw;
  }
}
#archive_blog .archive_blog {
  position: relative;
}
#archive_blog .archive_blog .archive_blog_contents {
  width: 85%;
  margin: 0 auto;
  padding: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #archive_blog .archive_blog .archive_blog_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #archive_blog .archive_blog .archive_blog_contents {
    width: 90%;
    padding: 1.5rem;
    flex-flow: column;
  }
}
#archive_blog .archive_blog .archive_blog_contents .archive_blog_title {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#archive_blog .archive_blog .archive_blog_contents .archive_blog_title h2 {
  font-size: 1.2rem;
}
#archive_blog .archive_blog .archive_blog_contents .archive_blog_title h2 span {
  color: #AC8858;
  font-size: 250%;
  font-weight: 500;
  letter-spacing: 5px;
  display: block;
}
#archive_blog .archive_blog .archive_blog_contents .archive_blog_title h2 i {
  padding-right: 0.5rem;
}
#archive_blog .archive_blog .archive_blog_contents ul {
  list-style: none;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #archive_blog .archive_blog .archive_blog_contents ul {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #archive_blog .archive_blog .archive_blog_contents ul {
    margin-bottom: 6vw;
  }
}
#archive_blog .archive_blog .archive_blog_contents ul a {
  text-decoration: none;
  color: #666;
  display: block;
  padding: 1rem 0;
  margin-bottom: 2vw;
  border-bottom: 1px dotted #666;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #archive_blog .archive_blog .archive_blog_contents ul a {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #archive_blog .archive_blog .archive_blog_contents ul a {
    margin-bottom: 8vw;
  }
}
#archive_blog .archive_blog .archive_blog_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #archive_blog .archive_blog .archive_blog_contents ul a li .outline {
    display: block;
  }
}
#archive_blog .archive_blog .archive_blog_contents ul a li .outline:hover {
  opacity: 0.6;
}
#archive_blog .archive_blog .archive_blog_contents ul a li .outline .date {
  font-size: 0.85rem;
  letter-spacing: 0.1vw;
}
#archive_blog .archive_blog .archive_blog_contents ul a li .outline .title {
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  #archive_blog .archive_blog .archive_blog_contents ul a li .outline .title {
    padding-top: 0.5rem;
    padding-left: 0;
  }
}
#archive_blog .archive_blog .archive_blog_contents .archive_contents_btn {
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #archive_blog .archive_blog .archive_blog_contents .archive_contents_btn {
    bottom: -7rem;
  }
}
#archive_blog .archive_blog .archive_blog_contents .archive_contents_btn a {
  display: table;
  background-color: #AC8858;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 3rem;
  transition: 0.4s all;
  border: solid 1px #AC8858;
}
#archive_blog .archive_blog .archive_blog_contents .archive_contents_btn a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #archive_blog .archive_blog .archive_blog_contents .archive_contents_btn a {
    padding: 1rem;
  }
}

#archive_event {
  padding: 5vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #archive_event {
    padding: 5vw 0;
  }
}
@media screen and (max-width: 768px) {
  #archive_event {
    padding: 5vw 0;
    padding-bottom: 10vw;
  }
}
#archive_event .archive_event {
  padding: 5vw 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #archive_event .archive_event {
    padding: 3rem 0;
  }
}
#archive_event .archive_event .archive_event_contents {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #archive_event .archive_event .archive_event_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #archive_event .archive_event .archive_event_contents {
    width: 90%;
  }
}
#archive_event .archive_event .archive_event_contents .archive_event_title {
  text-align: center;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#archive_event .archive_event .archive_event_contents .archive_event_title h2 {
  font-size: 1.2rem;
}
#archive_event .archive_event .archive_event_contents .archive_event_title h2 span {
  color: #AC8858;
  font-size: 250%;
  font-weight: 500;
  letter-spacing: 5px;
  display: block;
}
#archive_event .archive_event .archive_event_contents .archive_event_title h2 i {
  padding-right: 0.5rem;
}
#archive_event .archive_event .archive_event_contents ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}
#archive_event .archive_event .archive_event_contents ul li {
  width: 33.3333333333%;
  text-decoration: none;
  color: #666;
  display: block;
  padding-bottom: 0.4vw;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #archive_event .archive_event .archive_event_contents ul li {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #archive_event .archive_event .archive_event_contents ul li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#archive_event .archive_event .archive_event_contents ul li a {
  color: #212121;
  padding: 1rem;
  display: block;
  text-decoration: none;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #archive_event .archive_event .archive_event_contents ul li a {
    padding: 0;
  }
}
#archive_event .archive_event .archive_event_contents ul li a:hover {
  opacity: 0.75;
}
#archive_event .archive_event .archive_event_contents ul li a .news-img {
  height: 17vw;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #archive_event .archive_event .archive_event_contents ul li a .news-img {
    height: 55vw;
  }
}
#archive_event .archive_event .archive_event_contents ul li a .outline {
  padding: 1rem 0;
}
#archive_event .archive_event .archive_event_contents ul li a .outline dl.category_style {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#archive_event .archive_event .archive_event_contents ul li a .outline dl.category_style dd {
  font-size: 0.75rem;
  padding: 0.25rem;
  background-color: #fff;
  border: solid 1px #AC8858;
  margin-bottom: 0.5rem;
}
#archive_event .archive_event .archive_event_contents ul li a .outline .date {
  font-size: 0.85rem;
  letter-spacing: 0.1vw;
}
@media screen and (max-width: 768px) {
  #archive_event .archive_event .archive_event_contents ul li a .outline .title {
    padding-top: 0.5rem;
  }
}
#archive_event .archive_event .archive_event_contents .archive_contents_btn {
  display: flex;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #archive_event .archive_event .archive_event_contents .archive_contents_btn {
    bottom: -7rem;
  }
}
#archive_event .archive_event .archive_event_contents .archive_contents_btn a {
  display: table;
  background-color: #AC8858;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 3rem;
  transition: 0.4s all;
  border: solid 1px #AC8858;
}
#archive_event .archive_event .archive_event_contents .archive_contents_btn a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #archive_event .archive_event .archive_event_contents .archive_contents_btn a {
    padding: 1rem;
  }
}

.navigation {
  display: block;
  text-align: center;
}

#archive_works {
  overflow: hidden;
}
#archive_works .archive_works {
  width: 85%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 5rem;
  padding-top: 5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #archive_works .archive_works {
    width: 90%;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #archive_works .archive_works {
    width: 90%;
    padding-bottom: 3rem;
  }
}
#archive_works .archive_works .archive_works_headline h2 {
  text-align: center;
}
#archive_works .archive_works .archive_works_headline h2 span {
  font-weight: 400;
  font-style: normal;
  font-size: 6vw;
  color: #AC8858;
}
@media screen and (max-width: 768px) {
  #archive_works .archive_works .archive_works_headline h2 span {
    font-size: 3rem;
  }
}
#archive_works .archive_works .archive_works_headline p {
  text-align: center;
  margin-bottom: 3rem;
}
#archive_works .archive_works .scroll-infinity__wrap ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
#archive_works .archive_works .scroll-infinity__wrap ul .scroll-infinity__item {
  width: 33.3333333333%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #archive_works .archive_works .scroll-infinity__wrap ul .scroll-infinity__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  #archive_works .archive_works .scroll-infinity__wrap ul .scroll-infinity__item {
    width: 50%;
  }
}
#archive_works .archive_works .scroll-infinity__wrap ul .scroll-infinity__item a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  transition: 0.4s all;
}
#archive_works .archive_works .scroll-infinity__wrap ul .scroll-infinity__item a:hover {
  opacity: 0.75;
}
#archive_works .archive_works .scroll-infinity__wrap ul .scroll-infinity__item a h4 {
  color: #5D310C;
  padding: 0.5rem 0;
  border-bottom: solid 1px #5D310C;
}
#archive_works .archive_works .scroll-infinity__wrap ul .scroll-infinity__item a .thumb {
  position: relative;
}
#archive_works .archive_works .scroll-infinity__wrap ul .scroll-infinity__item a .thumb span {
  position: absolute;
  font-size: 1.5rem;
  width: 100%;
  height: auto;
  color: #fff;
  top: 8vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #archive_works .archive_works .scroll-infinity__wrap ul .scroll-infinity__item a .thumb span {
    width: 50vw;
  }
}
#archive_works .archive_works .scroll-infinity__wrap ul .scroll-infinity__item a .thumb img {
  width: 100%;
  height: 20vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #archive_works .archive_works .scroll-infinity__wrap ul .scroll-infinity__item a .thumb img {
    height: 30vw;
  }
}
#archive_works .archive_works .scroll-infinity__wrap .scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
#archive_works .archive_works .archive_works_contents {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin: 3rem;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #archive_works .archive_works .archive_works_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #archive_works .archive_works .archive_works_contents {
    width: 90%;
    margin: 0 auto !important;
  }
}
#archive_works .archive_works .archive_works_contents:hover .archive_works_link {
  animation-play-state: paused;
}
#archive_works .archive_works .archive_contents_btn {
  display: flex;
  text-align: center;
  margin: 3rem auto 0 auto;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #archive_works .archive_works .archive_contents_btn {
    bottom: -7rem;
  }
}
#archive_works .archive_works .archive_contents_btn a {
  display: table;
  background-color: #AC8858;
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 3rem;
  transition: 0.4s all;
  border: solid 1px #AC8858;
}
#archive_works .archive_works .archive_contents_btn a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #archive_works .archive_works .archive_contents_btn a {
    padding: 1rem;
  }
}

#news_single .news .news_contents {
  background-color: #666;
  padding: 8vw 0;
}
#news_single .news .news_contents .news_content ul {
  width: 90%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul {
    width: 95%;
  }
}
#news_single .news .news_contents .news_content ul li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li {
    flex-flow: column;
  }
}
#news_single .news .news_contents .news_content ul li .list_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left {
    width: 90%;
    margin: auto;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .thumb {
  width: 100%;
  height: 30vw;
  position: relative;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left .thumb {
    height: 50vw;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news_single .news .news_contents .news_content ul li .list_left .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
}
#news_single .news .news_contents .news_content ul li .list_left .images {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left .images {
    margin-bottom: 4vw;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .images div {
  width: 48%;
  height: 14vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .list_left .images div {
    height: 30vw;
  }
}
#news_single .news .news_contents .news_content ul li .list_left .images div:nth-child(odd) {
  margin-right: 1vw;
}
#news_single .news .news_contents .news_content ul li .list_left .images div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news_single .news .news_contents .news_content ul li .outline {
  width: 48%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news .news_contents .news_content ul li .outline {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .outline {
    width: 90%;
    margin: auto;
  }
}
#news_single .news .news_contents .news_content ul li .outline .outline_title {
  width: 100%;
}
#news_single .news .news_contents .news_content ul li .outline .outline_title .title {
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #333;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 768px) {
  #news_single .news .news_contents .news_content ul li .outline .outline_title .title {
    font-size: 3.6vw;
  }
}

#property_single .property .property_contents {
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents {
    padding: 12vw 0;
  }
}
#property_single .property .property_contents .property_content ul {
  width: 90%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul {
    width: 95%;
  }
}
#property_single .property .property_contents .property_content ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li {
    flex-flow: column;
  }
}
#property_single .property .property_contents .property_content ul li .list_left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left {
    width: 90%;
    margin: auto;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .thumb {
  width: 100%;
  height: 30vw;
  position: relative;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .thumb {
    height: 50vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#property_single .property .property_contents .property_content ul li .list_left .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
}
#property_single .property .property_contents .property_content ul li .list_left .images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .images {
    margin-bottom: 4vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .images div {
  width: 48%;
  height: 14vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .images div {
    height: 30vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .images div:nth-child(odd) {
  margin-right: 1vw;
}
#property_single .property .property_contents .property_content ul li .list_left .images div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#property_single .property .property_contents .property_content ul li .outline {
  width: 48%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline {
    width: 90%;
    margin: auto;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .title {
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #666;
  border-bottom: 2px solid #666;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .title {
    font-size: 3.6vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .category {
    margin-bottom: 8vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul {
  display: flex;
  justify-content: flex-start;
  width: 100% !important;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li {
  width: auto;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li {
    width: auto;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li {
    width: auto;
    padding: 1.5vw 1vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:first-child {
  background-color: #649BB4;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:nth-child(2) {
  background-color: #10C695;
}
#property_single .property .property_contents .property_content ul li .outline .outline_title .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#property_single .property .property_contents .property_content ul li .outline .property_table {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .property_table table {
  width: 100%;
}
#property_single .property .property_contents .property_content ul li .outline .property_table table tr th, #property_single .property .property_contents .property_content ul li .outline .property_table table tr td {
  padding: 1.5vw;
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .outline .property_table table tr th, #property_single .property .property_contents .property_content ul li .outline .property_table table tr td {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .outline .property_table table tr th, #property_single .property .property_contents .property_content ul li .outline .property_table table tr td {
    font-size: 3.3vw;
  }
}
#property_single .property .property_contents .property_content ul li .outline .property_table table tr th {
  background-color: #666;
  color: #fff;
  font-weight: 600;
}

#property_single .property .property_contents {
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents {
    padding: 12vw 0;
  }
}
#property_single .property .property_contents .property_content ul {
  width: 90%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul {
    width: 95%;
  }
}
#property_single .property .property_contents .property_content ul .outline_title {
  width: 100%;
}
#property_single .property .property_contents .property_content ul .outline_title .title {
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #666;
  border-bottom: 2px solid #666;
}
#property_single .property .property_contents .property_content ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li {
    flex-flow: column;
  }
}
#property_single .property .property_contents .property_content ul li .list_left {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left {
    width: 90%;
    margin: auto;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .thumb {
  width: 100%;
  height: 30vw;
  position: relative;
  margin-bottom: 1vw;
  display: block;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .thumb {
    height: 50vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#property_single .property .property_contents .property_content ul li .list_left .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center;
  color: #fff;
}
#property_single .property .property_contents .property_content ul li .list_left .outline {
  width: 48%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .list_left .outline {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .outline {
    width: 90%;
    margin: auto;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .outline .category {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .outline .category {
    margin-bottom: 8vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .outline .category ul {
  display: flex;
  justify-content: flex-start;
  width: 100% !important;
}
#property_single .property .property_contents .property_content ul li .list_left .outline .category ul li {
  width: auto;
  text-align: center;
  padding: 0.4vw;
  color: #fff;
  margin-right: 0.8vw;
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #property_single .property .property_contents .property_content ul li .list_left .outline .category ul li {
    width: auto;
    padding: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .list_left .outline .category ul li {
    width: auto;
    padding: 1.5vw 1vw;
  }
}
#property_single .property .property_contents .property_content ul li .list_left .outline .category ul li:first-child {
  background-color: #649BB4;
}
#property_single .property .property_contents .property_content ul li .list_left .outline .category ul li:nth-child(2) {
  background-color: #10C695;
}
#property_single .property .property_contents .property_content ul li .list_left .outline .category ul li:nth-child(3) {
  background-color: #e05a00;
}
#property_single .property .property_contents .property_content ul li .images {
  width: 48%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .images {
    margin-bottom: 4vw;
  }
}
#property_single .property .property_contents .property_content ul li .images a {
  width: 31%;
  height: 14vw;
  margin-bottom: 1vw;
  display: block;
}
@media screen and (max-width: 768px) {
  #property_single .property .property_contents .property_content ul li .images a {
    height: 50vw;
  }
}
#property_single .property .property_contents .property_content ul li .images a:nth-child(odd) {
  margin-right: 1vw;
}
#property_single .property .property_contents .property_content ul li .images a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#company .company {
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #company .company {
    padding: 12vw 0;
  }
}
#company .company .company_title {
  text-align: center;
  margin-bottom: 2vw;
}
#company .company .company_contents table {
  width: 75%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table {
    width: 95vw;
  }
}
#company .company .company_contents table tr:nth-child(even) {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#company .company .company_contents table tr th, #company .company .company_contents table tr td {
  padding: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    padding: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    padding: 8vw 4vw;
    text-align: start;
  }
}
#company .company .company_contents table tr th {
  width: 30%;
  color: #666;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#company .company .company_contents table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}
#company .greeting {
  margin: 8vw 0;
}
@media screen and (max-width: 768px) {
  #company .greeting {
    margin: 16vw 0;
  }
}
#company .greeting .greeting_title {
  text-align: center;
  margin-bottom: 2vw;
}
#company .greeting .greeting_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents {
    width: 90%;
    flex-flow: column;
  }
}
#company .greeting .greeting_contents .greeting_text {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_text {
    width: 100%;
    padding-top: 2rem;
  }
}
#company .greeting .greeting_contents .greeting_text p {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .greeting .greeting_contents .greeting_text p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_text p {
    font-size: 3.3vw;
  }
}
#company .greeting .greeting_contents .greeting_image {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #company .greeting .greeting_contents .greeting_image {
    width: 100%;
  }
}
#company .greeting .greeting_contents .greeting_image img {
  width: 100%;
  border-radius: 50px;
}
#company .philosophy {
  background-color: #f1f1f1;
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .philosophy {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #company .philosophy {
    padding: 12vw 0;
  }
}
#company .philosophy .philosophy_title {
  text-align: center;
  margin-bottom: 2vw;
}
#company .philosophy .philosophy_contents table {
  width: 60%;
  margin: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .philosophy .philosophy_contents table {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table {
    width: 95vw;
  }
}
#company .philosophy .philosophy_contents table tr:nth-child(even) {
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#company .philosophy .philosophy_contents table tr th, #company .philosophy .philosophy_contents table tr td {
  padding: 1.5vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .philosophy .philosophy_contents table tr th, #company .philosophy .philosophy_contents table tr td {
    padding: 2vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr th, #company .philosophy .philosophy_contents table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
  }
}
#company .philosophy .philosophy_contents table tr th {
  width: 30%;
  color: #333;
  background-color: #333;
  color: #666;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#company .philosophy .philosophy_contents table tr td {
  width: 70%;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 768px) {
  #company .philosophy .philosophy_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}

html {
  scroll-behavior: smooth;
}

.commitment {
  padding: 80px 20px;
  background: #f8f8f8;
}
.commitment .commitment_p {
  text-align: center;
}

.container {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .container {
    width: 80%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

.section-title {
  text-align: center;
  font-size: 28px;
  color: #5D310C;
  margin-bottom: 50px;
  letter-spacing: 2px;
}

/* アコーディオン */
.accordion {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
  margin: 1rem 0;
  padding: 2rem 0;
}
.accordion-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(93, 48, 12, 0.75);
  border-radius: 1rem;
}
.accordion-header span {
  position: relative;
  padding: 0 2rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .accordion-header span {
    padding: 0 1rem;
  }
}

.accordion-content {
  transition: max-height 0.4s ease;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .accordion-content {
    padding: 0;
  }
}
.accordion-content .accordion-content_ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1rem 0;
  list-style: none;
}
.accordion-content .accordion-content_ul li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .accordion-content .accordion-content_ul li {
    width: 100%;
  }
}
.accordion-content .accordion-content_ul li a {
  padding: 0.5rem 0;
  color: #5d310c;
  text-align: center;
  display: block;
  text-decoration: none;
  border-left: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  .accordion-content .accordion-content_ul li a {
    border-radius: 1rem;
    margin: 0.5rem 0;
    background-color: #efe7e1;
    border-left: solid 1px transparent;
  }
}
.accordion-content .accordion-content_ul li:last-child {
  border-right: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  .accordion-content .accordion-content_ul li:last-child {
    border-right: solid 1px transparent;
  }
}
.accordion-content .accordion-group {
  margin: 2rem 0 3rem 0;
}
.accordion-content .accordion-group .flex-box2 {
  display: flex;
  gap: 30px;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .accordion-content .accordion-group .flex-box2 {
    flex-direction: column;
  }
}
.accordion-content .accordion-group .flex-box2 .img01 {
  flex: 1;
}
.accordion-content .accordion-group .flex-box2 .img01 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.accordion-content .accordion-group h4 {
  color: #5D310C;
  padding-left: 12px;
  margin-bottom: 1rem;
  border-left: 4px solid #5D310C;
  font-weight: bold;
}
.accordion-content .reverse {
  flex-direction: row-reverse;
}
.accordion-content .flex-box {
  display: flex;
  gap: 30px;
  margin: 3rem 0;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .accordion-content .flex-box {
    flex-direction: column;
  }
}
.accordion-content .flex-box .text {
  flex: 2;
}
.accordion-content .flex-box .text h4 {
  color: #5D310C;
  padding-left: 12px;
  margin-bottom: 1rem;
  border-left: 4px solid #5D310C;
  font-weight: bold;
}
.accordion-content .flex-box .image {
  flex: 1;
}
.accordion-content .flex-box .image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.inner {
  margin: 3rem 0 0 0;
}

/* 見出し */
.section-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}

/* 各ブロック */
.taishin-block {
  margin-bottom: 50px;
}

.taishin-block h4 {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
}

.taishin-block p {
  line-height: 1.9;
  color: #444;
}

.taishin-block p a {
  color: #5D310C;
}

/* 画像 */
.image-box {
  margin-bottom: 20px;
}

#service04_01 .image-box img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #service04_01 .image-box img {
    width: 100%;
  }
}

#service04_02 .image-box img {
  width: 80%;
}

#service04_03 .image-box img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #service04_03 .image-box img {
    width: 100%;
  }
}

#service04_04 .image-box img {
  width: 100%;
}

#service04_05 .image-box img {
  width: 100%;
}

.image-box img {
  margin: 0 auto;
  height: auto;
  display: block;
}

/* 強調ブロック */
.taishin-block.highlight {
  background: #fff;
  padding: 25px;
  border-left: 5px solid #000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.taishin-block.highlight p {
  font-weight: bold;
  font-size: 18px;
}

/* リンク */
.taishin a {
  color: #0073aa;
  text-decoration: underline;
}

#about-us01,
#about-us02,
#about-us03,
#about-us04,
#service04_01,
#service04_02,
#service04_03,
#service04_04,
#service04_05 {
  scroll-margin-top: 10vw;
}

.contact_form {
  width: 70%;
  margin: auto;
  padding: 40px;
  color: #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact_form {
    width: 90%;
    padding: 10px;
  }
}
.contact_form h2 {
  text-align: center;
  color: #666;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .contact_form h2 {
    margin-bottom: 4vw;
  }
}
.contact_form .contact_text {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact_form .contact_text {
    margin-bottom: 20px;
  }
}
.contact_form .form {
  width: 100%;
  margin-bottom: 8vw;
}
.contact_form .form .wpcf7 {
  background-color: #fff;
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
.contact_form .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333333;
}
.contact_form .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
.contact_form .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
.contact_form .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
.contact_form .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #333333;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
.contact_form .form .wpcf7 label.policy {
  text-align: center;
}
.contact_form .form .wpcf7 label.policy input {
  width: auto;
}
.contact_form .form .wpcf7 .wpcf7 input[type=url], .contact_form .form .wpcf7 .wpcf7 input[type=email], .contact_form .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
.contact_form .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #666;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  margin: auto 10%;
  font-size: 120%;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
}
.contact_form .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
.contact_form .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333333;
  font-weight: 600;
}

.policy_contents {
  width: 80%;
  margin: auto;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
    margin-top: 60px;
  }
}
.policy_contents h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .policy_contents h2 {
    font-size: 15px;
  }
}
.policy_contents p {
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .policy_contents p {
    font-size: 10px;
  }
}

.footer_contact {
  position: relative;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_menu {
    display: none;
  }
}
.footer_contact .footer_menu ul {
  width: 85%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_menu ul {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_menu ul {
    width: 100%;
  }
}
.footer_contact .footer_menu ul li {
  text-align: center;
  margin: 2vw 0;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_menu ul li {
    width: 33.3333333333%;
    margin-bottom: 4vw;
  }
}
.footer_contact .footer_menu ul li a {
  font-weight: 600;
  text-decoration: none;
  color: #212121;
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_menu ul li a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_menu ul li a {
    font-size: 3vw;
  }
}
.footer_contact .footer_menu ul .footer_menu_left {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_menu ul .footer_menu_left {
    width: 100%;
  }
}
.footer_contact .footer_contact_contents {
  background-position: center;
  background-size: cover;
  width: 100%;
}
.footer_contact .footer_contact_contents:hover::after {
  width: 100%;
  height: 100%;
}
.footer_contact .footer_contact_contents .footer_contact_center {
  background: #ffffff;
}
.footer_contact .footer_contact_text {
  text-align: center;
  pointer-events: none;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_text {
    width: 95%;
    margin: auto;
    padding: 2rem 0;
  }
}
.footer_contact .footer_contact_text h2 {
  color: #AC8858;
  font-size: 3rem;
}
.footer_contact .footer_contact_text p {
  margin-top: 2vw;
}
.footer_contact .footer_contact_text p i {
  font-size: 4vw;
}
.footer_contact .contact_flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  z-index: 100;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex {
    flex-flow: column;
  }
}
.footer_contact .contact_flex .tel {
  width: 50%;
  padding: 3rem 0;
  text-align: center;
  background-color: #AC8858;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel {
    width: 100%;
    border: none;
  }
}
.footer_contact .contact_flex .tel h4 {
  color: #fff;
  margin-top: 1.2vw;
  margin-bottom: 0.5vw;
}
.footer_contact .contact_flex .tel a {
  text-decoration: none;
  color: #fff;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel a {
    font-size: 4.8vw;
  }
}
.footer_contact .contact_flex .tel i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .tel i {
    margin-right: 2.5vw;
  }
}
.footer_contact .contact_flex .form {
  width: 50%;
  display: grid;
  text-align: center;
  padding: 3rem 0;
  background-color: rgba(172, 136, 88, 0.75);
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form {
    width: 100%;
  }
}
.footer_contact .contact_flex .form p {
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form p {
    margin-bottom: 3vw;
  }
}
.footer_contact .contact_flex .form i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form i {
    margin-right: 2.5vw;
  }
}
.footer_contact .contact_flex .form a button {
  width: 75%;
  font-size: 120%;
  font-weight: 600;
  padding: 0.8vw 5vw;
  border: none;
  background: #fff;
  color: rgba(172, 136, 88, 0.75);
  transition: all 0.4s;
  font-size: 1.2vw;
  border-radius: 1rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .contact_flex .form a button {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .contact_flex .form a button {
    font-size: 2.8vw;
    padding: 3vw 8vw;
  }
}
.footer_contact .contact_flex .form a button:hover {
  opacity: 0.75;
  border: none;
}

footer {
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 5vw 0;
  }
}
footer .footer_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents {
    width: 90%;
    flex-flow: column;
  }
}
footer .footer_contents .footer_left {
  width: 200px;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left {
    width: 100%;
  }
}
footer .footer_contents .footer_left .footer_logo {
  width: auto;
  text-align: end;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_left .footer_logo {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
}
footer .footer_contents .footer_left .footer_logo img {
  width: 100%;
}
footer .footer_contents .footer_right {
  width: auto;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right {
    width: 100%;
    height: auto;
  }
}
footer .footer_contents .footer_right .footer_company_text {
  color: #333;
}
footer .footer_contents .footer_right .footer_company_text h4 {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right .footer_company_text {
    text-align: center;
    margin-bottom: 2vw;
  }
}
footer .footer_contents .footer_right .footer_map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer_contents .footer_right .footer_map iframe {
    height: 100%;
  }
}
footer .copy_right {
  text-align: center;
  color: #333;
  margin-top: 2vw;
  margin-bottom: 1vw;
}
footer .copy_right p {
  font-size: 0.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copy_right p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copy_right p {
    font-size: 2vw;
  }
}/*# sourceMappingURL=style.css.map */