@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: 3rem 3rem 3.5rem 3rem;
background: #2ba4b9;
color: #fff;
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: #d9f2ef;
content: "";
z-index: -1;
}
.main-index h2:not([class]) a {
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 2rem auto;
color: inherit;
text-decoration: none;
}

.main-index h3:not([class]) {
position: relative;
margin: 5rem 0 3rem 0;
padding: 1.5rem 3rem 2.5rem 3rem;
background: #d9f2ef;
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 #2ba4b9;
content: "";
}
.main-index h3:not([class]) a {
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_black.svg) no-repeat right center;
background-size: 2rem auto;
color: inherit;
text-decoration: none;
}


/*--------------------------------------
block-head
---------------------------------------*/
.block-head {
position: relative;
margin: 0 0 6rem 0;
color: #fff;
}
.block-head::before {
position: absolute;
left: calc(50% - 50vw);
top: 0;
width: calc(100% + ((100vw - 110rem) / 2) - 2rem);
height: 100%;
background: #2ba4b9;
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 #2ba4b9;
content: "";
pointer-events: none;
}
.block-head .title {
display: flex;
align-items: center;
width: 54rem;
padding: 3rem 0 4rem 0;
font-size: 4rem;
font-weight: 700;
letter-spacing: 0.2rem;
line-height: 1.4;
}
.block-head .title span {
font-size: 3.2rem;
}
.block-head .title a {
display: inline;
padding: 0 4rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 2rem auto;
color: inherit;
text-decoration: none;
}
.block-head .text {
display: flex;
align-items: center;
width: calc(100% - 54rem);
margin: 0;
padding: 2rem 4rem 2rem 3rem;
}
.block-head .text p:not([class]) > span:not([class]) {
background: linear-gradient(transparent 70%, rgba(254,219,48,0.6) 70%);
font-weight: 700;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea {
min-height: 60rem;
padding: 6rem 0;
background: #f6f8fb url(img/mv_bg_01.png) no-repeat left center;
background-size: cover;
}
#visArea .mainArea {
position: relative;
width: 110rem;
margin: 0 auto;
}
#visArea .mainArea::before {
position: absolute;
left: 60rem;
top: -4rem;
width: 65rem;
height: 55.8rem;
background: url(img/mv_bg_02.png) no-repeat left top;
background-size: contain;
content: "";
}
#visArea .mainAreaInner {
width: 54rem;
}
#visArea .siteName {
margin: 0 0 4rem 0;
}
#visArea .siteName img {
width: 20rem;
}
#visArea .title {
margin: 0 0 3rem 0;
color: #2ba4b9;
font-size: 4rem;
font-weight: 700;
line-height: 1.4;
}
#visArea .title span {
font-size: 2.9rem;
}
#visArea .title span span {
display: inline-block;
margin: 0 0.5rem 0.5rem 0;
padding: 0 1rem 0.1rem 1rem;
background: #2ba4b9;
color: #fff;
font-size: 3.7rem;
}
#visArea p:not([class]) {
margin: 0;
}
#visArea p:not([class]) span {
background: linear-gradient(transparent 70%, #fedb30 70%);
font-weight: 700;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
position: relative;
padding: 10rem 0;
background: #f6f8fb url(img/add02_bg_01.png) no-repeat center top;
background-size: 100% auto;
}
.addParts02-company {
position: relative;
margin: 0 0 10rem 0;
padding: 4rem 4.5rem;
background: #fff;
}
.addParts02-company:last-child {
margin: 0;
}
.addParts02 table th {
width: 22rem;
}
.addParts02 ul:not([class]) {
width: 60%;
margin: 0 auto;
}
.addParts02 ul:not([class]) + .caption {
width: 60%;
margin: 1rem auto 0 auto;
}
.addParts02 .catch-title {
margin: 0 0 3rem 0;
padding: 3rem;
background: #2ba4b9;
color: #fff;
font-size: 3rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts02 .catch-title span {
display: inline-block;
margin: 0.5rem 0.5rem 0 0;
padding: 0 1rem 0.1rem 1rem;
background: #203248;
font-size: 3.5rem;
}
.addParts02 .name {
margin: 0 0 4rem 0;
font-size: 3.5rem;
font-weight: 700;
line-height: 0.8;
text-align: center;
}
.addParts02 .fig {
width: 50rem;
margin: 0 auto;
text-align: center;
}
.addParts02 .fig + .caption {
text-align: center;
}
.addParts02 .title {
position: relative;
max-width: calc(100% - 12rem);
margin: 10rem auto 4rem auto;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts02 .title span {
position: relative;
}
.addParts02 .title span::before {
position: absolute;
right: calc(100% + 1rem);
top: -1rem;
width: 5rem;
height: 4.6rem;
background: url(img/title_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
}
.addParts02-company .caption-center {
  margin:
0 auto 4rem;
  text-align: center;
}

.block-reason .box {
margin: 0 0 2.5rem 0;
padding: 3rem 5rem 3rem 20rem;	
background: #d9f2ef url(img/add02_bg_02.png) no-repeat left 4.5rem center;
background-size: 12rem auto;
}
.block-reason .box:nth-child(2) {
background: #d9f2ef url(img/add02_bg_03.png) no-repeat left 4.5rem center;
background-size: 12rem auto;
}
.block-reason .box .ttl {
margin: 0 0 1.5rem 0;
color: #2ba4b9;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.block-reason .box p:not([class]) {
margin: 1em 0 0 0;
}
.block-feature {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block-feature .box {
position: relative;
width: calc((100% - 6rem) / 3);
margin: 0 0 3.5rem 0;
}
.block-feature .box::before {
position: absolute;
left: 2.4rem;
top: -1.4rem;
width: 9.4rem;
height: 2.8rem;
padding: 0.7rem 0 0 0;
background: #203248;
box-sizing: border-box;
color: #fedb30;
font-size: 1.2rem;
font-weight: 700;
line-height: 1.1;
text-align: center;
content: "FEATURE";
z-index: 1;
}
.block-feature .box::after {
position: absolute;
left: 1.7rem;
top: -0.1rem;
width: 1.5rem;
height: 0.3rem;
background: linear-gradient(90deg, #203248 0%, #203248 50%, #fedb30 50%, #fedb30 100%);
content: "";
z-index: 1;
}
.block-feature .box-head {
display: flex;
align-items: center;
position: relative;
padding: 2.5rem 4.5rem 2.5rem 2rem;
background: #f6f8fb;
cursor: pointer;
}
.block-feature .box-head::before {
position: absolute;
top: 50%;
right: 2rem;
width: 2.1rem;
height: 0.1rem;
border-bottom: 1px solid #203248;
content: "";
transform: translate(0, -50%);
z-index: 2;
}
.block-feature .box-head::after {
position: absolute;
right: 2.9rem;
top: 50%;
width: 0.1rem;
height: 2.1rem;
border-left: 1px solid #203248;
content: "";
transform: translate(0, -50%);
transition: 0.3s ease all;
z-index: 2;
}
.block-feature .box-head.is-open::after {
transform: translate(0, -50%) rotate(-90deg);
}
.block-feature .box-head .ttl {
width: 100%;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
}
.block-feature .box-head .ttl:hover {
opacity: 0.7;
}
.block-feature .box-body {
display: none;
padding: 0 2rem 2.5rem 2rem;
background: #f6f8fb;
}
.block-feature .box-body.is-open {
display: block;
}
.block-feature .box-body p:not([class]) {
margin: 0;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
padding: 4rem 0 0 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: 3rem 2rem;
background: #2ba4b9;
color: #fff;
font-size: 3.6rem;
font-weight: 700;
letter-spacing: 0.1rem;
line-height: 1.4;
}
.addParts03 .block .ttl a {
display: block;
padding: 0 3rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 2rem auto;
color: inherit;
text-decoration: none;
}
.addParts03 .block p:not([class]) {
margin: 0 0 0 1rem;
}
.addParts03 .box-wrap .box-body {
padding: 0 0 0 10rem;
}
.addParts03 .box-wrap .box:nth-child(4) .box-body {
background: url(img/add03_bg_01.png) no-repeat left top 2rem;
background-size: 8rem auto;
}
.addParts03 .box-wrap .box:nth-child(5) .box-body {
background: url(img/add03_bg_02.png) no-repeat left top 2rem;
background-size: 8rem auto;
}
.addParts03 .box-wrap .box:nth-child(6) .box-body {
background: url(img/add03_bg_03.png) no-repeat left top 2rem;
background-size: 8rem auto;
}
.addParts03 .box-wrap .box:nth-child(7) .box-body {
background: url(img/add03_bg_04.png) no-repeat left top 2rem;
background-size: 8rem auto;
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
padding: 10rem 0 6rem 0;
}
.addParts04 .block-head .title {
display: block;
}
.addParts05 .float-wrap .fl {
  width: 30%;
}

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


/*--------------------------------------
addParts06
---------------------------------------*/
.addParts06 {
padding: 10rem 0 4rem 0;
}
.addParts06 .block-head .title {
width: 48rem;
}
.addParts06 .block-head .text {
width: calc(100% - 48rem);
}
.addParts06 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.addParts06 .block .box {
width: calc((100% - 4rem) / 2);
margin: 0 0 3rem 0;
padding: 3rem 2.5rem;
background: #f6f8fb;
border: 1px solid #315498;
}
.addParts06 .block .box-head {
display: flex;
align-items: center;
margin: 0 0 2rem 0;
}
.addParts06 .block .box-head  .ttl {
width: 100%;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
}
.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: 2rem 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: -1.5rem;
width: 100%;
}
.block-head .box::before {
left: -1rem;
top: -1rem;
width: 100%;
}
.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 3rem 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;
padding: 3rem 1.5rem;
}
#visArea .mainArea {
width: 100%;
}
#visArea .mainArea::before {
position: absolute;
left: 60rem;
top: -4rem;
width: 65rem;
height: 55.8rem;
background: url(img/mv_bg_02.png) no-repeat left top;
background-size: contain;
content: "";
display: none;
content: none;
}
#visArea .mainAreaInner {
width: 100%;
background: url(img/mv_bg_02.png) no-repeat right top;
background-size: 40% auto;
}
#visArea .siteName img {
width: 18rem;
}
#visArea .title {
margin: 0 0 2rem 0;
color: #2ba4b9;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
}
#visArea .title span {
font-size: 1.8rem;
}
#visArea .title span span {
margin: 0 0.5rem 0.5rem 0;
padding: 0 0.5rem 0.1rem 0.5rem;
font-size: 2.1rem;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
padding: 5rem 0;
background-size: 150% auto;
}
.addParts02-company {
position: relative;
margin: 0 0 5rem 0;
padding: 2rem 1.2rem;
}
.addParts02 table th {
width: 100%;
}
.addParts02 ul:not([class]) {
width: 100%;
}
.addParts02 ul:not([class]) + .caption {
width: 100%;
}
.addParts02 .catch-title {
margin: 0 0 2rem 0;
padding: 2rem 1.5rem;
font-size: 2rem;
}
.addParts02 .name {
margin: 0 0 3rem 0;
font-size: 2.4rem;
}
.addParts02 .fig {
width: 100%;
}
.addParts02 .title {
max-width: calc(100% - 4rem);
margin: 6rem 0 3rem 4rem;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts02 .title span {
position: relative;
}
.addParts02 .title span::before {
top: 0;
width: 3rem;
height: 2.8rem;
}
.block-reason .box {
margin: 0 0 2.5rem 0;
padding: 2rem;
background: none;
background-color: #d9f2ef;
}
.block-reason .box:nth-child(2) {
background: none;
background-color: #d9f2ef;
}
.block-reason .box .ttl {
padding: 0 0 0 7rem;
background: url(img/add02_bg_02.png) no-repeat left center;
background-size: 55px auto;
font-size: 1.8rem;
}
.block-reason .box:nth-child(2) .ttl {
background: url(img/add02_bg_03.png) no-repeat left center;
background-size: 55px auto;
}
.block-feature {
display: block;
}
.block-feature .box {
width: 100%;
}
.block-feature .box-head .ttl {
font-size: 1.8rem;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
padding: 4rem 0 0 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: 2rem 1.5rem;
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 .block p:not([class]) {
margin: 0;
}
.addParts03 .box-wrap .box-body {
padding: 0 0 0 7rem;
}
.addParts03 .box-wrap .box:nth-child(1) .box-body {
background: url(img/add03_bg_01.png) no-repeat left top 1rem;
background-size: 5rem auto;
}
.addParts03 .box-wrap .box:nth-child(2) .box-body {
background: url(img/add03_bg_02.png) no-repeat left top 1rem;
background-size: 5rem auto;
}
.addParts03 .box-wrap .box:nth-child(3) .box-body {
background: url(img/add03_bg_03.png) no-repeat left top 1rem;
background-size: 5rem auto;
}
.addParts03 .box-wrap .box:nth-child(4) .box-body {
background: url(img/add03_bg_04.png) no-repeat left top 1rem;
background-size: 5rem auto;
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
padding: 4rem 0;
}
.addParts04 .block-head .title {
display: block;
}


/*--------------------------------------
addParts05
---------------------------------------*/
.addParts05 {
padding: 4rem 0 0 0;
}
.addParts05 .float-wrap .fl {
  width: 85%;
}

/*--------------------------------------
addParts06
---------------------------------------*/
.addParts06 {
padding: 2rem 0 4rem 0;
}
.addParts06 .block-head .title {
width: 100%;
}
.addParts06 .block-head .text {
width: 100%;
}
.addParts06 .block {
display: block;
}
.addParts06 .block .box {
width: 100%;
padding: 2.5rem;
}
.addParts06 .block .box-head  .ttl {
font-size: 2rem;
}

}
