@charset "utf-8";

/* CSS Document */
html {
    font-size: 62.5%;
    width: 100%;
    box-sizing: border-box;
}

body {
    color: #4D545B;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI",
                 "Hiragino Kaku Gothic ProN",
                 "Hiragino Sans", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 1.6em;
    line-height: 3.2rem;
    position: relative;
}

.bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -999;
    width: 730px;
    height: 723px;
}

ul li,
ol li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #4D545B;
}

h1 {
    font-size: 6.0rem;
    font-weight: 700;
    line-height: 7.2rem;
    padding: 14rem 0 24rem 13.8vw;
}

h1 span {
    font-size: 4.8rem;
}

@media (max-width: 1024px) {
    .bg {
        width: 80%;
        min-width: 280px;
        height: auto;
        top: 0;
        right: 0;
    }

    h1 {
        font-size: 6.0rem;
        font-weight: 700;
        padding: 12rem 0 10rem 13.8vw;
    }

    h1 span {
        font-size: 4.8rem;
        display: block;

    }
}

.section_profile {
    padding-bottom: 12rem;
}

h2 {
    font-size: 4.0rem;
    font-weight: 600;
    margin: 1.5rem 0 10rem;
    position: relative;
}

.center {
    text-align: center;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: normal;
    color: #E71A3C;
}

h2::after {
    content: '';
    width: 100px;
    height: 1px;
    display: inline-block;
    background-color: #4D545B;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 50px)
}

.profile_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
}

.profile_image {
    max-width: 380px;
}

.profile_name {
    font-size: 3.2rem;
    font-weight: 700;
    padding-top: 10px;
}

.profile_ceo{
    font-weight:600;
    margin-top:5px;
}

.profile_description {
    padding-left: 40px;
    max-width: 580px;
}

.profile_description p {
    padding-top: 3.0rem;
}

.section_profile ul {
    padding-top: 3.5rem;
}

@media (max-width: 1024px) {
    h2 {
        font-size: 3.2rem;
        margin: 1.0rem 0 7.0rem;
    }

    .poppins-semibold {
        font-size: 1.2rem;
    }

    h2::after {
        width: 70px;
        bottom: -30px;
        left: calc(50% - 35px)
    }

    .profile_image {
        width: 86.6%;
    }

    .profile_name {
        font-size: 2.8rem;
        padding: 0;
    }

    .profile_description {
        padding: 4.0rem 2.5rem 0;
    }
}

.section_message {
    padding: 0 2.5rem 12rem;
    max-width: 800px;
    margin: 0 auto;
}

h3 {
    font-size: 2.8rem;
    font-weight: 700;
    padding-bottom: 3.0rem;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 4.0rem;
    position: relative;
}

h3::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #E7233B;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.section_message p {
    padding-bottom: 3.0rem;
}

.description_bold{
    font-weight: 700;
}

.message_link {
    display: inline-block;
    background-color: #FDEFF1;
    padding: 10px 15px;
    margin: 2.0rem 3.0rem 0 0;
    font-size: 1.4rem;
    font-weight: 700;
}

.mt-30 {
    margin-top: 3.0rem;
}

@media (max-width: 1024px) {
    h3::after {
        width: 70px;
    }
}

.section_media {
    padding: 0 2.5rem 14rem;
    max-width: 800px;
    margin: 0 auto;
}