@charset "utf-8";

/*--------------------------------------
common
---------------------------------------*/
#contents {
width: 100%;
}

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


/*--------------------------------------
heading
---------------------------------------*/
.main-index h2:not([class]) {
position: relative;
margin: 2.5rem 0 6rem 4rem;
padding: 2.5rem 2rem 3rem 2rem;
background: #fff;
border: 1px solid #000;
border-radius: 0.8rem;
font-size: 3rem;
font-weight: 700;
letter-spacing: 0.1rem;
line-height: 1.4;
text-align: center;
}
.main-index h2:not([class])::before {
position: absolute;
left: -4rem;
top: -2.5rem;
width: 100%;
height: 100%;
background: #e22f32;
border-radius: 0.8rem;
content: "";
z-index: -1;
}
.main-index h2:not([class])::after {
position: absolute;
left: 50%;
top: calc(100% - 0.1rem);
transform: translateX(-50%);
width: 2.2rem;
height: 1.1rem;
background: url(img/title_bg_01.svg) no-repeat left top;
background-size: contain;
content: "";
}
.main-index h2:not([class]) a {
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_black.svg) no-repeat right center;
background-size: 20px auto;
color: inherit;
text-decoration: none;
}

.main-index h3:not([class]) {
position: relative;
margin: 5rem 0 3rem 0;
padding: 1.5rem 2rem 2.5rem 2.8rem;
background: #f9e2e2;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
}
.main-index h3:not([class])::before {
position: absolute;
left: 0;
bottom: 0.8rem;
width: 100%;
height: 0.1rem;
border-bottom: 1px solid #333;
content: "";
}
.main-index h3:not([class]) a {
display: block;
padding: 0 5rem 0 0;
background: url(img/arrow01_black.svg) no-repeat right center;
background-size: 4rem auto;
color: inherit;
text-decoration: none;
}


/*--------------------------------------
block-head
---------------------------------------*/
.block-head {
position: relative;
margin: 0 0 6rem 0;
}
.block-head::before {
position: absolute;
left: calc(50% - 50vw);
top: 0;
width: calc(100% + ((100vw - 110rem) / 2) - 2rem);
height: 100%;
background: #f9e2e2;
box-sizing: border-box;
content: "";
pointer-events: none;
z-index: -1;
}
.block-head .box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.block-head .box::before {
position: absolute;
left: calc(50% - 50vw);
top: -2rem;
width: calc(100% + ((100vw - 110rem) / 2));
height: 100%;
border: 2px solid #e99197;
content: "";
pointer-events: none;
}
.block-head .box::after {
position: absolute;
left: -8rem;
bottom: calc(100% + 1.9rem);
width: 100%;
height: 5rem;
background: url(img/en_industry.png) no-repeat left top;
background-size: contain;
content: "";
}
.block-head .title {
display: flex;
align-items: center;
width: 44rem;
padding: 2rem 0 6rem 0;
font-size: 3.6rem;
font-weight: 700;
line-height: 1.4;
}
.block-head .title span {
font-size: 3.2rem;
}
.block-head .title a {
display: inline-block;
padding: 0 4rem 0 0;
background: url(img/arrow01_black.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% - 44rem);
margin: 0;
padding: 1rem 4rem 3rem 3rem;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea {
min-height: 56rem;
margin: 0 0 1rem 0;
padding: 5rem 0 8rem 0;
background: url(img/mv_bg_01.jpg) no-repeat center bottom;
background-size: cover;
}
#visArea .mainArea {
position: relative;
width: 120rem;
margin: 0 auto;
}
#visArea .mainArea::before {
position: absolute;
left: 53rem;
top: -5rem;
width: 82.6rem;
height: 56.6rem;
background: url(img/mv_bg_02.png) no-repeat left top;
background-size: contain;
content: "";
}
#visArea .mainAreaInner {
width: 60rem;
}
#visArea .siteName {
margin: 0 0 7rem 0;
}
#visArea .siteName img {
width: 30rem;
}
#visArea .mainTxtBox {
position: relative;
z-index: 2;
}
#visArea .mainTxtBox::before {
position: absolute;
right: -3rem;
top: -3rem;
width: 120rem;
height: calc(100% + 7rem);
background: rgba(255,255,255,0.9);
content: "";
z-index: -1;
}
#visArea .title {
margin: 0 0 2rem 0;
padding: 0.5rem 3rem 1.5rem 3rem;
background: #e22f32;
color: #f3de61;
font-size: 3.6rem;
font-weight: 700;
line-height: 1.4;
}
#visArea .title span {
font-size: 2.6rem;
color: #fff;
}
#visArea p:not([class]) {
margin: 0 12rem 0 3rem;
}
#visArea p:not([class]) span {
background: linear-gradient(transparent 60%, #fef2a9 60%);
font-weight: 700;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
position: relative;
padding: 10rem 0;
background: #ddd url(img/add02_bg_01.jpg) repeat-y left top;
background-size: 100% auto;
}
.addParts02::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 12rem;
background: linear-gradient(#fff 40%, transparent 100%);
content: "";
opacity: 0.4;
}
.addParts02-company {
position: relative;
margin: 10rem 0 0 0;
padding: 0 4rem 6rem 4rem;
background: #fff;
}
.addParts02 table {
margin: 0;
}
.addParts02 table th {
width: 22rem;
}
.addParts02 .catch-title {
display: inline-block;
position: relative;
left: 50%;
top: -5rem;
transform: translateX(-50%);
padding: 2rem 3rem 2rem 12rem;
color: #fff;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
#company-1 .catch-title {
background: #e22f32 url(img/add01_ico_01.png) no-repeat left 2.5rem center;
background-size: 8rem auto;
}
#company-2 .catch-title {
background: #e22f32 url(img/add01_ico_02.png) no-repeat left 2.5rem center;
background-size: 8rem auto;
}
#company-3 .catch-title {
background: #e22f32 url(img/add01_ico_03.png) no-repeat left 2.5rem center;
background-size: 8rem auto;
}
.addParts02 .catch-title span {
color: #fff600;
font-size: 3rem;
}
.addParts02 .name {
margin: 0 0 5rem 0;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts02 .name span {
background: linear-gradient(transparent 70%, #f3de61 70%);
font-weight: 700;
}
.addParts02 .fig {
/* width: 70rem; */
margin: 0 auto;
text-align: center;
height: 260px;
}
.addParts02 .fig + .caption {
text-align: center;
}
.addParts02 .block-example .caption {
text-align: start;
margin-bottom: 2rem;
}
.addParts02 .title {
position: relative;
margin: 10rem 0 4rem 0;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
z-index: 2;
}
.addParts02 .title::before {
position: absolute;
left: -4rem;
top: -5rem;
width: 100%;
height: 8rem;
content: "";
z-index: -1;
}
.addParts02 .title.en-1::before {
background: url(img/en_01.png) no-repeat left top;
background-size: contain;
}
.addParts02 .title.en-2::before {
background: url(img/en_02.png) no-repeat left top;
background-size: contain;
}
.addParts02 .title.en-3::before {
background: url(img/en_03.png) no-repeat left top;
background-size: contain;
}
.addParts02 .title.en-4::before {
background: url(img/en_04.png) no-repeat left top;
background-size: contain;
}
.block-reason .box {
padding: 3rem 5rem 3rem 16rem;
background: url(img/add02_bg_02.png) no-repeat left 3rem top 4rem;
border: 2px solid #e22f32;
}
.block-reason .box .ttl {
margin: 0 0 2rem 0;
color: #e22f32;
font-size: 2.2rem;
font-weight: 700;
line-height: 1.4;
}
.block-reason .box p:not([class]) {
margin: 1em 0 0 0;
}
.block-kinds .box {
padding: 3rem;
background: #f5f5f5;
}
.block-kinds .box p:not([class]),
.block-kinds .box ul:not([class]) {
margin: 0;
}
.addParts02 .title.en-3 + p:not([class]) {
width: 80%;
margin: 0 auto 4rem auto;
}
.block-example {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block-example .box {
width: calc((100% - 4rem) / 2);
background: #f5f5f5;
}
.block-example .box-head {
display: flex;
align-items: center;
padding: 1.5rem 2.5rem;
background: #e22f32;
}
.block-example .box-head .ttl {
width: 100%;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
}
.block-example .box-body {
padding: 2.5rem 2rem;
}
.block-example .no-img {
margin-top: 304px;
}
.block-example .box-body .txt {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block-example .box-body .txt-2 {
margin: 2rem 0 0 0;
}
.block-example .box-body .txt .ico {
width: 6.4rem;
}
.block-example .box-body .txt .ico span {
display: flex;
align-items: center;
justify-content: center;
width: 6.4rem;
height: 6.4rem;
background: #fff;
border: 3px solid #e22f32;
border-radius: 50%;
color: #e22f32;
font-size: 1.7rem;
font-weight: 700;
line-height: 1.1;
text-align: center;
}
.block-example .box-body .txt p:not([class]),
.block-example .box-body .txt ul:not([class]) {
width: calc(100% - 8rem);
margin: 0;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
padding: 10rem 0 6rem 0;
}
.addParts03 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 6rem 0;
}
.addParts03 .block .box-fig {
width: 53rem;
padding: 2rem 0 0 0;
text-align: center;
}
.addParts03 .block .box-txt {
width: calc(100% - 53rem);
padding: 0 5rem 0 0;
}
.addParts03 .block .ttl {
position: relative;
margin: 0 0 3rem 0;
padding: 0 0 7rem 2rem;
font-size: 3.6rem;
font-weight: 700;
letter-spacing: 0.1rem;
line-height: 1.4;
}
.addParts03 .block .ttl::before {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 8.8rem;
background: #f3acad;
content: "";
z-index: -1;
}
.addParts03 .block .ttl::after {
position: absolute;
left: 0;
bottom: 1.5rem;
width: calc(100% + 2.5rem);
height: 4rem;
padding: 1rem 0 0 3rem;
border-top: 2px solid #0b1b34;
box-sizing: border-box;
font-size: 1.6rem;
font-weight: 700;
letter-spacing: 0.2rem;
content: "COMPANY";
}
.addParts03 .block .ttl a {
display: inline-block;
padding: 0 4rem 0 0;
background: url(img/arrow01_black.svg) no-repeat right center;
background-size: 20px auto;
color: inherit;
text-decoration: none;
}
.addParts03 .block p:not([class]) {
margin: 0 0 0 1rem;
}
.addParts03 .frame-wrap::after {
display: block;
width: calc((100% - 4.8rem) / 3);
content: "";
}
.addParts03 .frame-wrap .frame {
width: calc((100% - 4.8rem) / 3);
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
padding: 5rem 0;
}
.addParts04 .accordion-btn {
margin: 4rem auto;
}
.addParts04 .accordion-item h3:not([class]):nth-child(1) {
margin: 0 0 3rem 0;
}


/*--------------------------------------
addParts05
---------------------------------------*/
.addParts05 {
padding: 5rem 0;
}
.addParts05 .box-wrap .box:nth-child(odd)::before {
border-right: 1px solid #d7d7d7;
}
.addParts05 .box-wrap .box-head .ttl {
min-height: 5.5rem;
padding: 0 0 0 6.8rem;
background: url(img/title_bg_04.png) no-repeat left center;
background-size: 55px auto;
}


/*--------------------------------------
addParts06
---------------------------------------*/
.addParts06 {
padding: 0 0 4rem 0;
}
.addParts06 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.addParts06 .block::after {
display: block;
width: calc((100% - 8rem) / 3);
content: "";
}
.addParts06 .block .box {
width: calc((100% - 8rem) / 3);
}
.addParts06 .block .box .fig {
width: 66%;
margin: 0 auto 2rem auto;
text-align: center;
}
.addParts06 .block .box .ttl {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem 0;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts06 .block .box .ttl a {
display: block;
width: 100%;
padding: 0 3rem 0 0;
background: url(img/arrow01_black.svg) no-repeat right center;
background-size: 20px auto;
color: inherit;
text-decoration: none;
}
.addParts06 .block .box-body p:not([class]) {
margin: 0;
}



























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

/*--------------------------------------
common
---------------------------------------*/
.main-index {
padding: 0;
}


/*--------------------------------------
heading
---------------------------------------*/
.main-index h2:not([class]) {
margin: 1.5rem 0 4rem 1.5rem;
padding: 1.5rem;
font-size: 2.4rem;
letter-spacing: 0;
}
.main-index h2:not([class])::before {
left: -1.5rem;
top: -1.5rem;
}

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


/*--------------------------------------
block-head
---------------------------------------*/
.block-head {
margin: 4rem 0;
}
.block-head::before {
left: -1rem;
width: calc(100% - 1.2rem);
}
.block-head .box::before {
left: -1.2rem;
top: -1.2rem;
width: 100%;
}
.block-head .box::after {
left: 0;
bottom: calc(100% + 1.2rem);
height: 3rem;
}
.block-head .title {
width: 100%;
padding: 1.5rem 3rem 1.5rem 1rem;
font-size: 2.4rem;
letter-spacing: 0;
}
.block-head .title span {
font-size: 1.8rem;
}
.block-head .title a {
padding: 0 2rem 0 0;
background-size: 16px auto;
}
.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;
margin: 0 0 3rem 0;
padding: 2rem 0 4rem 0;
/*--------------------------------------------------------------------------
background: url(img/mv_bg_04.png) no-repeat center bottom;
---------------------------------------------------------------------------*/
}
#visArea .mainArea {
width: 100%;
}
#visArea .mainArea::before {
display: none;
content: none;
}
#visArea .mainAreaInner {
width: 100%;
}
#visArea .siteName {
display: none;
}
#visArea .mainTxtBox::before {
display: none;
content: none;
}
#visArea .title {
margin: 0 0 1.5rem 0;
padding: 1rem 1.5rem;
background: #e22f32;
font-size: 2.4rem;
text-align: center;
}
#visArea .title span {
font-size: 1.6rem;
}
#visArea .fig {
margin: 0 1.5rem 1rem 1.5rem;
text-align: center;
}
#visArea p:not([class]) {
margin: 0 1.5rem;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
padding: 5rem 0;
background-size: 200% auto;
}
.addParts02-company {
margin: 8rem 0 0 0;
padding: 0 1.2rem 3rem 1.2rem;
}
.addParts02 table th {
width: 100%;
}
.addParts02 .catch-title {
display: block;
position: relative;
left: 50%;
top: -5rem;
transform: translateX(-50%);
width: 96%;
padding: 10rem 1rem 2rem 1rem;
color: #fff;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
#company-1 .catch-title {
background: #e22f32 url(img/add01_ico_01.png) no-repeat center top 1rem;
background-size: 8rem auto;
}
#company-2 .catch-title {
background: #e22f32 url(img/add01_ico_02.png) no-repeat center top 1rem;
background-size: 8rem auto;
}
#company-3 .catch-title {
background: #e22f32 url(img/add01_ico_03.png) no-repeat center top 1rem;
background-size: 8rem auto;
}
.addParts02 .catch-title span {
font-size: 2.1rem;
}
.addParts02 .name {
margin: -2rem 0 3rem 0;
font-size: 2.1rem;
}
.addParts02 .fig {
width: 100%;
}
.addParts02 .title {
margin: 6rem 0 3rem 0;
font-size: 2rem;
}
.addParts02 .title::before {
left: -1.2rem;
top: -2.5rem;
height: 4rem;
}
.block-reason .box {
padding: 2rem;
background: none;
}
.block-reason .box .ttl {
min-height: 4.5rem;
margin: 0 0 1.5rem 0;
padding: 0 0 0 6rem;
background: url(img/add02_bg_02.png) no-repeat left center;
background-size: 52px auto;
}
.block-kinds .box {
padding: 2rem;
}
.addParts02 .title.en-3 + p:not([class]) {
width: 100%;
margin: 0 auto 3rem auto;
}
.block-example {
display: block;
}
.block-example .box {
width: 100%;
margin: 0 0 3rem 0;
}
.addParts02 .fig {
    height: auto;
 }
 .block-example .no-img {
    margin-top: 0;
}

/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
padding: 5rem 0;
}
.addParts03 .block {
display: block;
margin: 0 0 6rem 0;
}
.addParts03 .block .box-fig {
display: none;
}
.addParts03 .block .box-txt {
width: 100%;
padding: 0;
}
.addParts03 .block .box-txt .fig {
margin: 0 auto 1.5rem auto;
text-align: center;
}
.addParts03 .block .ttl {
margin: 0 0 2rem 0;
padding: 0 0 6rem 1rem;
font-size: 2.4rem;
letter-spacing: 0;
}
.addParts03 .block .ttl::before {
height: 7rem;
}
.addParts03 .block .ttl::after {
bottom: 0.5rem;
width: calc(100% + 1rem);
font-size: 1.5rem;
}
.addParts03 .block .ttl a {
padding: 0 3rem 0 0;
background-size: 16px auto;
}
.addParts03 .frame-wrap::after {
display: none;
content: none;
}
.addParts03 .frame-wrap .frame {
width: 100%;
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
padding: 0 0 5rem 0;
}
.addParts04 .accordion-btn {
margin: 4rem auto;
}
.addParts04 .accordion-item h3:not([class]):nth-child(1) {
margin: 0 0 3rem 0;
}


/*--------------------------------------
addParts05
---------------------------------------*/
.addParts05 {
padding: 0 0 5rem 0;
}


/*--------------------------------------
addParts06
---------------------------------------*/
.addParts06 {
padding: 0 0 4rem 0;
}
.addParts06 .block {
display: block;
}
.addParts06 .block::after {
display: none;
content: none;
}
.addParts06 .block .box {
width: 100%;
margin: 0 0 4rem 0;
}

}
