@charset "utf-8";

/*--------------------------------------
l-parts
---------------------------------------*/
.l-section-inner {
position: relative;
width: 100rem;
margin: 0 auto;
}

.l-common-title {
margin: 0 0 3rem 0;
color: #01326d;
font-size: 3.6rem;
font-weight: 900;
line-height: 1.4;
text-align: center;
}
.l-common-title span {
color: #b72ca1;
}
.l-common-title a {
display: inline-block;
padding: 0 4rem;
background: url(img/arrow02_navy.svg) no-repeat right center;
background-size: 24px auto;
color: inherit;
text-decoration: none;
}

.l-common-lead {
width: 90%;
margin: 0 auto 4rem auto;
}
.l-common-lead span {
color: #b72ca1;
font-weight: 900;
}


/*--------------------------------------
l-parts01
---------------------------------------*/
.l-parts01 {
position: relative;
margin: 0 calc(50% - 50vw);
padding: 8rem 0;
background: #094284 url(img/parts01_bg_01.jpg) no-repeat center top;
background-size: cover;
}
.l-parts01 .l-common-title {
color: #fff;
}
.l-parts01 .l-common-title span {
color: #ff71e9;
}
.l-parts01 .l-common-lead {
margin: 0 auto 10rem auto;
color: #fff;
}
.l-parts01 p.note {
margin: 3rem 0 0 0;
color: #fff;
font-size: 1.4rem;
word-break: break-all;
}
.l-parts01 p.note a {
color: inherit;
text-decoration: underline;
}
.l-parts01 p.note a:hover {
text-decoration: none;
}
.l-parts01 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
z-index: 2;
}
.l-parts01 .block::after {
display: block;
width: calc((100% - 6rem) / 3);
content: "";
}
.l-parts01 .block .box {
position: relative;
width: calc((100% - 3rem) / 3);
padding: 2rem 1.5rem 3.2rem 1.5rem;
background: #fff;
box-shadow: 0 0 1rem 0 rgba(64,64,64,0.15);
}
.l-parts01 .block .box::before {
position: absolute;
left: 50%;
bottom: calc(100% - 2.5rem);
transform: translateX(-50%);
width: 22.4rem;
height: 10rem;
background: url(img/parts01_ico_01.png) no-repeat left top;
background-size: contain;
content: "";
}
.l-parts01 .block .box:nth-child(2)::before {
background: url(img/parts01_ico_02.png) no-repeat left top;
background-size: contain;
}
.l-parts01 .block .box:nth-child(3)::before {
background: url(img/parts01_ico_03.png) no-repeat left top;
background-size: contain;
}
.l-parts01 .block .box-head {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem 0;
padding: 1rem;
background: #01326D;
background: -webkit-linear-gradient(90deg, rgba(1, 50, 109, 1) 0%, rgba(1, 50, 109, 1) 75%, rgba(125, 71, 117, 1) 100%);
background: linear-gradient(90deg, rgba(1, 50, 109, 1) 0%, rgba(1, 50, 109, 1) 75%, rgba(125, 71, 117, 1) 100%);
}
.l-parts01 .block .box-head .catch {
width: 100%;
color: #fff;
font-size: 2.2rem;
font-weight: 900;
line-height: 1.4;
text-align: center;
}
.l-parts01 .block .box-head .catch span {
font-size: 2.8rem;
}
.l-parts01 .block .box-body .fig,
.l-parts01 .block .box-body .caption {
text-align: center;
}
.l-parts01 .block .box-body p:not([class]) {
margin: 0;
}
.l-parts01 .block .box-body p:not([class]) > span:not([class]) {
color: #00b2b4;
font-weight: 900;
}
.l-parts01 .block .box-body .catch {
margin: 0 0 1.5rem 0;
color: #b72ca1;
font-size: 1.8rem;
font-weight: 900;
line-height: 1.4;
text-align: center;
}
.l-parts01 .block .box-body .name {
margin: 0 0 2rem 0;
color: #01326d;
font-size: 2.1rem;
font-weight: 900;
line-height: 1.4;
text-align: center;
}
.l-parts01 .block .box-body .ttl {
margin: 3rem 0 1rem 0;
color: #01326d;
font-size: 1.6rem;
font-weight: 900;
line-height: 1.4;
text-align: center;
}
.l-parts01 .block .box-body .txt-1,
.l-parts01 .block .box-body .txt-2 {
padding: 1.5rem;
background: #f5f5f5;
}
.l-parts01 .block .box-body .txt-2 {
margin: 1.2rem 0 0 0;
}
.l-parts01 .block .box-body .num {
margin: 0 0 0.5rem 0;
color: #01326d;
font-size: 1.6rem;
font-weight: 900;
line-height: 1.4;
text-align: center;
}
.l-parts01 .block .box-body .btn-web {
margin: 2.2rem auto 0 auto;
}
.l-parts01.lower-main {
margin: 0 auto;
padding: 5rem 0 10rem 0;
background: none;
}
.l-parts01.lower-main .l-common-title {
color: #01326d;
}
.l-parts01.lower-main .l-common-title span {
color: #01326d;
}
.l-parts01.lower-main .l-common-lead,
.l-parts01.lower-main p.note {
color: #253344;
}


/*--------------------------------------
l-parts02
---------------------------------------*/
.l-parts02 {
margin: 0 calc(50% - 50vw);
padding: 10rem 0;
background: url(img/parts02_bg_01.jpg) no-repeat center top;
background-size: 100% auto;
}
.l-parts02-company {
position: relative;
margin: 12rem 0 0 0;
padding: 0.1rem 5rem 2rem 5rem;
background: #fff;
box-shadow: 1px 2px 12px 0 rgba(0,0,0,0.15);
}
.l-parts02 .catch-title {
position: relative;
width: 68rem;
margin: -4rem auto 4rem auto;
padding: 1rem 15rem 1.2rem 15rem;
background: #01326d url(img/title_bg_02.png) no-repeat right top;
background-size: auto 100%;
color: #fff;
font-size: 2.4rem;
font-weight: 900;
line-height: 1.4;
text-align: center;
}
.l-parts02 .catch-title::before {
position: absolute;
left: -6rem;
top: calc(50% - 0.5rem);
transform: translateY(-50%);
width: 21rem;
height: 9.9rem;
background: url(img/parts02_ico_01.png) no-repeat left top;
background-size: contain;
content: "";
}
.l-parts02 .catch-title#company-2::before {
background: url(img/parts02_ico_02.png) no-repeat left top;
background-size: contain;
}
.l-parts02 .catch-title#company-3::before {
background: url(img/parts02_ico_03.png) no-repeat left top;
background-size: contain;
}
.l-parts02 .catch-title span {
font-size: 3.2rem;
}
.l-parts02 .catch-title + .catch {
margin: 0 0 1.5rem 0;
color: #b72ca1;
font-size: 2.4rem;
font-weight:900;
line-height: 1.4;
text-align: center;
}
.l-parts02 .name {
margin: 0 0 2.5rem 0;
color: #01326d;
font-size: 3rem;
font-weight: 900;
line-height: 1.4;
text-align: center;
}
.l-parts02 .title {
margin: 7rem 0 3.5rem 0;
color: #01326d;
font-size: 2.4rem;
font-weight: 900;
line-height: 1.4;
text-align: center;
}
.l-parts02 .title span {
color: #b78600;
}
.block-feature {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.block-feature .box {
position: relative;
width: calc((100% - 4rem) / 2);
padding: 0 0 1rem 0;
background: #fff;
}
.block-feature .box:first-child::before {
position: absolute;
left: calc(100% + 1.9rem);
top: 0;
width: 0.1rem;
height: 100%;
border-right: 1px solid #d6d9da;
content: "";
}
.block-feature .box-head {
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 2rem 0;
padding: 0.6rem 1rem;
background: #01326d;
}
.block-feature .box-head .ttl {
color: #fff;
font-size: 2rem;
font-weight: 900;
line-height: 1.4;
text-align: center;
}
.block-feature .box-body p:not([class]) {
margin: 0;
}
.block-feature .catch {
display: flex;
align-items: center;
min-height: 10rem;
margin: 0 0 1rem 0;
padding: 0 0 0 9.5rem;
color: #b72ca1;
font-size: 1.8rem;
font-weight: 900;
line-height: 1.4;
}
.block-feature .catch.ico-1 {
background: url(img/parts02_ico_04.png) no-repeat left center;
background-size: auto 10rem;
}
.block-feature .catch.ico-2 {
margin: 2rem 0 1rem 0;
background: url(img/parts02_ico_05.png) no-repeat left center;
background-size: auto 10rem;
}
.block-case .box {
min-height: 15.2rem;
margin: 0 0 5rem 0;
padding: 0 0 0 19rem;
}
.block-case .box.ico-1 {
background: url(img/parts02_ico_06.png) no-repeat left top;
background-size: 16.8rem auto;
}
.block-case .box.ico-2 {
background: url(img/parts02_ico_07.png) no-repeat left top;
background-size: 16.8rem auto;
}
.block-case .box .ttl {
margin: 0 0 1.5rem 0;
color: #01326d;
font-size: 2rem;
font-weight: 900;
line-height: 1.4;
}
.block-movie {
width: 60rem;
margin: 0 auto;
text-align: center;
}
.block-movie .box {
position: relative;
padding: 56.25% 0 0 0;
}
.block-movie .box iframe {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border: none;
}
.block-movie video {
width: 100%;
max-width: 100%;
height: auto;
}
.l-parts02 table th {
width: 14rem;
background: #ced7e1;
border: 1px solid #fff;
}
.l-parts02 table td {
background: #ebf0f6;
border: 1px solid #fff;
}
.block-info table {
table-layout: fixed;
width: 100%;
}
.block-info table td {
width: calc((100% - 28rem) / 2);
}


/*--------------------------------------
tags
---------------------------------------*/
.tags {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.tags::after {
display: block;
width: calc((100% - 4rem) / 3);
content: "";
}
.tags .tag {
position: relative;
width: calc((100% - 4rem) / 3);
min-height: 5rem;
margin: 0 0 1.2rem 0;
padding: 0.3rem;
background: #7124B2;
background: -webkit-linear-gradient(90deg, rgba(113, 36, 178, 1) 0%, rgba(205, 37, 179, 1) 100%);
background: linear-gradient(90deg, rgba(113, 36, 178, 1) 0%, rgba(205, 37, 179, 1) 100%);
border-radius: 0.5rem;
cursor: pointer;
}
.tags .tag .tag-head {
position: relative;
display: flex;
align-items: center;
justify-content: center;
min-height: 5rem;
height: 100%;
padding: 1rem;
background: #fff;
font-size: 1.6rem;
font-weight: 900;
line-height: 1.4;
text-align: center;
}
.tags .tag .tag-head::after {
position: absolute;
right: 0.3rem;
bottom: 0.3rem;
width: 0;
height: 0;
border-width: 0 0 1rem 1rem;
border-style: solid;
border-color: transparent transparent #cd25b3 transparent;
content: "";
}
.tags .tag:hover .tag-head {
background: #ebf0f6;
}
.tags .tag .tag-head span span {
font-size: 1.3rem;
}
.tags .tag:hover .tag-head::after {
border-color: transparent transparent #888 transparent;
}
.tags .tag .tag-body {
position: absolute;
left: 0;
top: calc(100% + 1rem);
width: 44rem;
padding: 2rem;
background: #fff;
border: 1px solid #d6d9da;
opacity: 0;
pointer-events: none;
transition: 0.5s;
z-index: 999;
}
.tags .tag.is-open .tag-body {
opacity: 1;
}
.tags .tag .tag-body .ttl {
position: relative;
margin: 0 0 2rem 0;
padding: 0 0 0 1.5rem;
color: #01326d;
font-size: 2rem;
font-weight: 900;
line-height: 1.4;
}
.tags .tag .tag-body .ttl::before {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 0.6rem;
height: 100%;
background: #01326d;
content: "";
}
.tags .tag .tag-body ul:not([class]),
.tags .tag .tag-body p:not([class]) {
margin: 0;
}
.tags + p.note {
font-size: 1.4rem;
}


/*--------------------------------------
l-parts03
---------------------------------------*/
.l-parts03 {
position: relative;
margin: 0 calc(50% - 50vw);
padding: 10rem 0 6rem 0;
background: #ebf3fa url(img/parts03_bg_01.jpg) no-repeat center top;
background-size: 100% auto;
}


/*--------------------------------------
l-parts04
---------------------------------------*/
.l-parts04 {
padding: 4rem 0 8rem 0;
}
.l-parts04 .title {
margin: 0 0 2rem 0;
padding: 1rem 3rem;
background: #01326d;
color: #fff;
font-size: 2.6rem;
font-weight: 900;
line-height: 1.4;
}
.l-parts04 .title span {
color: #ff71e9;
}
.l-parts04 .float-wrap {
margin: 0;
}
.l-parts04 .float-wrap .float-img.fl {
width: 38rem;
}
.l-parts04 .float-wrap .catch {
margin: 1.5rem 0;
}


























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

/*--------------------------------------
l-parts
---------------------------------------*/
.l-section-inner {
width: 100%;
padding: 0 1.5rem;
}
.l-main-area--index .l-section-inner {
padding: 0;
}

.l-common-title {
margin: 0 0 3rem 0;
font-size: 2.4rem;
}
.l-common-title a {
display: block;
padding: 0 3rem 0 0;
}

.l-common-lead {
width: 100%;
margin: 0 auto 3rem auto;
}
.l-common-lead span {
color: #b72ca1;
font-weight: 900;
}


/*--------------------------------------
l-parts01
---------------------------------------*/
.l-parts01 {
padding: 4rem 0;
background-size: 150% auto;
}
.l-parts01 .l-common-lead {
margin: 0 auto 8rem auto;
}
.l-parts01 p.note {
margin: 2rem 0 0 0;
font-size: 1.2rem;
}
.l-parts01 .block {
display: block;
}
.l-parts01 .block::after {
display: none;
content: none;
}
.l-parts01 .block .box {
width: 100%;
margin: 0 0 8rem 0;
}
.l-parts01 .block .box::before {
bottom: calc(100% - 2.8rem);
width: 17rem;
height: 7.6rem;
}
.l-parts01 .block .box:last-child {
margin: 0;
}
.l-parts01 .block .box-head .catch {
font-size: 2rem;
}
.l-parts01 .block .box-head .catch span {
font-size: 2.4rem;
}
.l-parts01.lower-main {
padding: 2rem 0;
}
.l-parts01.lower {
margin: 6rem 0 0 0;
}


/*--------------------------------------
l-parts02
---------------------------------------*/
.l-parts02 {
padding: 4rem 0;
background-size: 120% auto;
}
.l-parts02-company {
margin: 8rem 0 0 0;
padding: 0.1rem 1.2rem 2rem 1.2rem;
box-shadow: 1px 2px 8px 0 rgba(0,0,0,0.15);
}
.l-parts02 .catch-title {
width: 100%;
margin: -3rem auto 3rem auto;
padding: 2rem 1.5rem 1.5rem 1.5rem;
background-size: 100% 100%;
font-size: 1.8rem;
}
.l-parts02 .catch-title::before {
left: 50%;
top: auto;
bottom: calc(100% - 2rem);
transform: translateX(-50%);
width: 12.7rem;
height: 6rem;
}
.l-parts02 .catch-title span {
font-size: 2.4rem;
}
.l-parts02 .catch-title + .catch {
font-size: 1.6rem;
}
.l-parts02 .name {
font-size: 2.4rem;
}
.l-parts02 .title {
margin: 6rem 0 3rem 0;
font-size: 2rem;
}
.block-feature {
display: block;
}
.block-feature .box {
width: 100%;
margin: 0 0 3rem 0;
padding: 0;
}
.block-feature .box:first-child::before {
display: none;
content: none;
}
.block-feature .box-head .ttl {
font-size: 1.8rem;
}
.block-feature .box-body p:not([class]) {
margin: 0;
}
.block-feature .catch {
min-height: 8rem;
padding: 0 0 0 8rem;
font-size: 1.6rem;
}
.block-feature .catch.ico-1,
.block-feature .catch.ico-2 {
background-size: auto 8rem;
}
.block-case .box {
min-height: auto;
margin: 0 0 3rem 0;
padding: 0;
}
.block-case .box.ico-1 {
background: none;
}
.block-case .box.ico-2 {
background: none;
}
.block-case .box .ttl {
display: flex;
align-items: center;
min-height: 7.6rem;
padding: 0 0 0 9.5rem;
font-size: 1.8rem;
}
.block-case .box.ico-1 .ttl {
background: url(img/parts02_ico_06.png) no-repeat left top;
background-size: 8.4rem auto;
}
.block-case .box.ico-2 .ttl {
background: url(img/parts02_ico_07.png) no-repeat left top;
background-size: 8.4rem auto;
}
.block-movie {
width: 100%;
}
.l-parts02 table th {
width: 100%;
}
.block-info table td {
width: 100%;
}


/*--------------------------------------
tags
---------------------------------------*/
.tags {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.tags .tag {
width: calc((100% - 1.5rem) / 2);
margin: 0 0 1.5rem 0;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.tags .tag.is-open::before {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100%;
background: rgba(64,64,64, 0.9);
content: "";
z-index: 998;
}
.tags .tag .tag-head {
padding: 1rem 0.5rem;
font-size: 1.5rem;
}
.tags .tag .tag-body {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 90%;
padding: 2rem 3rem;
background: #fff url(img/ico_tagclose.svg) no-repeat right 1rem top 1rem;
background-size: 2rem auto;
opacity: 0;
z-index: 999;
}
.tags .tag:hover .tag-head {
background: #fff;
}
.tags .tag:hover .tag-head::after {
border-color: transparent transparent #888 transparent;
}
.tags .tag.is-open .tag-head {
background: #fff;
}
.tags .tag.is-open .tag-head::after {
border-color: transparent transparent #888 transparent;
}


/*--------------------------------------
l-parts03
---------------------------------------*/
.l-parts03 {
padding: 4rem 0 2rem 0;
background-size: 150% auto;
}


/*--------------------------------------
l-parts04
---------------------------------------*/
.l-parts04 {
padding: 2rem 0 4rem 0;
}
.l-parts04 .l-section-inner {
padding: 0;
}
.l-parts04 .title {
padding: 1rem 1.5rem;
font-size: 2rem;
}
.l-parts04 .float-wrap .float-img.fl {
width: 80%;
}
.l-parts04 .float-wrap .catch {
margin: 1.5rem 0;
}

}
