@charset "UTF-8";
/* CSS Document */
/* ==========================================================================
   
NEWS headline

========================================================================== */
.index-app-news {
    text-align: center;
    padding: 25px 0;
    background: #012F5E;
    color: #ffffff;
    position: relative;
    z-index: 8;
}
.head_font2 {
    font-family: Maison Neue Book, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 19px;
    letter-spacing: .2em;
}
.index-app-news span {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    font-size: 1.1rem;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.index-app-news a {
    color: #fff !important;
}
@media (max-width:600px) {
    .index-app-news {
        text-align: center;
        padding: 25px 0;
        position: relative;
        z-index: 1;
        top: 0px;
        background: #012F5E;
        color: #fff;
        font-size: 9px;
        font-size: 0.9rem;
        font-size: 0.9rem;
    }
    .head_font2 {
        font-family: Maison Neue Book, Helvetica, Arial, sans-serif;
        font-size: 9px;
        font-size: 0.9rem;
        line-height: 19px;
        letter-spacing: .2em;
    }
    .index-app-news span {
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 9px;
        font-size: 0.9rem;
        position: relative;
        top: 0px;
        margin-right: 5px;
    }
}
/* ==========================================================================
   
TOP NEWS

========================================================================== */
.top_new_box {
    width: 100%;
    display: block;
}
.top_new_box dl {
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: #cccccc 1px dotted;
    display: block;
    flex-wrap: wrap;
    width: 100%;
}
.top_new_box dt {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    color: #012F5E;
    padding-bottom: 1%;
    font-weight: bold;
    float: left;
    text-align: left;
    display: block;
}
.top_new_box dd {
    position: relative;
    /* 相対位置指定 */
}
.top_new_box dd span {
    position: absolute;
    right: 0;
    /* 右端に配置 */
    text-align: right;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .top_new_box dd span {
        display: none;
    }
}
.icon::before {
    font-family: 'themify';
    content: "\e628";
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
    /* 丸の直径 */
    height: 40px;
    /* 丸の直径 */
    border: 1px solid #012F5E;
    /* ボーダー */
    color: #012F5E;
    /* テキストの色 */
    border-radius: 50%;
    /* 丸くする */
    margin-right: 5px;
    padding: 3px;
}
.top_copy {
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 1.6;
    padding-bottom: 3%;
    font-weight: 600;
    font-family: "Shippori Mincho", serif;
}
.top_copy_description {
    font-size: 13px;
    opacity: 0.5;
    font-weight: bold;
}
.top_copy_txt {
    padding: 0.1px;
    -webkit-letter-spacing: 0.04em;
    -moz-letter-spacing: 0.04em;
    -ms-letter-spacing: 0.04em;
    letter-spacing: 0.04em;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
}
.about_copy_txt {
    padding: 0.1px;
    -webkit-letter-spacing: 0.04em;
    -moz-letter-spacing: 0.04em;
    -ms-letter-spacing: 0.04em;
    letter-spacing: 0.04em;
    padding-bottom: 10%;
    padding-top: 5%;
    margin-bottom: 10%;
    border-bottom: #dddddd 1px dotted;
}
.caption_s_box {
    width: 100%;
    display: block;
    padding-bottom: 7%;
}
.caption_s {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 11px;
    font-family: BrandonTextWeb-Medium;
    letter-spacing: .1em;
    font-weight: bold;
}
.caption_s:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 10px;
    height: 3px;
    background: #9b8c6c;
}
/* ==========================================================================
   
message SECTION

========================================================================== */
.bg_message {
    background: url("../img/bg_message.png") center center no-repeat;
}
.message {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3%;
    color: #012F5E;
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.message_cap {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Times New Roman", Times, "serif";
    color: #012F5E;
    font-weight: bold;
}
.message_txt {
    text-align: center;
}
.img_box {
    padding-bottom: 5%;
}
.service_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3%;
    color: #012F5E;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.service_subttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    padding-bottom: 1%;
    color: #012F5E;
}
.service_cap {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Times New Roman", Times, "serif";
    color: #012F5E;
    font-weight: bold;
}
.service_ttl_b {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3%;
    color: #118AB6;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.service_subttl_b {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    padding-bottom: 1%;
    color: #118AB6;
}
.service_cap_b {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Times New Roman", Times, "serif";
    color: #118AB6;
    font-weight: bold;
}
.service_txt {}
.contents_c_box_L {
    width: 30%;
    float: left;
    display: block;
    padding-right: 1%;
    padding-bottom: 0%;
}
.contents_c_box_R {
    width: 65%;
    float: right;
    display: block;
    padding-left: 5%;
    padding-top: 3%;
    padding-bottom: 0%;
}
.bg_aboutus {
    background: url("../img/bg_about.png") left bottom no-repeat;
}
.company_txt {
    padding-top: 3%;
    padding-bottom: 3%;
}
.company_btn_box {
    padding-top: 7%;
}
.company_btn_box ul {
    width: 100%;
    display: flex;
    justify-content: left;
}
.company_btn_box li {
    float: left;
    position: relative;
    list-style: none;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .1em;
    padding-bottom: 1%;
    padding-right: 2%;
}
.company_btn_box li a {
    color: #dddddd;
}
.btnbox2 {
    margin-top: 4%;
    padding-bottom: 3%;
    display: block;
}
.btnbox2 .btn {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    position: relative;
    color: #fefefe;
    border: 2px solid #012F5E;
    width: 200px;
    min-width: 230px;
    margin-bottom: 0;
    margin-right: 0;
    background-color: #012F5E;
    padding: 0;
    /* 1つに統合 */
}
.btnbox2 .btn:after {
    font-family: 'themify';
    content: "\e628";
    font-size: 9px;
    font-style: normal;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 1;
    line-height: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btnbox2 .btnSmall {
    line-height: 50px;
}
.btnbox2 .btnSmall:after {
    line-height: 50px;
}
.btnbox2 .btn:hover {
    color: #fff;
    border: 2px solid #091a30;
    background-color: #091a30;
}
.btnbox2 .btn:hover:after {
    color: #ffffff;
    right: 5px;
}
@media screen and (max-width: 768px) {
    .company_btn_box ul {
        width: 100%;
        display: block;
    }
    .company_btn_box li {
        float: left;
        position: relative;
        list-style: none;
        display: block;
        font-size: 13px;
        letter-spacing: .1em;
        padding-bottom: 3%;
        padding-right: 0%;
    }
    .contents_c_box_L {
        width: 100%;
        float: left;
        display: block;
        padding-right: 0%;
        padding-bottom: 0%;
    }
    .contents_c_box_R {
        width: 100%;
        float: right;
        display: block;
        padding-left: 0%;
        padding-top: 1%;
        padding-bottom: 0%;
    }
    .btnbox2 {
        margin-top: 0%;
        padding-bottom: 0%;
        display: block;
        width: 100% !important;
    }
    .btnbox2 .btn {
        display: inline-block;
        padding: 0;
        font-size: 13px;
        text-decoration: none;
        text-align: center;
        padding: 0;
        line-height: 50px;
        position: relative;
        color: #fefefe;
        border: #012F5E 2px solid;
        font-weight: bold;
        margin-bottom: 3%;
        margin-right: 0%;
        margin-bottom: 0%;
        width: 100% !important;
    }
    .btnbox2 .btn:after {
        font-family: 'themify';
        content: "\e628";
        font-size: 9px;
        font-style: normal;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        right: 5%;
        z-index: 1;
        line-height: 50px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .btnbox2.btnSmall {
        line-height: 50px;
    }
    .btnbox2.btnSmall:after {
        line-height: 50px;
    }
    .btnbox2.btn:hover {
        color: #fffff;
        border: #012F5E 2px solid;
    }
    .btnbox2.btn:hover:after {
        color: #091a30;
        border: #091a30;
        right: 10px;
    }
}
/* ==========================================================================
   
Journal SECTION

========================================================================== */
.journals {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0%;
}
.journals:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
.journal {
    width: 24%;
    margin-bottom: 3%;
}
.journal img {
    width: 100%;
    margin-bottom: 5%;
}
.journal_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3%;
    color: #012F5E;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.journal_txt {}
@media screen and (max-width: 768px) {
    .journals {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .journals:after {
        content: "";
        display: block;
        width: 49%;
        height: 0;
    }
    .journal {
        width: 49%;
        margin-bottom: 2%;
    }
    .journal_img {
        margin-bottom: 5%;
    }
}





#bg_interview {
  color: #ffffff;
  background: url("../img/bg_interview.jpg") center center no-repeat;
  background-size: 100%;
  text-align: left;
  margin-top: 0%;
  background-position: center;
  background-attachment: inherit;
  background-color: #111111;
  z-index: 5;
  display: block;
  padding-top: 5%;
  padding-bottom: 5%; /* 下にも余白を追加 */
  height: auto; /* 高さを自動にする */
  min-height: 400px; /* 最低高さを設定する場合 */
}

#bg_interview a:visited,
#bg_recruit a:visited{
    color: #ffffff;
}
#bg_interview a:active,
#bg_recruit a:active{
    color: #ffffff;
}

.bg_caption{
font-size: 15px;
font-size: 1.5rem;	
font-family: "Zen Old Mincho", serif;
padding-bottom: 1%;
display: block;
letter-spacing: 0.1em;
vertical-align: baseline;	
}




.bg_caption img{
vertical-align: middle;
width: 25px;
height: auto;
}
.bg_section_ttl{
font-size: 23px;
font-size: 2.3rem;	
font-family: "Zen Old Mincho", serif;
padding-bottom: 3%;
display: block;
}
.bg_section_txt{
font-size: 14px;
font-size: 1.4rem;	
padding-bottom: 1%;
}

.btnstylef {
    margin-right: 10px;
    position: relative;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    font-size: 90%;
}
/*線の設定*/
.btnstylef::before, .btnstylef::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    /*線の形状*/
    background: #ffffff;
    width: 100%;
    height: 2px;
    /*アニメーションの指定*/
    transition: all 0.3s ease-in-out;
}
/*hover時に伸びる線の形状*/
.btnstylef::after {
    width: 0;
    background: #036eb8;
}
/*hover時に100%に伸びる*/
.btnstylef:hover::after {
    width: 100%;
}

@media screen and (max-width: 738px) {
#bg_interview,
#bg_recruit {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #111111;
  color: #ffffff;
  margin-top: 0;
  padding: 15% 10% 15% 10%;
  position: relative;
  z-index: 5;
  display: block;
min-height: 300px; 
}
#bg_interview {
  background-image: url("../img/bg_interview_sp.jpg");
}
#bg_recruit {
  background-image: url("../img/bg_recruit_sp.jpg");
}
.bg_caption{
font-size: 14px;
font-size: 1.4rem;	
font-family: "Zen Old Mincho", serif;
padding-bottom: 1%;
display: block;
letter-spacing: 0.1em;
}	
	
.bg_section_ttl{
font-size: 19px;
font-size: 1.9rem;	
font-family: "Zen Old Mincho", serif;
padding-bottom: 7%;
display: block;
}	
.bg_section_txt{
font-size: 13px;
font-size: 1.3rem;	
padding-bottom: 7%;
}
}