@charset "UTF-8"; .header__navi--box.flex {
    display: none;
    background: white;
    padding-top: var(--half-padding);
}

.sp {
    display: block;
}

.pc {
    display: none;
}

.inner.flex {
    justify-content: space-between;
}

.lower-mv {
    height: 180px;
}

.mv__text--box {
    left: 3%;
}

span.pc_eyecatch_text, span.sp_eyecatch_text {
    font-size: 32px;
    letter-spacing: 2px;
}

.breadcrumb {
    top: unset;
    left: 10px;
    bottom: -30px;
}

.header .sp-menu.sp span {
    width: 100%;
    height: 2px;
    display: block;
    background: #000;
    position: absolute;
    left: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header .sp-menu.sp {
    height: 25px;
    width: 25px;
    margin: 0 3% 0 0;
    position: relative;
}

.header .sp-menu.sp span:nth-child(1) {
    top: 4px;
}

.header .sp-menu.sp span:nth-child(2) {
    top: 12px;
}

.header .sp-menu.sp span:nth-child(3) {
    bottom: 3px;
}

.header__navi--list {
    padding: 20px 3% 20px;
}

.header__navi--box {
    position: absolute;
    top: 60px;
    background: #fff;
    display: none;
    width: 100%;
}

.header__conatct--tel {
    width: -webkit-fill-available;
}

.header__contact--mail {
    /* width: 100vw; */
    width: -webkit-fill-available;
}

.header__contact {
    margin-right: 0;
    margin-left: 0;
}

.header__navi--list {
    padding: 0;
}

nav.header__navi {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: var(--def-line-height);
    padding-bottom: var(--def-line-height);
    justify-content: space-around;
}

.header__navi--list li {
    width: 48%;
    margin: 0 0 14px;
    padding: 0 0 10px;
    border-bottom: 1px solid #6a3c2c;
}

ul.header__navi--list.flex li {
    max-width: 115px;
    padding-left: 2vw;
    display: flex;
    white-space: pre;
    justify-content: flex-start;
    margin-right: 3%;
    margin-left: 3%;
}

ul.header__navi--list.flex {
    display: contents;
    list-style: none;
}

.footer__item.flex {
    padding-left: var(--half-padding);
    padding-right: var(--half-padding);
    padding-top: var(--padding);
    padding-bottom: var(--padding);
}

.otoiawase-flex-line {
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    align-content: center;
}

.contactbnr__item--left {
    width: 100%;
    max-width: 485px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid white;
    padding-bottom: var(--half-padding);
}

.contactbnr__item--right {
    width: 100%;
    max-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner.entry-content {
    margin-right: var(--half-padding);
    margin-left: var(--half-padding);
}

.contactbnr {
    background-size: cover;
}

/* content-start */
/* sub news start */
.sub-news {
    padding-top: 30px;
}

.sub-news .news-list .news-item a {
    padding: 0 25px;
}

.sub-news .news-list .news-item a .news-img {
    padding-bottom: 35px;
}

.sub-news .news-list .news-item a .news-group {
    padding: 25px 25px 35px 0px;
}

.news-details-inner .news-date, .news-details-inner .news-ttl, .news-details-inner .desc, .news-details-inner img {
    margin-left: 0;
}

.news-detail__content {
    padding: 0;
}

.news-details-inner {
    /* margin-left: 5%; */
    padding: 25px;
}

.news-details .prev-next__wrapper a {
    font-size: 16px;
}

/* sub news end */
/* contact start */
form#mailformpro {
    width: 100%;
}

form#mailformpro dl dt {
    width: 35%;
    padding: 0 10px 0 0;
}

.sub-contact .contact__form--item dd.number input {
    max-width: 100px;
}

.sub-contact .msg {
    padding: 50px 20px 20px 20px;
}

/* entry */
.entry_form--item {
    flex-direction: column;
}

.entry_form--item dd .number {
    width: 100%;
}

.entry_form--item dd .hypen {
    width: 50px;
}

.entry_form--item dd.date-wrap .mr {
    margin-right: 20px;
    width: 100%;
}

.entry_form--item dd.date-wrap div:nth-child(1), .entry_form--item dd.date-wrap div:nth-child(7) {
    width: 100%;
}

/* top start */
.top-message .inner {
    flex-direction: column;
}

.top-message .inner .ttl_box {
    width: 100%;
    justify-content: center;
}

.top-message .inner .ttl_box .section__ttl {
    text-align: center;
}

.top-message .inner .desc_box img {
    max-width: unset;
    width: 50%;
}

.top-message .inner .desc_box .text_box {
    width: 50%;
}

/* top end */
/* company */
/* associate */
.top-associate.top-company .content-box {
    flex-direction: column;
}

.header__navi--box.flex {
    width: 100%;
    top: 9vw;
}

/* sub-company */
.sub-company {
    padding-top: 50px;
}

.sub-company .company-profile .company-list {
    padding-top: 25px;
}

.sub-company .company-msg .txt_box h2 br {
    display: none;
}

.sub-company .company-thoughts .img_box {
    padding: 0 25px;
}

.sub-company .company-msg .txt_box {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
}

/* sub-company */
/* service start */
.sub_service {
    margin-top: 50px;
}

.sub_service .wrap .txt_box .txt_box-d {
    padding: 50px;
}

.sub_service .wrap .img_box {
    width: 100%;
}

/* service end */
/* faq start */
/* sub recruit */
.sub-recruit .wrap .txt_box h2 {
    font-size: 22px;
}

.site-footer {
}

.site-footer .container {
}

.site-footer__nav {
    width: 49%;
}

.site-footer__nav ul {
}

.site-footer__nav ul li {
}

.site-footer__nav ul li a {
}

.site-footer__nav ul li a::before {
}

.site-footer__address {
}

.site-footer__logo {
}

.site-footer__logo a {
}

.site-footer__logo img {
}

.site-footer__address p {
}

.site-footer .copyright {
}

/* history */
#history-box > ul::before {
    left: 0;
    transform: unset;
    width: 5px;
}

#history-box > ul > li.right-side > .box p.t2 {
    display: none;
}

#history-box {
    padding: 0 3% 0;
    height: auto;
    overflow: initial;
}

#history-box > ul {
    background-size: 5px;
    background-position: left top;
    padding: 0px 0 0px 20px;
    margin-top: 50px;
}

#history-box > ul > li {
    margin: 0 0 5%;
}

#history-box > ul > li:before {
    top: 20px;
    right: auto;
    left: -22px;
    margin: auto;
    z-index: 3;
    background-size: contain;
    width: 8px;
    height: 8px;
}

#history-box > ul > li:after {
    top: 23px;
    left: -19px;
    right: auto;
    width: 30px;
    height: 2px;
}

#history-box > ul > li.right-side > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.right-side > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_02:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_02:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_02 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_02 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_03:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_03:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_03 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_03 > .box > img.pa {
    width: 80px;
}

#history-box > ul > li.h_04:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_04:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_04 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_04 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_05:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_05:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_05 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_05 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_06:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_06:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_06 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_06 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_07:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_07:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_07 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_07 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_08:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_08:after {
    top: 23px;
    left: -19px;
    right: auto;
    display: none;
}

#history-box > ul > li.h_08 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_08 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_09:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_09:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_09 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_09 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_10:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_10:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_10 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_10 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_11:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_11:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_11 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_11 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_12:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_12:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_12 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_12 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_12 > .box p.t3.mg2 {
    margin: 0 0 18px;
}

#history-box > ul > li.h_12 > .box > img.pa {
    width: 95px;
}

#history-box > ul > li.h_13:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_13:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_13 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_13 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_14:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_14:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_14 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_14 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_15:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_15:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_15 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_15 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_16:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_16:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_16 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_16 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_17:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_17:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_17 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_17 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_18:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_18:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_18 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_18 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_19:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_19:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_19 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_19 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_20:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_20:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_20 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_20 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_20 > .box p.t3.mg {
    margin: 0 0 26px;
}

#history-box > ul > li.h_20 > .box img.pa {
    width: 115px;
}

#history-box > ul > li.h_21:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_21:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_21 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_21 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_22:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_22:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_22 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_22 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_23:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_23:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_23 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_23 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_24:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_24:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_24 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_24 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_25:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_25:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_25 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_25 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_26:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_26:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_26 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_26 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_27:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_27:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_27 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_27 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_27 > .box img.pa {
    width: 80px;
}

#history-box > ul > li.h_28:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_28:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_28 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_28 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_29:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_29:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_29 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_29 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

/*20220513*/
#history-box > ul > li.h_30:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_30:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_30 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_30 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_31:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_31:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_31 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_31 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_32:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_32:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_32 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_32 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_33:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_33:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_33 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_33 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_34:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_34:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_34 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_34 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_35:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_35:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_35 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_35 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

#history-box > ul > li.h_36:before {
    top: 20px;
    right: auto;
    left: -22px;
}

#history-box > ul > li.h_36:after {
    top: 23px;
    left: -19px;
    right: auto;
}

#history-box > ul > li.h_36 > .box {
    left: 0;
    top: 0;
}

#history-box > ul > li.h_36 > .box p.t1 {
    top: 0;
    left: 0;
    right: 0;
}

/*!20220513*/
#history-box > ul > li > .box {
    left: 0;
    top: 0;
    width: 100%;
    border-width: 1px;
    padding: 7px 3% 10px;
}

#history-box > ul > li > .box > p.t1 {
    font-size: 24px;
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 0 0;
}

#history-box > ul > li > .box > p.t1 > span {
    display: inline-block;
    font-size: 10px;
    left: 8px;
}

#history-box > ul > li > .box > p.t1 > span.ls {
    left: 0;
    display: inline-block;
    font-size: 24px;
    letter-spacing: -0.2rem;
}

#history-box > ul > li > .box > p.t2 {
    font-size: 14px;
    display: none;
}

#history-box > ul > li > .box > img.pa {
    right: 10px;
}

#history-box > ul > li > .box > p.t3.mg2 {
    margin: 0 0 0;
}

.intsa_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto 60px;
    max-width: 1400px;
}

.service-area__section {
    padding: 50px 0 0;
}

.service-area__items {
    grid-template-columns: 1fr;
    grid-template-areas: "one" "two" "three" "four" "five" "six";
    max-width: 500px;
}

.service-area__item-1 {
}

.service-area__item-2 {
}

.service-area__item-3 {
}

.service-area__item-4 {
}

.service-area__item-5 {
}

.service-area__item-6 {
}

.service-area__item {
}

.service-area__item.img {
    padding-top: 70%;
}

.service-area__item.txt {
    margin: 0 0 40px;
}

.service-area__item:nth-child(3n+2) .service-area__item.txt {
}

.service-area__item.txt.blue {
}

.service-area__item.txt.green {
}

.service-area__item.txt.red {
}

.service-area__item.txt span {
}

.service-area__item.txt h3 {
}

.service-area__item.txt p {
}

.service-area__item.txt .linkbtn {
}
