@charset "utf-8";

#contents {
width: 100%;
}

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

.block-head {
position: relative;
margin: 0 0 5rem 0;
}
.block-head::before {
position: absolute;
left: calc(50% - 50vw);
top: 0;
width: calc(100% + ((100vw - 110rem) / 2));
height: 100%;
background: #fbf7ef;
box-sizing: border-box;
content: "";
pointer-events: none;
z-index: -1;
}
.block-head .box {
position: relative;
}
.block-head .box::before {
position: absolute;
left: calc(50% - 50vw);
top: -1.2rem;
width: calc(100% + ((100vw - 110rem) / 2) - 1.5rem);
height: 100%;
border: 2px solid #abdc6c;
content: "";
pointer-events: none;
}
.block-head .box::after {
position: absolute;
left: 0;
bottom: calc(100% + 1.8rem);
width: 100%;
height: 7rem;
content: "";
z-index: -1;
}
.addParts04 .block-head .box::after {
background: url(img/add04_bg_01.svg) no-repeat left top;
background-size: auto 7rem;
}
.addParts07 .block-head .box::after {
background: url(img/add07_bg_01.svg) no-repeat left top;
background-size: auto 7rem;
}
.addParts08 .block-head .box::after {
background: url(img/add08_bg_01.svg) no-repeat left top;
background-size: auto 7rem;
}
.block-head .title {
margin: 0 0 2rem 0;
padding: 2rem 0 0 0;
color: #514327;
font-size: 4rem;
font-weight: 700;
line-height: 1.4;
}
.block-head .title span {
color: #66b500;
}
.addParts09 .block-head .title {
font-size: 3.6rem;
}
.block-head .title a {
display: inline-block;
min-height: 3.6rem;
padding: 0 6rem 0 0;
background: url(img/arrow02_brown.svg) no-repeat right center;
background-size: 36px auto;
color: inherit;
text-decoration: none;
}
.block-head .text {
padding: 0 4rem 4rem 0;
}
.block-head .text p:not([class]) {
margin: 0;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea {
position: relative;
}
#visArea::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: url(img/mv_bg_01.jpg) no-repeat right top;
content: "";
z-index: -2;
}
#visArea .mainArea {
width: 120rem;
margin: 0 auto;
}
#visArea .mainAreaInner {
width: 65rem;
min-height: 60rem;
padding: 2rem 0 0 0;
}
#visArea .mainTxtBox {
position: relative;
padding: 3rem 3.5rem 3rem 0;
}
#visArea .mainTxtBox::before {
position: absolute;
right: 0;
top: 0;
width: 100vw;
height: 100%;
background: rgba(251,247,239,0.8);
content: "";
z-index: -1;
pointer-events: none;
}
#visArea .siteName {
width: 20rem;
margin: 0 0 3rem 0;
}
#visArea .title {
position: relative;
margin: 0 0 5rem 0;
color: #514327;
font-size: 4rem;
font-weight: 700;
letter-spacing: 0.4rem;
line-height: 1.4;
}
#visArea .title::before {
position: absolute;
right: 0;
bottom: -2.5rem;
width: calc(100% + 4rem);
height: 0.2rem;
background: #514327;
content: "";
}
#visArea .title span {
color: #66b500;
}
#visArea p:not([class]) {
margin: 0;
}
#visArea p:not([class]) span {
background: linear-gradient(transparent 60%, #ff8e8e91 60%);
font-weight: 700;
}
#visArea .btn-internal {
margin: 3rem auto 0 auto;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
position: relative;
padding: 17rem 0 10rem 0;
background: url(img/add02_bg_02.png) no-repeat center 7rem;
background-size: 473px auto;
}
.addParts02::before {
position: absolute;
left: 0;
top: 0;
width: 100vw;
height: 100%;
background: #fbf7ef url(img/add02_bg_01.png) fixed left top;
background-size: 100%;
content: "";
pointer-events: none;
z-index: -1;
}
.addParts02 .addParts-title {
padding: 0;
}
.addParts02 .addParts-title::after {
display: none;
content: none;
}
.addParts02-company {
position: relative;
margin: 0 0 10rem 0;
background: #fff;
box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}
.addParts02-company:last-child {
margin: 0;
}
.addParts02 .catch-title {
padding: 3rem;
background: #ffdb64;
font-size: 3rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts02 .catch-title span{
font-size: 3.6rem;
background: linear-gradient(transparent 75%, #fff 75%);
}

.addParts02 .inner {
padding: 4rem;
}
.addParts02 .inner > .fig {
max-width: 61rem;
margin: 0 auto;
text-align: center;
}
.addParts02 .inner > .fig + .caption {
max-width: 61rem;
margin: 0.8rem auto 0 auto;
text-align: center;
}
.addParts02 .name {
margin: 0 0 2.5rem 0;
font-size: 3rem;
font-weight: 400;
line-height: 1.4;
text-align: center;
}
.addParts02 .tags {
margin: 0 0 2.5rem 0;
text-align: center;
}
.addParts02 .tags img {
width: auto;
height: 3.2rem;
margin: 0 1rem;
}
.addParts02 .title {
position: relative;
margin: 19rem 0 4rem 0;
padding: 2rem 0;
border-top: 2px solid #e3f2b3;
border-bottom: 2px solid #e3f2b3;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts02 .title::before {
position: absolute;
left: -1.8rem;
bottom: calc(100% + 2rem);
width: 100%;
content: "";
}
.addParts02 .title.en-1::before {
height: 5.4rem;
background: url(img/add02_en_01.svg) no-repeat left top;
background-size: contain;
}
.addParts02 .title.en-2::before {
left: auto;
right: -1.8rem;
height: 7.2rem;
background: url(img/add02_en_02.svg) no-repeat right top;
background-size: contain;
}
.addParts02 .title.en-3::before {
height: 5.8rem;
background: url(img/add02_en_03.svg) no-repeat left top;
background-size: contain;
}
.addParts02 table th {
width: 21rem;
}
.block-check {
position: relative;
margin: 8rem -4rem 0 -4rem;
padding: 5rem 4rem 6rem 4rem;
background: #f4fed8;
}
.block-check::before {
position: absolute;
left: 4rem;
top: 0;
width: 21rem;
height: 5rem;
background: #fff url(img/add02_en_04.svg) no-repeat center center;
background-size: auto 22px;
content: "";
}
.block-check .title {
margin: 0 0 2rem 0;
border-top: inherit;
border-bottom: 2px solid #6ec300;
}
.block-check .title::before {
display: none;
}
.block-check .box {
width: 76rem;
margin: 0 auto;
padding: 3.5rem 0 2rem 0;
border-bottom: 1px solid #514327;
}
.block-check .box .ttl {
display: flex;
align-items: center;
min-height: 4.5rem;
margin: 0 0 2rem 0;
padding: 0 0 0 5rem;
background: url(img/add02_bg_05.png) no-repeat left center;
background-size: 41px auto;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.block-check .box p:not([class]) {
margin: 0;
}
.block-check > .caption {
width: 76rem;
margin: 2rem auto 0 auto;
}
.block-case {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 8rem 0 0 0;
}
.block-case .box {
position: relative;
width: calc((100% - 2.4rem) / 2);
background: #fff;
}
.block-case .box::before {
position: absolute;
left: 1.2rem;
top: -4.2rem;
width: 12.4rem;
height: 7.4rem;
content: "";
}
.block-case .box:nth-child(1):before {
background: url(img/add02_bg_03.svg) no-repeat left top;
background-size: contain;
}
.block-case .box:nth-child(2):before {
background: url(img/add02_bg_04.svg) no-repeat left top;
background-size: contain;
}
.block-case .box-head {
display: flex;
align-items: center;
padding: 5rem 4.5rem 2.5rem 4.5rem;
background: #fbf7ef;
}
.block-case .box-head .ttl {
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.block-case .box-body {
background: #fbf7ef;
padding: 0 4.5rem 2.5rem 4.5rem;
}
.block-case .box-body p:not([class]) {
margin: 0;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
padding: 10rem 0;
background: #fbf7ef;
}
.addParts03 .block {
counter-reset: number 0;
}
.addParts03 .block .box {
position: relative;
margin: 0 1.1rem 8rem 2.4rem;
padding: 2.5rem 3.5rem 3rem 3.5rem;
background: #fff;
border: 2px solid #d2ed7c;
outline: 11px solid #fff;
}
.addParts03 .block .box::before {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: -2.4rem;
top: -2.4rem;
width: 9.6rem;
height: 9.6rem;
background: #a8dc00;
color: #fff;
font-size: 3.6rem;
font-weight: 700;
line-height: 1.1;
text-align: center;
content: counter(number);
counter-increment: number;
}
.addParts03 .block .box:last-child {
margin-bottom: 0;
}
.addParts03 .block .box-head {
display: flex;
align-items: center;
min-height: 4rem;
padding: 0 6rem;
background: url(img/acc_bg_01.svg) no-repeat right center;
background-size: 40px auto;
color: #514327;
font-size: 2.7rem;
font-weight: 700;
line-height: 1.4;
}
.addParts03 .block .box-head:hover {
cursor: pointer;
}
.addParts03 .block .box-head.is-open {
background: url(img/acc_bg_02.svg) no-repeat right center;
background-size: 40px auto;
}
.addParts03 .block .box-head .ttl span {
background: linear-gradient(transparent 75%, #ff8e8e91 75%);
font-weight: 700;
}
.addParts03 .block .box-body {
display: none;
padding: 3rem 0 0 0;
}
.addParts03 .block .box-body p:not([class]) {
margin: 0;
}
.addParts03 .block-column {
margin: 12rem 0 0 0;
padding: 4rem 39rem 4rem 4rem;
background: #e7f2ba url(img/add03_bg_01.png) no-repeat right top;
background-size: cover;
}
.addParts03 .block-column p:not([class]) {
margin: 0;
}
.addParts03 .block-column .ttl {
position: relative;
margin: 0 0 2rem 0;
padding: 7rem 0 3rem 0;
border-bottom: 2px solid #514327;
color: #514327;
font-size: 3.2rem;
font-weight: 700;
line-height: 1.4;
}
.addParts03 .block-column .ttl::before {
display: inline-block;
position: absolute;
left: 0;
top: 0;
width: 22rem;
height: 4.5rem;
background: #514327;
border-radius: 5rem;
color: #fff;
font-size: 2.4rem;
font-weight: 400;
line-height: 4.4rem;
text-align: center;
content: "Check";
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
padding: 21rem 0 12rem 0;
}
.addParts04 h3:not([class]) + p:not([class]) {
margin: 0 0 0 4rem;
}


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


/*--------------------------------------
addParts06
---------------------------------------*/
.addParts06 {
padding: 13rem 0 0 0;
}
.addParts06 .accordion-btn {
margin: 0 auto 8rem auto;
}
.addParts06 .float-wrap {
margin: 0 0 6rem 0;
}
.addParts06 .float-wrap .fl,
.addParts06 .float-wrap .fr {
width: 42rem;
}
.addParts06 .float-wrap .catch {
margin: 0 0 2rem 0;
color: #66b500;
font-size: 2.8rem;
}
.addParts06 .float-wrap .catch a {
display: inline-block;
min-height: 3.6rem;
padding: 0 5rem 0 0;
background: url(img/arrow02_brown.svg) no-repeat right center;
background-size: 36px auto;
color: inherit;
text-decoration: none;
}


/*--------------------------------------
addParts07
---------------------------------------*/
.addParts07 {
padding: 18rem 0 0 0;
}
.block-btns {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
counter-reset: number 0;
}
.block-btns::after {
display: block;
width: calc((100% - 4.8rem) / 3);
content: "";
}
.block-btns .btn {
display: flex;
align-items: center;
position: relative;
width: calc((100% - 4.8rem) / 3);
margin: 0 0 5rem 0;
background: #e3f2b3;
}
.block-btns .btn::before {
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
width: 5.4rem;
height: 5.4rem;
background: #fff;
border-radius: 50%;
font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
font-size: 3.8rem;
font-weight: 700;
text-align: center;
letter-spacing: -0.1rem;
line-height: 5.4rem;
content: counter(number, decimal-leading-zero);
counter-increment: number 1;
}
.block-btns .btn a {
display: flex;
align-items: center;
width: 100%;
min-height: 3.6rem;
height: 100%;
padding: 2.5rem 5.5rem 2.5rem 7.6rem;
background: url(img/arrow02_brown.svg) no-repeat right 1.2rem center;
background-size: 36px auto;
color: #514327;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
text-decoration: none;
}


/*--------------------------------------
addParts08
---------------------------------------*/
.addParts08 {
padding: 18rem 0 0 0;
}




















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

.main-index {
padding: 0;
}

.block-head {
margin: 6rem 0 3rem 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 {
height: 5rem;
}
.addParts04 .block-head .box::after {
background-size: auto 5rem;
}
.addParts07 .block-head .box::after {
background-size: auto 5rem;
}
.addParts08 .block-head .box::after {
background-size: auto 5rem;
}
.block-head .title {
width: 100%;
padding: 1.5rem 3rem 1.5rem 1rem;
font-size: 2.6rem;
letter-spacing: 0;
}
.addParts09 .block-head .title {
font-size: 2.6rem;
}
.block-head .title a {
display: block;
min-height: 3rem;
padding: 0 4rem 0 0;
background-size: 30px auto;
}
.block-head .title span {
font-size: 2.8rem;
}
.block-head .text {
display: block;
width: 100%;
padding: 0 3rem 3rem 1rem;
}
.block-head .text p:not([class]) {
margin: 0;
font-size: 1.6rem;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea::before {
display: none;
content: none;
}
#visArea .mainArea {
width: 100%;
padding: 48% 1rem 4rem 1rem;
background: url(img/mv_bg_03.jpg) no-repeat center top;
background-size: 100% auto;
}
#visArea .mainAreaInner {
width: 100%;
min-height: auto;
padding: 0;
}
#visArea .mainTxtBox {
padding: 0;
}
#visArea .mainTxtBox::before {
display: none;
content: none;
}
#visArea .siteName {
width: 14rem;
margin: 0 auto 2rem auto;
}
#visArea .title {
position: relative;
margin: 0 0 4rem 0;
color: #514327;
font-size: 2.8rem;
letter-spacing: 0;
text-align: center;
}
#visArea .title::before {
position: absolute;
left: 50%;
right: auto;
bottom: -2rem;
transform: translateX(-50%);
width: 18rem;
height: 0.2rem;
background: #514327;
content: "";
}
#visArea .btn-internal {
margin: 2rem auto 0 auto;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
padding: 10rem 0 5rem 0;
background: url(img/add02_bg_02.png) no-repeat center 3rem;
background-size: 280px auto, 100% auto;
}
.addParts02-company {
margin: 0 0 6rem 0;
box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}
.addParts02 .catch-title {
padding: 2rem 1rem;
font-size: 2.8rem;
}
.addParts02 .inner {
padding: 1.5rem;
}
.addParts02 .inner > .fig {
max-width: 100%;
}
.addParts02 .inner > .fig + .caption {
max-width: 100%;
}
.addParts02::before {
background: #fbf7ef url(img/add02_bg_01_sp.png) fixed left top;
background-size: 100% auto;
}	
.addParts02 .name {
margin: 0 0 2rem 0;
font-size: 2.4rem;
}
.addParts02 .tags {
margin: 0 0 2rem 0;
}
.addParts02 .title {
margin: 8rem 0 3rem 0;
padding: 1.5rem 0;
font-size: 2.2rem;
}
.addParts02 .title::before {
left: 0;
bottom: calc(100% + 0.8rem);
}
.addParts02 .title.en-1::before {
height: 4rem;
}
.addParts02 .title.en-2::before {
left: auto;
right: 0;
height: 3.6rem;
}
.addParts02 .title.en-3::before {
height: 3.2rem;
}
.addParts02 table th {
width: 100%;
}
.block-check {
position: relative;
margin: 6rem -1.5rem 0 -1.5rem;
padding: 7rem 2.5rem 4rem 2.5rem;
background: #f4fed8;
}
.block-check::before {
left: 1.5rem;
width: 15rem;
height: 3rem;
background-size: auto 14px;
}
.block-check .title {
margin: 0 0 1rem 0;
}
.block-check .box {
width: 100%;
padding: 2rem 0;
}
.block-check .box .ttl {
font-size: 2rem;
}
.block-check .box p:not([class]) {
margin: 0;
}
.block-check > .caption {
width: 100%;
margin: 1.5rem auto 0 auto;
}
.block-case {
display: block;
margin: 6rem 0 0 0;
}
.block-case .box {
width: 100%;
margin: 0 0 8rem 0;
}
.block-case .box:last-child {
margin: 0;
}
.block-case .box-head {
padding: 5rem 2rem 2rem 2rem;
}
.block-case .box-head .ttl {
font-size: 1.8rem;
}
.block-case .box-body {
padding: 0 2rem 2rem 2rem;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
padding: 5rem 0;
}
.addParts03 p.lead {
margin: 0 0 6rem 0;
}
.addParts03 .block .box {
margin: 0 1rem 7rem 2.4rem;
padding: 2rem 1.5rem;
outline: 10px solid #fff;
}
.addParts03 .block .box::before {
width: 5rem;
height: 5rem;
font-size: 2.8rem;
}
.addParts03 .block .box:last-child {
margin-bottom: 0;
}
.addParts03 .block .box-head {
min-height: 3rem;
padding: 0 4rem 0 2rem;
background-size: 30px auto;
font-size: 2rem;
}
.addParts03 .block .box-head.is-open {
background-size: 30px auto;
}
.addParts03 .block .box-body {
display: none;
padding: 2rem 0 0 0;
}
.addParts03 .block-column {
margin: 8rem 0 0 0;
padding: 2rem;
background: #e7f2ba no-repeat right top;
}
.addParts03 .block-column .ttl {
margin: 0 0 2rem 0;
padding: 4.5rem 0 2rem 0;
font-size: 2rem;
}
.addParts03 .block-column .ttl::before {
width: 16rem;
height: 3rem;
border-radius: 4rem;
font-size: 2rem;
line-height: 3rem;
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
padding: 8rem 0 5rem 0;
}
.addParts04 h3:not([class]) + p:not([class]) {
margin: 0 0 0 2rem;
}


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


/*--------------------------------------
addParts06
---------------------------------------*/
.addParts06 {
padding: 5rem 0 0 0;
}
.addParts06 .accordion-btn {
margin: 0 auto 4rem auto;
}
.addParts06 .float-wrap {
margin: 0 0 4rem 0;
}
.addParts06 .float-wrap .fl,
.addParts06 .float-wrap .fr {
width: 100%;
}
.addParts06 .float-wrap .catch {
font-size: 2rem;
}
.addParts06 .float-wrap .catch a {
min-height: 3rem;
padding: 0 4rem 0 0;
background-size: 30px auto;
}


/*--------------------------------------
addParts07
---------------------------------------*/
.addParts07 {
padding: 4rem 0 0 0;
}
.block-btns {
display: block;
}
.block-btns::after {
display: none;
}
.block-btns .btn {
width: 100%;
margin: 0 0 3rem 0;
}
.block-btns .btn a {
min-height: 3rem;
padding: 2rem 5rem 2rem 8rem;
background: url(img/arrow02_brown.svg) no-repeat right 1.2rem center;
background-size: 30px auto;
font-size: 2.1rem;
}


/*--------------------------------------
addParts08
---------------------------------------*/
.addParts08 {
padding: 4rem 0 0 0;
}

}