@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 407px) {
	.is-sp33 {
    display: none !important;
  }
}

.header__info .pc-nav__items a {
  padding-bottom: 7px;
  position: relative;
}

.header__info .pc-nav__items a::before {
  background: #40B136;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.header__info .pc-nav__items a:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.now::before {
  background: #40B136;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: initial !important;
          transform-origin: initial !important;
  -webkit-transform: initial !important;
          transform: initial !important;
}

a:hover {
  opacity: .6 !important;
}

.footer__nav a {
  padding: 0 6px;
}

#query-monitor-main {
  opacity: 0 !important;
}

.top-others__inner {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .top-others__inner {
    padding-bottom: 30px !important;
  }
}

.top-business__btn a {
  border: none !important;
}

.recruit-bottom__mynavi {
  max-width: 300px;
  margin: 0 auto;
}

.recruit-bottom__button {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .recruit-bottom__button {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .recruit-bottom__button {
    margin-bottom: 15px !important;
  }
}

.recruit-bottom__guidance {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .recruit-bottom__guidance {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .footer__middle {
    display: block !important;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo {
    margin-left: initial !important;
    margin-right: initial !important;
    margin: 0 auto 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .footer__number {
    margin-bottom: 10px;
  }
}

.button__blog {
  background-color: #80ba7b !important;
  border: 1px solid #80ba7b !important;
}

.title-icon::before {
  position: absolute;
  border-style: solid !important;
  border-width: 3px 0 3px 6px !important;
  -webkit-transform: initial !important;
          transform: initial !important;
  left: 53% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  border-color: transparent transparent transparent #fff !important;
}

.news-detail__inner {
  padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .top-news__text {
    padding-left: 0 !important;
    font-size: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-news__item {
    padding: 20px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .top-news__head {
    margin-top: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-news__title {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-news {
    padding: 20px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .card-list {
    display: block !important;
  }
  .top-blog .card {
    width: 80% !important;
    margin: 0 auto 20px;
  }
  .top-blog .card:last-child {
    margin: 0 auto 0;
  }
  .title {
    width: 80% !important;
    margin: 0 auto 20px;
  }
}

.recruit-bottom__button {
  padding: initial !important;
  margin-top: -10px;
  margin-bottom: 25px !important;
}

.recruit-bottom__button a {
  padding: 16px 13px !important;
}

.recruit-bottom__button a:hover {
  opacity: .6 !important;
}

.recruit-bottom__text {
  line-height: 1.5 !important;
}

@media screen and (max-width: 767px) {
  .recruit-bottom__text {
    font-size: 12px !important;
  }
  .top-business__title {
    font-size: 16px !important;
  }
  .top-business__text--top,
  .top-business__text--under {
    font-size: 12px !important;
  }
  .top-business__btn a {
    width: 100% !important;
    max-width: 200px !important;
    margin: 0 auto;
  }
  .top-blog .card {
    padding: 20px !important;
  }
  .card__number {
    font-size: 20px !important;
  }
  .card__number span {
    font-size: 24px !important;
  }
  .card__img {
    aspect-ratio: initial !important;
  }
  .top-blog__inner .card__title {
    font-size: 14px !important;
  }
  .button--m,
  .top-business__btn a {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 768px) {
  .recruit-interview__flex {
    -webkit-box-pack: initial !important;
        -ms-flex-pack: initial !important;
            justify-content: initial !important;
  }
  .recruit-interview__img01 {
    margin: initial !important;
  }
  .recruit-interview__text-r,
  .recruit-interview__text-l {
    width: 52% !important;
  }
  .recruit-interview__a {
    max-width: initial !important;
  }
  .recruit-interview__text-r {
    margin-left: auto;
  }
  .recruit-interview__flex {
    margin: 0 20px !important;
  }
  .recruit-interview__text-l {
    margin-right: auto;
  }
}

.recruit-card__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit-card__detail dt {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .recruit-card__detail dt {
    width: 40px;
  }
}

.recruit-card__detail dd {
  width: calc(100% - 100px);
}

@media screen and (max-width: 767px) {
  .recruit-card__detail dd {
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 768px) {
  .recruit-card__title {
    font-size: 20px !important;
  }
  .recruit-card__body {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .recruit-card__body {
    font-size: 20px !important;
  }
  .recruit-middle__flex {
    padding-top: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .recruit-middle__flex {
    display: block !important;
  }
  .recruit-card {
    width: 80% !important;
    margin: 0 auto 20px !important;
  }
  .recruit-card:last-child {
    margin: 0 auto 0px !important;
  }
}

.news__back-text::after {
  right: 23% !important;
}

.news__back-text::before {
  right: 23% !important;
}

.news__back-text:hover::before {
  right: 16% !important;
}

.news__back-text:hover::after {
  right: 16% !important;
}

.blog__inner {
  max-width: 70rem !important;
}

@media screen and (min-width: 768px) {
  .blog__aside {
    width: 27% !important;
  }
}

.calendar__img table {
  border-collapse: collapse;
  width: 100% !important;
}

.calendar__img table td,
.calendar__img table th {
  border: 1px solid #40B136 !important;
}

@media screen and (max-width: 767px) {
  .blog__link .blog__link-button {
    width: 70%;
    margin: 0 auto;
  }
  .blog__link a {
    width: 100%;
  }
  .blog__aside {
    padding-top: 20px !important;
    margin-top: 20px !important;
  }
  .card2-list {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .top-blog .card {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .title,
  .top-work__title .title {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .card2__text {
    line-height: 1.7 !important;
  }
  .top-blog__inner .card__text {
    line-height: 1.7 !important;
    font-size: 13px !important;
  }
  .top-business__text--top,
  .top-business__text--under {
    line-height: 1.7 !important;
    font-size: 13px !important;
  }
  .top-news__inner {
    width: 87% !important;
    margin: 0 auto;
  }
  .top-work__inner {
    width: 90% !important;
    margin: 0 auto;
  }
  .top-news__contents {
    padding: 30px 16px !important;
  }
  .top-business__inner {
    padding: 18px 16px 23px !important;
  }
}

.button::after {
  top: 53% !important;
}

.button::before {
  top: 50% !important;
}

@media screen and (max-width: 767px) {
  .news-button a {
    width: 100% !important;
    max-width: 200px !important;
    margin: 0 auto;
  }
}

.card2__body {
  padding: 14px 16px 22px !important;
}

.card {
  padding: 7px 16px 22px !important;
}

.card2__text {
  line-height: 1.6 !important;
}

@media screen and (max-width: 767px) {
  .top-work__title .title {
    width: 95% !important;
  }
  .top-work__title .title {
    width: 95% !important;
  }
  title {
    width: 90% !important;
  }
}

.top-others__item::after {
  bottom: 31% !important;
  right: 10% !important;
}

.top-others__item::before {
  bottom: 32% !important;
  right: 10% !important;
}

.top-others__item::after {
  width: 34px !important;
}

.top-others__item::before {
  width: 8px !important;
}

.recruit::before {
  width: 8px !important;
}

.recruit::after {
  width: 34px !important;
}

@media screen and (max-width: 767px) {
  .recruit::before {
    left: 32% !important;
  }
}

@media screen and (max-width: 767px) {
  .top-others__text {
    position: absolute;
    right: 29% !important;
    top: 13%;
  }
  .recruit:hover::after {
    left: 24% !important;
  }
}

@media screen and (min-width: 768px) {
  .top-others__item:hover::before {
    -webkit-transform: translate(5px) rotate(30deg) !important;
            transform: translate(5px) rotate(30deg) !important;
  }
  .top-others__item:hover::after {
    -webkit-transform: translate(5px) !important;
            transform: translate(5px) !important;
  }
}

.arrow-u {
  position: absolute;
  right: 10%;
  bottom: 20%;
  z-index: 10;
  max-width: 150px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .arrow-u {
    max-width: 80px;
  }
}

.others__item {
  -webkit-transition: .3s;
  transition: .3s;
}

.others__item:hover .arrow-u {
  right: 8%;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .sub-title {
    right: 8% !important;
  }
  .sub-title--black {
    right: 8.5% !important;
  }
  .sub-title:hover::before,
  .sub-title:hover::after {
    right: -90% !important;
  }
  .button::after {
    width: 14px !important;
  }
  .button--m:hover::before,
  .button--m:hover::after {
    right: 10% !important;
  }
}

@media screen and (max-width: 767px) {
  .blog__calendar {
    max-width: 260px;
    margin: 0 auto;
  }
}

.news-detail2 {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .news-detail2 {
    padding-top: 30px;
  }
}

.news-detail2 img {
  width: initial !important;
  height: auto;
}

@media screen and (max-width: 767px) {
  header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 10000;
  }
}

@media screen and (max-width: 767px) {
  .header__wrapper {
    padding: 0 !important;
  }
}

.drawer-heading {
  max-width: 110px;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff;
}

.drawer-bottom {
  background: url(../assets/images/drawer-bg.png) no-repeat center center/cover;
  height: 100%;
}

.header__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.drawer-inner {
  max-width: 220px;
  margin: 0 auto;
}

.drawer-bottom {
  padding-top: 45px;
}

.drawer-bottom .wrap {
  margin-bottom: 35px;
}

.drawer-bottom .wrap .d-title {
  color: #fff;
  font-size: 12px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.drawer-bottom .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.drawer-bottom .d-flex a {
  color: #fff;
  font-size: 12px;
}

.drawer-bottom .d-flex a span {
  margin-left: 10px;
  font-size: 10px;
  position: relative;
  top: -2px;
}

.drawer-bottom .wrap2 {
  margin-bottom: 30px;
}

.drawer-bottom .wrap2 .item {
  margin-bottom: 15px;
}

.drawer-bottom .wrap2 .item a {
  color: #fff;
  font-size: 12px;
}

.drawer-bottom .wrap2 .item a span {
  margin-left: 10px;
  font-size: 10px;
  position: relative;
  top: -2px;
}

.drawer-bottom .wrap3 {
  text-align: center;
}

.drawer-bottom .wrap3 .drawer-button a {
  max-width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  background: #40B136;
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer-bottom .wrap3 .drawer-button .icon {
  width: 18px;
  margin-right: 20px;
}

.drawer-bottom .drawer-tel {
  margin-bottom: 30px;
}

.drawer-bottom .drawer-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer-bottom .drawer-tel a .icon {
  width: 22px;
  margin-right: 5px;
}

.drawer-bottom .drawer-tel a p {
  color: #fff;
  font-size: 19px;
  font-weight: bold;
}

.drawer-button {
  margin-bottom: 20px;
}

.drawer-info .drawer-info-title {
  font-size: 13px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.drawer-info .drawer-info-text {
  font-size: 10px;
  color: #fff;
  text-align: left;
}

.d-num {
  max-width: 123px;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 40px;
  }
}

.drawer-inner {
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .top-others__inner {
    padding: 30px 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .drawer-bottom .wrap3 .drawer-button a {
    font-size: 14px;
  }
  .drawer-bottom .wrap3 .drawer-button .icon {
    margin-right: 10px;
  }
}

.drawer-bottom .wrap .d-title1 {
  opacity: 0;
}

.drawer-bottom .wrap .d-title1.on {
  -webkit-animation: fade 1s ease .1s forwards;
          animation: fade 1s ease .1s forwards;
}

.d-flex1 .item1 {
  opacity: 0;
}

.d-flex1 .item1.on {
  -webkit-animation: fade 1s ease .15s forwards;
          animation: fade 1s ease .15s forwards;
}

.d-flex1 .item2 {
  opacity: 0;
}

.d-flex1 .item2.on {
  -webkit-animation: fade 1s ease .2s forwards;
          animation: fade 1s ease .2s forwards;
}

.drawer-bottom .wrap .d-title2 {
  opacity: 0;
}

.drawer-bottom .wrap .d-title2.on {
  -webkit-animation: fade 1s ease .25s forwards;
          animation: fade 1s ease .25s forwards;
}

.d-flex2 .item1 {
  opacity: 0;
}

.d-flex2 .item1.on {
  -webkit-animation: fade 1s ease .3s forwards;
          animation: fade 1s ease .3s forwards;
}

.d-flex2 .item2 {
  opacity: 0;
}

.d-flex2 .item2.on {
  -webkit-animation: fade 1s ease .35s forwards;
          animation: fade 1s ease .35s forwards;
}

.d-flex2 .item3 {
  opacity: 0;
}

.d-flex2 .item3.on {
  -webkit-animation: fade 1s ease .4s forwards;
          animation: fade 1s ease .4s forwards;
}

.drawer-bottom .wrap2 .item1 {
  opacity: 0;
}

.drawer-bottom .wrap2 .item1.on {
  -webkit-animation: fade 1s ease .45s forwards;
          animation: fade 1s ease .45s forwards;
}

.drawer-bottom .wrap2 .item2 {
  opacity: 0;
}

.drawer-bottom .wrap2 .item2.on {
  -webkit-animation: fade 1s ease .5s forwards;
          animation: fade 1s ease .5s forwards;
}

.drawer-bottom .wrap2 .item3 {
  opacity: 0;
}

.drawer-bottom .wrap2 .item3.on {
  -webkit-animation: fade 1s ease .55s forwards;
          animation: fade 1s ease .55s forwards;
}

.drawer-bottom .wrap2 .item4 {
  opacity: 0;
}

.drawer-bottom .wrap2 .item4.on {
  -webkit-animation: fade 1s ease .6s forwards;
          animation: fade 1s ease .6s forwards;
}

.drawer-bottom .wrap3 .drawer-button {
  opacity: 0;
}

.drawer-bottom .wrap3 .drawer-button.on {
  -webkit-animation: fade 1s ease .65s forwards;
          animation: fade 1s ease .65s forwards;
}

.drawer-bottom .wrap3 .drawer-tel {
  opacity: 0;
}

.drawer-bottom .wrap3 .drawer-tel.on {
  -webkit-animation: fade 1s ease .7s forwards;
          animation: fade 1s ease .7s forwards;
}

.drawer-info {
  opacity: 0;
}

.drawer-info.on {
  -webkit-animation: fade 1s ease .75s forwards;
          animation: fade 1s ease .75s forwards;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@media screen and (min-width: 768px) {
  .sub-title {
    right: 5.5% !important;
  }
  .sub-title::after {
    right: -63% !important;
  }
  .sub-title::before {
    right: -64% !important;
  }
  .sub-title:hover::after {
    right: -73% !important;
  }
  .sub-title:hover::before {
    right: -74% !important;
  }
  .sub-title--black {
    right: 5.5% !important;
  }
  .sub-title--black::after {
    right: -58% !important;
  }
  .sub-title--black::before {
    right: -59% !important;
  }
  .sub-title--black:hover::after {
    right: -68% !important;
  }
  .sub-title--black:hover::before {
    right: -69% !important;
  }
}

@media screen and (max-width: 767px) {
  .sub-title::after {
    right: -47% !important;
  }
  .sub-title::before {
    right: -49% !important;
  }
  .sub-title--black::after {
    right: -59% !important;
  }
  .sub-title--black::before {
    right: -61% !important;
  }
}

.top-fv__slide {
  aspect-ratio: initial !important;
}

.top-blog .card {
  padding: 18px 16px 35px !important;
}

@media screen and (max-width: 767px) {
  .top-blog .blog-button a {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top-blog .card {
    padding: 20px 20px 35px !important;
  }
}

@media screen and (min-width: 768px) {
  .recruit::before {
    bottom: 33%;
    left: 28.8% !important;
  }
  .recruit:hover::before {
    left: 29.8% !important;
  }
}

.recruit-a-img {
  position: absolute;
  bottom: 30%;
  right: 10%;
  z-index: 10;
  max-width: 45px;
}

.recruit__text {
  position: relative;
}

.recruit__text .recruit-a-img {
  bottom: 37%;
  right: 31%;
}

@media screen and (max-width: 767px) {
  .recruit__text .recruit-a-img {
    bottom: 37%;
    right: 27%;
  }
}

.top-others__item::before {
  position: initial !important;
  content: initial !important;
}

.top-others__item::after {
  position: initial !important;
  content: initial !important;
}

.recruit::before {
  position: initial !important;
  content: initial !important;
}

.recruit::after {
  position: initial !important;
  content: initial !important;
}

.top-others__item {
  -webkit-transition: .3s;
  transition: .3s;
}

.top-others__item:hover {
  -webkit-transition: .3s;
  transition: .3s;
}

.top-others__item:hover .recruit-a-img {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.top-others__item:hover .recruit-a-img img {
  -webkit-transition: .3s;
  transition: .3s;
}

.top-others__item--e,
.top-others__items {
  -webkit-transition: .3s;
  transition: .3s;
}

.top-others__inner {
  -webkit-transition: .3s !important;
  transition: .3s !important;
}

.top-others__recruit {
  -webkit-transition: .3s;
  transition: .3s;
}

.top-others__recruit:hover {
  -webkit-transition: .3s;
  transition: .3s;
}

.top-others__recruit:hover .recruit-a-img {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.top-others__recruit:hover .recruit-a-img img {
  -webkit-transition: .3s;
  transition: .3s;
}

.recruit-a-img {
  -webkit-transition: .3s;
  transition: .3s;
}

.arrow-u {
  max-width: 47px;
  bottom: 34%;
}

.company-greeting__in {
  max-width: 590px !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.company-greeting .company-title {
  max-width: 590px !important;
}

.company-greeting__in {
  margin: 0 auto !important;
}

@media screen and (min-width: 768px) {
  .company-greeting__name {
    margin-left: auto;
    padding-top: 2.4rem !important;
    padding-bottom: 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .company-greeting__out {
    padding: 0 20px !important;
  }
  .company-title {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .company-overview__inner {
    padding: 20px !important;
  }
  .company-history__inner {
    padding: 20px !important;
  }
}

.header__wrapper {
  display: block !important;
  opacity: 0 !important;
  -webkit-transition: .6s !important;
  transition: .6s !important;
  z-index: -1 !important;
  position: absolute !important;
  top: 0 !important;
  height: 0 !important;
}

.header__wrapper.is-open {
  display: block !important;
  opacity: 1 !important;
  -webkit-transition: .6s !important;
  transition: .6s !important;
  z-index: 8888 !important;
  position: fixed !important;
  top: 0 !important;
  height: 100vh !important;
}

.recruit-interview__a {
  font-size: 0.875rem !important;
}

@media screen and (min-width: 768px) {
  .recruit-card__detail dd {
    width: calc(100% - 60px) !important;
  }
}

@media screen and (min-width: 768px) {
  .recruit-interview__text-r {
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-interview__a {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

.recruit-card__body {
  font-size: 0.875rem !important;
}

@media screen and (min-width: 768px) {
  .recruit-card__detail dt {
    width: 60px;
  }
}

.btn_contact7 input {
  background-color: #80ba7b !important;
  border: 1px solid #80ba7b !important;
  color: #fff !important;
  outline: none !important;
}

.btn_contact7 input:hover {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

.recruit-interview__name {
  background-color: transparent !important;
  font-family: serif !important;
  font-size: 30px !important;
}

@media screen and (max-width: 767px) {
  .recruit-interview__name {
    font-size: 20px !important;
  }
}

.recruit-interview__name span {
  font-size: 14px !important;
}

@media screen and (max-width: 767px) {
  .recruit-interview__name span {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 768px) {
  .recruit-interview__img {
    width: 100% !important;
    margin: 0 auto !important;
  }
}

.contact__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__item span.red {
  padding: 0.2rem;
}

.contact__item {
  padding: 1rem 0 !important;
}

.top-business__text--top,
.top-business__text--under,
.card__text,
.card2__text,
.top-news__item,
.business-bottom__inner p,
.work-detail__content,
.blog__single2 p {
  font-size: 0.875rem !important;
}

.environment-middle04__item:last-child {
  padding-bottom: 0 !important;
}


.contact__checkbox dd a::before {
  right: 1% !important;
}

.contact__checkbox dd a::after {
  right: 1% !important;
}

.contact__checkbox dd a:hover::before,
.contact__checkbox dd a:hover::after {
  right: -2% !important;
}

.recruit-top__inner,
.company-top__inner,
.work-top__inner,
.business-top__inner {
  max-width: 70rem !important;
  padding: 0 !important;
}

.recruit-card {
  padding: 25px !important;
}

.environment-middle01__inner {
  padding-top: 31px !important;
}

.recruit-top__img,
.company-top__img,
.work-top__img,
.business-top__img {
  right: 0 !important;
}

@media screen and (max-width: 767px) {
	.recruit-card__head {
  font-size: 12px !important;
  margin-bottom: 10px !important;
}

  .page-title__text,
  .work-top__title,
  .page-title__text {
    font-size: 1rem !important;
    padding: 2rem 0 !important;
  }
  .recruit-bottom__inner {
    padding-top: 0 !important;
  }
  .work-top__text,
  .business-top__text,
  .company-top__text,
  .recruit-top__text {
    padding-left: 24px !important;
  }
  .c-pager {
    padding: 0 16px !important;
  }
  .business-top__title,
  .company-top__title,
  .recruit-top__title,
  .title__work,
  .blog__title {
    font-size: 1rem !important;
  }
}

.news-button a:hover::before {
  right: 10% !important;
}

.news-button a:hover::after {
  right: 10% !important;
}

.submit-wrap {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.submit-wrap::before {
  position: absolute;
  content: "";
  background: url(../assets/images/submit.png) no-repeat center center/cover;
  top: 50%;
  right: 14%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
  height: 6px;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s;
}

.submit-wrap:hover {
  -webkit-transition: .3s;
  transition: .3s;
}

.submit-wrap:hover::before {
  -webkit-transition: .3s;
  transition: .3s;
  right: 12%;
}

@media screen and (max-width: 767px) {
  .top-fv__slide {
    height: 100% !important;
  }
  .card2__text {
    font-size: 13px !important;
    line-height: 1.7 !important;
  }
}

.swiper-pointer-events {
  height: 100%;
}

.btn_contact7 input {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .top-fv {
    height: 30vh;
  }
  .top-fv__slide img {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top-work .button::after {
    right: 8% !important;
  }
  .top-work .button::before {
    right: 8% !important;
  }
  .c-pager span,
  .c-pager a {
    font-size: 0.8rem !important;
    margin-right: 10px !important;
  }
  .c-pager span {
    border-bottom: none;
  }
}

.c-pager span::after {
  content: initial !important;
}

.current {
  border-bottom: 1px solid #000 !important;
  padding-bottom: 5px !important;
}

@media screen and (max-width: 767px) {
  .others__inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .others__text {
    right: initial !important;
    left: 10% !important;
  }
  .others__title {
    font-size: 14px !important;
  }
  .arrow-u {
    bottom: 24% !important;
  }
}

@media screen and (max-width: 330px) {
  .arrow-u {
    bottom: 18% !important;
  }
}

@media screen and (max-width: 354px) {
  .button--s {
    font-size: 11px !important;
  }
}

.contact__checkbox dd {
  font-size: 16px !important;
}

@media screen and (max-width: 767px) {
  .contact__checkbox dd {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 767px) {
  .contact7 {
    padding-top: 20px !important;
  }
  .contact__inner {
    padding-top: 30px !important;
  }
  .contact__text {
    font-size: 0.8rem !important;
  }
  .mwform-checkbox-field-text {
    font-size: 13px !important;
  }
  .contact__item dt {
    margin-bottom: 8px !important;
  }
  .button--s {
    font-size: 13px !important;
  }
}

.card2__text {
  letter-spacing: 0 !important;
}

@media screen and (max-width: 354px) {
  .button--s {
    font-size: 10px !important;
  }
}

@media screen and (min-width: 768px) {
  .button__blog {
    width: 100% !important;
    font-size: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-blog .blog-button a,
  .news-button a {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .button {
    font-size: 13px !important;
  }
  .recruit-card {
    width: 100% !important;
  }
  .work-top__title {
    padding: 0 !important;
  }
}

.card__body {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .card__date {
    font-size: 12px !important;
  }
  .top-news__head {
    font-size: 12px !important;
  }
  .recruit-a-img {
    position: absolute;
    bottom: 18%;
    right: 14%;
    z-index: 10;
    max-width: 25px;
  }
  .recruit__text .recruit-a-img {
    bottom: 50%;
    right: 27%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .top-others__recruit:hover .recruit-a-img {
    -webkit-transform: translate(8px, 50%);
            transform: translate(8px, 50%);
  }
  .breadcrumb {
    margin-top: 30px;
  }
  .blog__aside {
    padding-bottom: 20px !important;
  }
  .recruit-card__detail dt {
    width: 64px;
    font-size: 12px !important;
  }
  .recruit-card__detail dd {
    width: calc(100% - 64px);
    font-size: 12px !important;
  }
  .company-overview__th,
  .company-history__th {
    width: 33% !important;
  }
  .recruit-interview__flex {
    padding-bottom: 0px !important;
  }
  .recruit-interview__img01 {
    margin-bottom: 10px !important;
  }
  .blog__content {
    padding-top: 7px !important;
  }
.blog__content img {
		width:initial !important;
}
  .recruit-interview__q,
  .environment-middle03__title {
    padding-top: 0 !important;
    font-size: 1rem !important;
  }
  .environment-middle01__img,
  .environment-middle02__img,
  .environment-middle03__img01,
  .environment-middle03__left,
  .environment-middle03__right,
  .environment-middle05__img {
    width: 100% !important;
  }
  .top-others__sdgs {
    padding: 0 !important;
  }
  .business-middle__title,
  .business-bottom__title,
  .company-greeting .company-title,
  .recruit-middle__title,
  .recruit-title,
  .recruit-card__title,
  .blog__aside-title,
  .environment-top__title,
  .environment-middle01__title,
  .environment-middle01__sub,
  .environment-middle02__title,
  .environment-middle02__sub,
  .environment-middle05__title,
  .environment-middle06__title {
    font-size: 1rem !important;
  }
  .recruit-interview__name,
  .environment-middle04__left,
  .environment-middle05__detail,
  .environment-middle06__items {
    font-size: 12px !important;
    line-height: 1.7 !important;
  }
  .environment-middle04__right {
    font-size: 11px !important;
    line-height: 1.7 !important;
  }
  .environment-middle04__yellow {
    margin-bottom: 30px !important;
  }
  .recruit-interview__name span {
    font-size: 10px !important;
  }
  .environment-middle04__white {
    font-size: 12px !important;
    border-right: 3px solid #D3CB49;
  }
  .environment-middle04__white:last-child {
    border-right: none;
  }
  .business-top__detail,
  .business-middle__detail,
  .business-bottom__detail,
  .work-top__detail,
  .news__top,
  .news__date,
  .company-top__detail,
  .company-greeting__text,
  .company-overview__th,
  .company-overview__td,
  .company-history__th,
  .company-history__td,
  .company-award__td:first-child,
  .company-award__th,
  .company-award__td,
  .recruit-top__detail,
  .recruit-interview__a,
  .new-title,
  .blog__archive li,
  .blog__link a,
  .environment-top__detail,
  .environment-middle01__detail,
  .environment-middle02__detail,
  .environment-middle03__detail {
    font-size: 12px !important;
    line-height: 1.7 !important;
  }
  .top-business__text--top,
  .top-business__text--under,
  .card__text,
  .card2__text,
  .top-news__item,
  .business-bottom__inner p,
  .work-detail__content,
  .blog__single2 p {
    font-size: 12px !important;
    line-height: 1.7 !important;
  }
  .blog__calendar {
    padding-top: 20px !important;
  }
  .blog__calendar h3 {
    font-size: 1rem !important;
  }
  .blog__link-button {
    padding-bottom: 15px !important;
  }
  .environment-middle04__item {
    padding-bottom: 30px !important;
  }
  .recruit-interview__a {
    padding-left: 24px !important;
    padding-right: 22px !important;
  }
  .recruit-interview__img01 {
    width: 100% !important;
    padding-left: 24px !important;
    padding-right: 22px !important;
  }
  .environment-middle01__inner,
  .environment-middle06__inner,
  .environment-bottom__inner {
    padding-top: 31px !important;
  }
  .work-bottom__inner {
    width: 100% !important;
    padding-left: 24px !important;
    padding-right: 22px !important;
  }
  .card2-list {
    margin: 0 !important;
  }
  .card2-list {
    width: 97% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .top-business__inner {
    width: 94% !important;
  }
}

.recruit-a-img,
.arrow-u {
  max-width: 35px !important;
}

@media screen and (max-width: 767px) {
  .recruit-a-img,
  .arrow-u {
    max-width: 25px !important;
  }
}

@media screen and (min-width: 768px) {
  .button:hover::before,
  .button:hover::after {
    right: 11% !important;
  }
  .top-work .button:hover::before,
  .top-work .button:hover::after {
    right: 4% !important;
  }
  .top-news .button:hover::before,
  .top-news .button:hover::after {
    right: 11% !important;
  }
}

@media screen and (min-width: 768px) {
  .button::after {
    width: 11px !important;
  }
  .button--s::before {
    width: 3px !important;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .top-fv__slide img {
    height: 50vh;
  }
}

.sub-title {
  right: 0 !important;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .sub-title {
    right: 0 !important;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top-blog__title {
    width: 90% !important;
    margin: 0 auto;
  }
  .title,
  .top-work__title .title {
    width: 100% !important;
  }
}

.sub-title::before {
  right: 0 !important;
}

.sub-title::after {
  right: 0 !important;
}

.sub-title:hover::before {
  right: -7px !important;
}

.sub-title:hover::after {
  right: -7px !important;
}

@media screen and (max-width: 767px) {
  .top-others__sdgs {
    padding: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .top-business__text--top,
  .top-business__text--under {
    font-size: 13px !important;
    line-height: 2 !important;
  }
  .top-business__inner {
    padding: 24px 16px 30px !important;
  }
  .sp-nav__center {
    width: 100%;
  }
  .sp-nav__text img {
    width: 61% !important;
  }
  .sp-nav__mail img {
    margin: 0 auto 1px;
  }
  .sub-title {
    font-size: 13px !important;
  }
  .drawer-info .drawer-info-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .others__detail {
    font-size: 12px !important;
  }
  .top-others__detail {
    font-size: 12px !important;
    white-space: nowrap;
  }
  .top-others__text {
    right: -12% !important;
    width: 100%;
  }
  .business-bottom__inner {
    padding: 30px 25px !important;
  }
  .recruit-interview__img01 {
    margin-bottom: 20px !important;
  }
  .recruit-interview__a {
    line-height: 1.8 !important;
  }
  .work-bottom .button::before {
    right: 6% !important;
  }
  .work-bottom .button::after {
    right: 6% !important;
  }
}

@media screen and (min-width: 435px) {
  .is-sp2 {
    display: none !important;
  }
}

@media screen and (max-width: 434px) {
  .is-pc2 {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .work-bottom .button:hover::before, .work-bottom .button:hover::after {
    right: 5% !important;
  }
}

@media screen and (max-width: 360px) {
  .button--s {
    font-size: 11px !important;
  }
}

.news__back-text {
  padding-right: 25px !important;
}

.news__back-text::after {
  right: 0% !important;
}

.news__back-text::before {
  right: 0% !important;
}

.news__back-text:hover::before, .news__back-text:hover::after {
  right: -8% !important;
}

.environment-top__inner {
  max-width: 70rem !important;
  padding: 0 !important;
}

.environment-top__img {
  right: 0 !important;
}

@media screen and (max-width: 767px) {
  .news__back-text:hover::before, .news__back-text:hover::after {
    right: 0% !important;
  }
  .work-detail__inner {
    padding: 10px 2rem !important;
  }
  .news-detail__inner {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .blog__article3 {
    padding: 30px 0 !important;
  }
  .blog__article4 {
    padding: 30px 2rem !important;
  }
  .environment-top__text {
    padding-left: 24px !important;
  }
}

.environment-middle01__sub,
.environment-middle02__sub,
.environment-middle03__sub,
.environment-middle04__sub,
.environment-middle03__title,
.environment-middle05__title,
.environment-middle06__title {
  margin-bottom: 15px !important;
}

.top-others__sdgs2 {
  border: 1px solid #EFEFEF;
}

@media screen and (max-width: 767px) {
  .blog__article10 {
    padding: 30px 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .blog__calendar td {
    font-size: 12px !important;
    padding: 5px !important;
  }
  .blog__calendar .blog__calendar {
    padding-top: 15px !important;
  }
  .blog__calendar .calendar__img table {
    padding-bottom: 0px !important;
    margin-top: -10px !important;
  }
}

.news-detail__content a {
  word-wrap: break-word;
  display: block;
}

.top-news__date {
  color: #0C6F04;
}

@media screen and (max-width: 767px) {
  .news__title {
    font-size: 14px !important;
  }
  .contact__checkbox dd {
    padding-top: 0 !important;
    margin-top: 20px !important;
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .contact__checkbox dd a:hover::before, .contact__checkbox dd a:hover::after {
    right: 1% !important;
  }
}

@media screen and (max-width: 767px) {
  .btn_contact7 input {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 768px) {
  .btn_contact7 input {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .business-middle__title,
  .business-bottom__title {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 450px) {
  .business-top__img {
    display: none !important;
  }
  .company-top__img {
    display: none !important;
  }
  .recruit-top__img {
    display: none !important;
  }
  .work-top__img {
    display: none !important;
  }
  .environment-top__img {
    display: none !important;
  }
}

.company-greeting__out {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .company-greeting {
    padding: 20px 0 !important;
  }
}
@media screen and (max-width: 930px){
.top-fv {
  height: 37vh !important;
}
}
@media screen and (max-width: 768px){
.top-fv {
  height: 30vh !important;
}
	
}

.top-fv__slide img {
height:100% !important;
}
.top-fv .swiper-slide::before {
height:94% !important;
}






/* ---------------------------------------------------------------------------------------------

　ギャラリー

--------------------------------------------------------------------------------------------- */
.gallery { /** ギャラリーを囲むボックス **/
width: 100%;
margin-bottom: 20px !important;
overflow: hidden;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
float: left;
margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
text-align: center;
}

.gallery-icon img {
width: 100%;
height: auto;
margin-bottom: 10px !important;
}

.gallery-caption,
.wp-caption-text { /** キャプション **/
font-size: 14px;
margin: 0 0 10px;
text-align: center;
}

.gallery-columns-1 .gallery-item { /** カラムなし **/
width: 100%;
margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
width: 48%;
margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
width: 31.33333%;
margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
width: 23%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
width: 18%;
margin: 0 1%;
}
@media (max-width:750px){
.gallery-columns-2 .gallery-item { 
width: 100%;
margin: 0;
}
.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
width: 31.33333%;
margin: 0 1%;
}
.gallery-caption,
.wp-caption-text { /** キャプション **/
font-size: 12px;
}}