@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.8rem;
  border: none;
  color: #fff;
  background-color: #d82352;
  padding: 1.5rem 0;
  width: 100%;
  margin: auto;
  transition: all 0.4s;
  cursor: pointer;
}
a button:hover {
  background-color: #ae133b;
  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: #222;
  background-color: #ffffff;
}

@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: 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: 5rem;
  text-shadow: 0 0 5px #000;
}
@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;
}
#lower_main .breadcrumbs {
  background-color: #004d8c;
}
#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: #ccc;
  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 #header_pc {
  position: relative;
  width: 100%;
  height: 11vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(72, 135, 111, 0.8);
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc {
    height: 10vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    height: 9vw;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none !important;
  }
}
header #header_pc .header_logo {
  width: 10vh;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_pc .header_logo {
    width: 9vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_logo {
    width: 9vw;
  }
}
header #header_pc .header_logo a {
  width: 100%;
  margin: auto;
  display: block;
}
header #header_pc .header_logo a img {
  width: 100%;
}
header #header_pc .header_menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}
header #header_pc .header_menu ul li {
  width: 16.6666666667%;
  text-align: center;
  border-left: solid 1px #fff;
}
header #header_pc .header_menu ul li:first-child {
  border-left: none;
}
header #header_pc .header_menu ul li a {
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-weight: 600;
  font-size: 1.3vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul li a {
    font-size: 1.5rem;
  }
}
header #header_pc .header_menu ul li a:hover {
  opacity: 0.75;
}
header #header_pc .header_menu ul li a span {
  font-size: 1.1vw;
  margin-top: 0.5rem;
  display: block;
  color: #FFF;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul li a span {
    font-size: 1.5rem;
  }
}
header #header_pc .header_menu ul li:not(:last-child):hover {
  opacity: 0.7;
}
header #header_pc .header_menu ul li:last-child button {
  color: #fff;
}
header #header_sp {
  position: relative;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_sp {
    display: flex;
  }
}
header #header_sp .header_logo {
  width: 145px;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp .header_logo {
    width: 145px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp .header_logo {
    width: 15vw;
  }
}
@media screen and (max-width: 768px) {
  header #header_sp .header_logo {
    width: 20vw;
    margin: 2vw;
  }
}
header #header_sp .header_logo a {
  width: 100%;
  margin: auto;
  display: block;
}
header #header_sp .header_logo a img {
  width: 100%;
}
header .top_contact {
  position: absolute;
  top: 12vw;
  right: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header .top_contact {
    top: 12vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .top_contact {
    top: 12vw;
  }
}
@media screen and (max-width: 768px) {
  header .top_contact {
    display: none;
  }
}
header .top_contact a {
  font-size: 1.1rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 7px 0px 0px 7px;
  writing-mode: vertical-rl;
  transition: all 0.4s;
}
header .top_contact a:hover {
  opacity: 0.75;
}
header .top_contact a span {
  display: inline;
  padding: 0.5rem;
  color: #fff;
  background-color: #6bb93d;
  border-radius: 7px 0px 0px 0px;
}
header .top_contact a strong {
  padding: 0.5rem;
  display: inline-block;
  margin-top: -5px;
  font-weight: 600;
}

/*　ハンバーガーボタン　*/
.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: 15px;
}
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.2);
}
#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: 35vh;
  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: 35vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_writing {
    top: 30vh;
  }
}
#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: #222;
  font-weight: 600;
  letter-spacing: 0.4vw;
  line-height: 1.3;
  animation: textAnime 2s 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: 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: 20rem;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_writing .top_main_text_en p img {
    width: 40vw;
  }
}
#top_main .top_main_writing .top_main_text_ja {
  overflow: hidden;
}
#top_main .top_main_writing .top_main_text_ja p {
  font-size: 3.5rem;
  font-weight: 500;
  color: #fff;
  transform: translateY(200%);
  animation: textanimation 2.5s forwards;
  text-shadow: 0 0 10px #000;
  /* 1文字目 */
  /* 2文字目 */
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_main_writing .top_main_text_ja p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_main_writing .top_main_text_ja p {
    font-size: 2rem;
  }
}
#top_main .top_main_writing .top_main_text_ja p:nth-child(1) {
  animation-delay: 2s;
}
#top_main .top_main_writing .top_main_text_ja p:nth-child(2) {
  animation-delay: 2.8s;
}
#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: #222;
  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: #222 !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: #222;
  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_contents_btn {
  width: 20%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_contents_btn {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_contents_btn {
    width: 100%;
  }
}

@keyframes textAnime {
  0% {
    opacity: 0;
    transform: scale(0.5);
    transform: translateY(3em);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform: translateY(0);
  }
}
@keyframes textanimation {
  0% {
    opacity: 0;
    transform: scale(0.5);
    transform: translateY(3em);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    transform: translateY(0);
  }
}
.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 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#greeting #greeting_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8rem 5rem 8rem 5rem;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting #greeting_contents {
    padding: 8rem 5rem 8rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  #greeting #greeting_contents {
    padding: 3rem 2rem 5rem 2rem;
  }
}
#greeting #greeting_contents .greeting_text {
  color: #222;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #greeting #greeting_contents .greeting_text {
    width: 95%;
  }
}
#greeting #greeting_contents .greeting_text h1 {
  color: #d82352;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: center;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #greeting #greeting_contents .greeting_text h1 {
    font-size: 2rem;
  }
}
#greeting #greeting_contents .greeting_text h2 {
  color: #999;
  font-size: 2rem;
  padding-bottom: 1rem;
  text-align: center;
}
@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 h2 {
  color: #999;
  font-size: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 200px;
  padding-bottom: 3rem;
}
@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: #222;
  line-height: 2.5;
  text-align: center;
}
@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 .loop_wrap {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fff 67%, #b9dabf 67%, #b9dabf 100%);
}
#greeting .loop_wrap img {
  width: auto;
  height: 100%;
  max-width: none;
}
@media screen and (max-width: 768px) {
  #greeting .loop_wrap img {
    width: 100%;
  }
}

.loop_wrap img:nth-child(odd) {
  animation: loop 80s -40s linear infinite;
}

.loop_wrap img:nth-child(even) {
  animation: loop2 80s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#top_area {
  border-top: solid 15px #b9dabf;
  overflow: hidden;
  position: relative;
}
#top_area .top_area_headline {
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_area .top_area_headline .top_area_title {
    width: 100%;
    margin: auto;
    text-align: center;
  }
}
#top_area .top_area_headline .top_area_title h1 {
  width: 100%;
  color: #d82352;
  font-size: 5rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0;
  height: 9rem;
}
#top_area .top_area_headline .top_area_title h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 9rem;
  background-color: #fffce4;
}
#top_area .top_area_headline .top_area_title h1:after {
  content: "AREA";
  position: absolute;
  bottom: 0;
  left: -6%;
  padding: 1vw 5vw 1vw 11vw;
  display: inline-block;
  width: 17rem;
  border-radius: 5rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #top_area .top_area_headline .top_area_title h1:after {
    width: 80%;
    margin: 0 auto;
    left: 10%;
    bottom: 2.5rem;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area_headline .top_area_title h1 {
    font-size: 2.5rem;
  }
}
#top_area .top_area_headline .top_area_title h2 {
  color: #999;
  font-size: 3rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #top_area .top_area_headline .top_area_title h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
#top_area .top_area {
  background-size: cover;
}
#top_area .top_area .top_area_content {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_area .top_area .top_area_content {
    width: 100%;
    flex-flow: column;
    flex-direction: column-reverse;
  }
}
#top_area .top_area .top_area_content .top_area_text {
  width: 70%;
  background: rgba(255, 255, 255, 0.7);
  padding: 3rem;
  margin: 5rem;
  border-radius: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area .top_area_content .top_area_text {
    width: 70%;
    margin-left: 30%;
    padding: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area .top_area_content .top_area_text {
    width: 90%;
    padding: 2rem;
  }
}
#top_area .top_area .top_area_content .top_area_text h3 {
  color: #d82352;
  font-size: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  #top_area .top_area .top_area_content .top_area_text h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
#top_area .top_area .top_area_content .top_area_text p {
  line-height: 2.8;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_area .top_area_content .top_area_text p {
    font-size: 1.6vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_area .top_area_content .top_area_text p {
    font-size: 2.6vw;
    line-height: 6vw;
  }
}
#top_area .top_contents_btn {
  width: 20%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .top_contents_btn {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #top_area .top_contents_btn {
    width: 100%;
  }
}
#top_area .row {
  overflow: hidden;
  display: -ms-grid;
  -ms-grid-columns: min-content;
}
#top_area .autoplay-slider {
  display: flex;
  min-width: 100%;
  width: -moz-min-content;
  width: min-content;
  animation: 60s linear infinite sliderAnimation;
}
#top_area .slide {
  height: 20vw;
  width: 300px;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_area .slide {
    height: 30vw;
    width: 150px;
  }
}
#top_area .top_gallery_btn {
  margin-top: 3vw;
  text-align: center;
}

#top_vehicle {
  position: relative;
  padding-bottom: 5vw;
  overflow: hidden;
}
#top_vehicle .top_vehicle_headline {
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_vehicle .top_vehicle_headline .top_vehicle_title {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 6vw;
  }
}
#top_vehicle .top_vehicle_headline .top_vehicle_title h1 {
  width: 100%;
  color: #d82352;
  font-size: 5rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 0;
  margin-bottom: 2rem;
  height: 9rem;
}
#top_vehicle .top_vehicle_headline .top_vehicle_title h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 9rem;
  background-color: #fffce4;
}
#top_vehicle .top_vehicle_headline .top_vehicle_title h1:after {
  content: "VEHICLE";
  position: absolute;
  bottom: 0;
  right: -6%;
  padding: 1vw 11vw 1vw 5vw;
  display: inline-block;
  width: 25rem;
  border-radius: 5rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #top_vehicle .top_vehicle_headline .top_vehicle_title h1:after {
    width: 80%;
    margin: 0 auto;
    right: 10%;
    bottom: 2.5rem;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_vehicle .top_vehicle_headline .top_vehicle_title h1 {
    font-size: 2.5rem;
  }
}
#top_vehicle .top_vehicle_headline .top_vehicle_title h2 {
  font-size: 3rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #top_vehicle .top_vehicle_headline .top_vehicle_title h2 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
#top_vehicle .top_vehicle {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
#top_vehicle .top_vehicle .top_vehicle_content {
  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_vehicle .top_vehicle .top_vehicle_content {
    width: 100%;
    flex-flow: column;
    flex-direction: column-reverse;
  }
}
#top_vehicle .top_vehicle .top_vehicle_content .top_vehicle_text {
  width: 100%;
  color: #222;
  padding: 3rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #top_vehicle .top_vehicle .top_vehicle_content .top_vehicle_text {
    width: 100%;
    padding: 2rem;
  }
}
#top_vehicle .top_vehicle .top_vehicle_content .top_vehicle_text h2 {
  color: #d82352;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_vehicle .top_vehicle .top_vehicle_content .top_vehicle_text h2 {
    font-size: 2rem;
  }
}
#top_vehicle .top_vehicle .top_vehicle_content .top_vehicle_text h3 {
  position: relative;
  margin-bottom: 0.2rem;
  padding: 0.5rem 0rem;
  border-bottom: 8px dotted #d82352;
  font-weight: bold;
  font-size: 26px;
  color: #999;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_vehicle .top_vehicle .top_vehicle_content .top_vehicle_text h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_vehicle .top_vehicle .top_vehicle_content .top_vehicle_text h3 {
    font-size: 2rem;
  }
}
#top_vehicle .top_vehicle .top_vehicle_content .top_vehicle_text p {
  text-align: center;
  line-height: 2.8;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_vehicle .top_vehicle .top_vehicle_content .top_vehicle_text p {
    font-size: 1.6vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_vehicle .top_vehicle .top_vehicle_content .top_vehicle_text p {
    text-align: left;
    font-size: 2.6vw;
    line-height: 6vw;
  }
}
#top_vehicle .top_vehicle .top_vehicle_content .top_vehicle_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_vehicle .top_vehicle .top_vehicle_content .top_vehicle_image {
    width: 100%;
    background-attachment: scroll;
  }
}
#top_vehicle .top_contents_btn {
  width: 25%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_vehicle .top_contents_btn {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #top_vehicle .top_contents_btn {
    width: 100%;
  }
}
#top_vehicle .top_contents_btn .form_btn a {
  display: block;
}
#top_vehicle .top_contents_btn .form_btn a button {
  border-radius: 1rem;
}
#top_vehicle .top_vehicle_bus {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_vehicle .top_vehicle_bus {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #top_vehicle .top_vehicle_bus {
    width: 90%;
  }
}
#top_vehicle .top_vehicle_bus li {
  width: 23%;
}
@media screen and (max-width: 768px) {
  #top_vehicle .top_vehicle_bus li {
    width: 48%;
    margin-top: 2rem;
  }
}
#top_vehicle .top_vehicle_bus li .vehicle_slide {
  width: 355px;
  height: 355px;
  border-radius: 50%;
  border: solid 3px #ddd;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_vehicle .top_vehicle_bus li .vehicle_slide {
    width: 235px;
    height: 235px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_vehicle .top_vehicle_bus li .vehicle_slide {
    width: 168px;
    height: 168px;
  }
}
@media screen and (max-width: 768px) {
  #top_vehicle .top_vehicle_bus li .vehicle_slide {
    width: 40vw;
    height: 40vw;
  }
}
#top_vehicle .top_vehicle_bus li:nth-child(even) {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #top_vehicle .top_vehicle_bus li:nth-child(even) {
    margin-top: 2rem;
  }
}
#top_vehicle .row {
  overflow: hidden;
  display: -ms-grid;
  -ms-grid-columns: min-content;
}
#top_vehicle .autoplay-slider {
  display: flex;
  min-width: 100%;
  width: -moz-min-content;
  width: min-content;
  animation: 60s linear infinite sliderAnimation;
}
#top_vehicle .slide {
  height: 20vw;
  width: 300px;
  margin: 0 2rem;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_vehicle .slide {
    height: 30vw;
    width: 150px;
  }
}
#top_vehicle .top_gallery_btn {
  margin-top: 3vw;
  text-align: center;
}
#top_vehicle .top_contents_btn {
  width: 50%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_vehicle .top_contents_btn {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #top_vehicle .top_contents_btn {
    width: 100%;
  }
}
#top_vehicle .top_contents_btn .form_btn a {
  display: block;
}
#top_vehicle .top_contents_btn .form_btn a button {
  border-radius: 1rem;
}

@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_recruit {
  border-top: solid 60px #fffce4;
  overflow: hidden;
}
#top_recruit .top_recruit .top_recruit_contents {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents {
    width: 100%;
    flex-flow: column;
    padding-top: 5vw;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_content {
  width: 50%;
  margin: auto;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_content {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_content .top_recruit_headline {
  text-align: center;
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_content .top_recruit_headline h2 {
  position: relative;
  margin-bottom: 0.2rem;
  padding: 0.5rem 0rem;
  color: #d82352;
  font-weight: bold;
  font-size: 26px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 200px;
  padding-bottom: 3rem;
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_content .top_recruit_headline h1 {
  color: #d82352;
  font-size: 4rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_content .top_recruit_headline h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_content .top_recruit_headline h1 {
    font-size: 2rem;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_content .top_recruit_headline h2 {
  color: #999;
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_content .top_recruit_headline h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_content .top_recruit_headline h2 {
    font-size: 2rem;
  }
}
#top_recruit .top_recruit .top_recruit_contents .top_recruit_content .top_recruit_text p {
  text-align: left;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_content .top_recruit_text p {
    font-size: 1.6vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_contents .top_recruit_content .top_recruit_text p {
    font-size: 2.6vw;
    line-height: 6vw;
  }
}
#top_recruit .top_recruit .top_recruit_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
#top_recruit .top_recruit .top_recruit_image div {
  background-size: cover;
  background-position: center;
  height: 25vw;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_image div {
    width: 50%;
    height: 20vh;
  }
}
#top_recruit .top_contents_btn {
  width: 50%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_contents_btn {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_contents_btn {
    width: 100%;
  }
}
#top_recruit .top_contents_btn .form_btn a {
  display: block;
}
#top_recruit .top_contents_btn .form_btn a button {
  border-radius: 1rem;
}

.moving_img01 {
  animation: moving-y 3s ease-in-out infinite alternate-reverse;
}

@keyframes moving-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.moving_img02 {
  animation: moving-y2 3s ease-in-out infinite alternate-reverse;
}

@keyframes moving-y2 {
  0% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(-10%);
  }
}
#service {
  margin-bottom: 5rem;
}
#service .service_contents .service_title {
  background-color: rgba(0, 77, 140, 0.1);
  margin-bottom: 3rem;
}
#service .service_contents .service_title h2 {
  text-align: center;
  display: table;
  margin: 0 auto;
  font-size: 5rem;
  padding: 0 2rem;
  color: #004d8c;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #service .service_contents .service_title h2 {
    font-size: 3rem;
  }
}

#service02 {
  background-color: rgba(0, 77, 140, 0.1);
  padding: 5rem 0;
  margin-bottom: 5rem;
}
#service02 .service_contents02 {
  width: 90%;
  margin: auto;
}
#service02 .service_contents02 .service_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#service02 .service_contents02 .service_content .service_text {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #service02 .service_contents02 .service_content .service_text {
    width: 100%;
    padding: 0rem;
    margin-bottom: 1rem;
  }
}
#service02 .service_contents02 .service_content .service_text h2 {
  font-size: 2.5rem;
  color: #004d8c;
  border-bottom: solid 3px #d82352;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
#service02 .service_contents02 .service_content .service_text h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #004d8c;
  bottom: -3px;
  width: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service02 .service_contents02 .service_content .service_text h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #service02 .service_contents02 .service_content .service_text h2 {
    font-size: 1.6rem;
  }
}
#service02 .service_contents02 .service_content .service_text p {
  color: #222;
}
#service02 .service_contents02 .service_content .service_img {
  width: 48%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service02 .service_contents02 .service_content .service_img {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  #service02 .service_contents02 .service_content .service_img {
    width: 100%;
    height: 45vh;
  }
}
#service02 .service_contents02 .service_content .service_img img {
  width: 100%;
}

#recruit .recruit_title {
  background-color: rgba(0, 77, 140, 0.1);
  margin-bottom: 3rem;
}
#recruit .recruit_title h2 {
  text-align: center;
  display: table;
  margin: 0 auto;
  font-size: 5rem;
  padding: 0 2rem;
  color: #004d8c;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_title h2 {
    font-size: 3rem;
  }
}

#recruit02 .recruit_contents {
  padding: 3rem 0;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
}
#recruit02 .recruit_contents .recruit_p {
  width: 70%;
  margin: 0 auto 5rem auto;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #recruit02 .recruit_contents .recruit_p {
    width: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit02 .recruit_contents .recruit_p {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #recruit02 .recruit_contents .recruit_p {
    width: 90%;
    padding: 0;
  }
}
#recruit02 .recruit_contents .recruit_p .recruit_title h4 {
  color: #004d8c;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  border-bottom: solid 1px #999;
  padding: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit02 .recruit_contents .recruit_p .recruit_title h4 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  #recruit02 .recruit_contents .recruit_p .recruit_title h4 {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
#recruit02 .recruit_contents .recruit_detail {
  width: 70%;
  margin: auto;
  box-shadow: 0 0 5px #cacaca;
  padding: 5rem;
  z-index: 100;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #recruit02 .recruit_contents .recruit_detail {
    width: 75%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit02 .recruit_contents .recruit_detail {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #recruit02 .recruit_contents .recruit_detail {
    width: 90%;
    padding: 2rem;
  }
}
#recruit02 .recruit_contents .recruit_detail .recruit_title h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  color: #d82352;
  border-bottom: solid 2px #d82352;
  padding: 2rem;
}
#recruit02 .recruit_contents .recruit_detail .recruit_title h2:before {
  content: "";
  border-left: 10px double #d82352;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #recruit02 .recruit_contents .recruit_detail .recruit_title h2 {
    font-size: 2rem;
    padding: 1rem;
  }
}
#recruit02 .recruit_contents .recruit_detail table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
#recruit02 .recruit_contents .recruit_detail table tr {
  font-size: 1.5rem;
}
#recruit02 .recruit_contents .recruit_detail table tr th {
  width: 35%;
  padding: 20px 0;
  text-align: end;
  padding-right: 40px;
  color: #333;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  #recruit02 .recruit_contents .recruit_detail table tr th {
    padding-right: 20px;
    font-size: 12.5px;
    width: 35%;
  }
}
#recruit02 .recruit_contents .recruit_detail table tr td {
  color: #333;
  width: 65%;
  padding: 20px 0;
  padding-left: 40px;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  #recruit02 .recruit_contents .recruit_detail table tr td {
    padding-left: 20px;
    font-size: 12.5px;
    width: 65%;
  }
}

#policy .policy_title {
  background-color: rgba(0, 77, 140, 0.1);
  margin-bottom: 3rem;
}
#policy .policy_title h2 {
  text-align: center;
  display: table;
  margin: 0 auto;
  font-size: 5rem;
  padding: 0 2rem;
  color: #004d8c;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #policy .policy_title h2 {
    font-size: 3rem;
  }
}

#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: 60px;
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
    margin-top: 30px;
  }
}
.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;
}

#vehicle .vehicle_title {
  background-color: rgba(0, 77, 140, 0.1);
  margin-bottom: 3rem;
}
#vehicle .vehicle_title h2 {
  text-align: center;
  display: table;
  margin: 0 auto;
  font-size: 5rem;
  padding: 0 2rem;
  color: #004d8c;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #vehicle .vehicle_title h2 {
    font-size: 3rem;
  }
}

#vehicle02 .vehicle .vehicle_contents_img {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #vehicle02 .vehicle .vehicle_contents_img {
    margin-bottom: 16vw;
  }
}
#vehicle02 .vehicle .vehicle_contents_img .vehicle_title {
  margin-bottom: 3rem;
}
#vehicle02 .vehicle .vehicle_contents_img .vehicle_title h2 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #d82352;
  border-bottom: solid 2px #d82352;
  padding: 2rem;
}
#vehicle02 .vehicle .vehicle_contents_img .vehicle_title h2:before {
  content: "";
  border-left: 10px double #d82352;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #vehicle02 .vehicle .vehicle_contents_img .vehicle_title h2:before {
    border-left: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #vehicle02 .vehicle .vehicle_contents_img .vehicle_title h2 {
    font-size: 1.6rem;
    padding: 1rem;
  }
}
#vehicle02 .vehicle .vehicle_contents_img ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#vehicle02 .vehicle .vehicle_contents_img ul li {
  width: 33.3333333333%;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #vehicle02 .vehicle .vehicle_contents_img ul li {
    width: 100%;
  }
}
#vehicle02 .vehicle .vehicle_contents_img ul li a {
  transition: all 0.4s;
}
#vehicle02 .vehicle .vehicle_contents_img ul li a:hover {
  opacity: 0.75;
}
#vehicle02 .vehicle .vehicle_contents_img ul li a .vehicle_bg {
  display: block;
  height: 20vW;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #vehicle02 .vehicle .vehicle_contents_img ul li a .vehicle_bg {
    height: 35vh;
  }
}
#vehicle02 .vehicle .vehicle_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #vehicle02 .vehicle .vehicle_contents {
    margin-bottom: 16vw;
  }
}
#vehicle02 .vehicle .vehicle_contents .vehicle_title {
  margin-bottom: 3rem;
}
#vehicle02 .vehicle .vehicle_contents .vehicle_title h2 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #d82352;
  border-bottom: solid 2px #d82352;
  padding: 2rem;
}
#vehicle02 .vehicle .vehicle_contents .vehicle_title h2:before {
  content: "";
  border-left: 10px double #d82352;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #vehicle02 .vehicle .vehicle_contents .vehicle_title h2:before {
    border-left: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #vehicle02 .vehicle .vehicle_contents .vehicle_title h2 {
    font-size: 1.6rem;
    padding: 1rem;
  }
}
#vehicle02 .vehicle .vehicle_contents ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #vehicle02 .vehicle .vehicle_contents ul {
    justify-content: space-between;
  }
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list {
  width: 32%;
  margin-bottom: 2rem;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
  border: solid 1px #ddd;
}
@media screen and (min-width: 1441px) {
  #vehicle02 .vehicle .vehicle_contents ul .vehicle_list {
    margin-right: 2%;
  }
  #vehicle02 .vehicle .vehicle_contents ul .vehicle_list:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #vehicle02 .vehicle .vehicle_contents ul .vehicle_list {
    margin-right: 2%;
  }
  #vehicle02 .vehicle .vehicle_contents ul .vehicle_list:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #vehicle02 .vehicle .vehicle_contents ul .vehicle_list {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  #vehicle02 .vehicle .vehicle_contents ul .vehicle_list {
    width: 100%;
    height: auto;
  }
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list li {
  padding: 1rem;
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list li .thumb {
  height: 18vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #vehicle02 .vehicle .vehicle_contents ul .vehicle_list li .thumb {
    height: 30vw;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #vehicle02 .vehicle .vehicle_contents ul .vehicle_list li .thumb {
    flex-wrap: wrap;
    height: 30vh;
    margin-bottom: 4vw;
  }
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list li .outline .title {
  color: #fff;
  background-color: #004d8c;
  font-size: 1.5rem;
  padding: 0.5rem;
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  #vehicle02 .vehicle .vehicle_contents ul .vehicle_list li .outline .title {
    font-size: 3vw;
  }
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list li .outline .content {
  color: #222;
  font-size: 1.5rem;
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list li .outline .content p {
  line-height: 1.5;
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list li .link_p {
  width: auto;
  text-align: center;
  margin: 2rem auto 1.5rem auto;
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list li .link_p a {
  padding: 1rem 4rem;
  border-radius: 1rem;
  margin: 0 auto;
  display: inline;
  color: #fff;
  background-color: #333;
  transition: all 0.4s;
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list li .link_p a:hover {
  opacity: 0.75;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #vehicle02 .vehicle .vehicle_contents ul .vehicle_list:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #vehicle02 .vehicle .vehicle_contents ul .vehicle_list:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (min-width: 1441px) {
  #vehicle02 .vehicle .vehicle_contents ul .vehicle_list:nth-child(4n) a {
    margin-right: 0%;
  }
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list .gallery_ul {
  display: flex;
  flex-wrap: wrap;
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list .gallery_ul .gallery_li {
  width: 50%;
  padding: 1rem;
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list .gallery_ul .gallery_li a {
  transition: all 0.4s;
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list .gallery_ul .gallery_li a:hover {
  opacity: 0.75;
}
#vehicle02 .vehicle .vehicle_contents ul .vehicle_list .gallery_ul .gallery_li a .vehicle_bg {
  display: block;
  height: 8vW;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #vehicle02 .vehicle .vehicle_contents ul .vehicle_list .gallery_ul .gallery_li a .vehicle_bg {
    height: 12vW;
  }
}
@media screen and (max-width: 768px) {
  #vehicle02 .vehicle .vehicle_contents ul .vehicle_list .gallery_ul .gallery_li a .vehicle_bg {
    height: 35vh;
  }
}
#vehicle02 .vehicle .vehicle_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 .company_title {
  background-color: rgba(0, 77, 140, 0.1);
  margin-bottom: 3rem;
}
#company .company_title h2 {
  text-align: center;
  display: table;
  margin: 0 auto;
  font-size: 5rem;
  padding: 0 2rem;
  color: #004d8c;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #company .company_title h2 {
    font-size: 3rem;
  }
}

#company02 {
  padding-top: 2rem;
}
#company02 .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) {
  #company02 .message {
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company02 .message {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company02 .message {
    width: 90%;
    padding: 2rem;
  }
}
#company02 .message .message_title h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  background-color: #353535;
  color: #fff;
  padding: 2rem;
}
#company02 .message .message_title h2:before {
  content: "";
  border-left: 10px double #fff;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  #company02 .message .message_title h2 {
    font-size: 2rem;
    padding: 1rem;
  }
}
#company02 .message .message_title p {
  color: #222;
}
#company02 .message .message_title p strong {
  font-size: 120%;
  font-weight: 400;
  display: block;
  text-align: right;
}
#company02 .message .message_title p span {
  font-weight: 600;
}
#company02 .company {
  width: 65%;
  margin: auto;
  padding: 3rem;
  margin-bottom: 6vw;
  background-color: #f7f7f7;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company02 .company {
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company02 .company {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company02 .company {
    width: 90%;
    padding: 2rem;
  }
}
#company02 .company .company_title h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  color: #d82352;
  border-bottom: solid 2px #d82352;
  padding: 2rem;
}
#company02 .company .company_title h2:before {
  content: "";
  border-left: 10px double #d82352;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  #company02 .company .company_title h2 {
    font-size: 2rem;
    padding: 1rem;
  }
}
#company02 .company ul {
  list-style: none;
}
#company02 .company ul li {
  text-align: center;
  font-size: 1.5rem;
  line-height: 3;
}
#company02 .company table {
  width: 100%;
  margin: auto;
  margin-bottom: 2rem;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #company02 .company table {
    width: 100%;
  }
}
#company02 .company table tr:nth-child(odd) {
  background-color: #fff;
}
#company02 .company table tr th, #company02 .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) {
  #company02 .company table tr th, #company02 .company table tr td {
    font-size: 1.6vw;
    line-height: 2.4vw;
    padding: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #company02 .company table tr th, #company02 .company table tr td {
    font-size: 2.2vw;
    line-height: 4vw;
    letter-spacing: 0.6vw;
    padding: 3vw;
  }
}
#company02 .company table tr th {
  width: 30%;
}
#company02 .company .map {
  width: 100%;
  margin: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #company02 .company .map {
    width: 100%;
  }
}
#company02 .company .map p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 5rem;
}
#company02 .company .map iframe {
  width: 100%;
  height: 40rem;
}

#contact .contact_title {
  background-color: rgba(0, 77, 140, 0.1);
  margin-bottom: 3rem;
}
#contact .contact_title h2 {
  text-align: center;
  display: table;
  margin: 0 auto;
  font-size: 5rem;
  padding: 0 2rem;
  color: #004d8c;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #contact .contact_title h2 {
    font-size: 3rem;
  }
}

#contact02 {
  width: 70%;
  margin: auto;
  color: #222;
  margin-top: 60px;
  padding-bottom: 6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact02 {
    width: 90%;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #contact02 {
    width: 90%;
    padding: 10px;
    padding-bottom: 6vw;
    margin-top: 6vw;
  }
}
#contact02 .insta_logo {
  width: 30%;
  margin: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #contact02 .insta_logo {
    width: 90%;
  }
}
#contact02 .insta_logo a {
  transition: all 0.4s;
}
#contact02 .insta_logo a:hover {
  opacity: 0.7;
}
#contact02 .insta_logo a img {
  width: 100%;
}
#contact02 .contact_text {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contact02 .contact_text {
    margin-bottom: 20px;
  }
  #contact02 .contact_text p {
    font-size: 3vw;
  }
}
#contact02 form {
  width: 100%;
}
#contact02 form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #999;
}
@media screen and (max-width: 768px) {
  #contact02 form table tr {
    display: flex;
    flex-flow: column;
  }
}
#contact02 form table tr th, #contact02 form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact02 form table tr th, #contact02 form table tr td {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact02 form table tr th, #contact02 form table tr td {
    font-size: 3vw;
  }
}
#contact02 form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  border-bottom: 1px solid #999;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact02 form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #contact02 form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#contact02 form table tr th span {
  padding: 10px;
  background-color: red;
  border-radius: 10px;
  color: #fff;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #contact02 form table tr th span {
    padding: 5px;
  }
}
#contact02 form table tr td {
  padding: 40px 0;
  width: 65%;
  border-bottom: 1px solid #999;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact02 form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #contact02 form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#contact02 form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact02 form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact02 form table tr td input {
    width: 100%;
  }
}
#contact02 form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact02 form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact02 form table tr td textarea {
    width: 100%;
  }
}
#contact02 form table tr:nth-child(4) th span {
  background-color: blue;
  border-radius: 10px;
}
#contact02 form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact02 form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #contact02 form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
#contact02 form .agree {
  text-align: center;
  font-size: 180%;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #contact02 form .agree {
    font-size: 130%;
    margin: 10px 0;
  }
}
#contact02 form .submit {
  text-align: center;
}
#contact02 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) {
  #contact02 form .submit input {
    padding: 10px 90px;
  }
}
#contact02 form .submit input:hover {
  color: #555;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #555;
}
#contact02 form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #contact02 form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#contact02 form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #contact02 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 .footer-top {
  background-color: #eeeeee;
  padding: 3rem 0;
}
footer .footer-top p {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer-top p {
    text-align: left;
  }
}
footer .footer-top ul {
  width: 80%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer-top ul {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-top ul {
    width: 95%;
    display: block;
  }
}
footer .footer-top ul li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  footer .footer-top ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
footer .footer-top ul li a {
  font-size: 2vw;
  text-align: center;
  display: block;
  color: #fff;
  border: solid 1px #ddd;
  background-color: #d82352;
  border-radius: 1rem;
  padding: 1.5rem 0;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  footer .footer-top ul li a {
    font-size: 5vw;
  }
}
footer .footer-top ul li a:hover {
  opacity: 0.7;
}
footer .footer-top ul li a span {
  margin: 0 1rem;
  padding: 0 1rem;
  background-color: #fff;
  color: #d82352;
  border-radius: 1rem;
}
footer .safety {
  padding: 3rem 0;
}
footer .safety h3 {
  text-align: center;
  margin-bottom: 2rem;
}
footer .safety .safety_list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  footer .safety .safety_list {
    display: block;
  }
}
footer .safety .safety_list li {
  width: 23%;
}
@media screen and (max-width: 768px) {
  footer .safety .safety_list li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
footer .safety .safety_list li a {
  text-align: center;
  font-size: 1.4rem;
  color: #d82352;
  border: solid 1px #d82352;
  display: block;
  padding: 1rem 0.5rem;
  border-radius: 1rem;
  transition: all 0.4s;
}
footer .safety .safety_list li a i {
  padding-left: 1rem;
}
footer .safety .safety_list li a:hover {
  color: #fff;
  background-color: #d82352;
}
footer .banner_link {
  background-color: #eeeeee;
  padding: 3rem 0;
}
footer .banner_link .banner_link_list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  footer .banner_link .banner_link_list {
    display: block;
  }
}
footer .banner_link .banner_link_list li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  footer .banner_link .banner_link_list li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
footer .banner_link .banner_link_list li:last-child a .banner_link_text {
  top: 30%;
}
footer .banner_link .banner_link_list li a {
  color: #fff;
  display: block;
  height: 10vw;
  background-size: cover;
  background-position: center;
  border: solid 1px #fff;
  box-shadow: 0 0 1px #000;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  footer .banner_link .banner_link_list li a {
    height: 22vh;
  }
}
footer .banner_link .banner_link_list li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
footer .banner_link .banner_link_list li a:hover {
  opacity: 0.8;
}
footer .banner_link .banner_link_list li a .banner_link_text {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 15%;
  left: 5%;
  z-index: 1;
}
footer .banner_link .banner_link_list li a .banner_link_text h5 {
  text-align: center;
  font-size: 1.4vw;
}
@media screen and (max-width: 768px) {
  footer .banner_link .banner_link_list li a .banner_link_text h5 {
    font-size: 1.5rem;
  }
}
footer .banner_link .banner_link_list li a .banner_link_text p {
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  footer .banner_link .banner_link_list li a .banner_link_text p {
    font-size: 1.2rem;
  }
}
footer .banner_link .banner_link_list li a img {
  width: 100%;
}
footer #top_contact {
  position: relative;
  z-index: 10;
}
footer #top_contact .top_contact {
  width: 100%;
  padding: 3rem 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: #222;
  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: #222;
}
@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;
}
@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;
    padding: 3vw 0 0 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: 3rem;
  color: #222;
  background-color: transparent;
  padding: 1vw 0;
  width: 80%;
  margin: auto;
  border: none;
}
@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: 2rem;
    letter-spacing: 0.4vw;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_tel p {
    width: 90%;
    font-size: 1.8rem;
    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: 90%;
    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: 1.8rem;
    margin-bottom: 4vw;
  }
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form a {
  text-decoration: none;
  border: none;
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form a button {
  border: none;
  color: #fff;
  background-color: #d82352;
  padding: 1rem 0;
  width: 80%;
  border-radius: 1rem;
  margin: auto;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form a button {
    font-size: 1.2rem;
    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 #222;
}
footer #top_contact .top_contact .top_contact_bg .top_contact_contents .top_contact_form a button i {
  margin: 0 1vw;
}

.footer {
  z-index: 10;
}
.footer .footer_main {
  position: relative;
  padding: 8rem 0;
  background-size: cover;
  background-position: bottom;
}
.footer .footer_main .footer_main_bg {
  width: 90%;
  margin: 0 auto;
  border-radius: 2rem;
  padding: 5rem 0 0 0;
  background-color: rgba(255, 255, 255, 0.75);
  border: solid 5px #ddd;
}
.footer .footer_main .footer_main_bg .footer_logo {
  width: 20%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_logo {
    width: 50%;
  }
}
.footer .footer_main .footer_main_bg .footer_logo img {
  width: 100%;
}
.footer .footer_main .footer_main_bg .footer_text {
  color: #222;
  letter-spacing: 0.2vw;
  text-align: center;
}
.footer .footer_main .footer_main_bg .footer_text h2 {
  margin-bottom: 2rem;
}
.footer .footer_main .footer_main_bg .footer_text h2 span {
  font-size: 70%;
  display: block;
}
.footer .footer_main .footer_main_bg .footer_text p {
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_text p {
    font-size: 1.6rem;
  }
}
.footer .footer_main .footer_main_bg .footer_text .sns {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_text .sns {
    margin-bottom: 4vw;
  }
}
.footer .footer_main .footer_main_bg .footer_text .sns a {
  text-decoration: none;
  color: #222;
  margin: 0 1vw;
  transition: all 0.4s;
}
.footer .footer_main .footer_main_bg .footer_text .sns a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_text .sns a {
    margin: 0 2.5vw;
  }
}
.footer .footer_main .footer_main_bg .footer_text .sns a img {
  width: 15px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_main .footer_main_bg .footer_text .sns a img {
    width: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_text .sns a img {
    width: 10px;
  }
}
.footer .footer_main .footer_main_bg .footer_text .tel {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_main .footer_main_bg .footer_text .tel {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_main .footer_main_bg .footer_text .tel {
    font-size: 2vw;
  }
}
.footer .footer_menu {
  background-color: #d82352;
}
.footer .footer_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  width: 80%;
  padding: 2rem 0;
  margin: 0 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: 18vw;
  }
}
@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: 1vw;
}
@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: 1rem;
  }
}
.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 {
  background-color: #d82352;
  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: 1rem;
  }
}
.safety_list li a{
	pointer-events:none;
}
/*# sourceMappingURL=style.css.map */