@charset "utf-8";

/*--------------------------------------
common
---------------------------------------*/
.l-main-area--index {
font-size: 1.5rem;
}


/*--------------------------------------
mv
---------------------------------------*/
.l-mv {
background: url(img/mv_bg_01.png) repeat center center;
}
.l-mv-wrapper {
display: flex;
align-items: center;
justify-content: center;
position: relative;
width: 64rem;
min-height: 55rem;
margin: 0 auto;
}
.l-mv-wrapper::before {
    position: absolute;
    right: calc(100% - -7rem);
    top: 0;
    width: 36rem;
    height: 55rem;
    background: url(img/mv_bg_02.png) no-repeat left top;
    background-size: cover;
    content: "";
}
.l-mv-wrapper::after {
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 36rem;
    height: 66rem;
    background: url(img/mv_bg_03.png) no-repeat left top;
    background-size: cover;
    content: "";
}
.l-mv-box {
position: relative;
padding: 8rem 0 5rem 0;
text-align: center;
}
.l-mv-box::before {
position: absolute;
right: calc(100% + 1rem);
top: 50%;
transform: translateY(-50%);
width: 35.4rem;
height: 48.2rem;
background: url(img/mv_bg_04.png) no-repeat left top;
background-size: contain;
content: "";
pointer-events: none;
z-index: 2;
}
.l-mv-box::after {
position: absolute;
left: calc(100% + 2rem);
top: 50%;
transform: translateY(-50%);
width: 35.2rem;
height: 48.6rem;
background: url(img/mv_bg_05.png) no-repeat left top;
background-size: contain;
content: "";
pointer-events: none;
z-index: 2;
}
.l-mv-logo {
margin: 0 0 4rem 0;
}
.l-mv-logo img {
width: 22rem;
}
.l-mv-title {
margin: 0 0 3rem 0;
color: #1e4191;
font-size: 3rem;
font-weight: 900;
line-height: 1.4;
}
.l-mv-title span {
color: #000;
font-size: 4.8rem;
}
.l-mv-txt p:not([class]) {
margin: 1em 0 0 0;
}
.l-mv-txt p:not([class]) > span:not([class]) {
background: linear-gradient(transparent 60%, #ffe792 60%);
font-weight: 900;
}


/*--------------------------------------
l-parts02
---------------------------------------*/
.l-parts02 {
padding: 10rem 0;
background: #d4e6f4;
}
.l-parts02-company {
position: relative;
margin: 10rem 0 0 0;
padding: 0.1rem 5rem 2rem 5rem;
background: #fff;
box-shadow: 2px 4px 8px 0 rgba(0,0,0,0.15);
}
.l-parts02 .catch-title {
position: relative;
margin: -4rem auto 5rem auto;
text-align: center;
}
.l-parts02 .catch-title .catch {
display: inline-block;
min-width: 68rem;
max-width: 72rem;
padding: 1.2rem 3rem 1.6rem 3rem;
background: #1319a9;
background: -webkit-linear-gradient(90deg, rgba(151, 24, 192, 1) 0%, rgba(19, 25, 169, 1) 100%);
background: linear-gradient(90deg, rgba(151, 24, 192, 1) 0%, rgba(19, 25, 169, 1) 100%);
color: #fff;
font-size: 2.4rem;
font-weight: 900;
line-height: 1.4;
}
.l-parts02 .catch-title .catch span {
color: #ffef7a;
font-size: 3rem;
}
.l-parts02 .name {
margin: 0 0 5rem 0;
color: #000;
font-size: 3rem;
font-weight: 900;
line-height: 1.4;
text-align: center;
}
.l-parts02 .title {
margin: 7rem 0 3.5rem 0;
color: #1e4191;
font-size: 2.4rem;
font-weight: 900;
line-height: 1.4;
text-align: center;
}
.l-parts02 .title span {
color: #b78600;
}
.l-parts02-company > .fig {
width: 44rem;
margin: 0 auto;
text-align: center;
}
.l-parts02-company > .fig + .caption {
text-align: center;
}
.l-parts02 table {
font-size: 1.6rem;
}
.l-parts02 table th {
width: 24rem;
padding: 1.5rem;
}
.block-feature {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block-feature .box {
position: relative;
width: calc((100% - 5rem) / 2);
padding: 0 0 1rem 0;
background: #fff;
}
.block-feature .box:first-child::before {
position: absolute;
left: calc(100% + 2rem);
top: 0;
width: 0.1rem;
height: 100%;
border-right: 1px solid #d6d9da;
content: "";
}
.block-feature .box-head {
display: flex;
align-items: center;
min-height: 5.4rem;
margin: 0 0 2rem 0;
padding: 0 0 0 7rem;
background: url(img/title_bg_01.png) no-repeat left center;
background-size: 6rem auto;
}
.block-feature .box-head .ttl {
color: #000;
font-size: 2.1rem;
font-weight: 900;
line-height: 1.4;
}
.block-feature .box-body p:not([class]) {
margin: 0;
}
.block-case {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block-case .box-fig {
width: 39rem;
text-align: center;
}
.block-case .box-txt {
width: calc(100% - 39rem);
padding: 0 0 0 4rem;
}
.block-case .box-txt .ttl {
margin: 0 0 1rem 0;
color: #000;
font-size: 2.1rem;
font-weight: 900;
line-height: 1.4;
}
.block-case .box-txt ul {
margin: 0;
}
.block-support .box {
margin: 0 0 4rem 0;
}
.block-support .ttl {
color: #000;
font-size: 2.1rem;
font-weight: 900;
line-height: 1.4;
}


/*--------------------------------------
l-parts03
---------------------------------------*/
.l-parts03 {
position: relative;
padding: 10rem 0 6rem 0;
}


/*--------------------------------------
l-parts04
---------------------------------------*/
.l-parts04 {
padding: 10rem 0 6rem 0;
background: #f6f6f6;
}
.l-parts04 .l-common-lead {
margin: 0 auto 7rem auto;
}
.l-parts04 .box-wrap::before {
position: absolute;
right: 0;
top: -3rem;
width: calc(((100vw - 100rem) / 2) + 100%);
height: 48rem;
background: url(img/parts04_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
z-index: -1;
}
.l-parts04 .accordion-item .box-wrap::before {
display: none;
content: none;
}


/*--------------------------------------
l-parts05
---------------------------------------*/
.l-parts05 {
padding: 10rem 0 6rem 0;
}
.l-parts05 .block .box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 4rem 0;
}
.l-parts05 .block .box:first-child {
padding: 1rem 0 4rem 0;
}
.l-parts05 .block .box-fig {
width: 39rem;
}
.l-parts05 .block .box-txt {
width: calc(100% - 39rem);
padding: 0 0 0 4rem;
}
.l-parts05 .block .box-txt .ttl {
position: relative;
margin: 0 0 1.5rem 0;
padding: 0 0 0 3.6rem;
color: #000;
font-size: 2rem;
font-weight: 900;
line-height: 1.4;
}
.l-parts05 .block .box-txt .ttl::before {
position: absolute;
left: -1.2rem;
top: -0.6rem;
width: 3.6rem;
height: 3.2rem;
background: url(img/title_bg_03.png) no-repeat left top;
background-size: contain;
content: "";
}
.l-parts05 .block .box-txt .ttl a {
display: inline-block;
padding: 0 5rem 0 0;
background: url(img/arrow02_navy.svg) no-repeat right center;
background-size: 24px auto;
color: inherit;
text-decoration: none;
}
.l-parts05 .block .box-txt p:not([class]) {
margin: 1em 0 0 0;
}


/*--------------------------------------
l-parts06
---------------------------------------*/
.l-parts06 {
padding: 2rem 0 0 0;
}
.l-parts06 .l-common-lead {
margin: 0 auto 8rem auto;
}
.l-parts06 .frame-wrap::before {
position: absolute;
right: 0.1rem;
top: -5rem;
width: calc(((100vw - 100rem) / 2) + 100%);
height: 48rem;
background: url(img/parts04_bg_01.png) no-repeat left top;
background-size: contain;
content: "";
z-index: -1;
}
.l-parts06 .accordion-item .frame-wrap::before {
display: none;
content: none;
}
.l-parts06 .frame-wrap::after {
display: block;
width: calc((100% - 6.4rem) / 3);
content: "";
}
.l-parts06 .frame-wrap .frame {
width: calc((100% - 6.4rem) / 3);
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
}
.l-parts06 .frame-wrap .frame-head {
justify-content: left;
padding: 0;
border-bottom: none;
}
.l-parts06 .frame-wrap .frame-head .ttl {
color: #000;
font-size: 2.2rem;
text-align: left;
}




































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

/*--------------------------------------
mv
---------------------------------------*/
.l-mv-wrapper {
display: block;
width: 100%;
min-height: auto;
}
.l-mv-wrapper::before {
left: 35px;
right: auto;
width: 8rem;
height: 16rem;
}
.l-mv-wrapper::after {
left: auto;
right: 0;
width: 9rem;
height: 16.6rem;
}
.l-mv-box {
padding: 4rem 1.5rem 3rem 1.5rem;
}
.l-mv-box::before {
display: none;
content: none;
}
.l-mv-box::after {
display: none;
content: none;
}
.l-mv-logo {
position: relative;
margin: 0 0 3rem 0;
z-index: 2;
}
.l-mv-logo::before {
position: absolute;
left: -1.5rem;
top: -2rem;
width: 10rem;
height: 13.6rem;
background: url(img/mv_bg_04.png) no-repeat left top;
background-size: contain;
content: "";
z-index: -1;
}
.l-mv-logo::after {
position: absolute;
right: -1.5rem;
top: -2rem;
width: 10rem;
height: 13.8rem;
background: url(img/mv_bg_05.png) no-repeat left top;
background-size: contain;
content: "";
z-index: -1;
}
.l-mv-logo img {
width: 18rem;
}
.l-mv-title {
position: relative;
margin: 0 0 2rem 0;
text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
font-size: 1.8rem;
z-index: 2;
}
.l-mv-title span {
font-size: 2.4rem;
}
.l-mv-txt p:not([class]) {
z-index: 2;
}


/*--------------------------------------
l-parts02
---------------------------------------*/
.l-parts02 {
padding: 4rem 0;
}
.l-parts02-company {
position: relative;
margin: 6rem 0 0 0;
padding: 0.1rem 1.2rem 2rem 1.2rem;
}
.l-parts02 .catch-title {
margin: -3rem auto 2rem auto;
}
.l-parts02 .catch-title .catch {
min-width: 96%;
max-width: 96%;
padding: 1rem;
font-size: 1.8rem;
}
.l-parts02 .catch-title .catch span {
font-size: 2.1rem;
}
.l-parts02 .name {
margin: 0 0 2rem 0;
font-size: 2.4rem;
}
.l-parts02 .title {
margin: 6rem 0 3rem 0;
font-size: 2rem;
}
.l-parts02-company > .fig {
width: 100%;
}
.l-parts02 table {
font-size: 1.4rem;
}
.l-parts02 table th {
width: 100%;
padding: 1rem;
}
.block-feature {
display: block;
}
.block-feature .box {
width: 100%;
margin: 0 0 4.5rem 0;
padding: 0;
}
.block-feature .box:first-child::before {
left: 0;
top: calc(100% + 1.4rem);
width: 100%;
height: 0.1rem;
border-right: none;
border-bottom: 1px solid #d6d9da;
}
.block-feature .box-head {
min-height: 4.4rem;
padding: 0 0 0 6rem;
background-size: 5rem auto;
}
.block-feature .box-head .ttl {
font-size: 1.8rem;
}
.block-case {
display: block;
}
.block-case .box-fig {
width: 100%;
margin: 0 0 2rem 0;
}
.block-case .box-txt {
width: 100%;
padding: 0;
}
.block-case .box-txt .ttl {
margin: 0 0 1rem 0;
font-size: 1.8rem;
}
.block-support .box {
margin: 0 0 3rem 0;
}
.block-support .ttl {
font-size: 1.8rem;
}


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


/*--------------------------------------
l-parts04
---------------------------------------*/
.l-parts04 {
padding: 4rem 0;
}
.l-parts04 .box-wrap::before {
right: -1.5rem;
width: 100vw;
height: 24rem;
background-size: cover;
}


/*--------------------------------------
l-parts05
---------------------------------------*/
.l-parts05 {
padding: 4rem 0;
}
.l-parts05 .block .box {
display: block;
margin: 0 0 3rem 0;
padding: 0;
}
.l-parts05 .block .box:first-child {
padding: 0;
}
.l-parts05 .block .box-fig {
width: 100%;
margin: 0 0 2rem 0;
}
.l-parts05 .block .box-txt {
width: 100%;
padding: 0;
}
.l-parts05 .block .box-txt .ttl {
padding: 0 0 0 4.4rem;
}
.l-parts05 .block .box-txt .ttl::before {
left: 0;
}
.l-parts05 .block .box-txt .ttl a {
display: block;
width: 100%;
padding: 0 3.2rem 0 0;
}


/*--------------------------------------
l-parts06
---------------------------------------*/
.l-parts06 .frame-wrap::before {
right: -1.5rem;
width: 100vw;
height: 24rem;
background-size: cover;
}
.l-parts06 .frame-wrap::after {
display: none;
content: none;
}
.l-parts06 .frame-wrap .frame {
width: 100%;
}
.l-parts06 .frame-wrap .frame-head .ttl {
font-size: 2rem;
}

}
