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

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", 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: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3.4vw;
    line-height: 8vw;
  }
}

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: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 9vw;
  }
}

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.7vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@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;
  }
}

.header.change-color {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

#lower {
  overflow-x: hidden;
}
#lower .lower {
  background-position: center;
  background-size: cover;
  width: 100vw;
  padding: 14vw 0 4vw 0;
}
@media screen and (max-width: 768px) {
  #lower .lower {
    padding: 18vw 0 8vw 0;
  }
}
#lower .lower .lower_point01 {
  width: 85%;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_point01 {
    width: 95%;
  }
}
#lower .lower .lower_point01 img {
  width: 100%;
}
#lower .lower .lower_headline {
  text-align: center;
  color: #fff;
}
#lower .lower .lower_headline h2 {
  font-family: "Abel", sans-serif;
  letter-spacing: 0.4vw;
}
#lower .lower .lower_headline h3 {
  padding-left: 2vw;
  font-family: "Abel", sans-serif;
  letter-spacing: 0.6vw;
}
#lower .lower .lower_point02 {
  width: 85%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0.5vw;
}
@media screen and (max-width: 768px) {
  #lower .lower .lower_point02 {
    width: 95%;
  }
}
#lower .lower .lower_point02 img {
  width: 100%;
}

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

header {
  z-index: 99999999;
  width: 100vw;
  position: fixed;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 2vw;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
}
@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 {
  width: 30%;
  padding: 0.5vw;
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_menu > a {
  display: block;
  margin-bottom: 0.5vw;
  text-align: end;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 2vw;
}
header #header_pc .header_menu > a i {
  margin-right: 1vw;
}
header #header_pc .header_menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
header #header_pc .header_menu ul li {
  height: 3.5vw;
}
header #header_pc .header_menu ul > li > a {
  display: block;
  padding: 0 1vw;
  text-decoration: none;
  color: #fff;
  font-size: 1vw;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
  text-align: center;
}
header #header_pc .header_menu ul > li > a span {
  font-size: 0.8vw;
}
header #header_pc .header_menu ul > li > a button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  border: none;
  padding: 0.5vw 2vw;
  color: #fff;
  background-color: #38A951;
  transition: all 0.4s;
}
header #header_pc .header_menu ul > li > a button:hover {
  background-color: #fff;
  border: 1px solid #38A951;
  color: #38A951;
}
header #header_pc .header_menu ul > li > a button p:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  line-height: 1.4vw;
}
header #header_pc .header_menu ul > li > a button p:last-child span {
  line-height: 1vw;
}

@media screen and (min-width: 1441px) {
  #header_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #header_sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #header_sp {
    height: 19vw;
  }
}
#header_sp {
  display: flex;
  align-items: top;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header_sp {
    height: 12vw;
  }
}
#header_sp .header_logo {
  width: 50%;
  margin-left: 3vw;
  padding: 1vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #header_sp .header_logo {
    width: 50%;
  }
}
#header_sp .header_logo img {
  width: 100%;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 10005;
  right: 13px;
  top: 12px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
}
@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 (min-width: 769px) and (max-width: 1024px) {
  .hamburger {
    width: 60px;
    height: 60px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #38A951;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger span {
    width: 45px;
  }
}

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

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

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

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  left: 42%;
  top: 28%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger.active span:nth-child(1) {
    left: 45%;
    top: 30%;
  }
}
.hamburger.active span:nth-child(1) {
  background: #38A951;
  transform: rotate(-45deg) translate(-50%, -50%);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  left: 40%;
  top: 75%;
  background: #38A951;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    left: 42%;
    top: 65%;
  }
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-50%, -50%);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.85);
  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;
  align-items: center;
  flex-flow: column;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li {
    margin-bottom: 20px;
  }
}

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

nav.globalMenuSp ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #333;
  padding: 1em 0;
  text-decoration: none;
  font-size: 2.8vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a {
    font-size: 3.2vw;
  }
}
nav.globalMenuSp ul li a span {
  font-size: 2vw;
}
@media screen and (max-width: 768px) {
  nav.globalMenuSp ul li a span {
    font-size: 2.8vw;
    margin-top: 1vw;
  }
}
nav.globalMenuSp ul li a button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  border: none;
  padding: 1vw 6vw;
  color: #fff;
  background-color: #38A951;
  transition: all 0.4s;
}
nav.globalMenuSp ul li a button:hover {
  background-color: #fff;
  border: 1px solid #38A951;
  color: #38A951;
}
nav.globalMenuSp ul li a button p {
  line-height: 4vw;
}
nav.globalMenuSp ul li a button p:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
nav.globalMenuSp ul li a button p span {
  line-height: 4vw;
}

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

#mv {
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  #mv .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #mv .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #mv .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .sp {
    display: none;
  }
}
#mv {
  width: 100%;
  height: 100vh;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #mv {
    width: 100%;
  }
}
#mv .slide-images {
  width: 100%;
  height: 100vh;
}
#mv .slide-images .slick-list {
  height: 100%;
}
#mv .slide-images .slick-list .slick-track {
  height: 100%;
}
#mv .slide-images .slick-list .slick-track img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv .mv_text {
  position: absolute;
  top: 70%;
  left: 5%;
  color: #fff;
  padding: 3vw 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv_text {
    height: 60vw;
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_text {
    width: 95%;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
  }
}
#mv .mv_text h2 {
  letter-spacing: 0.4vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 4vw;
  font-size: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv_text h2 {
    line-height: 6vw;
    letter-spacing: 0.6vw;
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_text h2 {
    font-size: 6vw;
    line-height: 8vw;
    letter-spacing: 0.8vw;
  }
}
#mv .mv_top {
  position: absolute;
  top: 20%;
  width: 100%;
}
#mv .mv_top .mv_loop01 {
  width: 100%;
  margin-bottom: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv_top .mv_loop01 {
    height: 12vw;
  }
  #mv .mv_top .mv_loop01 .slick-list {
    height: 100%;
  }
  #mv .mv_top .mv_loop01 .slick-list .slick-track {
    height: 100%;
  }
  #mv .mv_top .mv_loop01 .slick-list .slick-track img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_top .mv_loop01 {
    height: 15vw;
  }
  #mv .mv_top .mv_loop01 .slick-list {
    height: 100%;
  }
  #mv .mv_top .mv_loop01 .slick-list .slick-track {
    height: 100%;
  }
  #mv .mv_top .mv_loop01 .slick-list .slick-track img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#mv .mv_top .mv_loop02 {
  width: 100%;
  margin-bottom: 4vw;
  transform: scaleX(-1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #mv .mv_top .mv_loop02 {
    height: 12vw;
  }
  #mv .mv_top .mv_loop02 .slick-list {
    height: 100%;
  }
  #mv .mv_top .mv_loop02 .slick-list .slick-track {
    height: 100%;
  }
  #mv .mv_top .mv_loop02 .slick-list .slick-track img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  #mv .mv_top .mv_loop02 {
    height: 15vw;
  }
  #mv .mv_top .mv_loop02 .slick-list {
    height: 100%;
  }
  #mv .mv_top .mv_loop02 .slick-list .slick-track {
    height: 100%;
  }
  #mv .mv_top .mv_loop02 .slick-list .slick-track img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#mv .mv_top .mv_loop02 img {
  transform: scaleX(-1);
}
#mv .mv_top .mv_fixed {
  margin-bottom: 4vw;
  margin-left: 10%;
  color: #fff;
}
#mv .circle-top {
  position: absolute;
  bottom: -10%;
  right: 2%;
  width: 200px;
  height: 200px;
  display: block;
  margin: 100px auto;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #mv .circle-top {
    bottom: -15%;
  }
}
#mv .circle-top .circle-svg {
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite;
}
#mv .circle-top .circle-svg text {
  font-size: 14px;
  letter-spacing: 3px;
  fill: #fff;
}
#mv .circle-top .circle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  margin: auto;
  height: 80px;
  transform: translate(-50%, -50%);
  text-align: center;
}
#mv .circle-top .circle-center img {
  width: 15%;
  margin: auto;
  display: block;
}
@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#top_news .top_news {
  background-position: center;
  background-size: cover;
  padding: 4vw 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_news .top_news {
    padding: 8vw 0;
  }
}
#top_news .top_news .top_headline {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_headline {
    position: static;
    transform: translate(0, 0);
    margin-bottom: 6vw;
  }
}
#top_news .top_news .top_headline h3 {
  color: #38A951;
  font-family: "Noto serif JP", serif;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_headline h3 {
    font-size: 8vw;
  }
}
#top_news .top_news .top_news_contents {
  width: 30%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents {
    width: 50%;
    margin-right: 8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents {
    width: 90%;
    margin: auto;
  }
}
#top_news .top_news .top_news_contents ul {
  list-style: none;
}
#top_news .top_news .top_news_contents ul a {
  text-decoration: none;
  color: #000;
  display: block;
  margin-bottom: 1vw;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news .top_news_contents ul a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a {
    font-size: 3.4vw;
    margin-bottom: 8vw;
  }
}
#top_news .top_news .top_news_contents ul a .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a .outline {
    flex-flow: column;
    align-items: flex-start;
    gap: 2vw;
  }
}

#top_about .top_about .top_about_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_about .top_about .top_about_contents {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents {
    flex-flow: column;
  }
}
#top_about .top_about .top_about_contents .top_about_left {
  width: 50%;
  padding: 4vw;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_left {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#top_about .top_about .top_about_contents .top_about_left .top_headline {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_left .top_headline {
    text-align: center;
  }
}
#top_about .top_about .top_about_contents .top_about_left .top_headline h2 {
  color: #38A951;
  font-family: "Noto serif JP", serif;
  letter-spacing: 0.4vw;
}
#top_about .top_about .top_about_contents .top_about_left .top_about_text {
  margin-bottom: 4vw;
}
#top_about .top_about .top_about_contents .top_about_left .top_about_text h3 {
  font-weight: 400;
  margin-bottom: 4vw;
}
#top_about .top_about .top_about_contents .top_about_left .top_btn {
  width: 40%;
  margin: auto;
}
#top_about .top_about .top_about_contents .top_about_left .top_btn a {
  text-decoration: none;
}
#top_about .top_about .top_about_contents .top_about_left .top_btn a button {
  background-color: #71C6FF;
  color: #fff;
  border: none;
  padding: 1vw 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_left .top_btn a button {
    padding: 4vw 8vw;
    gap: 3vw;
  }
}
#top_about .top_about .top_about_contents .top_about_left .top_btn a button:hover {
  background-color: #18A0FA;
}
#top_about .top_about .top_about_contents .top_about_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #top_about .top_about .top_about_contents .top_about_right {
    width: 100%;
  }
}
#top_about .top_about .top_about_contents .top_about_right img {
  width: 100%;
  vertical-align: bottom;
}

#top_service .top_service {
  background-position: center;
  background-size: cover;
  padding: 4vw 0;
}
#top_service .top_service .top_headline {
  margin-bottom: 4vw;
  text-align: center;
}
#top_service .top_service .top_headline h2 {
  color: #F1F495;
  font-family: "Noto serif JP", serif;
  letter-spacing: 0.4vw;
}
#top_service .top_service .top_headline p {
  color: #fff;
}
#top_service .top_service .top_service_contents {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents {
    width: 95%;
    flex-flow: column;
  }
}
#top_service .top_service .top_service_contents .top_service_content {
  display: block;
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_contents .top_service_content {
    width: 90%;
  }
}
#top_service .top_service .top_service_contents .top_service_content:hover .hover {
  opacity: 1;
}
#top_service .top_service .top_service_contents .top_service_content .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
#top_service .top_service .top_service_contents .top_service_content img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #top_recruit .pc {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #top_recruit .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  #top_recruit .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .sp {
    display: none;
  }
}
#top_recruit .top_recruit {
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 4vw 0;
}
#top_recruit .top_recruit .recruit_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .recruit_top {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#top_recruit .top_recruit .recruit_top .top_headline {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .recruit_top .top_headline {
    text-align: center;
  }
}
#top_recruit .top_recruit .recruit_top .top_headline h2 {
  color: #38A951;
  font-family: "Noto serif JP", serif;
  letter-spacing: 0.4vw;
}
#top_recruit .top_recruit .recruit_top .top_recruit_text p {
  margin-bottom: 2vw;
}
#top_recruit .top_recruit .recruit_top .top_recruit_text .top_btn {
  width: 40%;
  margin: auto;
}
#top_recruit .top_recruit .recruit_top .top_recruit_text .top_btn a {
  text-decoration: none;
}
#top_recruit .top_recruit .recruit_top .top_recruit_text .top_btn a button {
  background-color: #71C6FF;
  color: #fff;
  border: none;
  padding: 1vw 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .recruit_top .top_recruit_text .top_btn a button {
    padding: 4vw 8vw;
    gap: 3vw;
  }
}
#top_recruit .top_recruit .recruit_top .top_recruit_text .top_btn a button:hover {
  background-color: #18A0FA;
}
#top_recruit .top_recruit .top_recruit_image {
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_image {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#top_recruit .top_recruit .top_recruit_image img {
  width: 100%;
}
#top_recruit .top_recruit .top_recruit_point {
  width: 100%;
  text-align: center;
}
#top_recruit .top_recruit .top_recruit_point img {
  transition: transform 0.4s ease;
}
#top_recruit .top_recruit .top_recruit_point img:first-child {
  width: 100%;
  margin-bottom: 1vw;
}
#top_recruit .top_recruit .top_recruit_point img:last-child {
  width: 100%;
  margin-top: 1vw;
}
#top_recruit .top_recruit .top_recruit_point:hover .pc01, #top_recruit .top_recruit .top_recruit_point:hover .sp01 {
  transform: translateX(2vw);
}
#top_recruit .top_recruit .top_recruit_point:hover .pc02, #top_recruit .top_recruit .top_recruit_point:hover .sp02 {
  transform: translateX(-2vw);
}

#top_works .top_works {
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #top_works .top_works {
    padding: 8vw 0;
  }
}
#top_works .top_works .top_works_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_top {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#top_works .top_works .top_works_top .top_headline {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_top .top_headline {
    text-align: center;
  }
}
#top_works .top_works .top_works_top .top_headline h2 {
  color: #38A951;
  font-family: "Noto serif JP", serif;
  letter-spacing: 0.4vw;
}
#top_works .top_works .top_works_top .top_works_text p {
  margin-bottom: 2vw;
}
#top_works .top_works .top_works_top .top_works_text .top_btn {
  width: 40%;
  margin: auto;
}
#top_works .top_works .top_works_top .top_works_text .top_btn a {
  text-decoration: none;
}
#top_works .top_works .top_works_top .top_works_text .top_btn a button {
  background-color: #71C6FF;
  color: #fff;
  border: none;
  padding: 1vw 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_top .top_works_text .top_btn a button {
    padding: 4vw 8vw;
    gap: 3vw;
  }
}
#top_works .top_works .top_works_top .top_works_text .top_btn a button:hover {
  background-color: #18A0FA;
}
#top_works .top_works .top_works_contents ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top_works .top_works .top_works_contents ul a {
  display: block;
  text-decoration: none;
  color: #000;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents ul a {
    width: 80%;
    margin: auto;
  }
  #top_works .top_works .top_works_contents ul a:nth-child(n+2) {
    display: none;
  }
}
#top_works .top_works .top_works_contents ul a .thumb {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_contents ul a .thumb {
    height: 30vw;
  }
}
#top_works .top_works .top_works_contents ul a img {
  width: 100%;
  height: 100%;
  margin-bottom: 1vw;
}
#top_works .top_works .top_works_contents ul a .date {
  width: 90%;
  margin: auto;
  margin-bottom: 0.5vw;
}
#top_works .top_works .top_works_contents ul a .title {
  width: 90%;
  margin: auto;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_contents ul a .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_contents ul a .title {
    font-size: 3.4vw;
  }
}

#about .about #greeting .greeting {
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 6vw 0;
}
@media screen and (max-width: 768px) {
  #about .about #greeting .greeting {
    padding: 12vw 0;
  }
}
#about .about #greeting .greeting .greeting_contents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #about .about #greeting .greeting .greeting_contents {
    width: 95%;
    flex-flow: column;
  }
}
#about .about #greeting .greeting .greeting_contents .greeting_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #about .about #greeting .greeting .greeting_contents .greeting_text {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#about .about #greeting .greeting .greeting_contents .greeting_text .top_headline {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #about .about #greeting .greeting .greeting_contents .greeting_text .top_headline {
    text-align: center;
  }
}
#about .about #greeting .greeting .greeting_contents .greeting_text .top_headline h2 {
  color: #38A951;
  font-family: "Noto serif JP", serif;
  letter-spacing: 0.4vw;
}
#about .about #greeting .greeting .greeting_contents .greeting_text > p {
  margin-bottom: 2vw;
}
#about .about #greeting .greeting .greeting_contents .greeting_text .greeting_name {
  text-align: end;
}
#about .about #greeting .greeting .greeting_contents .greeting_text .greeting_name h4 {
  display: inline-block;
  font-weight: 400;
  border-bottom: 1px solid #E1E1E1;
}
#about .about #greeting .greeting .greeting_contents .greeting_text .greeting_name p {
  padding-right: 3vw;
  color: #71C6FF;
}
#about .about #greeting .greeting .greeting_contents .greeting_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #about .about #greeting .greeting .greeting_contents .greeting_image {
    width: 100%;
  }
}
#about .about #greeting .greeting .greeting_contents .greeting_image img {
  width: 100%;
}
#about .about #company .company {
  background-color: #F0F0F0;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #about .about #company .company {
    padding: 8vw 0;
  }
}
#about .about #company .company .company_top {
  width: 90%;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 12vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #about .about #company .company .company_top {
    flex-flow: column-reverse;
    justify-content: center;
    gap: 6vw;
    margin: auto;
    margin-bottom: 8vw;
  }
}
#about .about #company .company .company_top .company_logo {
  width: 20%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about #company .company .company_top .company_logo {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #about .about #company .company .company_top .company_logo {
    width: 50%;
  }
}
#about .about #company .company .company_top .company_logo img {
  width: 100%;
}
#about .about #company .company .company_top .top_headline {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #about .about #company .company .company_top .top_headline {
    text-align: center;
  }
}
#about .about #company .company .company_top .top_headline h2 {
  color: #38A951;
  font-family: "Noto serif JP", serif;
  letter-spacing: 0.4vw;
}
#about .about #company .company .company_container {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #about .about #company .company .company_container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #about .about #company .company .company_container {
    width: 95%;
    flex-flow: column;
  }
}
#about .about #company .company .company_contents {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #about .about #company .company .company_contents {
    width: 100%;
  }
}
#about .about #company .company .company_contents .company_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1vw 0;
  border-bottom: 1px solid #000;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #about .about #company .company .company_contents .company_content {
    padding: 2vw 0;
  }
}
#about .about #company .company .company_contents .company_content p:first-child {
  width: 30%;
}
#about .about #company .company .company_contents .company_content p:last-child {
  width: 70%;
}
#about .about #insta .insta {
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 8vw 0;
}
#about .about #insta .insta .insta_icon {
  text-align: center;
  margin-bottom: 4vw;
}
#about .about #insta .insta .insta_icon p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
#about .about #insta .insta .insta_icon p img {
  width: 6%;
}
@media screen and (max-width: 768px) {
  #about .about #insta .insta .insta_icon p img {
    width: 12%;
  }
}
#about .about #insta .insta .insta_banner {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #about .about #insta .insta .insta_banner {
    width: 90%;
  }
}
#about .about #insta .insta .insta_banner img {
  width: 100%;
}
#about .about .map {
  width: 65%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #about .about .map {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#about .about .map iframe {
  width: 100%;
}

#service .service .service_container {
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #service .service .service_container {
    padding: 8vw 0;
  }
}
#service .service .service_container .service_contents {
  padding: 4vw 0;
}
#service .service .service_container .service_contents:nth-child(even) {
  background-color: #FFFFF0;
}
#service .service .service_container .service_contents .service_content {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #service .service .service_container .service_contents .service_content {
    width: 95%;
    margin-bottom: 8vw;
  }
}
#service .service .service_container .service_contents .service_content .service_content_headline {
  border-bottom: 2px solid #71C6FF;
  margin-bottom: 2vw;
}
#service .service .service_container .service_contents .service_content .service_content_headline h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#service .service .service_container .service_contents .service_content .service_content_headline h3 img {
  margin-right: 1.5vw;
}
#service .service .service_container .service_contents .service_content .service_content_text {
  width: 90%;
  margin: auto;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_container .service_contents .service_content .service_content_text {
    width: 100%;
  }
}
#service .service .service_container .service_contents .service_content .service_content_image {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #service .service .service_container .service_contents .service_content .service_content_image {
    width: 100%;
  }
}
#service .service .service_container .service_contents .service_content .service_content_image img {
  width: 100%;
}

#works .works {
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #works .works {
    padding: 8vw 0;
  }
}
#works .works .top_works_top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8vw;
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #works .works .top_works_top {
    flex-flow: column;
    margin-bottom: 8vw;
  }
}
#works .works .top_works_top .top_headline {
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #works .works .top_works_top .top_headline {
    text-align: center;
  }
}
#works .works .top_works_top .top_headline h2 {
  color: #38A951;
  font-family: "Noto serif JP", serif;
  letter-spacing: 0.4vw;
}
#works .works .top_works_top .top_works_text p {
  margin-bottom: 2vw;
}
#works .works .top_works_top .top_works_text .top_btn {
  width: 40%;
  margin: auto;
}
#works .works .top_works_top .top_works_text .top_btn a {
  text-decoration: none;
}
#works .works .top_works_top .top_works_text .top_btn a button {
  background-color: #71C6FF;
  color: #fff;
  border: none;
  padding: 1vw 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #works .works .top_works_top .top_works_text .top_btn a button {
    padding: 4vw 8vw;
    gap: 3vw;
  }
}
#works .works .top_works_top .top_works_text .top_btn a button:hover {
  background-color: #18A0FA;
}
#works .works .top_works_contents ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #works .works .top_works_contents ul {
    flex-flow: column;
  }
}
#works .works .top_works_contents ul a {
  display: block;
  text-decoration: none;
  color: #000;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #works .works .top_works_contents ul a {
    width: 80%;
    margin: auto;
    margin-bottom: 4vw;
  }
}
#works .works .top_works_contents ul a .thumb {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .top_works_contents ul a .thumb {
    height: 30vw;
  }
}
#works .works .top_works_contents ul a img {
  width: 100%;
  height: 100%;
  margin-bottom: 1vw;
}
#works .works .top_works_contents ul a .date {
  width: 90%;
  margin: auto;
  margin-bottom: 0.5vw;
}
#works .works .top_works_contents ul a .title {
  width: 90%;
  margin: auto;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .top_works_contents ul a .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .top_works_contents ul a .title {
    font-size: 3.4vw;
  }
}

.top_works_contents #works_single ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top_works_contents #works_single ul {
    flex-flow: column;
  }
}
.top_works_contents #works_single ul .thumb {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_works_contents #works_single ul .thumb {
    height: 30vw;
  }
}
.top_works_contents #works_single ul img {
  width: 100%;
  height: 100%;
  margin-bottom: 1vw;
}
.top_works_contents #works_single ul .date {
  width: 100%;
  margin: auto;
  margin-bottom: 0.5vw;
}
.top_works_contents #works_single ul .title {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  font-size: 1.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_works_contents #works_single ul .title {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .top_works_contents #works_single ul .title {
    font-size: 4vw;
  }
}

#news_single .news_contents ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul {
    padding: 16vw 0;
    flex-flow: column;
  }
}
#news_single .news_contents ul .thumb {
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents ul .thumb {
    height: 30vw;
  }
}
#news_single .news_contents ul img {
  width: 100%;
  height: 100%;
  margin-bottom: 1vw;
}
#news_single .news_contents ul .date {
  width: 100%;
  margin: auto;
  margin-bottom: 0.5vw;
}
#news_single .news_contents ul .title {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  font-size: 1.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_contents ul .title {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_contents ul .title {
    font-size: 4vw;
  }
}

#recruit .recruit .recruit_contents {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6vw 0;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    padding: 12vw 0;
  }
}
#recruit .recruit .recruit_contents .top_headline {
  width: 90%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .top_headline {
    width: 95%;
    text-align: center;
  }
}
#recruit .recruit .recruit_contents .top_headline h2 {
  color: #38A951;
  font-family: "Noto serif JP", serif;
  letter-spacing: 0.4vw;
}
#recruit .recruit .recruit_contents .recruit_text {
  width: 60%;
  margin: auto;
  margin-bottom: 2vw;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents .recruit_text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_text {
    width: 95%;
  }
}
#recruit .recruit .recruit_contents .recruit_text h4 {
  display: inline-block;
  text-align: center;
  margin-bottom: 2vw;
  background: linear-gradient(transparent 65%, #F1F495 65%);
}
#recruit .recruit .recruit_contents .recruit_text p {
  text-align: start;
}
#recruit .recruit .recruit_contents .recruit_image {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_image {
    width: 95%;
  }
}
#recruit .recruit .recruit_contents .recruit_image img {
  width: 100%;
}
#recruit .recruit .skill_contents {
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 6vw 0;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .skill_contents {
    padding: 12vw 0;
  }
}
#recruit .recruit .skill_contents .skill_content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2vw;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .skill_contents .skill_content {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .skill_contents .skill_content {
    flex-flow: column-reverse;
  }
}
#recruit .recruit .skill_contents .skill_content .skill_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .skill_contents .skill_content .skill_image {
    width: 100%;
  }
}
#recruit .recruit .skill_contents .skill_content .skill_image img {
  width: 100%;
}
#recruit .recruit .skill_contents .skill_content .skill_right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .skill_contents .skill_content .skill_right {
    width: 100%;
  }
}
#recruit .recruit .skill_contents .skill_content .skill_right .top_headline {
  text-align: end;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .skill_contents .skill_content .skill_right .top_headline {
    text-align: center;
  }
}
#recruit .recruit .skill_contents .skill_content .skill_right .top_headline h2 {
  color: #38A951;
  font-family: "Noto serif JP", serif;
  letter-spacing: 0.4vw;
}
#recruit .recruit .skill_contents .skill_content .skill_right .skill_text {
  margin-bottom: 2vw;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .skill_contents .skill_content .skill_right .skill_text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .skill_contents .skill_content .skill_right .skill_text {
    width: 95%;
  }
}
#recruit .recruit .skill_contents .skill_content .skill_right .skill_text h4 {
  display: inline-block;
  text-align: center;
  margin-bottom: 2vw;
  background: linear-gradient(transparent 65%, #F1F495 65%);
}
#recruit .recruit .skill_contents .skill_content .skill_right .skill_text p {
  text-align: start;
}
#recruit .recruit .requirements_contents {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6vw 0;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .requirements_contents {
    padding: 12vw 0;
  }
}
#recruit .recruit .requirements_contents .top_headline {
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .requirements_contents .top_headline {
    text-align: center;
  }
}
#recruit .recruit .requirements_contents .top_headline h2 {
  color: #38A951;
  font-family: "Noto serif JP", serif;
  letter-spacing: 0.4vw;
}
#recruit .recruit .requirements_contents .requirements_table {
  width: 60%;
  margin: auto;
  background-color: #fff;
  padding: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .requirements_contents .requirements_table {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .requirements_contents .requirements_table {
    width: 95%;
    padding: 8vw 2vw;
  }
}
#recruit .recruit .requirements_contents .requirements_table table {
  width: 100%;
  margin-bottom: 2vw;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .requirements_contents .requirements_table table {
    margin-bottom: 8vw;
  }
}
#recruit .recruit .requirements_contents .requirements_table table tr td {
  padding: 1vw;
  font-size: 1vw;
}
#recruit .recruit .requirements_contents .requirements_table table tr td:first-child {
  border-bottom: 1px solid #71C6FF;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .requirements_contents .requirements_table table tr td:first-child {
    width: 30%;
  }
}
#recruit .recruit .requirements_contents .requirements_table table tr td:last-child {
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .requirements_contents .requirements_table table tr td:last-child {
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .requirements_contents .requirements_table table tr td {
    padding: 2vw;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .requirements_contents .requirements_table table tr td {
    padding: 4vw;
    font-size: 3.4vw;
  }
}
#recruit .recruit .requirements_contents .requirements_table .top_btn {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .requirements_contents .requirements_table .top_btn {
    width: 100%;
  }
}
#recruit .recruit .requirements_contents .requirements_table .top_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
}
#recruit .recruit .requirements_contents .requirements_table .top_btn a button {
  width: 100%;
  background-color: #71C6FF;
  color: #fff;
  border: none;
  padding: 1vw 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .requirements_contents .requirements_table .top_btn a button {
    padding: 4vw 8vw;
    gap: 3vw;
  }
}
#recruit .recruit .requirements_contents .requirements_table .top_btn a button:hover {
  background-color: #18A0FA;
}

#contact .contact .contact_contents {
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 6vw 0;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents {
    padding: 12vw 0;
  }
}
#contact .contact .contact_contents .top_headline {
  width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents .top_headline {
    width: 95%;
    text-align: center;
  }
}
#contact .contact .contact_contents .top_headline h2 {
  color: #38A951;
  font-family: "Noto serif JP", serif;
  letter-spacing: 0.4vw;
}
#contact .contact .contact_contents .contact_text {
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents .contact_text {
    margin-bottom: 8vw;
  }
}
#contact .contact .contact_contents .top_btn {
  width: 20%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents .top_btn {
    width: 60%;
  }
}
#contact .contact .contact_contents .top_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
}
#contact .contact .contact_contents .top_btn a button {
  width: 100%;
  background-color: #71C6FF;
  color: #fff;
  border: none;
  padding: 1vw 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_contents .top_btn a button {
    padding: 4vw 8vw;
    gap: 3vw;
  }
}
#contact .contact .contact_contents .top_btn a button:hover {
  background-color: #18A0FA;
}
#contact .contact .contact_form_contents {
  background-position: top;
  background-size: contain;
  background-repeat: repeat;
  padding: 6vw 0;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents {
    padding: 12vw 0;
  }
}
#contact .contact .contact_form_contents .top_headline {
  width: 90%;
  margin: auto;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .top_headline {
    width: 95%;
    text-align: center;
  }
}
#contact .contact .contact_form_contents .top_headline h2 {
  color: #38A951;
  font-family: "Noto serif JP", serif;
  letter-spacing: 0.4vw;
}
#contact .contact .contact_form_contents .contact_form_text {
  text-align: center;
  margin-bottom: 4vw;
}
#contact .contact .contact_form_contents .contact_form_text span {
  color: #FF0000;
}
#contact .contact .contact_form_contents .contact_form_container {
  background-color: #fff;
  width: 60%;
  margin: auto;
  padding: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_form_contents .contact_form_container {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .contact_form_container {
    width: 95%;
  }
}
#contact .contact .contact_form_contents .contact_form_container .contact_form {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_form_contents .contact_form_container .contact_form {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .contact_form_container .contact_form {
    width: 100%;
  }
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
  padding: 2vw 0;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 8vw;
  }
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p {
    font-size: 4vw;
  }
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p:first-child {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p:first-child {
    width: 100%;
  }
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p:first-child span {
  padding: 1vw;
  margin-right: 1vw;
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p:first-child .required {
  color: #FF0000;
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p:first-child .any {
  background-color: #fff;
  border: 1px solid #919191;
  color: #919191;
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p:last-child {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p:last-child {
    width: 100%;
  }
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p:last-child input {
  background-color: #DEDEDE;
  border: none;
  height: 3vw;
  width: 100%;
  padding: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p:last-child input {
    height: 4.5vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p:last-child input {
    height: 9vw;
  }
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p:last-child textarea {
  background-color: #DEDEDE;
  border: none;
  height: 80%;
  width: 100%;
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents p .wpcf7-radio input {
  width: auto;
  height: auto;
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents .address_contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents .address_contents {
    width: 100%;
  }
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents .address_contents .zip {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents .address_contents .zip {
    margin-bottom: 4vw;
  }
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents .address_contents .zip p {
  width: auto;
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents .address_contents .zip p input {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents .address_contents .zip p input {
    width: 80%;
  }
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents .address_contents .pref {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents .address_contents .pref {
    margin-bottom: 4vw;
  }
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents .address_contents .pref p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents .address_contents .pref p span {
  width: 45%;
  margin: 0;
  padding: 0;
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents .address_contents .addr p {
  width: 100%;
}
#contact .contact .contact_form_contents .contact_form_container .contact_form .contact_contents .address_contents .addr p span {
  width: 100%;
  margin: 0;
  padding: 0;
}
#contact .contact .contact_form_contents .contact_form_container .submit {
  width: 25%;
  margin: auto;
  text-align: center;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .contact_form_container .submit {
    width: 40%;
  }
}
#contact .contact .contact_form_contents .contact_form_container .submit input {
  border: none;
  color: #fff;
  text-align: center;
  font-weight: 800;
  width: 100%;
}
#contact .contact .contact_form_contents .contact_form_container .submit .wpcf7-spinner {
  display: none;
}
#contact .contact .contact_form_contents .contact_form_container .policy {
  background-color: #093869;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .contact_form_container .policy {
    padding: 8vw 0;
  }
}
#contact .contact .contact_form_contents .contact_form_container .policy .contact_headline h3 {
  color: #fff;
}
#contact .contact .contact_form_contents .contact_form_container .policy p {
  color: #fff;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_form_contents .contact_form_container .policy p {
    width: 95%;
  }
}
#contact .contact .policy {
  background-color: #F0F0F0;
  padding: 8vw 0;
}
@media screen and (max-width: 768px) {
  #contact .contact .policy {
    padding: 16vw 0;
  }
}
#contact .contact .policy h3 {
  text-align: center;
  margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  #contact .contact .policy h3 {
    margin-bottom: 6vw;
  }
}
#contact .contact .policy .policy_contents {
  width: 80%;
  margin: auto;
  height: 20vw;
  overflow: scroll;
  padding: 2vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #contact .contact .policy .policy_contents {
    width: 95%;
    height: 40vw;
  }
}
#contact .contact .policy .policy_contents p {
  margin-bottom: 1vw;
}
#contact .contact .policy .policy_contents h4 {
  color: #38A951;
  margin-bottom: 0.5vw;
}

.footer_contact {
  background-size: cover;
  background-position: center;
  padding: 4vw 0;
}
@media screen and (max-width: 768px) {
  .footer_contact {
    padding: 8vw 0;
  }
}
.footer_contact .footer_contact_title {
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_title {
    margin-bottom: 8vw;
  }
}
.footer_contact .footer_contact_title h2 {
  color: #F1F495;
  font-family: "Noto serif JP", serif;
  margin-bottom: 0.5vw;
  letter-spacing: 0.4vw;
  font-weight: 500;
}
.footer_contact .footer_contact_title p {
  color: #fff;
}
.footer_contact .footer_contact_text {
  text-align: center;
  color: #fff;
}
.footer_contact .footer_contact_text p {
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_contact_text p {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_text p {
    margin-bottom: 6vw;
  }
}
.footer_contact .footer_contact_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin: auto;
  gap: 2vw;
  height: 3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_contact_btns {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_btns {
    width: 90%;
    height: auto;
    flex-flow: column;
  }
}
.footer_contact .footer_contact_btns a {
  text-decoration: none;
  display: block;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_btns a {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.footer_contact .footer_contact_btns a button {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #71C6FF;
  color: #fff;
  padding: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  font-size: 1.2vw;
  transition: all 0.4s;
}
.footer_contact .footer_contact_btns a button:hover {
  background-color: #18A0FA;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_contact .footer_contact_btns a button {
    padding: 2vw 1vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .footer_contact_btns a button {
    padding: 4vw 2vw;
    font-size: 4vw;
    gap: 3vw;
  }
}
.footer_contact .footer_contact_btns a button img {
  width: 10%;
}

.footer_map {
  width: 100%;
}
.footer_map iframe {
  width: 100%;
}

footer .footer {
  padding: 1vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 8vw 0;
  }
}
footer .footer .footer_contents {
  width: 75%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents {
    width: 85%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents {
    width: 95%;
    margin: auto;
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_logo {
    margin-bottom: 8vw;
  }
}
footer .footer .footer_contents .footer_logo img {
  width: 100%;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_logo img {
    margin-bottom: 2vw;
  }
}
footer .footer .footer_contents .footer_logo p {
  margin-bottom: 0.5vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_logo p {
    margin-bottom: 2vw;
  }
}
footer .footer .footer_contents .footer_logo table {
  width: 60%;
  margin: auto;
  border-collapse: collapse;
}
footer .footer .footer_contents .footer_logo table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_logo table tr td {
    font-size: 3.8vw;
  }
}
footer .footer .footer_contents .footer_menus {
  width: 45%;
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menus {
    width: 100%;
  }
}
footer .footer .footer_contents .footer_menus ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  flex-wrap: wrap;
}
footer .footer .footer_contents .footer_menus ul li {
  width: 25%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_menus ul li {
    width: 29%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menus ul li {
    margin-bottom: 4vw;
  }
}
footer .footer .footer_contents .footer_menus ul li a {
  text-decoration: none;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-weight: 500;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_menus ul li a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menus ul li a {
    font-size: 3.4vw;
  }
}
footer .footer .footer_contents .footer_menus ul li a span {
  color: #38A951;
  font-size: 0.8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .footer_contents .footer_menus ul li a span {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .footer_contents .footer_menus ul li a span {
    font-size: 2vw;
  }
}
footer .footer .circle-top {
  position: absolute;
  bottom: -30%;
  right: 2%;
  width: 150px;
  height: 150px;
  display: block;
  margin: 100px auto;
  text-decoration: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer .circle-top {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .circle-top {
    display: none;
  }
}
footer .footer .circle-top .circle-svg {
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite;
}
footer .footer .circle-top .circle-svg text {
  font-size: 14px;
  letter-spacing: 3px;
  fill: #38A951;
}
footer .footer .circle-top .circle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  margin: auto;
  height: 80px;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer .circle-top .circle-center img {
  width: 15%;
  margin: auto;
  display: block;
}
footer .footer .circle-top:hover .circle-svg {
  animation-duration: 4s;
}
@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
footer .copyright {
  padding: 1vw;
  text-align: center;
  background-color: #0157B0;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 3vw 0;
  }
}
footer .copyright p {
  color: #fff;
}
footer .footer_sp_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vw;
}
@media screen and (min-width: 1441px) {
  footer .footer_sp_btn {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  footer .footer_sp_btn {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_sp_btn {
    display: none;
  }
}
footer .footer_sp_btn a {
  display: block;
  width: 40%;
  height: 100%;
  text-decoration: none;
}
footer .footer_sp_btn a:last-child {
  width: 20%;
}
footer .footer_sp_btn a:last-child img {
  width: 100%;
}
footer .footer_sp_btn a:nth-child(2) button {
  background-color: #E0E54E;
}
footer .footer_sp_btn a button {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #71C6FF;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  font-size: 6vw;
}
footer .footer_sp_btn a button i {
  margin-bottom: 1vw;
}/*# sourceMappingURL=style.css.map */