body {
    /* font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Lucida Grande",
        "segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, "Verdana", Osaka, "ＭＳ Ｐゴシック", "MS PGothic","Font Awesome 5 Free", sans-serif; */
}

.hero .media--catchcopy * strong {
    color: var(--white);
}

.hero .media--catchcopyBox {
    background-color: var(--third-bland-color);
    border-radius: 24px;
}

.hero .media--catchcopy {
    color: var(--white);
    font-size: 36px;
    padding: 0.25em 0.5em;
    text-align: center;
    letter-spacing: 2px;
    vertical-align: text-bottom;
}

.hero .media--fukidashi {
    color: var(--third-bland-color);
    font-size: 28px;
    text-align: center;
    background-color: var(--white);
    padding: 0.25em 0.5em;
    margin-top: 32px;
    position: relative;
    border: 3px solid var(--third-bland-color);
}

.hero .media--fukidashi:before,
.hero .media--fukidashi:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border-color: transparent transparent var(--third-bland-color) transparent;
    border-width: 0 24px 24px 24px;
    border-style: solid;
}

.hero .media--fukidashi:after {
    top: 4px;
    border-color: transparent transparent var(--white) transparent;
}

.hero .media--catchcopyImg {
    width: 80%;
    margin-top: 8px;
}

.hero .media--text {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.hero .media--imgBox {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    .hero {
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */

    .hero {
        padding-top: 96px;
        padding-bottom: 0px;
    }
    
    .hero .media--catchcopy {
        font-size: 24px;
    }

    .hero .media--fukidashi {
        font-size: 20px;
    }

    .hero .media--imgBox {
        width: 85%;
    }
}

.uniqueServiceSection {
    padding: 64px 5%;
    background-image: url(/img/bg-uniqueServiceSection.jpg);
    background-size: cover;
    display: grid;
    place-items: center;
}

.uniqueServiceSection .messageBox {
    width: 100%;
    max-width: var(--inner-small);
    padding: 56px 80px;
    background-color: var(--white);
    text-align: left;
}

.uniqueServiceSection .messageBox--title {
    font-size: 32px;
    text-align: center;
}

.uniqueServiceSection .messageBox--textBox {
    margin-top: 24px;
}

.uniqueServiceSection .messageBox--text {
    font-size: 24px;
    letter-spacing: 2px;
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .uniqueServiceSection {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .uniqueServiceSection .messageBox {
        padding: 24px;
    }

    .uniqueServiceSection .messageBox--title {
        font-size: 24px;
        text-align: center;
    }
    
    .uniqueServiceSection .messageBox--textBox {
        margin-top: 24px;
    }
    
    .uniqueServiceSection .messageBox--text {
        font-size: 16px;
    }
}

.revenuModelSection {
    padding: 64px 5%;
    display: grid;
    place-items: center;
}

.revenuModelSection .modelBox--case {
    text-align: right;
}

.revenuModelSection .modelBox {
    position: relative;
    display: grid;
    gap: 8px;
}

.revenuModelSection .modelBox--row {
    display: flex;
}

.revenuModelSection .modelBox--itemBox {
    padding: 16px;
    width: 40%;
    background-color: var(--third-bland-color);
    border: 1px solid var(--third-bland-color);
}

.revenuModelSection .modelBox--item {
    color: var(--white);
    font-size: 20px;
}

.revenuModelSection .modelBox--valueBox {
    padding: 16px;
    width: 60%;
    background-color: var(--white);
    border: 1px solid var(--third-bland-color);
}

.revenuModelSection .modelBox--value {
    font-size: 20px;
}

.revenuModelSection .noteArea {
    margin-top: 32px;
    padding: 16px 0 16px 104px;
    border-top: 1px solid var(--notearea-color);
    border-bottom: 1px solid var(--notearea-color);
}

.revenuModelSection .noteArea--text {
    color: var(--notearea-color);
    font-size: 12px;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    .revenuModelSection .grid-col2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .revenuModelSection {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .revenuModelSection .modelBox--case {
        font-size: 12px;
    }

    .revenuModelSection .modelBox--itemBox {
        padding: 12px;
    }

    .revenuModelSection .modelBox--item {
        font-size: 16px;
    }

    .revenuModelSection .modelBox--valueBox {
        padding: 12px;
    }

    .revenuModelSection .modelBox--value {
        font-size: 16px;
    }

    .revenuModelSection .noteArea {
        margin-top: 16px;
        padding-top: 8px;
        padding-left: 8px;
        padding-bottom: 8px;
    }

    .revenuModelSection .noteArea--text {
        font-size: 8px;
    }

}

.ownerInterview {
    padding-bottom: 64px;
}

.ownerInterview .bg-gradation {
    padding: 32px;
    background: linear-gradient(0deg, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.1));
}

.ownerInterview .media {
    width: 100%;
    max-width: 960px;
    flex-direction: row;
    margin: 0 auto;
    column-gap: 40px;
}

.ownerInterview .media--imgBox {
    width: 280px;
}

.ownerInterview .media--img {
    width: 100%;
    border-radius: 50%;
}

.ownerInterview .media--body {
    flex: 1 0;
}

.ownerInterview .media--text-bgRed {
    font-size: 24px;
    color: var(--white);
    text-align: center;
    background-color: var(--third-bland-color);
    padding: 0.5em;
}

.ownerInterview .media--title {
    font-size: 56px;
    margin-top: 16px;
    text-align: center;
}

.ownerInterview .media--text-bgWhite {
    font-size: 24px;
    color: var(--black);
    text-align: center;
    background-color: var(--white);
    padding: 0.5em;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    
    .ownerInterview .media--imgBox {
        width: 200px;
    }

    .ownerInterview .media--text-bgRed {
        font-size: 20px;
    }
    
    .ownerInterview .media--title {
        font-size: 40px;
    }
    
    .ownerInterview .media--text-bgWhite {
        font-size: 20px;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */

    .ownerInterview {
        padding-bottom: 32px;
    }
    
    .ownerInterview .media {
        flex-direction: column-reverse;
        row-gap: 24px;
    }

    .ownerInterview .bg-gradation {
        padding-bottom: 16px;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    .ownerInterview .media--text-bgRed {
        font-size: 16px;
    }
    
    .ownerInterview .media--title {
        font-size: 28px;
    }
    
    .ownerInterview .media--text-bgWhite {
        font-size: 16px;
    }
}

.ownerInterview .qa {
    padding: 32px 16px;
}

.ownerInterview .qa .grid-col3 {
    column-gap: 36px;
}

.ownerInterview .qa .card {
    width: 100%;
    text-align: justify;
}

.ownerInterview .qa .card--questionText {
    font-size: 24px;
    font-weight: bold;
    text-align: justify;
}

.ownerInterview .qa .card--answerText {
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
    text-align: justify;
}

.ownerInterview .qa .card--detailText {
    font-size: 16px;
    margin-top: 16px;
    text-align: justify;
    height: 120px;
}

.ownerInterview .qa .card--imgBox {
    margin-top: 16px;
}

.ownerInterview .qa .card--img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    .ownerInterview .qa .grid-col3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
    }

    .ownerInterview .qa .card--detailText {
        height: 144px;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    
    .ownerInterview .qa .grid-col3 {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 32px;
    }
    
    .ownerInterview .qa .card {
        margin-bottom: 0;
    }
    
    .ownerInterview .qa .card--questionText {
        font-size: 20px;
    }

    .ownerInterview .qa .card--detailText {
        height: auto;
    }
}

.worries {
    padding: 64px 0;
    background-color: var(--lightgray);
    background-image: url(/img/worries_lady.png);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: bottom 0 right 13%;
    /* background-size: contain; */
}

.worries .content--title {
    font-weight: bold;
    line-height: 1.5;
    color: var(--black);
    text-align: left;
}

.worries .skewText {
    width: fit-content;
    transform: skewX(15deg);
    color: var(--white);
    font-size: 48px;
}

.worries .skewBox {
    width: fit-content;
    transform: skewX(-15deg);
    background-color: var(--third-bland-color);
    margin-bottom: 8px;
    padding: 4px 12px;
}

.worries .checkList {
    margin-top: 32px;
}

.worries .checkItem {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    padding-left: 32px;
    margin-top: 24px;
    text-align: left;
    list-style: none;
}

.worries .checkItem::before {
    position: absolute;
    content: "";
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url(/img/icon_check_red.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    .worries {
        background-image: url(/img/worries_lady.png);
        background-position: bottom 0 right;
    }

    .worries .skewText {
        font-size: 40px;
    }

    .worries .checkItem {
        font-size: 24px;
        padding-left: 28px;
    }

    .worries .checkItem::before {
        width: 24px;
        height: 24px;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .worries {
        padding-top: 32px;
        padding-bottom: 32px;
        background: none;
        background-color: var(--lightgray);
    }

    .worries .content--title {
        background-image: url(/img/worries_lady.png);
        background-position: center right 5%;
        background-size: contain;
        background-repeat: no-repeat;
        padding-left: 24px;
    }

    .worries .skewText {
        font-size: 24px;
    }

    .worries .skewBox {
        padding: 8px 32px;
    }

    .worries .checkList {
        padding-left: 24px;
    }

    .worries .checkItem {
        font-size: 16px;
        padding-left: 20px;
    }

    .worries .checkItem:before {
        width: 16px;
        height: 16px;
    }
}

.recommend {
    padding: 32px;
    background-color: var(--third-bland-color);
}

.recommend .media {
    column-gap: 40px;
}

.recommend .media--imgBox {
    width: 280px;
}

.recommend .media--img {
    width: 100%;
}

.recommend .media--body {
    flex: 1 0;
}

.recommend .media--fukidashi {
    color: var(--black);
    font-size: 32px;
    text-align: left;
    background-color: var(--white);
    padding: 1em;
    border-radius: 16px;
    position: relative;
}

.recommend .media--fukidashi:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 50%;
    left: 0;
    transform: translate(-100%, 50%);
    width: 0;
    height: 0;
    border-color: transparent var(--white) transparent transparent;
    border-width: 16px 24px 16px 0;
    border-style: solid;
}

.recommend .media--text {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    /* 1024pxまでの幅の場合に適応される */
    .recommend {
        padding: 24px;
    }

    .recommend .media {
        flex-direction: row;
        column-gap: 32px;
    }

    .recommend .media--imgBox {
        width: 160px;
    }

    .recommend .media--fukidashi {
        font-size: 24px;
        padding: 1em;
    }

    .recommend .media--fukidashi::before {
        border-width: 12px 16px 12px 0;
    }
    
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .recommend {
        padding: 16px;
    }

    .recommend .section--inner {
        padding: 0;
    }

    .recommend .media {
        flex-direction: column-reverse;
        row-gap: 24px;
    }

    .recommend .media--fukidashi::before {
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 100%);
        border-color: var(--white) transparent transparent transparent;
        border-width: 16px 12px 0 12px;
    }

    .recommend .media--text {
        font-size: 18px;
    }
}

.section--subTitleBox {
    margin-top: 40px;
}

.messageSection {
    padding: 64px 5% 64px;
    display: grid;
    place-items: center;
}

.messageSection .content--title {
    color: var(--third-bland-color);
    font-size: 32px;
}

.messageSection .content--box {
    width: 100%;
    max-width: var(--inner-small);
    padding: 48px;
    text-align: center;
    border: 2px solid var(--black);
    border-radius: 16px;
}

.messageSection .content--textBox {
    margin-top: 32px;
    display: grid;
    gap: 24px;
}

.messageSection .content--text {
    font-size: 24px;
}

@media screen and (max-width: 1024px) {
    /* pxまでの幅の場合に適応される */
    
    .messageSection .content--box {
        padding: 32px;
    }

    .messageSection .content--title {
        font-size: 28px;
    }

    .messageSection .content--text {
        font-size: 20px;
    }
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .messageSection {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    
    .messageSection .content--box {
        padding: 20px;
    }

    .messageSection .content--title {
        font-size: 24px;
    }

    .messageSection .content--text {
        font-size: 15px;
        text-align: left;
    }
}

.meritSection {
    padding: 64px 0 0;
}

.meritSection .section--inner-small {
    padding-left: 0;
    padding-right: 0;
}

.meritSection .section--title {
    margin-bottom: 0;
}

.meritSection .merit {
    padding: 40px 5%;
}

.meritSection .merit:last-of-type {
    margin-bottom: 0;
}

.meritSection .merit .smallMedia--imageWrapper {
    flex: 1 0 38.2%;
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .meritSection {
        padding-top: 32px;
    }
}

.structureSection {
    padding: 0 5% 56px;
}

.structureSection .section--inner {

}

.structure .section--title {
    font-size: 24px;
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .structureSection {
        padding-bottom: 32px;
    }
}

.bottomNavigation {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 24px 5%;
    border-top: 1px solid var(--lightgray);
    display: grid;
    place-items: center;
    background-color: var(--white);
}

.bottomNavigation .contact--btn {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 999px;
    border-bottom: solid 5px skyblue;
    background-color: navy;
    background-image: none;
    position: relative;
}

.bottomNavigation .contact--btnText {
    display: inline-block;
    position: relative;
    padding-left: 8px;
}

.bottomNavigation .contact--btnText::before {
    position: absolute;
    content: '';
    background-image: url(/img/icon_mail.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 32px;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
}

@media screen and (max-width: 599px) {
    /* 599pxまでの幅の場合に適応される */
    .bottomNavigation {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .bottomNavigation .contact--btn {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}