@charset "UTF-8";

:root {
    --primary-bland-color: #0081cc;
    --secondary-bland-color: #FFF100;
    --third-bland-color: #E60012;
    --fourth-bland-color: #F19EC2;

    --bg-color-transparentwhite: rgba(255, 255, 255, 0.9);

    --black: #111;
    --white: #fff;
    --gray: gray;
    --lightgray: #eee;

    --notearea-color: rgb(158, 158, 158);

    --inner-medium: 1200px;
    --inner-small: 960px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    /* font-size: 62.5%; */
}

body {
    background-color: rgb(255, 255, 255);
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "BIZ UDPGothic",
        Meiryo,
        sans-serif;
}


main {
    overflow: hidden;
    width: 100%;
}

img {
    width: 100%;
    max-width: 100%;
}

a {
    text-decoration: none;
}

em {
    font-style: normal;
}

li {
    /* list-style-position: inside; */
    /* list-style: none; */
}

a:hover {
    opacity: 0.8;
}

.localLargeFont {
    font-size: 1.5em;    
}

.localLittleLargeFont {
    font-size: 1.25em;
}

.localSmallFont {
    font-size: 0.75em;
}

.font-bold {
    font-weight: bold;
}

.font-emphasis {
    color: red;
    /* font-weight: bold; */
}

.font--emphasis-yellow {
    color: var(--secondary-bland-color);
    /* font-weight: bold; */
}

.font-restraint {
    color: #518DE0;
}

.hero {
    width: 100%;
    height: auto;
    /* background: linear-gradient(90deg, rgb(255, 255, 97), rgb(255, 255, 0)); */
    /* background-color: #9BD60B; */
    background-color: #EDE918;
    padding: 144px 0 70px;
}

.hero--inner {
    width: var(--inner-medium);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.hero--media {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero--mediaLeftColumn {
    width: 45%;
    max-width: 45%;
    /* padding-top: 46.08871%;
    background-image: url(../img/hero-logo.webp);
    background-size: contain;
    background-repeat: no-repeat; */
    margin-right: 20px;
}

.hero--logo {
    width: auto;
    max-height: 450px;
}

.hero--mediaRightColumn {
    width: 55%;
    height: auto;
    position: relative;
    text-align: left;
}

.entrance--font,
.hero--font {
    /* font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; */
    /* font-family: "sans-serif"; */
    text-align: left;
}

.hero--titleBefore {
    font-size: 28px;
    color: black;
}

.hero--title {
    font-size: 80px;
    color: black;
    text-shadow: 3px 3px 0 rgb(0 0 0 / 20%);
}

.hero--warning {
    font-size: 32px;
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}

.hero--message {
    width: fit-content;
    font-size: 18px;
    color: black;
    margin-bottom: 12px;
}

.hero--btnBox {
    width: 100%;
    margin-top: 40px;
}

.entrance--btn,
.hero--btn {
    width: 500px;
    max-width: 100%;
    font-size: 20px;
    color: white;
    background: linear-gradient(90deg, #5dbaea, #0081cc);
    text-align: center;
    padding: 20px 20px;
    border-radius: 8px;
    display: inline-block;
}

.hero--btn:hover {
    background: linear-gradient(90deg, rgba(93, 186, 234, 0.85), rgba(0, 129, 204, 0.85));
}

.hero--btn-red {
    width: 500px;
    max-width: 100%;
    font-size: 20px;
    color: white;
    background: linear-gradient(90deg, #ea5d5d, #fd2222);
    text-align: center;
    padding: 20px 20px;
    border-radius: 8px;
    display: inline-block;
}

.hero--btn-red:hover {
    opacity: 0.9;
}

.entrance--borderBtn,
.hero--borderBtn {
    width: 500px;
    max-width: 100%;
    font-size: 20px;
    color: #0081cc;
    background: white;
    text-align: center;
    padding: 20px 20px;
    border-radius: 8px;
    border: 1px solid #0081cc;
    display: inline-block;
}

.hero--borderBtn:hover {
    opacity: 0.9;
}

.grid-col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}

.grid-col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.section {
    padding: 60px 0;
    background-color: white;
}

.recomendFourReason {
    width: 414px;
    margin-bottom: 30px;
}

.sectionSecond {
    background-color: #EEEEEE;
}

.section--title {
    font-size: 48px;
    margin-bottom: 48px;
    font-style: italic;
    text-shadow: 3px 3px 0 rgb(0 0 0 / 20%);

    /* ページ内リンクでタイトルがヘッダーメニューに隠れる対策 */
    margin-top: -90px;
    padding-top: 90px;
}

.section--subTitle {
    font-size: 32px;
    margin-bottom: 24px;
    font-style: italic;
    text-shadow: 3px 3px 0 rgb(0 0 0 / 20%);
}

.section--inner {
    width: 1280px;
    max-width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.section--inner-small {
    width: 1120px;
    max-width: 100%;
    padding: 0 32px;
    margin: 0 auto;
}

.section--inner-XSmall {
    width: 100%;
    max-width: 960px;
    /* padding: 0 32px; */
    margin: 0 auto;
}

.media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

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

.media--body {
    flex: 1;
    display: block;
    text-align: left;
}

.media--title {
    font-size: 32px;
    text-align: left;
    letter-spacing: 0.05;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}

.media-textWrapper {
    margin-bottom: 40px;
    padding-left: 20px;
}

.media--text {
    text-align: left;
    margin-bottom: 16px;
}

.media--imageWrapper {
    flex: 0 1 45%;
    margin-right: 40px;
}

.media--image {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.media--btn {
    display: inline-block;
    color: #0080cc;
    border: 1px solid #0080cc;
    border-radius: 8px;
    padding: 10px 30px 10px;
    width: auto;
    max-width: 100%;
    margin-right: auto;
    text-align: center;
}

.media--btn:visited {
    color: #0080cc;
}

.media--btn:hover {
    /* background:rgba(0,128,204,0.1); */
    background: rgba(158, 216, 246, 0.2);
}

.media-reverse {
    flex-direction: row-reverse;
}

.media-reverse .media--body {
    margin-right: 40px;
    margin-left: 32px;
}

.media-reverse .media--imageWrapper {
    margin-right: 0px;
}


/* cards */
.cards {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.card {
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, .16); */
    width: 23.78%;
    margin-right: 1.62602%;
    margin-bottom: 20px;
}

.card:last-child {
    margin-right: 0px;
}

/* .card__img-wrapper {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
} */

.cardImage {
    width: 100%;
    margin-bottom: 30px;
}

.cardTitle {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
}

.cardText {
    text-align: left;
}

.section--btn {
    display: inline-block;
    color: #0080cc;
    border: 1px solid #0080cc;
    border-radius: 8px;
    padding: 10px 30px 10px;
    width: auto;
    max-width: 100%;
    min-width: 320px;
    margin-right: auto;
}

.section--btn:visited {
    color: #0080cc;
}

.section--btn:hover {
    background: rgba(158, 216, 246, 0.2);
}

.flow {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    width: 80%;
    display: block;
    margin: 0 auto;
}

.flowTop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flowTopStep {
    font-size: 20px;
    color: white;
    width: 150px;
    background-color: black;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px 24px;
    border-bottom: 2px solid black;
}

.flowTopTitle {
    font-size: 20px;
    flex: 0 1 calc(100% - 150px);
    padding: 10px 32px;
    border-bottom: 2px solid black;
    text-align: left;
}

.flowTriangle {
    font-size: 28px;
    margin: 16px 0;
}

.flowBottom {
    font-size: 16px;
    padding: 32px;
    background-color: #EEEEEE;
    text-align: left;
}

.qa-grid {
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 40px 50px;
    grid-auto-flow: row;
    grid-template-areas:
        ". . ."
        ". . ."
        ". . .";
}

.qa-question {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.qa-answer {
    font-size: 16px;
    text-align: left;
}

.contact {
    width: 100%;
    padding: 32px;
    border-radius: 16px;
    border: 3px solid black;
    margin: 0 auto;
}

.contact--title {
    font-size: 36px;
    margin-bottom: 40px;
    font-style: italic;
    text-shadow: 3px 3px 0 rgb(0 0 0 / 20%);
}

.cotact--message {
    font-size: 20px;
    font-weight: bold;
    width: 680px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 40px;
}

.contact--btn {
    display: inline-block;
    width: 660px;
    max-width: 100%;
    font-size: 20px;
    color: white;
    background: linear-gradient(90deg, #5dbaea, #0081cc);
    text-align: center;
    padding: 15px 15px;
    border-radius: 8px;
}

.contact--btn:hover {
    background: linear-gradient(90deg, rgba(93, 186, 234, 0.85), rgba(0, 129, 204, 0.85));
}

.company--inner {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 0 16px;
}

.companyInfo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}

.companyInfoItem {
    font-size: 20px;
    color: white;
    width: 150px;
    background-color: black;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 12px 32px 10px;
    border-bottom: 2px solid black;
    text-align: left;
    /* font-weight: bold; */
}

.companyInfoContents {
    font-size: 20px;
    flex: 0 1 calc(100% - 150px);
    padding: 12px 32px 10px;
    border-bottom: 2px solid black;
    text-align: left;
    letter-spacing: 1.5px;
}

.cta {
    padding-top: 32px;
    padding-bottom: 32px;
}

.footer {
    width: 100%;
    padding: 60px 0;
}

.footerSecond {
    background-color: #EEEEEE;
}

.footer--top {
    width: 100%;
    border-bottom: 1px solid black;
    margin-bottom: 15px;
}

.footer--topText {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 8px;
}

.footer--bottom {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.footer--column01 {
    flex: auto;

}

.footer--column02 {
    flex: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.footer--text {
    font-size: 18px;
    /* padding: 5px; */
    text-align: left;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
}

.footer--link {
    font-size: 18px;
    /* padding: 5px; */
    text-align: left;
    color: black;
    margin-bottom: 5px;
}

.copyright {
    font-size: 13px;
}

@media screen and (min-width: 600px) {

    /* 599pxまでの幅の場合に適応される */
    .sp--br {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .hero {
        padding: 136px 0px 70px;
    }

    .hero--inner {
        width: 100%;
        padding: 0 25px;
    }

    .hero--font {
        /* font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; */
        text-align: left;
    }

    .hero--titleBefore {
        font-size: 22px;
        color: black;
    }

    .hero--title {
        font-size: 60px;
        color: black;
        text-shadow: 3px 3px 0 rgb(0 0 0 / 20%);
    }

    .hero--warning {
        /* font-size: 32px;
        color: red;
        margin-bottom: 10px; */
    }

    .hero--message {
        width: 100%;
        font-size: 18px;
        color: black;
        /* margin-bottom: 44px; */
        text-align: left;
    }

    .hero--btn {
        text-align: center;
    }

    .hero--btn-red {
        text-align: center;
    }

    /* section */

    .section--inner {
        width: 100%;
        padding: 0 16px;
    }

    .media {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .media-textWrapper {
        padding-left: 0px;
    }

    .media--imageWrapper {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .media-reverse .media--imageWrapper {
        margin-bottom: 20px;
    }

    .media-reverse .media--body {
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 24px;
    }

    .media--text {
        text-align: left;
        margin-bottom: 16px;
        margin-left: 16px;
    }

    .cotact--message {
        font-size: 18px;
    }

    .footer--topText {
        font-size: 24px;
    }

    .footer--text {
        font-size: 16px;
    }

    .footer--link {
        font-size: 16px;
    }
}

@media screen and (max-width: 599px) {

    .hero {
        padding: 80px 0px 64px;
    }

    .hero--media {
        flex-direction: column;
    }

    .hero--mediaLeftColumn {
        width: 80%;
        /* min-height: 200px; */
        max-width: 210px;
        padding-top: 16px;
        margin-right: 0px;
        margin-bottom: 8px;
    }

    .hero--mediaRightColumn {
        width: 100%;
    }

    .hero--warning {
        margin-bottom: 24px;
    }

    .hero--font {
        text-align: center;
    }

    .media {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 60px;
    }

    .media--title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .media-textWrapper {
        margin-bottom: 20px;
        /* padding-left: 0px; */
    }

    .media-reverse .media--body {
        padding-left: 0px;
    }

    .media--text {
        text-align: left;
        margin-bottom: 16px;
        margin-left: 16px;
    }

    .media--imageWrapper {
        /* margin-right: 0px; */
        margin-bottom: 20px;
    }

    .media--image {
        width: 100%;
        height: auto;
        border-radius: 16px;
    }

    .media--btn {
        width: 100%;
        max-width: 100%;
    }

    .section {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .section--title {
        font-size: 28px;
        margin-bottom: 30px;
        margin-top: -62px;
        padding-top: 62px;
    }

    .section--subTitle {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .section--btn {
        width: 100%;
        max-width: 100%;
    }

    .cards {
        /* display: flex; */
        /* flex-wrap: nowrap; */
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 95%;
        margin-right: 0px;
        margin-bottom: 40px;
    }

    .card:last-child {
        margin-right: 0px;
    }

    /* .card__img-wrapper {
        position: relative;
        padding-top: 56.25%;
        overflow: hidden;
    } */

    .cardImage {
        width: 100%;
        margin-bottom: 30px;
    }

    .cardTitle {
        height: auto;
    }

    .cardText {
        text-align: left;
    }

    .flow {
        width: 95%;
    }

    .flowTopStep {
        font-size: 16px;
        width: 140px;
    }

    .flowTopTitle {
        font-size: 16px;
        flex: 0 1 calc(100% - 140px);
        padding-left: 16px;
        padding-right: 16px;

    }

    .flowBottom {
        padding: 24px;
    }

    .qa-grid {
        padding: 0 12px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 40px 50px;
        grid-auto-flow: row;
        grid-template-areas:
            "."
            "."
            ".";
    }

    .qa-question {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .contact {
        padding: 24px;
    }

    .contact--title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .cotact--message {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        /* text-align: left; */
    }

    .companyInfo {
        flex-direction: column;
    }

    .companyInfoItem {
        font-size: 14px;
        width: 100%;
        padding: 8px 0px 8px 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-width: 0;
    }

    .companyInfoContents {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.75px;
        padding: 8px 0px 8px 16px;
        border-bottom-width: 0;
    }

    .cta {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    
    .footer--bottom {
        flex-direction: column;
    }

    .footer--column01 {
        margin-bottom: 30px;
    }

    .footer--text {
        letter-spacing: 0.75px;
        margin-bottom: 0px;
    }

    .footer--link {
        margin-bottom: 0px;
    }
}

.noPaddingBottom {
    padding-bottom: 0;
}

.underline-secondaryBlandColor {
    background-image: linear-gradient(transparent 60%, var(--secondary-bland-color) 0%);
}

.underline-thirdBlandColor {
    background-image: linear-gradient(transparent 60%, var(--third-bland-color) 0%);
}

.underline-fourthBlandColor {
    background-image: linear-gradient(transparent 80%, var(--fourth-bland-color) 0%);
}

.underline-fourthBlandColor-large {
    background-image: linear-gradient(transparent 65%, var(--fourth-bland-color) 0%);
}

.underline-fourthBlandColor-XLarge {
    background-image: linear-gradient(transparent 50%, var(--fourth-bland-color) 0%);
}

/* 表示非表示 */

@media screen and (min-width: 600px) {
    /* 600px以上の幅の場合に適応される */
    
    .spOnly {
        display: none;
    }
    
}

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

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

@media not screen and (min-width: 599px) and (max-width: 1024px) {
    /* 599px以上、1024px以下の幅の場合に適応される */
    .tabletOnly {
        display: none;
    }
}

.video {
    /* width: 90%; */
    height: 550px;
    margin-top: 0px;
}

@media screen and (max-width: 1024px) {
    
    /* 1024pxまでの幅の場合に適応される */
    .video {
        width: 100%;
        height: auto;
    }

}

.animation {
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: backwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}