@charset "utf-8";

/*========================
 見出し
=========================*/
#page-ttl {
}
#page-ttl .mv-img {
    line-height: 0;
}
#page-ttl .ttl-box {
    width: 400px;
    background-color: #58b507;
    padding: 25px 3% 25px 5%;
    margin-top: -59px;
    position: relative;
    z-index: 1;
}
#page-ttl .ttl-box h2 {
    line-height: 1.4;
}
#page-ttl .ttl-box h2 .en {
    display: block;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 5px;
}
#page-ttl .ttl-box h2 .jp {
    display: block;
    font-size: 15px;
    color: #fff;
}

/*========================
 下層-共通
=========================*/
header .hd-box {
    background: #ffffff;
}
main {
    padding-top: 90px;
}
/*--- [店舗一覧 #shop] ---*/
#shop {
    padding: 60px 0 35px;
}
#shop .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#shop .list .shop-box {
    width: 49%;
    margin-bottom: 25px;
}
#shop .list .shop-box h3 {
    line-height: 1.4;
    color: #58b507;
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #58b507;
    padding: 2px 0 2px 10px;
    margin-bottom: 15px;
}
#shop .list .shop-box .box {
    border: 2px solid #88c240;
    background-color: #fff;
    padding: 4%;
}
#shop .list .shop-box .box .img {
    margin-bottom: 15px;
}
#shop .list .shop-box .box .gmap {
    width: 100%;
    margin-bottom: 15px;
}
#shop .list .shop-box .box .gmap iframe {
    width: 100%;
    height: 300px;
}
#shop .list .shop-box .box .time {
    width: 100%;
    line-height: 1.4;
    margin-bottom: 15px;
}
#shop .list .shop-box .box .time tr {
}
#shop .list .shop-box .box .time tr th {
    background-color: #88c240;
    border: 1px solid #d3f4b4;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 3px;
}
#shop .list .shop-box .box .time tr td {
    background-color: #fff;
    border: 1px solid #d3f4b4;
    text-align: center;
    color: #58b507;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 3px;
}
#shop .list .shop-box .box .time tr td.fc01 {
    color: #000;
}
#shop .list .shop-box .box .time tr td.fc02 {
    color: #d06845;
}
#shop .list .shop-box .box .time-text {
    line-height: 1.4;
    font-size: 14px;
    margin-bottom: 15px;
}
#shop .list .shop-box .box .time-text .fc02 {
    color: #d06845;
}
#shop .list .shop-box .box .link {
}
#shop .list .shop-box .box .link a {
    display: block;
    background-color: #58b507;
    border: 1px solid #58b507;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 3%;
}
#shop .list .shop-box .box .link a:hover {
    background-color: #fff;
    border: 1px solid #58a316;
    color: #58a316;
    transition: 0.5s;
}
#shop .list .shop-box .box .link a span {
    display: block;
    background: url(../img/common/icon11.png) no-repeat right center;
    padding: 5px 25px;
}
#shop .list .shop-box .box .link a:hover span {
    background: url(../img/common/icon12.png) no-repeat right center;
    transition: 0.5s;
}

/*========================
 下層ページ
=========================*/
/*===== [エントリー] =====*/
#entry {
}
/*--- [#entry-form] ---*/
#entry #entry-form {
    padding: 60px 0;
}
#entry #entry-form h3 {
    text-align: center;
}
#entry #entry-form .txt {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
}
#entry #entry-form .line-bnr {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 45px;
}
#entry #entry-form h4 {
    line-height: 1.4;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}
#entry #entry-form .form-box table {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dddddd;
}
#entry #entry-form .form-box table tr {
    border-bottom: 1px solid #dddddd;
}
#entry #entry-form .form-box table tr th {
    padding: 15px 0;
    width: 210px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 1.4;
    font-size: 14px;
}
#entry #entry-form .form-box table tr th .hisu {
    color: #d61518;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    padding: 2px 7px;
    margin-left: 15px;
}
#entry #entry-form .form-box table tr td {
    padding: 15px 3%;
    line-height: 1.4;
}
#entry #entry-form .form-box table tr td.check-list .mwform-radio-field {
    display: block;
    margin-left: 0;
    margin-bottom: 3px;
}
#entry #entry-form .form-box table tr td .txt {
    line-height: 1.4;
    margin-top: 10px;
}
#entry #entry-form .form-box table tr td span {
    line-height: 1.4;
}
#entry #entry-form .form-box table tr td input {
      border: none;
    background: #ececec;
    font-size: 14px;
    padding: 15px;
    width: 100%;
}
#entry #entry-form .form-box table tr td input.sex {
    width: auto;
}
#entry #entry-form .form-box table tr td input.radio {
    width: auto;
}
#entry #entry-form .form-box table tr td input.check {
      width: auto;
}
#entry #entry-form .form-box table tr td textarea {
    background: #ececec;
     width: 100%;
    height: 200px;
    font-size: 14px;
     padding: 3%;
}
#entry #entry-form .form-box .link {
    width: 250px;
    margin: 25px auto 30px;
}
#entry #entry-form .form-box .link a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    line-height: 1.4;
    padding: 12px 21px;
    background: url(../img/common/icon07.png) no-repeat right 10px center;
    background-size: 7px;
    background-color: #e3e3e3;
}
#entry #entry-form .form-box .link a:hover {
    background-color: #bab8b8;
    transition: 0.5s;
}
#entry #entry-form .form-box .btn {
    width: 250px;
    margin: 20px auto 0;
    text-align: center;
}
#entry #entry-form .form-box .btn input {
    width: 100%;
    display: block;
    background: url(../img/common/icon01.png) no-repeat right 10px center;
    background-size: 14px;
    background-color: #58b507;
    border: 1px solid #58b507;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 33px;
}
#entry #entry-form .form-box .btn:hover input {
    color: #58b507;
    background: url(../img/common/icon02.png) no-repeat right 10px center;
    background-size: 14px;
    background-color: #fff;
    transition: 0.5s;
}
#entry #entry-form .form-box table tr td select {
  background: #e3eff9;
  font-size: 14px;
  padding: 15px;
  width: 35%;
}

/*===== [ブログ一覧] =====*/
#blog {
}
/*--- [#blog-list] ---*/
#blog #blog-list {
    padding: 60px 0 35px;
}
#blog #blog-list .list {
    display: flex;
    flex-wrap: wrap;
}
#blog #blog-list .list .box {
    width: calc(100% / 4);
    padding: 0 2%;
    margin-bottom: 25px;
}
#blog #blog-list .list .box a {
    text-decoration: none;
}
#blog #blog-list .list .box a .img {
    line-height: 0;
    margin-bottom: 10px;
}
#blog #blog-list .list .box a .text-box {
}
#blog #blog-list .list .box a .text-box .day {
    line-height: 1.4;
    color: #499c00;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
#blog #blog-list .list .box a:hover .text-box .day {
    color: #008448;
    transition: 0.5s;
}
#blog #blog-list .list .box a .text-box .ttl {
    line-height: 1.4;
    font-size: 14px;
}

/*===== [ブログ詳細] =====*/
/*--- [#blog-page] ---*/
#blog #blog-page {
    padding: 60px 0;
}
#blog #blog-page .blog-box {
    margin-bottom: 45px;
}
#blog #blog-page .blog-box h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #bdbcbc;
    margin-bottom: 20px;
}
#blog #blog-page .blog-box h3 .day {
    display: block;
    line-height: 1.4;
    color: #499c00;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}
#blog #blog-page .blog-box h3 .ttl {
    display: block;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
}
#blog #blog-page .blog-box .text-box {
}
#blog #blog-page .blog-box .text-box p {
}
#blog #blog-page .more {
    margin: 0 auto;
}

/*===== [働く環境] =====*/
#environment {
}
#environment #page-ttl {
    background-color: #e7f4db;
}
/*--- [#env] ---*/
#environment #env {
}
#environment #env .bg {
    background-color: #e7f4db;
    padding: 60px 0 30px;
}
#environment #env h3 {
    text-align: center;
}
#environment #env h3 .en {
    font-size: 18px;
}
#environment #env h3 .jp {
    font-size: 20px;
}
#environment #env .env-box {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 3% 3% 1%;
}
#environment #env .env-box .box {
    width: calc(84% / 4);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-content: flex-start;
    border-bottom: 1px solid #c3c1c1;
    padding: 0 1% 12px;
    margin: 0 2% 25px;
}
#environment #env .env-box .box h4 {
    line-height: 1.4;
    color: #88c240;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}
#environment #env .env-box .box .img {
    width: 35%;
}
#environment #env .env-box .box .text {
    width: 63%;
    font-size: 14px;
    margin-bottom: 0;
}
/*--- [#system] ---*/
#environment #system {
}
#environment #system .bg {
    background-color: #e7f4db;
    padding: 30px 0 60px;
}
#environment #system h3 {
    text-align: center;
}
#environment #system h3 .en {
    font-size: 18px;
}
#environment #system h3 .jp {
    font-size: 20px;
}
#environment #system .system-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#environment #system .system-box .box {
    width: calc(96% / 3);
    background-color: #fff;
    padding: 2%;
}
#environment #system .system-box .box .img {
    width: 80%;
    max-width: 192px;
    margin: 0 auto 15px;
}
#environment #system .system-box .box .text {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}
#environment #system .system-box .box .text span {
    color: #88c240;
    font-size: 18px;
}

/*===== [代表メッセージ] =====*/
#message {
}
#message #page-mv {
}
#message #page-mv .bg {
    background: url(../img/pages/message-mv-bg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 40px;
}
#message #page-mv .box {
    position: relative;
}
#message #page-mv .box h2 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 470px;
}
#message #page-mv .box .img {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
}
/*--- [#message-box] ---*/
#message #message-box {
    padding: 60px 0;
}
#message #message-box .box {
}
#message #message-box .box .text {
    margin-bottom: 20px;
}
#message #message-box .box .img {
    margin-bottom: 20px;
}
#message #message-box .box .name {
    text-align: right;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
}
#message #message-box .box .name span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}

/*===== [スタッフインタビュー-一覧] =====*/
#stafflist {
}
#stafflist #page-ttl {
}
/*--- [#staff-list] ---*/
#stafflist #staff-list {
    padding: 60px 0 40px;
}
#stafflist #staff-list h3 {
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}
#stafflist #staff-list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#stafflist #staff-list .list .box {
    width: calc(100% / 3);
    padding: 0 2%;
    margin-bottom: 20px;
}
#stafflist #staff-list .list .box a {
    text-decoration: none;
}
#stafflist #staff-list .list .box a .img {
    line-height: 0;
}
#stafflist #staff-list .list .box a .text-box {
    background-color: #88c240;
    padding: 15px 4%;
}
#stafflist #staff-list .list .box a:hover .text-box {
    background-color: #008346;
    transition: 0.5s;
}
#stafflist #staff-list .list .box a .text-box .name {
}
#stafflist #staff-list .list .box a .text-box .name .jp {
    display: block;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}
#stafflist #staff-list .list .box a .text-box .name .en {
    display: block;
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
/*===== [スタッフインタビュー-詳細] =====*/
#staff {
}
#staff #page-mv {
    position: relative;
    overflow: hidden;
}
#staff #page-mv .staff-mv {
    line-height: 0;
}
#staff #page-mv .info {
    width: 360px;
    background-color: #58b507;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1.4;
    color: #fff;
    padding: 2%;
}
#staff #page-mv .info .name {
    font-size: 20px;
    font-weight: bold;
}
#staff #page-mv .info .yaku {
    font-size: 15px;
    margin-top: 5px;
}
#staff #page-mv .info .syushin {
    font-size: 15px;
    margin-top: 5px;
}
/*--- [#intv] ---*/
#staff #intv {
}
#staff #intv .bg {
    overflow: hidden;
    position: relative;
    padding: 20px 0 0;
}
#staff #intv .bg:after {
    width: calc(((100vw - 1000px) / 2) + 1000px);
    position: absolute;
    content: '';
    height: 80%;
    left: 0;
    bottom: 0;
    background-color: #e7f4db;
    z-index: -2;
}
#staff #intv .staff-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
#staff #intv .staff-box .img-box {
    width: 30%;
    border: 3px solid #88c240;
    position: relative;
    overflow: hidden;
}
#staff #intv .staff-box .img-box .img {
    line-height: 0;
}
#staff #intv .staff-box .img-box .name {
    line-height: 1.4;
    letter-spacing: 1px;
    color: #88c240;
    font-size: clamp(18px, 5.5vw, 68px);
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -25px;
}
#staff #intv .staff-box .intv-box {
    width: 65%;
}
#staff #intv .staff-box .intv-box .box {
    border: 3px solid #00b600;
    background-color: #fff;
    position: relative;
    padding: 5% 4% 4%;
    margin-top: 60px;
    margin-bottom: 60px;
}
#staff #intv .staff-box .intv-box .box .nmb {
    background-color: #58b507;
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 18px;
    color: #fff;
    padding: 8px 4% 6px;
    position: absolute;
    top: -20px;
    left: -3px;
}
#staff #intv .staff-box .intv-box .box .text-box {
}
#staff #intv .staff-box .intv-box .box .text-box h3 {
    line-height: 1.4;
    color: #88c240;
    font-size: 18px;
    font-weight: bold;
    background: url(../img/common/icon14.jpg) no-repeat left 12px;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 15px;
}
#staff #intv .staff-box .intv-box .box .text-box p {
    line-height: 1.8;
    font-size: 14px;
}
/*--- [#msg] ---*/
#staff #msg {
}
#staff #msg .bg {
    background: url(../img/pages/staff-msg-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}
#staff #msg .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#staff #msg .box h3 {
    width: 29%;
}
#staff #msg .box h3 .en {
    color: #fff;
    font-size: 18px;
}
#staff #msg .box h3 .jp {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
}
#staff #msg .box .text-box {
    width: 66%;
}
#staff #msg .box .text-box p {
    color: #fff;
    line-height: 1.6;
    font-size: 14px;
    margin-top: 25px;
}
/*--- [#staff-link] ---*/
#staff #staff-link {
    padding: 60px 0;
}
#staff #staff-link .link-box {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
#staff #staff-link .link-box .link-prev {
    width: calc( ( 96% - 72px ) / 2 );
}
#staff #staff-link .link-box .link-prev a {
    background-color: #fff;
    border: 2px solid #00b600;
    color: #4d9e06;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#staff #staff-link .link-box .link-prev a:hover {
    background-color: #00b600;
    color: #fff;
    transition: 0.5s;
}
#staff #staff-link .link-box .link-prev a .name {
    width: calc(100% - 70px);
    padding: 0 3%;
}
#staff #staff-link .link-box .link-prev a .name span {
    display: block;
    background: url(../img/common/icon04.png) no-repeat left center;
    background-size: 15px;
    text-align: center;
    line-height: 1.4;
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 2px;
}
#staff #staff-link .link-box .link-prev a:hover .name span {
    background: url(../img/common/icon03.png) no-repeat left center;
    background-size: 15px;
    transition: 0.5s;
}
#staff #staff-link .link-box .link-prev a .img {
    width: 70px;
    line-height: 0;
}
#staff #staff-link .link-box .link-all {
    width: 72px;
}
#staff #staff-link .link-box .link-all a {
    width: 72px;
    height: 72px;
    background-color: #58b507;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#staff #staff-link .link-box .link-all a:hover {
    background-color: #00b600;
    transition: 0.5s;
}
#staff #staff-link .link-box .link-all a .en {
}
#staff #staff-link .link-box .link-next {
    width: calc( ( 96% - 72px ) / 2 );
}
#staff #staff-link .link-box .link-next a {
    background-color: #fff;
    border: 2px solid #00b600;
    color: #4d9e06;
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
#staff #staff-link .link-box .link-next a:hover {
    background-color: #00b600;
    color: #fff;
    transition: 0.5s;
}
#staff #staff-link .link-box .link-next a .name {
    width: calc(100% - 70px);
    padding: 0 3%;
}
#staff #staff-link .link-box .link-next a .name span {
    display: block;
    background: url(../img/common/icon02.png) no-repeat right center;
    background-size: 15px;
    text-align: center;
    line-height: 1.4;
    font-size: 15px;
    font-weight: bold;
    padding-right: 20px;
    padding-bottom: 2px;
}
#staff #staff-link .link-box .link-next a:hover .name span {
    background: url(../img/common/icon01.png) no-repeat right center;
    background-size: 15px;
    transition: 0.5s;
}
#staff #staff-link .link-box .link-next a .img {
    width: 70px;
    line-height: 0;
}

/*===== [募集要項-一覧] =====*/
#recruit {
}
#recruit #page-ttl {
    background-color: #e7f4db;
}
/*--- [#recruit-list] ---*/
#recruit #recruit-list {
}
#recruit #recruit-list .bg {
    background-color: #e7f4db;
    padding: 60px 0;
}
#recruit #recruit-list h3 {
    line-height: 1.4;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 35px;
}
#recruit #recruit-list .box {
    border: 20px solid #dbf4c4;
    background-color: #fff;
}
#recruit #recruit-list .box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 4%;
    align-items: center;
    border-bottom: 1px solid #cad7be;
}
#recruit #recruit-list .box dl:last-child {
    border-bottom: none;
}
#recruit #recruit-list .box dl dt {
    width: 25%;
    line-height: 1.4;
    font-size: 16px;
    font-weight: bold;
}
#recruit #recruit-list .box dl dd {
    width: 75%;
}
#recruit #recruit-list .box dl dd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#recruit #recruit-list .box dl dd ul li {
    width: 48%;
}
#recruit #recruit-list .box dl dd ul li a {
    display: block;
    background-color: #58b507;
    border: 1px solid #58b507;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
    color: #fff;
    font-weight: bold;
    padding: 13px 15px;
}
#recruit #recruit-list .box dl dd ul li a:hover {
    background-color: #fff;
    color: #499c00;
    transition: 0.5s;
}
#recruit #recruit-list .box dl dd ul li a span {
    display: block;
    background: url(../img/common/icon01.png) no-repeat right center;
    background-size: 15px;
}
#recruit #recruit-list .box dl dd ul li a:hover span {
    display: block;
    background: url(../img/common/icon02.png) no-repeat right center;
    background-size: 15px;
    transition: 0.5s;
}

/*===== [募集要項-詳細] =====*/
#requirement {
}
#requirement #page-ttl {
    background-color: #e7f4db;
}
/*--- [#yoko] ---*/
#requirement #yoko {
    background-color: #e7f4db;
    padding: 0 0 60px;
}
#requirement #yoko .box {
    padding-top: 70px;
}
#requirement #yoko .box h3 {
    line-height: 1.4;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 35px;
}
#requirement #yoko .box table {
    width: 100%;
    line-height: 1.4;
}
#requirement #yoko .box table tr {
}
#requirement #yoko .box table tr th {
    width: 20%;
    background-color: #88c240;
    border-bottom: 1px solid #d3f4b4;
    color: #fff;
    text-align: center;
    padding: 20px 2%;
}
#requirement #yoko .box table tr td {
    background-color: #fff;
    border-bottom: 1px solid #d3f4b4;
    padding: 20px 2%;
}

/*===== [会社について] =====*/
#company {
}
#company #page-mv h2 {
    line-height: 1.4;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 60px 0 40px;
}
/*--- [#profile] ---*/
#company #profile {
}
#company #profile .bg {
    background-color: #e7f4db;
    padding: 60px 0;
}
#company #profile h3 {
    text-align: center;
}
#company #profile table {
    width: 100%;
    line-height: 1.4;
}
#company #profile table tr {
}
#company #profile table tr th {
    width: 20%;
    background-color: #88c240;
    border-bottom: 1px solid #d3f4b4;
    color: #fff;
    text-align: center;
    padding: 20px 2%;
}
#company #profile table tr td {
    background-color: #fff;
    border-bottom: 1px solid #d3f4b4;
    padding: 20px 2%;
}



/*===============================================
    ■tablet 画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
/*===== [見出し] =====*/
  #page-ttl .mv-img {
    height: 260px;
    background: url(../img/pages/sample-mv.jpg) no-repeat center center;
    background-size: cover;
  }
  #page-ttl .mv-img img {
    display: none;
  }
/*===== [ブログ一覧] =====*/
  #blog #blog-list .list .box {
    width: calc(100% / 3);
  }
/*===== [働く環境] =====*/
  #environment #page-ttl .mv-img {
    background-image: url(../img/pages/environment-mv.jpg);
  }
  #environment #env .env-box .box {
    width: calc(88% / 3);
  }
/*===== [代表メッセージ] =====*/
  #message #page-mv .box h2 {
    top: auto;
    bottom: 15%;
    transform: none;
  }
/*===== [スタッフインタビュー-一覧] =====*/
  #stafflist #page-ttl .mv-img {
    background-image: url(../img/pages/stafflist-mv.jpg);
  }
  #stafflist #staff-list .list .box {
    width: calc(100% / 2);
  }
/*===== [スタッフインタビュー-詳細] =====*/
  #staff #intv .staff-box {
    align-items: flex-start;
  }
  #staff #intv .staff-box .img-box {
    margin-top: 40px;
  }
  #staff #intv .staff-box .img-box .name {
    bottom: -15px;
  }
  
/*===== [募集要項-一覧] =====*/
  #recruit #page-ttl .mv-img {
    background-image: url(../img/pages/recruit-mv.jpg);
    background-position: right 20% center;
  }
  #recruit #recruit-list .box dl dt {
    width: 100%;
    border-bottom: 1px dashed #c3c3c3;
    padding-bottom: 10px;
    margin-bottom: 23px;
  }
  #recruit #recruit-list .box dl dd {
    width: 100%;
  }
/*===== [募集要項-詳細] =====*/
  #requirement #page-ttl .mv-img {
    background-image: url(../img/pages/requirement-mv.jpg);
  }
}

/*===============================================
    ■smart 画面の横幅が570pxまで
===============================================*/
@media screen and (max-width: 570px) {
/*===== [見出し] =====*/
  #page-ttl .mv-img {
    height: 200px;
  }
  #page-ttl .ttl-box {
    width: 85%;
    margin-top: -41px;
  }
  #page-ttl .ttl-box h2 .en {
    font-size: 25px;
  }
/*====================下層-共通====================*/
/*===== [#shop] =====*/
  #shop {
    padding: 30px 0 5px;
  }
  #shop .list .shop-box {
    width: 100%;
  }
/*====================下層ページ====================*/
/*===== [エントリー] =====*/
  #entry #entry-form {
    padding: 30px 0;
  }
  #entry #entry-form .form-box table tr th {
    display: block;
    padding: 13px 0;
    text-align: left;
    border-bottom: 1px dashed #c2c2c2;
    margin-bottom: 5px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }
  #entry #entry-form .form-box table tr td {
    display: block;
    padding: 3px 0 15px;
    border-bottom: 1px solid #aaa;
  }
  #entry #entry-form .form-box table tr td.sp-check .wform-checkbox-field {
    margin-left: 0;
  }
  #entry #entry-form .form-box table tr td.sp-check label {
    display: block;
  }
  #entry #entry-form .form-box table tr td input {
    width: 100%;
  }
  #entry #entry-form .form-box table tr td select {
    width: 100%;
  }
/*===== [ブログ一覧] =====*/
  #blog #blog-list {
    padding: 30px 0 5px;
  }
  #blog #blog-list .list .box {
    width: calc(100% / 2);
    margin-bottom: 20px;
  }
/*===== [ブログ詳細] =====*/
  #blog #blog-page {
    padding: 30px 0;
  }
/*===== [働く環境] =====*/
  #environment #env .bg {
    padding: 30px 0 15px;
  }
  #environment #env .env-box .box {
    width: calc(92% / 2);
  }
  #environment #system .bg {
    padding: 15px 0 30px;
  }
  #environment #system .system-box .box {
    width: 100%;
    padding: 4%;
    margin-bottom: 15px;
  }
/*===== [代表メッセージ] =====*/
  #message #page-mv .bg {
    padding-top: 15px;
  }
  #message #page-mv .box .img {
    width: 80%;
    margin: 0 auto;
  }
  #message #page-mv .box h2 {
    bottom: 10%;
    width: 90%;
  }
  #message #message-box {
    padding: 30px 0;
  }
/*===== [スタッフインタビュー-一覧] =====*/
  #stafflist #staff-list {
    padding: 30px 0 10px;
  }
  #stafflist #staff-list .list {
    width: 80%;
    margin: 0 auto;
  }
  #stafflist #staff-list .list .box {
    width: 100%;
    padding: 0 2%;
    margin-bottom: 20px;
  }
/*===== [スタッフインタビュー-詳細] =====*/
  #staff #page-mv {
    position: static;
  }
  #staff #page-mv .info {
    width: 100%;
    position: static;
    right: auto;
    bottom: auto;
    padding: 3%;
  }
  #staff #intv .bg {
    padding: 30px 0 0;
  }
  #staff #intv .staff-box .img-box {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
  }
  #staff #intv .staff-box .img-box .name {
    bottom: -18px;
    font-size: 45px;
  }
  #staff #intv .staff-box .intv-box {
    width: 100%;
  }
  #staff #intv .staff-box .intv-box .box .text-box h3 {
    margin-top: 15px;
  }
  #staff #msg .bg {
    padding: 30px 0;
  }
  #staff #msg .box {
    padding: 0 2%;
  }
  #staff #msg .box h3 {
    width: 100%;
  }
  #staff #msg .box .text-box {
    width: 100%;
  }
  #staff #staff-link {
    padding: 30px 0;
  }
  #staff #staff-link .link-box {
    width: 100%;
  }
  #staff #staff-link .link-box .link-prev,
  #staff #staff-link .link-box .link-next {
    width: calc((96% - 50px) / 2);
  }
  #staff #staff-link .link-box .link-prev a .name,
  #staff #staff-link .link-box .link-next a .name {
    width: calc(100% - 50px);
  }
  #staff #staff-link .link-box .link-prev a .name span,
  #staff #staff-link .link-box .link-next a .name span {
    font-size: 14px;
  }
  #staff #staff-link .link-box .link-prev a .img,
  #staff #staff-link .link-box .link-next a .img {
    width: 50px;
  }
  #staff #staff-link .link-box .link-all {
    width: 50px;
  }
  #staff #staff-link .link-box .link-all a {
    width: 50px;
    height: 52px;
    font-size: 16px;
  }
/*===== [募集要項-一覧] =====*/
  #recruit #recruit-list .bg {
    padding: 30px 0;
  }
  #recruit #recruit-list .box dl dd ul li {
    width: 100%;
    margin-bottom: 10px;
  }
/*===== [募集要項-詳細] =====*/
  #requirement #yoko {
    padding: 0 0 30px;
  }
  #requirement #yoko .box table tr th {
    width: 100%;
    display: block;
    padding: 10px 3%;
  }
  #requirement #yoko .box table tr td {
    width: 100%;
    display: block;
    padding: 15px 3%;
  }
/*===== [会社について] =====*/
  #company #page-mv h2 {
    font-size: 18px;
    padding: 30px 0 30px;
  }
  #company #profile .bg {
    padding: 30px 0;
  }
  #company #profile table {
    border: 1px solid #d3f4b4;
  }
  #company #profile table tr th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 8px 3%;
  }
  #company #profile table tr td {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 20px 3%;
  }
}