@charset "utf-8";

#page_fv {
    background: url(../img/company/fv_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 120px 20px;
    text-align: center;
    color: #ffffff;
}
#page_fv h2 {
    font-size: 1.8rem;
    font-weight: 500;
}
#page_fv h2 span {
    font-family: brother-1816, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
    display: block;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.company #page_fv {
    background: url(../img/company/fv_bg.jpg) no-repeat center;
    background-size: cover;
}

.page_ttl01 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0 0 55px;
    text-align: center;
}
.page_ttl01 span {
    font-family: brother-1816, sans-serif;
    font-weight: 600;
    display: block;
    font-size: 6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
    color: #3f3ca3;
}

.company_box01 {
    padding: 120px 20px;
}
.company_box01 .company_table01 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    border-collapse: collapse;
    border-bottom: solid 1px #f1f1f1;
}
.company_box01 .company_table01 tr {
    border-top: solid 1px #f1f1f1;
}
.company_box01 .company_table01 th {
    width: 240px;
    padding: 30px 20px;
    vertical-align: middle;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: left;
}
.company_box01 .company_table01 td {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
    padding: 30px 20px;
    vertical-align: middle;
}
.company_box02 {
    background: #f6f6f6;
    padding: 120px 20px;
}
.company_office_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}
.company_office_list .company_office_item {
    background: #ffffff;
    width: calc(50% - 10px);
    margin: 20px 0 0;
    display: flex;
    align-items: center;
}
.company_office_list .company_office_item dt {
    background: #3f3ca3;
    width: 200px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    height: 100%;
}
.company_office_list .company_office_item dt h3 {
    font-weight: 500;
    font-size: 2.4rem;
}
.company_office_list .company_office_item dt h3 span {
    font-family: brother-1816, sans-serif;
    font-weight: 600;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin: 15px 0 0;
}
.company_office_list .company_office_item dd {
    width: calc(100% - 200px);
    padding: 25px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}
.company_office_list .company_office_item dd .map {
    display: block;
    width: fit-content;
    margin: 10px 0 0 auto;
    color: #000000;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    border-bottom: solid 1px #000000;
    transition: 0.3s ease-in-out;
}
.company_office_list .company_office_item dd .map:hover {
    color: #3f3ca3;
    border-bottom: solid 1px #3f3ca3;
}

/* ------------------------------- 

    day

------------------------------- */
#day_fv {
    background: url(../img/day/fv_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 200px 20px;
    position: relative;
}
#day_fv::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 37.5%;
    background: #3f3ca3;
    opacity: 0.9;
}
.title_box {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 10;
}
.title_box .title {
    font-size: 10rem;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 30px -60px;
}
.title_box .sub_title {
    font-size: 5rem;
    font-weight: 900;
    color: #3f3ca3;
    margin: 0 0 30px;
}
.title_box .sub_title span {
    display: inline-block;
    background: #ffffff;
    padding: 10px;
    margin: 10px 0 0;
}
.title_box .text {
    font-size: 3.6rem;
    line-height: 1.6;
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 12px;
}
#dayflow {
    padding: 100px 20px 120px;
}
.flow_box {
    max-width: 1200px;
    margin: auto;
}
.flow_box h2 {
    text-align: center;
    font-size: 5rem;
    font-weight: 900;
    margin: 0 0 100px;
}
.flow_box .img01 {
    max-width: 100%;
}
.flow_box .img02 {
    max-width: 89.33%;
}
.flow_box .img03 {
    max-width: 96.33%;
}
.flow_box .img04 {
    max-width: 80.58%;
}
.flow_box .img05 {
    max-width: 88.42%;
}

/* ------------------------------- 

    recruit

------------------------------- */
#recruit_fv {
    background: url(../img/recruit/fv_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 280px 20px 120px;
}
#recruit_sec01 {
    background: #3f3ca3;
    padding: 120px 0 120px;
    border-bottom: solid 1px #ffffff;
}
#recruit_sec01 dl {
    display: flex;
    align-items: center;
}
#recruit_sec01 dl dt {
    width: 42.6%;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
}
#recruit_sec01 dl dd {
    width: 38%;
    margin: 0 0 0 5%;
    max-width: 600px;
}
.point_item {
    color: #ffffff;
    max-width: 1200px;
    margin: auto;
}
.point_item .num {
    font-family: brother-1816, sans-serif;
    font-size: 8rem;
    margin: 0 0 30px;
}
.point_item .text {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05em;
    max-width: 480px;
}
.point_item h3 {
    font-size: 5rem;
    color: #3f3ca3;
    margin: 0 0 30px;
}
.point_item h3 span {
    background: #ffffff;
    display: inline-block;
    padding: 10px 15px;
}
.point01 {
    background: url(../img/recruit/sec02_bg01.jpg) no-repeat center top;
    background-size: cover;
    padding: 0 20px 120px;
    position: relative;
}
.point01 h2 {
    background: #3f3ca3;
    background: rgb(63 60 163 / 90%);
    padding: 75px 0;
    margin: 0 -20px 125px;
    color: #ffffff;
    font-size: 5rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: center;
}
.point02 {
    background: url(../img/recruit/sec02_bg02.jpg) no-repeat center top;
    background-size: cover;
    padding: 120px 20px;
    position: relative;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}
.point02 .point_item {
    display: flex;
    justify-content: flex-end;
}
.point02 .point_item .text {
    max-width: 100%;
}
.point03 {
    background: url(../img/recruit/sec02_bg03.jpg) no-repeat center top;
    background-size: cover;
    padding: 120px 20px;
    position: relative;
}
#recruit_sec03 {
    background: #3f3ca3;
    padding: 95px 20px 75px;
    color: #ffffff;
}
#recruit_sec03 h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0 0 85px;
}
.recruit_box {
    display: flex;
    /*align-items: center;*/
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
}
.recruit_box .detail {
    width: calc(50% - 25px);
}
.recruit_box .detail table {
    width: 100%;
    border-bottom: solid 1px #ffffff;
    border-collapse: collapse;
}
.recruit_box .detail tr {
    border-top: solid 1px #ffffff;
}
.recruit_box .detail th {
    text-align: left;
    font-weight: 400;
    vertical-align: top;
    width: 170px;
    padding: 24px 0 24px 24px;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.recruit_box .detail td {
    vertical-align: top;
    font-weight: 400;
    padding: 24px 0;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.recruit_box .thumb {
    width: calc(50% - 65px);
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
}
#recruit_sec04 {
    background: #3f3ca3;
    padding: 75px 20px 115px;
    color: #ffffff;
}
#recruit_sec04 h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 0 0 85px;
}
#recruit_sec04 table {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    border-bottom: solid 1px #ffffff;
    border-collapse: collapse;
}
#recruit_sec04 table tr {
    border-top: solid 1px #ffffff;
}
#recruit_sec04 table th {
    text-align: left;
    font-weight: 500;
    vertical-align: top;
    width: 220px;
    padding: 24px 0 24px 20px;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    vertical-align: middle;
}
#recruit_sec04 table td {
    vertical-align: top;
    font-weight: 400;
    padding: 17px 24px 17px 0;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    vertical-align: middle;
}
#recruit_sec04 table td select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    background: url(../img/common/down_arrow01.png) no-repeat right 10px center #ffffff;
    background-size: 12px 8px;
    width: 100%;
    border: solid 1px #f1f1f1;
}
#recruit_sec04 table td [type="text"],
#recruit_sec04 table td [type="email"],
#recruit_sec04 table td [type="tel"] {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    background: #ffffff;
    width: 100%;
    border: solid 1px #f1f1f1;
}
#recruit_sec04 table td textarea {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    background: #ffffff;
    width: 100%;
    min-height: 140px;
    border: solid 1px #f1f1f1;
}
#recruit_sec04 table tr:last-child th {
    vertical-align: top;
}
#recruit_sec04 .submit {
    display: block;
    width: 100%;
    max-width: 300px;
    text-align: center;
    color: #3f3ca3;
    background: url(../img/common/right_arrow03.svg) no-repeat right 15px center #ffffff;
    background-size: 20px 5px;
    margin: 70px auto 0;
    padding: 25px 0;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    border: none;
    outline: none;
    box-shadow: 25px 25px 40px rgba(0, 0, 0, 0.3);
}
#recruit_sec04 .mw_wp_form .error {
    font-size: 1.2rem;
    color: #ffbd00;
    display: block;
    margin: 10px 0 0;
}

/* ------------------------------- 

    Truck

------------------------------- */
.truck_box01 {
    text-align: center;
    padding: 120px 20px;
}
.truck_box01 p {
    font-size: 1.6rem;
    line-height: 2;
}
.truck_box01 ul {
    max-width: 800px;
    margin: 60px auto 0;
}
.truck_box01 ul li {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    background: #3f3ca3;
    color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 2%;
}
.truck_box02 {
    background: #f6f6f6;
    padding: 120px 20px;
}
.truck_box02 dl {
    background: #3f3ca3;
    max-width: 1000px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}
.truck_box02 dl:nth-of-type(even) {
    flex-direction: row-reverse;
}
.truck_box02 dt {
    width: 50%;
}
.truck_box02 dd {
    width: 50%;
    padding: 60px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.truck_box02 dd h3 {
    font-size: 2.4rem;
    margin: 0 0 20px;
}
.truck_box02 dd p {
    font-size: 1.6rem;
    line-height: 2;
}
.truck_box02 dd span {
    position: absolute;
    left: 20px;
    bottom: -10px;
    font-size: 8rem;
    opacity: 0.2;
}

/* ------------------------------- 

    Contact

------------------------------- */
.contact_box01 {
    padding: 120px 20px;
}
.contact_table01 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    border-collapse: collapse;
    border-bottom: solid 1px #f6f6f6;
}
.contact_table01 tr {
    border-top: solid 1px #f6f6f6;
}
.contact_table01 th {
    padding: 30px 0;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: left;
    width: 220px;
}
.contact_table01 th .required {
    float: right;
    background: #f10000;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
    margin: -2px 0 0;
}
.contact_table01 td {
    padding: 30px;
    font-size: 1.5rem;
}
.contact_table01 td [type="text"],
.contact_table01 td [type="email"],
.contact_table01 td [type="tel"] {
    display: block;
    box-sizing: border-box;
    padding: 20px;
    background: #ffffff;
    width: 100%;
    border: solid 1px #f1f1f1;
}
.contact_table01 td textarea {
    display: block;
    box-sizing: border-box;
    padding: 20px;
    background: #ffffff;
    width: 100%;
    min-height: 180px;
    border: solid 1px #f1f1f1;
}
.contact_box01 .submit {
    display: block;
    width: 100%;
    max-width: 220px;
    text-align: center;
    color: #ffffff;
    background: url(../img/common/right_arrow02.svg) no-repeat right 15px center #3f3ca3;
    background-size: 20px 5px;
    margin: 40px auto 0;
    padding: 25px 0;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    border: none;
    outline: none;
}
.contact_table01 td .error {
    font-size: 1.2rem;
    margin: 10px 0 0;
}
.thanks_box {
    background: #ffffff;
    max-width: 780px;
    margin: auto;
    text-align: center;
    border: solid 3px #3f3ca4;
    padding: 40px 20px;
    box-sizing: border-box;
}
.thanks_box h3 {
    font-size: 2.2rem;
    margin: 0 0 40px;
    color: #3f3ca4;
}
.thanks_box p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 15px 0;
    color: #000000;
}
.mw_wp_form .more_btn01,
.mw_wp_form .more_btn02 {
    text-align: center;
    margin: 40px 0 0;
}
.mw_wp_form .more_btn01 a,
.mw_wp_form .more_btn02 a {
    margin: auto;
}

/* ------------------------------- 

    Post

------------------------------- */
#archive,
#single {
    max-width: 1000px;
    margin: auto;
    padding: 120px 20px;
    display: flex;
    justify-content: space-between;
}
#archive .news_list ul {
    border-bottom: solid 1px #dbdbdb;
}
#archive .news_list ul li {
    border-top: solid 1px #dbdbdb;
}
#archive .news_list ul li a {
    background: url(../img/common/right_arrow03.svg) no-repeat right center;
    background-size: 20px 5px;
    display: flex;
    align-items: center;
    padding: 32px 32px 32px 0;
    color: #000000;
}
#archive .news_list ul li a .post_date {
    font-family: brother-1816, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 50px 0 0;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}
#archive .news_list ul li a .post_ttl {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.content {
    width: calc(100% - 320px);
}
.sidebar {
    width: 240px;
}
.side_menu {
    margin: 0 0 40px;
}
.side_menu h5,
.side_post h5 {
    background: #2a286f;
}
.side_menu h5 a,
.side_menu h5 span,
.side_post h5 span {
    display: block;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.side_menu ul li a {
    display: block;
    padding: 20px 20px 20px 35px;
    color: #000;
    border-bottom: solid 1px #eee;
    position: relative;
    transition: 0.3s ease-in-out;
}
.side_menu ul li a:hover {
    background: #f7f7f7;
}
.side_menu ul li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #2a286f;
}
.side_post ul li a {
    display: block;
    padding: 20px 20px 20px 35px;
    color: #000;
    border-bottom: solid 1px #eee;
    position: relative;
    line-height: 1.4;
}

.single_content {
    width: calc(100% - 320px);
}
.single_content img {
    width: 100%;
    margin: 25px 0;
}
.single_content p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    margin: 25px 0;
}
.single_content h1 {
    font-size: 2.4rem;
    margin: 35px 0 25px;
    border-top: solid 2px #2a286f;
    border-bottom: solid 2px #2a286f;
    text-align: center;
}
.single_content h2 {
    font-size: 2.2rem;
    line-height: 1.6;
    margin: 35px 0 20px;
    padding: 2px 0 10px 15px;
    border-left: solid 5px #2a286f;
    border-bottom: solid 1px #f5f5f5;
}
.single_content h3 {
    font-size: 2rem;
    line-height: 1.6;
    margin: 35px 0 25px;
    padding: 0 0 15px 0;
    border-bottom: solid 2px #2a286f;
}
.single_content h4 {
    font-size: 2rem;
    line-height: 1.6;
    margin: 35px 0 25px;
    color: #2a286f;
    padding: 0 0 0 28px;
    position: relative;
}
.single_content h4::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 2px;
    background: #2a286f;
}
.single_content h5 {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 35px 0 25px;
    color: #2a286f;
}
.single_content h6 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 35px 0 25px;
}
.single_content ul {
    background: #f6f9ff;
    margin: 35px 0 25px;
    padding: 30px;
    list-style: disc;
    border: solid 1px #bec9e1;
    border-radius: 10px;
}
.single_content ul li {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 10px 0 10px 25px;
}
.single_content ol {
    background: #f6f9ff;
    margin: 35px 0 25px;
    padding: 30px;
    border: solid 1px #bec9e1;
    border-radius: 10px;
}
.single_content ol li {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 10px 0 10px 25px;
}
.single_detail {
    margin: 0 0 40px;
}
.single_detail::after {
    content: "";
    display: block;
    clear: both;
}
.single_detail h1 {
    padding: 0 0 20px;
    margin: 0 0 15px;
    border-bottom: solid 1px #eee;
    border-top: none;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    position: relative;
    text-align: left;
}
.single_detail .cat {
    float: right;
    font-size: 1.2rem;
    border: solid 1px #2a286f;
    background: #2a286f;
    padding: 5px 10px;
    margin: -2px 0 0 5px;
    border-radius: 4px;
    color: #fff;
}
.single_detail .date {
    margin: 0 0;
    float: left;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #2a286f;
}

.pager .pagination {
    margin: 60px 0 0;
    text-align: center;
}
.pager .screen-reader-text,
.pager .prev,
.pager .next {
    display: none;
}
.pager .page-numbers li {
    display: inline-block;
    vertical-align: middle;
    margin: 4px;
}
.pager .page-numbers li a,
.pager .page-numbers li span {
    color: #2a286f;
    border: solid 1px #2a286f;
    padding: 8px 12px;
    transition: 0.3s ease-in-out;
}
.pager .page-numbers li a:hover,
.pager .page-numbers li span.current {
    background: #2a286f;
    color: #ffffff;
}

/* 2022-11-16 ?? ????*/

.truck_box02 dt img{
    height: 333px;
    object-fit: cover;
    width: 100%;
}
.company_box02 > h3{
    max-width: 1200px;
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.page_btn {
    width: 260px;
    margin: 50px auto 0;
}
.page_btn a {
    font-family: brother-1816, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: url(../img/common/right_arrow02.svg) no-repeat right 15px center #3f3ca3;
    background-size: 20px 5px;
    color: #ffffff;
    padding: 32px 0;
    text-align: center;
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    transition: 0.3s ease-in-out;
}
.page_btn a:hover {
    background: url(../img/common/right_arrow02.svg) no-repeat right 20px center #2a286f;
    background-size: 20px 5px;
}

#recruit_sec02 {
    background-color: #3f3ca3;
}
#recruit_sec02 .page_btn a{
    background-image: url(../img/common/right_arrow03.svg);
    background-color: #fff;
    color: #3f3ca3;
}
#recruit_sec2 .page_btn a:hover {
    background-color: #c2c0f5;
}

/* 2022-11-16 ?? ????*/

@media screen and (max-width: 767px) {
    #page_fv {
        padding: 120px 20px 80px;
    }
    #page_fv h2 {
        font-size: 1.4rem;
    }
    #page_fv h2 span {
        font-size: 3.4rem;
    }
    .company #page_fv {
        background: url(../img/company/fv_bg.jpg) no-repeat center;
        background-size: cover;
    }

    .page_ttl01 {
        font-size: 1.6rem;
    }
    .page_ttl01 span {
        font-size: 4rem;
    }

    .company_box01 {
        padding: 60px 20px;
    }
    .company_box01 .company_table01 {
        display: block;
        width: 100%;
        max-width: 1000px;
        margin: auto;
        border-collapse: collapse;
        border-bottom: solid 1px #f1f1f1;
    }
    .company_box01 .company_table01 tbody {
        display: block;
    }
    .company_box01 .company_table01 tr {
        border-top: solid 1px #f1f1f1;
        display: block;
    }
    .company_box01 .company_table01 th {
        background: #f6f6f6;
        display: block;
        width: auto;
        padding: 20px 20px;
        vertical-align: middle;
        font-size: 1.6rem;
        font-weight: normal;
        line-height: 1.6;
        letter-spacing: 0.1em;
        text-align: left;
    }
    .company_box01 .company_table01 td {
        display: block;
        font-size: 1.6rem;
        font-weight: normal;
        line-height: 1.6;
        padding: 20px 20px;
        vertical-align: middle;
    }
    .company_box01 .company_table01 td a {
        color: #000000;
    }
    .company_box02 {
        background: #f6f6f6;
        padding: 60px 20px;
    }
    .company_office_list {
        display: block;
    }
    .company_office_list .company_office_item {
        width: 100%;
        margin: 20px 0 0;
        display: block;
    }
    .company_office_list .company_office_item dt {
        background: #3f3ca3;
        width: 100%;
        color: #ffffff;
        box-sizing: border-box;
        padding: 20px 20px;
        display: block;
    }
    .company_office_list .company_office_item dt h3 {
        font-weight: 500;
        font-size: 2.2rem;
    }
    .company_office_list .company_office_item dt h3 span {
        font-family: brother-1816, sans-serif;
        font-weight: 600;
        display: block;
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        margin: 15px 0 0;
    }
    .company_office_list .company_office_item dd {
        width: 100%;
        padding: 20px;
        font-size: 1.4rem;
        line-height: 1.8;
        letter-spacing: 0.1em;
        box-sizing: border-box;
    }
    .company_office_list .company_office_item dd .map {
        display: block;
        width: fit-content;
        margin: 10px 0 0 auto;
        color: #000000;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        border-bottom: solid 1px #000000;
        transition: 0.3s ease-in-out;
    }
    .company_office_list .company_office_item dd .map:hover {
        color: #3f3ca3;
        border-bottom: solid 1px #3f3ca3;
    }

    /* ------------------------------- 

        daty

    ------------------------------- */
    #day_fv {
        background: url(../img/day/fv_bg.jpg) no-repeat right 30% top;
        background-size: cover;
        padding: 180px 20px 60px;
        position: relative;
    }
    #day_fv::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 37.5%;
        background: #3f3ca3;
        opacity: 0.9;
    }
    .title_box {
        max-width: 1200px;
        margin: auto;
        position: relative;
        z-index: 10;
    }
    .title_box .title {
        font-size: 11vw;
        margin: 0 0 20px -5vw;
    }
    .title_box .sub_title {
        font-size: 5.5vw;
        font-weight: 900;
        color: #3f3ca3;
        margin: 0 0 30px;
    }
    .title_box .sub_title span {
        display: inline-block;
        background: #ffffff;
        padding: 10px;
        margin: 10px 0 0;
    }
    .title_box .text {
        font-size: 4vw;
        line-height: 1.6;
        text-decoration-thickness: 1px;
        text-underline-offset: 4px;
    }
    #dayflow {
        padding: 60px 20px;
    }
    .flow_box {
        max-width: 1200px;
        margin: auto;
    }
    .flow_box h2 {
        font-size: 6vw;
        margin: 0 0 60px;
    }
    .flow_box .img01 {
        max-width: 100%;
    }
    .flow_box .img02 {
        max-width: 89.33%;
    }
    .flow_box .img03 {
        max-width: 96.33%;
    }
    .flow_box .img04 {
        max-width: 80.58%;
    }
    .flow_box .img05 {
        max-width: 88.42%;
    }

    /* ------------------------------- 

        recruit

    ------------------------------- */
    #recruit_fv {
        padding: 180px 20px 60px;
    }
    #recruit_sec01 {
        background: #3f3ca3;
        padding: 60px 20px;
        border-bottom: solid 1px #ffffff;
    }
    #recruit_sec01 dl {
        display: flex;
        align-items: center;
    }
    #recruit_sec01 dl dt {
        width: 50%;
        box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
    }
    #recruit_sec01 dl dd {
        width: 40%;
        margin: 0 0 0 5%;
    }
    .point_item {
        color: #ffffff;
        max-width: 1200px;
        margin: auto;
    }
    .point_item .num {
        font-size: 4rem;
        margin: 0 0 20px;
    }
    .point_item .text {
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.05em;
        max-width: 100%;
    }
    .point_item h3 {
        font-size: 5vw;
        margin: 0 0 30px;
    }
    .point_item h3 span {
        background: #ffffff;
        display: inline-block;
        padding: 10px 15px;
    }
    .point01 {
        background: url(../img/recruit/sec02_bg01.jpg) no-repeat right 40% top;
        background-size: cover;
        background-color: rgb(61 60 163);
        background-blend-mode: soft-light;
        padding: 0 20px 40px;
        position: relative;
    }
    .point01 h2 {
        padding: 25px 0;
        margin: 0 -20px 40px;
        font-size: 4.8vw;
    }
    .point02 {
        background: url(../img/recruit/sec02_bg02.jpg) no-repeat left 40% top;
        background-size: cover;
        background-color: rgb(61 60 163);
        background-blend-mode: soft-light;
        padding: 60px 20px;
        position: relative;
        border-top: solid 1px #ffffff;
        border-bottom: solid 1px #ffffff;
    }
    .point02 .point_item {
        display: flex;
        justify-content: flex-end;
    }
    .point02 .point_item .text {
        max-width: 100%;
    }
    .point03 {
        background: url(../img/recruit/sec02_bg03.jpg) no-repeat center top;
        background-size: cover;
        background-color: rgb(61 60 163);
        background-blend-mode: soft-light;
        padding: 60px 20px;
        position: relative;
    }
    #recruit_sec03 {
        padding: 60px 20px;
    }
    #recruit_sec03 h2 {
        font-size: 6vw;
        margin: 0 0 60px;
    }
    .recruit_box {
        display: block;
    }
    .recruit_box .detail {
        width: 100%;
    }
    .recruit_box .detail table {
        width: 100%;
        border-bottom: solid 1px #ffffff;
        border-collapse: collapse;
    }
    .recruit_box .detail tr {
        border-top: solid 1px #ffffff;
    }
    .recruit_box .detail th {
        width: 30%;
        padding: 20px 0;
        font-size: 1.3rem;
    }
    .recruit_box .detail td {
        padding: 20px 0;
        font-size: 1.3rem;
        line-height: 1.6;
    }
    .recruit_box .thumb {
        display: none;
    }
    #recruit_sec04 {
        background: #4a46bd;
        padding: 60px 20px;
    }
    #recruit_sec04 h2 {
        font-size: 6vw;
        margin: 0 0 60px;
    }
    #recruit_sec04 table {
        width: 100%;
        max-width: 1000px;
        margin: auto;
        border-bottom: solid 1px #ffffff;
        border-collapse: collapse;
        display: block;
    }
    #recruit_sec04 table tbody {
        display: block;
    }
    #recruit_sec04 table tr {
        border-top: solid 1px #ffffff;
        display: block;
    }
    #recruit_sec04 table th {
        display: block;
        text-align: left;
        font-weight: 500;
        vertical-align: top;
        width: auto;
        padding: 20px 0 0;
        font-size: 1.4rem;
        line-height: 1.6;
        letter-spacing: 0.1em;
    }
    #recruit_sec04 table td {
        display: block;
        vertical-align: top;
        font-weight: 400;
        padding: 20px 0;
        font-size: 1.4rem;
        line-height: 1.6;
        letter-spacing: 0.1em;
    }
    #recruit_sec04 table td select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        display: block;
        box-sizing: border-box;
        padding: 10px;
        width: 100%;
        border: solid 1px #f1f1f1;
    }
    #recruit_sec04 table td [type="text"],
    #recruit_sec04 table td [type="email"],
    #recruit_sec04 table td [type="tel"] {
        display: block;
        box-sizing: border-box;
        padding: 10px;
        background: #ffffff;
        width: 100%;
        border: solid 1px #f1f1f1;
    }
    #recruit_sec04 table td textarea {
        display: block;
        box-sizing: border-box;
        padding: 10px;
        background: #ffffff;
        width: 100%;
        min-height: 140px;
        border: solid 1px #f1f1f1;
    }
    #recruit_sec04 .submit {
        display: block;
        width: 90%;
        max-width: 300px;
        background: url(../img/common/right_arrow03.svg) no-repeat right 15px center #ffffff;
        background-size: 20px 5px;
        margin: 40px auto 0;
        padding: 25px 0;
        font-size: 1.4rem;
        box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.3);
    }

    /* ------------------------------- 

        Truck

    ------------------------------- */
    .truck_box01 {
        padding: 60px 20px;
    }
    .truck_box01 p {
        font-size: 1.4rem;
        line-height: 2;
        text-align: left;
    }
    .truck_box01 ul {
        margin: 40px auto 0;
    }
    .truck_box01 ul li {
        display: block;
        width: 100%;
        margin: 20px 0 0;
    }
    .truck_box02 {
        padding: 60px 20px;
    }
    .truck_box02 .page_ttl01 span {
        font-size: 3rem;
        word-break: break-word;
    }
    .truck_box02 dl {
        margin: 40px auto 0;
        display: block;
    }
    .truck_box02 dt {
        width: 100%;
    }
    .truck_box02 dd {
        width: 100%;
        padding: 40px 20px 80px;
        display: block;
    }
    .truck_box02 dd h3 {
        font-size: 2.4rem;
        margin: 0 0 20px;
    }
    .truck_box02 dd p {
        font-size: 1.6rem;
        line-height: 2;
    }
    .truck_box02 dd span {
        position: absolute;
        left: unset;
        right: 20px;
        bottom: -10px;
        font-size: 6rem;
        opacity: 0.2;
    }

    /* ------------------------------- 

        Contact

    ------------------------------- */

    .contact_box01 {
        padding: 60px 20px;
    }
    .contact_table01 {
        width: 100%;
        max-width: 1000px;
        margin: auto;
        border-collapse: collapse;
        border-bottom: solid 1px #f6f6f6;
        display: block;
    }
    .contact_table01 tbody {
        display: block;
    }
    .contact_table01 tr {
        border-top: solid 1px #f6f6f6;
        display: block;
    }
    .contact_table01 th {
        padding: 20px 0 0;
        font-weight: 500;
        font-size: 1.5rem;
        text-align: left;
        width: auto;
        display: block;
    }
    .contact_table01 th .required {
        float: right;
        background: #f10000;
        padding: 5px 10px;
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: 500;
        margin: -2px 0 0;
    }
    .contact_table01 td {
        padding: 20px 0;
        font-size: 1.5rem;
        display: block;
    }
    .contact_table01 td [type="text"],
    .contact_table01 td [type="email"],
    .contact_table01 td [type="tel"] {
        display: block;
        box-sizing: border-box;
        padding: 20px;
        background: #ffffff;
        width: 100%;
        border: solid 1px #f1f1f1;
    }
    .contact_table01 td textarea {
        display: block;
        box-sizing: border-box;
        padding: 20px;
        background: #ffffff;
        width: 100%;
        min-height: 180px;
        border: solid 1px #f1f1f1;
    }
    .contact_box01 .submit {
        display: block;
        width: 100%;
        max-width: 220px;
        text-align: center;
        color: #ffffff;
        background: url(../img/common/right_arrow02.svg) no-repeat right 15px center #3f3ca3;
        background-size: 20px 5px;
        margin: 40px auto 0;
        padding: 25px 0;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        border: none;
        outline: none;
    }
    .thanks_box {
        margin: auto;
        border: solid 2px #3f3ca4;
        padding: 40px 20px;
    }
    .thanks_box h3 {
        font-size: 2rem;
        margin: 0 0 30px;
    }
    .thanks_box p {
        font-size: 1.4rem;
        line-height: 1.8;
        margin: 15px 0;
    }
    .contact_box01 .more_btn01 {
        text-align: center;
        margin: 40px 0 0;
    }
    .contact_box01 .more_btn01 a {
        margin: auto;
    }

    /* ------------------------------- 

        Post

    ------------------------------- */

    #archive,
    #single {
        max-width: 1000px;
        margin: auto;
        padding: 60px 20px;
        display: block;
    }
    #archive .news_list ul li a {
        background: url(../img/common/right_arrow03.svg) no-repeat right center;
        background-size: 14px 4px;
        display: block;
        padding: 20px 30px 20px 0;
        color: #000000;
    }
    #archive .news_list ul li a .post_date {
        margin: 0 0 10px;
    }

    .content {
        width: 100%;
        margin: 0 0 60px;
    }
    .single_content {
        width: 100%;
        margin: 0 0 60px;
    }
    .single_content img {
        width: 100%;
        margin: 25px 0;
    }
    .single_content p {
        font-size: 1.4rem;
        line-height: 1.8;
        margin: 25px 0;
    }
    .single_content h1 {
        font-size: 2.2rem;
        margin: 35px 0 25px;
        text-align: center;
    }
    .single_content h2 {
        font-size: 2rem;
        line-height: 1.6;
        margin: 35px 0 20px;
        padding: 2px 0 10px 15px;
        border-bottom: solid 1px #f5f5f5;
    }
    .single_content h3 {
        font-size: 2rem;
        line-height: 1.6;
        margin: 35px 0 25px;
        padding: 0 0 15px 0;
    }
    .single_content h4 {
        font-size: 1.8rem;
        line-height: 1.6;
        margin: 35px 0 25px;
        padding: 0 0 0 28px;
        position: relative;
    }
    .single_content h4::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 14px;
        height: 2px;
    }
    .single_content h5 {
        font-size: 1.7rem;
        line-height: 1.6;
        margin: 35px 0 25px;
    }
    .single_content h6 {
        font-size: 1.6rem;
        line-height: 1.6;
        margin: 35px 0 25px;
    }
    .single_content ul {
        background: #f6f9ff;
        margin: 35px 0 25px;
        padding: 15px;
        list-style: disc;
        border: solid 1px #bec9e1;
        border-radius: 10px;
    }
    .single_content ul li {
        font-size: 1.4rem;
        line-height: 1.6;
        margin: 10px 0 10px 25px;
    }
    .single_content ol {
        background: #f6f9ff;
        margin: 35px 0 25px;
        padding: 15px;
        border: solid 1px #bec9e1;
        border-radius: 10px;
    }
    .single_content ol li {
        font-size: 1.4rem;
        line-height: 1.6;
        margin: 10px 0 10px 25px;
    }
    .single_detail {
        margin: 0 0 20px;
    }
    .single_detail::after {
        content: "";
        display: block;
        clear: both;
    }
    .single_detail h1 {
        padding: 0 0 20px;
        margin: 0 0 15px;
        border-bottom: solid 1px #eee;
        border-top: none;
        font-size: 2rem;
        letter-spacing: 0.08em;
        line-height: 1.6;
        position: relative;
        text-align: left;
    }
    .single_detail .cat {
        float: right;
        font-size: 1.2rem;
        padding: 5px 10px;
        margin: -2px 0 0 5px;
        border-radius: 4px;
        color: #fff;
    }
    .single_detail .date {
        margin: 0 0;
        float: left;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.1em;
    }
    .single_sidebar {
        width: 100%;
        margin: 0 0 80px;
    }
    .side_menu h5 a,
    .side_menu h5 span,
    .side_post h5 span {
        display: block;
        color: #fff;
        padding: 20px;
        text-align: center;
        font-size: 1.4rem;
        font-weight: normal;
        letter-spacing: 0.1em;
    }

    .sidebar {
        width: 100%;
    }
    .side_menu {
        margin: 0 0 40px;
    }
    .side_menu ul li a {
        display: block;
        padding: 20px 20px 20px 35px;
        color: #000;
        border-bottom: solid 1px #eee;
        position: relative;
    }
    .side_menu ul li a::before {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        top: 50%;
        width: 10px;
        height: 1px;
    }
    .side_menu ul li a:hover,
    .side_post ul li a:hover {
        background: #f9f9f9;
    }
    .side_menu ul li a span.date {
        display: block;
        font-size: 1rem;
        letter-spacing: 0.1em;
        color: #6b6b6b;
    }
    .side_post ul li a {
        display: block;
        padding: 20px 20px 20px 35px;
        color: #000;
        border-bottom: solid 1px #eee;
        position: relative;
    }
    .side_post ul li a::before {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        top: 50%;
        width: 10px;
        height: 1px;
    }

    /* 2022-11-16 ?? ????*/

    .truck_box02 dt img{
        height: 240px;
    }
    .company_box02 > h3{
        font-size: 1.6rem;
    }
    .page_btn {
        width: 260px;
        margin: 30px auto 0;
    }
    .page_btn a {
        background: url(../img/common/right_arrow02.svg) no-repeat right 15px center #3f3ca3;
        background-size: 20px 5px;
        color: #ffffff;
        padding: 32px 0;
    }
    .page_btn a:hover {
        background: url(../img/common/right_arrow02.svg) no-repeat right 15px center #3f3ca3;
        background-size: 20px 5px;
    }

    /* 2022-11-16 ?? ????*/

}
