/*
Theme Name: nittoku_theme
*/

body {
  text-align: center;
  background-color: white;
  font-size: 15px;
  margin: 0px;
  overflow-x: hidden;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.hide {
  display: none;
}

.sp-only {
  display: none!important;
}

/* top header */

.top-header-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 149px;
  height: 126px;
  z-index: 10;
  background-color: white;
  border-radius: 0 0 8px 0;
}

.top-header-logo img {
  width: 100px;
  margin: 0 auto;
  margin-top: 20px;
}

.top-header-logo p {
  font-size: 11px;
  font-weight: 500;
}

.top-header-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 65px;
  z-index: 10;
}

.top-header-menu {
  display: flex;
  justify-content: end;
  height: 100%;
  background-color: white;
  border-radius: 0 0 0 8px;
}

.top-green-back {
  width: 20px;
  height: 65px;
  background-color: #34B431;
  position: absolute;
  top: 0;
  right: 160px;
  z-index: 5;
}

.gage-container {
  position: absolute;
  color: white;
  font-size: 12px;
  bottom: 35px;
  right: 140px;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
}

.gage {
  width: 64px;
  height: 3px;
  background-color: white;
  display: block;
  margin: 0 5px;
  position: relative;
}

.gage-true {
  width: 64px;
  height: 3px;
  display: block;
  content: '';
  background-color: #34B431;
  position: absolute;
  left: 0;
  height: 3px;
  animation-name: gage-animation;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.gage-false {
  width: 64px;
  height: 3px;
  display: block;
  content: '';
  background-color: #34B431;
  position: absolute;
  left: 0;
  height: 3px;
  animation-name: gage-animation-false;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes gage-animation-false {
  0%{
    width: 0;
  }
  100%{
    width: 64px;
  }
}

@keyframes gage-animation {
  0%{
    width: 0;
  }
  100%{
    width: 64px;
  }
}

.top-menu-item {
  margin: auto 25px;
}

.menu-item-contact-top {
  background-color: #34B431;
  display: inline-block;
  padding: auto 30px;
  
  width: 180px;
  border-radius: 0 0 0 8px;
}

.menu-item-contact-top a {
  display: flex;
  align-items: center;
  color: white;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.015em;
  line-height: 20px;
}

.top-menu-item-icon {
  height: 35px;
  width: 35px;
  margin-right: 10px;
}

.menu-item-recruit-top {
  background-color: #154242;
  display: inline-block;
  padding: auto 30px;
  width: 180px;
  border-radius: 0 0 0 8px;
  position: relative;
  z-index: 20;
}

.top-white-back {
  height: 65px;
  width: 180px;
  background-color: white;
  border-radius: 0 0 0 8px;
  position: absolute;
  z-index: 10;
}

.menu-item-recruit-top a {
  display: flex;
  align-items: center;
  color: white;
  margin-top: 15px;
  margin-left: 25px;
  letter-spacing: 0.015em;
  line-height: 20px;
}


.slider-top {
  width: 100%;
}
.top-header {
  width: 100%;
  position: relative;
}

.top-header-sp {
  width: 100%;
  position: relative;
  display: none;
}

.top-header-picture {
  width: 100%;
}

.top-header-picture-sp {
  height: 700px;
  width: 100%;
  object-fit: cover;
}

.top-header-text {
  position: absolute;
  width: 700px;
  bottom: 35px;
  left: 45px;
  color: white;
  text-align: left;
  z-index: 10;
}

.top-header-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.top-header-text h2 {
  font-size: 83px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  /* line-height: 83px; */
  border-bottom: white solid 2px;
}

.top-header-wrap {
  width: 100%;
  height: -webkit-fill-available;
  background-color: black;
  opacity: 0.25;
  border-radius: 0 0 55px 55px;
  position: absolute;
  top: 0;
  z-index: 5;
}

.top-introduction {
  display: flex;
  justify-content: end;
}

.top-introduction-container {
  text-align: left;
}

.advantage {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 175px;
  margin-bottom: 35px;
  position: relative;
}

.advantage .contact-top-5 {
  margin-left: 30px;
}

.advantage-sp {
  position: relative;
}

.top-introduction-gley {
  width: 100%;
  padding-top: 340.3px;
  margin-top: -320px;
  background-color: #F2F3F3;
}

.top-one-stop-content {
  display: flex;
  justify-content: space-between;
  background-color: white;
  margin-right: 60px;
  border-radius: 0 20px 20px 0;
  padding-top: 130px;
  margin-top: 80px;
  padding-bottom: 20px;
}

.top-one-stop-text {
  display: flex;
}

.top-one-stop-heading {
  writing-mode: vertical-rl;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 230px;
  margin-right: 40px;
}

.top-one-stop-heading-en {
  font-family: 'Poppins', sans-serif;
  writing-mode: vertical-rl;
  position: relative;
}

.top-one-stop-heading-en::before {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  top: 0;
  width: 1px;
  height: 33px;
  transform: translate(-50%);
  background-color: #34B431;
}

.top-result-item {
  margin: 0 15px;
}

.top-result-item h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  width: 367px;
  margin: 12px auto;
}

.top-result-item p {
  font-size: 13px;
  text-align: left;
  width: 367px;
  line-height: 171%;
}

.clients-container {
  position: relative;
}

.clients-basic {
  background-color: #154242;
  border-radius: 0 20px 20px 0;
  height: 564px;
  width: 95%;
  text-align: left;
}

.clients-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 564px;
  width: 95%;
  z-index: 10;
  object-fit: cover;
  opacity: 0.1;
}

.not-found-container h2 {
  font-size: 40px;
  font-weight: bold;
  color: #34B431;
}

.not-found-container p {
  font-size: 20px;
  margin: 40px auto;
}

.loop {
  width: 100%;
  height: fit-content;
  position: absolute;
  left: 0;
  bottom: -38px;
  text-align: left;
  overflow: hidden;
}

.loop-advantage {
  width: 100%;
  height: fit-content;
  position: absolute;
  left: 0;
  bottom: -50px;
  text-align: left;
  overflow: hidden;
  z-index: -10;
}

.clients-back-text {
  font-family: 'Poppins', sans-serif;
  font-size: 180px;
  margin-left: 0;
  color: white;
  opacity: 0.05;
}

.advantage-back-text {
  font-size: 153px;
  letter-spacing: -0.035em;
  color: #DAE4E0;
  white-space: nowrap;
  /* margin-left: -3100px; */
  margin-left: -950px;
}

.advantage-back-text-circle {
  width: 610px;
  height: 610px;
  border-radius: 50%;
  background-color: white;
  filter: blur(50px);
  opacity: 0.8;
  position: absolute;
  z-index: -5;
  bottom: -310px;

  left: 50%;
  transform: translate(-50%);
}

/* .slider-animation {
  animation: infoAnimation 3s linear;
} */

/* 横に流れていくアニメーション */
/* @keyframes infoAnimation {
  0% {
    transform: translateX(100%);  */
    /* 左から右なら0%から-100% */
  /* }
  100% {
    transform: translateX(0%);
  }
} */

.clients-text {
  color: white;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 564px;
  width: 95%;
  z-index: 100;
}

.clients-name {
  width: 50%;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-top: 146px;
}

.clients-title-container {
  margin-left: 100px;
  width: 50%;
  margin-top: 60px;
}

.clients-name-text {
  text-align: left;
  width: 50%;
  line-height: 332%;
}

.clients-name-text hr {
  width: 30px;
  border: 0;
  height: 1px;
  background-color: white;
  opacity: 0.3;
}

.top-transition {
  margin-top: 100px;
  position: relative;
  display: flex;
  justify-content: center;
}

.top-transition-wrap {
  background-color: #1D3339;
  opacity: 0.65;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.top-transition-back-image {
  width: 50%;
}

.top-transition-contents {
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  align-items: center;
}

.top-transition-contents .title-heading {
  margin-bottom: 30px;
}

.top-transition-content {
  width: 50%;
  color: white;
}

.top-transition-content-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 145%;
}

.top-transition-contents .contact-top-5 {
  margin-top: 40px;
  margin-bottom: 0;
}

.top-transition-contents .contact-top-5 .contact-text {
  margin-left: 65px;
}

.new-top-news {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.new-top-news .contact-top-5 {
  margin-left: 30px;
}

.new-top-news .top-news-container {
  margin-top: 140px;
}

.top-header-sp-button {
  display: none;
}

.top-header-logo-sp {
  display: none;
}

.one-stop-icon-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.one-stop-right {
  width: 100%;
  margin-left: 100px;
  margin-right: 100px;
}

.one-stop-right-text {
  margin-top: 15px;
  line-height: 186%;
}

.one-stop-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  display: block;
}

.next-step {
  height: 108px;
  text-align: center;
  margin-bottom: 25px;
}

.one-stop-box {
  margin: 0 25px;
  margin-bottom: 25px;
  height: 108px;
  width: 110px;
  padding: 14px 0;
}

.one-stop-box p {
  margin-top: 13px;
  font-weight: 500;
  text-align: center;
}

.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }

  /* 光るボタン */
  @keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.mouse-on:hover {
  opacity: 0.6;
}

.shiny-btn {
    position: relative;
    display: block;
    overflow: hidden;
}

.shiny-btn:hover::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-delay: 0ms;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

@media screen and (max-width: 1250px) {
  .not-found-container h2 {
    font-size: 30px;
    font-weight: bold;
  }
  
  .not-found-container p {
    font-size:13px;
    margin: 20px auto;
  }

  .slider-animation {
    animation: infoAnimation 10s linear;
  }

  .advantage-back-text-circle {
    width: 346px;
    height: 346px;
  }

  .advantage-back-text {
    font-size: 85px;
  }

  .top-header-sp {
    display: block;
  }

  .top-header-text {
    width: 330px;
    margin-bottom: 80px;
    left: 5%;
  }

  .top-header-sp-button {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }

  .top-header-sp-button img {
    margin: 24px auto;
  }

  .top-header-sp-recruit {
    width: 50%;
    background-color: #154242;
    height: 68px;
  }

  .top-header-sp-contact {
    width: 50%;
    background-color: #34B431;
    height: 68px;
  }

  .top-header-text p {
    font-size: 13px;
  }

  .top-header-text h2 {
    font-size: 42px;
    letter-spacing: -0.04em;
    border-bottom: white solid 1px;
  }

  .top-header-logo {
    display: none;
  }

  .top-header-logo-sp {
    height: 72px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .top-header-nav {
    display: none;
  }

  .slider-top {
    display: none;
  }

  .top-advantage-pc {
    display: none;
  }

  .top-introduction-gley {
    margin-top: -830px;
    padding-top: 700px;
  }

  .loop {
    bottom: -28px;
  }

  .clients-back-text {
    font-size: 105px;
  }

  .clients-text {
    display: block;
  }

  .clients-title-container {
    display: none;
  }

  .clients-name {
    margin-top: 0;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
  }

  .clients-sp-top {
    width: 90%!important;
    margin-top: 60px!important;
  }

  .top-transition {
    display: block;
  }

  .top-transition-back-image {
    width: 100%;
  }

  .top-transition-content {
    width: 100%;
    height: 50%;
    display: grid;
    align-items: center;
  }

  .top-transition-content .title-en {
    font-size: 13px;
  }

  .top-transition-content .title-heading {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .top-transition-contents .contact-top-5 {
    margin-top: 20px;
  }

  .top-transition-content-text {
    font-size: 16px;
  }

  .top-transition-contents {
    display: block;
  }

  .new-top-news {
    display: block;
    margin-bottom: 0;
  }

  .top-result-item h3 {
    font-size: 16px;
    width: 100%;
  }

  .top-result-item p {
    font-size: 13px;
    width: 100%;
  }

  .top-result-item {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .top-one-stop-text {
    display: none;
  }

  .one-stop-right {
    display: none;
  }

  .top-one-stop-content {
    padding-top: 0px;
    display: block;
    margin-right: 15px;
    padding-bottom: 60px;
  }

  .top-one-stop-content .title1-en {
    padding-top: 60px;
  }

  .one-stop-icon {
    width: 48px;
    height: 48px;
  }

  .next-step {
    height: 94px;
  }

  .one-stop-box {
    width: 60px;
    height: 94px;
    margin: 0 15px 20px;
    padding: 0;
  }

  .one-stop-box p {
    font-size: 14px;
    line-height: 145%;
  }

}

.header {
  box-shadow: 0 0 8px gray;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  vertical-align: middle;
  padding: 0 5%;
}

.header-top {
  width: 100%;
  position: relative;
}

.ec-main-item-img img {
  width: 100%;
  height: auto;
}

.breadcrumb-arrow {
  color: #34B431;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.title1-box {
  margin-top: 40px;
}

.title1-box-message {
  margin-left: 40px;
  margin-top: 40px;
}

.title2-box {
  margin-top: 40px;
}

.title1-box hr {
  border: 0;
  width: 24px;
  height: 1px;
  margin-top: 3px;
  background: #34B431;
}

.title1-box-message hr {
  border: 0;
  width: 24px;
  height: 1px;
  margin-top: 3px;
  background: #34B431;
}

.title2-box hr {
  border: 0;
  width: 24px;
  height: 1px;
  margin-top: 3px;
  background: #34B431;
}

.title1 {
  width: 352.8px;
  margin-top: 30px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 58px;
  text-align: left;
}

.title-advantage {
  width: 352.8px;
  margin-top: 30px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 145%;
  text-align: left;
}

.title1-en {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.01em;
  margin-top: 15px;
  text-align: left;
}

.title1-text {
  width: 426px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 40px;
  text-align: left;
}

@media screen and (max-width: 1250px) {

  .message-top-sp-container-recruit .title1-box, .message-top-sp-container-recruit .message-text-sp {
    margin: 40px auto 0;
    width: 90%;
  }

  .title1-box {
    margin: 40px auto 0;
    width: 80%;
  }

  .title1-box-message {
    margin: 40px auto 0;
    width: 80%;
  }

  .title2-box {
    margin: 40px auto 0;
    width: 90%;
  }

  .title1-en {
    margin: 0;
    width: auto;
    font-size: 13px;
  }

  .title1 {
    margin: 10px 0 22px;
    width: auto;
    font-size: 28px;
    line-height: 41px;
  }

  .title-advantage {
    margin: 10px 0 22px;
    width: auto;
    font-size: 28px;
  }

  .title1-text {
    margin: 0;
    width: auto;
  }
}

/* ヘッダー */

.header-menu {
  display: flex;
  align-items: center;
}

.hamburger-menu{
  display: none;
  align-items: center;
  padding: 9px;
  width: 50px;
  height: 50px;
  background-color: #34B431;
  cursor: pointer;
  z-index: 1000000000;
}

.top-hamburger-menu{
  display: none;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1000000000;
}

.hamburger-menu__line{
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #FFF;
  position: relative;
  transition: all 0.5s;
}

.hamburger-menu__line::before,
.hamburger-menu__line::after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #FFF;
  position: absolute;
  transition: all 0.5s;
}

.hamburger-menu__line::before{
  transform: translateY(-8px);
}
.hamburger-menu__line::after{
  transform: translateY(8px);
}

.hamburger-menu.open .hamburger-menu__line{
  background-color: transparent;
}
.hamburger-menu.open .hamburger-menu__line::before{
  transform: rotate(45deg);
}
.hamburger-menu.open .hamburger-menu__line::after{
  transform: rotate(-45deg);
}

.top-hamburger-menu.open .hamburger-menu__line{
  background-color: transparent;
}
.top-hamburger-menu.open .hamburger-menu__line::before{
  transform: rotate(45deg);
  background-color: #000;
}
.top-hamburger-menu.open .hamburger-menu__line::after{
  transform: rotate(-45deg);
  background-color: #000;
}

/* ナビゲーション */
.nav-sp{
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0%;
  width: 100%;
  padding-top: 120px;
  background-color: white;
  text-align: left;
  transition: right 0.5s;
  z-index: 1000000;
}

.nav-sp .menu-item{
  display: block;
  padding: 15px 0;
  margin: 0 10%;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  position: relative;
}

.nav-sp .menu-item::after {
  content: '';
  position: absolute;
  right: 5%;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(image/3x/contact-arrow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all .3s;
}

.nav-sp .menu-item:hover::after {
  right: calc(5% - 20px);
}

.nav-sp .all-post-border {
  width: 80%;
}

.nav-sp.open{
  display: block;
}

.hamburger-bottom {
  display: flex;
  margin-top: 30px;
}

.hamburger-contact {
  width: 50%;
  height: 68px;
  background-color: #34B431;
  color: white;
  font-size: 13px;
  display: flex;
  text-align: center;
  align-items: center;
  font-weight: bold;
  border-radius: 8px 0 0 0;
}

.hamburger-contact p {
  margin: 0 auto;
}

.hamburger-contact p::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(image/3x/mail.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.hamburger-contact p::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 12px;
  background: url(image/3x/hamburger-arrow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.hamburger-recruit {
  width: 50%;
  height: 68px;
  text-align: center;
  background-color: #154242;
  color: white;
  font-size: 13px;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-radius: 0 8px 0 0;
}

.hamburger-recruit p {
  margin: 0 auto;
}

.hamburger-recruit p::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(image/3x/recruitment.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.hamburger-recruit p::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 12px;
  background: url(image/3x/hamburger-arrow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.header-logo {
  height: 70.6px;
  width: 94.5px;
  text-align: center;
}

.header-menu-btn {
  display: none;
  background-color: #34B431;
  height: 50px;
  width: 50px;
  padding: 9px;
}

.header-menu-btn div {
  height: 3px;
  background-color: white;
  text-align: center;
  width: 30px;
  margin: 6px 0;

}

#header-res_cover {
  display: none;
}



.menu-item {
  display: inline-block;
  padding: 0 30px;
}

.menu-item-text {
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 20px;
  letter-spacing: 0.015em;
  font-weight: bold;
}

.menu-item-last {
  display: inline-block;
  padding-right: 30px;
  font-size: 13px;
  letter-spacing: 0.015em;
  line-height: 20px;
}

.menu-item a {
  display: flex;
  align-items: center;
  color: black;
  letter-spacing: 0.015em;
  line-height: 20px;
}

.menu-item-last a {
  display: flex;
  align-items: center;
  color: black;
}

.menu-item-icon {
  height: 23px;
  width: 23px;
  margin-right: 10px;
}

.menu-item+.menu-item {
  border-left: 1px solid #d0d0d0;
  height: auto;
}

@media screen and (max-width: 1250px) {
  .header {
    height: 50px;
    padding-right: 0;
  }

  .header-top {
    height: auto;
  }

  .header-logo {
    height: 50.6px;
    width: 64.5px;
  }

  header .header-nav {
    display: none;
  }

  .header-menu-btn {
    display: block;

  }

  .menu_res .menu-item {
    display: block;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #d0d0d0;
  }

  .menu_res .menu-item+.menu-item {
    border-left: none;
  }

  .menu_res a {
    color: white;
    font-size: 40px;
    display: block;
    letter-spacing: 0.015em;
    line-height: 2;
    margin: 10px auto;
  }

  .menu_res .menu-item-icon {
    display: none;
  }

  #header-res_cover {
    display: none;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    /* Standard compliant browsers */
    -moz-opacity: 0.8;
    /* Firefox and Mozilla browsers */
    -webkit-opacity: 0.8;
    /* WebKit browser e.g. Safari */
    filter: alpha(opacity=80);
    /* For IE8 and earlier */
    z-index: 10000000;
    width: 100%;
    height: 100%;
  }

  .close-btn {
    text-align: right !important;
    color: white;
    z-index: 1000000;
    margin: 1rem;
    font-size: 36px;
  }
}

footer {
  background-color: #f2f3f3;
  height: 474px;

  width: 100%;
}

.footer-padding {
  background-color: #f2f3f3;
  height: 290px;

  width: 100%;
}

.footer-container {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.footer-menu {
  display: flex;
  align-items: center;

}

.footer-menu .menu-item-text {
  font-weight: bold;
}

.footer-logo {
  height: 118px;
  width: 158px;
  /* margin-bottom: 20px; */
}

.footer-left {
  text-align: left;
  margin-bottom: 80px;
}

.company-info {
  margin-left: 10px;
  margin-top: 20px;
}

.text-medium {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.company-name {
  display: inline-block;
  margin-bottom: 6px;
  line-height: 23px;
  font-size: 15px;
  font-weight: bold;
}

.footer-right {
  margin-bottom: 80px;
}

.flex {
  display: flex;
}

.flex-end {
  align-items: flex-end;
}

.footer-suffix {
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0;
  margin-bottom: 2px;
  margin-right: 5px;
  line-height: 30px;
  letter-spacing: -0.025;
}

.footer-minimum-item {
  margin-top: 37.34px;
  font-size: 10px;
  color: #B6B6B6;
  line-height: 15px;
  letter-spacing: 0.025em;
  font-weight: bold;
  margin-left: 30px;
}

.footer-minimum-text {
  margin-right: 17px;
  text-align: left;
}

.footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-contact-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-contact {
  display: flex;
  justify-content: start;
  margin-left: 30px;
}

footer .footer-business-hours {
  text-align: left;
}

.footer-tel {
  margin-top: 20px;
  text-align: left;
  margin-right: 90px;
}

.footer-tel-1 {
  text-align: left;
  margin-top: 17px;
  padding-right: 40px;
}

.footer-tel-hamburger {
  text-align: left;
  margin-top: 35px;
}

.footer-tel-2 {
  text-align: left;
  margin-bottom: 80px;
}

.fax {
  padding: 0 40px;
}
.contact-fax {
  padding: 0 40px;
}

.footer-number {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: -0.025em;
}

.footer-number-green {
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: -0.025em;
}

.footer-number-contact {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: -0.025em;
}

.footer-business-hours {
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  text-align: center;
}

.item-description-title {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-top: 70px;
  margin-bottom: 20px;
}

.item-description {
  height: auto;
  max-width: 275px;
  font-size: 13px;
  line-height: 22px;
}

.cart-button input[type="submit"] {
  display: none;
}

.stepper-button-plus,.stepper-button-minus {
  background-color: #F2F3F3;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 23px;
  padding-bottom: 5px;
  font-weight: 500;
  color: #AEAEAE;
  position: relative;
}

.stepper-button-plus::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background-color: white;
  width: 2px;
  height: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.stepper-button-minus::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  background-color: white;
  width: 2px;
  height: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.detail-quantity input {
  margin: 0!important;
  background-color: #F2F3F3;
  text-align: center!important;
  width: 195px!important;
  border: none!important;
}
.list-cart-button-label {
  height: 61px;
  width: 100%;
  color: white;
  background-color: #34B431;
  display: block!important;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 100px;
  position: relative;
}

.list-cart-button-label:hover {
  box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
}

.list-cart-button-label::before {
  content: "";
  width: 100px;
  height: 36px;
  position: absolute;
  left: 20px;
  bottom: 14px;
  display: inline-block;
  background: url(image/3x/cart.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.cart-button-label {
  height: 63px;
  width: 275px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 63px;
  display: block!important;
  letter-spacing: 0.02em;
  color: white;
  background-color: #34B431;
  text-align: center;
  border-radius: 5px;
  align-items: center;
  margin-top: 20px;
}

.cart-button-label:hover {
  box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
}

.cart-button-label::before {
  content: "";
  width: 100px;
  height: 36px;
  margin-bottom: 5px;
  display: inline-block;
  background: url(image/3x/cart.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.cart-button input {
  height: 60px;
  font-size: 18px;
  line-height: 9px;
  letter-spacing: 0.02em;
  font-weight: bold;
  background-color: #34B431;
  text-align: left;
  padding-right: 20px;
  color: white;
}

.quantity input {
  font-size: 23px;
  line-height: 39px;
  font-family: 'Poppins', sans-serif;
}

.right-detail-box {
  margin-left: 100px;
  width: 40%;
}

.cart-button-item {
  height: 63px;
  width: 283px;
  font-weight: bold;
  font-size: 18px;
  line-height: 63px;
  display: block!important;
  letter-spacing: 0.02em;
  color: white;
  background-color: #34B431;
  text-align: center;
  border-radius: 5px;
  align-items: center;
}

.cart-button-item:before {
  content: "";
  width: 100px;
  height: 36px;
  margin-bottom: 5px;
  display: inline-block;
  background: url(image/3x/cart.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

#wc_customer .send input.to_reganddeliveryinfo_button {
  margin-top: 0;
}

@media screen and (max-width: 1250px) {

  .list-cart-button-label {
    width: 160px;
    height: 34px;
    font-size: 12px;
    letter-spacing: 0.02em;
    padding-left: 45px;
    padding-top: 10px;
  }

  .list-cart-button-label::before {
    width: 40px;
    left: 12px;
    bottom: 0;
    top: 9px;
  }

  footer {
    height: auto;
  }

  .footer-padding {
    height: auto;
  }

  .footer-container {
    height: auto;
    display: block;
    width: 100%;
    color: #2E2E2E;
  }

  .footer-tel {
    text-align: left;
    margin-right: 90px;
  }

  .footer-menu {
    display: block;
    align-items: center;
  }

  .footer-menu .menu-item {
    padding: 0 15px;
  }

  .footer-minimum-item {
    margin: 0 auto;
  }

  .menu-item-contact {
    border-left: none !important;
    margin-top: 32px;
  }

  .menu-item-contact:last-of-type {
    margin-left: 20px;
  }

  .footer-left {
    text-align: center;
    padding-top: 250px;
    margin-left: 0px;
    margin-bottom: 40px;
  }

  .footer-padding .footer-left {
    text-align: center;
    padding-top: 60px;
    margin-left: 0px;
    margin-bottom: 40px;
  }

  .footer-right {
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .delete-padding {
    padding-bottom: 0!important;
  }

  .footer-contact {
    height: auto;
    margin-top: 20px;
    display: block;
    text-align: center;
  }

  footer .footer-contact {
    display: block;
    margin: 0;
  }

  footer .footer-tel {
    margin: 0;
  }

  footer .footer-business-hours {
    text-align: center;
  }

  footer .footer-minimum-text {
    text-align: center;
  }

  .footer-tel-1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 0;
    padding: 0 40px;
  }

  .fax {
    padding: 20px 40px;
  }

  .fax hr {
    padding: 5px 0;
  }

  .footer-number {
    text-align: center;
    font-size: 27px;
    /* padding-top: 20px; */
  }

  .footer-number:last-of-type {
    /* padding-bottom: 20px; */
  }

  .hamburger-menu {
    display: flex;
  }

  .top-hamburger-menu {
    display: flex;
  }

  .nav-sp {
    display: none;
  }

}

/* index.php */

/* ヒーローとパンくずリスト */

.top-picture {
  height: 263.33px;
  background-size: 100%;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(image/product/top-company-1.jpg);
}

.top-picture-recruit {
  height: 263.33px;
  background-size: 100%;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(image/product/top-picture-recruit.jpg);
}

.top-picture-strength {
  height: 263.33px;
  background-size: 100%;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(image/product/top-company-1.jpg);
}

.top-picture-company {
  height: 263.33px;
  background-size: 100%;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(image/product/top-picture-company.jpg);
}

.top-picture-product {
  height: 263.33px;
  background-size: 100%;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(image/product/top-picture-product.jpg);
}

.top-picture-contact {
  height: 263.33px;
  background-size: 100%;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(image/product/top-picture-contact.jpg);
}

.top-picture-news {
  height: 263.33px;
  background-size: 100%;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(image/product/top-background-2.jpg);
}

.white-space {
  background-color: white;
  opacity: 0.9;
  position: absolute;
  bottom: 0px;
  left: 15%;
  width: 348.31px;
  height: 111px;
  border-radius: 19px 19px 0 0;
  justify-content: left;
}

.privacy .white-space {
  background-color: white;
  opacity: 0.9;
  position: absolute;
  bottom: 0px;
  left: 15%;
  width: 378.31px;
  height: 111px;
  border-radius: 19px 19px 0 0;
  justify-content: left;
}

.white-space-en-name {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.01em;
  margin-top: 25px;
  text-align: left;
  margin-left: 30px;
  position: relative;
}

.top-title-en-name {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.01em;
  margin-top: 25px;
  text-align: left;
  margin-left: 30px;
  position: relative;
}

.white-space-en-name::after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  bottom: -5px;
  width: 29px;
  height: 1px;
  transform: translate(-50%); /* 位置調整 */
  background-color: #34B431;
}

.white-space-ja-name {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 34px;
  font-weight: bold;
}

.res-title {
  display: none;
  text-align: center;
  margin: 23px auto 50px;
  color: #2E2E2E;
}

.res-title p {
  font-size: 12px;
}

.res-title h2 {
  margin-top: 10px;
  font-size: 28px;
  font-weight: bold;
}

.breadcrumbs-text {
  font-size: 12px;
  line-height: 28px;
  text-align: left;
  margin-top: 10px;
  margin-left: 204px;
  margin-bottom: 76px;
  margin-right: auto;
}

.breadcrumbs-text-1 {
  font-size: 12px;
  line-height: 28px;
  text-align: left;
  margin-top: 10px;
  margin-left: 204px;
  margin-bottom: 207px;
  margin-right: auto;
}

.breadcrumbs-text-company {
  font-size: 12px;
  line-height: 28px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 207px;
  margin-right: auto;
}

.breadcrumbs-text-recruit {
  font-size: 12px;
  line-height: 28px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 100px;
  margin-right: auto;
}

.breadcrumbs-text-news {
  font-size: 12px;
  line-height: 28px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 50px;
  margin-right: auto;
}

@media screen and (max-width: 1250px) {
  .top-picture {
    height: 187px;
    border-radius: 0 0 25px 25px;
    background-position: center;
    background-image: url(image/product/top-company-1.jpg);
  }

  .top-picture-recruit {
    height: 187px;
    border-radius: 0 0 25px 25px;
    background-position: center;
    background-image: url(image/product/top-picture-recruit.jpg);
  }
  
  .top-picture-strength {
    height: 187px;
    border-radius: 0 0 25px 25px;
    background-position: center;
    background-image: url(image/product/top-company-1.jpg);
  }
  
  .top-picture-company {
    height: 187px;
    border-radius: 0 0 25px 25px;
    background-position: center;
    background-image: url(image/product/top-picture-company.jpg);
  }
  
  .top-picture-product {
    height: 187px;
    border-radius: 0 0 25px 25px;
    background-position: center;
    background-image: url(image/product/top-picture-product.jpg);
  }
  
  .top-picture-contact {
    height: 187px;
    border-radius: 0 0 25px 25px;
    background-position: center;
    background-image: url(image/product/top-picture-contact.jpg);
  }
  
  .top-picture-news {
    height: 187px;
    border-radius: 0 0 25px 25px;
    background-position: center;
    background-image: url(image/product/top-background-2.jpg);
  }

  .white-space {
    display: none;
  }

  .res-title {
    display: block;
  }

  .breadcrumbs {
    display: none;
  }
}

.recruit-1 {
  height: 208px;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
}

.top-recruit-sp {
  height: 406px;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
}

.top-sp-space {
  margin-bottom: 400px;
}

.title-en {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.01;
  position: relative;
}

.title-en::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 29px;
  height: 1px;
  transform: translate(-50%); /* 位置調整 */
  background-color: #34B431;
}

.attraction {
  padding-top: 200px;
}

.interviews-top-en {
  padding-top: 60px;
}

.title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.title-heading {
  margin-top: 20px;
  margin-bottom: 70px;
}

.background-color-gley {
  background-color: #F2F3F3;
  position: relative;
  height: 1500px;
}

.background-color-gley-2 {
  background-color: #F2F3F3;
  position: relative;
  padding-top: 400px;
  padding-bottom: 130px;
  z-index: -400;
}

.background-color-gley-3 {
  background-color: #F2F3F3;
  position: relative;
  margin-top: 380px;
  height: 350px;
}

.background-color-gley-strength {
  background-color: #F2F3F3;
  position: relative;
  margin-top: 380px;
  height: 350px;
}

.background-color-gley-4 {
  background-color: #F2F3F3;
  position: relative;
  height: 256.55px;
}

.background-color-gley-5 {
  background-color: #F2F3F3;
  position: relative;
  margin-top: 130px;
  height: 350px;
}

.charm-point {
  display: flex;
  justify-content: center;
  align-items: center;
}

.charm-point-container {
  width: 554.8px;
  margin: 0 10px;
  margin-bottom: 80px;
}

.charm-point-heading {
  display: flex;
  justify-content: left;
  align-items: center;
}
.charm-point-heading-2 {
  display: flex;
  justify-content: right;
  align-items: center;
}

.charm-point-number {
  font-family: 'Poppins', sans-serif;
  font-size: 118.2px;
  line-height: 177.3px;
  letter-spacing: 0.01em;
  color: white;
  -webkit-text-stroke: 2px #34B431;
}

.charm-point-text-box {
  text-align: left;
}

.charm-point-text {
  display: inline-block;
  font-weight: bold;
  font-size: 32px;
  line-height: 56px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 5px;
  padding: 0 5px;
  background-color: white;
  border-bottom: solid #34B431 3px;
}

.charm-point-img {
  object-fit: cover;
  height: 372.7px;
  width: 554.8px;
}

.charm-point-description {
  font-size: 15px;
  line-height: 28px;
  margin: 0 auto;
  margin-top: 30px;
  width: 554.85px;
  text-align: left;
}

.welfare {
  margin-top: 410.5px;
  text-align: left;
  position: relative;
}

.welfare-text {
  display: flex;
  width: 360px;
}
.welfare-text-2 {
  display: flex;
  width: 360px;
  text-align: left;
  margin-top: 100px;
}

.welfare-heading {
  writing-mode: vertical-rl;
  color: white;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 230px;
  margin-right: 40px;
}

.welfare-heading-en {
  font-family: 'Poppins', sans-serif;
  color: white;
  writing-mode: vertical-rl;
  position: relative;
}

.welfare-heading-en::before {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  top: 0;
  width: 1px;
  height: 33px;
  transform: translate(-50%);
  background-color: white;
}

.welfare-heading-2 {
  writing-mode: vertical-rl;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 230px;
  margin-right: 40px;
}

.welfare-heading-en-2 {
  font-family: 'Poppins', sans-serif;
  writing-mode: vertical-rl;
}

.welfare-img {
  height: 398.255px;
  width: 1300px;
  opacity: 0.2;
}

.welfare-img-cover {
  height: 398.255px;
  width: 1300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #154242;
  border-radius: 0 18px 18px 0;
  position: absolute;
  padding-right: 60px;
  top: 0px;
  z-index: -1000;
  color: white;
}

.welfare-cover-content {
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  height: 398.255px;
  width: 1300px;
  padding-right: 60px;
}

.welfare-item {
  height: 157.612px;
  width: 157.612px;
  margin-bottom: 37px;
}

.welfare-item-container {
  text-align: center;
}

.welfare-item-container p {
  line-height: 22px;
}

.interview {
  margin-top: 120px;
  margin-left: 85px;
}

.interviews-title {
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.06em;
  line-height: 58px;
  text-align: left;
  margin-left: 30px;
}

.gley-right {
  background-color: #f2f3f3;
  margin-left: 100px;
  margin-bottom: 400px;
  /* height: 870px; */
  padding-bottom: 100px;
  border-radius: 15px 0 0 15px;
  display: flex;
}
.gley-right-2 {
  background-color: #f2f3f3;
  margin-right: 4.5%;
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-radius: 0 15px 0 0;
  display: flex;
}

.gley-left {
  background-color: #f2f3f3;
  margin-right: 100px;
  margin-bottom: 400px;
  height: 870px;
  border-radius: 0 15px 0 0;
  display: flex;
}

.white-right {
  background-color: white;
  margin-bottom: 400px;
  width: 90%;
  border-radius: 15px 0 0 0;
  margin-left: 100px;
  padding-top: -100px;
}

.white-right-top {
  position: relative;
  background-color: white;
  margin-bottom: 100px;
  border-radius: 15px 0 0 0;
  margin-left: 100px;
  margin-top: -400px;
  padding-left: 60px;
}

.white-right-top-2 {
  position: relative;
  background-color: white;
  margin-bottom: 100px;
  border-radius: 15px 0 0 0;
  margin-left: 100px;
  margin-top: -200px;
  padding-left: 60px;
}

.member-left {
  flex-basis: 25%;
}

.member-left h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin: 5px 0;
}

.member-left-top {
  flex-basis: 25%;
  text-align: left;
  padding-left: 60px;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;

}

.member-right {
  flex-basis: 75%;
  padding-top: 20px;
  position: relative;
}
.member-right-2 {
  flex-basis: 75%;
  padding-top: 100px;
}

.member-circle {
  height: 180px;
  width: 180px;
  margin-top: 40px;
}

.member-question {
  background-color: white;
  border-radius: 30px 0 0 30px;
  height: 60px;
  margin-top: 52px;
  margin-left: 30px;
}

.quantity {
  margin: 40px auto;
}

.member-question-sp {
  background-color: white;
  border-radius: 45px 0 0 45px;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 10px 0;
  margin: 40px 0;
  margin-left: 5%;
}

.member-question-sp .q {
  margin-left: 20px;
}

.member-question-sp h3 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.question-text-sp {
  font-size: 13px;
  line-height: 22px;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.question-man-sp {
  width: 80%;
  margin: 40px 0;
  margin-right: -20%;
}


.q {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #154242;
  margin-right: 18px;
}

.question-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-align: left;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 37px;
}

.question-text {
  margin-top: 28px;
  margin-left: 52px;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
  max-width: 780px;
}

.question-text-2 {
  margin-top: 28px;
  margin-left: 52px;
  margin-right: 450px;
  text-align: left;
  font-size: 13px;
  line-height: 22px;
}

.question-picture {
  position: absolute;
  z-index: 1000;
  height: 410px;
  width: 310px;
  right: 60px;
  top: 250px;
}

.members-img {
  width: 40%;
}

.members-img-message {
  margin-right: 40px;
  width: 40%;
}

.members {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -260px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 1100px;
  margin: 0 auto;
}

.company-message {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* width: 1100px; */
  width: auto;
  margin: 0 auto;
}

/* おかしい */
.company-message .title1-box-message {
  margin-top: 0;
}

.company-message .title1-text {
  width: 726px;
}

.members-2 {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -350px;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.members-3 {
  display: flex;
  position: absolute;
  top: -260px;
  width: 100%;
  justify-content: center;
}

.members-picture {
  width: 446px;
  height: 578px;
}

.members-picture-sp {
  width: 80%;
}

.company-picture {
  width: 446px;
  height: 351.68px;
}

.members-picture-2 {
  width: 446px;
  height: 578px;
}

.members-picture-2-box {
  position: relative;
  margin-top: 50px;
}

.white-space-en-name-message {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.01em;
  margin-top: 15px;
  text-align: left;
  margin-left: 30px;
  position: relative;
}

.white-space-en-name-message::after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  bottom: -5px;
  width: 29px;
  height: 1px;
  transform: translate(-50%); /* 位置調整 */
  background-color: #34B431;
}

.message-title {
  width: 352.8px;
  margin-top: 30px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 58px;
  text-align: left;
  margin-left: 30px;
}

.message-title-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 58px;
  text-align: left;
  margin-left: 30px;
}

.message-title-top {
  width: 450px;
  margin-top: 30px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 58px;
  text-align: left;
  margin-left: 30px;
}

.message-title-top-2 {
  width: 480px;
  margin-top: 30px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 58px;
  text-align: left;
  margin-left: 30px;
}

.message {
  margin-top: 40px;
  margin-left: 20px;
}

.message-top {
  margin-left: 20px;
}

.message-top-sp-container { /* いらないかも */
  margin-top: -450px;
}

.message-top-sp-container-recruit {
  margin-top: -350px;
}

.message-text {
  width: 426px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 80px;
  margin-left: 30px;
  text-align: left;
}

.message-text-sp {
  font-size: 14px;
  line-height: 186%;
  text-align: left;
  width: 80%;
  margin: 30px auto;
}

.message-text-1 {
  width: 426px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  margin-top: 40px;
  margin-left: 30px;
  text-align: left;
}

.message-text-2 {
  width: 440px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 40px;
  margin-left: 30px;
  text-align: left;
}

.message-text-3 {
  width: 480px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 40px;
  margin-left: 30px;
  text-align: left;
}

.message-text-strength {
  width: 426px;
  font-size: 15px;
  line-height: 21pt;
  font-weight: 400;
  margin-left: 30px;
  text-align: left;
}

.background-color-gley-sp {
  background-color: #F2F3F3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.background-color-gley-sp-top {
  background-color: #F2F3F3;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 850px;
}

.background-color-gley-sp-recruit {
  background-color: #F2F3F3;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 750px;
}

.background-color-gley-top-sp {
  padding-top: 20px;
  padding-bottom: 20px;
}


@media screen and (max-width: 1250px) {
/* おかしい */
  .company-message .title1-text {
    width: auto;
  }

  .company-message .title1-box-message {
    margin-top: 40px;
  }

  .background-color-gley-top-sp .title1-box, .background-color-gley-top-sp .members-picture-sp, .background-color-gley-top-sp .message-text-sp{
    width: 90%;
  }

  .message-top-sp-container-recruit .members-picture-sp {
    width: 90%;
  }

  .background-color-gley-4 {
    background-color: transparent;
    position: static;
    height: auto;
  }

  .members,.company-message {
    display: block;
    position: unset;
    max-width: 1100px;
    margin: 0 auto;
    width: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
  }

  .members-img {
    width: 100%;
  }

  .members-img-message {
    width: 100%;
  }

  .background-color-gley-5 {
    display: none;
  }

  .members .members-img img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .members .members-img-message img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .company-message .members-img-message img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .message {
    margin: 40px auto 0;
    width: 90%;
  }


  .message-title {
    margin: 20px 0 22px;
    width: auto;
  }

  .message-text-1 {
    margin: 0;
    width: auto;
  }

  .white-right-top {
    padding-left: 0;
    padding-top: 30px;
    margin-top: -140px;
    margin-left: 5%;
    margin-bottom: 50px;
  }

  .white-right-top-2 {
    padding-left: 0;
    padding-top: 30px;
    margin-top: -60px;
    margin-left: 5%;
    margin-bottom: 50px;
  }
}

.re-introduction {
  margin-top: 150px;
}

.requirements {
  background-color: white;
  width: 835.6px;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
}

.requirements-backlog {
  position: absolute;
  background-color: white;
  top: 450px;
  left: 50%;
  transform: translateX(-50%);
  width: 835.6px;
  height: 902px;
  border-radius: 20px;
  display: flex;
}

.requirements-sp {
  background-color: white;
  border-radius: 20px;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

.requirements-sp .title1-box {
  margin-top: 0;
}

.requirements-sp .title2-box {
  margin-top: 0;
}

.requirements-content-sp {
  text-align: left;
  margin: 0 10%;
}

.requirements-content-sp p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.003em;
}

.requirements-text {
  flex-basis: 280px;
  display: flex;
  width: 360px;
}

.requirements-heading {
  writing-mode: vertical-rl;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -0.02;
  font-weight: bold;
  margin-left: 77px;
  margin-right: 50px;
  text-align: left;
  margin-top: 80px;
}


/* saboxplugin */
.saboxplugin-wrap {
  background-color: #F2F3F3;
  border-radius: 10px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.sabox-plus-item {
  margin-top: 50px;
  margin-bottom: 50px!important;
}

.saboxplugin-gravatar {
  width: 40%;
  height: 100%;
}

.saboxplugin-wrap .saboxplugin-gravatar img {
  width: 100%;
  max-width: none!important;
}

.blog-content .this-man {
  font-size: 18px;
  line-height: 15px;
  font-weight: 500;
}

.blog-content .fn {
  font-size: 26px;
  line-height: 15px;
  font-weight: 500;
}

.about-me-text {
  color: #34B431;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.05em;
  font-family: 'Poppins', sans-serif;
  margin-left: 20px;
}

.about-me-text::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
  background: url(image/3x/right-green-arrow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.saboxplugin-authorname {
  border-bottom: solid 1px #CED6D3;
  padding-bottom: 20px;
  width: 95%;
}

.saboxplugin-wrap .saboxplugin-desc {
  margin: 20px!important;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .saboxplugin-wrap .saboxplugin-desc {
  }
}

.requirements-heading-en {
  font-family: 'Poppins', sans-serif;
  writing-mode: vertical-rl;
  line-height: 23px;
  text-align: left;
  margin-top: 80px;
  position: relative;
}

.requirements-heading-en::before {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  top: 0;
  width: 1px;
  height: 33px;
  transform: translate(-50%);
  background-color: #34B431;
}

.interview-heading-en {
  font-family: 'Poppins', sans-serif;
  writing-mode: vertical-rl;
  text-align: left;
  color: #34B431;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.09em;
  font-weight: 500;
}
.interview-heading-en-top {
  font-family: 'Poppins', sans-serif;
  writing-mode: vertical-rl;
  text-align: left;
  color: #34B431;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.09em;
  font-weight: 500;
  margin-left: -70%;
}

.requirements-content {
  text-align: left;
  margin-top: 45px;
  margin-bottom: 60px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 50px;
}

.requirements-content-heading {
  font-size: 16px;
  line-height: 39px;
  font-weight: bold;
  margin-top: 25px;
}

.requirements-content-heading::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-bottom: 2px;
  margin-right: 5px;
  display: inline-block;
  background: url(image/3x/triangle-2.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.achievement-number-title {
  background-color: #34B431;
  color: white;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 20px;
  height: 34px;
  width: 138px;
  margin-top: 25px;
  margin-left: 30px;
  padding-top: 5px;
  letter-spacing: 0.115;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.achievement-number {
  color: #34B431;
  font-size: 114.37px;
  line-height: 174.18px;
  letter-spacing: -0.035em;
  margin-left: 30px;
  margin-top: -30px;
  font-family: 'Poppins', sans-serif;
}

.achievement-number-point {
  font-size: 34.32px;
  line-height: 49.77px;
  letter-spacing: -0.02;
  font-weight: bold;
}

.green-circle {
  height: 175px;
  width: 175px;
  border-radius: 50%;
  background-color: #34B431;
  position: absolute;
  z-index: 30;
  top: -60px;
}

.green-circle-text {
  color: #34B431;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11.61px;
  line-height: 16.3px;
  letter-spacing: 0.095em;
  margin-top: 9px;
  vertical-align: middle;
}

.green-text {
  text-align: left;
}

.green-circle-text-container {
  background-color: white;
  border-radius: 15px;
  height: 30px;
  width: 120px;
  margin-top: 40px;
  position: absolute;
  left: 30px;
  z-index: 400;
}

.percent {
  font-size: 21px;
  line-height: 114.57px;
}

.green-circle-number {
  font-family: 'Poppins', sans-serif;
  font-size: 75.23px;
  line-height: 21px;
  letter-spacing: -0.035em;
  color: white;
  position: relative;
  top: 70px;
  z-index: 400;
}

.attraction-strength {
  padding-left: 160px;
  width: 1360px;
  margin: 0 auto;
  margin-top: 55px;
}

.attraction-slider .slick-prev:before {
  background: url(image/3x/slick-left-arrow.png)!important;
  background-size: contain!important;
  z-index: 100;
  left: 50px;
  top: -90px;
  opacity: 1;
}

.attraction-slider .slick-next:before {
  background: url(image/3x/slick-right-arrow.png)!important;
  background-size: contain!important;
  z-index: 100;
  right: 20px;
  top: -90px;
  opacity: 1;
}

.attraction-strength-2 {
  padding-top: 100px;
  margin-left: 10px;
  margin-right: 30px;
}

.attraction-strength-2-introduction {
  padding-top: 100px;
  width: 1267.5px;
  margin: 0 auto;
}

.attraction-strength-top-news {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 10px;
  margin-right: 30px;
}

.attraction-title {
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 58px;
  text-align: left;
  margin-left: 30px;
}

.attraction-title-result {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 58px;
  text-align: left;
  margin-left: 30px;
}

.attraction-text {
  text-align: left;
  line-height: 186%;
  margin-left: 30px;
}

.strength {
  position: relative;
  height: 615px;
  margin: 0 auto;
  width: 1360px;
}

.strength-img {
  width: 619.6px;
  height: 379px;
  position: absolute;
  left: 190px;
  top: 30px;
  z-index: 1000;
}

.strength-img-2 {
  width: 619.6px;
  height: 379px;
  position: absolute;
  left: 550px;
  top: 30px;
  z-index: 1000;
}

.strength-header {
  text-align: left;
  position: absolute;
  left: 862px;
  top: -40px;
}

.strength-header-2 {
  text-align: left;
  position: absolute;
  left: 250px;
  top: -40px;
}

.strength-header-number {
  font-family: 'Poppins', sans-serif;
  font-size: 70px;
  letter-spacing: 0.01em;
  line-height: 178.78px;
  color: #34B431;
}

.strength-header-text {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 50px;
  margin-top: -40px;
}

.strength-text-container {
  background-color: #F2F3F3;
  width: 420px;
  height: 326px;
  position: absolute;
  left: 750px;
  top: 230px;
}

.strength-text-container-2 {
  background-color: #F2F3F3;
  width: 420px;
  height: 326px;
  position: absolute;
  left: 190px;
  top: 230px;
}

.strength-text {
  width: 244px;
  font-size: 15px;
  line-height: 28px;
  margin-top: 51px;
  margin-left: 112px;
  text-align: left;
}

.strength-text-2 {
  width: 244px;
  font-size: 15px;
  line-height: 28px;
  margin-top: 51px;
  margin-left: 50px;
  text-align: left;
}

.introduction {
  display: flex;
  justify-content: center;
  margin-bottom: 240px;
}

.introduction-heading {
  position: relative;
  display: block;
}

.introduction-heading-2 {
  position: relative;
  display: block;
}

.introduction-heading:hover {
  background-color: #154242;
  opacity: 0.6;
}

.introduction-img {
  width: 422.5px;
  height: 387px;
}

.introduction-cover {
  width: 422.5px;
  height: 387px;
  background-color: #1D3339;
  position: absolute;
  opacity: 65%;
  top: 0;
}

.introduction-cover-top {
  width: 422.5px;
  height: 387px;
  background-color: #1D3339;
  position: absolute;
  opacity: 65%;
  top: 0;
}

.introduction-cover-text-number {
  font-size: 16.88px;
  font-family: 'Poppins', sans-serif;
  line-height: 25.31px;
  letter-spacing: 0.01em;
  margin-top: 72px;
  padding-top: 5px;
  color: white;
}

.introduction-cover-text-heading {
  font-size: 28px;
  line-height: 41px;
  margin-bottom: 12px;
  letter-spacing: 0.055em;
  color: white;
}

.introduction-cover-text {
  font-size: 15px;
  line-height: 25px;
  color: white;
}

.introduction-cover-container {
  text-align: left;
  width: 320px;
  margin-left: 50px;
  position: absolute;
  top: 0;
}

.introduction-machine {
  flex-basis: 60%;
  text-align: left;
  margin-left: 40px;
}

.machine-img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: 90% 50%;
}

.introduction-machine-heading {
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 0.055em;
  font-weight: 500;
  padding-top: 10px;
  margin-left: 10px;
}

.sp-introduction {
  display: none;
}

.machine-margin {
  margin-left: 30px;
}

.machine-margin p {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
}

.machine-title {
  margin-left: 40px;
  margin-bottom: 30px;
}

.border {
  border-bottom: solid #D0D0D0 1px;
  padding-top: 60px;
  margin-left: 40px;
  margin-bottom: 40px;
}
.border-2 {
  border-bottom: solid #D0D0D0 1px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.border-green {
  border-bottom: solid #34B431 1px;
  width: 33px;
}

.border-job {
  border-bottom: solid #D0D0D0 1px;
  padding-top: 60px;
  margin-left: 40px;
  margin-bottom: 40px;
}

.border-job-sp {
  border-bottom: solid #D0D0D0 1px;
  padding-top: 60px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
}

.border-job-sp-recruit {
  border-bottom: solid #D0D0D0 1px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 40px;
}

.border-contact {
  border-bottom: solid #D0D0D0 1px;
  padding-top: 60px;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.border-post {
  position: absolute;
  border-bottom: solid #D0D0D0 1px;
  padding-top: 60px;
  width: 70%;
  left: 50%;
  transform: translate(-50%); /* 位置調整 */
  z-index: -100;
  margin-bottom: 40px;
}

.border-top {
  border-bottom: solid #D0D0D0 1px;
  padding-top: 20px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.example-text {
  width: 780px;
  margin-left: 40px;
  line-height: 28px;
}

.management {
  width: 835.6px;
  height: 202px;
  border-radius: 20px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
  margin: 0 auto;
  margin-top: -100px;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.management-img {
  width: 192.78px;
  height: 132.31px;
  margin: 0 40px;
}

.management-heading {
  font-size: 21px;
  line-height: 41px;
  letter-spacing: 0.055em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align: left;
  margin-top: -50px;
}

.management-text {
  font-size: 12px;
  letter-spacing: -0.02em;
  line-height: 22px;
  width: 534.36px;
  height: 52.83px;
  text-align: left;
}

.contact-us {
  background-color: #2E2E2E;
  border-radius: 20px;
  color: white;
  width: 90%;
  margin: 0 auto;
  margin-bottom: -180px;
  position: relative;
  z-index: 10000;
  height: 380px;
}

.entry {
  position: relative;
  background-image: url(image/product/MV02.jpg);
  background-size: cover;
  background-position-x: right;
  border-radius: 20px;
  color: white;
  height: 377px;
  width: 90%;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: -180px;
  position: relative;
  z-index: 10000;
}

.entry-cover {
  position: absolute;
  background-color: #34B431;
  opacity: 80%;
  border-radius: 20px;
  height: 377px;
  width: 100%;
  margin: 0 auto;
  top: 0;
  z-index: -100;
}

.contact-us-header {
  font-size: 65px;
  line-height: 65px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-top: 80px;
}
.contact-us-header-2 {
  font-size: 65px;
  line-height: 65px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-top: -30px;
  z-index: 4000;
}

.contact-us-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.02em;
  font-weight: bold;
  margin-top: 10px;
}

.contact-us-text-form {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.02em;
  font-weight: bold;
  margin-top: 10px;
}

.contact {
  margin-left: 40px;
  background-color: white;
  border-radius: 26.5px;
  color: black;
  height: 53px;
  width: 213px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact:hover {
  box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
}

.contact-top {
  margin-top: 30px;
  margin-left: 40px;
  background-color: white;
  border-radius: 26.5px;
  color: black;
  height: 53px;
  width: 213px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-top:hover {
  box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
}

.contact-top-2 {
  margin-top: 30px;
  margin-left: 80%;
  background-color: white;
  border-radius: 26.5px;
  color: black;
  height: 53px;
  width: 213px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1000;
}

.contact-top-2:hover {
  box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
}

.contact-arrow {
  height: 20px;
  width: 20px;
  margin-right: 15px;
}

.contact-text {
  margin-left: 45px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.02;
}

.contact-text-entry {
  margin-left: 80px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.02;
}

.contact-text-top-news {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.02;
}

.re-margin {
  margin-top: 70px;
}

.bottom-mg {
  margin-bottom: 60px;
}


.contact-text-2 {
  margin-left: 60px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.02;
}

.contact-text-3 {
  margin-left: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.02;
}

.footer-tel-1+.fax {
  border-left: 1px solid white;
  height: 60px;
}
.footer-tel-1+.contact-fax {
  border-left: 1px solid #CED6D3;
  height: 60px;
}

.fax+.contact-1 {
  border-left: 1px solid white;
  height: 60px;
}

@media screen and (max-width: 1250px) {
  .contact {
    margin: 0 auto;
  }

  .strength-header-text {
    font-size: 26px;
    line-height: 40px;
  }

  .machine-name {
    width: 250px;
    margin: 10px auto!important;
    font-size: 18px;
    font-weight: 500;
  }

  .fax+.contact-1 {
    border: none;
  }

  .contact-1 {
    margin-top: 40px;
  }

  .introduction-machine-heading {
    font-size: 25px;
  }

  .contact-text-entry {
    margin-left: 50px;
  }

  .contact-us {
    height: 500px;
  }

  .contact-us-header {
    font-size: 50px;
    padding-top: 40px;
  }

  .contact-us-text {
    font-size: 12px;
  }

  .contact-phone-fax .contact-us-text {
    font-size: 18px;
  }

  .border-contact {
    display: none;
  }

  .contact-us-text-form {
    font-size: 20px;
    line-height: 26px;

  }



  .contact-phone-fax hr {
    width: 70%;
    margin: 0 auto;
    margin-top: 45px;
    color: #CED6D3;
  }

  .hr-tel-fax {
    width: 70%;
    margin: 0 auto;
    margin-top: 25px!important;
    color: #CED6D3;
  }

  .flex-end {
    justify-content: center;
  }

  .footer-tel-1+.fax {
    height: unset;
    border: none;
  }

  .footer-number-contact {
    padding: 0;
  }

  .achievement-number-title {
    margin-bottom: -30px;
  }

  .introduction {
    display: block;
    margin-bottom: 100px;
    margin-left: 15px;
  }

  .introduction-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  .introduction-cover {
    width: 100%;
    height: 250px;
  }
  .introduction-cover-top {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }



  .machine-title {
    margin-top: 40px;
    margin-left: 0;
  }

  .machine-img {
    margin-right: 0;
    margin: 0 auto;
    object-fit: cover;
    object-position: 90% 50%;
  }

  .introduction-cover-text {
    width: 250px;
    font-size: 14px;
  }

  .introduction-cover-text-heading {
    margin-left: 10px;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
  }

  .introduction-cover-text-number {
    margin-top: 0;
    width: 20px;
    font-size: 20px;
  }

  .introduction-cover-container {
    margin-top: 54px;
    text-align: left;
    margin-left: 10%;
    width: 75%;
    max-width: 270px;
  }

  .introduction-machine {
    margin-left: 5%;
    margin-right: 5%;
  }

  .sp-introduction {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 12px;
  }

  .example-text {
    width: 100%;
    margin: 0px;
    line-height: 28px;
  }

  .management {
    width: 80%;
    display: block;
    height: auto;
    margin-top: 0;
  }

  .management-img {
    margin-top: 30px;
  }

  .management-heading {
    width: 90%;
    margin: 20px auto;
  }

  .management-text {
    width: 80%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 30px;
  }

}

.overview-company-container {
  margin-top: 5px;
}

.overview-name {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 39px;
  padding-top: 5px;
  padding-left: 30px;
  background-color: #F2F3F3;
  height: 49.6px;
  width: 264px;
}

.overview-name-company {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 39px;
  padding-top: 5px;
  padding-left: 30px;
  background-color: #F2F3F3;
  height: auto;
  width: 264px;
}

.overview-text {
  margin-left: 30px;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.12em;
  line-height: 39px;
}

.justify-content {
  justify-content: center;
}

.align-item {
  align-items: center;
  margin-top: 5px;
}

.map {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.google-map {
  width: 60%;
  height: 393px;
  background-color: #F2F3F3;
}

.map-text {
  width: 40%;
  text-align: left;

  line-height: 28px;
  margin-left: 30px;
}

@media screen and (max-width: 1250px) {
  .overview {
    margin: 55px auto 0;
    width: 80%;
  }

  .overview .align-item {
    align-items: inherit;
  }

  .overview-name {
    width:90px;
    height: auto;
    padding-top: 0;
    flex-basis: 35%;
    padding-left: 0;
    text-align: center;
  }

  .overview-name-company {
    width: 90px;
    padding-left: 0;
    padding-top: 0;
    text-align: center;
    flex-basis: 35%;
  }

  .overview-text {
    font-size: 15px;
    flex-basis: 65%;
    margin-left: 5px;
  }

  .map {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .google-map {
    width: 100%;
    height: 220px;
  }

  .map-text {
    width: 100%;
    margin: 30px 0;
  }
}

.top-recruit {
  height: 208px;
  margin: 10px;
}

.top-recruit-1 {
  height: 208px;
  margin: 10px;
  margin-left: 310px;
}

.center {
  justify-content: center;
}

.left {
  justify-content: start;
}

.catch-copy {
  width: 443px;
  height: 229.3px;
  position: absolute;
  opacity: 90%;
  border-radius: 0 20px 20px 0;
  background-color: #154242;
  left: 0;
  top: 403px;
  padding-top: 30px;
  z-index: 100000;
}

.catch-copy-text {
  color: white;
  font-size: 30px;
  line-height: 54px;
  letter-spacing: -0.02em;
  font-weight: bold;
}

.space {
  height: 300px;
}

.tana {
  margin: 40px auto;
  
}

.circle-button {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid white;
  color: white;
  padding-left: 25px;
  margin-top: 30px;
  display: block;
  padding-top: 20px;
}

.circle-button:hover {
  background-color: white;
  color:black;
}

.circle-button-green {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #34B431;
  color: #34B431;
  padding-left: 24px;
  padding-top: 22px;
}

.gley-color {
  width: 100%;
  height: 340.3px;
  margin-top: -320px;
  background-color: #F2F3F3;
}

.jobs-img {
  width: 100%;
  margin-top: 20px;
}

.result-img {
  width: 100%;
  margin-top: 120px;
}

.jobs-img-1 {
  width: 367px;
  height: 262px;

}
.jobs {
  position: relative;
}

.triangle {
  width: 11.24px;
  height: 13px;
  margin-top: 10px;
}

.left-top-text-gley {
  color: #CED6D3;
}

.left-top-text {
  margin-bottom: 20px;
}

.h3 {
  font-size: 18px;
  margin-left: 30px;
  font-weight: bold;
}
.tag {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.115em;
  background-color: #1D3339;
  color: white;
  height: 21.46px;
  margin-left: 5px;
  padding: 0 3px;
  font-weight: 500;
}

.jobs-text {
  font-size: 13px;
  line-height: 22px;
  width: 371px;
  text-align: left;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.flex-text {
  display: flex;
  align-items: center;
}
.contact-top-3 {
  margin-top: 100px;
  margin-left: 160px;
  background-color: white;
  border-radius: 26.5px;
  border: solid 1px #E6E6E6;
  color: black;
  height: 53px;
  width: 213px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-top-3:hover {
  box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
}

.contact-top-4 {
  margin: 50px auto;
  background-color: #F2F3F3;
  border-radius: 26.5px;
  color: black;
  height: 53px;
  width: 213px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-top-4:hover {
  box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
}

.contact-top-4::before {
  contact-text: "詳細を開く";
}
.contact-top-4.active::after {
  contact-text: "詳細を閉じる";
}
.contact-top-5 {
  margin: 30px auto;
  background-color: white;
  border-radius: 26.5px;
  border: solid 1px #E6E6E6;
  color: black;
  height: 53px;
  width: 213px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.contact-top-5:hover {
  box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
}

.contact-top-news {
  margin: 80px auto;
  background-color: white;
  border-radius: 26.5px;
  border: solid 1px #E6E6E6;
  color: black;
  height: 53px;
  width: 213px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.contact-top-news:hover {
  box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
}

.contact-top-6 {
  font-weight: 600;
  margin: 30px auto;
  background-color: white;
  border-radius: 26.5px;
  border: solid 1px #E6E6E6;
  color: black;
  height: 53px;
  width: 326px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-top-6:hover {
  box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
}

/* top */
.jobs-requirements {
  text-align: left;
  margin-left: 40px;
  display: none;
  margin-bottom: 70px;
}

.jobs-requirements p {
  font-size: 13px;
  line-height: 24px;
}

@media screen and (max-width: 1250px) {
  .jobs-requirements {
    margin-left: 0;
  }

  .h3 {
    margin-left: 0;
  }
}


.arrow-up{
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: #34B431 #34B431 transparent transparent;
  transform: rotate(-45deg);
  margin-right: 20px;
  margin-top: 15px;
}

.arrow-down{
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: transparent transparent #34B431 #34B431;
  transform: rotate(-45deg);
  margin-right: 20px;
  margin-bottom: 15px;
}

.our-view-box {
  position: relative;
  width: 352px;
  height: 70px;
  background-color: white;
}

.green-triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 35px solid #34B431;
  border-bottom: 35px solid transparent;
}

.welfare-text-toggle {
  display: flex;
  text-align: left;
  margin-top: 100px;
  justify-content: flex-end;
}

.welfare-heading-eng {
  font-family: 'Poppins', sans-serif;
  writing-mode: vertical-rl;
  margin-right: 20px;
}

.welfare-heading-eng hr {
  border: 0;
  width: 1px;
  height: 33px;
  background: #34B431;
}

.welfare-heading-2-toggle {
  writing-mode: vertical-rl;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-right: 40px;
}

.flex-sp {
  display: flex;
}

.flex-sp-next {
  display: none;
}

@media screen and (max-width: 650px) {
  .gley-right-2 {
    background-color: #f2f3f3;
    margin-right: 4.5%;
    padding-bottom: 30px;
    margin-bottom: 80px;
    border-radius: 0 15px 0 0;
    display: flex;
    flex-direction:column;
    justify-content: center;
  }
  .member-left {
    /*flex-basis: 25%;*/
    margin: 0 auto;
    min-width: 210px;
  }

  .white-right-top {
    margin-top: -80px;
  }

  .contact-top-6 {
    width: 270px;
  }

  .open-time {
    font-size: 10px;
  }

  .contact-top-news-5 {
    margin: 30px auto;
    background-color: white;
    border-radius: 26.5px;
    border: solid 1px #E6E6E6;
    color: black;
    height: 53px;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    width: 213px;
  }
  

  .jobs-img {
    margin-top: 0;
  }

  .result-img {
    margin-top: 0;
  }

  .jobs-img-1 {
    width: 100%;
    height: auto;
  }

  .flex-sp {
    display: block;
  }

  .flex-sp-next {
    display: flex;
  }

  .flex-text {
    margin-top: 30px;
  }

  .catch-copy {
    width: 270px;
    height: 140px;
    padding-top: 20px;
  }

  

  .catch-copy-text {
    font-size: 18px;
    line-height: 33px;
    letter-spacing: -0.02em;
    z-index: 100000;
  }

}
.toggle_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.our-view-number {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 10;
}

.toggle_contents {
	background-color: white;
  position: relative;
  width: 352px;
  height: 70px;
  margin: 10px;
  display: block;
}
.toggle_title {
  position: relative;
  padding: 27.5px 27.5px 20px;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	line-height: 22px;
  letter-spacing: 0.03em;
  display: block;
}
/* 使っているやつOURVALUE周り */
.toggle_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
.our-value {
  position: relative;
}
.our-value dt{
	padding: 27.5px 27.5px 20px;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	line-height: 22px;
  letter-spacing: 0.03em;
  display: block;
  text-align: left;
  background-color: white;
  width: 330px;
  height: 70px;
  margin: 10px 10px 0;
  margin-left: 20px;
  position: relative;
}
.our-value dd{
  display: none;
  background-color: white;
  width:330px;
  margin:0 10px 10px;
  margin-left: 20px;
  padding: 20px;
  line-height: 28px;
}
.green-triangle-toggle {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 35px solid #34B431;
  border-bottom: 35px solid transparent;
}
.our-view-number-toggle {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 10px;
  left: 30px;
}

.tab2_1,.tab2_2,.tab2_3,.tab2_4 {
  text-align: left;
  width: auto;
}

/* 終わり */
/* 募集職種周り */

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.line-down {
  display: none;
}

@media screen and (max-width: 1350px) {
  .cp_tab {
    margin: 1em auto;
  }
  .cp_tab > input[type='radio'] {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
            appearance: none;
    display: none;
  }
  .cp_tab .cp_tabpanel {
    display: none;
  }
  .cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
  .cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
  .cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
  .cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
  .cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
  .cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
    display: block;
  }
  .cp_tab > label {
    position: relative;
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    cursor: pointer;
  }
  .cp_tab > label:hover,
  .cp_tab > input:focus + label {
    color: #34B431;
  }
  .cp_tab > input:checked + label {
    margin-bottom: -1px;
    color:#000000;
    font-weight: bold;
  }
  .cp_tab .cp_tabpanel {
    padding: 0.5em 1em;
  }
  .cp_tab > input:checked + label::before {
    /* 三角形 */
    content: '';
    position: absolute;
    top: 0%;
    left: 40%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid green;
  }
}
@media screen and (min-width: 1350px) {
  .cp_tab {
    margin: 1em auto;
    position: relative;
    margin-left: 50px;
  }
  .cp_tab input[type='radio'] {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
            appearance: none;
    display: none;
  }
  .cp_tab .cp_tabpanel {
    display: none;
  }
  .cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
  .cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
  .cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
  .cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
  .cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
  .cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
    display: block;
  }
  .cp_tab .cp_tabpanels {
    display: block;
  }
  .cp_tab > input + label {
    position: absolute;
    z-index: 100;
    left: -10px;
    display: block;
    width: auto;
    margin-bottom: -20px;
    padding: 15px;
    cursor: pointer;
  }
  .cp_tab > input + label:last-of-type {
    margin-bottom: 100px;
  }
  .cp_tab > label:hover,
  .cp_tab > input:focus + label {
    color: #34B431;
  }
  .cp_tab > input:checked + label {
    /*背景色と同じ*/
    color:#000000;
    font-weight: bold;
  }

  .cp_tab .cp_tabpanel {
    padding: 0.5em 1em;

    min-height: 320px;
  }
  .cp_tab > input:checked + label::before {
    /* 三角形 */
    content: '';
    position: absolute;
    top: 35%;
    left: 0%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid green;
  }
  
  .tab2_2 {
    top: 40px;
  }

  .tab2_3 {
    top: 80px;
  }

  .tab2_4 {
    top: 120px;
  }
}

@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
	}
	.cp_tab .cp_tabpanels {
	left: 7em;
	min-width: 7em;
	}
  .line-down {
    display: block;
  }

}
/* 終わり */

.toggle_contents dd {
	display: none;
  background-color: white;
}

.toggle_btn {
	position: absolute;
	top: 55%;
	right: 20px;
	transform: translateY(-50%);
	background: black;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.toggle_btn:before {
	width: 2px;
	height: 10px;
}
dt.selected .toggle_btn:before {
	content: normal;
}

.interviews-member-img {
  height: 377px;
  width: 420px;
}
.interview-container {
  margin: 0 20px;
}

.interviews-text-up {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.030;
  font-weight: 500;
  margin-top: 15px;
  text-align: left;
}
.interviews-text {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.030;
  font-weight: 500;
  text-align: right;
  margin-bottom: 10px;
}
.green {
  color: #34B431;
}
.career {
  line-height: 28px;
  letter-spacing: 0.06;
}

.top-news {
  background-color: #F2F3F3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-news-container {
  width: 60%;
  text-align: left;
  margin-left: 10%;
}

.top-news-container-sp {
  display: none;
}

.entry-container {
  z-index: 20000;
}

/* contact */

.contact-form-phase {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 30px;
}

.wrap{
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
  background: #000;
}

.Balloon {
  position: relative;
  display: inline-block;
  padding: 16px 10px 16px 24px;
  width: 254px;/*よしなに*/
  max-width: 100%;
  background: #34B431;
  margin: 0 20px;
}
.Balloon-gley {
  position: relative;
  display: inline-block;
  padding: 16px 10px 16px 24px;
  width: 254px;/*よしなに*/
  max-width: 100%;
  background: #CED6D3;
  margin: 0 20px;
}

.Balloon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 25.7px solid transparent;/*吹き出しの縦幅*/
  border-left: 30px solid #34B431;/*吹き出しの横幅*/
}

.Balloon-gley:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 25.7px solid transparent;/*吹き出しの縦幅*/
  border-left: 30px solid #CED6D3;/*吹き出しの横幅*/
}

.Balloon-Text {
  color: white;
  font-weight: bold;
  font-size: 17px;
  align-items: center;
}

.form-arrow-img {
  display: none;
}

.input-radio {
  padding-left: 40px;
}

.form-desired {
  display: flex;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-desired-top {
  display: flex;
  text-align: left;
  justify-content: center;
  align-items: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}

.form-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 39px;
  width: 200px;
}

.form-label {
  width: 500px;
  height: 50px;
  padding: 10px;
  background-color: #F2F3F3;
}
.form-label-textarea {
  width: 500px;
  height: 300px;
  padding: 10px;
  background-color: #F2F3F3;
}

.require {
  background-color: #34B431;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin-right: 30px;
  line-height: 16px;
  height: 18px;
  width: 34px;
  text-align: center;
}

.require-resume {
  background-color: #34B431;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin-right: 30px;
  height: 18px;
  width: 34px;
  text-align: center;
}

.require-top {
  background-color: #34B431;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin-right: 30px;
  height: 18px;
  line-height: 16px;
  width: 34px;
  text-align: center;
  margin-top: 10px;
}

.mwform-radio-field input {
  margin-right: 5px;
  transform: scale(1.5);
}

.form-radio-answer {
  width: 500px;
  padding: 5px 0;
}

.contact-submit-button {
  font-weight: 600;
  margin: 0px auto;
  background-color: #34B431;
  border-radius: 26.5px;
  color: white;
  height: 53px;
  display: flex;
  margin-top: 40px;
  margin-bottom: 25px;
  width: 317px;
  justify-content: center;
  align-items: center;
  
}

.submit-wrap {
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.submit-wrap::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 15px;
  width: 15px;
  height: 15px;
  top: 20px;
  background: url(image/3x/white-arrow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.contact-submit-button::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 20px;
  background: url(image/3x/white-arrow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}




.wpcf7-submit {
  width: 317px;
}
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}

.file-input {
  color: white;
  padding: 5px 10px;
  background-color: #154242;
  font-weight: bold;
  cursor: pointer;
}

.file-input-box p {
  margin-top: 6px;
}

.file-input-box {
  background-color: #F2F3F3;
  display: flex;
  width: 500px;
  height: 50px;
  padding: 10px;
}

.js-upload-filename {
  margin-left: 10px;
}

.mw_wp_form input[type="file"] {
  display: none!important;
}

.mw_wp_form_confirm .require, .mw_wp_form_confirm .require-top {
  display: none;
}

.mw_wp_form_confirm .form-input-container, .mw_wp_form_confirm .form-input-container-top {
  width: 400px;
}

.mw_wp_form_confirm .form-text {
  width: 150px;
}

.mw_wp_form_complete {
  margin-bottom: 100px;
}

.mwform-file-delete {
  display: none;
}

.form-input-container {
  display: flex;
  align-items: center;
}

.form-input-container-top {
  display: flex;
  align-items: normal;
}

@media screen and (max-width: 1250px) {
  .form-desired {
    display: block;
    max-width: 390px;
    margin: 30px auto;
  }

  .require {
    font-size: 12px;
    font-weight: bold;
    margin-right: 30px;
    margin-left: 20px;
    flex-basis: 50px;
    height: 18px;
    width: 34px;
    text-align: center;
  }

  .require-resume {
    font-size: 12px;
    font-weight: bold;
    margin-right: 30px;
    margin-left: 20px;
    height: 18px;
    width: 34px;
    text-align: center;
  }

  .require-top {
    margin-left: 20px;
  }

  .form-desired-top {
    display: block;
    max-width: 390px;
    margin: 30px auto;
  }

  .file-input-box {
    width: 263.5px;
    margin-right: 31.5px;
  }

  .form-text {
    width: 361.59px;
    margin: 0 auto;
    margin-left: 20px;
    margin-right: 29.87px;
  }

  .form-label {
    width: 90%;
    margin: 0 auto;
  }

  .interviews-member-img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .form-label-textarea {
    width: 90%;
  }

  .form-input-container-top {
    justify-content: center;
  }

  .form-radio-answer {
    width: 297.6px;
  }

}

.news-category {
  color: white;
  background-color: #CED6D3;
  height: 34px;
  width: 210px;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  padding-top: 5px;
  letter-spacing: 0.03em;
  margin: 20px;
  border-radius: 10px;
}
.all-news-category {
  color: white;
  background-color: #34B431;
  height: 34px;
  width: 210px;
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  padding-top: 5px;
  letter-spacing: 0.03em;
  margin: 20px;
  border-radius: 10px;
}
.news {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}


/* 新着情報 */
.top-new-news {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 15px;
  padding: 15px 0;
  position: relative;
}

.top-new-news::after {
  content: '';
  position: absolute;
  right: 5%;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(image/3x/green-arrow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all .3s;
}

.top-new-news:hover::after {
  right: calc(5% - 20px);
}

.all-post-container {
  align-items: center;
  font-size: 15px;
  line-height: 15px;
  width: 694px;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
}

.all-post-container::after {
  content: '';
  position: absolute;
  right: 5%;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(image/3x/green-arrow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all .3s;
}

.all-post-container:hover::after {
  right: calc(5% - 20px);
}

.all-post-border {
  border-bottom: solid #D0D0D0 1px;
  padding-top: 15px;
  margin-bottom: 15px;
  width: 694px;
  margin-left: auto;
  margin-right: auto;
}

.post-date {
  flex-basis: 15%;
  text-align: left;
  color: #9D9D9D;
}
.post-date-top {
  flex-basis: 10%;
  text-align: left;
  color: #9D9D9D;
}
.post-title {
  flex-basis: 75%;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}
.top-post-title {
  flex-basis: 80%;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

.post-list-title {
  font-size: 15px;
  font-weight: 500;
  margin: 45px 25px;
}

.post-list-title input {
  display: none;
}

.contact-arrow-box {
  flex-basis: 20%;
}

.itemimg-list {
  height: 283px;
}

.post-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 auto;
  margin-top: -105px;
  max-width: 1000px;
}


@media screen and (max-width: 1250px) {
  .news {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .post-title {
    font-size: 14px;
    line-height: 160%;
    margin-right: 40px;
  }

  .all-news-category {
    width: 153px;
    height: 34px;
    margin: 10px;
  }

  .news-category {
    width: 153px;
    height: 34px;
    margin: 10px;
  }

  .all-post-border {
    width: 80%;
  }

  .all-post-container {
    width: 80%;
    justify-content: space-between;
  }

  .post-date {
    margin-bottom: 5px;
  }

}

/* single */

.single-flex {
  width: 70%;
  margin: 0 auto;
}

.single-flex-left {
  flex-basis: 70%;
  font-family: 'Noto Sans JP', sans-serif;
}
.single-flex-right {
  flex-basis: 20%;
}

.single-category-name {
  color: white;
  background-color: #34B431;
  height: 27.5px;
  width: 110px;
  padding-top: 4px;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.03em;
  margin: 0 10px;
  margin-bottom: 4px;
  border-radius: 5px;
}

.single-date {
  text-align: left;
  color: #9D9D9D;
  padding-top: 4px;
}
.blog-detail__title {
  font-size: 33px;
  line-height: 150%;
  font-weight: bold;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.privacy-container {
  width: 80%;
  margin: 0 auto;
}

.privacy-heading {
  font-size: 36px;
  border-bottom: solid #34B431 3px;
  padding-top: 30px;
  margin-top: 60px;
  margin-bottom: 20px;
  text-align: left;
  padding-bottom: 15px;
  text-align: left;
}

.privacy-text {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  line-height: 28px;
  padding: 5px 0;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: left;
}

.blog-content {
  text-align: left;
}

.blog-content h2 {
  font-size: 36px;
  border-bottom: solid #34B431 3px;
  padding-top: 30px;
  margin-top: 120px;
  margin-bottom: 50px;
  text-align: left;
  padding-bottom: 15px;
}
.blog-content h3 {
  font-size: 24px;
  border-bottom: solid #154242 3px;
  padding-top: 20px;
  margin-bottom: 50px;
  text-align: left;
  padding-bottom: 10px;
}
.blog-content h4 {
  font-size: 20px;
  border-left: solid #34B431 4px;
  margin-top: 15px;
  padding-left: 15px;
  margin-bottom: 50px;
  text-align: left;
}
.blog-content h5 {
  font-size: 16px;
  padding: 11px 0;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: left;
  background-color: #F2F3F3;
}
.blog-content p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  line-height: 28px;
  padding: 5px 0;
  margin-top: 10px;
  margin-bottom: 15px;
}
.blog-content figure img {
  margin: 30px 0;
}



.blog-content ul {
  text-align: left;
  font-size: 16px;
  line-height: 41px;
}
.blog-content li:before {
  content: '・';
  color: #34B431
}
.blog-content blockquote p {
  background-color: #F2F3F3;
  padding: 30px;
  margin-bottom: 0px;
  text-align: left;
}
.blog-content blockquote {
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
}

.blog-content blockquote::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  background: url(image/3x/colon-left.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.blog-content blockquote::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: -10px;
  background: url(image/3x/colon-right.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.blog-content table {
  margin: 30px 0;
  font-size: 12px;
}

.blog-content td {
  border: solid 2px #CED6D3;              /* 枠線指定 */
  padding: 20px 10px;
}

.border-single {
  padding-top: 20px;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 80%;
  position: relative;
}

.green-arrow-top {
  height: 73px;
  width: 73px;
  position: absolute;
  top: 50px;
  right: 100px;
  cursor: pointer;
}

.single-right-category {
  font-family: 'Poppins', sans-serif;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  width: 50%;
  text-align: left;
  margin-left: 40px;
  margin-top: 150px;
}

.single-right-category-name {
  height: 20px;
  line-height: 15px;
  width: 50%;
  margin: 15px 0;
}

.category-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 40px;
  justify-content: center;
}

.single-right-category-p {
  text-align: left;
  margin: 0 auto;
  font-size: 15px;
  line-height: 15px;
}

.single-right-category-p:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(image/3x/category-tag.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.blog-detail__image img {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.thumbnail-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
}

.front-back-text {
  font-family: 'Poppins', sans-serif;
  color: #34B431;
  font-size: 15px;
  line-height: 31.5px;
  margin: 0 20px;
  display: flex;
  align-items: center;
}

.circle-button-green-2 {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #34B431;
  color: #34B431;
  padding-top: 20px;
}
.front-back {
  margin: 30px 20px;
  margin-bottom: 100px;
}

#toc_container {
  padding: 30px;
  margin: 20px 0;
  border: solid #D0D0D0 1px;
  opacity: 0;
}
.toc_title {
  text-align: left;
  font-size: 20px!important;
  font-weight: 600;
  line-height: 15px;
}

.toc_title:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(image/3x/hamburger.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.toc_list {
  font-size: 20px!important;
  font-family: 'Noto Sans JP', sans-serif;
}

.toc_list li:before {
  list-style-type: none;
  content: none;
}

.toc_list ul {
  margin-left: 40px;
  font-size: 18px;
}

.toc_list ul ul {
  font-size: 16px;
}

.toc_list ul ul ul {
  font-size: 14px;
}

@media screen and (max-width: 1250px) {
  .privacy-heading {
    font-size: 24px;
  }

  .single-flex {
    display: block;
    width: 90%;
  }

  .single-flex-left {
    margin-top: 54px;
  }

  .blog-detail__title {
    margin-top: 40px;
    font-size: 27px;
    font-weight: 500;
  }
  
  .single-flex-left .border-2 {
    padding-top: 0;
  }

  .blog-detail__image img {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .blog-content figure img {
    margin: 0;
  }

  .blog-content h2 {
    font-size: 24px;
  }

  .blog-content h3 {
    font-size: 20px;
  }

  .blog-content h4 {
    font-size: 18px;
  }

  .single-right-category {
    margin-top: 0;
  }

  .category-flex-wrap {
    width: 70%;
  }

  .single-flex-right {
    margin-bottom: 60px;
  }

  .border-post {
    width: 90%;
  }

  .border-single {
    margin: 0;
    width: 100%;
  }

  .green-arrow-top {
    right: 5%;
    top: -20px;
  }

  .blog-content td {
    padding: 10px;
  }

  .thumbnail {
    height: 130px;
    display: flex;
    align-items: center;
  }

  .thumbnail img {
    width: 160px;
    height: auto;
  }

  .thumbnail-front-back {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .front-back {
    margin-bottom: 50px;
  }

}


/* contact form 7 */

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

/* sp strength */


.strength-picture {
  position: absolute;
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: auto;
}

@media screen and (max-width: 1250px) {
  
  .background-color-gley-3 {
    height: auto;
  }

  .strength-picture {
    top: -160px;
  }

  .background-color-gley-strength {
    height: auto;
    margin-top: 200px;
  }

  .circle-button {
    position: absolute;
    margin-top: 0;
    right: 5%;
    top: 40%;
    padding-left: 0;
  }

  .members-2 {
    display: block;
    position: unset;
    max-width: 1100px;
    margin: 0 auto;
    width: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    height: 490px;
  }

  .members-picture-2-box {
    display: none;
  }

  .green-circle {
    height: 148px;
    width: 148px;
    border-radius: 50%;
    background-color: #34B431;
    position: absolute;
    z-index: 30;
    top: -170px;
    right: 5%;
  }

  .green-circle-text-container {
    margin-top: 30px;
    left: 25px;
    width: 97px;
  }

  .green-circle-text {
    font-size: 10px;
  }

  .green-circle-number {
    font-size: 64px;
    top: 50px;
  }

  .members-picture-2 {
    display: none;
  }

  .members-2 .message h2 {
    display: none;
  }

  .members-2 .message {
    padding-top: 150px;
  }

  .strength {
    display: none;
  }

  .attraction-strength {
    display: none;
  }

  .sp-only .strength {
    display: block;
    position: relative;
    height: 615px;
    margin: 0 auto;
    width: auto;
  }

  .strength-img-2 {
    width: 80%;
    height: auto;
    right: 0;
    top: 130px;
    left: auto;
    z-index: -100;
    max-width: 345px;
  }

  .strength-header-2 {
    left: 10%;
    top: -60px;
  }

  .message-text-strength {
    width: auto;
    margin: 0;
  }

  .strength-text-container-2 {
    width: 80%;
    left: 50%;
    transform: translate(-50%);
    height: auto;
    top: 320px;
    text-align: center;
    z-index: -1000;
  }

  .strength-text {
    margin: 20px 30px;
    width: auto;
  }

  .strength-text-2 {
    margin: 20px 30px;
    width: auto;
  }
  
  .achievement-number {
    margin: 0;
    font-size: 90px;
  }

  .achievement-number-title {
    margin-left: 0;
  }

  .attraction-strength-2 {
    display: none;
  }

  .attraction-strength-2-introduction {
    display: none;
  }

  .attraction-strength-top-news {
    display: none;
  }

}


@media screen and (max-width: 1250px) {

  .Balloon {
    height: 71.1px;
    width: 90px;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    margin-left: 0;
  }

  .Balloon:before {
    border: 35.5px solid transparent;/*吹き出しの縦幅*/
    border-left: 20px solid #34B431;
  }

  .Balloon-gley {
    height: 71.1px;
    width: 90px;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
  }

  .Balloon-gley:before {
    border: 35.5px solid transparent;/*吹き出しの縦幅*/
    border-left: 20px solid #CED6D3;
    justify-content: center;
  }

  .form-arrow-img {
    display: block;
    height: 70px;
    width: auto;
    margin: 0 5px;
  }

  .sp-only {
    display: block!important;
  }
  .pc-only {
    display: none;
  }

}

/* slick */

.slick-dots li button:before
{
    font-family: 'slick';
    content: ''!important;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    text-align: center;
    border: #34B431 1px solid;
    border-radius: 50%;
    opacity: 1;
    color: #34B431!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.slick-dots li.slick-active button:before
{
    opacity: 1;
    background-color: #34B431;
}

.slick-slide {
  height: auto;
}

.slick-arrow {
  z-index: 100;
}

.slick-arrow:before{
  content:""!important;
  width: 40px!important;
  height: 40px!important;
  position: absolute;
  top: 0;
}

.top-slick-next, .top-slick-prev {
  position: absolute;
  display: block;
  width: 40px;
  bottom: 25px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
}

.top-slick-next {
  right: 30px;
}

.top-slick-prev {
  right: 90px;
}

.top-slick-next:before{
  background: url(image/3x/top-next-arrow.png)!important;
  background-size: contain!important;
  right: 5px;
  z-index: 100;
}

.top-slick-prev:before{
  background: url(image/3x/top-prev-arrow.png)!important;
  background-size: contain!important;
  z-index: 100;
  left: 5px;
}

.slick-next, .slick-prev {
  position: absolute;
  display: block;
  right: 5px;
  bottom: 25px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
}

.slick-next:before {
  background: url(image/3x/slider-right.png)!important;
  background-size: contain!important;
  right: 5px;
  z-index: 100;
  opacity: 1;
}

.slick-prev:before {
  background: url(image/3x/slider-left.png)!important;
  background-size: contain!important;
  z-index: 100;
  left: 5px;
  opacity: 1;
}

.strength-slider .slick-prev:before {
  background: url(image/3x/slider-left.png)!important;
  background-size: contain!important;
  z-index: 100;
  left: 45px;
  top: 140px;
  opacity: 1;
}

.strength-slider .slick-next:before {
  background: url(image/3x/slider-right.png)!important;
  background-size: contain!important;
  z-index: 100;
  right: 17px;
  top: 140px;
  opacity: 1;
}

.introduction-slider .slick-prev:before {
  background: url(image/3x/slick-left-arrow.png)!important;
  background-size: contain!important;
  z-index: 100;
  left: 95px;
  top: -20px;
  opacity: 1;
}

.introduction-slider .slick-next:before {
  background: url(image/3x/slick-right-arrow.png)!important;
  background-size: contain!important;
  z-index: 100;
  right: 40px;
  top: -20px;
  opacity: 1;
}

.interviews-slider .slick-prev:before {
  background: url(image/3x/slick-left-arrow.png)!important;
  background-size: contain!important;
  z-index: 100;
  left: 80px;
  top: -130px;
  opacity: 1;
}

.interviews-slider .slick-next:before {
  background: url(image/3x/slick-right-arrow.png)!important;
  background-size: contain!important;
  z-index: 100;
  right: 90px;
  top: -130px;
  opacity: 1;
}

.slick-num {
  display: none;
}

/* sp recruit */

.welfare-item-container-sp {
  display: none;
}

.product-slider .slick-next {
  right: -25px;
}

@media screen and (max-width: 1250px) {

  .contact-us-header-2 {
    margin-top: 30px;
  }


  .recruit-1 {
    height: 130px;
    top: -72.25px;
  }

  .product-slider .slick-next {
    display: block!important;
  }

  /* .product-slider .slick-arrow:before {
    display: block;
    right: -25px;
  } */

  .slick-num {
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    margin-top: 10px;
  }

  .background-color-gley {
    margin-top: 100px;
    height: auto;
    padding-bottom: 80px;
  }

  .attraction {
    display: none;
  }

  .interviews-top-en {
    display: none;
  }

  .background-color-gley .title-heading {
    display: none;
  }

  .recruitment-sp-title {
    padding-top: 100px;
  }

  .charm-point {
    display: none;
  }

  .charm-point-container {
    width: 90%;
  }

  .charm-point-number {
    font-size: 71px;
    line-height: 105px;
  }

  .charm-point-text {
    font-size: 19px;
    line-height: 32px;
  }

  .charm-point-img {
    width: 333px;
    height: 220px;
    margin: 0 auto;
  }

  .charm-point-description {
    font-size: 14px;
    line-height: 26px;
    width: 90%;
  }

  .charm-point-text-box {
    width: auto;
    text-align: left;
  }

  .charm-point-heading {
    justify-content: center;
    width: 333px;
    margin: 0 auto;
  }

  .welfare {
    margin-top: 80px;
  }

  .welfare-img {
    width: 90%;
    height: 588px;
    object-fit: cover;
    object-position: 90% 50%;
  }

  .welfare-img-cover {
    width: 90%;
    height: 588px;
    display: block;
    padding-right: 0;
  }

  .welfare-cover-content {
    width: 90%;
    height: 588px;
    display: block;
    padding-right: 0;
  }

  .footer-number-green {
    padding-top: 0;
    padding-bottom: 0;
  }

  .welfare-img-cover hr {
    background: white;
  }

  .welfare-cover-content hr {
    background: white;
  }

  .welfare-item-container {
    display: none;
  }

  .welfare-item-container-sp {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
    justify-content: center;
  }

  .welfare-text {
    display: none;
  }

  .welfare-item-container-sp .welfare-item-container {
    display: block;
    margin: 0 12px;
  }

  .welfare-item {
    margin-bottom: 0;
    width: 114.8px;
    height: 114.8px;
  }

  .welfare-item-container p {
    margin: 20px 0;
  }

  .interview {
    display: none;
  }

  .gley-right {
    display: inline-table;
    margin-left: 5%;
    margin-bottom: 30px;
  }

  .member-right {
    display: none;
  }

  .background-color-gley-2 {
    display: none;
  }

  .contact-top-3,.contact-top-4 {
    margin: 20px auto;
  }

  .jobs-text {
    width: 100%;
    margin: 30px auto;
  }

  .top-news {
    display: block;
  }

  .top-news-container {
    display: none;
  }

  .top-news-container-sp {
    padding: 40px 0;
    display: block;
  }

  .z-index {
    height: 400px;
  }

}

.item-img-box {
  width: 575px!important;
}

.detail-item-sub-img-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0!important;
}

.detail-item-sub-img-a {
  width: 90px!important;
  margin: 0 3% 0 0!important;
}

.detail-field_price {
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
}

.detail-field {
  text-align: left;
}

.detail-field_cprice {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 42px;
  font-weight: bold;
}

.item-page-flex {
  display: flex;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 70px;
  justify-content: center;
}

.detail-left-flex {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}


.itemsubimg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.itemsubimg a img {
  margin: 10px;
}

.detail-box {
  text-align: left;
  float: left;
}

.item-title-name {
  font-size: 29px;
  font-weight: 500;
  line-height: 47px;
  letter-spacing: -0.06em;
}

.detail-item-title-name {
  font-size: 29px;
  font-weight: 500;
  line-height: 47px;
  letter-spacing: -0.06em;
}

.item-list-title-name {
  width: 283px;
  font-size: 17px;
  text-align: left;
  line-height: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-family: 'Noto Sans JP', sans-serif;
}

.item-title-name-sp {
  display: none;
  text-align: left;
  font-size: 29px;
  line-height: 47px;
  letter-spacing: -0.06em;
}

.detail-item-title-name-sp {
  display: none;
  text-align: left;
  font-size: 26px;
  line-height: 39px;
  font-weight: 500;
  letter-spacing: -0.06em;
}



.skuform {
  text-align: left;
}

.field_price {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.field_price-list {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.field_price .field_cprice {
  font-size: 43px;
  line-height: 43px;
}

.field_price-list .item-list_cprice {
  font-size: 30px;
  line-height: 0px;
}

.post-list-title-container {
  display: flex;
  flex-wrap: wrap;
}

.price-en {
  font-size: 19px;
  line-height: 43px;

}

.detail-tax {
  font-style: normal;
}

.detail-price-en {
  font-size: 17px;
  line-height: 31px;
  font-weight: 400;
}

.item-info .c-box {
  text-align: left;
}

.item-info .field_cprice {
  color: black;
  text-decoration: none;
}

.item-info .skubutton {
  background-color: #34B431;
}

#itempage .sp-you {
  display: none;
}

.pagination {
  width: 30%;
  margin: 30px auto;
  font-size: 29px;
  line-height: 39px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers {
  width: 10%;
}

.prev-link {
  color: #34B431;
  font-weight: 400;
  width: 200px;
  display: -webkit-inline-box;
}

.prev,.next {
  width: 200px!important;
}

.prev-link::before {
  content: '';
  width: 64px;
  height: 64px;
  margin-right: 20px;
  display: inline-block;
  background: url(image/3x/green-left-arrow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.next-link {
  color: #34B431;
  font-weight: 400;
  width: 200px;
  display: -webkit-inline-box;
  text-align: right;
  margin-left: 20%;
}

.page-numbers {
  width: 10%;
  margin: 10%;
}

.current {
  color: #34B431;
}

.next-link::after {
  content: '';
  width: 64px;
  height: 64px;
  margin-left: 20px;
  display: inline-block;
  background: url(image/3x/green-right-arrow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.pagination-sp {
  display: none;
}

/* fade in contents */
.fade-in-item {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1!important;
  visibility: visible;
  transform: translateX(0);
}

.fade-in-item-trans {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 100px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein-trans {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1250px) {
  /* fade in contents */
  .fade-in-item-sp {
    /* 最初は非表示 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: opacity 1s, visibility 1s, transform 1s;
  }

  /* フェードイン時に入るクラス */
  .is-fadein {
    opacity: 1!important;
    visibility: visible;
    transform: translateX(0);
  }

  .background-color-gley-strength .fade-in-item-trans {
    /* 最初は非表示 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: opacity 1s, visibility 1s, transform 1s;
  }
  
  /* フェードイン時に入るクラス */
  .background-color-gley-strength .is-fadein-trans {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .background-color-gley-4 .fade-in-item-trans {
    /* 最初は非表示 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: opacity 1s, visibility 1s, transform 1s;
  }
  
  /* フェードイン時に入るクラス */
  .background-color-gley-4 .is-fadein-trans {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .post-li {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 auto;
    max-width: 360px;
  }

  .post-list-title {
    margin: 20px 10px;
  }

  .itemimg-list {
    height: 160px;
    width: 160px;
  }

  .itemimg-list img {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: auto;
  }

  .item-list-title-name {
    width: 160px;
    font-size: 10px;
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 0px;
    overflow-wrap: break-word;
  }

  .field_price-list .item-list_cprice {
    font-size: 20px;
    line-height: 20px;
    height: 35px;
  }

  .item-list_cprice .price-en {
    font-size: 10px;
  }

  .price-tax-list {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .field_price-list {
    margin: 0;
  }

  .cart-button-item {
    width: 160px;
    height: 34px;
    font-size: 12px;
    line-height: 34px;
  }

  .cart-button-item:before {
    width: 50px;
    height: 18px;
    margin-bottom: 3px;
  }

  .pagination {
    display: none;
  }

  .pagination-sp {
    width: 30%;
    margin: 30px auto 0px auto;
    font-size: 29px;
    line-height: 39px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .detail-item-title-name {
    display: none;
  }

  .detail-item-title-name-sp {
    display: block;
    margin-top: 20px;
    margin-left: 10%;
    margin-bottom: 20px;
  }

  .item-page-flex {
    display: block;
    width: 80%;
    max-width: 575px;
  }

  .detail-left-flex {
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }

  .detail-item-sub-img-box {
    display: none;
  }

  .right-detail-box {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .detail-field_price {
    text-align: center;
    font-size: 13px;
    line-height: 31px;
  }

  .item-img-box {
    width: 100%!important;
    margin-bottom: 0!important;
  }

  .detail-quantity {
    text-align: center;
    margin-top: 10px;
  }

  .detail-c-box {
    text-align: center!important;
  }

  .detail-field_cprice {
    font-size: 30px;
    font-weight: 400;
  }

  .cart-button-label {
    margin: 0 auto;
    margin-top: 20px;
    width: 275px;
  }

  .post-list-title input {
    width: 160px;
    height: 34px;
    font-size: 12px;
    line-height: 34px;
  }

  .item-description-title {
    text-align: center;
    margin-top: 27px;
  }

  .item-description {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }

  .detail-item-info {
    padding-top: 1em!important;
  }

}


@media screen and (max-width: 544px) {
  .detail-box .item-title-name {
    display: none;
  }
  .item-title-name-sp {
    display: block;
    margin-top: 20px;
    margin-left: 10%;
    margin-bottom: 20px;
  }

  .field_cprice {
    text-align: center;
  }

  .cart-button input {
    text-align: center;
    width: 90%;
  }

  .item-description {
    width: 90%;
    margin-bottom: 40px;
  }

  .right-detail-box {
    margin-left: 0;
    margin: 0 auto;
  }

  .skuform {
    text-align: center;
  }

}

.wiling-number {
  margin-top: 45px;
}

.strength-wiling-container {
  margin-top: 0px;
}

@media screen and (max-width: 1250px) {
  .wiling-number {
    margin-top: 0px;
  }

  .strength-wiling-container {
    margin-top: 30px;
  }
}

