@charset 'UTF-8';

/* Google Font Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family:
        sans-serif;
    max-width: 1920px;
    margin: 0 auto;
    background-color: white;

}
header,
footer {
    width: 100%;
    max-width: 1920px;
}
h2 {
    font-size: 2.3vw;
    line-height: 1.5;
    font-weight: bold;
}
h3 {
    font-size: 40px;
    line-height: 1.5
}
h4 {
    font-size: 30px;
    line-height: 1.5
}
p {
    font-size: 20px;
    line-height: 1.8;
}
img {
    width: 100%;
}
a:hover {
    opacity: .7;
    height: 100%;
}
span {
    display: inline-block;
}
section {
    position: relative;
}
.contents-wrapper {
    width: 95%;
    max-width: 59vw;
    margin: 0 auto;
}
.flex-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.redChar {
    color: #1F2C5C;
}
.blueChar {
    color: #40A5D8;
}
.deepBlueChar {
    color: #212D59;
}
.section-title {
    text-align: center;
    line-height: 1;
    padding: 70px 0 0;
    letter-spacing: .1em;
}
.under-cv-section {
    padding-top: 2.9%;
}
.under-section-title-text {
    font-size: 30px;
    text-align: center;
    padding: 60px 0 70px;
}
.under-section-title-text span {
    padding-top: 30px;
    font-size: 20px;
}
.title-underline1 {
    display: block;
    width: 100px;
    height: 3px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 4vw;
    margin-top: 30px;
}

.txt_white {
    color: #fff;
}

/* -------------------------------------
 * レスポンシブ
 *------------------------------------*/

@media (max-width: 1100px) {
    .show-pc {
        display: none!important;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 20px;
    }
    p {
        font-size: 4.2vw;
    }
    .section-title {
        padding: 35px 0 0;
    }
    .title-underline1 {
        width: 200px;
    }
    .under-section-title-text {
        font-size: 17px;
        font-weight: bold;
        padding: 0 0 35px;
    }
    .under-section-title-text span {
        padding-top: 1em;
        font-size: 16px;
    }
    .under-cv-section {
        padding-top: 7.3%;
    }
}

@media (min-width: 1101px) {
    .show-sp {
        display: none!important;
    }
}
