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

body {
  background-color: #333;
  font-family: sans-serif;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

p {
  font-size: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 12.5px;
  }
}

h1 {
  font-size: 48px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 36px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

.contents_btn_about a {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 3px;
  position: relative;
  transition: all 0.4s;
  padding: 20px 0;
  padding-right: 120px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contents_btn_about a {
    font-size: 12.5px;
  }
}
.contents_btn_about a::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .contents_btn_about a::after {
    width: 60px;
    left: 55%;
  }
}
.contents_btn_about a:hover::after {
  width: 80px;
}
.contents_btn_about a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  transform: rotate(15deg);
  bottom: 55%;
  left: 95%;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .contents_btn_about a::before {
    width: 20px;
    left: 73%;
    bottom: 53%;
  }
}
.contents_btn_about a:hover::before {
  left: 80%;
}

.contents_btn a {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 3px;
  position: relative;
  transition: all 0.4s;
  padding: 20px 0;
  padding-right: 120px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .contents_btn a {
    font-size: 12.5px;
  }
}
.contents_btn a::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background-color: #333;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .contents_btn a::after {
    width: 60px;
    left: 55%;
  }
}
.contents_btn a:hover::after {
  width: 80px;
}
.contents_btn a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
  transform: rotate(15deg);
  bottom: 55%;
  left: 95%;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .contents_btn a::before {
    width: 20px;
    left: 73%;
    bottom: 53%;
  }
}
.contents_btn a:hover::before {
  left: 80%;
}

.contents_black_btn a {
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 3px;
  position: relative;
  transition: all 0.4s;
  padding: 20px 0;
  padding-right: 120px;
}
@media screen and (max-width: 768px) {
  .contents_black_btn a {
    font-size: 12.5px;
  }
}
.contents_black_btn a::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background-color: #333;
  top: 50%;
  left: 60%;
  transform: translate(0, -50%);
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .contents_black_btn a::after {
    width: 60px;
    left: 55%;
  }
}
.contents_black_btn a:hover::after {
  width: 80px;
}
.contents_black_btn a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
  transform: rotate(15deg);
  bottom: 55%;
  left: 95%;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .contents_black_btn a::before {
    width: 20px;
    left: 73%;
    bottom: 53%;
  }
}
.contents_black_btn a:hover::before {
  left: 80%;
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

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

.lower_main {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding-top: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_main {
    padding-top: 0;
    height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .lower_main {
    padding-top: 0;
    height: 200px;
  }
}
.lower_main .lower_main_bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lower_main .lower_main_bg .lower_title {
  color: #fff;
  text-align: center;
}
.lower_main .lower_main_bg .lower_title h2 {
  font-size: 64px;
  margin-bottom: 10px;
  font-family: "dunbar-low", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  .lower_main .lower_main_bg .lower_title h2 {
    font-size: 36px;
  }
}

.lower_headline {
  text-align: center;
  margin-bottom: 20px;
}

.lower_triangle {
  width: 100%;
}
.lower_triangle .triangle_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180vh 100vw 0 0;
  border-color: #E0E0E1 transparent transparent transparent;
  z-index: -10;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 40px;
  background-color: #333;
}
@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: 40px;
}
header #header_pc .header_logo img {
  height: 100%;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #header_pc .header_menu ul li {
  margin-left: 40px;
  transition: all 0.4s;
}
header #header_pc .header_menu ul li:hover {
  opacity: 0.6;
}
header #header_pc .header_menu ul li a {
  text-decoration: none;
  color: #fff;
}

#header_sp {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1441px) {
  #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #header_sp {
    display: none;
  }
}
#header_sp .header_logo {
  height: 30px;
  margin-left: 20px;
}
#header_sp .header_logo img {
  height: 100%;
}

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

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

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

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

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

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

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 40px;
}

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

nav.globalMenuSp ul li:hover {
  transform: scale(1.1);
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
  font-size: 12.5px;
}

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

#top_main {
  width: 90%;
  margin: auto;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main {
    padding-top: 80px;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #top_main {
    margin-bottom: 40px;
  }
}
#top_main .top_main_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_title {
    width: 80%;
    margin: auto;
  }
}
#top_main .top_main_title h3 {
  margin-bottom: 20px;
  text-shadow: 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff;
}
@media screen and (max-width: 768px) {
  #top_main .top_main_title h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
#top_main .top_main_title img {
  width: 70%;
}
#top_main .slide-images img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slide-images img {
    height: 600px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slide-images img {
    height: 300px;
    margin-top: 0;
  }
}
#top_main .slide-images .slick-next {
  display: none !important;
}

#top_about {
  position: relative;
  padding: 120px 0;
  height: 800px;
  background-color: #000;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #top_about {
    height: 600px;
    padding: 40px 0;
  }
}
#top_about .top_about_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
}
#top_about .top_about_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 120px;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about_title {
    width: 80%;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_title {
    width: 95%;
    margin: auto;
    text-align: center;
  }
}
#top_about .top_about_title h1 {
  font-size: 84px;
  letter-spacing: 10px;
  font-family: "dunbar-low", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: rgba(144, 144, 144, 0.5);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about_title h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_title h1 {
    font-size: 36px;
  }
}
#top_about .top_about_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 100;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents {
    width: 90%;
  }
}
#top_about .top_about_contents .top_about_headline {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_headline {
    margin-bottom: 40px;
  }
}
#top_about .top_about_contents .top_about_headline h3 {
  line-height: 50px;
  font-weight: 300;
  color: #D7D5D6;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_headline h3 {
    line-height: 40px;
  }
}
#top_about .top_about_contents .top_about_text {
  width: 45%;
  margin: auto;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about_contents .top_about_text {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_text {
    width: auto;
  }
}
#top_about .top_about_contents .top_about_text p {
  text-align: start;
  line-height: 50px;
  color: #D7D5D6;
}
@media screen and (max-width: 768px) {
  #top_about .top_about_contents .top_about_text p {
    text-align: left;
    line-height: 25px;
  }
}

#top_news {
  background-color: #e0e0e1;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc {
    display: none;
  }
}
#top_news .top_news_pc .top_news_title {
  width: 70%;
  margin: auto;
  height: 100%;
  text-align: start;
  padding-top: 80px;
  background-color: #e0e0e1;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_title {
    width: 100%;
    padding: 20px 0;
  }
}
#top_news .top_news_pc .top_news_title h2 {
  color: #333;
  font-family: "dunbar-low", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 48px;
  letter-spacing: 5px;
}
#top_news .top_news_pc .top_news_title p {
  color: #333;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_title p {
    margin-bottom: 20px;
  }
}
#top_news .top_news_pc .top_news_contents {
  width: 70%;
  margin: auto;
  background-color: #e0e0e1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents {
    width: 95%;
    margin: auto;
    padding-left: 0;
    padding-top: 20px;
  }
}
#top_news .top_news_pc .top_news_contents ul {
  list-style: none;
}
#top_news .top_news_pc .top_news_contents ul a {
  text-decoration: none;
}
#top_news .top_news_pc .top_news_contents ul a li {
  margin-bottom: 20px;
  position: relative;
  width: 400px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul a li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul a li {
    width: 370px;
  }
}
#top_news .top_news_pc .top_news_contents ul a li::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
  bottom: -10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#top_news .top_news_pc .top_news_contents ul a li:hover::after {
  visibility: visible;
  bottom: 0px;
  opacity: 1;
}
#top_news .top_news_pc .top_news_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top_news .top_news_pc .top_news_contents ul a li .outline .date {
  margin-right: 40px;
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
  font-size: 12.5px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul a li .outline .date {
    margin-right: 20px;
    font-size: 10px;
  }
}
#top_news .top_news_pc .top_news_contents ul a li .outline .title {
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_pc .top_news_contents ul a li .outline .title {
    font-size: 12.5px;
  }
}
#top_news .top_news_pc .top_news_contents .top_news_btn a button {
  padding: 10px 40px;
  border: none;
  font-size: 15px;
  transition: all 0.4s;
  color: #fff;
  background-color: #333;
}
#top_news .top_news_pc .top_news_contents .top_news_btn a button:hover {
  background-color: #727272;
}
@media screen and (min-width: 1441px) {
  #top_news .top_news_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_news .top_news_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news_sp {
    display: none;
  }
}
#top_news .top_news_sp .top_news_title {
  width: 30%;
  height: 100%;
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_sp .top_news_title {
    width: 100%;
    padding: 40px 0;
  }
}
#top_news .top_news_sp .top_news_title h2 {
  font-family: "dunbar-low", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
}
#top_news .top_news_sp .top_news_title p {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_sp .top_news_title p {
    margin-bottom: 20px;
  }
}
#top_news .top_news_sp .top_news_contents {
  width: 70%;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_sp .top_news_contents {
    width: 95%;
    margin: auto;
    padding-left: 0;
    padding-top: 20px;
  }
}
#top_news .top_news_sp .top_news_contents ul {
  list-style: none;
  margin-bottom: 40px;
}
#top_news .top_news_sp .top_news_contents ul a {
  text-decoration: none;
}
#top_news .top_news_sp .top_news_contents ul a li {
  margin-bottom: 20px;
  position: relative;
  width: 400px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_sp .top_news_contents ul a li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news_sp .top_news_contents ul a li {
    width: 370px;
  }
}
#top_news .top_news_sp .top_news_contents ul a li::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
  bottom: -10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#top_news .top_news_sp .top_news_contents ul a li:hover::after {
  visibility: visible;
  bottom: 0px;
  opacity: 1;
}
#top_news .top_news_sp .top_news_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#top_news .top_news_sp .top_news_contents ul a li .outline .date {
  margin-right: 40px;
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
  font-size: 12.5px;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_sp .top_news_contents ul a li .outline .date {
    margin-right: 20px;
    font-size: 10px;
  }
}
#top_news .top_news_sp .top_news_contents ul a li .outline .title {
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_sp .top_news_contents ul a li .outline .title {
    font-size: 12.5px;
  }
}
#top_news .top_news_sp .top_news_contents .top_news_btn button {
  padding: 10px 40px;
  border: none;
  color: #fff;
  background-color: #333;
}

#top_two_contents {
  position: relative;
  padding: 120px 0;
  padding-bottom: 160px;
  background-color: #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents {
    padding-bottom: 60px;
  }
}
#top_two_contents .bg_triangle_top {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1200px 1600px 0;
  border-color: transparent rgba(224, 224, 225, 0.5) transparent transparent;
  z-index: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .bg_triangle_top {
    border-width: 0 700px 1400px 0;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .bg_triangle_top {
    border-width: 0 350px 1400px 0;
  }
}
#top_two_contents .bg_triangle_bottom {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1600px 1200px;
  border-color: transparent transparent rgba(224, 224, 225, 0.5) transparent;
  z-index: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents .bg_triangle_bottom {
    border-width: 0 0 1400px 700px;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents .bg_triangle_bottom {
    border-width: 0 0 1400px 350px;
  }
}
#top_two_contents #top_recruit {
  width: 100%;
  position: relative;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_recruit {
    margin-bottom: 80px;
  }
}
#top_two_contents #top_recruit .top_recruit_title {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_recruit .top_recruit_title {
    padding-left: 20px;
  }
}
#top_two_contents #top_recruit .top_recruit_title h2 {
  font-size: 120px;
  line-height: 100px;
  font-family: "dunbar-low", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_recruit .top_recruit_title h2 {
    font-size: 60px;
    line-height: 50px;
  }
}
#top_two_contents #top_recruit .top_recruit_contents {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents #top_recruit .top_recruit_contents {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_recruit .top_recruit_contents {
    height: 500px;
    flex-flow: column-reverse;
  }
}
#top_two_contents #top_recruit .top_recruit_image {
  width: 40%;
  height: 100%;
}
#top_two_contents #top_recruit .top_recruit_image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents #top_recruit .top_recruit_image {
    width: 400px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_recruit .top_recruit_image {
    width: 90%;
    margin: auto;
    height: 220px;
    z-index: 20;
  }
}
#top_two_contents #top_recruit .top_recruit_content {
  width: 60%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center;
  background-size: cover;
  padding: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
  overflow: hidden;
}
#top_two_contents #top_recruit .top_recruit_content::before {
  background: inherit;
  content: "";
  filter: blur(6px);
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents #top_recruit .top_recruit_content {
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_recruit .top_recruit_content {
    width: 90%;
    padding: 20px;
    height: 400px;
  }
}
#top_two_contents #top_recruit .top_recruit_content .top_recruit_content_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#top_two_contents #top_recruit .top_recruit_content .top_recruit_content_contents .top_recruit_headline {
  margin-bottom: 40px;
  color: #333;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_recruit .top_recruit_content .top_recruit_content_contents .top_recruit_headline {
    margin-bottom: 20px;
  }
}
#top_two_contents #top_recruit .top_recruit_content .top_recruit_content_contents .text {
  margin-bottom: 40px;
  color: #333;
  text-align: start;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_recruit .top_recruit_content .top_recruit_content_contents .text {
    margin-bottom: 20px;
  }
}
#top_two_contents #top_area {
  width: 100%;
  position: relative;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_area {
    margin-bottom: 40px;
  }
}
#top_two_contents #top_area .top_area_title {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_area .top_area_title {
    padding-left: 20px;
  }
}
#top_two_contents #top_area .top_area_title h2 {
  font-size: 120px;
  line-height: 100px;
  font-family: "dunbar-low", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_area .top_area_title h2 {
    font-size: 60px;
    line-height: 50px;
  }
}
#top_two_contents #top_area .top_area_contents {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row-reverse;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents #top_area .top_area_contents {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_area .top_area_contents {
    height: 500px;
    flex-flow: column-reverse;
    justify-content: start;
  }
}
#top_two_contents #top_area .top_area_image {
  width: 40%;
  height: 100%;
}
#top_two_contents #top_area .top_area_image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents #top_area .top_area_image {
    width: 400px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_area .top_area_image {
    width: 90%;
    height: 220px;
    z-index: 20;
  }
}
#top_two_contents #top_area .top_area_content {
  width: 60%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center;
  background-size: cover;
  padding: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
  overflow: hidden;
}
#top_two_contents #top_area .top_area_content::before {
  background: inherit;
  content: "";
  filter: blur(6px);
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_two_contents #top_area .top_area_content {
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_area .top_area_content {
    width: 90%;
    height: 500px;
  }
}
#top_two_contents #top_area .top_area_content .top_area_content_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#top_two_contents #top_area .top_area_content .top_area_content_contents .top_area_headline {
  margin-bottom: 40px;
  color: #333;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_area .top_area_content .top_area_content_contents .top_area_headline {
    margin-bottom: 20px;
  }
}
#top_two_contents #top_area .top_area_content .top_area_content_contents .text {
  margin-bottom: 40px;
  color: #333;
  text-align: start;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #top_two_contents #top_area .top_area_content .top_area_content_contents .text {
    margin-bottom: 20px;
  }
}

#top_four_contents ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top_four_contents ul {
    flex-flow: column;
  }
}
#top_four_contents ul li {
  width: 25%;
  height: 500px;
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_four_contents ul li {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  #top_four_contents ul li {
    width: 100%;
    height: 300px;
  }
}
#top_four_contents ul li:hover::after {
  position: absolute;
  content: "";
  background-color: #111;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation-name: marquee;
  animation-timing-function: ease;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
#top_four_contents ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
#top_four_contents ul li a .top_four_contents_title {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  transition: all 0.4s;
}
#top_four_contents ul li a .top_four_contents_title h2 {
  font-family: "dunbar-low", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 5px;
}

@keyframes marquee {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
#gallery {
  position: relative;
  padding: 120px 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #gallery {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  #gallery {
    padding: 60px 0;
  }
}
#gallery .bg_triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 814px 0 0 1200px;
  border-color: transparent transparent transparent rgba(224, 224, 225, 0.5);
  z-index: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #gallery .bg_triangle {
    border-width: 622px 0 0 700px;
  }
}
@media screen and (max-width: 768px) {
  #gallery .bg_triangle {
    border-width: 736px 0 0 350px;
  }
}
#gallery .gallery_title {
  position: relative;
  z-index: 20;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_title {
    margin-bottom: 20px;
  }
}
#gallery .gallery_title h2 {
  font-family: "dunbar-low", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 5px;
}
#gallery .gallery_contents {
  position: relative;
  z-index: 20;
}
#gallery .gallery_contents ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gallery .gallery_contents ul {
    width: 95%;
  }
}
#gallery .gallery_contents ul li {
  width: 22%;
  height: 200px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #gallery .gallery_contents ul li {
    width: 24%;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  #gallery .gallery_contents ul li {
    width: 47%;
    height: 120px;
    margin-bottom: 20px;
  }
}
#gallery .gallery_contents ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#service {
  position: relative;
}
#service .lower_triangle .triangle_top {
  border-width: 350vh 100vw 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .lower_triangle .triangle_top {
    border-width: 200vh 100vw 0 0;
  }
}
#service .service_top_contents {
  padding-top: 120px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_top_contents {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_top_contents {
    padding-top: 40px;
  }
}
#service .service_top_contents .service_top_contents_image {
  width: 70%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .service_top_contents .service_top_contents_image {
    width: 90%;
  }
}
#service .service_top_contents .service_top_contents_image img {
  width: 100%;
}
#service .service_top_contents .service_top_contents_image h2 {
  background-color: #333;
  color: #fff;
  padding: 20px 40px;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #service .service_top_contents .service_top_contents_image h2 {
    font-size: 15px;
    padding: 10px 20px;
  }
}
#service .service_top_contents .service_top_contents_image .service_text01 {
  position: absolute;
  top: 80px;
  left: 0px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_top_contents .service_top_contents_image .service_text01 {
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_top_contents .service_top_contents_image .service_text01 {
    top: 20px;
  }
}
#service .service_top_contents .service_top_contents_image .service_text02 {
  position: absolute;
  top: 200px;
  left: 0px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_top_contents .service_top_contents_image .service_text02 {
    top: 160px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_top_contents .service_top_contents_image .service_text02 {
    top: 80px;
  }
}
#service .service_top_contents .service_top_contents_writing {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_top_contents .service_top_contents_writing {
    top: 55%;
    right: 5%;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_top_contents .service_top_contents_writing {
    top: 60%;
    right: 5%;
    width: 90%;
    padding: 20px;
  }
}
#service .service_top_contents .service_top_contents_writing {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#service .service_top_contents .service_top_contents_writing p {
  line-height: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_top_contents .service_top_contents_writing p {
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_top_contents .service_top_contents_writing p {
    line-height: 25px;
  }
}
#service .service_bottom_contents {
  margin-top: 120px;
}
#service .service_bottom_contents .service_bottom_contents01 {
  padding-top: 60px;
  margin-bottom: 80px;
}
#service .service_bottom_contents .service_bottom_contents01 .service_bottom_contents01_headline {
  margin-bottom: 40px;
}
#service .service_bottom_contents .service_bottom_contents01 .service_bottom_contents01_headline h2 {
  width: 45%;
  display: inline-block;
  padding: 20px 10px;
  padding-left: 40px;
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_contents01 .service_bottom_contents01_headline h2 {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents01 .service_bottom_contents01_headline h2 {
    font-size: 15px;
    padding: 10px;
    width: 60%;
  }
}
#service .service_bottom_contents .service_bottom_contents01 .service_bottom_contents01_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents01 .service_bottom_contents01_flex {
    flex-flow: column;
  }
}
#service .service_bottom_contents .service_bottom_contents01 .service_bottom_contents01_flex .service_bottom_text {
  width: 45%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_contents01 .service_bottom_contents01_flex .service_bottom_text {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents01 .service_bottom_contents01_flex .service_bottom_text {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
}
#service .service_bottom_contents .service_bottom_contents01 .service_bottom_contents01_flex .service_bottom_image {
  width: 45%;
  height: 450px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_contents01 .service_bottom_contents01_flex .service_bottom_image {
    width: 40%;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents01 .service_bottom_contents01_flex .service_bottom_image {
    width: 100%;
    height: 200px;
  }
}
#service .service_bottom_contents .service_bottom_contents01 .service_bottom_contents01_flex .service_bottom_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service_bottom_contents .service_bottom_contents02 {
  margin-bottom: 80px;
}
#service .service_bottom_contents .service_bottom_contents02 .service_bottom_contents02_headline {
  margin-bottom: 40px;
}
#service .service_bottom_contents .service_bottom_contents02 .service_bottom_contents02_headline h2 {
  width: 45%;
  display: inline-block;
  padding: 20px 10px;
  padding-left: 40px;
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_contents02 .service_bottom_contents02_headline h2 {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents02 .service_bottom_contents02_headline h2 {
    font-size: 15px;
    padding: 10px;
    width: 60%;
  }
}
#service .service_bottom_contents .service_bottom_contents02 .service_bottom_contents02_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents02 .service_bottom_contents02_flex {
    flex-flow: column;
  }
}
#service .service_bottom_contents .service_bottom_contents02 .service_bottom_contents02_flex .service_bottom_text {
  width: 45%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_contents02 .service_bottom_contents02_flex .service_bottom_text {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents02 .service_bottom_contents02_flex .service_bottom_text {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
}
#service .service_bottom_contents .service_bottom_contents02 .service_bottom_contents02_flex .service_bottom_image {
  width: 45%;
  height: 450px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_contents02 .service_bottom_contents02_flex .service_bottom_image {
    width: 40%;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents02 .service_bottom_contents02_flex .service_bottom_image {
    width: 100%;
    height: 200px;
  }
}
#service .service_bottom_contents .service_bottom_contents02 .service_bottom_contents02_flex .service_bottom_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service_bottom_contents .service_bottom_contents03 {
  margin-bottom: 80px;
}
#service .service_bottom_contents .service_bottom_contents03 .service_bottom_contents03_headline {
  margin-bottom: 40px;
}
#service .service_bottom_contents .service_bottom_contents03 .service_bottom_contents03_headline h2 {
  width: 45%;
  display: inline-block;
  padding: 20px 10px;
  padding-left: 40px;
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_contents03 .service_bottom_contents03_headline h2 {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents03 .service_bottom_contents03_headline h2 {
    font-size: 15px;
    padding: 10px;
    width: 60%;
  }
}
#service .service_bottom_contents .service_bottom_contents03 .service_bottom_contents03_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents03 .service_bottom_contents03_flex {
    flex-flow: column;
  }
}
#service .service_bottom_contents .service_bottom_contents03 .service_bottom_contents03_flex .service_bottom_text {
  width: 45%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_contents03 .service_bottom_contents03_flex .service_bottom_text {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents03 .service_bottom_contents03_flex .service_bottom_text {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
}
#service .service_bottom_contents .service_bottom_contents03 .service_bottom_contents03_flex .service_bottom_image {
  width: 45%;
  height: 450px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_contents03 .service_bottom_contents03_flex .service_bottom_image {
    width: 40%;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents03 .service_bottom_contents03_flex .service_bottom_image {
    width: 100%;
    height: 200px;
  }
}
#service .service_bottom_contents .service_bottom_contents03 .service_bottom_contents03_flex .service_bottom_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service_bottom_contents .service_bottom_contents04 {
  margin-bottom: 80px;
}
#service .service_bottom_contents .service_bottom_contents04 .service_bottom_contents04_headline {
  margin-bottom: 40px;
}
#service .service_bottom_contents .service_bottom_contents04 .service_bottom_contents04_headline h2 {
  width: 45%;
  display: inline-block;
  padding: 20px 10px;
  padding-left: 40px;
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_contents04 .service_bottom_contents04_headline h2 {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents04 .service_bottom_contents04_headline h2 {
    font-size: 15px;
    padding: 10px;
    width: 60%;
  }
}
#service .service_bottom_contents .service_bottom_contents04 .service_bottom_contents04_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row-reverse;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents04 .service_bottom_contents04_flex {
    flex-flow: column;
  }
}
#service .service_bottom_contents .service_bottom_contents04 .service_bottom_contents04_flex .service_bottom_text {
  width: 45%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 5%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_contents04 .service_bottom_contents04_flex .service_bottom_text {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents04 .service_bottom_contents04_flex .service_bottom_text {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
}
#service .service_bottom_contents .service_bottom_contents04 .service_bottom_contents04_flex .service_bottom_image {
  width: 45%;
  height: 450px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service_bottom_contents .service_bottom_contents04 .service_bottom_contents04_flex .service_bottom_image {
    width: 40%;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #service .service_bottom_contents .service_bottom_contents04 .service_bottom_contents04_flex .service_bottom_image {
    width: 100%;
    height: 200px;
  }
}
#service .service_bottom_contents .service_bottom_contents04 .service_bottom_contents04_flex .service_bottom_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#works {
  position: relative;
}
#works .works_contents {
  width: 80%;
  margin: auto;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #works .works_contents {
    width: 95%;
  }
}
#works .works_contents ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}
#works .works_contents ul li {
  width: 30%;
  margin-bottom: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li {
    width: 45%;
    margin: auto;
    margin-bottom: 40px;
  }
}
#works .works_contents ul li .thumb {
  text-align: center;
  width: 100%;
  height: 240px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works_contents ul li .thumb {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .thumb {
    height: 120px;
  }
}
#works .works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
#works .works_contents ul li .outline {
  background-color: #fff;
  padding: 20px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline {
    height: 150px;
  }
}
#works .works_contents ul li .outline .title {
  color: #333;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .title {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
}
#works .works_contents ul li .outline .descn p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #works .works_contents ul li .outline .descn p {
    font-size: 10px;
  }
}
#works .works_contents .navigation {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #works .works_contents .navigation {
    margin-top: 40px;
  }
}

.wp-pagenavi span.current {
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  background-color: #333;
}
@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: #333;
}
@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;
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal-container > div > img {
  width: 560px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal-container > div > img {
    width: 300px;
    height: auto;
  }
}
#modal-container .close {
  position: absolute;
  top: 30%;
  right: 30%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #modal-container .close {
    top: 32%;
    right: 22%;
  }
}
@media screen and (max-width: 768px) {
  #modal-container .close {
    top: 33%;
    right: 15%;
  }
}
#modal-container .close span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:first-child {
    width: 25px;
  }
}
#modal-container .close span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:last-child {
    width: 25px;
  }
}

img.popup {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company {
    height: 1500px;
  }
}
@media screen and (max-width: 768px) {
  #company {
    height: 900px;
    margin-bottom: 80px;
  }
}
#company .company_contents {
  width: 100%;
  padding: 120px 0;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents {
    width: 100%;
    padding: 60px 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 h3 {
  padding: 20px 60px;
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail_title h3 {
    padding: 10px 20px;
    font-size: 15px;
  }
}
#company .company_contents .company_detail {
  width: 60%;
  margin: auto;
  background-color: #fff;
  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) {
  #company .company_contents .company_detail {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #company .company_contents .company_detail {
    width: 90%;
    padding: 40px 20px;
  }
}
#company .company_contents .company_detail table {
  margin: 0;
  width: 100%;
}
#company .company_contents .company_detail table tr th {
  width: 35%;
  padding: 20px 0;
  border-bottom: 2px solid #333;
  text-align: end;
  padding-right: 40px;
  color: #333;
  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 #333;
  }
}
#company .company_contents .company_detail table tr td {
  width: 65%;
  padding: 20px 0;
  border-bottom: 2px solid #333;
  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;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit {
    height: 1600px;
  }
}
@media screen and (max-width: 768px) {
  #recruit {
    height: 1300px;
  }
}
#recruit .recruit_contents {
  width: 100%;
  padding: 120px 0;
  margin: auto;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_contents {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents {
    width: 100%;
    padding: 60px 0;
  }
}
#recruit .recruit_contents .recruit_detail_title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail_title {
    margin-bottom: 20px;
  }
}
#recruit .recruit_contents .recruit_detail {
  width: 60%;
  margin: auto;
  background-color: #fff;
  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 {
  margin: 0;
  width: 100%;
}
#recruit .recruit_contents .recruit_detail table tr th {
  width: 35%;
  padding: 20px 0;
  border-bottom: 2px solid #333;
  text-align: end;
  padding-right: 40px;
  color: #333;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr th {
    padding-right: 20px;
    font-size: 12.5px;
    width: 35%;
  }
}
#recruit .recruit_contents .recruit_detail table tr td {
  width: 65%;
  padding: 20px 0;
  border-bottom: 2px solid #333;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_contents .recruit_detail table tr td {
    padding-left: 20px;
    font-size: 12.5px;
    width: 65%;
  }
}

.contact {
  width: 70%;
  margin: auto;
  padding: 40px;
  color: #333;
  margin-top: 40px;
  padding-bottom: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    width: 90%;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
.contact .contact_text p {
  color: #fff;
}
.contact .form {
  width: 100%;
  margin-bottom: 8vw;
}
.contact .form .wpcf7 {
  color: #333;
  background-color: #f5f5f5;
  padding: 5rem;
  border-radius: 10px;
  margin-top: 2rem;
  box-shadow: 0 0 5px #bfbfbf;
}
@media screen and (max-width: 768px) {
  .contact .form .wpcf7 {
    padding: 5rem 1rem;
  }
}
.contact .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333333;
}
.contact .form .wpcf7 label .red {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
.contact .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
.contact .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
.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 .form .wpcf7 label.policy {
  text-align: center;
}
.contact .form .wpcf7 label.policy input {
  width: auto;
}
.contact .form .wpcf7 .wpcf7 input[type=url], .contact .form .wpcf7 .wpcf7 input[type=email], .contact .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
.contact .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #333;
  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 .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
.contact .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333;
  font-weight: 600;
}
.contact .form .wpcf7 .wpcf7-form-control {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
.contact .form .thanks {
  text-align: center;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  .contact .form .thanks {
    text-align: left;
    font-size: 100%;
  }
}

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

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

footer {
  position: relative;
  z-index: 10;
}
footer #top_contact {
  position: relative;
  height: 800px;
  z-index: 10;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  footer #top_contact {
    padding: 60px 0;
  }
}
footer #top_contact::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 800px;
  background-color: rgba(0, 0, 0, 0.8);
}
footer #top_contact .contact_title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  footer #top_contact .contact_title {
    margin-bottom: 20px;
  }
}
footer #top_contact .contact_title h2 {
  font-size: 64px;
  font-family: "dunbar-low", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 10px;
}
@media screen and (max-width: 768px) {
  footer #top_contact .contact_title h2 {
    font-size: 36px;
  }
}
footer #top_contact .top_contact_text p {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_text p {
    margin-bottom: 10px;
  }
}
footer #top_contact .top_contact_text .time {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_text .time {
    margin-bottom: 20px;
  }
}
footer #top_contact .top_contact_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents {
    flex-flow: column;
    width: 90%;
  }
}
footer #top_contact .top_contact_contents .top_contact_btn a {
  text-decoration: none;
}
footer #top_contact .top_contact_contents .top_contact_btn a button {
  padding: 20px 60px;
  background-color: #fff;
  color: #333;
  border: none;
  font-size: 18px;
  letter-spacing: 3.5px;
  transition: all 0.4s;
  height: 67px;
  font-family: "dunbar-low", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_contact_btn a button {
    font-size: 15px;
    letter-spacing: 1px;
    width: 320px;
    margin-bottom: 20px;
    height: 45px;
    padding: 10px 30px;
  }
}
footer #top_contact .top_contact_contents .top_contact_btn a button:hover {
  background-color: #555;
  color: #fff;
}
footer #top_contact .top_contact_contents .top_contact_btn a button i {
  margin-right: 10px;
}
footer #top_contact .top_contact_contents .top_tel_btn a {
  text-decoration: none;
}
footer #top_contact .top_contact_contents .top_tel_btn a button {
  padding: 20px 60px;
  background-color: #fff;
  color: #333;
  border: none;
  font-size: 18px;
  letter-spacing: 3.5px;
  transition: all 0.4s;
  height: 67px;
  font-family: "dunbar-low", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_contents .top_tel_btn a button {
    font-size: 15px;
    letter-spacing: 2px;
    width: 320px;
    height: 45px;
    padding: 10px 30px;
  }
}
footer #top_contact .top_contact_contents .top_tel_btn a button:hover {
  background-color: #555;
  color: #fff;
}
footer #top_contact .top_contact_contents .top_tel_btn a button i {
  margin-right: 10px;
}
footer #top_contact .top_contact_company {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_company {
    flex-flow: column-reverse;
  }
}
footer #top_contact .top_contact_company .map {
  width: 60%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer #top_contact .top_contact_company .map {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_company .map {
    width: 100%;
  }
}
footer #top_contact .top_contact_company .map iframe {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_company .map iframe {
    height: 200px;
  }
}
footer #top_contact .top_contact_company .top_contact_company_contents {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer #top_contact .top_contact_company .top_contact_company_contents {
    margin-bottom: 20px;
  }
}
footer #top_contact .top_contact_company .top_contact_company_contents .footer_logo {
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
}
footer #top_contact .top_contact_company .top_contact_company_contents .footer_logo img {
  width: 100%;
}
footer #top_contact .top_contact_company .top_contact_company_contents .top_contact_company_text {
  color: #fff;
}
footer #top_contact .top_contact_company .top_contact_company_contents .top_contact_company_text p {
  margin-bottom: 10px;
}
footer .footer_menu {
  background-color: #333;
  padding: 40px 0;
}
footer .footer_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 70%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu ul {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul {
    width: 90%;
    align-items: flex-start;
  }
}
footer .footer_menu ul .footer_menu_sp_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul .footer_menu_sp_left {
    flex-flow: column;
    align-items: center;
    width: 50%;
  }
}
footer .footer_menu ul .footer_menu_sp_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul .footer_menu_sp_right {
    flex-flow: column;
    align-items: center;
    width: 50%;
  }
}
footer .footer_menu ul li {
  margin: 0 10px;
  transition: all 0.4s;
}
footer .footer_menu ul li:hover {
  opacity: 0.6;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu ul li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li {
    margin-bottom: 20px;
  }
}
footer .footer_menu ul li a {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu ul li a {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li a {
    font-size: 12.5px;
  }
}
footer .copyright {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  background-color: #333;
}
footer .copyright p {
  font-size: 12.5px;
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */