@charset "utf-8";
/*================================
ここから全サイズ適用
================================*/
/* baseに移したい
--------------------------------*/
/*文字*/
.txt_color08 {
    color: #ab683c;
}
.txt_color09 {
    color: #d45c1a;
}
.text_indent {
    padding-left: 1em;
    text-indent: -1em;
}

/*小丸リスト（灰色）*/
.check_lists_circle.-tiny li::before {
    content: "・";
    position: static;
    display: inline-block;
    padding-right: 0;
    color: #333333;
}

/* lowerに移したい
--------------------------------*/
/*背景*/
.whitesand_bg {
    background: url(../common/img/whitesand_bg01.png) repeat top left;
}

/*タイトル*/
.lower_cont_ttl01 {
    color: #46372d;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

/*flexbox*/
.services_flex_ttl .text_underline {
    display: inline-block;
    padding-bottom: 16px;
    border-bottom: 1px solid #d4c9b7;
}

/*角丸四角タイトル（共通）*/
.services_roundedsquare {
    /*flex*/
    display: grid;
    align-content: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
    /*other*/
    border-radius: 4px;
    line-height: 1;
}

/*角丸四角タイトル（白線・オレンジ背景・白文字）*/
.services_roundedsquare.-orange {
    width: 114px;
    height: 114px;
    background-color: #e99a00;
    outline: solid 1px #fff;
    outline-offset: -3px;
    color: #fff;
}
.services_roundedsquare.-orange .services_roundedsquare_num {
    font-size: 30px;
}
.services_roundedsquare.-orange .services_roundedsquare_jp {
    font-size: 18px;
}

/*角丸四角タイトル（白線・薄茶色背景・白文字）*/
.services_roundedsquare.-lightbrown {
    width: 160px;
    height: 160px;
    background-color: #aa9879;
    outline: solid 1px #fff;
    outline-offset: -3px;
    color: #fff;
}
.services_roundedsquare.-lightbrown .services_roundedsquare_jp {
    font-size: 22px;
    line-height: 1.3;
}

/*角丸四角タイトル（灰色背景・こげ茶文字）*/
.services_roundedsquare.-gray {
    width: 114px;
    height: 114px;
    background-color: #e8e5e3;
    color: #46372d;
}
.services_roundedsquare.-gray .services_roundedsquare_num {
    font-size: 40px;
}
.services_roundedsquare.-gray .services_roundedsquare_eng {
    font-size: 20px;
}

/*角丸ボックス（グレー線・白背景）*/
.grey_border.-ttl_above {
    position: relative;
    padding-top: 50px;
}
.grey_border.-ttl_above .grey_border_ttl02 {
    box-sizing: border-box;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    min-height: 40px;
    background-color: #fff;
    font-size: 24px;
    color: rgb(70, 55, 45);
    font-weight: 600;
    text-align: center;
}

/*角丸ボックス（共通）*/
.roundedbox {
    box-sizing: border-box;
    position: relative;
    padding: 30px 3%;
}

/*角丸ボックス（細い灰色線・白背景）*/
.roundedbox.-gray_thin_border {
    border-radius: 6px;
    border: solid 1px #e3ddd3;
    background-color: #fff;
}

/*角丸ボックス（ひまわり背景）*/
.roundedbox.-himawari_bg {
    border-radius: 12px;
    background: url(../common/img/himawari_bg01.png) repeat top 16px left;
}

/*下矢印・線*/
.services_under_arrow_border {
    position: relative;
    border-top: solid 1px #efe9de;
    margin: 50px auto;
}
.services_under_arrow_border::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 32px solid #e9b500;
    border-bottom: 0;
}

/*flexbox（角丸黄色線・白背景）*/
.yellow_border_flexbox {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 16px 20px;
}
.yellow_border_flexbox > .yellow_border_flexbox_item {
    /*flex*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: calc(100% / 3 - 14px);
    /*other*/
    min-height: 100px;
    padding: 10px 3%;
    background-color: #fff;
    border: 2px solid #e9b500;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
.yellow_border_flexbox > .yellow_border_flexbox_item .txt_color08 {
    font-weight: 700;
}

/*flexbox（流れ・薄茶色の角丸四角タイトル用）*/
.flow_step_flexbox {
    display: flex;
    gap: 20px 40px;
}
.flow_step_flexbox > .flow_step_flexbox_item.-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 30px;
    flex: 1;
}
.flow_step_flexbox > .flow_step_flexbox_item.-content > .flow_step_detail {
    flex-basis: 58%;
}
.flow_step_flexbox > .flow_step_flexbox_item.-content > .flow_step_img {
    flex-basis: 38%;
}
.flow_step_detail_ttl {
    color: #e99200;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}

/*flexbox（右矢印）*/
.right_arrow_flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}
.right_arrow_flexbox > .right_arrow_flexbox_item {
    position: relative;
}
.right_arrow_flexbox > .right_arrow_flexbox_item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 12px solid transparent;
    border-right: 0;
    border-bottom: 12px solid transparent;
    border-left: 16px solid #e9b500;
}

/* 共通
--------------------------------*/
/*テキスト*/
.whitening .txt {
    font-size: 18px;
}

/*タイトル*/
.whitening .section_ttl02_wrap {
    /*flex*/
    display: grid;
    align-items: center;
    /*other*/
    min-height: 90px;
    margin-bottom: 20px;
}

/*タイトル*/
.whitening .services_circle_eng {
    padding-left: 6px;
}

/*flexbox（特長）*/
.whitening .features.flexbox {
    flex-wrap: nowrap;
    gap: 20px 50px;
}

/*lower_header
--------------------------------*/
/*下層タイトル*/
.whitening .lower_hd_h2 {
    font-size: 28px;
}

/*section02
--------------------------------*/
/*オフィスホワイトニングの流れ*/
.whitening #section02 .office_whitening_flow.flexbox {
    gap: 20px 20px;
}
.whitening #section02 .office_whitening_flow.flexbox > .flexbox_item {
}
.whitening #section02 .office_whitening_flow.flexbox > .flexbox_item .txt {
    max-width: 200px;
    margin-inline: auto;
}

/*section03
--------------------------------*/
/*ホームホワイトニングの流れ*/
.whitening #section03 .home_whitening_flow.flexbox {
    gap: 20px 50px;
}
.whitening #section03 .home_whitening_flow.flexbox > .flexbox_item {
}
.whitening #section03 .home_whitening_flow.flexbox > .flexbox_item .txt {
    max-width: 200px;
    margin-inline: auto;
}

/*section05
--------------------------------*/
/*flexbox（ひまわりの円）*/
.whitening #section05 .himawari_circle.flexbox {
    gap: 20px 25px;
}
.whitening #section05 .himawari_circle_bg {
    /*flex*/
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /*other*/
    box-sizing: border-box;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
.whitening #section05 .flexbox > .flexbox_item:nth-of-type(odd) .himawari_circle_bg {
    background: #ffe48a url(../common/img/himawari_circle_bg01.png?2) no-repeat top 20px center; /*デザイン通りだと#e7cf7d*/
}
.whitening #section05 .flexbox > .flexbox_item:nth-of-type(even) .himawari_circle_bg {
    background: #fff3ca url(../common/img/himawari_circle_bg01.png?2) no-repeat top 20px center; /*デザイン通りだと#e7dcb7*/
}
.whitening #section05 .himawari_circle_bg .txt {
    font-size: 22px;
    line-height: 1.5;
}
.whitening #section05 .link_btn {
    padding-right: 60px;
    padding-left: 10px;
}

/*================================
ノートPC 1366px～0px
================================*/
/*
@media (min-width: 1920px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1366px) {
}
@media (max-width: 1920px) {
}
@media (max-width: 1600px) {
}
*/
@media (max-width: 1366px) {
}
/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {
    /*section05
    --------------------------------*/
    /*flexbox（ひまわりの円）*/
    .whitening #section05 .himawari_circle.flexbox {
        max-width: 80%;
        margin-inline: auto;
    }
}
/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {
    /* 共通
    --------------------------------*/
    /*flexbox（特徴・オレンジの角丸四角タイトル用）*/
    .services_flex {
        row-gap: 20px;
    }
    .services_flex_txt {
        flex-direction: column;
        row-gap: 20px;
        margin-bottom: 0;
    }
    .services_flex_ttl {
        text-align: center;
    }

    /*flexbox（流れ・薄茶色の角丸四角タイトル用）*/
    .flow_step_flexbox {
        flex-direction: column;
    }
    .flow_step_flexbox > .flow_step_flexbox_item.-step {
        align-self: center;
    }
    .flow_step_flexbox > .flow_step_flexbox_item.-content {
        flex-direction: column;
        row-gap: 20px;
    }
    .flow_step_flexbox > .flow_step_flexbox_item.-content > .flow_step_detail {
    }
    .flow_step_flexbox > .flow_step_flexbox_item.-content > .flow_step_img {
    }
    .flow_step_detail_ttl {
        text-align: center;
    }

    /*section02
    --------------------------------*/
    /*オフィスホワイトニングの流れ*/
    .whitening #section02 .office_whitening_flow.flexbox > .flexbox_item .txt {
        max-width: 100%;
    }

    /*section03
    --------------------------------*/
    /*ホームホワイトニングの流れ*/
    .whitening #section03 .home_whitening_flow.flexbox > .flexbox_item .txt {
        max-width: 100%;
    }

    /*section05
    --------------------------------*/
    /*flexbox（ひまわりの円）*/
    .whitening #section05 .himawari_circle.flexbox {
        max-width: 100%;
    }
}
/*================================
SP表示 700px～0px
================================*/
@media (max-width: 700px) {
    /* 共通
    --------------------------------*/
    /*タイトル*/
    .whitening .section_ttl02 {
        font-size: 22px;
    }
}
/*================================
SP表示 480px～0px
================================*/
@media (max-width: 480px) {
    /* baseに移したい
    --------------------------------*/
    /*margin-top調整用*/
    .mt_sp_70 {
        margin-top: 70px !important;
    }
    .mt_sp_80 {
        margin-top: 80px !important;
    }
    .mt_sp_90 {
        margin-top: 90px !important;
    }
    .mt_sp_100 {
        margin-top: 100px !important;
    }

    /*margin-bottom調整用*/
    .mb_sp_80 {
        margin-bottom: 80px !important;
    }
    .mb_sp_90 {
        margin-bottom: 90px !important;
    }
    .mb_sp_100 {
        margin-bottom: 100px !important;
    }
    .mb_sp_110 {
        margin-bottom: 110px !important;
    }

    /* lowerに移したい
    --------------------------------*/
    /*角丸四角タイトル（白線・オレンジ背景・白文字）*/
    .services_roundedsquare.-orange {
        width: 100px;
        height: 100px;
    }
    .services_roundedsquare.-orange .services_roundedsquare_num {
    }
    .services_roundedsquare.-orange .services_roundedsquare_jp {
        font-size: 16px;
    }

    /*角丸四角タイトル（白線・薄茶色背景・白文字）*/
    .services_roundedsquare.-lightbrown {
        width: 120px;
        height: 120px;
    }
    .services_roundedsquare.-lightbrown .services_roundedsquare_jp {
        font-size: 16px;
    }

    /*角丸四角タイトル（灰色背景・こげ茶文字）*/
    .services_roundedsquare.-gray {
        width: 100px;
        height: 100px;
    }
    .services_roundedsquare.-gray .services_roundedsquare_num {
    }
    .services_roundedsquare.-gray .services_roundedsquare_eng {
    }

    /*角丸ボックス（グレー線・白背景）*/
    .grey_border.-ttl_above .grey_border_ttl02 {
        max-width: 80% !important;
        font-size: 20px;
    }

    /*flexbox（角丸黄色線・白背景）*/
    .yellow_border_flexbox {
        flex-direction: column;
    }
    .yellow_border_flexbox > .yellow_border_flexbox_item {
        min-height: auto;
    }

    /*flexbox（右矢印）*/
    .right_arrow_flexbox {
        flex-direction: column;
    }
    .right_arrow_flexbox_item {
    }
    .right_arrow_flexbox > .right_arrow_flexbox_item:not(:first-child)::before {
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-22px);
        margin: 0 auto;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-top: 16px solid #e9b500;
        border-bottom: 0;
    }

    /* 共通
    --------------------------------*/
    /*テキスト*/
    .whitening .txt {
        font-size: 16px;
    }

    /*flexbox（特長）*/
    .whitening .features.flexbox {
        flex-direction: column;
    }

    /*section05
    --------------------------------*/
    .whitening #section05 .himawari_circle.flexbox > .flexbox_item {
        flex-basis: calc(100% / 2 - 20px);
    }
    .whitening #section05 .himawari_circle_bg {
        width: 150px;
        height: 150px;
        background-size: 100px !important;
    }
    .whitening #section05 .himawari_circle_bg .txt {
        font-size: 18px;
    }
    .whitening #section05 .link_btn {
        padding-right: 30px;
        padding-left: 30px;
    }
}
