@charset "UTF-8";
.white {
  color: rgb(255, 145, 191);
}

.c-red {
  color: #ff0000;
}

.c-yellow {
  color: #e9c600;
}

.c-green {
  color: #359b02;
}

.c-brown {
  color: #3d2c03;
}

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

html {
  font-size: 62.5%;
}

body {
  color: #222222;
  background-color: #f6f6f6;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  overflow-x: hidden;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

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

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

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .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;
  }
}

a, th, td {
  font-size: 1.1vw;
}

.ff-h {
  font-family: "Cormorant", serif;
  color: #616477;
}

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

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

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

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

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

p {
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 3vw;
  }
}

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

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

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

h4 {
  font-size: 1.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;
  }
}

#lower {
  position: relative;
  margin-bottom: 8vw;
}
#lower .lower {
  width: 100%;
  height: 60vh;
  background-position: center;
  background-size: cover;
  position: relative;
}
#lower .lower .lower_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#lower .lower_contents {
  position: absolute;
  top: 50%;
  left: 3%;
  display: inline-block;
}
#lower .lower_contents .headline {
  color: #3d2c03;
  letter-spacing: 0.4vw;
  font-weight: 400;
  font-family: "Stick", sans-serif;
}
#lower .lower_contents p {
  color: #3d2c03;
  text-align: center;
  font-family: "Stick", sans-serif;
}

#app-lower {
  width: 100%;
  max-width: 100%;
  overflow: hidden; /* はみ出し防止 */
}

canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

.lower_headline {
  padding: 0.5vw 0;
  padding-left: 2vw;
  margin-bottom: 2vw;
  position: relative;
  color: #000;
  font-family: "Stick", sans-serif;
  background-color: rgba(200, 200, 200, 0.3);
  font-size: 1.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline {
    padding: 1vw 0;
    padding-left: 2vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline {
    padding: 2vw 0;
    padding-left: 2vw;
    font-size: 5vw;
  }
}
.lower_headline::before {
  position: absolute;
  content: "";
  width: 0.7vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3d2c03;
}

/* 初期状態：非表示・下にずらしておく */
.ani-txt span {
  opacity: 0;
  transform: translateY(2em);
  display: inline-block;
}

/* start が付いたらアニメーション開始 */
.ani-txt.start span {
  animation: textanimation 0.8s ease forwards;
}

@keyframes textanimation {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 1文字ずつディレイを付与 */
.ani-txt.start span:nth-child(1) {
  animation-delay: 0.1s;
}

.ani-txt.start span:nth-child(2) {
  animation-delay: 0.2s;
}

.ani-txt.start span:nth-child(3) {
  animation-delay: 0.3s;
}

.ani-txt.start span:nth-child(4) {
  animation-delay: 0.4s;
}

.ani-txt.start span:nth-child(5) {
  animation-delay: 0.5s;
}

.ani-txt.start span:nth-child(6) {
  animation-delay: 0.6s;
}

.ani-txt.start span:nth-child(7) {
  animation-delay: 0.7s;
}

.ani-txt.start span:nth-child(8) {
  animation-delay: 0.8s;
}

.ani-txt.start span:nth-child(9) {
  animation-delay: 0.9s;
}

.ani-txt.start span:nth-child(10) {
  animation-delay: 1s;
}

.ani-txt.start span:nth-child(11) {
  animation-delay: 1.1s;
}

.ani-txt.start span:nth-child(12) {
  animation-delay: 1.2s;
}

.ani-txt.start span:nth-child(13) {
  animation-delay: 1.3s;
}

.ani-txt.start span:nth-child(14) {
  animation-delay: 1.4s;
}

.ani-txt.start span:nth-child(15) {
  animation-delay: 1.5s;
}

.ani-txt.start span:nth-child(16) {
  animation-delay: 1.6s;
}

.ani-txt.start span:nth-child(17) {
  animation-delay: 1.7s;
}

.ani-txt.start span:nth-child(18) {
  animation-delay: 1.8s;
}

.ani-txt.start span:nth-child(19) {
  animation-delay: 1.9s;
}

.ani-txt.start span:nth-child(20) {
  animation-delay: 2s;
}

.ani-txt.start span:nth-child(21) {
  animation-delay: 2.1s;
}

.ani-txt.start span:nth-child(22) {
  animation-delay: 2.2s;
}

.ani-txt.start span:nth-child(23) {
  animation-delay: 2.3s;
}

.ani-txt.start span:nth-child(24) {
  animation-delay: 2.4s;
}

.ani-txt.start span:nth-child(25) {
  animation-delay: 2.5s;
}

.ani-txt.start span:nth-child(26) {
  animation-delay: 2.6s;
}

.ani-txt.start span:nth-child(27) {
  animation-delay: 2.7s;
}

.ani-txt.start span:nth-child(28) {
  animation-delay: 2.8s;
}

.ani-txt.start span:nth-child(29) {
  animation-delay: 2.9s;
}

.ani-txt.start span:nth-child(30) {
  animation-delay: 3s;
}

.ani-txt.start span:nth-child(31) {
  animation-delay: 3.1s;
}

.ani-txt.start span:nth-child(32) {
  animation-delay: 3.2s;
}

.ani-txt.start span:nth-child(33) {
  animation-delay: 3.3s;
}

.ani-txt.start span:nth-child(34) {
  animation-delay: 3.4s;
}

.ani-txt.start span:nth-child(35) {
  animation-delay: 3.5s;
}

.ani-txt.start span:nth-child(36) {
  animation-delay: 3.6s;
}

.ani-txt.start span:nth-child(37) {
  animation-delay: 3.7s;
}

.ani-txt.start span:nth-child(38) {
  animation-delay: 3.8s;
}

.ani-txt.start span:nth-child(39) {
  animation-delay: 3.9s;
}

.ani-txt.start span:nth-child(40) {
  animation-delay: 4s;
}

.ani-txt.start span:nth-child(41) {
  animation-delay: 4.1s;
}

.ani-txt.start span:nth-child(42) {
  animation-delay: 4.2s;
}

.ani-txt.start span:nth-child(43) {
  animation-delay: 4.3s;
}

.ani-txt.start span:nth-child(44) {
  animation-delay: 4.4s;
}

.ani-txt.start span:nth-child(45) {
  animation-delay: 4.5s;
}

.ani-txt.start span:nth-child(46) {
  animation-delay: 4.6s;
}

.ani-txt.start span:nth-child(47) {
  animation-delay: 4.7s;
}

.ani-txt.start span:nth-child(48) {
  animation-delay: 4.8s;
}

.ani-txt.start span:nth-child(49) {
  animation-delay: 4.9s;
}

.ani-txt.start span:nth-child(50) {
  animation-delay: 5s;
}

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

.topBtnSp {
  display: block !important;
  position: relative;
  top: 0;
  left: 0;
  color: #f0f0f0;
  background-color: #0087ff;
  padding: 2rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  text-align: center;
}
.topBtnSp::before {
  width: 100% !important;
  height: 20vw !important;
  border-radius: 0 !important;
}
@media screen and (min-width: 1441px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topBtnSp {
    display: none !important;
  }
}
.topBtnSp i {
  font-size: 4vw;
}
.topBtnSp p {
  font-size: 3vw;
}

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

.more_btn a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
  background: #fff;
  border: solid 2px #e0e0e0;
  border-radius: 5px;
  box-shadow: 4px 4px 0px #e0e0e0;
  padding: 0.5vw 2vw;
  color: #e0e0e0 !important;
  text-decoration: none !important;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .more_btn a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .more_btn a {
    font-size: 1.5rem;
    padding: 1vw 5vw;
  }
}

.more_btn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e0e0e0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.more_btn a:after {
  content: url();
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.more_btn a:hover, .more_btn a:focus, .more_btn a:active,
.more-link:hover, .more-link:focus, .more-link:active {
  color: #fff !important;
  box-shadow: 4px 4px 0px #c8c8c8 !important;
  outline: solid 1px #fff;
}

.more_btn a:hover:before, .more_btn a:focus:before, .more_btn a:active:before,
.more-link:hover:before, .more-link:focus:before, .more-link:active:before {
  transform: scaleX(1);
}

/* From Uiverse.io by Gaurav-WebDev */
.button {
  height: 50px;
  width: 150px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.button:hover {
  box-shadow: 0.5px 0.5px 150px #252525;
}

.type1::after {
  content: "Click";
  height: 50px;
  width: 150px;
  background-color: #02c212;
  color: #fff;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(50px);
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.type1::before {
  content: "Read more";
  height: 50px;
  width: 150px;
  background-color: #fff;
  color: #02c212;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(0px) scale(1.2);
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.type1:hover::after {
  transform: translateY(0) scale(1.2);
}

.type1:hover::before {
  transform: translateY(-50px) scale(0) rotate(120deg);
}

/* Instagram css */
.footer_instagram {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 27%;
  margin-top: 10px;
  width: 15%;
  transition: 0.5s; /*ゆっくり変化*/
}
@media screen and (min-width: 1441px) {
  .footer_instagram {
    bottom: 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_instagram {
    bottom: 17%;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .footer_instagram {
    width: 25%;
    bottom: 15%;
  }
}
.footer_instagram:hover {
  opacity: 0.8;
  transition: 0.5s; /*ゆっくり変化*/
}
.footer_instagram .insta_btn {
  display: inline-block;
  text-align: center; /*中央揃え*/
  color: #2e6ca5; /*文字色*/
  font-size: 20px; /*文字サイズ*/
  text-decoration: none; /*下線消す*/
  width: 100%;
  border-radius: 10px 0 0 10px;
}

/* line css */
.footer_line {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 20%;
  margin-top: 10px;
  width: 15%;
  transition: 0.5s; /*ゆっくり変化*/
}
@media screen and (min-width: 1441px) {
  .footer_line {
    bottom: 30%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer_line {
    bottom: 12%;
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .footer_line {
    width: 40%;
    bottom: 10%;
  }
}
.footer_line:hover {
  opacity: 0.8;
  transition: 0.5s; /*ゆっくり変化*/
}
.footer_line .line_btn {
  display: inline-block;
  text-align: center; /*中央揃え*/
  color: #2e6ca5; /*文字色*/
  font-size: 20px; /*文字サイズ*/
  text-decoration: none; /*下線消す*/
  width: 100%;
  border-radius: 10px 0 0 10px;
}

.tape {
  position: absolute;
  top: -1.5em;
  left: 40%;
  width: 100px;
  height: 30px;
  background-image: linear-gradient(-45deg, rgba(213, 199, 0, 0.5) 25%, transparent 25%, transparent 50%, rgba(213, 199, 0, 0.5) 50%, rgba(213, 199, 0, 0.5) 75%, transparent 75%, transparent 100%);
  background-repeat: repeat;
  background-size: 20px 20px;
  background-position: 0 0, 20px 20px;
  border-left: 2px dotted rgba(13, 156, 0, 0.1);
  border-right: 2px dotted rgba(13, 156, 0, 0.1);
  box-shadow: 0 0 5px rgba(13, 156, 0, 0.1);
  padding: 0.25em 2em;
  background-color: white;
  transform: rotate(-4deg);
}

.junbi {
  text-align: center;
  padding: 20vw 0;
}

.loading {
  opacity: 1;
  transition: opacity 1s ease;
}
.loading.hide {
  opacity: 0;
}
.loading.none {
  display: none;
}

.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #f6f6f6;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 7s;
  z-index: 100;
}
.loading .loading_text {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.loading .loading_text video {
  position: absolute;
  width: 100%;
  top: 5%;
}
@media screen and (min-width: 1441px) {
  .loading .loading_text video {
    width: 90%;
    top: -10%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .loading .loading_text video {
    width: 150%;
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .loading .loading_text video {
    width: 150%;
    top: 25%;
  }
}
.loading .loadingText {
  animation: 2s flashing infinite;
  color: #222222;
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  .loading .loadingText {
    font-size: 2.7vw;
  }
}

.loading,
.loading-simple {
  position: fixed;
  inset: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  z-index: 100;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.loading.active,
.loading-simple.active {
  opacity: 1;
  visibility: visible;
}
.loading.hide,
.loading-simple.hide {
  opacity: 0;
  visibility: hidden;
}
.loading.none,
.loading-simple.none {
  display: none;
}
@media screen and (max-width: 768px) {
  .loading .header_logo,
  .loading-simple .header_logo {
    width: 50%;
  }
}
.loading .header_logo img,
.loading-simple .header_logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.loading.none,
.loading-simple.none {
  display: none !important;
}

/* スピナー */
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #d80b0b;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loading.active {
  opacity: 1;
  visibility: visible;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  font-family: "Stick", sans-serif;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 2vw;
  height: 76px;
  position: fixed;
  width: 100%;
  background-color: transparent;
  position: relative;
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  width: 20%;
  margin-top: 10vh;
  margin-left: 5.5vw;
  z-index: 10;
}
@media screen and (min-width: 1441px) {
  header #header_pc .header_logo {
    width: 15%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_logo {
    width: 25%;
    margin-top: 1.5vh;
  }
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_menu {
  width: 70%;
  height: 100%;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}
header #header_pc .header_menu ul li {
  height: 100%;
}
header #header_pc .header_menu ul li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #3a3a3a;
  position: relative;
  padding: 0 1vw;
  padding-top: 2vw;
  transition: all 0.4s;
  font-size: 1.2vw;
}
@media screen and (min-width: 1441px) {
  header #header_pc .header_menu ul li a {
    font-size: 1vw;
    padding-top: 1vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul li a {
    padding-top: 4vw;
    font-size: 1.8vw;
  }
}
header #header_pc .header_menu ul li a:hover {
  color: #6fb413;
}
header #header_pc .header_menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #3a3a3a;
  top: 80%;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
header #header_pc .header_menu ul li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
header #header_pc .header_menu ul li a.current {
  color: #6fb413;
}
header #header_pc .header_menu ul li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    display: none;
  }
}
header #header_sp .header_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
  position: fixed;
  background-color: transparent;
  position: relative;
}
header #header_sp .header_sp .header_logo {
  width: 50%;
  margin-top: 40vw;
  margin-left: 0vw;
  z-index: 10;
}
header #header_sp .header_sp .header_logo img {
  width: 100%;
}
header #header_sp .header_sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
header #header_sp .header_sp_bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  list-style: none;
}
header #header_sp .header_sp_bottom ul li a {
  text-decoration: none;
  color: #ffffff;
}
header #header_sp .header_sp_bottom ul li a .header_icon {
  text-align: center;
  margin-bottom: 2vw;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #header_sp .header_sp_bottom ul li a .header_icon i {
  font-size: 6vw;
}

#common header #header_pc .header_logo {
  width: 20%;
  margin-top: 5vh;
  margin-left: 1.5vw;
}
@media screen and (min-width: 1441px) {
  #common header #header_pc .header_logo {
    width: 13%;
    margin-left: 4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #common header #header_pc .header_logo {
    width: 25%;
    margin-top: 1.5vh;
  }
}
#common header #header_sp .header_sp .header_logo {
  width: 40%;
  margin-top: 5vw;
  margin-left: 2vw;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  z-index: 10005;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

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

.hamburger p {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
}

.hamburger span:nth-child(1) {
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hamburger span:nth-child(2) {
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hamburger span:nth-child(3) {
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}

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

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

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  color: #3a3a3a;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  width: 100%;
  height: 60vh;
  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: auto;
  margin-top: 0 !important;
  margin-bottom: 4vw !important;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
nav.globalMenuSp .ul .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}

.sns {
  justify-content: center !important;
}

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

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

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

nav.globalMenuSp .ul li a {
  display: block;
  color: #3a3a3a;
  padding: 1em 0;
  font-size: 3vw;
  padding: 0 4vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid #3a3a3a;
}
nav.globalMenuSp .ul li a i {
  margin-right: 2vw;
}

.header_sp_policy {
  text-align: center;
  margin-bottom: 8vw;
}
.header_sp_policy a {
  text-decoration: none;
  color: #3a3a3a;
  font-size: 3.5vw;
  padding: 0 4vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid #3a3a3a;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}
nav.globalMenuSp.active ul {
  justify-content: center !important;
}
nav.globalMenuSp.active ul li {
  width: 50%;
}

/*.top_mv {
    &.fade_txt {
        .ttl {
        opacity: 1 !important;
        transform: translateY(0) !important;
        }
    }
}
*/
.top_mv .ttl {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.top_mv.fade_txt .ttl {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#top_main {
  overflow: hidden;
}
#top_main .top_mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 1441px) {
  #top_main .top_mv {
    height: 100svh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_mv {
    height: 70svh;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_mv {
    height: 90svh;
  }
}
#top_main .top_mv #app {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}
#top_main .top_mv #app::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  transform-origin: right;
  transform: scaleX(0);
  transition: 0.8s ease-out 0.5s;
}
#top_main .top_mv #app .wrap {
  position: relative;
  width: 400px;
  height: 400px;
  border: 1px dashed #ccc;
}
#top_main .top_mv #app .circle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#top_main .top_mv #app .icon {
  position: absolute;
  width: 40px;
  transform: translate(-50%, -50%);
}
#top_main .top_mv .ttl {
  width: 629px;
  height: auto;
  margin: 20% 0 0 1cqi;
  position: absolute;
  top: 10%;
  left: 5%;
  transition: 1s ease-out;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 2s ease-out 2s, transform 2s ease-out 2s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_mv .ttl {
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_mv .ttl {
    width: 250px;
    top: 40%;
  }
}
#top_main .top_mv .ttl img {
  width: 100%;
  height: auto;
}
#top_main .top_mv .top_main_title {
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 60%;
  left: 75%;
  width: 45%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1441px) {
  #top_main .top_mv .top_main_title {
    left: 75%;
    width: 40%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_mv .top_main_title {
    left: 70%;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_mv .top_main_title {
    width: 70%;
    top: 50%;
    left: 65%;
  }
}
#top_main .top_mv .top_main_title img {
  width: 100%;
}
#top_main .top_mv .top_main_title h2 {
  color: #ffffff;
  border-bottom: 4px solid #6fb413;
  padding: 0 2vw;
  font-size: 4.8vw;
  font-weight: 400;
  font-family: inherit;
  letter-spacing: -5px;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_mv .top_main_title h2 {
    font-size: 5.8vw;
    letter-spacing: -4px;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_mv .top_main_title h2 {
    font-size: 5.5vw;
    letter-spacing: -1.5px;
  }
}
#top_main .top_mv .top_main_title p {
  color: #ffffff;
  padding-top: 1vw;
  font-size: 1.4vw;
  white-space: nowrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .top_mv .top_main_title p {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .top_mv .top_main_title p {
    font-size: 3.5vw;
  }
}
#top_main .top_mv .slider {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  position: relative;
}
#top_main .top_mv .slider::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(201, 201, 201, 0.3);
  top: 0;
  left: 0;
}
#top_main .top_mv .slider .slick-list {
  width: 100%;
  height: 100%;
}
#top_main .top_mv .slider .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .top_mv .slider .slick-list .slick-track .slick-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

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

#top_greeting {
  position: relative;
  padding: 120px 0;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  #top_greeting {
    margin: 10vw 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting {
    padding: 60px 0;
  }
}
#top_greeting .top_greeting .top_greeting_bg01 {
  width: 40%;
  height: 430px;
  background-color: #46bd00;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#top_greeting .top_greeting .top_greeting_inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1441px) {
  #top_greeting .top_greeting .top_greeting_inner {
    max-width: 1150px;
  }
}
#top_greeting .top_greeting .top_greeting_inner .top_greeting_title {
  font-size: 4em;
  text-align: left;
  margin-left: 5%;
  letter-spacing: 2px;
  margin-bottom: 80px;
  font-family: "Stick", sans-serif;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_inner .top_greeting_title {
    margin-left: 5%;
  }
}
#top_greeting .top_greeting .top_greeting_inner .top_greeting_area {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_inner .top_greeting_area {
    flex-flow: column;
  }
}
#top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_img {
  max-width: 478px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_img {
    max-width: 360px;
  }
}
#top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_img img {
  width: 100%;
}
#top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt {
  width: 50%;
}
@media screen and (min-width: 1441px) {
  #top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt {
    width: 60%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt {
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt {
    width: 80%;
    margin: 2vw auto;
  }
}
#top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt h3 {
  font-size: 1.5vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt h3 {
    font-size: 5.5vw;
  }
}
#top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt p {
  margin-bottom: 2vw;
  font-size: 0.9vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt p {
    font-size: 3vw;
  }
}
#top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt .moreBtn {
  text-align: center;
}
#top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt .moreBtn a {
  vertical-align: middle;
  transition: all 0.5s ease;
  position: relative;
  font-family: "Stick", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none;
}
#top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt .moreBtn a:hover {
  color: #46bd00;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt .moreBtn a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_greeting .top_greeting .top_greeting_inner .top_greeting_area .greeting_area_txt .moreBtn a {
    font-size: 4vw;
  }
}

#top_service {
  position: relative;
  padding: 120px 0;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  #top_service {
    margin: 10vw 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service {
    padding: 60px 0;
  }
}
#top_service .top_service .top_service_bg01 {
  width: 40%;
  height: 430px;
  background-color: #fdd600;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#top_service .top_service .top_service_inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1441px) {
  #top_service .top_service .top_service_inner {
    max-width: 1150px;
  }
}
#top_service .top_service .top_service_inner .top_service_title {
  font-size: 4em;
  text-align: right;
  margin-right: 5%;
  letter-spacing: 2px;
  margin-bottom: 80px;
  font-family: "Stick", sans-serif;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_inner .top_service_title {
    margin-left: 5%;
  }
}
#top_service .top_service .top_service_inner .top_service_area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_inner .top_service_area {
    flex-flow: column;
  }
}
#top_service .top_service .top_service_inner .top_service_area .service_area_img {
  max-width: 478px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_inner .top_service_area .service_area_img {
    max-width: 360px;
  }
}
#top_service .top_service .top_service_inner .top_service_area .service_area_img img {
  width: 100%;
}
#top_service .top_service .top_service_inner .top_service_area .service_area_txt {
  width: 50%;
  margin-left: 10%;
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_inner .top_service_area .service_area_txt {
    width: 80%;
    margin: 2vw auto;
  }
}
#top_service .top_service .top_service_inner .top_service_area .service_area_txt h3 {
  font-size: 1.5vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_inner .top_service_area .service_area_txt h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_inner .top_service_area .service_area_txt h3 {
    font-size: 5.5vw;
  }
}
#top_service .top_service .top_service_inner .top_service_area .service_area_txt p {
  margin-bottom: 2vw;
  font-size: 0.9vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_inner .top_service_area .service_area_txt p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_inner .top_service_area .service_area_txt p {
    font-size: 3vw;
  }
}
#top_service .top_service .top_service_inner .top_service_area .service_area_txt .moreBtn {
  text-align: right;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_inner .top_service_area .service_area_txt .moreBtn {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_inner .top_service_area .service_area_txt .moreBtn {
    text-align: center;
  }
}
#top_service .top_service .top_service_inner .top_service_area .service_area_txt .moreBtn a {
  vertical-align: middle;
  transition: all 0.5s ease;
  position: relative;
  font-family: "Stick", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none;
}
#top_service .top_service .top_service_inner .top_service_area .service_area_txt .moreBtn a:hover {
  color: #fdd600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_service .top_service .top_service_inner .top_service_area .service_area_txt .moreBtn a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_service .top_service .top_service_inner .top_service_area .service_area_txt .moreBtn a {
    font-size: 4vw;
  }
}

.contents_divide {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  .contents_divide {
    margin-bottom: 14vw;
  }
}
.contents_divide img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 1441px) {
  .contents_divide img {
    height: 60vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contents_divide img {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  .contents_divide img {
    height: 30vh;
  }
}

#top_works {
  position: relative;
  padding: 120px 0;
  width: 100%;
}
@media screen and (min-width: 1441px) {
  #top_works {
    margin: 10vw 0 2vw;
  }
}
#top_works .top_works .top_works_bg01 {
  width: 55%;
  height: 430px;
  background-color: #ee6b6b;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#top_works .top_works .top_works_bg02 {
  width: 30%;
  height: 350px;
  background-color: #ee6b6b;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_bg02 {
    height: 300px;
    bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_bg02 {
    height: 200px;
    bottom: 50px;
  }
}
#top_works .top_works .top_works_inner {
  max-width: 1000px;
  margin: 0 auto;
}
#top_works .top_works .top_works_inner .top_works_title {
  font-size: 3.25em;
  letter-spacing: 2px;
  margin-bottom: 80px;
  font-family: "Stick", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_inner .top_works_title {
    margin-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_inner .top_works_title {
    margin-left: 5%;
  }
}
#top_works .top_works .top_works_inner .moreBtn {
  text-align: right;
}
#top_works .top_works .top_works_inner .moreBtn a {
  vertical-align: middle;
  transition: all 0.5s ease;
  position: relative;
  font-family: "Stick", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none;
}
#top_works .top_works .top_works_inner .moreBtn a:hover {
  color: #ee6b6b;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .top_works_inner .moreBtn a {
    font-size: 1.8vw;
    margin-right: 10%;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .top_works_inner .moreBtn a {
    font-size: 4vw;
    margin-right: 10%;
  }
}
#top_works .top_works .row {
  margin-bottom: 150px;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  #top_works .top_works .row {
    margin-bottom: 50px;
  }
}
#top_works .top_works .row .autoplay-slider {
  display: flex;
  width: 100%;
  list-style: none;
  min-width: 100%;
  animation: 40s linear infinite sliderAnimation;
}
#top_works .top_works .row .autoplay-slider .slide {
  height: auto;
  width: 100%;
  position: relative;
}
#top_works .top_works .row .autoplay-slider .slide .top_about_image_bg {
  width: 30vw;
  height: 40vh;
  background-size: cover;
}
@media screen and (min-width: 1441px) {
  #top_works .top_works .row .autoplay-slider .slide .top_about_image_bg {
    height: 15vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_works .top_works .row .autoplay-slider .slide .top_about_image_bg {
    height: 20vh;
  }
}
@media screen and (max-width: 768px) {
  #top_works .top_works .row .autoplay-slider .slide .top_about_image_bg {
    width: 40vw;
    height: 25vh;
  }
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}

#top_recruit {
  position: relative;
}
#top_recruit .top_recruit {
  display: flex;
  align-items: center;
  margin-top: 5vw;
  padding-bottom: 10vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit {
    padding-bottom: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit {
    flex-flow: column;
    padding-bottom: 50vw;
  }
}
#top_recruit .top_recruit .top_recruit_img {
  width: 35%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_img {
    width: 75%;
  }
}
#top_recruit .top_recruit .top_recruit_img img {
  width: 100%;
}
#top_recruit .top_recruit .top_recruit_txt {
  text-align: center;
  margin: 3vw 0;
  width: 60%;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_txt {
    width: 100%;
    margin: 2vw auto;
  }
}
#top_recruit .top_recruit .top_recruit_txt .headline {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#top_recruit .top_recruit .top_recruit_txt .headline h2 {
  font-size: 3.25em;
  letter-spacing: 2px;
  margin-bottom: 80px;
  font-family: "Stick", sans-serif;
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_txt .headline h2 {
    margin-bottom: 20px;
  }
}
#top_recruit .top_recruit .top_recruit_txt h3 {
  font-size: 1.5vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_txt h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_txt h3 {
    font-size: 5.5vw;
  }
}
#top_recruit .top_recruit .top_recruit_txt p {
  margin-bottom: 2vw;
  font-size: 0.9vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_txt p {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_txt p {
    font-size: 3vw;
  }
}
#top_recruit .top_recruit .top_recruit_txt .moreBtn a {
  vertical-align: middle;
  transition: all 0.5s ease;
  position: relative;
  font-family: "Stick", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  text-decoration: none;
}
#top_recruit .top_recruit .top_recruit_txt .moreBtn a:hover {
  color: #f5b319;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_recruit .top_recruit .top_recruit_txt .moreBtn a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #top_recruit .top_recruit .top_recruit_txt .moreBtn a {
    font-size: 4vw;
  }
}
#top_recruit .top_recruit_bg {
  width: 100%;
  height: 150px;
  background-color: #f5b319;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #works {
    padding: 12vw 0;
  }
}
#works .works {
  width: 100%;
  margin: auto;
  position: relative;
}
#works .works .works_bg01 {
  width: 40%;
  height: 430px;
  background-color: #ff0000;
  position: absolute;
  top: 5%;
  right: 0;
  z-index: -1;
}
#works .works .works_greet {
  width: 80%;
  margin: 0 auto 8vw;
  display: flex;
}
@media screen and (max-width: 768px) {
  #works .works .works_greet {
    width: 95%;
    flex-flow: column;
    margin: 0 auto 30vw;
  }
}
#works .works .works_greet .works_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #works .works .works_greet .works_text {
    width: 100%;
    margin-bottom: 6vw;
    text-shadow: 0.5px 0.5px #ffffff;
  }
}
#works .works .works_greet .works_text h2 {
  font-size: 3.5vw;
  font-family: "Stick", sans-serif;
}
@media screen and (max-width: 768px) {
  #works .works .works_greet .works_text h2 {
    font-size: 10vw;
    white-space: nowrap;
  }
}
#works .works .works_greet .works_text h3 {
  margin-left: 5vw;
  margin-bottom: 10vw;
  white-space: nowrap;
  font-family: "Stick", sans-serif;
}
#works .works .works_greet .works_text p {
  line-height: 2.2vw;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_greet .works_text p {
    line-height: 4vw;
    font-size: 2.7vw;
    letter-spacing: 0px;
  }
}
#works .works .works_greet .works_img {
  width: 50%;
  margin-top: 40%;
}
@media screen and (min-width: 1441px) {
  #works .works .works_greet .works_img {
    margin-top: 35%;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_greet .works_img {
    width: 80%;
    margin-top: 5%;
    margin-left: 15%;
  }
}
#works .works .works_greet .works_img img {
  width: 100%;
  height: auto;
}
#works .works .works_contents {
  width: 90%;
  margin: auto;
}
#works .works .works_contents ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul {
    flex-flow: column;
  }
}
#works .works .works_contents ul li {
  width: 45%;
  color: #222222;
  margin: 2vw 1vw;
  padding: auto;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#works .works .works_contents ul li .thumb {
  width: 100%;
  height: 25vw;
  margin-bottom: 1vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .thumb {
    height: 50vw;
    margin-bottom: 2vw;
  }
}
#works .works .works_contents ul li .thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents ul li .thumb:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .works .works_contents ul li .thumb .search {
  position: absolute;
  top: 4%;
  right: 1%;
  z-index: 10;
}
#works .works .works_contents ul li .thumb .search i {
  transition: all 0.4s;
  color: #222222;
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul li .thumb .search i {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .thumb .search i {
    font-size: 6vw;
  }
}
#works .works .works_contents ul li .title h4 {
  font-weight: 600;
  margin-bottom: 0.5vw;
  font-size: 1.5vw;
  font-family: "Stick", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul li .title h4 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .title h4 {
    font-size: 5vw;
    margin-bottom: 2vw;
  }
}
#works .works .works_contents ul li .text p {
  font-size: 0.9vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .text p {
    font-size: 3vw;
    letter-spacing: -1px;
  }
}
#works .works .works_contents p {
  color: #222222;
}
#works .works .works_contents .ba li {
  width: 45%;
  padding: 1vw;
  background-color: rgba(200, 200, 200, 0.3);
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li {
    width: 100%;
    padding: 3vw;
    margin-bottom: 8vw;
  }
}
#works .works .works_contents .ba li .thumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 15vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li .thumb {
    height: 35vw;
  }
}
#works .works .works_contents .ba li .thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0% !important;
  height: 0% !important;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents .ba li .thumb:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img {
  width: 45%;
  position: relative;
}
#works .works .works_contents .ba li .thumb .img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents .ba li .thumb .img:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img img {
  width: 100%;
}
#works .works .works_contents .ba li .thumb p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#works .works .works_contents .ba li .thumb p i {
  color: #3d2c03;
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li .thumb p i {
    font-size: 6vw;
  }
}

#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: 60%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal-container > div > img {
    width: 300px;
    height: 180px;
  }
}
#modal-container .close {
  position: absolute;
  top: 20%;
  right: 20%;
}
@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: #f6f6f6;
}
@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: #f6f6f6;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:last-child {
    width: 25px;
  }
}

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

#service .service {
  margin: auto;
  padding: 10vw 0 0;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #service .service {
    width: 100%;
  }
}
#service .service .service_bg01 {
  width: 40%;
  height: 430px;
  background-color: #fdd600;
  position: absolute;
  top: 5%;
  right: 0;
  z-index: -1;
}
#service .service .service_greet {
  width: 80%;
  margin: 0 auto 8vw;
  display: flex;
}
@media screen and (max-width: 768px) {
  #service .service .service_greet {
    width: 95%;
    flex-flow: column;
  }
}
#service .service .service_greet .service_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service .service .service_greet .service_text {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#service .service .service_greet .service_text h2 {
  font-size: 3.5vw;
  font-family: "Stick", sans-serif;
}
@media screen and (max-width: 768px) {
  #service .service .service_greet .service_text h2 {
    font-size: 10vw;
    white-space: nowrap;
  }
}
#service .service .service_greet .service_text h3 {
  margin-left: 5vw;
  margin-bottom: 10vw;
  font-family: "Stick", sans-serif;
  white-space: nowrap;
}
#service .service .service_greet .service_text p {
  line-height: 2.2vw;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #service .service .service_greet .service_text p {
    line-height: 4vw;
    font-size: 2.7vw;
    letter-spacing: 0px;
  }
}
#service .service .service_greet .service_img {
  width: 50%;
  margin-top: 40%;
}
@media screen and (min-width: 1441px) {
  #service .service .service_greet .service_img {
    margin-top: 25%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_greet .service_img {
    width: 80%;
    margin-top: 5%;
    margin-left: 15%;
  }
}
#service .service .service_greet .service_img img {
  width: 100%;
  height: auto;
}
#service .service .service_contents {
  margin-bottom: 8vw;
  padding: 5vw 0;
  overflow: hidden;
}
#service .service .service_contents ul {
  list-style: none;
}
#service .service .service_contents ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
  width: 95%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li {
    flex-flow: column-reverse;
    margin-bottom: 10vw;
  }
}
#service .service .service_contents ul li:nth-child(2n+1) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li:nth-child(2n+1) {
    flex-flow: column;
  }
}
#service .service .service_contents ul li .list_writing {
  position: relative;
  width: 42.5vw;
  padding: 2vw;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents ul li .list_writing {
    width: 47.5vw;
    padding: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .list_writing {
    width: 100%;
    margin-bottom: 10vw;
    padding: 10vw 2vw 2vw;
  }
}
#service .service .service_contents ul li .list_writing h3 {
  font-family: "Stick", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.1;
  padding: 0 1rem;
  letter-spacing: -1px;
  margin-bottom: 1vw;
  position: relative;
}
#service .service .service_contents ul li .list_writing h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e9c600;
  bottom: -20%;
  left: 0;
}
#service .service .service_contents ul li .list_writing h5 {
  font-family: "Stick", sans-serif;
  color: #3d2c03;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .list_writing h5 {
    margin-left: 2vw;
  }
}
#service .service .service_contents ul li .list_writing p {
  padding: 0 2rem;
  font-size: 0.9vw;
  letter-spacing: 0px;
  line-height: 1.8;
  color: #3d2c03;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .list_writing p {
    font-size: 3vw;
    line-height: 5vw;
  }
}
#service .service .service_contents ul li .list_image {
  width: 50%;
  height: 40vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents ul li .list_image {
    width: 50%;
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .list_image {
    width: 100%;
    height: 70vw;
  }
}
#service .service .service_contents ul li .list_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service .service .service_contents ul li .service_contents_bg01 {
  width: 65%;
  height: 430px;
  background-color: #fdd600;
  position: absolute;
  top: 50%;
  left: -5%;
  z-index: -1;
}
#service .service .service_contents ul li .service_contents_bg02 {
  width: 65%;
  height: 430px;
  background-color: #fdd600;
  position: absolute;
  top: 50%;
  right: -5%;
  z-index: -1;
}
#service .service .service_contents ul li:nth-child(2n+1) {
  margin-right: auto;
}
#service .service .service_contents ul li:nth-child(2n+1) .list_image {
  transform: rotate(-4deg);
}
#service .service .service_contents ul li:nth-child(2n) {
  margin-left: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents ul li:nth-child(2n) {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li:nth-child(2n) {
    width: 95%;
    flex-flow: column;
  }
}
#service .service .service_contents ul li:nth-child(2n) .list_image {
  transform: rotate(4deg);
}

.staff_text {
  margin-bottom: 8vw;
  padding: 10vw 20vw;
  background-size: contain;
  background-repeat: repeat-x;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .staff_text {
    padding: 10vw 6vw;
  }
}
@media screen and (max-width: 768px) {
  .staff_text {
    padding: 20vw 5vw;
    background-size: cover;
  }
}
.staff_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .staff_text p {
    width: 90%;
    margin: auto;
    font-size: 1.7vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .staff_text p {
    width: 95%;
    margin: auto;
    font-size: 3.3vw;
    line-height: 6vw;
  }
}

#staff .staff {
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #staff .staff {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #staff .staff {
    width: 100%;
  }
}
#staff .staff .staff_contents {
  margin-bottom: 8vw;
  padding: 5vw 0;
  overflow: hidden;
}
#staff .staff .staff_contents ul {
  list-style: none;
}
#staff .staff .staff_contents ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
  width: 95%;
}
@media screen and (max-width: 768px) {
  #staff .staff .staff_contents ul li {
    flex-flow: column-reverse;
    margin-bottom: 10vw;
  }
}
#staff .staff .staff_contents ul li:nth-child(2n+1) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #staff .staff .staff_contents ul li:nth-child(2n+1) {
    flex-flow: column;
  }
}
#staff .staff .staff_contents ul li .list_writing {
  position: relative;
  width: 42.5vw;
  padding: 2vw;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #staff .staff .staff_contents ul li .list_writing {
    width: 47.5vw;
    padding: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #staff .staff .staff_contents ul li .list_writing {
    width: 100%;
    margin-bottom: 10vw;
    padding: 10vw 2vw 2vw;
  }
}
#staff .staff .staff_contents ul li .list_writing h3 {
  font-family: inherit;
  color: #222222;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.1;
  padding: 0 1rem;
  letter-spacing: -1px;
  margin-bottom: 2vw;
  position: relative;
}
#staff .staff .staff_contents ul li .list_writing h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #6fb413;
  bottom: -20%;
  left: 0;
}
#staff .staff .staff_contents ul li .list_writing p {
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  #staff .staff .staff_contents ul li .list_writing p {
    font-size: 3.3vw;
    line-height: 6vw;
  }
}
#staff .staff .staff_contents ul li .list_image {
  width: 50%;
  height: 40vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #staff .staff .staff_contents ul li .list_image {
    width: 50%;
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #staff .staff .staff_contents ul li .list_image {
    width: 100%;
    height: 70vw;
  }
}
#staff .staff .staff_contents ul li .list_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#staff .staff .staff_contents ul li:nth-child(2n+1) {
  margin-right: auto;
}
#staff .staff .staff_contents ul li:nth-child(2n+1) .list_image {
  transform: rotate(-4deg);
}
#staff .staff .staff_contents ul li:nth-child(2n) {
  margin-left: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #staff .staff .staff_contents ul li:nth-child(2n) {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #staff .staff .staff_contents ul li:nth-child(2n) {
    width: 95%;
    flex-flow: column;
  }
}
#staff .staff .staff_contents ul li:nth-child(2n) .list_image {
  transform: rotate(4deg);
}

.staff_contact_form {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .staff_contact_form {
    width: 80%;
  }
}
.staff_contact_form a {
  text-decoration: none;
}
.staff_contact_form a button {
  width: 100%;
  padding: 1vw;
  border: none;
  letter-spacing: 0.2vw;
  font-size: 1.2vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .staff_contact_form a button {
    font-size: 1.8vw;
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .staff_contact_form a button {
    padding: 2.5vw;
    font-size: 3.5vw;
  }
}
.staff_contact_form a button i {
  margin-right: 1vw;
}
.staff_contact_form button {
  width: 100%;
  padding: 1vw;
  border: none;
  letter-spacing: 0.2vw;
  font-size: 1.2vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .staff_contact_form button {
    font-size: 1.8vw;
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .staff_contact_form button {
    padding: 2.5vw;
    font-size: 3.5vw;
  }
}
.staff_contact_form button i {
  margin-right: 1vw;
}

.staff_contact_form {
  margin-top: 4vw;
}
@media screen and (max-width: 768px) {
  .staff_contact_form {
    margin: 4vw auto;
  }
}
.staff_contact_form button {
  color: #02c212;
  background-color: #fff;
  border-radius: 30px;
  transition: all 0.4s;
}
.staff_contact_form button:hover {
  color: #ffffff;
  background-color: #333333;
}

#company .company {
  position: relative;
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #company .company {
    padding: 12vw 0;
  }
}
#company .company .company_bg01 {
  width: 40%;
  height: 430px;
  background-color: #359b02;
  position: absolute;
  top: 5%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #company .company .company_bg01 {
    top: 4.5%;
  }
}
#company .company .company_greet {
  width: 80%;
  margin: 0 auto 8vw;
  display: flex;
}
@media screen and (max-width: 768px) {
  #company .company .company_greet {
    width: 95%;
    flex-flow: column-reverse;
  }
}
#company .company .company_greet .company_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #company .company .company_greet .company_text {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#company .company .company_greet .company_text h2 {
  font-size: 3.5vw;
  font-family: "Stick", sans-serif;
}
@media screen and (max-width: 768px) {
  #company .company .company_greet .company_text h2 {
    font-size: 9vw;
    white-space: nowrap;
    text-align: right;
  }
}
#company .company .company_greet .company_text h3 {
  margin-left: 5vw;
  margin-bottom: 10vw;
  font-family: "Stick", sans-serif;
}
@media screen and (max-width: 768px) {
  #company .company .company_greet .company_text h3 {
    text-align: right;
  }
}
#company .company .company_greet .company_text p {
  line-height: 2.2vw;
  font-size: 1vw;
  margin-left: 5vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #company .company .company_greet .company_text p {
    line-height: 4vw;
    font-size: 2.7vw;
    letter-spacing: 0px;
    margin-left: 0;
    text-align: right;
    text-shadow: 0.5px 0.5px #ffffff;
  }
}
#company .company .company_greet .company_img {
  width: 50%;
  margin-top: 40%;
}
@media screen and (max-width: 768px) {
  #company .company .company_greet .company_img {
    width: 80%;
    margin-top: 5%;
    margin-right: 15%;
  }
}
#company .company .company_greet .company_img img {
  width: 100%;
  height: auto;
}
#company .company .company_contents {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents {
    width: 95%;
  }
}
#company .company .company_contents table {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table {
    width: 100%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#company .company .company_contents table tr {
  background-color: rgba(255, 255, 255, 0.4);
  /*
  &:nth-child(even){
      background-color: rgba(255,255,255,.4);
  }
  */
}
#company .company .company_contents table tr:first-child th, #company .company .company_contents table tr:first-child td {
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table tr:first-child th, #company .company .company_contents table tr:first-child td {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr:first-child th, #company .company .company_contents table tr:first-child td {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#company .company .company_contents table tr th, #company .company .company_contents table tr td {
  padding: 1.5vw;
  font-size: 1vw;
  color: #222222;
  border-bottom: 1px solid #222222;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    padding: 3vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
  }
}
#company .company .company_contents table tr th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#company .company .company_contents table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}
#company .company .company_contents .map {
  width: 100%;
}
#company .company .company_contents .map iframe {
  width: 100%;
}

#sales .sales {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales .lower_headline {
    margin-bottom: 6vw;
  }
}
#sales .sales ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #sales .sales ul {
    flex-flow: column;
  }
}
#sales .sales ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #222222;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li {
    width: 100%;
  }
}
#sales .sales ul li .sales_name {
  width: 40%;
}
#sales .sales ul li .sales_name h4 {
  color: #222222;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents {
  width: 60%;
}
#sales .sales ul li .sales_contents p {
  color: #222222;
  margin-bottom: 0.5vw;
}
#sales .sales ul li .sales_contents .tel {
  color: #3d2c03;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents .tel i {
  margin-right: 1vw;
}

#philosophy .philosophy {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #philosophy .philosophy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy .lower_headline {
    margin-bottom: 6vw;
  }
}
#philosophy .philosophy table {
  width: 100%;
}
#philosophy .philosophy table tbody {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tbody {
    flex-flow: column;
  }
}
#philosophy .philosophy table tr {
  width: 45%;
  margin-bottom: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tr {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#philosophy .philosophy table tr th, #philosophy .philosophy table tr td {
  color: #222222;
  padding: 0.5vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #philosophy .philosophy table tr th, #philosophy .philosophy table tr td {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tr th, #philosophy .philosophy table tr td {
    font-size: 3.3vw;
  }
}
#philosophy .philosophy table tr th {
  width: 40%;
}
#philosophy .philosophy table tr td {
  width: 60%;
}

#recruit {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #recruit {
    padding-top: 8vw;
  }
}
#recruit .recruit {
  position: relative;
}
#recruit .recruit .recruit_bg01 {
  width: 40%;
  height: 430px;
  background-color: #fdd600;
  position: absolute;
  top: 5%;
  right: 0;
  z-index: -1;
}
#recruit .recruit .recruit_greet {
  width: 80%;
  margin: 0 auto 8vw;
  display: flex;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_greet {
    width: 95%;
    flex-flow: column;
  }
}
#recruit .recruit .recruit_greet .recruit_text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_greet .recruit_text {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#recruit .recruit .recruit_greet .recruit_text h2 {
  font-size: 3.5vw;
  font-family: "Stick", sans-serif;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_greet .recruit_text h2 {
    font-size: 10vw;
    white-space: nowrap;
  }
}
#recruit .recruit .recruit_greet .recruit_text h3 {
  margin-left: 5vw;
  margin-bottom: 10vw;
  font-family: "Stick", sans-serif;
}
#recruit .recruit .recruit_greet .recruit_text p {
  line-height: 2.2vw;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_greet .recruit_text p {
    line-height: 4vw;
    font-size: 2.7vw;
    letter-spacing: 0px;
  }
}
#recruit .recruit .recruit_greet .recruit_img {
  width: 50%;
  margin-top: 40%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_greet .recruit_img {
    width: 80%;
    margin-top: 5%;
    margin-left: 15%;
  }
}
#recruit .recruit .recruit_greet .recruit_img img {
  width: 100%;
  height: auto;
}
#recruit .recruit .recruit_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_content {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content {
    width: 100%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content h4 {
    font-size: 4.5vw;
  }
}
#recruit .recruit .recruit_contents .recruit_content table {
  width: 100%;
}
#recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
  border-bottom: 1px solid #9b9b9b;
  padding: 2vw 0.8vw;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
    font-size: 3vw;
    letter-spacing: 0;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr th {
  width: 30%;
}
#recruit .recruit .recruit_contents .recruit_content table tr td {
  width: 70%;
}
#recruit .recruit_btn {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_btn {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn {
    width: 95%;
  }
}
#recruit .recruit_btn a {
  text-decoration: none;
}
#recruit .recruit_btn a button {
  width: 100%;
  padding: 1.5vw;
  transition: all 0.4s;
  border: none;
  color: #212121;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn a button {
    padding: 3vw 2vw;
  }
}
#recruit .recruit_btn a button:hover {
  color: #f0f0f0;
  background-color: #e0e0e0;
}

#recruit_form .recruit_form {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form {
    width: 95%;
  }
}
#recruit_form .recruit_form .recruit_form_text {
  margin-bottom: 8vw;
}
#recruit_form .recruit_form .recruit_form_text p {
  color: #fff;
  line-height: 2vw;
}
#recruit_form .recruit_form form {
  width: 100%;
  margin-bottom: 8vw;
}
#recruit_form .recruit_form form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #fff;
}
#recruit_form .recruit_form form table tr {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr {
    display: flex;
    flex-flow: column;
  }
}
#recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 3.3vw;
  }
}
#recruit_form .recruit_form form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#recruit_form .recruit_form form table tr th span.red {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr th span.blue {
  padding: 10px;
  background-color: blue;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr td {
  padding: 40px 0;
  width: 65%;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#recruit_form .recruit_form form table tr td .mushroom input {
  width: 1vw;
  height: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 4vw;
    height: 4vw;
  }
}
#recruit_form .recruit_form form table tr td .number {
  margin-top: 2vw;
}
#recruit_form .recruit_form form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td input {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr:first-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:last-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form .agree {
  text-align: center;
  margin: 20px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .agree {
    margin: 10px 0;
  }
}
#recruit_form .recruit_form form .submit {
  text-align: center;
}
#recruit_form .recruit_form form .submit input {
  padding: 20px 180px;
  font-size: 18px;
  border: none;
  color: #212121;
  background-color: #f0f0f0;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input {
    padding: 10px 90px;
  }
}
#recruit_form .recruit_form form .submit input:hover {
  color: #f0f0f0;
  background-color: #e0e0e0;
}
#recruit_form .recruit_form form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#recruit_form .recruit_form form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#news .news .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents {
    width: 95%;
  }
}
#news .news .news_contents h4 {
  color: #222222;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents h4 {
    text-align: left;
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul {
  width: 80%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul {
    width: 100%;
  }
}
#news .news .news_contents ul a {
  display: block;
  text-decoration: none;
  color: #222222;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px solid #222222;
  padding-bottom: 1rem;
}
#news .news .news_contents ul a .date {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .date {
    font-size: 2.5vw;
    width: 20%;
  }
}
#news .news .news_contents ul a .outline {
  margin-left: 3vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline {
    width: 75%;
  }
}
#news .news .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1vw;
  color: #222222;
}
#news .news .news_contents ul a .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title i {
    font-size: 3vw;
  }
}
#news .news .news_contents ul a .outline .descn p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 2.5vw;
  }
}

.navigation {
  margin-top: 4vw;
  margin-bottom: 2vw;
  text-align: center;
}
.navigation .current {
  border: none;
  color: #222222;
}
.navigation a {
  border: none;
  color: #222222;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  margin-left: 20px !important;
}

#news_single .news_single {
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_single .news_contents h4 {
  color: #222222;
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents ul {
  width: 80%;
  margin: auto;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul {
    width: 100%;
  }
}
#news_single .news_single .news_contents ul li {
  display: block;
  text-decoration: none;
  color: #222222;
  margin-bottom: 2vw;
}
#news_single .news_single .news_contents ul li .outline .date {
  font-size: 0.8vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 1.2vw;
    margin-bottom: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5vw;
  color: #222222;
  border-bottom: 1px solid #222222;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 4vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.4vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 3vw;
  }
}
#news_single .news_single .news_contents ul li .outline .descn p {
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 1.2vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}

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

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

#footer_contact {
  position: relative;
}
#footer_contact .footer_contact {
  width: 100%;
  height: 30vw;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact {
    height: 65vw;
  }
}
#footer_contact .footer_contact .footer_contact_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
}
#footer_contact .footer_contact_contents {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 4vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#footer_contact .footer_contact_contents .footer_headline {
  display: inline-block;
  color: #359b02;
  margin-bottom: 4vw;
  width: 100%;
  text-align: center;
  font-family: "Stick", sans-serif;
}
#footer_contact .footer_contact_contents .footer_headline h2 {
  color: #ffffff;
  font-size: 6rem;
  text-shadow: 4px 4px 1px rgb(153, 153, 153);
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_headline h2 {
    font-size: 4rem;
  }
}
#footer_contact .footer_contact_contents .footer_headline h2 span {
  color: #359b02;
}
#footer_contact .footer_contact_contents .footer_headline p {
  font-size: 2rem;
  color: #359b02;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_headline p {
    font-size: 1.5rem;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
  margin: auto;
  margin-bottom: 4vw;
  padding-bottom: 5vw;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents .footer_contact_content {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content {
    flex-flow: column;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_line {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_line {
    width: 80%;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_line a {
  text-decoration: none;
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_line a button {
  width: 100%;
  padding: 2.5vw;
  border: none;
  letter-spacing: 0.2vw;
  font-size: 1.2vw;
  transition: all 0.4s;
  font-family: "Stick", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_line a button {
    font-size: 1.8vw;
    padding: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_line a button {
    padding: 4.5vw;
    font-size: 3.5vw;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button i, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button i, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_line a button i {
  margin-right: 1vw;
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_line button {
  width: 100%;
  padding: 2.5vw;
  border: none;
  letter-spacing: 0.2vw;
  font-size: 1.2vw;
  transition: all 0.4s;
  color: #ffffff;
  background-color: #359b02;
  font-family: "Stick", sans-serif;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_line button {
    font-size: 1.8vw;
    padding: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_line button {
    padding: 4.5vw;
    font-size: 3.5vw;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button i, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button i, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_line button i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form {
    margin-top: 4vw;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button {
  color: #359b02;
  background-color: #ffffff;
  transition: all 0.4s;
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button:hover {
  color: #ffffff;
  background-color: #359b02;
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_line {
  padding: 1.5vw 1vw 1vw 1vw;
  background-color: #ffffff;
  margin: 3vw auto 0;
  text-align: center;
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_line a img {
  width: 50%;
}
#footer_contact .footer_contact_contents .text {
  text-align: center;
  color: #e7e7e7;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents .text {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .text {
    margin-bottom: 2.5vw;
  }
}

footer {
  background-color: #e7e7e7;
}
footer .footer_menu {
  padding-top: 4vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu {
    padding-top: 8vw;
  }
}
footer .footer_menu .footer_logo {
  width: 18%;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  footer .footer_menu .footer_logo {
    width: 12%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu .footer_logo {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_logo {
    width: 45%;
  }
}
footer .footer_menu .footer_logo img {
  width: 100%;
}
footer .footer_menu .footer_map {
  width: 80%;
  margin: 2vw auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
footer .footer_menu .footer_map .footer_map_text {
  width: 80%;
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_map .footer_map_text {
    width: 100%;
  }
}
footer .footer_menu .footer_map .footer_map_text p {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_map .footer_map_text p {
    font-size: 1.1rem;
  }
}
footer .footer_menu .footer_map .footer_map_text iframe {
  margin-top: 2vw;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu .footer_map .footer_map_text iframe {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_map .footer_map_text iframe {
    height: 50vh;
    margin-bottom: 10vw;
  }
}
footer .footer_menu .footer_info {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  color: #333333;
}
footer .footer_menu .footer_info p {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  footer .footer_menu .footer_info p {
    font-size: 1.1rem;
  }
}
footer .footer_menu ul {
  padding-top: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin: auto;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu ul {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul {
    width: 95%;
    flex-wrap: wrap;
    padding-top: 8vw;
    padding-bottom: 30vw;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li {
    margin-bottom: 1vw;
    width: 40%;
    text-align: center;
  }
}
footer .footer_menu ul li a {
  font-size: 1.3rem;
  color: #333333;
  padding: 0 2vw;
  text-decoration: none;
  transition: all 1s ease;
}
footer .footer_menu ul li a:hover {
  color: #6fb413 !important;
  opacity: 0.8;
  transition: all 1s ease;
}
@media screen and (min-width: 1441px) {
  footer .footer_menu ul li a {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li a {
    font-size: 3.5vw;
    padding: 0 2vw;
  }
}
footer .footer_menu ul li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li:last-child {
    width: 80%;
  }
}
footer .footer_menu .contact_policy {
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  footer .footer_menu .contact_policy {
    margin-bottom: 5vw;
  }
}
footer .footer_menu .contact_policy a {
  color: #333333;
  text-decoration: none;
  transition: all 1s ease;
  font-size: 1.3rem;
}
footer .footer_menu .contact_policy a:hover {
  color: #6fb413 !important;
  opacity: 0.8;
  transition: all 1s ease;
}
@media screen and (min-width: 1441px) {
  footer .footer_menu .contact_policy a {
    font-size: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu .contact_policy a {
    font-size: 3vw;
  }
}
footer .copyright {
  text-align: center;
  padding-bottom: 2vw;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding-bottom: 4vw;
    padding-top: 8vw;
  }
}
footer .copyright p {
  color: #333333;
  font-size: 0.8vw;
}
@media screen and (max-width: 768px) {
  footer .copyright p {
    font-size: 1.8vw;
  }
}/*# sourceMappingURL=style.css.map */