/* 共通 */

.login-page-title {
    padding: 0.75rem 1.25rem;
    background: #5fb4b4;
    color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.user-register-title {
    /* margin-top: 10px;
    margin-bottom: 15px; */
    text-align: center;
    background-color: #5fb4b4;
    width: 100%;
    /* padding-top: 20px;
    padding-bottom: 10px; */
    padding-top: 30px;
    padding-bottom: 18px;
    /* margin: 40px 0px; */
    color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


/* トップページ */

main {
    margin: 0 auto;
    padding: 0;
    /* max-width: 600px; */
    max-width: 100%;
}

.main-top {
    margin: 0 auto;
    padding: 0;
    max-width: 600px;
}

.top_img {
    position: relative;
    /* width: 100%; */
}

.top_img img {
    width: 100%;
    object-fit: cover;
}

.top_img02 {
    position: relative;
}

.top_img02 img {
    width: 100%;
    object-fit: cover;
}

.top-container02 {
    background-color: #e4f1f1;
    height: 600px;
    width: 100%;
    position: relative;
}

.face01 {
    position: absolute;
    top: 100px;
    left: 20px;
    width: 55%;
    height: 55%;
    object-fit: contain;
}

.face02 {
    position: absolute;
    top: 90px;
    left: 48%;
    width: 25%;
    height: 25%;
    object-fit: contain;
    z-index: 20;
}

.face03 {
    position: absolute;
    top: 190px;
    right: 10%;
    width: 18%;
    height: 18%;
    object-fit: contain;
    z-index: 20;
}

.face04 {
    position: absolute;
    top: 290px;
    right: 22%;
    width: 18%;
    height: 18%;
    object-fit: contain;
    z-index: 20;
}

.right-bottom {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.chapter_image_posi2 {
    position: absolute;
    top: 5%;
    left: 9%;
    margin: 0 auto;
    /* margin-left: -60px; */
    color: #000000;
    display: flex;
    text-align: start;
    align-items: center;
    justify-content: start;
    white-space: nowrap;
    z-index: 9999;
    /* margin-left: 30px; */
}

.bottom_img .button_solid004 a {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -50%);
    display: block;
    align-items: baseline;
    width: 50%;
    text-align: center;
    /* margin: 0 auto; */
    min-width: 280px;
    max-width: 400px;
    padding: 15px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 1.4rem;
    background: #c1272d;
    border-radius: 8px;
    border-bottom: solid 5px #7d1a1d;
    text-decoration: none;
}

.bottom_img .button_solid004 a span {
    font-size: 0.9rem;
}

.button_solid004 a:hover {
    border-bottom: solid 2px #7d1a1d;
    /* transform: translateY(3px); */
}

.center-wrap {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.center-wrap .button_solid004 a {
    /* transform: translate(-50%, -50%); */
    display: block;
    align-items: baseline;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    min-width: 280px;
    max-width: 400px;
    padding: 15px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 1.4rem;
    background: #c1272d;
    border-radius: 8px;
    border-bottom: solid 5px #7d1a1d;
    text-decoration: none;
}

.center-wrap .button_solid004 a span {
    font-size: 0.9rem;
    text-decoration: none;
}

.center-wrap .button_solid004 a:hover {
    border-bottom: solid 2px #7d1a1d;
    text-decoration: none;
    /* transform: translateY(3px); */
}


/* .bottom_img>a {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50%;
    min-width: 200px;
    max-width: 400px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.3);
    padding: 15px;
    text-align: center;
    color: white;
    background-color: #c1272d;
    font-size: 1.5rem;
    font-weight: 200;
    transition: .3s;
    border-radius: 8px;
    }

    .bottom_img>a>span {
    font-size: 1.2rem;
    }

    .bottom_img>a:hover {
    color: #333;
    text-decoration: none;
    } */

.alfa-title {
    opacity: 0.8;
    font-size: 1.4rem;
    color: #333;
}

.top_site_img {
    margin: 0 auto;
    position: absolute;
    top: 44.4%;
    left: 18%;
    width: 60%;
    text-align: center;
}

.top_site_img img {
    /* 横幅を割合で指定 */
    height: auto;
}

.top_img p {
    position: absolute;
    top: 5%;
    left: 4%;
    font-size: 1.6rem;
    color: #000000;
    font-weight: bold;
    opacity: 0.8;
}


/* 企業の方はこちらボタンn */

.top_img .button_solid001 a {
    position: absolute;
    top: 1%;
    right: 3%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 8px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 1.2rem;
    background-color: #5fb4b4;
    filter: drop-shadow(0px 2px 4px #827d7d);
    border-radius: 20px;
    text-decoration: none;
}

.top_img .button_solid001 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.top_img .button_solid001 a {
    position: absolute;
    top: 1%;
    right: 3%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 8px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 1.2rem;
    background-color: #5fb4b4;
    filter: drop-shadow(0px 2px 4px #827d7d);
    border-radius: 20px;
    text-decoration: none;
}

.top_img .button_solid001 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

.bottom_img {
    margin-top: -120px;
    /* font-size: 80%; */
    /* margin-top: -18px; */
    width: 100%;
    color: #ffffff;
}

.bottom_img img {
    width: 100%;
    height: auto;
}

.wrapcontents {
    padding: 20px 20px 0 20px;
    /* position: absolute; */
    /* top: 700px; */
}

.wrapcontents2 {
    padding: 20px 0px 0 0px;
    /* position: absolute; */
    /* top: 700px; */
}


/* .ul-cha0 {
    list-style-position: inside;
    list-style-image: url(../img/chapter01.png);
    } */

.chapter_image {
    /* margin-left: 40px; */
    display: flex;
    align-items: center;
    text-align: start;
    justify-content: start;
    margin: 0 auto;
    margin-left: 35px;
}

.chapter_image_posi3 {
    display: flex;
    align-items: center;
    text-align: start;
    justify-content: start;
    margin: 0 auto;
    margin-left: 30px;
}

.chapter-title_posi2 {
    margin: 0 auto;
    margin-left: 8px;
    font-weight: 600;
    color: #575656;
    font-size: 1.3rem;
    /* align-items: center; */
}

.chapter_image_posi2 img {
    width: 45px;
    height: 45px;
}

.chapter_image img {
    width: 45px;
    height: 45px;
}

.chapter-title {
    margin: 0 auto;
    margin-left: 8px;
    font-weight: 600;
    color: #575656;
    font-size: 1.3rem;
    /* align-items: center; */
}

#chap1 {}

.wrap-adust-title {
    margin-top: 25px;
    margin-bottom: 30px;
    /* margin-left: -40px; */
}


/* .chapter-adgust2 {
    margin-left: -40px;
} */

.reason {
    position: relative;
    background-color: #e4f1f1;
    /* font-size: 1.0rem; */
    display: inline-block;
    margin: 1.5em 0;
    padding: 4px 0 4px 0;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    border-radius: 10px 10px 0 0;
    z-index: 100;
}

.reason h4 {
    padding: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    z-index: 100;
}


/* .reason:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #e4f1f1;
    z-index: 100;
    }
    */

.reason::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -17px;
    left: calc(50%-20px);
    border-top: 26px solid #e4f1f1;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}

.qafromsecond {
    position: relative;
    top: -80px;
}

.qafromthird {
    position: relative;
    top: -160px;
}

.top_img_02 {
    position: relative;
}

.chapter_image_posi3 img {
    width: 48px;
    height: 48px;
}

.chapter-title_02 {
    margin: 0;
    margin-left: 10px;
    font-weight: 700;
    font-size: 1.3rem;
    color: #575656;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* width: 300px; */
    /* align-items: center; */
}

.chapter_image_posi2-wrap-bottom {
    position: absolute;
    /* top: 400px; */
    right: 2.5%;
    bottom: 6.5%
    /* width: 18%; */
    /* bottom: 1.5%;
    right: 2.5%; */
}

.chapter02-bottom-title {
    margin-bottom: 4px;
    font-weight: 800;
    font-size: 1.2rem;
    color: #555;
    height: 1.2rem;
    text-align: right;
}

.chapter02-bottom-descri {
    margin-bottom: 8px;
    font-size: 1.0rem;
    height: 1.1rem;
    text-align: right;
}

.cha-bottom-title01 {
    text-indent: -4em;
}

.cha-bottom-title02 {
    text-indent: -7em;
}

.chapter_03_wrap {
    padding-top: 80px;
}

.answer {
    background-color: rgb(255, 255, 255);
    font-size: 1.2rem;
    display: inline-block;
    /* height: 100px; */
    width: 100%;
    margin-top: -50px;
    padding: 7px 10px;
    padding-bottom: 20px;
    color: #555;
    border: 2px solid rgb(220, 217, 217);
    /* position: relative;
    top: 80%; */
    /* left: 50%;
    transform: translate(-50%, -55%); */
    z-index: 20;
    border-radius: 10px 10px 10px 10px;
}

.qa {
    position: relative;
}

.answer h4 {
    font-size: 0.9rem;
    line-height: 1.35;
    padding-top: 40px;
    z-index: 20;
}

.top_img_02 img {
    height: auto;
    width: 100%;
    margin-top: 0px;
}

.top_img_02 {
    position: relative;
}

.chapter_img_02 img {
    width: 80px;
    height: 80px;
}

.chapter_02_wrap {
    position: absolute;
    top: 2%;
    left: 10%;
    /* top: 0;
    left: 0; */
}

.presi-reason-wrap {
    padding: 0 40px;
}

.column-presi-wrap {
    position: relative;
    border: 2px solid #dbd9d9;
    padding-top: 20px;
}

.presi-profile-tag {
    position: absolute;
    top: -10px;
    right: -20px;
    padding: 10px 0;
    padding-right: 20px;
    color: white;
    background-color: #5fb4b4;
    font-weight: 600;
    display: flex;
}

.presi-profile-tag:after {
    position: absolute;
    top: -10px;
    right: -20px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff #f5f4f4 transparent;
    border-width: 0 20px 20px 0;
}

.presi-profile-tag>p {
    margin: 0;
}

.presi-img {
    height: 100%;
    padding-bottom: 56.25%;
    width: 100%;
    padding: 0 40px;
}

.presi-catch {
    position: relative;
    width: 340px;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 8px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 1.2rem;
    border: 4px solid #5fb4b4;
}

.circle-count {
    position: absolute;
    top: -25px;
    left: -30px;
    background-color: rgb(255, 255, 255);
    border: 3px solid lightblue;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 20px;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.presi-episode {
    position: relative;
    width: auto;
    /* max-width: 400px; */
    margin: 0 10px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-align: start;
    justify-content: start;
    font-size: 1.0rem;
    border: 4px solid #5fb4b4;
}

.icon-text-presi {
    display: flex;
    align-items: center;
    justify-content: start;
}

.icon-text-presi img {
    margin-right: 10px;
    margin-left: 10px;
    width: 80px;
    height: 50px;
}

.presi-company {
    font-size: 1.0rem;
}

.presi-name {
    font-size: 0.9rem;
}

.icon-text-presi {
    display: flex;
    justify-content: start;
}

.icon-text-presi-icon {
    display: flex;
    justify-content: space-between;
}

.icon-layout-president {
    position: relative;
    margin-left: 10px;
    padding: 6px 0px;
    padding-left: 10px;
    border: 4px solid #5fb4b4;
    margin-top: 20px;
    margin-left: 6rem;
}

.icon-layout-president img {
    /* margin: 0; */
    width: 12px;
    height: 12px;
    color: #000;
    opacity: 0.74;
    /* margin: 0 4px; */
}

.threeicon {
    margin-right: 20px;
    color: red;
}

.presi-descri-column {
    position: relative;
}


/* 擬似要素を使ってドッグイヤー部分を表現 */

.presi-descri-column::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: transparent transparent transparent #5fb4b4;
}

.presi-border {
    border: 1px solid #dbd9d9;
    margin: 0 4px;
}

.presi-descri-row {
    display: flex;
    /* align-items: center; */
    text-align: start;
}

.presi-descri-num {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px;
    font-size: 1.6rem;
    font-weight: 700;
    /* width: 80px; */
    color: #333;
}

.presi-descri-num1 {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px;
    /* font-size: 1.75rem; */
    font-weight: 700;
    /* width: 80px; */
    width: 15%;
    color: #333;
}

.presi-descri-text1 {
    width: 5%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 175%;
}

.presi-num-wrap {
    width: 85%;
}

.presi-descri-wrap {
    border-left: 2px solid #dbd9d9;
    margin: 4px 0;
    padding: 4px 10px;
    width: 85%;
}

.presi-descri-title {
    font-size: 1.0rem;
    color: #5fb4b4;
    font-weight: 700;
    padding-bottom: 4px;
}

.presi-descri-descri {
    font-size: 0.8rem;
}

.chapter4-column {
    background-color: #e5f1f1;
}

.chapter4-column-descri {
    align-items: center;
    text-align: center;
}

.cha4-title-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    margin-top: 20px;
    /* height: 500px; */
}

.cha4-title-img img {
    max-width: 100%;
    max-height: 100%;
}

.cha4-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.cha4-descri {
    font-size: 1.0rem;
    padding: 0 40px;
}

.top_img_03 img {
    height: auto;
    width: 80%;
}

.top_img_03 {
    position: relative;
    text-align: right;
}

.top_img_03 p {
    position: absolute;
    top: 20%;
    /*画像の左上に配置*/
    left: 0;
    margin: 0;
    font-weight: 600;
    text-align: start;
    /*余計な隙間を除く*/
    color: white;
    /*文字を白に*/
    background-color: rgba(141, 202, 202, 0.8);
    /* opacity: 0.8; */
    /*背景色*/
    font-size: 1.2rem;
    padding: 20px 60px 20px 40px;
}

.register_btn>a {
    display: block;
    margin: 40px auto;
    width: 50%;
    min-width: 200px;
    max-width: 400px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.3);
    padding: 15px;
    text-align: center;
    color: white;
    background-color: #c1272d;
    font-size: 1.5rem;
    font-weight: 200;
    transition: .3s;
    text-decoration: none;
    border-radius: 8px;
}

.register_btn>a>span {
    font-size: 1.2rem;
}

.register_btn>a:hover {
    /* background: rgb(216, 68, 68); */
    color: #333;
    text-decoration: none;
}


/* 480px以下である時 */

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

@media screen and (max-width: 768px) {
    .icon-layout-president {
        position: relative;
        margin-left: 10px;
        padding: 6px 0px;
        padding-left: 10px;
        border: 4px solid #5fb4b4;
        margin-top: 20px;
        margin-left: 1rem;
    }
    .large-top {
        /* display: none; */
    }
    .small-top-header {
        background-color: white;
    }
    .small-header-menu-block {
        width: 100%;
        display: none;
    }
    .small-header-li {
        text-align: center;
        padding: 3%;
        border-top: solid 1px #5fb4b4;
    }
    .footer-content {
        margin-bottom: -200px;
    }
    .bk-button {
        background-color: #5fb4b4;
        color: white;
        width: 75%;
        border-radius: 20px !important;
    }
    .bk-button1 {
        background-color: #5fb4b4;
        color: white;
        width: 100%;
        border-radius: 20px !important;
    }
    .bk-button2 {
        background-color: white;
        color: #5fb4b4;
        border: solid 1px #5fb4b4 !important;
        width: 25%;
        border-radius: 20px !important;
    }
    .bk-button3 {
        background-color: #e4f03d;
        color: #3c48b1;
        width: 75%;
        border-radius: 20px !important;
    }
    .bk-button4 {
        background-color: #c71717;
        color: white;
        width: 100%;
        border-radius: 20px !important;
    }
    .top-container {
        font-size: 100%;
    }
    .bk-font {
        font-family: Bkfont;
    }
    .side-title {
        font-weight: bold;
        margin-top: 20px;
        text-align: start;
    }
    /* ヘッダーのロゴ画像 */
    .footer-logo-block {
        width: 20%;
        background-color: white;
    }
    .footer-link-block {
        width: 80%;
        background-color: white;
    }
    .top-logo-footer {}
    .hambtn_target-footer {
        /* margin-left: 0%; */
        /* margin-right: auto; */
        margin-top: 1.5%;
        margin-bottom: auto;
        height: 10%;
        padding: 0px;
    }
    .footer-link-li {
        padding-left: 1%;
        padding-right: 1%;
        font-size: 100%;
    }
    .footer-link-li-border {
        border-bottom: dashed 1px gray;
    }
    .footer-link-a {
        color: gray;
    }
    .footer-link-a:link {
        color: gray;
    }
    ul {
        list-style: none;
    }
    /* ヘッダーのハンバーガーボタン */
    .btn-radius {
        width: 75px;
        height: 75px;
        line-height: 100px;
        background-color: #5fb4b4;
        border-radius: 50%;
        color: #fff;
        text-align: center;
    }
    .btn-trigger {
        /* position: absolute; */
        /* right: 0px;
    width: 20%; */
        /* height: 50%; */
        cursor: pointer;
        /* text-align: right; */
    }
    .hambtn_target {
        /* background-color:#5fb4b4; */
        /* padding: 10px; */
        opacity: 0;
        pointer-events: none;
    }
    .hambtn_target.is-hidden {
        transition: opacity 200ms;
        pointer-events: none;
    }
    .hambtn_target.is-show {
        transition: opacity 200ms;
        opacity: 200;
        pointer-events: unset;
        display: inline-block !important;
    }
    .header-block {
        background-color: rgba(255, 255, 255, 255.3);
        padding: 0px;
    }
    .header-block2 {
        padding: 0px;
    }
    .header-logo-block {
        width: 10%;
        height: 50px;
    }
    .header-menu-block {
        width: 90%;
        height: 50px;
        text-align: center;
    }
    .header-image {
        width: auto;
        height: 50px;
    }
    .header-ul {
        display: table;
        margin-left: auto;
        width: 100%;
        height: 50px;
    }
    .header-li-start {
        margin-left: auto;
    }
    .header-link-li {
        /* width: 12%; */
        font-size: 100%;
        text-align: center;
        height: 50px;
        font-size: 100%;
    }
    .header-link-li-a {
        border-right: dashed 1px #5fb4b4;
        display: table-cell;
        vertical-align: middle;
    }
    .header-link-li-a span {
        /* margin-top: 5px; */
    }
    .header-link img {
        /* margin-top: 20px; */
        height: 20px;
    }
    .header-link {
        color: #5fb4b4;
    }
    .header-link:link {
        text-decoration: none;
        color: #5fb4b4;
    }
    .header-link:visited {
        color: #5fb4b4;
    }
    .header-link:active {
        color: #5fb4b4;
    }
    .bk-button {
        background-color: #5fb4b4;
        color: white;
        width: 75%;
        border-radius: 20px !important;
    }
    .top-image1 {
        /* max-width: 25%; */
        margin-top: 15%;
        margin-left: 10%;
        width: 10%;
        height: auto;
        height: 20%;
    }
    .top-image2 {
        /* max-width: 100%; */
        margin-left: 10%;
        width: 70%;
        height: auto;
        right: 0px;
    }
    .topics-block {
        margin-top: 50%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .topics-block-small {
        margin-top: 0% !important;
    }
    .topics-only-block {
        margin-top: 5%;
    }
    .topics-block-text {
        background-color: white;
    }
    .topics-block-title1 {
        /* font-family: Bkfont; */
        margin-top: 2%;
    }
    .topics-block-title2 {
        margin: 2% 2% 0% 2%;
    }
    .topics-block-title3 {
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .topics-link {
        color: gray;
    }
    .topics-link:link {
        color: gray;
    }
    .topics-link:hover {
        color: gray;
    }
    .topic-title {
        font-family: Bkfont;
        margin-top: 2%;
        border-bottom: solid 1px gray;
        width: 100%;
    }
    .topic-content {
        font-size: 125%;
        /* color: gray; */
        margin: 3%;
        line-height: 125%;
    }
    .latestInformations-block {
        margin-top: 50%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .latestInformations-block-small {
        margin-top: 0% !important;
    }
    .latestInformations-only-block {
        margin-top: 5%;
    }
    .latestInformations-block-text {
        background-color: white;
    }
    .latestInformations-block-title1 {
        /* font-family: Bkfont; */
        margin-top: 2%;
    }
    .latestInformations-block-title2 {
        margin: 2% 2% 0% 2%;
    }
    .latestInformations-block-title3 {
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .latestInformations-link {
        color: gray;
    }
    .latestInformations-link:link {
        color: gray;
    }
    .latestInformations-link:hover {
        color: gray;
    }
    .latestInformations-link-title {
        color: gray;
        margin-top: 1%;
    }
    .latestInformation-title {
        font-family: Bkfont;
        margin-top: 2%;
        border-bottom: solid 1px gray;
        width: 100%;
    }
    .latestInformation-content {
        font-size: 125%;
        /* color: gray; */
        margin: 3%;
        line-height: 125%;
        word-wrap: break-word;
    }
    .new-infomation-block {
        margin-top: 5%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .new-infomation-block-title1 {
        margin-top: 3%;
    }
    .new-infomation-block-title2 {
        margin-top: 3%;
    }
    .new-infomation-btn {
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .new-recruitment-infomation {
        margin-top: 5%;
        margin-bottom: 10%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .new-recruitment-infomationimage {
        width: 200px;
        height: auto;
    }
    .top-new-recruitment-text-area {
        overflow-x: auto;
    }
    .presi-descri-text1 {
        font-size: 125%;
    }
}

@media screen and (min-width: 768px) {
    .small-top {
        display: none;
    }
    .footer-content {
        margin-bottom: -200px;
    }
    .bk-button {
        background-color: #5fb4b4;
        color: white;
        width: 25%;
        border-radius: 20px !important;
    }
    .bk-button1 {
        background-color: #5fb4b4;
        color: white;
        width: 100%;
        border-radius: 20px !important;
    }
    .bk-button2 {
        background-color: white;
        color: #5fb4b4;
        border: solid 1px #5fb4b4 !important;
        width: 25%;
        border-radius: 20px !important;
    }
    .bk-button3 {
        background-color: #e4f03d;
        color: #3c48b1;
        width: 25%;
        border-radius: 20px !important;
    }
    .bk-button4 {
        background-color: #c71717;
        color: white;
        width: 100%;
        border-radius: 20px !important;
    }
    .top-container {
        font-size: 100%;
    }
    .bk-font {
        font-family: Bkfont;
        font-weight: bold;
    }
    .side-title {
        margin-top: 20px;
        text-align: start;
    }
    /* ヘッダーのロゴ画像 */
    .footer-logo-block {
        width: 10%;
        background-color: white;
    }
    .footer-link-block {
        width: 90%;
        background-color: white;
    }
    .top-logo-footer {}
    .hambtn_target-footer {
        margin-left: 15%;
        margin-right: auto;
        margin-top: 1.5%;
        margin-bottom: auto;
        height: 10%;
    }
    .footer-link-li {
        padding-left: 1%;
        padding-right: 1%;
        font-size: 100%;
    }
    .footer-link-li-border {
        border-left: solid 1px gray;
    }
    .footer-link-a {
        color: gray;
    }
    .footer-link-a:link {
        color: gray;
    }
    ul {
        list-style: none;
    }
    /* ヘッダーのハンバーガーボタン */
    .btn-radius {
        width: 75px;
        height: 75px;
        line-height: 100px;
        background-color: #5fb4b4;
        border-radius: 50%;
        color: #fff;
        text-align: center;
    }
    .btn-trigger {
        /* position: absolute; */
        /* right: 0px;
    width: 20%; */
        /* height: 50%; */
        cursor: pointer;
        /* text-align: right; */
    }
    .hambtn_target {
        /* background-color:#5fb4b4; */
        /* padding: 10px; */
        opacity: 0;
        pointer-events: none;
    }
    .hambtn_target.is-hidden {
        transition: opacity 200ms;
        pointer-events: none;
    }
    .hambtn_target.is-show {
        transition: opacity 200ms;
        opacity: 200;
        pointer-events: unset;
        display: inline-block !important;
    }
    .header-block {
        background-color: rgba(255, 255, 255, 255.3);
        padding: 0px;
    }
    .header-block2 {
        padding: 0px;
    }
    .header-logo-block {
        width: 10%;
        height: 75px;
    }
    .header-menu-block {
        width: 90%;
        height: 75px;
        text-align: center;
    }
    .header-image {
        width: auto;
        height: 75px;
    }
    .header-ul {
        display: table;
        margin-left: auto;
        width: 100%;
        height: 75px;
    }
    .header-li-start {
        margin-left: auto;
    }
    .header-link-li {
        width: 12%;
        font-size: 100%;
        text-align: center;
        height: 75px;
    }
    .header-link-li-a {
        border-right: dashed 1px #5fb4b4;
        display: table-cell;
        vertical-align: middle;
        width: 12%;
        font-size: 1rem;
        line-height: 1.2;
    }
    .header-link-li-a span {
        /* margin-top: 5px; */
    }
    .header-link img {
        margin-top: 20px;
        height: 20px;
    }
    .header-link {
        color: #5fb4b4;
    }
    .header-link:link {
        text-decoration: none;
        color: #5fb4b4;
    }
    .header-link:visited {
        color: #5fb4b4;
    }
    .header-link:active {
        color: #5fb4b4;
    }
    .top-image1 {
        /* max-width: 25%; */
        margin-top: 15%;
        margin-left: 10%;
        width: 10%;
        height: auto;
        height: 20%;
    }
    .top-image2 {
        /* max-width: 100%; */
        margin-left: 10%;
        width: 70%;
        height: auto;
        right: 0px;
    }
    .topics-block {
        margin-top: 50%;
    }
    .topics-only-block {
        margin-top: 5%;
    }
    .topics-block-text {
        background-color: white;
    }
    .topics-block-title1 {
        /* font-family: Bkfont; */
        margin-top: 2%;
    }
    .topics-block-title2 {
        margin: 2% 2% 0% 2%;
    }
    .topics-block-title3 {
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .topics-link {
        color: gray;
    }
    .topics-link:link {
        color: gray;
    }
    .topics-link:hover {
        color: gray;
    }
    .topic-title {
        font-family: Bkfont;
        margin-top: 2%;
        border-bottom: solid 1px gray;
        width: 100%;
    }
    .topic-content {
        font-size: 125%;
        /* color: gray; */
        margin: 3%;
        line-height: 125%;
    }
    .latestInformations-block {
        margin-top: 50%;
    }
    .latestInformations-only-block {
        margin-top: 5%;
    }
    .latestInformations-block-text {
        background-color: white;
    }
    .latestInformations-block-title1 {
        /* font-family: Bkfont; */
        margin-top: 2%;
    }
    .latestInformations-block-title2 {
        margin: 2% 2% 0% 2%;
    }
    .latestInformations-block-title3 {
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .latestInformations-link {
        color: gray;
    }
    .latestInformations-link:link {
        color: gray;
    }
    .latestInformations-link:hover {
        color: gray;
    }
    .latestInformations-link-title {
        color: gray;
        margin-top: 1%;
    }
    .latestInformation-title {
        font-family: Bkfont;
        margin-top: 2%;
        border-bottom: solid 1px gray;
        width: 100%;
    }
    .latestInformation-content {
        font-size: 125%;
        /* color: gray; */
        margin: 3%;
        line-height: 125%;
        word-wrap: break-word;
    }
    .new-infomation-block {
        margin-top: 5%;
    }
    .new-infomation-block-title1 {
        margin-top: 3%;
    }
    .new-infomation-block-title2 {
        margin-top: 3%;
    }
    .new-infomation-btn {
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .new-recruitment-infomation {
        margin-top: 5%;
        margin-bottom: 10%;
    }
    .new-recruitment-infomationimage {
        width: auto;
        height: 200px;
    }
    .top-new-recruitment-text-area {
        overflow-x: auto;
    }
}
