@charset "UTF-8";
.smart-cf-meta-box-repeat-tables {
  display: flex;
}

.smart-cf-meta-box-table {
  width: 33%;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}
a button {
  font-size: 1.5rem;
  border: none;
  color: #333;
  background-color: #fff;
  padding: 2rem 0;
  width: 100%;
  margin: auto;
  transition: all 0.4s;
  cursor: pointer;
}
a button:hover {
  opacity: 7.5;
}
@media screen and (max-width: 768px) {
  a button {
    font-size: 4vw;
    width: 80%;
    margin: 0 10%;
  }
}
a button i {
  margin-left: 1vw;
}

html {
  font-size: 62.5%;
}

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

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

#lower_main {
  position: relative;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  #lower_main {
    margin-bottom: 5rem;
  }
}
#lower_main .lower_main {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 50vh;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower_main .lower_main {
    height: 50vh;
  }
}
@media screen and (max-width: 768px) {
  #lower_main .lower_main {
    height: 50vh;
  }
}
#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 {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 1234;
}
#lower_main .lower_main .lower_main_title_box h3 {
  text-align: center;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #lower_main .lower_main .lower_main_title_box h3 {
    font-size: 3.5rem;
  }
}
#lower_main .lower_main .lower_main_title_box h3 span {
  display: block;
  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 {
  background-color: #333;
}
#lower_main .breadcrumbs p {
  color: #fff;
  font-size: 0.8vw;
  letter-spacing: 0.3vw;
  padding: 1rem;
}
@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: 1rem;
  }
}
#lower_main .breadcrumbs p a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.4s;
}
#lower_main .breadcrumbs p a:hover {
  color: #BBBCBF;
}
#lower_main .breadcrumbs p span {
  margin: 0 1vw;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  display: flex;
  align-items: center;
}

#header_sp .header_logo {
  padding: 1vw 0;
  width: 20%;
}
@media screen and (max-width: 768px) {
  #header_sp .header_logo {
    width: 30%;
  }
}
#header_sp .header_logo img {
  width: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  text-align: center;
  background-color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger {
    width: 70px;
    height: 70px;
  }
}
@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: 0;
  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.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 5px;
}
nav.globalMenuSp ul li img {
  width: 25vw;
  max-width: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li img {
    width: 20%;
  }
}

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: 0.5em 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;
  }
}
nav.globalMenuSp ul li a span {
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a span {
    font-size: 3vw;
  }
}

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

#top_main {
  position: relative;
}
#top_main .slide-images {
  width: 100%;
  height: 100vh;
  position: relative;
}
@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: 40vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_writing {
    top: 35vh;
  }
}
#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: 8rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.4vw;
  line-height: 1.3;
  animation: textAnime 1.5s 0.5s 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: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_writing .top_main_text_en p {
    font-size: 5rem;
  }
}
#top_main .top_main_writing .top_main_text_en p img {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_writing .top_main_text_en p img {
    width: 70vw;
  }
}
#top_main .top_main_writing .top_main_text_ja {
  overflow: hidden;
}
#top_main .top_main_writing .top_main_text_ja p {
  font-size: 4rem;
  color: #fff;
  animation: textAnime 1.5s 0.5s 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: 4rem;
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_writing .top_main_text_ja p {
    font-size: 1.5rem;
    line-height: 5vw;
  }
}
#top_main #top_news {
  padding: 4rem 0;
}
#top_main #top_news .top_news {
  width: 70%;
  padding: 3rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main #top_news .top_news {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_main #top_news .top_news {
    position: relative;
    bottom: 0;
    top: 100%;
    width: 100%;
    padding: 18vw 8vw;
  }
}
#top_main #top_news .top_news .top_news_contents .top_news_title {
  color: #000;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #top_main #top_news .top_news .top_news_contents .top_news_title {
    margin-bottom: 6vw;
  }
}
#top_main #top_news .top_news .top_news_contents .top_news_title h2 {
  text-align: center;
  color: #000 !important;
  padding-bottom: 1rem;
}
#top_main #top_news .top_news .top_news_contents .top_news_title h4 {
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  #top_main #top_news .top_news .top_news_contents .top_news_title h4 {
    letter-spacing: 0.6vw;
  }
}
#top_main #top_news .top_news .top_news_contents .top_news_title p {
  font-size: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main #top_news .top_news .top_news_contents .top_news_title p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main #top_news .top_news .top_news_contents .top_news_title p {
    font-size: 2vw;
  }
}
#top_main #top_news .top_news .top_news_contents ul {
  list-style: none;
}
#top_main #top_news .top_news .top_news_contents ul a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s;
}
#top_main #top_news .top_news .top_news_contents ul a:hover {
  color: #666;
}
#top_main #top_news .top_news .top_news_contents ul a li {
  border-bottom: 1px solid #999;
  padding: 1vw;
}
#top_main #top_news .top_news .top_news_contents ul a li .outline .date {
  font-size: 0.8vw;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main #top_news .top_news .top_news_contents ul a li .outline .date {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main #top_news .top_news .top_news_contents ul a li .outline .date {
    font-size: 2vw;
  }
}
#top_main #top_news .top_news .top_news_contents ul a li .outline .title {
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main #top_news .top_news .top_news_contents ul a li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main #top_news .top_news .top_news_contents ul a li .outline .title {
    font-size: 3vw;
  }
}
#top_main #top_news .top_contents_btn {
  width: 20%;
  margin: 30px auto;
  margin-top: 5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main #top_news .top_contents_btn {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #top_main #top_news .top_contents_btn {
    width: 100%;
  }
}

@keyframes textAnime {
  to {
    transform: translateY(0px);
  }
}
.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);
  }
}
#greeting #greeting_contents {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 0% 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 5rem;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting #greeting_contents {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  #greeting #greeting_contents {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 0% 70%, rgba(255, 255, 255, 0.75) 70%, rgba(255, 255, 255, 0.75) 100%);
    display: block;
    padding: 2rem;
  }
}
#greeting #greeting_contents .greeting_text {
  color: #333;
  width: 48%;
}
@media screen and (max-width: 768px) {
  #greeting #greeting_contents .greeting_text {
    width: 95%;
  }
}
#greeting #greeting_contents .greeting_text h1 {
  color: #333;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  #greeting #greeting_contents .greeting_text h1 {
    font-size: 2.5rem;
  }
}
#greeting #greeting_contents .greeting_text h2 {
  color: #333;
  border-bottom: solid 1px #020202;
  font-size: 2rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #greeting #greeting_contents .greeting_text h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
#greeting #greeting_contents .greeting_text p {
  color: #333;
  line-height: 2.5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting #greeting_contents .greeting_text p {
    line-height: 3;
  }
}
@media screen and (max-width: 768px) {
  #greeting #greeting_contents .greeting_text p {
    text-align: left;
    font-size: 2.6vw;
    line-height: 3;
  }
}
#greeting #greeting_contents .greeting_img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #greeting #greeting_contents .greeting_img {
    width: 95%;
    margin-top: 2rem;
  }
}
#greeting #greeting_contents .greeting_img img {
  width: 100%;
}

.top_contents {
  position: relative;
  margin-top: 10vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .top_contents {
    margin-top: 10vw;
  }
}
.top_contents .top_contents_box {
  margin-bottom: 3rem;
}
.top_contents .top_contents_box .top_content {
  position: relative;
}
.top_contents .top_contents_box .top_content .top_contents_box_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .top_contents .top_contents_box .top_content .top_contents_box_sub {
    width: 100%;
    flex-flow: column;
    flex-direction: column-reverse;
  }
}
.top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_headline {
  position: absolute;
  top: 4rem;
  right: 2rem;
  writing-mode: vertical-rl;
  margin-bottom: 3rem;
  z-index: 1;
  text-shadow: 0 0 5px #000;
}
@media screen and (max-width: 768px) {
  .top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_headline {
    top: 2rem;
    right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_headline .top_contents_title {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 6vw;
  }
}
.top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_headline .top_contents_title h1 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_headline .top_contents_title h1 {
    font-size: 2.5rem;
  }
}
.top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_headline .top_contents_title h2 {
  font-size: 3rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_headline .top_contents_title h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_image {
  position: relative;
  width: 50%;
  padding: 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 40vw;
  background-attachment: scroll;
}
@media screen and (max-width: 768px) {
  .top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_image {
    width: 100%;
    background-attachment: scroll;
  }
}
.top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_text {
  width: 50%;
  color: #333;
  padding: 7rem;
  border-radius: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_text {
    width: 50%;
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_text {
    width: 100%;
    padding: 2rem;
  }
}
.top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_text h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_text h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_text p {
  line-height: 2.8;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_text p {
    font-size: 1.6vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .top_contents .top_contents_box .top_content .top_contents_box_sub .top_contents_text p {
    font-size: 2.6vw;
    line-height: 6vw;
  }
}
.top_contents .top_contents_btn {
  width: 20%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents .top_contents_btn {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .top_contents .top_contents_btn {
    width: 100%;
  }
}
.top_contents .row {
  overflow: hidden;
  display: -ms-grid;
  -ms-grid-columns: min-content;
}
.top_contents .autoplay-slider {
  display: flex;
  min-width: 100%;
  width: -moz-min-content;
  width: min-content;
  animation: 60s linear infinite sliderAnimation;
}
.top_contents .slide {
  height: 20vw;
  width: 300px;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top_contents .slide {
    height: 30vw;
    width: 150px;
  }
}
.top_contents .top_gallery_btn {
  margin-top: 3vw;
  text-align: center;
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: -moz-min-content;
  width: min-content;
  animation: 20s linear infinite sliderAnimation;
}

@keyframes marquee {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.top_contents02 {
  position: relative;
  margin-top: 15vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents02 {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .top_contents02 {
    margin-top: 10vw;
  }
}
.top_contents02 .top_contents_box02 .top_content02 {
  position: relative;
}
.top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub {
  display: flex;
  justify-content: start;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub {
    width: 100%;
    flex-flow: column;
  }
}
.top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_headline02 {
  position: absolute;
  top: 4rem;
  left: 0;
  writing-mode: vertical-rl;
  text-align: center;
  margin-bottom: 3rem;
  text-shadow: 0 0 5px #000;
}
@media screen and (max-width: 768px) {
  .top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_headline02 {
    top: 2rem;
    left: 2rem;
  }
}
.top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .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_box02_sub .top_contents_headline02 .top_contents_title02 {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 6vw;
  }
}
.top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_headline02 .top_contents_title02 h1 {
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_headline02 .top_contents_title02 h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
.top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_headline02 .top_contents_title02 h2 {
  font-size: 3rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_headline02 .top_contents_title02 h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_image02 {
  width: 60%;
  padding: 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 40vw;
  background-attachment: scroll;
}
@media screen and (max-width: 768px) {
  .top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_image02 {
    width: 100%;
    height: 100vw;
    background-attachment: scroll;
  }
}
.top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_text02 {
  position: absolute;
  bottom: -5vw;
  right: 5%;
  width: 50%;
  color: #333;
  background: rgba(255, 255, 255, 0.7);
  padding: 7rem;
  border-radius: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_text02 {
    width: 60%;
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_text02 {
    width: 100%;
    padding: 2rem;
    right: 0;
    bottom: 0;
  }
}
.top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_text02 h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_text02 h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_text02 p {
  line-height: 2.8;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_text02 p {
    font-size: 1.6vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .top_contents02 .top_contents_box02 .top_content02 .top_contents_box02_sub .top_contents_text02 p {
    font-size: 2.6vw;
    line-height: 6vw;
  }
}
.top_contents02 .top_contents_btn {
  width: 20%;
  margin: 30px auto;
  margin-top: 10vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents02 .top_contents_btn {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .top_contents02 .top_contents_btn {
    width: 100%;
  }
}

.top_contents03 {
  position: relative;
  margin-top: 10vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents03 {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .top_contents03 {
    margin-top: 10vw;
  }
}
.top_contents03 .top_contents_box03 {
  margin-bottom: 3rem;
}
.top_contents03 .top_contents_box03 .top_content03 {
  position: relative;
}
.top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 {
    width: 100%;
    flex-flow: column;
  }
}
.top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_headline03 {
  position: absolute;
  top: 4rem;
  left: 2rem;
  writing-mode: vertical-rl;
  margin-bottom: 3rem;
  z-index: 1;
  text-shadow: 0 0 5px #000;
}
@media screen and (max-width: 768px) {
  .top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_headline03 {
    top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_headline03 .top_contents_title03 {
    width: 100%;
    margin: auto;
    margin-bottom: 6vw;
  }
}
.top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_headline03 .top_contents_title03 h1 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_headline03 .top_contents_title03 h1 {
    font-size: 2.5rem;
  }
}
.top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_headline03 .top_contents_title03 h2 {
  font-size: 3rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_headline03 .top_contents_title03 h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_image03 {
  position: relative;
  width: 50%;
  padding: 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 40vw;
  background-attachment: scroll;
}
@media screen and (max-width: 768px) {
  .top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_image03 {
    width: 100%;
    background-attachment: scroll;
  }
}
.top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_text03 {
  width: 50%;
  color: #333;
  padding: 7rem;
  border-radius: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_text03 {
    width: 50%;
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_text03 {
    width: 100%;
    padding: 2rem;
  }
}
.top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_text03 h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_text03 h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_text03 p {
  line-height: 2.8;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_text03 p {
    font-size: 1.6vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .top_contents03 .top_contents_box03 .top_content03 .top_contents_box_sub03 .top_contents_text03 p {
    font-size: 2.6vw;
    line-height: 6vw;
  }
}
.top_contents03 .top_contents_btn {
  width: 20%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents03 .top_contents_btn {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .top_contents03 .top_contents_btn {
    width: 100%;
  }
}

#top_recruit {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 15vw;
  margin-bottom: 10vw;
}
#top_recruit #top_recruit_contents {
  width: 60%;
  margin: auto;
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #top_recruit #top_recruit_contents {
    width: 100%;
    flex-flow: column;
    padding: 15vw 0;
  }
}
#top_recruit #top_recruit_contents #top_recruit_contents_box {
  background: rgba(255, 255, 255, 0.75);
  padding: 3rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #top_recruit #top_recruit_contents #top_recruit_contents_box {
    width: 80%;
    margin: 0 auto;
    padding: 2rem;
  }
}
#top_recruit #top_recruit_contents #top_recruit_contents_box .top_recruit_text {
  text-align: center;
  position: relative;
  z-index: 10;
  color: #222;
}
#top_recruit #top_recruit_contents #top_recruit_contents_box .top_recruit_text h1 {
  font-size: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit #top_recruit_contents #top_recruit_contents_box .top_recruit_text h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit #top_recruit_contents #top_recruit_contents_box .top_recruit_text h1 {
    font-size: 2rem;
  }
}
#top_recruit #top_recruit_contents #top_recruit_contents_box .top_recruit_text h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit #top_recruit_contents #top_recruit_contents_box .top_recruit_text h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit #top_recruit_contents #top_recruit_contents_box .top_recruit_text h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit #top_recruit_contents #top_recruit_contents_box .top_recruit_text p {
    font-size: 1.6vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit #top_recruit_contents #top_recruit_contents_box .top_recruit_text p {
    font-size: 2.6vw;
    line-height: 6vw;
  }
}

#service {
  margin-bottom: 5rem;
}
#service .service_contents {
  width: 90%;
  margin: auto;
}
#service .service_contents .service_title h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  background-color: #353535;
  color: #fff;
  padding: 2rem;
}
#service .service_contents .service_title h2:before {
  content: "";
  border-left: 10px double #222;
  margin-right: 0.5rem;
}
#service .service_contents .service_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  margin-bottom: 10rem;
  position: relative;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #service .service_contents .service_content {
    margin-bottom: 20rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_contents .service_content {
    margin-bottom: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content {
    margin-bottom: 5rem;
  }
}
#service .service_contents .service_content:nth-child(odd) .service_text {
  left: 0;
}
#service .service_contents .service_content:nth-child(odd) .service_img {
  margin-left: 50%;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content:nth-child(odd) .service_img {
    margin-left: 0%;
  }
}
#service .service_contents .service_content:nth-child(even) .service_text {
  right: 0;
}
#service .service_contents .service_content:nth-child(even) .service_img {
  margin-right: 50%;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content:nth-child(even) .service_img {
    margin-right: 0%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content {
    width: 100%;
    flex-flow: column;
  }
}
#service .service_contents .service_content .service_text {
  position: absolute;
  top: 5rem;
  width: 60%;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_contents .service_content .service_text {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_text {
    position: relative;
    width: 100%;
    padding: 1.5rem;
    margin-bottom: 1rem;
    margin-top: -5rem;
  }
}
#service .service_contents .service_content .service_text h2 {
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2rem;
  color: black;
  background-image: repeating-linear-gradient(45deg, #222 0px 2px, transparent 2px, transparent 4px);
  background-repeat: no-repeat;
  background-size: 1rem;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_text h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
#service .service_contents .service_content .service_text p {
  color: #222;
}
#service .service_contents .service_content .service_img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_img {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_content .service_img {
    width: 100%;
  }
}
#service .service_contents .service_content .service_img img {
  width: 100%;
}

#recruit .recruit_contents {
  padding: 3rem 0;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
}
#recruit .recruit_contents p {
  text-align: center;
  font-size: 2rem;
}
#recruit .recruit_contents .recruit_detail {
  width: 65%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 3rem;
  z-index: 100;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #recruit .recruit_contents .recruit_detail {
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents .recruit_detail {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail {
    width: 90%;
    padding: 2rem;
  }
}
#recruit .recruit_contents .recruit_detail .recruit_title h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  background-color: #353535;
  color: #fff;
  padding: 2rem;
}
#recruit .recruit_contents .recruit_detail .recruit_title h2:before {
  content: "";
  border-left: 10px double #fff;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail .recruit_title h2 {
    font-size: 2rem;
    padding: 1rem;
  }
}
#recruit .recruit_contents .recruit_detail table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
#recruit .recruit_contents .recruit_detail table tr {
  font-size: 1.5rem;
}
#recruit .recruit_contents .recruit_detail table tr th {
  width: 35%;
  padding: 20px 0;
  text-align: end;
  padding-right: 40px;
  color: #333;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr th {
    padding-right: 20px;
    font-size: 12.5px;
    width: 35%;
  }
}
#recruit .recruit_contents .recruit_detail table tr td {
  color: #333;
  width: 65%;
  padding: 20px 0;
  padding-left: 40px;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr td {
    padding-left: 20px;
    font-size: 12.5px;
    width: 65%;
  }
}

#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 {
  padding: 0 0 10rem 0;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #news {
    width: 95%;
  }
}
#news .news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 768px) {
  #news .news {
    display: block;
    justify-content: center;
    align-items: center;
  }
}
#news .news .news_contents {
  width: 65%;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents {
    width: 95%;
    padding: 2rem;
    margin: 0 auto;
  }
}
#news .news .news_contents ul {
  list-style: none;
}
#news .news .news_contents ul a {
  color: #555;
  text-decoration: none;
}
#news .news .news_contents ul a li {
  border-bottom: 1px solid #555;
  padding: 0 1vw;
}
#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;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a li .outline .date {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a li .outline .date {
    font-size: 4vw;
  }
}
#news .news .news_contents ul a li .outline .title {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a li .outline .title {
    font-size: 4.5vw;
  }
}
#news .news .news_contents ul a li .outline .descn {
  font-size: 0.8vw;
}
#news .news .monthly-archive {
  width: 30%;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .monthly-archive {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  #news .news .monthly-archive {
    width: 95%;
    padding: 2rem;
    margin: 2rem auto 0 auto;
  }
}
#news .news .monthly-archive h4 {
  color: #222;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .monthly-archive h4 {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .monthly-archive h4 {
    font-size: 4vw;
  }
}
#news .news .monthly-archive h3 {
  color: #000;
  border-bottom: solid 1px rgba(34, 34, 34, 0.4);
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .monthly-archive h3 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .monthly-archive h3 {
    font-size: 4.5vw;
  }
}
#news .news .monthly-archive ul {
  list-style: none;
}
#news .news .monthly-archive ul li a {
  color: #000;
  font-size: 1.3rem;
}

#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 .works_title {
  margin-bottom: 3rem;
}
#works .works .works_contents .works_title h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
  background-color: #353535;
  color: #fff;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .works_title h2 {
    font-size: 2rem;
    padding: 1rem;
  }
}
#works .works .works_contents .works_title h2:before {
  content: "";
  border-left: 10px double #fff;
  margin-right: 0.5rem;
}
#works .works .works_contents ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: left;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul {
    justify-content: left;
  }
}
#works .works .works_contents ul a {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2rem;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #works .works .works_contents ul a {
    width: 32%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a {
    width: 48%;
  }
}
#works .works .works_contents ul a:hover {
  opacity: 0.7;
}
#works .works .works_contents ul a li {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li {
    flex-flow: column;
  }
}
#works .works .works_contents ul a li .thumb {
  height: 15vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #works .works .works_contents ul a li .thumb {
    height: 20vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a li .thumb {
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .thumb {
    width: 100%;
    flex-wrap: wrap;
    height: 20vh;
    margin-bottom: 4vw;
  }
}
#works .works .works_contents ul a li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works .works_contents ul a li .outline .title {
  color: #222;
  font-size: 1.5rem;
  padding: 1rem 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul a li .outline .title {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #works .works .works_contents ul a:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul a:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (min-width: 1441px) {
  #works .works .works_contents ul a:nth-child(4n) a {
    margin-right: 0%;
  }
}
#works .works .works_contents .navigation {
  text-align: center;
  margin: 4vw 0;
}

#news_single {
  padding: 0 0 10rem 0;
}
#news_single .news_single {
  width: 70%;
  padding: 3rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single {
    width: 90%;
  }
}
#news_single .news_single .news_contents ul {
  list-style: none;
  color: #555;
  text-decoration: none;
}
#news_single .news_single .news_contents ul li .thumb {
  width: 100%;
  height: 40vw;
  margin-bottom: 2vw;
}
#news_single .news_single .news_contents ul li .thumb img {
  width: 100%;
  height: 100%;
}
#news_single .news_single .news_contents ul li .outline .date {
  font-size: 0.8vw;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 2vw;
  }
}
#news_single .news_single .news_contents ul li .outline .title {
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .title {
    font-size: 3vw;
  }
}
#news_single .news_single .news_contents ul li .outline .descn {
  font-size: 0.8vw;
}

#works_single .works_contents {
  width: 90%;
  margin: auto;
}
#works_single .works_contents .works_content .works_title h2 {
  font-size: 3rem;
  margin-bottom: 5rem;
  background-color: #353535;
  color: #fff;
  padding: 2rem;
}
#works_single .works_contents .works_content .works_title h2:before {
  content: "";
  border-left: 10px double #fff;
  margin-right: 0.5rem;
}
#works_single .works_contents .works_content ul {
  list-style: none;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #works_single .works_contents .works_content ul {
    justify-content: space-between;
  }
}
#works_single .works_contents .works_content ul li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #works_single .works_contents .works_content ul li {
    width: 32%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works_contents .works_content ul li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works_contents .works_content ul li {
    width: 46%;
    margin-right: 0%;
  }
}
#works_single .works_contents .works_content ul li a {
  height: 20vw;
  display: block;
  background-size: cover;
  background-position: center;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #works_single .works_contents .works_content ul li a {
    height: 20vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works_contents .works_content ul li a {
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #works_single .works_contents .works_content ul li a {
    width: 100%;
    flex-wrap: wrap;
    height: 20vh;
  }
}
#works_single .works_contents .works_content ul li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #works_single .works_contents .works_content ul li:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works_single .works_contents .works_content ul li:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (min-width: 1441px) {
  #works_single .works_contents .works_content ul li:nth-child(4n) a {
    margin-right: 0%;
  }
}

#company .message {
  width: 65%;
  margin: auto;
  padding: 3rem;
  margin-bottom: 6vw;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .message {
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .message {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .message {
    width: 90%;
    padding: 2rem;
  }
}
#company .message .message_title h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  background-color: #353535;
  color: #fff;
  padding: 2rem;
}
#company .message .message_title h2:before {
  content: "";
  border-left: 10px double #fff;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  #company .message .message_title h2 {
    font-size: 2rem;
    padding: 1rem;
  }
}
#company .message .message_title p {
  color: #222;
}
#company .message .message_title p strong {
  font-size: 120%;
  font-weight: 400;
  display: block;
  text-align: right;
}
#company .message .message_title p span {
  font-weight: 600;
}
#company .company {
  width: 65%;
  margin: auto;
  padding: 3rem;
  margin-bottom: 6vw;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .company {
    width: 90%;
    padding: 2rem;
  }
}
#company .company .company_title h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  background-color: #353535;
  color: #fff;
  padding: 2rem;
}
#company .company .company_title h2:before {
  content: "";
  border-left: 10px double #fff;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  #company .company .company_title h2 {
    font-size: 2rem;
    padding: 1rem;
  }
}
#company .company ul {
  list-style: none;
}
#company .company ul li {
  text-align: center;
  font-size: 1.5rem;
  line-height: 3;
}
#company .company table {
  width: 100%;
  margin: auto;
  margin-bottom: 2rem;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #company .company table {
    width: 100%;
  }
}
#company .company table tr {
  border-bottom: 1px solid #222;
}
#company .company table tr th, #company .company table tr td {
  color: #222;
  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: 100%;
  margin: auto;
  margin-bottom: 3rem;
}
@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: 60px;
  padding-bottom: 6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact {
    width: 90%;
    padding-bottom: 120px;
  }
}
@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;
  }
}

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: center;
  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: 50%;
  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 {
    width: 80%;
    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 {
  color: #fff;
  background-color: transparent;
  padding: 1vw 0;
  width: 65%;
  margin: auto;
  border: solid 1px #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 p {
    font-size: 2vw;
    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 {
    width: 80%;
    font-size: 2.2vw;
    letter-spacing: 0.7vw;
    padding: 3vw 0;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel p i {
  margin-right: 5px;
}
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: transparent;
  padding: 1vw 0;
  width: 65%;
  margin: auto;
  transition: all 0.4s;
  cursor: pointer;
  border: solid 1px #fff;
}
@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: 0 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 0 0;
  }
}
.footer .footer_main .footer_logo {
  width: 20%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_logo {
    width: 50%;
  }
}
.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 h2 {
  margin-bottom: 2rem;
}
.footer .footer_main .footer_text h2 span {
  font-size: 70%;
  display: block;
}
.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_main .footer_text .insta a {
  color: #fff;
  width: 300px;
  display: block;
  border: solid 1px #fff;
  margin: 2rem auto;
  padding: 0.5rem 0;
  transition: all 0.4s;
}
.footer .footer_main .footer_text .insta a .fa-instagram {
  padding-right: 1rem;
}
.footer .footer_main .footer_text .insta a .fa-right-from-bracket {
  padding-left: 1rem;
}
.footer .footer_main .footer_text .insta a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_text .insta a {
    font-size: 2.2vw;
    width: 60%;
    padding: 1rem 0;
  }
}
.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: 11.1111111111%;
  padding: 1vw auto;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_menu ul li {
    width: 15vw;
  }
}
@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: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_menu ul li a {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_menu ul li a {
    font-size: 1.6vw;
  }
}
.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: 1rem;
  }
}
.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 */