:root {
    --base-color: #90c2e6;
}

/* TOPページ */
/* 前文 */
.wakakisatsumanogunzo .outline {
    padding: 15px;
    background-color: aliceblue;
    margin-bottom: 10px;
}

/* 企業一覧 */

.wakakisatsumanogunzo .corp_list a {
    text-decoration: none;
}

.wakakisatsumanogunzo .corp_list a:hover {
    opacity: .5;
}

/* 企業 */
.wakakisatsumanogunzo .corp {
    display: flex;
    padding: 10px 0;
    border-top: 2px solid #555;
    height: 110px;
}

.wakakisatsumanogunzo .corp_list:last-child {
    border-bottom: 2px solid #555;
}

/* 企業アイコン */
.wakakisatsumanogunzo .corp .image {
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 745px) {
    .wakakisatsumanogunzo .corp .image {
        width: 400px;
    }
}

.wakakisatsumanogunzo .corp img {
    max-width: 100%;
    max-height: 100%;
}

/* 企業情報 */
.wakakisatsumanogunzo .corp .info {
    width: 100%;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.wakakisatsumanogunzo .corp .info .title {
    font-size: 1.6rem;
    font-weight: bold;
}

@media screen and (min-width: 745px) {
    .wakakisatsumanogunzo .corp .info .title {
        font-size: 1.8rem;
    }
}

.wakakisatsumanogunzo .corp .info .name {
    text-align: end;
}

/* 詳細ページ */

.wakakisatsumanogunzo .top {
    margin: 0 auto 30px;
}

.wakakisatsumanogunzo .top a {
    display: inline-block;
}

.wakakisatsumanogunzo .top img {
    max-width: 100%;
}

.wakakisatsumanogunzo section:nth-of-type(n+2) {
    margin-top: 30px;
}

.wakakisatsumanogunzo h3 {
    padding: 0;
    margin: 0;
    background-color: var(--base-color);
}


.wakakisatsumanogunzo .hombun_text {
    text-indent: 1em;
    line-height: 2.8rem;
    text-align: justify;
}

.wakakisatsumanogunzo_top .subtitle {
    text-align: center;
    font-size: 2rem;
}


.wakakisatsumanogunzo_top .introduction_profile {
    text-align: center;
}

.wakakisatsumanogunzo_top .introduction {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wakakisatsumanogunzo_top .introduction_image img {
    max-width: 100%;
}

.wakakisatsumanogunzo_top .introduction_profile h1,
.wakakisatsumanogunzo_top .introduction_profile h2 {
    font-size: 1.8rem;
    margin: 0;
}

@media print,
screen and (min-width:745px) {

    .wakakisatsumanogunzo_top .introduction {
        flex-direction: row;
    }

    .wakakisatsumanogunzo_top .introduction_image {
        width: 50%;
    }

    .wakakisatsumanogunzo_top .introduction_profile {
        width: 50%;
        line-height: 30px;
    }
}


.wakakisatsumanogunzo .hombun_image {
    text-align: center;
    padding: 20px 0;
}

.wakakisatsumanogunzo .hombun_image img {
    max-width: 80%;
}

.wakakisatsumanogunzo_business h3 {
    background-color: #0077b6;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.wakakisatsumanogunzo_company .link_wrap {
    margin: 30px auto;
    text-align: center;
}

.wakakisatsumanogunzo_company .link {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #0077b6, #00b4d8);
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.wakakisatsumanogunzo_company .comapany_image {
    margin-bottom: 20px;
    text-align: center;
}

.wakakisatsumanogunzo_company .comapany_image img {
    max-width: 70%;
}
