@charset "utf-8";

/* --------------------------------------------------
ページ別のCSS（含む）
-------------------------------------------------- */
/* メインイメージ1
------------------------------ */
#mainimg {
    width: 100%;
    height: 760px;
    text-align: center;
    position: relative;
}


#mainimg .maintxt {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    position: absolute;
    z-index: 3;
    left: 0px;
    right: 0px;
}

#mainimg .logo {
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}

#mainimg .txt {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;

}

#mainimg .txt img {
    width: 100%;
    max-width: 913px;
}

#mainimg .img01 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    line-height: 0px;
    z-index: 2;

}

#mainimg .img01 img {
    width: 100%;
    max-width: 924px;
}

#mainimg .img02 {
    position: absolute;
    left: -150px;
    bottom: 0px;
    line-height: 0px;
    z-index: 1;
}

#mainimg .img02 img {
    width: 30%;
}

#mainimg .img04 {
    position: absolute;
    right: 50px;
    bottom: 0;
    line-height: 0px;
    z-index: 1;
}


#mainimg2nd {
    width: 100%;
    height: 200px;
    text-align: center;
    position: relative;
    background-image: url(../img/index/bg_all.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    background-size: 180% auto;
}


/* index.html
------------------------------ */
.indexread {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    font-size: 1.5vw;
    line-height: 180%;
}

#indexbnrbox {
    background-image: url(../img/index/bg_all.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.bnrflex {
    width: 100%;
    gap: 10px;
    padding-bottom: 12px;
}

.bnr01 {
    position: relative;
    text-align: center;
    width: calc((100% - 30px) * 1 / 4);
    height: 250px;
    align-items: center;
    display: flex;
    justify-content: center;

}

.bnr01 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;

}

.bnr01 img {

    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
}


.bnr01 a:link,
.bnr01 a:visited {
    color: #0d396d !important;
    text-decoration: none;

}

.bnr01:hover {
    filter: alpha(opacity=70);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";
    /* IE 8,9 */
    -moz-opacity: 0.7;
    /* FF , Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    opacity: 0.7;
    zoom: 1;
    /*IE*/
}

.bnr03 {
    width: calc((100% - 20px) * 2 / 4);
}

.bnr04-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bnr04 {
    width: 100%;
    height: 100%;
}

.bnr04-wrap:hover {
    opacity: 1;
    filter: none;
}


.bg01 {
    background-color: hsla(14, 70%, 56%, 0.80);
}

.bg02 {
    background-color: hsla(37, 77%, 61%, 0.80);
}

.bg03 {
    background-color: hsla(55, 85%, 65%, 0.80);
}

.bg04 {
    background-color: hsla(78, 48%, 59%, 0.80);
}

.bg05 {
    background-color: hsla(146, 49%, 44%, 0.80);
}

.bg06 {
    background-color: hsla(179, 63%, 41%, 0.80);
}

.bg07 {
    background-color: hsla(193, 100%, 44%, 0.80);
}

.bg08 {
    background-color: hsla(210, 48%, 60%, 0.80);
}

.bg09 {
    background-color: hsla(230, 45%, 58%, 0.80);
}

.bnr02 {
    position: relative;

}

.bnr02 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;

}

.bnr02 {
    text-align: center;
    width: 45%;
    margin-bottom: 20px;
    height: 150px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 2%;
    padding-right: 2%;
}

.bnr02 img {

    text-align: center;
    vertical-align: middle;
    max-width: 100%;
}


.bnr02 a:link,
.bnr02 a:visited {
    color: #0d396d !important;
    text-decoration: none;

}

.bnr02:hover {
    filter: alpha(opacity=70);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";
    /* IE 8,9 */
    -moz-opacity: 0.7;
    /* FF , Netscape */
    -khtml-opacity: 0.7;
    /* Safari 1.x */
    opacity: 0.7;
    zoom: 1;
    /*IE*/
}

.btn {
    padding-bottom: 20px;
}

.btn a {
    text-align: center;
    width: 80%;
    margin: 0 auto;

    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 2%;
    padding-right: 2%;
    background-color: hsla(37, 77%, 61%, 0.80);
}

.btn a:hover {
    background-color: hsla(37, 77%, 61%, 0.20);
    border: 1px solid hsla(37, 77%, 61%, 0.80);
}

/* 2nd
------------------------------ */
.bread {
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: left;
}

.img2ndright {
    margin-bottom: 30px;
    margin-left: 30px;
    float: right;
}

.img2ndleft {
    margin-bottom: 30px;
    margin-right: 30px;
    float: left;
}

.midashiphoto01 {
    position: absolute;
    right: 0px;
    top: -220px;
}

.midashiphoto01 img {
    width: 224px;
    max-width: 90%;
}



#spnavi {

    display: none;
}

.midashi01 {
    text-align: left;
    padding-top: 40px;
    margin-left: 20px;
}

.midashi01 img {
    text-align: left;
    width: 80%;
    max-width: 700px;
}

.midashi02 {
    text-align: left;
    margin-left: 0px;
    font-size: 3vw;
    color: #0D396D;
    font-weight: bold;
    background-image: url(../img/category/bg_midashi02.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 10px;
    margin-bottom: 30px;
    line-height: 150%;
}

.midashi02 span {
    text-align: left;
    padding-top: 40px;
    margin-left: 20px;
    font-size: 5vw;
}

.midashi03 {
    text-align: left;
    margin-left: 0px;
    font-size: 1.5vw;
    color: #0D396D;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 150%;
    border-bottom: 5px double #D1B800;
}

.faq01 span {
    text-align: left;
    margin-left: 0px;
    font-size: 3vw;
    color: #FFFFFF;
}

.faq01 {
    position: relative;
    display: inline-block;
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    background: #6083b5;
    font-weight: bold;
    margin-bottom: 30px;
    width: 95%;

}

.faq01:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #6083b5;
}

.faq01 p {
    margin: 0;
    padding: 0;
}

.faq02 span {
    text-align: left;
    margin-left: 0px;
    font-size: 3vw;
    color: #6083b5;
}

.faq02 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: bold;
    background: #b3d6e9;
}

.faq02:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #b3d6e9;
}

.faq02 p {
    margin: 0;
    padding: 0;
}

.faq03 {
    padding: 10px;
    margin-bottom: 30px;
    background-color: #DBDBDB;
}

.moviebox {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
    width: 46%;
    background-color: #5ba4c4;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.moviebox img {
    width: 100%;
}

.flowbox {
    position: relative;
    display: block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 50%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    text-align: center;
}

.flowbox:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.flowbox:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
}

.flowboxend {
    position: relative;
    display: block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 50%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
    text-align: center;
}

.infodate {
    color: #4F4F4F;
    font-size: 0.8em;
}

.infotitle {

    font-size: 1.5em;
}

/*トップアニメ*/
.loop01 {
    background-repeat: repeat-x;
    background-image: url(../img/index/bg01.png);
    /*background-size: auto 200px;*/
    background-position: center bottom;
    height: 760px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.loop02 {
    background-repeat: repeat-x;
    background-image: url(../img/index/bg02.png);
    /*background-size: auto 200px;*/
    background-position: center bottom;
    height: 760px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.loop03 {
    background-repeat: repeat-x;
    background-image: url(../img/index/bg03.png);
    background-position: center bottom;
    height: 300px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

/*アコーディオン*/
.accordion-container {
    position: relative;
    width: 100%;
    /* border: 1px solid #0079c1;*/
    border-top: none;
    outline: 0;
    cursor: pointer
}

.accordion-container .accordion-title {
    display: block;
    position: relative;
    margin: 0;
    /*  padding: 0.625em 0.625em 0.625em 2em;*/
    font-size: 1.25em;
    font-weight: normal;
    /* color: #fff;
  background: #000;*/
    cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
    /*background-color: #00aaa7;*/
    /*color: white;*/
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
    /* color: white;*/
}

.accordion-title {
    position: relative;
    box-sizing: border-box;
}

.accordion-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 25%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}

.accordion-content {
    display: none;
    /*padding-left: 2.3125em;*/
}

/* CSS for CodePen */
.accordion-container {
    width: 100%;

}

.text-dan-flex {
    display: flex;
}

.text-dan-img {
    width: 330px;
    box-sizing: border-box;
    padding: 10px;
    border: thin #eee solid;
    margin: 0 auto;
}

.text-dan-txt {
    width: 580px;
}

/*220525追加　ムービーアイコン*/
.icon img {
    height: 30px;
    vertical-align: bottom;
}

.accordion-title .icon img {
    margin-left: 20px;
}

/*231201会社概要　外観写真*/

.photo-iri th {
    min-width: 135px;
}

.flex-photo {
    display: flex;
    justify-content: space-between;
}

.flex-photo>div {
    width: 50%;
    padding: 5px;
    margin-top: 1rem;
}

.flex-photo>div img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.flex-photo>div.cap {
    font-size: 0.8em;
}

@media screen and (max-width: 540px) {
    .flex-photo {
        display: inherit;
    }

    .flex-photo>div {
        width: 100%;
    }

    .flex-photo>div img {
        height: 200px;
    }
}

/*231201安全委員会　ポスター表示*/
.poster-cover {
    background-color: #F4F4F4;
    padding: 5px 10px;
    margin: 0px auto;
}

.poster-cover h6 {
    text-align: center;
    margin: 1rem auto;
    font-weight: bold;
}



/*採用ページ*/
.saiyo_naiyo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.saiyo_naiyo_schedule {
    margin-right: 5%;
}

.saiyo_naiyo_img {
    width: 45%;
}

.saiyo_naiyo_img img {
    width: 100%;
    max-width: 350px;
}

.saiyo_kyuyo_img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.saiyo_kyuyo_img img {
    width: 49%;
}

@media screen and (max-width: 540px) {
    .saiyo_naiyo_img {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .saiyo_naiyo_img img {
        width: 48%;
    }

    .saiyo_naiyo {
        flex-direction: column;
    }
}