@charset "UTF-8";
/* ベース定義 */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #2E2E2E;
  background: #F9F9F9;
}

.body_border {
  background-image: linear-gradient(90deg, rgba(46, 46, 46, 0.05) 1px, transparent 1px), linear-gradient(rgba(46, 46, 46, 0.05) 1px, transparent 1px) !important;
  background-position: 10px 10px;
  background-size: 150px 150px !important;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: -999;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #2E2E2E;
  text-decoration: none;
}

.out {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #2E2E2E;
  width: 100%;
}

.thanks {
  background: #EBEBEB;
  padding: 20px;
  width: 100%;
  height: 100vh;
  display: block;
}
.thanks .thanks_wrap {
  background: #fff;
  padding: 30px 15px;
  max-width: 95%;
  margin: auto;
}
.thanks .thanks_tt {
  font-weight: bold;
  color: #006A46;
  font-size: 21px;
  margin-bottom: 30px;
  text-align: center;
}
.thanks .thanks_text {
  margin-bottom: 30px;
}
.thanks .thanks_text span {
  display: block;
  margin-bottom: 20px;
}
.thanks .thanks_top {
  max-width: 300px;
  margin: auto;
  width: 100%;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2E2E2E;
  border-radius: 50px;
  font-size: 14px;
}
.thanks .thanks_top:hover {
  opacity: 0.7;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control-wrap select {
  width: 100%;
  border: 1px solid #2E2E2E;
  border-radius: 0px;
  margin-top: 10px;
  height: 45px;
  padding: 10px;
  outline: none;
  background: #fff;
  color: #2E2E2E;
}

/* ベース定義 */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #2E2E2E;
  background: #F9F9F9;
}

.body_border {
  background-image: linear-gradient(90deg, rgba(46, 46, 46, 0.05) 1px, transparent 1px), linear-gradient(rgba(46, 46, 46, 0.05) 1px, transparent 1px) !important;
  background-position: 10px 10px;
  background-size: 150px 150px !important;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: -999;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #2E2E2E;
  text-decoration: none;
}

.out {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #2E2E2E;
  width: 100%;
}

.thanks {
  background: #EBEBEB;
  padding: 20px;
  width: 100%;
  height: 100vh;
  display: block;
}
.thanks .thanks_wrap {
  background: #fff;
  padding: 30px 15px;
  max-width: 95%;
  margin: auto;
}
.thanks .thanks_tt {
  font-weight: bold;
  color: #006A46;
  font-size: 21px;
  margin-bottom: 30px;
  text-align: center;
}
.thanks .thanks_text {
  margin-bottom: 30px;
}
.thanks .thanks_text span {
  display: block;
  margin-bottom: 20px;
}
.thanks .thanks_top {
  max-width: 300px;
  margin: auto;
  width: 100%;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #2E2E2E;
  border-radius: 50px;
  font-size: 14px;
}
.thanks .thanks_top:hover {
  opacity: 0.7;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control-wrap select {
  width: 100%;
  border: 1px solid #2E2E2E;
  border-radius: 0px;
  margin-top: 10px;
  height: 45px;
  padding: 10px;
  outline: none;
  background: #fff;
  color: #2E2E2E;
}

html {
  scroll-behavior: smooth;
}

.mv {
  overflow: hidden;
  position: relative;
  max-height: 400px;
}

.mv_top {
  overflow: hidden;
  position: relative;
  max-height: 400px;
}

.short_details {
  padding: 20px;
}
.short_details strong {
  color: #006A46;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  display: block;
}
.short_details h2 {
  font-size: 21px;
  margin: 20px auto 10px auto;
}
@media screen and (max-width: 320px) {
  .short_details h2 {
    font-size: 18px;
  }
}
.short_details .short_details_box {
  background: #F6F6F6;
  padding: 20px;
  margin-top: 10px;
}
.short_details .short_details_tt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.short_details .short_details_li_tt {
  background: #A1B61A;
  padding: 3px 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
}
.short_details .short_details_li_text {
  margin-bottom: 20px;
}

.short_mv_box {
  margin: 20px;
}

.pc_header {
  position: fixed;
  max-width: 355px;
  top: 50%;
  transform: translateY(-50%);
}
.pc_header img {
  max-width: 300px;
}

.Important_ul {
  margin-top: 20px;
}
.Important_ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.Important_ul li span {
  font-weight: bold;
}
.Important_ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #006A46;
  position: absolute;
  top: 0%;
  left: 0;
  transform: translate(0, 50%);
}

.menu_active {
  transition: 0.3s;
}
.menu_active li:nth-child(2) {
  opacity: 0;
}
.menu_active li:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg) !important;
  top: 50% !important;
}
.menu_active li:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
  top: 50% !important;
}

.tracking_content {
  position: fixed;
  z-index: 5;
  padding: 0 !important;
  min-width: 375px;
  margin-top: 0 !important;
}
.tracking_content .tracking_menu {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 20px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}
.tracking_content .tracking_menu .tracking_img {
  margin: 0px auto 0px auto;
}

.tracking_menu.menu_anime {
  opacity: 1;
  visibility: visible;
}

.mask.mask_anime {
  opacity: 0.7;
  visibility: visible;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  background: #2E2E2E;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.tracking_cta {
  position: fixed;
  z-index: 3;
  bottom: 0px;
  max-width: 375px;
  width: 100%;
}
.tracking_cta .tracking_cta_box {
  display: flex;
}
.tracking_cta .tracking_cta_box ul {
  width: 85px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.tracking_cta .tracking_cta_box ul li {
  background: #2E2E2E;
  height: 2px;
  width: 30%;
  position: absolute;
  transition: 0.3s;
  z-index: 10;
}
.tracking_cta .tracking_cta_box ul li:nth-child(1) {
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.tracking_cta .tracking_cta_box ul li:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tracking_cta .tracking_cta_box ul li:nth-child(3) {
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.menu_close_content {
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 85px;
  height: 50px;
}
.menu_close_content .menu_close {
  background: #2E2E2E;
  height: 2px;
  width: 30%;
  position: absolute;
  transition: 0.3s;
  z-index: 10;
}
.menu_close_content .menu_close:nth-child(1) {
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 10;
}
.menu_close_content .menu_close:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 35%;
  left: 50%;
}

.tracking_cta_tag {
  width: 290px !important;
}

.pc_cta {
  background: #FF9900;
  width: 100%;
  padding: 15px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #FF9900;
  padding: 15px;
}
.pc_cta img {
  max-width: 50px;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.pc_cta span {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  display: block;
  position: absolute;
  right: 30px;
  top: 18px;
}
.pc_cta span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #FF9900;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-60%) rotate(135deg);
}

.pc_cta_border {
  border: 1px solid #FF9900;
  padding: 2px;
  margin-top: 20px;
}
.pc_cta_border:hover {
  opacity: 0.7;
}

.accent {
  color: #FF9900;
}

.pc_content {
  padding: 0px 20px;
}

.h2 {
  text-align: center;
  margin: 30px auto 10px auto;
}

.sp_content {
  max-width: 375px;
  margin-left: auto;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: auto;
  background: #fff;
}

main {
  display: flex;
  justify-content: right;
}

.main {
  max-width: 850px;
  margin: auto;
}
.main .pc_content {
  margin-top: 60px;
}
.main .pc_content ul {
  border-top: 1px solid #2E2E2E;
  border-bottom: 1px solid #2E2E2E;
  padding: 20px 0px;
  margin-top: 20px;
  width: 300px;
}
.main .pc_content ul li {
  margin-bottom: 10px;
  font-weight: bold;
}
.main .pc_content ul li a:hover {
  color: #006A46;
  transition: 0.3s;
}

#loading-screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

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

/* 回転アニメーション */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header {
  height: 70px;
  padding: 10px;
  display: flex;
  align-items: center;
  z-index: 1;
  background: #fff;
}
header .header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header p {
  color: #006A46;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 15px;
}
header .header img {
  max-width: 120px;
}

.worries {
  background: #EBEBEB;
}
.worries .worries_tt {
  padding: 30px 10px 10px 10px;
}
.worries li {
  background: #fff;
  font-weight: bold;
  padding: 20px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.worries li span {
  color: #FF9900;
}
.worries li img {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.worries .worries_list {
  margin: auto;
  padding: 10px;
}
.worries .arrow_bottom {
  display: flex;
  justify-content: center;
}
.worries .arrow_bottom img {
  margin: 0px 20px 20px 20px;
  width: 27px;
  height: 27px;
}

.self {
  background: #006A46;
  padding: 0px 10px 40px 10px;
}
.self .self_tt {
  padding: 35px 10px;
}
.self li {
  position: relative;
  margin-bottom: 10px;
}
.self li .self_img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 320px) {
  .self li .self_img {
    height: 200px;
  }
}
.self li .career_number {
  width: 170px;
  position: absolute;
  top: 0px;
  left: 10px;
}
.self li .career_number_h {
  width: 50px;
  height: 115px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.self li .career_text {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 23px;
}
@media screen and (max-width: 320px) {
  .self li .career_text {
    font-size: 18px;
  }
}
.self li .career_text p {
  display: inline-block;
  background: #fff;
  padding: 2px 5px;
  font-weight: bold;
  margin-bottom: 5px;
}
.self li .career_text p span {
  color: #FF9900;
}
.self li .career_text_rigth {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
@media screen and (max-width: 320px) {
  .self li .career_text_rigth {
    font-size: 18px;
  }
}
.self li .career_text_rigth p {
  display: inline-block;
  background: #fff;
  padding: 2px 5px;
  font-weight: bold;
  margin-bottom: 5px;
}
.self li .career_text_rigth p span {
  color: #FF9900;
}

.error {
  font-size: 12px;
  color: #E64C4D;
}

.cta {
  background: #FF9900;
  position: relative;
  padding: 50px;
}
.cta .entry_bg_left {
  height: 100%;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta .entry_bg_right {
  height: 100%;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.cta .cta_item {
  text-align: center;
}
.cta .cta_item strong {
  color: #fff;
  font-size: 20px;
}
.cta .cta_item strong span {
  font-size: 22px;
}
.cta .cta_item a {
  background: #fff;
  width: 100%;
  padding: 15px;
  font-weight: bold;
  color: #FF9900;
  position: relative;
}
.cta .cta_item a img {
  width: 50px;
  position: absolute;
  left: 10%;
}
.cta .cta_item a .arrow_bg {
  background: #FF9900;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  position: absolute;
  right: 20%;
  top: 30%;
}
.cta .cta_item a .arrow_bg .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-60%) rotate(135deg);
}
.cta .cta_item .cta_btn {
  display: flex;
  max-width: 250px;
  margin: 20px auto auto auto;
  justify-content: center;
  border: 1px solid #fff;
  padding: 2px;
}
.cta .cta_item .cta_btn:hover {
  opacity: 0.7;
}

.career {
  background: #006A46;
  padding: 0px 0px 40px 0px;
}
.career .career_tt {
  padding: 35px 10px;
}
.career .career01 {
  position: relative;
  padding: 0 10px;
}
.career .career01 .career01_text {
  position: absolute;
  left: 20px;
  bottom: 10px;
  font-size: 23px;
}
@media screen and (max-width: 320px) {
  .career .career01 .career01_text {
    font-size: 16px;
  }
}
.career .career01 .career01_text p {
  background: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
  padding: 1px 5px;
}
.career .career01 .career01_text p span {
  font-size: 28px;
}
@media screen and (max-width: 320px) {
  .career .career01 .career01_text p span {
    font-size: 21px;
  }
}
.career .career_pass {
  margin: 20px 10px 10px;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
}
.career .career_pass p:nth-child(1) {
  background: #fff;
  display: inline-block;
  color: #006A46;
  font-weight: bold;
  padding: 1px 5px;
}
.career ul li {
  position: relative;
  margin-bottom: 20px;
}
.career ul li .case_number01 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
}
.career ul li .case_number02 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 100px;
}
.career ul li .case01 {
  background: #fff;
}
.career ul li .case01 .case_top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 320px) {
  .career ul li .case01 .case_top {
    font-size: 12px;
  }
}
.career ul li .case01 .case_top p:nth-child(1) {
  background: #2E2E2E;
  color: #fff;
  padding: 1px 5px;
}
.career ul li .case01 .case_top p:nth-child(2) {
  color: #006A46;
  font-weight: 500;
}
@media screen and (max-width: 320px) {
  .career ul li .case01 .case_top p:nth-child(2) {
    font-size: 16px;
  }
}
.career ul li .case01 .case_top p:nth-child(3) {
  background: #006A46;
  color: #fff;
  padding: 1px 5px;
}
.career ul li .case01 .case_top p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 320px) {
  .career ul li .case01 .case_top p {
    display: block;
  }
}
.career ul li .case01 .case_top p span {
  font-size: 16px;
}
.career ul li .case01 .case_bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-weight: bold;
}
@media screen and (max-width: 320px) {
  .career ul li .case01 .case_bt {
    gap: 10px;
  }
}
.career ul li .case01 .case_bt span {
  font-size: 14px;
}
.career ul li .case01 .case_bt img {
  width: 17px;
}
.career ul li .case01 .case_bt p:nth-child(3) {
  color: #006A46;
  font-size: 17px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 320px) {
  .career ul li .case01 .case_bt p:nth-child(3) {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .career ul li .case01 .case_bt p:nth-child(1) {
    font-size: 14px;
  }
}

.gulliver_box {
  background: #fff;
  color: #006A46;
  padding-bottom: 20px;
}
.gulliver_box .gulliver_text {
  font-size: 21px;
  text-align: center;
}
.gulliver_box .gulliver_text p:nth-child(2) {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.gulliver_box .gulliver_text p:nth-child(2) img {
  -o-object-fit: contain;
     object-fit: contain;
}
.gulliver_box .gulliver_text_content {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.gulliver_box .gulliver_text_content img {
  width: 100px;
}
.gulliver_box .about {
  background: #006A46;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px;
  font-size: 25px;
  font-weight: bold;
  max-width: 90%;
  margin: auto;
  letter-spacing: 1px;
  position: relative;
}
.gulliver_box .about p:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.gulliver_box .about p:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
}

.mission {
  padding: 20px;
  margin-top: 30px;
}
.mission .mission_tt {
  max-width: 230px;
  margin: auto auto 20px auto;
}
.mission p {
  border: 1px solid #fff;
  padding: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.mission p span {
  font-weight: bold;
  color: #fff;
}

.try_tt {
  max-width: 320px;
  margin: 30px auto auto auto;
  padding: 0 10px 20px;
}

.try_content {
  background: #F9F9F9;
  padding: 0 10px 20px 10px;
  margin-top: 10px;
}
.try_content li {
  width: 50%;
}
.try_content .try_img {
  max-width: 200px;
  margin: auto;
  padding: 30px 0 20px;
}
.try_content .try_box {
  display: flex;
  gap: 5px;
  flex: none;
}
.try_content .try_text {
  background: #2E2E2E;
  display: flex;
  justify-content: center;
  align-items: center;
}
.try_content .try_text p {
  color: #fff;
  padding: 10px;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
}

.business {
  padding: 10px 10px 50px 10px;
}
.business .business_tt {
  text-align: center;
  font-size: 24px;
  color: #006A46;
  padding: 40px 0 10px 0;
}
.business .business_item {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 13px;
}
.business .business_item .business_list:nth-child(1) {
  background-image: url(./img/bisiness01.webp);
}
.business .business_item .business_list:nth-child(2) {
  background-image: url(./img/bisiness02.webp);
}
.business .business_item .business_list:nth-child(3) {
  background-image: url(./img/bisiness03.webp);
}
.business .business_item .business_list:nth-child(4) {
  background-image: url(./img/bisiness04.webp);
}
.business .business_item .business_list {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 49%;
  position: relative;
  display: flex;
  flex-flow: column;
  z-index: 2;
  height: 151px;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.business .business_item .business_list:hover {
  opacity: 0.7;
}
.business .business_item .business_list p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
}
@media screen and (max-width: 320px) {
  .business .business_item .business_list p {
    font-size: 14px;
  }
}
.business .business_item .business_list p .business_recruit {
  border: 1px solid #fff;
  padding: 2px 5px;
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
  max-width: 50%;
  margin: auto auto 5px auto;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 320px) {
  .business .business_item .business_list p .business_recruit {
    font-size: 9px;
  }
}
.business .business_item .business_list p .business_sab_tt {
  font-size: 12px;
}
.business .business_item .business_list .business_layer {
  background: #2E2E2E;
  opacity: 0.5;
  height: 100%;
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0;
}
.business .business_item .business_list .business_read {
  width: 100%;
  background: #006A46;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 5px;
  position: absolute;
  bottom: 0;
}
.business .business_item .business_list .business_read img {
  width: 15px;
}
.business .business_item .business_list .read_more {
  background: #2E2E2E;
  color: #fff;
}

.sdgs {
  background: #F9F9F9;
}
.sdgs .sdgs_line {
  padding: 10px 10px 30px 10px;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, rgba(46, 46, 46, 0.05) 1px, transparent 1px), linear-gradient(rgba(46, 46, 46, 0.05) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 40px 40px;
}
.sdgs .sdgs_tt {
  max-width: 300px;
  margin: auto;
  padding-bottom: 30px;
  padding-top: 30px;
}
.sdgs .sdgs_accordion_tt {
  background: #2E2E2E;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
}
.sdgs .sdgs_accordion_tt .sdgs_arrow {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  right: 30px;
}
.sdgs .sdgs_accordion_tt .sdgs_arrow span {
  display: inline-block;
  vertical-align: middle;
  color: #2E2E2E;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-70%) translateX(0%) rotate(135deg);
}
.sdgs .sdgs_active {
  display: block !important;
}
.sdgs .sdgs_accordion {
  display: flex;
  flex-flow: column;
}
.sdgs .sdgs_accordion_box {
  background: #fff;
  border: 1px solid #2E2E2E;
  font-size: 14px;
  padding: 15px;
  display: none;
}
.sdgs .sdgs_accordion_box ul {
  margin-top: 10px;
}
.sdgs .sdgs_accordion_box ul p {
  margin-bottom: 10px;
  font-weight: bold;
}
.sdgs .sdgs_accordion_box ul p:nth-child(2) {
  color: #006A46;
}
.sdgs .sdgs_accordion_box ul li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  text-align: left;
}
.sdgs .sdgs_accordion_box ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #006A46;
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
}
.sdgs .sdgs_open {
  display: block;
}
.sdgs .sdgs_img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.sdgs .sdgs_img img {
  width: 32%;
}
.sdgs .sdgs_list {
  margin-bottom: 20px;
  cursor: pointer;
}

.accordion_anime {
  transform: rotate(180deg);
}

.future {
  background: #006A46;
}
.future .future_content .future01 {
  padding-top: 30px;
}
.future .future_content .future01 h3 {
  background: #fff;
  color: #006A46;
  max-width: 90%;
  margin-right: auto;
  padding: 15px 15px 15px 30px;
  font-weight: bold;
  position: relative;
  font-size: 18px;
}
.future .future_content .future01 h3 span {
  position: absolute;
  top: 0;
  left: 0;
}
.future .future_content .future01 li {
  background: #fff;
  padding: 10px;
  margin: 10px;
}
.future .future_content .future01 li:nth-child(3) {
  padding: 30px;
}
.future .future_content .my_company_search_comment {
  font-size: 8px;
}
.future .future_content .future02 {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.future .future_content .future02 .future-number {
  color: #006A46;
}
.future .future_content .future02 .future-span {
  background: #006A46;
  color: #fff;
  padding: 5px 10px;
  margin-right: 3px;
}
.future .future_content .future02 li:nth-child(2) {
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
}
.future .future_content .future02 li:nth-child(3) {
  margin-top: 30px;
  line-height: 1.8;
  border: 1px solid #006A46;
  max-width: 95%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 28px;
  font-weight: bold;
}
.future .future_content .future02 li:nth-child(3) .future02_span02 {
  font-size: 24px;
}
.future .future_content .future02 li:nth-child(3) span {
  color: #006A46;
  font-size: 32px;
}
.future .future_content .future02 h3 {
  background: #006A46;
  color: #fff;
  max-width: 90%;
  margin-left: auto;
  padding: 15px 15px 15px 30px;
  font-weight: bold;
  position: relative;
  font-size: 18px;
}
.future .future_content .future02 h3 span {
  position: absolute;
  top: 0;
  left: 0;
}
.future .future_content .future02 li {
  padding: 20px 10px 10px 10px;
}
.future .future_content .future03 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.future .future_content .future03 h3 {
  background: #fff;
  color: #006A46;
  max-width: 90%;
  margin-right: auto;
  padding: 15px 15px 15px 30px;
  font-weight: bold;
  position: relative;
  font-size: 18px;
}
@media screen and (max-width: 320px) {
  .future .future_content .future03 h3 {
    font-size: 16px;
  }
}
.future .future_content .future03 h3 span {
  position: absolute;
  top: 0;
  left: 0;
}
.future .future_content .future03 p:nth-child(3) {
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 0 10px;
}
.future .future_content .future03 li {
  padding: 10px;
  position: relative;
}
.future .future_content .future03 li:nth-child(3) {
  padding: 30px;
}
.future .future_content .future03-list {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
  max-width: 90%;
}
.future .future_content .future03-list p {
  background: #fff;
  padding: 5px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
}
.future .future_content .future03-list p span {
  color: #006A46;
}

.expertise {
  background: #EBEBEB;
  padding-bottom: 30px;
}
.expertise .expertise_ten {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px auto;
}
.expertise .expertise_ten img {
  max-width: 10px;
}

.expertise_bt {
  background-image: url(./img/future_expertise_part_after.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  position: relative;
}
@media screen and (max-width: 320px) {
  .expertise_bt {
    background-position: right;
  }
}
.expertise_bt .expertise_box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 21px;
}
@media screen and (max-width: 320px) {
  .expertise_bt .expertise_box {
    font-size: 16px;
  }
}
.expertise_bt p {
  background: #fff;
  padding: 5px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.expertise_bt p span {
  color: #006A46;
}

.Important {
  background: #006A46;
  padding: 10px;
}
.Important .Important_tt {
  padding: 30px 10px;
}
.Important .Important_wrap {
  background: #fff;
  margin-bottom: 10px;
}
.Important .Important_wrap button {
  width: 49%;
}
@media screen and (max-width: 320px) {
  .Important .Important_wrap button {
    width: 100%;
  }
}
.Important .Important_wrap p {
  font-weight: bold;
  padding: 10px;
  z-index: 1;
}
.Important .Important_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  color: #2E2E2E;
  position: relative;
  padding: 0px 10px 10px 10px;
}
.Important .Important_wrap ul button {
  width: 49%;
}
@media screen and (max-width: 320px) {
  .Important .Important_wrap ul button {
    width: 100%;
  }
}
.Important .Important_wrap ul button li {
  width: 100%;
}
.Important .Important_wrap ul li {
  height: 100%;
  width: 49%;
}
@media screen and (max-width: 320px) {
  .Important .Important_wrap ul li {
    width: 100%;
  }
}
.Important .Important_wrap ul li .Important_box {
  background-image: url(./img/Important_challenge.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-flow: column;
  height: 151px;
  justify-content: center;
  cursor: pointer;
}
.Important .Important_wrap ul li .Important_box p {
  color: #fff;
  text-align: center;
}
.Important .Important_wrap ul li .Important_box02 {
  background-image: url(./img/Important_kanri.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-flow: column;
  height: 151px;
  justify-content: center;
  cursor: pointer;
}
.Important .Important_wrap ul li .Important_box02 p {
  color: #fff;
  text-align: center;
}
.Important .Important_wrap ul li .Important_box03 {
  background-image: url(./img/Important_store.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-flow: column;
  height: 151px;
  justify-content: center;
  cursor: pointer;
}
.Important .Important_wrap ul li .Important_box03 p {
  color: #fff;
  text-align: center;
}
.Important .Important_wrap ul li .Important_box04 {
  background-image: url(./img/Important_cup.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-flow: column;
  height: 151px;
  justify-content: center;
  cursor: pointer;
}
.Important .Important_wrap ul li .Important_box04 p {
  color: #fff;
  text-align: center;
}
.Important .Important_wrap ul li .Important_box05 {
  background-image: url(./img/Important_brand.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-flow: column;
  height: 151px;
  justify-content: center;
  cursor: pointer;
}
.Important .Important_wrap ul li .Important_box05 p {
  color: #fff;
  text-align: center;
}
.Important .Important_wrap ul li .Important_box05 p span {
  font-size: 24px;
}
.Important .Important_wrap ul li .Important_box06 {
  background-image: url(./img/Important_sales.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-flow: column;
  height: 151px;
  justify-content: center;
  cursor: pointer;
}
.Important .Important_wrap ul li .Important_box06 p {
  color: #fff;
  text-align: center;
}
.Important .Important_wrap ul li .Important_box06 p span {
  font-size: 24px;
}
.Important .Important_wrap ul li .Important_box07 {
  background-image: url(./img/Important_overtime.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-flow: column;
  height: 151px;
  justify-content: center;
  cursor: pointer;
}
.Important .Important_wrap ul li .Important_box07 p {
  color: #fff;
  text-align: center;
}
.Important .Important_wrap ul li .Important_box07 p span {
  font-size: 24px;
}
.Important .Important_wrap ul li .Important_box08 {
  background-image: url(./img/Important_holiday.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-flow: column;
  height: 151px;
  justify-content: center;
  cursor: pointer;
}
.Important .Important_wrap ul li .Important_box08 p {
  color: #fff;
  text-align: center;
}
.Important .Important_wrap ul li .Important_box08 p span {
  font-size: 24px;
}
.Important .Important_wrap ul li .Important_box09 {
  background-image: url(./img/Important_area.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-flow: column;
  height: 151px;
  justify-content: center;
  cursor: pointer;
}
.Important .Important_wrap ul li .Important_box09 p {
  color: #fff;
  text-align: center;
}
.Important .Important_wrap ul li .Important_box09 p span {
  font-size: 24px;
}
.Important .Important_wrap ul li .Important_box10 {
  background-image: url(./img/Important_auxiliary.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-flow: column;
  height: 151px;
  justify-content: center;
  cursor: pointer;
}
.Important .Important_wrap ul li .Important_box10 p {
  color: #fff;
  text-align: center;
}
.Important .Important_wrap ul li .Important_box10 p span {
  font-size: 24px;
}
.Important .Important_wrap ul li .Important_box11 {
  background-image: url(./img/Important_Fertility.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-flow: column;
  height: 151px;
  justify-content: center;
  cursor: pointer;
}
.Important .Important_wrap ul li .Important_box11 p {
  color: #fff;
  text-align: center;
}
.Important .Important_wrap ul li .Important_box11 p span {
  font-size: 24px;
}
.Important .Important_wrap ul li .Important_box12 {
  background-image: url(./img/Important_child.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-flow: column;
  height: 151px;
  justify-content: center;
  cursor: pointer;
}
.Important .Important_wrap ul li .Important_box12 p {
  color: #fff;
  text-align: center;
}
.Important .Important_wrap ul li .Important_box12 p span {
  font-size: 24px;
}
.Important .Important_wrap ul .business_layer {
  background: #2E2E2E;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.Important .Important_wrap ul .business_read {
  width: 100%;
  background: #2E2E2E;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 5px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
}
.Important .Important_wrap ul .business_read img {
  width: 15px;
}
.Important .Important_wrap ul .read_more {
  background: #2E2E2E;
  color: #fff;
}

.change_the {
  background: #006A46;
}
.change_the .change_the_box {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 40px 40px;
}
.change_the .change_the_content {
  color: #fff;
  padding: 30px 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
}
.change_the img:nth-child(3) {
  max-width: 150px;
  margin: auto;
}

.employee h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px 10px;
}
.employee ul {
  padding: 10px;
}
.employee ul li .number {
  background: #2E2E2E;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.employee ul li .number .employee_arrow {
  background: #fff;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
}
.employee ul li .number .employee_arrow span {
  display: inline-block;
  vertical-align: middle;
  color: #2E2E2E;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-80%) translateX(0%) rotate(135deg);
}
.employee ul li .employee_content {
  padding: 50px 10px 10px 10px;
  background: #fff;
  border: 1px solid #2E2E2E;
  display: none;
  margin-top: 20px;
  position: relative;
}
.employee ul li .employee_content img {
  margin-bottom: 10px;
}
.employee ul li .employee_content strong {
  background: #FF9900;
  padding: 5px 0px;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
}
.employee ul li .employee_content p {
  padding-top: 5px;
}

.employee_time {
  position: absolute;
  top: 0px;
  left: 0;
  text-align: center;
}

.employee_voice {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.employee_voice img {
  max-width: 30px;
  width: 100%;
  margin-bottom: 0 !important;
}
.employee_voice p {
  padding-top: 0 !important;
  font-weight: bold;
  font-size: 14px;
}

.voice_text {
  font-size: 13px;
  text-align: left;
}
.voice_text p {
  border-bottom: 1px dashed #2E2E2E;
  margin-bottom: 5px;
}
.voice_text span {
  font-size: 14px;
  font-weight: bold;
}

.employee_time {
  background: #2E2E2E;
  color: #fff;
  padding: 5px;
  width: 100%;
}

.voice_tt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}
.voice_tt span {
  background: #2E2E2E;
  font-size: 18px;
  color: #fff;
  display: block;
  padding: 2px 10px;
  margin-right: 10px;
}

.employee_li {
  cursor: pointer;
}

.recruit {
  margin-top: 30px;
  margin-bottom: 30px;
}
.recruit .recruit_tt {
  padding: 20px 10px;
  background: #006A46;
}
.recruit .recruit_tt img {
  max-width: 200px;
  margin: auto;
}
.recruit .recruit_item {
  padding: 10px;
}
.recruit .recruit_li {
  background: #fff;
  color: #006A46;
  padding: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #006A46;
}
.recruit .recruit_arrow {
  background: #FF9900;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  position: absolute;
  right: 30px;
}
.recruit .recruit_arrow span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(10%) translateX(0%) rotate(-45deg);
}
.recruit .recruit_promotion_tt {
  color: #006A46;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}
.recruit .recruit_li_tt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.recruit .recruit_li_tt span {
  border: 1px solid #006A46;
  padding: 5px 10px;
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.recruit .recruit_content {
  border: 1px solid #006A46;
  padding: 20px 10px;
  display: none;
  text-align: left;
}
.recruit .recruit_box {
  border-bottom: 1px solid #2E2E2E;
  padding-bottom: 10px;
}
.recruit .recruit_box .recruit_b {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}
.recruit .recruit_box .recruit_n {
  font-size: 14px;
  margin-bottom: 5px;
}
.recruit .recruit_box .recruit_n span {
  font-weight: bold;
}
.recruit .recruit_box .recruit_n span:nth-child(4) {
  margin-top: 20px;
  display: block;
}
.recruit .recruit_box .recruit_b_n {
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.recruit .recruit_box .recruit_b_n::before {
  content: "";
  background: #006A46;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
}
.recruit .recruit_salary {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.recruit .salary_bg {
  background: #006A46;
  padding: 5px 10px;
  color: #fff;
  width: 60%;
  display: flex;
  justify-content: center;
}
.recruit .salary_sd_bg {
  background: #006A46;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  align-items: center;
  justify-content: center;
}
.recruit .salary_number {
  word-break: keep-all;
  line-height: 1.2;
}
.recruit .salary_number span {
  font-size: 38px;
}
.recruit .recruit_salary_sd {
  margin-bottom: 20px;
}
.recruit .recruit_box_border {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.recruit .bn {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.flow ul {
  padding: 10px;
}
.flow ul li:nth-child(5)::after {
  display: none;
}
.flow ul li {
  background: #2E2E2E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
  height: 100px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
}
.flow ul li p {
  position: absolute;
  left: 30px;
  border-right: 1px solid #fff;
  padding-right: 15px;
  line-height: 22px;
  font-size: 12px;
}
.flow ul li p span {
  font-size: 28px;
}
.flow ul li::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: -20px;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #2E2E2E;
  border-bottom: 0;
}
.flow ul li:nth-child(4)::after {
  display: none;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #E64C4D;
  font-weight: bold;
}

.wpcf7-response-output {
  font-size: 14px;
  padding: 0px 20px;
  font-weight: bold;
  color: #FF9900;
}

.contact_form_tt {
  color: #006A46;
  font-size: 21px;
  text-align: center;
  padding: 0px 0px 30px 0px;
}

.contact {
  padding: 40px 20px 40px 20px;
  background: #A1B61A;
}
.contact .contact_tt {
  background: linear-gradient(94deg, #006A46 -4.96%, #A1B61A 110.96%);
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.contact form {
  padding: 20px 10px;
  background: #fff;
}
.contact form div {
  margin: 10px auto 20px auto;
}
.contact form input[type=text] {
  width: 100%;
  border: 1px solid #2E2E2E;
  border-radius: 0px;
  margin-top: 10px;
  height: 45px;
  padding: 10px;
  outline: none;
}
.contact form label {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.contact form label span {
  background: #E64C4D;
  color: #fff;
  padding: 2px 5px;
  font-size: 11px;
  margin-left: 5px;
}
.contact form p {
  font-size: 12px;
}
.contact form p a {
  font-weight: bold;
}
.contact button {
  background: #fff;
  color: #fff;
  max-width: 290px;
  width: 100%;
  margin: auto;
  padding: 2px;
  border: 1px solid #A1B61A;
  display: block;
  margin-top: 20px;
  cursor: pointer;
}
.contact button:hover {
  opacity: 0.7;
}

.submit {
  position: relative;
  max-width: 350px;
  margin: auto;
  border: 1px solid #A1B61A;
  padding: 2px;
}

.wpcf7-submit {
  background: #A1B61A;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-weight: bold;
  position: relative;
  width: 100%;
  margin: 0px;
  color: #fff;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
.wpcf7-submit img {
  width: 50px;
  position: absolute;
  left: 30px;
}

.wpcf7-validates-as-tel {
  width: 100%;
  border: 1px solid #2E2E2E;
  border-radius: 0px;
  margin-top: 10px;
  height: 45px;
  padding: 10px;
  outline: none;
}

.wpcf7-validates-as-email {
  width: 100%;
  border: 1px solid #2E2E2E;
  border-radius: 0px;
  margin-top: 10px;
  height: 45px;
  padding: 10px;
  outline: none;
}

.contact_arrow {
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  position: absolute;
  right: 8%;
  top: 17%;
}
.contact_arrow .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #FF9900;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) translateX(70%) rotate(45deg);
}

.c-attention {
  color: #E64C4D;
  font-size: 10px !important;
}

input::-moz-placeholder {
  font-size: 12px;
}

input::placeholder {
  font-size: 12px;
}

.form-entry {
  background-image: url(./img/contact_arrow.svg);
  background-size: contain;
  width: 50px;
  height: 30px;
  background-repeat: no-repeat;
  margin: 0px !important;
  position: absolute;
  left: 15%;
  top: 25%;
  z-index: 1;
}

footer {
  background: #2E2E2E;
  color: #fff;
  padding: 20px 10px;
  font-size: 14px;
  margin-top: 30px;
  max-width: 375px;
  margin-left: auto;
  margin-top: 0px;
}
footer img {
  max-width: 100px;
  margin-bottom: 20px;
}
footer p {
  margin-bottom: 5px;
}
footer a {
  color: #fff;
  margin: 20px auto;
  display: block;
}

.modal_business {
  background: #fff;
  max-width: 355px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 20px !important;
  margin: auto;
  z-index: 4;
  outline: none;
  transition: 0.5s;
  padding: 0px;
  inset: 0;
  position: fixed;
  border: none;
}
.modal_business::backdrop {
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.modal_business p:nth-child(1) {
  background: #2E2E2E;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
}
.modal_business .modal_business_content {
  padding: 20px 10px;
}
.modal_business .modal_business_content p {
  margin: 10px auto;
  line-height: 25px;
}
.modal_business .close {
  border: 1px solid #2E2E2E;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: bold;
  max-width: 300px;
  margin: auto;
  cursor: pointer;
}
.modal_business .close:hover {
  background: #2E2E2E;
  color: #fff;
  transition: 0.3s;
}

.mask_pop {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: #2E2E2E;
  opacity: 0.7;
  display: none;
  z-index: 4;
}

.pop {
  display: block;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border: 1px solid #000;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
  position: relative;
}

select::after {
  content: "▼";
  font-size: 14px;
  color: #2E2E2E;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-dropdown::after {
  content: "▼";
  font-size: 14px;
  color: #2E2E2E;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.hideStyle {
  scale: 0.9;
  opacity: 0;
}
.hideStyle::backdrop {
  opacity: 0;
}

.wpcf7-form-control-wrap select {
  margin-top: 0;
}

@media screen and (min-width: 767px) {
  .tracking_cta {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_content {
    display: none;
  }
  .sp_content {
    margin: auto;
  }
  .tracking_content {
    display: block !important;
  }
  .tracking_cta {
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
  footer {
    margin: auto;
  }
}
.mv_slider {
  z-index: 100 !important;
  bottom: 0;
  position: absolute;
}

.mv_img {
  position: relative;
  z-index: 1;
}

.mv_wrap {
  z-index: 2;
  position: absolute;
}

.swiper-angled {
  transform: rotate(-5deg);
  overflow: visible;
}
.swiper-angled .swiper-wrapper {
  transition-timing-function: linear;
  gap: 10px;
  z-index: -1;
}
.swiper-angled .swiper-slide {
  transform: rotate(16deg);
  width: 200px;
  margin-top: 5px;
}
.swiper-angled .swiper-slide img {
  display: block;
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 280px) and (max-width: 374px) {
  .swiper-angled .swiper-slide img {
    max-height: 100px;
  }
}

.swiper-angled-top {
  transform: rotate(-5deg);
  overflow: visible;
  position: absolute;
  z-index: 100;
  bottom: 130px;
}
@media screen and (min-width: 280px) and (max-width: 374px) {
  .swiper-angled-top {
    bottom: 90px;
  }
}
.swiper-angled-top .swiper-wrapper {
  transition-timing-function: linear;
  gap: 10px;
  z-index: 0;
}
.swiper-angled-top .swiper-slide {
  transform: rotate(16deg);
  width: 200px;
  margin-top: 5px;
}
.swiper-angled-top .swiper-slide img {
  display: block;
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 280px) and (max-width: 374px) {
  .swiper-angled-top .swiper-slide img {
    height: 100px;
  }
}/*# sourceMappingURL=style.css.map */