@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap');

._fs_chat ._fs_title_area {
    display: none;
}

main {
    overflow: hidden;
} 

.flex-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-sa {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.pc_width_40 {
    width: 38%;
}
.pc_width_50 {
    width: 48%;
}
.pc_width_60 {
    width: 58%;
}

.mb05 {
    margin-bottom: .5rem!important;
}
@media (max-width: 767px) {
    .sp_mb3 {
        margin-bottom: 3rem!important;
    }
}

.idc-commonbanner {
    display: none!important;
}
.cd-top {
    display: none!important;
}

@media (min-width: 768px) {
    .flex-reverse {
        flex-direction: row-reverse;
    }
    .position_ab {
        position: absolute;
    }
    .position_re {
        position: relative;
    }
    .position_re > .sample__modal_img {
        /*
        position: absolute;
        top: 0;
        */
    }
}

@media (max-width: 767px) {
    .pc_width_40,
    .pc_width_50,
    .pc_width_60 {
        width: 100%;
    }
}

.idc-ocs p {
    margin-bottom: 0;
}
.idc-ocs ul {
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}
.sample__title,
.sample__subtitle,
.addbox__title,
.stepbox__title,
.howto__title,
.recommend__title,
.note__title {
    /* font-family: 'Shippori Mincho', serif; */
    font-family: YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", sans-serif;
    color: #333;
}

.sample__title {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 5.5rem;
}
.recommend__title {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 7rem;
}
.sample__title::after,
.recommend__title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2rem;
    width: 25rem;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333;
}

@media (max-width: 767px) {
    .sample__title,
    .recommend__title {
        font-size: 30px;
        margin-bottom: 5rem;
    }
    .sample__title::after,
    .recommend__title::after {
        bottom: -1.5rem;
        width: 15rem;
        height: 2px;
    }
}

.ocs__mv {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.ocs__mv img {
    width: 100%;
}
.mv__text {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    position: absolute;
    padding: 1rem 1rem;
    top: 5%;
    right: 3%;
    width: 22%;
}
.mv__text01 {
    text-align: right;
    font-weight: bold;
    margin-bottom: 1rem!important;
    font-size: 33px;
}
.mv__text02 {
    font-weight: normal;
    font-size: 28px;
}

@media (max-width: 1800px) {
    .mv__text {
        top: 3%;
        right: 2%;
        width: 23%;
    }
    .mv__text01 {
        font-size: 28px;
    }
    .mv__text02 {
        font-size: 22px;
    }
}
@media (max-width: 1400px) {
    .mv__text {
        right: 2.2%;
        width: 24%;
    }
    .mv__text01 {
        font-size: 22px;
    }
    .mv__text02 {
        font-size: 17px;
    }
}
@media (max-width: 1100px) {
    .mv__text {
        right: 2%;
        width: 24%;
    }
    .mv__text01 {
        font-size: 18px;
        margin-bottom: .5rem!important;
    }
    .mv__text02 {
        font-size: 14px;
    }
}
@media (max-width: 900px) {
    .mv__text {
        right: 1%;
        width: 24%;
    }
    .mv__text01 {
        font-size: 15px;
        margin-bottom: .5rem!important;
    }
    .mv__text02 {
        font-size: 13px;
    }
}
@media (max-width: 850px) {
    .mv__text {
        right: 1.5%;
        width: 25%;
    }
    .mv__text01 {
        font-size: 14px;
    }
    .mv__text02 {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .mv__text {
        top: unset;
        right: 3.5%;
        bottom: 4%;
        width: 92%;
        padding: 1rem;
    }
    .mv__text01 {
        font-size: 25px;
        margin-bottom: .3rem!important;
    }
    .mv__text02 {
        font-size: 20px;
    }
}
@media (max-width: 600px) {
    .mv__text {
        bottom: 5%;
        padding: .3rem;
    }
    .mv__text01 {
        font-size: 20px;
    }
    .mv__text02 {
        font-size: 16px;
    }
}
@media (max-width: 460px) {
    .mv__text {
        bottom: 5%;
        padding: .3rem;
    }
    .mv__text01 {
        font-size: 18px;
    }
    .mv__text02 {
        font-size: 13px;
    }
}
@media (max-width: 370px) {
    .mv__text01 {
        font-size: 16px;
    }
    .mv__text02 {
        font-size: 12px;
    }
}
@media (max-width: 350px) {
    .mv__text {
        bottom: 2%;
        padding: .3rem;
    }
    .mv__text01 {
        font-size: 16px;
        margin-bottom: 0!important;
    }
    .mv__text02 {
        font-size: 12px;
    }
}
@media (max-width: 300px) {
    .mv__text01 {
        display: none;
    }
}
@media (max-width: 260px) {
    .mv__text02 {
        display: none;
    }
}


/*** .ocs__news ***/

.ocs__news {
    margin: 4rem auto 1rem;
}
.news__box {
    border: 1px solid #aaa;
    width: 50%;
    min-width: 600px;
    margin: 0 auto;
}
.news__main {
    padding: .5rem 1rem;
    background: #f5f5f5;
}
.news__main_text {
    display: block;
    text-align: center;
    font-weight: bold;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Noto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',Noto Color Emoji;
    font-size: 20px;
}
.news__sub {
    padding: 1rem 1.5rem 1.5rem;
	font-size: 18px;
}
.news__sub_date {
    display: block;
    font-weight: bold;
    color: #ca0000;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .ocs__news {
        margin: 3rem auto 1rem;
    }
    .news__box {
        width: 100%;
        min-width: auto;
    }
    .news__main_text {
        font-size: 16px;
    }
    .news__sub {
        padding: 1rem 1rem 1.5rem;
		font-size: 14px;
    }
}


/*** .ocs__sample ***/

.sample__list2 .swiper-slide-next,
.sample__list2 .swiper-slide-prev {
    opacity: 0;
}
.swiper-button-next,
.swiper-button-prev {
    /* top: 300px; */
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
}
.sample__list2 {
    padding-bottom: 3.5rem;
}
.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
}
.swiper-pagination-bullet-active {
    background: #000;
}

.ocs__sample {
    padding-top: 5rem;
}
.sample__text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 3rem!important;
}
.sample__subtitle {
    font-size: 2rem;
    line-height: 1.4;
    /* font-weight: bold; */
    margin-top: 0;
    /* font-style: italic; */
    /* font-family: Times New Roman, "ＭＳ Ｐゴシック"; */
    font-family: 'Caveat', cursive;
}
.sample__subtitle + p {
    font-size: 14px;
}
.sample__list {
    margin: 2rem auto;
    width: 100%;
}
.sample__item {
    width: 23.5%;
    min-height: 230px;
    margin-bottom: 4rem;
    background: #eeecdf;
    box-shadow: 5px 10px 10px rgb(0 0 0 / 30%);
}
.sample__link:hover {
    opacity: .8;
    transition: all .3s;
}
.sample__link {
    padding: 1rem .7rem 1rem;
    display: block;
}
.sample__modal {
    background: #edecdf;
    padding: 3rem 4rem;
    margin-bottom: 3rem;
}
.sample__modal_num {
    font-size: 5rem;
    /* font-style: italic; */
    /* font-family: Times New Roman, "ＭＳ Ｐゴシック"; */
    font-family: 'Caveat', cursive;
    /* font-weight: bold; */
    line-height: 1;
    margin-bottom: 1.5rem!important;
}
.sample__modal_title {
    font-size: 1.5rem;
    border-bottom: 2px solid #333;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 3rem!important;
}
.sample__modal_subbox {
    margin-bottom: 5rem;
}
.sample__modal_text {
    font-size: 16px;
}
.sample__modal_subtext {
    font-weight: bold;
    margin-bottom: .5rem!important;
}
.sample__modal_subtext span {
    background: #666;
    color: #fff;
    padding: 0.3rem 0.5rem;
    font-size: 15px;
}
.sample__modal_img {
    text-align: center;
}
.sample__modal_img img {
    margin-bottom: 1rem;
}
.sample__modal_productitem {
    width: 23%;
    margin-bottom: 1.5rem;
}
.sample__modal_video {
    width: 100%;
    text-align: center;
}
.sample__modal_video video {
    width: 90%;
}

@media (max-width: 767px) {
    .swiper-button-next:after,
    .swiper-button-prev:after{
        font-size: 1.5rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
        /* top: 60px; */
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev {
        left: 0;
    }
    .ocs__sample {
        padding-top: 2rem;
    }
    .sample__title {
        font-size: 25px;
    }
    .sample__text {
        font-size: 15px;
    }
    .sample__subtitle {
        font-size: 1.5rem;
        margin-top: 0;
    }
    .sample__subtitle + p {
        font-size: 11px;
    }
    .sample__list {
        margin: 2rem auto 1rem;
    }
    .sample__item {
        width: 47%;
        min-height: unset;
        margin-bottom: 1.5rem;
        box-shadow: 3px 5px 5px rgb(0 0 0 / 30%);
    }
    .sample__link {
        padding: .5rem .5rem .5rem;
    }
    .sample__modal {
        padding: 2rem 2rem;
    }
    .sample__modal_num {
        font-size: 3.5rem;
        margin-bottom: 1rem!important;
        text-align: center;
    }
    .sample__modal_title {
        font-size: 16px;
        margin-bottom: 2rem!important;
        width: 100%;
        text-align: center;
    }
    .sample__modal_subbox {
        margin-bottom: 2rem;
    }
    .sample__modal_subtext {
        font-size: 13px;
    }
    .sample__modal_subtext span {
        font-size: 14px;
    }
    .sample__modal_title {
        margin-bottom: .5rem;
    }
    .sample__modal_text {
        font-size: 14px;
    }
    .sample__modal_productitem {
        width: 48%;
        margin-bottom: 1rem;
    }
    .sample__modal_video video {
        width: 100%;
    }
}


/*** .sample__case1 ***/
.sample__case1 {
    
}
@media (max-width: 767px) {
    .sample__case1 {

    }
}
/*** .sample__case2 ***/
.sample__case2 {
    
}
@media (max-width: 767px) {
    .sample__case2 {

    }
}
/*** .sample__case3 ***/
.sample__case3 {
    
}
@media (max-width: 767px) {
    .sample__case3 {

    }
}
/*** .sample__case4 ***/
.sample__case4 {
    
}
@media (max-width: 767px) {
    .sample__case4 {

    }
}


/*** .ocs__qalink ***/
.qalink__box {
    border: 2px solid #ccc;
    padding: 1rem 1rem;
    font-size: 16px;
    margin-top: 3rem;
}
.qalink__text {
    color: #666;
    margin-bottom: 0.5rem!important;
}
.qalink__btn {
    text-align: right;
}
.qalink__btn a {
    background: #ccc;
    padding: 0.4rem 2rem;
    display: inline-block;
    font-size: 15px;
}


@media (min-width: 768px) {
    .qalink__btn a:hover {
        color: #fff;
        background: #666;
    }
}

@media (max-width: 767px) {
    .qalink__box {
        font-size: 14px;
        margin-top: 2rem;
    }
    .qalink__text {
        margin-bottom: 1rem!important;
    }
    .qalink__btn {
        text-align: center;
    }
    .qalink__btn a {
        font-size: 14px;
    }
    .qalink__btn a:hover {
        color: inherit;
    }
}

/*** .ocs__qanote ***/

 .qanote__text {
    text-align: left;
    padding: 30px 50px;
    margin-top: 30px;
}


@media (max-width: 767px) {
    .qanote__text {
        /* padding: 30px 40px; */
        padding: 2rem 4vw 3rem;
        margin-top: 18px;
    }
}
 

/*** .ocs__howto ***/
.ocs__howto {
    text-align: center;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #e2efda;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 4rem;
}
.howto__title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 3rem;
}
.howto__title span {
    display: block;
    font-size: 20px;
    font-weight: normal;
}
.step__box {
    text-align: left;
}
.step__number {
    width: calc(10% - 3rem);
    font-weight: bold;
    font-size: 40px;
    margin-right: 3rem;
    margin-top: -1rem;
    text-align: center;
    position: relative;
}
.step__number::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 4.5rem;
    width: 2.5rem;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333;
}
.step__numberadd::after {
    content: none;
}
.step__text {
    font-size: 16px;
}
.step__subbox01,
.step__subbox02,
.step__subbox03 {
    background: #fff;
    padding: 2rem 2rem 2rem 3rem;
    margin-bottom: 3rem;
}
.step__subbox03add {
    background: #e2efda;
    padding: 0 2rem 0 3rem;
    margin-top: -1rem;
    margin-bottom: 1rem;
}
.step__subbox01 .step__text {
    width: 58%;
    position: relative;
}
.step__subbox01 .step__linebtn {
    position: absolute;
    bottom: 12px;
    right: 0;
    max-width: 150px;
}

@media (min-width: 768px) {
    .step__subbox01 .step__linebtn:hover {
        opacity: .7;
        transition: all .3s;
    }
}
.step__subbox01 .step__linebtn img {
    border-radius: 4px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.step__subbox01 .step__qr {
    width: calc(32% - 2rem);
    margin-left: 2rem;
}
.step__subbox02 .step__text {
    width: 50%;
}
.step__subbox02 .step__text p:nth-child(1) {
    margin-bottom: 5rem;
}
.step__subbox02 .step__text p:nth-child(2) {
    font-size: 13px;
    font-weight: bold;
    margin-top: 0.2rem;
}
.step__subbox02 .step__subimg {
    width: 48%;
    text-align: center;
}
.step__subbox02 .step__subimg img {
    width: 80%;
}
.step__subbox02 .step__img01 {
    width: calc(40% - 2rem);
    margin-left: 2rem;
}
.step__subbox02 .step__img01 img {
    margin: 0 0 0 auto;
    display: block;
}
.step__subbox03 .step__text {
    width: 90%;
}

@media (min-width: 768px) {
    .step__subbox02 .step__img01 {
        position: relative;
    }
    .step__subbox02 .step__img01 img {
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .ocs__howto {
        margin-top: 2rem;
    }
    .howto__title {
        font-size: 31px;
    }
    .howto__title span {
        font-size: 18px;
    }
    .step__number {
        width: 100%;
        font-size: 30px;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 2.5rem;
        position: relative;
    }
    .step__number::after {
        top: 3.5rem;
        width: 2rem;
        height: 2px;
    }
    .step__numberadd {
        display: none;
    }
    .step__text {
        font-size: 14px;
    }
    .step__subbox01,
    .step__subbox02,
    .step__subbox03 {
        padding: 1rem 2rem 2rem;
    }
    .step__subbox03add {
        padding: 1rem 2rem 0;
        margin-top: -2rem;
        margin-bottom: 0;
    }
    .step__subbox01 .step__text {
        width: 100%;
        position: static;
    }
    .step__subbox01 .step__linebtn {
        margin: 1.5rem auto;
        position: static;
    }
    .step__subbox01 .step__qr {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    .step__subbox02 .step__text {
        width: 100%;
        margin-bottom: 2rem;
    }
    .step__subbox02 .step__text p:nth-child(1) {
        margin-bottom: 1.5rem;
    }
    .step__subbox02 .step__text p:nth-child(2) {
        font-size: 12px;
    }
    .step__subbox02 .step__subimg {
        width: 46%;
    }
    .step__subbox02 .step__subimg img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .step__subbox02 .step__img01 {
        width: 100%;
        margin-left: 0;
    }
    .step__subbox02 .step__img01 img {
        margin: 0 auto;
    }
    .step__subbox03 .step__text {
        width: 100%;
    }
}


/*** .ocs__recommend ***/
.ocs__recommend {
    margin: 3rem auto;
}
.qa__subbox {
    width: 47%;
    margin-bottom: 5rem;
}
.qa__person {
    width: calc(40% - 0.5rem);
    margin-right: 0.5rem;
}
.qa__text {
    font-size: 16px;
    width: 60%;
    margin: 0 auto 0 0;
    border: 2px solid #ccc;
    background-color: #fff;
    color: #333;
    padding: 1rem;
    position: relative;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.qa__text::before {
    border-right: 8px solid #ccc;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    top: 14px;
    left: -10px;
    content: "";
    position: absolute;
}
.qa__text::after {
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    top: 14px;
    left: -7px;
    content: "";
    position: absolute;
}
.recommend__lasttext {
    text-align: right;
    margin-top: -2rem;
}

@media (max-width: 767px) {
    .qa__subbox {
        width: 100%;
        margin-bottom: 2rem;
    }
    .qa__subbox:nth-child(even) {
        flex-direction: row-reverse;
    }
    .qa__subbox:nth-child(even) .qa__text::before {
        border-right: none;
        left: unset;
        border-left: 8px solid #ccc;
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        top: 14px;
        right: -10px;
        content: "";
        position: absolute;
    }
    .qa__subbox:nth-child(even) .qa__text::after {
        border-right: none;
        left: unset;
        border-left: 8px solid #fff;
        border-bottom: 8px solid transparent;
        border-top: 8px solid transparent;
        top: 14px;
        right: -7px;
        content: "";
        position: absolute;
    }
    .qa__subbox:nth-child(even) .qa__person {
        margin-right: 0;
        margin-left: .5rem;
    }
    .qa__text {
        font-size: 14px;
    }
    .recommend__lasttext {
        margin-top: 0;
    }
}


/*** .ocs__note ***/
.ocs__note {
    text-align: center;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #e2efda;
}
.note__box {
    padding: 3rem 3rem 3rem;
}
.note__title {
    font-size: 1.7rem;
    font-family: YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: bold;
}
.note__text01 {
    max-width: 700px;
    text-align: left;
    font-size: 16px;
    margin: .2rem auto 0;
}
.note__text02 {
    font-size: 16px;
    background: #fff;
    max-width: 700px;
    padding: 1rem 0.5rem;    
    margin: 0 auto;
    margin-top: .5rem;
}
.note__text02 a {
    text-decoration: underline;
}

.note_nyhs1 {
    padding-top: 20px;
    font-weight: 700;
    padding-bottom: 8px;
}

.note_nyhs2 {
    padding-bottom: 8px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}


@media (max-width: 767px) {
    .note__box {
        padding: 2rem 4vw 3rem;
    }
    .note__title {
        font-size: 20px;
    }
    .note__text01 {
        font-size: 14px;
        margin: .5rem auto 0;
    }
    .note__text02 {
        padding: .7rem 1rem;
        font-size: 13px;
    }

    .note_nyhs1 {
        font-size: 12px;
    }
    .note_nyhs2 {
        font-size: 16px;

    }
}


/*** .linebtn__bottom ***/
.linebtn__bottom {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    z-index: 9;
}
.linebtn__bottom.active {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .linebtn__bottom {
        position: fixed;
        right: 5px;
        bottom: 10px;
        width: 70px;
        height: 70px;
        z-index: 9;
    }
}

