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

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden !important;
  font-family: "Noto Sans", sans-serif;
}

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

.fade-in {
  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);
}

p {
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3.4vw;
    line-height: 8vw;
  }
}

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

#lower .lower {
  height: 25vw;
  position: relative;
  background-position: center;
  background-size: cover;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 55vw;
  }
}
#lower .lower .lower_title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#lower .lower .lower_title h2 {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_title h2 {
    letter-spacing: 0.4vw;
  }
}
#lower .lower .lower_title p {
  font-family: "Zen Old Mincho", serif;
}
#lower .lower_breadcrumbs {
  padding: 1vw;
}
#lower .lower_breadcrumbs p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
}
#lower .lower_breadcrumbs p a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  text-decoration: none;
  color: #333;
}

.top_headline {
  opacity: 0;
  width: 45%;
  margin-bottom: 2vw;
  transform: scale(0.8);
  transition: all 3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_headline {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .top_headline {
    width: 100%;
  }
}
.top_headline img {
  width: 100%;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  .top_headline img {
    width: 60%;
  }
}
.top_headline p {
  font-family: "Zen Old Mincho", serif;
}

.top_headline.is-show {
  opacity: 1;
  transform: scale(1);
}

header {
  z-index: 99999999;
  width: 100vw;
  position: fixed;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5vw 2vw;
  padding-right: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none !important;
  }
}
header #header_pc .header_logo {
  height: 95%;
  padding: 0.5vw;
}
header #header_pc .header_logo img {
  height: 100%;
}
header #header_pc .header_menu {
  height: 100px;
}
header #header_pc .header_menu .main_menu {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
  height: 100%;
}
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 .mein_menu_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 14vw;
}
header #header_pc .header_menu .main_menu .mein_menu_btns li {
  width: 100%;
  height: 50px;
  background-position: center;
  background-size: cover;
}
header #header_pc .header_menu .main_menu .mein_menu_btns li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease;
}
header #header_pc .header_menu .main_menu .mein_menu_btns li:hover::before {
  opacity: 1;
}
header #header_pc .header_menu .main_menu .mein_menu_btns li a {
  width: 100%;
  text-decoration: none;
}
header #header_pc .header_menu .main_menu .mein_menu_btns li a button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 100%;
  height: 100%;
  font-family: "Zen Old Mincho", serif;
}
header #header_pc .header_menu .main_menu .mein_menu_btns li a button i {
  margin-right: 0.5vw;
}
@media screen and (max-width: 768px) {
  header #header_pc .header_menu .main_menu .mein_menu_btns li a button i {
    margin-right: 1.5vw;
  }
}
header #header_pc .header_menu .main_menu .mein_menu_btns li a button span {
  display: block;
}
header #header_pc .header_menu .main_menu .mein_menu_btns li a button span:first-child {
  font-size: 0.6vw;
}
header #header_pc .header_menu .main_menu .mein_menu_btns li a button span:last-child {
  font-size: 1.2vw;
  font-weight: 600;
}
header #header_pc .header_menu .main_menu .mein_menu_btns li a button span:last-child i {
  margin-right: 0.5vw;
}
header #header_pc .header_menu .main_menu > li > a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #000;
  font-size: 1vw;
  font-weight: 400;
  display: flex;
  font-family: "Zen Old Mincho", serif;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
header #header_pc .header_menu .main_menu > li > a i {
  font-size: 1vw;
  margin-right: 0.6vw;
}

@media screen and (min-width: 1441px) {
  #header_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #header_sp {
    display: none !important;
  }
}
#header_sp {
  height: 12vw;
  display: flex;
  align-items: top;
  background-color: #fff;
}
@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;
}
@media screen and (max-width: 768px) {
  #header_sp .header_logo {
    width: 60%;
  }
}
#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: #0088FF;
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 45px;
    height: 45px;
  }
}
@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: 40px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .hamburger span {
    width: 30px;
  }
}

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

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

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

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

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

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #fff;
  background: rgb(0, 0, 0);
  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: 30%;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.6s ease;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  background-position: center;
  background-size: cover;
}

nav.globalMenuSp ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #fff;
  padding: 1vw 0;
  text-decoration: none;
  font-size: 2.4vw;
  font-family: "Zen Old Mincho", serif;
}
@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;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: none;
  height: 8vw;
  font-size: 2.4vw;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a button {
    font-size: 4vw;
    padding: 3¥4vw 8vw;
  }
}
nav.globalMenuSp ul li a button i {
  font-size: 2vw;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a button i {
    font-size: 3vw;
    margin-right: 3vw;
  }
}
nav.globalMenuSp ul li a button span {
  display: block;
}
nav.globalMenuSp ul li a button span:first-child {
  font-size: 0.6vw;
}
nav.globalMenuSp ul li a button span:last-child {
  font-size: 1.2vw;
  font-weight: 600;
}
nav.globalMenuSp ul li a button span:last-child i {
  margin-right: 0.5vw;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}
nav.globalMenuSp.active ul li {
  opacity: 1;
  transform: translateX(0);
}
nav.globalMenuSp.active ul li:nth-child(1) {
  transition-delay: 0.1s;
}
nav.globalMenuSp.active ul li:nth-child(2) {
  transition-delay: 0.2s;
}
nav.globalMenuSp.active ul li:nth-child(3) {
  transition-delay: 0.3s;
}
nav.globalMenuSp.active ul li:nth-child(4) {
  transition-delay: 0.4s;
}
nav.globalMenuSp.active ul li:nth-child(5) {
  transition-delay: 0.5s;
}
nav.globalMenuSp.active ul li:nth-child(6) {
  transition-delay: 0.6s;
}

#mv {
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #mv {
    height: 100vh;
  }
}
#mv .mv {
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mv .mv {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #mv .mv .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .mv .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .sp {
    display: none;
  }
}
#mv .mv .slide-images {
  height: 100%;
}
#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;
  transform: scale(1);
  transition: transform 6s linear;
  animation: mvZoom 9s linear infinite forwards;
}
@keyframes mvZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
#mv .mv .mv_headline {
  position: absolute;
  top: 30%;
  left: 10%;
  transform: translate(0%, 0);
  z-index: 1000;
  width: 70%;
  display: inline-block;
  text-shadow: 6px 6px 20px rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline {
    width: 95%;
    top: 20%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #mv .mv .mv_headline .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .mv .mv_headline .sp {
    display: none;
  }
}
#mv .mv .mv_headline h2 {
  color: #000;
  font-size: 3vw;
  padding: 0vw 1vw;
  margin-bottom: 1vw;
  font-weight: 600;
  letter-spacing: 0.2vw;
  text-shadow: 0 4px 4px rgba(255, 255, 255, 0.5);
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline h2 {
    font-size: 8vw;
  }
}
#mv .mv .mv_headline h4 {
  color: #000;
  font-size: 2vw;
  padding: 0vw 1vw;
  margin-bottom: 1vw;
  font-weight: 600;
  letter-spacing: 0.2vw;
  text-shadow: 0 4px 4px rgba(255, 255, 255, 0.5);
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv .mv_headline h4 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv .mv_headline h4 {
    font-size: 6.5vw;
  }
}

#body_bg {
  background-position: center;
  background-repeat: repeat;
  width: 100vw;
  padding: 4vw 0;
  position: relative;
  z-index: -10000;
}

#top_news .top_news {
  margin: 4vw 0;
}
@media screen and (max-width: 768px) {
  #top_news .top_news {
    margin: 8vw 0;
  }
}
#top_news .top_news .top_news_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents {
    width: 95%;
    gap: 8vw;
  }
}
#top_news .top_news .top_news_headline h4 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
#top_news .top_news .top_news_content {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_content {
    width: 90%;
    margin-right: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_content {
    width: 90%;
    margin: auto;
  }
}
#top_news .top_news .top_news_content ul {
  list-style: none;
}
#top_news .top_news .top_news_content ul a {
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_content ul a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_content ul a {
    font-size: 3.4vw;
  }
}
#top_news .top_news .top_news_content ul a .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_content ul a .outline {
    gap: 2vw;
  }
}

#top_about {
  overflow-x: hidden;
  padding-bottom: 16vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about {
    padding-bottom: 32vw;
  }
}
#top_about .top_about {
  position: relative;
}
#top_about .top_about .top_about_point {
  position: absolute;
  z-index: -10;
  top: 0;
  right: 5%;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_point {
    top: 5%;
  }
  #top_about .top_about .top_about_point img {
    width: 60%;
  }
}
#top_about .top_about .r_secbacktext {
  perspective: 1200px;
  position: absolute;
  bottom: -20%;
  right: 5%;
  text-align: end;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .r_secbacktext {
    bottom: -25%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .r_secbacktext {
    bottom: 50%;
    right: auto;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, 0);
    text-align: center;
  }
}
#top_about .top_about .r_secbacktext .glowAnime span {
  display: inline-block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: center;
  transform: rotateX(90deg);
  opacity: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 8vw;
  color: rgba(0, 91, 171, 0.1);
  line-height: 9vw;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .r_secbacktext .glowAnime span {
    font-size: 20vw;
    line-height: 22vw;
  }
}
#top_about .top_about .r_secbacktext .glowAnime.glow span {
  animation: rotateUp 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes rotateUp {
  0% {
    transform: rotateX(90deg);
    opacity: 0;
  }
  60% {
    transform: rotateX(-10deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
#top_about .top_about .animation_text.is-show span {
  transform: rotateX(0deg);
  opacity: 1;
}
#top_about .top_about .top_about_contents {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents {
    flex-flow: column-reverse;
  }
}
#top_about .top_about .top_about_contents .top_about_image {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_image {
    width: 100%;
  }
}
#top_about .top_about .top_about_contents .top_about_image img {
  width: 100%;
}
#top_about .top_about .top_about_contents .top_about_text {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_text {
    width: 100%;
  }
}
#top_about .top_about .top_about_contents .top_about_text .top_headline {
  opacity: 0;
  width: 35%;
  margin-bottom: 2vw;
  transform: scale(0.8);
  transition: all 3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_text .top_headline {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_text .top_headline {
    width: 70%;
  }
}
#top_about .top_about .top_about_contents .top_about_text .top_headline img {
  width: 100%;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_text .top_headline img {
    width: 60%;
  }
}
#top_about .top_about .top_about_contents .top_about_text .top_headline p {
  font-family: "Zen Old Mincho", serif;
}
#top_about .top_about .top_about_contents .top_about_text .top_headline.is-show {
  opacity: 1;
  transform: scale(1);
}
#top_about .top_about .top_about_contents .top_about_text > p {
  margin-bottom: 2vw;
  width: 80%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_text > p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_text > p {
    width: 100%;
  }
}
#top_about .top_about .top_about_contents .top_about_text .top_btn {
  width: 50%;
  position: relative;
}
#top_about .top_about .top_about_contents .top_about_text .top_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease;
}
#top_about .top_about .top_about_contents .top_about_text .top_btn:hover::before {
  opacity: 1;
}
#top_about .top_about .top_about_contents .top_about_text .top_btn a {
  text-decoration: none;
  display: block;
  width: 100%;
  width: 100%;
  padding: 1.5vw;
  color: #fff;
  text-align: center;
  font-size: 1.2vw;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents .top_about_text .top_btn a {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_text .top_btn a {
    padding: 3vw;
    font-size: 4vw;
  }
}

#top_service {
  overflow-x: hidden;
  padding-bottom: 16vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service {
    margin-bottom: 32vw;
  }
}
#top_service .top_service {
  position: relative;
}
#top_service .top_service .top_service_point {
  position: absolute;
  z-index: -10;
  top: 0;
  right: 5%;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_point {
    top: 5%;
  }
  #top_service .top_service .top_service_point img {
    width: 60%;
  }
}
#top_service .top_service .r_secbacktext {
  perspective: 1200px;
  position: absolute;
  bottom: -20%;
  right: 5%;
  text-align: start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .r_secbacktext {
    bottom: -25%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .r_secbacktext {
    bottom: 50%;
    right: auto;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, 0);
    text-align: center;
  }
}
#top_service .top_service .r_secbacktext .glowAnime span {
  display: inline-block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: center;
  transform: rotateX(90deg);
  opacity: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 8vw;
  color: rgba(0, 91, 171, 0.1);
  line-height: 9vw;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .r_secbacktext .glowAnime span {
    font-size: 20vw;
    line-height: 22vw;
  }
}
#top_service .top_service .r_secbacktext .glowAnime.glow span {
  animation: rotateUp 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes rotateUp {
  0% {
    transform: rotateX(90deg);
    opacity: 0;
  }
  60% {
    transform: rotateX(-10deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
#top_service .top_service .animation_text.is-show span {
  transform: rotateX(0deg);
  opacity: 1;
}
#top_service .top_service .top_service_contents {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents {
    flex-flow: column;
  }
}
#top_service .top_service .top_service_contents .top_service_image {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_image {
    width: 100%;
  }
}
#top_service .top_service .top_service_contents .top_service_image img {
  width: 100%;
}
#top_service .top_service .top_service_contents .top_service_text {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_text {
    width: 100%;
  }
}
#top_service .top_service .top_service_contents .top_service_text .top_headline {
  opacity: 0;
  width: 45%;
  margin-bottom: 2vw;
  transform: scale(0.8);
  transition: all 3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_text .top_headline {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_text .top_headline {
    width: 100%;
  }
}
#top_service .top_service .top_service_contents .top_service_text .top_headline img {
  width: 100%;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_text .top_headline img {
    width: 60%;
  }
}
#top_service .top_service .top_service_contents .top_service_text .top_headline p {
  font-family: "Zen Old Mincho", serif;
}
#top_service .top_service .top_service_contents .top_service_text .top_headline.is-show {
  opacity: 1;
  transform: scale(1);
}
#top_service .top_service .top_service_contents .top_service_text > p {
  margin-bottom: 2vw;
  width: 80%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_text > p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_text > p {
    width: 100%;
  }
}
#top_service .top_service .top_service_contents .top_service_text .top_btn {
  width: 50%;
  position: relative;
}
#top_service .top_service .top_service_contents .top_service_text .top_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease;
}
#top_service .top_service .top_service_contents .top_service_text .top_btn:hover::before {
  opacity: 1;
}
#top_service .top_service .top_service_contents .top_service_text .top_btn a {
  text-decoration: none;
  display: block;
  width: 100%;
  width: 100%;
  padding: 1.5vw;
  color: #fff;
  text-align: center;
  font-size: 1.2vw;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents .top_service_text .top_btn a {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_text .top_btn a {
    padding: 3vw;
    font-size: 4vw;
  }
}

#top_area {
  overflow: hidden;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_area {
    margin-bottom: 12vw;
  }
}
#top_area .top_headline {
  opacity: 0;
  width: 12%;
  margin: auto;
  margin-bottom: 2vw;
  text-align: center;
  transform: scale(0.8);
  transition: all 3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_headline {
    width: 20%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_headline {
    width: 50%;
    margin: auto;
  }
}
#top_area .top_headline img {
  width: 100%;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #top_area .top_headline img {
    width: 60%;
  }
}
#top_area .top_headline p {
  font-family: "Zen Old Mincho", serif;
}
#top_area .top_headline.is-show {
  opacity: 1;
  transform: scale(1);
}
#top_area .top_area_contents {
  width: 50%;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_contents {
    width: 95%;
    margin-bottom: 4vw;
  }
}
#top_area .top_area_contents img {
  width: 100%;
}
#top_area .top_area_bottom {
  position: relative;
  padding: 6vw 0;
  overflow: hidden;
}
#top_area .top_area_bottom .top_area_loop {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  overflow: hidden;
}
#top_area .top_area_bottom .loop_track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loopSlide 20s linear infinite;
}
#top_area .top_area_bottom img {
  width: 120vw;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #top_area .top_area_bottom img {
    width: 200vw;
  }
}
#top_area .top_area_bottom p {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area_bottom p {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_bottom p {
    width: 95%;
    margin: auto;
  }
}
#top_area {
  /* 無限ループ */
}
@keyframes loopSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#top_recruit {
  overflow-x: hidden;
  padding-bottom: 16vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit {
    padding-bottom: 32vw;
  }
}
#top_recruit .top_recruit {
  position: relative;
}
#top_recruit .top_recruit .top_recruit_point {
  position: absolute;
  z-index: -10;
  top: 0;
  right: 5%;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_point {
    top: 5%;
  }
  #top_recruit .top_recruit .top_recruit_point img {
    width: 60%;
  }
}
#top_recruit .top_recruit .r_secbacktext {
  perspective: 1200px;
  position: absolute;
  bottom: -20%;
  right: 5%;
  text-align: end;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .r_secbacktext {
    bottom: -25%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .r_secbacktext {
    bottom: 50%;
    right: auto;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, 0);
    text-align: center;
  }
}
#top_recruit .top_recruit .r_secbacktext .glowAnime span {
  display: inline-block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: center;
  transform: rotateX(90deg);
  opacity: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 8vw;
  color: rgba(0, 91, 171, 0.1);
  line-height: 9vw;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .r_secbacktext .glowAnime span {
    font-size: 20vw;
    line-height: 22vw;
  }
}
#top_recruit .top_recruit .r_secbacktext .glowAnime.glow span {
  animation: rotateUp 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes rotateUp {
  0% {
    transform: rotateX(90deg);
    opacity: 0;
  }
  60% {
    transform: rotateX(-10deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
#top_recruit .top_recruit .animation_text.is-show span {
  transform: rotateX(0deg);
  opacity: 1;
}
#top_recruit .top_recruit .top_recruit_contents {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents {
    flex-flow: column-reverse;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_image {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_image {
    width: 100%;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_image img {
  width: 100%;
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_text {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_text {
    width: 100%;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_text .top_headline {
  opacity: 0;
  width: 40%;
  margin-bottom: 2vw;
  transform: scale(0.8);
  transition: all 3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_text .top_headline {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_text .top_headline {
    width: 90%;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_text .top_headline img {
  width: 100%;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_text .top_headline img {
    width: 60%;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_text .top_headline p {
  font-family: "Zen Old Mincho", serif;
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_text .top_headline.is-show {
  opacity: 1;
  transform: scale(1);
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_text > p {
  margin-bottom: 2vw;
  width: 80%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_text > p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_text > p {
    width: 100%;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_text .top_btn {
  width: 50%;
  position: relative;
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_text .top_btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease;
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_text .top_btn:hover::before {
  opacity: 1;
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_text .top_btn a {
  text-decoration: none;
  display: block;
  width: 100%;
  width: 100%;
  padding: 1.5vw;
  color: #fff;
  text-align: center;
  font-size: 1.2vw;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_text .top_btn a {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_text .top_btn a {
    padding: 3vw;
    font-size: 4vw;
  }
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    transform: rotateX("90deg");
  }
  0% {
    opacity: 0.5;
  }
  0% {
    opacity: 1;
    transform: rotateX("0");
  }
}
#about .about .about_greeting_top {
  position: relative;
  margin: 8vw 0;
}
@media screen and (max-width: 768px) {
  #about .about .about_greeting_top {
    margin-bottom: 16vw;
  }
}
#about .about .about_greeting_top .about_greeting_point {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_greeting_top .about_greeting_point {
    width: 50%;
  }
  #about .about .about_greeting_top .about_greeting_point img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_greeting_top .about_greeting_point {
    width: 90%;
    margin: auto;
  }
  #about .about .about_greeting_top .about_greeting_point img {
    width: 100%;
  }
}
#about .about .about_greeting_top .about_greeting_top_contents {
  border: 1px solid #005BAB;
  padding: 4vw 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_greeting_top .about_greeting_top_contents {
    width: 95%;
    padding: 4vw 6vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_greeting_top .about_greeting_top_contents {
    width: 95%;
    padding: 4vw;
    flex-flow: column;
  }
}
#about .about .about_greeting_top .about_greeting_top_contents .about_greeting_top_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #about .about .about_greeting_top .about_greeting_top_contents .about_greeting_top_image {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#about .about .about_greeting_top .about_greeting_top_contents .about_greeting_top_image img {
  width: 100%;
}
#about .about .about_greeting_top .about_greeting_top_contents .about_greeting_top_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #about .about .about_greeting_top .about_greeting_top_contents .about_greeting_top_text {
    width: 100%;
  }
}
#about .about .about_greeting_top .about_greeting_top_contents .about_greeting_top_text .top_headline {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #about .about .about_greeting_top .about_greeting_top_contents .about_greeting_top_text .top_headline {
    width: 95%;
  }
}
#about .about .about_greeting_top .about_greeting_top_contents .about_greeting_top_text h4 {
  font-weight: 400;
}
#about .about #greeting {
  overflow-x: hidden;
  padding-bottom: 16vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about #greeting {
    padding-bottom: 20vw;
  }
}
#about .about #greeting .greeting {
  position: relative;
}
#about .about #greeting .greeting .r_secbacktext {
  perspective: 1200px;
  position: absolute;
  bottom: -20%;
  left: 5%;
  text-align: start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about #greeting .greeting .r_secbacktext {
    bottom: -25%;
  }
}
@media screen and (max-width: 768px) {
  #about .about #greeting .greeting .r_secbacktext {
    bottom: 50%;
    right: auto;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, 0);
    text-align: center;
  }
}
#about .about #greeting .greeting .r_secbacktext .glowAnime span {
  display: inline-block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: center;
  transform: rotateX(90deg);
  opacity: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 8vw;
  color: rgba(0, 91, 171, 0.1);
  line-height: 9vw;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 768px) {
  #about .about #greeting .greeting .r_secbacktext .glowAnime span {
    font-size: 20vw;
    line-height: 22vw;
  }
}
#about .about #greeting .greeting .r_secbacktext .glowAnime.glow span {
  animation: rotateUp 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes rotateUp {
  0% {
    transform: rotateX(90deg);
    opacity: 0;
  }
  60% {
    transform: rotateX(-10deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
#about .about #greeting .greeting .animation_text.is-show span {
  transform: rotateX(0deg);
  opacity: 1;
}
#about .about #greeting .greeting .greeting_contents {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about #greeting .greeting .greeting_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #about .about #greeting .greeting .greeting_contents {
    width: 95%;
    flex-flow: column;
  }
}
#about .about #greeting .greeting .greeting_contents .greeting_image {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about #greeting .greeting .greeting_contents .greeting_image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #about .about #greeting .greeting .greeting_contents .greeting_image {
    width: 100%;
  }
}
#about .about #greeting .greeting .greeting_contents .greeting_image img {
  width: 100%;
}
#about .about #greeting .greeting .greeting_contents .greeting_text {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about #greeting .greeting .greeting_contents .greeting_text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #about .about #greeting .greeting .greeting_contents .greeting_text {
    width: 100%;
  }
}
#about .about #greeting .greeting .greeting_contents .greeting_text .top_headline {
  opacity: 0;
  width: 60%;
  margin-bottom: 2vw;
  transform: scale(0.8);
  transition: all 3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about #greeting .greeting .greeting_contents .greeting_text .top_headline {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #about .about #greeting .greeting .greeting_contents .greeting_text .top_headline {
    width: 100%;
  }
}
#about .about #greeting .greeting .greeting_contents .greeting_text .top_headline img {
  width: 100%;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #about .about #greeting .greeting .greeting_contents .greeting_text .top_headline img {
    width: 60%;
  }
}
#about .about #greeting .greeting .greeting_contents .greeting_text .top_headline p {
  font-family: "Zen Old Mincho", serif;
}
#about .about #greeting .greeting .greeting_contents .greeting_text .top_headline.is-show {
  opacity: 1;
  transform: scale(1);
}
#about .about #greeting .greeting .greeting_contents .greeting_text > p {
  margin-bottom: 2vw;
  width: 80%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about #greeting .greeting .greeting_contents .greeting_text > p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #about .about #greeting .greeting .greeting_contents .greeting_text > p {
    width: 100%;
  }
}
#about .about #greeting .greeting .greeting_contents .greeting_text > p:last-child {
  text-align: end;
}
#about .about .about_detail .top_headline {
  width: 15%;
  margin: auto;
  margin-bottom: 4vw;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_detail .top_headline {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .top_headline {
    width: 70%;
    margin-bottom: 8vw;
  }
}
#about .about .about_detail .about_table {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .about_table {
    width: 95%;
    margin-bottom: 16vw;
  }
}
#about .about .about_detail .about_table table {
  width: 100%;
  border-collapse: collapse;
}
#about .about .about_detail .about_table table tr td {
  padding: 1vw;
  border-bottom: 1px solid #005BAB;
}
#about .about .about_detail .about_table table tr td:first-child {
  text-align: center;
}
#about .about .about_detail .about_table table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_detail .about_table table tr td {
    font-size: 2.5vw;
    padding: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_detail .about_table table tr td {
    font-size: 3.4vw;
    padding: 3vw;
  }
}
#about .about .about_map .top_headline {
  width: 10%;
  margin: auto;
  margin-bottom: 4vw;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about .about_map .top_headline {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  #about .about .about_map .top_headline {
    width: 50%;
    margin-bottom: 8vw;
  }
}
#about .about .about_map .map_contents {
  width: 65%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #about .about .about_map .map_contents {
    width: 100%;
  }
}
#about .about .about_map .map_contents iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #about .about .about_map .map_contents iframe {
    height: 80vw;
  }
}

.service_flex_bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: -1;
  pointer-events: none;
}
.service_flex_bg img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .service_flex_bg {
    width: 80%;
  }
}

#service {
  position: relative;
  overflow-x: hidden !important;
}
#service .service .service_contents {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents {
    width: 90%;
    margin-top: 12vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents {
    width: 95%;
  }
}
#service .service .service_contents .service_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 4vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .service_content {
    flex-flow: column-reverse;
    margin-bottom: 8vw;
  }
}
#service .service .service_contents .service_content:nth-child(odd) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .service_content:nth-child(odd) {
    flex-flow: column-reverse;
  }
}
#service .service .service_contents .service_content:last-child {
  margin-bottom: 12vw;
}
#service .service .service_contents .service_content .r_secbacktext {
  perspective: 1200px;
  position: absolute;
  bottom: -20%;
  right: -5%;
  text-align: end;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents .service_content .r_secbacktext {
    bottom: -25%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .service_content .r_secbacktext {
    bottom: 50%;
    right: auto;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, 0);
    text-align: center;
  }
}
#service .service .service_contents .service_content .r_secbacktext .glowAnime span {
  display: inline-block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: center;
  transform: rotateX(90deg);
  opacity: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 8vw;
  color: rgba(0, 91, 171, 0.1);
  line-height: 9vw;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .service_content .r_secbacktext .glowAnime span {
    font-size: 20vw;
    line-height: 22vw;
  }
}
#service .service .service_contents .service_content .r_secbacktext .glowAnime.glow span {
  animation: rotateUp 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes rotateUp {
  0% {
    transform: rotateX(90deg);
    opacity: 0;
  }
  60% {
    transform: rotateX(-10deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
#service .service .service_contents .service_content .animation_text.is-show span {
  transform: rotateX(0deg);
  opacity: 1;
}
#service .service .service_contents .service_content .service_contents_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .service_content .service_contents_image {
    width: 100%;
  }
}
#service .service .service_contents .service_content .service_contents_image img {
  width: 100%;
}
#service .service .service_contents .service_content .service_contents_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .service_content .service_contents_text {
    width: 100%;
  }
}
#service .service .service_contents .service_content .service_contents_text .service_contents_text_headline {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .service_content .service_contents_text .service_contents_text_headline {
    margin-bottom: 3vw;
  }
}
#service .service .service_contents .service_content .service_contents_text .service_contents_text_headline h5 {
  color: #86C7FF;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0.5vw;
  letter-spacing: 0.2vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .service_content .service_contents_text .service_contents_text_headline h5 {
    margin-bottom: 1.5vw;
  }
}
#service .service .service_contents .service_content .service_contents_text .service_contents_text_headline h4 {
  font-family: "Zen Old Mincho", serif;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #86C7FF;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents .service_content .service_contents_text .service_contents_text_headline h4 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents .service_content .service_contents_text .service_contents_text_headline h4 {
    font-size: 5vw;
    padding-bottom: 1.5vw;
  }
}

#recruit {
  margin-top: 8vw;
  overflow-x: hidden !important;
}
#recruit .recruit {
  overflow-x: hidden;
  padding-bottom: 16vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit {
    padding-bottom: 20vw;
  }
}
#recruit .recruit {
  position: relative;
}
#recruit .recruit .r_secbacktext {
  perspective: 1200px;
  position: absolute;
  bottom: 18%;
  left: 5%;
  text-align: start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .r_secbacktext {
    bottom: 25%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .r_secbacktext {
    bottom: 50%;
    right: auto;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, 0);
    text-align: center;
  }
}
#recruit .recruit .r_secbacktext .glowAnime span {
  display: inline-block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: center;
  transform: rotateX(90deg);
  opacity: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 8vw;
  color: rgba(0, 91, 171, 0.1);
  line-height: 9vw;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .r_secbacktext .glowAnime span {
    font-size: 20vw;
    line-height: 22vw;
  }
}
#recruit .recruit .r_secbacktext .glowAnime.glow span {
  animation: rotateUp 4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes rotateUp {
  0% {
    transform: rotateX(90deg);
    opacity: 0;
  }
  60% {
    transform: rotateX(-10deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
#recruit .recruit .animation_text.is-show span {
  transform: rotateX(0deg);
  opacity: 1;
}
#recruit .recruit .recruit_contents {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    width: 95%;
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_image {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents .recruit_image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_image {
    width: 100%;
  }
}
#recruit .recruit .recruit_contents .recruit_image img {
  width: 100%;
}
#recruit .recruit .recruit_contents .recruit_text {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents .recruit_text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_text {
    width: 100%;
  }
}
#recruit .recruit .recruit_contents .recruit_text .top_headline {
  opacity: 0;
  width: 60%;
  margin-bottom: 2vw;
  transform: scale(0.8);
  transition: all 3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents .recruit_text .top_headline {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_text .top_headline {
    width: 100%;
  }
}
#recruit .recruit .recruit_contents .recruit_text .top_headline img {
  width: 100%;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_text .top_headline img {
    width: 60%;
  }
}
#recruit .recruit .recruit_contents .recruit_text .top_headline p {
  font-family: "Zen Old Mincho", serif;
}
#recruit .recruit .recruit_contents .recruit_text .top_headline.is-show {
  opacity: 1;
  transform: scale(1);
}
#recruit .recruit .recruit_contents .recruit_text .recruit_text_contents {
  position: relative;
  z-index: 100;
}
#recruit .recruit .recruit_contents .recruit_text .recruit_text_contents p {
  padding: 1.5vw;
  border: 1px solid #86C7FF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1vw;
  margin-bottom: 1vw;
  background-color: rgba(252, 252, 252, 0.7);
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_text .recruit_text_contents p {
    margin-bottom: 2vw;
  }
}
#recruit .recruit_flex {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_flex {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_flex {
    width: 95%;
  }
}
#recruit .recruit_flex .recruit_flex_contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_flex .recruit_flex_contents {
    flex-flow: column-reverse;
    margin-bottom: 8vw;
  }
}
#recruit .recruit_flex .recruit_flex_contents:last-child {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_flex .recruit_flex_contents:last-child {
    flex-flow: column-reverse;
  }
}
#recruit .recruit_flex .recruit_flex_contents .recruit_flex_contents_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_flex .recruit_flex_contents .recruit_flex_contents_image {
    width: 100%;
  }
}
#recruit .recruit_flex .recruit_flex_contents .recruit_flex_contents_image img {
  width: 100%;
}
#recruit .recruit_flex .recruit_flex_contents .recruit_flex_contents_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_flex .recruit_flex_contents .recruit_flex_contents_text {
    width: 100%;
  }
}
#recruit .recruit_flex .recruit_flex_contents .recruit_flex_contents_text .recruit_flex_contents_text_headline {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_flex .recruit_flex_contents .recruit_flex_contents_text .recruit_flex_contents_text_headline {
    margin-bottom: 3vw;
  }
}
#recruit .recruit_flex .recruit_flex_contents .recruit_flex_contents_text .recruit_flex_contents_text_headline h5 {
  color: #86C7FF;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 0.5vw;
  letter-spacing: 0.2vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_flex .recruit_flex_contents .recruit_flex_contents_text .recruit_flex_contents_text_headline h5 {
    margin-bottom: 1.5vw;
  }
}
#recruit .recruit_flex .recruit_flex_contents .recruit_flex_contents_text .recruit_flex_contents_text_headline h4 {
  font-family: "Zen Old Mincho", serif;
  padding-bottom: 0.5vw;
  border-bottom: 1px solid #86C7FF;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_flex .recruit_flex_contents .recruit_flex_contents_text .recruit_flex_contents_text_headline h4 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_flex .recruit_flex_contents .recruit_flex_contents_text .recruit_flex_contents_text_headline h4 {
    font-size: 5vw;
    padding-bottom: 1.5vw;
  }
}
#recruit .recruit_bottom {
  width: 50%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_bottom {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_bottom {
    width: 95%;
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_bottom .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1441px) {
  #recruit .recruit_bottom .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #recruit .recruit_bottom .sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_bottom .sp {
    display: none !important;
  }
}
#recruit .recruit_bottom > img {
  width: 100%;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_bottom > img {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#recruit .recruit_bottom .mein_menu_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_bottom .mein_menu_btns {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_bottom .mein_menu_btns {
    width: 100%;
    flex-flow: column;
  }
}
#recruit .recruit_bottom .mein_menu_btns div {
  width: 50%;
  background-position: center;
  background-size: cover;
}
#recruit .recruit_bottom .mein_menu_btns div::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease;
}
#recruit .recruit_bottom .mein_menu_btns div:hover::before {
  opacity: 1;
}
#recruit .recruit_bottom .mein_menu_btns div a {
  width: 100%;
  text-decoration: none;
}
#recruit .recruit_bottom .mein_menu_btns div a button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vw 2vw;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  width: 100%;
  height: 100%;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_bottom .mein_menu_btns div a button {
    padding: 3vw 6vw;
  }
}
#recruit .recruit_bottom .mein_menu_btns div a button i {
  margin-right: 0.5vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_bottom .mein_menu_btns div a button i {
    margin-right: 1.5vw;
  }
}
#recruit .recruit_bottom .mein_menu_btns div a button span {
  display: block;
}
#recruit .recruit_bottom .mein_menu_btns div a button span:first-child {
  font-size: 0.6vw;
}
#recruit .recruit_bottom .mein_menu_btns div a button span:last-child {
  font-size: 1.2vw;
  font-weight: 600;
}
#recruit .recruit_bottom .mein_menu_btns div a button span:last-child i {
  margin-right: 0.5vw;
}

#contact .contact .contact_top {
  width: 40%;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_top {
    width: 80%;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_top {
    width: 95%;
    margin-top: 12vw;
  }
}
#contact .contact .contact_top > p {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_top > p {
    margin-bottom: 8vw;
  }
}
#contact .contact .contact_top .contact_top_contents {
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_top .contact_top_contents {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_top .contact_top_contents {
    margin-bottom: 8vw;
  }
}
#contact .contact .contact_top .contact_top_contents h4 {
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_top .contact_top_contents h4 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_top .contact_top_contents h4 {
    margin-bottom: 3vw;
  }
}
#contact .contact .contact_top .contact_top_contents .tel {
  border-top: 1px solid #005BAB;
  border-bottom: 1px solid #005BAB;
  padding: 2vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_top .contact_top_contents .tel {
    padding: 4vw 0;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_top .contact_top_contents .tel {
    padding: 6vw 0;
  }
}
#contact .contact .contact_top .contact_top_contents .tel i {
  margin-right: 1vw;
}
#contact .contact .contact_form .contact_form_headline {
  text-align: center;
  width: 60%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_form .contact_form_headline {
    width: 80%;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form .contact_form_headline {
    width: 95%;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_form .contact_form_headline img {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form .contact_form_headline img {
    width: 90%;
    margin-bottom: 1.5vw;
  }
}
#contact .contact .contact_form .contact_form_headline p {
  font-family: "Zen Old Mincho", serif;
}
#contact .contact .contact_form > p {
  text-align: center;
}
#contact .contact .contact_form > p {
  width: 50%;
  margin: auto;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_form > p {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form > p {
    width: 97%;
    margin-bottom: 8vw;
  }
}
#contact .contact .contact_form_container {
  background-color: #fff;
  width: 60%;
  margin: auto;
  padding: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_form_container {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_container {
    width: 95%;
  }
}
#contact .contact .contact_form_container .form {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_form_container .form {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_container .form {
    width: 100%;
  }
}
#contact .contact .contact_form_container .form .contact_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
  padding: 2vw 0;
  margin-bottom: 4vw;
  border-bottom: 1px dotted #101010;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_container .form .contact_contents {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 8vw;
  }
}
#contact .contact .contact_form_container .form .contact_contents p {
  font-size: 1vw;
  font-family: "Zen Old Mincho", serif;
  color: #101010;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_form_container .form .contact_contents p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_container .form .contact_contents p {
    font-size: 4vw;
  }
}
#contact .contact .contact_form_container .form .contact_contents p:first-child {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_container .form .contact_contents p:first-child {
    width: 100%;
  }
}
#contact .contact .contact_form_container .form .contact_contents p:first-child span {
  padding: 0.5vw;
  margin-right: 1vw;
}
#contact .contact .contact_form_container .form .contact_contents p:first-child .required {
  border: 1px solid #005BAB;
}
#contact .contact .contact_form_container .form .contact_contents p:first-child .any {
  background-color: #fff;
  border: 1px solid #919191;
  color: #919191;
}
#contact .contact .contact_form_container .form .contact_contents p:last-child {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_container .form .contact_contents p:last-child {
    width: 100%;
  }
}
#contact .contact .contact_form_container .form .contact_contents p:last-child input {
  background-color: #D9D9D9;
  border: none;
  height: 3vw;
  width: 100%;
  padding: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_form_container .form .contact_contents p:last-child input {
    height: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_container .form .contact_contents p:last-child input {
    height: 9vw;
  }
}
#contact .contact .contact_form_container .form .contact_contents p:last-child textarea {
  background-color: #D9D9D9;
  border: none;
  height: 80%;
  width: 100%;
}
#contact .contact .contact_form_container .form .contact_contents p .wpcf7-radio input {
  width: auto;
  height: auto;
}
#contact .contact .contact_form_container .form .contact_contents .address_contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_container .form .contact_contents .address_contents {
    width: 100%;
  }
}
#contact .contact .contact_form_container .form .contact_contents .address_contents .zip {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_container .form .contact_contents .address_contents .zip {
    margin-bottom: 4vw;
  }
}
#contact .contact .contact_form_container .form .contact_contents .address_contents .zip p {
  width: auto;
}
#contact .contact .contact_form_container .form .contact_contents .address_contents .zip p input {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_container .form .contact_contents .address_contents .zip p input {
    width: 80%;
  }
}
#contact .contact .contact_form_container .form .contact_contents .address_contents .pref {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_container .form .contact_contents .address_contents .pref {
    margin-bottom: 4vw;
  }
}
#contact .contact .contact_form_container .form .contact_contents .address_contents .pref p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .contact .contact_form_container .form .contact_contents .address_contents .pref p span {
  width: 45%;
  margin: 0;
  padding: 0;
}
#contact .contact .contact_form_container .form .contact_contents .address_contents .addr p {
  width: 100%;
}
#contact .contact .contact_form_container .form .contact_contents .address_contents .addr p span {
  width: 100%;
  margin: 0;
  padding: 0;
}
#contact .contact .contact_form_container .submit {
  width: 25%;
  margin: auto;
  text-align: center;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_container .submit {
    width: 40%;
  }
}
#contact .contact .contact_form_container .submit input {
  border: none;
  color: #fff;
  text-align: center;
  font-weight: 800;
  width: 100%;
}
#contact .contact .contact_form_container .submit .wpcf7-spinner {
  display: none;
}
#contact .contact .contact_form_container .policy {
  background-color: #093869;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_container .policy {
    padding: 8vw 0;
  }
}
#contact .contact .contact_form_container .policy .contact_headline h3 {
  color: #fff;
}
#contact .contact .contact_form_container .policy p {
  color: #fff;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_container .policy p {
    width: 95%;
  }
}

.footer_contact {
  background-position: center;
  background-size: cover;
  padding: 4vw 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact {
    padding: 8vw 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact {
    padding: 16vw 0;
  }
}
.footer_contact .footer_contact_bg01 {
  animation: slide 40s infinite alternate;
  background-image: linear-gradient(-60deg, #111 50%, #333 50%);
  bottom: 0;
  left: -50%;
  position: absolute;
  right: -50%;
  top: 0;
  opacity: 0.17;
  animation-duration: 20s;
}
.footer_contact .footer_contact_bg02 {
  animation: slide 40s infinite alternate;
  background-image: linear-gradient(-60deg, #111 50%, #333 50%);
  bottom: 0;
  left: -50%;
  position: absolute;
  right: -50%;
  top: 0;
  opacity: 0.17;
  animation-direction: alternate-reverse;
  animation-duration: 40s;
}
.footer_contact .footer_contact_contents {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_contact_contents {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents {
    width: 80%;
  }
}
.footer_contact .footer_contact_contents .top_headline {
  opacity: 0;
  transform: scale(0.8);
  transition: all 3s cubic-bezier(0.22, 1, 0.36, 1);
  text-align: center;
  width: 40%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents .top_headline {
    width: 80%;
    margin-bottom: 8vw;
  }
}
.footer_contact .footer_contact_contents .top_headline img {
  width: 100%;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_contact_contents .top_headline img {
    margin-bottom: 1.5vw;
  }
}
.footer_contact .footer_contact_contents .top_headline p {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.footer_contact .footer_contact_contents .top_headline.is-show {
  opacity: 1;
  transform: scale(1);
}
.footer_contact .footer_contact_contents .footer_contact_text {
  text-align: center;
  color: #fff;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_contact_contents .footer_contact_text {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents .footer_contact_text {
    margin-bottom: 8vw;
  }
}
.footer_contact .footer_contact_contents .footer_contact_text p {
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_contact_contents .footer_contact_text p {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents .footer_contact_text p {
    margin-bottom: 2vw;
  }
}
.footer_contact .footer_contact_contents .footer_contact_text h5 {
  font-weight: 500;
}
.footer_contact .footer_contact_contents .footer_contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents .footer_contact_btn {
    flex-flow: column;
  }
}
.footer_contact .footer_contact_contents .footer_contact_btn a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents .footer_contact_btn a {
    width: 100%;
  }
}
.footer_contact .footer_contact_contents .footer_contact_btn a button {
  color: #fff;
  padding: 1vw;
  border: 1px solid #86C7FF;
  font-family: "Zen Old Mincho", serif;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s;
}
.footer_contact .footer_contact_contents .footer_contact_btn a button:hover {
  background-color: #86C7FF;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_contact_contents .footer_contact_btn a button {
    padding: 1.5vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents .footer_contact_btn a button {
    width: 100%;
    padding: 4vw 2vw;
    font-size: 3.4vw;
  }
}
.footer_contact .footer_contact_contents .footer_contact_btn a button i {
  margin-right: 0.5vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_contents .footer_contact_btn a button i {
    margin-right: 1.5vw;
  }
}

.footer_map {
  width: 100%;
}
.footer_map iframe {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_map iframe {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_map iframe {
    height: 80vw;
  }
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
footer {
  position: relative;
  z-index: 100;
}
footer .footer {
  padding: 4vw 0;
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 100;
}
footer .footer .footer_logo {
  width: 30%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_logo {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_logo {
    width: 80%;
  }
}
footer .footer .footer_logo img {
  width: 100%;
}
footer .footer .footer_address {
  text-align: center;
}
footer .copyright {
  padding: 1vw 0;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 3vw 0;
  }
}
footer .copyright p {
  text-align: center;
}/*# sourceMappingURL=style.css.map */