body {
    line-height: 1.8;
    font-size: 15px;
    width: 100%;
    background: url(/images/bg02.png) center center no-repeat;
    background-size: cover;
}

a.externalLink:after {
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    background: url('/images/external.svg') center center;
    background-size: auto 12px;
    margin-left: 6px;
    vertical-align: middle;
}


a:visited {
    color: #009CE5;
}

.wakitalogo {
    /* margin-top: -4px; */
	line-height: 1;
}

.gtranslate_wrapper {
    /* margin-top: -4px; */
	line-height: 1;
}

.contentWrap {
    width: 100%;
    min-height: 100lvh;
    background: none;
    background-size: unset;
    padding: 30px 0 130px;
}

.pageContent {
    width: 96%;
    max-width: 1050px;
    margin: 5rem auto 10rem;
}

.pageContent h1 {
    font-weight: 700;
    color: #008AD3;
    font-size: 25px;
    margin-bottom: 3rem;
    letter-spacing: 0.26em;
}

.pageContent h2 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    padding: 0;
    letter-spacing: 0.08em;
}

.exlinkmark {
    display: inline-block;
    width: 12px;
    height: auto;
    margin: 0 6px;
}

.fs14 {
    font-size: 14px;
}

.fs12 {
    font-size: 12px;
}

.fs10 {
    font-size: 10px;
}

.fs09rem {
    font-size: 0.9rem;
}

.fw600 {
    font-weight: 600;
}

.noticemarkindent {
    display: flex;
}

.noticemarkindent span {
    display: inline-block;
}

/* blockeditor custom */
.aligncenter,
.aligncenter img {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.whiteWrap {
    background-color: #FFF;
    padding: 1rem 2rem;
    margin: 2rem 0;
}

.whiteWrap h3 {
    font-size: 20px;
    font-weight: 600;
    color: #008AD3;
    margin: 0;
}

.whiteWrap p {
    margin: 0 0 1rem;
}

.col2custom01 {
    width: 100%;
    margin: 3rem auto;
    align-items: center !important;
    background-color: #FFF;
}

.col2custom02 {
    flex-direction: row-reverse;
}

.col2custom01L {
    padding: 5rem;
}

.col2custom02L {
    padding: 0 5rem 0 0;
}

.col2custom03R {
    padding: 0 0 0 5rem;
}




/* privacy */
.privacy h1 {
    font-weight: 700;
    color: #008AD3;
    font-size: 30px;
    margin-bottom: 3rem;
}

.privacy h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 2rem;
    margin-top: 5rem;
}

.privacy ol li {
    padding: 0;
    margin-bottom: 2rem;
}

.privacy ul {
    margin-top: 1rem;
}

.privacy ul li {
    padding: 0;
    margin-bottom: 1rem;
    list-style: disc;
}

/* quality */
.qualityDeclaration {
    width: 100%;
    background-color: rgba(0, 138, 211, 0.09);
    padding: 50px 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 150px;
}

.qualityDeclaration h2 {
    display: block !important;
    width: 100% !important;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 2rem;
    margin-top: 0 !important;
    text-align: center;
}

.qualityDeclaration h2 span {
    display: block !important;
    font-size: 16px;
}

.qualityDeclaration ol {
    display: inline-block;
    margin: 0 auto;
}

.qualityDeclaration ol li::marker {
    font-weight: 700;
}

/* security */
.securityList {
    margin: 5rem 0 0;
}

.securityList li {
    margin-bottom: 2rem;
}

.securityList li span,
.securityList li::marker {
    display: block;
    font-size: 17px;
    font-weight: 600;
}


/* copyright works */
.copyrightw h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 2rem;
    margin-top: 5rem;
}

/* sdgs */
.sdgslead {
    margin: 0 0 2rem;
}

.sdgs h2 {
    display: flex;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 2rem;
    margin-top: 8rem;
}

.sdgs h2 span {
    display: block;
}

.sdgsIconList {
    margin: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.sdgsIconList img {
    width: 10%;
    margin-right: 1%;
}

.sdgslayout {
    margin: 0 0 2rem;
}

.sdgsLayout01,
.sdgsLayout02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sdgslo01L,
.sdgslo02L {
    width: 40%;
}

.sdgslo01R,
.sdgslo02R {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.sdgslo02L {
    padding-left: 1.5rem;
}

.sdgslo01R p,
.sdgslo02L p {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 !important;
}

.sdgslo01R img,
.sdgslo02L img,
.sdgslo02R img {
    width: 48%;
    height: auto;
}

.sdgslayout h3 {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.sdgslayout h3:before {
    content: '\25CF';
    padding-right: 0.25rem;
}

.sdgslayout p {
    margin-top: 0;
    padding-left: 1.5rem;
}

.sdgsImg2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding-left: 1.5rem;
}

.sdgsImg2>div {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sdgsImg2>div p {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 !important;
}

.sdgsImg2>div img {
    width: 49%;
}

.sdgsImg3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding-left: 1.5rem;
}

.sdgsImg3 img {
    width: 32%;
}

/* company */
.company h2 {
    font-weight: 700;
    color: #008AD3;
    font-size: 30px;
    margin: 10rem 0 0;
}

.company dl {
    margin: 3rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company dl dt {
    border-bottom: 5px solid #FFF;
    padding: 2rem 0 0.5rem;
    margin: 0;
    width: 15%;
    font-weight: 600;
    align-self: end;
}

.company dl dd {
    border-bottom: 2px solid #FFF;
    padding: 2rem 0 0.5rem 3rem;
    margin: 0;
    width: 85%;
}

.company .companyBranchs dt {}

dt.noBB {
    border-bottom: none !important;
    font-weight: 600 !important;
    text-align: left !important;
    padding: 0 !important;
}

dd.noBB {
    border-bottom: none !important;
    font-weight: 600 !important;
    text-align: left !important;
    padding: 0 0 0 3rem !important;
}


.company .companyOutline dt {
    align-self: initial;
}

.singleNumMonth {
    padding-left: 0.65rem;
}

.companyDeclaration {
    background-color: #FFF;
    padding: 3rem;
    margin: 3rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cdImg {
    width: 20%;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}

.cdBody {
    width: 75%;
}

/* news */
.newsListWrap {
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid #666666;
}

.newsListItem {
    position: relative;
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #666666;
    transition: all 0.3s;
}

.newsListItem.is-hidden {
    display: none;
}

.newsListItem a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.newsListMore {
    margin: 5rem 0;
    text-align: center;
}

.newsListMore span:hover {
    cursor: pointer;
}

.newsListMore span {
    display: inline-block;
    font-size: 24px;
    color: #008AD3;
    border: 1px solid #008AD3;
    padding: 6px 36px;
}


.newsListBody {
    width: 80%;
    line-height: 1.5;
}

.newsListBtn {
    width: 15%;
    align-self: flex-end;
    text-align: right;
}

.newsListBtn span {
    display: inline-block;
    color: #008AD3;
    border: 1px solid #008AD3;
    padding: 0 24px;
    transition: all 0.3s;
}

.newsListItem:hover .newsListBtn span {
    background-color: #FFF;
}


.newsListDate {
    display: block;
    font-size: 18px;
    color: #008AD3;
    font-weight: 600;
}

.newsListTitle {
    font-size: 20px;
    font-weight: 500;
}

.newsDateWrap {
    width: 100%;
    margin: 0;
}

.newsDate {
    display: inline-block;
    font-size: 20px;
    color: #008AD3;
    font-weight: 700;
    margin-right: 1rem;
}

.newsCatTitle {
    display: inline-block;
    font-size: 20px;
    color: #008AD3;
    font-weight: 400;
    margin-right: 1rem;
}

.newsCat {
    display: inline-block;
    color: #008AD3;
    border: 1px solid #008AD3;
    background-color: #FFF;
    padding: 0 12px;
}

.news h2 {
    font-size: 24px;
    margin-bottom: 1rem;
}

.newsDetailFootCat {
    margin: 5rem 0 0;
}

.newsDetailPaging {
    margin: 5rem 0 0;
}

.newsDetailNaviPrev,
.newsDetailNaviNext {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #008AD3;
    border: 1px solid #008AD3;
    padding: 3px 12px;
    margin-bottom: 1rem;
}

.newsDetailNaviPrev::before {
    content: '';
    background: url('/images/arrowL01.svg') no-repeat center center;
    background-size: auto 14px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 7px;
    margin-right: 0.5rem;
}

.newsDetailNaviNext::after {
    content: '';
    background: url('/images/arrowR01.svg') no-repeat center center;
    background-size: auto 14px;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 7px;
    margin-left: 0.5rem;
}

.newsDetailNaviPrev a,
.newsDetailNaviNext a {
    display: block;
    width: calc(100% - 1rem - 14px);
}

.newsDetailNaviNext a {
    text-align: right;
}


/* service */
.serviceIndent {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.serviceListWrap {
    width: 90%;
    margin: 0 auto;
}

.serviceList {
    border-top: 1px solid #999999;
    margin-top: 3rem;
}

.servicePart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #999999;
    padding: 1.5rem 0;
}

.servicePartImage {
    width: 30%;
    background-color: #FFF;
}

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

.servicePartBody {
    width: 66%;
}

.servicePartBody h2 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 1rem;
}

.servicePartBody ul {
    list-style: none;
    padding: 0;
}

.servicePartBody ul li {
    display: inline-block;
    margin-right: 0.5rem;
    margin-bottom: 10px;
    padding: 0 0.3rem 1px 0.5rem;
    background-color: #FFF;
}

.servicePartBody ul li a:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('/images/arrowR01.svg') no-repeat center center;
    background-size: auto 12px;
    margin: 0 0 0 6px;
}


.servicePartBody ul.serviceGenre {
    list-style: none;
    padding: 0;
}

.servicePartBody ul.serviceGenre li {
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0 10px;
    border: 1px solid #008AD3;
}

.servicePartBody ul.serviceGenre li a:after {
    content: '';
}

.serviseListMore {
    color: #008AD3;
    border: 1px solid #008AD3;
    padding: 4px 20px;
    transition: all 0.3s;
}

.serviseListMore:hover {
    background-color: #FFF;
}

.serviceListMoreBtn {
    text-align: right;
}

.serviceInternalLink {
    margin: 1rem 0;
}

.serviceInternalLink a {
    display: inline-block;
    border: 1px solid #008AD3;
    color: #008AD3;
    padding: 4px 30px;
    margin-right: 2rem;
    margin-bottom: 1rem;
    transition: all 0.3s;
}

.serviceInternalLink a:hover {
    background-color: #FFF;
}

.serviceDtailCol2-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.serviceDtailCol2-1>div {
    width: 48%;
}

.serviceDtailCol2-1>div>div {
    margin-bottom: 2rem;
}

.serviceDtailCol2-1>div>div h3 {
    padding: 0;
    margin: 0 0 0.5rem;
    color: #008AD3;
    font-weight: 700;
}

.serviceDtailCol2-1>div>div h3:before {
    content: '\25A0\a0';
}

.serviceDtailCol2-1>div>div p {
    margin: 0 0 1rem;
    padding-left: 1.4rem;
}

.beforeNotice:before {
    content: '\203B';
    margin: 0 0 0 -1rem;
}

.serviceDtailCol2-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3rem 0 6rem;
}

.serviceFlowBody {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sfnum {
    width: 24px;
    padding-top: 8px;
}

.sfbody {
    width: calc(100% - 36px);
}

.sfbody h3 {
    padding: 0;
    margin: 0;
    color: #008AD3;
    font-size: 20px;
}

.sfbody h3 span {
    display: block;
    font-size: 20px;
}


.sfbDetail {
    background-color: #FFF;
    padding: 1rem 1rem 0.1rem 1rem;
}

.sfbdLink {
    display: inline-block;
    border: 1px solid #008AD3;
    color: #008AD3;
    padding: 4px 20px;
    font-weight: 600;
}


.sfbDetail h4 {
    padding: 0;
    margin: 0;
}

.serviceFlowImage {
    width: 45%;
}

.serviceDtailCol2-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 3rem 0 5rem;
}

.sdc2-3image {
    width: 40%;
}

.sdc2-3body {
    width: 55%;
}

.sdc2-3body h3 {
    margin: 0;
    padding: 0;
    color: #008AD3;
    font-size: 24px;
}

.serviceFlow02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 2rem;
}

.sf2num {
    width: 24px;
    padding-top: 8px;
}

.sf2body {
    width: calc(100% - 36px);
}

.sf2body h3 {
    padding: 0;
    margin: 0;
    color: #008AD3;
    font-size: 20px;
}


/* sales rental */
.srCol21,
.srCol22 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5rem 0;
}

.srCol21Image {
    width: 20%;
}

.srCol22Image {
    width: 30%;
}

.srCol21Body {
    width: 65%;
    align-self: center;
}

.srCol22Body {
    width: 65%;
}

.srCol21Body h3 {
    color: #008AD3;
    margin: 0;
}

.srCol22Body h3 {
    margin: 0;
}

.srTabs {
    margin: 5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.srTabs>div {
    width: 50%;
    padding: 1rem;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #E6E6E5;
    color: #666666;
}

.srTabs>div:hover {
    cursor: pointer;
}

.srTabs>div.current {
    background-color: #FFF;
    color: #008AD3;
}

.srTabs>div.current:hover {
    cursor: default;
}

.srList {
    margin: 0 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2rem;
}

#srlistRental {
    display: none;
}

.srListHeadNote {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.srListHeadNote p {
    display: inline-block;
    font-size: 14px;
}

.srListGenre {
    margin: 0;
    background-color: #00A0E9;
    padding: 0 1rem;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
}

.srListTable {
    margin: 0;
    border-top: 1px solid #666666;
    border-spacing: 0;
}

.srListTable th {
    background-color: #E6E6E5;
    font-weight: 600;
    padding: 0.5rem;
    text-align: left;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.srListTable th:last-child {
    border-right: none;
}

.srListTable td {
    background-color: transparent;
    font-weight: 400;
    padding: 0.5rem;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.srListTable td:last-child {
    border-right: none;
}

.srListImage {
    width: 20%;
}

.srListName {
    width: 25%;
}

.srListPrice {
    width: 25%;
}

.srListSpec {
    width: 30%;
}

.srListRentalName {
    width: 15%;
}

.srListRentalPrice {
    width: 20%;
}

.srListVendPrice {
    width: 15%;
}


/* test */
.testCol21 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5rem 0;
}

.tcol21body {
    width: 55%;
    position: relative;
}

.valmid {
    align-self: center;
}


.tcol21body h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
}

.tcol21body h2 span {
    display: block;
    font-size: 16px;
}

.tcol21tag {
    position: absolute;
    bottom: 0;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tcol21tag li {
    display: inline-block;
    border: 1px solid #838684;
    padding: 4px 60px;
    font-weight: 600;
    margin: 0 2rem 0 0;
}

.tcol21image {
    width: 40%;
}

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

.testpriceWrap {
    margin: 8rem 0 0 -5%;
    width: 95vw;
    max-width: 1050px;
}

.testTableTopNotice {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testTableTopNotice p {
    font-size: 14px;
    margin: 0;
}

.scrollablex {
    overflow-x: auto;
}


.testPriceTable {
    border-top: 1px solid #666666;
    border-collapse: separate;
    border-spacing: 0;
}

.testPriceTable th {
    background-color: #E6E6E5;
    padding: 0.5rem 1rem;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.testPriceTable th:nth-child(1) {
    width: 19%;
}

.testPriceTable th:nth-child(2) {
    width: 19%;
}

.testPriceTable th:nth-child(3) {
    width: 15%;
}

.testPriceTable th:nth-child(4) {
    width: 15%;
}

.testPriceTable th:nth-child(5) {
    width: 13%;
}

.testPriceTable th:nth-child(6) {
    width: 19%;
}



.testPriceTable th:last-child,
.testPriceTable td:last-child {
    border-right: none;
}

.testPriceTable td {
    padding: 0.5rem 1rem;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

span.ttLabel {
    background-color: #008AD3;
    color: #FFF;
    padding: 0 0.5rem;
    display: inline-block;
    margin: 0.5rem 0.5rem 0 0;
}

span.ttLabel1Text {
    color: #008AD3;
}

.testCase011:hover,
.testCase012:hover,
.testCase041:hover,
.testCase042:hover {
    cursor: pointer;
}

.testCase012img,
.testCase042img {
    display: none;
}




/* data */
.dataCol21pc {
    margin: 0 0 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dataCol21sp {
    display: none;
}

.dataCol21pc img {
    width: 49%;
}

.dataSolutions {
    margin: 0 0;
}


.dataSolutions h3 {
    padding: 0;
    margin: 0 0 0.5rem;
    color: #008AD3;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.dataSolutions h3:before {
    content: '\25A0\a0';
}

.dataSolutions p {
    margin: 0 0 1rem;
    padding-left: 1.8rem;
}

.dscol21,
.dataCol21 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2rem 0 2rem;
}

.dsc21Image {
    width: 30%;
}

.dsc21body {
    width: 65%;
}

.dsc21body h4,
.dscol11 h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 0;
}

.dataCol21 img {
    width: 48%;
}


/* strength */
.strengthIndent {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.strengthTopCol21,
.strengthTopCol22 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 5rem;
    position: relative;
}

.strtcol21Body {
    width: 65%;
}

.strtcol21Body h2,
.strtcol22Body h2 {
    font-weight: 700;
    margin: 0;
}

.strtcol21Body h3 {
    color: #008AD3;
    margin: 0;
}

.strtcol21Body .sttechNum {
    color: #008AD3;
}

.strtcol21Body a.strMore {
    display: inline-block;
    color: #008AD3;
    border: 1px solid #008AD3;
    padding: 4px 30px;
    margin-top: 1rem;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
}

.strtcol21Body a.strMore:hover {
    background-color: #FFF;
}


.strtcol21Image.estbl {
    width: 30%;
    height: 0;
    padding-top: 20%;
    position: relative;
    overflow: hidden;
}

.strtcol21Image.estbl img {
    position: absolute;
    top: -14%;
    left: 0;
}

.strtcol21Image {
    width: 30%;
}

.strtcol21Image img {}

.strtcol22Body {
    width: 50%;
    align-self: center;
}

.strtcol22Image {
    width: 45%;
    position: relative;
    height: 0;
    padding-top: 33.3333%;
}

.strtcol22Image img {
    position: absolute;
    top: 0;
    left: 0;
}

.strtcol21Image h3 {
    font-size: 16px;
    font-weight: 700;
    color: #008AD3;
    text-align: center;
    border: 2px solid #008AD3;
    line-height: 1;
    padding: 0.5rem;
    margin: 0 0;
    letter-spacing: 0.25rem;
}

.strtcol21Image h4 {
    font-size: 16px;
    font-weight: 700;
    color: #008AD3;
    text-align: center;
    line-height: 1;
    padding: 0.5rem;
    margin: 1rem 0 0;
    letter-spacing: 0.25rem;
}

.strTopData {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.w50 {
    width: 48%;
    margin-bottom: 1rem;
}

.w100 {
    width: 100%;
}

.strEngineer,
.strEmployee {
    color: #008AD3;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.strEmployee.fs14 {
    color: #008AD3;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

.strEngineer span {
    font-size: 50px !important;
    font-weight: 700 !important;
    font-family: 'Public Sans', sans-serif;
}

.strEmployee span {
    font-size: 40px !important;
    font-weight: 700 !important;
    font-family: 'Public Sans', sans-serif;
}

.strExpertWrap {
    width: calc(100% + 100px);
    height: 0;
    padding-top: 70%;
    margin-top: 3rem;
    margin-left: -50px;
    margin-right: -50px;
    position: relative;
}

.strex {
    position: absolute;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.strex01 {
    top: 0;
    left: 0;
}

.strex02 {
    top: 30%;
    left: 0;
}

.strex03 {
    top: 5%;
    left: 50%;
}

.strex04 {
    top: 40%;
    left: 50%;
}

.strexImg {
    position: relative;
    width: 45%;
    height: 0;
    padding-top: 75%;
    box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.20)
}

.strexImg a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.strexImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.strexlabel {
    width: 50%;
}

.strexlabel h5 {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

.strexlabel p {
    font-size: 20px;
    font-weight: 700;
    color: #00A0E9;
    margin: 0 0 1rem 0;
    line-height: 1.5;
    display: inline-block;
    border-top: 1px solid #00A0E9;
}

.strexlabel p.strexlabelMore {
    color: #008AD3;
    border: 1px solid #008AD3;
    margin: 0 0 0 0;
    margin: 0 2rem;
    padding: 4px 20px;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s;
}

.strexlabelL {
    position: relative;
    height: 8.5rem;
    transition: all 0.3s;
}

.strexlabelR {
    position: relative;
    text-align: right;
    margin-top: 50%;
    transition: all 0.3s;
}

.strexlabelL h5,
.strexlabelL p {
    padding-left: 2rem;
}

.strexlabelR h5,
.strexlabelR p {
    padding-right: 2rem;
}

.strexlabelL a {
    position: absolute;
    width: 100%;
    height: 8.5rem;
    top: 0;
    left: 0;
}

.strexlabelL:hover {
    opacity: 0.6;
}

.strexlabelR a {
    position: absolute;
    width: 100%;
    height: 8.5rem;
    bottom: 0;
    left: 0;
}

.strexlabelR:hover {
    opacity: 0.6;
}

.pdgl1rem {
    display: block;
    padding-left: 1.2rem;
    font-size: 15px !important;
    font-weight: 400 !important;
}


/* technology */
.strCol21 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5rem 0;
}

.strc21Image {
    width: 35%;
    height: 0;
    padding-top: 23.25%;
    position: relative;
}

.strc21Image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
    opacity: 0;
}

.strc21Image img.on {
    opacity: 1;
}

.strc21ImageSingle {
    width: 35%;
}

.strc21Body {
    width: 60%;
    position: relative;
}

.strc21Body h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #008AD3;
}

.strengthlinkR {
    margin-top: 2rem;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    color: #008AD3;
    border: 1px solid #008AD3;
    padding: 0 12px;
    transition: all 0.3s;
}

.strengthlinkL {
    margin-top: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    color: #008AD3;
    border: 1px solid #008AD3;
    padding: 0 12px;
}

.strengthlinkR:hover,
.strengthlinkL:hover {
    cursor: pointer;
    background-color: #FFF;
}

.strengthInternal {
    margin: 5rem 0 0;
    background-color: #FFF;
    padding: 0.01rem 1.5rem;
    position: relative;
    font-weight: 700;
    color: #008AD3;
}

.strengthInternal p,
.strengthDetail p {
    margin: 1rem 0;
    font-size: 18px;
}

.strengthInternal:after {
    content: '';
    width: 22px;
    height: 22px;
    background: url('/images/arrowR01.svg') center center no-repeat;
    background-size: auto 22px;
    position: absolute;
    right: 1.2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.strengthInternal a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.strengthDetail {
    margin: 2rem 0 0;
    background-color: #FFF;
    padding: 0.01rem 1.5rem;
    position: relative;
    font-weight: 700;
    color: #008AD3;
}

.strengthDetail span {
    font-size: 14px;
    font-weight: 600;
}

.strengthDetail:after {
    content: '';
    width: 22px;
    height: 22px;
    background: url('/images/iconPlus01.svg') no-repeat center center;
    background-size: 22px auto;
    position: absolute;
    right: 1rem;
    top: 22px;
}

.strengthDetail.open:after {
    content: '';
    width: 22px;
    height: 22px;
    background: url('/images/iconMinus01.svg') no-repeat center center;
    background-size: 22px auto;
    position: absolute;
    right: 1rem;
    top: 22px;
}

.strengthDetail:hover {
    cursor: pointer;
}

.stdBody {
    display: none;
    color: #666666;
    border-top: 1px solid #666666;
    padding-bottom: 1rem;
}

.stdbPart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #666666;
}

.stdbPartTitle {
    width: 20%;
    font-size: 20px;
}

.stdbPartTitle p {
    font-weight: 500;
}

.stdbPartName {
    width: 30%;
    margin-right: 5%;
    font-weight: 400;
}

.stdbPartName p,
.stdbPartDescription p {
    font-size: 15px;
}

.stdbPartDescription {
    width: 45%;
    font-weight: 400;
}

.squareMark01 {
    display: block;
    padding-left: 1.5rem;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.squareMark01:before {
    display: inline-block;
    content: '\25A0';
    margin-left: -1.5rem;
    padding-right: 0.25rem;
}


/* expert */
.expertCol21 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.expcol21Image {
    width: 40%;
}

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


.expcol21Body {
    width: 55%;
}

.expcol21Body h2 {
    font-size: 16px;
    font-weight: 700;
    color: #008AD3;
    margin: 0;
    letter-spacing: 0.1em;
}


.expPosition {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.22em;
}

.expName {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.22em;
}

.expDept {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 3rem;
    letter-spacing: 0.1em;
}

.expNavi {
    margin: 10rem 0 0;

}

.expNavi ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.expNavi ul li {
    width: 23%;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.expNavi ul li.current img {
    opacity: 0.25;
}

.expNavi ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.expNavi ul li:hover {
    opacity: 0.7;
}



/* spirit */
.spiritIndent {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.spiritCol21 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.spc21Body {
    width: 65%;
}

.lhBlur {
    color: #008AD3;
}

.spc21Image {
    width: 30%;
}

.spc21Body h2 {
    margin: 0;
}


/* performance */
.performanceTitle span {
    display: block;
    font-size: 16px;
    font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	margin-top: 1em;
}

.performanceIndent {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.performanceTabList {
    margin: 0 0 5rem;
}

.performanceTabList ul,
.performanceTileCats {
    list-style: none;
    padding: 0;
    font-weight: 500;
    margin: 0.5rem 0;
}

.performanceTabList ul li {
    display: inline-block;
    font-size: 15px;
    color: #008AD3;
    border: 1px solid #008AD3;
    background-color: #FFF;
    padding: 0 0.4rem;
    margin-right: 0.2rem;
    margin-bottom: 0.5rem;
}

.performanceTileCats li {
    display: inline-block;
    font-size: 0.8em;
    color: #008AD3;
    border: 1px solid #008AD3;
    background-color: #FFF;
    padding: 0 0.4rem;
    margin-right: 0.2rem;
    margin-bottom: 0.5rem;
}


.performanceMain {
    margin: 0 0 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pfMainImage {
    width: 35%;
}

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


.pfMainBody {
    width: 60%;
}

.pfMainBody h2 {
    margin: 0;
}

.pfSubImages {
    margin: 0 0 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pfSubImages figure {
    width: 22%;
    margin-bottom: 2rem;
}

.pfSubImages figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pfDatas {
    margin: 0 0 5rem;
    width: 100%;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-spacing: 0px;
}

.pfDatas th {
    padding: 1rem;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    background-color: #E6E6E5;
    text-align: left;
    font-weight: 400;
    width: 150px;
    vertical-align: top;
}

.pfDatas td {
    padding: 1rem;
    border-bottom: 1px solid #666666;
    background-color: #FFF;
    text-align: left;
    font-weight: 400;
    width: calc(100% - 150px);
    vertical-align: top;
}

.pfVoice {
    margin: 0 0 5rem 0;
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pfvIcon {
    width: 150px;
    padding: 2rem;
}

.pfvBody {
    width: calc(100% - 150px);
    padding: 2rem 2rem 2rem 0;
    align-self: center;
}

.pfvBody h3 {
    color: #008AD3;
    margin: 0;
    align-self: center;
}

.pfCatAll {
    margin: 5rem 0;
    border-bottom: 1px solid #666666;
}

.pfCatAll .performanceTabList {
    margin: 0 0 2rem;
}

.performanceArchives {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 2rem;
    border-bottom: 1px solid #666666;
}

.performanceTile {
    width: 30%;
    margin: 0 5% 3rem 0;
    position: relative;
    padding-bottom: 3rem;
}

.performanceTile:nth-of-type(3n) {
    margin: 0 0 3rem 0;
}

.performanceTileImage {
    width: 100%;
    height: 0;
    padding-top: 75%;
    position: relative;
    margin-bottom: 0.4rem;
}

.performanceTileImage img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}

.performanceTileData {
    width: 100%;
    padding: 0;
    line-height: 1.2;
}

.performanceTileData tr td:first-child {
    width: 80px;
}

.performanceTileData tr td {
    vertical-align: top;
}

.performanceTileMoreBtn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: block;
    color: #008AD3;
    border: 1px solid #008AD3;
    padding: 4px 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.pfModalThumb:hover {
    cursor: pointer;
}

.pfModal {
    display: none;
    position: fixed;
    width: 80%;
    height: 80%;
    background-color: #FFF;
    border-radius: 12px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    z-index: 500;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}

.pfModal>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pfModal .pfModalCloser {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    z-index: 501;
    width: 30px;
    height: 30px;
}

.pfModal .pfModalCloser:hover {
    cursor: pointer;
}

.pfModal .pdModalImage {
    margin: auto;
    width: 100%;
    height: 100%;
}

.pfModal .pdModalImage img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.backPerformanceList {
    text-align: center;
    display: inline-block;
    color: #008AD3;
    border: 1px solid #008AD3;
    background-color: #FFF;
    padding: 12px 36px;
    margin: 1rem auto;
}

.pagenation {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.pagenation button {
    width: 26px;
    height: 26px;
    padding: 4px 4px 5px 4px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
    border: none;
    color: #009CE5;
    margin: 0 0.25rem;
    line-height: 1;
}

.pagenation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagenation ul li {
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    background-color: #FFF;
    border: none;
    color: #009CE5;
    margin: 0 0.25rem;
    line-height: 1;
}

.pagenation ul li.current {
    background-color: #009CE5;
    color: #FFF;
}

.pagenation ul li.current a {
    color: #FFF;
}

.first-page.disabled,
.end-page.disabled,
.prev-page.disabled,
.next-page.disabled {
    display: none;
}


/* contact */
.contactIndent {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.contactform {
    margin: 5rem 0 0;
    border-top: 1px solid #666666;
}

.formTable>div {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.formTable label {
    display: block;
    margin-bottom: 1rem;
}

.formTable label p {
    margin: 0;
}

.formLabel {
    width: 250px;
    background-color: #E6E6E5;
    padding: 1rem;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.formrequired {
    margin-left: 0.5rem;
    display: inline-block;
    background-color: #008AD3;
    padding: 0 0.5rem;
    color: #FFF;
    font-weight: 700;
}

.formInput {
    width: calc(100% - 250px);
    padding: 1rem 1rem 0;
    border-bottom: 1px solid #666666;
}

input[type='text'],
input[type='email'] {
    width: 100%;
    border: 1px solid #E6E6E5;
    font-size: 16px;
    padding: 0.5rem;
    line-height: 1;
}

input[type='submit'] {
    display: inline-block;
    color: #008AD3;
    border: 1px solid #008AD3;
    background-color: #FFF;
    font-size: 24px;
    padding: 10px 80px;
    margin: 3rem auto;
    text-align: center;
    transition: all 0.3s;
}

input[type='submit']:hover {
    cursor: pointer;
    background-color: #008AD3;
    color: #FFF;
}

input[type='submit']:disabled {
    opacity: 0.25;
    cursor: not-allowed;
}


.fw50 {
    display: inline-block !important;
    width: 48%;
}

.fw50 input[type='text'] {
    width: calc(100% - 4rem);
    border: 1px solid #E6E6E5;
    font-size: 16px;
    padding: 0.5rem;
    margin: 0 1% 0 0.5rem;
}

textarea {
    width: 100%;
    height: 8rem;
    border: 1px solid #E6E6E5;
    font-size: 16px;
    padding: 0.5rem;
}

.formpp {
    margin: 3rem 0;
    text-align: center;
}

.radios input,
.checkboxs input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.radios label {
    position: relative;
    padding-left: 28px;
}

.checkboxs label {
    position: relative;
    padding-left: 28px;
}

.radios label::before,
.radios label:has(:checked)::after {
    display: inline-block;
    border-radius: 50%;
    content: '';
}

.checkboxs label::before,
.checkboxs label:has(:checked)::after {
    display: inline-block;
    border-radius: 5px;
    content: '';
}

.radios label::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #008AD3;
    background-color: #FFF;
}

.checkboxs label::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #008AD3;
    background-color: #FFF;
}

.radios label:has(:checked)::after {
    position: absolute;
    top: 7px;
    left: 3px;
    width: 14px;
    height: 14px;
    background-color: #008AD3;
}

_::-webkit-full-page-media, _:future, :root .radios label:has(:checked)::after {
    top: 8px;
    left: 4px;
    width: 11px;
    height: 11px;
}

.checkboxs label:has(:checked)::after {
    position: absolute;
    top: 11px;
    left: 10px;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 14px;
    height: 6px;
    border-radius: 0;
    border-left: 3px solid #008AD3;
    border-bottom: 3px solid #008AD3;
}

.checkboxs label.agreement::before {
    top: 2px;
}

.checkboxs label.agreement:has(:checked)::after {
    top: 9px;
}

/*
#fGroup1,
#fGroup2,
#fGroup3,
#fGroup4,
#fGroup5,
#fGroup6,
#fGroup7,
#fGroup8,*/
.hidden {
    display: none;
}

.formBackBtn {
    display: inline-block;
    color: #666;
    border: 1px solid #666;
    font-size: 24px;
    padding: 10px 80px;
    margin: 3rem auto;
    text-align: center;
    transition: all 0.3s;
    line-height: 1.15;
    margin-right: 1rem;
}

/* firefox対策 */
@-moz-document url-prefix() {

    .radios input,
    .checkboxs input {
        position: absolute;
        opacity: 1;
        z-index: 10;
        margin: 6px 0 0 -24px;
    }
}



@media screen and (max-width: 750px) {

    /* blockeditor custom */
    .col2custom01 {
        margin: 2rem auto;
    }

    .col2custom01L {
        padding: 2rem 3rem;
    }

    .col2custom01R {
        padding: 0 1rem;
    }

    .col2custom02L {
        padding: 0 0 0 0;
    }

    .col2custom03R {
        padding: 0 0 0 0;
    }

    .contentWrap {
        padding: 30px 0 100px;
    }

    .pageContent {
        width: 90%;
        margin: 3rem auto 6rem;
    }

    footer {
        margin: 0 0;
    }

    .ftWrap {
        padding: 0 0 0 0;
    }

    .ftLogo {
        width: 240px;
        margin: 0 auto;
    }

    .ftLogo img {
        margin-left: -18px;
    }

    .ftMenu {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: -30px 0 0;
    }

    .ftMenu ul {
        display: inline-block;
    }

    .ftCopy {
        padding-left: 0;
        text-align: center;
        margin-top: 2rem;
    }


    .pageContent h2 {
        line-height: 1.4;
    }


    /* news */
    .newsListWrap {
        width: 100%;
    }

    .newsListBody {
        width: 100%;
    }

    .newsListBtn {
        display: none;
    }

    /* quality */
    .qualityDeclaration {
        padding: 30px 20px;
        margin-bottom: 100px;
    }

    .qualityDeclaration h2,
    .qualityDeclaration h2 span {
        display: block;
        width: 100%;
    }

    .qualityDeclaration ol {
        display: inline-block;
        margin: 0 auto;
    }

    .qualityDeclaration ol li {
        margin-bottom: 1rem;
    }

    .qualityDeclaration ol li::marker {
        font-weight: 700;
    }

    /* sdgs */
    .sdgsIconList {
        justify-content: space-between;
    }

    .sdgsIconList img,
    .sdgsIconList div {
        width: 30%;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .sdgslo01L,
    .sdgslo02L {
        width: 100%;
    }

    .sdgslo01R,
    .sdgslo02R {
        width: 100%;
    }

    .sdgslo01R img,
    .sdgslo02R img {
        width: 100%;
        margin-bottom: 1rem;
    }

    .sdgsImg3 img {
        width: 100%;
        margin-bottom: 1rem;
    }

    .sdgsImg2 {
        padding-left: 0;
    }

    .sdgsImg2>div {
        width: 100%;
        margin-bottom: 1rem;
    }


    /* company */
    .company h2 {
        font-weight: 700;
        color: #008AD3;
        font-size: 30px;
        margin: 5rem 0 3rem;
    }

    .company dl {
        margin: 0 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .company dl dt {
        border-bottom: none;
        padding: 1rem 0 0;
        margin: 0;
        width: 100%;
        align-self: initial;
    }

    .company dl dd {
        border-bottom: 2px solid #FFF;
        padding: 0 0 0.5rem 0;
        width: 100%;
    }

    .company .companyBranchs dt {
        text-align: initial;
        text-align-last: initial;
        text-justify: initial;
        align-self: initial;
    }

    .companyDeclaration {
        background-color: #FFF;
        padding: 3rem;
        margin: 3rem 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cdImg {
        width: 100%;
        margin-bottom: 2rem;
    }

    .cdBody {
        width: 100%;
    }


    /* service */

    .serviceListWrap {
        width: 100%;
    }

    .servicePartImage {
        width: 100%;
    }

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

    .servicePartBody {
        width: 100%;
    }

    .servicePartBody ul {
        list-style: none;
        padding: 0;
    }

    .serviceList .alignright {
        text-align: center !important;
        float: none;
    }

    .serviseListMore {
        color: #008AD3;
        border: 1px solid #008AD3;
        padding: 6px 60px;
    }

    .serviceListMoreBtn {
        text-align: center;
    }

    .sfbody h3,
    .sf2body h3 {
        line-height: 1.4;
    }

    .sfnum {
        width: 24px;
        padding-top: 4px;
    }

    /* support */
    .serviceInternalLink a {
        display: block;
        border: none;
        padding: 0;
        margin-right: 0;
    }

    .serviceInternalLink a:after {
        content: '';
        width: 16px;
        height: 16px;
        background: url('/images/arrowB01.svg') no-repeat center center;
        display: inline-block;
        margin-left: 0.5rem;
    }

    .serviceDtailCol2-1>div {
        width: 100%;
    }

    .serviceDtailCol2-2 {
        margin: 3rem 0;
    }

    .serviceFlowBody {
        width: 100%;
        margin-bottom: 1rem;
    }

    .sfbDetail {
        width: calc(100% + 36px);
        margin-left: -36px;
    }

    .serviceFlowImage {
        width: 100%;
    }

    .sdc2-3image {
        width: 100%;
        margin-bottom: 1rem;
    }

    .sdc2-3body {
        width: 100%;
    }

    .serviceFlow02 {
        margin: 0 0 1rem;
    }

    /* test */
    .colreverse {
        flex-direction: column-reverse;
    }

    .tcol21body {
        width: 100%;
        position: static;
    }

    .tcol21tag {
        position: static;
        bottom: auto;
        left: auto;
        padding: 0;
        margin: 0.5rem 0 0 0;
    }

    .tcol21tag li {
        display: block;
        border: 1px solid #838684;
        padding: 6px;
        margin: 0 0 1rem;
        text-align: center;
    }

    .tcol21image {
        width: 100%;
    }

    .tcol21image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .testPriceTable th {
        width: 20%;
        min-width: 150px;
    }

    /* data */
    .dataCol21pc {
        display: none;
    }

    .dataCol21sp {
        margin: 0 0 2rem;
        display: block;
    }

    .dataCol21pc img {
        width: 100%;
        margin-bottom: 1rem;
    }

    .dscol21 {
        flex-direction: column-reverse;
    }

    .dsc21body {
        width: 100%;
    }

    .dsc21Image {
        width: 100%;
        margin-bottom: 3rem;
    }

    .dataCol21 img {
        width: 100%;
        height: auto;
        margin-bottom: 0.5rem;
    }

    /* sales rental */
    .serviceIndent {
        width: 100%;
    }

    .srCol21Image {
        width: 100%;
        margin-bottom: 1rem;
    }

    .srCol21Image img {
        display: block;
        width: 50%;
        margin: auto;
    }

    .srCol21Body {
        width: 100%;
        align-self: normal;
    }

    .srCol22Body {
        width: 100%;
    }

    .srCol22Image {
        width: 100%;
    }

    .tableScrollX {
        overflow-x: auto;
    }

    .srListImage {
        width: 20%;
        min-width: 150px;
    }

    .srListName {
        width: 25%;
        min-width: 150px;
    }

    .srListPrice {
        width: 25%;
        min-width: 150px;
    }

    .srListSpec {
        width: 30%;
        min-width: 150px;
    }

    .srListRentalName {
        width: 15%;
        min-width: 150px;
    }

    .srListRentalPrice {
        width: 20%;
        min-width: 150px;
    }

    .srListVendPrice {
        width: 15%;
        min-width: 150px;
    }

    .srTabs>div {
        font-size: 16px;
    }

    .srList {
        margin: 0 0;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 2rem 0;
    }

    .srListHeadNote {
        margin: 0 2rem 0;
    }

    /* strength */
    .strengthIndent {
        width: 100%;
    }

    .strtcol21Body {
        width: 100%;
    }

    .strtcol21Image.estbl {
        width: 100%;
        padding-top: 70%;
    }

    .strtcol21Image {
        width: 100%;
    }

    .strtcol22Image {
        width: 100%;
        padding-top: 75.3333%;
    }

    .strtcol22Body {
        width: 100%;
        align-self: top;
    }

    .sprev {
        flex-direction: column-reverse;
    }

    .strtcol21Body h3 {
        margin: 0.5rem 0 0 0;
    }

    .strExpertWrap {
        width: 100%;
        padding-top: 300%;
        margin-left: 0;
        margin-right: 0;
    }

    .strex01 {
        top: 0;
        left: 0;
    }

    .strex02 {
        top: 18%;
        left: 0;
    }

    .strex03 {
        top: 50%;
        left: 0;
    }

    .strex04 {
        top: 66%;
        left: 0;
    }

    .strex {
        width: 100%;
    }

    .strexlabel p {
        font-size: 14px;
    }

    .strengthDetail span {
        display: block;
    }

    .strengthDetail:after {
        top: 34px;
    }

    .strengthDetail.open:after {
        top: 34px;
    }

    /* expert */
    .expcol21Image {
        width: 100%;
        margin-bottom: 1rem;
    }

    .expcol21Body {
        width: 100%;
    }

    .expNavi ul li {
        width: 48%;
        font-size: 14px;
        margin-bottom: 2rem;
    }

    /* technology */
    .strc21Image {
        width: 100%;
        padding-top: 0;
        margin-bottom: 1rem;
        position: static;
        height: auto;
    }

    .strc21Image img {
        position: static;
        opacity: 1;

    }

    .strc21ImageSingle {
        width: 100%;
        margin-bottom: 1rem;
    }

    .strc21Body {
        width: 100%;
        position: relative;
        margin-bottom: 1rem;
    }

    .strc21Body p {
        margin: 0 !important;
    }


    .strengthlinkR,
    .strengthlinkL {
        display: none;
    }

    .stdbPart {
        padding: 1rem 0;
    }

    .stdbPartTitle {
        width: 100%;
        font-size: 16px;
    }

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

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

    .stdbPartTitle p,
    .stdbPartName p,
    .stdbPartDescription p {
        margin: 0;
    }

    .strengthTopCol21, .strengthTopCol22 {
        padding-bottom: 3rem;
    }

    /* spirit */
    .spiritIndent {
        width: 100%;
    }

    .spiritCol21 {
        margin-bottom: 5rem;
    }

    .spc21Body {
        width: 100%;
        margin-bottom: 1rem;
    }


    .spc21Image {
        width: 100%;
        margin-bottom: 1rem;
    }


    /* performance */
    .performanceIndent {
        width: 100%;
    }

    .performanceTabList {
        margin: 0 0 3rem;
    }

    .performanceTabList ul {
        margin: 1rem 0 0 0;
    }

    .performanceTabList ul li {
        margin-bottom: 1rem;
    }

    .pfMainImage {
        width: 100%;
        margin-bottom: 1rem;
    }

    .pfMainBody {
        width: 100%;
    }

    .pfSubImages figure {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 2rem;
    }

    .pfSubImages figure:nth-of-type(2n) {
        margin-right: 0;
    }

    .pfvIcon {
        width: 100%;
        padding: 2rem;
    }

    .pfvIcon img {
        display: block;
        width: 80px;
        margin: auto;
    }


    .pfvBody {
        width: 100%;
        padding: 0 2rem 2rem;
    }

    .pfCatAll {
        margin: 3rem 0;
        border-bottom: 1px solid #666666;
    }

    .performanceArchives {
        border-bottom: none;
        padding: 0;
    }

    .performanceTile {
        width: 100%;
        margin: 0 0 3rem 0;
        padding-bottom: 3rem;
        border-bottom: 1px solid #666666;
    }

    .performanceTile>div {
        display: flex;
        justify-content: space-between;
    }

    .performanceTileImage {
        width: 45%;
        padding-top: 33.75%;
        margin-right: 0%;
    }

    .performanceTileData {
        width: 50%;
    }

    .performanceTileData td {
        display: block;
        width: 100%;
    }

    .pfDatas th {
        width: 120px;
    }

    .pfDatas td {
        width: calc(100% - 120px);
    }

    .pagenation {
        margin: 0;
    }

    /* contact */
    .contactIndent {
        width: 100%;
    }

    .formLabel {
        width: 100%;
        border-right: none;
    }

    .formInput {
        width: 100%;
    }

    .fw50 {
        display: block !important;
        width: 100%;
    }

    .spalignleft {
        text-align: left !important;
    }

    .radios label:has(:checked)::after {
        width: 14px;
        height: 14px;
    }

    .formBackBtn {
        margin: 0;
    }

}


.wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: 0;
}

.flex-grally {
    display: flex;
    flex-wrap: wrap;
}

.columns-2,
.columns-3{
    display: flex;
    flex-wrap: wrap;
}
.columns-2{
    justify-content: space-between;
}
.columns-3{
	justify-content: flex-start;
}
.columns-2 .wp-block-image {
    width: 49% !important;
    margin-bottom: 20px !important;
}

.columns-3 .wp-block-image {
    width: calc((100% / 3) - 30px) !important;
    margin-bottom: 40px !important;
	margin-right: 40px !important;
}
.columns-3 .wp-block-image:nth-of-type(3n) {
	margin-right: 0 !important;
}

@media screen and (max-width: 750px) {
    .columns-2 .wp-block-image,
	.columns-3 .wp-block-image{
        width: 100% !important;
        margin-bottom: 20px !important;
		margin-right: 0 !important;
    }
}