@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Google+Sans:100,300,400,500,700,900,100i,300i,400i,500i,700i,900i');

/*==================================================
スライダーのためのcss
===================================*/

#main-content .slider {
    position: relative;
    z-index: 1;
}

#main-content .slider-item {
    position: relative;
    width: 100%;
    /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
}

#main-content button.slick-next {
    display: none !important;
}


/*戻る、次へ矢印の位置*/

#main-content .slick-prev,
#main-content.slick-next {
    display: none !important;
}


/*ドットナビゲーションの設定*/

#main-content .slick-dots {
    display: none !important;
}

#main-content .pc {
    display: block !important;
}

#main-content .sp {
    display: none !important;
}

#main-content {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: normal;
}

#main-content .google {
    font-family: 'Google Sans', sans-serif;
}

#main-content .bold {
    font-weight: bold;
}

#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
    font-weight: revert;
}

#main-content a {
    text-decoration: none;
}

#main-content a:hover {
    opacity: 0.7;
}

#main-content a:hover,
#main-content a:active {
    text-decoration: none;
}

#main-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#main-content img {
    width: 100%;
}

#main-content .wrapper {
    margin: 0 auto;
    width: 1200px;
}

#main-content .relative {
    position: relative;
}

@media (max-width: 768px) {
    #main-content .pc {
        display: none !important;
    }
    #main-content .sp {
        display: block !important;
    }
    #main-content .wrapper {
        width: 91.67%;
        padding: 0;
    }
}

#main-content .bg_maru {
    min-width: 1200px;
    background-image: url(/prdct/telecom/consumer/clean/images/h1_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

#main-content .clean_logo {
    width: 250px;
    margin: 0 auto;
}

#main-content .title {
    font-size: 85px;
    font-weight: bold;
    color: #458ac7;
    margin: 50px 0 60px;
    line-height: 1.35;
}

#main-content .main_txt {
    font-size: 35px;
    font-weight: bold;
    color: #458ac7;
    margin-bottom: 60px;
    line-height: 1.75;
}

#main-content .clean_flex {
    width: 414px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
}

#main-content .sec-video {
    /* background-color: #464646; */
    padding: 120px 0;
}

#main-content .youtube-wrap {
    width: 100%;
    aspect-ratio: 16/9;
}

#main-content .youtube-wrap iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    #main-content .bg_maru {
        background-image: url(/prdct/telecom/consumer/clean/images/h1_bg_sp.png);
        min-width: 100%;
        padding: 11.67vw 0;
    }
    #main-content .clean_logo {
        width: 32.7%;
    }
    #main-content .title {
        font-size: 9vw;
        margin: 7.5vw 0 10vw;
    }
    #main-content .main_txt {
        font-size: 3.75vw;
        margin-bottom: 5.83vw;
        line-height: 2;
    }
    #main-content .clean_flex {
        width: 60%;
        margin: 0 auto 4vw;
    }
    #main-content .sec-video {
        padding: 2.33vw 0;
    }
}

#main-content .main_sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 60px;
}

#main-content .main_sec.sec01 {
    background-image: url(/prdct/telecom/consumer/clean/images/sec01_bg.png);
}

#main-content .main_sec.sec02 {
    background-image: url(/prdct/telecom/consumer/clean/images/sec02_bg.png);
}

#main-content .main_sec.sec03 {
    background-image: url(/prdct/telecom/consumer/clean/images/sec03_bg.png);
}

#main-content h2 {
    width: 100%;
    background-color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding: 0.2em 0 0.15em;
    color: #458ac7;
    border: 1px solid #458ac7;
    margin-bottom: 0.8em;
}

#main-content .main_sec_img {
    width: 870px;
    margin-left: 330px;
}

#main-content h3 {
    position: absolute;
    width: 532px;
}

#main-content h3.sec01 {
    top: 15.5%;
}

#main-content .sec01_dl {
    display: flex;
    margin-top: 30px;
}

#main-content .sec01_dt {
    display: flex;
    flex-direction: column;
    width: 532px;
}

#main-content .sec01_dd {
    width: 600px;
    text-align: left;
    margin-left: 70px;
}

#main-content .sec01_dt div {
    width: 184.5px;
    margin: 0 auto;
}

#main-content .sec01_dt_01 {
    margin-bottom: 90px !important;
}

#main-content h4 {
    font-size: 28px;
    line-height: 2;
    color: #458ac7;
    margin-bottom: 30px;
    font-weight: normal;
    text-align: left;
}

#main-content .note {
    font-size: 16px;
    line-height: 1.5;
}

#main-content ul.note {
    text-indent: -1.9em;
    margin-left: 1.9em;
    margin-bottom: 0;
}

#main-content ul.note.note-disclaimer {
    text-align: right;
    margin-top: 1em;
}

#main-content p.note.number {
    margin-top: 1em;
}

#main-content .letter {
    letter-spacing: -1px;
}

#main-content .mgl600 {
    margin-left: 600px;
}

#main-content h4.sec02-03 {
    margin-top: 30px;
    margin-bottom: 45px;
}

#main-content .main_sec a {
    position: relative;
    display: block;
    width: 450px;
    color: #2542a2;
    font-size: 17.5px;
    background-color: #fff;
    border: 1px solid #2542a2;
    line-height: 1;
    padding: 15px;
    margin-bottom: 25px;
    text-align: left;
}

#main-content .main_sec a::after {
    position: absolute;
    content: '';
    right: 0.85em;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/prdct/telecom/consumer/clean/images/target_blank.png);
    width: 0.72em;
    height: 0.635em;
    background-size: contain;
    background-repeat: no-repeat;
}

#main-content h3.sec02 {
    top: 35.25%;
}

#main-content h3.sec03 {
    top: 39%;
}

@media (max-width: 768px) {
    #main-content .main_sec {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 100px 0 60px;
    }
    #main-content .main_sec.sec01 {
        background-image: url(/prdct/telecom/consumer/clean/images/sec01_bg_sp.png);
    }
    #main-content .main_sec.sec02 {
        background-image: url(/prdct/telecom/consumer/clean/images/sec02_bg_sp.png);
    }
    #main-content .main_sec.sec03 {
        background-image: url(/prdct/telecom/consumer/clean/images/sec03_bg_sp.png);
    }
    #main-content h2 {
        font-size: 7.33vw;
    }
    #main-content .main_sec_img {
        width: 100%;
        margin-left: 0;
        margin-bottom: 36vw;
    }
    #main-content h3 {
        width: 60.7%;
    }
    #main-content h3.sec01 {
        top: 35%;
        left: 24vw;
    }
    #main-content .sec01_dl {
        display: block;
        margin-top: 0;
    }
    #main-content .sec01_dt {
        margin: 0 auto 11vw;
        flex-direction: row;
        width: 73.6%;
    }
    #main-content .sec01_dd {
        width: 100%;
        margin-left: 0;
    }
    #main-content .sec01_dt div {
        width: auto;
        margin-bottom: 0 !important;
        margin-right: 5.83vw;
    }
    #main-content .sec01_dt_01 {
        margin-bottom: 11vw;
        margin-right: 5.83vw;
    }
    #main-content h4 {
        font-size: 4.33vw;
        line-height: 1.7;
        margin-bottom: 12.5vw;
    }
    #main-content .note {
        font-size: 2vw;
    }
    #main-content .mgb15 {
        margin-bottom: 1.5em;
    }
    #main-content .mgl600 {
        margin-left: 0;
    }
    #main-content h4.sec02-03 {
        margin-top: 0;
        margin-bottom: 3.67vw;
    }
    #main-content .main_sec a {
        width: 75%;
        font-size: 2.33vw;
        padding: 2.08vw;
        margin-bottom: 3.33vw;
    }
    #main-content h3.sec02 {
        top: 41%;
        left: 24vw;
    }
    #main-content h3.sec03 {
        top: 44%;
        left: 24vw;
    }
    #main-content .main_sec_img.sec02-03 {
        margin-bottom: 26vw;
    }
}

#main-content .voice_bg {
    min-width: 1200px;
    background-image: url(/prdct/telecom/consumer/clean/images/voice_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 90px 0 130px;
}

#main-content .voice {
    width: 135px;
    margin: 0 auto;
}

#main-content .voice_sub {
    font-size: 28px;
    text-align: center;
    color: #666;
    margin: 35px 0 25px;
}

#main-content .voice_title {
    font-size: 32px;
    color: #458ac7;
    font-weight: normal;
    margin-bottom: 35px;
}

#main-content .voice_box {
    position: relative;
    margin-bottom: 80px;
}

#main-content .voice_box:last-of-type {
    margin-bottom: 0;
}

#main-content .voice_box dt {
    position: absolute;
    width: 258px;
    top: 50%;
    transform: translateY(-50%);
    left: -6%;
}

#main-content .voice_box dd {
    width: 828px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #458ecb;
    border-radius: 1.75em;
    padding: 2em 0 2em 3.25em;
    text-align: left;
    font-size: 28px;
    line-height: 2;
    color: #666;
}

#main-content .voice_right {
    text-align: right;
    font-size: 26px;
    color: #4d4d4d;
    margin-top: 3.3em;
    margin-right: 2.5em;
}

@media (max-width: 768px) {
    #main-content .voice_bg {
        min-width: 100%;
        background-image: url(/prdct/telecom/consumer/clean/images/voice_bg_sp.png);
        padding: 10.83vw 0 17.5vw;
    }
    #main-content .voice {
        width: 18.65%;
    }
    #main-content .voice_sub {
        font-size: 4.67vw;
        margin-top: 8vw;
    }
    #main-content .voice_title {
        font-size: 5.33vw;
        margin-bottom: 9.17vw;
    }
    #main-content .voice_box {
        margin-bottom: 6.67vw;
    }
    #main-content .voice_box dt {
        width: 23.4%;
        top: 8%;
        transform: none;
        left: 0;
    }
    #main-content .voice_box dd {
        width: 100%;
        font-size: 3.33vw;
        width: 82%;
        margin-left: 18%;
        padding-left: 2em;
    }
    #main-content .voice_right {
        font-size: 2.17vw;
        margin-top: 2em;
    }
    #main-content .voice_box.mgb0 {
        margin-bottom: 0;
    }
}

#main-content .type {
    padding: 100px 0;
}

#main-content .type h5 {
    font-size: 32px;
    color: #458ac7;
}

#main-content .type h6 {
    font-size: 36px;
    margin: 50px 0;
}

#main-content .type_img {
    width: 440px;
    margin: 0 auto 40px;
}

#main-content .links {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 540px;
    padding: 25px 0;
    border-radius: 0.5em;
    margin: 0 auto;
    margin-bottom: 25px;
}

#main-content .links.grey {
    color: #000;
    background-color: #eee;
    border: 4px solid #000;
}

#main-content .links.grey::after {
    position: absolute;
    content: '';
    right: 30px;
    top: 50%;
    width: 18px;
    height: 18px;
    border-top: 2px solid #646464;
    border-right: 2px solid #646464;
    transform: rotate(45deg) translateY(-50%);
}

#main-content .links.red {
    color: #e53534;
    background-color: #fff;
    border: 4px solid #e53534;
    text-indent: 2em;
}

#main-content .links.red::after {
    position: absolute;
    content: '';
    right: 15px;
    bottom: 10px;
    width: 12px;
    height: 10px;
    background-image: url(/prdct/telecom/consumer/clean/images/icon_05.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#main-content .shoppingcar {
    display: inline-block;
    width: 31px;
    position: absolute;
    left: 0;
}

#main-content .type_flex {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    #main-content .type {
        padding: 13.33vw 0;
    }
    #main-content .type h5 {
        font-size: 5.33vw;
    }
    #main-content .type h6 {
        font-size: 6vw;
        margin: 10vw 0 6.67vw;
    }
    #main-content .type_img {
        width: 80%;
        margin-bottom: 8vw;
    }
    #main-content .links {
        font-size: 2.43vw;
        padding: 3.83vw 0;
        margin-bottom: 3.33vw;
        width: 100%;
    }
    #main-content .links.grey::after {
        right: 3.83vw;
        width: 1em;
        height: 1em;
    }
    #main-content .links.red::after {
        right: 2.5vw;
        bottom: 1.67vw;
        width: 1.5vw;
        height: 1.3vw;
    }
    #main-content .shoppingcar {
        width: 5vw;
        left: 3em;
    }
    #main-content .type_flex {
        display: block;
    }
}


/* アニメーション */

#main-content .js-scrollAnime {
    opacity: 0;
}

#main-content .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        transform: translate(0px, 0px) scale(0.8, 0.8) rotate(0deg) skew(0deg, 0deg);
        opacity: 0;
        transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s, transform 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s;
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
        opacity: 1;
        transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s, transform 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s;
    }
}

@keyframes fadeIn {
    0% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        transform: translate(0px, 0px) scale(0.8, 0.8) rotate(0deg) skew(0deg, 0deg);
        opacity: 0;
        transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s, transform 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s;
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
        transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
        opacity: 1;
        transition: opacity 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s, transform 1.5s cubic-bezier(0.5, 0, 0, 1) 0.3s;
    }
}


/* 追従型バナー */

main .contact_fixed a {
    text-decoration: none;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    background: #df0523;
    height: 31.5%;
    color: #fff !important;
    padding: 10px;
    margin: 0;
    /* height: 430px; */
    text-align: center;
    z-index: 100;
    transition: 0.5s;
    position: fixed;
    /* right: 0px; */
    line-height: 1.6;
    font-size: 16px;
    top: calc(50% - (430px / 2));
    border-radius: 7px;
}

main .contact_fixed a:nth-child(1) {
    right: calc(16px + 20px + 20px);
    height: 370px;
    background-color: rgb(0, 163, 172);
}

main .contact_fixed a:nth-child(2) {
    right: 0;
    height: 430px;
    background-color: rgb(0, 112, 192);
}

main .contact_fixed a span.combine-upright {
    text-combine-upright: all;
}

main .contact_fixed a span.orientation-mixed {
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
}

main .contact_fixed a span.navi-icon {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

main .contact_fixed a:hover {
    opacity: 0.7;
}

main .contact_fixed .sp-display {
    display: none;
}

@media (max-width: 768px) {
    main .navi_wrap {
        position: relative;
    }
    main .contact_fixed {
        top: auto;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        bottom: 0;
        position: fixed;
        /* height: 16vw; */
        height: 30vw;
        padding: 3vw;
        z-index: 1000;
        display: none;
    }
    main .contact_fixed a {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        /* height: auto; */
        padding: 0.5em 0em;
        margin: 0;
        /* position: realtive; */
        position: relative;
        /* right: auto; */
        font-size: 4vw;
        width: 93vw;
        z-index: 1;
        display: block;
        top: auto;
    }
    main .contact_fixed a:nth-child(1) {
        right: auto;
        height: auto;
        margin-bottom: 3vw;
    }
    main .contact_fixed a:nth-child(2) {
        right: auto;
        height: auto;
    }
    main .contact_fixed a span.sp-hide {
        display: none;
    }
}