@charset "utf-8";

/*==========================================
body
===========================================*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #4C4A4B;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}

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

ul {
    list-style: none;
}

.clear {
    clear: both;
}

/*==========================================
video
===========================================*/

video {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

/*==========================================
header
===========================================*/

.header-image-loop {
    width: 100%;
    height: 320px;
    /* 画像の高さを指定 */
    position: relative;
    background: url("../../../../data/images/common/header.jpg") repeat-x 0 0;
    background-size: auto 100%;
    animation: bg-slider 103s linear infinite;
    /* 23sの部分背景画像の約数だとスムーズ */
    padding: 0;
}

@keyframes bg-slider {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -4800px 0;
    }

    /* 1518pxとは使用した背景画像の長さ */
}

.header {
    width: 100vw;
    height: 320px;
    display: flex;
    justify-content: center;
    background-color: rgba(25, 63, 138, 0.8);
}

.header .header_txt {
    height: 50px;
    letter-spacing: 0.4em;
    font-size: 50px;
    font-weight: bold;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url("../../../../data/images/common/header.jpg");
    animation: bgAnimation 10s linear infinite;
    -webkit-animation: bgAnimation 10s linear infinite;
    padding-top: 50px;
}

@keyframes bgAnimation {
    from {
        background-position: 0px center;
    }

    to {
        background-position: 2000px center;
    }
}

@-webkit-keyframes bgAnimation {
    from {
        background-position: 0px center;
    }

    to {
        background-position: 2000px center;
    }
}

/* IE10以上 */

@media all and (-ms-high-contrast: none) {
    .header .header_txt {
        color: #fff;
        background-image: none;
    }
}

.header_2 {
    width: 700px;
    height: 100px;
    margin: 0 auto;
    margin-top: -200px;
}

.header_2 img {
    height: 70px;
    width: auto;
    animation: animation03 3s infinite ease 3s both;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

@keyframes animation03 {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

.header_2 img {
    animation: animation03 3s infinite ease 3s both;
    -webkit-animation: animation03 3s infinite ease 3s both;
}

h1 {
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    padding-left: 50px;
    text-align: center;
}

/*==========================================
header
===========================================*/

.nav_sp {
    width: 750px;
    height: auto;
    margin: 0 auto;
}

.nav_sp img {
    width: 70px;
    height: auto;
    margin: 10px;
}

.logo img {
    width: 350px;
    height: auto;
    padding-right: 90px;
}

#nav_sp_menu {
    padding: 0;
}

.nav_sp ul {
    display: none;
    font-size: 35px;
}

.nav_sp li {
    margin: 1px;
    line-height: 150px;
    border-bottom: 1px solid #fff;
    background-color: #333;
    padding-left: 100px;
}

.nav_sp li a {
    color: #fff;
}

.nav_sp ul li.first {
    border-top: 1px solid #fff;
}

.nav_sp ul li.last {
    border-bottom: none;
}

/*==========================================
news
===========================================*/

.news {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 100px;
    font-size: 12px;
}

.news span {
    display: inline-block;
    width: 490px;
    vertical-align: top;
    line-height: 28px;
}

.news li {
    padding: 10px 0;
    border-bottom: 1px dashed #999999;

}

.news img {
    padding: 0 20px;
    vertical-align: middle;
}

.news_1 {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.news_2 {
    text-align: center;
    margin-bottom: 25px;
}

.news_2 img {
    height: 400px;
    width: auto;

}

.news_3 {
    line-height: 1.5;
}

.news_20190902 {
    display: inline;
    position: relative;
}

.news_20190902 p {
    position: absolute;
    bottom: -40px;
    left: -80px;
}

.news_btn {
    display: block;
    width: 200px;
    margin: 0 auto;
    margin-top: 25px;
    padding: 25px;
    text-align: center;
    font-size: 16px;
    border: solid 1px #000;
}

/*==========================================
title
===========================================*/

.title {
    padding: 40px 0;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.title span {
    text-align: center;
    font-size: 48px;
}

.title_1 {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

/*==========================================
sub_title
===========================================*/

.sub_title {
    text-align: center;
    font-size: 48px;
    color: #fff;
}

.sub_title span {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

/*==========================================
top_main
===========================================*/

.top_main {
    float: left;
    font-weight: bold;
    color: #fff;
    margin: 0 9px;
    width: 355px;
    height: 420px;
    padding-top: 40px;
    margin-bottom: 20px;
}

.top_main a {
    color: #fff;
}

/*==========================================
top_company
===========================================*/

.top_company {
    background-color: rgba(25, 63, 138, 0.8);
}

.top_company ul {
    display: flex;
    width: 300px;
    line-height: 15px;
    margin-left: 40px;
    padding: 20px 0
}

.top_company li {
    padding-right: 20px;
}

.top_company li img {
    height: 14px;
    width: auto;
    vertical-align: top;
    padding-right: 10px;
}

.top_company_1 {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*==========================================
top_business
===========================================*/

.top_business {
    background-color: rgba(15, 145, 73, 0.8);
}

.top_business_1 {
    text-align: center;
}

.top_business_1 p {
    padding: 20px;
}

.top_business_1 span {
    display: block;
    text-align: left;
    padding-top: 5px;
}

/*==========================================
top_staff
===========================================*/

.top_staff {
    background-color: rgba(181, 12, 115, 0.8);
}

.top_staff_1 {
    text-align: center;
}

.top_staff_1 p {
    font-weight: bold;
    padding: 20px;
}

.top_staff_1 span {
    display: block;
    padding-top: 5px;
}

#slide img {
    padding-left: 55px;
}

/*==========================================
top_volunteer
===========================================*/

.top_volunteer {
    background-color: rgba(25, 63, 138, 0.8);
}

.top_volunteer_1 {
    text-align: center;
}

.top_volunteer_1 p {
    font-weight: bold;
    padding: 20px;
    padding-bottom: 80px;
    text-align: left;
}

/*==========================================
top_recruit
===========================================*/

.top_recruit {
    background-color: rgba(15, 145, 73, 0.8);
    height: 350px;
}

.top_recruit_1 p {
    font-weight: bold;
    padding: 20px;
    padding-bottom: 10px;
}

.top_recruit_1 span {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
}

.top_recruit li {
    display: inline-block;
    padding-left: 20px;
    width: 85px;
    position: relative;
}

.top_recruit img {
    position: absolute;
    top: 0;
    left: 10px;
    height: 90px;
    width: auto;
    vertical-align: bottom;
}

.top_recruit img {
    animation: animation03 3s infinite ease 3s both;
}

@keyframes animation03 {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

.top_recruit img {
    animation: animation03 3s infinite ease 3s both;
    -webkit-animation: animation03 3s infinite ease 3s both;
}

.top_recruit .circle {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 90px;
    vertical-align: middle;
}

.top_recruit .circle_1 {
    color: #8fc33a;
}

.top_recruit .circle_2 {
    color: #6ec4db;
}

.top_recruit .circle_3 {
    color: #fe65b7;
}

/*==========================================
banner
===========================================*/

.banner {
    width: 350px;
    float: left;
    margin-left: 10px;
}

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

.banner p {
    font-weight: bold;
    color: #6ec4db;
    margin-bottom: 5px;
}

.banner_1 {
    /*    padding-bottom: 36px;*/
}

/*==========================================
footer
===========================================*/

.footer {
    width: 750px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.footer td {
    border: 3px solid #4B4B4B;
    width: 247px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    vertical-align: middle;
}

.footer img {
    width: 30px;
    height: auto;
    vertical-align: bottom;
    padding-right: 10px;
}

.footer_1 {
    background-color: #4B4B4B;
}

.footerLogo img {
    width: 200px;
}

.footer .tel {
    display: block;
    width: 305px;
    height: auto;
    margin: 10px auto;
}

.footer .hollyhock_1 {
    position: absolute;
    top: 65px;
    right: 15px;
    width: 150px;
    height: auto;
    padding: 0;
}

.footer .twitter_1 {
    position: absolute;
    top: 65px;
    left: 15px;
    width: 75px;
    height: auto;
    padding: 0;
}

.footer img.smartsm {
    position: absolute;
    top: 63px;
    left: 50px;
    height: auto;
    width: 110px;
    padding: 0;

}


.footer .miraikenin_1 {
    position: absolute;
    top: 100px;
    left: 50px;
    height: auto;
    width: 110px;
    padding: 0;
}

.footer .DXnintei_1 {
    position: absolute;
    top: 76px;
    right: 48px;
    height: auto;
    width: 110px;
    padding: 0;
}

small {
    font-size: 12px;
    color: #fff;
}

/*==========================================
SNS-Connection_LInk
===========================================*/

.connection-inner {
    text-align: center;
    margin-bottom: 80px;
}

.p-footer-link img {
    margin: 5px;
    border: solid 2px #e2e2e2;
}

/*==========================================
top20230411
===========================================*/
.top20230411 img {
    display: block;
    width: 720px;
    margin: 0 auto;
    margin-bottom: 15px;
}

/*==========================================
top20250711
===========================================*/
.top-PR-movie{
    margin-bottom: 4rem;
    text-align: center;
}

.top-PR-movie img{
    width: 50px;
    margin-right: 10px;
}

.top-PR-movie h2{
    font-size: 2.7rem; 
    margin-bottom: 20px;
}

.top-PR-movie iframe{
    width: 700px;
    height: 393px;
}