@charset "UTF-8";

/* ミドル共通 middle
-------------------------------------------------------------*/

#middle footer,
#middle #footer {
    border-top: 1px solid #ccc;
}


/*見出し　h1*/

#middle_Title {
    margin-top: 85px;
    text-align: center;
    padding: 40px 0 60px 0;
}

#middle_Title h1 {
    color: #fff;
    font-size: 32px;
    letter-spacing: 1px;
    padding-top: 60px;
}

#middle_Title h1 span {
    font-size: 15px;
}


/*見出し　h2*/

#middle h2 {
    font-size: 22px;
    margin: 0 0 15px;
    border-bottom: 2px solid #f0f0f0;
    color: #3765a9;
    position: relative;
    line-height: 1.6;
}

#middle h2:after {
    content: "";
    display: block;
    width: 14%;
    border-bottom: 2px solid #3765a9;
    position: absolute;
    bottom: 0;
    margin-bottom: -3px;
}


/*アンカーリンク*/

#anchor_link,#anchor_link2 {
    width: 95%;
    max-width: 1080px;
    margin: 2% auto;
    overflow: hidden;
    display: block;
}

#anchor_link li {
    width: 32%;
    float: left;
    margin: 1% 2% 1% 0;
}
#anchor_link2 li {
    width: 23%;
    float: left;
    margin: 1% 2% 1% 0;
}

#anchor_link li:nth-child(3n) {
    margin-right: 0;
}
#anchor_link2 li:last-child {
    margin-right: 0;
}

#anchor_link2 li:last-child a{
 background: url(../../recruit/img/icon_open.png) no-repeat 92% center;
 background-color: #e8eef7;
}

#anchor_link2 li:last-child a:before {
    display:none;
}

#anchor_link li a,#anchor_link2 li a {
    padding: 2.5% 0 3.5% 35px;
    display: block;
    background: #e8eef7;
    position: relative;
    font-size: 16px;
    border: 1px solid #a9c0e2;
}

#anchor_link li a:before,#anchor_link2 li a:before {
    content: url(../../img/list_arrow.gif);
    position: absolute;
    left: 2%;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    margin: auto;
}

#anchor_link li a:hover,#anchor_link2 li a:hover {
    text-decoration: none;
    opacity: 0.7;
    color: #3765a9;
}


/* 余白 margin */

.m_auto {
    margin: 0 auto;
}

.m1 {
    margin: 1%;
}

.m2 {
    margin: 2%;
}

.m3 {
    margin: 3%;
}

.m4 {
    margin: 4%;
}

.m5 {
    margin: 5%;
}

.mt1 {
    margin-top: 1%;
}

.mt2 {
    margin-top: 2%;
}

.mt3 {
    margin-top: 3%;
}

.mt4 {
    margin-top: 4%;
}

.mt5 {
    margin-top: 5%;
}

.mr1 {
    margin-right: 1%;
}

.mr2 {
    margin-right: 2%;
}

.mr3 {
    margin-right: 3%;
}

.mr4 {
    margin-right: 4%;
}

.mr5 {
    margin-right: 5%;
}

.ml1 {
    margin-left: 1%;
}

.ml2 {
    margin-left: 2%;
}

.ml3 {
    margin-left: 3%;
}

.ml4 {
    margin-left: 4%;
}

.ml5 {
    margin-left: 5%;
}

.mb1 {
    margin-bottom: 1%;
}

.mb2 {
    margin-bottom: 2%;
}

.mb3 {
    margin-bottom: 3%;
}

.mb4 {
    margin-bottom: 4%;
}

.mb5 {
    margin-bottom: 5%;
}


/* 余白 padding */

.p1 {
    padding: 1%;
}

.p2 {
    padding: 2%;
}

.p3 {
    padding: 3%;
}

.p4 {
    padding: 4%;
}

.p5 {
    padding: 5%;
}

.pt1 {
    padding-top: 1%;
}

.pt2 {
    padding-top: 2%;
}

.pt3 {
    padding-top: 3%;
}

.pr1 {
    padding-right: 1%;
}

.pr2 {
    padding-right: 2%;
}

.pr3 {
    padding-right: 3%;
}

.pb1 {
    padding-bottom: 1%;
}

.pb2 {
    padding-bottom: 2%;
}

.pb3 {
    padding-bottom: 3%;
}

.pl1 {
    padding-left: 1%;
}

.pl2 {
    padding-left: 2%;
}

.pl3 {
    padding-left: 3%;
}


/*サイズ*/

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}


/*カラー*/

.rglay {
    background: #f0f0f0;
}

.rglay02 {
    background: #f6f6f6;
}

.sblue {
    background: #d2def0;
}


/*その他*/

ul.arrange {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.t_border2 {
    border-spacing: 2px;
    border-collapse: separate;
}

.count_text {
    font-size: 17px;
    margin-bottom: 3%;
    padding-left: 2.5em;
    text-indent: -2.5em;
    line-height: 140%;
}

.count_text span {
    padding: 4px 14px;
    margin-right: 8px;
    color: #fff;
    background: #3765a9;
    border-radius: 200%;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
}

.count_list1 {
    padding-left: 1.1em;
    text-indent: -1.1em;
}

.boder_b {
    border-bottom: 1px solid #a5bad8;
}


/* 製品案内 products
-------------------------------------------------------------*/


/*見出し画像　h1*/

.products #middle_Title {
    background: url(../../products/img/products_h1bd01.jpg) no-repeat;
    background-size: cover;
}

.products #middle_Title h1 {
    background: url(../../products/img/products_icon01.png) no-repeat center top;
    background-size: 50px 50px;
}


/*製品案内　パーツ選択*/

#products_contents01 {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}

div#products_contents01>p {
    font-size: 22px;
    margin: 20px 0 0;
    font-weight: bold;
    color: #3765a9;
}

div#products_contents01>p span {
    font-size: 14px;
    color: #202020;
}

.products_partsbox {
    position: relative;
    background: url(../../products/img/products_img01.jpg) no-repeat center bottom;
    background-size: 100% auto;
    height: 60vw;
    max-height: 735px;
}

.products_parts {
    text-align: center;
    display: block;
    width: 16%;
    max-width: 172px;
    border: 2px solid #3765a9;
    /* background: #fff; */
    position: absolute;
}

.products_parts p {
    position: relative;
    z-index: 2;
    background-color: #fff;
    color: #212121;
    /* #3865a9 */
    overflow: hidden;
    display: block;
    padding: 4% 0 2% 0;
}

.products_parts p::before,
.products_parts p::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
}

.products_parts p,
.products_parts p::before,
.products_parts p::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.products_parts p:hover {
    color: #fff;
    text-decoration: none;
}

.products_parts p::after {
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
}

.products_parts p:hover::after {
    top: 0;
    left: 0;
    background-color: #3765a9;
}

.products_parts:first-child {
    left: 10%;
    top: 22%;
}

.products_parts:nth-child(2) {
    left: 28%;
    top: 16%;
}

.products_parts:nth-child(3) {
    left: 45.5%;
    top: 33%;
}

.products_parts:nth-child(4) {
    right: 4%;
    top: 3%;
}

.products_parts:nth-child(5) {
    left: 4%;
    bottom: 27%;
}

.products_parts:nth-child(6) {
    left: 24%;
    bottom: 15%;
}

.products_parts:nth-child(7) {
    left: 52%;
    bottom: 19%;
}

.products_parts:nth-child(8) {
    right: 8%;
    bottom: 48%;
}

.products_parts img {
    width: 90%;
    max-width: 150px;
}

.products_parts p span {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
}

.products_parts p span .fa-search:before {
    color: #3865a9;
}

.products_parts p:hover span .fa-search:before {
    color: #fff;
}

.products_parts p span:hover:before {
    background: url(../../products/img/products_expansion_on.png) no-repeat center;
    background-size: contain;
}

.fa {
    margin-right: 1%;
}


/*製品案内　パーツ写真*/

#products_contents02 {
    max-width: 1080px;
    width: 95%;
    margin: 0 auto 5%;
}

#products_contents02 img {
    max-width: 520px;
    width: 100%;
}

#products_contents02 p {
    padding: 1% 0 2%;
}


/* 会社概要 company
-------------------------------------------------------------*/


/*見出し画像　h1*/

.company #middle_Title {
    background: url(../../company/img/company_h1bd01.jpg) no-repeat;
    background-size: cover;
}

.company #middle_Title h1 {
    background: url(../../company/img/company_icon01.png) no-repeat center top;
    background-size: 56px 48px;
}

#company_contents01,
#company_contents02,
#company_contents03,
#company_contents04,
#company_contents05 {
    width: 95%;
    max-width: 1080px;
    margin: 0 auto 35px;
}

#company_contents01 .w50 .inner,
#company_contents02 .w50 .inner,
#company_contents03 .w50 .inner {
    width: 96%;
}


/* イージング無効 */

#company_contents01 a,
#company_contents01 a:hover {
    -webkit-transition: ease;
    transition: ease;
}

div.outline_area01 {
    margin: 0 0 20px;
}

ul.outline_area02 li {
    float: left;
    margin: 0 2% 2% 0;
    width: 49%;
}

ul.outline_area02 li:nth-child(2n) {
    margin: 0 0 2% 0;
}

.boder {
    border: 1px solid #a9c0e2;
}

.boder h3 {
    padding: 2% 3%;
    font-size: 16px;
    font-weight: normal;
    font-weight: bold;
    color: #3765a9;
    border-bottom: 1px solid #a9c0e2;
    background: #e8eef7;
    position: relative;
}

.boder h3 a {
    display: block;
}

.boder p {
    padding: 2% 3%;
}

#company_contents01 h3:after {
    position: absolute;
    top: 35%;
    right: 2%;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../../img/icon_more_pc.png) no-repeat center;
    background-size: 15px 15px;
}

#company_contents01 h3:hover {
    background: #d0dcee;
}

#company_contents01 h3 a:hover {
    text-decoration: underline;
}


/* Firefoxのみにハック */

@-moz-document url-prefix() {
    .boder {
        margin: 10px 1%;
    }
}

ul.disc_list {
    width: 95%;
    margin: 0 auto;
}

ul.disc_list li {
    list-style: disc;
    width: 33%;
    float: left;
}

ul.disc_list li.w100 {
    width: 100%;
    float: none;
}

ul.disc_list li.w100 span {
    margin-left: 2em;
}

table.company_table01 {
    width: 100%;
    border: 1px solid #a9c0e2;
}

table.company_table01 th {
    padding: 2% 0 2% 6%;
    width: 30%;
    text-align: left;
    background: #e8eef7;
    border-bottom: 1px solid #a9c0e2;
}

table.company_table01 td {
    padding: 2% 0 2% 6%;
    border-bottom: 1px solid #a9c0e2;
}


/*沿革*/

div#company_contents04 dt {
    float: left;
    min-width: 6em;
    padding: 1% 3%;
    font-size: 110%;
    font-weight: bold;
}

div#company_contents04 dd {
    padding: 1% 3%;
    background: #f0f0f0;
}

div#company_contents04 dd:nth-child(4n) {
    background: #fff;
    /* #D6E0F1 */
}


/*経営方針*/

p.manage_text {
    font-size: 16px;
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin: 1em 1em 2em 1em;
    line-height: 140%;
}

p.manage_text span {
    font-weight: bold;
    line-height: 140%;
    display: block;
}


/* 社員情報 recruit
-------------------------------------------------------------*/


/*見出し画像　h1*/

.recruit #middle_Title {
    background: url(../../staff/img/recruit_h1bd01.jpg) no-repeat;
    background-size: cover;
}

.recruit #middle_Title h1 {
    background: url(../../staff/img/recruit_icon01.png) no-repeat center top;
    background-size: 47px 50px;
}

#middle h2.message_h2 {
    border: none;
    font-size: 30px;
    margin: 30px 0 5px;
    padding: 0;
    text-align: center;
}

#middle h2.message_h2:after {
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

#recruit_contents01,
#recruit_contents02,
#recruit_contents03,
#recruit_contents04,
#recruit_contents05,
#recruit_contents06 {
    width: 95%;
    max-width: 1080px;
    margin: 0 auto 5%;
}

.recruit .w20 img {
    width: 100%;
    max-width: 122px;
}


/*アンケート*/

.recruit_box {
    padding: 30px 40px;
    background: #f2f2f2;
    position: relative;
    display: inline-block;
}

.recruit_box:before {
    content: "";
    position: absolute;
    top: 15%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #f2f2f2;
}

.recruit_box h3 {
    font-size: 16px;
    margin: 3% 0 5px;
    padding: 3px 0;
}

.recruit_box h3:first-child {
    margin: 0 0 5px;
}

.recruit_box h3 span {
    background: #3765a9;
    color: #fff;
    padding: 1px 10px 3px;
    margin-right: 0.5em;
    border-radius: 200%;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.recruit_box h4 {
    font-size: 16px;
    margin: 2% 0 1%;
    padding: 3px 0;
}

.recruit_box table {
    display: block;
    border-collapse: initial;
    border-spacing: 3px;
}

.recruit_box th {
    width: 22%;
    min-width: 155px;
    background: #e0e0e0;
    padding: 1% 2%;
}

.recruit_box td {
    background: #fbfbfb;
    padding: 1% 2%;
}

.recruit_box ul {
    width: 100%;
    margin: 3% 0 0;
}

.recruit_box ul li {
    width: 48%;
    float: left;
    overflow: hidden;
    display: block;
    margin: 0 2% 3% 0;
}

.recruit_box ul li h4 span {
    color: #3765a9;
    margin-right: 0.5em;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.recruit_box ul li p {
    padding-left: 1.5em;
}


/* 設備案内・品質方針 guideline
-------------------------------------------------------------*/


/*見出し画像　h1*/

.guideline #middle_Title {
    background: url(../../quality/img/guideline_h1bd01.jpg) no-repeat;
    background-size: cover;
}

.guideline #middle_Title h1 {
    background: url(../../quality/img/guideline_icon01.png) no-repeat center top;
    background-size: 45px 50px;
}

#guideline_contents01,
#guideline_contents02 {
    width: 95%;
    max-width: 1080px;
    margin: 0 auto 5%;
}

#guideline_contents01 h3 {
    background: #d2def0;
}

#guideline_contents02 h2 {
    margin-bottom: 1.6%;
}

img.guideline_img {
    width: 75%;
    display: block;
}


/* アクセス access
-------------------------------------------------------------*/


/*見出し画像　h1*/

.access #middle_Title {
    background: url(../../access/img/access_h1bd01.jpg) no-repeat;
    background-size: cover;
}

.access #middle_Title h1 {
    background: url(../../access/img/access_icon01.png) no-repeat center top;
    background-size: 36px 50px;
}

#access_contents01,
#access_contents02,
#access_contents03,
#access_contents04 {
    width: 95%;
    max-width: 1080px;
    margin: 0 auto 5%;
}

.access_map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.access_map iframe,
.access_map object,
.access_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 採用情報 recruit
-------------------------------------------------------------*/

#recruit_contents {
    color: #000;
    margin-top: 85px;
    letter-spacing: 0.12em;
}

#recruit_contents .box_content {
    width: 95%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

#recruit_contents .bg_01 {
    background: #ecf3fd;
}

#recruit_contents h2 {
    border-bottom: 2px solid #ffffff;
    font-size: 28px;
    line-height: 52px;
    margin: 0 0 40px;
}

#recruit_contents h2::after {
    width: 240px;
}

#recruit_contents .h2_ttl,
#recruit_contents .h2_ttl::after {
    border-bottom: none;
}

#recruit_contents .h2_ttl {
    color: #3765a9;
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
}

#recruit_contents .h2_ttl.mt {
    position: absolute;
    left: 50%;
    top: -182px;
    transform: translateX(-50%);
}

#recruit_contents .h2_ttl span {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    display: inline-block;
    position: relative;
}

#recruit_contents .h2_ttl span::before {
    content: "";
    background: #3765a9;
    position: absolute;
    left: -30px;
    top: 50%;
    width: 1px;
    height: 20px;
    transform: translateY(-50%) rotate(-30deg);
}

#recruit_contents .h2_ttl span::after {
    content: "";
    background: #3765a9;
    position: absolute;
    right: -30px;
    top: 50%;
    width: 1px;
    height: 20px;
    transform: translateY(-50%) rotate(30deg);
}

#recruit_contents .h3_ttl {
    font-weight: 900;
    line-height: 64px;
}

#recruit_contents .h3_ttl span {
    display: inline-block;
    font-size: 32px;
    line-height: 50px;
    border-bottom: 1px solid #000;
}

#main_visual {
    position: relative;
}

#main_visual h2,
#main_visual h2::after {
    border-bottom: none;
}

#main_visual .main_img_box {
    margin: auto;
    max-width: 1440px;
    max-height: 550px;
    height: 38.194vw;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#main_visual .main_img {
    background: url(../../recruit/img/main_img01.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    max-width: 1360px;
    margin: auto;
}

#main_visual .reg01 {
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 11;
}

#main_visual .reg02 {
    position: absolute;
    bottom: 15px;
    right: -10px;
    z-index: 11;
}

#main_visual .box_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 75%;
    height: 100%;
    z-index: 11;
}

#main_visual .main_ttl {
    position: absolute;
    bottom: 30px;
    left: 0;
    margin: 0;
}

#main_visual .main_ttl span {
    color: #fff;
    display: block;
}

#main_visual .main_ttl .jp_ttl {
    font-size: 62px;
    font-weight: 900;
    line-height: 77px;
}

#main_visual .main_ttl .en_ttl {
    font-size: 30px;
    font-weight: 600;
    line-height: 62px;
}

#main_visual .box_ttl {
    background: #255bac;
    padding: 2.778vw 6.944vw 1.778vw;
    position: absolute;
    right: -8.333vw;
    bottom: -4.444vw;
    transform: skewX(-20deg);
    z-index: 10;
}

#main_visual .box_ttl .recruit_ttl {
    color: #ffffff;
    margin: 0;
    text-align: right;
    transform: skewX(20deg);
}

#main_visual .box_ttl .en_ttl {
    display: block;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0.05em;
}

#main_visual .box_ttl .jp_ttl {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 52px;
}

#message_content {
    padding: 80px 0 150px;
}

#message_content .txt {
    font-size: 18px;
    line-height: 54px;
    margin-bottom: 30px;
}

#message_content .box_msg {
    position: relative;
    text-align: right;
}

#message_content .box_msg .txt_msg {
    color: #ecf3fd;
    font-size: 120px;
    font-weight: 900;
    line-height: 54px;
    letter-spacing: 0.05em;
    margin-top: 15px;
}

#message_content .box_msg .txt_sign {
    font-size: 16px;
    line-height: 52px;
    position: absolute;
    right: 0;
    top: 20px;
}

#message_content .box_msg .txt_sign span {
    font-size: 24px;
    font-weight: 900;
}

#require_content {
    padding: 100px 0 80px;
}

#require_content .list01 {
    justify-content: space-between;
}

#require_content .list01 li {
    background: #ffffff;
    border-radius: 20px;
    font-weight: 900;
    line-height: 42px;
    padding: 80px 15px 50px;
    position: relative;
    width: 31%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#require_content .list01 li .img {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 172px;
}

#require_content .list01 li .txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

#require_content .txt_num {
    background: #ffffff;
    border-radius: 50%;
    color: #3765a9;
    font-size: 48px;
    letter-spacing: 0.025em;
    margin: auto;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
}

#require_content .txt {
    font-size: 24px;
}

#require_content .txt span {
    font-size: 16px;
    display: block;
    line-height: 36px;
}

#application_content {
    padding: 80px 0 170px;
}

#application_content .h2_ttl {
    margin-bottom: 55px;
}

#application_content .tbl {
    letter-spacing: 0.075em;
    width: 80%;
    max-width: 850px;
    margin: 0 auto 80px;
}

#application_content .tbl th {
    border-top: 2px solid #3765a9;
    color: #3765a9;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 25px 0;
    text-align: left;
    max-width: 240px;
    width: 28%;
}

#application_content .tbl td {
    border-top: 2px solid #d5d5d5;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 28px;
    padding: 25px 25px 25px 55px;
}

#application_content .tbl .txt_tel {
    font-size: 18px;
    font-weight: 900;
}

#application_content .list02 li {
    color: #3765a9;
    letter-spacing: 0.075em;
    width: 50%;
    text-align: center;
}

#application_content .list02 li .txt {
    font-size: 24px;
    font-weight: 900;
    line-height: 56px;
    margin-bottom: 15px;
}

#application_content .list02 li .txt span {
    font-size: 20px;
}

#application_content .list02 li .txt_sm {
    color: #6b6b6b;
    font-size: 12px;
    line-height: 28px;
    margin-top: 5px;
}

#application_content .list02 .btn:hover {
    opacity: 0.7;
}

#application_content .list02 .btn_open {
    background: #255bac;
    border: 2px solid #255bac;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    max-width: 320px;
    width: 90%;
}

#application_content .list02 .btn_open:hover {
    background: #fff;
    color: #255bac;
}

#application_content .list02 .btn_open span {
    background: url(../../recruit/img/icon_open_wh.png) no-repeat left center;
    display: inline-block;
    padding-left: 35px;
}

#application_content .list02 .btn_open:hover span {
    background: url(../../recruit/img/icon_open.png) no-repeat left center;
}

#seniorMessage_content {
    padding: 95px 0 80px;
}

#seniorMessage_content .h2_ttl.mt {
    top: -175px;
}

#seniorMessage_content .anchor_link {
    margin-bottom: 50px;
}

#seniorMessage_content .anchor_link li {
    margin-right: 30px;
    max-width: 280px;
    width: 25%;
}

#seniorMessage_content .anchor_link li a {
    background: #fff url(../../recruit/img/icon_down.png) no-repeat 86% center;
    border: 2px solid #3765a9;
    border-radius: 50px;
    color: #3765a9;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
}

#seniorMessage_content .anchor_link li a:hover {
    background: #3765a9 url(../../recruit/img/icon_down_wh.png) no-repeat 86% center;
    color: #ffffff;
}

.box_person {
    background: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.075em;
    padding: 60px 60px 80px;
}

.box_person .h4_ttl {
    color: #3765a9;
    font-size: 24px;
    line-height: 56px;
    margin-bottom: 50px;
}

.box_person .h4_ttl img {
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: sub;
}

.box_person .ttl01 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    position: relative;
}

.box_person .list_time {
    padding-left: 30px;
    margin-bottom: 50px;
}

.box_person .list_time li p {
    display: flex;
    line-height: 28px;
    padding-bottom: 25px;
    position: relative;
}

.box_person .list_time li p::before {
    content: "";
    background: #bdbdbd;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
}

.box_person .list_time li p::after {
    content: "";
    background: #bdbdbd;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 4px;
}

.box_person .list_time li:last-child p::after {
    display: none;
}

.box_person .txt {
    display: inline-block;
}

.box_person .txt_time {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-right: 50px;
    text-align: right;
    min-width: 165px;
}

.box_person .list_question {
    font-size: 16px;
    padding-left: 30px;
}

.box_person .list_question dt {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}

.box_person .list_question dd {
    margin-bottom: 50px;
}

.box_person .list_question dt span {
    color: #ecf3fd;
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1;
}

.box_person .ttl02 {
    background: url(../../recruit/img/icon01.png) no-repeat 0 35px;
    color: #444343;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.box_person .list_offdays {
    border: 2px solid #c0c0c0;
    border-radius: 20px;
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 400;
    padding: 40px 40px 20px;
}

.box_person .list_offdays li {
    width: 50%;
}

.box_person .txt_q {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
}

.box_person .txt_q::before {
    content: "";
    background: #6b6b6b;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 12px;
}

.box_person .txt_ans {
    margin: 5px 0 18px;
    padding-left: 25px;
}

@media screen and (max-width: 1100px) {
    #main_visual .main_ttl .jp_ttl {
        font-size: 3rem;
        line-height: 1.3;
    }
}

@media screen and (max-width: 1024px) {
    #recruit_contents .h3_ttl span {
        font-size: 28px;
    }
}

@media screen and (max-width: 900px) {
    #main_visual .main_ttl .jp_ttl {
        font-size: 2.5rem;
    }
    #recruit_contents .h3_ttl span {
        font-size: 24px;
    }
}