@charset "UTF-8";
* {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  line-height: 2;
}

body {
  margin: 0 auto;
  font-size: 1.6rem;
  color: #444;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  letter-spacing: 2px;
}

input,
textarea {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

img, video {
  vertical-align: bottom;
  line-height: 0;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #444444;
}

a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
}

.br-sp {
  display: none;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
  font-size: 6rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 5px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #6FBA2C;
  line-height: 1.8;
}

h3 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #6FBA2C;
  line-height: 1.5;
  padding-bottom: 10px;
}

h4 {
  font-size: 3.6rem;
  color: #6FBA2C;
  line-height: 1.8;
}

/*★top*/
header {
  width: 100%;
  position: fixed;
  z-index: 999;
  padding: 10px 0;
  background: #ffffff;
  height: auto;
  top: 0; /* 上部に固定 */
  left: 0;
  transition: box-shadow 0.3s;
}
header.scrolled {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
header .header-container {
  max-width: 1200px;
  display: block;
}
header .header-container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-container .top .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-container .top .left .logo {
  max-width: 140px;
  padding-right: 20px;
}
header .header-container .top .left .logo img {
  width: 100%;
}
header .header-container .top .left .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-container .top .left .company-name {
  margin-right: 20px;
  font-weight: 700;
}
header .header-container .top .left .recruit {
  font-family: "Montserrat", sans-serif;
  color: #6FBA2C;
  font-weight: 700;
  letter-spacing: 2px;
}
header .header-container .top .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-container .top .right .contact {
  color: #ffffff;
  background: #6FBA2C;
  border-radius: 30px;
  width: 200px;
  padding: 10px 0;
  text-align: center;
  margin-right: 10px;
  position: relative;
}
header .header-container .top .right .contact:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
}
header .header-container .top .right .contact:after {
  content: "";
  position: absolute;
  top: 0;
  right: 27px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #6FBA2C;
  border-right: 2px solid #6FBA2C;
  transform: rotate(45deg);
}
header .header-container .top .right .entry {
  color: #ffffff;
  background: #E60012;
  border-radius: 30px;
  width: 200px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
header .header-container .top .right .entry:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
}
header .header-container .top .right .entry:after {
  content: "";
  position: absolute;
  top: 0;
  right: 27px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #E60012;
  border-right: 2px solid #E60012;
  transform: rotate(45deg);
}
header .header-container .bottom {
  margin: 0 auto;
}
header .header-container .bottom nav {
  padding: 25px 0 10px;
}
header .header-container .bottom nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0; /* デフォルト余白削除 */
  margin: 0;
}
header .header-container .bottom nav ul li {
  border-left: 2px solid #999;
  line-height: 1;
  font-size: 1.5rem;
  width: 20%;
  text-align: center;
}
header .header-container .bottom nav ul li:last-child {
  border-right: 2px solid #999;
}
header .header-container .bottom nav ul li a {
  color: #333;
}

#mv {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
  margin-top: 140px;
}
#mv .movie-pc {
  width: 100%;
  height: 620px;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
#mv .movie-pc video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#mv .movie-pc:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#mv .movie-sp {
  display: none;
}
#mv .main-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  text-align: center;
  width: 100%;
}
#mv .main-text h1 .br-sp {
  display: none;
}
#mv .main-text p {
  font-size: 3rem;
  letter-spacing: 2px;
}
#mv .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: white;
  font-size: 1.4rem;
  text-align: center;
}
#mv .text::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: white;
  margin: 10px auto 0;
}

/*============================
#message
============================*/
#message {
  text-align: center;
  padding: 100px 0;
}

/*============================
#about
============================*/
#about {
  position: relative;
  margin-bottom: 200px;
}
#about .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .content .text-box {
  padding: 60px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  display: inline-block;
  width: 45%;
  position: relative;
  left: 40px;
  z-index: 2;
  background: #fff;
}
#about .content .text-box p {
  font-size: 2rem;
}
#about .content .text-box .text {
  padding-bottom: 20px;
}
#about .content .text-box .btn {
  color: #6FBA2C;
  border: #6FBA2C solid 1px;
  border-radius: 30px;
  width: 300px;
  padding: 5px 0;
  text-align: center;
  margin-right: 10px;
  position: relative;
}
#about .content .text-box .btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #6FBA2C;
}
#about .content .text-box .btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 2px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
#about .content .text-box .btn a {
  color: #6FBA2C;
}
#about .content .image-box {
  width: 60%;
  position: relative;
  right: 40px;
}
#about .content .image-box img {
  width: 100%;
  border-radius: 40px;
}
#about .bg {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 380px;
  background: #ffffff;
  z-index: -1000;
}
#about .bg:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background: #ECF3E3;
}

#work {
  position: relative;
}
#work .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#work .content .image-box {
  width: 60%;
  position: relative;
  left: 40px;
}
#work .content .image-box img {
  width: 100%;
  border-radius: 40px;
}
#work .content .text-box {
  padding: 60px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  display: inline-block;
  width: 45%;
  position: relative;
  right: 40px;
  z-index: 2;
  background: #fff;
}
#work .content .text-box p {
  font-size: 2rem;
}
#work .content .text-box .text {
  padding-bottom: 20px;
}
#work .content .text-box .btn {
  color: #6FBA2C;
  border: #6FBA2C solid 1px;
  border-radius: 30px;
  width: 300px;
  padding: 5px 0;
  text-align: center;
  margin-right: 10px;
  position: relative;
}
#work .content .text-box .btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #6FBA2C;
}
#work .content .text-box .btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 2px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
#work .content .text-box .btn a {
  color: #6FBA2C;
}
#work .bg {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 380px;
  background: #ECF3E3;
  z-index: -1000;
}
#work .bg:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  background: #ffffff;
}

#employee-interview {
  position: relative;
  padding: 180px 0 80px;
}
#employee-interview h2 {
  text-align: center;
  color: #444444;
}
#employee-interview h3 {
  text-align: center;
  padding-bottom: 30px;
  color: #444444;
}
#employee-interview .slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#employee-interview .slider .slick-track {
  display: flex;
}
#employee-interview .slider .slick-slide {
  margin: 0 10px;
  height: auto;
  display: flex;
  justify-content: center;
}
#employee-interview .slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#employee-interview .slider .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  z-index: 1;
}
#employee-interview .slider .slick-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #6FBA2C;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
}
#employee-interview .slider .slick-prev {
  left: -60px;
}
#employee-interview .slider .slick-next {
  right: -60px;
}
#employee-interview .slider .slick-next::before {
  left: 18px;
}
#employee-interview .slider .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 18px;
}
#employee-interview .slider .slick-dots {
  display: flex !important; /* dots を確実に表示 */
  justify-content: center; /* 中央配置 */
  list-style: none; /* デフォルトのリストスタイルを消す */
  padding: 0;
  margin-top: 15px; /* 必要なら余白を追加 */
}
#employee-interview .slider .slick-dots li {
  margin: 0 2px; /* ドット間の余白 */
}
#employee-interview .slider .slick-dots li button {
  font-size: 0; /* デフォルトの数字を消す */
  width: 10px; /* ドットのサイズ */
  height: 10px;
  border: none;
  border-radius: 50%; /* 丸くする */
  cursor: pointer;
}
#employee-interview .slider .slick-dots li button:before {
  font-size: 9px;
}
#employee-interview .slider .slick-dots li.slick-active button:before {
  color: #6FBA2C;
}
#employee-interview .slider a.item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 40px;
  text-align: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
#employee-interview .slider a.item .top img {
  width: 100%;
  height: auto;
  border-radius: 40px 40px 0 0;
}
#employee-interview .slider a.item .bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#employee-interview .slider a.item .bottom .en {
  font-size: 1.4rem;
  color: #6FBA2C;
  font-family: "Montserrat", sans-serif;
  padding-top: 20px;
}
#employee-interview .slider a.item .bottom .name {
  font-size: 2.8rem;
  line-height: 1.6;
}
#employee-interview .slider a.item .bottom .work {
  font-size: 1.6rem;
  color: #6FBA2C;
}
#employee-interview .slider a.item .bottom p {
  font-size: 1.5rem;
  padding: 20px 0 40px;
}
#employee-interview .bg {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 540px;
  background: #ECF3E3;
  z-index: -1000;
}

#company {
  background: url(../img/company_bg.jpg) no-repeat center center;
  width: 100%;
  height: auto;
  padding: 120px 0;
  background-size: cover;
  text-align: center;
}
#company h2 {
  color: #444444;
}
#company h3 {
  color: #444444;
}
#company p {
  padding: 50px 0 60px;
}
#company .btn {
  color: #6FBA2C;
  border: #6FBA2C solid 1px;
  border-radius: 30px;
  width: 300px;
  padding: 5px 0;
  text-align: center;
  margin-right: 10px;
  position: relative;
  background: #ffffff;
  margin: 0 auto;
}
#company .btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #6FBA2C;
}
#company .btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 2px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

#recruit {
  padding: 120px 0 160px;
}
#recruit .recruit-box {
  background: #6FBA2C;
  border-radius: 40px;
  padding: 80px 0 70px;
}
#recruit .recruit-box h2 {
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
}
#recruit .recruit-box h3 {
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  padding-bottom: 50px;
}
#recruit .recruit-box .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 200px;
}
#recruit .recruit-box .item-box a.item {
  display: block;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  width: 48%;
  text-decoration: none;
  color: inherit;
}
#recruit .recruit-box .item-box a.item .top img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
#recruit .recruit-box .item-box a.item .bottom .bottom-item {
  padding: 25px 0;
  line-height: 1.4;
}
#recruit .recruit-box .item-box a.item .bottom .bottom-item .br-sp {
  display: none;
}
#recruit .recruit-box .item-box a.item .bottom .bottom-item .text {
  display: inline;
  position: relative;
  color: #444444;
  line-height: 1;
}
#recruit .recruit-box .item-box a.item .bottom .bottom-item .text:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #6FBA2C;
}
#recruit .recruit-box .item-box a.item .bottom .bottom-item .text:after {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  bottom: 2px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

footer .footer-container {
  border-top: 4px solid #E60012;
  position: relative;
}
footer .footer-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 50%;
  height: 4px;
  background: #6FBA2C;
}
footer .footer-container .top {
  padding: 60px 0 80px;
}
footer .footer-container .top .img {
  margin: 0 auto;
  width: 74px;
}
footer .footer-container .top .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 690px;
  margin-top: 40px;
}
footer .footer-container .top .link a {
  color: #6FBA2C;
  letter-spacing: 1px;
}
footer .footer-container .top .link a .btn {
  border: #6FBA2C solid 1px;
  border-radius: 30px;
  width: 330px;
  padding: 5px 0;
  text-align: center;
  margin-right: 10px;
  position: relative;
  letter-spacing: 1px;
  color: #6FBA2C;
}
footer .footer-container .top .link a .btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #6FBA2C;
}
footer .footer-container .top .link a .btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 2px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
footer .footer-container .bottom {
  background: #000;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 10px 0;
}
footer .footer-container .bottom .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-container .bottom .wrap .left {
  display: flex;
}
footer .footer-container .bottom .wrap .left .item a {
  color: #ffffff;
}
.pagetop {
  position: fixed;
  bottom: 80px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #E60012;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.pagetop.show {
  opacity: 1;
  pointer-events: auto;
}
.pagetop:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg);
}

/*★about*/
/*============================
#headline
============================*/
#headline {
  background: #EEEEEE;
  padding: 180px 0 60px;
  text-align: center;
}
#headline .en {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
#headline .headline {
  font-size: 2.6rem;
}

/*============================
#representative
============================*/
#representative h4 {
  margin: 80px 0 40px;
}
#representative .wrap h3 {
  color: #444444;
  padding-bottom: 25px;
}
#representative .item {
  position: relative;
  margin-bottom: 40px;
}
#representative .item .content-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#representative .item .content-1 .text-box {
  flex: 0 0 41%;
  padding: 60px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  background: #fff;
  position: relative;
  z-index: 2;
}
#representative .item .content-1 .image-box {
  flex: 0 0 59%;
  position: relative;
  right: 120px;
}
#representative .item .content-1 .image-box img {
  width: 100%;
  border-radius: 40px;
}
#representative .item .content-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#representative .item .content-2 .text-box {
  flex: 0 0 41%;
  padding: 50px 60px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  background: #fff;
  position: relative;
  left: -120px;
  z-index: 2;
}
#representative .item .content-2 .image-box {
  flex: 0 0 59%;
  position: relative;
}
#representative .item .content-2 .image-box img {
  width: 100%;
  border-radius: 40px;
}
#representative .item .bg-1 {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 380px;
  background: #ffffff;
  z-index: -1;
}
#representative .item .bg-1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background: #ECF3E3;
}
#representative .item .bg-2 {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 380px;
  background: #ECF3E3;
  z-index: -1;
}
#representative .item .bg-2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  background: #ffffff;
}

/*============================
#human-resources
============================*/
#human-resources {
  padding: 100px 0 160px;
  text-align: center;
}
#human-resources .wrap {
  text-align: center;
}
#human-resources .wrap h4 {
  padding-bottom: 30px;
}

/*★interview*/
/*============================
#interview
============================*/
#interview {
  padding-bottom: 80px;
}
#interview h4 {
  margin: 80px 0 40px;
}
#interview .item {
  position: relative;
  margin-bottom: 200px;
}
#interview .item .content-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#interview .item .content-1 .text-box {
  flex: 0 0 41%;
  padding: 60px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  background: #fff;
  position: relative;
  z-index: 2;
  top: 60px;
}
#interview .item .content-1 .text-box .en {
  font-size: 1.4rem;
  color: #6FBA2C;
  font-family: "Montserrat", sans-serif;
}
#interview .item .content-1 .text-box .top {
  display: flex;
  align-items: center;
}
#interview .item .content-1 .text-box .top .name {
  font-size: 2.8rem;
  line-height: 1.6;
  padding-right: 10px;
}
#interview .item .content-1 .text-box .top .details {
  font-size: 1.4rem;
  color: #6FBA2C;
}
#interview .item .content-1 .text-box .headline {
  font-size: 2.2rem;
  padding: 15px 0 5px;
}
#interview .item .content-1 .text-box .text {
  font-weight: normal;
}
#interview .item .content-1 .image-box {
  flex: 0 0 59%;
  position: relative;
  right: 120px;
}
#interview .item .content-1 .image-box img {
  width: 100%;
  border-radius: 40px;
}
#interview .item .content-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#interview .item .content-2 .text-box {
  flex: 0 0 41%;
  padding: 50px 60px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  background: #fff;
  position: relative;
  left: -120px;
  z-index: 2;
  top: 60px;
}
#interview .item .content-2 .text-box .en {
  font-size: 1.4rem;
  color: #6FBA2C;
  font-family: "Montserrat", sans-serif;
}
#interview .item .content-2 .text-box .top {
  display: flex;
  align-items: center;
}
#interview .item .content-2 .text-box .top .name {
  font-size: 2.8rem;
  line-height: 1.6;
  padding-right: 10px;
}
#interview .item .content-2 .text-box .top .details {
  font-size: 1.4rem;
  color: #6FBA2C;
}
#interview .item .content-2 .text-box .headline {
  font-size: 2.2rem;
  padding: 15px 0 5px;
}
#interview .item .content-2 .text-box .text {
  font-weight: normal;
}
#interview .item .content-2 .image-box {
  flex: 0 0 59%;
  position: relative;
}
#interview .item .content-2 .image-box img {
  width: 100%;
  border-radius: 40px;
}
#interview .item .bg-1 {
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 100%;
  height: 380px;
  background: #ffffff;
  z-index: -1;
}
#interview .item .bg-1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background: #ECF3E3;
}
#interview .item .bg-2 {
  position: absolute;
  bottom: -120px;
  left: 0;
  width: 100%;
  height: 380px;
  background: #ECF3E3;
  z-index: -1;
}
#interview .item .bg-2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  background: #ffffff;
}

/*★business*/
/*============================
#anchor-links
============================*/
#anchor-links .wrap h4 {
  margin: 80px 0 70px;
}
#anchor-links .wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#anchor-links .wrap ul a {
  color: #6FBA2C;
}
#anchor-links .wrap ul a li {
  width: 300px;
  text-align: center;
  border: #6FBA2C solid 1px;
  border-radius: 30px;
  padding: 10px 0;
  position: relative;
}
#anchor-links .wrap ul a li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 2px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #6FBA2C;
  border-right: 2px solid #6FBA2C;
  transform: rotate(135deg);
}

/*============================
#business
============================*/
#business h4 {
  margin: 80px 0 40px;
}
#business .wrap h3 {
  color: #444444;
  padding-bottom: 25px;
}
#business .item {
  position: relative;
  margin-bottom: 120px;
}
#business .item .content-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#business .item .content-1 .text-box {
  flex: 0 0 41%;
  padding: 60px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  background: #fff;
  position: relative;
  z-index: 2;
}
#business .item .content-1 .image-box {
  flex: 0 0 59%;
  position: relative;
  right: 120px;
}
#business .item .content-1 .image-box img {
  width: 100%;
  border-radius: 40px;
}
#business .item .bg-1 {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  height: 380px;
  background: #ffffff;
  z-index: -1;
}
#business .item .bg-1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  background: #ECF3E3;
}

.loopslide {
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.loopslide img {
  height: auto;
  width: auto;
  min-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: slide-loop 40s linear infinite;
}

@keyframes slide-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*============================
#process
============================*/
#process {
  position: relative;
  padding: 100px 0 80px;
}
#process .wrap h3 {
  text-align: center;
  color: #444444;
  padding-bottom: 30px;
}
#process .wrap p {
  text-align: center;
  padding-bottom: 80px;
}
#process .wrap .slider-2 .slick-track {
  display: flex;
}
#process .wrap .slider-2 .slick-slide {
  margin: 0 10px;
  height: auto;
  display: flex;
  justify-content: center;
}
#process .wrap .slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#process .wrap .slider-2 .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  z-index: 1;
}
#process .wrap .slider-2 .slick-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #6FBA2C;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
}
#process .wrap .slider-2 .slick-prev {
  left: -60px;
}
#process .wrap .slider-2 .slick-next {
  right: -60px;
}
#process .wrap .slider-2 .slick-next::before {
  left: 18px;
}
#process .wrap .slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 18px;
}
#process .wrap .slider-2 .slick-dots {
  display: flex !important; /* dots を確実に表示 */
  justify-content: center; /* 中央配置 */
  list-style: none; /* デフォルトのリストスタイルを消す */
  padding: 0;
  margin-top: 15px; /* 必要なら余白を追加 */
}
#process .wrap .slider-2 .slick-dots li {
  margin: 0 2px; /* ドット間の余白 */
}
#process .wrap .slider-2 .slick-dots li button {
  font-size: 0; /* デフォルトの数字を消す */
  width: 10px; /* ドットのサイズ */
  height: 10px;
  border: none;
  border-radius: 50%; /* 丸くする */
  cursor: pointer;
}
#process .wrap .slider-2 .slick-dots li button:before {
  font-size: 9px;
}
#process .wrap .slider-2 .slick-dots li.slick-active button:before {
  color: #6FBA2C;
}
#process .wrap .slider-2 .item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 40px;
  text-align: center;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
#process .wrap .slider-2 .item .top img {
  width: 100%;
  height: auto;
  border-radius: 40px 40px 0 0;
}
#process .wrap .slider-2 .item .bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  text-align: left;
}
#process .wrap .slider-2 .item .bottom .number {
  font-size: 1.4rem;
  color: #6FBA2C;
  font-family: "Montserrat", sans-serif;
  padding-top: 20px;
}
#process .wrap .slider-2 .item .bottom .name {
  font-size: 2.8rem;
  line-height: 1.6;
}
#process .wrap .slider-2 .item .bottom p {
  font-size: 1.5rem;
  padding: 10px 0 40px;
  text-align: left;
}
#process .wrap .bg {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 540px;
  background: #ECF3E3;
  z-index: -1000;
}

/*============================
#sales
============================*/
#sales {
  padding: 60px 0 0;
}
#sales h3 {
  position: relative;
  color: #444444;
}
#sales h3:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 91%;
  height: 1px;
  right: 0;
  background: #6FBA2C;
}
#sales .item {
  margin-bottom: 40px;
}
#sales .item .headline {
  color: #6FBA2C;
  font-size: 2.4rem;
  padding: 10px 0 5px;
  font-weight: bold;
}
#sales .item .text {
  padding-bottom: 20px;
}
#sales .item .img img {
  border-radius: 40px;
}

/*============================
#manufacturing
============================*/
#manufacturing {
  padding: 60px 0 160px;
}
#manufacturing h3 {
  position: relative;
  color: #444444;
  padding-bottom: 20px;
}
#manufacturing h3:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 91%;
  height: 1px;
  right: 0;
  background: #6FBA2C;
}
#manufacturing .item .headline {
  color: #6FBA2C;
  font-size: 2.4rem;
  padding: 10px 0 5px;
  font-weight: bold;
}
#manufacturing .item .text {
  padding-bottom: 20px;
}
#manufacturing .item .img img {
  border-radius: 40px;
}

/*★interview*/
/*============================
#interview-anchor-links
============================*/
#interview-anchor-links {
  margin: 100px 0 40px;
}
#interview-anchor-links .wrap h4 {
  margin: 0 0 40px;
}
#interview-anchor-links .wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 640px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#interview-anchor-links .wrap ul a {
  color: #6FBA2C;
}
#interview-anchor-links .wrap ul a li {
  width: 300px;
  text-align: center;
  border: #6FBA2C solid 1px;
  border-radius: 30px;
  padding: 10px 0;
  position: relative;
}
#interview-anchor-links .wrap ul a li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 2px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #6FBA2C;
  border-right: 2px solid #6FBA2C;
  transform: rotate(135deg);
}

/*============================
#company-environment
============================*/
#company-environment.wrap {
  padding-bottom: 120px;
}
#company-environment.wrap .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
}
#company-environment.wrap .block .text {
  width: 44%;
}
#company-environment.wrap .block .text h3 {
  font-size: 3rem;
  padding-bottom: 30px;
}
#company-environment.wrap .block .text p {
  font-weight: normal;
}
#company-environment.wrap .block .img {
  width: 47%;
}
#company-environment.wrap .block .img img {
  border-radius: 40px;
}
/*============================
#company-merit
============================*/
#company-merit {
  background: #ECF3E3;
  padding: 120px 0;
}
#company-merit .wrap h3 {
  text-align: center;
  padding-bottom: 80px;
}
#company-merit .wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#company-merit .wrap ul li {
  padding: 45px;
  background: #ffffff;
  width: 24%;
  border-radius: 40px;
  margin-bottom: 30px;
}
#company-merit .wrap ul li h3 {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  padding-bottom: 10px;
}

/*============================
#company-outline
============================*/
#company-outline {
  padding: 120px 0 180px;
}
#company-outline dl dt {
  color: #6FBA2C;
  padding: 30px 0 10px;
}
#company-outline dl dd {
  border-bottom: 1px solid #444444;
  padding-bottom: 30px;
}

/*★privacy*/
#privacy {
  padding: 180px 0 160px;
}
#privacy h4 {
  margin: 0 0 40px;
}
#privacy .text {
  padding-bottom: 40px;
  font-weight: normal;
}
#privacy .item {
  padding-bottom: 20px;
}
#privacy .item .headline {
  font-size: 2rem;
  font-weight: bold;
}
#privacy .item p {
  font-weight: normal;
}
#privacy .detail {
  background: #ECF3E3;
  padding: 30px;
  margin-top: 30px;
}
#privacy .detail .headline {
  font-size: 2rem;
  font-weight: bold;
}
#privacy .detail p {
  font-weight: normal;
}

/*★recruit*/
#recruit-anchor-links {
  margin: 100px 0 0;
}
#recruit-anchor-links .wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#recruit-anchor-links .wrap ul a {
  color: #6FBA2C;
}
#recruit-anchor-links .wrap ul a li {
  width: 300px;
  text-align: center;
  border: #6FBA2C solid 1px;
  border-radius: 30px;
  padding: 10px 0;
  position: relative;
}
#recruit-anchor-links .wrap ul a li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 2px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #6FBA2C;
  border-right: 2px solid #6FBA2C;
  transform: rotate(135deg);
}

#recruitment-requirements {
  margin: 0 0 100px;
}
#recruitment-requirements h4 {
  margin: 0 0 30px;
}
#recruitment-requirements .tab-buttons {
  display: flex;
  margin-bottom: 1em;
}
#recruitment-requirements .tab-buttons button {
  background-color: #fff;
  border: none;
  padding: 5px 0;
  margin-right: 15px;
  cursor: pointer;
  border-radius: 20px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: 1px solid #6FBA2C;
  color: #6FBA2C;
  font-size: 1.8rem;
  width: 180px;
}
#recruitment-requirements .tab-buttons button.active {
  background-color: #6FBA2C;
  color: white;
}
#recruitment-requirements .tab-content {
  display: none;
  padding: 1em;
}
#recruitment-requirements .tab-content.active {
  display: block;
}
#recruitment-requirements .tab-content dl dt {
  color: #6FBA2C;
  padding: 30px 0 10px;
  font-weight: bold;
}
#recruitment-requirements .tab-content dl dd {
  border-bottom: 1px solid #444444;
  padding-bottom: 30px;
}
#recruitment-requirements .tab-content dl dd .padding {
  padding-bottom: 5px;
}
#recruitment-requirements .tab-content dl dd b {
  font-size: 2rem;
}
#recruitment-requirements .tab-content dl dd .flex {
  display: flex;
  justify-content: space-between;
}
#recruitment-requirements .tab-content dl dd .flex .left {
  width: 48%;
}
#recruitment-requirements .tab-content dl dd .flex .left .access {
  padding-bottom: 10px;
}
#recruitment-requirements .tab-content dl dd .flex .left .img iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: solid 1px #dedede;
}
#recruitment-requirements .tab-content dl dd .flex .right {
  width: 48%;
}
#recruitment-requirements .tab-content dl dd .flex .right .access {
  padding-bottom: 10px;
}
#recruitment-requirements .tab-content dl dd .flex .right .img iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: solid 1px #dedede;
}
#recruitment-requirements .tab-content dl dd .flex .right .img .green {
  color: #6FBA2C;
  font-weight: bold;
  font-size: 1.8rem;
}
#recruitment-requirements .indent {
  margin-bottom: 5px;
  text-indent: -1.9rem;
  padding-left: 1.9rem;
  font-size: 1.3rem;
  line-height: 1.7;
}

#step {
  padding-bottom: 100px;
}
#step .wrap h4 {
  padding-bottom: 30px;
}
#step .wrap .block .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ECF3E3;
  padding: 15px;
  border-radius: 30px;
  margin-bottom: 20px;
}
#step .wrap .block .item .left {
  width: 10%;
  font-size: 6.2rem;
  line-height: 1;
  text-align: center;
  color: #6FBA2C;
}
#step .wrap .block .item .left span {
  display: block;
  font-size: 1.6rem;
}
#step .wrap .block .item .right {
  width: 87%;
  font-size: 1.6rem;
  border-left: solid 1px #6FBA2C;
  padding-left: 20px;
  font-weight: normal;
}
#step .wrap .block .item .right b {
  font-size: 2.6rem;
}

#qa {
  margin-bottom: 180px;
}
#qa h4 {
  padding-bottom: 30px;
}
#qa .menu {
  width: 100%;
  position: relative;
}
#qa .menu input#menu_bar01,
#qa .menu input#menu_bar02,
#qa .menu input#menu_bar03,
#qa .menu input#menu_bar04,
#qa .menu input#menu_bar05 {
  display: none;
}
#qa .menu:last-child {
  border-bottom: 2px solid #6FBA2C;
}
#qa .menu label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 25px 0 25px 10px;
  border-top: 2px solid #6FBA2C;
  font-size: 2rem;
  font-weight: bold;
}
#qa .menu label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: #6FBA2C 3px solid;
  border-right: #6FBA2C 3px solid;
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out;
  position: absolute;
  right: 2%;
  top: 50%;
  translate: 0% -50%;
  margin-right: 20px;
}
#qa .menu input[type=checkbox]:checked + label::after {
  transform: rotate(-45deg);
}
#qa .menu .recruit-box {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0;
}
#qa .menu .recruit-box .detail-item {
  padding: 0 0 25px 10px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
}
#qa .menu input#menu_bar01:checked + label + .recruit-box,
#qa .menu input#menu_bar02:checked + label + .recruit-box,
#qa .menu input#menu_bar03:checked + label + .recruit-box,
#qa .menu input#menu_bar04:checked + label + .recruit-box,
#qa .menu input#menu_bar05:checked + label + .recruit-box {
  max-height: 500px;
}

/*★contact*/
#form {
  padding: 80px 0 140px;
}
#form .headline-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 40px;
}
#form .form-contents {
  max-width: 1200px;
  margin: 0 auto;
}
#form .contents .box-check {
  margin: 0 auto;
  text-align: center;
}
#form .contents .box-check .box-check-text {
  padding-bottom: 10px;
}
#form .contents .box-check a.privacy-policy {
  color: #5151f0;
}
#form .form-item {
  padding: 15px 0;
  display: flex;
}
#form .form-item .privacy-policy-check .check {
  padding-left: 10px;
}
#form .form-item .privacy-policy-check .check a {
  all: unset;
  color: -webkit-link;
  text-decoration: underline;
  cursor: pointer;
}
#form .form-item .required {
  font-size: 1.2rem;
  color: #c71b1b;
  display: block;
  padding-top: 7px;
}
#form .form-item .last-name {
  margin-right: 10px;
}
#form .form-item-label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
#form .form-item-label-required {
  border-radius: 6px;
  margin-right: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  float: left;
}
#form .p-contact_form_input {
  border: none;
  border-radius: 4px;
  height: 44px;
  width: 100%;
  background: #f6f6f6;
  font-size: 18px;
  padding-left: 5px;
}
#form .form-item-input {
  width: 100%;
}
#form .form-btn {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: block;
  letter-spacing: 0.05em;
  background: #6FBA2C;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}
#form .form-btn-prev {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: block;
  letter-spacing: 0.05em;
  background: #e1e1e1;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  border: solid 1px #000;
  cursor: pointer;
}
#form .p-contact_form {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
#form textarea.p-contact_form_input {
  height: 200px;
}
#form input:focus {
  outline: 1px solid #c9c9c9;
}
#form textarea:focus {
  outline: 1px solid #c9c9c9;
}
#form input[type=submit]:focus {
  outline: none;
}
#form .name-separate {
  display: flex;
}
#form td {
  width: 100%;
}

/*★mail*/
#mail {
  padding: 80px 0 140px;
}
#mail .headline-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 40px;
}
#mail .form-contents {
  max-width: 1200px;
  margin: 0 auto;
}
#mail div[align=center] {
  margin-bottom: 40px;
}
#mail .contents .box-check {
  margin: 0 auto;
  text-align: center;
}
#mail .contents .box-check .box-check-text {
  padding-bottom: 10px;
}
#mail .contents .box-check a.privacy-policy {
  color: #5151f0;
}
#mail .form-item {
  padding: 15px 0;
  display: flex;
}
#mail .form-item .required {
  font-size: 1.2rem;
  color: #c71b1b;
  display: block;
  padding-top: 7px;
}
#mail .form-item .last-name {
  margin-right: 10px;
}
#mail .form-item-label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
#mail .form-item-label-required {
  border-radius: 6px;
  margin-right: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  float: left;
}
#mail .p-contact_form_input {
  border: none;
  border-radius: 4px;
  height: 44px;
  flex: 1;
  width: 100%;
  background: #f6f6f6;
  font-size: 18px;
}
#mail .form-item-input {
  width: 100%;
}
#mail .form-btn {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: block;
  letter-spacing: 0.05em;
  background: #6FBA2C;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}
#mail .form-btn-prev {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: block;
  letter-spacing: 0.05em;
  background: #999;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}
#mail .p-contact_form {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 60px;
}
#mail .p-contact_form tbody tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #444444;
  padding: 25px 0;
}
#mail .p-contact_form tbody tr th {
  width: 20%;
}
#mail .p-contact_form tbody tr td {
  width: 70%;
}
#mail textarea.p-contact_form_input {
  height: 200px;
}
#mail input:focus {
  outline: 1px solid #c9c9c9;
}
#mail textarea:focus {
  outline: 1px solid #c9c9c9;
}
#mail input[type=submit]:focus {
  outline: none;
}
#mail .name-separate {
  display: flex;
}
#mail #login_form {
  width: 500px;
  margin: 25px auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0px 7px #aaa;
  font-weight: normal;
  padding: 16px 16px 20px;
  color: #666;
  line-height: 1.3;
  font-size: 90%;
}
#mail form .input {
  font-size: 20px;
  margin: 2px 6px 10px 0;
  padding: 3px;
  width: 97%;
}
#mail .button-primary {
  border: 1px solid #000;
  border-radius: 11px;
  cursor: pointer;
  font-size: 18px;
  padding: 3px 10px;
  width: 450px;
  height: 38px;
}
#mail .Tac {
  text-align: center;
}
#mail .btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  margin: 0 auto;
}

#thanks {
  padding: 80px 0 100px;
}
#thanks .headline-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.8;
  padding-bottom: 40px;
}

/* 初期状態（PC表示） */
.header-container {
  display: flex;
}

.hamburger {
  display: none;
}

.sp-menu {
  display: none;
}

@media screen and (max-width: 1400px) {
  #about .content .text-box {
    padding: 40px;
  }
  #work .content .text-box {
    padding: 40px;
  }
  #employee-interview .slider .slick-next {
    right: 0;
    top: 44%;
  }
  #employee-interview .slider .slick-prev {
    left: 0;
    top: 44%;
  }
  #employee-interview .slider a.item .bottom p {
    margin: 0 10px;
    line-height: 1.6;
  }
  #recruit .recruit-box .item-box {
    padding: 0 100px;
  }
  #business .item .content-1 .text-box {
    padding: 40px;
  }
  #process .wrap .slider-2 .slick-next {
    right: 0;
    top: 44%;
  }
  #process .wrap .slider-2 .slick-prev {
    left: 0;
    top: 44%;
  }
  #process .wrap .slider-2 a.item .bottom p {
    line-height: 1.6;
  }
  #process .wrap .slider-2 .item .bottom {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    margin: 0 20px;
  }
  #mv {
    margin-top: 130px;
    width: 100%;
    height: auto;
  }
  #mv .movie-pc {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mv .main-text p {
    font-size: 2rem;
  }
  #mv .text {
    font-size: 1rem;
  }
  #interview .item .content-1 .text-box, #interview .item .content-2 .text-box {
    padding: 40px;
  }
  #interview .item .content-1 .text-box .headline, #interview .item .content-2 .text-box .headline {
    font-size: 2rem;
  }
  #interview .item .content-1 .text-box .text, #interview .item .content-2 .text-box .text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #interview .item .content-1 .text-box .top .name, #interview .item .content-2 .text-box .top .name {
    font-size: 2.4rem;
  }
  #interview .item .content-1 .text-box .top .details, #interview .item .content-2 .text-box .top .details {
    font-size: 1.2rem;
  }
  #company-environment.wrap .block {
    padding-bottom: 60px;
  }
  #company-environment.wrap .block .text {
    width: 48%;
  }
  #company-environment.wrap .block .text h3 {
    font-size: 2.6rem;
    padding-bottom: 20px;
  }
  #company-environment.wrap .block .img {
    width: 48%;
  }
  #company-environment.wrap ul li {
    padding: 30px;
  }
}
@media screen and (max-width: 880px) {
  .menu-open {
    overflow: hidden;
  }
  header {
    padding: 15px 0;
    /*アニメーション*/
    /*
     .sp-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 100px 20px 20px;
    box-sizing: border-box;

    &.open {
      display: block;
    }

    .sp-menu-inner {
      text-align: center;

      .close {
    	position: absolute;
    	top: 15px;
    	right: 20px;
    	width: 50px;
    	height: 50px;
    	background: $green;
    	color: #fff;
    	font-size: 2rem;
    	font-weight: bold;
    	border: none;
    	border-radius: 50%;
    	cursor: pointer;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	z-index: 1002;
    	line-height: 1;
    	padding: 0;
    	transition: background 0.3s;
      }

      .close:hover {
    	background: darken($green, 5%);
      }

      .sp-buttons {
    	display: flex;
    	flex-direction: column;
    	gap: 15px;
    	margin-bottom: 30px;

    	.sp-btn {
    	  display: block;
    	  padding: 10px;
    	  border-radius: 30px;
    	  font-weight: bold;
    	  font-size: 1.6rem;
    	  color: white;
    	  text-decoration: none;

    	  &.contact {
    		background: #6FBA2C;
    	  }

    	  &.entry {
    		background: #E60012;
    	  }
    	}
      }

      .sp-nav {
    	list-style: none;
    	padding: 0;

    	li {
    	  padding: 15px 0;
    	  border-top: 1px solid #ccc;

    	  a {
    		color: #333;
    		font-size: 1.6rem;
    		text-decoration: none;
    	  }
    	}

    	li:last-child {
    	  border-bottom: 1px solid #ccc;
    	}
      }
    }
     }

     // ×ボタンの表示制御
     #menuClose {
    display: none;
     }

     .sp-menu.open #menuClose {
    display: flex;
     }
     */
  }
  header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-container .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header .header-container .top .left {
    display: flex;
    align-items: center;
  }
  header .header-container .top .left .logo {
    max-width: 100px;
  }
  header .header-container .top .left .logo img {
    width: 100%;
  }
  header .header-container .top .left .text {
    flex-direction: column;
  }
  header .header-container .top .left .company-name {
    margin: 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  header .header-container .top .left .recruit {
    font-family: "Montserrat", sans-serif;
    color: #6FBA2C;
    font-size: 1.2rem;
    margin: 0;
    letter-spacing: 1px;
  }
  header .header-container .top .right {
    display: none;
  }
  header .header-container .bottom {
    display: none;
  }
  header .hamb {
    position: fixed;
    cursor: pointer;
    z-index: 300;
    right: 0;
    top: 35px;
    width: 23px;
    height: 22px;
    transform: translate(-50%, -50%);
    padding: 15px 10px;
    border-radius: 50px;
    color: #6FBA2C;
  }
  header .sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background: white;
    overflow: hidden;
    transition: all 0.35s ease;
    display: block;
  }
  header .sp-menu.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  header .sp-menu .sp-menu.open {
    display: block;
  }
  header .sp-menu .sp-menu-inner {
    padding: 0 20px;
  }
  header .sp-menu .sp-menu-inner .overlay .sp-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 80px 0 30px;
    text-align: center;
  }
  header .sp-menu .sp-menu-inner .overlay .sp-buttons .sp-btn {
    display: block;
    padding: 10px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.6rem;
    color: white;
    text-decoration: none;
  }
  header .sp-menu .sp-menu-inner .overlay .sp-buttons .sp-btn.contact {
    background: #6FBA2C;
  }
  header .sp-menu .sp-menu-inner .overlay .sp-buttons .sp-btn.entry {
    background: #E60012;
  }
  header .sp-menu .sp-menu-inner .overlay ul li {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #ccc;
  }
  header .sp-menu .sp-menu-inner .overlay ul li a {
    font-size: 1.6rem;
    text-decoration: none;
  }
  header .sp-menu .sp-menu-inner .overlay ul li:last-child {
    border-bottom: 1px solid #ccc;
  }
  header .line {
    position: absolute;
    left: 13px;
    width: 27px;
    height: 3px;
    background-color: #6FBA2C;
    top: 15px;
  }
  header .line:nth-child(2) {
    top: 24px;
  }
  header .line:nth-child(3) {
    top: 33px;
  }
  header #hamb.active .line {
    background-color: #6FBA2C;
  }
  header .sp-menu {
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  }
  header #hamb.active .line:nth-child(1) {
    transform: translateY(9px) translateX(0) rotate(45deg);
  }
  header #hamb.active .line:nth-child(2) {
    opacity: 0;
    background: #FFF;
  }
  header #hamb.active .line:nth-child(3) {
    transform: translateY(-9px) translateX(0) rotate(-45deg);
  }
  header .animation {
    transition: all 0.6s;
  }
  #mv {
    margin-top: 80px;
  }
  #mv h1 {
    font-size: 5rem;
  }
  #mv .movie-pc {
    height: 520px;
  }
  #mv .movie-pc:before {
    content: "";
  }
  .loopslide img {
    min-width: 300%;
    height: auto;
  }
  #work .content .text-box .text {
    font-size: 1.4rem;
  }
  #anchor-links .wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 30px;
    width: 100%;
  }
  #anchor-links .wrap ul a {
    flex: 1 1 calc(33.333% - 10px);
    text-decoration: none;
  }
  #anchor-links .wrap ul a li {
    width: 100%;
  }
  #interview .item {
    margin-bottom: 160px;
  }
  #interview .item .content-1 .image-box {
    right: 80px;
  }
  #interview .item .content-2 .text-box {
    left: -80px;
  }
  #interview .item .content-1 .text-box .headline, #interview .item .content-2 .text-box .headline {
    font-size: 1.8rem;
  }
  #interview .item .content-1 .text-box .text, #interview .item .content-2 .text-box .text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #interview .item .content-1 .text-box .top .name, #interview .item .content-2 .text-box .top .name {
    font-size: 2.4rem;
  }
  #interview .item .content-1 .text-box .top .details, #interview .item .content-2 .text-box .top .details {
    font-size: 1.2rem;
  }
  #interview-anchor-links .wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 30px;
    width: 100%;
  }
  #interview-anchor-links .wrap ul a {
    flex: 1 1 calc(33.333% - 10px);
    text-decoration: none;
  }
  #interview-anchor-links .wrap ul a li {
    width: 100%;
  }
  #company-merit .wrap ul li {
    padding: 30px;
    min-height: 200px;
  }
  #anchor-links .wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 30px;
    width: 100%;
  }
  #anchor-links .wrap ul a {
    flex: 1 1 calc(33.333% - 10px);
    text-decoration: none;
  }
  #anchor-links .wrap ul a li {
    width: 100%;
  }
  #recruit-anchor-links .wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 30px;
    width: 100%;
  }
  #recruit-anchor-links .wrap ul a {
    flex: 1 1 calc(33.333% - 10px);
    text-decoration: none;
  }
  #recruit-anchor-links .wrap ul a li {
    width: 100%;
  }
  footer .footer-container .top .link {
    display: block;
    width: 100%;
  }
  footer .footer-container .top .link a .btn {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  footer .footer-container .bottom {
    background: #000;
    color: #ffffff;
    font-size: 1rem;
    padding: 10px 0;
  }
  footer .footer-container .bottom .wrap .left {
    display: flex;
  }
  footer .footer-container .bottom .wrap .left .item a {
    color: #ffffff;
  }
}
@media screen and (max-width: 460px) {
  .br-sp {
    display: inline;
  }
  h4 {
    font-size: 2.8rem;
  }
  #mv {
    margin-top: 80px;
    height: auto;
  }
  #mv .wrap {
    margin: 0;
  }
  #mv .movie-pc {
    display: none;
  }
  #mv .movie-sp {
    display: block;
    overflow: hidden;
    margin: 0 20px;
  }
  #mv .movie-sp video {
    width: 100%;
    height: auto;
    border-radius: 40px;
    display: block;
  }
  #mv .main-text h1 {
    font-size: 4rem;
    line-height: 1.4;
  }
  #mv .main-text h1 .br-sp {
    display: inline;
  }
  #mv .main-text p {
    padding-top: 15px;
  }
  #mv .text {
    font-size: 0.9rem;
  }
  #message {
    padding: 60px 0 80px;
    font-size: 1.5rem;
  }
  #about {
    margin-bottom: 260px;
  }
  #about .content {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  #about .content .text-box {
    padding: 30px;
    left: 0;
    top: 200px;
    width: 250px;
  }
  #about .content .text-box h2 {
    font-size: 1.4rem;
  }
  #about .content .text-box h3 {
    font-size: 2.2rem;
  }
  #about .content .text-box p {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #about .content .text-box .text {
    font-size: 1.4rem;
  }
  #about .content .text-box .btn {
    width: 200px;
    letter-spacing: 1px;
  }
  #about .content .image-box {
    width: 95%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #about .content .image-box img {
    width: 100%;
    height: auto;
    display: block;
  }
  #about .bg:before {
    top: 30%;
    width: 100%;
    height: 240px;
  }
  #work {
    min-height: 500px;
    margin-bottom: 80px;
  }
  #work .content {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  #work .content .image-box {
    width: 95%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #work .content .text-box {
    padding: 30px;
    right: 0;
    top: 200px;
    width: 250px;
    position: absolute;
  }
  #work .content .text-box h2 {
    font-size: 1.4rem;
  }
  #work .content .text-box h3 {
    font-size: 2.2rem;
  }
  #work .content .text-box p {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #work .content .text-box .text {
    font-size: 1.4rem;
  }
  #work .content .text-box .btn {
    width: 200px;
    letter-spacing: 1px;
  }
  #work .bg {
    width: 100%;
    background: #ECF3E3;
    height: 240px;
    top: 140px;
  }
  #work .bg:before {
    background: #ECF3E3;
  }
  #employee-interview {
    padding: 0 0 80px;
  }
  #employee-interview .slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #employee-interview .slider .slick-arrow::before {
    width: 6px;
    height: 6px;
    top: 16px;
  }
  #employee-interview .slider .slick-prev {
    left: -10px;
    top: 195px;
  }
  #employee-interview .slider .slick-next {
    right: -10px;
    top: 195px;
  }
  #employee-interview .slider .slick-next::before {
    left: 16px;
  }
  #employee-interview .slider .slick-prev::before {
    right: 16px;
  }
  #employee-interview .slider a.item .top img {
    height: 220px;
  }
  #company {
    padding: 100px 0;
  }
  #company p {
    padding: 30px 0 50px;
  }
  #recruit {
    padding: 40px 0 80px;
  }
  #recruit .recruit-box {
    padding: 50px 0 30px;
  }
  #recruit .recruit-box h3 {
    padding-bottom: 30px;
  }
  #recruit .recruit-box .item-box {
    padding: 0 20px;
  }
  #recruit .recruit-box .item-box a.item .bottom {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #recruit .recruit-box .item-box a.item .bottom .bottom-item {
    padding-top: 15px;
  }
  #recruit .recruit-box .item-box a.item .bottom .bottom-item .text {
    font-size: 1.4rem;
  }
  #recruit .recruit-box .item-box a.item .bottom .bottom-item .text .br-sp {
    display: inline;
  }
  footer .footer-container .top {
    padding: 60px 0;
  }
  footer .footer-container .top .link {
    display: block;
    width: 100%;
  }
  footer .footer-container .top .link .btn {
    width: 100%;
  }
  footer .footer-container .bottom .wrap {
    display: block;
  }
  footer .footer-container .bottom .wrap .left {
    display: flex;
    justify-content: center;
  }
  footer .footer-container .bottom .wrap .left .item a {
    color: #ffffff;
  }
  footer .footer-container .bottom .wrap .right {
    font-size: 1rem;
    letter-spacing: 0px;
    text-align: center;
  }
  /*★about*/
  /*============================
  #headline
  ============================*/
  #headline {
    padding: 120px 0 50px;
  }
  #headline .en {
    font-size: 1.4rem;
  }
  #headline .headline {
    font-size: 1.8rem;
  }
  /*============================
  #representative
  ============================*/
  #representative h4 {
    margin: 60px 0 30px;
  }
  #representative .wrap h3 {
    font-size: 2.2rem;
    padding-bottom: 15px;
  }
  #representative .item .content-1 {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  #representative .item .content-1 .text-box {
    padding: 30px;
    left: 0;
    top: 200px;
    width: 280px;
  }
  #representative .item .content-1 .text-box .text {
    font-size: 1.4rem;
  }
  #representative .item .content-1 .image-box {
    width: 95%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #representative .item .content-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  #representative .item .content-2 .text-box {
    padding: 30px;
    right: 0;
    top: 200px;
    width: 280px;
    position: absolute;
    left: auto;
  }
  #representative .item .content-2 .text-box .text {
    font-size: 1.4rem;
  }
  #representative .item .content-2 .image-box {
    width: 95%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #representative .item .bg-1 {
    top: 120px;
  }
  #representative .item .bg-1:before {
    top: 0;
    width: 100%;
    height: 240px;
  }
  #representative .item .bg-2 {
    height: 240px;
    top: 150px;
  }
  #representative .item .bg-2:before {
    background: #ECF3E3;
  }
  #representative .item-1 {
    min-height: 710px;
  }
  #representative .item-2 {
    min-height: 730px;
  }
  #representative .item-3 {
    min-height: 590px;
  }
  /*============================
  #human-resources
  ============================*/
  #human-resources {
    padding: 40px 0 100px;
  }
  #human-resources .wrap {
    text-align: left;
  }
  #human-resources .wrap h4 {
    line-height: 1.4;
    text-align: center;
  }
  /*============================
  #anchor-links
  ============================*/
  #anchor-links .wrap {
    max-width: none;
  }
  #anchor-links .wrap h4 {
    margin: 60px 0 30px;
  }
  #anchor-links .wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 30px;
    width: 100%;
  }
  #anchor-links .wrap ul a {
    flex: 1 1 calc(33.333% - 10px);
    text-decoration: none;
  }
  #anchor-links .wrap ul a li {
    width: 100%;
    padding: 6px 0 12px;
    text-align: center;
    border: #6FBA2C solid 1px;
    border-radius: 30px;
    position: relative;
    font-size: 1.4rem;
  }
  #anchor-links .wrap ul a li:after {
    right: 50%;
    bottom: 8px;
    top: auto;
    transform: translateX(50%) rotate(135deg);
  }
  /*============================
  #process
  ============================*/
  #process {
    position: relative;
    padding: 60px 0 80px;
  }
  #process .wrap h3 {
    font-size: 2.2rem;
  }
  #process .wrap p {
    padding-bottom: 40px;
  }
  #process .wrap .slider-2 .slick-arrow {
    width: 40px;
    height: 40px;
  }
  #process .wrap .slider-2 .slick-arrow::before {
    width: 6px;
    height: 6px;
    top: 16px;
  }
  #process .wrap .slider-2 .slick-prev {
    left: -10px;
    top: 195px;
  }
  #process .wrap .slider-2 .slick-next {
    right: -10px;
    top: 195px;
  }
  #process .wrap .slider-2 .slick-next::before {
    left: 16px;
  }
  #process .wrap .slider-2 .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 16px;
  }
  #process .wrap .slider-2 .item .bottom {
    padding: 0 30px;
  }
  #process .wrap .slider-2 .item .bottom p {
    padding: 5px 0 30px;
  }
  #business .wrap h3 {
    font-size: 2.2rem;
    padding-bottom: 15px;
  }
  #business .item .content-1 {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 240px;
  }
  #business .item .content-1 .text-box {
    padding: 30px;
    left: 0;
    top: 200px;
    width: 280px;
  }
  #business .item .content-1 .text-box .text {
    font-size: 1.4rem;
  }
  #business .item .content-1 .image-box {
    width: 95%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .loopslide img {
    min-width: 600%;
  }
  /*============================
  #sales
  ============================*/
  #sales {
    padding: 20px 0 0;
  }
  #sales h3:after {
    width: 72%;
  }
  #sales .item {
    font-size: 1.5rem;
  }
  /*============================
  #manufacturing
  ============================*/
  #manufacturing {
    padding: 20px 0 100px;
  }
  #manufacturing h3:after {
    top: 40%;
    width: 72%;
  }
  /*★interview*/
  /*============================
  #interview-anchor-links
  ============================*/
  #interview-anchor-links {
    margin: 60px 0 30px;
  }
  #interview-anchor-links .wrap {
    max-width: none;
  }
  #interview-anchor-links .wrap h4 {
    margin: 0 0 20px;
  }
  #interview-anchor-links .wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 30px;
    width: 100%;
  }
  #interview-anchor-links .wrap ul a {
    flex: 1 1 calc(33.333% - 10px);
    text-decoration: none;
  }
  #interview-anchor-links .wrap ul a li {
    width: 100%;
    padding: 6px 0 12px;
    text-align: center;
    border: #6FBA2C solid 1px;
    border-radius: 30px;
    position: relative;
    font-size: 1.4rem;
  }
  #interview-anchor-links .wrap ul a li:after {
    right: 50%;
    bottom: 8px;
    top: auto;
    transform: translateX(50%) rotate(135deg);
  }
  /*============================
  #company-environment
  ============================*/
  #company-environment.wrap {
    padding-bottom: 80px;
  }
  #company-environment.wrap .block {
    display: block;
    padding-bottom: 40px;
  }
  #company-environment.wrap .block .text {
    width: auto;
  }
  #company-environment.wrap .block .text h3 {
    font-size: 2.2rem;
    padding-bottom: 15px;
  }
  #company-environment.wrap .block .text p {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
  #company-environment.wrap .block .img {
    width: auto;
  }
  #company-environment.wrap .reverse {
    flex-direction: column-reverse;
    display: flex;
  }
  /*============================
  #company-merit
  ============================*/
  #company-merit {
    padding: 60px 0 120px;
  }
  #company-merit .wrap h3 {
    font-size: 2.2rem;
    padding-bottom: 40px;
  }
  #company-merit .wrap ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: stretch;
  }
  #company-merit .wrap ul li {
    width: auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 30px;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    min-height: 160px;
    margin-bottom: 0;
  }
  /*============================
  #company-outline
  ============================*/
  #company-outline {
    padding: 80px 0 120px;
  }
  #company-outline dl dd {
    font-size: 1.5rem;
  }
  /*★interview*/
  /*============================
  #interview
  ============================*/
  #interview {
    padding-bottom: 20px;
  }
  #interview h4 {
    margin-top: 60px;
  }
  #interview .item {
    min-height: 900px;
    margin-bottom: 0;
  }
  #interview .item .content-1 {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 0;
  }
  #interview .item .content-1 .text-box {
    padding: 30px;
    left: 0;
    top: 200px;
    width: 280px;
  }
  #interview .item .content-1 .text-box .top {
    display: block !important;
  }
  #interview .item .content-1 .text-box .headline {
    font-size: 1.8rem;
    padding: 10px 0;
  }
  #interview .item .content-1 .text-box .text {
    font-size: 1.4rem;
    line-height: 2;
  }
  #interview .item .content-1 .image-box {
    width: 95%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #interview .item .content-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 0;
  }
  #interview .item .content-2 .text-box {
    padding: 30px;
    right: 0;
    top: 200px;
    width: 280px;
    position: absolute;
    left: auto;
  }
  #interview .item .content-2 .text-box .top {
    display: block;
  }
  #interview .item .content-2 .text-box .top .name {
    font-size: 2.8rem;
  }
  #interview .item .content-2 .text-box .top .details {
    font-size: 1.4rem;
  }
  #interview .item .content-2 .text-box .headline {
    font-size: 1.8rem;
    padding: 10px 0;
  }
  #interview .item .content-2 .text-box .text {
    font-size: 1.4rem;
    line-height: 2;
  }
  #interview .item .content-2 .image-box {
    width: 95%;
    position: absolute;
    left: 0;
    top: 0;
  }
  #interview .item .bg-1 {
    bottom: auto;
    top: 140px;
  }
  #interview .item .bg-1:before {
    top: 0;
    width: 100% !important;
    height: 300px;
    background: #ECF3E3;
  }
  #interview .item .bg-2 {
    height: 300px;
    top: 140px;
  }
  #interview .item .bg-2:before {
    background: #ECF3E3;
  }
  /*★recruit*/
  #recruit-anchor-links {
    margin: 60px 0 0;
  }
  #recruit-anchor-links .wrap {
    max-width: none;
  }
  #recruit-anchor-links .wrap h4 {
    margin: 60px 0 30px;
  }
  #recruit-anchor-links .wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 30px;
    width: 100%;
  }
  #recruit-anchor-links .wrap ul a {
    flex: 1 1 calc(33.333% - 10px);
    text-decoration: none;
  }
  #recruit-anchor-links .wrap ul a li {
    width: 100%;
    padding: 6px 0 12px;
    text-align: center;
    border: #6FBA2C solid 1px;
    border-radius: 30px;
    position: relative;
    font-size: 1.4rem;
  }
  #recruit-anchor-links .wrap ul a li:after {
    right: 50%;
    bottom: 8px;
    top: auto;
    transform: translateX(50%) rotate(135deg);
  }
  #recruit-anchor-links .wrap ul a .letter-spacing {
    letter-spacing: 0px;
  }
  #recruitment-requirements {
    margin: 0 0 80px;
  }
  #recruitment-requirements h4 {
    margin: 0 0 20px;
  }
  #recruitment-requirements .tab-buttons {
    display: flex;
    gap: 10px;
    margin: 0;
  }
  #recruitment-requirements .tab-buttons button {
    width: 100%;
    margin: 0;
    font-size: 1.5rem;
  }
  #recruitment-requirements .tab-content {
    display: none;
    padding: 0;
  }
  #recruitment-requirements .tab-content dl dd {
    font-size: 1.5rem;
    font-weight: normal;
  }
  #recruitment-requirements .tab-content dl dd b {
    line-height: 1.6;
    margin-bottom: 10px;
    display: inline-block;
  }
  #recruitment-requirements .tab-content dl dd .flex {
    display: block;
  }
  #recruitment-requirements .tab-content dl dd .flex .left {
    width: auto;
  }
  #recruitment-requirements .tab-content dl dd .flex .left .img small {
    line-height: 1.6;
  }
  #recruitment-requirements .tab-content dl dd .flex .right {
    width: auto;
  }
  #step {
    padding-bottom: 0;
  }
  #step .wrap .block .item .left {
    width: 17%;
    font-size: 4rem;
  }
  #step .wrap .block .item .left span {
    font-size: 1.2rem;
  }
  #step .wrap .block .item .right {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-left: 20px;
  }
  #step .wrap .block .item .right b {
    font-size: 2.2rem;
  }
  #qa {
    margin: 60px 0 120px;
  }
  #qa .menu {
    width: 100%;
    position: relative;
  }
  #qa .menu label {
    font-size: 1.6rem;
    margin-bottom: 5px;
    text-indent: -1.9rem;
    padding-left: 1.9rem;
    padding-right: 2.8rem;
    line-height: 1.7;
  }
  #qa .menu label::after {
    width: 8px;
    height: 8px;
    right: 0;
    margin-right: 10px;
  }
  #qa .menu .recruit-box .detail-item {
    padding-left: 0;
    font-size: 1.5rem;
  }
  #form {
    padding: 60px 0 100px;
  }
  #form .form-item {
    flex-direction: column;
    padding: 0 0 15px;
  }
  #form .form-item .last-name {
    margin-bottom: 8px;
  }
  #form .p-contact_form_input {
    height: 44px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
  }
  #form .form-item-input.name-separate {
    flex-direction: column;
  }
  #form textarea.p-contact_form_input {
    height: 200px;
  }
  #thanks {
    padding: 60px 0 100px;
  }
  #thanks .headline-text {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.8;
    padding-bottom: 40px;
    text-align: left;
  }
  /*★mail*/
  #mail {
    padding: 60px 0 100px;
  }
  #mail .p-contact_form tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #mail .Tac {
    text-align: center;
  }
  #mail .btn-group {
    width: auto;
    display: block;
  }
  #mail .btn-group .form-btn-item-left {
    margin-bottom: 20px;
  }
  #privacy {
    padding: 130px 0 160px;
  }
  #privacy .text {
    font-size: 1.5rem;
  }
  #privacy .item p {
    font-size: 1.5rem;
  }
  #privacy .detail p {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */