@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
    background: #989898;
}
/*------------------------------------------------------------content*/
/*mainimage*/
.mainimg_wrap {
    position: relative;
}
.mainimg {
    background: url(../img/index_img/mainimg_bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
    overflow-x: hidden;
}
.mainimg .mainimg_inner {
    min-width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.mainimg .mainimg_inner figure {
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: -50px;
}
.mainimg .mainimg_inner figure img {
    width: 340px;
    height: auto;
}
.mainimg .mainimg_inner .catch_tx01 {
    position: absolute;
    z-index: 8;
    top: 130px;
    left: 10px;
}
.mainimg .mainimg_inner .catch_tx01 img {
    width: 95%;
    height: auto;
}
.mainimg .mainimg_inner .treatment {
    position: absolute;
    z-index: 10;
    left: 10px;
    bottom: 20px;
}
.mainimg .mainimg_inner .treatment ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.mainimg .mainimg_inner .treatment ul li {
    font-size: 16px;
    font-weight: 900;
    color: #e8f00f;
    background: rgba(34, 47, 111, 0.70);
    border: 3px solid #e8f00f;
    border-radius: 30px;
    padding: 0px 12px;
    margin-bottom: 10px;
}
.mainimg .mainimg_inner .treatment ul li:not(:last-child) {
    margin-right: 5px;
}
.mainimg .mainimg_inner .treatment ul li:last-child {
        width: 33px;
        padding: 0;
    }
.more {
    left: 15px;
    margin: auto auto 0;
    position: absolute;
    z-index: 11;
    bottom: 200px;
    text-align: right;
    padding-right: 2.05vw;
}
.more a {
    transition: all 0.5s;
}
.more a:hover {
    opacity: 0.7;
}
.more a img {
    width: 120px;
    height: auto;
}
.catch_tx02 {
    background: #222f6f;
 padding: 8px 15px;
}
.catch_tx02 p {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
}
.catch_tx02 p .tx_yellow {
    color: #e8f00f;
}
@media print, screen and (min-width:768px) {
    .mainimg {
        background: url(../img/index_img/mainimg_bg.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 738px;
        overflow-x: hidden;
    }
    .mainimg .mainimg_inner {
        min-width: 1140px;
        max-width: 1366px;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }
    .mainimg .mainimg_inner figure {
        z-index: 9;
        bottom: 0;
        right: -140px;
    }
    .mainimg .mainimg_inner figure img {
        width: auto;
        height: auto;
    }
    .mainimg .mainimg_inner .catch_tx01 {
        z-index: 8;
        top: auto;
        left: 40px;
        bottom: 95px;
    }
    .mainimg .mainimg_inner .catch_tx01 img {
        width: auto;
        height: auto;
    }
    .mainimg .mainimg_inner .treatment {
        position: absolute;
        z-index: 10;
        left: 40px;
        bottom: 20px;
    }
    .mainimg .mainimg_inner .treatment ul {
        display: block;
    }
    .mainimg .mainimg_inner .treatment ul li {
        display: inline-block;
        font-size: 24px;
        border-radius: 40px;
        padding: 0px 18px;
    }
    .mainimg .mainimg_inner .treatment ul li:not(:last-child) {
        margin-right: 5px;
    }
    .mainimg .mainimg_inner .treatment ul li:last-child {
        width: 47px;
        padding: 0;
    }
    .more {
        width: 100%;
        max-width: 1366px;
        left: 0;
        right: 0;
        margin: auto auto 0;
        position: absolute;
        z-index: 11;
        bottom: 80px;
        text-align: right;
        padding-right: 2.05vw;
    }
    .more a img {
        width: auto;
        height: auto;
    }
 .catch_tx02 {
 padding: 8px 6px;
}
.catch_tx02 p {
    font-size: 48px;
}
 .catch_tx02 p .pc_none{
  display: none;
 }
}
@media print, screen and (min-width: 1440px) {
    .more {
        padding-right: 0;
    }
}
/*働き方*/
#work_pattern h3 {
    font-size: 28px;
    font-weight: 900;
    color: #222f6f;
    margin-bottom: 20px;
}
#work_pattern h3 span {
    font-size: 20px;
    font-weight: 700;
    color: #202124;
}
#work_pattern .sub_ti {
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    background: #00b395;
    border-radius: 30px;
    padding: 10px 30px;
    margin-bottom: 10px;
}
#work_pattern .work_pattern ul li {}
#work_pattern .work_pattern ul li .tx_box {
    position: relative;
    top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/index_img/point.png") top 20px center no-repeat #222f6f;
    border-radius: 10px 10px 20px 20px;
    padding: 60px 10px 40px;
}
#work_pattern .work_pattern ul li .tx_box::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-top: 20px solid #222f6f;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
#work_pattern .work_pattern ul li .tx_box p {
    width: 100%;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
}
#work_pattern .work_pattern ul li .tx_box p .tx_yellow {
    color: #e8f00f;
}
#work_pattern .work_pattern ul li .ph_box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
@media print, screen and (min-width:768px) {
    #work_pattern h3 {
        font-size: 36px;
    }
    #work_pattern h3 span {
        font-size: 30px;
    }
    #work_pattern h3 .pc_none {
        display: none;
    }
    #work_pattern .sub_ti {
        font-size: 30px;
        border-radius: 40px;
        margin-bottom: 35px;
    }
    #work_pattern .work_pattern ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #work_pattern .work_pattern ul li {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: calc(50% - 15px);
    }
    #work_pattern .work_pattern ul li:last-child {
        flex-direction: row-reverse;
    }
    #work_pattern .work_pattern ul li .tx_box {
        top: auto;
        left: 25px;
        width: 280px;
        background: url("../img/index_img/point.png") top 40px center no-repeat #222f6f;
        border-radius: 10px 20px 20px 10px;
        padding: 0;
    }
    #work_pattern .work_pattern ul li:last-child .tx_box {
        left: auto;
        right: 25px;
        border-radius: 20px 10px 10px 20px;
    }
    #work_pattern .work_pattern ul li .tx_box::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: auto;
        right: -40px;
        margin: auto;
        width: 40px;
        height: 40px;
        border-top: 20px solid transparent;
        border-right: 20px solid transparent;
        border-left: 20px solid #222f6f;
        border-bottom: 20px solid transparent;
    }
    #work_pattern .work_pattern ul li:last-child .tx_box::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -40px;
        right: auto;
        margin: auto;
        width: 40px;
        height: 40px;
        border-top: 20px solid transparent;
        border-right: 20px solid #222f6f;
        border-left: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }
    #work_pattern .work_pattern ul li .tx_box p {
        font-size: 36px;
    }
    #work_pattern .work_pattern ul li .ph_box img {
        width: auto;
        height: auto;
    }
}
/*ご挨拶*/
#greeting {
    text-align: left;
}
#greeting .tx_box {
    margin-bottom: 40px;
}
#greeting .title01 {
    text-align: left;
}
#greeting .ph_box ul {
    display: flex;
    justify-content: center;
}
#greeting .ph_box ul li {
    position: relative;
    width: calc(50% - 25px);
}
#greeting .ph_box ul li:first-child {
    margin-top: 50px;
    margin-right: 10px;
}
#greeting .ph_box ul li:last-child {
    margin-left: 10px;
}
#greeting .ph_box ul li .round_tx {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    background: #00b395;
    border-radius: 50%;
}
#greeting .ph_box ul li:first-child .round_tx {
    top: -40px;
    left: -15px;
    font-size: 14px;
}
#greeting .ph_box ul li:last-child .round_tx {
    bottom: 0;
    right: -15px;
    font-size: 12px;
}
#greeting .ph_box ul li:last-child .tx01 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    color: #222f6f;
    text-shadow: -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff;
    transform: rotate(-20deg);
}
#greeting .ph_box ul li:last-child .tx01::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
    width: 2px;
    height: 40px;
    background: #222f6f;
    transform: rotate(-20deg);
}
#greeting .ph_box ul li:last-child .tx01::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
    width: 2px;
    height: 40px;
    background: #222f6f;
    transform: rotate(20deg);
}
@media print, screen and (min-width:768px) {
    #greeting .flex_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    #greeting .tx_box {
        width: calc(50% - 30px);
    }
    #greeting .ph_box {
        width: calc(50% - 30px);
    }
    #greeting .ph_box ul {
        justify-content: space-between;
    }
    #greeting .ph_box ul li {
        width: calc(50% - 13px);
    }
    #greeting .ph_box ul li:first-child {
        margin-top: 100px;
        margin-right: 0;
    }
    #greeting .ph_box ul li:last-child {
        margin-left: 0;
    }
    #greeting .ph_box ul li .round_tx {
        width: 180px;
        height: 180px;
    }
    #greeting .ph_box ul li:first-child .round_tx {
        top: -70px;
        left: -45px;
        font-size: 24px;
    }
    #greeting .ph_box ul li:last-child .round_tx {
        bottom: 0;
        right: -30px;
        font-size: 18px;
    }
    #greeting .ph_box ul li:last-child .tx01 {
        top: -20px;
        left: -20px;
        font-size: 18px;
    }
}
/*お問合せ・応募ボタン*/
.contact_anchor {
    background: #222f6f;
    padding: 60px 0;
}
.contact_anchor .btn_entry a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
 background: url("../img/common_img/arrow_l.png") center right 20px no-repeat;
 background-size: 30px auto;
    border: 4px solid #fff;
    border-radius: 30px;
    transition: all 0.5s;
}
.contact_anchor .btn_entry a:hover {
    opacity: 0.7;
}
@media print, screen and (min-width:768px) {
    .contact_anchor .btn_entry a {
        width: 900px;
        height: 120px;
        font-size: 30px;
     background-size: auto auto;
        border-radius: 60px;
        margin: 0 auto;
    }
}
/*募集要項*/
#recruit .recruit_box:not(:last-child) {
    margin-bottom: 25px;
}
#recruit .recruit_box .rec_tit {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #00b395;
    padding: 10px 20px;
}
/*更新プログラム(連動)フォーマット*/
#news01 {
    width: 100%;
    overflow: hidden;
}
#news01 dl {
    padding: 0 0 10px 0;
}
#news01 dl dd div.newstitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media print, screen and (min-width:768px) {
    #news01 dl dt {
        float: left;
    }
    #news01 dl dd {
        padding: 0 0 0 100px;
    }
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
    width: 100%;
}
#news02 .newsbox {
    overflow: hidden; /* for modern browser */
}
#news02 .newsbox .news_text_area {
    zoom: 1; /*ie6*/
    overflow: hidden;
}
#news02 .newsbox .news_text {
    line-height: 1.5;
}
#news02 .newsbox img {
    margin-bottom: 10px;
}
#news02 .newsbox a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
#news02 .newstitle {
    font-size: 16px;
    font-weight: bold;
    color: #6D6D6D;
    padding-left: 10px;
    margin-bottom: 10px;
    border-left: 3px solid #6D6D6D;
}
#news02 .newstitle span {
    font-size: 12px;
}
#news02 .pdf_link {
    margin-top: 10px;
}
#news02 .pdf_link li {
    margin-bottom: 5px;
    text-align: left;
}
#news02 .pdf_link li a {
    padding: 2px 0 2px 28px;
    display: inline-block;
    line-height: 1.4;
    text-decoration: underline;
    background: url(../img/common_img/icon_pdf.png) left top no-repeat;
    background-size: auto 22px;
}
#news02 .pdf_link li a:hover {
    text-decoration: none;
}
@media print, screen and (min-width:768px) {
    #news02 .newstitle br {
        display: none;
    }
}