@charset "utf-8";


/*
Theme Name: jbs
Theme URI:
Description:
Author:
Author URI:
*/


/*** common ***/

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

.hover_image {
    transition: all 0.5s ease;
}

.hover_image:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

/*** HEADER ***/

.mainhead_inner {
    width: 1280px;
    padding: 20px;
    margin: auto;
}

.mainhead_inner::after {
    content: "";
    clear: both;
    display: block;
}

.headlogo {
    float: left;
}

.headlogo img {
    transition: all 0.5s ease;
}

.headlogo img:hover {
    opacity: 0.7;
}

.headinfo1 {
    float: right;
    padding-top: 12px;
    margin-right: 15px;
}

.headinfo1 p:first-child {
    font-size: 20px;
    font-weight: bold;
    color: #0a3a86;
    position: relative;
    padding-left: 29px;
}

.headinfo1 p:last-child {
    font-size: 12px;
    font-weight: bold;
}

.headinfo1 p:first-child::before {
    content: url(../img/common/icon_tel.svg);
    position: absolute;
    top: -3px;
    left: 0;
}

.headinfo2 {
    float: right;
}

.headinfo2 a {
    display: block;
    background: #0a3a86;
    color: #FFF;
    padding: 9px;
    text-align: right;
    border-radius: 6px;
    transition: all 0.5s ease;
}

.headinfo2 a:hover {
    background: #6099f3;
}

.headinfo2 p:first-child {
    font-size: 12px;
}

.headinfo2 p:last-child {
    font-size: 18px;
}

.headinfo2 img {
    float: left;
    padding-top: 8px;
    padding-right: 15px;
}

.headinfo2 div {
    float: left;
}

.headinfo2 a:after {
    content: "";
    clear: both;
    display: block;
}

.hamburger {
    display: none;
}

/*** NAV ***/

.mainnav {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.mainnav ul {
    width: 1280px;
    margin: auto;
    padding: 0 20px;
}

.mainnav ul:after {
    content: "";
    clear: both;
    display: block;
}

.mainnav li {
    float: left;
}

.mainnav li a {
    display: block;
    text-align: center;
    padding: 10px 74px;
    box-sizing: border-box;
    border-left: 1px solid #CCC;
    margin: 10px 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s ease;
}

.mainnav li a.current {
    background-color: #0a3a86;
    color: #fff;
}

.mainnav li a:hover {
    background-color: #0a3a86;
    color: #fff;
}

.mainnav li:last-child a {
    padding: 10px 77px;
}

.mainnav li a:hover span {
    color: #fff;
}

.mainnav li a.current span {
    color: #fff;
}

.mainnav li:last-child a {
    border-right: 1px solid #CCC;
}

.mainnav li a span {
    display: block;
    font-size: 10px;
    color: #0a3a86;
    transition: all 0.5s ease;
}

.dropdown {
    position: relative;
}

.mainnav .dropdown_menu {
    position: absolute;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
    padding: 0;
}

.dropdown_menu {
    opacity: 0;
    top: 50%;
    visibility: hidden;
    transition: .5s;
}

.dropdown:hover .dropdown_menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.mainnav .dropdown_menu li {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.mainnav .dropdown_menu a {
    padding: 15px 10px !important;
    width: 100%;
    margin: 0;
}

/*** SLIDER ***/

.mainslide {
    position: relative;
    margin-bottom: 52px;
    min-width: 1320px;
}

.mainslide p {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 100%;
    line-height: 1.5;
    text-align: center;
    font-size: 32px;
    color: #fff;
}

.bx-wrapper {
    box-shadow: none;
    border: none;
}

.bx-wrapper img {
    width: 100%;
    max-width: auto;
}

.bxsliderSP {
    display: none;
}

.mainslide .bx-wrapper {
    margin-bottom: 0;
}

/*** COMMON ***/

.block_inner {
    width: 1280px;
    margin: auto;
    padding: 0 20px;

    margin-bottom: 50px;
}

.inner {
    width: 1280px;
    margin: auto;
    padding: 0 20px;
}

.blocktitle {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}

.blocktitle::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 4px;
    display: block;
    background-color: #0063de;
    left: 0;
    bottom: 0;
}

.blocktitle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 4px;
    display: block;
    background-color: #ddd;
    left: 12px;
    bottom: 0;
}

.pagehead {
    text-align: center;
    padding: 20px 0;
    min-width: 1320px;
}

.pagehead_text {
    position: relative;
    width: 1280px;
    margin: auto;
}

.pagehead_text p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    font-size: 30px;
    color: #FFF;
    text-shadow: 2px 2px 6px #525252;
    height: 30px;
}

.pagehead_text p span {
    font-size: 16px;
}

.pagehead_company {
    background: url(../img/pages/head_company2.jpg) no-repeat;
    background-size: cover;
}

.pagehead_results {
    background: url(../img/pages/head_result2.png) no-repeat;
    background-size: cover;
}

.pagehead_recruit {
    background: url(../img/pages/head_recruit2.png) no-repeat;
    background-size: cover;
}

.pagehead_jisseki {
    background: url(../img/pages/head_jisseki2.png) no-repeat;
    background-size: cover;
}

.pagehead_business1 {
    background: url(../img/pages/head_business1-2.png) no-repeat;
    background-size: cover;
}

.pagehead_business2 {
    background: url(../img/pages/head_business2-2.png) no-repeat;
    background-size: cover;
}

.pagehead_business3 {
    background: url(../img/pages/head_business3-2.png) no-repeat;
    background-size: cover;
}

.pagehead_contact {
    background: url(../img/pages/head_contact2.jpg) no-repeat;
    background-size: cover;
}

.bread {
    background-color: #f1f1f1;
    padding: 10px 0;
    margin-bottom: 40px;
    min-width: 1320px;
}

.bread a {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    color: #000;
}

.bread a:hover {
    text-decoration: underline;
}

.bread a::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    right: -20px;
}

/*** FOOTER ***/

.footerinfo1 {
    display: inline-block;
    width: 400px;
    border: 1px solid #f2f2f2;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    margin-right: 154px;
}

.footerinfo1::after {
    content: "";
    background: url(../img/common/icon_telunder.svg) no-repeat;
    width: 49px;
    height: 55px;
    position: absolute;
    top: 14px;
    left: 10px;
}

.footerinfo1 p {
    padding-left: 63px;
}

.footerinfo1 p:first-child {
    font-size: 26px;
    font-weight: bold;
    color: #0a3a86;
    margin-bottom: 5px;
    line-height: 26px;
}

.footerinfo1 p:last-child {
    font-size: 16px;
    color: #000;
}

.footerinfo2 {
    display: inline-block;
    vertical-align: top;
}

.footerinfo2 a {
    display: block;
    width: 400px;
    text-align: center;
    padding: 26px 0;
    box-sizing: border-box;
    position: relative;
    background: #0a3a86;
    color: #FFF;
    border-radius: 4px;
    font-size: 22px;
    transition: all 0.5s ease;
}

.footerinfo2 a:hover {
    background-color: #6099f3;
}

.footerinfo2 a:after {
    content: "";
    background: url(../img/common/icon_mail.svg) no-repeat;
    position: absolute;
    top: 24px;
    left: 23px;
    width: 46px;
    height: 28px;
}

.footerinfo2 p {
    padding-left: 35px;
}

.footerinfo {
    width: 1000px;
    text-align: center;
}

.footerinfo_single .footerinfo1 {
    margin-right: 0;
}

.footerinfo_text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footerblock {
    min-width: 1320px;
    background: #fbfbfb;
    border-top: 1px solid #CCC;
    border-bottom: 10px solid #e68989;
    box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.3);
}

.footerlogo {
    padding: 14px 0;
}

.footerlogo img {
    width: 128px;
    padding-top: 3px;
}

.footerblock .inner::after {
    content: "";
    clear: both;
    display: block;
}

.footerlogo {
    float: left;
}

.footernav {
    float: right;
}

.footernav ul::after {
    content: "";
    clear: both;
    display: block;
}

.footernav li {
    float: left;
}

.footernav li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 17px 34px;
    border-left: 1px solid #ccc;
    transition: all 0.5s ease;
}

.footernav li a:hover {
    background-color: #0a3a86;
    color: #FFF;
}

.footernav li:last-child a {
    border-right: 1px solid #ccc;
    background-color: #333;
    position: relative;
    padding: 17px 15px;
    transition: all 0.5s ease;
}

.footernav li:last-child a:hover {
    background-color: #0a3a86;
}

.to_top img {
    width: 31px;
    height: 16px;
}

.copy {
    text-align: center;
    padding: 10px 0 30px 0;
}

/*** TOP ***/

.topnews li:after {
    content: "";
    clear: both;
    display: block;
}

.topnews li {
    margin-bottom: 25px;
}

.topnews li div {
    float: left;
}

.topnews .date {
    width: 90px;
}

.topnews .newslabel {
    width: 140px;
    text-align: center;
}

.topnews .newslabel span {
    background-color: #94b9cc;
    font-size: 11px;
    color: #FFF;
    display: inline-block;
    width: 120px;
    text-align: center;
    border-radius: 5px;
}

.topnews .newslabel .topics {
    background: #0a3a86;
}

.topnews .newstitle {
    width: 1049px;
}

.topnews .newstitle a {
    color: #000;
}

.topnews .newstitle a:hover {
    text-decoration: underline;
}

.service_title {
    background-color: #fbfbfb;
    border-top: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    min-width: 1320px;
}

.service_title .block_inner {
    margin-bottom: 0;
}

.service_title .block_inner p {
    position: relative;
    padding-left: 50px;
}

.service_title .block_inner p::before {
    content: url(../img/common/icon_burger.png);
    position: absolute;
    top: -4px;
    left: 0px;
}

.wrap_service {
    background-color: #0a3a86;
    color: #fff;
    min-width: 1320px;
}

.wrap_service .inner {
    border-left: 1px solid #0156ae;
    border-right: 1px solid #0156ae;
    padding: 0;
}

.wrap_service .inner:after {
    content: "";
    clear: both;
    display: block;
}

.wrap_service li {
    float: left;
    width: 425px;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #0156ae;
    border-right: 1px solid #0156ae;
}

.wrap_service li img {
    transition: all 0.5s ease;
}

.wrap_service li img:hover {
    opacity: 0.7;
}

.wrap_service li:nth-child(3n) {
    border-right: none;
}

.servicetitle {
    padding-bottom: 20px;
}

.wrap_service figcaption {
    margin-top: 20px;
}

.service_undertext {
    background-color: #f2f2f2;
    text-align: center;
    color: #333;
    min-width: 1320px;
}

.service_undertext .block_inner {
    border: none;
    font-size: 18px;
    padding: 50px 0;
    line-height: 35px;
}

.link_news {
    text-align: right;
}

.link_news a {
    color: #000;
    position: relative;
    padding-left: 20px;
    transition: all 0.5s ease;
}

.link_news a:hover {
    text-decoration: underline;
}

.link_news a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.link_news a::before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

/*** COMPANY ***/

.wrap_mission {
    display: flex;
}

.missionL {
    width: 640px;
}

.missionL p {
    margin-left: 90px;
}

.missionL .company-sub {
    margin: 0 0 50px 90px;
}

.missionL .company-sub:last-child {
    margin-bottom: 0;
}

.missionL .company-sub-ttl {
    font-size: 22px;
    font-weight: bold;
    color: #0a3a86;
    margin-bottom: 10px;
    line-height: 1.2;
}

.missionL .company-sub-txt {
    font-size: 18px;
    margin-bottom: 5px;
    margin: 0;
    line-height: 1.7;
}

.missionR {
    width: 640px;
    text-align: right;
    padding-right: 60px;
}

.wrap_companyinfo {
    display: flex;
}

.companyinfo_title {
    font-size: 18px;
    color: #0a3a86;
    margin-bottom: 20px;
}

.companyinfoL {
    margin-right: 40px;
}

.companyinfoR {
    width: 856px;
}

.companyinfo_table {
    width: 100%;
}

.companyinfo_table,
.companyinfo_table th,
.companyinfo_table td {
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.companyinfo_table th,
.companyinfo_table td {
    padding: 15px 10px;
}

.companyinfo_table th {
    background-color: #f2f2f2;
}

.bordertitle {
    font-size: 18px;
    color: #0a3a86;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.bordertitle span {
    font-size: 14px;
    color: #000;
    padding-left: 20px;
}

.bordertitle_top {
    margin-bottom: 40px;
}

.tourokulist::after {
    content: "";
    clear: both;
    display: block;
}

.tourokulist li {
    width: 400px;
    float: left;
    margin-right: 39px;
    margin-bottom: 40px;
}

.tourokulist li:nth-child(3n) {
    margin-right: 0;
}

.tourokulist li div p {
    display: inline-block;
    width: 195px;
}

.tourokulist li p {
    margin-bottom: 10px;
}

.tourokulist_etc {
    text-align: right;
}

/*** RESULTS ***/

.results_table {
    width: 100%;
    text-align: left;
}

.results_table tr:nth-child(odd) {
    background-color: #eee;
}

.results_table th,
.results_table td {
    padding: 10px 30px;
}

.results_hosoku {
    padding-left: 30px;
    margin-top: 20px;
}

.result-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}

.result-wrapper figure,
.result-text {
    width: calc(50% - 15px);
}

.slide-list {
    margin-bottom: 30px;
}

.slide-button {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    width: 100%;
}

.slide-button button {
    width: calc(20% - 8px);
    aspect-ratio: 4 / 3;
    border: 0px solid #0a3a86;
    padding: 0;
    box-sizing: border-box;
    transition: border-width 0.3s;
    border-style: 3px;
    overflow: hidden;
}

.slide-button button:hover,
.slide-button button:active,
.slide-button button.active {
    border-width: 3px;
}

.slide-button button:hover,
.slide-button button:active {
    cursor: pointer;
}

.slide-button button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-text {
    box-sizing: border-box;
    border-left: 9px solid #e5e5e5;
    padding: 10px 0 10px 10px;
    margin-bottom: 30px;
}

/*** RECRUIT ***/

.recruit_images figure {
    margin-bottom: 100px;
}

.recruit_table {
    width: 100%;
}

.recruit_table,
.recruit_table th,
.recruit_table td {
    border-collapse: collapse;
    border: 1px solid #dddddd;
}

.recruit_table th,
.recruit_table td {
    padding: 15px 10px;
}

.recruit_table tr:nth-child(odd) {
    background: #f2f2f2;
}

.recruit_table th {
    font-weight: bold;
}

.recruit_table a {
    text-decoration: underline;
    color: #4e6bc8;
}

.recruit_table a:hover {
    text-decoration: none;
}

/*** JISSEKI ***/

.list_jisseki::after {
    content: "";
    clear: both;
    display: block;
}

.list_jisseki li {
    float: left;
    width: 390px;
    margin-right: 54px;
    margin-bottom: 40px;
}

.list_jisseki li figure .resultsimg {
    width: 390px;
    height: 276px;
    overflow: hidden;
}

.list_jisseki li figure .resultsimg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.list_jisseki li:nth-child(3n) {
    margin-right: 0;
}

.list_jisseki li figcaption {
    margin-top: 10px;
    border-left: 9px solid #e5e5e5;
    padding: 10px 0 10px 10px;
}

.jisseki_address {
    margin-bottom: 5px;
}

.jisseki_name {
    margin-bottom: 5px;
    font-weight: bold;
}

.jisseki_text {
    color: #0063de;
}

.nav_jisseki {
    text-align: right;
}

.nav_jisseki li {
    display: inline-block;
    margin-right: 7px;
}

.nav_jisseki li:last-child {
    margin-right: 0;
}

.nav_jisseki li a {
    display: block;
    border: 1px solid #CCC;
    padding: 10px 50px;
    color: #000;
    position: relative;
    transition: all 0.5s ease;
}

.nav_jisseki li a::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    top: 16px;
    left: 20px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0063de;
    transition: all 0.5s ease;
}

.nav_jisseki .nav_jisseki_current a {
    background-color: #959595;
    color: #fff;
}

.nav_jisseki .nav_jisseki_current a:before {
    border-top: 7px solid #fff;
}

.nav_jisseki li a:hover {
    background-color: #959595;
    color: #fff;
}

.nav_jisseki a:hover:before {
    border-top: 7px solid #fff;
}

/*** BUSINESS ***/

.wrap_businessblock {
    margin-bottom: 20px;
}

.wrap_businessblock figure {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap_businessblock figcaption {
    margin-top: 40px;
    display: inline-block;
}

.wrap_businessblock figcaption ol {
    margin-top: 10px;
    padding-left: 20px;
    list-style-type: decimal;
}

.wrap_businessblock figcaption li {
    font-size: 14px;
    font-weight: normal;
}

.wrap_businessblock figcaption span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}

.wrap_businessblock img {
    width: 405px;
}

.businessblock_title {
    font-size: 20px;
    font-weight: bold;
    margin-left: 70px;
    padding-left: 70px;
    position: relative;
    line-height: 30px;
}

.businessblock_title:after {
    content: url(../img/common/icon_business.png);
    position: absolute;
    top: -10px;
    left: 0;
}

/*** CONTACT ***/

.contact_table {
    width: 100%;
}

.contact_table,
.contact_table th,
.contact_table td {
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.contact_table th,
.contact_table td {
    padding: 25px 40px;
}

.contact_table th {
    width: 269px;
    background-color: #f2f2f2;
    text-align: left;
    font-size: 16px;
}

.contact_table tr:last-child th {
    vertical-align: top;
}

.contact_table td input[type="text"],
.contact_table td input[type="email"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #ccc;
}

.checklist:after {
    content: "";
    clear: both;
    display: block;
}

.checklist li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.checklist span {
    width: 50%;
    display: inline-block;
    margin: 0 0 5px 0!important;
}

.contact_table textarea {
    width: 100%;
    height: 225px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.required {
    color: #fff;
    background-color: #0063de;
    padding: 3px 10px;
    display: inline-block;
    margin-left: 10px;
}

.wrap_send {
    margin-top: 50px;
}

.btn_send {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #0a3a86;
    color: #fff;
    margin: auto;
    display: block;
    width: 400px;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.btn_send:hover {
    background-color: #0063de;
}

.complete_text p {
    margin-bottom: 20px;
}

/*** NEWS ***/

.wrap_news::after {
    content: "";
    clear: both;
    display: block;
}

.newsL {
    float: left;
    width: 900px;
    margin-right: 50px;
}

.newsL li a {
    display: block;
    border: 1px solid #ccc;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000;
    transition: all 0.5s ease;
}

.newsL li a:hover {
    border: 1px solid #0a3a86;
}

.newsL li a::after {
    content: "";
    clear: both;
    display: block;
}

.newsL .topnews .newstitle {
    margin-top: 5px;
    width: 100%;
}

.newsR {
    float: left;
    width: 327px;
}

.newslist_wrapper {
    border: 1px solid #ccc;
    margin-bottom: 40px;
}

.newsdetail_info p {
    display: inline-block;
}

.newsdetail_type {
    background-color: #94b9cc;
    font-size: 11px;
    color: #fff;
    display: inline-block;
    width: 140px;
    text-align: center;
    border-radius: 5px;
    margin-left: 30px;
}

.topics {
    background-color: #0a3a86;
}

.newsdetail_title {
    font-weight: bold;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.newsdetail_contents p {
    margin-bottom: 20px;
}

.newslist_title {
    background-color: #0a3a86;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    font-weight: bold;
}

.newsside_list {
    padding: 10px 20px;
    box-sizing: border-box;
}

.newsside_list li {
    margin-bottom: 10px;
}

.newsside_list li:last-child {
    margin-bottom: 0;
}

.newsside_list li a {
    color: #333;
    position: relative;
    padding-left: 20px;
}

.newsside_list li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.newsside_list li a::before {
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

.newsside_list li a:hover {
    text-decoration: underline;
}

.pager {
    text-align: center;
}

.pager span {
    background-color: #ccc;
    color: #333;
    padding: 5px 7px;
}

.pager a {
    background-color: #0a3a86;
    color: #fff;
    padding: 5px 7px;
    transition: all 0.5s ease;
}

.pager a:hover {
    opacity: 0.7;
}

/*** SP ***/

.styleSP {
    display: none !important;
}

@media screen and (max-width:639px) {
    .styleSP {
        display: block !important;
    }

    .stylePC {
        display: none !important;
    }

    /*** COMMON ***/
    html {
        font-size: 87.5%;
    }

    .block_inner,
    .inner {
        width: 100%;
        box-sizing: border-box;
        padding: 0 2.5%;
    }

    .pagehead {
        margin-top: 52px;
        min-width: 100%;
    }

    .pagehead_text {
        width: 100%;
    }

    .pagehead_text p {
        left: 0;
        width: 100%;
    }

    .bread {
        min-width: 100%;
    }

    /*** HEADER ***/
    .mainhead,
    .mainhead_inner {
        width: 100%;
        box-sizing: border-box;
    }

    .mainhead_inner {
        padding: 0;
        position: relative;
        padding: 10px 2.5%;
        box-sizing: border-box;
    }

    .mainhead {
        display: block;
        position: fixed;
        width: 100%;
        height: 52px;
        top: 0;
        left: 0;
        background-color: #fff;
        border-bottom: 2px solid #000;
        z-index: 10000;
    }

    .mainnav {
        display: none;
    }

    .mainnav ul {
        width: 100%;
        box-sizing: border-box;
        background: #f2f2f2;
        padding: 0;
    }

    .mainnav li a {
        position: relative;
        height: 55px;
    }

    .mainnav li a.current {
        background: none;
        color: #000;
    }

    .mainnav li a.current span {
        color: #000;
    }

    .mainnav li .submenu::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        background-color: #0a3a86;
        width: 55px;
        height: 54px;
    }

    .mainnav li .submenu::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        bottom: 7px;
        right: 20px;
        padding-right: 0;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(135deg);
        transition: .3s;
    }

    .mainnav li .submenu-active:after {
        bottom: -2px;
        right: 19px;
        transform: rotate(-45deg);
    }

    .headinfo1 {
        display: none;
    }

    .headinfo2 {
        width: 50%;
        width: 139px;
        margin-right: 41px;
    }

    .headinfo2 img {
        padding: 0;
    }

    .headlogo {
        width: 30%;
        width: 110px;
    }

    .headlogo img {
        padding-top: 5px;
        width: 110px;
    }

    .headinfo2 p:first-child {
        font-size: 10px;
    }

    .headinfo2 p:last-child {
        font-size: 12px;
    }

    .headinfo2 a {
        background: none;
        padding: 0;
    }

    .headinfo2 img {
        width: 144px;
    }

    .hamburger {
        display: block;
        position: absolute;
        top: 5px;
        right: 0;
        text-align: right;
        padding: 5px 2.5% 0 0;
    }

    .hamburger img {
        width: 36px;
    }

    .mainnav li {
        width: 100%;
    }

    .mainnav li a {
        border: none;
        border-bottom: 1px solid #CCC;
        display: block;
    }

    .mainnav li:last-child a {
        border: none;
    }

    /*** NAV ***/
    .mainnav .dropdown_menu {
        display: none;
        background-color: #f2f2f2;
        position: relative;
        transition: none;
    }

    .mainnav .dropdown_menu li {
        border: none;
        float: initial;
    }

    .mainnav .dropdown_menu li a {
        box-sizing: border-box;
        padding: 10px 0 !important;
        background: #d3e2fb;
        padding-top: 15px !important;
    }

    .mainnav li {
        border-bottom: 1px solid #ccc;
    }

    .mainnav li a {
        padding: 10px 0;
        margin: 0;
    }

    /*** FOOTER ***/
    .footerinfo1,
    .footerinfo2,
    .footerinfo2 a {
        width: 100%;
        margin-right: 0;
    }

    .footerinfo2 a:after {
        left: 10px;
    }

    .footerinfo2 p {
        padding-left: 50px;
        font-size: 18px;
    }

    .footerinfo1 {
        margin-bottom: 30px;
    }

    .footerinfo1 p:first-child {
        font-size: 22px;
    }

    .footerblock {
        min-width: 100%;
    }

    .footerblock .inner {
        padding: 0;
        position: relative;
    }

    .footernav {
        float: none;
    }

    .footernav li {
        width: 100%;
    }

    .footernav li a {
        padding: 17px 0;
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #ccc;
    }

    .footernav li:last-child {
        position: absolute;
        width: 60px;
        bottom: 0;
        right: 0;
    }

    .footernav li:last-child a {
        box-sizing: border-box;
    }

    .footerlogo {
        width: 100%;
        text-align: center;
    }

    /*** SLIDE ***/
    .bxsliderSP {
        display: block;
    }

    .bxsliderPC {
        display: none;
    }

    .mainslide .bx-wrapper:first-child {
        margin-bottom: 0;
    }

    .mainslide .bx-wrapper:last-child {
        margin-bottom: 50px;
    }

    /*** TOP ***/
    .mainslide {
        margin-top: 52px;
        min-width: 100%;
    }

    .topnews .date {
        width: 30%;
        margin-right: 20px;
    }

    .topnews .newslabel {
        width: 30%;
    }

    .topnews .newstitle {
        width: 100%;
    }

    .wrap_service {
        min-width: 100%;
    }

    .wrap_service li {
        width: 100%;
        padding: 0px 2.5%;
    }

    .wrap_service li>div {
        width: 70%;
        margin: auto;
        border-left: 1px solid #0156ae;
        border-right: 1px solid #0156ae;
        padding: 20px 10px;
    }

    .wrap_service li:last-child {
        padding-bottom: 20px;
    }

    .wrap_service li figure {
        text-align: center;
    }

    .servicetitle {
        padding-bottom: 15px;
    }

    .service_title {
        min-width: 100%;
    }

    .service_title .block_inner p::before {
        left: 0;
    }

    .service_title .block_inner p {
        padding-left: 50px;
    }

    .service_undertext {
        min-width: 100%;
        font-size: 14px;
    }

    .service_undertext .block_inner {
        font-size: 14px;
        padding: 20px;
        box-sizing: border-box;
    }

    /*** COMPANY ***/
    .wrap_mission {
        display: block;
    }

    .missionL,
    .missionR {
        width: 100%;
        padding-right: 0;
    }

    .missionL p {
        margin-left: 0;
    }

    .missionL {
        margin-bottom: 40px;
    }

    .missionL .company-sub {
        margin: 0 auto 15px;
    }

    .missionL .company-sub:last-child {
        margin-bottom: 0;
    }

    .missionL .company-sub-ttl {
        font-size: 18px;
        font-weight: bold;
        color: #0a3a86;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .missionL .company-sub-txt {
        font-size: 15px;
        margin-bottom: 5px;
        margin: 0;
        line-height: 1.7;
    }

    .wrap_companyinfo {
        display: block;
    }

    .companyinfoL {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .tourokulist li {
        width: 100%;
        margin-right: 0;
    }

    .tourokulist li div p {
        width: 49%;
    }

    .companyinfoR {
        width: 100%;
    }

    .bordertitle span {
        display: block;
        margin-top: 10px;
        padding-left: 0;
    }

    /*** RESULTS ***/
    .results_table th,
    .results_table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    /*** RECRUIT ***/
    .recruit_table th,
    .recruit_table td {
        display: block;
        text-align: center;
        box-sizing: border-box;
    }

    /*** JISSEKI ***/
    .list_jisseki li {
        width: 100%;
        margin-right: 0;
    }

    .nav_jisseki {
        margin-bottom: 40px;
    }

    .nav_jisseki li {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .nav_jisseki li a {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 5px 10px 25px;
        text-align: center;
    }

    .nav_jisseki li a::before {
        left: 10px;
    }

    .list_jisseki li figure .resultsimg {
        width: 100%;
        height: auto;
        overflow: auto;
    }

    .result-wrapper {
        flex-direction: column;
        gap: 30px 0;
    }

    .result-wrapper figure,
    .result-text {
        width: 100%;
    }

    /*** BUSINESS ***/
    .wrap_businessblock figure {
        text-align: left;
        flex-direction: column;
    }

    .wrap_businessblock figcaption {
        margin: 0;
        margin-bottom: 20px;
        font-size: 16px;
        text-align: left;
    }

    .businessblock_title br {
        display: none;
    }

    .businessblock_title {
        padding-left: 40px;
    }

    .businessblock_title:after {
        content: "";
        width: 30px;
        height: 31px;
        background: url(../img/common/icon_business.png);
        background-size: cover;
        top: 0px;
    }

    /*** CONTACT ***/
    .contact_table th,
    .contact_table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 25px 10px;
    }

    .btn_send {
        width: 100%;
    }

    /*** NEWS ***/
    .newsL,
    .newsR {
        width: 100%;
        margin-right: 0;
    }

    .newsdetail_contents img {
        display: block;
        margin: auto;
    }
}