*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    line-height: 1.8;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #092143;
    font-size: 14px;
    background-color: #fff;
}

ul {
    list-style-position: inside;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

.tptd {
    overflow: hidden;
}

.tptd_content {
    padding-left: 6vw;
    padding-right: 6vw;
    margin-left: auto;
    margin-right: auto;
}

.tptd_heading {
    color: #8CE0D1;
    font-size: min(6vw, 28px);
}

.tptd_btn {
    display: block;
    padding: 1.2em 1em;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    background-image: linear-gradient(to right, #5BE3CD 0%, #5BE3CD 51%, #1459E3 100%);
    background-position: right center;
    background-size: 200% auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.tptd_btn_rounded {
    border-radius: 30px;
}

.tptd_hero {
    position: relative;
    background-image: url(https://info.techplay.jp/hubfs/tp_team_design/images/bg_1_sp.png), url(https://info.techplay.jp/hubfs/tp_team_design/images/bg_1.jpg);
    background-position:  center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
}

.tptd_hero_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    padding-top: 143px;
    padding-bottom: 26px;
}

.tptd_hero_heading {
    width: 65%;
    max-width: 274px;
}

.tptd_hero_subhead {
    margin-top: 15px;
}

.tptd_hero_subhead {
    max-width: 504px;
}

.tptd_hero_link {
    width: 70%;
    margin-top: 44px;
}

.tptd_hero_scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    color: #fff;
    font-size: 12px;
}

.tptd_hero_scroll img {
    width: 8px;
    margin-top: 5px;
}

.tptd_about {
    padding-top: 97px;
    padding-bottom: 57px;
    background: url(https://info.techplay.jp/hubfs/tp_team_design/images/bg_2.jpg) center no-repeat;
    background-size: cover;
}

.tptd_about_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tptd_about_subhead {
    max-width: 483px;
    margin-top: 24px;
}

.tptd_about_description {
    margin-top: 24px;
    color: #fff;
}

.tptd_about_description br {
    display: none;
}

.tptd_about_description p {
    display: inline;
}


.tptd_issue {
    padding-top: 69px;
    padding-bottom: 120px;
    background: rgba(229, 229, 229, 0.29) url(https://info.techplay.jp/hubfs/tp_team_design/images/bg_3.jpg) center bottom no-repeat;
    background-size: contain;
}

.tptd_issue_heading {
    text-align: center;
}

.tptd_issue_subhead {
    margin-top: 20px;
    line-height: 1.4;
    text-align: center;
    color: #092143;
    font-size: 28px;
}

.tptd_issue_subhead span {
    color: #175EE3;
}

.tptd_issue_list {
    margin-top: 42px;
}

.tptd_issue_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tptd_issue_item + .tptd_issue_item {
    margin-top: 35px;
}

.tptd_issue_item_heading {
    width: 80%;
    padding: 6px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #092143;
}

.tptd_issue_item_body {
    padding: 26px 18px 29px 18px;
    font-size: 12px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.tptd_issue_image {
    width: 25%;
    max-width: 159px;
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
}

.tptd_issue_image img {
    pointer-events: none;
}

.tptd_issue_description {
    margin-top: 47px;
    padding: 25px 20px 28px 20px;
    color: #092143;
    font-weight: bold;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.tptd_issue_description p + p {
    margin-top: 1.8em;
}

.tptd_issue_link {
    margin: 33px auto 0;
}

.tptd_service {
    margin-top: 61px;
}

.tptd_service_heading {
    text-align: center;
}

.tptd_service_heading br {
    display: none;
}

.tptd_service_inner {
    margin-top: 17px;
}

.tptd_service_description br {
    display: none;
}

.tptd_service_figure {
    margin-top: 37px;
}

.tptd_service_figure_caption {
    margin-bottom: 22px;
    text-align: center;
    color: #1459E3;
    font-size: 20px;
    font-weight: bold;
}

.tptd_contact {
    position: relative;
    margin-top: 70px;
    padding: 66px 0 80px;
    background-color: #092143;
}

.tptd_contact::before {
    position: absolute;
    top: -50px;
    left: 0;
    content: "";
    width: 47px;
    height: 95px;
    background: url(https://info.techplay.jp/hubfs/tp_team_design/images/square_2.png) center no-repeat;
    background-size: cover;
}

.tptd_contact_heading {
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.tptd_contact_body {
    margin-top: 18px;
}

.tptd_contact_description {
    color: #fff;
}

.tptd_contact_description  P + P {
    margin-top: 1.8em;
}

.tptd_contact_link {
    margin-top: 18px;
}

.tptd_contact_link_image {
    width: 40px;
}

.tptd_contact_link_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breadcrumb {
    padding: 10px;
    background-color: #232323;
}

ol.breadcrumb_list {
    list-style: none;;
}

.breadcrumb_list {
    display: flex;
    align-items: center;
}

.breadcrumb_item {
    color: #fff;
    font-size: 10px;
}

.breadcrumb_item a {
    color: inherit;
    text-decoration: none;
}

.breadcrumb_item  + .breadcrumb_item::before {
    content: ">";
    margin-left: 0.5em;
    margin-right: 0.5em;
}

@media screen and (min-width: 768px) {
    body {
        min-width: 1000px;
    }

    .tptd_content {
        width: 1000px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tptd_heading {
        font-size: 28px;
    }

    .tptd_btn {
        padding: 0.85em 1em;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .tptd_hero {
        background-image: url(https://info.techplay.jp/hubfs/tp_team_design/images/bg_1_pc.png), url(https://info.techplay.jp/hubfs/tp_team_design/images/bg_1.jpg);
    }

    .tptd_hero_inner {
        height: 590px;
        padding-top: 128px;
    }

    .tptd_hero_subhead {
        margin-top: 15px;
    }

    .tptd_hero_link {
        width: 364px;
        margin-top: 57px;
    }

    .tptd_hero_scroll img {
        margin-top: 9px;
    }

    .tptd_about {
        height: 546px;
        padding-top: 84px;
        padding-bottom: 0;
    }

    .tptd_about_subhead {
        margin-top: 32px;
    }

    .tptd_about_description {
        margin-top: 47px;
        text-align: center;
    }

    .tptd_about_description br,
    .tptd_about_description p {
        display: block;
    }

    .tptd_about_description p:last-of-type {
        margin-top: 1.8em;
    }

    .tptd_issue {
        padding-top: 134px;
        padding-bottom: 302px;
    }

    .tptd_issue_subhead {
        margin-top: 43px;
        font-size: 44px;
    }

    .tptd_issue_subhead br {
        display: none;
    }

    .tptd_issue_list {
        display: flex;
        justify-content: space-between;
        margin-top: 78px;
    }

    .tptd_issue_item {
        width: 467px;
    }

    .tptd_issue_item + .tptd_issue_item {
        margin-top: 0;
    }

    .tptd_issue_item_heading {
        width: 390px;
        padding: 8px;
        font-size: 22px;
    }

    .tptd_issue_item_body {
        flex-grow: 1;
        padding: 30px 40px 40px 40px;
        font-size: inherit;
    }

    .tptd_issue_image {
        margin-top: 35px;
    }

    .tptd_issue_description {
        margin-top: 47px;
        padding: 25px 40px 37px 40px;
        font-size: 18px;
        text-align: left;
    }

    .tptd_issue_description p + p {
        margin-top: 0;
    }

    .tptd_issue_link {
        width: 288px;
        margin-top: 61px;
    }

    .tptd_service {
        margin-top: 108px;
    }

    .tptd_service_heading {
        line-height: 1.4;
        text-align: left;
    }

    .tptd_service_heading br {
        display: block;
    }

    .tptd_service_inner {
        display: flex;
        margin-top: 83px;
    }

    .tptd_service_description {
        flex-shrink: 0;
        width: 250px;
    }

    .tptd_service_description br {
        display: block;
    }

    .tptd_service_figure {
        flex-shrink: 0;
        width: 825px;
        margin-top: -140px;
        margin-left: -30px;
    }

    .tptd_service_figure_caption {
        margin-bottom: 30px;
        padding-left: 246px;
        font-size: 24px;
    }

    .tptd_contact {
        margin-top: 107px;
        padding: 90px 0;
    }

    .tptd_contact::before {
        width: 53px;
        height: 106px;
    }

    .tptd_contact_heading {
        text-align: left;
        font-size: 28px;
    }

    .tptd_contact_inner {
        display: flex;
    }

    .tptd_contact_body {
        margin-top: 0;
        padding-left: 192px;
    }

    .tptd_contact_link {
        width: 360px;
        margin-top: 66px;
    }

    .tptd_contact_link_image {
        width: 40px;
    }

    .breadcrumb_item {
        font-size: inherit;
    }

}


