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

a {
  text-decoration: none;
}
a button {
  font-size: 1.5rem;
  border: none;
  color: #473100;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #f6d664 70%, #DAAF08 85%, #DAAF08 90% 100%);
  padding: 1.5rem 0;
  width: 100%;
  margin: auto;
  cursor: pointer;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  a button {
    font-size: 4vw;
    width: 100%;
  }
}
a button:hover {
  filter: brightness(120%);
}
a button i {
  margin-left: 1vw;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #000;
}

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

.slick-next, .slick-prev {
  display: none !important;
}

p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.25rem;
  }
}

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

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

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

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

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

#lower_main {
  position: relative;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  #lower_main {
    margin-bottom: 6vw;
  }
}
#lower_main .lower_main {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 50vh;
  position: relative;
}
#lower_main .lower_main .lower_main_title {
  padding: 4vw;
  text-align: center;
  color: #fff;
  z-index: 1234;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 768px) {
  #lower_main .lower_main .lower_main_title {
    padding: 10vw 4vw;
  }
}
#lower_main .lower_main .lower_main_title h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #lower_main .lower_main .lower_main_title h3 {
    font-size: 2rem;
  }
}
#lower_main .lower_main .lower_main_title p {
  font-size: 2rem;
}
#lower_main .lower_main .lower_main_title_box {
  padding: 4vw;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1234;
}
@media screen and (max-width: 768px) {
  #lower_main .lower_main .lower_main_title_box {
    padding: 10vw 4vw;
  }
}
#lower_main .lower_main .lower_main_title_box h3 {
  text-align: center;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #lower_main .lower_main .lower_main_title_box h3 {
    font-size: 3rem;
  }
}
#lower_main .lower_main .lower_main_title_box h3 span {
  font-size: 50%;
}
#lower_main .lower_main .lower_main_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.6);
}
#lower_main .breadcrumbs {
  margin: 2vw 0;
  margin-left: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower_main .breadcrumbs {
    margin: 3vw 0;
    margin-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #lower_main .breadcrumbs {
    margin: 5vw 0;
    margin-left: 5vw;
  }
}
#lower_main .breadcrumbs p {
  font-size: 0.8vw;
  letter-spacing: 0.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower_main .breadcrumbs p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #lower_main .breadcrumbs p {
    font-size: 1.8vw;
  }
}
#lower_main .breadcrumbs p a {
  text-decoration: none;
  color: #c8c8c8;
}
#lower_main .breadcrumbs p span {
  margin: 0 1vw;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999;
}
header #header_sp {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  header #header_sp {
    align-items: start;
    /* height: 90vh; */
  }
}
header #header_sp .header_logo {
  padding: 1vw 0;
  width: 10%;
}
@media screen and (max-width: 768px) {
  header #header_sp .header_logo {
    width: 20%;
  }
}
header #header_sp .header_logo img {
  width: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  top: 0px;
  right: 0px;
  width: 4vw;
  height: 4vw;
  cursor: pointer;
  text-align: center;
  background-color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger {
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 10vw;
    height: 10vw;
  }
}

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

.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) {
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

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

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

nav ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 15px;
}
nav ul li img {
  width: 10vw;
  max-width: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  nav ul li img {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  nav ul li img {
    width: 20%;
    margin-bottom: 2rem;
  }
}

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

nav.globalMenuSp ul li a:hover {
  color: #8dbaed;
}

nav.globalMenuSp ul li a.current {
  color: #8dbaed;
}

nav.globalMenuSp ul li:first-child:hover {
  background: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  font-size: 1.1vw;
  line-height: 1.5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  nav.globalMenuSp ul li a {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 3vw;
    padding: 0.25em 0;
  }
}
nav.globalMenuSp ul li a span {
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a span {
    font-size: 4vw;
  }
}

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

#top_main {
  position: relative;
}
#top_main .slide-images {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images {
    height: 90vh;
  }
}
#top_main .slide-images::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#top_main .slide-images .slick-list {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slick-list .slick-track img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main_writing {
  position: absolute;
  top: 40vh;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_writing {
    top: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_writing {
    top: 40vh;
  }
}
#top_main .top_main_writing .top_main_text_en {
  margin-bottom: 0.5rem;
  overflow: hidden;
}
#top_main .top_main_writing .top_main_text_en p {
  font-size: 3vw;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.4vw;
  line-height: 1.3;
  animation: textAnime 5s 0s forwards ease-in-out;
  transform: translateY(100%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_writing .top_main_text_en p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_writing .top_main_text_en p {
    font-size: 7vw;
  }
}
#top_main .top_main_writing .top_main_text_ja {
  overflow: hidden;
}
#top_main .top_main_writing .top_main_text_ja p {
  font-size: 2.5vw;
  color: #fff;
  line-height: 3vw;
  animation: textAnime 5s 0s forwards ease-in-out;
  transform: translateY(100%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_writing .top_main_text_ja p {
    font-size: 2.5vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_writing .top_main_text_ja p {
    font-size: 6vw;
    line-height: 5vw;
  }
}

@keyframes textAnime {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}
.slide-images {
  overflow: hidden;
  margin: 0 auto;
}
.slide-images .slider-item {
  font-size: 0;
  height: 100%;
}
.slide-images .slider-item img {
  width: 100%;
}
.slide-images .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
#top_news {
  padding: 5rem 0;
}
#top_news .top_news_pc {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_pc {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc {
    width: 100%;
  }
}
#top_news .top_news_pc .top_news_contents {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents {
    width: 90%;
    margin: auto;
  }
}
#top_news .top_news_pc .top_news_contents .top_news_title {
  width: 10%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_pc .top_news_contents .top_news_title {
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents .top_news_title {
    width: 100%;
  }
}
#top_news .top_news_pc .top_news_contents .top_news_title h2 {
  position: relative;
  font-weight: 100;
  font-size: 2rem;
  display: inline-block;
  margin: 0;
}
#top_news .top_news_pc .top_news_contents ul {
  width: 90%;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_pc .top_news_contents ul {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul {
    width: 100%;
  }
}
#top_news .top_news_pc .top_news_contents ul a {
  text-decoration: none;
}
#top_news .top_news_pc .top_news_contents ul a li {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul a li {
    margin-bottom: 10px;
  }
}
#top_news .top_news_pc .top_news_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #ddd;
}
#top_news .top_news_pc .top_news_contents ul a li .outline .date {
  margin-right: 40px;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul a li .outline .date {
    margin-right: 20px;
    font-size: 10px;
  }
}
#top_news .top_news_pc .top_news_contents ul a li .outline .title {
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul a li .outline .title {
    font-size: 1.5rem;
  }
}
#top_news .top_news_pc .top_news_btn {
  width: 30%;
  margin: auto;
  margin-top: 5vw;
}
#top_news .top_news_pc .top_news_btn a button {
  color: #473100;
}

#greeting {
  background-image: repeating-linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), repeating-linear-gradient(45deg, #000 25%, #3b3b3b 25%, #3b3b3b 75%, #000 75%, #000);
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
}
#greeting #greeting_contents {
  padding: 5rem 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #greeting #greeting_contents {
    width: 90%;
    margin-bottom: 6vw;
  }
}
#greeting #greeting_contents h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  #greeting #greeting_contents h1 {
    font-size: 2.5rem;
  }
}
#greeting #greeting_contents h2 {
  font-size: 2rem;
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  #greeting #greeting_contents h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
#greeting #greeting_contents #greeting_text {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #greeting #greeting_contents #greeting_text p {
    text-align: left;
  }
}

#top_contents02 {
  position: relative;
  padding: 5vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents02 {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 768px) {
  #top_contents02 {
    margin-top: 25vw;
  }
}
#top_contents02:nth-child(even) .top_contents_box02 {
  flex-flow: row-reverse;
}
#top_contents02 .top_contents_box02 .top_content02 {
  position: relative;
}
#top_contents02 .top_contents_box02 .top_content02 .slider_contents {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents02 .top_contents_box02 .top_content02 .slider_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_contents02 .top_contents_box02 .top_content02 .slider_contents {
    width: 90%;
  }
}
#top_contents02 .top_contents_box02 .top_content02 .slider_contents .p-slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#top_contents02 .top_contents_box02 .top_content02 .slider_contents .p-slider li {
  width: 28vw !important;
  margin: 0 1vw;
}
@media screen and (max-width: 768px) {
  #top_contents02 .top_contents_box02 .top_content02 .slider_contents .p-slider li {
    width: 46vw !important;
  }
}
#top_contents02 .top_contents_box02 .top_content02 .slider_contents .p-slider li a .works_imgbg {
  width: 100%;
  height: 18vw;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #top_contents02 .top_contents_box02 .top_content02 .slider_contents .p-slider li a .works_imgbg {
    height: 25vw;
  }
}
#top_contents02 .top_contents_box02 .top_content02 .slider_contents .p-slider li a h5 {
  color: #fff;
  padding: 0.5rem 0;
  text-align: center;
}
#top_contents02 .top_contents_box02 .top_content02 .top_contents_headline02 {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #top_contents02 .top_contents_box02 .top_content02 .top_contents_headline02 {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #top_contents02 .top_contents_box02 .top_content02 .top_contents_headline02 p {
    text-align: left;
  }
}
#top_contents02 .top_contents_box02 .top_content02 .top_contents_headline02 .top_contents_title02 {
  margin-right: 20%;
  margin-left: 20%;
}
@media screen and (max-width: 768px) {
  #top_contents02 .top_contents_box02 .top_content02 .top_contents_headline02 .top_contents_title02 {
    width: 100%;
    margin: auto;
    margin-bottom: 6vw;
  }
}
#top_contents02 .top_contents_box02 .top_content02 .top_contents_headline02 .top_contents_title02 h1 {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #top_contents02 .top_contents_box02 .top_content02 .top_contents_headline02 .top_contents_title02 h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
#top_contents02 .top_contents_box02 .top_content02 .top_contents_headline02 .top_contents_title02 h2 {
  font-size: 2rem;
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  #top_contents02 .top_contents_box02 .top_content02 .top_contents_headline02 .top_contents_title02 h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
#top_contents02 .top_contents_box02 .top_content02 .top_contents_headline02 h3 {
  display: inline-block;
  position: relative;
  margin: 1rem 0 3rem 0;
}
#top_contents02 .top_contents_box02 .top_content02 .top_contents_headline02 h3:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #e0b81c;
}
#top_contents02 .top_contents_box02 .top_contents_box02 {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 25vw;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_contents02 .top_contents_box02 .top_contents_box02 {
    width: 100%;
    height: 100%;
    flex-flow: column;
  }
}
#top_contents02 .top_contents_box02 .top_contents_box02 .top_contents_image02 {
  width: 50%;
  height: 100%;
  padding: 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #top_contents02 .top_contents_box02 .top_contents_box02 .top_contents_image02 {
    width: 100%;
    height: 30vh;
    background-attachment: scroll;
  }
}
#top_contents02 .top_contents_box02 .top_contents_box02 .top_contents_text02 {
  width: 50%;
  height: 100%;
  color: #333;
  background: #ececec;
  padding: 0 5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents02 .top_contents_box02 .top_contents_box02 .top_contents_text02 {
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_contents02 .top_contents_box02 .top_contents_box02 .top_contents_text02 {
    width: 100%;
    padding: 2rem;
    bottom: 25%;
  }
}
#top_contents02 .top_contents_box02 .top_contents_box02 .top_contents_text02 .top_contents_text02_sub h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e0b81c;
}
@media screen and (max-width: 768px) {
  #top_contents02 .top_contents_box02 .top_contents_box02 .top_contents_text02 .top_contents_text02_sub h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
#top_contents02 .top_contents_btn {
  width: 30%;
  margin: auto;
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  #top_contents02 .top_contents_btn {
    width: 90%;
    margin-top: 5vw;
  }
}

#top_contents_menu {
  padding: 5rem 0;
  background-image: repeating-linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%, #000), repeating-linear-gradient(45deg, #000 25%, #3b3b3b 25%, #3b3b3b 75%, #000 75%, #000);
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
}
#top_contents_menu .top_contents_menu {
  list-style: none;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents_menu .top_contents_menu {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_contents_menu .top_contents_menu {
    width: 90%;
  }
}
#top_contents_menu .top_contents_menu li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #top_contents_menu .top_contents_menu li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#top_contents_menu .top_contents_menu li .top_contents_menu_box {
  width: 100%;
  margin: auto;
  position: relative;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 768px) {
  #top_contents_menu .top_contents_menu li .top_contents_menu_box {
    width: 100%;
    flex-flow: column;
  }
}
#top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image {
  width: 100%;
  height: 30vh;
  padding: 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image {
    width: 100%;
    height: 40vh;
    background-attachment: scroll;
  }
}
#top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 0;
  transition: all 0.4s;
}
#top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image:hover:after {
  background-color: rgba(0, 0, 0, 0);
}
#top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image .top_contents_menu_title {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 25%;
  left: 0;
  z-index: 1;
  text-shadow: 0 0 5px #000;
}
@media screen and (max-width: 768px) {
  #top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image .top_contents_menu_title {
    width: 90%;
    left: 5%;
    margin: 0 auto;
    margin-bottom: 6vw;
  }
}
#top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image .top_contents_menu_title h1 {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image .top_contents_menu_title h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
#top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image .top_contents_menu_title h2 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image .top_contents_menu_title h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
#top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image .top_contents_menu_title .form_btn {
  width: 60%;
  margin: auto;
  border: solid 1px #fff;
  margin-top: 3vw;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image .top_contents_menu_title .form_btn {
    width: 90%;
    margin-top: 2vw;
  }
}
#top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image .top_contents_menu_title .form_btn:hover a {
  color: #000 !important;
  background-color: #fff;
  text-shadow: none !important;
}
#top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image .top_contents_menu_title .form_btn a {
  padding: 1rem 0;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_contents_menu .top_contents_menu li .top_contents_menu_box .top_contents_menu_image .top_contents_menu_title .form_btn a {
    font-size: 1.4rem;
  }
}

.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  background-color: transparent !important;
}

.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  color: #444;
}

.bx-wrapper .bx-controls-direction a i {
  border: solid 1px #333;
  background-color: #eee;
  height: 40px;
  width: 30px;
  text-align: center;
  line-height: 37px;
  font-size: 120%;
  opacity: 0.3;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background-image: none;
  display: block;
  text-decoration: none;
}

.bx-wrapper .bx-prev {
  left: -30px;
}

.bx-wrapper .bx-next {
  right: -32px;
}

.bx-wrapper .bx-prev i {
  border-radius: 50% 0 0 50%;
}

.bx-wrapper .bx-next i {
  border-radius: 0 50% 50% 0;
}

@media (max-width: 575px) {
  .bx-wrapper .bx-controls-direction {
    display: none;
  }
}
#service {
  margin-bottom: 5rem;
}
#service .service_contents {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #service .service_contents:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents {
    width: 95%;
    flex-flow: column;
  }
}
#service .service_contents h2 {
  width: 100%;
  font-size: 2.5rem;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  #service .service_contents h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
#service .service_contents .service_text {
  width: 50%;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_text {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#service .service_contents .service_img {
  width: 50%;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_img {
    width: 100%;
  }
}
#service .service_contents .service_img img {
  width: 100%;
}

#policy_main {
  padding: 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #policy_main {
    padding: 0;
  }
}
#policy_main #policy_main_bg {
  background-position: center;
  background-size: cover;
  padding-top: 500px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main #policy_main_bg {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg {
    padding-top: 280px;
  }
}
#policy_main #policy_main_bg .policy_main_title {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 48px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main #policy_main_bg .policy_main_title {
    left: 50%;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg .policy_main_title {
    left: 55%;
    font-size: 24px;
  }
}
#policy_main #policy_main_bg .policy_main_logo {
  position: absolute;
  width: 30%;
  height: 300px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main #policy_main_bg .policy_main_logo {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg .policy_main_logo {
    width: 45%;
    height: 100px;
  }
}
#policy_main #policy_main_bg .policy_main_logo img {
  width: 60%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg .policy_main_logo img {
    width: 80%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main #policy_main_bg .policy_main_logo .policy_main_text {
    font-size: 10px;
  }
}

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

#news .news .news_contents {
  width: 70%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents {
    width: 90%;
  }
}
#news .news .news_contents ul {
  list-style: none;
}
#news .news .news_contents ul a {
  color: #fff;
  text-decoration: none;
}
#news .news .news_contents ul a li {
  border-bottom: 1px solid #999;
  padding: 0 1vw;
  margin-bottom: 3rem;
}
#news .news .news_contents ul a li .thumb {
  width: 100%;
  height: 40vw;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li .thumb img {
  width: 100%;
  height: 100%;
}
#news .news .news_contents ul a li .outline .date {
  font-size: 1.3rem;
  margin-bottom: 0.5vw;
}
#news .news .news_contents ul a li .outline .title {
  font-size: 1.8rem;
  margin-bottom: 0.3vw;
  font-weight: 600;
}
#news .news .news_contents ul a li .outline .descn {
  font-size: 0.8vw;
}

#news_single .news_contents {
  width: 70%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents {
    width: 90%;
  }
}
#news_single .news_contents ul {
  list-style: none;
  color: #fff;
  text-decoration: none;
}
#news_single .news_contents ul li .thumb {
  width: 100%;
  height: 40vw;
  margin-bottom: 2vw;
}
#news_single .news_contents ul li .thumb img {
  width: 100%;
  height: 100%;
}
#news_single .news_contents ul li .outline .date {
  font-size: 1vw;
  margin-bottom: 0.5vw;
}
#news_single .news_contents ul li .outline .title {
  font-size: 1.6vw;
  margin-bottom: 2vw;
  font-weight: 600;
}
#news_single .news_contents ul li .outline .descn {
  font-size: 0.8vw;
}

#company .company {
  width: 70%;
  margin: auto;
  margin-bottom: 6vw;
}
@media screen and (max-width: 768px) {
  #company .company {
    width: 90%;
    margin-bottom: 10vw;
  }
}
#company .company h2 {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
  padding: 1.5vw 0px 1.5vw 3vw;
  margin: auto auto 4vw;
}
#company .company ul {
  list-style: none;
}
#company .company ul li {
  text-align: center;
  font-size: 1.5rem;
  line-height: 3;
}
#company .company table {
  width: 85%;
  margin: auto;
  margin-bottom: 2rem;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #company .company table {
    width: 100%;
  }
}
#company .company table tr {
  border-bottom: 1px solid #999;
}
#company .company table tr th, #company .company table tr td {
  padding: 1.4vw;
  font-size: 1vw;
  letter-spacing: 0.3vw;
  line-height: 1.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company table tr th, #company .company table tr td {
    font-size: 1.6vw;
    line-height: 2.4vw;
    padding: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company table tr th, #company .company table tr td {
    font-size: 2.2vw;
    line-height: 4vw;
    letter-spacing: 0.6vw;
    padding: 3vw;
  }
}
#company .company table tr th {
  width: 30%;
}
#company .company .map {
  width: 80%;
  margin: auto;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .map {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #company .company .map {
    width: 100%;
  }
}
#company .company .map p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5rem;
}
#company .company .map iframe {
  width: 100%;
  height: 40rem;
}

#contact {
  width: 70%;
  margin: auto;
  color: #fff;
  margin-top: 120px;
  padding-bottom: 6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact {
    width: 90%;
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    width: 90%;
    padding: 10px;
    padding-bottom: 6vw;
    margin-top: 6vw;
  }
}
#contact .insta_logo {
  width: 30%;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #contact .insta_logo {
    width: 90%;
  }
}
#contact .insta_logo a {
  transition: all 0.4s;
}
#contact .insta_logo a:hover {
  opacity: 0.7;
}
#contact .insta_logo a img {
  width: 100%;
}
#contact .contact_text {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contact .contact_text {
    margin-bottom: 20px;
  }
  #contact .contact_text p {
    font-size: 3vw;
  }
}
#contact form {
  width: 100%;
}
#contact form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #d7bd48;
}
@media screen and (max-width: 768px) {
  #contact form table tr {
    display: flex;
    flex-flow: column;
  }
}
#contact form table tr th, #contact form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact form table tr th, #contact form table tr td {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact form table tr th, #contact form table tr td {
    font-size: 3vw;
  }
}
#contact form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  border-bottom: 1px solid #d7bd48;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #contact form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#contact form table tr th span {
  padding: 10px;
  background-color: red;
  border-radius: 10px;
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #contact form table tr th span {
    padding: 5px;
  }
}
#contact form table tr td {
  padding: 40px 0;
  width: 65%;
  border-bottom: 1px solid #d7bd48;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #contact form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#contact form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact form table tr td input {
    width: 100%;
  }
}
#contact form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact form table tr td textarea {
    width: 100%;
  }
}
#contact form table tr:nth-child(4) th span {
  background-color: blue;
  border-radius: 10px;
}
#contact form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #contact form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
#contact form .agree {
  text-align: center;
  font-size: 180%;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #contact form .agree {
    font-size: 130%;
    margin: 10px 0;
  }
}
#contact form .submit {
  text-align: center;
}
#contact form .submit input {
  padding: 20px 180px;
  font-size: 18px;
  border: none;
  background-color: #555;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #contact form .submit input {
    padding: 10px 90px;
  }
}
#contact form .submit input:hover {
  color: #555;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #555;
}
#contact form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #contact form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#contact form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #contact form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#works .works .works_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents {
    margin-bottom: 16vw;
  }
}
#works .works .works_contents h2 {
  padding: 1.5vw 0;
  background-color: #333;
  color: #fff;
  width: 100%;
  margin: auto;
  padding-left: 3vw;
  margin-bottom: 4vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents h2 {
    width: 100%;
    padding: 3vw 0;
    padding-left: 0;
    margin-bottom: 8vw;
  }
}
#works .works .works_contents ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#works .works .works_contents ul a {
  width: 25%;
  text-decoration: none;
  padding: 1rem;
  justify-content: space-between;
  transition: all 0.4s;
}
#works .works .works_contents ul a:hover {
  opacity: 0.75;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a {
    width: 50%;
  }
}
#works .works .works_contents ul a li {
  background-color: #555;
  padding: 1rem;
  align-items: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li {
    padding: 0.75rem !important;
    flex-flow: column;
    padding: 6vw;
  }
}
#works .works .works_contents ul a li .thumb {
  width: 100%;
  height: 15vw;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .thumb {
    width: 100%;
    flex-wrap: wrap;
    height: 20vh;
  }
}
#works .works .works_contents ul a li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #555;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .outline {
    width: 100%;
  }
}
#works .works .works_contents ul a li .outline .date {
  letter-spacing: 0.3vw;
  color: #fff;
  margin-bottom: 0.5vw;
}
#works .works .works_contents ul a li .outline .title {
  letter-spacing: 0.3vw;
  color: #fff;
  font-size: 1.2vw;
  padding: 1rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a li .outline .title {
    text-align: center;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .outline .title {
    text-align: center;
    font-size: 4vw;
    padding: 0.5rem 0;
  }
}
#works .works .works_contents ul a li .outline .descn p {
  color: #fff;
}
#works .works .works_contents .navigation {
  text-align: center;
  margin: 4vw 0;
}

footer {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer {
    background-attachment: scroll;
  }
}
footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
}
footer #top_contact {
  position: relative;
  z-index: 10;
}
footer #top_contact .top_contact {
  width: 100%;
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact {
    padding: 1rem 0;
  }
}
footer #top_contact .top_contact .top_contact_bg {
  position: relative;
  padding: 0 2vw;
  z-index: 10;
}
footer #top_contact .top_contact .top_contact_bg .top_contact_title {
  color: #fff;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_title {
    font-size: 3vw;
  }
  footer #top_contact .top_contact .top_contact_bg .top_contact_title span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_title {
    font-size: 5vw;
  }
  footer #top_contact .top_contact .top_contact_bg .top_contact_title span {
    font-size: 3vw;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_title h4 {
  font-size: 2.5vw;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_title h4 {
    font-size: 6vw;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_title h4 span {
  font-family: "Dancing Script", cursive;
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents {
    width: 95%;
    flex-flow: column;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel {
  width: 80%;
  text-align: center;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 6vw 0;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel h5 {
  font-size: 1.2vw;
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel h5 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel h5 {
    font-size: 3.8vw;
    margin-bottom: 5vw;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel p {
  font-size: 2vw;
  letter-spacing: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel p {
    font-size: 3vw;
    letter-spacing: 0.7vw;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel p {
    font-size: 4vw;
    letter-spacing: 0.7vw;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form {
    width: 80%;
    padding: 6vw 0;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form h5 {
  font-size: 1.2vw;
  margin-bottom: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form h5 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form h5 {
    font-size: 3.8vw;
    margin-bottom: 4vw;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form a {
  text-decoration: none;
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form a button {
  border: none;
  color: #fff;
  background-color: #333;
  padding: 1vw 0;
  width: 65%;
  margin: auto;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form a button {
    font-size: 2.2vw;
    padding: 3vw 0;
    width: 80%;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form a button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid #fff;
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form a button i {
  margin-left: 1vw;
}

.footer {
  position: relative;
  z-index: 10;
}
.footer .footer_main {
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .footer .footer_main {
    padding: 3rem 0 0rem 0;
  }
}
.footer .footer_main .footer_logo {
  width: 10%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_logo {
    width: 30%;
  }
}
.footer .footer_main .footer_logo img {
  width: 100%;
}
.footer .footer_main .footer_text {
  color: #fff;
  letter-spacing: 0.2vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_text {
    margin-bottom: 3rem;
  }
}
.footer .footer_main .footer_text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_text p {
    font-size: 1.6rem;
  }
}
.footer .footer_main .footer_text .sns {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_text .sns {
    margin-bottom: 4vw;
  }
}
.footer .footer_main .footer_text .sns a {
  text-decoration: none;
  color: #fff;
  margin: 0 1vw;
  transition: all 0.4s;
}
.footer .footer_main .footer_text .sns a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_text .sns a {
    margin: 0 2.5vw;
  }
}
.footer .footer_main .footer_text .sns a img {
  width: 15px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_main .footer_text .sns a img {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_text .sns a img {
    width: 10px;
  }
}
.footer .footer_main .footer_text .tel {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_main .footer_text .tel {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_text .tel {
    font-size: 2vw;
  }
}
.footer .footer_menu {
  margin-bottom: 5vw;
}
.footer .footer_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  width: 80%;
  margin: 1rem auto;
}
@media screen and (max-width: 768px) {
  .footer .footer_menu ul {
    width: 90%;
  }
}
.footer .footer_menu ul li {
  position: relative;
  width: 14.2857142857%;
  padding: 1vw auto;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_menu ul li {
    width: 14.2857142857%;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_menu ul li {
    width: auto;
    margin: 0.5rem;
    border: none;
  }
}
.footer .footer_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_menu ul li a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_menu ul li a {
    font-size: 3.5vw;
  }
}
.footer .footer_menu ul li a span {
  font-size: 1.2vw;
  margin-bottom: 0.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_menu ul li a span {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_menu ul li a span {
    font-size: 2.6vw;
  }
}
.footer .footer_menu ul li a span:hover {
  color: #8FB7E1;
}
.footer .copy_right {
  text-align: center;
  padding: 1vw 0;
  position: relative;
  z-index: 10;
}
.footer .copy_right p {
  font-size: 1.3rem;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .copy_right p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .copy_right p {
    font-size: 2vw;
  }
}/*# sourceMappingURL=style.css.map */