@charset "utf-8";

#contents {
width: 100%;
}

.main-index {
width: 100%;
margin: 0;
padding: 0;
}

.main-index h3:not([class])  {
margin: 5rem 0 2rem 0;
padding: 0 2rem 1rem 3.6rem;
border-bottom: 1px solid #000;
color: #151f5b;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
}

.block-head {
position: relative;
margin: 0 0 8rem 0;
}
.block-head::before {
position: absolute;
left: calc(50% - 50vw);
top: 0;
width: calc(100% + ((100vw - 110rem) / 2));
height: 100%;
border: 2px solid #172151;
box-sizing: border-box;
content: "";
pointer-events: none;
z-index: -1;
}
.block-head::after {
position: absolute;
left: -8rem;
top: -5.3rem;
width: 100%;
height: 6.8rem;
content: "";
}
.addParts04 .block-head::after{
background: url(img/en_knowledge.png) no-repeat left top;
background-size: contain;
}
.addParts05 .block-head::after {
background: url(/wp/wp-content/uploads/en_explanation.png) no-repeat left top;
background-size: contain;
}
.block-head .box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
padding: 4rem 4rem 1rem 0;
}
.block-head .box::before {
position: absolute;
right: 2rem;
top: 2rem;
width: calc(100% + ((100vw - 110rem) / 2));
height: 100%;
background: #f9f9f9;
box-sizing: border-box;
content: "";
pointer-events: none;
z-index: -2;
}
.block-head .title {
width: 60rem;
padding: 1rem 3rem 2rem 0;
color: #dc500f;
font-size: 4rem;
font-weight: 700;
letter-spacing: 0.2rem;
line-height: 1.4;
}
.block-head .title span {
font-size: 3rem;
}
.block-head .title a {
display: inline;
padding: 0 4rem 0 0;
background: url(img/arrow01_navy.svg) no-repeat right center;
background-size: 20px auto;
color: inherit;
text-decoration: none;
}
.block-head .text {
display: flex;
align-items: center;
width: calc(100% - 60rem);
margin: 0;
padding: 0 4rem 2rem 3rem;
}
.block-head .text p:not([class]) {
margin: 0;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea {
position: relative;
min-height: 56rem;
}
#visArea .mainArea {
position: relative;
width: 120rem;
margin: 0 auto;
padding: 0 0 5rem 0;
}
#visArea .mainAreaInner {
position: relative;
width: 60rem;
}
#visArea .mainAreaInner::before {position: absolute;left: 100%;top: 3rem;width: 75rem;height: 53rem;background: url(/wp/wp-content/uploads/mv_bg_01.png) no-repeat left top;background-size: contain;content: "";}
#visArea .siteName {
width: 9rem;
margin: 0 0 3rem 2rem;
}
#visArea .title {
position: relative;
margin: 0 0 3rem 0;
padding: 0 0 2rem 0;
border-bottom: 2px solid #2c335e;
color: #2c335e;
font-size: 4.2rem;
font-weight: 700;
letter-spacing: 0.4rem;
line-height: 1.4;
}
#visArea .title span {
color: #dc500f;
}
#visArea .mainTxtBox p:not([class]) {
margin: 1em 0 0 0;
font-size: 1.5rem;
}
#visArea .mainTxtBox p:not([class]) span {
background: linear-gradient(transparent 80%, #ffe0d2 80%);
font-size: 1.6rem;
font-weight: 700;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
position: relative;
padding: 8rem 0 12rem 0;
}
.addParts02::before {
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
width: 72.4rem;
height: 9.6rem;
background: url(img/en_indetail.png) no-repeat left top;
background-size: contain;
content: "";
pointer-events: none;
z-index: -3;
}
.addParts02::after {
position: absolute;
left: 0;
top: 0;
width: 100vw;
height: 100%;
background: #fafafa url(img/add02_bg_01.png) repeat-y center top;
background-size: 100% auto;
content: "";
pointer-events: none;
z-index: -4;
}
.addParts02-title {
position: relative;
margin: 0 0 3rem 0;
color: #2c335e;
font-size: 3rem;
font-weight: 700;
letter-spacing: 0.3rem;
line-height: 1.4;
text-align: center;
}
.addParts02-title span {
font-size: 4.2rem;
}
.addParts02-title span span {
color: #dc500f;
}
.addParts02-company {
position: relative;
margin: 0 0 10rem 0;
padding: 5rem 4rem;
background: #fff;
border: 1px solid #172151;
z-index: -2;
}
.addParts02-company:last-child {
margin: 0;
}
.catch-title {
position: relative;
width: 64rem;
margin: 0 auto 5rem auto;
padding: 1.5rem 2rem 1.8rem 2rem;
background: #dc500f;
border-radius: 0.8rem;
color: #fff;
font-size: 3rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.catch-title::before {
position: absolute;
left: 1.4rem;
top: 1.4rem;
width: 100%;
height: 100%;
border: 1px solid #172151;
border-radius: 0.8rem;
content: "";
z-index: -1;
}
.catch-title::after {
position: absolute;
left: 50%;
top: calc(100% + 1.4rem);
transform: translateX(-50%);
width: 2.2rem;
height: 1.2rem;
margin: 0 auto;
background: url(img/title_bg_01.svg) no-repeat;
background-size: contain;
content: "";
z-index: -1;
}
.catch-title .label {
display: inline-block;
position: relative;
margin: 0 0 0.5rem 0;
padding: 0.5rem 1.5rem 0.8rem 1.5rem;
background: #2c335e;
color: #fff;
font-size: 2rem;
}
.addParts02 .name {
margin: 6rem 0 4rem 0;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts02 .name span {
background: linear-gradient(transparent 76%, #f39569 76%);
font-size: 3rem;
}
.addParts02 .fig {
max-width: 52rem;
margin: 0 auto;
text-align: center;
}
.addParts02 .fig + .caption {
text-align: center;
}
.addParts02 .title {
position: relative;
margin: 10rem 0 3rem 0;
color: #2c335e;
font-size: 2.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts02 .title span {
position: relative;
}
.addParts02 .title::before {
position: absolute;
left: -4rem;
top: -4rem;
width: 100%;
height: 7.8rem;
content: "";
}
.addParts02 .title.txt-1::before {
background: url(img/en_reason.png) no-repeat left top;
background-size: contain;
}
.addParts02 .title.txt-2::before {
background: url(img/en_casestudy.png) no-repeat left top;
background-size: contain;
}
.addParts02 .title.txt-3::before {
background: url(img/en_info.png) no-repeat left top;
background-size: contain;
}
.block-reason {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 7rem 0 0 0;
}
.block-reason::after {
display: block;
width: calc((100% - 7rem) / 3);
content: "";
}
.block-reason .box {
position: relative;
width: calc((100% - 7rem) / 3);
padding: 4rem 2.8rem 2.8rem 2.8rem;
background: #f7f7f7;
}
.block-reason .box::before {
position: absolute;
left: 2rem;
top: -4rem;
width: 9.8rem;
height: 6.4rem;
background: url(img/add02_bg_03.png) no-repeat left top;
background-size: contain;
content: "";
}
.block-reason .box:nth-child(2)::before {
background: url(img/add02_bg_04.png) no-repeat left top;
background-size: contain;
}
.block-reason .box:nth-child(3)::before {
background: url(img/add02_bg_05.png) no-repeat left top;
background-size: contain;
}
.block-reason .box-head {
display: flex;
align-items: center;
margin: 0 0 2rem 0;
}
.block-reason .box-head .ttl {
width: 100%;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
}
.block-reason .box-body p:not([class]) {
margin: 0;
}
.block-case .box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
margin: 0 0 8rem 0;
padding: 3rem;
border: 6px solid #f7f7f7;
}
.block-case .box:first-child::before {
position: absolute;
left: 50%;
top: calc(100% + 3rem);
transform: translateX(-50%);
width: 4.5rem;
height: 3rem;
background: url(img/add02_bg_02.png) no-repeat left top;
background-size: contain;
content: "";
}
.block-case .box:last-child {
margin: 0;
}
.block-case .box-fig {width: 9.4rem;text-align: center;}
.block-case .box-txt {
width: calc(100% - 9.4rem);
padding: 0 0 0 3rem;
}
.block-case .box-txt .ttl {
margin: 0 0 2rem 0;
color: #dc500f;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.block-case .box-txt .caption {
margin: 2rem 0 0 0;
text-align: right;
}
.block-info {
margin: 0 8rem;
}
.block-info table th {
width: 22rem;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
position: relative;
padding: 10rem 0 6rem;
}
.addParts03 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 6rem 0;
}
.addParts03 .block .box-fig {
width: 53rem;
text-align: center;
}
.addParts03 .block .box-txt {
width: calc(100% - 53rem);
padding: 0 6rem 0 0;
}
.addParts03 .block .title {
position: relative;
margin: 0 0 2rem 0;
padding: 0 0 6rem 2rem;
color: #dc500f;
font-size: 4rem;
font-weight: 700;
letter-spacing: 0.3rem;
line-height: 1.4;
}
.addParts03 .block .title::before {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 10rem;
background: #fcfcfc;
content: "";
z-index: -1;
}
.addParts03 .block .title::after {
position: absolute;
left: 0;
bottom: 1.5rem;
width: calc(100% + 2.5rem);
height: 3.5rem;
padding: 1rem 0 0 3rem;
border-top: 2px solid #a20004;
box-sizing: border-box;
color: #dc500f;
font-size: 1.8rem;
font-style: italic;
font-weight: 700;
text-align: left;
content: "LIST";
}
.addParts03 .block .title a {
display: inline;
padding: 0 5rem 0 0;
background: url(img/arrow01_black.svg) no-repeat right center;
background-size: 20px auto;
color: inherit;
text-decoration: none;
}
.addParts03 .block .box-txt p:not([class]) {
font-size: 1.6rem;
}
.addParts03 .block .box-txt p:not([class]) > span:not([class]) {
color: #000;
font-weight: 700;
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
padding: 10rem 0 0 0;
font-size: 1.6rem;
}
.addParts04 .float-wrap .fl {
width: 43rem;
}
.addParts04 h3:not([class]) {margin: 4rem 0 2rem 0;padding: 0 2rem 0.8rem 2rem;border-bottom: 1px solid #172151;color: #2c335e;font-size: 3rem;line-height: 1.4;}
.addParts04 h3:not([class]) a {
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_navy.svg) no-repeat right center;
background-size: 20px auto;
color: inherit;
text-decoration: none;
}
.addParts04 h3:not([class]) + p:not([class]) {
margin: 1em 4rem 0 4rem;
}


/*--------------------------------------
addParts05
---------------------------------------*/
.addParts05 {
padding: 15rem 0 3rem 0;
background: url(img/add05_bg_01.png) no-repeat right center;
}

























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

.main-index {
padding: 0 0 4rem 0;
}

.main-index h3:not([class])  {
margin: 4rem 0 2rem 0;
padding: 0 1.5rem 0.8rem 0;
font-size: 2rem;
}

.block-head {
margin: 0 0 5rem 0;
}
.block-head::before {
left: auto;
right: 0;
width: calc(100vw + 3rem);
}
.block-head::after {
position: absolute;
left: 0;
width: 100%;
content: "";
}
.addParts05 .block-head::after {
top: -2.4rem;
height: 3rem;
}
.block-head .box {
display: block;
padding: 3rem 2rem 2rem 0;
}
.block-head .box::before {
right: 1.5rem;
top: 1.2rem;
width: 100vw;
}
.block-head::after {
left: 0;
top: -2.4rem;
height: 3rem;
}
.addParts06 .block-head::after {
height: 3rem;
}
.block-head .title {
width: 100%;
margin: 0 0 1.5rem 0;
padding: 0;
font-size: 2.4rem;
}
.block-head .title span {
font-size: 1.8rem;
}
.block-head .text {
display: block;
width: 100%;
padding: 0 3rem 3rem 1rem;
}
.block-head .text p:not([class]) {
margin: 0;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea {
min-height: auto;
}
#visArea .mainArea {width: 100%;padding: 0 0 3rem 0;}
#visArea .mainAreaInner {width: 100%;}
#visArea .mainAreaInner::before {
display: none;
content: none;
}
#visArea .siteNameArea {display: flex;align-items: center;height: 15rem;padding: 0 0 0 4rem;background: url(/wp/wp-content/uploads/mv_bg_03.png) no-repeat right center;background-size: cover;}
#visArea .siteName {
width: 8rem;
margin: 0;
}
#visArea .mainTxtBox {
padding: 1.5rem 1.5rem 0 1.5rem;
}
#visArea .title {
margin: 0 0 2rem 0;
padding: 0 0 1.5rem 0;
font-size: 2.4rem;
letter-spacing: 0;
}
#visArea .mainTxtBox p:not([class]) {
margin: 1em 0 0 0;
font-size: 1.4rem;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
padding: 5rem 0;
}
.addParts02::before {
width: 28rem;
height: 3.7rem;
}
.addParts02::after {
background-size: 120% auto;
}
.addParts02-title {
font-size: 1.8rem;
letter-spacing: 0;
}
.addParts02-title span {
font-size: 2.4rem;
}
.addParts02-title span span {
color: #dc500f;
}
.addParts02-company {
margin: 0 0 5rem 0;
padding: 3rem 1.2rem;
}
.catch-title {
width: calc(100% - 2rem);
margin: 0 0 4rem 0;
padding: 1.5rem 1rem 1.8rem 1rem;
font-size: 2.1rem;
}
.catch-title .label {
padding: 0.3rem 1rem 0.6rem 1rem;
font-size: 1.6rem;
}
.addParts02 .name {
margin: 0 0 3rem 0;
font-size: 1.6rem;
}
.addParts02 .name span {
font-size: 2.4rem;
}
.addParts02 .fig {
max-width: 100%;
}
.addParts02 .title {
margin: 6rem 0 3rem 0;
font-size: 2rem;
}
.addParts02 .title::before {
left: -1.2rem;
top: -1rem;
width: 100%;
height: 2.8rem;
}
.block-reason {
display: block;
margin: 6rem 0 0 0;
}
.block-reason::after {
display: none;
content: none;
}
.block-reason .box {
width: 100%;
margin: 0 0 6rem 0;
}
.block-reason .box-head {
margin: 0 0 1.5rem 0;
}
.block-reason .box-head .ttl {
font-size: 1.7rem;
}
.block-reason .box-body p:not([class]) {
margin: 0;
}
.block-case .box {
display: block;
padding: 1.5rem;
margin-bottom: 6.5rem;
}
.block-case .box-fig {
margin: 0 auto 1.5rem auto;
}
.block-case .box-txt {
width: 100%;
padding: 0;
}
.block-case .box-txt .ttl {
margin: 0 0 1.5rem 0;
}
.block-case .box-txt .caption {
text-align: left;
}
.block-info {
margin: 0;
}
.block-info table th {
width: 100%;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
padding: 4rem 0 0 0;
}
.addParts03 .block {
display: block;
margin: 0 0 4rem 0;
}
.addParts03 .block .box-fig {
width: 100%;
padding: 0;
}
.addParts03 .block .box-txt {
width: 100%;
margin: 0 0 2rem 0;
padding: 0;
}
.addParts03 .block .title {
position: relative;
margin: 0 0 3rem 0;
padding: 1rem 1.5rem 6rem 1.5rem;
font-size: 2.4rem;
letter-spacing: 0;
}
.addParts03 .block .title::after {
position: absolute;
left: 0;
bottom: 0.5rem;
width: 100%;
height: 3.5rem;
padding: 1rem 0 0 2rem;
font-size: 1.4rem;
letter-spacing: 0.2rem;
}
.addParts03 .block .title span {
font-size: 1.8rem;
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
padding: 5rem 0 0 0;
font-size: 1.4rem;
}
.addParts04 .float-wrap .fl {
width: 100%;
}
.addParts04 h3:not([class]) {
padding: 0 1.5rem 0.8rem 1.5rem;
font-size: 2rem;
}
.addParts04 h3:not([class]) + p:not([class]) {
margin: 1em 0 0 0;
}


/*--------------------------------------
addParts05
---------------------------------------*/
.addParts05 {
padding: 8rem 0 3rem 0;
background: url(img/add05_bg_01.png) no-repeat right center;
background-size: 40% auto;
}

}
