@charset "UTF-8";

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.apparel .inner {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.apparel h2 span.sub_ttl {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding: 0 56px;
}

.apparel h2 span.sub_ttl::before,
.apparel h2 span.sub_ttl::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}

.apparel h2 span.sub_ttl::before {
    left: 0;
}

.apparel h2 span.sub_ttl::after {
    right: 0;
}

.apparel h2 span.ttl {
    display: block;
    font-weight: 600;
}

.apparel .mv img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cta_box .cta_txt {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0;
}

.cta_box .cta_btn_box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    margin-bottom: 30px;
}

.cta_box .cta_btn_box .cta_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    border-radius: 10px;
    padding: 16px 48px;
}

.cta_box .cta_btn_box .cta_btn:first-of-type {
    background-color: #FA7C20;
}

.cta_box .cta_btn_box .cta_btn:last-of-type {
    background-color: #009C8D;
}

.cta_box .cta_btn_box .cta_btn .btn_txt {
    font-size: 20px;
    font-weight: 600;
}

.cta_box .cta_btn_box .cta_btn figure {
    height: 30px;
    width: auto;
    margin: 0;
}

.cta_box .cta_btn_box .cta_btn .btn_tel,
.cta_box .cta_btn_box .cta_btn .btn_mail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.cta_box .cta_btn_box .cta_btn .btn_tel p {
    font-size: 48px;
    font-weight: 600;
}

.cta_box .cta_btn_box .cta_btn .btn_mail p {
    font-size: 28px;
    font-weight: 600;
}

.problem {
    background-image: url(../images/apparel/problem_bk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 80px;
}

.problem h2 {
    color: #fff;
    text-align: center;
}

.apparel h2 span.sub_ttl::before,
.apparel h2 span.sub_ttl::after {
    background-color: #fff;
}

.problem h2 span.ttl {
    font-size: 36px;
}

.problem .problem_contents {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin-top: 60px;
}

.problem .problem_contents .item {
    width: calc((100% - 60px) / 4);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.problem .problem_contents .item figure {
    margin-bottom: 20px;
}

.problem .problem_contents .item p {
    font-size: 20px;
    line-height: 36px;
}

.porter_line {
    padding: 60px 0;
}

.porter_line h2 {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.porter_line h2 span.sub_ttl {
    color: #009C8D;
}

.porter_line h2 span.sub_ttl::before,
.porter_line h2 span.sub_ttl::after {
    background-color: #009C8D;
}

.porter_line h2 span.ttl {
    font-size: 48px;
}

.porter_line h2 span.ttl::first-letter {
    color: #009C8D;
}

.porter_line_contents {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
}

.porter_line_contents .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: unset;
    padding: 0 0 0 calc(50vw - 50%);
    margin: 60px calc(50% - 50vw) 0;
    position: relative;
    flex-direction: row-reverse;
}

.porter_line_contents .item:nth-of-type(even) {
    padding: 0 calc(50vw - 50%) 0 0;
    flex-direction: row;
}

.porter_line_contents .item figure {
    min-width: 50vw;
    text-align: right;
    aspect-ratio: 27 / 11;
}

.porter_line_contents .item:nth-of-type(even) figure {
    left: 0;
}

.item figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.porter_line_contents .item .item_txt_wrap {
    position: relative;
    max-width: calc(50% - 3rem);
    padding-right: 3rem;
}

.porter_line_contents .item:nth-of-type(even) .item_txt_wrap {
    padding-left: 80px;
    padding-right: 0;
}

.porter_line_contents .item_txt {
    
}

.porter_line_contents .item_txt h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.porter_line_contents .item_txt h3 span {
    color: #009C8D;
    opacity: 0.1;
    font-size: 160px;
    position: absolute;
    bottom: -36px;
    left: 0;
    z-index: -1;
}

.porter_line_contents .item:nth-of-type(3) .item_txt h3 span {
    bottom: -60px;
}

.porter_line_contents .item_txt p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.service_product {
    background: transparent linear-gradient(127deg, #00837667 0%, #009C8D 100%) 0% 0% no-repeat;
    padding: 60px 0;
    margin-bottom: 60px;
}

.service {
    max-width: 1400px;
    width: 98%;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
    margin: 0 auto;
}

.service h2,
.product h2 {
    color: #fff;
    font-size: 48px;
}

.service .service_contents,
.product .product_contents {
    margin: 40px 0 60px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px 10px;
}

.service .service_contents .item,
.product .product_contents .item {
    width: calc((100% - 40px) / 5);
}

.service .service_contents .item h3,
.product .product_contents .item h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
}

.service .service_contents .item h3 span {
    font-size: 12px;
    display: block;
}

.product {
    padding: 60px 0 0;
}

.scroll_img01 {
    margin: 60px 0 0;
}

.scroll_img01,
.scroll_img02 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scroll_img01 .scroll_left {
    animation: leftFlow 30s linear infinite;
    display: flex;
    margin-bottom: 0;
}

.scroll_img02 .scroll_right {
    animation: rightFlow 30s linear infinite;
    display: flex;
    margin-bottom: 0;
}

.scroll_img01 img,
.scroll_img02 img {
    flex-shrink: 0;
    height: auto;
    width: 100%;
    object-fit: contain;
}

@keyframes leftFlow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes rightFlow {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.price_list {
    background-image: url(../images/apparel/price_list_bk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}

.price_list .price_list_wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 60px;
}

.price_list h2 span.sub_ttl {
    color: #009C8D;
}

.price_list h2 span.sub_ttl::before,
.price_list h2 span.sub_ttl::after {
    background-color: #009C8D;
}

.price_list h2 span.ttl {
    font-size: 48px;
    margin-top: 10px;
}

.price_list h2 span.ttl::first-letter {
    color: #009C8D;
}

.price_list .price_list_contents {
    margin: 40px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.price_list .price_list_contents .item {
    width: calc((100% - 60px) / 3);
}

.price_list .price_list_contents .item figure {
    margin-bottom: 10px;
}

.price_list .price_list_contents .item .price_list_txt dt {
    font-size: 24px;
    margin-bottom: 10px;
}

.price_list .price_list_contents .item .price_list_txt dd span {
    color: #009C8D;
    font-weight: 600;
}

.price_list .price_list_note {
    font-size: 32px;
    color: #009C8D;
    font-weight: 600;
    text-align: center;
}

.available .available_wrap {
    margin: 60px 0;
    background-color: #009c8d1a;
    border-radius: 10px;
    padding: 40px 40px 60px;
}

.available h2 span.sub_ttl {
    color: #009C8D;
}

.available h2 span.sub_ttl::before,
.available h2 span.sub_ttl::after {
    background-color: #009C8D;
}

.available h2 span.ttl {
    font-size: 48px;
    margin-top: 10px;
}

.available h2 span.ttl::first-letter {
    color: #009C8D;
}

.available .available_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin: 40px 0 60px;
}

.available .available_list .item {
    width: calc((100% - 60px) / 4);
}

.available .available_list .item figure {
    margin-bottom: 20px;
}

.available .available_list .item h4 {
    font-size: 20px;
    font-weight: 600;
    color: #009C8D;
    margin-bottom: 10px;
}

.available .available_contents {
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px;
}

.available .available_contents h3 {
    font-size: 32px;
    font-weight: 600;
    color: #009C8D;
    margin-bottom: 10px;
}

.available .available_contents p {
    font-size: 24px;
}

.voice h2 span.sub_ttl {
    color: #009C8D;
}

.voice h2 span.sub_ttl::before,
.voice h2 span.sub_ttl::after {
    background-color: #009C8D;
}

.voice h2 span.ttl {
    font-size: 48px;
    margin-top: 10px;
}

.voice h2 span.ttl::first-letter {
    color: #009C8D;
}

.voice .voice_contents {
    margin: 60px 0 100px;
}

.voice .voice_contents .item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 54px;
    margin-bottom: 50px;
}

.voice .voice_contents .item:last-of-type {
    margin-bottom: 0;
}

.voice .voice_contents .item figure {
    width: 15%;
}

.voice .voice_contents .item figure img {
    width: 100%;
    height: auto;
}

.voice .voice_contents .item .voice_txt {
    width: calc(100% - 54px - 15%);
}

.voice .voice_contents .item .voice_txt h3 {
    color: #009C8D;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.voice .voice_contents .item .voice_txt .detail {
    font-size: 16px;
    line-height: 1.8rem;
}

.voice .voice_contents .item .voice_txt .people {
    border: solid 1px #009C8D;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 600;
    width: fit-content;
    margin-top: 28px;
}

.faq h2 span.sub_ttl {
    color: #009C8D;
}

.faq h2 span.sub_ttl::before,
.faq h2 span.sub_ttl::after {
    background-color: #009C8D;
}

.faq h2 span.ttl {
    font-size: 48px;
    margin-top: 10px;
}

.faq h2 span.ttl::first-letter {
    color: #009C8D;
}

.faq .faq_contents {
    border-top: solid 5px #009C8D;
    margin: 40px 0 100px;
}

.faq .faq_contents .item {
    border-bottom: solid 5px #009C8D;
    padding: 24px 0;
}

.faq .faq_contents .item h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
}

.faq .faq_contents .item h3 span {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #009C8D;
    display: inline-block;
    margin-right: 10px;
}

.faq .faq_contents .item p {
    margin-left: 92px;
}

.sp-only {
    display: none;
}

.pctab-only {
    display: block;
}

@media screen and (min-width:768px) and ( max-width:1199px) {
    .cta_box .cta_btn_box .cta_btn {
        width: calc((96% - 40px) / 2);
        padding: 1rem 0;
    }

    .cta_box .cta_btn_box .cta_btn .btn_tel p {
        font-size: 1.8rem;
    }

    .cta_box .cta_btn_box .cta_btn .btn_mail p {
        font-size: 1.2rem;
    }

    .problem .problem_contents {
        flex-wrap: wrap;
    }

    .problem .problem_contents .item {
        width: calc((100% - 40px) / 2);
    }

    .problem .problem_contents .item p {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }

    .problem h2 span.ttl,
    .porter_line h2 span.ttl,
    .apparel h2 span.ttl {
        font-size: 2.4rem;
    }

    .porter_line_contents {
        margin-top: 100px;
    }

    .porter_line_contents .item,
    .porter_line_contents .item:nth-of-type(even) {
        flex-direction: column-reverse;
        padding: 2%;
    }

    .porter_line_contents .item .item_txt_wrap,
    .porter_line_contents .item:nth-of-type(even) .item_txt_wrap {
        width: 100%;
        max-width: inherit;
        padding: 0;
    }

    .porter_line_contents .item_txt h3 {
        margin-bottom: 1rem;
    }

    .porter_line_contents .item_txt p {
        margin-bottom: 1rem;
    }

    .porter_line_contents .item:nth-of-type(3) .item_txt h3 span {
        bottom: -38px;
    }

    .service .service_contents,
    .product .product_contents {
        margin: 2rem 0 3rem;
        gap: 20px 10px;
    }

    .service .service_contents .item,
    .product .product_contents .item {
        width: calc((100% - 20px) / 3);
    }

    .service .service_contents .item figure {
        margin-bottom: 5px;
    }

    .service .service_contents .item h3,
    .product .product_contents .item h3 {
        font-size: 1.1rem;
        margin-top: 5px;
    }

    .price_list .price_list_wrap {
        padding: 30px;
    }

    .price_list .price_list_contents {
        gap: 20px;
    }

    .price_list .price_list_contents .item {
        width: calc((100% - 40px) / 3);
    }

    .price_list .price_list_contents .item .price_list_txt dt {
        font-size: 1.1rem;
    }

    .price_list .price_list_contents .item .price_list_txt dd {
        font-size: 0.9rem;
    }

    .price_list .price_list_note {
        font-size: 1.6rem;
    }

    .available .available_wrap {
        padding: 20px 20px 40px;
    }

    .available .available_list {
        flex-wrap: wrap;
    }

    .available .available_list .item {
        width: calc((100% - 20px) / 2);
    }

    .available .available_list .item figure {
        margin-bottom: 10px;
    }

    .available .available_list .item h4 {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .available .available_contents h3 {
        font-size: 1.6rem;
    }

    .available .available_contents p {
        font-size: 1rem;
    }

    .voice .voice_contents .item {
        gap: 24px;
    }

    .voice .voice_contents .item .voice_txt {
        width: calc(100% - 24px - 15%);
    }

    .voice .voice_contents .item .voice_txt h3 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .voice .voice_contents .item .voice_txt .people {
        font-size: 1rem;
        margin-top: 1rem;
    }

    .faq .faq_contents .item h3 span {
        font-size: 1.4rem;
    }

    .faq .faq_contents .item h3 {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .faq .faq_contents .item p {
        margin-left: 0;
    }
}

@media (max-width: 767px){
    .apparel .inner {
        width: 90%;
    }

    .cta_box .cta_txt {
        font-size: 1.2rem;
    }

    .cta_box .cta_btn_box {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }

    .cta_box .cta_btn_box .cta_btn {
        padding: 1rem 0;
    }

    .cta_box .cta_btn_box .cta_btn:nth-of-type(2) {
        padding: 2rem 0;
        margin-bottom: 2rem;
    }

    .cta_box .cta_btn_box .cta_btn .btn_tel p {
        font-size: 1.8rem;
    }

    .cta_box .cta_btn_box .cta_btn .btn_mail p {
        font-size: 1.2rem;
    }

    .cta_box .cta_btn_box .cta_btn figure {
        width: 36px;
        height: auto;
    }

    .cta_box .cta_btn_box .cta_btn figure img {
        width: 100%;
        height: auto;
    }

    .apparel h2 span.sub_ttl {
        font-size: 0.8rem;
    }

    .problem h2 span.ttl,
    .porter_line h2 span.ttl,
    .apparel h2 span.ttl {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    .problem .problem_contents {
        flex-direction: column;
    }

    .problem .problem_contents .item {
        width: 100%;
    }

    .problem .problem_contents .item p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .porter_line h2 {
        width: 90%;
    }

    .porter_line_contents {
        margin-top: 50px;
        width: 90%;
    }

    .porter_line_contents .item,
    .porter_line_contents .item:nth-of-type(even) {
        flex-direction: column-reverse;
        padding: 5%;
    }

    .porter_line_contents .item .item_txt_wrap,
    .porter_line_contents .item:nth-of-type(even) .item_txt_wrap {
        width: 100%;
        max-width: inherit;
        padding: 0;
    }

    .porter_line_contents .item_txt h3 {
        margin-bottom: 1rem;
    }

    .porter_line_contents .item_txt p {
        margin-bottom: 1rem;
    }

    .porter_line_contents .item:nth-of-type(3) .item_txt h3 span {
        bottom: -38px;
    }

    .service_product {
        padding: 40px 0;
    }

    .service .service_contents,
    .product .product_contents {
        margin: 2rem 0 3rem;
        gap: 20px 10px;
    }

    .service .service_contents .item,
    .product .product_contents .item {
        width: calc((100% - 10px) / 2);
    }

    .service .service_contents .item figure {
        margin-bottom: 5px;
    }

    .service .service_contents .item h3,
    .product .product_contents .item h3 {
        font-size: 1rem;
        margin-top: 5px;
    }

    .product {
        padding: 40px 0 0;
    }

    .scroll_img01 img, .scroll_img02 img {
        width: 150%;
    }

    .price_list .price_list_wrap {
        padding: 30px;
    }

    .price_list .price_list_contents {
        flex-direction: column;
        gap: 20px;
    }

    .price_list .price_list_contents .item {
        width: 100%;
    }

    .price_list .price_list_contents .item .price_list_txt dt {
        font-size: 1.1rem;
    }

    .price_list .price_list_contents .item .price_list_txt dd {
        font-size: 0.9rem;
    }

    .price_list .price_list_note {
        font-size: 1.4rem;
        margin-top: -20px;
    }

    .available .available_wrap {
        padding: 20px 20px 40px;
    }

    .available .available_list {
        flex-direction: column;
        gap: 40px;
    }

    .available .available_list .item {
        width: 100%;
    }

    .available .available_list .item figure {
        margin-bottom: 10px;
    }

    .available .available_list .item h4 {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .available .available_contents h3 {
        font-size: 1.6rem;
    }

    .available .available_contents p {
        font-size: 1rem;
    }

    .available .cta_box .cta_btn_box {
        width: 100%;
    }

    .available .cta_box .cta_btn_box .cta_btn .btn_mail p {
        font-size: 1rem;
    }

    .available .cta_box .cta_btn_box .cta_btn figure {
        width: 30px;
    }

    .voice .voice_contents .item {
        gap: 24px;
    }

    .voice .voice_contents .item .voice_txt {
        width: calc(100% - 24px - 15%);
    }

    .voice .voice_contents .item .voice_txt h3 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .voice .voice_contents .item .voice_txt .people {
        font-size: 1rem;
        margin-top: 1rem;
    }

    .faq .faq_contents .item h3 span {
        font-size: 1.4rem;
    }

    .faq .faq_contents .item h3 {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .faq .faq_contents .item p {
        margin-left: 0;
    }

    .sp-only {
        display: block;
    }

    .pctab-only {
        display: none;
    }
}