@charset "UTF-8";

/*==============================
下層ページ 基本レイアウト
===============================*/

#LowPage .TopMainVisual {
    min-height: 450px;
    height: clamp(450px, 70vw, 65vh);
    max-height: 65vh;
}

#LowPageVisual {
    width: 100%;
    height: 100%;
    background-image: url(../img/swiper/slide01.jpg);
    background-size: cover;
}
@media (max-width: 900px) {
    #LowPageVisual {
        min-height: 35vh;
    }
}
#LowPageVisual .CompName {
    z-index: 1;
    position: absolute;
    /* right: 6px; */
    bottom: 0px;
    padding: .1em .2em;
    font-size: 2em;
    font-weight: bold;
    /* background-color: rgba(255, 255, 255, .7); */
    /* text-shadow: #000 0 0 15px; */
    color: #fff;
    width: 100%;
    text-align: center;
    background-color: #004a8b;
}
#LowPage #LowPageWrap.Column_two {
    display: grid;
    gap: 3vw;
    grid-template-columns: minmax(350px, 8%) 2fr;
    max-width: 1500px;
    margin: auto;
}
@media (max-width: 1000px) {
    #LowPage #LowPageWrap.Column_two {
        grid-template-columns: minmax(290px, 8%) 2fr;
    }
}
#LowPage #LowPageWrap.Column_two main {
    order: 1;
}
@media (max-width: 1000px) {
    #LowPage #LowPageWrap.Column_two {
        grid-template-columns: repeat(1, 1fr);
    }
    #LowPage #LowPageWrap.Column_two main {
        order: 0;
    }
}
#LowPage #LowPageWrap.Column_two .SideNav {
    border-right: 1px solid #ddd;
    padding: 2em 1em 1em;
    font-size: .9em;
}
@media (max-width: 1000px) {
    #LowPage #LowPageWrap.Column_two .SideNav {
        border-top: 1px solid #ddd;
        border-right: none;
    }
}
#LowPage #LowPageWrap.Column_two .SideNav dt,
#LowPage #LowPageWrap.Column_two .SideNav dd {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}
#LowPage #LowPageWrap.Column_two .SideNav dd {
    margin-left: 1em;
}
#LowPage #LowPageWrap.Column_two .SideNav dt a,
#LowPage #LowPageWrap.Column_two .SideNav dd a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #000;
  width: 100%;
  height: 100%;
}
#LowPage #LowPageWrap.Column_two .SideNav dt a:before,
#LowPage #LowPageWrap.Column_two .SideNav dd a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #3a3a3a;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.BgSky {
    background-color: #f5fbff;
}
.DefaultPadding {
    padding: 40px 60px;   
}

#LowPage .Detail {
    margin-top: 20px;
    padding: 0!important;
}
#LowPage .Detail a {
    color: #005bac;
    position: relative;
}
#LowPage .Detail a::before {
    transform: rotate(30deg);
    top: calc(50% - 1px);
    content: "";
    position: absolute;
    right: -1em;
    width: 12px;
    height: 2px;
    border-radius: 9999px;
    background-color: #005bac;
    transform-origin: calc(100% - 2px) 50%;
}
#LowPage  .Detail a::after {
    transform: rotate(-30deg);
    top: calc(50% - 0px);
    content: "";
    position: absolute;
    right: -1em;
    width: 12px;
    height: 2px;
    border-radius: 9999px;
    background-color: #005bac;
    transform-origin: calc(100% - 2px) 50%;
}

@media (max-width: 800px) {
    #LowPage .Detail a::before {
        top: auto;
        bottom: calc(16% + 1px);
    }
    #LowPage .Detail a::after {
        top: auto;
        bottom: calc(16% + 0px);
    }
}

/*==============================
仕事をお探しの方へ
===============================*/

#LowPageVisual.human {
    background-image: url(../img/human-resource/main_visual.jpg);
    background-position: bottom;
}
#LowPage #LowPageWrap .WorkSearch .NewsBox {
    padding: 30px 50px;
    border: 1px solid #a8a8a8;
    height: 320px;
    overflow-y: scroll;
    margin-bottom: 60px;
}
#LowPage #LowPageWrap .WorkSearch .NewsBox ul li {
    padding: 1.1em 0;
    border-bottom: 1px solid #a8a8a8;
}
#LowPage #LowPageWrap .WorkSearch .Occupation {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 1250px) {
    #LowPage #LowPageWrap .WorkSearch .Occupation {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 800px) {
    #LowPage #LowPageWrap .WorkSearch .Occupation {
        grid-template-columns: repeat(1, 1fr);
    }
}
#LowPage #LowPageWrap .WorkSearch .Occupation div a {
    width: 100%;
    display: inline-block;
    padding: 0.75rem 1.25rem;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    border: 1px solid #004ea1;
    border-radius: 5px;
    color: #000;
}
#LowPage #LowPageWrap .WorkSearch .Occupation div a:hover {
    background-color: #004ea1;
    color: #fff;
    opacity: 1;
}
#LowPage #LowPageWrap .WorkSearch .Conditions {
    padding: 40px 50px;
    border: 1px solid #a8a8a8;
}
#LowPage #LowPageWrap .WorkSearch .Conditions dl {
    border-bottom: solid 1px #ddd;
    display: flex;
}
#LowPage #LowPageWrap .WorkSearch .Conditions dl dt {
    width: 8em;
    font-weight: bold;
    background-color: #E2E9F1;
    padding: 1em;
}
#LowPage #LowPageWrap .WorkSearch .Conditions dl dd {
    width: calc(100% - 8em);
    padding-bottom: 20px;
    padding: 1em;
}
@media (max-width: 800px) {
    #LowPage #LowPageWrap .WorkSearch .Conditions {
        padding: 20px;
    }
    #LowPage #LowPageWrap .WorkSearch .Conditions dl {
        flex-direction: column;
    }
    #LowPage #LowPageWrap .WorkSearch .Conditions dl dt {
        width: 100%;
        padding: 0.5em;
    }
    #LowPage #LowPageWrap .WorkSearch .Conditions dl dd {
        width: 100%;
    }
}
#LowPage #LowPageWrap .WorkSearch .Conditions dl.contract dd ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
/*#LowPage #LowPageWrap .WorkSearch .Conditions dl dd ul li {
    width: 10em;
}*/

#LowPage #LowPageWrap .WorkSearch .Conditions dl dd ul.Occ {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#LowPage #LowPageWrap .WorkSearch .Conditions dl dd ul.Occ li {
    width: 50%;
}
@media (max-width: 1310px) {
    #LowPage #LowPageWrap .WorkSearch .Conditions dl dd ul.Occ li {
        width: 100%;
    }
}
@media (max-width: 800px) {
    #LowPage #LowPageWrap .WorkSearch .Conditions dl dd ul.Occ {
        flex-direction: column;
    }
    #LowPage #LowPageWrap .WorkSearch .Conditions dl dd ul.Occ li {
        width: 100%;
    }
}


form ul li:first-child input[type="radio"],
form ul li:first-child input[type="checkbox"] {
    margin-top: 0px;
}
form .radio, .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 0px 1.5em 0px 1.5em;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
}
form .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 15px;
    border-right: 4px solid #1464c4;
    border-bottom: 4px solid #1464c4;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
form .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0;
    /* left: 15px; */
    display: block;
    margin-top: -11px;
    width: 20px;
    height: 20px;
    border: 1px solid #bbb;
    content: '';
    border-radius: 3px;
}
input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"] {
    max-width: 98%;
    padding: 2px 2%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
    font-size: 100%;
    font-family: inherit;
}
form select {
    border: #bbb solid 1px;
    padding: 0 1em;
}

form .textcenter {
    text-align: center !important;
}

form p#form_submit {
    width: 99%;
    margin: 0 auto;
    padding: 15px 0;
    /* border-top: 1px solid #cccccc; */
}

form input[type="submit"] {
    width: 180px;
    padding: 15px 40px;
    margin: 40px;
    font-size: 1.2em;
    background-color: #005bac;
    color: #fff;
    border-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: .2s;
}
form input[type="submit"]:hover {
    cursor: pointer;
    background: #1372ca;
    border-style: none;
}

/*==============================
検索結果
===============================*/
#LowPage #LowPageWrap .WorkSearch .result {
}
#LowPage #LowPageWrap .WorkSearch .result dl {
  display: flex;
}
#LowPage #LowPageWrap .WorkSearch .result dl {
  border-top: solid 1px #ddd;
}
#LowPage #LowPageWrap .WorkSearch .result dl:last-of-type {
  border-bottom: solid 1px #ddd;
}
#LowPage #LowPageWrap .WorkSearch .result dl dt {
    width: 8em;
    font-weight: bold;
    background-color: #E2E9F1;
    padding: 1em;
}
#LowPage #LowPageWrap .WorkSearch .result dl dd {
    width: calc(100% - 8em);
    padding-bottom: 20px;
    padding: 1em;
}
@media (max-width: 800px) {
    #LowPage #LowPageWrap .WorkSearch .result dl {
        flex-direction: column;
    }
    #LowPage #LowPageWrap .WorkSearch .result dl dt {
        width: 100%;
        padding: 0.5em;
    }
    #LowPage #LowPageWrap .WorkSearch .result dl dd {
        width: 100%;
        padding: 0.5em;
    }
}
#LowPage #LowPageWrap .WorkSearch .Tagarea {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

#LowPage #LowPageWrap .WorkSearch .Tagarea li {
    background-color: #00b2eb;
    color: #fff;
    font-size: .8em;
    padding: .2em .5em;
    margin-right: .8em;
    margin-bottom: .6em;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
#LowPage #LowPageWrap .WorkSearch .Tagarea li:before{
  content:'';
  background-image: url('../img/human-resource/icon_tag.svg');
  display: block;
  width:1em;
  height:1em;
  background-size: cover;
  margin-right: .3em;
}




/*==============================
コンサルティング
===============================*/

#LowPageVisual.consulting {
    background-image: url(../img/swiper/slide01.jpg);
    background-position: bottom;
}
#LowPage .Consulting .ObjLeft {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    margin-top: 40px;
    /*position: relative;*/
    background: #e2e9f7;
    padding: 40px;
}
@media (max-width: 900px) {
    #LowPage .Consulting .ObjLeft {
        align-items: flex-start;
    }
} 
#LowPage .Consulting .ObjLeft .Obj {
    /*width: 43%;*/
    width: 148px;
}
#LowPage .Consulting .ObjLeft .Obj img {
    width: 100%;
}
#LowPage .Consulting .ObjLeft .Text {
    /*padding: 30px 50px 30px 0px;*/
    width: calc(100% - 170px);
    text-align: justify;
    letter-spacing: -.1px;
    display: flex;
    flex-wrap: nowrap;
}
@media (max-width: 900px) {
    #LowPage .Consulting .ObjLeft .Text {
        padding: 30px 50px 30px 10px;
        display: block;
    }
} 
#LowPage .Consulting .ObjLeft .Obj h3.Name {
    /*-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
    margin: 5px 0px 0 0;
    text-align: left;
    border-bottom: none;
    font-size: 1.4em;
}
@media (max-width: 900px) {
    #LowPage .Consulting .ObjLeft .Obj h3.Name {
        /*writing-mode: horizontal-tb;*/
        text-align: left;
    }
} 
#LowPage .Consulting .ObjLeft .Text .field {
    width: 100%;
}
#LowPage .Consulting .ObjLeft .Text h4 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .4em;
}
@media (max-width: 900px) {
    #LowPage .Consulting .ObjLeft .Text h4 {
        font-size: .9em;
    }
}
#LowPage .Consulting .ObjLeft .Text .field ul {
    font-size: .95em;
}
@media (max-width: 900px) {
    #LowPage .Consulting .ObjLeft .Text .field ul li {
        line-height: 1.5;
        margin: 8px 0;
    }
}

/*#LowPage .Consulting .ObjLeft:after {
    content: "";
    background-color: #e2e9f7;
    position: absolute;
    right: 0;
    padding: 30px;
    width: 92%;
    height: 100%;
    z-index: -1;
}*/

/*==============================
コンサルティング（個々）
===============================*/
#LowPage .Consulting.Personal .ObjLeft {
    align-items: flex-start;
}
@media (max-width: 900px) {
    #LowPage .Consulting.Personal .ObjLeft {
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
    }
    #LowPage .Consulting.Personal .ObjLeft:after {
        width: 100%;
    }
}
#LowPage .Consulting.Personal .ObjLeft .Obj {
    margin-top: -16px;
}
#LowPage .Consulting.Personal .ObjLeft .Text .field table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  /*border: 1px solid #d8d8d8;*/
  background-color: #fff;
  line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 900px) {
  #LowPage .Consulting.Personal .ObjLeft .Text {
    padding: 30px 20px 30px 20px;
    width: 100%;
    display: block;
  }
}

#LowPage .Consulting.Personal .ObjLeft .Text .field table th {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 1em;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-color: #f8f8f8;
  border-top: solid 1px #bdbebd;
  border-bottom: solid 1px #bdbebd;
  width: 20%;
    min-width: 180px;
}
#LowPage .Consulting.Personal .ObjLeft .Text .field table td {
  padding: 15px 1.5em;
  vertical-align: middle;
  border-top: solid 1px #bdbebd;
  border-bottom: solid 1px #bdbebd;
    text-align: justify
}
@media (max-width: 1200px) {
    #LowPage .Consulting.Personal .ObjLeft .Text .field table th {
        width:100%;
        display:block;
    }
    #LowPage .Consulting.Personal .ObjLeft .Text .field table td{
        width:100%;
        display: list-item;     /* リストに変換 */
        list-style:none;     /* リストに変換によるドットを非表示 */
        border-top: none !important;
    }
} 




/*==============================
メールフォーム
===============================*/
.BgGray {
    background-color: #f5f6f7;
}
#LowPageVisual.contact {
    background-image: url(../img/contact/main_visual.jpg);
    background-position: bottom;
}
#LowPage .ContactSeat .ColorRed {
    color: #ff0000;
}

#LowPage .ContactSeat .TelBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#LowPage .ContactSeat .TelBox .TelItem {
    width: 30%;
    text-align: center;
    margin: 1.5%;
    background-color: #fff;
    padding: 1em 0;
    border-radius: 8px;
    border: 2px solid #004a8b;
}
@media (max-width: 1358px) {
    #LowPage .ContactSeat .TelBox .TelItem {
        width: 47%;
    }
}
@media (max-width: 800px) {
    #LowPage .ContactSeat .TelBox .TelItem {
        width: 80%;
    }
}
#LowPage .ContactSeat .TelBox .TelItem a {
    font-size: 1.4em;
    font-weight: bold;
}

form#mail_form dt {
    margin-bottom: 8px;
}
form#mail_form dd {
    margin-bottom: 2.4em;
}
form#mail_form dd:last-of-type {
    margin-bottom: 0em;
}
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
    width: 100%;
    /* height: 2em; */
    padding: 4px 1em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
    font-size: 100%;
    font-family: inherit;
}
form#mail_form select {
    font-size: 100%;
    padding: .6em 1em;
    font-family: inherit;
    appearance: auto!important;
    border-radius: 3px;
    background: #fafafa;
}

form#mail_form select::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}

form#mail_form .radio {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 0px 1.5em 0px 1.5em;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
}
form#mail_form .radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 44%;
    left: 4px;
    display: block;
    margin-top: -6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #1464c4;
    content: '';
    opacity: 0;
}
form#mail_form .radio:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0;
    /* left: 15px; */
    display: block;
    margin-top: -12px;
    width: 22px;
    height: 22px;
    border: 1px solid #bbb;
    content: '';
    border-radius: 50%;
}
form#mail_form input[type=radio]:checked + .radio:before {
    opacity: 1;
}

form#mail_form .consent {
    background-color: #fff;
    margin-top: 4em;
    border-radius: 6px;
}
form#mail_form .consent dd {
    text-align: center;
}
form#mail_form #form_submit {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}
form#mail_form input[type="button"] {
    width: 340px;
    padding: 15px 40px;
    margin: 40px;
    font-size: 1.2em;
    background-color: #005bac;
    color: #fff;
    border-style: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: .2s;
}
form#mail_form input[type="button"]:hover {
    cursor: pointer;
    background: #1c427f;
    border-style: none;
}


