@charset "UTF-8";

/*  */
.hv {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hv:hover {
  opacity: 1;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: auto;
}

body#news {
  background: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*------------------------------
レイアウト
------------------------------*/
.inner {
  width: 100%;
  margin: 0 auto;
}

.sp {
  display: block;
}

.sp__inline {
  display: inline-block;
}

.pc__inline {
  display: none;
}

.table-layout {
  width: 100%;
  margin: 30px 0;
}

.table-layout {
  overflow: auto;
  white-space: nowrap;
}

.table-layout::-webkit-scrollbar {
  height: 6px;
  background: #fff;
}

.table-layout::-webkit-scrollbar-track {
  background: inherit;
}

.table-layout::-webkit-scrollbar-thumb {
  background: #cdcfd2;
  border-radius: 10px;
}

/*============================
COMMON
============================*/
.section__ttl {
  font-size: 32px;
}

.section__ttl .ja {
  font-size: 16px;
}

.btn01 {
  padding: 10px 88px 12px 16px;
}

.mv .pc {
  display: none;
}

.mv .sp {
  display: block;
  object-fit: contain;
}


/* .mv {
  background: url(../img/mv-sp2.png) no-repeat;
  height: 100%;
  background-size: contain;
} */

.company-option .txt-box h4 {
  font-size: 20px;
}

.company-option .txt-box h2 {
  font-size: 32px;
}

.company-option .txt-box h2::before,
.company-option .txt-box h2::after {
  height: 30px;
}

/* .company-option .options .box {
  margin: 50px 0;
} */

.company-option .options .fly .comment {
  height: 80px;
  top: 5px;
}

.company-option .options .fly .comment p {
  background-size: 80%;
}

.company-option .options .fly {
  max-width: 180px;
  width: 100%;
  margin-bottom: 10px;
}

.company-option .options .fly img {
  width: 100%;
}

.company-option .inner .options .op {
  /* margin-bottom: 25px; */
  flex-direction: column;
  margin-bottom: 20px;
}

.company-option .options .box {}

.questions h2 {
  font-size: 20px;
}

.questions h2 span {
  font-size: 32px;
}

.questions h2 span::after {
  top: -40px;
  left: 7px;
  font-size: 30px;
}

.questions .qs-items .item.img {
  /* display: none; */
  order: 3;
  max-width: 170px;
}

.questions .qs-items {
  flex-wrap: wrap;
  gap: 0;
}

.questions .qs-items .item {
  width: 100%;
}

.questions .qs-items .item .box {
  width: 100%;
}

.questions .qs-items .item .box::after {
  left: -15px;
  right: initial;
  transform: rotate(-90deg);
  display: none;
}

.experience {
  padding: 50px 3% 0 3%;
}

.experience .txt-box p {
  font-size: 20px;
}

.experience .txt-box p span {
  height: 35px;
}

.experience .txt-box p span::after {
  height: 15px;
}

.experience .txt-box h2 {
  font-size: 25px;
}

.experience .txt-box h2 .number {
  font-size: 40px;
}

.experience .txt-box h2 .number::after {
  width: 25%;
  bottom: 17px;
  right: -2px;
}

.experience .txt-box h2 .red {
  font-size: 35px;
}

.experience .slider .item {
  padding: 50px 25px;
}

.contact-banner {
  padding: 50px 3%;
}

.contact-banner .banner a {
  font-size: 16px;
  gap: 10px;
  margin: auto;
  width: 100%;
  justify-content: center;
  /* padding: 20px 30px; */
}
.contact-banner .banner a,
.contact-banner .banner-btn .wrapper {
  gap: 15px;
}

.contact-banner .banner h3 {
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.6);
}

.contact-banner .banner p {
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.6);
}

.contact-banner .banner a .arr-img {
  width: 16px;
}

.company .txt-box {
  gap: 5px;
}

.company .txt-box img {
  width: 15%;
}

.company h2 {
  font-size: 28px;
}

.company h2 span {
  font-size: 30px;
}

.company .card .txt-box2 h3 {
  font-size: 22px;
}

.company .card .txt-box2 p {
  font-size: 16px;
}

.flow .inner .flow-items .item {
  order: unset;
}

.flow .inner .flow-items .item::after {
  transform: rotate(90deg);
  top: initial;
  right: initial;
  bottom: -40px;
  left: 150px;
}

.flow h2 {
  font-size: 25px;
}

.faqs .faq-items .question {
  font-size: 16px;
}

.faqs .faq-items .question::before {
  font-size: 25px;
}

.faqs .faq-items .answer {
  font-size: 14px;
}

.faqs h2::after,
.faqs h2::before {
  width: 15%;
}

.faqs .faq-items .item {
  margin-bottom: 35px;
}

.forms form ul li label {
  padding: 10px 0 0 0;
}

.forms h2 {
  font-size: 25px;
}

.forms form .desc {
  font-size: 16px;
}

.forms form ul li {
  flex-wrap: wrap;
}

.forms form ul li label {
  width: max-content;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.forms form .common input {
  width: 100%;
}

.forms form .ph-number .phone {
  width: 100%;
}

.forms form .ph-number .phone input {
  max-width: unset;
  width: 30%;
}

.forms form .radio {
  width: 100%;
}

.forms form .comment input {
  width: 100%;
}

.forms form .submit {
  padding-left: 0;
}

.forms form .submit .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer .inner .footer-nav ul li {
  width: 100%;
  text-align: center;
}

.copyright {
  font-size: 14px;
}



/* header */

.header__logo {
  padding-left: 3%;
}

.h1_logo {
  width: 100%;
}

.header__navi--box {
  position: absolute;
  top: 46px;
  background: #fff;
  display: none;
  z-index: 99;
}

.header__navi--list {
  padding: 20px 3% 20px;
}

.header__navi--list li {
  width: 48%;
  margin: 0 0 14px;
  padding: 0 0 10px;
  border-bottom: 1px solid #6a3c2c;
}

.header__contact {
  width: 100%;
}

.header__tel {
  max-width: 225px;
  margin: 0 auto;
}

.header__contact--mail {
  background: #beaa13;
}

.header__mail {
  max-width: 215px;
  margin: 0 auto;
}

/* float */
.float__sns {
  display: none;
}

/* mv */

.mv .slider__01 {
  /* height: calc(100vh - 100px); */
  background-image: url(../img/top-banner-m.jpg);
}

.mv .slider__02 {
  height: calc(100vh - 100px);
  background-image: url(../img/mv_slider02_sp.jpg);
}

.mv .slider__03 {
  height: calc(100vh - 100px);
  background-image: url(../img/mv_slider03_sp.jpg);
}

.mv .mv__text--box {}

.mv__text--box {
  left: 13px;
  bottom: 168px;
}

.mv__text {
  font-size: 23px;
}

/* news */

.news__ttlbox {
  width: 100%;
}

.news__ttlbox .section__ttl {
  text-align: center;
  margin: 0 0 20px;
}

.news__list--box {
  width: 100%;
  padding: 0;
}

.news__list {
  margin: 0 0 36px;
  text-align: left;
}

.news__item {
  margin: 0 0 15px;
}

.news__link {
  font-size: 16px;
}

/* aboutus */
.aboutus {
  padding: 40px 3% 40px;
}

.aboutus .section__ttl {
  margin: 0 0 20px;
}

.aboutus__item {
  background: none;
  padding: 0;
}

.aboutus__textbox {
  width: 100%;
  padding: 20px 5% 20px 5%;
  text-align: center;
}

.aboutus__text {
  font-size: 16px;
  margin: 0 0 28px;
  text-align: left;
}

.aboutus__textbox .btn01 {
  margin: 0 0 0 0;
}

/* store */
.store {
  padding: 0 3% 42px;
}

.store .section__ttl {
  margin: 0 0 20px;
}

.store__text {
  margin: 0 0 30px;
  font-size: 16px;
  text-align: left;
}

.store__list {
  max-width: 545px;
  margin: 0 auto;
}

.store__list--item {
  width: 100%;
  margin: 0 0 30px;
}

.store__list--item:nth-child(3n) {
  margin: 0 0 30px;
}

.store__list--item:last-child {
  margin: 0 0 0;
}

.store__list--ttl {
  font-size: 18px;
  padding: 21px 50px 21px 20px;
}

.store__list--ttl::after {
  font-size: 19px;
  right: 19px;
}

/* topbnr */
.topbnr {
  padding: 0 3% 60px;
}

.topbnr__btn {
  width: 100%;
  margin: 0 0 30px;
  padding: 18px 4.2% 16px;
}

.topbnr__btn:last-child {
  margin: 0 0 0;
}

.topbnr__btn--ttl {
  font-size: 21px;
  margin: 0 0 14px;
}

.topbnr__btn--ttl::after {
  font-size: 18px;
  right: 0;
}

.topbnr__btn--text {
  font-size: 16px;
  margin: 0 0 0 3px;
}

.access__img--box {
  height: 250px;
}

.access__item {
  top: 0;
  position: relative;
  padding: 20px 3% 20px 3%;
}

.access .access__map {
  padding: 0 0 40px;
}

.access .access__map iframe {}

.contactbnr {
  padding: 30px 3% 30px;
}

.contactbnr__item {
  padding: 20px 5% 30px;
}

.contactbnr__item--top {
  padding: 0 0 18px;
}

.contactbnr__item .contactbnr__item--left p {
  font-size: 18px;
}

.contactbnr__item--left {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

.contactbnr__tel {
  /* font-size: 31px;
  padding: 0 38px 0px 38px;
  letter-spacing: 0.15rem;
  background-position: top 4px left 2px;
  background-size: 37px; */
}

.contactbnr__text {
  font-size: 12px;
  margin: 10px 0;
  text-align: center;
}

.contactbnr__item .contactbnr__item--left,
.contactbnr__item .contactbnr__item--right {
  padding: 12px;
}

.contactbnr__item .contactbnr__item--right {
  width: 100%;
}

.contactbnr__item .contactbnr__item--right a {
  font-size: 18px;
}

.contactbnr__mail {
  padding: 14px 14px 16px 40px;
  font-size: 18px;
  background-position: center left 10px;
  background-size: 25px;
  display: flex;
  width: 100%;
  max-width: 272px;
  white-space: pre;
  margin: 0 auto;
  justify-content: center;
}

.recruitbnr {
  padding: 30px 3% 30px;
}

/* sherwin sp start */

#recruit .overview {
  padding-left: 5%;
}

.common-works {
  padding: 80px 3% 0 3%;
}

.common-works.unq {
  padding: 50px 3% 0 3%;
}

.common-works .inner {
  row-gap: 15px;
}

.common-works .cards p {
  padding: 10px 0 10px 5%;
}

/* sherwin-end */

.footer {
  padding: 30px 3% 30px;
}

.footer .footer__sns {
  padding: 0 0 30px;
}

.footer .footer__item {
  flex-direction: column;
  align-items: center;
}

.footer__item .footer__nav {
  padding: 0 3% 30px;
}

.footer__nav {
  width: 100%;
  order: 2;
  margin: 0 auto;
  margin: 30px auto 0;
}

.footer__nav .footer__nav--list {
  width: 100%;
}

.footer__nav--list .footer__nav--item {
  padding: 0 10px;
}

.footer__nav--item {
  margin: 0 0 14.7px;
}

.footer__item--left {
  width: 100%;
  order: 1;
}

.footer__item--childitem .footer__logobox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__logobox {
  max-width: 240px;
  margin: 0 auto 20px;
}

.footer__logo {
  width: 100%;
}

.footer__text {
  text-align: center;
}

.copyright {
  margin: 35px 0 0;
  text-align: center;
}

/*lower*/
.lower-mv {
  padding: 0 0 0 3%;
  height: 200px;
}

.lower-mv .inner {
  padding: 0;
}

.lower-mv__text {
  font-size: 30px;
  gap: 10px;
  flex-direction: column;
}

.lower-mv__text .jp {
  font-size: 16px;
}

.lower-mv .breadcrumb {
  left: 0;
}

.lower__section {
  padding: 60px 3% 100px;
}

.entry-content p {
  font-size: 16px;
}

.entry-content .mb100 {
  margin-bottom: 50px;
}

.entry-content .mb80 {
  margin-bottom: 40px;
}

.entry-content .mb70 {
  margin-bottom: 35px;
}

.entry-content .mb30 {
  margin-bottom: 15px;
}

.entry-content h2 {
  font-size: 22px;
}

/* store */
.lower-store.lower__section {
  padding: 50px 3% 65px;
}

/* voice */
.lower-voice.lower__section {
  padding: 60px 3% 60px;
}

.voice__list--item {
  padding: 0 0 20px;
  margin: 0 0 40px;
  justify-content: center;
}

.voice__list--text {
  padding: 0 3%;
  margin: 20px 0 0;
  width: 100%;
}

/* company */
.lower-company.lower__section {
  padding: 20px 3% 100px;
}

.company__info {
  padding: 28px 3% 24px;
  font-size: 16px;
}

.company__info dt {
  width: 100%;
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: bold;
}

.company__info dd {
  width: 100%;
}

/* faq */
.lower-faq.lower__section {
  padding: 50px 3% 74px;
}

.faq__list .faq__list--item {
  padding: 0 0 35px;
  margin: 0 0 40px;
}

.faq__list .faq__list--item .question {
  padding: 0 0 0 33px;
  margin: 0 0 25px;
}

.faq__list .faq__list--item .question::before {
  font-size: 22px;
  top: 2px;
}

.faq__list .faq__list--item .answer {
  padding: 0 0 0 33px;
}

.faq__list .faq__list--item .answer::before {
  font-size: 22px;
  top: 1px;
}

/* privacy */
.lower-privacy.lower__section {
  padding: 40px 3% 90px;
}

/* recruit */
.lower-recruit.lower__section {
  padding: 40px 3% 100px;
}

.recruit_item {
  padding: 25px 5% 40px;
}

/* news */
.lower-news.lower__section {
  padding: 40px 3% 90px;
}

.news__list--item {
  padding: 20px;
  margin: 0 0 40px;
}

.news__list--item .lbox {
  width: 100%;
  margin: 0 0 20px;
}

.news__list--item .news__list--ttl {
  margin: 0 0 15px;
}

.news__list--item .news__list--ttl .date {
  display: block;
}

.news__list--item p {
  padding-left: 0;
}

.news__list--item .rbox {
  width: 100%;
}

.pager .pager__item {
  font-size: 18px;
  margin: 0 12px 0;
}

.news-detail__ttl {
  padding: 0 0 20px;
  margin: 0 0 40px;
}

.news-detail__ttl .date {
  display: block;
  padding: 0 0 8px 0;
}

.news-detail__postlink {
  padding: 90px 0 0;
}

.news-detail__postlink a {
  font-size: 16px;
}

.news-detail__postlink .prevpost {
  text-align: right;
}

.news-detail__postlink .back {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding: 16px;
}

.news-detail__postlink .nextpost {
  text-align: left;
}

/* contact */
.lower-contact.lower__section {
  padding: 40px 3% 100px;
}

.contact__form--item {
  margin: 0 0 25px;
}

.contact__form--item.align-top {
  align-items: center;
}

.contact__form--item dt {
  width: 100%;
  text-align: left;
  margin: 0 0 6px;
  font-size: 16px;
}

.contact__form--item.align-top dt {
  padding: 0;
}

.contact__form--item dd {
  width: 100%;
}

.contact__form--item dd input {
  width: 100%;
}

.contact__form--item dd input.text3 {
  max-width: unset;
}

.contact__form--item dd .mwform-radio-field label {
  font-size: 16px;
}

.contact__form--item dd .mwform-radio-field label input {
  height: 15px;
  width: 15px;
  margin: 0 3px 0px 0px;
}

.contact__form--item dd .textarea {
  padding: 10px 3%;
}

.contact__form .inquiry-type dd {
  width: 33%;
}

.submit_wap label {
  font-size: 16px;
}

.submit_wap label input {
  width: 15px;
  height: 15px;
  margin: 0 6px 3px 3px;
}

.submit_wap .btn01 {
  width: 50%;
}

.fac-info .slider-r .slide p {
  text-align: center;
}

.menu-content .insta_sns img {
  width: unset;
}

.menu-content .insta_sns {
  position: relative;
  top: 45%;
  text-align: center;
}

/* jen-s */

.news {
  padding-top: 18px;
}

.news__ttlbox .section__ttl {
  text-align: left;
}

.lower-information .post__list .post__item>a {
  flex-direction: column;
}

.lower-information .post__list .post__item .wrapper {
  width: 100%;
}

/* jen-s end */

/* position: relative;
    top: 45%;
    text-align: center;
} */

/*jun changes*/
.company_info {
  width: 100%;
}

.company_inner {
  flex-direction: column-reverse;
}

.company_profile ul li {
  padding: 20px 0;
  flex-direction: column;
}

.company_profile ul label {
  width: 100%;
  justify-content: start;
  background-color: #3334;
}

.business_inner {
  flex-direction: column;
  padding: 25px 10px 0 10px;
}

.business_inner .business_info {
  width: 100%;
}

/*jun end*/

@media (max-width: 700px) {

  section.contact-banner .banner {
    height: auto;
    gap: 10px;
  }

  .contact-banner .banner p {
    font-size: 16px;
  }

  section.contact-banner .banner h3 {
    font-size: 22px;
  }

  .contact-banner .banner .txt-box {
    margin: 20px 0;
    width: 60%;
  }

  .contact-banner .banner .img-box {
    align-self: flex-end;
    width: 40%;
  }

  .contact-banner .banner .img-box img {
    position: static;
  }
}

@media (max-width: 670px) {
  section.contact-banner {
    padding: 50px 5%;
  }

  section.contact-banner .banner {
    display: flex;
    /* align-items: flex-end; */
    /* justify-content: flex-end; */
  }

  section.contact-banner .banner p,
  section.contact-banner .banner h3 {
    line-height: 1.2;
    /* padding-right: 27%; */
  }

  /* section.contact-banner .banner a {
    font-size: 14px;
    width: 100%;
    margin: unset;
    justify-content: space-between;
    padding: 20px 5%;
    margin-right: 35%;
  } */

  .contact-banner .banner a {
    flex-direction: column;
    padding: 10px;
    gap: 6px;
  }

  .contact-banner .banner a .wrapper {
    gap: 10px;
  }

  .contact-banner .banner a .arr-img {
    width: 20px;
  }
}

@media (max-width: 649px) {
  .company h2 {
    font-size: 25px;
    white-space: pre;
  }

  .company h2 span {
    font-size: 25px;
  }
}

@media (max-width: 582px) {
  .top_mv_motion .text h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .news-detail__postlink .prevpost {
    order: 1;
  }

  .news-detail__postlink .back {
    order: 3;
  }

  .news-detail__postlink .nextpost {
    order: 2;
  }
}

@media (max-width: 577px) {
  .header__logo .h1_logo {
    width: 240px;
  }

  .menu-content ul .menu-content--cta {
    flex-direction: column;
  }

  .menu-content ul .menu-content--cta a {
    width: 100%;
    min-height: 150px;
  }

  .lower-mv__text {
    font-size: 26px;
  }

  .news__list .news__item a {
    display: flex;
    flex-direction: column;
  }

  .news__list .news__item .news-ttl::after {
    display: inline-block;
    content: "　＞";
    font-size: 16px;
    margin-left: 4px;
  }

  .news__list .news__item .arr-icon {
    display: none;
  }

  .news__list .news__item .news--ttl::after {
    display: block;
    content: "＞";
    position: absolute;
    /* top: 50%; */
    right: 0;
    /* transform: translate(0, -50%); */
  }

  .lower-information .post__list .post__item> {
    flex-direction: column;
    gap: 20px;
  }

  .lower-information .post__list .post__item .post-date,
  .lower-information .post__list .post__item .wrapper {
    width: 100%;
  }
}

@media (max-width: 567px) {

  .company-option {
    padding: 50px 5%;
  }

  .company-option .inner .txt-box h4 {
    font-size: 16px;
  }

  .company-option .inner .txt-box h2 {
    font-size: 25px;
  }

  .company-option .txt-box h2::before,
  .company-option .txt-box h2::after {
    bottom: 0;
  }

  .company-option .txt-box p span::before {
    bottom: -5px;
  }

  .company-option .txt-box p {
    line-height: 1.7;
  }

  .company-option .inner .options .box h3 {
    font-size: 18px;
  }

  .company-option .txt-box {
    margin-bottom: 25px;
  }

  section.questions {
    padding: 50px 5%;
  }

  section.questions h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  section.questions h2 span {
    font-size: 25px;
  }

  section.questions h2 span::after {
    top: -35px;
    left: 7px;
    width: 80%;
    letter-spacing: 5px;
    font-size: 30px;
  }

  section.experience .txt-box p {
    font-size: 18px;
  }

  .experience .txt-box p {
    gap: 15px;
  }

  section.experience .txt-box h2 {
    font-size: 35px;
  }

  section.experience .txt-box h2 {
    width: max-content;
    flex-direction: column;
    margin: auto;
  }

  section.experience .txt-box h2 .number {
    font-size: 40px;
    width: max-content;
  }

  section.experience .txt-box h2 .red {
    font-size: 40px;
    width: max-content;
  }

  section.experience {
    padding: 50px 5% 0 5%;
  }

  section.experience .slider .item {
    width: 400px;
  }

  .experience .slider .item .img-box {
    /* height: 250px; */
  }


  .company .txt-box {
    margin-bottom: 25px;
  }

  .company h2 span::before,
  .company h2 span::after {
    width: 10px;
    height: 10px;
  }

  section.company .card .txt-box2 h5 {
    font-size: 16px;
  }

  section.company .card .txt-box2 h3 {
    font-size: 18px;
  }

  .company .card {
    padding: 3% 3% 25px 3%;
  }

  section.flow h2 {
    font-size: 20px;
    margin-bottom: 80px;
  }

  .flow {
    padding: 50px 5%;
  }

  .faqs {
    padding: 50px 5%;
  }

  section.faqs h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .faqs .faq-items .item {
    margin-bottom: 30px;
  }

  section.forms h2 {
    font-size: 20px;
  }

  section.forms form ul li label {
    font-size: 14px;
  }

  .forms form ul li label .required {
    height: initial;
  }

  .forms form .desc {
    margin-bottom: 0;
  }

  .forms form .ph-number .phone span {
    width: 5px;
  }

  .forms form .radio span {
    font-size: 14px;
  }

  .forms form .ph-number .phone {
    gap: 5px;
  }

  .forms form .radio input {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
  }

  section.forms form .ph-number .phone input {
    width: 27%;
    height: 50px;
  }

  .forms form .common input {
    height: 50px;
  }

  .forms form .comment input {
    height: 220px;
  }

  section.forms form .submit p {
    font-size: 14px;
  }

  .forms form .submit .accept {
    font-size: 14px;
  }

  .forms form .submit .submit-btn {
    font-size: 16px;
  }

  section.contact-banner .banner a {
    font-size: 14px;
    width: 100%;
    margin: unset;
    /* justify-content: space-between;
    padding: 20px 5%;
    margin-right: 35%; */
  }

  section.contact-banner {
    padding: 50px 5%;
  }

  section.contact-banner .banner p,
  section.contact-banner .banner h3 {
    line-height: 1.2;
    /* padding-right: 30%; */
  }

  section.footer .ft-logo {
    width: 300px;
  }

  .footer.copyright {
    font-size: 12px;
  }

}

@media (max-width: 486px) {
  .header .inner {
    padding: 0 3%;
  }

  .header__logo .h1_logo {
    width: 180px;
  }

  .footer__nav .footer__nav--list {
    grid-template-columns: repeat(1, auto);
    grid-template-rows: unset;
    grid-auto-flow: unset;
    width: 100%;
    margin-bottom: 0;
  }

  .footer__nav--list .footer__nav--item,
  .footer__nav--list .footer__nav--item.recruit,
  .footer__nav--list .footer__nav--item.privacy {
    grid-column: unset;
    text-align: left;
  }

  .footer__nav--list .footer__nav--item:not(:last-child) {
    border: none;
  }

  /* .contactbnr__tel {
    position: static;
  } */

  .contact-banner .banner .txt-box {
    width: 100%;
  }

  .contact-banner .banner .img-box {
    display: none;
  }
  
  .contact-banner .banner {
    background: #0A3750 url(../img/face.png) no-repeat;
    background-position: right;
    background-size: contain;
    height: 320px;
    justify-content: flex-start;
  }

  section.contact-banner .banner h3 {
    font-size: 18px;
  }

  section.contact-banner .banner p, section.contact-banner .banner h3 {
    padding-right: 120px;
  }
}

@media (max-width: 480px) {

  .header .inner .h1__logo {
    width: 250px;
  }

  .header .inner .hamburger {
    width: 80px;
  }

  .company .txt-box img {
    display: none;
  }

  .company .txt-box {
    justify-content: center;
  }

  section.contact-banner .banner p, section.contact-banner .banner h3 {
    text-align: left;
  }
}

@media (max-width: 440px) {
  /* .contactbnr__tel {
    padding: 0;
    font-size: 26px;
  } */
}

@media (max-width: 400px) {
  section.experience .slider .item {
    width: 355px;
  }

  section.company-option .options .box {
    padding: 20px 15px;
    align-items: center;
    /* text-align: center; */
  }

  section.contact-banner .banner p {
    font-size: 16px;
  }
}

@media (max-width: 349px) {
  .header .inner .h1__logo {
    width: 200px;
  }

  .header .inner .hamburger {
    width: 50px;
  }

  section.flow .flow-items .item {
    width: 265px;
  }

  .flow .flow-items .item .icon {
    width: 100px;
    height: 100px;
  }

  section.flow .inner .flow-items .item::after {
    left: 115px;
  }

  section.experience .slider .item {
    width: 270px;
  }

  section.questions h2 span::after {
    display: none;
  }

  section.contact-banner .banner p,
  section.contact-banner .banner h3 {
    line-height: 1.2;
  }

}

@media (max-width: 317px) {

  .faqs h2 {
    gap: 5px;
  }

  section.contact-banner .banner a img {
    width: 20px;
  }

  section.contact-banner .banner a {
    font-size: 12px;
    padding: 20px 10px;
  }
}