p,
h1,
h2,
h3,
h4,
h5,
a,
th,
td,
tr,
select,
input,
span {
    font-size: 3.8vw;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
}
.add_section_rec02{
    padding-top: 8vw;
}
header button {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    border: 0;
    outline: 0;
    background: transparent;
    border-radius: 0;
    text-align: inherit;
}

.TopBackImage {
    background-image: url(../img/sp/top/MV_sp.jpeg);
}

header button:hover {
    cursor: pointer;
}

header .HeadNav ul li {
    margin-left: unset;
    margin-top: unset;
}

header {
    background-color: unset;
    position: absolute;
}

header .HeadNav .HeadLogo h1 img {
    position: absolute;
    top: 20px;
    margin: unset;
    bottom: 0;
    width: 120px;
}

/*}*/
/*.TopBackImage .TopTitle h2{*/
/*    width: unset;*/
/*}*/
.TopBackImage .TopTitle span {
    font-size: 5vw;
    bottom: 10px;
}

.TopBackImage .TopTitle h2 {
    font-size: 4.5vw;
    letter-spacing: 0px;
}

.container10 {
    width: unset;
}

.container {
    width: unset;
}

/**************** 以下、ハンバーガーボタンのスタイリング ****************/
.btn {
    /* ボタンの配置位置  */
    position: fixed;
    top: unset;
    right: 0;
    width: 60px;
    height: 60px;
    /* バーガーの線をボタン範囲の中心に配置 */
    display: flex;
    justify-content: center;
    align-items: center;
    /* 最前面に */
    z-index: 10;
    background-color: #004098;
}

/***** 真ん中のバーガー線 *****/
.btn-line {
    /* 線の長さと高さ */
    width: 30px;
    height: 2px;
    /* バーガー線の色 */
    background-color: #ffffff;
    /* バーガー線の位置基準として設定 */
    position: relative;
    transition: .2s;
}

/***** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
    content: "";
    /* 基準線と同じ大きさと色 */
    position: absolute;
    width: 30px;
    height: 100%;
    background-color: #ffffff;
    transition: .2s;
}


.btn-line::before {
    /* 上の線の位置 */
    transform: translateY(-10px);
}


.btn-line::after {
    /* 下の線の位置 */
    transform: translateY(10px);
}

/***** メニューオープン時 *****/
.btn-line.open {
    /* 真ん中の線を透明に */
    background-color: transparent;
}

.btn-line.open::before,
.btn-line.open::after {
    content: "";
    transition: .2s;
}

.btn-line.open::before {
    /* 上の線を傾ける */
    transform: rotate(45deg);
}

.btn-line.open::after {
    /* 上の線を傾ける */
    transform: rotate(-45deg);
}

/* ボタンフォーカス時の装飾 */
.btn:focus .btn-line,
.btn:focus .btn-line::before,
.btn:focus .btn-line::after {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .7);
}

.btn:focus .btn-line.open {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn:focus .btn-line.open::before,
.btn:focus .btn-line.open::after {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .7);
}

/**************** ここまで、ハンバーガーボタンのスタイリング ****************/

/**************** 以下、メニューのスタイリング ****************/
.menu {
    position: fixed;
    /* メニューの位置マイナス指定で画面外に */
    transform: translateX(130%);
    width: 100%;
    height: 100vh;
    /* メニューを縦に */
    display: flex;
    flex-direction: column;
    color: #efefef;
    background-color: rgba(255, 255, 255, 0.9);
    transition: transform .3s;
    top: 0;
}

/* 2022/02/04 追加 */
.menu-list-wrap {
    width: 100%;
}

/* //2022/02/04 追加 */

.menu-list {
    width: 100%;
    /* メニューテキスト位置をリスト内中心に */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 10vw 0; 2022/02/04削除*/
    margin: 0;
    padding: 2.5vw 0;
}

.menu-list:hover {
    color: #333;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

/* 2022/02/04追加 */
.menu-list a {
    font-size: 1rem;
}

.menu-list:last-child a {
    text-align: center;
}

/* //2022/02/04追加 */

header .HeadNav ul {
    justify-content: center;
}

header .HeadNav ul li a {
    font-size: 5vw;
}

.kaisha th {
    width: 33%;
}

/***** メニューオープン時位置0にして画面内に *****/
.menu.open {
    transform: translateX(0%);
}

/* 600px以上はハンバーガーボタン非表示、ヘッダー固定 */
@media screen and (min-width: 600px) {
    .btn {
        display: none;
    }

    .menu {
        position: fixed;
        transform: translateX(0);
        width: 100%;
        height: 100px;
        /* メニューを横に */
        display: flex;
        flex-direction: row;
    }
}

/**************** ここまで、メニューのスタイリング ****************/
.TopFormWrap {
    flex-wrap: wrap;
}

.TopFormWrap .TopFormItem01 {
    width: 49.5%;
}

.TopFormWrap .TopFormItem02 {
    width: 49.5%;
}

.TopFormWrap .TopFormItem03 {
    width: 100%;
}

.TopForm {
    padding: 3vw;
}

.cp_ipselect {
    width: 100%;
}

.search_container input[type="text"] {
    width: 100%;
}

.search_container input[type="submit"] {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-appearance: none;
    border-radius: 0;
}

.search_container input[type="text"] {
    width: -webkit-fill-available;
    margin: 1vw 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.TopJobSearchWrap {
    padding: 0 3vw;
}

.JobSearch01 a {
    font-size: 3.3vw;
}

.TopCompanyWrapper {
    display: block;
    padding: 0 3vw;
}

.TopCompanyWrapper .TopCompanyLeft {
    width: 100%;
}

.TopCompanyWrapper .TopCompanyRight {
    width: 100%;
    padding-top: 15vw;
}

.TopNewsWrapper h2,
.TopCompanyLeft h2 {
    font-size: 9vw;
}

.TopNewsWrapper span,
.TopCompanyLeft span {
    margin-bottom: 5px;
    width: 40px;
}

.TCLComment {
    padding: 10vw 0;
}

.TCLComment p {
    line-height: 2;
}

.TopNewsWrapper p,
.TopCompanyLeft p {
    font-size: 4vw;
}

.TCLComment p {
    letter-spacing: 0px;
    text-align: center;
}

.TopCompanyLeftButton {
    text-align: center;
}

.TopCompanyLeftButton a {
    font-size: 3.6vw;
}

.TopCompanyRight .textBottom {
    display: flex;
}

.TopNewsWrapper {
    padding: 0 3vw;
}

.news-list .item .date {
    width: 35%;
    min-width: unset;
}

.news-list .item .category {
    width: 35%;
}

.news-list .item a {
    flex-wrap: wrap;
}

.news-list .item .title {
    padding-top: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.TopBusinessWrapper {
    display: block;
    padding: 0 3vw;
}

.TopBusinessWrapper .TopBusinessItem {
    width: 100%;
}


.TopBusinessWrapper .TopBusinessItem span {
    margin-top: unset;
    margin-bottom: unset;
    position: absolute;
    width: 1.5vw;
    top: 50%;
    left: -3vw;
    transform: translateY(-50%);
}

.TopBusinessWrapper .TopBusinessItem p {
    margin: 5vw 0 10vw 0;
    font-size: 3.8vw;
    letter-spacing: 0px;
}

.TopBusiness {
    margin-bottom: 15vw;
}

.TopRecruit {
    margin-bottom: 20vw;
}

.TopRecruitWrapper .TRWLeft {
    width: 100%;
}

.TopRecruitWrapper .TRWRight {
    padding: unset;
    width: 100%;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    background-color: rgba(255, 255, 255, 0.7);
}

.TopRecruitWrapper {
    background-image: url("../img/sp/top/recruit.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5vw 3vw;
}

.TopRecruitButton {
    margin-top: 8vw;
}

.TopRecruitButton a {
    background-color: unset;
    /*padding: 0.5em 2em;*/
}

.TopNewsWrapper p {
    letter-spacing: 0px;
    margin-top: 5vw;
}

.TopRecuruitSp .TopNewsWrapper {
    padding: 5vw;
}

.TopAccessWrapper {
    display: block;
}

.TopAccessWrapper .TopAccessLeft {
    width: 100%;
    padding-left: unset;
}

.TopAccessWrapper .TopAccessRight {
    width: 100%;
}

.TopAccessSp>div {
    padding: 0 3vw;
}

.TopAccessWrapper p {
    text-align: center;
    margin: 5vw 0;
}

/*.TopCompanyLeft .SpWeight {*/
/*    font-weight: 800;*/
/*}*/

.TCLSp {
    padding-left: 3vw;
}

.SpContactForm {
    text-align: center;
}

.SpContactForm a {
    background-color: #004098;
    padding: 4vw 0;
    display: inline-block;
    width: 100%;
    color: #FFFFFF;
    font-weight: 800;
    position: relative;
}

.SpContactForm :before {
    content: '';
    background-image: url("../img/sp/top/formcontact.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 10vw;
    height: 7vw;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

footer ul {
    width: unset;
    flex-wrap: wrap;
    justify-content: center;
    height: unset;
    padding: 2em 0 1em 0;
}

footer li {
    width: 48%;
    margin: 0.5em 0;
    /*max-width: 120px;*/
    /*min-width: 120px;*/
}

.SpBorderNon {
    border-left: unset;
}

footer li+li {
    border-left: unset;
}

.TopAccess {
    margin-bottom: 15vw;
}

.SpKozin {
    text-align: center;
    padding-bottom: 2em;
}

.SpKozin a {
    color: #FFFFFF;
}

footer li a {
    font-size: 4vw;
}

.SpLeftMargin {
    /*padding-left: 1em;*/
}

.Title h2 {
    font-size: 9vw;
    margin-top: 2vw;
}

#web .Title h2,
#ai .Title h2,
#infrastructure .Title h2,
#erp .Title h2 {
    font-size: 7vw;
    letter-spacing: 0px;
}

.Title {
    padding: 10vw 3vw;
}


#company .BusinessWrapBackImage {
    height: 180px;
}

#company .BusinessWrapBackImage .BWBITitle h2 {
    font-size: 4vw;
    line-height: 50px;
    padding: 0 5vw 0 3vw;
}

.CompanySectionWrapper {
    display: block;
    padding: 0 3vw;
}

.CompanySectionWrapper>div {
    width: 100%;
}

.CompanySectionWrapper>div span {
    font-size: 3.6vw;
    padding-top: 0.25em;
    display: block;
}

#business .businessSection {
    padding: 0 3vw;
}

#business .BusinessWrapBackImage .BWBITitle h2 {
    padding: 0 4vw 0 3vw;
    font-size: 4vw;
}

#business .BusinessWrapBackImage,
#message .BusinessWrapBackImage,
#philosophy .BusinessWrapBackImage,
#about .BusinessWrapBackImage {
    height: 180px;
}

.AboutSection .news-list {
    padding: 0 3vw;
}

.AboutSection .news-list .item .date {
    min-width: 60px;
}

.AboutSection .news-list .item .date {
    font-size: 3.8vw;
}

.AboutSection .news-list .item .title {
    verflow: unset;
    white-space: unset;
    text-overflow: unset;
    letter-spacing: 0px;
}

.CBSCompanyWrap>div {
    display: block;
}

.CBSCompanyWrap>div .CBSCWLeft {
    width: 100%;
    padding-left: unset;
    text-align: center;
}

.CBSCWRight ul {
    display: block;
    width: unset;
    height: unset;
}

.CBSCompanyWrap>div .CBSCWRight {
    width: unset;
    background-color: unset;
    padding: unset;
}

.CBSCWRight li+li {
    border-left: solid 1px #C3C3C3;
}

.CBSCWRight li {
    background-color: #FFFFFF;
    border: solid 1px #C3C3C3;
    padding: 5vw 0;
    margin: 3vw 0;
}

.CBSCompanyWrap {
    padding: 5vw;
    margin: 100px 0 0 0;
}

.BusinessWrapBackImage .BWBITitle h2 {
    line-height: 50px;
    padding: 0 5vw 0 3vw;
    font-size: 4.5vw;
    background-color: rgba(255, 255, 255, 0.7);
}

.PhilosophyWrapper {
    display: block;
}

.IPWrap .InIPWLeft,
.IPWrap .InIPWRight,
.PhilosophyWrapper .InPWRight,
.PhilosophyWrapper .InPWLeft {
    width: 100%;
}

.IPWrap {
    display: block;
    padding: 0 3vw 0 5vw;
}

.IPWrap .InIPWLeft h2 {
    font-size: 5vw;
}

.IPWrap .InIPWRight p {
    font-size: 3.8vw;
}

.InPWRight .pad {
    padding: 0 3vw;
    margin-bottom: 10vw;
}

.businessSection {
    margin-bottom: 15vw;
}

.MessageSpWrap {
    padding: 0 3vw;
}

.MessageComment {
    line-height: 1.6;
}

.MessageDaihyou h3 {
    font-size: 8vw;
}

#access .BusinessWrapBackImage {
    height: 200px;
    margin: 0 3vw;
}

#message .BusinessWrapBackImage {
    margin: 0 3vw;
}

.AccessWrap {
    display: block;
}

.AccessSpPad {
    padding: 0 5vw;
}

.AccessWrap .AWLeft h3 {
    font-size: 4.5vw;
    margin-bottom: 1em;
}

#access .AWRight p {
    margin-bottom: 1em;
}

.JobSearchSection article {
    display: block;
    padding: 0 3vw;
    ;
}

.JobSearchSection .JobSearchWrapper {
    display: block;
}

.JobSearchSection .side {
    width: 100%;
    margin-bottom: 20vw;
}

.JobSearchSection .content {
    width: 100%;
    margin-left: unset;
}

.JobSearchSection .JobSearchWrapper .JSWContents {
    width: 100%;
}

.JSWContents .JSWItem h2 {
    font-size: 5vw;
}

.JobSearchSection article .side .SideWrapper>div {
    display: flex;
}

.JobSearchSection article .side .SideWrapper {
    padding: 3vw;
}

.JobSearchSection article .side .TopFormItem01 {
    width: 50%;
}

.JobSearchSection article .side .keyword {
    width: 50%;
}

.JobSearchSection article .side .SideWrapper>div h4 {
    width: 45%;
    font-size: 4vw;
    font-weight: 600;
    text-align: center;
}

.JobSearchSection div .keyword input {
    width: -webkit-fill-available;
}

.JobSearchSection article .side .SideTitle h3 {
    font-size: 5vw;
}

.JobSearchSection article .side .SideTitle {
    padding: 3vw 0;
}

.SpHidden {
    display: none;
}

.BusinessWrap02 {
    display: block;
    padding: 0 3vw;
}

.BusinessWrap02>div {
    width: 100%;
}

.BusinessWrap02 .TopBusinessItem p {
    margin-left: unset;
    font-size: 3.8vw;
    letter-spacing: 0px;
    margin-bottom: 10vw;
}

.BusinessWrap02 .TopBusinessItem h3 {
    font-size: 4.5vw;
    margin-left: unset;
}

#business .BusinessWrap02 .TopBusinessItem span {
    display: none;
}

.BOWrap {
    display: block;
    padding: 0 3vw;
}

.BOTitle h2 {
    font-size: 10vw;
    margin: 20vw 0 8vw 0;
}

.Title h2 span {
    font-size: 7vw;
}

.BOWrap div {
    width: 100%;
}

.BOWrap div h3 {
    font-size: 4.5vw;
    margin-top: 2vw;
}

#business .BOWrap div {
    text-align: unset;
    margin-bottom: 10vw;
}

#business .BOWrap a img {
    height: 180px;
    object-fit: cover;
}

.RSWRight div h3 {
    font-size: 4vw;
    letter-spacing: 0px;
    margin-bottom: 3vw;
}

.RSWRight div p {
    font-size: 3.6vw;
    letter-spacing: 0px;
    font-weight: 400;
}

.RSWRight {
    background-color: #F1F1F1;
    padding: 7vw 5vw;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-left: calc((100vw - 70vw) / 1);
}

#recruit .RSWLeft {
    background-image: url("../img/sp/recruit/rireki.jpg");
    height: 280px;
}

.RecruitSectionWrapper {
    height: 375px;
}

.Recruit02Wrapper02,
.Recruit02Wrapper01 {
    display: block;
    padding: 0 3vw;
}

.Recruit02Wrapper02 .R02ItemLeft,
.Recruit02Wrapper01 .R02ItemLeft {
    width: 100%;
    margin-left: unset;
}

.Recruit02Wrapper02 .R02ItemRight,
.Recruit02Wrapper01 .R02ItemRight {
    width: 100%;
}

.Recruit02Wrapper02 .R02ItemRight>div {
    margin-right: unset;
}

.Recruit02Wrapper01 .R02ItemRight>div {
    margin-left: unset;
}

.Recruit02Wrapper02 .R02ItemRight div h3,
.Recruit02Wrapper01 .R02ItemRight div h3 {
    font-size: 5vw;
    margin-top: 3vw;
}

.Recruit02Wrapper02 .R02ItemRight div p,
.Recruit02Wrapper01 .R02ItemRight div p {
    margin: 8vw 0;
    letter-spacing: 0px;
}

.Recruit02Wrapper02 .R02ItemLeft div,
.Recruit02Wrapper01 .R02ItemLeft div {
    height: 200px;
}

.RecruitSection {
    margin-bottom: 15vw;
}

.Recruit02Wrapper01,
.Recruit02Wrapper02 {
    margin-bottom: 20vw;
}

.buttonRecruit a {
    font-size: 3.8vw;
}

#ai .RSWLeft,
#infrastructure .RSWLeft,
#erp .RSWLeft,
#web .RSWLeft {
    height: 200px;
}

.RecruitTable .kaisha02 td {
    font-size: 3.6vw;
    letter-spacing: 0px;
    padding: 5vw 3vw 20vw 3vw;
    width: -webkit-fill-available;
}

.kaisha02 th {
    font-size: 4.5vw;
}

.kaisha02 th,
.kaisha02 td {
    width: -webkit-fill-available;
}

.breadcrumb_last {
    font-size: 3.5vw !important;
}

.NewsWrapper {
    padding: 0 10vw;
}

.NewsWrapper .NewsRight select {
    width: -webkit-fill-available;
}

.NewsRight {
    width: 55%;
}

.NewsLeft {
    width: 40%;
}

.NewsBackShadow {
    padding: 0 3vw;
}

.NewsCat {
    padding: 5vw 0;
}

.cp_ipselect.cp_sl01 select {
    line-height: 20px;
}

#home .cp_ipselect.cp_sl01 select {
    line-height: 40px;
    -webkit-appearance: none;
    border-radius: 0;
}

#home input[type="button"],
#home input[type="text"],
#home input[type="submit"],
#home input[type="image"],
#home textarea {
    -webkit-appearance: none;
    border-radius: 2px !important;
}

.NewsBackShadowSingle {
    padding: 0 3vw;
}

.SingleNewsContents {
    padding: 15vw 0;
}

.SingleNewsContents ul h2 {
    font-size: 6vw;
}

.button03 a {
    width: 200px;
    font-size: 3.6vw;
}

.JSWILinkWrap {
    justify-content: space-between;
}

.JSWILinkWrap>div {
    width: 48%;
}

.SingleJSWrap {
    display: block;
}

.kaisha02 td {
    font-size: 3.8vw;
}

.SingleJSWrapbutton04 input,
.SingleJSWrapbutton03 a {
    font-size: 3.8vw;
    width: 65vw;
    -webkit-appearance: none;
    line-height: 30px;
}

.SingleJSWrapbutton04,
.SingleJSWrapbutton03 {
    text-align: center;
}

.SingleJSWrapbutton03 {
    margin-bottom: 3vw;
}

.ChildBWBI .ChildBWBITitle>div {
    margin-right: 5vw;
    padding-left: 3vw;
    padding-top: 3vw;
    padding-right: 0;
    padding-bottom: 3vw;
}

.ChildBWBLeft {
    width: 40px !important;
    margin-right: 0.5em !important;
    height: 70px !important;
}

#product-technology-field .ChildBWBLeft {
    width: 40px !important;
    margin-right: 0.5em !important;
    height: 85px !important;
}

.ChildBWBI {
    height: 200px !important;
    background-position: bottom;
}

.ChildBWBRight p {
    letter-spacing: -1.7px;
    font-size: 3.5vw;
}

.ChildBSItem02,
.ChildBSItem01 {
    padding: 0 5vw;
}

.button04 a {
    font-size: 3.8vw;
    width: 50vw;
}

.ChildBSItem01 h2,
.ChildBSItem02 h2 {
    font-size: 5vw;
}

.EntryCont p {
    font-size: 3.8vw;
    letter-spacing: -1px;
    font-weight: 400;
}

.EntryCont {
    padding: 0 3vw;
}

.EntryFlowWrap .EFWWItemActive {
    height: 28vw;
    width: 28vw;
}

.EntryFlowWrap .EFWWrap {
    height: 28vw;
    width: 28vw;
}

.contact-item,
.contact-body {
    display: block;
    width: -webkit-fill-available;
}

.DesiredContactBody .mwform-checkbox-field {
    width: 100%;
    margin-right: unset;
}

.DesiredContactBody .contact-sex {
    width: 50%;
}

.EntryForm {
    padding: 0 3vw;
}

.DesiredContactBody {
    /* padding: 5vw 2vw; */
}

.EntryFlowWrap {
    margin: 20vw 0;
    padding: 0 3vw;
}

.EntryFlowWrap>span {
    width: 4vw;
    margin: 0 0.5vw;
}

.EFWWrap .EFWWItem {
    width: max-content;
    justify-content: space-between;
}

.EFWWrap {
    width: 25%;
}

.CheckCeter span {
    font-size: 4vw;
}

.contact-table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: unset !important;
}

.mw_wp_form .horizontal-item {
    margin-right: 1em;
    min-width: 40vw;
    margin-left: unset !important;
}

.DesiredContactBody .horizontal-item {
    margin-right: unset;
    margin-left: unset !important;
}

.CopyRight p {
    font-size: 3.4vw;
}

.news-list .item .NewSingleTitle {
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
}

.MessageDaihyou h3 img {
    width: 130px;
}

.button18 a::before {
    content: '';
    position: absolute;
    top: calc(50%);
    right: 1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 1px;
    background-color: #333;
    transition: 0.3s;
}

.button18 a::after {
    content: '';
    position: absolute;
    top: 53%;
    right: 1em;
    transform: translateY(-50%);
    width: 25px;
    height: 1px;
    background-color: #333;
    transition: 0.3s;
}

.JobSearch {
    position: relative;
    top: 10px;
    border-radius: 7px 7px 0 0;
}

.EFWWItemActive .EFWWItem p,
.EFWWItemActive .EFWWItem span {
    font-size: 3.8vw;
}

#breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#Header_ID .Add_menu-list-wrap .Add_menu_lists_sp {
    margin: 0;
    padding: 2.5vw 0;
}

#Header_ID .Add_menu-list-wrap .Add_menu_lists_text_sp {
    font-size: 1rem;
}

#Header_ID .Add_menu-list-wrap .Add_menu_lists_text_Center_sp {
    text-align: center;
}