@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: 4rem 5rem 4.5rem 5rem;
background: #fff;
border: 1px solid #000;
border-radius: 0.8rem;
font-size: 3rem;
font-weight: 700;
letter-spacing: 0.2rem;
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: #289be6;
border-radius: 0.8rem;
content: "";
z-index: -1;
}
.main-index h2:not([class])::after {
position: absolute;
left: 0;
right: 0;
top: 100%;
width: 2.1rem;
height: 1rem;
margin: 0 auto;
background: url(img/title_bg_01.svg) no-repeat;
background-size: contain;
content: "";
}

.main-index h3:not([class]) {
position: relative;
margin: 5rem 0 3rem 0;
padding: 1.5rem 2rem 2.5rem 2.8rem;
background: #e3f2fa;
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 #000;
content: "";
}

.main-index h2:not([class]) a,
.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: 20px auto;
color: inherit;
text-decoration: none;
}


/*--------------------------------------
block-head
---------------------------------------*/
.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) - 2rem);
height: 100%;
background: #cfeaf7;
box-sizing: border-box;
content: "";
pointer-events: none;
z-index: -1;
}
.addParts04 .block-head::before,
.addParts06 .block-head::before {
background: #fff;
}
.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 #289be6;
content: "";
pointer-events: none;
}
.block-head .box::after {
position: absolute;
left: -8rem;
bottom: calc(100% + 1.1rem);
width: auto;
height: auto;
color: #289be6;
font-size: 6.8rem;
font-weight: 700;
letter-spacing: 0.3rem;
line-height: 1.1;
}
.addParts04 .block-head .box::after {
content: "DETAIL";
}
.addParts05 .block-head .box::after {
content: "KINDS";
}
.addParts06 .block-head .box::after {
content: "CASE STUDY";
}
.block-head .title {
display: flex;
align-items: center;
width: 42rem;
padding: 2rem 0 6rem 0;
color: #353535;
font-size: 3.6rem;
font-weight: 700;
line-height: 1.4;
}
.block-head .title span {
font-size: 3rem;
}
.addParts06 .block-head .title {
font-size: 3.4rem;
}
.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% - 42rem);
margin: 0;
padding: 1rem 4rem 3rem 3rem;
}
.block-head .text p:not([class]) {
font-size: 1.8rem;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea {
display: flex;
align-items: center;
justify-content: center;
min-height: 58rem;
padding: 5rem 0;
background: url(img/mv_bg_01.png) no-repeat center center;
background-size: cover;
}
#visArea .mainArea {
width: 64rem;
margin: 0 auto;
padding: 3rem 3.6rem;
}
#visArea .siteName {
margin: 0 0 3rem 0;
text-align: center;
}
#visArea .siteName img {
    width: 21rem;
    margin-bottom: 1rem;
}
#visArea .title {
margin: 0 0 3rem 0;
color: #0063c8;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
#visArea .title span {
display: inline-block;
margin: 2rem 0 0 0;
padding: 0.1rem 3.5rem 0.5rem 3.5rem;
background: #2f9ae1;
color: #e3ea3e;
font-size: 4.3rem;
}
#visArea p:not([class]) {
margin: 0;
}
#visArea p:not([class]) span {
background: linear-gradient(transparent 80%, #e3ea3e 80%);
font-weight: 700;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
position: relative;
padding: 10rem 0;
}
.addParts02::before {
position: absolute;
left: 0;
top: 0;
width: 100vw;
height: 100%;
background: #e3f2fb url(img/add02_bg_01.jpg) no-repeat center top;
background-size: 100% auto;
content: "";
z-index: -3;
}
.addParts02-company {
position: relative;
margin: 7rem 0 10rem;
padding: 4rem;
background: #fff;
z-index: -2;
}
.addParts02-company:last-child {
margin: 0;
}
.addParts02 .catch-title {
position: relative;
max-width: 54rem;
margin: -7rem auto 3rem auto;
padding: 1rem 2rem 2rem 2rem;
border: 1px solid #000;
border-radius: 0.8rem;
color: #fff;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts02 .catch-title::before {
position: absolute;
left: -0.8rem;
top: -0.8rem;
width: 100%;
height: 100%;
background: #289be6;
border-radius: 0.8rem;
content: "";
z-index: -1;
}
.addParts02 .catch-title::after {
position: absolute;
left: 50%;
top: 100%;
transform: translateX(-50%);
width: 2.1rem;
height: 1.2rem;
background: url(img/title_bg_01.svg) no-repeat left top;
background-size: contain;
content: "";
}
.addParts02 .name {
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts02 .name span {
background: linear-gradient(transparent 70%, #e3ea3e 70%);
}
.addParts02 .title {
position: relative;
margin: 10rem 0 4rem 0;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts02 .title::before {
position: absolute;
left: -4rem;
top: -4rem;
width: 100%;
height: 8rem;
content: "";
z-index: -1;
}
.addParts02 .title.txt-1::before {
background: url(img/en_recommendation.png) no-repeat left top;
background-size: contain;
}
.addParts02 .title.txt-2::before {
background: url(img/en_example.png) no-repeat left top;
background-size: contain;
}
.addParts02 .title.txt-3::before {
background: url(img/en_introduction.png) no-repeat left top;
background-size: contain;
}
.addParts02 .title.txt-4::before {
background: url(img/en_facility.png) no-repeat left top;
background-size: contain;
}
.addParts02 .title.txt-5::before {
background: url(img/en_information.png) no-repeat left top;
background-size: contain;
}
.block-movie {
max-width: 63rem;
margin: 0 auto;
text-align: center;
}
.block-movie .box {
position: relative;
padding: 56.25% 0 0 0;
}
.block-movie iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: none;
}
.block-recommendation .box {
position: relative;
margin: 5rem 0;
padding: 5rem 2.8rem 2rem 2.8rem;
background: #f5f5f5;
}
.block-recommendation .box::before {
position: absolute;
left: 2.8rem;
top: -3rem;
width: 6.4rem;
height: 6.2rem;
background: url(img/add02_bg_02.png) no-repeat left top;
background-size: contain;
content: "";
}
.block-recommendation .box .ttl {
margin: 0 0 2rem 0;
color: #365cd5;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
}
.block-example .float-wrap {
margin: 5rem 6rem;
}
.block-facility .box {
margin: 5rem 0;
padding: 3rem 3rem 2rem 16rem;
border: 2px solid #289be6;
background: url(img/add02_bg_03.png) no-repeat 3rem center;
background-size: 100px auto;
}
.block-facility .box .ttl {
margin: 0 0 2rem 0;
color: #289be6;
font-size: 1.8rem;
font-weight: 700;
line-height: 1.4;
}
.addParts02 table {
table-layout: fixed;
width: calc(100% - 20rem);
margin: 4rem auto;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
padding: 10rem 0 6rem 0;
background: url(img/add03_bg_01.png) no-repeat right bottom;
}
.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: #ebf7ff;
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 #1f1f21;
box-sizing: border-box;
font-size: 1.8rem;
font-weight: 400;
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 .frame {
padding: 2.8rem;
}
.addParts03 .frame-wrap .frame-head .ttl {
font-size: 2.4rem;
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
padding: 14rem 0 7rem 0;
background: #ebf8ff;
}
.addParts04 .ttl {
position: relative;
min-height: 5rem;
margin: 5rem 0 3rem 0;
padding: 2rem 2rem 3rem 10rem;
background: #fff url(img/add04_bg_01.png) no-repeat 1.2rem center;
background-size: 72px auto;
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
}
.addParts04 .ttl::before {
position: absolute;
left: 0;
bottom: 0.8rem;
width: 100%;
height: 0.1rem;
border-bottom: 1px solid #000;
content: "";
}
.addParts04 .ttl 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;
}


/*--------------------------------------
addParts05
---------------------------------------*/
.addParts05 {
padding: 18rem 0 6rem 0;
}
.addParts05 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.addParts05 .block .box {
width: calc((100% - 9rem) / 2);
margin: 0 0 4rem 0;
background: #fff;
}
.addParts05 .block .box-head {
position: relative;
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2.5rem 0;
background: #e3f2fa;
}
.addParts05 .block .box-head::before {
position: absolute;
left: 0;
bottom: 0.8rem;
width: 100%;
height: 0.1rem;
border-bottom: 1px solid #000;
content: "";
}
.addParts05 .block .box-head .ttl {
width: 100%;
padding: 1.5rem 2rem 2.5rem 2.8rem;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
}
.addParts05 .block .box-head .ttl 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;
}
.addParts05 .block .box-body p:not([class]) {
margin: 0;
}


/*--------------------------------------
addParts06
---------------------------------------*/
.addParts06 {
padding: 18rem 0 6rem 0;
background: #ebf8ff;
}
.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);
margin: 0 0 6rem 0;
}
.addParts06 .block .box-head {
margin: 0 0 2.5rem 0;
}
.addParts06 .block .box-head .fig {
margin: 0 0 2.5rem 0;
text-align: center;
}
.addParts06 .block .box-head .ttl {
display: flex;
align-items: center;
justify-content: center;
color: #289be6;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.addParts06 .block .box-head .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;
}


/*--------------------------------------
addParts07
---------------------------------------*/
.addParts07 {
padding: 10rem 0 5rem 0;
}
.addParts07 .float-wrap {
margin: 4rem 2rem 6rem 2rem;
}






















@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: 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 {
left: 0;
bottom: calc(100% + 0.8rem);
font-size: 3rem;
}
.block-head .title {
width: 100%;
padding: 1.5rem 3rem 1.5rem 1rem;
font-size: 2.4rem;
letter-spacing: 0;
}
.addParts06 .block-head .title {
font-size: 2.4rem;
}
.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;
font-size: 1.6rem;
}


/*--------------------------------------
visArea
---------------------------------------*/
#visArea {
min-height: auto;
padding: 1.5rem;
background: url(img/mv_bg_03.png) no-repeat center right;
background-size: cover;
}
#visArea .mainArea {
width: 100%;
padding: 0;
background: none;
}
#visArea .siteName {
margin: 0 0 1.5rem 0;
}
#visArea .siteName img {
    width: 14rem;
}
#visArea .title {
margin: 0 0 1.5rem 0;
font-size: 1.8rem;
}
#visArea .title span {
margin: 1rem 0 0 0;
padding: 0.1rem 1rem 0.5rem 1rem;
font-size: 7.2vw;
}


/*--------------------------------------
addParts02
---------------------------------------*/
.addParts02 {
padding: 4rem 0;
}
.addParts02::before {
background-size: 150% auto;
}
.addParts02-company {
margin: 6rem 0 8rem;
padding: 3rem 1.5rem;
}
#company-1:target,
#company-2:target,
#company-3:target {
    scroll-margin-top: 10rem; /* テスト用に小さい値に調整 */
}

.addParts02 .catch-title {
max-width: calc(100% - 1rem);
margin: -5.5rem 0 3rem 0.8rem;
font-size: 2.1rem;
}
.addParts02 .name {
font-size: 2.4rem;
}
.addParts02 .title {
margin: 6rem 0 3rem 0;
font-size: 2rem;
}
.addParts02 .title::before {
left: -1.5rem;
top: -1.5rem;
height: 2.2rem;
}
.block-movie {
max-width: 100%;
}
.block-recommendation .box {
margin: 5rem 0 4rem 0;
padding: 5rem 2rem 2rem 2rem;
}
.block-recommendation .box .ttl {
margin: 0 0 1.5rem 0;
}
.block-example .float-wrap {
margin: 3rem 0 4rem 0;
}
.block-facility .box {
margin: 3rem 0;
padding: 2rem 2rem 1rem 2rem;
background: none;
}
.block-facility .box .ttl {
display: flex;
align-items: center;
min-height: 6.4rem;
padding: 0 0 0 7.5rem;
background: url(img/add02_bg_03.png) no-repeat left center;
background-size: 64px auto;
}
.addParts02 table {
width: 100%;
margin: 3rem auto;
}


/*--------------------------------------
addParts03
---------------------------------------*/
.addParts03 {
padding: 5rem 0 1rem 0;
}
.addParts03 .block {
display: block;
margin: 0 0 6rem 0;
}
.addParts03 .block .box-fig {
width: 100%;
padding: 2rem 0 0 0;
}
.addParts03 .block .box-txt {
width: 100%;
padding: 0;
}
.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 .block p:not([class]) {
margin: 0;
}
.addParts03 .frame-wrap .frame {
padding: 2rem;
}
.addParts03 .frame-wrap .frame-head .ttl {
font-size: 2rem;
}


/*--------------------------------------
addParts04
---------------------------------------*/
.addParts04 {
padding: 4rem 0;
background: #ebf8ff;
}
.addParts04 .ttl {
margin: 4rem 0 2rem 0;
font-size: 2rem;
}


/*--------------------------------------
addParts05
---------------------------------------*/
.addParts05 {
padding: 4rem 0;
}
.addParts05 .block {
display: block;
}
.addParts05 .block .box {
width: 100%;
margin: 0 0 3rem 0;
}
.addParts05 .block .box-head {
margin: 0 0 2rem 0;
}
.addParts05 .block .box-head .ttl {
padding: 1.5rem 1.5rem 2.5rem 1.5rem;
font-size: 2rem;
}


/*--------------------------------------
addParts06
---------------------------------------*/
.addParts06 {
padding: 4rem 0;
}
.addParts06 .block {
display: block;
}
.addParts06 .block::after {
display: none;
content: none;
}
.addParts06 .block .box {
width: 100%;
margin: 0 0 4rem 0;
}
.addParts06 .block .box-head {
margin: 0 0 2rem 0;
}
.addParts06 .block .box-head .fig {
margin: 0 0 2rem 0;
}
.addParts06 .block .box-head .ttl {
font-size: 2rem;
}


/*--------------------------------------
addParts07
---------------------------------------*/
.addParts07 {
padding: 4rem 0;
}
.addParts07 .float-wrap {
margin: 3rem 0 4rem 0;
}

}
