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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif !important;
  background-color: #f7f7f7;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: hidden !important;
}

li {
  list-style: none;
}

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

.txt_bg {
  font-size: 20rem;
}
@media screen and (min-width: 1441px) {
  .txt_bg {
    font-size: 25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .txt_bg {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .txt_bg {
    font-size: 6rem;
  }
}

.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);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .fade-in-left {
    transform: translate(0, 50px);
  }
}
@media screen and (max-width: 768px) {
  .fade-in-left {
    transform: translate(0, 50px);
  }
}

.fade-in-right {
  transform: translate(50px, 0);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .fade-in-right {
    transform: translate(0, 50px);
  }
}
@media screen and (max-width: 768px) {
  .fade-in-right {
    transform: translate(0, 50px);
  }
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.focus-in-expand {
  animation: focus-in-expand 1.5s ease-in-out both;
}

.reveal-item {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1), transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal-zoom {
  transform: scale(0.95);
}

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

/**
 * ----------------------------------------
 * animation focus-in-expand
 * ----------------------------------------
 */
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.skewed {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  background: #f0f9ff;
  z-index: -1;
  transform: skewY(5deg);
  transform-origin: top right;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .skewed {
    height: 15vh;
  }
}

.skewed_reverse {
  position: absolute;
  top: 85%;
  right: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  background: #f0f9ff;
  z-index: -1;
  transform: skewY(-5deg);
  transform-origin: top left;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .skewed_reverse {
    height: 15vh;
  }
}

.skewed02 {
  position: absolute;
  top: 85%;
  right: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  background: #d6efff;
  z-index: -1;
  transform: skewY(5deg);
  transform-origin: top right;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .skewed02 {
    height: 15vh;
  }
}

.skewed_reverse02 {
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  width: 100%;
  height: 30vh;
  background: #F7F7F7;
  z-index: -1;
  transform: skewY(-5deg);
  transform-origin: top left;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .skewed_reverse02 {
    height: 15vh;
  }
}

p, dd {
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p, dd {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  p, dd {
    font-size: 1.3rem;
  }
}

a {
  text-decoration: none;
}

#lower {
  /*
  margin-top: 80px;
  @include tab{
      margin-top: 60px;
  }
  @include sp{
      margin-top: 60px;
  }
  */
}
#lower .lower {
  position: relative;
  width: 100%;
  z-index: 0;
}
#lower .lower .lower_image {
  height: 70vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_image {
    height: 80vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_image {
    height: 50vh;
  }
}
#lower .lower .lower_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 70vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower .lower_image img {
    height: 80vh;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_image img {
    height: 50vh;
  }
}
#lower .lower .lower_h {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.2;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}
#lower .breadcrumbs {
  margin: 0 0 0 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs {
    margin: 0 0 0 3vw;
    padding-top: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs {
    margin: 0 0 0 4vw;
    padding-top: 3vw;
  }
}
#lower .breadcrumbs p {
  font-size: 0.8vw;
  color: #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs p {
    font-size: 2.7vw;
  }
}
#lower .breadcrumbs p a {
  text-decoration: none;
  color: #333333;
  transition: all 0.8s ease;
}
@media screen and (min-width: 1441px) {
  #lower .breadcrumbs p a {
    font-size: 0.7vw;
  }
}
#lower .breadcrumbs p a:hover {
  color: #a2945e;
  text-shadow: 0 0 8px #fdfdfd;
}
#lower .breadcrumbs p span {
  margin: 0 1vw;
  color: #333333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .breadcrumbs p span {
    margin: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .breadcrumbs p span {
    margin: 0 4vw;
  }
}

.contact_lower h2 {
  padding-left: 120px !important;
}
@media screen and (min-width: 1441px) {
  .contact_lower h2 {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .contact_lower h2 {
    padding-left: 105px !important;
  }
}
.contact_lower p {
  padding-left: 120px !important;
}
@media screen and (min-width: 1441px) {
  .contact_lower p {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  .contact_lower p {
    padding-left: 105px !important;
  }
}

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

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

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

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

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

/*
 * 空の子パネル
 * padding, margin の左右も 0 に指定してしまうと、
 * 最後の行のレイアウトが崩れるので注意。
 */
.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.top_contents_btn {
  width: 42% !important;
  margin: auto;
}
@media screen and (min-width: 1441px) {
  .top_contents_btn {
    width: 32% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_contents_btn {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .top_contents_btn {
    width: 100% !important;
  }
}
.top_contents_btn a {
  text-decoration: none;
  text-align: center;
  width: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .top_contents_btn a {
    width: 60%;
  }
}
.top_contents_btn a button {
  width: 100%;
  padding: 1.4vw 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .top_contents_btn a button {
    padding: 3vw 0;
    font-size: 2.6vw;
  }
}
.top_contents_btn a button:hover {
  background-color: #151c83;
  color: #fdfdfd;
  border: none;
}
.top_contents_btn a button i {
  margin-left: 1vw;
}

.btn_container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1vw auto 0;
}

.button {
  padding: 1em 2em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
  color: #151c83;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  outline: 2px solid #151c83;
  white-space: nowrap;
  background-color: #fdfdfd;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .button {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 10px;
  }
}
.button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #151c83;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

button:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #151c83;
  box-shadow: 4px 5px 17px -4px #151c83;
}
button:hover::before {
  width: 250%;
}

/* back-to-top */
.back-to-top {
  display: none;
  position: fixed;
  z-index: 500;
  right: 0%;
  bottom: 2%;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 2vw;
  display: inline-block;
  text-decoration: none;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  z-index: -1;
}

.back-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #151c83;
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(46, 243, 210, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.back-button:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: #151c83;
  align-items: center;
}

.back-button:hover .svgIcon {
  /* width: 20px; */
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.back-button::before {
  position: absolute;
  bottom: -20px;
  content: "ページトップへ";
  color: white;
  /* transition-duration: .3s; */
  font-size: 0px;
}

.back-button:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;
  /* transform: translateY(-30px); */
  transition-duration: 0.3s;
}

header {
  position: fixed;
  z-index: 500;
  width: 100%;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 76px;
  padding: 0 2vw;
  background-color: #fdfdfd;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  height: 60px;
}
header #header_pc .header_logo img {
  height: 100%;
}
header #header_pc .header_menu {
  width: 70%;
  display: flex;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
header #header_pc .header_menu ul li {
  margin-left: 4rem;
}
header #header_pc .header_menu ul li a {
  text-decoration: none;
  color: #333;
  position: relative;
  font-weight: 700;
  font-size: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
header #header_pc .header_menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ff0000;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header #header_pc .header_menu ul li a:hover::after {
  transform: scale(1, 1);
}
header #header_pc .header_menu ul li:last-child a {
  min-height: 34px;
  border-radius: 100vw;
  padding: 5px 24px;
  background-color: #ff0000;
  color: #fff;
  transition: all 0.4s;
}
header #header_pc .header_menu ul li:last-child a:hover {
  background-color: #333;
}
header #header_pc .header_menu ul li:last-child a::after {
  width: 0;
}
header #header_pc .header_contact_btn {
  width: 20%;
}
header #header_sp {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fdfdfd;
  height: 17.9487vw;
  padding: 5.1282vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    height: 80px;
  }
}
@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;
  }
}
header #header_sp .header_logo {
  height: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp .header_logo {
    height: 60px;
    margin-left: -2vw;
  }
}
@media screen and (max-width: 768px) {
  header #header_sp .header_logo {
    height: 40px;
    margin-left: 0;
  }
}
header #header_sp .header_logo img {
  height: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background-color: #151c83;
}
@media screen and (min-width: 1441px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 17.9487vw;
    height: 17.9487vw;
  }
}

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

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

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

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

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

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

.hamburger.active {
  background-color: #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(2, 34, 93, 0.8);
  text-align: center;
  width: 100%;
  height: 100vh;
  transform: translate(100%);
  transition: all 0.4s;
  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;
}

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

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 3vw;
  }
}
nav.globalMenuSp ul li a i {
  font-size: 2vw;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a i {
    font-size: 4vw;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translate(0%);
}

.header.change-color {
  background-color: #fdfdfd;
  transition: 0.3s;
}

.cta {
  position: relative;
  margin: auto;
  padding: 10px 15px;
  transition: all 0.2s ease;
  border: 3px solid #151c83;
  border-radius: 50px;
  background: #151c83;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-radius: 50px;
  background: #fdfdfd;
  width: 40px;
  height: 40px;
  transition: all 0.8s ease;
}
@media screen and (min-width: 1441px) {
  .cta:before {
    top: 5.5%;
  }
}

.cta span {
  position: relative;
  font-family: Montserrat;
  font-size: 0.9vw;
  color: #fdfdfd;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fdfdfd;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.5s ease;
}

.cta:hover:before {
  width: 100%;
  background: #a2945e;
}

.cta:hover svg {
  transform: translateX(0);
  transition: all 2s ease;
}

.cta:active {
  transform: scale(0.95);
  transition: all 2s ease;
}

/* ↓↓↓ ローディング ↓↓↓ */
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading_text {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.load_main_bg {
  position: absolute;
  z-index: 556;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #fdfdfd;
}

.loadingImg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 557;
  width: 25%;
  height: auto;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .loadingImg {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .loadingImg {
    width: 65%;
  }
}
.loadingImg img {
  width: 100%;
  height: 100%;
}

.loadingText {
  position: absolute;
  z-index: 557;
  font-size: 20rem;
  font-weight: bolder;
  color: #e0dfd8;
  font-family: system-ui;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .loadingText {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .loadingText {
    font-size: 10rem;
  }
}

.wrapper {
  width: 200px;
  height: 60px;
  position: relative;
  z-index: 1000;
}

.circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #151c83;
  left: 15%;
  transform-origin: 50%;
  animation: circle7124 0.5s alternate infinite ease;
}

@keyframes circle7124 {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
.circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}

.circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

.shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow046 0.5s alternate infinite ease;
}

@keyframes shadow046 {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
.shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}

.shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}

#top_main {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#top_main .top_main_bg {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
#top_main .slide-images {
  width: 100%;
  height: max(660px, -76px + 100svh);
  margin-top: 76px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images {
    height: 75vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images {
    margin-top: 17.9487vw;
    height: max(660px, -17.9487vw + 100svh);
    height: 80vh;
  }
}
#top_main .slide-images .slider {
  overflow: hidden;
  margin: auto;
  height: 90vh;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images .slider {
    height: 75vh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images .slider {
    height: 80vh;
  }
}
#top_main .slide-images .slider::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(187, 205, 237, 0.15);
  top: 0;
  left: 0;
}
#top_main .slide-images .slider .slick-video {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#top_main .slide-images .slider .slick-video .top-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 101%;
  min-height: 101%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top_main .slide-images .slider .slick-video .top-video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    transform: none;
    top: 0;
    left: 0;
  }
}
#top_main .slide-images .slider .slick-list {
  width: 100%;
  height: 100%;
  margin: auto;
}
#top_main .slide-images .slider .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .slide-images .slider .slick-list .slick-track .slick-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes topMainText {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0%);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.slide-images {
  position: relative;
}

.slide-image_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  position: absolute;
  top: 70%;
  left: -35%;
  z-index: 99;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .slide-image_flex {
    top: 75%;
    left: -20%;
  }
}
@media screen and (max-width: 768px) {
  .slide-image_flex {
    top: 60%;
    left: -10%;
  }
}
.slide-image_flex h3 {
  text-align: left;
  font-size: 10rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .slide-image_flex h3 {
    font-size: 7rem;
    top: 60vw;
  }
}

.youtube {
  max-width: 80%;
  margin: auto;
  padding: 3rem 0;
}
.youtube .youtube_contents {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 10rem;
}
.youtube .youtube_contents .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube .youtube_contents .video iframe {
  width: 100%;
  height: 100%;
}

/*-- 挨拶 ------------------*/
#greeting {
  position: relative;
  padding: 35vh 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting {
    padding: 10vh 0 0;
  }
}
@media screen and (max-width: 768px) {
  #greeting {
    padding: 0;
  }
}
#greeting .greeting {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 10vh 0 0;
}
@media screen and (max-width: 768px) {
  #greeting .greeting {
    background-size: cover;
  }
}
#greeting .greeting .greeting_heading_bg {
  position: absolute;
  top: 0;
  left: 10%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting .greeting_heading_bg {
    top: 3%;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_heading_bg {
    top: 3%;
  }
}
#greeting .greeting .greeting_box {
  max-width: 55%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 25rem 15px;
  transform: translateY(0);
  display: flex;
  align-items: center;
  text-shadow: 2px 0px 5px #fdfdfd;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting .greeting_box {
    max-width: 75%;
    padding: 8rem 15px;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_box {
    max-width: 90%;
    flex-direction: column-reverse;
    padding: 20rem 15px;
  }
}
#greeting .greeting .greeting_box .greeting_text {
  width: 55%;
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_box .greeting_text {
    width: 100%;
  }
}
#greeting .greeting .greeting_box .greeting_text p {
  line-height: 2;
  font-size: 1vw;
  margin-bottom: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting .greeting_box .greeting_text p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_box .greeting_text p {
    font-size: 3.5vw;
  }
}
#greeting .greeting .greeting_box .greeting_head {
  width: 45%;
  margin-top: 3rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_box .greeting_head {
    margin: 0 auto;
  }
}
#greeting .greeting .greeting_box .greeting_head h3 {
  margin-left: 3vw;
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting .greeting_box .greeting_head h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_box .greeting_head h3 {
    font-size: 4vw;
  }
}
#greeting .greeting .greeting_box .greeting_head p {
  line-height: 2;
  font-size: 2.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting .greeting_box .greeting_head p {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting .greeting_box .greeting_head p {
    font-size: 4.5vw;
  }
}

#top_imgbg {
  margin-bottom: 6vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top_imgbg {
    margin-bottom: 12vw;
  }
}
#top_imgbg .top_imgbg {
  background-size: cover;
  background-position: bottom;
  position: relative;
  width: 100%;
  height: 35vw;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  #top_imgbg .top_imgbg {
    height: 40vh;
  }
}
#top_imgbg .top_imgbg .top_imgbg_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(18, 26, 65, 0.5);
}
#top_imgbg .top_greeting_txt {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 25%;
  left: 0%;
}
#top_imgbg .top_greeting_txt .top_greeting_txt_item {
  animation: GreetScrollTxt 40s linear infinite;
  display: inline-block;
  width: 300%;
  margin-left: 86px;
}
@media screen and (min-width: 1441px) {
  #top_imgbg .top_greeting_txt .top_greeting_txt_item {
    width: 250%;
  }
}
@media screen and (max-width: 768px) {
  #top_imgbg .top_greeting_txt .top_greeting_txt_item {
    width: 800%;
  }
}
#top_imgbg .top_greeting_txt .top_greeting_txt_item img {
  width: 100%;
}

@keyframes GreetScrollTxt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.youtube_contents {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 10rem;
}
.youtube_contents .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-- 事業内容 ------------------*/
#top_service {
  position: relative;
  padding: 15vh 0;
  background-color: #fdfdfd;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service {
    padding: 10vh 0;
  }
}
#top_service .service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-bottom: 5vw;
}
#top_service .service .service_heading_bg {
  position: absolute;
  top: -15%;
  right: 10%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .service .service_heading_bg {
    top: -5%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .service .service_heading_bg {
    top: 0%;
  }
}
#top_service .service .service_box {
  max-width: 90%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 3rem 0 10rem;
  transform: translateY(0);
  display: flex;
  margin-right: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .service .service_box {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .service .service_box {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
#top_service .service .service_box .service_img {
  width: 65%;
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  #top_service .service .service_box .service_img {
    width: 95%;
  }
}
#top_service .service .service_box .service_img img {
  width: 100%;
  border-radius: 0 12px 12px 0;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 1441px) {
  #top_service .service .service_box .service_img img {
    height: 60vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .service .service_box .service_img img {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #top_service .service .service_box .service_img img {
    height: 30vh;
  }
}
#top_service .service .service_box .service_head {
  width: 23%;
  margin-top: 3rem;
  margin-left: 5vw;
  writing-mode: vertical-rl;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_service .service .service_box .service_head {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#top_service .service .service_box .service_head p {
  line-height: 2;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .service .service_box .service_head p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_service .service .service_box .service_head p {
    font-size: 3.5vw;
  }
}
#top_service .service .service_box .service_head .service_illust {
  position: absolute;
  top: 80%;
  right: -80%;
  width: 150%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .service .service_box .service_head .service_illust {
    top: 90%;
    right: -30%;
    width: 180%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .service .service_box .service_head .service_illust {
    top: 100%;
    right: -25%;
    width: 150%;
  }
}
#top_service .service .service_box .service_head .service_illust img {
  width: 100%;
}
#top_service .service .service_btn {
  width: 100%;
  text-align: center;
  margin-bottom: 3vw;
}
@media screen and (max-width: 768px) {
  #top_service .service .service_btn {
    margin-bottom: 5vw;
  }
}
#top_service .service .service_nav {
  width: 70%;
  display: flex;
  justify-content: space-evenly;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .service .service_nav {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .service .service_nav {
    width: 100%;
  }
}
#top_service .service .service_nav .top_nav_item {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #top_service .service .service_nav .top_nav_item {
    width: 40%;
  }
}
#top_service .service .service_nav .top_nav_item figure {
  overflow: hidden;
  border-radius: 12px;
}
#top_service .service .service_nav .top_nav_item figure img {
  width: 100%;
  border-radius: 12px;
  transition: 1s all;
}
#top_service .service .service_nav .top_nav_item .ja {
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  color: #333;
}
#top_service .service .service_nav .top_nav_item .ja::before {
  position: absolute;
  content: "◆";
  top: 0;
  left: 45%;
  font-size: 3rem;
  color: #151c83;
  transition: 1s all;
}
@media screen and (min-width: 1441px) {
  #top_service .service .service_nav .top_nav_item .ja::before {
    left: 35%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .service .service_nav .top_nav_item .ja::before {
    left: 70%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .service .service_nav .top_nav_item .ja::before {
    left: 80%;
  }
}
#top_service .service .service_nav .top_nav_item .en {
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_service .service .service_nav .top_nav_item .en {
    font-size: 1rem;
  }
}

.top_nav_item:hover img {
  transform: scale(1.2, 1.2);
}
.top_nav_item:hover .ja::before {
  transform: scale(1.2, 1.2);
}

/*-- エリア ------------------*/
#top_area {
  position: relative;
  padding: 15vh 0;
  background-color: #fdfdfd;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area {
    padding: 10vh 0;
  }
}
#top_area .area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#top_area .area .area_heading_bg {
  position: absolute;
  top: -15%;
  left: 10%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .area .area_heading_bg {
    top: -5%;
  }
}
@media screen and (max-width: 768px) {
  #top_area .area .area_heading_bg {
    top: 0;
  }
}
#top_area .area .area_box {
  max-width: 90%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 3rem 0;
  transform: translateY(0);
  display: flex;
  margin-left: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .area .area_box {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_area .area .area_box {
    max-width: 100%;
    flex-flow: column-reverse;
  }
}
#top_area .area .area_box .area_img {
  width: 65%;
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  #top_area .area .area_box .area_img {
    width: 95%;
    margin-left: auto;
  }
}
#top_area .area .area_box .area_img img {
  width: 100%;
  border-radius: 12px 0 0 12px;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 1441px) {
  #top_area .area .area_box .area_img img {
    height: 60vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .area .area_box .area_img img {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  #top_area .area .area_box .area_img img {
    height: 30vh;
  }
}
#top_area .area .area_box .area_head {
  width: 35%;
  margin-top: 3rem;
  writing-mode: vertical-rl;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_area .area .area_box .area_head {
    width: -moz-fit-content;
    width: fit-content;
    margin: 5vw auto;
  }
}
#top_area .area .area_box .area_head h3 {
  line-height: 2;
  margin-left: 3vw;
  margin-right: 10vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .area .area_box .area_head h3 {
    margin-right: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_area .area .area_box .area_head h3 {
    margin-right: 0;
  }
}
#top_area .area .area_box .area_head p {
  font-size: 0.9vw;
  margin-top: 2vw;
  line-height: 1.5;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .area .area_box .area_head p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #top_area .area .area_box .area_head p {
    font-size: 1.2rem;
  }
}
#top_area .area .area_box .area_head .area_illust {
  position: absolute;
  top: 85%;
  left: 0%;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  #top_area .area .area_box .area_head .area_illust {
    left: -5%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_area .area .area_box .area_head .area_illust {
    top: 75%;
    left: 95%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_area .area .area_box .area_head .area_illust {
    top: 95%;
    left: -10%;
    width: 120%;
  }
}
#top_area .area .area_box .area_head .area_illust img {
  width: 100%;
}

/*-- 採用 ------------------*/
#top_recruit {
  position: relative;
  padding: 15vh 0;
  margin: 15vh 0;
  background-color: #fdfdfd;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit {
    padding: 15vh 0 0;
    margin: 15vh 0 0;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit {
    padding: 15vh 0 0;
    margin: 15vh 0 0;
  }
}
#top_recruit .recruit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#top_recruit .recruit .recruit_heading_bg {
  position: absolute;
  top: -10%;
  right: 10%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 1441px) {
  #top_recruit .recruit .recruit_heading_bg {
    top: -15%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .recruit .recruit_heading_bg {
    top: 0%;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit .recruit_heading_bg {
    top: 4%;
    right: 5%;
  }
}
#top_recruit .recruit .recruit_box {
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 8rem 15px 3rem;
  transform: translateY(0);
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .recruit .recruit_box {
    margin: 8rem 0 3rem;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit .recruit_box {
    margin: 8rem 0 3rem;
    padding: 0 15px;
  }
}
#top_recruit .recruit .recruit_box .recruit_img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 6px;
}
#top_recruit .recruit .recruit_box .recruit_img figure {
  height: auto;
  max-height: 468px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit .recruit_box .recruit_img figure {
    margin: 0;
  }
}
#top_recruit .recruit .recruit_box .recruit_img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit .recruit_box .recruit_img figure img {
    height: 30vh;
  }
}
#top_recruit .recruit .recruit_box .recruit_head {
  left: 50%;
  position: absolute;
  z-index: 10;
  top: 50%;
  translate: -50% -50%;
  width: min(412px, 32.1875vw);
  background: rgb(255, 255, 255);
  border-radius: 10px;
  overflow: hidden;
  padding: min(75px, 5.85938vw) min(67px, 5.23438vw) min(85px, 6.64062vw);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .recruit .recruit_box .recruit_head {
    width: min(412px, 45vw);
    padding: min(75px, 3vw) min(67px, 3vw) min(85px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit .recruit_box .recruit_head {
    width: min(412px, 48.1875vw);
  }
}
#top_recruit .recruit .recruit_box .recruit_head .recruit_head_ttl {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
#top_recruit .recruit .recruit_box .recruit_head .recruit_head_ttl span {
  font-size: clamp(22px, 3.13015vw, 38px);
  font-weight: 700;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit .recruit_box .recruit_head .recruit_head_ttl span {
    font-size: clamp(11px, 3.13015vw, 38px);
  }
}
#top_recruit .recruit .recruit_box .recruit_head .recruit_head_txt {
  font-weight: 700;
  margin-top: min(18px, 1.40625vw);
  margin-bottom: min(18px, 1.40625vw);
}
@media screen and (max-width: 768px) {
  #top_recruit .recruit .recruit_box .recruit_head .recruit_head_txt p {
    font-size: 1rem;
  }
}
#top_recruit .recruit .recruit_box .recruit_head .recruit_head_btn {
  text-align: center;
}

#news {
  position: relative;
  margin: 80px 0;
}
#news .news_contents {
  width: 80%;
  margin: auto;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  #news .news_contents {
    width: 95%;
  }
}
#news .news_contents ul {
  list-style: none;
}
#news .news_contents ul a {
  text-decoration: none;
  color: #151c83;
}
#news .news_contents ul a li {
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s;
}
#news .news_contents ul a li:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news_contents ul a li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#news .news_contents ul a li .outline {
  background-color: #fff;
  padding: 40px 20px;
}
#news .news_contents ul a li .outline .title {
  color: #151c83;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#news .news_contents ul a li .outline .descn p {
  color: #333;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news .news_contents ul a li .outline .descn p {
    font-size: 10px;
  }
}
#news .news_contents .navigation {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #news .news_contents .navigation {
    margin-top: 40px;
  }
}

.wp-pagenavi span.current {
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  background-color: #151c83;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span.current {
    padding: 5px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
}

.wp-pagenavi a {
  text-decoration: underline;
  transition: all 0.4s;
  padding: 10px;
  text-decoration: none;
  color: #151c83;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a {
    padding: 5px;
  }
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}

.nextpostslink {
  text-decoration: none;
}

.previouspostslink {
  text-decoration: none;
}

#vehicles {
  width: 80%;
  margin: auto;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  #vehicles {
    width: 95%;
  }
}
#vehicles h2 {
  color: #151c83;
  line-height: 1.5;
  border-bottom: 2px solid #151c83;
  margin-bottom: 3rem;
}
#vehicles h3:before {
  content: "●";
  color: #151c83;
  font-size: 80%;
  margin-right: 0.5rem;
}
#vehicles .safe_content {
  margin-bottom: 5rem;
}
#vehicles .safe_content img {
  width: 100%;
}
#vehicles .safe_content #pursuit {
  position: relative;
  margin: 5rem 0;
}
#vehicles .safe_content #pursuit .vehicles_headline {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  position: absolute;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #vehicles .safe_content #pursuit .vehicles_headline {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  #vehicles .safe_content #pursuit .vehicles_headline {
    width: 90%;
    flex-direction: column-reverse;
  }
}
#vehicles .safe_content #pursuit .vehicles_headline .vehicles_heading_bg {
  position: absolute;
  top: -20%;
  left: 10%;
  color: #11779f;
  font-weight: 600;
  line-height: 1;
  opacity: 0.1;
  z-index: 500;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #vehicles .safe_content #pursuit .vehicles_headline .vehicles_heading_bg {
    top: -10%;
    right: -10%;
  }
}
@media screen and (max-width: 768px) {
  #vehicles .safe_content #pursuit .vehicles_headline .vehicles_heading_bg {
    top: -10%;
    right: 0;
    font-size: 5rem;
  }
}
#vehicles .safe_content #pursuit ul {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #333;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #vehicles .safe_content #pursuit ul {
    flex-flow: column;
  }
}
#vehicles .safe_content #pursuit ul li {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #vehicles .safe_content #pursuit ul li {
    width: 95%;
    margin: auto;
  }
}
#vehicles .safe_content #pursuit ul li dl dt {
  display: inline;
  font-size: 160%;
  border-bottom: 2px solid #151c83;
}
#vehicles .safe_content #pursuit ul li dl dd {
  margin-top: 1rem;
  padding: 0 1.5vw;
}
#vehicles .safe_content #pursuit ul li img {
  width: 100%;
  padding: 1rem;
}
#vehicles .safe_content #pursuit ul li:last-child {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #vehicles .safe_content #pursuit ul li:last-child {
    width: 95%;
    margin: auto;
  }
}
#vehicles .safe_content #dealer {
  margin-bottom: 5rem;
}
#vehicles .safe_content #dealer ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
#vehicles .safe_content #dealer ul li {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #vehicles .safe_content #dealer ul li {
    width: 50%;
    margin: auto;
  }
}
#vehicles .safe_content #dealer ul li img {
  width: 100%;
  padding: 0.5vw;
}
#vehicles .safe_content #good-learning {
  margin-bottom: 5rem;
}
#vehicles .safe_content #good-learning ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
#vehicles .safe_content #good-learning ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #vehicles .safe_content #good-learning ul li {
    width: 50%;
    margin: auto;
  }
}
#vehicles .safe_content #good-learning ul li img {
  width: 100%;
  padding: 0.5vw;
}
#vehicles .safe_content #chain {
  margin-bottom: 5rem;
}
#vehicles .safe_content #chain ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
#vehicles .safe_content #chain ul li {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #vehicles .safe_content #chain ul li {
    width: 50%;
    margin: auto;
  }
}
#vehicles .safe_content #chain ul li img {
  width: 100%;
  padding: 0.5vw;
}
#vehicles .safe_content #meeting {
  margin-bottom: 5rem;
}
#vehicles .safe_content #meeting ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
#vehicles .safe_content #meeting ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #vehicles .safe_content #meeting ul li {
    width: 50%;
    margin: auto;
  }
}
#vehicles .safe_content #meeting ul li img {
  width: 100%;
  padding: 0.5vw;
}
#vehicles .safe_content #aptitude {
  margin-bottom: 5rem;
}
#vehicles .safe_content #aptitude ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
#vehicles .safe_content #aptitude ul li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #vehicles .safe_content #aptitude ul li {
    width: 50%;
    margin: auto;
  }
}
#vehicles .safe_content #aptitude ul li img {
  width: 100%;
  padding: 0.5vw;
}
#vehicles .vehicles_content {
  padding: 5rem 0;
}
#vehicles .vehicles_content .vehicles-video_content {
  height: 40vw;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #vehicles .vehicles_content .vehicles-video_content {
    height: 80vw;
  }
}
#vehicles .vehicles_content .vehicles-video_content .vehicles-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 101%;
  min-height: 101%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #vehicles .vehicles_content .vehicles-video_content .vehicles-video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    transform: none;
    top: 0;
    left: 0;
  }
}
#vehicles .vehicles_content ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #vehicles .vehicles_content ul {
    justify-content: center;
  }
}
#vehicles .vehicles_content ul a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: all 0.4s;
}
#vehicles .vehicles_content ul a:hover {
  opacity: 0.75;
}
#vehicles .vehicles_content ul li {
  width: 30%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #vehicles .vehicles_content ul li {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #vehicles .vehicles_content ul li {
    width: 100%;
  }
}
#vehicles .vehicles_content ul li .thumb {
  width: 100%;
  height: 18vw;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #vehicles .vehicles_content ul li .thumb {
    height: 30vw;
  }
}
@media screen and (max-width: 768px) {
  #vehicles .vehicles_content ul li .thumb {
    height: 60vw;
  }
}
#vehicles .vehicles_content ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#vehicles .vehicles_content ul li .thumb .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  width: 70%;
  text-align: center;
}
#vehicles .vehicles_content ul li .outline .category {
  margin-bottom: 1vw;
}
#vehicles .vehicles_content ul li .outline .category ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#vehicles .vehicles_content ul li .outline .category ul a li {
  width: 30%;
  color: #333;
  text-align: center;
  padding: 0.4vw;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  #vehicles .vehicles_content ul li .outline .category ul a li {
    width: 30%;
    margin-right: 3%;
  }
}
#vehicles .vehicles_content ul li .outline .category ul a li:first-child {
  background-color: #979797;
}
#vehicles .vehicles_content ul li .outline .category ul a li:nth-child(2) {
  background-color: #979797;
}
#vehicles .vehicles_content ul li .outline .category ul a li:nth-child(3) {
  background-color: #979797;
}
#vehicles .vehicles_content ul li .outline .title {
  color: #151c83;
  font-size: 1.2vw;
  font-weight: 600;
  border-bottom: 1px solid #151c83;
  margin-bottom: 0.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #vehicles .vehicles_content ul li .outline .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #vehicles .vehicles_content ul li .outline .title {
    font-size: 3.6vw;
  }
}

.hidden-search-field {
  opacity: 0;
}

#vehicles_single {
  padding: 5rem 0;
}
#vehicles_single .vehicles_single_contents {
  padding: 5rem 0;
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #vehicles_single .vehicles_single_contents {
    width: 90%;
  }
}
#vehicles_single .vehicles_single_contents .vehicles_single_content .outline {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #vehicles_single .vehicles_single_contents .vehicles_single_content .outline {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #vehicles_single .vehicles_single_contents .vehicles_single_content .outline {
    width: 90%;
    margin: auto;
  }
}
#vehicles_single .vehicles_single_contents .vehicles_single_content .outline .outline_title {
  width: 100%;
}
#vehicles_single .vehicles_single_contents .vehicles_single_content .outline .outline_title .title {
  font-size: 2vw;
  margin-bottom: 2vw;
  color: #151c83;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 768px) {
  #vehicles_single .vehicles_single_contents .vehicles_single_content .outline .outline_title .title {
    font-size: 3.6vw;
  }
}
#vehicles_single .vehicles_single_contents .vehicles_single_content .outline .outline_title .category {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #vehicles_single .vehicles_single_contents .vehicles_single_content .outline .outline_title .category {
    margin-bottom: 8vw;
  }
}
#vehicles_single .vehicles_single_contents .vehicles_single_content .outline .outline_title .category ul {
  display: flex;
  justify-content: flex-start;
  width: 100% !important;
}
#vehicles_single .vehicles_single_contents .vehicles_single_content .outline .outline_title .category ul li {
  width: 30%;
  text-align: center;
  padding: 0.4vw;
  margin-right: 3%;
  display: block;
}
#vehicles_single .vehicles_single_contents .vehicles_single_content .outline .outline_title .category ul li:first-child {
  background-color: #c2c2c2;
}
#vehicles_single .vehicles_single_contents .vehicles_single_content .outline .outline_title .category ul li:nth-child(2) {
  background-color: #c2c2c2;
}
#vehicles_single .vehicles_single_contents .vehicles_single_content .outline .outline_title .category ul li:nth-child(3) {
  background-color: #c2c2c2;
}
#vehicles_single .vehicles_single_contents .vehicles_single_content ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #vehicles_single .vehicles_single_contents .vehicles_single_content ul {
    width: 95%;
  }
}
#vehicles_single .vehicles_single_contents .vehicles_single_content ul li {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#vehicles_single .vehicles_single_contents .vehicles_single_content ul li .list_car {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #vehicles_single .vehicles_single_contents .vehicles_single_content ul li .list_car {
    width: 90%;
    margin: auto;
  }
}
#vehicles_single .vehicles_single_contents .vehicles_single_content ul li .list_car .images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #vehicles_single .vehicles_single_contents .vehicles_single_content ul li .list_car .images {
    margin-bottom: 4vw;
  }
}
#vehicles_single .vehicles_single_contents .vehicles_single_content ul li .list_car .images div {
  width: 48%;
  height: 30vw;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #vehicles_single .vehicles_single_contents .vehicles_single_content ul li .list_car .images div {
    height: 30vw;
  }
}
#vehicles_single .vehicles_single_contents .vehicles_single_content ul li .list_car .images div:nth-child(odd) {
  margin-right: 1vw;
}
#vehicles_single .vehicles_single_contents .vehicles_single_content ul li .list_car .images div a {
  transition: all 0.4s;
}
#vehicles_single .vehicles_single_contents .vehicles_single_content ul li .list_car .images div a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s;
}
#vehicles_single .vehicles_single_contents .vehicles_single_content ul li .list_car .images div a img:hover {
  opacity: 0.75;
}

#news_single {
  position: relative;
  margin: 80px 0;
}
#news_single .news_contents {
  width: 80%;
  margin: auto;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_contents ul {
  list-style: none;
}
#news_single .news_contents ul li {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents ul li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li {
    width: 45%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#news_single .news_contents ul li .outline {
  padding: 40px 20px;
}
#news_single .news_contents ul li .outline .title {
  color: #151c83;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#news_single .news_contents ul li .outline .descn p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul li .outline .descn p {
    font-size: 10px;
  }
}

#business {
  margin: 5rem 0;
}
#business .business_headline {
  text-align: center;
  margin: 80px auto;
  width: 50%;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_headline {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  #business .business_headline {
    width: 90%;
    flex-direction: column-reverse;
  }
}
#business .business_headline .business_heading_bg {
  position: absolute;
  top: -20%;
  left: -30%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_headline .business_heading_bg {
    top: -10%;
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  #business .business_headline .business_heading_bg {
    top: -10%;
    left: 0;
    font-size: 5rem;
  }
}
#business .business_headline .business_headline-t {
  padding-top: 3vw;
}
@media screen and (max-width: 768px) {
  #business .business_headline .business_headline-t {
    text-align: left;
    line-height: 2;
  }
}
#business .business_headline .business_headline-h {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_headline .business_headline-h {
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 768px) {
  #business .business_headline .business_headline-h {
    writing-mode: horizontal-tb;
  }
}
#business .business_headline-i {
  overflow: hidden;
  width: 100%;
  margin: 5vw calc(50% - 50vw);
  height: 50vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #business .business_headline-i {
    height: 30vh;
  }
}
#business .business_headline-i img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: -webkit-fill-available;
}

.business_inner-01 {
  position: relative;
  background-color: #f0f9ff;
  margin: 10vw 0;
}
@media screen and (max-width: 768px) {
  .business_inner-01 {
    margin: 20vw 0 40vw;
  }
}
.business_inner-01 .business_content {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .business_inner-01 .business_content h2 {
    padding-top: 10vw;
  }
}
.business_inner-01 .business_content .business_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.business_inner-01 .business_content .business_content_list .business_content_img {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-01 .business_content .business_content_list .business_content_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .business_inner-01 .business_content .business_content_list .business_content_img {
    width: 100%;
  }
}
.business_inner-01 .business_content .business_content_list .business_content_img img {
  width: 100%;
  border-radius: 12px;
}
.business_inner-01 .business_content .business_content_list .business_content_txt {
  width: 50%;
  padding: 3vw;
}
@media screen and (max-width: 768px) {
  .business_inner-01 .business_content .business_content_list .business_content_txt {
    width: 100%;
  }
}
.business_inner-01 .business_content .business_content_list .business_content_txt h4 {
  color: #151c83;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-01 .business_content .business_content_list .business_content_txt p {
    height: 40vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (max-width: 768px) {
  .business_inner-01 .business_content .business_content_list .business_content_txt p {
    height: auto;
  }
}

.business_inner-02 {
  position: relative;
  background-color: #F7F7F7;
  margin: 10vw 0;
}
@media screen and (max-width: 768px) {
  .business_inner-02 {
    margin: 40vw 0;
  }
}
.business_inner-02 .business_content {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .business_inner-02 .business_content h2 {
    padding-top: 10vw;
  }
}
.business_inner-02 .business_content .business_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .business_inner-02 .business_content .business_content_list {
    flex-flow: wrap-reverse;
  }
}
.business_inner-02 .business_content .business_content_list .business_content_img {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-02 .business_content .business_content_list .business_content_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .business_inner-02 .business_content .business_content_list .business_content_img {
    width: 100%;
  }
}
.business_inner-02 .business_content .business_content_list .business_content_img img {
  width: 100%;
  border-radius: 12px;
}
.business_inner-02 .business_content .business_content_list .business_content_txt {
  width: 50%;
  padding: 3vw;
}
@media screen and (max-width: 768px) {
  .business_inner-02 .business_content .business_content_list .business_content_txt {
    width: 100%;
  }
}
.business_inner-02 .business_content .business_content_list .business_content_txt h4 {
  color: #151c83;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-02 .business_content .business_content_list .business_content_txt p {
    height: 40vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (max-width: 768px) {
  .business_inner-02 .business_content .business_content_list .business_content_txt p {
    height: auto;
  }
}

.business_inner-03 {
  position: relative;
  background-color: #f0f9ff;
  margin: 10vw 0;
}
@media screen and (max-width: 768px) {
  .business_inner-03 {
    margin: 20vw 0 40vw;
  }
}
.business_inner-03 .business_content {
  width: 80%;
  margin: 0 auto;
}
.business_inner-03 .business_content .business_heading_bg-c {
  position: absolute;
  top: 0%;
  right: 5%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-03 .business_content .business_heading_bg-c {
    top: 0%;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .business_inner-03 .business_content .business_heading_bg-c {
    top: 0%;
    right: 5%;
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .business_inner-03 .business_content h2 {
    padding-top: 10vw;
  }
}
.business_inner-03 .business_content .business_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.business_inner-03 .business_content .business_content_list .business_content_img {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-03 .business_content .business_content_list .business_content_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .business_inner-03 .business_content .business_content_list .business_content_img {
    width: 100%;
  }
}
.business_inner-03 .business_content .business_content_list .business_content_img img {
  width: 100%;
  border-radius: 12px;
}
.business_inner-03 .business_content .business_content_list .business_content_txt {
  width: 50%;
  padding: 3vw;
}
@media screen and (max-width: 768px) {
  .business_inner-03 .business_content .business_content_list .business_content_txt {
    width: 100%;
  }
}
.business_inner-03 .business_content .business_content_list .business_content_txt h4 {
  color: #151c83;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-03 .business_content .business_content_list .business_content_txt p {
    height: 40vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (max-width: 768px) {
  .business_inner-03 .business_content .business_content_list .business_content_txt p {
    height: auto;
  }
}

.business_inner-04 {
  position: relative;
  background-color: #F7F7F7;
  margin: 10vw 0;
}
@media screen and (max-width: 768px) {
  .business_inner-04 {
    margin: 40vw 0;
  }
}
.business_inner-04 .business_content {
  width: 80%;
  margin: 0 auto;
}
.business_inner-04 .business_content .business_heading_bg-c {
  position: absolute;
  top: 0%;
  left: 5%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-04 .business_content .business_heading_bg-c {
    top: 0%;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .business_inner-04 .business_content .business_heading_bg-c {
    top: 0%;
    left: 5%;
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .business_inner-04 .business_content h2 {
    padding-top: 10vw;
  }
}
.business_inner-04 .business_content .business_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .business_inner-04 .business_content .business_content_list {
    flex-flow: wrap-reverse;
  }
}
.business_inner-04 .business_content .business_content_list .business_content_img {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-04 .business_content .business_content_list .business_content_img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .business_inner-04 .business_content .business_content_list .business_content_img {
    width: 100%;
  }
}
.business_inner-04 .business_content .business_content_list .business_content_img img {
  width: 100%;
  border-radius: 12px;
}
.business_inner-04 .business_content .business_content_list .business_content_txt {
  width: 50%;
  padding: 3vw;
}
@media screen and (max-width: 768px) {
  .business_inner-04 .business_content .business_content_list .business_content_txt {
    width: 100%;
  }
}
.business_inner-04 .business_content .business_content_list .business_content_txt h4 {
  color: #151c83;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .business_inner-04 .business_content .business_content_list .business_content_txt p {
    height: 40vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (max-width: 768px) {
  .business_inner-04 .business_content .business_content_list .business_content_txt p {
    height: auto;
  }
}
.business_inner-04 .business_content_sub_img {
  width: 80%;
  margin: 3rem auto;
}
.business_inner-04 .business_content_sub_img ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .business_inner-04 .business_content_sub_img ul {
    flex-flow: wrap-reverse;
  }
}
.business_inner-04 .business_content_sub_img ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .business_inner-04 .business_content_sub_img ul li {
    width: 100%;
  }
}
.business_inner-04 .business_content_sub_img ul li img {
  width: 100%;
  border-radius: 12px;
}
.business_inner-04 .business-video_content {
  padding: 5rem 0;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .business_inner-04 .business-video_content {
    width: 95%;
  }
}
.business_inner-04 .business-video_content .business-video_content_inner {
  height: 80vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .business_inner-04 .business-video_content .business-video_content_inner {
    height: 80vw;
  }
}
.business_inner-04 .business-video_content .business-video_content_inner .business-video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .business_inner-04 .business-video_content .business-video_content_inner .business-video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    transform: none;
    top: 0;
    left: 0;
  }
}

.reverse {
  flex-flow: row-reverse;
}

.list-s {
  position: relative;
  padding: 1.5em 1em 1em 2.5em;
  border: 2px solid #151c83;
  width: 30%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .list-s {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .list-s {
    width: 90%;
  }
}

.list-s > div {
  position: absolute;
  top: -1.3em;
  left: 1em;
  padding: 0 0.5em;
  background-color: #bfc1d9;
  color: #151c83;
  font-weight: 600;
  font-size: 1.5em;
}

.list-s ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.list-s li {
  padding: 0.3em 0.3em 0.3em 0;
  list-style: decimal-leading-zero;
}
.list-s li a {
  color: #333;
  font-size: 1.5em;
}

.list-s li::marker {
  color: #151c83;
  font-size: 1.1em;
}

#recruit_main .recruit_main_contents {
  background-position: center;
  background-size: cover;
  width: 80%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 80px;
}
@media screen and (max-width: 768px) {
  #recruit_main .recruit_main_contents {
    width: 95%;
  }
}
#recruit_main .recruit_main_contents .recruit_main_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 0 0 80px;
  position: relative;
}
#recruit_main .recruit_main_contents .recruit_main_bg .recruit_title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #recruit_main .recruit_main_contents .recruit_main_bg .recruit_title {
    top: 130%;
    left: 5%;
    color: #151c83;
  }
}
#recruit_main .recruit_main_contents .recruit_main_bg .recruit_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #recruit_main .recruit_main_contents .recruit_main_bg .recruit_title h2 {
    font-size: 36px;
  }
}

#recruit {
  padding: 5rem 0;
}
#recruit .recruit_headline {
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
}
#recruit .recruit_headline .recruit_heading_bg {
  position: absolute;
  top: -20%;
  left: 0;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_headline .recruit_heading_bg {
    top: -10%;
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_headline .recruit_heading_bg {
    top: -10%;
    left: 0;
    font-size: 5rem;
  }
}
#recruit .recruit_headline .recruit_headline-h {
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_headline .recruit_headline-h {
    font-size: 4.5vw;
  }
}
#recruit .recruit_headline .recruit_headline-h .recruit_icon {
  position: absolute;
  top: 50%;
  left: 170%;
  width: 400%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_headline .recruit_headline-h .recruit_icon {
    top: 95%;
    left: -80%;
    width: 350%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_headline .recruit_headline-h .recruit_icon {
    display: none;
  }
}
#recruit .recruit_headline .recruit_headline-h .recruit_icon img {
  width: 100%;
}
#recruit .recruit_headline p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_headline p {
    text-align: left;
  }
}
#recruit .recruit_contents {
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents {
    width: 100%;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents {
    width: 100%;
    padding: 60px 0;
    padding-bottom: 160px;
  }
}
#recruit .recruit_contents p {
  text-align: center;
}
#recruit .recruit_contents .recruit_detail_title {
  text-align: center;
  margin-bottom: 40px;
  color: #151c83;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail_title {
    margin-bottom: 20px;
  }
}
#recruit .recruit_contents .recruit_detail {
  width: 80%;
  margin: auto;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 80px;
  position: relative;
  z-index: 100;
}
@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: 20px;
  }
}
#recruit .recruit_contents .recruit_detail table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
#recruit .recruit_contents .recruit_detail table tr {
  border-bottom: 2px solid #333;
}
#recruit .recruit_contents .recruit_detail table tr th {
  width: 35%;
  padding: 20px 0;
  text-align: end;
  padding-right: 40px;
  color: #333;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr th {
    display: block;
    text-align: center;
    padding: 5px 0;
    padding-right: 0;
    margin-top: 20px;
    font-size: 1.3rem;
    width: 100%;
  }
}
#recruit .recruit_contents .recruit_detail table tr td {
  width: 65%;
  padding: 20px 0;
  padding-left: 40px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr td {
    display: block;
    padding: 5px 0;
    padding-left: 0;
    font-size: 1rem;
    width: 100%;
  }
}
#recruit .recruit_contents .recruit_detail .recruit_btn {
  text-align: center;
  margin-top: 40px;
}
#recruit .recruit_contents .recruit_detail .recruit_btn button {
  padding: 20px 180px;
  border-radius: 50px;
  font-size: 18px;
  border: none;
  background-color: #151c83;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents .recruit_detail .recruit_btn button {
    padding: 20px 160px;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail .recruit_btn button {
    padding: 10px 60px;
    font-size: 12.5px;
  }
}
#recruit .recruit_contents .recruit_detail .recruit_btn button:hover {
  background-color: #fff;
  color: #151c83;
}

#company {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #company {
    margin: 0;
    padding: 0;
  }
}
#company #philosophy {
  width: 70%;
  margin: 3rem auto;
  background: #fff;
  border-radius: 10px;
  padding: 2rem 3rem;
}
@media screen and (max-width: 768px) {
  #company #philosophy {
    width: 95%;
  }
}
#company #philosophy .philosophy_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #company #philosophy .philosophy_contents {
    width: 100%;
  }
}
#company #philosophy .philosophy_contents h2 {
  color: #151c83;
  font-size: 250%;
  border-bottom: 1px solid #151c83;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
#company #philosophy .philosophy_contents h3 {
  font-size: 1.4vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #company #philosophy .philosophy_contents h3 {
    font-size: 5vw;
  }
}
#company #philosophy .philosophy_contents h4 {
  font-size: 1.2vw;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #company #philosophy .philosophy_contents h4 {
    font-size: 4vw;
  }
}
#company #philosophy .philosophy_contents img {
  width: 100%;
  margin-bottom: 2rem;
}
#company #philosophy .philosophy_contents p {
  margin-bottom: 3rem;
}
#company #philosophy .philosophy_contents .name {
  text-align: right;
}
#company #philosophy .philosophy_contents img {
  width: 100%;
}
#company .company_heading_bg {
  position: absolute;
  top: 0%;
  left: 5%;
  color: #11779f;
  font-weight: 600;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  #company .company_heading_bg {
    top: -4%;
    font-size: 5rem;
  }
}
#company .lower_headline {
  text-align: center;
  width: 100%;
}
#company .lower_headline h4 {
  font-size: 3rem;
  color: #151c83;
  letter-spacing: 0.6vw;
}
#company .company_img {
  width: 40%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #company .company_img {
    width: 100%;
    padding: 0;
  }
}
#company .company_img .sales_office {
  margin-bottom: 2rem;
}
#company .company_img .sales_office img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 12px 12px 0;
}
#company .company_img .sales_office p {
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  #company .company_img .sales_office p {
    font-size: 3vw;
  }
}
#company .company_contents {
  width: 60%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #company .company_contents {
    width: 100%;
    padding: 0;
  }
}
#company .company_contents .company_detail_title {
  width: 30%;
  margin: auto;
  position: relative;
  z-index: 100;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title {
    width: 60%;
    margin-bottom: 20px;
  }
}
#company .company_contents .company_detail_title h4 {
  padding: 20px 60px;
  background-color: #151c83;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title h4 {
    padding: 10px 20px;
    font-size: 15px;
  }
}
#company .company_contents .company_detail {
  width: 90%;
  margin: auto;
  padding: 80px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail {
    width: 90%;
    padding: 80px 30px;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail {
    width: 95%;
    padding: 20px;
  }
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
#company .company_contents .company_detail table tr {
  border-bottom: 2px solid #151c83;
}
#company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
  font-size: 1vw;
  letter-spacing: 0.2vw;
  padding: 2vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th, #company .company_contents .company_detail table tr td {
    font-size: 3vw;
    padding: 4vw 0;
  }
}
#company .company_contents .company_detail table tr th {
  width: 30%;
  text-align: end;
  padding-right: 40px;
  color: #151c83;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr th {
    padding-right: 20px;
    font-size: 10px;
    width: 25%;
    border-bottom: 1px solid #151c83;
  }
}
#company .company_contents .company_detail table tr td {
  width: 70%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail table tr td {
    padding-left: 20px;
    font-size: 10px;
    width: 75%;
    border-bottom: 1px solid #333;
  }
}
#company .company_map {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_map {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_map {
    width: 85%;
  }
}
#company .company_map p {
  font-size: 200%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #company .company_map p {
    font-size: 120%;
  }
}
#company .company_map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #company .company_map iframe {
    height: 240px;
  }
}

#policy_main {
  height: 58vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main {
    height: 58vw;
  }
}
@media screen and (max-width: 768px) {
  #policy_main {
    height: 58vw;
  }
}
#policy_main .policy_main_contents {
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 58vw;
  margin-top: 2%;
  margin-right: 2%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #policy_main .policy_main_contents {
    width: 60%;
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents {
    width: 95%;
    height: 300px;
  }
}
#policy_main .policy_main_contents .policy_main_bg {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
}
#policy_main .policy_main_contents .policy_main_bg .policy_title {
  text-align: center;
  color: #31a7e5;
  padding: 30px;
  position: absolute;
  width: 100%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  left: 0%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents .policy_main_bg .policy_title {
    top: 130%;
    left: 5%;
    color: #151c83;
  }
}
#policy_main .policy_main_contents .policy_main_bg .policy_title h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  #policy_main .policy_main_contents .policy_main_bg .policy_title h2 {
    font-size: 36px;
  }
}

.policy_contents {
  width: 80%;
  margin: auto;
  margin-top: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .policy_contents {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .policy_contents {
    width: 90%;
    margin-top: 0;
  }
}
.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;
  }
}

#contact {
  margin-bottom: 20vw;
}
#contact .contact {
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact {
    width: 95%;
  }
}
#contact .contact .contact_text {
  margin-bottom: 8vw;
}
#contact .contact .contact_text p {
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_text p {
    font-size: 1.4vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text p {
    text-align: left;
    font-size: 3.3vw;
    line-height: 6vw;
  }
}
#contact .contact .form {
  width: 100%;
  margin-bottom: 8vw;
}
#contact .contact .form .wpcf7 {
  color: #333;
  background-color: #f0f0f0;
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .wpcf7 {
    padding: 5rem 1rem;
  }
}
#contact .contact .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333;
}
#contact .contact .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#contact .contact .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
#contact .contact .form .wpcf7 label.policy {
  text-align: center;
}
#contact .contact .form .wpcf7 label.policy input {
  width: auto;
}
#contact .contact .form .wpcf7 .wpcf7 input[type=url], #contact .contact .form .wpcf7 .wpcf7 input[type=email], #contact .contact .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
#contact .contact .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #151c83;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  margin: auto 10%;
  font-size: 120%;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
}
#contact .contact .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
#contact .contact .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333;
  font-weight: 600;
}
#contact .contact .form .wpcf7 .wpcf7-form-control {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#contact .contact .form .thanks {
  text-align: center;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .thanks {
    text-align: left;
    font-size: 100%;
  }
}

#top #footer_link {
  display: none;
}

#common #footer_link {
  display: block;
}

footer {
  background-size: cover;
  background-position: bottom;
  margin-top: 3vw;
}
footer .footer_bg_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(36, 36, 36, 0.4);
}
footer .footer_bg_bg .top_contact_title {
  padding-top: 3vw;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1rem;
}
footer .footer_bg_bg .top_contact_title h2 {
  color: #ff0000;
  -webkit-text-stroke: 1px #fdfdfd;
  paint-order: stroke;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .top_contact_title h2 {
    font-size: 3rem;
  }
}
footer .footer_bg_bg .top_contact_title p {
  color: #fdfdfd;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .top_contact_title p {
    font-size: 1rem;
  }
}
footer .footer_bg_bg #footer_contact {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  padding: 4vw 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact {
    flex-flow: column;
    padding: 8vw 0;
  }
}
footer .footer_bg_bg #footer_contact .top_contact_tel {
  width: 30%;
  color: #000;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_contact_tel {
    width: 90%;
    margin: 1.5vw auto;
  }
}
footer .footer_bg_bg #footer_contact .top_contact_tel h4 {
  margin-bottom: 0.5vw;
  letter-spacing: 0.3vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_contact_tel h4 {
    margin-bottom: 4vw;
  }
}
footer .footer_bg_bg #footer_contact .top_contact_tel h5 {
  text-align: center;
  letter-spacing: 0.3vw;
  margin-bottom: 0.5vw;
  font-size: 1.4vw;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_contact_tel h5 {
    font-size: 4vw;
    margin-bottom: 1.5vw;
  }
}
footer .footer_bg_bg #footer_contact .top_contact_tel h5 i {
  margin-right: 0.5vw;
}
footer .footer_bg_bg #footer_contact .top_contact_tel p {
  text-align: center;
}
footer .footer_bg_bg #footer_contact .top_contact_form {
  width: 30%;
  color: #000;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_contact_form {
    width: 90%;
    margin: 1.5vw auto;
  }
}
footer .footer_bg_bg #footer_contact .top_contact_form h4 {
  margin-bottom: 0.8vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_contact_form h4 {
    margin-bottom: 4vw;
  }
}
footer .footer_bg_bg #footer_contact .top_contact_form .footer_contact_btn {
  width: 60% !important;
}
@media screen and (min-width: 1441px) {
  footer .footer_bg_bg #footer_contact .top_contact_form .footer_contact_btn {
    width: 46% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg #footer_contact .top_contact_form .footer_contact_btn {
    width: 90% !important;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_contact_form .footer_contact_btn {
    width: 100% !important;
  }
}
footer .footer_bg_bg #footer_contact .top_contact_form .footer_contact_btn p {
  margin-top: 1.5vw;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_contact_form .footer_contact_btn p {
    font-size: 1rem;
  }
}
footer .footer_bg_bg #footer_contact .top_recruit_form {
  width: 30%;
  color: #000;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_recruit_form {
    width: 90%;
    margin: 1.5vw auto;
  }
}
footer .footer_bg_bg #footer_contact .top_recruit_form h4 {
  margin-bottom: 0.5vw;
  letter-spacing: 0.3vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg #footer_contact .top_recruit_form h4 {
    margin-bottom: 4vw;
  }
}
footer .footer_bg_bg .footer {
  padding: 4vw 0 3vw;
}
footer .footer_bg_bg .footer .footer_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents {
    width: 95%;
    flex-flow: column;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_company {
  width: 60%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company {
    width: 90%;
    margin: 0 auto;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_logo {
  width: 50%;
  margin-left: 10vw;
  filter: grayscale(4%) drop-shadow(2px 2px 0px rgba(255, 255, 255, 0.6));
}
@media screen and (min-width: 1441px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_logo {
    width: 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_logo {
    width: 60%;
    margin-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_logo {
    width: 100%;
    margin: 0 auto 2vw;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_logo img {
  width: 100%;
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_logo .sns {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_logo .sns {
    display: block;
    margin-top: 4vw;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text {
  color: #fdfdfd;
  margin-left: 10vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text {
    margin-left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text {
    display: none;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text p {
  letter-spacing: 0.2vw;
  line-height: 1.5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text p {
    font-size: 1rem;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text .sns {
  width: 80%;
  margin-top: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text .sns {
    margin-top: 4vw;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text .sns a {
  text-decoration: none;
}
footer .footer_bg_bg .footer .footer_contents .footer_company .footer_text .sns a img {
  width: 100%;
}
footer .footer_bg_bg .footer .footer_contents .footer_menu {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .footer .footer_contents .footer_menu {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents .footer_menu {
    width: 95%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_menu ul {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  color: #fdfdfd;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .footer .footer_contents .footer_menu ul {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents .footer_menu ul {
    justify-content: space-evenly;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_menu ul li {
  margin-bottom: 1vw;
  list-style: initial;
}
footer .footer_bg_bg .footer .footer_contents .footer_menu ul li a {
  text-decoration: none;
  color: #fdfdfd;
  line-height: 2.5vw;
  font-size: 1vw;
  letter-spacing: 0.2vw;
  transition: all 0.8s ease;
  position: relative;
  line-height: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .footer .footer_contents .footer_menu ul li a {
    font-size: 3vw;
  }
}
footer .footer_bg_bg .footer .footer_contents .footer_menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fdfdfd;
  bottom: -4px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
footer .footer_bg_bg .footer .footer_contents .footer_menu ul li a:hover::after {
  transform: scale(1, 1);
}
footer .footer_bg_bg .copyright {
  padding: 1vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_bg_bg .copyright {
    padding: 3vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_bg_bg .copyright {
    padding: 4vw 0;
    font-size: 1.5vw;
  }
}
footer .footer_bg_bg .copyright {
  text-align: center;
  color: #fdfdfd;
}
footer .footer_bg_bg .copyright p {
  letter-spacing: 0.3vw;
}

.contact_list {
  background-color: #fdfdfd;
  padding: 1rem;
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */