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

body {
  background-color: #000;
  letter-spacing: 0.2vw;
}

html {
  font-size: 62.5%;
}

@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;
  }
}

.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;
  }
}

.title {
  color: #BA2D28;
  margin-bottom: 2vw;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .title {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 7vw;
  }
}

.headline {
  text-align: center;
  margin-bottom: 4vw;
}
.headline p {
  color: #fff;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .headline p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .headline p {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .headline {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .headline {
    margin-bottom: 8vw;
  }
}

p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 2.5vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

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

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4vw;
  }
}

h5 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3.5vw;
  }
}

header {
  z-index: 99999999;
  width: 100vw;
  position: fixed;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 2vw;
  overflow: hidden;
  background-color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  height: 80%;
  padding: 0.5vw;
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_menu .main_menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
}
header #header_pc .header_menu .main_menu > li:first-child a {
  border: none;
}
header #header_pc .header_menu .main_menu > li:last-child a {
  border: none;
}
header #header_pc .header_menu .main_menu > li > a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
header #header_pc .header_menu .main_menu > li > a i {
  font-size: 2vw;
}
header #header_pc .header_menu .main_menu > li > a button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  border-radius: 50px;
  background-color: #596E60;
  color: #fff;
  border: none;
  font-family: "Shippori Mincho B1", serif;
}
header #header_pc .header_menu .main_menu > li > a button span {
  font-size: 1vw;
  margin-right: 1vw;
  font-family: "Cormorant Garamond", serif !important;
}
header #header_pc .header_menu .main_menu > li > a button span {
  display: block;
}
header #header_pc .header_menu .main_menu > li > a button span:first-child {
  font-size: 0.6vw;
}
header #header_pc .header_menu .main_menu > li > a button span:last-child {
  font-size: 1.2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
header #header_pc .header_menu .main_menu > li > a button span:last-child i {
  margin-right: 0.5vw;
}

#header_sp {
  height: 8vw;
  display: flex;
  align-items: top;
}
@media screen and (min-width: 1441px) {
  #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #header_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header_sp {
    height: 19vw;
  }
}
#header_sp .header_logo {
  width: 50%;
  margin-left: 3vw;
  padding: 1vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header_sp .header_logo img {
  width: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 13px;
  top: 12px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  background-color: #474747;
}
@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: 30px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  transition: 0.3s ease-in-out;
}

.hamburger p {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger p {
    font-size: 2vw;
  }
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 18px;
}

.hamburger span:nth-child(3) {
  top: 26px;
}

.hamburger p {
  top: 32px;
}

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

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

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  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 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

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: 20px;
  }
}

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

nav.globalMenuSp ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  font-size: 2.4vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 3.2vw;
  }
}
nav.globalMenuSp ul li a span {
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a span {
    font-size: 2.8vw;
    margin-top: 1vw;
  }
}
nav.globalMenuSp ul li a button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vw 4vw;
  border-radius: 50px;
  background-color: #474747;
  color: #fff;
  border: none;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a button {
    padding: 2vw 8vw;
    font-size: 4vw;
  }
}
nav.globalMenuSp ul li a button span {
  display: block;
  font-family: "Cormorant Garamond", serif !important;
  margin-right: 2vw;
}
nav.globalMenuSp ul li a button span:first-child {
  font-size: 2.4vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a button span:first-child {
    font-size: 3.2vw;
  }
}
nav.globalMenuSp ul li a button span:last-child {
  font-size: 2.4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a button span:last-child {
    font-size: 3.2vw;
  }
}
nav.globalMenuSp ul li a button span:last-child i {
  margin-right: 0.5vw;
}

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

#mv {
  width: 100vw;
  margin-bottom: 4vw;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #mv {
    height: 70vh;
    margin-bottom: 8vw;
  }
}
#mv .mv {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mv .mv {
    height: 100%;
  }
}
#mv .mv .slide-images {
  width: 100vw;
  height: 100vh;
}
#mv .mv .slide-images .slick-list {
  height: 100%;
}
#mv .mv .slide-images .slick-list .slick-track {
  height: 100%;
}
#mv .mv .slide-images .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .mv .mv_headline {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline {
    top: 65%;
  }
}
#mv .mv .mv_headline h2 {
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-size: 3vw;
  padding: 1.5vw 1vw;
  margin-bottom: 1vw;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline h2 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline h2 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
}

#concept {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept {
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #concept {
    width: 95%;
    margin: auto;
    margin-bottom: 8vw;
  }
}
#concept .concept .headline .title {
  margin-bottom: 0;
}
#concept .concept .concept_headline {
  text-align: center;
  margin-bottom: 4vw;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
}
#concept .concept .concept_headline h3 {
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_headline h3 {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_headline h3 {
    margin-bottom: 4vw;
    font-size: 4.5vw;
  }
}
#concept .concept .concept_headline p {
  font-size: 1vw;
  line-height: 2.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #concept .concept .concept_headline p {
    font-size: 2vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept .concept_headline p {
    font-size: 4vw;
    line-height: 8vw;
    text-align: start;
  }
}

#top_about .top_about .top_about_text {
  width: 60%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_text {
    width: 95%;
  }
}
#top_about .top_about .top_about_text p {
  color: #fff;
  font-size: 1vw;
  line-height: 2.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_text p {
    font-size: 2vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_text p {
    font-size: 4vw;
    line-height: 8vw;
    text-align: start;
  }
}
#top_about .top_about .top_about_headline {
  text-align: center;
}
#top_about .top_about .top_about_headline h2 {
  font-size: 4vw;
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_headline h2 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_headline h2 {
    font-size: 6.5vw;
  }
}
#top_about .top_about .top_about_headline h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15em; /* 文字の少し下 */
  width: 100%;
  height: 0.6em; /* マーカーの太さ */
  background: #BA2D28;
  z-index: -1; /* 文字の裏に回す */
}
#top_about .top_about .top_about_headline .top_about_btn {
  margin-top: 4vw;
  text-align: center;
}
#top_about .top_about .top_about_headline .top_about_btn a {
  display: block;
  text-decoration: none;
}
#top_about .top_about .top_about_headline .top_about_btn a button {
  padding: 1vw 2vw;
  background-color: #BA2D28;
  color: #fff;
  border: none;
  font-weight: 600;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_headline .top_about_btn a button {
    font-size: 2vw;
    padding: 2vw 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_headline .top_about_btn a button {
    padding: 4vw 8vw;
    font-size: 4vw;
  }
}
#top_about .top_about .top_about_contents {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 4vw auto;
}
#top_about .top_about .top_about_contents .top_about_content {
  background-color: #fff;
  width: 25%;
  padding: 2vw 1vw;
  border-radius: 30px;
  margin: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_content {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_content {
    width: 95%;
    padding: 4vw 2vw;
  }
}
#top_about .top_about .top_about_contents .top_about_content h3 {
  margin-bottom: 2vw;
  text-align: center;
}
#top_about .top_about .top_about_contents .top_about_content p {
  font-size: 1vw;
  line-height: 2.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_content p {
    font-size: 2vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_content p {
    font-size: 4vw;
    line-height: 8vw;
    text-align: start;
  }
}

#top_works {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works {
    margin-bottom: 8vw;
  }
}
#top_works .top_works .top_works_text {
  padding-right: 2vw;
}
#top_works .top_works .top_works_text .headline {
  text-align: start;
}
#top_works .top_works .top_works_text .headline h2 {
  margin-bottom: 0;
}
#top_works .top_works .top_works_text .headline p {
  color: #fff;
}
#top_works .top_works .top_works_text .text {
  color: #fff;
  font-size: 1vw;
  line-height: 2.4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_text .text {
    font-size: 2vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_text .text {
    font-size: 4vw;
    line-height: 8vw;
    text-align: start;
  }
}
#top_works .top_works .top_works_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_flex {
    width: 90%;
    margin: auto;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_flex {
    width: 90%;
    margin: auto;
    flex-flow: column-reverse;
    margin-bottom: 8vw;
  }
}
#top_works .top_works .top_works_flex .top_works_image {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_flex .top_works_image {
    width: 100%;
  }
}
#top_works .top_works .top_works_flex .top_works_image img {
  width: 100%;
}
#top_works .top_works .top_works_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4vw;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents {
    flex-flow: column;
  }
}
#top_works .top_works .top_works_contents .top_works_content {
  width: 45%;
  margin: auto;
  height: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .top_works_content {
    width: 100%;
    height: 45vw;
  }
}
#top_works .top_works .top_works_contents .top_works_content h3 {
  color: #fff;
  margin-bottom: 2vw;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .top_works_content h3 {
    margin-bottom: 4vw;
  }
}
#top_works .top_works .top_works_contents .top_works_content a {
  text-decoration: none;
  width: 60%;
  display: block;
}
#top_works .top_works .top_works_contents .top_works_content a button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #BA2D28;
  color: #fff;
  border: none;
  padding: 1.5vw 2vw;
  width: 100%;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_contents .top_works_content a button {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .top_works_content a button {
    font-size: 4vw;
    padding: 4vw 8vw;
  }
}
#top_works .top_works .top_works_contents .top_works_content a button i {
  background-color: #fff;
  color: #BA2D28;
  border-radius: 50%;
  width: 2vw;
  height: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2vw;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .top_works_content a button i {
    width: 4vw;
    height: 4vw;
  }
}
#top_works .top_works .top_works_contents .top_works_content a button i::before {
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents .top_works_content a button i::before {
    font-size: 4vw;
  }
}

.lower_title {
  text-align: center;
  margin-bottom: 4vw;
  padding-top: 10vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_title {
    padding-top: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_title {
    padding-top: 30vw;
  }
}
.lower_title h2 {
  color: #BA2D28;
  font-family: "Shippori Mincho B1", serif;
}

.about_contents {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  .about_contents {
    margin-bottom: 16vw;
  }
}
.about_contents .about_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  .about_contents .about_content {
    flex-flow: column;
    margin-bottom: 8vw;
    gap: 2vw;
  }
}
.about_contents .about_content .about_image {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .about_contents .about_content .about_image {
    width: 100%;
  }
}
.about_contents .about_content .about_image img {
  width: 100%;
}
.about_contents .about_content .about_text {
  width: 65%;
  color: #fff;
  margin-top: 2vw;
}
@media screen and (max-width: 768px) {
  .about_contents .about_content .about_text {
    width: 100%;
  }
}
.about_contents .about_content .about_text h3 {
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 1vw;
}
.about_contents .about_content .about_text p {
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about_contents .about_content .about_text p {
    font-size: 2vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .about_contents .about_content .about_text p {
    font-size: 4vw;
    line-height: 8vw;
  }
}

.about_features .about_features_contents {
  width: 80%;
  margin: auto;
}
.about_features .about_features_contents .about_features_content {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  .about_features .about_features_contents .about_features_content {
    margin-bottom: 16vw;
  }
}
.about_features .about_features_contents .about_features_content h3 {
  margin-bottom: 2vw;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
}
.about_features .about_features_contents .about_features_content h3 span {
  color: #BA2D28;
}
.about_features .about_features_contents .about_features_content p {
  color: #fff;
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .about_features .about_features_contents .about_features_content p {
    font-size: 2vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .about_features .about_features_contents .about_features_content p {
    font-size: 4vw;
    line-height: 8vw;
  }
}

.about_introduce .introduce_contents {
  width: 80%;
  margin: auto;
}
.about_introduce .introduce_contents .introduce_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .about_introduce .introduce_contents .introduce_content {
    flex-flow: column-reverse;
  }
}
.about_introduce .introduce_contents .introduce_content .introduce_content_text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about_introduce .introduce_contents .introduce_content .introduce_content_text {
    width: 100%;
  }
}
.about_introduce .introduce_contents .introduce_content .introduce_content_text h3 {
  margin-bottom: 1.5vw;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width: 768px) {
  .about_introduce .introduce_contents .introduce_content .introduce_content_text h3 {
    margin-bottom: 3vw;
  }
}
.about_introduce .introduce_contents .introduce_content .introduce_content_text p {
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) {
  .about_introduce .introduce_contents .introduce_content .introduce_content_text p {
    margin-bottom: 3vw;
    font-size: 3vw;
  }
}
.about_introduce .introduce_contents .introduce_content .introduce_content_text .introduce_content_sns h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.about_introduce .introduce_contents .introduce_content .introduce_content_text .introduce_content_sns h3 a {
  margin-right: 1.5vw;
}
@media screen and (max-width: 768px) {
  .about_introduce .introduce_contents .introduce_content .introduce_content_text .introduce_content_sns h3 a {
    margin-right: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .about_introduce .introduce_contents .introduce_content .introduce_content_text .introduce_content_sns h3 a img {
    width: 8vw;
  }
}
.about_introduce .introduce_contents .introduce_content .introduce_content_image {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .about_introduce .introduce_contents .introduce_content .introduce_content_image {
    width: 100%;
  }
}
.about_introduce .introduce_contents .introduce_content .introduce_content_image img {
  width: 100%;
}

.lower_table {
  width: 40%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_table {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .lower_table {
    width: 95%;
  }
}
.lower_table table {
  border-spacing: 2vw;
}
.lower_table table tr {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .lower_table table tr {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
.lower_table table tr td {
  color: #fff;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_table table tr td {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_table table tr td {
    font-size: 4vw;
    width: 100% !important;
  }
}
.lower_table table tr td:first-child {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .lower_table table tr td:first-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 1vw;
  }
}
.lower_table table tr td:last-child {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .lower_table table tr td:last-child {
    margin-top: 1vw;
  }
}

.introduce_content_sns {
  width: 30%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .introduce_content_sns {
    width: 50%;
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .introduce_content_sns {
    width: 90%;
    margin-bottom: 18vw;
  }
}
.introduce_content_sns h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}
.introduce_content_sns h3 a {
  margin-right: 1.5vw;
}
@media screen and (max-width: 768px) {
  .introduce_content_sns h3 a {
    margin-right: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .introduce_content_sns h3 a img {
    width: 8vw;
  }
}

.lower_entry {
  text-align: center;
}
.lower_entry h2 {
  color: #BA2D28;
  margin-bottom: 2vw;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_entry h2 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_entry h2 {
    font-size: 7vw;
  }
}

.lower_tel {
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  .lower_tel {
    margin-bottom: 16vw;
  }
}
.lower_tel h3 {
  color: #fff;
}

footer .footer_gallery {
  overflow: hidden;
}
footer .footer_company {
  padding: 4vw 0;
  text-align: center;
}
footer .footer_company .footer_company_table {
  width: 40%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_company .footer_company_table {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_company .footer_company_table {
    width: 90%;
  }
}
footer .footer_company .footer_company_table table {
  border-spacing: 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer_company .footer_company_table table {
    border-spacing: 6vw;
  }
}
footer .footer_company .footer_company_table table tr td {
  color: #fff;
  width: 40%;
  text-align: start;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_company .footer_company_table table tr td {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_company .footer_company_table table tr td {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_company .footer_company_table table tr td:first-child {
    width: 15%;
  }
}
footer .footer_map {
  width: 100%;
}
footer .footer_map iframe {
  width: 100%;
}
footer .footer_contents {
  margin: 2vw;
}
footer .footer_contents p {
  color: #fff;
  margin-bottom: 1vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_contents p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_contents p {
    font-size: 4vw;
  }
}
footer .copyright {
  text-align: center;
  font-size: 1vw;
  margin: 1vw 0;
}
footer .copyright p {
  color: #fff;
  font-size: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .copyright p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    font-size: 3vw;
  }
}/*# sourceMappingURL=style.css.map */