@charset "utf-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (min-width: 1101px) {
    body {
        color: #333;
        background-color: #f2b3b0;
        background-image: url(../img/pc_bg_parking.png), url(../img/pc_bg_pipe.png);
        background-repeat: no-repeat;
        background-position: bottom center, top right;
        background-attachment: fixed;
        background-size: 100% auto, 120px;
        overflow-x: hidden;
    }
}

a {
    text-decoration: none;
}

b {
    font-weight: bold;
}

.ttl_img {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}

@media screen and (min-width: 1101px) {
    .content_area_pc {
        max-width: 1000px;
        margin-inline: auto;
    }

    .reason,
    .jirei,
    .flow {
        position: relative;
        border: 10px solid #fff;
        background-color: #fbf3f3;
    }

    /* セクション下部の矢印 */
    .reason::after,
    .jirei::after,
    .flow::after,
    .reason__ttl::after,
    .jirei__ttl::after,
    .flow__ttl::after,
    .reason__item--arrow::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -25px;
        left: 0;
        width: 0;
        height: 0;
        margin: auto;
        border-style: solid;
        border-width: 25px 25px 0;
        border-color: #fbf3f3 transparent transparent;
    }

    .reason::after,
    .jirei::after,
    .flow::after {
        border-color: #fff transparent transparent;
    }

    /* 見出しと理由ブロック下部の影 */
    .reason__ttl,
    .jirei__ttl,
    .flow__ttl,
    .reason__item--arrow {
        position: relative;
    }

    .reason__ttl::before,
    .jirei__ttl::before,
    .flow__ttl::before,
    .reason__item--arrow::before {
        content: "";
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 30px;
        box-shadow: 0 20px 25px #f5ced29e;
    }
}

@media screen and (max-width: 1100px) {
    img {
        max-width: 100%;
        width: auto;
    }

    .content_area_sp {
        max-width: 960px;
        width: 94%;
        margin-inline: auto;
    }

    .reason,
    .jirei {
        background-color: #20d4c3;
    }

    .reason__ttl,
    .jirei__ttl {
        background: url(../img/sp_ttl_bg.png) no-repeat center bottom -1px;
        background-size: 100%;
        background-color: #fdacac;
        padding-block: 30px 60px;
        font-size: 25px;
        text-align: center;
        color: #fff;
    }

    .reason__ttl .sp img,
    .jirei__ttl .sp img {
        width: 100%;
        max-width: 150px;
        vertical-align: top;
    }

    .reason__ttl .sp span,
    .jirei__ttl .sp span {
        display: inline-block;
        font-size: 1.4em;
        line-height: 1;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    Header
_______________________________________________________*/
.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background-color: #03a293;
}

.header__logo {
    position: relative;
}

.header__logo span {
    position: absolute;
    top: 0;
    left: 75px;
    display: block;
    font-weight: normal;
}

.header__logo img {
    width: 250px;
    margin-top: 0;
    vertical-align: middle;
}

@media screen and (max-width: 1100px) {
    .header {
        position: static;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    ナビゲーション
_______________________________________________________*/
.nav__list {
    display: flex;
    justify-content: space-between;
}

.nav__list li {
    width: 25%;
}

.nav__list a {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
}

.nav__list a:hover {
    opacity: 0.8;
}

.nav__list li:not(:last-child) a::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 25px;
    background-color: #fff;
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    MV
_______________________________________________________*/
.mv-point {
    background-color: #ffe200;
}
@media screen and (min-width: 1101px) {
    .mv {
        padding-top: 136px;
        background: linear-gradient(to right, #fec9cb 0%, #f8bbb6 100%);
    }

    .mv__inner {
        position: relative;
    }

    .mv__ttl img {
        margin-left: -20px;
    }

    .mv-point img {
        position: relative;
        margin-top: -20px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1100px) {
    .mv__ttl img {
        width: 100%;
    }

    .mv-point {
        padding: 3%;
        text-align: center;
    }

    .mv_form__lead {
        position: relative;
        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        margin-bottom: 20px;
        text-align: center;
        font-size: 1em;
        padding: 10px 0;
        background-color: #19c2ab;
    }

    .mv_form__lead::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -15px;
        left: 0;
        width: 0;
        height: 0;
        margin: auto;
        border-style: solid;
        border-color: #19c2ab transparent transparent transparent;
        border-width: 15px 15px 0 15px;
    }

    .mv_form__lead span {
        color: #fffc00;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    CV
_______________________________________________________*/
@media screen and (min-width: 1101px) {
    .sp_cv {
        display: none;
    }
    .pc_cv {
        max-width: 1000px;
        margin-inline: auto;
        padding-block: 40px 60px;
    }

    .pc_cv__ttl {
        color: #fff;
        font-size: 34px;
        font-weight: bold;
        text-align: center;
        background-color: #c70000;
    }

    .pc_cv__ttl::before,
    .pc_cv__ttl::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin: 0 3%;
        border-top: 40px solid #fff;
        border-right: 0 solid transparent;
        border-left: 10px solid transparent;
        vertical-align: middle;
        transform: skew(20deg, 0deg);
    }

    .pc_cv__ttl::after {
        transform: skew(-20deg, 0deg) scale(-1, 1);
    }

    .pc_cv__box {
        padding-block: 10px 20px;
        border: 6px solid #c70000;
        text-align: center;
        background-color: #fff;
    }

    .pc_cv__subttl {
        padding-bottom: 5px;
        font-size: 20px;
        font-weight: bold;
    }

    .pc_cv__subttl span {
        font-weight: normal;
    }

    .pc_cv__btn {
        position: relative;
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 15px 0 25px;
        border-radius: 10px;
        color: #fff;
        font-weight: bold;
        background-color: #00af4e;
        box-shadow: 0 10px 0 #005622;
    }

    .pc_cv__btn::after {
        content: "";
        position: absolute;
        top: 0;
        right: 8%;
        bottom: 0;
        width: 13px;
        height: 13px;
        margin: auto;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        transform: rotate(45deg);
    }

    .pc_cv__btn:hover {
        bottom: -5px;
        box-shadow: 0 5px 0 #005622;
    }

    .pc_cv__btn-note {
        color: #fff600;
    }

    .pc_cv__btn-label {
        color: #fff;
        font-size: 30px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 1100px) {
    .pc_cv {
        display: none;
    }

    .sp_cv {
        padding-block: 10px 20px;
        text-align: center;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    選ばれる理由
_______________________________________________________*/
.reason__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.reason__body p {
    padding: 10px 0 20px 60px;
}

.reason__vehicle-list {
    display: block;
    width: calc(100% - 70px);
    margin: 0 auto;
}

.reason__item_txt_em {
    font-weight: bold;
}

@media screen and (min-width: 1101px) {
    .reason__body {
        width: 100%;
        max-width: 550px;
        margin-bottom: 0;
        padding: 30px 30px 10px 10px;
    }

    .reason__body--cost {
        padding-top: 40px;
    }

    .reason__item--arrow {
        padding-bottom: 30px;
    }

    .reason__item_txt_b {
        font-weight: bold;
    }
}

@media screen and (max-width: 1100px) {
    .reason__body p {
        padding: 0 10px 10px;
    }

    .reason__vehicle h4 {
        font-size: 1.1em;
        color: #00a293;
        text-align: center;
        margin-bottom: 10px;
    }

    .reason__vehicle h4::before,
    .reason__vehicle h4::after {
        content: '';
        width: 6vw;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        background: url(../img/sp_reason_ttl.png) no-repeat center;
        background-size: contain;
    }

    .reason__vehicle h4::after {
        transform: scale(-1, 1);
    }

    .reason__vehicle img {
        display: block;
        margin-inline: auto;
    }

    .reason__approach {
        background-color: #19c2ab;
        color: #ffffff;
        margin: 0 auto;
        border-radius: 6px;
        padding: 10px 2%;
    }

    .reason__approach .flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reason__approach .flex img {
        max-width: 100px;
    }

    .reason__approach .flex div {
        width: calc(100% - 110px);
        font-size: 15px;
        margin: 0 2%;
    }

    .reason__approach .flex div span {
        color: #fffc00;
    }

    .reason__list {
        padding: 0 10px 10px;
    }

    .reason__item {
        background: #fff;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.6;
        padding-inline: 10px;
    }

    .reason__num {
        position: relative;
        width: 100px;
        padding: 6px 0;
        margin-top: 0;
        font-size: 19px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        background-color: #ff3144;
        border-radius: 0 0 5px 5px;
    }

    .reason__num::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -6px;
        left: 0;
        width: 0;
        height: 0;
        border-width: 6px 6px 0 6px;
        margin: auto;
        border-style: solid;
        border-color: #ff3144 transparent transparent transparent;
    }

    .reason__item_ttl {
        padding: 5px 0 10px;
        font-size: 1.4em;
        text-align: center;
        font-weight: bold;
    }

    .reason__item_ttl_em {
        color: #ff3144;
    }

    .reason__item_txt_em {
        color: #ff3144;
    }

    .reason__item_img_sp {
        display: block;
        padding: 0 10px 20px;
        margin-inline: auto;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    比較表
_______________________________________________________*/
.reason__comparison {
    font-weight: bold;
}

.reason__comparison table {
    width: 100%;
    border: 1px solid #d8d8d8;
    table-layout: fixed;
    font-size: 0.9em;
    text-align: center;
}

.reason__comparison th,
.reason__comparison td {
    padding: 0.2em 0;
    border: 1px solid #d8d8d8;
    border-collapse: collapse;
    vertical-align: middle;
}

.reason__comparison th:first-child,
.reason__comparison td:first-child {
    color: #595959;
    background-color: #ededed;
}

.reason__comparison th:nth-child(2) {
    width: 30%;
    background-color: #ff6c00;
}

.reason__comparison th:last-child {
    color: #fff;
    background-color: #808080;
}

.reason__comparison_td_em {
    color: #ff6c00;
    background-color: #fff8d2;
}

.reason__comparison tr:last-child td {
    border-top-width: 3px;
}

.reason__comparison tr:last-child td:first-child {
    color: #000;
    background-color: #fff;
}

.reason__comparison tr:last-child td:nth-child(2) {
    color: #ff3144;
    font-size: 1.2em;
    background-color: #ffecee;
}

.reason__comparison tr:last-child td:last-child {
    color: #084387;
    background-color: #ecf9ff;
}

.reason__comparison th img {
    padding: 0 5px;
}

.reason__comparison_td_suppl {
    font-size: 0.8em;
    font-weight: normal;
}

.reason__comparison_td_em em {
    font-size: 1.8em;
}

.reason__comparison td:last-child em {
    font-size: 1.4em;
}

@media screen and (min-width: 1101px) {
    .reason__comparison {
        width: calc(100% - 70px);
        margin: 0 auto;
        border: 15px solid #fff;
        border-radius: 10px;
    }
}

@media screen and (max-width: 1100px) {
    .reason__comparison th,
    .reason__comparison td {
        padding: 0.5em 0.3em;
    }
}

/*----------------------------------------------------
    車買取実績
----------------------------------------------------*/

.jirei__kyouka {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
}

.jirei__kyouka img {
    display: block;
    max-width: 100%;
    margin-inline: auto;
    padding-block: 40px 10px;
}

.jirei__tab-radio,
.jirei__tab-nav {
    display: none;
}

.jirei__group {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    padding: 20px 40px;
    text-align: center;
    background: #fff url(../img/pc_jirei_bg.png) repeat-y;
}

.jirei__group-ttl {
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 2px solid #f0e6e6;
}

.jirei__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.jirei__card {
    min-width: 0;
    padding: 10px;
}

.jirei__card + .jirei__card {
    border-left: 1px dotted #c3c3c3;
}

.jirei__img {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
}

.jirei__name {
    margin-bottom: 5px;
}

.jirei__price {
    margin-bottom: 25px;
    color: #c70000;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1;
}

.jirei__price::before,
.jirei__price::after {
    font-size: 0.5em;
    vertical-align: middle;
}

.jirei__price::before {
    content: "買取価格：";
    font-weight: normal;
}

.jirei__price::after {
    content: "円";
}

.jirei__spec {
    display: flex;
    justify-content: center;
    color: #333;
    font-size: 0.8em;
}

.jirei__spec li + li::before {
    content: "／";
    margin-inline: 0.3em;
}

.jirei__state {
    display: none;
}

.jirei__note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 20px;
}

.jirei__note p {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    .jirei__groups {
        width: 95%;
        margin-inline: auto;
        padding-bottom: 10px;
    }

    /* ラジオボタンを操作可能な状態で隠す */
    .jirei__tab-radio {
        position: absolute;
        display: block;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .jirei__tab-nav {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .jirei__tab-label {
        display: grid;
        min-width: 0;
        height: 60px;
        padding-inline: 4px;
        place-items: center;
        color: #999;
        font-size: clamp(14px, 4vw, 20px);
        line-height: 1.3;
        text-align: center;
        background: linear-gradient(to bottom, #ebebeb 62%, #d6d6d6 100%
        );
    }

    .jirei__tab-label + .jirei__tab-label {
        border-left: 1px solid #d3d3d3;
    }

    #jirei-kouka:checked ~ .jirei__tab-nav label[for="jirei-kouka"],
    #jirei-teinensiki:checked ~ .jirei__tab-nav label[for="jirei-teinensiki"],
    #jirei-koshou:checked ~ .jirei__tab-nav label[for="jirei-koshou"] {
        color: #19c1aa;
        font-weight: bold;
        background: #fff;
    }

    .jirei__tab-panels {
        background-color: #fff;
    }

    .jirei__tab-panel {
        display: none;
        width: 100%;
        margin: 0;
        padding: 10px;
        background: #fff;
    }

    #jirei-kouka:checked ~ .jirei__tab-panels #jirei-kouka-panel,
    #jirei-teinensiki:checked ~ .jirei__tab-panels #jirei-teinensiki-panel,
    #jirei-koshou:checked ~ .jirei__tab-panels #jirei-koshou-panel {
        display: block;
    }

    .jirei__group-ttl {
        display: none;
    }

    .jirei__cards {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .jirei__card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(130px, 1fr);
        grid-template-areas:
            "name name"
            "price price"
            "image spec";
        gap: 0 10px;
        width: 100%;
        padding: 10px;
        border: 2px solid #dedede;
    }

    .jirei__card + .jirei__card {
        border-left: 2px solid #dedede;
    }

    .jirei__name {
        grid-area: name;
    }

    .jirei__price {
        grid-area: price;
        margin-bottom: 10px;
        color: #ff3144;
        font-size: 1.6em;
    }

    .jirei__price::before {
        content: "買取価格";
        display: inline-block;
        margin-right: 10px;
        padding: 5px;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        vertical-align: middle;
        background-color: #ff3144;
    }

    .jirei__price::after {
        font-size: 0.6em;
    }

    .jirei__img {
        grid-area: image;
        width: 100%;
        margin: 0;
    }

    .jirei__spec {
        grid-area: spec;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-width: 0;
        color: #757575;
        font-size: 14px;
        text-align: left;
        overflow-wrap: anywhere;
    }

    .jirei__spec li + li::before {
        content: none;
    }

    .jirei__state {
        display: list-item;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    車買取の流れ
_______________________________________________________*/
.flow__ttl {
    margin-bottom: 50px;
}

.flow__lead {
    padding-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

.flow__step {
    display: flex;
}

.flow__step_img {
    filter: drop-shadow(3px 3px 4px #0000004f);
}

.flow__step_img img {
    width: 100%;
}

.flow__step_num {
    color: #ff3144;
    font-weight: bold;
    line-height: 1;
}

.flow__step_num em {
    font-size: 1.5em;
}

.flow__step_txt {
    margin-top: 6px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.35;
}

.flow__step_txt_fs {
    display: block;
    font-size: 0.8em;
}

@media screen and (min-width: 1101px) {
    .flow__step {
        width: calc(100% - 40px);
        margin: 0 auto 20px;
    }

    .flow__step_img img {
        background: #fff;
        padding: 7px;
        box-shadow: 8px 8px 10px rgb(0 0 0 / 31%);
        clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
    }

    .flow__step_num {
        padding-left: 30px;
        padding-bottom: 5px;
        text-align: left;
    }

    .flow__step_txt {
        padding-right: 30px;
        text-align: right;
    }

    .flow__footer-img {
        width: calc(100% - 40px);
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 1100px) {
    .flow {
        padding-bottom: 10px;
        background-color: #fff8d2;
    }

    .flow__ttl {
        position: relative;
        background-color: #00a293;
        font-weight: bold;
        font-size: 26px;
        color: #fff;
        padding: 5px 30px 5px 0;
        line-height: 1.2;
        margin-bottom: 20px;
        text-align: center;
    }

    .flow__ttl::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -15px;
        left: 0;
        width: 0;
        height: 0;
        margin: auto;
        border-style: solid;
        border-color: #00a293 transparent transparent transparent;
        border-width: 15px 15px 0 15px;
    }

    .flow__ttl_suppl {
        position: relative;
        color: #e83524;
        background-color: #fffc00;
        padding: 0.4em 0.6em;
        border-radius: 3px;
        display: inline-block;
        max-width: 100px;
        font-size: 15px;
        vertical-align: middle;
        transform: rotate(-4deg);
        left: -10px;
    }

    .flow__ttl_suppl::after {
        content: "";
        position: absolute;
        bottom: -15px;
        width: 0;
        height: 0;
        margin: auto;
        border-style: solid;
        border-color: transparent #fffc01 transparent transparent;
        border-width: 0 10px 10px 10px;
        transform: rotate(45deg);
        right: -5px;
        left: auto;
        top: -20px;
    }

    .flow__step {
        display: block;
        padding: 0;
    }

    .flow__step li {
        position: relative;
        display: grid;
        grid-template-columns: 45% 55%;
        width: 95%;
        min-height: 90px;
        margin: 0 auto 35px;
        text-align: left;
    }

    .flow__step li::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #fff;
        clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
        z-index: 0;
    }

    .flow__step_num,
    .flow__step_txt {
        position: relative;
    }

    .flow__step_img {
        grid-column: 1;
        grid-row: 1 / 3;
    }

    .flow__step_img img {
        position: absolute;
        top: -8px;
        left: -3px;
        width: auto;
        height: clamp(75px, 23vw, 90px);
    }

    .flow__step_num {
        grid-column: 2;
        align-self: end;
        padding: 0 16px;
        font-size: 18px;
    }

    .flow__step_txt {
        grid-column: 2;
        align-self: start;
        padding: 0 16px;
        font-size: 16px;
    }

    .flow__step_txt_fs_sp {
        display: block;
        font-size: 0.8em;
    }

    .flow__step li::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -14px;
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 14px solid #fff;
        z-index: 2;
    }

    .flow__step li:last-child::after {
        display: none;
    }

    .flow__approach {
        background-color: #19c2ab;
        color: #ffffff;
        margin: 0 auto;
        border-radius: 6px;
        padding: 10px 2%;
    }

    .flow__approach h3 {
        font-size: 1.2em;
        color: #fffc00;
        padding-bottom: 8px;
    }

    .flow__approach h3 em {
        background-color: #fffc00;
        border-radius: 4px;
        color: #19c2ab;
        width: 50%;
        padding: 4px 3%;
        text-align: center;
        margin-left: 5px;
    }

    .flow__approach .flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flow__approach .flex img {
        max-width: 100px;
    }

    .flow__approach .flex div {
        width: calc(100% - 110px);
        font-size: 15px;
        margin: 0 2%;
    }

    .flow__approach .flex div span {
        color: #fffc00;
    }
}

@media screen and (max-width: 375px) {
    .flow__step_img img {
        width: 100%;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    よくあるご質問
_______________________________________________________*/
.qa {
    background-color: #fbf3f3;
}

.qa__ttl {
    padding: 20px 0;
}

.qa__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 60px;
    text-align: left;
}

.qa__item {
    padding: 20px 10px 20px 0;
    font-size: 18px;
    background-color: #fff;
}

.qa__question,
.qa__answer {
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
}

.qa__question {
    padding-bottom: 20px;
    font-size: 1.1em;
}

.qa__question::before,
.qa__answer::before {
    position: absolute;
    left: -5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #00a293;
}

.qa__question::after,
.qa__answer::after {
    content: "";
    position: absolute;
    top: 30px;
    left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #000 transparent transparent;
}

.qa__question::before {
    content: "Q";
}

.qa__answer::before {
    content: "A";
    background-color: #ff3144;
}

@media screen and (max-width: 1100px) {
    .qa {
        background-color: #fff8d2;
    }

    .qa__ttl {
        position: relative;
        background-color: #00a293;
        font-weight: bold;
        font-size: 26px;
        color: #fff;
        padding: 15px 0;
        line-height: 1.2;
        margin-bottom: 20px;
        text-align: center;
    }

    .qa__ttl::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -15px;
        left: 0;
        width: 0;
        height: 0;
        margin: auto;
        border-style: solid;
        border-color: #00a293 transparent transparent transparent;
        border-width: 15px 15px 0 15px;
    }

    .qa__list {
        grid-template-columns: 1fr;
        gap: 15px;
        padding-bottom: 10px;
    }

    .qa__item {
        font-size: 15px;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    フッター
_______________________________________________________*/
.footer {
    padding: 20px 0;
    color: #a2a2a2;
    text-align: center;
    background-color: #fff;
}

.footer__links {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 5px 0 20px;
}

.footer__links a {
    color: #000;
}

@media screen and (max-width: 1100px) {
    .footer {
        padding-top: 10px;
        border-top: 2px solid #e2e2e2;
    }

    .footer__links {
        flex-direction: column;
        gap: 5px;
    }

    .footer__links a {
        text-decoration: underline;
    }
}

/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
    SP・PC表示
_______________________________________________________*/

@media screen and (min-width: 1101px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .pc {
        display: none;
    }
}