@charset "utf-8";

/* default PC */
.home #contents {
    padding: 0 0 0;
}

#bnr-slider .bnr-item a {
    display: block;
    height: 100%;
    width: 100%;
}

/* top animation */
.animation {
    opacity: 0;
    position: relative;
    top: 50px;
    transition: 0.5s;
}

.animation.active {
    opacity: 1;
    top: 0;
    transition: 0.5s;
}

.animation-left {
    position: relative;
    opacity: 0;
    right: 60px;
    /* フェードインで動く高さを指定 */
    transition: 0.5s;
    /* フェードインにかかる時間を指定 */
}

.animation-right {
    position: relative;
    opacity: 0;
    left: 60px;
    /* フェードインで動く高さを指定 */
    transition: 0.5s;
    /* フェードインにかかる時間を指定 */
}

.animation-left.active {
    opacity: 1;
    right: 0;
}

.animation-right.active {
    opacity: 1;
    left: 0;
}

.fadeup {
    animation-name: fadeupAnime;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeupAnime {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time01 {
    animation-delay: 0.3s;
}

.delay-time02 {
    animation-delay: 0.5s;
}
.delay-time03 {
    animation-delay: 0.8s;
}

/* topslider */
#image-block {
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    margin-top: 80px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

#image-block .pc-txt-none {
    display: none;
}

#image-block .sp-txt-none {
    display: inline-block;
}

#image-block.bx-loading {
    height: 100%;
    min-height: 50px;
    width: 100%;
    z-index: 1000;
}

#image-block .main-text {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 30px;
    font-weight: 400;
    height: 333px;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    top: 0;
    z-index: 999;
}



/* top contact */
.main_contact {
    background-color: #EA5700;
    color: #fff;
    padding: 50px 0;
    background-image: url(../image/contents/home/main_contact_bg.png);
}
.main_contact h2 {
    color: #FFFF3C;
    font-size: 30px;
    text-align: center;
}
.main_contact_bg {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}
.main_contact_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_contact_tel,
.main_contact_mail {
    width: 50%;
}
.main_contact_tel a,
.main_contact_mail a {
    max-width: 500px;
    background-color: #fff;
    color: #EA5700;
    padding: 20px 0;
    display: block;
    margin: 10px auto;
    position: relative;
}
.main_contact_tel a:hover,
.main_contact_mail a:hover {
    text-decoration: none;
    opacity: 0.3;
    transition: all 0.5s ease;
}
.main_contact_tel a::after,
.main_contact_mail a::after {
    content: '';
    display: block;
    width: 6px;
    height: 11px;
    background-image: url(../image/contents/home/main_contact_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
/* reason contents */
.reason-bg {
    background-color: #f3f3f3;
    padding: 0 0 70px 0;
}
.reason-contents {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}
.reason-list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.reason-item {
    width: calc(calc(100% - 40px)/2);
}
body.home #contents .reason-item h3 {
    border-bottom: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #EA5700;
    font-size: 60px;
}
body.home #contents .reason-item h3 p {
    font-size: 20px;
    margin: 0;
    line-height: 1.4rem;
}
/* top topics-area */
.topics-area {
    padding: 0 0 70px 0;
}
.topics-area .bx-viewport {
    height: auto !important;
}
body.home #contents .topics-area h3 {
    border-bottom: none;
    font-size: 30px;
    margin: 20px 0;
    padding: 0;
}
.topic_slide li a {
    background-color: #333333;
    color: #fff;
    display: block;
    padding: 16px;
    width: 320px;
    text-align: center;
    margin: 0 0 0 auto;
}
.topics-list {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}
.topics-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}
.topics-list ul li {
    display: block;
    width: calc(calc(100% - 40px) / 4);
}
.topics-list ul li img {
    width: 100%;
}
/* top contents */
.bnr-area {
    background-color: #ececec;
    padding: 50px 0;
}

.bnr-area-contents {
    max-width: 1200px;
    margin: auto;
    width: 90%;
}

.bnr-area-contents ul,
.bnr-area-contents .osusume {
    max-width: 1100px;
    margin: auto;
    width: 90%;
}

.bnr-area-contents ul {
    display: flex;
    gap: 40px;
    padding: 0;
    margin: 0 auto 40px;
}

.bnr-area-contents ul li {
    width: calc(calc(100% - 80px) / 3);
    display: block;
}

.bnr-area-contents ul li img {
    width: 100%;
}

.products-contents {
    box-sizing: border-box;
    margin: auto;
    max-width: 1200px;
    padding: 70px 0;
    text-align: center;
    width: 90%;
}

.products-area .product-link:hover {
    opacity: 0.5;
    text-decoration: none;
    transition: 0.5s;
}

.products-contents .product-tab-list {
    align-items: stretch;
    border-bottom: 4px solid #ea5700;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 0;
    padding: 0;
}

.products-contents .product-tab {
    background-color: #fff;
    color: #ea5700;
    cursor: pointer;
    font-size: 22px;
    margin: 0 10px -4px 10px;
    max-width: 400px;
    padding: 10px 0;
    transition: 0.5s;
    width: calc(50% - 20px);
    border: solid 4px #ea5700;
}

.products-contents .product-tab.begin,
.products-contents .product-tab.active {
    background-color: #ea5700;
    color: #fff;
}

#contents .products-contents .product-tab p {
    margin-bottom: 0;
}

.products-contents .product-tab:hover {
    transition: 0.5s;
    background-color: #ea5700;
    color: #fff;
}

.product-category {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-category .product-item {
    height: auto;
    margin-right: 10px;
    margin-top: 35px;
    width: calc(100% / 5 - 10px);
}

#contents .product-category h3 {
    align-items: center;
    bottom: 0;
    color: #333;
    display: flex;
    font-size: 17px;
    height: 70px;
    justify-content: center;
    margin: 0;
    padding: 10px;
    position: absolute;
}

.product-category .product-item .category-bnr {
    background-color: #ececec;
    display: block;
    height: 100%;
    padding-bottom: 70px;
    position: relative;
    transition: 0.5s;
}

.product-category .product-item .category-bnr:hover {
    opacity: 0.5;
    text-decoration: none;
    transition: 0.5s;
}

.products-area .product-link {
    background-color: #333;
    background-image: url(../image/base/ico_arrow_white.png);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 105%;
    margin: 60px auto 0;
    max-width: 420px;
    padding: 13px 0;
    transition: 0.5s;
}

#contents .products-contents h2 {
    margin: 0 0 30px;
    padding-top: 0;
}

section.support-bg {
    background-color: #f3f3f3;
    padding: 70px 0;
}

#contents .support-contents h2 {
    margin: 0 0 40px;
    padding-top: 0;
}

.support-contents {
    margin: auto;
    max-width: 1200px;
    text-align: center;
    width: 90%;
}

.support-contents .support-bnr-list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.support-contents .support-bnr-list .support-bnr {
    width: calc(50% - 20px);
}

.support-bnr-list .support-link {
    background-color: #3f5fa0;
    background-image: url(../image/contents/home/index_support_factory.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding: 40px 85px;
    transition: 0.5s;
}

#contents .support-bnr-list h3.bnr-ttl {
    border: 0;
    color: #fff;
    font-size: 38px;
    margin: 0 0 0;
    text-align: left;
}

.support-contents .support-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.support-list .suppourt-item {
    background-color: #fff;
    background-image: url(../image/contents/home/ico_check_orange.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    color: #333;
    font-size: 118%;
    margin-bottom: 15px;
    padding: 10px 40px 10px 50px;
}

.support-bnr-list .support-link:hover {
    opacity: 0.5;
    text-decoration: none;
    transition: 0.5s;
}

.support-list .suppourt-item .txt-orange {
    color: #ea5700;
}

.support-list .suppourt-item:last-child {
    margin-bottom: 0;
}

.support-bnr-list .support-bnr:nth-child(2) .support-link {
    background-image: url(../image/contents/home/index_support_product.jpg);
}

.support-bnr-list .support-moreBtn {
    margin: 5px 0 0 auto !important;
    text-align: right;
    border-bottom: solid 2px #333;
    width: fit-content;
}

.support-bnr-list .support-moreBtn:hover {
    transition: all .3s ease;
    border-bottom: none;
}

.support-bnr-list .support-moreBtn a {
    color: #333;
    padding: 0 50px 5px 10px;
}

.support-bnr-list .support-moreBtn a:hover {
    text-decoration: none;
}

.dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 10px;
    height: 10px;
    transform: translateX(-25%) rotate(45deg);
  }
  
  .dli-chevron-round-right::before, .dli-chevron-round-right::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
  }
  
  .dli-chevron-round-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1em;
  }
  
  .dli-chevron-round-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
  }

.news-tab,
.news-tab.all {
    align-items: stretch;
    border-bottom: 4px solid #484848;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 950px;
    padding: 0 10px;
}

.news-tab.news {
    border-bottom: 4px solid #ea5700;
}

.news-tab.products {
    border-bottom: 4px solid #4668ac;
}

.news-tab.event {
    border-bottom: 4px solid #298e3e;
}

.news-tab.media {
    border-bottom: 4px solid #54a9d0;
}

.home #contents .category-area {
    margin: 0 auto;
    max-width: 950px;
}

.news-list-link {
    display: block;
    margin: 20px 0 0 auto;
    max-width: 200px;
    text-align: right;
}

section.news-area {
    padding: 65px 0;
}

section.news-area .news-contents {
    max-width: 950px;
    margin: 0 auto;
    width: 90%;
}

#contents section.news-area h2 {
    margin: 0 0 40px;
    padding-top: 0;
}

.news-tab .tab-item {
    background-color: #484848;
    padding: 5px 0;
    text-align: center;
    width: calc(100% / 5 - 10px);
}

#contents .news-tab .tab-item p {
    color: #fff;
    margin-bottom: 0;
}

.news-tab .tab-item.news {
    background-color: #ea5700;
}

.news-tab .tab-item.products {
    background-color: #4668ac;
}

.news-tab .tab-item.event {
    background-color: #298e3e;
}

.news-tab .tab-item.media {
    background-color: #20acb8;
}

.news-category {
    padding: 40px 0 0;
}

.post-group {
    border-bottom: 2px solid #dedede;
}


.post-group .post-txt .post-category .ico-category {
    background-color: #ea5700;
    color: #fff;
    font-size: 85%;
    position: relative;
    text-align: center;
    top: 2px;
    width: 130px;
}

#contents .post-category p {
    margin-bottom: 0;
}

.post-group .post-txt .post-category .ico-category.products {
    background-color: #4668ac;
}

.post-group .post-txt .post-category .ico-category.event {
    background-color: #298e3e;
}

.post-group .post-txt .post-category .ico-category.media {
    background-color: #20acb8;
}

#contents .post-group .post-txt h3.post-ttl {
    border: 0;
    font-size: 105%;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 0 20px;
    width: calc(100% - 260px);
}

#contents .post-group .post-txt h3.post-ttl .post-link {
    font-weight: 400;
}

.post-group:last-child {
    border-bottom: 2px solid #dedede;
}

section.concept-area {
    display: flex;
    justify-content: space-between;
}

section.concept-area .left-img,
section.concept-area .right-text {
    width: 50%;
}

section.concept-area .left-img {
    background-image: url(../image/contents/home/bg_company.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.concept-area .right-text {
    background-color: #ea5700;
    color: #fff;
    padding: 50px;
}

#contents section.concept-area .right-text .sub-text {
    color: #fff;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
    font-size: 37%;
    letter-spacing: 0;
    line-height: 1em;
    margin-top: 5px;
}

#contents section.concept-area .right-text h2 {
    color: #fff;
    font-family: "Roboto";
    font-size: 320%;
    letter-spacing: 3px;
    line-height: 1.5em;
    margin: 0 0 40px;
    padding-top: 0;
    text-align: left;
}

#contents section.concept-area .right-text .main-txt {
    color: #fff;
    font-size: 165%;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin: 0 0 30px;
    padding-top: 0;
    text-align: left;
}

#contents section.concept-area .right-text p .sp-txt {
    display: none;
}

#contents section.concept-area .right-text .sub-txt {
    font-size: 125%;
    font-weight: 600;
}

#contents section.concept-area .right-text p {
    line-height: 1.8em;
    margin-bottom: 25px;
}

section.recruit-bg {
    background-image: url(../image/contents/home/bg_recruit.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

#contents section.concept-area .company-link {
    background-image: url(../image/base/ico_arrow_white.png);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 115%;
    letter-spacing: 2px;
    margin: 30px 0 0;
    max-width: 300px;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
}

#contents section.concept-area .company-link:hover {
    opacity: 0.5;
    text-decoration: none;
    transition: 0.5s;
}

section.recruit-bg .recruit-area {
    align-items: stretch;
    background-color: #3f5fa0;
    border: 4px solid #3f5fa0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 1200px;
    width: 90%;
}

section.recruit-bg .recruit-area::before,
section.recruit-bg .recruit-area::after {
    background-image: url(../image/contents/home/recruit_left.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: auto;
    width: 33%;
}

.recruit-area .recruit-contents {
    color: #fff;
    padding: 60px 0 50px;
    text-align: center;
    width: 33%;
}



#contents h2.ttl-recruit {
    color: #fff;
    font-family: "Roboto";
    font-size: 370%;
    letter-spacing: 4px;
    margin: 0 0 40px;
    padding-top: 0;
}

#contents .recruit-text {
    font-size: 113%;
}

.recruit-link {
    background-image: url(../image/base/ico_arrow_white.png);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    font-size: 115%;
    letter-spacing: 2px;
    margin: auto;
    max-width: 280px;
    padding: 10px;
    transition: 0.5s;
}

.recruit-link:hover {
    color: #fff;
    opacity: 0.5;
    text-decoration: none;
    transition: 0.5s;
}

section.recruit-bg .recruit-area::after {
    background-image: url(../image/contents/home/recruit_right.jpg);
}

.document-area {
    margin: auto;
    max-width: 1200px;
    padding: 70px 50px;
}

.document-area .catalog-area {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 70%;
}

.document-area .moreview_btn {
    max-width: 420px;
    background-color: #333;
    margin: 30px auto 0;
    width: 100%;
}

.document-area .moreview_btn:hover {
    opacity: 0.5;
    transition: 0.5s;
}

.document-area .moreview_btn a {
    color: #fff;
    width: 100%;
    height: auto;
    background-image: url(../image/base/ico_arrow_white.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    display: block;
    padding: 10px;
}

.document-area .moreview_btn a:hover {
    text-decoration: none;
}

.document-area .moreview_btn a p {
    margin: 0 !important;
    text-align: center;
    font-size: 18px;
}

section.document-area .magazine-area {
    box-sizing: border-box;
    padding: 0 0 0 55px;
    width: 35%;
}

#contents section.document-area .magazine-area h2 {
    padding-top: 0;
}

#contents h2 .sub-text {
    color: #ea5700;
    display: block;
    font-family: "Roboto";
    font-size: 55%;
    margin-top: 17px;
    width: 100%;
}

#contents section.document-area .catalog-area h2 {
    padding-top: 0;
    width: 100%;
}

.document-area .catalog-photo {
    margin-right: 20px;
    padding-left: 30px;
    width: calc(45% - 20px);
}

.document-area .catalog-list {
    width: 55%;
}

.document-area .catalog-link,
.document-area .magazine-link {
    background-color: #ea5700;
    background-image: url(../image/base/ico_arrow_white.png), url(../image/base/ico_pdf_white.png);
    background-position: calc(100% - 20px) center, 20px center;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 115%;
    margin-bottom: 20px;
    padding: 7px 30px 7px 55px;
    transition: 0.5s;
}

.document-area .ico-document .catalog-link,
.document-area .ico-document .magazine-link {
    background-image: url(../image/base/ico_arrow_white.png), url(../image/base/ico_document.png);
}

.document-area .ico-pdf .catalog-link,
.document-area .document .ico-pdf .magazine-link {
    background-image: url(../image/base/ico_arrow_white.png), url(../image/base/ico_pdf_white.png);
}

.document-area .ico-book .catalog-link,
.document-area .document .ico-book .magazine-link {
    background-image: url(../image/base/ico_arrow_white.png), url(../image/base/ico_book.png);
}

#contents .document-area .catalog-link p,
#contents .document-area .magazine-link p {
    margin-bottom: 0;
}

.document-area .catalog-link:hover,
.document-area .magazine-link:hover {
    opacity: 0.5;
    text-decoration: none;
    transition: 0.5s;
}

.document-area .magazine-link {
    background-color: #4668ac;
}

section.sub-area {
    background-color: #f2f2f2;
    padding: 70px 0 40px;
}

section.sub-area .sub-contents {
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1200px;
    width: 90%;
}

section.sub-area .facebook-area {
    width: 42%;
}

section.sub-area .sub-bnr {
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
}

section.sub-area .bnr-item {
    margin-bottom: 30px;
    margin-right: 20px;
    width: calc(100% / 4 - 10px);
}

section.sub-area .bnr-item:nth-child(4n) {
    margin-right: 0;
}

section.sub-area .bnr-link {
    align-items: flex-end;
    background-color: #ccc;
    background-image: url(../image/contents/home/bnr_shop.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 150px;
    justify-content: flex-end;
    transition: 0.5s;
}

#contents section.sub-area h2 {
    color: #fff;
    font-size: 110%;
    margin: 0;
    overflow: hidden;
    padding: 14px 20px 14px 60px;
    position: relative;
    text-align: center;
    width: 75%;
    z-index: 0;
}

#contents section.sub-area h2::before {
    background-color: #ea5700;
    content: "";
    height: 100%;
    position: absolute;
    right: -15%;
    top: 0;
    transform: skew(-30deg, 0deg);
    width: 100%;
    z-index: -1;
}

#contents section.sub-area .bnr-item:nth-child(2) h2::before,
#contents section.sub-area .bnr-item:nth-child(3) h2::before {
    background-color: #4668ac;
}

section.sub-area .bnr-link:hover {
    opacity: 0.5;
    text-decoration: none;
    transition: 0.5s;
}

section.sub-area .bnr-item .bnr-link.shop {
    background-image: url(../image/contents/home/bnr_shop.jpg);
}

section.sub-area .bnr-item .bnr-link.exhibition {
    background-image: url(../image/contents/home/bnr_exhibition.jpg);
}

section.sub-area .bnr-item .bnr-link.youtube {
    background-image: url(../image/contents/home/bnr_youtube.jpg);
}

section.sub-area .bnr-item .bnr-link.instagram {
    background-image: url(../image/contents/home/bnr_instagram.jpg);
}

.contac-bg {
    background-image: url(../image/contents/home/bg_contact.jpg);
    background-position: center;
    background-size: cover;
    padding: 65px 0;
    width: 100%;
}

.contact-area {
    background-color: #fff;
    border: 10px solid #ff7200;
    box-sizing: border-box;
    margin: auto;
    max-width: 1140px;
    padding: 50px;
    position: relative;
    text-align: center;
    width: 90%;
}

#contents .contact-area h2 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    justify-content: center;
    margin: 0 0 25px;
    padding-top: 0;
}

#contents .contact-area .sub-text {
    color: #ea5700;
    font-family: "Roboto";
    font-size: 55%;
    margin-top: 17px;
    width: 100%;
}

.contact-area .contact-link {
    background-color: #ea5700;
    background-image: url(../image/base/ico_arrow_white.png);
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 105%;
    margin: auto;
    max-width: 420px;
    padding: 13px 0;
    transition: 0.5s;
}

.contact-area .deco-img {
    bottom: 0;
    position: absolute;
    right: 50px;
}

.contact-area::before {
    background-image: url(../image/contents/home/deco_contact_01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
    height: 100%;
    left: -35px;
    position: absolute;
    top: -60px;
    width: 297px;
}

#contents .contact-btn {
    margin: 30px 0 0;
}

.contact-area p {
    font-size: 18px;
}

.contact-area .contact-link:hover {
    opacity: 0.5;
    text-decoration: none;
    transition: 0.5s;
}

.relation-link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    padding: 40px 0 30px;
    width: 90%;
}

.relation-link .bnr-item {
    margin: 0 20px;
}

.floting_bnr {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 999;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: start;
    line-height: 1.2rem;
    font-size: 18px;
    background-color: #fff;
    border: solid 3px #ea5700;
    border-radius: 10px 0 0 10px;
    width: 90px;
    height: 240px;
    transition: all .3s ease;
}
.floting_bnr {
    background-color: #ea5700;
    transition: all .3s ease;
}

.floting_bnr a {
    color: #ea5700;
    display: flex;
    width: 87px;
    height: 234px;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    transform: translateX(3px);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all .3s ease;
    filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.2));
}

.floting_bnr a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ea5700;
}

.floting_bnr a::before {
    content: '';
    background-image: url(../image/contents/home/icon_note.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 54px;
    height: 40px;
    display: block;
    animation: bound 3s infinite;
}

.floting_bnr a:hover::before {
    background-image: url(../image/contents/home/icon_note_hover.png);
}

@keyframes bound {
    0% { transform:translateY(0) }
    5% { transform:translateY(0) }
    10% { transform:translateY(0) }
    20% { transform:translateY(-15px) }
    25% { transform:translateY(0) }
    30% { transform:translateY(-5px) }
    50% { transform:translateY(0) }
    100% { transform:translateY(0) }
  }

@media screen and (max-width: 1399px) {

    .contact-area .deco-img {
        right: 40px;
        width: 230px;
    }

    #image-block {
        margin-top: 73px;
    }

    li.slide.slider-02::before {
        background-image: url(../image/contents/home/index_slider_01_sp_02.jpg);
    }
}

@media screen and (max-width: 1299px) {

    .contact-area::before {
        background-size: contain;
        top: -85px;
        width: 245px;
    }

    #contents .support-bnr-list h3.bnr-ttl {
        font-size: 35px;
    }

    .support-bnr-list .support-link {
        padding: 40px 55px;
    }

    .contact-area .deco-img {
        right: 25px;
        width: 190px;
    }

}

@media screen and (max-width: 1200px) {

    #contents h2.ttl-recruit {
        font-size: 50px;
    }

    #contents .recruit-text {
        font-size: 16px;
    }

    .support-bnr-list .support-link {
        padding: 40px;
    }

    #contents .products-contents .product-tab p {
        font-size: 20px;
    }

    section.concept-area .right-text {
        padding: 50px 40px;
    }

    #contents section.concept-area .right-text h2 {
        font-size: 280%;
    }

    #contents section.concept-area .right-text .main-txt {
        font-size: 145%;
    }

    #contents section.concept-area .right-text p {
        font-size: 15px;
        margin-bottom: 25px;
    }

    #contents section.concept-area .right-text .sub-txt {
        font-size: 120%;
    }

    #contents section.concept-area .company-link {
        font-size: 110%;
    }

}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
    .main_contact_flex {
        gap: 40px;
    }
    #contents h2.ttl-recruit {
        font-size: 47px;
    }

    #contents .support-bnr-list h3.bnr-ttl {
        font-size: 32px;
    }

    .support-list .suppourt-item {
        font-size: 17px;
    }

    #contents section.concept-area .right-text p br {
        display: none;
    }

    body.home #contents {
        padding-bottom: 0;
    }

    .support-contents {
        max-width: 1000px;
    }

    .bnr-area .bnr-flex,
    .products-contents,
    section.sub-area .sub-contents {
        width: 95%;
        margin: 0 auto;
    }

    .support-contents .support-list {
        margin: 20px 0 0 0;
    }

    .support-bnr-list .support-link {
        padding: 40px 30px;
    }

    .document-area .catalog-photo img {
        width: 100%;
        margin-right: 0;
    }

    .document-area .catalog-photo {
        margin-right: 40px;
        padding-left: 0;
        width: calc(45% - 40px);
    }

    .document-area {
        padding: 70px 20px;
    }

    .product-category {
        justify-content: center;
    }

    .product-category.purpose .product-item {
        height: auto;
        margin-right: 10px;
        margin-top: 35px;
        width: calc(100% / 4 - 10px);
    }

    .product-category.purpose .product-item:nth-child(4n) {
        margin-right: 0;
    }

    .product-category.purpose .product-item:nth-child(5n) {
        margin-right: 10px;
    }

    .category-thm img {
        width: 100%;
    }

    #contents .products-contents .sr-txt,
    #contents .support-contents .sr-txt,
    #contents .contact-area .sr-txt {
        font-size: 16px;
    }

    #contents .product-category h3 {
        font-size: 17px;
        line-height: 1.5em;
    }

    #contents .recruit-text {
        margin: 0 auto 20px;
    }

    section.sub-area .facebook-area {
        width: 50%;
    }

    .contact-area::before,
    .contact-area .deco-img {
        display: none;
    }

    #contents section.sub-area h2 {
        font-size: 100%;
        width: 85%;
    }

}

@media screen and (max-width: 1024px) {

    .recruit-link {
        width: 90%;
    }

    .product-category.purpose .product-item:nth-child(4n) {
        margin-right: 0;
    }

    .support-list .suppourt-item {
        font-size: 16px;
    }

    .support-contents .support-bnr-list .support-bnr {
        width: calc(50% - 15px);
    }

}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
    .main_contact h2 {
        font-size: 24px;
    }
    .reason-bg {
        padding: 70px 0;
    }
    body.home #contents .reason-item h3 {
        font-size: 40px;
        gap: 10px;
        align-items: flex-start;
    }
    body.home #contents .reason-item h3 p {
        font-size: 18px;
        line-height: 1.8rem;
    }
    #contents .contact-area h2 {
        padding: 0;
    }

    #contents .recruit-text {
        font-size: 15px;
    }

    #contents h2.ttl-recruit {
        font-size: 43px;
        margin-bottom: 25px;
    }

    .bnr-area-contents ul {
        gap: 20px;
    }

    .bnr-area-contents ul li {
        width: calc(calc(100% - 40px) / 3);
    }

    .bnr-area-contents ul {
        margin: 0 auto 20px;
    }

    .topics-area {
        padding: 70px 0;
    }

    #contents .support-bnr-list h3.bnr-ttl {
        font-size: 27px;
    }

    .support-bnr-list .support-link {
        padding: 40px 20px;
    }

    #contents .support-contents h2 {
        margin: 0 0 30px;
        padding: 0;
    }

    #contents .products-contents h2 {
        margin: 0 0 30px;
        padding: 0;
    }

    #contents .products-contents .product-tab p {
        font-size: 18px;
    }

    #contents section.concept-area .right-text .sub-txt {
        font-size: 130%;
    }

    #contents section.concept-area .right-text h2 {
        font-size: 290%;
        padding: 0 0 5px;
    }

    #contents section.concept-area .right-text .main-txt {
        font-size: 155%;
    }

    #contents section.concept-area .right-text p br {
        display: block;
    }

    section.concept-area .right-text {
        padding: 50px 0;
        width: 100%;
    }

    #contents section.concept-area .right-text p {
        font-size: 16px;
    }

    section.concept-area .right-text .text-inner {
        margin: 0 auto;
        padding-left: 30px;
        width: 90%;
    }

    section.concept-area {
        display: block;
    }

    section.concept-area .left-img {
        height: 300px;
        width: 100%;
    }

    body.home #contents {
        padding-bottom: 0;
    }

    #image-block {
        margin-top: 12px;
    }

    #image-block .main-text {
        width: 80%;
    }

    #contents .product-category h3 {
        font-size: 15px;
    }

    .support-contents .support-bnr-list .support-bnr {
        width: calc(50% - 10px);
    }

    .support-contents .support-list {
        margin: 25px 0 0 0;
    }

    .document-area .catalog-area {
        padding: 0;
    }

    section.document-area .magazine-area {
        padding: 0 0 0 25px;
    }

    .document-area {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        max-width: 1200px;
        padding: 70px 15px;
    }

    .document-area .catalog-link,
    .document-area .magazine-link {
        font-size: 125%;
    }

    .footer .address {
        font-size: 14px;
    }

    footer p.address {
        margin: 10px 0 40px 0;
    }

    section.sub-area .facebook-area {
        width: 60%;
    }

    section.sub-area .sub-bnr {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        width: 95%;
    }

    section.sub-area .bnr-item {
        margin-bottom: 15px;
        margin-right: 15px;
        width: calc(100% / 2 - 15px);
    }

    section.sub-area .bnr-item:nth-child(2n),
    section.sub-area .bnr-item:nth-child(4n) {
        margin-right: 0;
    }

    #contents .magazine-area h2 {
        margin: 35px 0 50px 0;
    }

    #contents section.sub-area h2 {
        padding: 15px 5px 15px 30px;
    }

}

@media screen and (max-width: 820px) {

    .support-bnr-list .support-link {
        padding: 40px;
    }

    .support-contents .support-bnr-list .support-bnr {
        width: 100%;
    }

    .support-contents .support-bnr-list .support-bnr:nth-child(1) {
        margin-bottom: 30px;
    }

    .bnr-area .bnr-flex,
    .products-contents,
    section.sub-area .sub-bnr,
    .support-contents {
        width: 95%;
        margin: 0 auto;
    }

    .topics-list ul li {
        width: calc(calc(100% - 30px) / 3);
    }

    .document-area .catalog-area {
        width: 85%;
    }

    #contents .recruit-text {
        margin: 0 17px 20px -28px;
    }

    .document-area .catalog-photo {
        margin-right: 30px;
        width: calc(45% - 30px);
    }

    #contents .magazine-area h2 {
        font-size: 200%;
    }

    #contents .recruit-text {
        margin: 0 10px 20px 10px;
    }

    #contents .recruit-text br {
        display: none;
    }

    .document-area .catalog-link,
    .document-area .magazine-link {
        font-size: 140%;
    }

    section.sub-area .sub-contents {
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
    }

    section.sub-area .facebook-area {
        width: 80%;
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    section.sub-area .facebook-area img {
        width: 100%;
    }


    section.sub-area .sub-bnr {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    li.slide.slider-01::before {
        background-image: url(../image/contents/home/index_slider_01_sp.jpg);
    }

    li.slide.hide.slider-02::before {
        background-image: url(../image/contents/home/index_slider_02_sp.jpg);
    }

    li.slide.hide.slider-03::before {
        background-image: url(../image/contents/home/index_slider_03_sp.jpg);
    }

    li.slide.hide.slider-04::before {
        background-image: url(../image/contents/home/index_slider_04_sp.jpg);
    }
}

@media screen and (max-width: 768px) {
    .main_contact h2 {
        font-size: 20px;
    }
    .main_contact_flex {
        flex-direction: column;
        gap: 20px;
    }
    .main_contact_tel a, .main_contact_mail a {
        margin: 0;
    }
    .reason-list {
        gap: 20px;
    }
    .reason-item {
        width: calc(calc(100% - 20px) / 2);
    }
    body.home #contents .reason-item h3 {
        font-size: 30px;
        margin: 10px 0 0 0;
    }
    .news-tab .tab-item {
        width: calc(100% / 5 - 3px);
    }

    #contents .recruit-text {
        font-size: 125%;
    }

    #contents .magazine-area h2 {
        font-size: 190%;
        margin-bottom: 48px;
    }

    .document-area .catalog-link,
    .document-area .magazine-link {
        font-size: 120%;
    }

    .support-contents .support-bnr-list .support-bnr {
        width: calc(50% - 10px);
    }

}

@media screen and (max-width: 769px) {

    #contents h2.ttl-recruit {
        font-size: 300%;
    }
    section.recruit-bg .recruit-area {
        align-items: center;
        border: 10px solid #3f5fa0;
        display:
            flex;
        flex-flow: column;
        flex-direction: column;
        height: 800px;
        justify-content: center;
        margin-top: auto;
        margin-right: auto;
        margin-left: auto;
        width: 95%;
    }

    section.recruit-bg .recruit-area::before {
        background-image: url(../image/contents/home/sp_recruit_01.jpg);
        top: 0;
    }

    section.recruit-bg .recruit-area::before,
    section.recruit-bg .recruit-area::after {
        width: 100%;
        height: 210px;
        position: absolute;
        left: 0px;
        object-fit: cover;
    }

    section.recruit-bg .recruit-area::after {
        background-image: url(../image/contents/home/sp_recruit_02.jpg);
        bottom: 0;
    }

    .recruit-area {
        position: relative;
    }

    .recruit-area .recruit-contents {
        padding: 185px 0 185px;
        width: 100%;
    }

    #contents h2.ttl-recruit {
        margin: 0 0 7px;
    }

    #contents .recruit-text br {
        display: block;
    }

    #contents .recruit-text {
        font-size: 105%;
        margin: 0 35px 20px 35px;
    }
}

@media screen and (max-width: 767px) {

    .product-category.purpose .product-item,
    .product-category .product-item {
        height: auto;
        margin-right: 10px;
        margin-top: 35px;
        width: calc(100% / 3 - 10px);
    }

    .product-category.purpose .product-item:nth-child(4n) {
        margin-right: 10px;
    }

    .product-category.purpose .product-item:nth-child(3n) {
        margin-right: 0;
    }

    .support-contents .support-bnr-list .support-bnr {
        width: 100%;
    }


}

@media screen and (max-width: 640px) {

    .document-area .catalog-area {
        width: 100%;
    }

    .main_contact_tel, .main_contact_mail {
        width: 100%;
    }

    .main_contact_tel a,
    .main_contact_mail a {
        padding: 15px 0;
    }

    .bnr-area .bnr-flex {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        max-width: 1100px;
    }

    .bnr-area .bnr-flex img {
        width: 100%;
    }

    .topics-list ul li {
        width: calc(calc(100% - 20px) / 2);
    }

    .bnr-area-contents ul {
        gap: 10px;
        margin: 0 auto 10px;
    }

    .bnr-area-contents ul li {
        width: calc(calc(100% - 20px) / 3);
    }

    .bnr-area-contents ul, .bnr-area-contents .osusume {
        width: 100%;
    }

    .bnr-area .bnr-flex .bnr-item.showroom {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .bnr-area .bnr-flex .bnr-item {
        margin-right: 15px;
        width: calc((100% / 2) - 13px);
    }

    .reason-list {
        flex-direction: column;
    }

    .reason-item {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

}

/* view-559 Mobile */
@media screen and (max-width: 559px) {

    .relation-link {
        flex-wrap: wrap;
    }

    #contents .contact-area .sr-txt br {
        display: none;
    }

    .contac-bg {
        padding: 40px 0;
    }

    .reason-bg {
        padding: 35px 0;
    }

    .product-category.purpose .product-item,
    .product-category .product-item {
        margin-top: 30px;
        width: calc(100% / 2 - 10px);
    }

    .product-category.purpose .product-item:nth-child(3n) {
        margin-right: 10px;
    }

    .product-category.purpose .product-item:nth-child(4n),
    .product-category.purpose .product-item:nth-child(6n),
    .product-category.purpose .product-item:nth-child(2n) {
        margin-right: 0;
    }

    #contents .products-contents .product-tab p {
        font-size: min(3.7vw, 15px);
    }

    .bnr-area .bnr-flex .bnr-item {
        margin-bottom: 20px;
    }

    #image-block .pc-txt-none {
        display: inline-block;
    }

    #image-block .sp-txt-none {
        display: none;
    }

    section.concept-area .left-img {
        height: 50vw;
        width: 100%;
    }

    #contents section.concept-area .right-text p br {
        display: none;
    }

    #contents section.concept-area .right-text .main-txt {
        font-size: min(5vw, 24px);
    }

    #contents section.concept-area .right-text .sub-txt {
        font-size: min(4.5vw, 21px);
    }

    section.concept-area .right-text .text-inner {
        padding-left: 0;
        width: 95%;
    }

    #contents section.concept-area .right-text h2 {
        font-size: min(8vw, 38px);
    }

    #contents section.concept-area .right-text p {
        font-size: min(3.7vw, 15px);
    }


    #image-block {
        margin-top: 0px;
    }

    #image-block .main-text {
        width: 90%;
    }

    #image-block .slider-01 .main-text {
        width: 100%;
    }

    #image-block .slider-04 .main-text {
        width: 75%;
    }

    .products-contents,
    section.support-bg {
        padding: 35px 0 35px 0;
    }

    section.news-area {
        padding: 30px 20px;
    }

    .support-bnr-list .support-bnr:nth-child(2) .support-link {
        margin-bottom: 0;
    }

    #contents .document-area .sp-catalog-txt {
        margin: 0px 0 50px 0;
    }

    #contents .support-contents h2 {
        font-size: min(5vw, 25px);
        margin: 0 0 25px 0;
    }

    .bnr-area .bnr-flex {
        justify-content: center;
    }

    .bnr-item {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }

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

    .bnr-area .bnr-flex .bnr-item.showroom {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .bnr-area .bnr-flex .bnr-item img {
        width: 100%;
    }

    .bnr-area .bnr-flex .bnr-item:last-child {
        margin-right: 15px;
    }

    .bnr-area .bnr-flex .bnr-item:nth-child(3n) {
        margin-right: 0;
    }

    #contents h2 .sub-text {
        margin-top: 13px;
    }

    .product-category {
        justify-content: center;
    }

    #contents .products-contents .sr-txt,
    #contents .support-contents .sr-txt,
    #contents .contact-area .sr-txt {
        font-size: min(3.7vw, 15px);
        text-align: left;
    }

    .products-contents .product-tab {
        font-size: 110%;
    }

    .product-category .product-item {
        height: auto;
        margin-right: 10px;
        margin-top: 35px;
        width: calc(100% / 2 - 10px);
    }

    .product-category .product-item:nth-child(3n) {
        margin-right: 10px;
    }

    .product-category .product-item:nth-child(2n) {
        margin-right: 0px;
    }

    #contents .product-category h3 {
        line-height: 20px;
        font-size: 92%;
    }

    .products-area .product-link {
        max-width: 350px;
    }

    .support-contents .support-list {
        margin: 20px 0 0 0;
    }

    .news-tab .tab-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .news-tab .tab-item:nth-child(5n) {
        margin-bottom: 0px;
    }

    .support-contents .support-bnr-list .support-bnr {
        width: 100%;
    }

    .support-bnr-list .support-link {
        margin-bottom: 0;
        padding: 25px;
    }

    .support-list .suppourt-item {
        background-size: 23px 23px;
        background-image: url(../image/contents/home/sp_ico_check_orange.png);
    }

    body.home #contents .support-bnr-list h3.bnr-ttl {
        font-size: 150%;
        margin: 0 0 15px;
    }

    section.sub-area .bnr-link {
        height: 265px;
    }

    #contents .support-bnr-list h3.bnr-ttl {
        font-size: 200%;
    }

    section.sub-area .sub-contents {
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
    }

    .support-list .suppourt-item {
        font-size: 100%;
        padding: 10px 10px 10px 50px;
    }

    .document-area {
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
        padding: 45px 20px;
    }

    .document-area .catalog-photo {
        width: 70%;
        margin-top: auto;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 60px;
    }

    .document-area .catalog-area {
        border-right: 0px;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
        padding: 0 0 0 0;
        width: 100%;
    }

    .document-area .catalog-list {
        width: 100%;
    }

    .document-area .ico-pdf .catalog-link,
    .document-area .document .ico-pdf .magazine-link {
        background-image: url(../image/base/sp_ico_arrow_white.png), url(../image/base/sp_ico_pdf_white.png);
        background-size: 9px 14px, 24px 24px;
    }

    .document-area .ico-book .catalog-link,
    .document-area .document .ico-book .magazine-link {
        background-image: url(../image/base/sp_ico_arrow_white.png), url(../image/base/sp_ico_book.png);
        background-size: 9px 14px, 24px 18px;
    }

    .document-area .ico-document .catalog-link,
    .document-area .ico-document .magazine-link {
        background-image: url(../image/base/sp_ico_arrow_white.png), url(../image/base/sp_ico_document.png);
        background-size: 9px 14px, 18px 22px;
    }

    section.document-area .magazine-area {
        padding: 0 0 0 0;
        width: 100%;
    }

    section.sub-area .facebook-area {
        width: 100%;
        margin-bottom: 60px;
    }

    #contents section.sub-area h2 {
        padding: 15px 5px 15px 50px;
    }

    section.sub-area .sub-bnr {
        display: block;
    }

    section.sub-area .bnr-item {
        margin-bottom: 30px;
        margin-right: 0px;
        width: 100%;
    }

    section.sub-area .bnr-item .bnr-link.shop {
        background-image: url(../image/contents/home/sp_homebnr_shop.jpg);
    }

    section.sub-area .bnr-item .bnr-link.exhibition {
        background-image: url(../image/contents/home/sp_bnr_exhibition.jpg);
    }

    section.sub-area .bnr-item .bnr-link.youtube {
        background-image: url(../image/contents/home/sp_bnr_youtube.jpg);
    }

    section.sub-area .bnr-item .bnr-link.instagram {
        background-image: url(../image/contents/home/sp_bnr_instagram.jpg);
    }

    #contents .post-group .post-txt h3.post-ttl {
        padding: 0 0 0 0px;
        width: 100%;
    }

    .contact-area {
        padding: 30px 20px;
    }

    .contact-area .contact-link {
        background-image: url(../image/base/sp_ico_arrow_white.png);
        background-size: 9px 14px;
        background-position: 95% center;
    }

    .contact-area .contact-link {
        padding-right: 15px;
    }

    .relation-link .bnr-item {
        margin: 15px 20px;
        width: 100%;
    }

    .relation-link .bnr-item img {
        width: 100%;
    }

    .addres-list {
        flex-wrap: wrap;
        padding: 25px 0 15px;
    }

    .footer .name {
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 10px 10px 10px 10px;
        text-align: center;
        width: 100%;
    }

    .footer .address {
        font-size: 13px;
    }

    footer p.address {
        margin: 10px 0 0px 0;
    }

    .footer p.copyright {
        font-size: 13px;
    }

    .footer p.copyright {
        top: calc(100% - 3.2em);
    }

    section.recruit-bg {
        padding: 70px 0;
    }

    .sp-br-none br {
        display: none;
    }

    
    .floting_bnr {
        width: 100%;
        height: 61px;
        left: 50%;
        transform: translateX(-50%);
        writing-mode: initial;
        border-radius: 0px;
        top: initial;
        bottom: 0;
        right: 50%;
        background-color: #fff;
        border: none;
        box-shadow: 0 0 5px #666;
    }

    .floting_bnr a {
        width: 100%;
        height: 56px;
        color: #fff;
        border-radius: 0;
        transform: translateX(0px);
        background-color: #ea5700;
    }

    .floting_bnr a :hover{
        background-color: initial;
    }

    .floting_bnr a::before {
        background-image: url(../image/contents/home/icon_note_white.png);
        background-size: contain;
        width: 27px;
        height: 27px;
    }
    .floting_bnr .sp-br-none{
        display: none;
    }


}

/* 559以下はRWD時に崩れがあれば任意で作成 */
@media screen and (max-width: 414px) {
    #contents .recruit-text {
        margin: 0 35px 20px 40px;
    }

    #contents .support-contents h2 {
        font-size: min(5vw, 25px);
        line-height: 1.4em;
    }

    section.sub-area .bnr-link {
        height: 200px;
    }

    section.recruit-bg .recruit-area::before,
    section.recruit-bg .recruit-area::after {
        width: 100%;
        height: 110px;
        position: absolute;
        left: 0px;
    }

    section.recruit-bg .recruit-area {
        height: 605px;
    }

    .recruit-area .recruit-contents {
        padding: 160px 0 160px;
        width: 100%;
    }

}

@media screen and (max-width: 375px) {
    #contents .recruit-text {
        margin: 0 25px 20px 35px;
    }

    #contents .product-category h3 {
        font-size: 85%;
    }

    .support-list .suppourt-item {
        font-size: 92%;
        padding: 10px 10px 10px 50px;
    }

    section.sub-area .bnr-link {
        height: 175px;
    }

    .document-area .catalog-link,
    .document-area .magazine-link {
        font-size: 120%;
    }

    .recruit-area .recruit-contents {
        padding: 90px 0 90px;
        width: 100%;
    }

    section.recruit-bg .recruit-area {
        height: 605px;
    }

    section.recruit-bg .recruit-area::before,
    section.recruit-bg .recruit-area::after {
        width: 100%;
        height: 105px;
        position: absolute;
        left: 0px;
    }
}

@media screen and (max-width: 320px) {
    #contents .recruit-text {
        margin: 0 10px 30px 10px;
    }

    #contents .recruit-text {
        font-size: 95%;
    }

    #contents .product-category h3 {
        font-size: 75%;
    }

    .document-area .catalog-link,
    .document-area .magazine-link {
        font-size: 90%;
    }

    section.sub-area .bnr-link {
        height: 150px;
    }

    section.recruit-bg .recruit-area::before,
    section.recruit-bg .recruit-area::after {
        width: 100%;
        height: 85px;
        position: absolute;
        left: 0px;
    }

    section.recruit-bg .recruit-area {
        height: 515px;
    }
}

/*IE*/
@media all and (-ms-high-contrast: none) {}

/* 20240517 コラム新着記事追加 */
.column-area-sec{
  padding: 0 0 70px 0;
}
.column-area{
  margin: auto;
  max-width: 1200px;
  width: 90%;
}
.column-area h2{
  text-align: center;
}
.column-area ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2em;
    display: flex;
    justify-content: space-between;
}
.columnThumb {
    max-height: 200px;
    overflow: hidden;
}
.column-area a{
  color:#333;
  transition:0.5s;
}
.column-area a:hover{
  opacity:0.5;
  color:#333;
  text-decoration:none;
}
.column-area li {
  width: calc(98% / 3);
  margin: 0.5em;
}
.column-area li a img{
  max-width:100%;
}
.column-area p {
  margin: 0 0 0.7em !important;
  line-height: 1.5em !important;
}
.columnDate,
.columnLead{
  color: #666;
  font-weight:normal !important;
}

.btColumnMore a{
  background-color: #ea5700;
  background-image: url(https://www.nantsune.co.jp/wp/wp-content/themes/storefront-child/image/base/ico_arrow_white.png);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 105%;
  text-align: center;
  margin: auto;
  max-width: 420px;
  padding: 1em 0;
  transition: 0.5s;
}
.btColumnMore a:hover{
  color:#FFF;
}
@media screen and (max-width: 834px){
  .column-area ul{
    display:block;
  }
  .column-area li {
    width:100%;
    margin: 0.5em 0 1.5em;
  }
}