@charset "UTF-8";
*{
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro','Noto Sans JP', sans-serif;
}
.wrap{
    width: 100%;
    min-width: 1200px;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}
header{
	position: sticky;
	top: 0px;
	z-index: 20000;
}
.headline{}
.headline .row{
	overflow: hidden;
	background-color: #fff;
	z-index: 1000;
	top: 0;
	width: 100%;
	
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 100px;
    align-items: center;
	border-bottom: 4px solid #8EC300;
}
.headline .row::before{
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	align-items: center;
	border-bottom: 4px solid #1A005D;
	left: 0px;
	bottom: 4px;
}

.headline .row a{}
.headline .row a img{
	width: 111px;
}
.headline .row .gnav{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.headline .row .gnav li{}
.headline .row .gnav li a{
    font-size: 14px;
    color: #000;
    padding: 0 15px;
    display: block;
    font-weight: bold;
}
.headline .row .gnav li.cta a{
    background-color: #2b2b68;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    margin-left: 20px;
    border-radius: 5px;
}
.headline .row .gnav li.cta a:before{
	content: url(../img/cv-icon.svg);
	width: 20px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.fv{
    background-image: url(../img/fv-back.png);
    background-size: cover;
    background-position: center center;
    padding: 150px 0;
}
.fv p.top_headline{
    text-align: center;
    color: #fff;
    font-size: 54px;
    letter-spacing: 0.1em;
    font-weight: bold;
    transform: skewX(0deg);
    text-shadow: 0 0 10px black;
    margin-bottom: 40px;
}
.fv p.description{
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 2em;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+10,0.5+90,0+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0.5) 90%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 10%,rgba(0,0,0,0.5) 90%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 10%,rgba(0,0,0,0.5) 90%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    padding: 20px 0;
}

main{}
main .ttl{
    text-align: center;
}
main .ttl h1,
main .ttl h2{
	color: #363f75;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0.2em;
}
main .ttl p{
    font-size: 17px;
    line-height: 1.7em;
}

main .ttl-sec{
    text-align: center;
    margin-top: 50px;
}
main .ttl-sec p{
    font-size: 14px;
    color: #ccc;
    letter-spacing: 0.1em;
}
main .ttl-sec h3{
    margin-top: 10px;
    display: inline-block;
    background-color: #666699;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
}

main{}
main .sub-ttl{
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
}
main .sub-ttl .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
main .sub-ttl .row .text{}
main .sub-ttl .row .text h1,
main .sub-ttl .row .text h2{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}
main .sub-ttl .row .text h1,
main .sub-ttl .row .text p.subttl-notag{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
}
main .sub-ttl .row .text p,
main .sub-ttl .row .text p.dscrpt{
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.7em;
}
main .sub-ttl .row figure{}
main .sub-ttl .row figure img{
    width: 610px;
}

.content-01,
.content-02,
.content-03,
.content-04,
.content-05,
.content-06,
.content-07,
.content-08,
.content-09,
.content-10,
.content-11,
.content-12{
    padding: 100px 0;
}

.content-01{padding-top: 200px;}
.content-01 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-01 .row .intro{
    width: 10%;
    position: relative;
}
.content-01 .row .intro:before{
    content: "";
    width: 2px;
    height: 100%;
    background-color: #669;
    display: block;
    position: absolute;
    top: 0;
    left: 8px;
}
.content-01 .row .intro p{transform: rotateZ(90deg) skewX(-10deg);font-weight: bold;position: relative;left: -107px;top: 6em;font-size: 25px;letter-spacing: 0.1em;color: #669;background-color: #fff;display: inline-block;padding: 0px 20px;}
.content-01 .row .text{
    width: 90%;
}
.content-01 .row .text p{
    font-size: 16px;
    line-height: 1.8em;
}
.content-01 .row .text img{
    margin-top: 30px;
    width: 100%;
}

.content-02{
	padding-top: 73px;
	
}
.content-02 .sub-con-01{
    background-image: url("../img/what_is_dcx.png");
}
.content-02 .sub-con-01 .text{
    width: 590px;
}

.content-02 .sub-con-01 img{}
.content-02 .sub-con-02 img{}
.content-02 .sub-con-03{
	margin-top: 100px;
    margin-bottom: 100px;
}
.content-02 .sub-con-03 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.content-02 .sub-con-03 .row .col{
    width: 31%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.content-02 .sub-con-03 .row .col figure{
    margin-right: 30px;
}
.content-02 .sub-con-03 .row .col figure img{}
.content-02 .sub-con-03 .row .col div{}
.content-02 .sub-con-03 .row .col div p.in-frame{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #363f75;
    margin-bottom: 10px;
}
.content-02 .sub-con-03 .row .col div p.in-frame span{
    font-size: 0.7em;
    letter-spacing: 0.1em;
    color: #ccc;
    margin-left: 10px;
}
.content-02 .sub-con-03 .row .col div p{
    font-size: 14px;
    line-height: 1.5em;
}
.content-02 .sub-con-04{
    margin-bottom: 100px;
    text-align: center;
}
.content-02 .sub-con-04 img{
    margin-top: 30px;
}
.content-02 .sub-con-05{
    margin-bottom: 100px;
}
.content-02 .sub-con-05 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.content-02 .sub-con-05 .row .col{
    width: 22%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.content-02 .sub-con-05 .row .col p.step{
    display: inline-block;
    background-color: #363f75;
    color: #fff;
    padding: 3px 20px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
}
.content-02 .sub-con-05 .row .col p{
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 10px;
}
.content-02 .sub-con-05 .row .col figure{margin-top: 10px;}
.content-02 .sub-con-05 .row .col figure img{
}
.content-02 .sub-con-06{
}

.content-02 .sub-con-06 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
	margin-bottom: 50px; 
}
.content-02 .sub-con-06 .row .col{
    width: 48%;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}
.content-02 .sub-con-06 img{
    width:  100%;
}

.content-02 .sub-con-06 div.cta{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.content-02 .sub-con-06 div.cta a{
    background-color: #2b2b68;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
}
.content-02 .sub-con-06 div.cta a:before{
	content: url(../img/cv-icon.svg);
	width: 20px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 2px;
}


.content-03{
    padding-top: 73px;
	padding-bottom: 0px;
}

.content-03 .sub-con-01{
    background-image: url(../img/sub-ttl-back-01.png);
}

.content-04{}
.content-04 .sub-con-01{
    margin-bottom: 100px;
}
.content-04 .sub-con-02{
    margin-bottom: 100px;
    text-align: center;
}
.content-04 .sub-con-02 img{
    margin-top: 30px;
}
.content-04 .sub-con-03{
    margin-bottom: 100px;
}
.content-04 .sub-con-03 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.content-04 .sub-con-03 .row .col{
    width: 18%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content-04 .sub-con-03 .row .col img{}
.content-04 .sub-con-03 .row .col p{
    text-align: center;
    font-size: 14px;
    color: #363f75;
    font-weight: bold;
    align-self: end;
    margin-top: 10px;
}
.content-04 .sub-con-04{
    text-align: center;
}
.content-04 .sub-con-04{
	margin-top: 150px;
}
.content-04 .sub-con-04 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
	margin-bottom: 30px; 
}
.content-04 .sub-con-04 .row .col{
    width: 48%;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}
.content-04 .sub-con-04 img{
    width:  100%;
}


.content-04 .sub-con-04 div.cta{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.content-04 .sub-con-04 div.cta a{
    background-color: #2b2b68;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
}
.content-04 .sub-con-04 div.cta a:before{
	content: url(../img/cv-icon.svg);
	width: 20px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 2px;
}


.content-05{
    padding-top: 73px;
	padding-bottom: 0px;
}
.content-05 .sub-con-01{
    background-image: url(../img/sub-ttl-back-02.png);
}

.content-06{}
.content-06 .price{
    width: 100%;
    margin: 20px 0;
	text-align: center;
	
}
.content-06 .price tr.head{}
.content-06 .price tr.head th{
    background-color: #666699;
    border: solid 1px #fff;
}
.content-06 .price tr.head td{
    text-align: center;
    background-color: #666699;
    color: #fff;
    border: solid 1px #fff;
    padding: 10px 0;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1em;
}
.content-06 .price tr.head td span{
    font-size: 10px;
}
.content-06 .price tr.body{
	padding: 10px 0;
}
.content-06 .price tr.body th{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
}
.content-06 .price tr.body th span{
    font-size: 10px;
}
.content-06 .price tr.body td{
    padding: 10px 0;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.content-06 p{
    font-size: 13px;
    line-height: 1.5em;
}
.content-06 div.cta{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.content-06 div.cta a{
    background-color: #2b2b68;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
}
.content-06 div.cta a:before{
	content: url(../img/cv-icon.svg);
	width: 20px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.content-07{
    background-image: url(../img/sub-ttl-back-03.png);
}

.content-08{
    padding-bottom: 50px;
}
.content-08 .example{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.content-08 .example figure {
    width: 49%;
}
.content-08 .example figure img{width: 100%;}
.content-08 .example .text {
    width: 49%;
}
.content-08 .example:last-of-type .text {
    width: 100%;
}
.content-08 .example .text h3{
    background-color: #363f75;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.content-08 .example .text p{
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.7em;
}

.content-09{
    padding-top: 73px;
	padding-bottom: 0px;
}
.content-09 .sub-con-01{
    background-image: url(../img/sub-ttl-back-03.png);
}
.content-09 .sub-con-01 .text{
    width: 590px;
}

.content-10 .sub-con-01 .accordion{
	width: 70%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    border-radius: 10px;
	overflow: hidden;
    padding: 15px 15px;
	margin: 50px auto;
	background-color: #666699;
}

.content-10 .sub-con-01 .accordion__label {
    cursor: pointer;
    transition: background 0.1s;
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 40px 10px;
}
.content-10 .sub-con-01 .accordion__label:hover {
	background: rgba(0, 0, 0, 0.1);
}
.content-10 .sub-con-01 .accordion__label::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	width: 16px;
	height: 8px;
	background-image: url('data:image/svg+xml;utf8,<svg width="100" height="50" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 50,50" style="fill:%23fff;" /></svg>');
	background-size: contain;
	transition: transform 0.4s;
}
.content-10 .sub-con-01 figure{
    margin-right: 30px;
}
.content-10 .sub-con-01 .accordion label h2{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #fff;
    margin-bottom: 10px;
}
.content-10 .sub-con-01 .accordion h2 span{
    font-size: 0.7em;
    letter-spacing: 0.1em;
    color: #ccc;
    margin-left: 10px;
}
.content-10 .sub-con-01 .accordion p{
    font-size: 14px;
    line-height: 1.5em;
	color: #fff;
}

.content-10 .sub-con-01 .accordion__content{
    font-size: 14px;
	line-height: 1.6em;
	padding: 20px 40px;
	background-color: #fff;
	display: none;
}
.content-10 .sub-con-01 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 10px;
}
.content-10 .sub-con-01 .row .col-1{
    width: 28%;
    justify-content: left;
}
.content-10 .sub-con-01 .row .col-2{
    width: 72%;
    padding-left: 20px;
    justify-content: left;
}
.content-10 .sub-con-01 .accordion__content h3{
	color: #363f75;
    font-size: 16px;
	letter-spacing: 0px;
}

.content-10 .sub-con-01 .accordion__input {
	display: none;
}
.content-10 .sub-con-01 .accordion__input:checked ~ .accordion__content {
	display: block;
}
.content-10 .sub-con-01 .accordion__input:checked ~ .accordion__label::after {
	transform: translateY(-50%) rotate(0.5turn);
}

.content-10 .sub-con-01 div.cta{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.content-10 .sub-con-01 div.cta a{
    background-color: #2b2b68;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
}
.content-10 .sub-con-01 div.cta a:before{
	content: url(../img/cv-icon.svg);
	width: 20px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.content-11{
    padding-top: 73px;
	padding-bottom: 0px;
}
.content-11 .sub-con-01{
    background-image: url(../img/sub-ttl-back-04.png);
}
.content-11 .sub-con-01 .text{
    width: 590px;
}

.content-12 .sub-con-01 div.faq{
    text-align: left;
}
.content-12 .sub-con-01 div.faq h2{
	color: #363f75;
    font-size: 18px;
	padding-top: 20px;
}
.content-12 .sub-con-01 p{
    font-size: 16px;
	line-height: 1.6em;
	padding-top: 5px;
	padding-bottom: 15px;
}
.content-12 .sub-con-01 div.cta{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.content-12 .sub-con-01 div.cta a{
    background-color: #2b2b68;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
}
.content-12 .sub-con-01 div.cta a:before{
	content: url(../img/cv-icon.svg);
	width: 20px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 2px;
}


footer{
    background-color: fff;
    padding: 20px 0;
}
.lines{
	padding: 20px;
	position: relative;
	border-top: 4px solid #1A005D;
}
.lines::before{
	content: "";
	position: absolute;
	width: 100%;
	align-items: center;
	border-top: 4px solid #8EC300;
	left: 0px;
	top: 0px;
}

footer img{
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 200px;
}
footer p{
    text-align: center;
    font-size: 14px;
}
footer a{
	color: black;
}

.toggle{
	display: none;
}
