@charset "UTF-8";
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../webfonts/fa-light-300.eot");
    src: url("../webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.woff") format("woff"), url("../webfonts/fa-light-300.ttf") format("truetype"), url("../webfonts/fa-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/fa-regular-400.eot");
    src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/*==================================================================================================
	TOP
==================================================================================================*/
.wrap.-top {
    position: relative;
}

.wrap.-top header {
    position: fixed;
    top: 0;
    left: 0;
}

.wrap.-top header.topFixed {
    position: fixed;
    top: 0;
}

@media screen and (min-width: 1021px) {
    .lContainer.-top {
        padding-top: 0;
    }
}

.lContainer.-top .mainVisual .topVideo {
    width: 100%;
    background: url(../img/top/kv-alternative.jpg) no-repeat center/cover;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.lContainer.-top .mainVisual .topVideo video {
    width: 100%;
}

.lContainer.-top .mainVisual .topVideo video.spShow {
    display: none;
}

@media screen and (max-width: 720px) {
    .lContainer.-top .mainVisual .topVideo {
        width: 100%;
        height: auto;
    }
    .lContainer.-top .mainVisual .topVideo video {
        display: block;
        min-width: 100%;
        min-height: 0;
        width: 100%;
        height: auto;
        margin-left: 0;
        position: static;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    .lContainer.-top .mainVisual .topVideo video.spShow {
        display: block;
    }
    .lContainer.-top .mainVisual .topVideo video.pcShow {
        display: none;
    }
}

.lContainer.-top .mainVisual img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

@media screen and (max-width: 1020px) {
    .lContainer.-top .mainVisual img {
        height: calc(100vh - 4em);
    }
}

.lContainer.-top .chumokuWrap {
    background: rgba(255, 194, 14, 0.5);
    margin-top: -0.8vw;
    padding: 2em 0;
}

.lContainer.-top .chumokuWrap .chumokuSlide {
    background: none;
}

.lContainer.-top .chumokuWrap .chumokuSlide li {
    padding: 0 1em;
}

.lContainer.-top .chumokuWrap .chumokuSlide .slick-prev {
    top: 50%;
    left: -25px;
}

.lContainer.-top .chumokuWrap .chumokuSlide .slick-prev:before {
    display: inline-block;
    content: "\f053";
    font-family: 'Font Awesome 5 Light';
    color: #2E3192;
}

.lContainer.-top .chumokuWrap .chumokuSlide .slick-next {
    top: 50%;
    right: -25px;
}

.lContainer.-top .chumokuWrap .chumokuSlide .slick-next:before {
    display: inline-block;
    content: "\f054";
    font-family: 'Font Awesome 5 Light';
    color: #2E3192;
}

@media screen and (max-width: 1020px) {
    .lContainer.-top .chumokuWrap .chumokuSlide li {
        padding: 0 0.5em;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-top .chumokuWrap {
        padding: 1em 0;
    }
    .lContainer.-top .chumokuWrap .chumokuSlide .slick-prev {
        left: -15px;
    }
    .lContainer.-top .chumokuWrap .chumokuSlide .slick-next {
        right: -15px;
    }
}

.lContainer.-top .visionWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lContainer.-top .visionWrap > * {
    width: 48%;
}

.lContainer.-top .visionWrap > * img {
    width: 100%;
}

.lContainer.-top .visionWrap .mainLabel {
    font-size: 90%;
}

@media screen and (min-width: 767px) and (max-width: 1080px) {
    .lContainer.-top .visionWrap .mainLabel {
        font-size: 80%;
    }
    .lContainer.-top .visionWrap .mainLabel br {
        display: none;
    }
}

@media screen and (max-width: 766px) {
    .lContainer.-top .visionWrap {
        display: block;
    }
    .lContainer.-top .visionWrap > * {
        width: 100%;
        margin-top: 1em;
    }
    .lContainer.-top .visionWrap > *:first-child {
        margin-top: 0;
    }
}

.lContainer.-top .newsWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lContainer.-top .newsWrap > * {
    width: 48%;
}

.lContainer.-top .newsWrap__item .ttl {
    font-size: 170%;
    font-weight: 500;
}

.lContainer.-top .newsWrap__item .newsList__item {
    border-bottom: #D6D6D6 1px solid;
}

.lContainer.-top .newsWrap__item .newsList__item:last-child {
    border-bottom: none;
}

.lContainer.-top .newsWrap__item .newsList__item a {
    display: block;
    padding: 1em 0.2em;
}

.lContainer.-top .newsWrap__item .newsList__item a:hover {
    color: #2E3192;
}

.lContainer.-top .newsWrap__item .newsList__item time {
    font-size: 90%;
    color: #888888;
    margin-bottom: 0.2em;
}

@media screen and (max-width: 766px) {
    .lContainer.-top .newsWrap {
        display: block;
    }
    .lContainer.-top .newsWrap > * {
        width: 100%;
        margin-top: 3em;
    }
    .lContainer.-top .newsWrap > *:first-child {
        margin-top: 0;
    }
}

.lContainer.-top .businessWrap {
    background: url("/assets/img/top/business-bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}

.lContainer.-top .businessWrap .businessList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lContainer.-top .businessWrap .businessList__item {
    width: 32%;
    margin-right: 2%;
    margin-top: 2em;
}

.lContainer.-top .businessWrap .businessList__item:nth-child(3n) {
    margin-right: 0;
}

.lContainer.-top .businessWrap .businessList a {
    display: block;
    position: relative;
    overflow: hidden;
}

.lContainer.-top .businessWrap .businessList a .thumb img {
    width: 100%;
}

.lContainer.-top .businessWrap .businessList a .textArea {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.6em;
    text-align: center;
    background: #FFF;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lContainer.-top .businessWrap .businessList a .textArea span {
    font-size: 120%;
}

.lContainer.-top .businessWrap .businessList a .textArea span:after {
    display: inline-block;
    content: "\f054";
    font-family: 'Font Awesome 5 Regular';
    margin-left: 0.5em;
    font-size: 80%;
    line-height: 1;
}

.lContainer.-top .businessWrap .businessList a .hoverItem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lContainer.-top .businessWrap .businessList a .hoverItem .logo {
    max-width: 300px;
    width: 80%;
}

.lContainer.-top .businessWrap .businessList a .hoverItem .btn {
    background: #2E3192;
    color: #FFF;
    padding: 0.2em 1em 0.2em;
    margin-top: 1em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lContainer.-top .businessWrap .businessList a .hoverItem .btn span {
    line-height: 1;
}

.lContainer.-top .businessWrap .businessList a .hoverItem .btn span:after {
    display: inline-block;
    content: "\f002";
    font-family: 'Font Awesome 5 Regular';
    margin-left: 0.3em;
    font-size: 80%;
    line-height: 1;
}

.lContainer.-top .businessWrap .businessList a:hover {
    opacity: 1;
}

.lContainer.-top .businessWrap .businessList a:hover .thumb img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.lContainer.-top .businessWrap .businessList a:hover .textArea {
    opacity: 0;
}

.lContainer.-top .businessWrap .businessList a:hover .hoverItem {
    opacity: 1;
}

.lContainer.-top .businessWrap .businessList a:hover .hoverItem .btn:hover {
    background: #ED008C;
}

@media screen and (max-width: 1020px) {
    .lContainer.-top .businessWrap .businessList a .textArea span {
        font-size: 110%;
    }
}

@media screen and (max-width: 900px) {
    .lContainer.-top .businessWrap .businessList__item {
        width: 48%;
        margin-right: 4%;
        margin-top: 4vw;
    }
    .lContainer.-top .businessWrap .businessList__item:nth-child(3n) {
        margin-right: 4%;
    }
    .lContainer.-top .businessWrap .businessList__item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-top .businessWrap .businessList {
        display: block;
    }
    .lContainer.-top .businessWrap .businessList__item {
        width: 100%;
        margin-right: 0;
        margin-top: 4vw;
    }
    .lContainer.-top .businessWrap .businessList__item:first-child {
        margin-top: 0;
    }
    .lContainer.-top .businessWrap .businessList__item:nth-child(3n) {
        margin-right: 0;
    }
    .lContainer.-top .businessWrap .businessList__item:nth-child(2n) {
        margin-right: 0;
    }
    .lContainer.-top .businessWrap .businessList a .textArea span {
        font-size: 120%;
    }
}

/*==================================================================================================
	ビジョン
==============================================================================================*/
.lContainer.-vision .visionList__item {
    margin-bottom: 4em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lContainer.-vision .visionList__item:last-child {
    margin-bottom: 0;
}

.lContainer.-vision .visionList__item:nth-child(2n) .thumb {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.lContainer.-vision .visionList__item > * {
    width: 48%;
}

.lContainer.-vision .visionList__item .thumb .name {
    text-align: center;
    margin-top: 1em;
    line-height: 1.6;
}

.lContainer.-vision .visionList__item .thumb .name strong {
    font-size: 160%;
    font-weight: 400;
}

.lContainer.-vision .visionList__item .textArea > * {
    margin-top: 1em;
    display: block;
}

.lContainer.-vision .visionList__item .textArea > *:first-child {
    margin-top: 0;
}

.lContainer.-vision .visionList__item .textArea strong {
    font-size: 150%;
    font-weight: 500;
}

@media screen and (max-width: 766px) {
    .lContainer.-vision .visionList__item {
        display: block;
    }
    .lContainer.-vision .visionList__item > * {
        width: 100%;
    }
    .lContainer.-vision .visionList__item .thumb {
        width: 100%;
    }
    .lContainer.-vision .visionList__item .thumb img {
        width: 100%;
        height: auto;
    }
    .lContainer.-vision .visionList__item .textArea {
        margin-top: 1.5em;
    }
    .lContainer.-vision .visionList__item .textArea .mainLabel br {
        display: none;
    }
    .lContainer.-vision .visionList__item .textArea strong br {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-vision .visionList__item .thumb .name strong {
        font-size: 140%;
    }
    .lContainer.-vision .visionList__item .textArea strong {
        font-size: 140%;
    }
}

/*==================================================================================================
	お問い合わせ
==============================================================================================*/
.lContainer.-contact .mContainer .contactSection .titlePage {
    margin-bottom: 4.0em;
}

.lContainer.-contact .mContainer .contactSection .titlePage .contactTtl {
    margin-bottom: 0.8em;
    font-size: 275%;
    font-weight: 500;
}

.lContainer.-contact .mContainer .contactSection .titlePage .topInfo.-btm {
    margin-bottom: 5vw;
}

.lContainer.-contact .mContainer .contactSection .titlePage .topInfo .infoList {
    margin-top: 1.5em;
}

.lContainer.-contact .mContainer .contactSection .titlePage .topInfo .infoList li {
    padding-left: -1.0em;
    text-indent: -1.0em;
}

.lContainer.-contact .mContainer .contactSection .titlePage .topInfo .infoList li a {
    text-decoration: underline;
    color: #00AAE4;
}

.lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact {
    margin-bottom: 6vw;
}

.lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item {
    padding: 1.0em 0;
}

.lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item:last-child {
    padding-bottom: 0;
}

.lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item .boxLabel {
    margin-top: 0;
}

.lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item .boxLabel label {
    font-size: 125%;
    font-weight: 500;
}

.lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item .boxLabel label .required {
    width: auto;
    height: auto;
    margin-left: 1.6em;
    font-weight: bold;
    line-height: 2.0em;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
    position: static;
    background: #ED008C;
}

.lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item .boxContent select {
    width: 100%;
    padding: 1em !important;
    border: 1px solid #C6C6C6;
    font-size: 16px;
}

.lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item .boxContent .formControl {
    padding: 1.0em;
    border: 1px solid #C6C6C6;
    border-radius: 0px;
    background: white;
    font-size: 16px;
}

.lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item .boxContent .formControl::-webkit-input-placeholder {
    color: #B7B7B7;
}

.lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item .boxContent .formControl::-moz-placeholder {
    color: #B7B7B7;
}

.lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item .boxContent .formControl::-ms-input-placeholder {
    color: #B7B7B7;
}

.lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item .boxContent .formControl::placeholder {
    color: #B7B7B7;
}

.lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item .boxContent .formControl::-webkit-input-placeholder {
    color: #B7B7B7;
}

.lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item .boxContent .formControl:-ms-input-placeholder {
    color: #B7B7B7;
}

.lContainer.-contact .mContainer .contactSection .btnArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
}

.lContainer.-contact .mContainer .contactSection .btnArea .basicBtn {
    padding: 0.4em;
    font-size: 156.25%;
    border: none;
}

.lContainer.-contact .mContainer .contactSection .btnArea .basicBtn.-gray {
    margin-right: 1.6em;
    background: #B2B2B2;
}

@media screen and (max-width: 766px) {
    .lContainer.-contact .mContainer .contactSection .titlePage .contactTtl {
        font-size: 180%;
    }
    .lContainer.-contact .mContainer .contactSection .titlePage .topInfo.-btm {
        margin-bottom: 5vw;
    }
    .lContainer.-contact .mContainer .contactSection .titlePage .topInfo .infoList {
        margin-top: 1.5em;
    }
    .lContainer.-contact .mContainer .contactSection .titlePage .topInfo .infoList li {
        padding-left: -1.0em;
        text-indent: -1.0em;
    }
    .lContainer.-contact .mContainer .contactSection .titlePage .topInfo .infoList li a {
        text-decoration: underline;
        color: #00AAE4;
    }
    .lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact {
        margin-bottom: 12vw;
    }
    .lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item {
        padding: 0;
    }
    .lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item .boxLabel label .required {
        margin-left: 1.0em;
    }
    .lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item .boxContent select {
        width: 100%;
        padding: 1em !important;
        border: 1px solid #C6C6C6;
    }
    .lContainer.-contact .mContainer .contactSection .contactWrap .groupContact .contact__item .boxContent .formControl {
        padding: 1.0em;
        border: 1px solid #C6C6C6;
        border-radius: 0px;
        background: white;
    }
    .lContainer.-contact .mContainer .contactSection .btnArea {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 0;
    }
    .lContainer.-contact .mContainer .contactSection .btnArea .basicBtn {
        margin-bottom: 1.0em;
        padding: 0.4em;
        font-size: 135%;
    }
    .lContainer.-contact .mContainer .contactSection .btnArea .basicBtn.-gray {
        margin-right: 0;
        background: #B2B2B2;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-contact .mContainer .contactSection .titlePage .topInfo .infoTxt br {
        display: none;
    }
}

/*==================================================================================================
	ビジョン
==============================================================================================*/
.lContainer.-sitepolicy .topTxt {
    margin-bottom: 3.0em;
}

.lContainer.-sitepolicy .sitepolicyCont {
    margin-bottom: 2.5em;
}

.lContainer.-sitepolicy .sitepolicyCont .subTtl {
    margin-bottom: 0.7em;
    font-size: 156.25%;
}

.lContainer.-sitepolicy .sitepolicyCont .nomalTxt {
    margin-bottom: 1.0em;
}

.lContainer.-sitepolicy .sitepolicyCont .nomalTxt:last-child {
    margin-bottom: 0;
}

.lContainer.-sitepolicy .sitepolicyCont .btmTxt {
    margin-bottom: 1.0em;
}

.lContainer.-sitepolicy .sitepolicyCont .infoList__item {
    margin-bottom: 1.0em;
    padding-left: 1.0em;
    text-indent: -1.0em;
    line-height: 1.3em;
}

.lContainer.-sitepolicy .sitepolicyCont .subCont {
    margin-bottom: 1.0em;
}

.lContainer.-sitepolicy .sitepolicyCont .subCont .pinkTtl {
    font-size: 112.5%;
    color: #ED008C;
}

.lContainer.-sitepolicy .sitepolicyCont .subCont .subList {
    padding: 1em 0;
    padding-left: 1.0em;
    text-indent: -1.0em;
    line-height: 1.3em;
}

.lContainer.-sitepolicy .sitepolicyCont .subCont .noteTxt {
    margin-bottom: 1.0em;
    padding-left: 1.0em;
    text-indent: -1.0em;
    line-height: 1.3em;
}

.lContainer.-sitepolicy .sitepolicyCont .subCont .imageArea {
    margin-top: 1.0em;
}

@media screen and (max-width: 480px) {
    .lContainer.-sitepolicy .sitepolicyCont .subCont .imageArea {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .lContainer.-sitepolicy .sitepolicyCont .subCont .imageArea a {
        display: block;
        cursor: pointer;
    }
    .lContainer.-sitepolicy .sitepolicyCont .subCont .imageArea a img {
        width: 100%;
    }
}

/*==================================================================================================
	ビジョン
==============================================================================================*/
.lContainer.-privacy .topTxt {
    margin-bottom: 3.0em;
}

.lContainer.-privacy .privacyCont {
    margin-bottom: 3.0em;
}

.lContainer.-privacy .privacyCont .subTtl {
    margin-bottom: 1.0em;
    font-size: 156.25%;
}

.lContainer.-privacy .privacyCont .nomalTxt {
    margin-bottom: 1.6em;
}

.lContainer.-privacy .privacyCont .nomalTxt:last-child {
    margin-bottom: 0;
}

.lContainer.-privacy .privacyCont .infoList {
    margin-bottom: 1.6em;
}

.lContainer.-privacy .privacyCont .infoList__item {
    margin-bottom: 1.0em;
    padding-left: 1.4em;
    text-indent: -1.4em;
    line-height: 1.4em;
}

.lContainer.-privacy .privacyCont .infoList__item:last-child {
    margin-bottom: 0;
}

.lContainer.-privacy .btnArea .basicBtn {
    margin: 0 auto;
}

/*==================================================================================================
	メディア情報　お知らせ　注目情報 CMS
==============================================================================================*/
.lContainer.-media .articleCont, .lContainer.-news .articleCont, .lContainer.-chumoku .articleCont, .lContainer.-businessWelfareBlog .articleCont {
    margin-bottom: 7.5em;
}

.lContainer.-media .articleCont:last-of-type, .lContainer.-news .articleCont:last-of-type, .lContainer.-chumoku .articleCont:last-of-type, .lContainer.-businessWelfareBlog .articleCont:last-of-type {
    margin-bottom: 0;
}

.lContainer.-media .articleCont .articleTtl, .lContainer.-news .articleCont .articleTtl, .lContainer.-chumoku .articleCont .articleTtl, .lContainer.-businessWelfareBlog .articleCont .articleTtl {
    border-bottom: 1px solid #DDDDDD;
    font-size: 200%;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 1em;
    padding-bottom: .5em;
}

.lContainer.-media .articleCont .articleTtl time, .lContainer.-news .articleCont .articleTtl time, .lContainer.-chumoku .articleCont .articleTtl time, .lContainer.-businessWelfareBlog .articleCont .articleTtl time {
    color: #888;
    display: block;
    font-size: 60%;
}

.lContainer.-media .articleCont h4, .lContainer.-news .articleCont h4, .lContainer.-chumoku .articleCont h4, .lContainer.-businessWelfareBlog .articleCont h4 {
    font-size: 150%;
    font-weight: 500;
    margin-bottom: 1em;
}

.lContainer.-media .articleCont ul, .lContainer.-news .articleCont ul, .lContainer.-chumoku .articleCont ul, .lContainer.-businessWelfareBlog .articleCont ul {
    margin: 3em 0 3em 1em;
}

.lContainer.-media .articleCont ul li, .lContainer.-news .articleCont ul li, .lContainer.-chumoku .articleCont ul li, .lContainer.-businessWelfareBlog .articleCont ul li {
    list-style: disc inside;
    text-indent: -1.4em;
    padding-left: 1em;
}

.lContainer.-media .articleCont p, .lContainer.-news .articleCont p, .lContainer.-chumoku .articleCont p, .lContainer.-businessWelfareBlog .articleCont p {
    margin-bottom: 3em;
}

.lContainer.-media .articleCont p:last-child, .lContainer.-news .articleCont p:last-child, .lContainer.-chumoku .articleCont p:last-child, .lContainer.-businessWelfareBlog .articleCont p:last-child {
    margin-bottom: 0;
}

.lContainer.-media .articleCont a, .lContainer.-news .articleCont a, .lContainer.-chumoku .articleCont a, .lContainer.-businessWelfareBlog .articleCont a {
    color: #40C8F4;
    text-decoration: underline;
}

.lContainer.-media .articleCont a:hover, .lContainer.-news .articleCont a:hover, .lContainer.-chumoku .articleCont a:hover, .lContainer.-businessWelfareBlog .articleCont a:hover {
    text-decoration: none;
}

@media screen and (max-width: 560px) {
    .lContainer.-media .articleCont, .lContainer.-news .articleCont, .lContainer.-chumoku .articleCont, .lContainer.-businessWelfareBlog .articleCont {
        margin-bottom: 5em;
    }
}

.lContainer .wp-pagenavi {
    padding-top: 10rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .lContainer .wp-pagenavi {
        padding-top: 6rem;
    }
}

@media screen and (max-width: 480px) {
    .lContainer .wp-pagenavi {
        padding-top: 4rem;
    }
}

.lContainer .wp-pagenavi a, .lContainer .wp-pagenavi span {
    background-color: #EAEBE9;
    padding: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    margin: 0 0.65rem;
    height: 46px;
    width: 46px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .lContainer .wp-pagenavi a, .lContainer .wp-pagenavi span {
        width: 30px;
        height: 30px;
        font-size: 1.4rem;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .lContainer .wp-pagenavi a, .lContainer .wp-pagenavi span {
        margin: 0 0.2rem;
    }
}

.lContainer .wp-pagenavi a.previouspostslink, .lContainer .wp-pagenavi a.nextpostslink, .lContainer .wp-pagenavi a.current, .lContainer .wp-pagenavi a:hover, .lContainer .wp-pagenavi span.previouspostslink, .lContainer .wp-pagenavi span.nextpostslink, .lContainer .wp-pagenavi span.current, .lContainer .wp-pagenavi span:hover {
    background-color: #2E3192;
    color: #FFF;
}

.lContainer .wp-pagenavi.-black {
    padding-bottom: 4em;
}

.lContainer .wp-pagenavi.-black a.previouspostslink, .lContainer .wp-pagenavi.-black a.nextpostslink, .lContainer .wp-pagenavi.-black a.current, .lContainer .wp-pagenavi.-black a:hover, .lContainer .wp-pagenavi.-black span.previouspostslink, .lContainer .wp-pagenavi.-black span.nextpostslink, .lContainer .wp-pagenavi.-black span.current, .lContainer .wp-pagenavi.-black span:hover {
    background-color: #222222;
}

/*==================================================================================================
	注目情報
==============================================================================================*/
.lContainer.-chumoku .chumokuList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lContainer.-chumoku .chumokuList__item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 6.5rem;
}

.lContainer.-chumoku .chumokuList__item:nth-child(3n) {
    margin-right: 0;
}

.lContainer.-chumoku .chumokuList__item .thumb img {
    width: 100%;
    height: 18vw;
    max-height: 255px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.lContainer.-chumoku .chumokuList__item h3 {
    font-size: 140%;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 1em;
}

.lContainer.-chumoku .chumokuList__item h3 time {
    color: #888;
    display: block;
    font-size: 65%;
}

.lContainer.-chumoku .chumokuList__item a {
    display: block;
}

.lContainer.-chumoku .chumokuList__item a:hover {
    opacity: .8;
}

@media screen and (max-width: 768px) {
    .lContainer.-chumoku .chumokuList__item {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 12vw;
    }
    .lContainer.-chumoku .chumokuList__item:nth-child(3n) {
        margin-right: 3%;
    }
    .lContainer.-chumoku .chumokuList__item:nth-child(2n) {
        margin-right: 0;
    }
    .lContainer.-chumoku .chumokuList__item .thumb {
        background: red;
    }
    .lContainer.-chumoku .chumokuList__item .thumb img {
        height: 30vw;
    }
    .lContainer.-chumoku .chumokuList__item h3 {
        font-size: 120%;
    }
    .lContainer.-chumoku .chumokuList__item h3 time {
        font-size: 80%;
    }
}

.lContainer.-chumoku .btnArea {
    margin-top: 7em;
}

.lContainer.-chumoku .btnArea .basicBtn {
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .lContainer.-chumoku .btnArea {
        margin-top: 3em;
    }
}

/*==================================================================================================
	事業内容
==============================================================================================*/
.lContainer {
    /* End of &.-business */
}

.lContainer.-business {
    /* End of .mContainer */
}

.lContainer.-business .mContainer {
    padding-top: 0;
    padding-bottom: 0;
    /* 事業内容TOP（index) */
    /* End of 事業内容TOP */
    /* End of &.-top  */
    /* End of .subInfo */
    /* 飲食事業 */
    /* END of .food */
    /* 介護福祉事業 */
    /* END of .care */
}

.lContainer.-business .mContainer .businessWrap {
    margin-bottom: 7.5em;
}

.lContainer.-business .mContainer .businessWrap .businessList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lContainer.-business .mContainer .businessWrap .businessList__item {
    width: 32%;
    margin-right: 2%;
    margin-top: 2em;
}

.lContainer.-business .mContainer .businessWrap .businessList__item:nth-child(3n) {
    margin-right: 0;
}

.lContainer.-business .mContainer .businessWrap .businessList a {
    display: block;
    position: relative;
    overflow: hidden;
}

.lContainer.-business .mContainer .businessWrap .businessList a .thumb img {
    width: 100%;
}

.lContainer.-business .mContainer .businessWrap .businessList a .textArea {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.6em;
    text-align: center;
    background: #FFF;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
    background-color: #2E3192;
}

.lContainer.-business .mContainer .businessWrap .businessList a .textArea span {
    font-size: 120%;
}

.lContainer.-business .mContainer .businessWrap .businessList a .textArea span:after {
    display: inline-block;
    content: "\f054";
    font-family: 'Font Awesome 5 Regular';
    margin-left: 0.5em;
    font-size: 80%;
    line-height: 1;
}

.lContainer.-business .mContainer .businessWrap .businessList a .hoverItem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lContainer.-business .mContainer .businessWrap .businessList a .hoverItem .logo {
    max-width: 300px;
    width: 80%;
}

.lContainer.-business .mContainer .businessWrap .businessList a .hoverItem .btn {
    background: #2E3192;
    color: #FFF;
    padding: 0.2em 1em 0.2em;
    margin-top: 1em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lContainer.-business .mContainer .businessWrap .businessList a .hoverItem .btn span {
    line-height: 1;
}

.lContainer.-business .mContainer .businessWrap .businessList a .hoverItem .btn span:after {
    display: inline-block;
    content: "\f002";
    font-family: 'Font Awesome 5 Regular';
    margin-left: 0.3em;
    font-size: 80%;
    line-height: 1;
}

.lContainer.-business .mContainer .businessWrap .businessList a:hover {
    opacity: 1;
}

.lContainer.-business .mContainer .businessWrap .businessList a:hover .thumb img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.lContainer.-business .mContainer .businessWrap .businessList a:hover .textArea {
    opacity: 0;
}

.lContainer.-business .mContainer .businessWrap .businessList a:hover .hoverItem {
    opacity: 1;
}

.lContainer.-business .mContainer .businessWrap .businessList a:hover .hoverItem .btn:hover {
    background: #ED008C;
}

@media screen and (max-width: 1020px) {
    .lContainer.-business .mContainer .businessWrap .businessList a .textArea span {
        font-size: 110%;
    }
}

@media screen and (max-width: 920px) {
    .lContainer.-business .mContainer .businessWrap .businessList a:hover .hoverItem {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .lContainer.-business .mContainer .businessWrap .businessList__item {
        width: 48%;
        margin-right: 4%;
        margin-top: 4vw;
    }
    .lContainer.-business .mContainer .businessWrap .businessList__item:nth-child(3n) {
        margin-right: 4%;
    }
    .lContainer.-business .mContainer .businessWrap .businessList__item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-business .mContainer .businessWrap .businessList {
        display: block;
    }
    .lContainer.-business .mContainer .businessWrap .businessList__item {
        width: 100%;
        margin-right: 0;
        margin-top: 4vw;
    }
    .lContainer.-business .mContainer .businessWrap .businessList__item:first-child {
        margin-top: 0;
    }
    .lContainer.-business .mContainer .businessWrap .businessList__item:nth-child(3n) {
        margin-right: 0;
    }
    .lContainer.-business .mContainer .businessWrap .businessList__item:nth-child(2n) {
        margin-right: 0;
    }
    .lContainer.-business .mContainer .businessWrap .businessList a .textArea span {
        font-size: 120%;
    }
}

.lContainer.-business .mContainer.-top {
    padding-top: 120px;
    padding-bottom: 0;
    position: relative;
    /* リサイクル・オンライン・ギフト事業*/
    /* End of .withBtn  */
}

.lContainer.-business .mContainer.-top:before {
    display: inline-block;
    content: '';
    background: url("../img/business/img01.png");
    position: absolute;
    top: -43px;
    left: 0;
    width: 235px;
    height: 235px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    z-index: -1;
}

.lContainer.-business .mContainer.-top:after {
    display: inline-block;
    content: '';
    background: url("../img/business/img02.png");
    position: absolute;
    bottom: -140px;
    right: 0;
    width: 235px;
    height: 235px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.lContainer.-business .mContainer.-top .topInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 140px;
}

.lContainer.-business .mContainer.-top .topInfo .imageArea {
    max-width: 382px;
    width: 100%;
    margin-right: 3.0em;
    padding: 20px 40px;
    border: 1px solid #EAEAEA;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.lContainer.-business .mContainer.-top .topInfo .imageArea img {
    width: 100%;
}

.lContainer.-business .mContainer.-top .topInfo .textArea {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lContainer.-business .mContainer.-top .topInfo .textArea .infoTtl {
    font-size: 225%;
    font-weight: 500;
}

.lContainer.-business .mContainer.-top .withBtn .topInfo {
    margin-bottom: 70px;
}

.lContainer.-business .mContainer.-top .withBtn .topInfo .imageArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 250px;
}

.lContainer.-business .mContainer.-top .withBtn .btnArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 140px;
}

.lContainer.-business .mContainer.-top .withBtn .btnArea a {
    margin-right: 40px !important;
}

.lContainer.-business .mContainer.-top .withBtn .btnArea a:last-child {
    margin-right: 0 !important;
}

.lContainer.-business .mContainer.-top .withBtn .btnArea .basicBtn {
    margin-bottom: 1.0em;
    padding: 0.5em;
    font-size: 135%;
}

.lContainer.-business .mContainer.-top .withBtn .btnArea .basicBtn.-gray {
    margin-right: 0;
    background: #606060;
}

@media screen and (max-width: 1020px) {
    .lContainer.-business .mContainer.-top .withBtn .btnArea {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 0;
    }
    .lContainer.-business .mContainer.-top .withBtn .btnArea a {
        margin-right: 0 !important;
    }
    .lContainer.-business .mContainer.-top .withBtn .btnArea .basicBtn {
        margin-bottom: 1.0em;
        padding: 0.4em;
        font-size: 135%;
    }
    .lContainer.-business .mContainer.-top .withBtn .btnArea .basicBtn.-gray {
        margin-right: 0;
        background: #B2B2B2;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-business .mContainer.-top .withBtn .btnArea {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1020px) {
    .lContainer.-business .mContainer.-top:before {
        position: absolute;
        top: -43px;
        left: 0;
        width: 160px;
        height: 160px;
    }
    .lContainer.-business .mContainer.-top:after {
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width: 766px) {
    .lContainer.-business .mContainer.-top:before {
        position: absolute;
        top: -41px;
        left: 0;
    }
    .lContainer.-business .mContainer.-top .topInfo {
        display: block;
        text-align: center;
    }
    .lContainer.-business .mContainer.-top .topInfo .imageArea {
        max-width: 300px;
        margin: 0 auto 2.0em auto;
    }
}

@media screen and (max-width: 720px) {
    .lContainer.-business .mContainer.-top:before {
        position: absolute;
        top: -38px;
        left: 0;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-business .mContainer.-top {
        padding-top: 40px;
    }
    .lContainer.-business .mContainer.-top:before {
        position: absolute;
        top: -39px;
        left: 0;
        width: 100px;
        height: 100px;
    }
    .lContainer.-business .mContainer.-top:after {
        position: absolute;
        bottom: -60px;
        right: 0;
        width: 100px;
        height: 100px;
    }
    .lContainer.-business .mContainer.-top .topInfo {
        margin-bottom: 60px;
    }
    .lContainer.-business .mContainer.-top .topInfo .textArea .infoTtl {
        font-size: 150%;
        font-weight: 500;
    }
    .lContainer.-business .mContainer.-top .topInfo .textArea p {
        font-size: 87.5%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-business .mContainer.-top:before {
        position: absolute;
        top: -35px;
        left: 0;
    }
}

.lContainer.-business .mContainer .subInfo {
    padding: 5em 0 7.0em;
    position: relative;
}

.lContainer.-business .mContainer .subInfo:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    background-color: #F5F6FF;
    z-index: -1;
}

.lContainer.-business .mContainer .subInfo__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.6em;
    padding: 2.8em 2.8em 3.8em 2.8em;
    background: white;
}

.lContainer.-business .mContainer .subInfo__item:last-child {
    margin-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.lContainer.-business .mContainer .subInfo__item:last-child .textArea {
    margin-right: 0;
}

.lContainer.-business .mContainer .subInfo__item:last-child .imageArea {
    max-width: 382px;
    width: 100%;
    margin-right: 40px;
}

.lContainer.-business .mContainer .subInfo__item .textArea {
    margin-right: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lContainer.-business .mContainer .subInfo__item .textArea .ttl {
    font-size: 187.5%;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.lContainer.-business .mContainer .subInfo__item .imageArea {
    max-width: 382px;
    width: 100%;
}

.lContainer.-business .mContainer .subInfo__item .imageArea .slick-dotted.slick-slider {
    height: 300px;
    background-color: #ffffff;
}

.lContainer.-business .mContainer .subInfo__item .imageArea .slick-list {
    height: 300px;
}

.lContainer.-business .mContainer .subInfo__item .imageArea .slick-dots {
    margin-top: 1em;
}

.lContainer.-business .mContainer .subInfo__item .imageArea .slick-dots li {
    margin-right: 1em;
}

.lContainer.-business .mContainer .subInfo__item .imageArea .slick-dots li.slick-active button:before {
    background: #2E3192;
}

@media screen and (max-width: 940px) {
    .lContainer.-business .mContainer .subInfo__item .imageArea .slick-dotted.slick-slider {
        height: 260px;
    }
    .lContainer.-business .mContainer .subInfo__item .imageArea .slick-list {
        height: 260px;
    }
}

@media screen and (max-width: 800px) {
    .lContainer.-business .mContainer .subInfo__item .imageArea .slick-dotted.slick-slider {
        height: 240px;
    }
    .lContainer.-business .mContainer .subInfo__item .imageArea .slick-list {
        height: 240px;
    }
}

@media screen and (max-width: 767px) {
    .lContainer.-business .mContainer .subInfo__item .imageArea .slick-dotted.slick-slider {
        height: 210px;
    }
    .lContainer.-business .mContainer .subInfo__item .imageArea .slick-list {
        height: 210px;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-business .mContainer .subInfo__item .imageArea .slick-dotted.slick-slider {
        height: 180px;
    }
    .lContainer.-business .mContainer .subInfo__item .imageArea .slick-list {
        height: 180px;
    }
}

@media screen and (max-width: 766px) {
    .lContainer.-business .mContainer .subInfo__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .lContainer.-business .mContainer .subInfo__item:last-child {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .lContainer.-business .mContainer .subInfo__item:last-child .textArea {
        margin-right: 0;
    }
    .lContainer.-business .mContainer .subInfo__item:last-child .textArea .btnArea {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .lContainer.-business .mContainer .subInfo__item:last-child .imageArea {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.0em;
    }
    .lContainer.-business .mContainer .subInfo__item:last-child .imageArea img {
        max-width: 100%;
        width: 100%;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .lContainer.-business .mContainer .subInfo__item .textArea {
        margin-right: 0;
    }
    .lContainer.-business .mContainer .subInfo__item .textArea .ttl {
        font-size: 187.5%;
        font-weight: 500;
        text-align: center;
        margin-bottom: 0.6em;
    }
    .lContainer.-business .mContainer .subInfo__item .textArea .btnArea {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .lContainer.-business .mContainer .subInfo__item .imageArea {
        max-width: 100%;
        margin-bottom: 1.0em;
    }
    .lContainer.-business .mContainer .subInfo__item .imageArea img {
        max-width: 100%;
        width: 100%;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-business .mContainer .subInfo {
        padding: 4.0em 0 5.0em;
    }
    .lContainer.-business .mContainer .subInfo__item {
        padding: 5vw 5vw 7vw;
    }
    .lContainer.-business .mContainer .subInfo__item:last-child .textArea {
        margin-right: 0;
    }
    .lContainer.-business .mContainer .subInfo__item:last-child .imageArea {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 2.0em;
    }
    .lContainer.-business .mContainer .subInfo__item:last-child .imageArea img {
        max-width: 100%;
        width: 100%;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .lContainer.-business .mContainer .subInfo__item .textArea {
        margin-right: 0;
    }
    .lContainer.-business .mContainer .subInfo__item .textArea .ttl {
        font-size: 150%;
        font-weight: 500;
    }
    .lContainer.-business .mContainer .subInfo__item .imageArea {
        max-width: 100%;
        margin-bottom: 2.0em;
    }
    .lContainer.-business .mContainer .subInfo__item .imageArea img {
        max-width: 100%;
        width: 100%;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.lContainer.-business .mContainer .food .subInfo__item .textArea {
    margin-right: 4%;
    width: 46%;
}

.lContainer.-business .mContainer .food .subInfo__item .textArea .subttl {
    font-size: 156%;
    margin-top: 0.7em;
    line-height: 1.4;
}

.lContainer.-business .mContainer .food .subInfo__item .imageArea {
    width: 50%;
}

.lContainer.-business .mContainer .food .subInfo__item .imageArea .slick-dots {
    margin-top: 1em;
}

.lContainer.-business .mContainer .food .subInfo__item .imageArea .slick-dots li {
    margin-right: 1em;
}

.lContainer.-business .mContainer .food .subInfo__item .imageArea .slick-dots li.slick-active button:before {
    background: #2E3192;
}

@media screen and (max-width: 1020px) {
    .lContainer.-business .mContainer .food .subInfo__item .textArea .subttl {
        font-size: 126%;
    }
}

@media screen and (max-width: 766px) {
    .lContainer.-business .mContainer .food .subInfo__item .textArea {
        margin-right: 0;
        text-align: center;
        width: 100%;
    }
    .lContainer.-business .mContainer .food .subInfo__item .textArea .subttl {
        font-size: 138%;
    }
    .lContainer.-business .mContainer .food .subInfo__item .textArea h4 {
        margin-top: 2em;
    }
    .lContainer.-business .mContainer .food .subInfo__item .imageArea {
        width: 100%;
    }
}

.lContainer.-business .mContainer .care .careTtl {
    color: #ED008C;
    font-size: 110%;
    margin: .5em 0;
}

.lContainer.-business .mContainer .care .topInfo .imageArea {
    padding: 0;
    border: none;
}

.lContainer.-business .mContainer .care .careWrap {
    padding: 2.8em 2.8em 3.8em 2.8em;
    background: white;
    margin-bottom: 2.6em;
}

.lContainer.-business .mContainer .care .careWrap > .ttl {
    font-size: 187.5%;
    font-weight: 500;
    line-height: 1.2em;
}

.lContainer.-business .mContainer .care .careWrap .careList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lContainer.-business .mContainer .care .careWrap .careList__item {
    width: 48%;
    margin-top: 2em;
}

@media screen and (max-width: 766px) {
    .lContainer.-business .mContainer .care .careWrap > .ttl {
        font-size: 187.5%;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-business .mContainer .care .careWrap {
        padding: 5vw 5vw 7vw;
    }
    .lContainer.-business .mContainer .care .careWrap > .ttl {
        font-size: 150%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-business .mContainer .care .careWrap .careList {
        display: block;
    }
    .lContainer.-business .mContainer .care .careWrap .careList__item {
        width: 100%;
    }
}

.lContainer.-business .mContainer .care .careWrap.-careflow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lContainer.-business .mContainer .care .careWrap.-careflow > .textArea {
    width: 50.93023%;
}

.lContainer.-business .mContainer .care .careWrap.-careflow > .textArea > .ttl {
    font-size: 187.5%;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 1em;
}

@media screen and (max-width: 766px) {
    .lContainer.-business .mContainer .care .careWrap.-careflow > .textArea > .ttl {
        font-size: 187.5%;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-business .mContainer .care .careWrap.-careflow > .textArea > .ttl {
        font-size: 150%;
    }
}

.lContainer.-business .mContainer .care .careWrap.-careflow > .imageArea {
    width: 44.4186%;
}

.lContainer.-business .mContainer .care .careWrap.-careflow > .imageArea img {
    width: 100%;
}

@media screen and (max-width: 930px) {
    .lContainer.-business .mContainer .care .careWrap.-careflow {
        display: block;
    }
    .lContainer.-business .mContainer .care .careWrap.-careflow > .textArea {
        width: 100%;
        margin-bottom: 2em;
    }
    .lContainer.-business .mContainer .care .careWrap.-careflow > .imageArea {
        width: 100%;
    }
}

.lContainer.-business .mContainer .care .subInfo__item:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.lContainer.-business .mContainer .care .subInfo__item .textArea {
    margin-right: 40px;
}

.lContainer.-business .mContainer .care .subInfo__item .textArea > .ttl {
    margin-bottom: 1em;
}

.lContainer.-business .mContainer .care .subInfo__item .imageArea {
    margin-right: 0;
}

.lContainer.-business .mContainer .care .gmap {
    height: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.lContainer.-business .mContainer .care .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.lContainer.-business .mContainer .care .careTable {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    width: 100%;
}

.lContainer.-business .mContainer .care .careTable th {
    background: #F8F8F8;
    padding: .5em 1em;
    border-bottom: 1px solid #DDDDDD;
    font-weight: normal;
    text-align: left;
}

.lContainer.-business .mContainer .care .careTable td {
    padding: .5em 1em;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.lContainer.-business .mContainer .care .careTable td span {
    font-size: 85%;
}

.lContainer.-business .mContainer .care .timeline {
    padding-left: 1em;
}

.lContainer.-business .mContainer .care .timeline-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lContainer.-business .mContainer .care .timeline-list-item .date {
    width: 25%;
    font-size: 130%;
    color: #ED008C;
    font-weight: bold;
    position: relative;
    padding: 0 1em .5em 1.2em;
    border-left: 3px solid #ED008C;
}

.lContainer.-business .mContainer .care .timeline-list-item .date:before {
    content: "";
    position: absolute;
    top: .5em;
    left: -11px;
    width: 20px;
    height: 20px;
    background-color: #ED008C;
    border-radius: 10px;
}

.lContainer.-business .mContainer .care .timeline-list-item .content {
    width: 75%;
    padding-bottom: .5em;
}

@media screen and (max-width: 480px) {
    .lContainer.-business .mContainer .care .timeline-list-item .date {
        font-size: 110%;
        padding: 0 1em .5em 1.2em;
        border-left: 2px solid #ED008C;
    }
    .lContainer.-business .mContainer .care .timeline-list-item .date:before {
        top: .5em;
        left: -8px;
        width: 14px;
        height: 14px;
        border-radius: 7px;
    }
    .lContainer.-business .mContainer .care .timeline-list-item .content {
        width: 75%;
        padding-bottom: .5em;
    }
}

.lContainer.-business .mContainer .recycle .subTtl {
    font-size: 187.5%;
    font-weight: 500;
    position: relative;
    margin-bottom: 70px;
}

.lContainer.-business .mContainer .recycle .subTtl:after {
    content: '';
    width: 100px;
    height: 3px;
    margin-left: -50px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    border-radius: 10px;
    background: #ED008C;
}

.lContainer.-business .mContainer .recycle .recycleWrap {
    padding: 2.8em 2.8em 3.8em 2.8em;
    background: white;
}

.lContainer.-business .mContainer .recycle .recycleWrap .graphSpShow {
    display: none;
}

.lContainer.-business .mContainer .recycle .recycleWrap > .ttl {
    font-size: 187.5%;
    font-weight: 500;
    line-height: 1.2em;
}

.lContainer.-business .mContainer .recycle .subInfo.-none:before {
    display: none;
}

.lContainer.-business .mContainer .recycle .subInfo__item:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.lContainer.-business .mContainer .recycle .subInfo__item .textArea {
    margin-right: 40px;
}

.lContainer.-business .mContainer .recycle .subInfo__item .textArea > .ttl {
    margin-bottom: 1em;
}

.lContainer.-business .mContainer .recycle .subInfo__item .imageArea {
    margin-right: 0;
}

.lContainer.-business .mContainer .recycle .subInfo .garbageArea {
    margin-bottom: 4em;
}

.lContainer.-business .mContainer .recycle .subInfo .garbageArea img {
    margin-bottom: 5em;
}

.lContainer.-business .mContainer .recycle .subInfo .garbageArea p {
    font-size: 130%;
}

.lContainer.-business .mContainer .recycle .subInfo .garbageArea p .big {
    font-size: 120%;
    color: #ED008C;
}

.lContainer.-business .mContainer .recycle .subInfo .kidsArea {
    background: #F5F6FF;
    padding: 1em;
    padding-bottom: 0;
}

.lContainer.-business .mContainer .recycle .subInfo .kidsArea .kidsAreaCont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.lContainer.-business .mContainer .recycle .subInfo .kidsArea .kidsAreaCont__item .logoArea {
    text-align: center;
    margin-bottom: 0.5em;
}

.lContainer.-business .mContainer .recycle .subInfo .kidsArea .kidsAreaCont__item .logoArea img {
    max-width: 270px;
    margin-bottom: 0.25em;
    width: 100%;
}

.lContainer.-business .mContainer .recycle .subInfo .kidsArea .kidsAreaCont__item .logoArea p {
    font-size: 150%;
    margin-left: 0.7em;
}

.lContainer.-business .mContainer .recycle .subInfo .kidsArea .kidsAreaCont__item .ulStyle02 li {
    text-align: left;
    background-image: url("/assets/img/business/consultant/partnership/iconCheck2.png");
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 15px 15px;
    padding-left: 20px;
}

@media screen and (max-width: 560px) {
    .lContainer.-business .mContainer .recycle .subInfo .garbageArea {
        margin-bottom: 2em;
    }
    .lContainer.-business .mContainer .recycle .subInfo .garbageArea img {
        margin-bottom: 2em;
    }
    .lContainer.-business .mContainer .recycle .subInfo .kidsArea .kidsAreaCont {
        display: block;
    }
    .lContainer.-business .mContainer .recycle .subInfo .kidsArea .kidsAreaCont__item .imgArea {
        text-align: center;
    }
    .lContainer.-business .mContainer .recycle .subInfo .kidsArea .kidsAreaCont__item .imgArea img {
        max-width: 150px;
        width: 100%;
    }
    .lContainer.-business .mContainer .recycle .subInfo .kidsArea .kidsAreaCont__item .ulStyle02 {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .lContainer.-business .mContainer .recycle .recycleWrap {
        padding: 5vw 5vw 7vw;
    }
    .lContainer.-business .mContainer .recycle .recycleWrap .graphPcShow {
        display: none;
    }
    .lContainer.-business .mContainer .recycle .recycleWrap .graphSpShow {
        display: inline-block;
    }
}

.lContainer.-business .contactWrap {
    background-image: url(../../assets/img/business/consultant/welfare/service/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 5em 0;
}

.lContainer.-business .contactWrap .inner > .ttl {
    text-align: center;
    color: #FFF;
    font-size: 200%;
    margin-bottom: 1em;
    font-weight: 500;
}

.lContainer.-business .contactWrap .inner .contactList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lContainer.-business .contactWrap .inner .contactList > * {
    width: 48%;
    padding: 2em 1em;
    background: #FFF;
    text-align: center;
}

.lContainer.-business .contactWrap .inner .contactList__item > .ttl {
    font-size: 140%;
    margin-bottom: 0.6em;
    font-weight: 500;
}

.lContainer.-business .contactWrap .inner .contactList__item .btnArea .basicBtn {
    margin-left: auto;
    margin-right: auto;
}

.lContainer.-business .contactWrap .inner .contactList__item .telLink {
    font-size: 240%;
    line-height: 1.4;
}

.lContainer.-business .contactWrap .inner .contactList__item .telLink:before {
    display: inline-block;
    content: "\f095";
    font-family: 'Font Awesome 5 Solid';
    margin-right: 0.2em;
    color: #ED008C;
}

@media screen and (max-width: 800px) {
    .lContainer.-business .contactWrap .inner .contactList__item .telLink {
        font-size: 200%;
    }
}

@media screen and (max-width: 766px) {
    .lContainer.-business .contactWrap .inner .contactList {
        display: block;
    }
    .lContainer.-business .contactWrap .inner .contactList__item {
        width: 100%;
        margin-bottom: 5vw;
    }
    .lContainer.-business .contactWrap .inner .contactList__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-business .contactWrap {
        padding: 60px 0;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-business .contactWrap {
        padding: 50px 0;
    }
}

/* End of lContainer */
/*==================================================================================================
	事業内容　飲食事業
==============================================================================================*/
.lContainer.-businessFood {
    /* 麺＆IZAKAYA */
}

.lContainer.-businessFood .pageLabel {
    position: relative;
}

.lContainer.-businessFood .pageLabel__bg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.lContainer.-businessFood .pageLabel__ttl {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90%;
}

.lContainer.-businessFood .pageLabel__ttl > span {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 1.3em;
}

.lContainer.-businessFood .pageLabel__ttl .en {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 313%;
    margin-bottom: .2em;
}

.lContainer.-businessFood .pageLabel__ttl .jp {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 180%;
}

@media screen and (max-width: 560px) {
    .lContainer.-businessFood .pageLabel__ttl .en {
        font-size: 270%;
        margin-bottom: 0;
    }
    .lContainer.-businessFood .pageLabel__ttl .jp {
        font-size: 150%;
    }
}

.lContainer.-businessFood .mContainer {
    padding-bottom: 0;
}

.lContainer.-businessFood .mContainer .sContainer .innerS > .ttl {
    font-size: 250%;
    line-height: 1.3em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    margin-bottom: 1em;
}

.lContainer.-businessFood .mContainer .sContainer .innerS > .ttl .spShow {
    display: none;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessFood .mContainer .sContainer .innerS > .ttl .spShow {
        display: block;
    }
}

.lContainer.-businessFood .mContainer .sContainer .innerS > .ttl.-left {
    text-align: left;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessFood .mContainer .sContainer .innerS > .ttl {
        font-size: 230%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessFood .mContainer .sContainer .innerS > .ttl {
        font-size: 200%;
    }
}

.lContainer.-businessFood .mContainer .bgGray {
    background-color: #F9F9F9;
}

.lContainer.-businessFood .mContainer .about.-nyumen {
    margin-bottom: 3em;
}

.lContainer.-businessFood .mContainer .about .innerS > .ttl > img {
    max-width: 326px;
    width: 100%;
    margin: 0 auto .8em;
    display: block;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessFood .mContainer .about .innerS > .ttl > img {
        max-width: 300px;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-businessFood .mContainer .about .innerS > .ttl > img {
        max-width: 200px;
    }
}

.lContainer.-businessFood .mContainer .about .innerS .aboutTxt {
    text-align: center;
}

.lContainer.-businessFood .mContainer .about .innerS .aboutTxt > .ttl {
    font-size: 156%;
    color: white;
    display: inline-block;
    background-color: black;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding: .7em 1em;
    line-height: 1em;
    margin: 0 auto 1.5em;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessFood .mContainer .about .innerS .aboutTxt > .ttl {
        font-size: 130%;
    }
}

.lContainer.-businessFood .mContainer .about .innerS .aboutTxt > .text {
    text-align: left;
    letter-spacing: .05em;
}

.lContainer.-businessFood .mContainer .workings {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 6em;
    padding-bottom: 6em;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessFood .mContainer .workings {
        padding-top: 4em;
        padding-bottom: 4em;
    }
}

.lContainer.-businessFood .mContainer .workings .innerS .workingsList__item {
    margin-bottom: 3em;
}

.lContainer.-businessFood .mContainer .workings .innerS .workingsList__item:last-child {
    margin-bottom: 0;
}

.lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 156%;
    padding-bottom: .5em;
    margin-bottom: 1.3em;
    border-bottom: 1px solid #C7C7C7;
    line-height: 1.4em;
}

@media screen and (max-width: 560px) {
    .lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .ttl {
        margin-bottom: .9em;
    }
}

.lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text.-standard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text.-standard > p {
    width: 61%;
}

.lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text.-standard > img {
    width: 36%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

@media screen and (max-width: 560px) {
    .lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text.-standard {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text.-standard > p {
        width: 100%;
        margin-bottom: .8em;
    }
    .lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text.-standard > img {
        width: 100%;
    }
}

.lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text ul {
    margin-top: .2em;
    list-style: disc;
    padding-left: 1em;
}

.lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text p {
    margin-bottom: 1.7em;
}

.lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text .band {
    display: inline-block;
    background-color: #511454;
    color: white;
    padding: .1em .7em .3em;
    margin-bottom: .8em;
}

@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text .band {
        　padding: .3em .7em;
    }
}

.lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text .thumbList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
}

.lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text .thumbList__item {
    width: 48.5%;
}

.lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text .attention__item {
    padding-left: 3em;
    position: relative;
}

.lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text .attention__item:before {
    display: inline-block;
    content: "\f4af";
    font-family: 'Font Awesome 5 Light';
    line-height: 1;
    font-size: 200%;
    color: #78838B;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

@media screen and (max-width: 480px) {
    .lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text .attention__item {
        padding-left: 2em;
    }
    .lContainer.-businessFood .mContainer .workings .innerS .workingsList__item > .text .attention__item:before {
        font-size: 130%;
    }
}

.lContainer.-businessFood .mContainer .access {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 6em;
    padding-bottom: 140px;
}

@media screen and (max-width: 980px) {
    .lContainer.-businessFood .mContainer .access {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 766px) {
    .lContainer.-businessFood .mContainer .access {
        padding-bottom: 80px;
        padding-top: 4em;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-businessFood .mContainer .access {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessFood .mContainer .access {
        padding-bottom: 50px;
    }
}

.lContainer.-businessFood .mContainer .access .innerS .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.lContainer.-businessFood .mContainer .access .innerS .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.lContainer.-businessFood .mContainer .access .innerS .shopIntro {
    margin-top: 1em;
}

.lContainer.-businessFood .mContainer .access .innerS .shopIntro__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.4em;
    border-bottom: 1px solid #D7D7D7;
}

.lContainer.-businessFood .mContainer .access .innerS .shopIntro__item .ttl {
    width: 10em;
    padding-right: 2em;
    font-weight: bold;
}

.lContainer.-businessFood .mContainer .access .innerS .shopIntro__item .txt {
    width: calc(100% - 10em);
}

@media screen and (max-width: 766px) {
    .lContainer.-businessFood .mContainer .access .innerS .shopIntro__item .ttl {
        width: 7em;
    }
    .lContainer.-businessFood .mContainer .access .innerS .shopIntro__item .txt {
        width: calc(100% - 7em);
    }
}

.lContainer.-businessFood .mContainer .detail {
    background-image: url("/assets/img/business/food/nyu-men/noodle.png"), url("/assets/img/business/food/nyu-men/details_bg.jpg");
    background-repeat: no-repeat,repeat;
    background-size: 73%,auto;
    background-position: top 0% right -66%,center;
    margin-top: 0;
    padding-top: 20vw;
    padding-bottom: 20vw;
}

.lContainer.-businessFood .mContainer .detail .spShow {
    display: none;
}

@media screen and (max-width: 1020px) {
    .lContainer.-businessFood .mContainer .detail {
        background-position: top 40% right -66%,center;
    }
    .lContainer.-businessFood .mContainer .detail .innerS {
        width: 60%;
        margin: 0;
    }
}

@media screen and (max-width: 766px) {
    .lContainer.-businessFood .mContainer .detail {
        padding-top: 4em;
        padding-bottom: 4em;
        background-image: url("/assets/img/business/food/nyu-men/details_bg.jpg");
        background-repeat: repeat;
        background-size: auto;
        background-position: center;
    }
    .lContainer.-businessFood .mContainer .detail .innerS {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .lContainer.-businessFood .mContainer .detail .innerS .ttl.-left {
        text-align: center;
    }
    .lContainer.-businessFood .mContainer .detail .innerS .spShow {
        display: block;
    }
    .lContainer.-businessFood .mContainer .detail .innerS .pcShow {
        display: none;
    }
}

.lContainer.-businessFood .mContainer .commit .menuList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lContainer.-businessFood .mContainer .commit .menuList__item {
    width: 45%;
    text-align: center;
}

.lContainer.-businessFood .mContainer .commit .menuList__item > p {
    margin-top: .3em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 160%;
}

@media screen and (max-width: 560px) {
    .lContainer.-businessFood .mContainer .commit .menuList__item {
        width: 48%;
    }
    .lContainer.-businessFood .mContainer .commit .menuList__item > p {
        font-size: 130%;
    }
}

.lContainer.-businessFood .sContainer {
    margin-top: 6.0em;
}

.lContainer.-businessFood .sContainer:first-child {
    margin-top: 0;
}

@media screen and (max-width: 480px) {
    .lContainer.-businessFood .sContainer {
        margin-top: 3.0em;
    }
}

.lContainer.-businessFood .sContainer .innerS {
    /* 麺 */
    /* IZAKAYA */
}

.lContainer.-businessFood .sContainer .innerS .subTtl {
    font-size: 312.5%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    position: relative;
}

.lContainer.-businessFood .sContainer .innerS .subTtl:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #29333A;
    z-index: -2;
}

.lContainer.-businessFood .sContainer .innerS .subTtl:after {
    content: '';
    width: 5em;
    height: 1.6em;
    margin-left: -2.5em;
    position: absolute;
    top: 0;
    left: 50%;
    background: white;
    z-index: -1;
}

@media screen and (max-width: 720px) {
    .lContainer.-businessFood .sContainer .innerS .subTtl {
        font-size: 280%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessFood .sContainer .innerS .subTtl {
        font-size: 240%;
    }
}

.lContainer.-businessFood .sContainer .innerS .menArea {
    margin-bottom: 4em;
}

.lContainer.-businessFood .sContainer .innerS .menArea .mensubTtl {
    margin-bottom: 1.4em;
    font-size: 187.5%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
}

.lContainer.-businessFood .sContainer .innerS .menArea .menuList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

.lContainer.-businessFood .sContainer .innerS .menArea .menuList__item {
    width: 23.5%;
    margin-right: 2%;
    text-align: center;
}

.lContainer.-businessFood .sContainer .innerS .menArea .flexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.lContainer.-businessFood .sContainer .innerS .menArea .btnWrap {
    margin-top: 4em;
}

.lContainer.-businessFood .sContainer .innerS .menArea .btnWrap .attention__item {
    padding-left: 2em;
    position: relative;
    font-size: 168.75%;
    text-align: center;
}

.lContainer.-businessFood .sContainer .innerS .menArea .btnWrap .attention__item:before {
    display: inline-block;
    content: "\f4af";
    font-family: 'Font Awesome 5 Light';
    line-height: 1;
    font-size: 130%;
    margin-left: -6em;
    color: #78838B;
    position: absolute;
    left: 50%;
    top: 5px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.lContainer.-businessFood .sContainer .innerS .menArea .btnWrap .btnArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lContainer.-businessFood .sContainer .innerS .menArea .btnWrap .btnArea .basicBtn {
    background: #29333A;
}

@media screen and (max-width: 720px) {
    .lContainer.-businessFood .sContainer .innerS .menArea .mensubTtl {
        font-size: 150%;
    }
    .lContainer.-businessFood .sContainer .innerS .menArea .menuList {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lContainer.-businessFood .sContainer .innerS .menArea .menuList__item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
        text-align: center;
    }
    .lContainer.-businessFood .sContainer .innerS .menArea .menuList__item:nth-child(2n) {
        margin-right: 0;
    }
    .lContainer.-businessFood .sContainer .innerS .menArea .menuList__item:nth-child(3) {
        margin-bottom: 0;
    }
    .lContainer.-businessFood .sContainer .innerS .menArea .menuList__item:nth-child(4) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-businessFood .sContainer .innerS .menArea .flexBox {
        display: block;
        text-align: center;
    }
    .lContainer.-businessFood .sContainer .innerS .menArea .flexBox__item {
        margin-bottom: 2.0em;
    }
    .lContainer.-businessFood .sContainer .innerS .menArea .flexBox__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessFood .sContainer .innerS .menArea .mensubTtl {
        font-size: 125%;
    }
    .lContainer.-businessFood .sContainer .innerS .menArea .btnWrap .attention__item {
        font-size: 130%;
    }
}

.lContainer.-businessFood .sContainer .innerS .izakayaArea .izakayasubTtl {
    margin-bottom: 0.5em;
    font-size: 187.5%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
}

.lContainer.-businessFood .sContainer .innerS .izakayaArea .open {
    width: 160px;
    margin: 0 auto;
    text-align: center;
    padding: 0.2em 1.0em;
    border: 1px solid #333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.lContainer.-businessFood .sContainer .innerS .izakayaArea h4 .subtRed {
    display: block;
    font-size: 187.5%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    color: red;
}

.lContainer.-businessFood .sContainer .innerS .izakayaArea h4 .subtBig {
    display: block;
    font-size: 250%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
}

.lContainer.-businessFood .sContainer .innerS .izakayaArea .info {
    font-size: 125%;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
}

.lContainer.-businessFood .sContainer .innerS .izakayaArea .thmbWrap {
    margin-top: 5.0em;
    margin-bottom: 3.0em;
}

.lContainer.-businessFood .sContainer .innerS .izakayaArea .thmbWrap .spShow {
    display: none;
}

.lContainer.-businessFood .sContainer .innerS .izakayaArea .meritArea {
    margin: 2.0em 0 4.0em 0;
}

.lContainer.-businessFood .sContainer .innerS .izakayaArea .meritArea__item {
    margin-bottom: 1.6em;
    padding: 1.6em;
    background: #F9F9F9;
}

.lContainer.-businessFood .sContainer .innerS .izakayaArea .meritArea__item:last-child {
    margin-bottom: 0;
}

.lContainer.-businessFood .sContainer .innerS .izakayaArea .meritArea__item .meritTtl {
    margin-bottom: 1.0em;
}

.lContainer.-businessFood .sContainer .innerS .izakayaArea .meritArea__item .meritTtl .merit {
    margin-right: 1.0em;
    padding: 0.5em 1.0em;
    border: 1px solid red;
    background: white;
    color: red;
}

.lContainer.-businessFood .sContainer .innerS .izakayaArea .meritArea__item .meritTtl .big {
    font-size: 156.25%;
}

.lContainer.-businessFood .sContainer .innerS .izakayaArea .imageArea .spShow {
    display: none;
}

@media screen and (max-width: 720px) {
    .lContainer.-businessFood .sContainer .innerS .izakayaArea .izakayasubTtl {
        font-size: 150%;
    }
    .lContainer.-businessFood .sContainer .innerS .izakayaArea .meritArea {
        margin: 2.0em 0 4.0em 0;
    }
    .lContainer.-businessFood .sContainer .innerS .izakayaArea .meritArea__item {
        margin-bottom: 1.6em;
        padding: 1.6em;
        background: #F9F9F9;
    }
    .lContainer.-businessFood .sContainer .innerS .izakayaArea .meritArea__item:last-child {
        margin-bottom: 0;
    }
    .lContainer.-businessFood .sContainer .innerS .izakayaArea .meritArea__item .meritTtl {
        margin-bottom: 0.5em;
    }
    .lContainer.-businessFood .sContainer .innerS .izakayaArea .meritArea__item .meritTtl .big {
        display: block;
        margin-top: 0.5em;
        font-size: 125%;
    }
    .lContainer.-businessFood .sContainer .innerS .izakayaArea .thmbWrap .spShow {
        display: block;
    }
    .lContainer.-businessFood .sContainer .innerS .izakayaArea .thmbWrap .pcShow {
        display: none;
    }
    .lContainer.-businessFood .sContainer .innerS .izakayaArea .imageArea .spShow {
        display: block;
    }
    .lContainer.-businessFood .sContainer .innerS .izakayaArea .imageArea .pcShow {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessFood .sContainer .innerS .izakayaArea h4 .subtRed {
        font-size: 160%;
    }
    .lContainer.-businessFood .sContainer .innerS .izakayaArea h4 .subtBig {
        font-size: 180%;
    }
    .lContainer.-businessFood .sContainer .innerS .izakayaArea .info {
        font-size: 100%;
    }
}

/*==================================================================================================
	事業内容　コンサルタント
==============================================================================================*/
.lContainer {
    /* End of &.-businessConsultant */
}

.lContainer.-businessConsultant {
    /****** 日中サービス支援型共同生活援助 ******/
    /****** 障害福祉事業 TOP ******/
    /*-------------------------------
        業務提携
        -------------------------------*/
    /*-------------------------------
        エアープロット事業
        -------------------------------*/
}

.lContainer.-businessConsultant .contactWrap {
    background-image: url(../../assets/img/business/consultant/welfare/service/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 5em 0;
}

.lContainer.-businessConsultant .contactWrap .inner > .ttl {
    text-align: center;
    color: #FFF;
    font-size: 200%;
    margin-bottom: 1em;
    font-weight: 500;
}

.lContainer.-businessConsultant .contactWrap .inner .contactList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lContainer.-businessConsultant .contactWrap .inner .contactList > * {
    width: 48%;
    padding: 2em 1em;
    background: #FFF;
    text-align: center;
}

.lContainer.-businessConsultant .contactWrap .inner .contactList__item > .ttl {
    font-size: 140%;
    margin-bottom: 0.6em;
    font-weight: 500;
}

.lContainer.-businessConsultant .contactWrap .inner .contactList__item .btnArea .basicBtn {
    margin-left: auto;
    margin-right: auto;
}

.lContainer.-businessConsultant .contactWrap .inner .contactList__item .telLink {
    font-size: 240%;
    line-height: 1.4;
}

.lContainer.-businessConsultant .contactWrap .inner .contactList__item .telLink:before {
    display: inline-block;
    content: "\f095";
    font-family: 'Font Awesome 5 Solid';
    margin-right: 0.2em;
    color: #ED008C;
}

@media screen and (max-width: 800px) {
    .lContainer.-businessConsultant .contactWrap .inner .contactList__item .telLink {
        font-size: 200%;
    }
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant .contactWrap .inner .contactList {
        display: block;
    }
    .lContainer.-businessConsultant .contactWrap .inner .contactList__item {
        width: 100%;
        margin-bottom: 5vw;
    }
    .lContainer.-businessConsultant .contactWrap .inner .contactList__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-businessConsultant .contactWrap {
        padding: 60px 0;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessConsultant .contactWrap {
        padding: 50px 0;
    }
}

.lContainer.-businessConsultant .consultant {
    text-align: center;
    padding: 120px 0 84px;
}

.lContainer.-businessConsultant .consultant .readArea {
    max-width: 900px;
    margin: 0 auto 4em auto;
    padding: 1.5em;
    border: 1px solid #DDDDDD;
}

@media screen and (max-width: 480px) {
    .lContainer.-businessConsultant .consultant .readArea {
        margin: 0 auto 3em auto;
        padding: 1em;
    }
}

@media screen and (max-width: 980px) {
    .lContainer.-businessConsultant .consultant {
        padding: 90px 0 60px;
    }
}

@media screen and (max-width: 720px) {
    .lContainer.-businessConsultant .consultant {
        padding: 80px 0;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-businessConsultant .consultant {
        padding: 60px 0;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessConsultant .consultant {
        padding: 50px 0;
    }
}

.lContainer.-businessConsultant .consultant__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2em;
}

.lContainer.-businessConsultant .consultant__nav > .btnArea {
    max-width: 260px;
    margin-right: .5em;
}

.lContainer.-businessConsultant .consultant__nav > .btnArea:last-child {
    margin-right: 0;
}

.lContainer.-businessConsultant .consultant__nav > .btnArea > .basicBtn {
    font-size: 130%;
}

.lContainer.-businessConsultant .consultant__nav > .btnArea > .basicBtn span:after {
    display: inline-block;
    content: "\f107";
    font-family: 'Font Awesome 5 Light';
    font-size: 120%;
}

@media screen and (max-width: 800px) {
    .lContainer.-businessConsultant .consultant__nav > .btnArea > .basicBtn {
        font-size: 120%;
    }
}

@media screen and (max-width: 634px) {
    .lContainer.-businessConsultant .consultant__nav {
        display: inline-block;
    }
    .lContainer.-businessConsultant .consultant__nav > .btnArea {
        margin: 1em auto 0;
        max-width: 360px;
    }
    .lContainer.-businessConsultant .consultant__nav > .btnArea > .basicBtn {
        width: 100%;
        padding: 0.6em 2em;
    }
}

.lContainer.-businessConsultant .ttlLabel {
    position: relative;
}

.lContainer.-businessConsultant .ttlLabel__bg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.lContainer.-businessConsultant .ttlLabel__bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.lContainer.-businessConsultant .ttlLabel__ttl {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #FFF;
    font-size: 250%;
    line-height: 1.6;
    margin-top: 0.5em;
    text-align: center;
}

.lContainer.-businessConsultant .ttlLabel__ttl span {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

.lContainer.-businessConsultant .ttlLabel__ttl span:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 1px;
}

@media screen and (max-width: 966px) {
    .lContainer.-businessConsultant .ttlLabel__ttl {
        top: 35%;
        margin-top: 0;
    }
}

@media screen and (min-width: 966px) {
    .lContainer.-businessConsultant .ttlLabel__ttl .br-tb {
        display: none;
    }
}

.lContainer.-businessConsultant .ttlLabel__txt {
    position: absolute;
    left: 50%;
    top: 65%;
    -webkit-transform: translateY(-40%) translateX(-50%);
    transform: translateY(-40%) translateX(-50%);
    color: #FFF;
    font-size: 150%;
    font-weight: 500;
}

@media screen and (max-width: 1321px) {
    .lContainer.-businessConsultant .ttlLabel__ttl {
        font-size: 230%;
    }
}

@media screen and (max-width: 1220px) {
    .lContainer.-businessConsultant .ttlLabel__ttl {
        font-size: 220%;
    }
}

@media screen and (max-width: 1169px) {
    .lContainer.-businessConsultant .ttlLabel__ttl {
        font-size: 200%;
    }
}

@media screen and (max-width: 1067px) {
    .lContainer.-businessConsultant .ttlLabel__ttl {
        font-size: 190%;
    }
    .lContainer.-businessConsultant .ttlLabel__txt {
        font-size: 130%;
    }
}

@media screen and (max-width: 1016px) {
    .lContainer.-businessConsultant .ttlLabel__ttl {
        font-size: 180%;
    }
}

@media screen and (max-width: 525px) {
    .lContainer.-businessConsultant .ttlLabel__ttl {
        font-size: 160%;
    }
}

@media screen and (max-width: 1020px) {
    .lContainer.-businessConsultant .ttlLabel__bg img {
        height: 40vw;
    }
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant .ttlLabel__bg img {
        height: 50vw;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessConsultant .ttlLabel__bg img {
        height: 60vw;
    }
    .lContainer.-businessConsultant .ttlLabel__ttl {
        white-space: normal;
        font-size: 126%;
    }
    .lContainer.-businessConsultant .ttlLabel__txt {
        font-size: 100%;
    }
}

.lContainer.-businessConsultant .consultantWrap {
    text-align: center;
}

.lContainer.-businessConsultant .consultantWrap > .readTxt {
    font-size: 180%;
    font-weight: 500;
}

.lContainer.-businessConsultant .consultantWrap > .readTxt span {
    color: #5B5EC9;
}

@media screen and (max-width: 480px) {
    .lContainer.-businessConsultant .consultantWrap > .readTxt {
        font-size: 130%;
        line-height: 1.6;
    }
}

.lContainer.-businessConsultant .consultantWrap > .readTxtS {
    font-size: 160%;
    font-weight: 500;
}

@media screen and (max-width: 480px) {
    .lContainer.-businessConsultant .consultantWrap > .readTxtS {
        font-size: 130%;
        line-height: 1.6;
    }
}

.lContainer.-businessConsultant .consultantWrap > .thumb {
    margin: 3em auto;
}

.lContainer.-businessConsultant .consultantWrap > .btnArea {
    margin: 0 auto;
}

.lContainer.-businessConsultant .consultantWrap > .btnArea .basicBtn {
    margin: 0 auto;
    max-width: 398px;
    font-size: 150%;
    padding: .5em;
}

@media screen and (max-width: 480px) {
    .lContainer.-businessConsultant .consultantWrap > .btnArea .basicBtn {
        font-size: 120%;
    }
}

.lContainer.-businessConsultant .consultantWrap > .btnArea.-btnMt {
    margin: 3em auto 0;
}

.lContainer.-businessConsultant .consultantWrap > .ttl {
    font-size: 185%;
    font-weight: 500;
    position: relative;
    margin-bottom: 2em;
    text-align: center;
}

.lContainer.-businessConsultant .consultantWrap > .ttl:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #5B5EC9;
    border-radius: 2px;
}

@media screen and (max-width: 480px) {
    .lContainer.-businessConsultant .consultantWrap > .ttl {
        font-size: 150%;
    }
}

.lContainer.-businessConsultant .consultantWrap .illList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 850px;
    margin: 4em auto 5em;
}

.lContainer.-businessConsultant .consultantWrap .illList__item {
    width: 21.88235%;
}

.lContainer.-businessConsultant .consultantWrap .pc {
    display: block !important;
    margin: 0 auto;
}

.lContainer.-businessConsultant .consultantWrap .sp {
    display: none !important;
    margin: 0 auto;
}

@media only screen and (max-width: 750px) {
    .lContainer.-businessConsultant .consultantWrap .pc {
        display: none !important;
    }
    .lContainer.-businessConsultant .consultantWrap .sp {
        display: block !important;
    }
}

@media screen and (min-width: 561px) {
    .lContainer.-businessConsultant.-service .pcNone {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-businessConsultant.-service .spNone {
        display: none;
    }
}

.lContainer.-businessConsultant.-service .mContainer__cont .logoTtl {
    margin-bottom: 6em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .logoTtl .subTtl {
    font-size: 187.5%;
    font-weight: 500;
    position: relative;
}

.lContainer.-businessConsultant.-service .mContainer__cont .logoTtl .subTtl:after {
    content: '';
    width: 100px;
    height: 3px;
    margin-left: -50px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    border-radius: 10px;
    background: #5B5EC9;
}

.lContainer.-businessConsultant.-service .mContainer__cont .backTtl {
    padding: 10.0em 0;
    position: relative;
}

.lContainer.-businessConsultant.-service .mContainer__cont .backTtl:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    background-image: url(../../assets/img/business/consultant/welfare/service/title_back.jpg);
    background-size: cover;
    z-index: -1;
}

.lContainer.-businessConsultant.-service .mContainer__cont .backTtl .ttl {
    font-size: 250%;
    position: relative;
    margin-bottom: 1.4em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .backTtl .ttl:after {
    content: '';
    width: 100px;
    height: 3px;
    margin-left: -50px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    background: white;
}

.lContainer.-businessConsultant.-service .mContainer__cont .backTtl p {
    font-size: 120%;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .backTtl {
        padding: 15vw 0;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .backTtl .ttl {
        font-size: 200%;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .backTtl .ttl:after {
        height: 2px;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .backTtl p {
        font-size: 110%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .backTtl {
        padding: 15vw 0;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .backTtl .ttl {
        font-size: 180%;
    }
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea {
    padding: 5em 0;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.-base {
    padding: 5em 0;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.-backPurple {
    padding: 5em 0;
    position: relative;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.-backPurple:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    background: #F5F6FF;
    z-index: -1;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .subTtl {
    margin-bottom: 1.0em;
    font-size: 187.5%;
    font-weight: 500;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea .subTtl {
        font-size: 160%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea .subTtl {
        font-size: 150%;
    }
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .mainTtl {
    margin-bottom: 2em;
    font-size: 187.5%;
    font-weight: 500;
    padding-bottom: 0.8em;
    position: relative;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .mainTtl:before {
    content: "";
    background: #5B5EC9;
    width: 100px;
    height: 3px;
    border-radius: 2em;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea .mainTtl {
        font-size: 160%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea .mainTtl {
        font-size: 140%;
    }
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .balloonTtl {
    margin-bottom: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 120%;
    font-weight: 500;
    text-align: center;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .balloonTtl .balloon {
    background: #ED008C;
    color: #FFF;
    padding: 0.5em 1em;
    border-radius: 0.2em;
    position: relative;
    margin-bottom: 1em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .balloonTtl .balloon:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ED008C;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
}

@media screen and (max-width: 560px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea .balloonTtl {
        font-size: 110%;
    }
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .firstInfo {
    padding: 0 0 4.0em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .reasonList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .reasonList__item {
    width: 32%;
    margin-right: 2%;
    padding: 2em 2em 3em;
    background: #F5F6FF;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .reasonList__item:last-child {
    margin-right: 0;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .reasonList__item span {
    background: #5B5EC9;
    width: 2em;
    height: 2em;
    border-radius: 3em;
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 0.8em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .reasonList__item p {
    margin-bottom: 1em;
    font-weight: 500;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .reasonList__item img {
    margin-bottom: 0;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .reasonList {
        display: block;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .reasonList__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5vw;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .reasonList__item:last-child {
        margin-bottom: 0;
    }
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .secondInfo {
    font-size: 120%;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .secondInfo .-txtPurple {
    display: inline-block;
    margin: 1.0em 0.5em 1.0em 0;
    padding: 0.6em 2.0em;
    border-radius: 50px;
    font-size: 120%;
    font-weight: bold;
    background: #5B5EC9;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .secondInfo .-txtPink {
    display: inline-block;
    margin: 1.0em 0;
    padding: 0.6em 2.0em;
    border-radius: 50px;
    font-size: 120%;
    font-weight: bold;
    background: #ED008C;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .secondInfo {
        font-size: 110%;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .secondInfo .-txtPurple {
        margin: 1.0em 0.5em 1.0em 0;
        padding: 0.5em 1em;
        font-size: 120%;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .secondInfo .-txtPink {
        margin: 1.0em 0;
        padding: 0.5em 1em;
        font-size: 120%;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .secondInfo {
        font-size: 110%;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .secondInfo .-txtPurple {
        margin: 1.0em 0 0;
        padding: 0.5em 2em;
        font-size: 120%;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secReason .secondInfo .-txtPink {
        margin: 1.0em 0;
        padding: 0.5em 2em;
        font-size: 120%;
    }
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item {
    width: 47%;
    margin-right: 3%;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item:last-child {
    width: 50%;
    margin-right: 0;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item:last-child .flexItem {
    padding: 4em 2em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item .flexItem {
    background: #FFF;
    padding: 3em 2em;
    text-align: center;
    margin-bottom: 2em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item .flexItem:last-child {
    margin-bottom: 0;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item .flexItem > * {
    margin-bottom: 1em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item .flexItem > *:last-child {
    margin-bottom: 0;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item .detail {
    background: #F5F6FF;
    padding: 1em;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item .detail .ttl {
    color: #5B5EC9;
    margin-bottom: 0.5em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item .detail ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item .detail ul li {
    margin: 0 0.5em 0.5em;
    font-size: 90%;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item .btnArea .basicBtn {
    margin-left: auto;
    margin-right: auto;
    font-size: 100%;
}

@media screen and (max-width: 1020px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item {
        width: 48%;
        margin-right: 3%;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item:last-child {
        width: 48%;
        margin-right: 0;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item:last-child .flexItem {
        padding: 3.5em 2em;
    }
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea {
        display: block;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2em;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item:last-child {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item:last-child .flexItem {
        width: 48%;
        margin-right: 3%;
        padding: 3em 2em;
        margin-bottom: 0;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item:last-child .flexItem:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item .flexItem {
        padding: 2.5em 2em;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item .flexItem img {
        max-width: 300px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item:last-child {
        width: 100%;
        display: block;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item:last-child .flexItem {
        width: 100%;
        margin-right: 0;
        padding: 2.5em 2em;
        margin-bottom: 2em;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .flexArea__item:last-child .flexItem:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .bedCont {
    margin-top: 2em;
    margin-bottom: 2em;
    background: #FFF;
    padding: 3em 2em;
    text-align: center;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .bedCont p {
    margin-top: 2em;
    display: block;
    max-width: 1030px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 560px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secGroup .bedCont {
        padding: 2.5em 2em;
    }
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .imgArea.-backP {
    margin-bottom: 2em;
    padding: 3.0em 2em;
    background: #F5F6FF;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .imgArea.-backP:last-child {
    margin-bottom: 0;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .sTxt {
    font-size: 81.25%;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .faqArea {
    padding: 3.0em 2em;
    background: white;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .faqArea__item {
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 2em;
    margin-bottom: 2em;
    max-width: 1040px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .faqArea__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .faqArea__item .question {
    font-size: 112.5%;
    font-weight: 500;
    color: #5B5EC9;
    margin-bottom: 1em;
    padding-left: 3em;
    position: relative;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .faqArea__item .question span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.7em;
    height: 1.7em;
    margin-right: 0.8em;
    background: #5B5EC9;
    font-size: 125%;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -0.2em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .faqArea__item .answer {
    padding-left: 3em;
    position: relative;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea .faqArea__item .answer span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.7em;
    height: 1.7em;
    margin-right: 0.8em;
    background: #ED008C;
    font-size: 130%;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -0.2em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .balloonTtl .main {
    font-size: 140%;
    position: relative;
    padding: 0 2em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .balloonTtl .main:before {
    content: "";
    width: 80px;
    height: 2px;
    background: #333;
    position: absolute;
    left: -20px;
    top: 50px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .balloonTtl .main:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #333;
    position: absolute;
    right: -20px;
    top: 50px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

@media screen and (max-width: 840px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .balloonTtl .pcNone {
        display: block;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .balloonTtl .main:before {
        content: "";
        width: 140px;
        height: 2px;
        background: #333;
        position: absolute;
        left: -45px;
        top: 4em;
        -webkit-transform: rotate(75deg);
        transform: rotate(75deg);
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .balloonTtl .main:after {
        content: "";
        width: 140px;
        height: 2px;
        background: #333;
        position: absolute;
        right: -45px;
        top: 4em;
        -webkit-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .balloonTtl .main {
        font-size: 120%;
        padding: 0 1em;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .balloonTtl .main:before {
        content: "";
        width: 110px;
        height: 1px;
        background: #333;
        position: absolute;
        left: -50px;
        top: 4em;
        -webkit-transform: rotate(75deg);
        transform: rotate(75deg);
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .balloonTtl .main:after {
        content: "";
        width: 110px;
        height: 1px;
        background: #333;
        position: absolute;
        right: -50px;
        top: 4em;
        -webkit-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .flexArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .flexArea > * {
    width: 48%;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .flexArea .textArea .ttl {
    font-size: 140%;
    margin-bottom: 0.5em;
    font-weight: 500;
}

@media screen and (max-width: 900px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .flexArea .textArea .ttl br {
        display: none;
    }
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .flexArea {
        display: block;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .flexArea > * {
        width: 100%;
        margin-bottom: 2em;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .flexArea > *:last-child {
        margin-bottom: 0;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .flexArea .imgArea {
        text-align: center;
    }
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .imgAreaWrap p {
    display: none;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .imgAreaWrap .imgArea {
    text-align: center;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .imgAreaWrap p {
        display: block;
        font-size: 80%;
        margin-bottom: 1.5em;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .imgAreaWrap .imgArea {
        overflow-x: auto;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.serviceCont .imgAreaWrap .imgArea img {
        width: 680px;
        height: auto;
        max-width: 780px;
    }
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secRecommended {
    text-align: center;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secRecommended p {
    font-size: 160%;
    padding-left: 1.6em;
    position: relative;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 1em;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secRecommended p:last-child {
    margin-bottom: 0;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secRecommended p:before {
    display: inline-block;
    content: "\f058";
    font-family: 'Font Awesome 5 Regular';
    color: #5B5EC9;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    font-size: 110%;
}

@media screen and (max-width: 1000px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secRecommended {
        text-align: left;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secRecommended p {
        font-size: 130%;
    }
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit {
    padding-bottom: 0;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoArea .subInfo {
    font-size: 125%;
    color: #5B5EC9;
    margin-bottom: 2em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont {
    margin-bottom: 4.0em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont:last-child {
    margin-bottom: 0;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont .circleTtl {
    margin-bottom: 1.0em;
    font-size: 150%;
    font-weight: 500;
    position: relative;
    padding-left: 2em;
    line-height: 1.5;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont .circleTtl span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2em;
    height: 2em;
    background: #5B5EC9;
    font-size: 2rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.8em;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont .circleTtl span {
        width: 1.6em;
        height: 1.6em;
    }
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont .flexArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont .flexArea.-mirror {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont .flexArea__item {
    width: 48%;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont .flexArea__item:last-child {
    margin-right: 0;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont .flexArea__item.-backPurple {
    background-color: #F5F6FF;
    padding: 2.0em;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont .flexArea__item h5 {
    margin-bottom: 0.6em;
    font-size: 125%;
    font-weight: 500;
    color: #5B5EC9;
}

.lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont .flexArea img {
    margin-bottom: 0;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont .flexArea {
        display: block;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont .flexArea__item {
        width: 100%;
        margin-bottom: 5vw;
    }
    .lContainer.-businessConsultant.-service .mContainer__cont .contentArea.secMerit .infoCont .flexArea__item:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 561px) {
    .lContainer.-businessConsultant.-welfare .pcNone {
        display: none;
    }
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .logoTtl {
    margin-bottom: 6.4em;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .logoTtl .subTtl {
    font-size: 187.5%;
    font-weight: 500;
    position: relative;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .logoTtl .subTtl:after {
    content: '';
    width: 100px;
    height: 3px;
    margin-left: -50px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    border-radius: 10px;
    background: #5B5EC9;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .logoTtl img {
    min-width: 300px;
}

@media screen and (max-width: 480px) {
    .lContainer.-businessConsultant.-welfare .mContainer__cont .logoTtl img {
        min-width: 200px;
    }
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .mainTtl {
    font-size: 324.5%;
    color: #2E3192;
    margin-bottom: 1.4em;
}

@media screen and (max-width: 560px) {
    .lContainer.-businessConsultant.-welfare .mContainer__cont .mainTtl {
        font-size: 214%;
    }
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .backTtl {
    padding: 10.0em 0;
    position: relative;
    margin-bottom: 6.2em;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .backTtl:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    background-image: url(../../assets/img/business/consultant/welfare/title_back.jpg);
    background-size: cover;
    z-index: -1;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .backTtl .ttl {
    font-size: 187%;
    position: relative;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .backTtl .ttl .pcNone {
    display: none;
}

@media screen and (max-width: 876px) {
    .lContainer.-businessConsultant.-welfare .mContainer__cont .backTtl .ttl .pcNone {
        display: block;
    }
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant.-welfare .mContainer__cont .backTtl {
        padding: 15vw 0;
    }
    .lContainer.-businessConsultant.-welfare .mContainer__cont .backTtl .ttl {
        font-size: 134%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessConsultant.-welfare .mContainer__cont .backTtl {
        padding: 15vw 0;
        margin-bottom: 5em;
    }
    .lContainer.-businessConsultant.-welfare .mContainer__cont .backTtl .ttl {
        font-size: 117%;
    }
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .readArea {
    max-width: 900px;
    margin: 0 auto;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .readArea img {
    width: 100%;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .readArea .ttl {
    font-size: 157%;
    font-weight: 500;
    margin-top: 2.6em;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .readArea p {
    margin-top: 2em;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList {
    margin-top: 9.5em;
}

@media screen and (max-width: 876px) {
    .lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList {
        margin-top: 4em;
    }
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList .ttl {
    font-size: 218%;
    font-weight: 500;
    color: #2E3192;
    text-align: center;
    margin-bottom: 1.7em;
}

@media screen and (max-width: 480px) {
    .lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList .ttl {
        margin-bottom: 1em;
    }
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList__item {
    margin-bottom: 4em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList__item:last-child {
    margin-bottom: 0;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList__item .thumb {
    width: 46%;
    margin-right: 4%;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList__item .thumb img {
    width: 100%;
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #EAEAEA;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList__item .textArea {
    width: 50%;
}

.lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList__item .textArea .subTtl {
    font-size: 175%;
    line-height: 1.2;
    margin-bottom: 1em;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList__item {
        display: block;
    }
    .lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList__item .thumb {
        width: 100%;
        margin-right: 0;
    }
    .lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList__item .thumb img {
        height: auto;
    }
    .lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList__item .textArea {
        width: 100%;
    }
    .lContainer.-businessConsultant.-welfare .mContainer__cont .welfareList__item .textArea .subTtl {
        font-size: 154%;
        margin: 1em 0 0.5em 0;
    }
}

.lContainer.-businessConsultant.-partnership {
    /*----------業務提携ページで使用するscssを記載してください------*/
}

.lContainer.-businessConsultant.-partnership .mContainer .inner {
    width: 100%;
    max-width: 1200px;
    /*background-color: #ebf7db;*/
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .cf:after {
    content: " ";
    display: block;
    clear: both;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mt10 {
    margin-top: 10px !important;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mt15 {
    margin-top: 15px !important;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mt30 {
    margin-top: 30px !important;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mt50 {
    margin-top: 50px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mt70 {
    margin-top: 70px !important;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mb0 {
    margin-bottom: 0 !important;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mb15 {
    margin-bottom: 15px !important;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mb30 {
    margin-bottom: 30px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mb50 {
    margin-bottom: 50px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mb70 {
    margin-bottom: 70px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .ml15 {
    margin-left: 15px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .ml20 {
    margin-left: 20px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mr20 {
    margin-right: 20px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .pb30 {
    padding-bottom: 30px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .pb70 {
    padding-bottom: 70px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .pt70 {
    padding-top: 70px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mlrEx {
    margin: 0 100px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mainImg {
    background-image: url("/assets/img/business/consultant/partnership/topimg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding: 100px 0;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mainImg .mainImgText1 {
    font-size: 188%;
    font-weight: 500;
    margin-bottom: 20px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mainImg .mainImgText2 {
    font-size: 220%;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 40px;
    background-color: #E65550;
    color: #FFF;
    display: inline;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectBgConer {
    background-color: #F5F6FF;
    margin: 70px auto 0;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectBgConer .bgConerTop {
    text-align: left;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectBgConer .bgConerBottom {
    text-align: right;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .readArea .readText {
    padding: 20px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .readArea .ttl02 {
    font-size: 150%;
    font-weight: 500;
    line-height: 1.4;
    color: #29333A;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .readArea .ttl02 span {
    color: #ED008C;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item section .ulStyle01 li {
    text-align: left;
    background-image: url("/assets/img/business/consultant/partnership/iconCheck2.png");
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: auto;
    padding-left: 20px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList04-1, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList04-2, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList04-3 {
    background-color: #5B5EC9;
    border-radius: 20px;
    color: #FFF;
    padding: 7px;
    margin: 10px 10px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList04-1, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList04-3 {
    width: 25%;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList04-2 {
    width: 30%;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList05-1 {
    width: 45%;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList05-2 {
    width: 52%;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList06-1, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList06-2, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList06-3 {
    width: 33%;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList07-1, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList07-2 {
    width: 48%;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList01-1, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList01-2 {
    vertical-align: top;
    margin: 10px !important;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList01-1 {
    width: 48%;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList01-2 {
    width: 48%;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList01-2 p {
    width: 98%;
    text-align: left;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList01-2 .textResult {
    line-height: 2rem;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList01-2 .textResult span {
    color: #ED008C;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList02-1 {
    width: 48%;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList02-1 .boxNayami {
    position: relative;
    background-color: #FFF;
    padding: 30px 20px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList02-1 .boxNayami .pNayami {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    background-color: #F1A100;
    border-radius: 10px;
    font-size: 12px;
    color: #FFF;
    width: 7em;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList02-1 .boxNayami .pNayamiText {
    font-size: 110%;
    text-align: center;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList02-1 .boxNayami .pNayamiText span {
    background-image: url("/assets/img/business/consultant/partnership/iconCheck.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList02-2 {
    width: 50%;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList03-1, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList03-2, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList03-3 {
    width: 32%;
    background-color: #F5F6FF;
    padding: 2em;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList03-1 h6, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList03-2 h6, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList03-3 h6 {
    background-color: #5B5EC9;
    border-radius: 20px;
    color: #FFF;
    width: 14em;
    margin: 10px auto;
    padding: 7px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList03-1 .ulStyle02 li, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList03-2 .ulStyle02 li, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList03-3 .ulStyle02 li {
    text-align: left;
    background-image: url("/assets/img/business/consultant/partnership/iconCheck2.png");
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 15px 15px;
    padding-left: 20px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mainTtl {
    font-size: 324.5%;
    color: #2E3192;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .logoTtl {
    margin: 0 auto 70px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .logoTtl .subTtl {
    font-size: 187.5%;
    font-weight: 500;
    position: relative;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .logoTtl .subTtl:after {
    content: '';
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -22px;
    left: 0px;
    border-radius: 10px;
    background: #ED008C;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .logoTtlC .subTtlC {
    font-size: 187.5%;
    font-weight: 500;
    position: relative;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .logoTtlC .subTtlC:after {
    content: '';
    width: 100px;
    height: 3px;
    margin-left: -50px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    border-radius: 10px;
    background: #ED008C;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .bgColorArea {
    background-color: #F5F6FF;
    padding-left: 20px;
    padding-right: 20px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .bgColorArea.-max {
    position: relative;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .bgColorArea.-max:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #F5F6FF;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    z-index: -1;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .bgColorArea .readArea .readText {
    padding: 20px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .bgColorArea .readArea .ttl02 {
    font-size: 150%;
    font-weight: 500;
    line-height: 1.4;
    color: #29333A;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .bgColorArea .readArea .ttl02 span {
    color: #ED008C;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .bgColorArea .readTextSp01 {
    font-size: 157%;
    font-weight: 500;
    line-height: 1.4;
    margin: 30px auto;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .bgColorArea .readTextSp01 span {
    color: #ED008C;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .readArea .readText {
    padding: 20px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .readArea .ttl03 {
    font-size: 150%;
    font-weight: 500;
    margin: 0 auto 50px;
    line-height: 1.4;
    color: #29333A;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .readArea .ttl03 span {
    color: #5B5EC9;
    font-size: 107%;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectGraph .graphSp {
    display: none;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectTeam .sectTeamSub {
    background: url(/assets/img/business/consultant/partnership/bgTeam.png) no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 150%;
    font-weight: 500;
    padding-top: 220px;
    margin-bottom: 15px;
    line-height: 1.4;
    color: #29333A;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectTeam .sectTeamSub span {
    color: #5B5EC9;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectTeam p {
    font-size: 150%;
    font-weight: 500;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectHeart .sectHeartBtn {
    font-size: 220%;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 40px;
    background-color: #5B5EC9;
    color: #FFF;
    display: inline;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectHeart .bgHeart {
    background: url(/assets/img/business/consultant/partnership/bgHeart.png) no-repeat;
    background-position: center;
    background-size: contain;
    padding: 90px 0;
    margin-top: 50px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectHeart .bgHeart p {
    font-size: 100%;
    line-height: 2.3em;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectHeart .bgHeart p span {
    font-size: 112%;
    border-bottom: 5px solid #F17AC5;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectHeart .bgHeart p .txtStrong {
    font-size: 140%;
    font-weight: bold;
    color: #ED008C;
    font-style: normal;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectSlogan {
    background: url(/assets/img/business/consultant/partnership/bgWave.png) no-repeat;
    background-position: center;
    height: 300px;
    margin-top: 70px;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectSlogan .textSlogan {
    padding-top: 60px;
    font-size: 170%;
    font-weight: bold;
}

.lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectSlogan .textSlogan span {
    font-size: 160%;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant.-partnership .mContainer {
        padding: 50px 0;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner {
        width: 100%;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont img {
        width: auto;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .pb70 {
        padding-bottom: 40px;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .pt70 {
        padding-top: 40px;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mlrEx {
        margin: 0 !important;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mainImg {
        background-size: contain;
        padding: 60px 0;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .mainImg .mainImgText1 {
        font-size: 140%;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item {
        display: block;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item section {
        width: 100%;
        margin: 5px;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList01-1 {
        width: auto;
        padding-bottom: 20px;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList01-2 {
        width: auto;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList01-2 p {
        width: 98% !important;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList01-2 .textWho {
        font-size: 120%;
        font-weight: bold;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList02-1 {
        width: auto;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList02-2 {
        width: auto;
        margin-top: 30px;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList03-1, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList03-2, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList03-3 {
        width: auto;
        margin-bottom: 20px;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList04-1, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList04-2, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList04-3 {
        width: 100%;
        margin: 7px auto !important;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList05-1, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList05-2 {
        width: auto;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList05-1 {
        margin: 10px auto !important;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList06-1, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList06-2, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList06-3 {
        width: auto;
        margin: 10px auto !important;
        padding: 0 20px;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList07-1, .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .parList07-2 {
        width: auto;
        margin: 10px auto !important;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .List__item .ulStyle01 li {
        background-position: left 5px !important;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectTeam .sectTeamSub {
        padding-top: 120px;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .bgColorArea {
        margin: auto -20px;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectGraph .graphPc {
        display: none;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectGraph .graphSp {
        display: block !important;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectBgConer {
        margin: auto -20px;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectBgConer .ttl02 {
        padding: 0 20px 10px;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectBgConer .bnrTtl {
        padding: 0 20px;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectHeart .sectHeartBtn {
        font-size: 130%;
        padding: 10px;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectHeart .bgHeart {
        padding: 0 !important;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectHeart .bgHeart p {
        line-height: 1.8em;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectSlogan {
        background-size: contain;
        margin: 0 -20px !important;
    }
    .lContainer.-businessConsultant.-partnership .mContainer .inner .mContainer__cont .sectSlogan .textSlogan {
        padding: 60px 10px 0 10px;
    }
}

.lContainer.-businessConsultant.-air {
    /*----------エアープロット事業ページで使用するscssを記載してください------*/
}

.lContainer.-businessConsultant.-air .mContainer .inner {
    width: 100%;
    max-width: 980px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont {
    position: relative;
    /*.bgColorArea:before {
							content: "";
							width: 100vw;
							height: 1160px;
							background: #F5F6FF;
							position: absolute;
							top: 1550px;
							left: 50%;
							-webkit-transform: translateY(0%) translateX(-50%);
							transform: translateY(0%) translateX(-50%);
							z-index: -1;
						}*/
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .cf:after {
    content: " ";
    display: block;
    clear: both;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .spaceMt70 {
    margin-top: 70px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .mb0 {
    margin-bottom: 0 !important;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .mb15 {
    margin-bottom: 15px !important;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .ml15 {
    margin-left: 15px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .mt15 {
    margin-top: 15px !important;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .pb70 {
    padding-bottom: 70px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .pt70 {
    padding-top: 70px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .pEx {
    padding: 0 10px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .mainTtl {
    font-size: 324.5%;
    margin-bottom: 1.5em;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .logoTtl {
    padding-bottom: 70px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .logoTtl .subTtl {
    font-size: 187.5%;
    font-weight: 500;
    position: relative;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .logoTtl .subTtl:after {
    content: '';
    width: 100px;
    height: 4px;
    margin-left: -50px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    border-radius: 10px;
    background: #ED008C;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .logoTtl .subTtlBlue:after {
    background: #5B5EC9 !important;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .logoTtl sub {
    font-size: 120%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .readArea .ttl {
    font-size: 157%;
    font-weight: 500;
    margin-top: 2.6em;
    color: #ED008C;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .readArea .ttl02 {
    font-size: 150%;
    font-weight: 500;
    line-height: 1.4;
    color: #29333A;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .readArea .ttl02 span {
    color: #ED008C;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .tableNioi {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .tableNioi tr th {
    background-color: #F5F6FF;
    border: 1px solid #eee;
    padding: 10px 5px;
    font-weight: 500 !important;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .tableNioi tr .thBgY {
    background-color: #FFC211;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .tableNioi tr td {
    border: 1px solid #eee;
    padding: 10px 5px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .tableNioi tr .tdBgY {
    background-color: #FFF9E6;
    font-weight: 500;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item section img {
    width: 100%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList01-1 {
    width: 40%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList01-2 {
    width: 17%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList01-3 {
    width: 17%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList01-4 {
    width: 17%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList01-hidden {
    display: none;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList02-1 {
    width: 41.5%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList02-2 {
    width: 58.5%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList03-1 {
    width: 48%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList03-2 {
    width: 48%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList03-3 {
    width: 48%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList03-4 {
    width: 48%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR img {
    margin: 0 5px;
    display: inline-block;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .block2c2l img {
    margin: 10px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockL2, .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR2 {
    vertical-align: top;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockL2 .text03 {
    text-align: left;
    font-size: 110%;
    padding: 5px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR2 {
    margin-left: 15px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR2 .text01 {
    width: 600px;
    font-size: 92%;
    line-height: 1.4em;
    margin: 5px 0 15px 0;
    text-align: left;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR2 .text02 {
    width: 500px;
    line-height: 1.4em;
    margin: 10px 0 15px 0;
    text-align: left;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR2 .text02 span {
    color: #ED008C;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR2 .text03 {
    text-align: left;
    font-size: 110%;
    padding: 5px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockL3, .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR3 {
    vertical-align: top;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockL3 {
    width: 39%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR3 {
    width: 60%;
    margin-left: 20px;
    margin-right: 20px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR3 p {
    text-align: left;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR3 .textWho {
    font-size: 110% !important;
    line-height: 1em;
    margin-bottom: 15px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR3 .textDate {
    line-height: 2em;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR3 .textResult {
    line-height: 2rem;
    margin-top: 15px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR3 .textResult span {
    color: #ED008C;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .block3c5l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .block3c5l div {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .block3c5l div:nth-child(3n) {
    margin-right: 0;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .block3c5l div p {
    font-size: 90%;
    text-align: left;
    padding-top: 10px;
}

@media screen and (max-width: 560px) {
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .block3c5l div {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .block3c5l div:nth-child(3n) {
        margin-right: 4%;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .block3c5l div:nth-child(2n) {
        margin-right: 0;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .block3c5l div:last-child {
        margin-bottom: 0;
    }
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .bgColorArea {
    background-color: #F5F6FF;
    padding-left: 20px;
    padding-right: 20px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .bgColorArea.-max {
    position: relative;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .bgColorArea.-max:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #F5F6FF;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    z-index: -1;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .bgColorArea .readArea .readText {
    padding: 20px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .bgColorArea .readTextSp01 {
    font-size: 157%;
    font-weight: 500;
    line-height: 1.4;
    margin: 30px auto;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .bgColorArea .readTextSp01 span {
    color: #ED008C;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .readAreaBgwhite {
    background-color: #FFF;
    padding: 20px;
    margin: 2em 0 0;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .readAreaBgwhite ul li {
    list-style: disc;
    margin-left: 20px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .kindTtl {
    font-size: 150%;
    font-weight: 500;
    border-bottom: 3px solid #eee;
    line-height: 6rem;
    margin-bottom: 50px;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .placeTtl {
    font-size: 128%;
    font-weight: 500;
    border-left: 5px solid #2E3192;
    line-height: 2rem;
    padding: 6px 12px;
    margin: 20px 0;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .capText {
    padding: 20px 0 10px 0;
}

.lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .bnrArea {
    margin: 70px auto;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessConsultant.-air .mContainer {
        padding: 50px 0;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner {
        width: 100%;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont {
        /*img {
							width:auto;
						}*/
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .pb70 {
        padding-bottom: 40px;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .pt70 {
        padding-top: 40px;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .mainTtl {
        font-size: 230%;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .logoTtl {
        padding-bottom: 40px;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item {
        display: block;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item section {
        margin: 5px;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item section img {
        width: auto;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList01-1 {
        width: 100%;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList01-2, .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList01-3, .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList01-4 {
        display: none;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList01-hidden {
        display: block !important;
        width: 100%;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList02-1, .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList02-2 {
        width: auto;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList03-1, .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList03-2, .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList03-3, .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .airList03-4 {
        width: auto;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR img {
        margin: 5px auto;
        display: block;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .block2c2l img {
        margin: 10px auto;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR2 {
        margin-left: 0 !important;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR2 .text01 {
        width: 98% !important;
        margin: 15px auto !important;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR2 .text02 {
        width: 98% !important;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockL3 {
        padding-bottom: 20px;
        width: auto !important;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR3 {
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .blockR3 p {
        width: 100% !important;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .List__item .textWho {
        font-size: 120%;
        font-weight: bold;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .movieIframe {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .movieIframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .bgColorArea {
        margin: auto -20px;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .readTextSp01 {
        font-size: 130% !important;
    }
    .lContainer.-businessConsultant.-air .mContainer .inner .mContainer__cont .readArea .ttl02 {
        font-size: 130% !important;
    }
}

@media screen and (min-width: 767px) {
    .lContainer.-businessConsultant.-air .mContainer .airList04-01, .lContainer.-businessConsultant.-air .mContainer .airList04-02, .lContainer.-businessConsultant.-air .mContainer .airList04-03, .lContainer.-businessConsultant.-air .mContainer .airList04-04, .lContainer.-businessConsultant.-air .mContainer .airList04-05, .lContainer.-businessConsultant.-air .mContainer .airList04-06, .lContainer.-businessConsultant.-air .mContainer .airList04-07, .lContainer.-businessConsultant.-air .mContainer .airList04-08, .lContainer.-businessConsultant.-air .mContainer .airList04-09, .lContainer.-businessConsultant.-air .mContainer .airList04-10, .lContainer.-businessConsultant.-air .mContainer .airList04-11, .lContainer.-businessConsultant.-air .mContainer .airList04-12, .lContainer.-businessConsultant.-air .mContainer .airList04-13, .lContainer.-businessConsultant.-air .mContainer .airList04-14, .lContainer.-businessConsultant.-air .mContainer .airList04-15 {
        width: 30%;
    }
}

/*==================================================================================================
	事業内容　障害福祉事業
==============================================================================================*/
.lContainer.-businessWelfare.-businessWelfareTop .pageLabel__bg img {
    max-height: 550px;
}

.lContainer.-businessWelfare.-businessWelfareTop .pageLabel__ttl {
    text-align: left;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    left: 5vw;
}

.lContainer.-businessWelfare.-businessWelfareTop .pageLabel__ttl > span {
    text-align: left;
}

.lContainer.-businessWelfare.-businessWelfareTop .pageLabel__ttl .en {
    font-size: 400%;
}

.lContainer.-businessWelfare.-businessWelfareTop .pageLabel__ttl .jp {
    font-size: 160%;
}

@media screen and (max-width: 1020px) {
    .lContainer.-businessWelfare.-businessWelfareTop .pageLabel__bg img {
        height: 54vw;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-businessWelfare.-businessWelfareTop .pageLabel__bg img {
        height: 60vw;
        max-height: 280px;
    }
    .lContainer.-businessWelfare.-businessWelfareTop .pageLabel__ttl .en {
        font-size: 320%;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-businessWelfare.-businessWelfareTop .pageLabel__bg img {
        height: 66vw;
    }
    .lContainer.-businessWelfare.-businessWelfareTop .pageLabel__ttl .en {
        font-size: 260%;
    }
    .lContainer.-businessWelfare.-businessWelfareTop .pageLabel__ttl .jp {
        font-size: 130%;
    }
}

.lContainer.-businessWelfare .pageLabel {
    position: relative;
}

.lContainer.-businessWelfare .pageLabel__bg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.lContainer.-businessWelfare .pageLabel__bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.lContainer.-businessWelfare .pageLabel__ttl {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #FFF;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.lContainer.-businessWelfare .pageLabel__ttl > span {
    display: block;
    line-height: 1.2;
    text-align: center;
}

.lContainer.-businessWelfare .pageLabel__ttl .en {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 280%;
    white-space: nowrap;
}

.lContainer.-businessWelfare .pageLabel__ttl .jp {
    font-weight: 500;
    font-size: 140%;
    margin-top: 0.5em;
}

@media screen and (max-width: 1020px) {
    .lContainer.-businessWelfare .pageLabel__bg img {
        height: 40vw;
    }
}

@media screen and (max-width: 766px) {
    .lContainer.-businessWelfare .pageLabel__bg img {
        height: 50vw;
    }
    .lContainer.-businessWelfare .pageLabel__ttl .en {
        font-size: 240%;
    }
    .lContainer.-businessWelfare .pageLabel__ttl .jp {
        font-size: 120%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessWelfare .pageLabel__bg img {
        height: 60vw;
    }
    .lContainer.-businessWelfare .pageLabel__ttl .en {
        font-size: 240%;
        white-space: normal;
    }
}

.lContainer.-businessWelfare .welfareList {
    margin-top: 3em;
}

.lContainer.-businessWelfare .welfareList__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5em;
}

.lContainer.-businessWelfare .welfareList__item:last-child {
    margin-bottom: 0;
}

.lContainer.-businessWelfare .welfareList__item .thumb {
    width: 50%;
}

.lContainer.-businessWelfare .welfareList__item .textArea {
    width: 46%;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lContainer.-businessWelfare .welfareList__item .textArea > .ttl {
    font-size: 200%;
    line-height: 1.2;
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.lContainer.-businessWelfare .welfareList__item .textArea > .ttl:before {
    content: "";
    width: 100px;
    height: 1px;
    background: #707070;
    position: absolute;
    bottom: 0;
    left: 0;
}

.lContainer.-businessWelfare .welfareList__item .textArea .service {
    margin-bottom: 1.5em;
}

.lContainer.-businessWelfare .welfareList__item .textArea .service > .ttl {
    font-size: 110%;
    text-align: left;
    margin-bottom: 0.5em;
}

.lContainer.-businessWelfare .welfareList__item .textArea .service .serviceList {
    text-align: left;
}

.lContainer.-businessWelfare .welfareList__item .textArea .service .serviceList span {
    margin-right: 0.5em;
    line-height: 1;
    display: inline-block;
    background: #BDA047;
    padding: 0.4em 0.6em;
    color: #FFF;
}

.lContainer.-businessWelfare .welfareList__item .textArea .service .serviceList span:last-child {
    margin-right: 0;
}

.lContainer.-businessWelfare .welfareList__item .textArea .detailList li {
    margin-bottom: 0.6em;
    padding-left: 1.5em;
    position: relative;
}

.lContainer.-businessWelfare .welfareList__item .textArea .detailList li:last-child {
    margin-bottom: 0;
}

.lContainer.-businessWelfare .welfareList__item .textArea .detailList li.map br {
    display: none;
}

.lContainer.-businessWelfare .welfareList__item .textArea .detailList li.map:before {
    display: inline-block;
    content: "\f3c5";
    font-family: 'Font Awesome 5 Solid';
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 1;
    margin-top: -0.5em;
}

.lContainer.-businessWelfare .welfareList__item .textArea .detailList li.tel:before {
    display: inline-block;
    content: "\f095";
    font-family: 'Font Awesome 5 Solid';
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 1;
    margin-top: -0.5em;
}

.lContainer.-businessWelfare .welfareList__item .textArea .detailList li.time:before {
    display: inline-block;
    content: "\f017";
    font-family: 'Font Awesome 5 Solid';
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 1;
    margin-top: -0.5em;
}

.lContainer.-businessWelfare .welfareList__item .textArea .btnArea .basicBtn {
    background: #29333A;
    max-width: 320px;
    font-size: 100%;
    padding: 1em 0.6em;
}

.lContainer.-businessWelfare .welfareList__item .textArea .btnArea .basicBtn:hover {
    background: #484848;
}

.lContainer.-businessWelfare .welfareList__item .textArea .btnArea .basicBtn span:after {
    content: none;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessWelfare .welfareList__item {
        display: block;
    }
    .lContainer.-businessWelfare .welfareList__item .thumb {
        width: 100%;
        margin-bottom: 2em;
    }
    .lContainer.-businessWelfare .welfareList__item .textArea {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessWelfare .welfareList__item .textArea > .ttl {
        font-size: 180%;
        margin-bottom: 0.3em;
    }
    .lContainer.-businessWelfare .welfareList__item .textArea .detailList li.map br {
        display: inline-block;
    }
}

.lContainer.-businessWelfare .main {
    text-align: center;
}

.lContainer.-businessWelfare .main .ttl {
    font-size: 270%;
    margin-bottom: 0.5em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessWelfare .main .ttl {
        font-size: 200%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessWelfare .main .ttl {
        font-size: 180%;
    }
}

.lContainer.-businessWelfare .main .thumb img {
    width: 100%;
    height: auto;
}

.lContainer.-businessWelfare .service {
    text-align: center;
}

.lContainer.-businessWelfare .service .ttl {
    font-size: 230%;
    margin-bottom: 0.5em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessWelfare .service .ttl {
        font-size: 200%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessWelfare .service .ttl {
        font-size: 180%;
    }
}

@media screen and (max-width: 766px) {
    .lContainer.-businessWelfare .service p {
        text-align: left;
    }
    .lContainer.-businessWelfare .service p br {
        display: none;
    }
}

.lContainer.-businessWelfare .features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #222222;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4em;
    margin-top: 10em;
}

.lContainer.-businessWelfare .features > * {
    width: 50%;
}

.lContainer.-businessWelfare .features .thumb {
    margin-top: -4em;
}

.lContainer.-businessWelfare .features .thumb img {
    width: 100%;
    max-height: 470px;
    height: 60vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.lContainer.-businessWelfare .features .textArea {
    color: #FFF;
    padding: 3em;
}

.lContainer.-businessWelfare .features .textArea .ttl {
    font-size: 230%;
    margin-bottom: 0.5em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1020px) {
    .lContainer.-businessWelfare .features {
        padding-bottom: 0;
        margin-top: 15vw;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background: none;
    }
    .lContainer.-businessWelfare .features .thumb {
        margin-top: -5vw;
        height: 100%;
    }
    .lContainer.-businessWelfare .features .thumb img {
        width: 100%;
        max-height: 470px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center;';
    }
    .lContainer.-businessWelfare .features .textArea {
        padding: 5vw;
        position: relative;
        background: #222222;
    }
    .lContainer.-businessWelfare .features .textArea:before {
        content: "";
        width: 100vw;
        height: 100%;
        background: #222222;
        position: absolute;
        left: -20%;
        bottom: 0;
        z-index: -1;
    }
}

@media screen and (max-width: 900px) {
    .lContainer.-businessWelfare .features {
        padding-bottom: 0;
        margin-top: 0;
        display: block;
    }
    .lContainer.-businessWelfare .features > * {
        width: 100%;
    }
    .lContainer.-businessWelfare .features .thumb img {
        max-height: 50vw;
    }
    .lContainer.-businessWelfare .features .textArea {
        padding: 7vw 5vw;
    }
    .lContainer.-businessWelfare .features .textArea .ttl {
        line-height: 1.2;
    }
}

@media screen and (max-width: 900px) and (max-width: 766px) {
    .lContainer.-businessWelfare .features .textArea .ttl {
        font-size: 200%;
    }
}

@media screen and (max-width: 900px) and (max-width: 480px) {
    .lContainer.-businessWelfare .features .textArea .ttl {
        font-size: 180%;
    }
}

@media screen and (max-width: 900px) {
    .lContainer.-businessWelfare .features .textArea:before {
        content: none;
    }
}

.lContainer.-businessWelfare .slider ul li {
    margin: 0 3vw;
}

.lContainer.-businessWelfare .price {
    text-align: center;
    background: #222222;
    padding: 5em 0;
}

.lContainer.-businessWelfare .price .ttl {
    font-size: 230%;
    margin-bottom: 0.5em;
    line-height: 1.2;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #FFF;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessWelfare .price .ttl {
        font-size: 200%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessWelfare .price .ttl {
        font-size: 180%;
    }
}

.lContainer.-businessWelfare .blog .ttl {
    font-size: 200%;
    margin-bottom: 0.5em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 480px) {
    .lContainer.-businessWelfare .blog .ttl {
        font-size: 180%;
    }
}

.lContainer.-businessWelfare .blog .blogList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lContainer.-businessWelfare .blog .blogList__item {
    width: 32%;
    margin-right: 2%;
}

.lContainer.-businessWelfare .blog .blogList__item:last-child {
    margin-right: 0;
}

.lContainer.-businessWelfare .blog .blogList .thumb {
    margin-bottom: 0.6em;
}

.lContainer.-businessWelfare .blog .blogList .textArea p {
    font-size: 110%;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessWelfare .blog .blogList__item {
        width: 48.5%;
        margin-bottom: 2em;
        margin-right: 3%;
    }
    .lContainer.-businessWelfare .blog .blogList__item:nth-child(2n) {
        margin-right: 0;
    }
    .lContainer.-businessWelfare .blog .blogList__item:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessWelfare .blog .blogList__item {
        width: 100%;
        margin-bottom: 2em;
        margin-right: 0;
    }
    .lContainer.-businessWelfare .blog .blogList__item:nth-child(2n) {
        margin-right: 0;
    }
}

.lContainer.-businessWelfare .blog .btnArea {
    margin-top: 3em;
    text-align: center;
}

.lContainer.-businessWelfare .blog .btnArea .basicBtn {
    margin-left: auto;
    margin-right: auto;
    background: #222222;
    max-width: 380px;
    padding: 0.8em;
}

.lContainer.-businessWelfare .blog .btnArea .basicBtn span:after {
    content: none;
}

.lContainer.-businessWelfare .blog .btnArea .basicBtn:hover {
    background: #555;
}

.lContainer.-businessWelfare .thumbWrap {
    margin-bottom: 3em;
}

@media screen and (max-width: 480px) {
    .lContainer.-businessWelfare .thumbWrap {
        margin-bottom: 3vw;
    }
}

.lContainer.-businessWelfare .thumbWrap:last-child {
    margin-bottom: 0;
}

.lContainer.-businessWelfare .thumbWrap.-first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lContainer.-businessWelfare .thumbWrap.-first .thumbWrap__item:first-child {
    width: 57%;
}

.lContainer.-businessWelfare .thumbWrap.-first .thumbWrap__item:first-child img {
    width: 100%;
    max-height: 600px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.lContainer.-businessWelfare .thumbWrap.-first .thumbWrap__item:last-child {
    width: 40%;
}

.lContainer.-businessWelfare .thumbWrap.-first .thumbWrap__item:last-child > img {
    width: 100%;
    max-height: 350px;
    height: 25vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.lContainer.-businessWelfare .thumbWrap.-first .thumbWrap__child {
    margin-top: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lContainer.-businessWelfare .thumbWrap.-first .thumbWrap__child > img {
    width: 48%;
    max-height: 220px;
    height: 15vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.lContainer.-businessWelfare .thumbWrap.-second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lContainer.-businessWelfare .thumbWrap.-second .thumbWrap__item:first-child {
    width: 40%;
}

.lContainer.-businessWelfare .thumbWrap.-second .thumbWrap__item:first-child > img {
    margin-bottom: 5%;
    width: 100%;
    max-height: 350px;
    height: 20vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.lContainer.-businessWelfare .thumbWrap.-second .thumbWrap__item:first-child img:last-child {
    margin-bottom: 0;
}

.lContainer.-businessWelfare .thumbWrap.-second .thumbWrap__item:last-child {
    width: 57%;
}

.lContainer.-businessWelfare .thumbWrap.-second .thumbWrap__item:last-child img {
    width: 100%;
    max-height: 600px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.lContainer.-businessWelfare .thumbWrap.-third {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lContainer.-businessWelfare .thumbWrap.-third .thumbWrap__item {
    width: 48.5%;
}

.lContainer.-businessWelfare .thumbWrap.-third .thumbWrap__item img {
    width: 100%;
    max-height: 400px;
    height: 30vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.lContainer.-businessWelfare .welfareContact {
    background: url("/assets/img/business/welfare/contact-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5em 0;
    text-align: center;
    color: #FFF;
}

.lContainer.-businessWelfare .welfareContact .ttl {
    font-size: 270%;
    margin-bottom: 0.5em;
    line-height: 1.2;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessWelfare .welfareContact .ttl {
        font-size: 200%;
    }
}

@media screen and (max-width: 480px) {
    .lContainer.-businessWelfare .welfareContact .ttl {
        font-size: 180%;
    }
}

.lContainer.-businessWelfare .welfareContact p span {
    display: block;
    font-size: 130%;
}

.lContainer.-businessWelfare .welfareContact .telWrap {
    margin-top: 2em;
}

.lContainer.-businessWelfare .welfareContact .telWrap a {
    color: #FFF;
    display: block;
    max-width: 480px;
    width: 100%;
    padding: 1em;
    border: #FFF solid 1px;
    margin-left: auto;
    margin-right: auto;
}

.lContainer.-businessWelfare .welfareContact .telWrap a > * {
    display: block;
}

.lContainer.-businessWelfare .welfareContact .telWrap a .num {
    font-size: 180%;
}

.lContainer.-businessWelfare .welfareContact .telWrap a .num:before {
    display: inline-block;
    content: "\f095";
    font-family: 'Font Awesome 5 Solid';
    margin-right: 0.5em;
    font-size: 80%;
}

.lContainer.-businessWelfare.-businessWelfareBlog .pageLabel__ttl .en {
    font-size: 220%;
    color: #DDDACE;
}

.lContainer.-businessWelfare.-businessWelfareBlog .pageLabel__ttl .jp {
    font-size: 340%;
    font-weight: 700;
    margin: 0 auto .3em;
}

@media screen and (max-width: 766px) {
    .lContainer.-businessWelfare.-businessWelfareBlog .pageLabel__ttl .jp {
        font-size: 320%;
    }
}

@media screen and (max-width: 560px) {
    .lContainer.-businessWelfare.-businessWelfareBlog .pageLabel__ttl .jp {
        font-size: 210%;
    }
    .lContainer.-businessWelfare.-businessWelfareBlog .pageLabel__ttl .en {
        font-size: 130%;
    }
}

.lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 6.5rem;
}

.lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item:nth-child(3n) {
    margin-right: 0;
}

.lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item .thumb {
    margin-bottom: 0.6em;
}

.lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item .thumb img {
    width: 100%;
    height: 18vw;
    max-height: 255px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
}

.lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item .textArea {
    padding: 0 1em;
}

.lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item .textArea p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 110%;
}

.lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item a {
    display: block;
}

.lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item a:hover {
    opacity: .8;
}

@media screen and (max-width: 768px) {
    .lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 12vw;
    }
    .lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item:nth-child(3n) {
        margin-right: 3%;
    }
    .lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item:nth-child(2n) {
        margin-right: 0;
    }
    .lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item .thumb {
        background: red;
    }
    .lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item .thumb img {
        height: 30vw;
    }
    .lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item .textArea {
        padding: 0;
    }
    .lContainer.-businessWelfare.-businessWelfareBlog .welfareblogList__item .textArea p {
        line-height: 1.4;
    }
}

.lContainer.-businessWelfare.-businessWelfareBlog .articleCont .articleTtl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
}

.lContainer.-businessWelfare.-businessWelfareBlog .articleCont .articleTtl time {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 100;
}

.lContainer.-businessWelfare.-businessWelfareBlog .articleCont h4 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 600;
}

.lContainer.-businessWelfare.-businessWelfareBlog .btnArea {
    margin-top: 4em;
}

.lContainer.-businessWelfare.-businessWelfareBlog .btnArea .basicBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 90%;
    max-width: 380px;
    cursor: pointer;
    padding: 1em;
    text-align: center;
    background-color: #222222;
    color: white;
    font-size: 110%;
}

.lContainer.-businessWelfare.-businessWelfareBlog .btnArea .basicBtn:hover {
    opacity: .8;
}

.lContainer.-businessWelfare.-businessWelfareBlog .btnArea .basicBtn span:before {
    content: none;
}
