@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* CSS Document */

/********************
 * 01. Overwrite
 * 02. Layout
 * 03. header
 * 04. footer
 * 05. main
 * 06. Medis Query
 ********************/


/****************************************************************
  *** 01. OverWrite
  ****************************************************************/

body {
    font-family:
        Hiragino Sans, "ヒラギノ角ゴシック",
        Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3",
        Roboto, "Droid Sans",
        YuGothic, "游ゴシック",
        Meiryo, "メイリオ",
        Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
}

a {
    color: #000;
    transition: all 0.3s ease 0s;
}

a:hover {
    color: #000;
    opacity: 0.6;
}

p,
h1,
h2,
h3,
h4,
li,
dt,
dd {
    line-height: 2.0;
}

a>img {
    vertical-align: bottom;
}

figcaption {
    margin-top: 10px;
}


/****************************************************************
  *** 02. Layout
  ****************************************************************/

.site-main {
    margin: 108px auto 0;
}

.section-inner,
.header-inner,
.footer-inner,
.section-title,
.content,
.scrolldown {
    margin: 0 auto;
}

.section-title,
.content {
    width: 75.0%;
}

.section__feature-01 .section-title,
.scrolldown,
.pankuzu {
    width: 62.5%;
}

.header-inner,
.footer-inner,
.section__index .section-inner,
.news,
.map {
    width: 76.7%
}

.section-inner {
    width: 83.3%;
}

.section__menu .section-inner,
.section__menu .section-inner .content,
.section__feature-01 .section-inner,
.section__feature-01 .section-inner .content {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.section-inner,
.section__feature-01 .section-inner {
    padding: 60px 0;
}

.map {
    margin: 60px auto;
}

.section__menu {
    margin-top: 120px;
}

.page .section__firstview .section-inner {
    background-position: center;
    background-size: cover;
}

.menu-box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.menu-box:before {
    transition: all 0.2s ease 0s;
}

.menu-box:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -15px;
    top: 0;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.menu-box.menu__group:after {
    display: none;
}

.menu-box:hover:before {
    transform: translateY(14px) translateX(-2px);
}

.menu-box:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.menu-box:not(.menu__group) .inner {
    z-index: 1;
    position: relative;
}

.menu-box:not(.menu__group) .inner a {
    display: block;
    padding: 90px 0;
    font-weight: 600;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 1.0);
    color: #fff;
    opacity: 1.0;
}

.img-text {
    position: relative;
}

.img-text:before {
    position: absolute;
    display: block;
    content: "パナソニックライフソリューションズ朝日㈱ 構内";
    left: 4px;
    bottom: 4px;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    z-index: 1;
}

figure .img-text:before {
    bottom: 8px;
    opacity: 0.7;
}

.page .img-text.menu__company:before {
    left: 20px;
}

.menu__company.img-text:before,
.company .section-inner.img-text:before {
    content: "パナソニックライフソリューションズ朝日㈱ 社屋";
}

.section__recruit-03 .img-text:before {
    content: "パナソニックライフソリューションズ朝日㈱ 屋内";
}

.map a,
.section__company-01 a,
.section__company-04 a,
.section__recruit-04 a {
    position: relative;
    display: inline-block;
}

.map a::after,
.section__company-01 a::after,
.section__company-04 a::after,
.section__recruit-04 a:not(.button)::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.map a::after {
    bottom: 4px;
}

.map a:hover::after,
.section__company-01 a:hover::after,
.section__company-04 a:hover::after,
.section__recruit-04 a:hover::after {
    bottom: -4px;
    opacity: 0;
    visibility: hidden;
}

.section__company-02 .photo.fr,
.section__recruit-05 figure {
    padding-top: 0.5em;
}


/*** 書式設定 ***/
/* サイズ */
.section__feature-01 .title,
.section__feature-04 .comment:before,
.section__feature-04 .comment:after {
    font-size: 6.0rem;
}

.catchphrase p:first-of-type,
.page-title {
    font-size: 4.0rem;
}

.section-title,
.menu-box:not(.menu__group) {
    font-size: 3.0rem;
}

.section__company-03 h3 {
    font-size: 1.92rem;
}

.menu__group .title,
.map *,
.section__feature-02 .content,
.news,
.section__feature-01 .inner>p:last-of-type,
.section__feature-04 .table {
    font-size: 1.44rem;
}

.site-footer .row,
.section__feature-04 .comment,
.pankuzu {
    font-size: 1.28rem;
}

.site-footer #copyright,
.menu__group dl {
    font-size: 1.20rem;
}

.catchphrase p:last-of-type,
.scrolldown {
    font-size: 1.10rem;
}

.img-text:before {
    font-size: 1.00rem;
}

.section__feature-02 .img-text:before {
    font-size: 0.8rem;
}

/* 太字 */
h3,
.catchphrase,
.menu__group .title,
.menu-box:not(.menu__group) .inner,
.page .section__firstview .page-title,
input[type='submit'] {
    font-weight: 600;
}

.catchphrase p:first-of-type,
.scrolldown,
.menu__group dt,
.section-title,
.map a {
    font-weight: 700;
}

/* 行間 */
.button,
.section__firstview .catchphrase p:first-of-type,
.section__feature-01 .flex>div .inner .title-box .sub-title,
.section__feature-04 .comment {
    line-height: 1.0;
}

#pageTosArea li *,
#pageTosAreaInner>*,
.section__firstview .catchphrase p:last-of-type,
.page .section-inner .section-title,
.section__feature-01 .flex>div .inner>p,
.section__feature-02 figcaption,
.section__feature-04 ul li,
.section__feature-04 .comment p {
    line-height: 1.5;
}

/*** 書式設定 ここまで ***/


/* 背景設定 */
.menu__company:after {
    background-image: url(../images/menu_company.png);
}

.index .menu__company:after {
    background-image: url(../images/top_company.png);
}

.menu__feature:after {
    background-image: url(../images/menu_feature.png);
}

.menu__recruit:after {
    background-image: url(../images/menu_recruit.png);
}

.page .menu__recruit:after {
    background-position: top;
}

.company .section__firstview .section-inner {
    background-image: url(../images/company_title.png);
}

.feature .section__firstview .section-inner {
    background-image: url(../images/feature_title_pc.png);
}

.recruit .section__firstview .section-inner {
    background-image: url(../images/recruit_title.png);
}

.red {
    color: #d8211e !important;
}

.logo {
    width: 22%;
    min-width: 262px;
}

.pankuzu {
    text-align: right;
}

i.fa-envelope {
    margin-right: 4px;
}

.button,
input[type='submit'] {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 16px 0;
    text-align: center;
    color: #fff;
    background-color: #d8211e;
}

.table dl {
    display: table;
    width: 100%;
    margin: 0 auto;
    margin-top: -1px;
}

.table dl dt,
.table dl dd {
    display: table-cell;
    padding: 8px 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
}

.table dl dt {
    width: 25%;
}

.table dl dd {
    width: 75%;
}

.table dl dd input,
.table dl dd textarea {
    width: 100%;
}

.scrolldown {
    margin-top: -60px;
    text-transform: uppercase;
}

.scrolldown .inner {
    position: relative;
    padding: 24px 0 0 12px;
}

.scrolldown .inner::after {
    content: "";
    height: 90px;
    border-left: 2px solid #000001;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    animation: animation-scrolldown 1.5s ease-in-out 0s infinite normal;
}

@keyframes animation-scrolldown {
    0% {
        height: 0px
    }

    80% {
        height: 90px;
        opacity: 1
    }

    100% {
        height: 90px;
        opacity: 0
    }
}

#pageTosArea {
    width: 100%;
    height: 200px;
    margin: .5rem auto .5rem auto;
    padding: 20px;
    border: 1px solid #ccc;
    overflow: scroll;
    overflow-x: hidden;
    outline: none;
    background-color: #fff;
    line-height: 1.8em;
    text-align: left;
}

#pageTosArea h3 {
    margin-bottom: 1.0em;
}

#pageTosArea h4 {
    margin-bottom: 0.5em;
}

#pageTosArea ol,
#pageTosArea ul {
    margin: 1.2em 0;
    padding-inline-start: 40px;
}

#pageTosArea ol>li {
    margin-bottom: 1.5em;
}

#pageTosArea address {
    margin-top: 1.0em;
}

.acceptance {
    margin: 16px 0 32px;
    padding: 16px;
    background-color: #efefef;
    text-align: center;
}

.acceptance p:last-of-type {
    margin-top: 0.8em;
}


/****************************************************************
  *** 03. header
  ****************************************************************/

.site-header {
    background-color: #fff;
}

.site-header .header-inner {
    position: relative;
}

.site-header .site-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

.site-header .button {
    padding: 24px 12px;
}

.site-header .button .icon.mail {
    display: block;
}

.site-header .button .icon.mail img {
    width: 2.4em;
    min-width: 32px;
    margin-bottom: 6px;
}

.site-header .global-navigation {
    float: right;
}

.site-header .global-navigation .menu {
    margin-top: 40px;
}

.site-header .global-navigation .menu .menu-item,
.site-header .button {
    margin-left: 2.67rem;
    font-weight: bold;
}

.site-header .global-navigation .menu .menu-item:nth-of-type(4) {
    padding: 0;
}

.site-header .global-navigation .menu .menu-item a {
    color: #212529;
}

.site-header .global-navigation .button-outer a:hover {
    color: #fff;
}

/*** ハンバーガーメニュー ***/
nav .globalMenuSp {
    display: block;
}

header .navToggle {
    position: absolute;
    /* bodyに対しての絶対位置指定 */
    right: 20px;
    top: 55%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    transform: translateY(-50%) translate3d(0, 0, 0);
    -webkit- transform: translateY(-50%);
}

header .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 2px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

header .navToggle span:nth-child(1) {
    top: 0px;
}

header .navToggle span:nth-child(2) {
    top: 11px;
}

header .navToggle span:nth-child(3) {
    top: 22px;
}

/* 最初のspanをマイナス45度に */
header .navToggle.active span:nth-child(1) {
    top: 11px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
header .navToggle.active span:nth-child(2),
header .navToggle.active span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*** ハンバーガーメニュー ここまで ***/
header .navToggle.active span {
    border-bottom: solid 2px #fff;
    transition: 1.0s;
}



/****************************************************************
  *** 04. footer
  ****************************************************************/

.site-footer {
    padding: 80px 0 70px;
    background-color: #343434;
    text-align: center;
    color: #969696;
}

.site-footer address {
    margin-bottom: 60px;
}

.site-footer address p {
    line-height: 1.8;
}

.site-footer .footer-info {
    text-align: left;
}

.site-footer .button {
    margin-top: 8px;
}

.site-footer .footer-info .logo {
    width: 29.8%;
    margin-bottom: 16px;
}

.site-footer .sns {
    margin-bottom: 10px;
}

.site-footer .sns .icon img {
    width: 2%;
    min-width: 18px;
}

.site-footer .sns .icon:not(:last-of-type) img {
    margin-right: 14px;
}



/****************************************************************
  *** 05. main
  ****************************************************************/

/*** 05-1. index ***/
.index .parallax-window {
    min-height: 267px;
    padding: 80px 0 150px;
}

.section__firstview {
    position: relative;
    margin-bottom: 18px;
    color: #000;
}

.section__firstview .catchphrase {
    width: 26.7%;
}

.section__firstview .catchphrase p:first-of-type::after {
    display: block;
    content: "";
    width: 0.7em;
    height: 2px;
    margin: 20px 0;
    background-color: #000;
}

.news {
    margin-top: 40px;
    position: relative;
}

.news a {
    position: absolute;
    right: 0;
}

.news a>* {
    display: block;
}

.news a i {
    padding-top: 0.5em;
}

.news a p span {
    margin-left: 1.0em;
}

.section__index .index-fb {
    width: 30%;
    height: 435px;
    float: right;
}

.section__index .index-menu {
    width: 70%;
    float: left;
}

.section__index .menu-box {
    width: calc(50% - 15px);
    height: 210px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    text-align: center;
    background-color: #fff;
}

.section__index .menu-box:after {
    margin: 0;
}

.section__index .menu-box:not(.menu__group) .inner {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.section__index .menu-box.menu__group {
    text-align: left;
}

.section__index .menu-box.menu__group .inner {
    height: 100%;
    max-height: 210px;
    padding: 13px;
    background-color: #eee;
}

.section__index .menu-box.menu__group .inner dl:last-of-type {
    margin-top: 12px;
}

.section__index .menu-box.menu__group .inner dl>* {
    line-height: 1.45;
}

.section__index .menu-box.menu__group .inner .title {
    display: block;
    width: 100%;
    padding-top: 2px;
    border: 1px solid #000;
    text-align: center;
}

.section__index .menu-box.menu__group i img {
    width: 0.9rem;
    margin-left: 2px;
}


/*** 05-2. page ***/
.page .section-inner .section-title {
    margin-bottom: 50px;
}

.page .section__firstview {
    height: auto;
}

.page .section__firstview .page-title {
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
}

/* company */
.company i img {
    width: 1.2rem;
    margin-left: 4px;
}

.map {
    position: relative;
}

.map p:first-of-type {
    position: absolute;
    text-align: right;
    top: 10%;
    right: 0;
}

.map .table {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.map .table dl>* {
    padding: 0;
    line-height: 1.8;
}

.map .table dl dt {
    width: 89px;
    font-weight: 500;
}

.map .table dl dd {
    width: auto;
}

.section__company-01 .section-inner {
    padding-top: 80px;
}

.section__company-02 .messeage {
    padding-right: 8px;
}

.section__company-02 .photo {
    width: 30%;
    margin-left: 40px;
}

.section__company-03 .content:last-of-type {
    margin-top: 2.0em !important;
}

.section__company-05 img {
    max-width: 260px;
}

/* feature */
.section__feature-01 .flex figure {
    width: 55.2%;
    margin: 25px 0;
}

.section__feature-01 .flex>div {
    width: 36.5%;
    height: fit-content;
    margin: 0 -25px;
    padding: 50px 0 64px 0;
    background-color: #d8211e;
    color: #fff;
    z-index: 2;
}

.section__feature-01 .flex>div .inner {
    width: 59%;
    margin-left: 23.0%;
}

.section__feature-01 .flex>div .inner .title-box {
    padding-left: 8px;
    border-left: 6px #fff solid;
}

.section__feature-01 .flex>div .inner .title-box .title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 0.677777;
}

.section__feature-01 .flex>div .inner .title-box .sub-title {
    margin-top: 1.0em;
}

.section__feature-01 .flex>div .inner>p {
    margin-top: 2.0em;
}

.section__feature-04 .content>div {
    padding: 20px;
    background-color: #dbdbdb;
}

.section__feature-04 .content>div:not(:last-of-type) {
    margin-bottom: 60px;
}

.section__feature-04 .content>div figure {
    width: 20.9%;
    margin-right: 20px;
}

.section__feature-04 h3,
.section__feature-04 .table,
.section__feature-04 .comment {
    width: calc(100% - 20.9% - 20px);
    margin-left: calc(20.9% + 20px);
}

.section__feature-04 h3 {
    padding-bottom: 8px;
    border-bottom: 1px solid #929292;
}

.section__feature-04 .table {
    margin-top: 0.5em;
}

.section__feature-04 .table dl dt {
    width: 15%;
    min-width: 60px;
    position: relative;
}

.section__feature-04 .table dl dt:after {
    display: block;
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.section__feature-04 .table dl dd,
.section__feature-04 .table dl dt {
    padding: 2px 0 0;
}

.section__feature-04 .table dl dd {
    padding-left: 0.5em;
}

.section__feature-04 figure,
.section__feature-04 ul li {
    float: left;
}

.section__feature-04 ul {
    margin-left: 18%;
}

.section__feature-04 ul li {
    margin-right: 1.0em;
}

.section__feature-04 .comment {
    margin-top: 2px;
    position: relative;
}

.section__feature-04 .comment:before,
.section__feature-04 .comment:after {
    display: block;
    position: absolute;
    top: 0;
}

.section__feature-04 .comment:before {
    content: "‘";
}

.section__feature-04 .comment:after {
    content: "’";
    right: 0;
}

.section__feature-04 .comment p {
    padding: 0 30px;
}

/* recruit */
.section__recruit-02 .content ul:first-of-type {
    margin-bottom: 0.8em;
}

.section__recruit-04 .flow {
    margin-bottom: 60px;
}

.section__recruit-04 .flow .arrow {
    display: block;
    width: 36px;
    margin: 0 auto;
    text-align: center;
}

.section__recruit-04 .flow-step {
    padding: 12px 16%;
    background-color: #dbdbdb;
}

.section__recruit-04 .flow-step span.step {
    display: block;
    width: fit-content;
    margin-right: 12px;
    padding: 0px 12px;
    float: left;
    background-color: #d8211e;
    border-radius: 1em;
    color: #fff;
}

.section__recruit-04 .flow-step:last-of-type {
    background-color: #d8211e;
    text-align: center;
    color: #fff;
}

.section__recruit-04 dl {
    margin-top: 2.0em;
    text-align: center;
}

.section__recruit-04 dl .button-outer {
    margin-top: 1.8em;
}

.section__recruit-04 dl .button-outer .button {
    padding: 16px 20px;
}

.section__recruit-04 dl .button-outer .button:hover {
    color: #fff;
}

.section__recruit-04 dl .button-outer .button i {
    margin-left: 0.3em;
}

.section__recruit-04 dl .button-outer .button span {
    text-decoration: underline;
}

.section__recruit-05 .row {
    margin-bottom: 60px;
}

/* contact */
.contact .button {
    display: inline-block;
    width: 196px;
    height: 48px;
    transition: all 0.3s ease 0s;
    background-color: #ccc;
}

.contact .button:hover {
    opacity: 0.6;
}

.contact .button-submit {
    margin-right: 16px;
    background-color: #d8211e;
}

.contact .section__firstview .page-title {
    color: #000;
}

.contact .section-inner {
    padding: 60px 0 0;
}

.section__contact {
    text-align: center;
}

.section__contact .message,
.confirm .table {
    margin-bottom: 30px;
}

.section__contact .message-error {
    margin-bottom: 20px;
}

.section__contact .table dl dt {
    width: 40%;
}

.section__contact .table dl dd {
    width: 60%;
}

.section__contact .table dl dt,
.section__contact .table dl dd {
    padding: 24px;
}

.thanks .button-outer {
    margin-top: 90px;
}


/****************************************************************
  *** 06. Medis Query
  ****************************************************************/

@media screen and (min-width: 992px) {
    .now {
        color: #d8211e !important;
    }

    .navToggle {
        display: none;
    }
}

.tb {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .tb {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    /* 背景設定 */
    .menu__company:after,
    .company .section__firstview .section-inner {
        background-image: url(../images/menu_company_tb.png) !important;
    }

    .index-menu .menu__company:after {
        background-image: url(../images/top_company_tb.png) !important;
    }

    .menu__feature:after {
        background-image: url(../images/menu_feature_tb.png) !important;
    }

    .menu__recruit:after,
    .recruit .section__firstview .section-inner {
        background-image: url(../images/menu_recruit_tb.png) !important;
        background-position: top;
    }

    .page:not(.feature) .section__firstview .section-inner {
        position: relative;
        padding: 108px;
    }

    .page:not(.feature) .section__firstview .page-title {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
    }

    /* 文字サイズ */
    .section__feature-04 h3,
    .section__feature-04 .table {
        font-size: 1.92rem;
    }

    .section__feature-02 .content,
    .section__feature-04 .comment {
        font-size: 1.6rem;
    }

    .map * {
        font-size: 1.28rem;
    }

    figure img-text:before,
    .section__feature-02 .img-text:before {
        font-size: 0.9rem;
    }

    .menu-box:not(.menu__group) .inner a {
        padding: 110px 0;
    }

    .menu-box.img-text:before {
        left: 4px;
    }

    .page .img-text.menu__feature:before {
        left: 20px;
    }

    .site-header .header-inner {
        width: 100%;
        margin: 0 auto;
        padding: 40px 0;
    }

    .site-header .header-inner .site-title {
        width: 100%;
        text-align: center;
    }

    .site-header .header-inner .site-title img {
        width: 37.5%;
    }

    .site-header .header-inner nav .site-title {
        top: 43.5px;
        transform: translateY(-50%);
        background-color: #d8211e;
    }

    .site-header .header-inner nav footer {
        padding: 32px 0;
        background-color: #343434;
    }

    .site-header .header-inner nav footer figure {
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
    }

    .site-footer {
        padding: 100px 0;
    }

    .site-footer .footer-info .logo {
        width: 100%;
    }

    .site-footer .footer-info .logo img {
        width: 37.5%;
        margin: 0 auto 16px;
    }

    .site-footer .footer-info {
        margin-bottom: 50px;
        text-align: center;
    }

    .site-footer .footer-contact .inner {
        width: 43.5%;
        margin: 0 auto;
        padding-top: 48px;
        border-top: 1px solid #969696;
    }

    .site-main {
        margin: 80px auto 0;
    }

    .index .parallax-window {
        background-position: left top !important;
    }

    .news a {
        right: 15px;
    }

    .news a p>* {
        display: block;
        float: left;
        line-height: 1.5;
    }

    .news a i {
        padding-top: 0.25em;
    }

    .section__index .section-inner {
        padding-top: 80px;
    }

    .section__index .menu-box {
        width: calc(100% - 30px);
        height: unset;
        margin: 0 auto 15px;
        float: none;
    }

    .section__index .menu-box:after {
        width: 100%;
        margin: 0;
    }

    .section__index .menu-box.menu__group .inner {
        width: auto;
        margin: auto;
        min-height: 200px;
    }

    .section__index .index-fb .inner {
        margin: 0 15px;
        max-height: 600px;
    }

    .section__index .index-fb,
    .section__index .index-menu {
        width: 100%;
        height: auto;
        float: none;
        overflow-x: hidden;
    }

    .section__company-02 .photo {
        width: 55%;
        margin-left: 30px;
    }

    .section__feature-01 .flex>div {
        padding: 40px 0 50px;
    }

    .section__feature-01 .flex>div .inner {
        width: 70%;
    }

    .section__feature-02 .row div:nth-of-type(1),
    .section__feature-02 .row div:nth-of-type(2) {
        margin-bottom: 60px;
    }

    .section__feature-03 figure {
        margin-bottom: 15px;
    }

    .section__feature-04 .content>div figure {
        width: 260px;
    }

    .section__feature-04 .comment {
        width: 100%;
        margin: 1.5em 0 0 0;
    }

    .section__feature-04 h3,
    .section__feature-04 .clearfix:last-of-type .comment,
    .section__feature-04 .table {
        width: calc(100% - 290px);
        margin-left: 290px;
    }

    .section__feature-04 .table dl dt {
        width: 40%;
    }

    .section__feature-04 .table dl:last-of-type {
        margin-top: 0.5em;
    }

    .section__feature-04 .table dl:last-of-type dt,
    .section__feature-04 .table dl:last-of-type dd {
        display: block;
        padding-left: 0;
    }

    .section__feature-04 ul {
        margin-left: 0;
    }

    .section__feature-04 ul li {
        float: none;
    }

    .section__feature-04 .comment p {
        padding: 0 20px;
    }

    .section__recruit-04 .flow-step {
        padding: 12px 32px;
    }

    /*** ハンバーガーメニュー ***/
    header nav li {
        display: block;
        width: auto;
        text-align: center;
    }

    /* ハンバーガー */
    header .navToggle {
        display: block;
    }

    nav .globalMenuSp {
        display: none;
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background-color: transparent;
        color: #000;
        text-align: center;
        transition: 2.0s;
        width: 100%;
        height: 100%;
    }

    nav .globalMenuSp ul {
        width: 100%;
        padding: 80px 0 24px;
        background-color: #d8211e;
        color: #fff;
    }

    nav .globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        height: 100%;
    }

    /* 最後はラインを描かない */
    nav .globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
    }

    nav .globalMenuSp ul li a {
        display: block;
        color: #000;
        margin: 24px 32px;
    }

    .site-header .global-navigation .menu {
        margin-top: -1px;
    }

    .site-header .global-navigation .menu .menu-item {
        margin-left: 0;
        text-align: left;
    }

    .site-header .global-navigation .menu .menu-item a {
        color: #fff;
    }
}

@media screen and (min-width: 769px) {
    .feature .flex:nth-child(odd) {
        flex-flow: row-reverse;
    }
}

@media screen and (max-width: 768px) {

    .content,
    .section__feature-01 .section-title,
    .scrolldown,
    /* 3 */
    .header-inner,
    .footer-inner,
    .section__index .section-inner,
    .news,
    /* 2 */
    .section-inner {
        width: 100%;
    }

    /* 1 */
    .section-title,
    .pankuzu,
    .map,
    .page :not(.section__menu) .section-inner .content {
        width: calc(100% - 40px);
        margin: 0 20px;
    }

    .scrolldown {
        margin-left: 15px;
    }

    .index .parallax-window {
        padding: 80px 0 100px;
    }

    .section__firstview .catchphrase {
        width: 40%;
        margin-left: 15px;
    }

    .page .section__feature-01 figure.img-text:before {
        left: 20px;
        bottom: 28px;
    }

    .map {
        margin: 0px auto 60px;
    }

    .section__feature-01 .flex:not(:last-of-type) {
        margin-bottom: 60px;
    }

    .page .section__feature-01 .section-inner .content,
    .section__feature-01 .flex figure {
        width: 100%;
        margin: 0;
    }

    .section__feature-01 .flex>div {
        width: 60%;
        margin: -20px 0 0 20px;
        padding: 0;
    }

    .section__feature-01 .flex>div .inner {
        width: 100%;
        margin: 0;
        padding: 50px 120px 60px 50px;
    }

    .section__feature-01 .flex>div .inner .title-box {
        padding-left: 10px;
    }

    .section__feature-04 .table dl dt {
        width: 29%;
    }

    .section__feature-04 .clearfix:first-of-type .comment {
        margin-top: 2.5em;
    }
}

@media screen and (max-width: 767px) {
    .tb {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    /* 背景設定 */
    .menu__company:after {
        background-image: url(../images/menu_company.png) !important;
    }

    .index .menu__company:after {
        background-image: url(../images/top_company.png) !important;
    }

    .company .section__firstview .section-inner {
        background-image: url(../images/company_title_sp.png) !important;
    }

    .menu__feature:after {
        background-image: url(../images/menu_feature.png) !important;
    }

    .feature .section__firstview .section-inner {
        background-image: url(../images/feature_title_sp.png);
        background-position: top;
    }

    .menu__recruit:after,
    .recruit .section__firstview .section-inner {
        background-image: url(../images/menu_recruit.png) !important;
        background-position: top;
    }

    /* 文字サイズ */
    .catchphrase p:first-of-type {
        font-size: 6.2rem;
    }

    .section__feature-01 .title {
        font-size: 3.6rem;
    }

    .menu-box:not(.menu__group) {
        font-size: 3.2rem;
    }

    .section-title {
        font-size: 2.7rem;
    }

    .section__recruit-04 .flow {
        font-size: 1.92rem;
    }

    .section__feature-04 .comment {
        font-size: 1.44rem;
    }

    .menu__group dl,
    .section__feature-01 .sub-title {
        font-size: 1.28rem;
    }

    .button {
        max-width: 100%;
        margin: 0 auto;
        padding: 22px 0;
    }

    .table dl dt,
    .table dl dd,
    .section__contact .table dl dt,
    .section__contact .table dl dd {
        display: block;
        width: 100%;
    }

    header .navToggle {
        top: 54%;
    }

    .site-header .header-inner .site-title img,
    .site-footer .footer-inner .logo img {
        width: 54%;
    }

    .site-footer .footer-contact .inner {
        width: calc(100% - 40px);
        margin: 0 20px;
    }

    .site-footer {
        padding: 90px 0 120px;
    }

    .site-footer .row .footer-info {
        border-right: none;
        text-align: center;
        line-height: 2.0;
    }

    .site-footer .sns .icon img {
        width: 10%;
    }

    .site-footer #copyright {
        margin-top: 1.5em;
    }

    .index .parallax-window {
        padding: 0 0 100px;
        background: none !important;
    }

    .index .parallax-window .catchphrase {
        width: 100%;
        margin: 0;
    }

    .index .parallax-window .catchphrase p:first-of-type {
        padding: 140px 0 150px;
        text-align: center;
        background: url(../images/top_firstview_sp.png);
        background-size: cover;
        text-shadow: 0 0 10px rgba(233, 231, 228, 1.0);
    }

    .section__firstview .catchphrase p:first-of-type::after {
        margin: 30px auto 0;
        height: 4px;
        box-shadow: 0 0 10px 8px rgba(233, 231, 228, 0.5);
    }

    .index .parallax-window .catchphrase p:last-of-type {
        padding: 10px 15px 0;
    }

    .scrolldown {
        margin-left: calc(50% - 2px);
    }

    .scrolldown .inner {
        position: relative;
        padding: 24px 0 0 12px;
    }

    .scrolldown .inner::after {
        height: 60px;
    }

    @keyframes animation-scrolldown {
        0% {
            height: 0px
        }

        80% {
            height: 60px;
            opacity: 1
        }

        100% {
            height: 60px;
            opacity: 0
        }
    }

    .news {
        margin-top: 60px;
    }

    .news a {
        left: 15px;
    }

    .news a p>* {
        float: none;
    }

    .news a p span {
        margin-left: 0;
    }

    .news a i {
        padding-top: 1.7em;
    }

    .section__index .menu-box {
        margin-bottom: 20px;
    }

    .section__index .menu-box:not(.menu__group) .inner a {
        padding: 96px 0;
    }

    .section__index .menu-box.menu__group .inner {
        max-height: none;
        padding: 0;
        background-color: transparent;
    }

    .page:not(.feature) .section__firstview .section-inner {
        padding: 150px;
    }

    .page .section__company-03 .section-inner .content:last-of-type {
        margin-top: 30px;
    }

    .photo.fr {
        display: none;
    }

    .photo {
        margin: 60px 0;
    }

    .map p:first-of-type,
    .map .table {
        position: relative;
    }

    .map figure {
        margin: 14px auto;
    }

    .map .table dl dt {
        width: 79px;
    }

    .map .table dl dt,
    .map .table dl dd {
        display: table-cell;
    }

    .feature .section__firstview .page-title p {
        line-height: 1.3;
    }

    .section__feature-01 .flex>div {
        width: 74.7%;
    }

    .section__feature-01 .flex>div .inner {
        padding: 25px 12px 25px 18px;
    }

    .section__feature-01 .flex>div .inner>p {
        margin-top: 1.2em;
    }

    .section__feature-02 .row div:nth-of-type(3),
    .section__feature-02 .row div:nth-of-type(4) {
        margin-bottom: 60px;
    }

    .section__feature-04 .content>div figure {
        width: 100%;
        margin: 0 0 20px;
        float: none;
    }

    .section__feature-04 h3,
    .section__feature-04 .comment,
    .section__feature-04 .table {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .section__feature-04 .clearfix:first-of-type .comment {
        margin-top: 1.0em;
    }

    .section__feature-04 .comment p {
        padding: 0 30px;
    }

    .section__recruit-03 figure:not(:last-of-type) {
        margin-bottom: 30px;
    }

    .section__recruit-04 .flow-step {
        padding: 12px 16px;
    }

    .section__recruit-05 figure.col-2 {
        display: none;
    }

    .section__recruit-05 figure.sp.fl {
        width: 20%;
        margin-right: 10px;
    }

    .page.contact .section__firstview .section-inner {
        padding: 60px 0;
    }

    .section__contact dl {
        padding-bottom: 24px;
    }

    .section__contact .table dl dt,
    .section__contact .table dl dd {
        padding: 0;
    }

    .contact .button {
        display: block;
        height: auto;
    }

    .contact .button-submit {
        margin: 0 auto 16px;
    }
}